@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wdth,wght@62.5..100,100..900&display=swap");
* {
  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-black {
  color: #000000;
}

.color-red {
  color: #FF0000;
}

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

.show-tb {
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  .show-tb {
    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: 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 Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

:lang(th) {
  font-family: "Noto Sans Thai", sans-serif;
}

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

strong {
  font-weight: 700;
}

/* Link */
.transition, #brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .cover img, .menu-responsive, header .header .col-left, header, .btn.arrow-left .icn, .btn.arrow-right .icn, .btn.icn-left .icn, .hover-underline::after, a .cover img, a::before, a::after, a {
  -webkit-transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a:hover {
  opacity: 0.75;
}
a:hover .cover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
a:hover .hover-underline::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a .cover {
  overflow: hidden;
}
.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
@media only screen and (max-width: 750px) {
  .anchor {
    top: -100px;
  }
}

.hover-underline {
  position: relative;
  display: inline-block;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/* Content */
#wrapper {
  padding-top: 66px;
}

main {
  position: relative;
}

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

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

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

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

.mar100150 {
  margin-top: 100px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1180px) {
  .mar100150 {
    margin-top: 75px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .mar100150 {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.mar150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1180px) {
  .mar150 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .mar150 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mar15075 {
  margin-top: 150px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1180px) {
  .mar15075 {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .mar15075 {
    margin-top: 80px;
  }
}

.mt150 {
  margin-top: 150px;
}
@media only screen and (max-width: 1180px) {
  .mt150 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .mt150 {
    margin-top: 80px;
  }
}

.mb150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1180px) {
  .mb150 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .mb150 {
    margin-bottom: 80px;
  }
}

#mail-list ul {
  margin-top: 40px !important;
  margin-left: 45px !important;
}
@media only screen and (max-width: 750px) {
  #mail-list ul {
    margin: auto !important;
    padding-left: 20px;
    padding-top: 20px;
  }
}
#mail-list ul li + li {
  margin-top: 20px;
}
#mail-list ul li {
  list-style-type: none !important;
}
#mail-list ul li p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #mail-list ul li p {
    margin-bottom: 0px;
  }
}
#mail-list ul li a {
  text-decoration: underline;
}

