@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
*, ::before, ::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.color-white {
  color: #fff;
}

.color-orange {
  color: #CC5200;
}

.font-noto {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
}

.font-noto-sans {
  font-family: "Noto Sans JP", "Noto Sans Thai", sans-serif;
}

.fw100-thin {
  font-weight: 100 !important;
}

.fw400-extra-light {
  font-weight: 200 !important;
}

.fw400-light {
  font-weight: 300 !important;
}

.fw400-regular {
  font-weight: 400 !important;
}

.fw500-medium {
  font-weight: 500 !important;
}

.fw600-semi-bold {
  font-weight: 600 !important;
}

.fw700-bold {
  font-weight: 700 !important;
}

.fw900-black {
  font-weight: 900 !important;
}

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    display: table !important;
  }
}

.show-tb-ver {
  display: none !important;
}
@media only screen and (max-width: 850px) {
  .show-tb-ver {
    display: table !important;
  }
}

.show-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: table !important;
  }
}

@media only screen and (max-width: 1180px) {
  .hide-tb {
    display: none !important;
  }
}

@media only screen and (max-width: 850px) {
  .hide-tb-ver {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none !important;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, "Noto Sans Thai";
  font-optical-sizing: auto;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
body.lang-thai {
  font-family: "Noto Sans Thai", sans-serif !important;
}
body:lang(th) {
  font-family: "Noto Sans Thai", sans-serif !important;
}
body:lang(th) #mv .mv .price .topic,
body:lang(th) .font-noto,
body:lang(th) #mv .mv h1 {
  font-family: "Noto Sans Thai", sans-serif !important;
}
body:lang(th) #mv .mv h1 span.large {
  line-height: 8.4rem !important;
}
@media only screen and (max-width: 750px) {
  body:lang(th) #mv .mv h1 span.large {
    line-height: 5.4rem !important;
  }
}
body:lang(en) #mv .mv h1 span.large {
  line-height: 8.4rem !important;
}
@media only screen and (max-width: 750px) {
  body:lang(en) #mv .mv h1 span.large {
    line-height: 5.4rem !important;
  }
}

#popup-modal {
  max-width: 900px;
  margin: auto;
}
#popup-modal .container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
#popup-modal .container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#popup-modal .popup-modal-dismiss {
  position: absolute;
  top: 0px;
  right: 0;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.9490196078) !important;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF !important;
  opacity: 1 !important;
  font-size: 0.1rem;
  background-image: url("/koubai/assets/images/commons/icon-close.svg");
  background-size: 100%;
  width: 55px;
  height: 55px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

strong {
  font-weight: 700;
}

.bold {
  font-weight: bold;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.text-center {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .text-left-sp {
    text-align: left !important;
  }
}

/* Link */
.transition, #menu-responsive, a .cover img, a::before, a::after, a, button {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.35s cubic-bezier(0.75, 0.3, 0.25, 1);
}

button:hover {
  opacity: 1;
}

a {
  color: currentColor;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 1;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a:hover .hover-underline {
  background-size: 100% 1px;
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -124px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -70px;
  }
}

.hover-underline {
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background-size 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.hover-underline:hover {
  background-size: 100% 1px;
}

.underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

/* Content */
#wrapper {
  overflow: hidden;
  padding-top: 124px;
}
@media only screen and (max-width: 1180px) {
  #wrapper {
    padding-top: 70px;
  }
}

