@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-pink {
  color: #C53954;
}

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

.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: "Noto Serif JP", serif, "Noto Sans Thai";
  font-optical-sizing: auto;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, "Noto Sans Thai";
  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) #our-brand .our-brand .box-content .our-brand-list .item a .brief .text .sub-topic,
body:lang(th) #mv .mv .price .topic,
body:lang(th) #mv .mv .mv-title h1,
body:lang(th) .font-noto,
body:lang(th) #news .news .box-content .news-list .item a .brief .topic,
body:lang(th) #our-brand .our-brand .box-content .our-brand-list .item a .brief .text .topic,
body:lang(th) #news-inner .news-inner .box-content .news-inner-list .item a .brief .topic,
body:lang(th) #breadcrumb .breadcrumb ul li,
body:lang(th) #news-inner .news-inner .box-content .news-inner-detail h1 {
  font-family: "Noto Sans Thai", sans-serif !important;
}

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, .button.square-radius.white, 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:hover .box-button .button.white {
  color: #fff;
  background-color: #C53954;
}
a:hover .box-button .button.white .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -100px;
  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 */
.page-top #wrapper {
  padding-top: 100px;
}
@media only screen and (max-width: 1180px) {
  .page-top #wrapper {
    padding-top: 70px;
  }
}

#wrapper {
  overflow: hidden;
}

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;
}

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

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