/* Txthead */
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb60 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
.txthead-box.underline-stroke {
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 750px) {
  .txthead-box.underline-stroke {
    padding-bottom: 15px;
  }
}
.txthead-box.line-left {
  padding-left: 8px;
  border-left: 3px solid #000000;
}
.txthead-box .fz28 {
  font-size: 2.8rem;
  line-height: 3.8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz28 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz28 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.txthead-box .text-center {
  text-align: center;
}
.txthead-box .text-center img {
  margin-left: auto;
  margin-right: auto;
}

/* Btn */
.btn-box.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt70 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt70 {
    margin-top: 40px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt60 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
.btn-box.table {
  display: table;
}
.btn-box.table.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-box.table.right {
  margin-left: auto;
}

.btn {
  position: relative;
}
.btn:hover .txt.underline {
  text-decoration: none !important;
}
.btn .txt.fz14 {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.btn .txt.underline {
  text-decoration: underline;
}
.btn.square {
  position: relative;
  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: 70px;
}
.btn.square .txt {
  font-weight: 700;
}
.btn.square.black {
  color: #fff;
  background-color: #000000;
}
.btn.square.black .hover-underline::after {
  background-color: #fff;
}
.btn.radius {
  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: 82px;
  border-radius: 100%;
}
@media only screen and (max-width: 1180px) {
  .btn.radius {
    height: 77px;
  }
}
.btn.radius:hover {
  opacity: 1;
}
.btn.radius:hover.black {
  opacity: 1;
}
.btn.radius:hover::before {
  -webkit-transform: rotate(7deg);
  transform: rotate(7deg);
}
.btn.radius::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #C1C1C1;
  border-radius: 100%;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.btn.radius .icn {
  position: relative;
  z-index: 2;
}
.btn.radius .txt {
  position: relative;
  z-index: 2;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1180px) {
  .btn.radius .txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn.radius.black {
  color: #fff;
  background-color: #000000;
  border: 1px solid #C1C1C1;
}
.btn.radius.black .hover-underline::after {
  background-color: #fff;
}
.btn.radius.pad-lr-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.btn.icn-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.btn.arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.btn.arrow-right:hover .icn {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
.btn.arrow-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.btn.arrow-left .icn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.arrow-left:hover .icn {
  -webkit-transform: rotate(180deg) translateX(7px);
  transform: rotate(180deg) translateX(7px);
}

/* Breadcrumb */
#breadcrumb {
  margin-top: 50px;
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-right: 10px;
  padding-right: 17px;
  text-transform: uppercase;
}
#breadcrumb .breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
  width: 7px;
  height: 10px;
  background-image: url("/assets/images/commons/breadcrumb-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#breadcrumb .breadcrumb ul li a {
  display: table;
  color: #C1C1C1;
}
#breadcrumb .breadcrumb ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* MV Inner */
#mv-inner .mv-inner {
  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;
  padding: 136px 0;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner {
    padding: 90px 0;
  }
}
#mv-inner .mv-inner > div {
  width: 100%;
}
#mv-inner .mv-inner h1 {
  font-size: 4.8rem;
  line-height: 5.8rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner h1 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner h1 {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
#mv-inner .mv-inner .btn-scroll {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1180px) {
  #mv-inner .mv-inner .btn-scroll {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
#mv-inner .mv-inner .btn-scroll ul {
  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;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll ul {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner .btn-scroll ul.col3 {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll ul.col3 {
    display: block;
  }
}
#mv-inner .mv-inner .btn-scroll ul.col3 li {
  width: 100%;
  max-width: 250px;
}
@media only screen and (max-width: 850px) {
  #mv-inner .mv-inner .btn-scroll ul.col3 li {
    width: 31.33%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll ul.col3 li {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll ul.col3 li + li {
    margin-top: 4%;
  }
}
#mv-inner .mv-inner .btn-scroll ul.col3 li a {
  width: 100%;
  height: 75px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll ul li {
    width: 48%;
  }
}
#mv-inner .mv-inner .btn-scroll ul li a {
  width: 244px;
  height: 90px;
  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;
  font-weight: 700;
  border: 1px solid #DFDFDF;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .btn-scroll ul li a {
    width: 100%;
  }
}
#mv-inner .mv-inner .btn-scroll ul li a:hover {
  opacity: 1;
  background-color: #f5f5f5;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  header {
    background-color: #fff;
  }
}
header.show {
  opacity: 1;
  visibility: visible;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 66px;
  gap: 40px;
}
header .header .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 245px;
  min-width: 245px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left {
    width: 180px;
    min-width: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header .col-left a {
  display: table;
}
header .header .col-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right {
    border-bottom: 0;
    gap: 20px;
  }
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
header .header .col-right .menu ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
header .header .col-right .menu ul li a {
  position: relative;
}
header .header .col-right .menu ul li a:hover::after {
  width: 100%;
}
header .header .col-right .menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background-color: #000000;
  border-radius: 2px;
}
header .header .col-right .lang a {
  display: table;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  padding-right: 14px;
  background-image: url("/assets/images/commons/lang-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}
header .header .col-right .dropdown-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header .col-right .dropdown-list a {
  background-image: none !important;
  border-bottom: none !important;
}
header .header .col-right .dropdown {
  position: relative;
  display: inline-block;
}
header .header .col-right .dropdown-content {
  display: none;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  z-index: 99;
  background-color: #FFF;
  border: 1px solid #DFDFDF;
}
header .header .col-right .dropdown-content a {
  color: black;
  padding: 12px;
  text-decoration: none;
  display: block;
}
header .header .col-right .dropdown-content a:hover {
  opacity: 0.6;
}
header .header .col-right .dropdown:hover .dropdown-content {
  display: block;
}
header .header .col-right .btn-burger {
  display: none;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .col-right .btn-burger .bar-icon {
  position: relative;
  display: inline-block;
}
header .header .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .btn-burger .bar-icon .bar1,
header .header .col-right .btn-burger .bar-icon .bar2,
header .header .col-right .btn-burger .bar-icon .bar3 {
  width: 32px;
  height: 2px;
  background-color: #000000;
  margin: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .btn-burger .open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 8px);
  transform: rotate(-45deg) translate(-9px, 8px);
}
header .header .col-right .btn-burger .open .bar2 {
  opacity: 0;
}
header .header .col-right .btn-burger .open .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.active-mn-01 .mn-01::after,
.active-mn-02 .mn-02::after,
.active-mn-03 .mn-03::after,
.active-mn-04 .mn-04::after {
  width: 100% !important;
}

.menu-responsive {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  padding-top: 66px;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    padding-top: 56px;
  }
}
.menu-responsive.active {
  visibility: visible;
  opacity: 1;
  padding-top: 88px;
}
@media only screen and (max-width: 750px) {
  .menu-responsive.active {
    padding-top: 66px;
  }
}
.menu-responsive .content {
  padding: 4% 5%;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .content {
    padding: 5%;
  }
}
.menu-responsive .content .menu ul li {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  border-bottom: 1px solid #DFDFDF;
  text-transform: uppercase;
}
.menu-responsive .content .menu ul li a {
  display: block;
  padding: 20px;
  background-image: url("/assets/images/commons/btn-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 25px;
}

/* Footer */
footer {
  padding-top: 60px;
  color: #fff;
  background-color: #000000;
}
@media only screen and (max-width: 850px) {
  footer {
    padding-top: 50px;
  }
}
footer .footer .content {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  footer .footer .content {
    display: block;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer .content .col-left {
    width: 180px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .content .col-left {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .content .col-left .logo {
  display: block;
}
footer .footer .content .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 850px) {
  footer .footer .content .col-right {
    display: block;
    margin-top: 40px;
  }
}
footer .footer .content .col-right .menu ul li {
  display: table;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1180px) {
  footer .footer .content .col-right .menu ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .content .col-right .menu ul li {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .content .col-right .menu ul li + li {
  margin-top: 10px;
}
footer .footer .content .col-right .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: #fff;
}
footer .footer .content .col-right .menu ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media only screen and (max-width: 850px) {
  footer .footer .content .col-right .menu + .menu {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .content .col-right .lang {
    margin-top: 40px;
  }
}
footer .footer .content .col-right .lang a {
  display: table;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #fff;
  padding-right: 14px;
  background-image: url("/assets/images/commons/lang-arrow-white.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}
@media only screen and (max-width: 1180px) {
  footer .footer .content .col-right .lang a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 850px) {
  footer .footer .content .col-right .lang a {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .content .col-right .lang a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer .footer .copyright {
  margin-top: 60px;
  border-top: 1px solid #4D4D4D;
  padding: 18px 0;
}
@media only screen and (max-width: 850px) {
  footer .footer .copyright {
    margin-top: 40px;
  }
}
footer .footer .copyright p {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
}

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

/* MV */
#mv {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #mv {
    margin-top: 0;
  }
}
#mv .mv {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 65.06944444% 34.93055556%;
  grid-template-columns: 65.06944444% 34.93055556%;
  grid-column-gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #mv .mv {
    display: block;
    padding: 0 5%;
  }
}
#mv .mv::after {
  content: "";
  display: inline;
  clear: both;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .col-left {
    display: none;
  }
}
#mv .mv .col-left .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .col-right .mv-slick-thumb {
  width: 150% !important;
  position: relative;
}
#mv .mv .col-right .mv-slick-thumb .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .col-right .mv-slick-thumb .dotsLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 160px;
  margin-top: 30px;
  background-color: #E1E1E1;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .col-right .mv-slick-thumb .dotsLine {
    margin-top: 20px;
  }
}
#mv .mv .col-right .mv-slick-thumb .dotsLine li {
  width: 100%;
}
#mv .mv .col-right .mv-slick-thumb .dotsLine li.slick-active button {
  background-color: #000000;
}
#mv .mv .col-right .mv-slick-thumb .dotsLine li button {
  width: 100%;
  height: 4px;
  font-size: 0;
  line-height: 0;
  display: block;
  border-radius: 8px;
}
#mv .mv .col-right .mv-slick-thumb-counter {
  margin-top: 15px;
  display: block;
  font-size: 1.3rem;
}
@media only screen and (max-width: 1180px) {
  #mv .mv .col-right .mv-slick-thumb-counter {
    margin-top: 10px;
  }
}