main {
  position: relative;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1232 {
  width: 90%;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Txthead */
.box-texthead.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1180px) {
  .box-texthead.mb80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead.mb80 {
    margin-bottom: 30px;
  }
}
.box-texthead.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .box-texthead.mb40 {
    margin-bottom: 30px;
  }
}
.box-texthead .fz40 {
  font-size: 4rem;
  line-height: 6rem;
}
@media only screen and (max-width: 1180px) {
  .box-texthead .fz40 {
    font-size: 3.4rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead .fz40 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.box-texthead .fz24 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1180px) {
  .box-texthead .fz24 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead .fz24 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.box-texthead .center {
  text-align: center;
}

/* Btn */
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Animate */
.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
  animation-duration: 0.5s cubic-bezier(0.1, 0.9, 0.55, 0.95);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.parallax-img-scroll {
  position: relative;
  overflow: hidden;
}

.parallax-img-scroll img {
  width: 100%;
  display: block;
  will-change: transform;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.top-bar {
  position: relative;
  background-color: #F6EEE0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-bottom: 1px solid #C8A135;
}
@media only screen and (max-width: 1180px) {
  .top-bar {
    display: none;
  }
}
.top-bar a {
  display: block;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  color: #fff;
  background-color: #39281B;
}
@media only screen and (max-width: 1180px) {
  header {
    background-color: #fff;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 84px;
  padding: 0 40px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 70px;
    padding: 0 5%;
  }
}
header .header .header-left .logo {
  display: block;
}
@media only screen and (max-width: 1180px) {
  header .header .header-left .logo {
    max-width: 242px;
  }
}
header .header .header-left .logo:hover {
  opacity: 0.6;
}
header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right {
    gap: 15px;
  }
}
header .header .header-right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right nav {
    display: none;
  }
}
header .header .header-right nav a {
  display: block;
  font-weight: 700;
  position: relative;
}
header .header .header-right nav a + a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 18px;
  background-color: #636363;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .lang {
    display: none;
  }
}
header .header .header-right .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header .header-right .lang ul li {
  position: relative;
}
header .header .header-right .lang ul li + li {
  margin-left: 10px;
  padding-left: 11px;
}
header .header .header-right .lang ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 18px;
  background-color: #636363;
}
header .header .header-right .lang ul li a {
  display: block;
  font-family: "Noto Sans JP", "Noto Sans Thai", sans-serif;
  font-weight: 700;
}
header .header .header-right .lang ul li a.current {
  color: #CC5200;
}
header .header .header-right .btn-sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  padding: 0 12px;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 700;
  background-color: #39CD00;
  border-radius: 6px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .btn-sns ul li a {
    background-color: transparent;
    padding: 0;
    height: auto;
  }
}
header .header .header-right .btn-sns ul li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .btn-sns ul li a .text {
    display: none;
  }
}
header .header .header-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .header-right .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .header-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .header-right .btn-burger .bar-icon .bar1,
header .header .header-right .btn-burger .bar-icon .bar2,
header .header .header-right .btn-burger .bar-icon .bar3 {
  width: 44px;
  height: 2px;
  background-color: #000;
  margin: 12px 0;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .header-right .btn-burger .open .bar1 {
  background-color: #000;
  -webkit-transform: rotate(-45deg) translate(-11px, 9px);
  transform: rotate(-45deg) translate(-11px, 9px);
}
header .header .header-right .btn-burger .open .bar2 {
  opacity: 0;
  background-color: #000;
}
header .header .header-right .btn-burger .open .bar3 {
  background-color: #000;
  -webkit-transform: rotate(45deg) translate(-11px, -9px);
  transform: rotate(45deg) translate(-11px, -9px);
}

#menu-responsive {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding-top: 100px;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  #menu-responsive {
    padding-top: 70px;
  }
}
#menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
#menu-responsive .box-content {
  padding: 50px 5% 0 5%;
}
#menu-responsive .box-content .lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu-responsive .box-content .lang ul li {
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
}
#menu-responsive .box-content .lang ul li + li {
  margin-left: 20px;
  padding-left: 21px;
}
#menu-responsive .box-content .lang ul li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 18px;
  background-color: #636363;
}
#menu-responsive .box-content .lang ul li a {
  display: block;
  font-weight: bold;
}
#menu-responsive .box-content .lang ul li a.current {
  color: #CC5200;
}
#menu-responsive .box-content nav {
  margin-top: 35px;
}
#menu-responsive .box-content nav a {
  display: table;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
#menu-responsive .box-content nav a + a {
  margin-top: 15px;
}
#menu-responsive .box-content .box-button {
  margin-top: 25px;
}
#menu-responsive .box-content .box-button .button {
  width: 100%;
  max-width: 260px;
  min-height: 50px;
  color: #fff;
  background-color: #39CD00;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}
#menu-responsive .box-content .box-button .button:hover {
  opacity: 0.6;
}
#menu-responsive .box-content .box-button ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#menu-responsive .box-content .box-button ul li a {
  display: block;
}
#menu-responsive .box-content .box-button ul li a:hover {
  opacity: 0.6;
}
#menu-responsive .box-content .our-brand {
  margin-top: 35px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#menu-responsive .box-content .our-brand ul li + li {
  margin-top: 10px;
}
#menu-responsive .box-content .our-brand ul li a {
  display: block;
  padding: 10px 30px;
  border: 1px solid #E9E9E9;
}

/* Footer */
footer {
  padding: 100px 0 20px 0;
  background-color: #F6EEE0;
}
@media only screen and (max-width: 1180px) {
  footer {
    padding: 60px 0 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    padding: 10px 0;
  }
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 750px) {
  footer .footer {
    display: block;
  }
}
footer .footer .footer-left .logo {
  display: block;
}
footer .footer .footer-left .logo:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-left .logo {
    max-width: 242px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-left .logo {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
  }
}
footer .footer .footer-right p {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right p {
    text-align: center;
  }
}