.pad80 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1180px) {
  .pad80 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

.bg-paper {
  background-image: url(/assets/images/commons/bg-paper-repeat.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 1440px;
}

#breadcrumb {
  padding: 30px 0 40px 0;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
#breadcrumb .breadcrumb ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, "Noto Sans Thai";
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: block;
  color: #C53954;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-image: url(/assets/images/commons/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Txthead */
.box-texthead.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .box-texthead.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead.mb50 {
    margin-bottom: 35px;
  }
}
.box-texthead.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .box-texthead.mb40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead.mb40 {
    margin-bottom: 25px;
  }
}
.box-texthead .underline-pink::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #C53954;
  margin-top: 25px;
}
@media only screen and (max-width: 1180px) {
  .box-texthead .underline-pink::after {
    width: 80px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead .underline-pink::after {
    width: 50px;
  }
}
.box-texthead .underline-pink.center::after {
  margin-left: auto;
  margin-right: auto;
}
.box-texthead .fz54 {
  font-size: 5.4rem;
  line-height: 6.4rem;
}
@media only screen and (max-width: 1180px) {
  .box-texthead .fz54 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead .fz54 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.box-texthead .fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 1180px) {
  .box-texthead .fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .box-texthead .fz20 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.box-texthead .fz20 + .fz54 {
  margin-top: 10px;
}
.box-texthead .fz20.with-leaf {
  position: relative;
}
@media only screen and (max-width: 750px) {
  .box-texthead .fz20.with-leaf {
    padding-left: 27px;
  }
}
.box-texthead .fz20.with-leaf::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  width: 17px;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(/assets/images/commons/icn-txthead-leaf.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (max-width: 750px) {
  .box-texthead .fz20.with-leaf::before {
    left: 0;
  }
}
.box-texthead .center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* Btn */
.box-button.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 1180px) {
  .box-button.mt50 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .box-button.mt50 {
    margin-top: 35px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.button.square-radius {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  border-radius: 30px;
}
.button.square-radius.shadow {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
}
.button.square-radius.pink {
  color: #fff;
  border: 1px solid #C53954;
  background-color: #C53954;
}
.button.square-radius.pink-border {
  color: #C53954;
  border: 1px solid #C53954;
  background-color: #fff;
}
.button.square-radius.pink-border:hover {
  color: #fff;
  background-color: #C53954;
}
.button.square-radius.pink-border:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.button.square-radius.white {
  color: #C53954;
  background-color: #fff;
}
.button.square-radius.white:hover {
  color: #fff;
  background-color: #C53954;
}
.button.square-radius.white:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.button.square-radius.maxw-260 {
  width: 100%;
  max-width: 260px;
}
.button.square-radius.maxw-300 {
  width: 100%;
  max-width: 300px;
}
.button.square-radius.center {
  margin-left: auto;
  margin-right: auto;
}

.wp-pagenavi {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi {
    margin-top: 35px;
  }
}
.wp-pagenavi a:hover {
  cursor: pointer;
  opacity: 0.6;
}
.wp-pagenavi .previouspostslink {
  margin-right: 45px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 20px;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 45px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 20px;
  }
}
.wp-pagenavi .current {
  background-color: #C53954;
  color: #fff;
}
.wp-pagenavi .current, .wp-pagenavi .page {
  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;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  font-weight: 500;
  margin: 0 5px;
}
@media only screen and (max-width: 750px) {
  .wp-pagenavi .current, .wp-pagenavi .page {
    display: none;
  }
}

/* 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;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding: 0 40px;
  border-bottom: 1px solid #C53954;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  header {
    padding: 0 5%;
  }
}
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: 100px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 70px;
  }
}
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: 55px;
}
header .header .header-right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
}
@media only screen and (max-width: 1180px) {
  header .header .header-right nav {
    display: none;
  }
}
header .header .header-right nav a {
  display: block;
  font-weight: bold;
}
@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: #000;
}
header .header .header-right .lang ul li a {
  display: block;
  font-weight: bold;
}
header .header .header-right .lang ul li a.current {
  color: #C53954;
}
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);
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03 {
  color: #C53954 !important;
}
.active-mn-01 .mn-01 .hover-underline,
.active-mn-02 .mn-02 .hover-underline,
.active-mn-03 .mn-03 .hover-underline {
  background-size: 100% 1px !important;
}

#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: #000;
}
#menu-responsive .box-content .lang ul li a {
  display: block;
  font-weight: bold;
}
#menu-responsive .box-content .lang ul li a.current {
  color: #C53954;
}
#menu-responsive .box-content nav {
  margin-top: 40px;
}
#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 .our-brand {
  margin-top: 40px;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
#menu-responsive .box-content .our-brand ul li + li {
  margin-top: 15px;
}
#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;
  color: #fff;
  background-color: #1A1A1A;
}
@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;
}
@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;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .footer-right p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right p {
    font-size: 1rem;
    text-align: center;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8.5% 0 0 7.5%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-title {
    padding-top: 30%;
  }
}
#mv .mv .mv-title h1 {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 7.8rem;
  line-height: 10.3rem;
  color: #fff;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-title h1 {
    font-size: 5.8rem;
    line-height: 8.3rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-title h1 {
    font-size: 4.8rem;
    line-height: 7.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-title h1 {
    font-size: 4.4rem;
    line-height: 6.4rem;
  }
}
#mv .mv .mv-title h1 span {
  display: block;
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .mv-title h1 span {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv .mv .mv-title h1 span {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-title h1 span {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
#mv .mv .mv-news {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background-color: #C53954;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  gap: 30px;
  width: 90%;
  max-width: 720px;
  min-height: 78px;
  border-radius: 0 12px 0 0;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-news {
    padding-left: 5%;
    padding-right: 5%;
    gap: 25px;
    width: 95%;
  }
}
#mv .mv .mv-news .news-topic {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-news .news-topic {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#mv .mv .mv-news .news-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-news .news-content {
    display: block;
  }
}
#mv .mv .mv-news .news-content .news-list a {
  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: 850px) {
  #mv .mv .mv-news .news-content .news-list a {
    display: block;
  }
}
#mv .mv .mv-news .news-content .news-list a .date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-news .news-content .news-list a .date {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
  }
}
#mv .mv .mv-news .news-content .news-list a .topic {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-news .news-content .news-list a .topic {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#mv .mv .mv-news .news-content .box-button a .icon {
  min-width: 6px;
}
#mv .mv .mv-news .news-content .box-button a .text {
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-news .news-content .box-button a .text {
    display: block;
    font-size: 1.2rem;
  }
}

/* Intro */
#intro {
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width: 850px) {
  #intro {
    padding-bottom: 150px;
  }
}
#intro .intro {
  position: relative;
  z-index: 2;
}
#intro .intro .box-content > p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #intro .intro .box-content > p {
    line-height: 3rem;
  }
}
#intro .obj-l {
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
  width: 18.06%;
  max-width: 260px;
  min-width: 145px;
}
#intro .obj-r {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 36.11%;
  max-width: 520px;
  min-width: 183px;
}
@media only screen and (max-width: 850px) {
  #intro .obj-r {
    top: inherit;
  }
}