/* Mission */
#mission .mission .content {
  margin-top: 150px;
  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;
}
@media only screen and (max-width: 1180px) {
  #mission .mission .content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission .content {
    margin-top: 60px;
    display: block;
  }
}
#mission .mission .content .col-left {
  padding-left: 40px;
  width: 43.21907601%;
  max-width: 580px;
}
@media only screen and (max-width: 750px) {
  #mission .mission .content .col-left {
    padding-right: 40px;
    width: 100%;
    max-width: 100%;
  }
}
#mission .mission .content .col-left .text {
  margin-top: 90px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1180px) {
  #mission .mission .content .col-left .text {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission .content .col-left .text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#mission .mission .content .col-left .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 1180px) {
  #mission .mission .content .col-left .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission .content .col-left .btn-box {
    margin-left: auto;
    margin-right: auto;
  }
}
#mission .mission .content .col-right {
  width: 44.70938897%;
  max-width: 600px;
}
@media only screen and (max-width: 750px) {
  #mission .mission .content .col-right {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Wide Img */
/* Our Brands */
#our .our .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #DFDFDF;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #our .our .content {
    display: block;
  }
}
#our .our .content .col {
  display: block;
  width: 50%;
  padding: 45px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #our .our .content .col {
    width: 100%;
    padding: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #our .our .content .col + .col {
    margin-top: 30px;
    padding-top: 60px;
  }
}
#our .our .content .col + .col::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 1px;
  height: 100%;
  background-color: #DFDFDF;
}
@media only screen and (max-width: 750px) {
  #our .our .content .col + .col::after {
    width: 100%;
    height: 1px;
  }
}
#our .our .content .col:hover {
  background-color: #fefefe;
}
#our .our .content .col:hover .btn-box .btn .txt {
  text-decoration: none;
}
#our .our .content .col:hover .btn-box .btn .icn {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
#our .our .content .col .logo {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#our .our .content .col .text {
  width: 100%;
  max-width: 350px;
  margin: 60px auto;
}
@media only screen and (max-width: 750px) {
  #our .our .content .col .text {
    margin: 30px auto;
  }
}
#our .our .content .col .text p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #our .our .content .col .text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