/* MV */
#mv {
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(/koubai/assets/images/top/mv.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #mv {
    background-image: url(/koubai/assets/images/top/mv-sp.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#mv .mv {
  padding: 0 60px;
}
@media only screen and (max-width: 750px) {
  #mv .mv {
    padding: 0 5%;
  }
}
#mv .mv h1 {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 4rem;
  line-height: 4rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv h1 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
#mv .mv h1 span {
  display: table;
  color: #39281B;
  background-color: #F6EEE0;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
  padding: 12px 10px;
}
#mv .mv h1 span.large {
  font-size: 7.4rem;
  line-height: 7.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #mv .mv h1 span.large {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv h1 span.large {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
}
#mv .mv h1 span + span {
  margin-top: 8px;
}
#mv .mv p {
  margin-top: 22px;
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 500;
  display: table;
  color: #39281B;
  background-color: #F6EEE0;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.18);
  padding: 3px 10px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv p {
    font-size: 1.8rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#mv .mv .price {
  margin-top: 50px;
  display: table;
}
@media only screen and (max-width: 750px) {
  #mv .mv .price {
    width: 100%;
    margin-top: 20px;
  }
}
#mv .mv .price .topic {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 2.8rem;
  line-height: 3.9rem;
  font-weight: 700;
  color: #fff;
  background-color: #CC5200;
  text-align: center;
  padding: 9px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .price .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 1180px) {
  #mv .mv .price .topic span img {
    width: auto;
    height: 22px;
  }
}
#mv .mv .price .brief {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  color: #fff;
  background-color: #39281B;
  text-align: center;
  padding: 0 40px;
  font-size: 2.4rem;
  line-height: 3.4rem;
  padding: 0 10px 10px 10px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .price .brief {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#mv .mv .price .brief > div {
  border: 1px solid #C8A135;
  border-top: 0;
  padding: 40px 35px 20px 35px;
}
#mv .mv .price .brief .large {
  position: relative;
  z-index: 1;
  font-size: 9.6rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .price .brief .large {
    font-size: 7.6rem;
  }
}
#mv .mv .price .brief .large::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 30px;
  background-image: url(/koubai/assets/images/top/mv-price-underline.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#mv .mv .price .brief .medium {
  font-size: 3.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .price .brief .medium {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#mv .mv .box-button {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .box-button {
    margin-top: 20px;
  }
}
#mv .mv .box-button .button {
  width: 100%;
  max-width: 430px;
  min-height: 70px;
  color: #39281B;
  background-color: #F6EEE0;
  border: 2px solid #C8A135;
  border-radius: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.14);
}
#mv .mv .box-button .button:hover {
  opacity: 0.6;
}
#mv .mv .box-button .button img {
  margin-right: 10px;
}

/* About */
#about {
  background-color: #FFFDF9;
}
#about .about {
  position: relative;
}
#about .about .box-img {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 31.805%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #about .about .box-img {
    position: static;
    width: 100%;
    height: auto;
  }
}
#about .about .box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about .about .box-img.left {
  left: 0;
}
#about .about .box-img.right {
  right: 0;
}
@media only screen and (max-width: 750px) {
  #about .about .box-img.right {
    margin-top: 10px;
  }
}
#about .about .box-content {
  position: relative;
  z-index: 2;
  width: 36.39%;
  max-width: 524px;
  min-width: 524px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 40px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #about .about .box-content {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 60px 5%;
  }
}
#about .about .box-content .box-texthead h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  #about .about .box-content .box-texthead h2 {
    margin-bottom: 30px;
  }
}
#about .about .box-content p {
  text-align: center;
}
#about .about .box-content p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #about .about .box-content p + p {
    margin-top: 15px;
  }
}

/* Plan */
#plan {
  background-color: #F6EEE0;
}
#plan .plan .box-content .plan-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media only screen and (max-width: 1180px) {
  #plan .plan .box-content .plan-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list {
    gap: 10px;
  }
}
#plan .plan .box-content .plan-list .item {
  border: 1px solid #39281B;
  background-color: #FFFDF9;
}
#plan .plan .box-content .plan-list .item .topic {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #39281B;
  color: #FFFAF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}
@media only screen and (max-width: 1180px) {
  #plan .plan .box-content .plan-list .item .topic {
    font-size: 2.2rem;
    line-height: 3.2rem;
    height: 60px;
  }
}
#plan .plan .box-content .plan-list .item .brief {
  padding: 20px;
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list .item .brief {
    padding: 8px;
  }
  #plan .plan .box-content .plan-list .item .brief p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
