@charset "UTF-8";
.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.u-wrapper {
  max-width: 116.6rem;
  margin: auto;
}

.u-wrapper2 {
  max-width: 100rem;
  margin: auto;
}

.hmgrs {
  position: relative;
  height: 4.85rem;
}
.hmgrs::after {
  content: "MENU";
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: translate(0, 3rem);
  display: block;
}
@media screen and (max-width: 768px) {
  .hmgrs::after {
    transform: translate(0, 3rem);
  }
}
.hmgrs-icon {
  height: 2.1rem;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .hmgrs-icon {
    top: 0.5rem;
  }
}

.hmbgr {
  color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  background-color: #2D53A3;
  width: 10rem;
  height: 10rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .hmbgr {
    width: 6rem;
    height: 6rem;
    font-size: 1rem;
  }
}
.hmbgr span {
  border-top: solid 2px #fff;
  width: 3.5rem;
  height: 0.2rem;
  display: block;
  margin: 0.7rem 0;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .hmbgr span {
    width: 2.6rem;
    margin: 0.5rem 0;
  }
}
.hmbgr span:nth-child(n+2) {
  width: 2.7rem;
}
@media screen and (max-width: 768px) {
  .hmbgr span:nth-child(n+2) {
    width: 1.9rem;
  }
}
.hmbgr.is-active span:nth-child(1) {
  transform: rotate(45deg);
}
.hmbgr.is-active span:nth-child(2) {
  opacity: 0;
}
.hmbgr.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
  position: absolute;
  width: 3.5rem;
}
@media screen and (max-width: 768px) {
  .hmbgr.is-active span:nth-child(3) {
    width: 2.7rem;
  }
}
.hmbgr.is-active .hmgrs-icon {
  top: 0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .hmbgr.is-active .hmgrs-icon {
    top: 1rem;
  }
}
.hmbgr.is-active .hmgrs::after {
  content: "CLOSE";
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.nowrap {
  white-space: nowrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-3_sp {
    margin-bottom: 3rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mb-5_sp {
    margin-bottom: 5rem !important;
  }

  .mb-6_sp {
    margin-bottom: 6rem !important;
  }

  .mb-7_sp {
    margin-bottom: 7rem !important;
  }

  .mb-8_sp {
    margin-bottom: 8rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }

  .sp-block {
    display: block !important;
  }
}
/*タブ切り替え全体のスタイル*/
/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 0.5882352941vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  min-height: 100vh;
  color: #212121;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 2.8rem;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.76;
}

.red {
  color: #f05848;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

video {
  max-width: 100%;
}

.serif {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Noto Serif JP", serif;
}

.wrapper {
  max-width: 1200px;
  width: 120rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .content {
    overflow: hidden;
  }
}

.header {
  position: absolute;
  top: 0;
  padding: 3rem;
  width: 100%;
  z-index: 22;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    max-width: 25.6rem;
  }
}
.header__cta {
  width: 18rem;
  height: 5rem;
  background-color: #f05848;
  border-radius: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  .header__cta {
    width: 22rem;
    font-size: 2.2rem;
  }
}
.header__cta:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.header__cta:hover {
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.header__cta:hover svg {
  transform: translate(1rem, 0);
}
.header__cta:hover svg path {
  stroke: #000;
}
.header__cta svg {
  width: 4.7rem;
  margin-left: 1rem;
  transition: 0.4s;
}

.cta-text {
  text-align: center;
  color: #f05848;
  margin-bottom: 1.2rem;
}

.cta {
  width: 70rem;
  height: 13rem;
  margin: auto;
  background: #f05848;
  color: #fff;
  text-align: center;
  padding: 2.4rem;
  border-radius: 8rem;
  position: relative;
  display: block;
  border-bottom: 1rem #793933 solid;
}
@media screen and (max-width: 768px) {
  .cta {
    width: 100%;
    max-width: 65rem;
    height: 17rem;
  }
}
.cta__main-text {
  font-size: 2.9rem;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .cta__main-text {
    font-size: 4rem;
  }
}
.cta__sub-text {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .cta__sub-text {
    font-size: 2.7rem;
  }
}
.cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0, -50%);
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../images/arrow-right-solid.png");
  background-size: 2.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .cta::after {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.float-cta {
  width: 29rem;
  height: 10rem;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 20px 0 0 0;
  background: #f05848;
  color: #fff;
  text-align: left;
  padding: 3rem 2.3rem;
  display: block;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .float-cta {
    opacity: 0;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .float-cta.is-active {
    opacity: 1;
  }
}
.float-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0, -50%);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  background-color: #fff;
  background-image: url("../images/arrow-right-solid.png");
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .float-cta::after {
    width: 5rem;
    height: 5rem;
    right: 12rem;
    text-align: center;
    background-size: 2.2rem;
  }
}
.float-cta__main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .float-cta__main {
    font-size: 3.5rem;
    letter-spacing: 0.15em;
    text-align: center;
  }
}
.float-cta__sub {
  margin-top: 1rem;
  line-height: 1;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .float-cta__sub {
    display: none;
  }
}

footer {
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 3rem 0 15rem;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 2rem;
    padding: 6rem 0 15rem;
  }
}

/*# sourceMappingURL=common.css.map */