/* Three Img */
.three-img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* Stores */
#stores .stores {
  position: relative;
}
#stores .stores .content .stores-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 39.12% 28% 28%;
  grid-template-columns: 39.12% 28% 28%;
  gap: 2.40666667%;
}
@media only screen and (max-width: 750px) {
  #stores .stores .content .stores-list {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .content .stores-list .col + .col {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .content .stores-list .col:first-child a .logo {
    height: 22px;
  }
}
#stores .stores .content .stores-list .col:first-child a .topic {
  font-size: 4.5rem;
  line-height: 5.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #stores .stores .content .stores-list .col:first-child a .topic {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #stores .stores .content .stores-list .col:first-child a .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#stores .stores .content .stores-list .col > a {
  display: block;
}
#stores .stores .content .stores-list .col > a .logo {
  margin-top: 17px;
  margin-bottom: 10px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#stores .stores .content .stores-list .col > a .topic {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #stores .stores .content .stores-list .col > a .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#stores .stores .content .stores-list .col .brief {
  margin-top: 10px;
}
#stores .stores .content .stores-list .col .brief .sns {
  margin-top: 20px;
}
#stores .stores .content .stores-list .col .brief .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
#stores .stores .content .stores-list .col .brief .sns ul li a {
  display: block;
}
#stores .stores .content .stores-list .col .brief .btn-box {
  margin-top: 20px;
}
#stores .stores > .btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #stores .stores > .btn-box {
    position: static;
    margin-right: auto;
  }
}

/* Membership */
#membership {
  padding: 100px 0;
  color: #fff;
  background-image: url("/assets/images/top/membership-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 1180px) {
  #membership {
    padding: 75px 0;
  }
}
#membership .membership .content h2 {
  font-size: 4.6rem;
  line-height: 5.6rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #membership .membership .content h2 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #membership .membership .content h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#membership .membership .content p {
  margin: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #membership .membership .content p {
    margin: 20px 0 30px 0;
  }
}
#membership .membership .content a {
  width: 100%;
  max-width: 360px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  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;
  background-color: #fff;
}

/* Instagram */
#instagram .instagram .content .row + .row {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #instagram .instagram .content .row + .row {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  #instagram .instagram .content .row + .row {
    margin-top: 60px;
  }
}
#instagram .instagram .content .row .logo {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1180px) {
  #instagram .instagram .content .row .logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #instagram .instagram .content .row .logo {
    margin-bottom: 25px;
  }
}
#instagram .instagram .content .row .logo img {
  width: auto;
  max-width: 150px;
  max-height: 50px;
}
#instagram .instagram .content .row .img .instagram-media {
  width: 100% !important;
}
@media only screen and (max-width: 750px) {
  #instagram .instagram .content .row .btn-box {
    margin-right: auto;
  }
}