#plan .plan .box-content .plan-list .item .brief h4 {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #C8A135;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #plan .plan .box-content .plan-list .item .brief h4 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
#plan .plan .box-content .plan-list .item .brief .price {
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #CC5200;
  text-align: center;
  padding: 25px 0 20px 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  #plan .plan .box-content .plan-list .item .brief .price {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list .item .brief .price {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#plan .plan .box-content .plan-list .item .brief .price .large {
  font-size: 6.8rem;
}
@media only screen and (max-width: 1180px) {
  #plan .plan .box-content .plan-list .item .brief .price .large {
    font-size: 5.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list .item .brief .price .large {
    font-size: 4.2rem;
  }
}
#plan .plan .box-content .plan-list .item .brief .price .medium {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1180px) {
  #plan .plan .box-content .plan-list .item .brief .price .medium {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list .item .brief .price .medium {
    font-size: 1.6rem;
  }
}
#plan .plan .box-content .plan-list .item .brief ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list .item .brief ul {
    padding: 0 10px;
  }
}
#plan .plan .box-content .plan-list .item .brief ul li {
  display: block;
  padding: 6px 24px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #39281B;
  border: 1px solid #39281B;
  border-radius: 30px;
}
@media only screen and (max-width: 750px) {
  #plan .plan .box-content .plan-list .item .brief ul li {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 5px 10px;
  }
}

/* Store */
#store {
  color: #fff;
  background-image: url(/koubai/assets/images/top/store-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}
#store .store .box-content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #store .store .box-content .flex {
    display: block;
  }
}
#store .store .box-content .flex .column-left {
  width: 46.19%;
  max-width: 665px;
}
@media only screen and (max-width: 750px) {
  #store .store .box-content .flex .column-left {
    width: 100%;
    padding: 0 5%;
  }
}
#store .store .box-content .flex .column-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#store .store .box-content .flex .column-right {
  width: 53.81%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #store .store .box-content .flex .column-right {
    width: 100%;
    margin-top: 20px;
  }
}
#store .store .box-content .flex .column-right .column-right-box {
  max-width: 544px;
  margin-left: auto;
  margin-right: auto;
}
#store .store .box-content .flex .column-right .column-right-box .info {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  #store .store .box-content .flex .column-right .column-right-box .info {
    margin-bottom: 40px;
  }
}
#store .store .box-content .flex .column-right .column-right-box .info .table .tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px 30px 1fr;
  grid-template-columns: 22px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding: 0 15px;
}
@media only screen and (max-width: 1180px) {
  #store .store .box-content .flex .column-right .column-right-box .info .table .tr {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
#store .store .box-content .flex .column-right .column-right-box .info .table .tr + .tr {
  margin-top: 25px;
  padding-top: 26px;
  border-top: 1px solid #C2C2C2;
}
@media only screen and (max-width: 1180px) {
  #store .store .box-content .flex .column-right .column-right-box .info .table .tr + .tr {
    margin-top: 15px;
    padding-top: 16px;
  }
}
#store .store .box-content .flex .column-right .column-right-box .info .table .tr .td:first-child {
  padding-top: 4px;
}
#store .store .box-content .flex .column-right .column-right-box .access h3 {
  font-size: 3.6rem;
  line-height: 4.6rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #store .store .box-content .flex .column-right .column-right-box .access h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #store .store .box-content .flex .column-right .column-right-box .access h3 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
#store .store .box-content .flex .column-right .column-right-box .access .gmap {
  position: relative;
  padding-bottom: 225px;
  height: 0;
  overflow: hidden;
}
#store .store .box-content .flex .column-right .column-right-box .access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#store .store .box-content .flex .column-right .column-right-box .access .gmap-button {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: 190px;
  height: 38px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, "Noto Sans Thai";
  font-weight: bold;
  color: #39281B;
  background-color: #FFFAF0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#store .store .box-content .flex .column-right .column-right-box .access .gmap-button:hover {
  opacity: 0.6;
}
#store .store .box-content .box-button {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #store .store .box-content .box-button {
    margin-top: 60px;
  }
}
#store .store .box-content .box-button .button {
  width: 100%;
  max-width: 540px;
  min-height: 88px;
  color: #fff;
  background-color: #39CD00;
  border-radius: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 1180px) {
  #store .store .box-content .box-button .button {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #store .store .box-content .box-button .button {
    max-width: 255px;
    min-height: 50px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #store .store .box-content .box-button .button .icon img {
    width: 40px;
    height: auto;
  }
}
#store .store .box-content .box-button .button:hover {
  opacity: 0.6;
}
#store .store .box-content .box-button ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#store .store .box-content .box-button ul li a {
  display: block;
}
#store .store .box-content .box-button ul li a:hover {
  opacity: 0.6;
}