/* Our Brand */
#our-brand {
  position: relative;
  background-image: url(/assets/images/top/our-brand-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
#our-brand .our-brand .box-content > p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .box-content > p {
    line-height: 3rem;
  }
}
#our-brand .our-brand .box-content .our-brand-list {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .box-content .our-brand-list {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .box-content .our-brand-list {
    margin-top: 30px;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item + .item {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .box-content .our-brand-list .item + .item {
    margin-top: 15px;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item.brown a {
  color: #fff;
  background-color: #39281B;
  background-image: none;
}
#our-brand .our-brand .box-content .our-brand-list .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32.224% 1fr;
  grid-template-columns: 32.224% 1fr;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.09);
  background-image: url(/assets/images/top/our-brand-list-bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .box-content .our-brand-list .item a {
    display: block;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item a .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#our-brand .our-brand .box-content .our-brand-list .item a .brief {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: 148px 30px auto;
  grid-template-columns: 148px auto;
  padding: 30px;
  gap: 30px;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .box-content .our-brand-list .item a .brief {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .box-content .our-brand-list .item a .brief {
    padding: 25px 20px 30px 20px;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item a .brief .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 850px) {
  #our-brand .our-brand .box-content .our-brand-list .item a .brief .logo {
    display: table;
    margin-bottom: 20px;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item a .brief .text .sub-topic {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #our-brand .our-brand .box-content .our-brand-list .item a .brief .text .sub-topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item a .brief .text .topic {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #our-brand .our-brand .box-content .our-brand-list .item a .brief .text .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#our-brand .our-brand .box-content .our-brand-list .item a .brief .text .box-button {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #our-brand .our-brand .box-content .our-brand-list .item a .brief .text .box-button .button {
    margin-left: auto;
    margin-right: auto;
  }
}
#our-brand .obj-top-l {
  position: absolute;
  top: 27.5%;
  left: 15%;
  z-index: 1;
  width: 31px;
}
#our-brand .obj-top-r {
  position: absolute;
  top: -13px;
  right: 7.5%;
  z-index: 1;
  width: 118px;
}
@media only screen and (max-width: 850px) {
  #our-brand .obj-top-r {
    top: 15px;
  }
}
#our-brand .obj-btm-l {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 1;
  width: 16.66%;
  max-width: 249px;
  min-width: 169px;
}
@media only screen and (max-width: 850px) {
  #our-brand .obj-btm-l {
    bottom: -5%;
  }
}
@media only screen and (max-width: 750px) {
  #our-brand .obj-btm-l {
    bottom: -60px;
  }
}

/* News */
#news {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #news .news .box-texthead {
    margin-bottom: 10px;
  }
}
#news .news .box-texthead h2 {
  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: 15px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-texthead h2 {
    gap: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .box-texthead h2 span {
    display: none;
  }
}
#news .news .box-content > p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content > p {
    line-height: 3rem;
  }
}
#news .news .box-content .news-list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #news .news .box-content .news-list {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 850px) {
  #news .news .box-content .news-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}