/* Online Shop */
#onlineshop .onlineshop .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  #onlineshop .onlineshop .content {
    display: block;
  }
}
#onlineshop .onlineshop .content a {
  display: table;
}
@media only screen and (max-width: 750px) {
  #onlineshop .onlineshop .content a {
    margin-left: auto;
    margin-right: auto;
  }
}
#onlineshop .onlineshop .content a:first-child {
  margin-right: 35px;
}
@media only screen and (max-width: 750px) {
  #onlineshop .onlineshop .content a:first-child {
    margin-right: auto;
  }
}
#onlineshop .onlineshop .content a.border {
  width: 100%;
  max-width: 244px;
  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: 90px;
  border: 1px solid #DFDFDF;
  background-image: url("/assets/images/commons/icn-blank.svg");
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 13px;
}
@media only screen and (max-width: 750px) {
  #onlineshop .onlineshop .content a + a {
    margin-top: 15px;
  }
}

/* About */
#about .about .about-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #about .about .about-section {
    display: block;
  }
}
#about .about .about-section .about-left {
  width: 65%;
}
@media only screen and (max-width: 750px) {
  #about .about .about-section .about-left {
    width: 100%;
  }
}
#about .about .about-section .about-left .left-item {
  width: 92.5%;
  max-width: 962px;
  margin-left: auto;
  height: 110vh;
}
@media only screen and (max-width: 750px) {
  #about .about .about-section .about-left .left-item + .left-item {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-section .about-left .left-item {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-section .about-left .left-item .txthead-box {
    margin-bottom: 35px;
  }
}
#about .about .about-section .about-left .left-item .content {
  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: 100%;
}
#about .about .about-section .about-left .left-item .content .text-play {
  display: table;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-section .about-left .left-item .content .text-play {
    width: 80%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .about-section .about-left .left-item .content .text-play {
    width: 60%;
    margin-bottom: 20px;
  }
}
#about .about .about-section .about-left .left-item .content p {
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about .about .about-section .about-left .left-item .content p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 850px) {
  #about .about .about-section .about-left .left-item .content p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
#about .about .about-section .about-left .left-item .img-sp {
  margin-top: 40px;
}
#about .about .about-section .about-right-wrapper {
  width: 35%;
  position: relative;
  margin-top: 58px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-section .about-right-wrapper {
    display: none;
  }
}
#about .about .about-section .about-right-wrapper .right-item {
  position: sticky;
  top: 0;
  height: 110vh;
  z-index: 1;
  overflow: hidden;
}
#about .about .about-section .about-right-wrapper .right-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
#about .about .about-section .about-right-wrapper .right-item:nth-child(2) {
  z-index: 2;
}
#about .about .about-section .about-right-wrapper .right-item:nth-child(3) {
  z-index: 3;
}
#about .about .about-section .about-right-wrapper .right-item:nth-child(4) {
  z-index: 4;
}
#about .about .about-section .about-right-wrapper .right-item:nth-child(n+2) img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
#about .about .about-outline .content .table {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#about .about .about-outline .content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 750px) {
  #about .about .about-outline .content .table .tr {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
#about .about .about-outline .content .table .tr + .tr {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #about .about .about-outline .content .table .tr + .tr {
    margin-top: 20px;
  }
}
#about .about .about-outline .content .table .tr .td.topic {
  width: 200px;
  min-width: 200px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #about .about .about-outline .content .table .tr .td.topic {
    width: 100%;
    min-width: 200px;
  }
}

/* Brand */
#brand .brand-row + .brand-row {
  margin-top: 200px;
}
@media only screen and (max-width: 1180px) {
  #brand .brand-row + .brand-row {
    margin-top: 150ppx;
  }
}
@media only screen and (max-width: 750px) {
  #brand .brand-row + .brand-row {
    margin-top: 100px;
  }
}
#brand .brand-row .content {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#brand .brand-row .content-row + .content-row {
  margin-top: 125px;
}
@media only screen and (max-width: 1180px) {
  #brand .brand-row .content-row + .content-row {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row + .content-row {
    margin-top: 75px;
  }
}
#brand .brand-row .content-row.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.intro {
    display: block;
  }
}
#brand .brand-row .content-row.intro .col-left {
  width: 39.0625%;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.intro .col-left {
    width: 100%;
  }
}
#brand .brand-row .content-row.intro .col-right {
  width: 51.171875%;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.intro .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#brand .brand-row .content-row.intro .col-right .text {
  width: 100%;
  max-width: 475px;
}
#brand .brand-row .content-row.intro .col-right .text p {
  line-height: 2.6rem;
}
#brand .brand-row .content-row.intro .col-right .text p + p {
  margin-top: 20px;
}
#brand .brand-row .content-row.intro .col-right .sns {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.intro .col-right .sns {
    margin-top: 30px;
  }
}
#brand .brand-row .content-row.intro .col-right .sns p {
  font-size: 1.3rem;
  line-height: 2.4rem;
  font-weight: 700;
}
#brand .brand-row .content-row.intro .col-right .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}
#brand .brand-row .content-row.intro .col-right .sns ul li a {
  display: block;
}
#brand .brand-row .content-row.info .content .table {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#brand .brand-row .content-row.info .content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.info .content .table .tr {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
#brand .brand-row .content-row.info .content .table .tr + .tr {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.info .content .table .tr + .tr {
    margin-top: 20px;
  }
}
#brand .brand-row .content-row.info .content .table .tr .td.topic {
  width: 200px;
  min-width: 200px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.info .content .table .tr .td.topic {
    width: 100%;
    min-width: 200px;
  }
}
#brand .brand-row .content-row.stores {
  position: relative;
}
#brand .brand-row .content-row.stores .toggle-btn {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.3rem;
  background-image: url("/assets/images/brand/toggle-show.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 14px;
  padding-right: 22px;
}
#brand .brand-row .content-row.stores .toggle-btn::before {
  content: "Show Stores List";
}
#brand .brand-row .content-row.stores .toggle-btn.active {
  background-image: url("/assets/images/brand/toggle-hide.png");
}
#brand .brand-row .content-row.stores .toggle-btn.active::before {
  content: "Hide Stores List";
}
#brand .brand-row .content-row.stores .content.toggle-content {
  display: none;
}
#brand .brand-row .content-row.stores .content.toggle-content.active {
  display: block;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li + li {
  margin-top: 40px;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.stores .content .stores-list > ul > li .flex {
    display: block;
  }
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex:hover .cover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex:hover .brief .btn-box .btn .txt {
  text-decoration: none;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex:hover .brief .btn-box .btn .icn {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .cover {
  width: 25.390625%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .cover {
    width: 100%;
  }
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .cover img {
  width: 100%;
  height: auto;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief {
  width: 72.265625%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief {
    width: 100%;
    margin-top: 20px;
  }
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief .logo {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief .topic {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief .sns {
  margin-top: 25px;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#brand .brand-row .content-row.stores .content .stores-list > ul > li .flex .brief .btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* Brand */
#stores-inner .stores-inner-row + .stores-inner-row {
  margin-top: 200px;
}
@media only screen and (max-width: 1180px) {
  #stores-inner .stores-inner-row + .stores-inner-row {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row + .stores-inner-row {
    margin-top: 100px;
  }
}
#stores-inner .stores-inner-row .content-row + .content-row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #stores-inner .stores-inner-row .content-row + .content-row {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row + .content-row {
    margin-top: 40px;
  }
}
#stores-inner .stores-inner-row .content-row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.flex {
    display: block;
  }
}
#stores-inner .stores-inner-row .content-row.flex .col-left {
  width: 45.8984375%;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.flex .col-left {
    width: 100%;
  }
}
#stores-inner .stores-inner-row .content-row.flex .col-right {
  width: 50.1953125%;
  padding-top: 40px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.flex .col-right {
    width: 100%;
    padding-top: 30px;
  }
}
#stores-inner .stores-inner-row .content-row.flex .col-right .logo {
  margin-bottom: 10px;
}
#stores-inner .stores-inner-row .content-row.flex .col-right .topic {
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #stores-inner .stores-inner-row .content-row.flex .col-right .topic {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.flex .col-right .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#stores-inner .stores-inner-row .content-row.flex .col-right .sns {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.flex .col-right .sns {
    position: static;
    margin-top: 25px;
  }
}
#stores-inner .stores-inner-row .content-row.flex .col-right .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}
#stores-inner .stores-inner-row .content-row.flex .col-right .sns ul li a {
  display: block;
}
#stores-inner .stores-inner-row .content-row.table {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#stores-inner .stores-inner-row .content-row.table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DFDFDF;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.table .tr {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
#stores-inner .stores-inner-row .content-row.table .tr + .tr {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.table .tr + .tr {
    margin-top: 20px;
  }
}
#stores-inner .stores-inner-row .content-row.table .tr .td.topic {
  width: 200px;
  min-width: 200px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #stores-inner .stores-inner-row .content-row.table .tr .td.topic {
    width: 100%;
    min-width: 200px;
  }
}
#stores-inner .stores-inner-row .content-row.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 350px;
}
#stores-inner .stores-inner-row .content-row.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Contact */
#contact .contact .intro {
  margin-bottom: 20px;
}
#contact .contact .intro .box {
  padding: 25px 40px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro .box {
    padding: 20px;
  }
}
#contact .contact .intro .box h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro .box h2 {
    margin-bottom: 15px;
  }
}
#contact .contact .intro .box p {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
#contact .contact .intro .box p.underline {
  text-decoration: underline;
}
#contact .contact .intro ul {
  margin-top: 15px;
  margin-left: 45px;
}
#contact .contact .intro ul li {
  font-size: 1.3rem;
  line-height: 2.3rem;
  list-style: disc;
}
#contact .contact .intro .remark {
  margin-top: 60px;
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #FF0000;
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro .remark {
    margin-top: 30px;
  }
}
#contact .contact .intro.thanks {
  text-align: center;
}
#contact .contact .intro.thanks .btn-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#contact .contact .form p.error {
  font-size: 88%;
  color: #FF0000;
  line-height: 1;
  margin-top: 0.5em !important;
  display: block;
  width: 100%;
}
#contact .contact .form-row + .form-row {
  margin-top: 30px;
}
#contact .contact .form-row .label {
  font-weight: 700;
}
#contact .contact .form-row .label .imp {
  color: #FF0000;
}
#contact .contact .form-row .field {
  margin-top: 10px;
}
#contact .contact .form-row.agree {
  padding: 25px 25px;
  background-color: #F7F7F7;
}
#contact .contact .form-row.agree p {
  font-size: 1.3rem;
  line-height: 2rem;
  text-align: center;
}
#contact .contact .form-row.agree .chkbox-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
#contact .contact .form .btn-box {
  margin-top: 50px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #contact .contact .form .btn-box {
    margin-top: 30px;
  }
}
#contact .contact .form .btn-box .btn {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
#contact .contact .form.confirm {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .form.confirm {
    margin-top: 30px;
  }
}
#contact .contact .form.confirm .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#contact .contact .form.confirm .btn-box button {
  width: 45%;
}
#contact .contact .form.confirm .btn-box .btn-back {
  background: #C1C1C1;
}
@media only screen and (max-width: 750px) {
  #contact .contact .form.confirm .btn-box button {
    width: 100%;
  }
  #contact .contact .form.confirm .btn-box button + button {
    margin-top: 5%;
  }
}

.textbox {
  display: block;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  padding: 23px 35px;
  border: 2px solid #DFDFDF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 750px) {
  .textbox {
    padding: 15px;
  }
}

textarea {
  height: 350px;
  resize: none;
}
@media only screen and (max-width: 750px) {
  textarea {
    height: 200px;
  }
}

select.textbox {
  background-color: #F7F7F7;
  background-image: url("/assets/images/commons/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 35px;
  background-size: 14px 10px;
}
@media only screen and (max-width: 750px) {
  select.textbox {
    background-position: center right 15px;
  }
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #bbb;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #bbb;
}

::placeholder { /* Most modern browsers support this now. */
  color: #bbb;
}

.chkbox-btn {
  display: table;
  position: relative;
  padding-left: 24px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.3rem;
  line-height: 2.3rem;
}
.chkbox-btn:last-child {
  margin-right: 0;
}
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #000000;
}
.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}
.chkbox-btn .chkbox {
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 2px;
}
.chkbox-btn .chkbox:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  left: 4px;
  width: 4px;
  height: 9px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}