#news .news .box-content .news-list .item a {
  display: block;
  background-color: #fff;
  height: 100%;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 130px auto;
    grid-template-columns: 130px auto;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .cover {
    aspect-ratio: 1/1;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .cover img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#news .news .box-content .news-list .item a .brief {
  padding: 15px 20px 35px 20px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .brief {
    padding: 15px 40px 15px 15px;
  }
}
#news .news .box-content .news-list .item a .brief .date {
  font-size: 1.4rem;
  line-height: 3rem;
  color: #777;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .brief .date {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
#news .news .box-content .news-list .item a .brief .topic {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 1.8rem;
  line-height: 3rem;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .brief .topic {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .brief p {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
#news .news .box-content .news-list .item a .brief .box-button {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #news .news .box-content .news-list .item a .brief .box-button {
    display: none;
  }
}
#news .obj-top-l {
  position: absolute;
  top: 22.5%;
  left: 15%;
  z-index: 1;
  width: 20px;
}
#news .obj-btm-r {
  position: absolute;
  bottom: 40px;
  right: 20%;
  z-index: 1;
  width: 36px;
}
@media only screen and (max-width: 750px) {
  #news .obj-btm-r {
    bottom: 15px;
    right: 15%;
  }
}

/* News */
#news-inner {
  position: relative;
  overflow: hidden;
}
#news-inner .news-inner {
  position: relative;
  z-index: 2;
}
#news-inner .news-inner .box-content .news-inner-list {
  border-top: 1px solid #E5E5E5;
  padding-top: 41px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list {
    padding-top: 31px;
  }
}
#news-inner .news-inner .box-content .news-inner-list .item {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 41px;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1180px) {
  #news-inner .news-inner .box-content .news-inner-list .item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list .item {
    padding-bottom: 20px;
  }
}
#news-inner .news-inner .box-content .news-inner-list .item + .item {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list .item + .item {
    margin-top: 30px;
  }
}
#news-inner .news-inner .box-content .news-inner-list .item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 30px auto 30px 1fr;
  grid-template-columns: 260px auto 1fr;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list .item a {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list .item a .brief {
    margin-top: 20px;
  }
}
#news-inner .news-inner .box-content .news-inner-list .item a .brief .date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #777777;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list .item a .brief .date {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
  }
}
#news-inner .news-inner .box-content .news-inner-list .item a .brief .topic {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #news-inner .news-inner .box-content .news-inner-list .item a .brief .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-list .item a .brief .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#news-inner .news-inner .box-content .news-inner-detail .date {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #777777;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-detail .date {
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 5px;
  }
}
#news-inner .news-inner .box-content .news-inner-detail h1 {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  #news-inner .news-inner .box-content .news-inner-detail h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-detail h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#news-inner .news-inner .box-content .news-inner-detail .img.cover + * {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-detail .img.cover + * {
    margin-top: 40px;
  }
}
#news-inner .news-inner .box-content .news-inner-detail .img.col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#news-inner .news-inner .box-content .news-inner-detail .img div {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#news-inner .news-inner .box-content .news-inner-detail .img div p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 1180px) {
  #news-inner .news-inner .box-content .news-inner-detail .img div p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-detail .img div p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
#news-inner .news-inner .box-content .news-inner-detail .img + * {
  margin-top: 30px;
}
#news-inner .news-inner .box-content .news-inner-detail h2 {
  font-family: "Noto Serif JP", serif, "Noto Sans Thai";
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  border-bottom: 1px solid #C53954;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1180px) {
  #news-inner .news-inner .box-content .news-inner-detail h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .box-content .news-inner-detail h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#news-inner .news-inner .box-content .news-inner-detail p + * {
  margin-top: 30px;
}
#news-inner .leaf-01 {
  position: absolute;
  top: 11.5%;
  left: 3.5%;
  z-index: 1;
}
#news-inner .leaf-02 {
  position: absolute;
  top: 37%;
  right: 5.5%;
  z-index: 1;
}
#news-inner .leaf-03 {
  position: absolute;
  top: 64%;
  left: 3.5%;
  z-index: 1;
}
#news-inner .leaf-04 {
  position: absolute;
  top: 96%;
  right: 8%;
  z-index: 1;
}