@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap");
html {
  overflow-x: hidden;
  width: 100%;
}

.en {
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #404040;
  overflow: hidden;
  padding-top: 110px;
}

p {
  margin: 0;
  padding: 0;
}

img, object {
  max-width: 100%;
  height: auto;
}

.image {
  font-size: 0;
  line-height: 0;
}

#bg {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
#bg.active {
  pointer-events: inherit;
  opacity: 1;
}

.scroll {
  padding-top: 80px;
}
.scroll .btn-totop {
  opacity: 1;
  bottom: 50px;
}
.scroll #header {
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.scroll #header .logo {
  transform: scale(0.6, 0.6);
}

.btn-totop {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_170%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20170%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_95%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2095%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23b1b3b3%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_149%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20149%22%20transform%3D%22translate(-2115.005%20-515.005)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_148%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20148%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M2137.005%2C541.712h-1v-9.293l-4.687%2C4.688-.707-.707%2C6.395-6.395Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_86%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2086%22%20width%3D%2212%22%20height%3D%221%22%20transform%3D%22translate(2129.005%20528.005)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: rgba(38, 38, 38, 0.2);
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 0px;
  cursor: pointer;
  transition: background 0.3s, opacity 0.6s, bottom 0.5s;
  opacity: 0;
  z-index: 99998;
  border-radius: 50%;
}
.btn-totop:hover {
  background-color: rgba(38, 38, 38, 0.8);
}

.ttl01 {
  text-align: center;
  margin: 0 0 10px;
  position: relative;
}
.ttl01:after {
  content: "";
  width: 1px;
  height: 20px;
  background: #BFBFBF;
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: none;
}
.ttl01 span {
  display: block;
}
.ttl01 span.en {
  font-size: 44px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .ttl01 span.en {
    font-size: 34px;
    line-height: 1.2em;
  }
}
.ttl01 span:not(.en) {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ttl01 span:not(.en) {
    font-size: 10px;
    line-height: 1.2em;
  }
}

.ttl02 {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 380px;
  font-size: 22px;
  line-height: 1.6em;
}
@media screen and (max-width: 374px) {
  .ttl02 {
    font-size: 20px;
    line-height: 1.6em;
    max-width: 80%;
  }
}
.ttl02:not(:first-child) {
  margin-top: 4em;
}
.ttl02 span {
  display: block;
  padding: 20px 0;
}
.ttl02:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ttl02:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.logo {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  width: 80px;
}
.logo a {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22logo-b%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22115%22%20height%3D%22103%22%20viewBox%3D%220%200%20115%20103%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_438%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20438%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_436%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20436%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_288%22%20data-name%3D%22%E3%83%91%E3%82%B9%20288%22%20d%3D%22M272.992%2C157.1h-4.629a.579.579%2C0%2C0%2C0-.579.578l.006%2C53.781a.578.578%2C0%2C0%2C0%2C.579.578H273a.579.579%2C0%2C0%2C0%2C.579-.578l-.006-53.781a.579.579%2C0%2C0%2C0-.579-.578%22%20transform%3D%22translate(-231.382%20-139.512)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_289%22%20data-name%3D%22%E3%83%91%E3%82%B9%20289%22%20d%3D%22M272.992%2C132.187h-4.629a.579.579%2C0%2C0%2C0-.579.578l.006%2C10.966a.578.578%2C0%2C0%2C0%2C.579.578H273a.578.578%2C0%2C0%2C0%2C.579-.578l-.006-10.966a.578.578%2C0%2C0%2C0-.579-.578%22%20transform%3D%22translate(-231.382%20-132.187)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_290%22%20data-name%3D%22%E3%83%91%E3%82%B9%20290%22%20d%3D%22M221.481%2C132.187h-4.629a.579.579%2C0%2C0%2C0-.579.578l.006%2C71.37a.578.578%2C0%2C0%2C0%2C.579.578h4.629a.579.579%2C0%2C0%2C0%2C.579-.578l-.006-71.37a.578.578%2C0%2C0%2C0-.579-.578%22%20transform%3D%22translate(-216.273%20-132.187)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_291%22%20data-name%3D%22%E3%83%91%E3%82%B9%20291%22%20d%3D%22M376.593%2C132.766a.578.578%2C0%2C0%2C0-.578-.578h-4.629a.58.58%2C0%2C0%2C0-.579.578l0%2C71.37a.579.579%2C0%2C0%2C0%2C.579.578h4.629a.577.577%2C0%2C0%2C0%2C.579-.578Z%22%20transform%3D%22translate(-261.599%20-132.187)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_292%22%20data-name%3D%22%E3%83%91%E3%82%B9%20292%22%20d%3D%22M322.278%2C132.187h-2.863a.577.577%2C0%2C0%2C0-.372.135l-7.13%2C5.98a.579.579%2C0%2C0%2C0-.206.443v3.725a.578.578%2C0%2C0%2C0%2C.578.578h4.794v61.086a.579.579%2C0%2C0%2C0%2C.579.578h4.621a.578.578%2C0%2C0%2C0%2C.578-.578v-71.37a.578.578%2C0%2C0%2C0-.578-.578%22%20transform%3D%22translate(-244.265%20-132.187)%22%20fill%3D%22%231a1311%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_437%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20437%22%20transform%3D%22translate(5.13%2090.446)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_293%22%20data-name%3D%22%E3%83%91%E3%82%B9%20293%22%20d%3D%22M223.532%2C260.425h.9v11.563h7.133v.814h-8.036Z%22%20transform%3D%22translate(-223.532%20-260.337)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_132%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20132%22%20width%3D%220.903%22%20height%3D%2212.377%22%20transform%3D%22translate(18.903%200.088)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_294%22%20data-name%3D%22%E3%83%91%E3%82%B9%20294%22%20d%3D%22M270.686%2C272.031a6.056%2C6.056%2C0%2C0%2C1-2.309-2.254%2C6.51%2C6.51%2C0%2C0%2C1%2C0-6.4%2C6.052%2C6.052%2C0%2C0%2C1%2C2.309-2.254%2C7.035%2C7.035%2C0%2C0%2C1%2C6.584-.009%2C5.99%2C5.99%2C0%2C0%2C1%2C2.309%2C2.246%2C6.582%2C6.582%2C0%2C0%2C1%2C0%2C6.436%2C6%2C6%2C0%2C0%2C1-2.309%2C2.246%2C7.034%2C7.034%2C0%2C0%2C1-6.584-.009m6.106-.716a5.21%2C5.21%2C0%2C0%2C0%2C1.983-1.954%2C5.712%2C5.712%2C0%2C0%2C0%2C0-5.57%2C5.219%2C5.219%2C0%2C0%2C0-1.983-1.953%2C5.962%2C5.962%2C0%2C0%2C0-5.637%2C0%2C5.2%2C5.2%2C0%2C0%2C0-1.991%2C1.953%2C5.7%2C5.7%2C0%2C0%2C0%2C0%2C5.57%2C5.188%2C5.188%2C0%2C0%2C0%2C1.991%2C1.954%2C5.973%2C5.973%2C0%2C0%2C0%2C5.637%2C0%22%20transform%3D%22translate(-236.439%20-260.3)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_295%22%20data-name%3D%22%E3%83%91%E3%82%B9%20295%22%20d%3D%22M311.56%2C260.425V272.8h-.743l-8.443-10.751V272.8h-.9V260.425h.761l8.425%2C10.75v-10.75Z%22%20transform%3D%22translate(-246.392%20-260.337)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_296%22%20data-name%3D%22%E3%83%91%E3%82%B9%20296%22%20d%3D%22M342.529%2C271.988v.814H333.98V260.425h8.283v.813h-7.381v4.88h6.6v.8h-6.6v5.075Z%22%20transform%3D%22translate(-255.928%20-260.337)%22%20fill%3D%22%231a1311%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_297%22%20data-name%3D%22%E3%83%91%E3%82%B9%20297%22%20d%3D%22M363.207%2C260.425h.9v11.563h7.133v.814h-8.035Z%22%20transform%3D%22translate(-264.5%20-260.337)%22%20fill%3D%22%231a1311%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 72px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 9999;
  transition: background 0.3s, height 0.1s;
}
#header .logo {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 35px);
  transition: transform 0.3s;
}

#footer {
  padding: 60px 36px 40px;
}
#footer .logo {
  margin: 0 auto 40px;
}
#footer .footer_inner {
  max-width: 980px;
  margin: 0 auto;
}
#footer .footer_inner a:link, #footer .footer_inner a:visited {
  color: #404040;
  text-decoration: none;
}
#footer .footer_inner a:hover, #footer .footer_inner a:active {
  color: #404040;
  text-decoration: underline;
}
#footer .footer_inner dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #F2F2F2;
  padding-top: 40px;
  margin: 0;
}
#footer .footer_inner dl dt {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.6em;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner dl dt {
    font-size: 14px;
    line-height: 1.6em;
    width: 25%;
  }
}
#footer .footer_inner dl dd {
  padding: 3px 0 0;
  margin: 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner dl dd {
    width: 75%;
  }
}
#footer .footer_inner dl dd h3 {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner dl dd h3 {
    font-size: 12px;
    line-height: 1.6em;
  }
}
#footer .footer_inner dl dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
#footer .footer_inner dl dd ul:before {
  content: "";
  width: calc(25% - 15px);
  display: block;
  order: 1;
}
#footer .footer_inner dl dd ul:after {
  content: "";
  width: calc(25% - 15px);
  display: block;
  order: 1;
}
#footer .footer_inner dl dd ul li {
  width: calc(25% - 15px);
  font-size: 14px;
  line-height: 1.6em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #footer .footer_inner dl dd ul li {
    width: calc(50% - 5px);
    font-size: 12px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 320px) {
  #footer .footer_inner dl dd ul li {
    width: 100%;
  }
}
#footer .footer_inner dl dd ul.sns {
  display: block;
  font-size: 0;
  line-height: 0;
}
#footer .footer_inner dl dd ul.sns li {
  width: auto;
  display: inline-block;
}
#footer .footer_inner dl dd ul.sns li:not(:first-child) {
  margin-left: 20px;
}
#footer .footer_inner dl dd ul.sns li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#footer .footer_inner dl dd ul.sns li a.facebook {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22icon-facebook%22%20d%3D%22M261%2C1466.061A10%2C10%2C0%2C1%2C0%2C249.438%2C1476v-7.031H246.9v-2.908h2.539v-2.217c0-2.522%2C1.493-3.914%2C3.777-3.914a15.285%2C15.285%2C0%2C0%2C1%2C2.238.2v2.476h-1.261a1.45%2C1.45%2C0%2C0%2C0-1.63%2C1.571v1.887h2.773l-.443%2C2.908h-2.33V1476A10.045%2C10.045%2C0%2C0%2C0%2C261%2C1466.061Z%22%20transform%3D%22translate(-241%20-1456)%22%20fill%3D%22%23262626%22%2F%3E%3C%2Fsvg%3E");
}
#footer .footer_inner dl dd ul.sns li a.instagram {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cg%20id%3D%22icon-instagram%22%20transform%3D%22translate(-535.309%20-17.356)%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_8%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%208%22%20cx%3D%222.026%22%20cy%3D%222.026%22%20r%3D%222.026%22%20transform%3D%22translate(542.444%2027.356)%20rotate(-45)%22%20fill%3D%22%23262626%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034%22%20d%3D%22M673.848%2C147.573a2.012%2C2.012%2C0%2C0%2C0-1.153-1.153%2C3.362%2C3.362%2C0%2C0%2C0-1.129-.209c-.641-.029-.833-.035-2.456-.035s-1.815.006-2.456.035a3.363%2C3.363%2C0%2C0%2C0-1.129.209%2C2.013%2C2.013%2C0%2C0%2C0-1.153%2C1.153%2C3.363%2C3.363%2C0%2C0%2C0-.209%2C1.129c-.029.641-.035.833-.035%2C2.456s.006%2C1.815.035%2C2.456a3.362%2C3.362%2C0%2C0%2C0%2C.209%2C1.129%2C2.013%2C2.013%2C0%2C0%2C0%2C1.153%2C1.153%2C3.363%2C3.363%2C0%2C0%2C0%2C1.129.209c.641.029.833.035%2C2.456.035s1.815-.006%2C2.456-.035a3.362%2C3.362%2C0%2C0%2C0%2C1.129-.209%2C2.012%2C2.012%2C0%2C0%2C0%2C1.153-1.153%2C3.363%2C3.363%2C0%2C0%2C0%2C.209-1.129c.029-.641.035-.833.035-2.456s-.006-1.815-.035-2.456A3.364%2C3.364%2C0%2C0%2C0%2C673.848%2C147.573Zm-4.738%2C6.705a3.121%2C3.121%2C0%2C1%2C1%2C3.121-3.121A3.121%2C3.121%2C0%2C0%2C1%2C669.111%2C154.279Zm3.244-5.636a.729.729%2C0%2C1%2C1%2C.729-.729A.729.729%2C0%2C0%2C1%2C672.355%2C148.643Z%22%20transform%3D%22translate(-123.802%20-123.802)%22%20fill%3D%22%23262626%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_35%22%20data-name%3D%22%E3%83%91%E3%82%B9%2035%22%20d%3D%22M545.309%2C17.356a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C545.309%2C17.356Zm6.041%2C12.506a4.464%2C4.464%2C0%2C0%2C1-.282%2C1.475%2C3.108%2C3.108%2C0%2C0%2C1-1.778%2C1.777%2C4.46%2C4.46%2C0%2C0%2C1-1.475.283c-.648.03-.855.037-2.506.037s-1.858-.007-2.506-.037a4.46%2C4.46%2C0%2C0%2C1-1.475-.283%2C3.107%2C3.107%2C0%2C0%2C1-1.777-1.777%2C4.46%2C4.46%2C0%2C0%2C1-.282-1.475c-.03-.648-.037-.855-.037-2.506s.007-1.858.037-2.506a4.459%2C4.459%2C0%2C0%2C1%2C.282-1.475%2C3.108%2C3.108%2C0%2C0%2C1%2C1.777-1.777%2C4.461%2C4.461%2C0%2C0%2C1%2C1.475-.282c.648-.03.855-.037%2C2.506-.037s1.858.007%2C2.506.037a4.461%2C4.461%2C0%2C0%2C1%2C1.475.282%2C3.108%2C3.108%2C0%2C0%2C1%2C1.778%2C1.777%2C4.464%2C4.464%2C0%2C0%2C1%2C.282%2C1.475c.03.648.037.855.037%2C2.506S551.38%2C29.214%2C551.35%2C29.862Z%22%20fill%3D%22%23262626%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
#footer .footer_inner dl dd ul.sns li a.twitter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22icon-twitter%22%20d%3D%22M14.465%2C263.84a10%2C10%2C0%2C1%2C0%2C10%2C10A10%2C10%2C0%2C0%2C0%2C14.465%2C263.84Zm4.963%2C7.6c0%2C.1.007.207.007.312a6.856%2C6.856%2C0%2C0%2C1-10.554%2C5.776%2C4.91%2C4.91%2C0%2C0%2C0%2C.575.033%2C4.837%2C4.837%2C0%2C0%2C0%2C2.994-1.032%2C2.413%2C2.413%2C0%2C0%2C1-2.252-1.674%2C2.407%2C2.407%2C0%2C0%2C0%2C1.089-.041%2C2.412%2C2.412%2C0%2C0%2C1-1.934-2.363c0-.011%2C0-.021%2C0-.031a2.393%2C2.393%2C0%2C0%2C0%2C1.092.3%2C2.413%2C2.413%2C0%2C0%2C1-.746-3.218%2C6.844%2C6.844%2C0%2C0%2C0%2C4.969%2C2.519%2C2.412%2C2.412%2C0%2C0%2C1%2C4.108-2.2%2C4.832%2C4.832%2C0%2C0%2C0%2C1.531-.585%2C2.419%2C2.419%2C0%2C0%2C1-1.06%2C1.333%2C4.81%2C4.81%2C0%2C0%2C0%2C1.384-.38A4.9%2C4.9%2C0%2C0%2C1%2C19.428%2C271.444Z%22%20transform%3D%22translate(-4.465%20-263.84)%22%20fill%3D%22%23262626%22%2F%3E%3C%2Fsvg%3E");
}

.btn-cart {
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 20px;
}
.btn-cart a {
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-cart%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017%22%20width%3D%2240%22%20height%3D%2240%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_145%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20145%22%20transform%3D%22translate(-1967.395%20-1019.391)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029%22%20d%3D%22M1996.026%2C1027.391l-1.718%2C5.943h-20.914l4.09%2C10.886h14.72l4.574-15.829h3.838v-1Zm-4.574%2C15.829h-13.274l-3.34-8.886h19.181Z%22%20fill%3D%22%23262626%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_30%22%20data-name%3D%22%E3%83%91%E3%82%B9%2030%22%20d%3D%22M1980.687%2C1045.906a2.357%2C2.357%2C0%2C1%2C0%2C2.358%2C2.356A2.358%2C2.358%2C0%2C0%2C0%2C1980.687%2C1045.906Zm0%2C3.713a1.357%2C1.357%2C0%2C1%2C1%2C1.358-1.357A1.358%2C1.358%2C0%2C0%2C1%2C1980.687%2C1049.619Z%22%20fill%3D%22%23262626%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_31%22%20data-name%3D%22%E3%83%91%E3%82%B9%2031%22%20d%3D%22M1989.345%2C1045.906a2.357%2C2.357%2C0%2C1%2C0%2C2.357%2C2.356A2.358%2C2.358%2C0%2C0%2C0%2C1989.345%2C1045.906Zm0%2C3.713a1.357%2C1.357%2C0%2C1%2C1%2C1.357-1.357A1.359%2C1.359%2C0%2C0%2C1%2C1989.345%2C1049.619Z%22%20fill%3D%22%23262626%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-cart .fs-client-cart-count {
  background: rgba(234, 90, 37, 0.8);
  border-radius: 50%;
  padding: 0 7px;
  color: #fff;
  pointer-events: none;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  left: -3px;
  top: 0;
  display: none;
  transition: opacity 0.3s;
}
.btn-cart .fs-client-cart-count:not(.fs-client-cart-count--0) {
  display: inline-block;
}

.btn-search {
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 60px;
}
.btn-search span {
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033%22%20d%3D%22M0%2C0H40V40H0Z%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.btn-fav {
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  right: 60px;
}
.btn-fav a {
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22icon-fav%22%20transform%3D%22translate(-1714%20-4452)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_191%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20191%22%20width%3D%2240%22%20height%3D%2240%22%20transform%3D%22translate(1714%204452)%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_513%22%20data-name%3D%22%E3%83%91%E3%82%B9%20513%22%20d%3D%22M3929.654%2C2282.162a.5.5%2C0%2C0%2C1-.353-.147l-10.234-10.234a6.53%2C6.53%2C0%2C1%2C1%2C9.235-9.234l1.352%2C1.351%2C1.353-1.352a6.53%2C6.53%2C0%2C1%2C1%2C9.235%2C9.235l-10.234%2C10.234A.5.5%2C0%2C0%2C1%2C3929.654%2C2282.162Zm-5.969-20.526a5.528%2C5.528%2C0%2C0%2C0-3.911%2C9.438l9.88%2C9.881%2C9.881-9.881a5.53%2C5.53%2C0%2C0%2C0-7.821-7.821l-1.706%2C1.706a.5.5%2C0%2C0%2C1-.707%2C0l-1.706-1.705A5.509%2C5.509%2C0%2C0%2C0%2C3923.685%2C2261.636Z%22%20transform%3D%22translate(-2195.158%202200.363)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.btn-menu {
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 20px;
  cursor: pointer;
}
.btn-menu span {
  display: block;
  width: 100%;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.btn-menu span:before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(50% - 4px);
  left: 7px;
}
.btn-menu span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(50% + 4px);
  left: 7px;
  transition: width 0.3s;
}
@media screen and (min-width: 768px) {
  .btn-menu span:hover:after {
    width: 28px;
  }
}

#drawer {
  position: fixed;
  width: 450px;
  height: 100vh;
  left: 0;
  top: 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow-y: auto;
  z-index: 99999;
  transform: translateX(-400px);
  pointer-events: none;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
#drawer.active {
  transform: translateX(0);
  pointer-events: inherit;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #drawer {
    width: 300px;
    transform: translateX(-300px);
  }
}
#drawer > ul {
  padding: 0;
  margin: 0;
}
#drawer > ul > li {
  border-bottom: 1px solid #BFBFBF;
}
#drawer > ul > li.active {
  position: relative;
}
#drawer > ul > li.active > a:link, #drawer > ul > li.active > a:visited, #drawer > ul > li.active > a:hover, #drawer > ul > li.active > a:active {
  color: #B28D51 !important;
}
#drawer > ul > li.active:after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(#AC8E5A 100px, #6E6352);
  left: 0;
  top: 0;
  pointer-events: none;
}
#drawer > ul > li > a {
  display: block;
  padding: 20px;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
#drawer > ul > li > a:link, #drawer > ul > li > a:visited {
  text-decoration: none;
  color: #262626;
}
#drawer > ul > li > a:hover, #drawer > ul > li > a:active {
  text-decoration: none;
  color: #B28D51;
}
#drawer > ul > li > a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20width%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h30v30h-30z%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22m2272.712%20561.005h-9.707v-1h7.293l-2.687-2.687.707-.707z%22%20transform%3D%22translate(-2252.712%20-543.808)%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  z-index: 1;
}
#drawer > ul > li > a span {
  display: block;
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  position: absolute;
  right: 15px;
  top: calc(50% - 15px);
  z-index: 2;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
  font-size: 0;
  line-height: 0;
}
#drawer > ul > li > a span:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #262626;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
  transform: rotate(90deg);
}
#drawer > ul > li > a span:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #262626;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
}
#drawer > ul > li > a.active span {
  transform: rotate(45deg);
}
#drawer > ul > li > a + div {
  display: none;
}
#drawer > ul > li dl {
  padding: 0 20px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#drawer > ul > li dl dt {
  width: 20%;
  border-top: 1px solid #AC8E5A;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #drawer > ul > li dl dt {
    width: 30%;
  }
}
#drawer > ul > li dl dt div {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.6em;
}
#drawer > ul > li dl dt a:link, #drawer > ul > li dl dt a:visited {
  text-decoration: none;
  color: #262626;
}
#drawer > ul > li dl dt a:hover, #drawer > ul > li dl dt a:active {
  text-decoration: none;
  color: #262626;
}
#drawer > ul > li dl dd {
  width: 80%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #drawer > ul > li dl dd {
    width: 70%;
  }
}
#drawer > ul > li dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#drawer > ul > li dl dd ul li {
  border-top: 1px solid #F2F2F2;
}
#drawer > ul > li dl dd ul li a {
  display: block;
  font-size: 12px;
  line-height: 1.6em;
  padding: 10px 20px 10px 10px;
  position: relative;
}
#drawer > ul > li dl dd ul li a:link, #drawer > ul > li dl dd ul li a:visited {
  text-decoration: none;
  color: #262626;
}
#drawer > ul > li dl dd ul li a:hover, #drawer > ul > li dl dd ul li a:active {
  text-decoration: none;
  color: #262626;
}
#drawer > ul > li dl dd ul li a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20width%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0%200h30v30h-30z%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%3Cpath%20d%3D%22m2272.712%20561.005h-9.707v-1h7.293l-2.687-2.687.707-.707z%22%20transform%3D%22translate(-2252.712%20-543.808)%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  position: absolute;
  right: -5px;
  top: calc(50% - 15px);
}

div.fs-c-breadcrumb {
  display: none;
}

.fs-c-breadcrumb {
  background: #F2F2F2;
  color: #8C8C8C;
  font-size: 10px;
  line-height: 1.6em;
  padding: 10px;
}
.fs-c-breadcrumb a:link, .fs-c-breadcrumb a:visited {
  color: #8C8C8C;
  text-decoration: none;
}
.fs-c-breadcrumb a:hover, .fs-c-breadcrumb a:active {
  color: #8C8C8C;
  text-decoration: none;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
}

.fs-l-main {
  margin: 0 auto;
  padding: 100px 30px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding: 40px 30px;
  }
}
.fs-l-main + div, .fs-l-main + div + div + div {
  background: #F5F4F2;
}

.fs-body-product .fs-l-main {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .fs-body-product .fs-l-main {
    padding: 0;
  }
}

.fs-l-productLayout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout {
    display: block;
  }
}
.fs-l-productLayout .item-image {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-image {
    width: auto;
  }
}
.fs-l-productLayout .item-image .item-slider {
  font-size: 0;
  line-height: 0;
  position: relative;
  text-align: center;
  zoom: 1;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.fs-l-productLayout .item-image .item-slider.slick-initialized {
  opacity: 1;
}
.fs-l-productLayout .item-image .item-slider .fs-c-productPlainImage {
  float: left;
  position: relative;
}
.fs-l-productLayout .item-image .item-slider .fs-c-productPlainImage .caption {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  color: #404040;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.6em;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fs-l-productLayout .item-image .item-slider .fs-c-productPlainImage img {
  margin: 0 auto;
  border: 1px solid #F2F2F2;
}
.fs-l-productLayout .item-image .item-slider .slick-prev {
  left: 5px;
}
.fs-l-productLayout .item-image .item-slider .slick-next {
  right: 5px;
}
.fs-l-productLayout .item-image .item-slider .slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
}
.fs-l-productLayout .item-image .item-slider .slick-dots li {
  width: calc(15% - 10px);
  margin-top: 10px;
  cursor: pointer;
  box-sizing: border-box;
  background: #F5F4F2;
  border: 1px solid #F2F2F2;
}
.fs-l-productLayout .item-image .item-slider .slick-dots li:not(:first-child) {
  margin-left: 10px;
}
.fs-l-productLayout .item-image .item-slider .slick-dots li:first-child:last-child {
  display: none;
}
.fs-l-productLayout .item-image .item-slider .slick-dots li img {
  opacity: 0.2;
  filter: grayscale(100%);
  transition: opacity 0.3s, filter 0.3s;
}
.fs-l-productLayout .item-image .item-slider .slick-dots li:hover img {
  opacity: 0.6;
  filter: grayscale(0);
}
.fs-l-productLayout .item-image .item-slider .slick-dots li.slick-active img {
  opacity: 1;
  filter: grayscale(0);
}
.fs-l-productLayout .item-text {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-text {
    width: auto;
    padding: 40px 36px 60px;
  }
}
.fs-l-productLayout .item-text .fs-c-productNameHeading {
  margin: 0;
  font-weight: 500;
}
.fs-l-productLayout .item-text .fs-c-productNameHeading .fs-c-productNameHeading__copy {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  color: #404040;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-text .fs-c-productNameHeading .fs-c-productNameHeading__copy {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout .item-text .fs-c-productNameHeading .fs-c-productNameHeading__name {
  display: block;
  font-size: 24px;
  line-height: 1.6em;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-text .fs-c-productNameHeading .fs-c-productNameHeading__name {
    font-size: 18px;
    line-height: 1.6em;
  }
}
.fs-l-productLayout .item-text .block-grouplink {
  font-size: 0;
  line-height: 0;
}
.fs-l-productLayout .item-text .block-grouplink a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.6em;
}
.fs-l-productLayout .item-text .block-grouplink a:not(:first-child) {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #F2F2F2;
}
.fs-l-productLayout .item-text .fs-c-productPrice {
  margin-top: 20px;
}
.fs-l-productLayout .item-text .fs-c-productQuantityAndWishlist {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .fs-l-productLayout .item-text .fs-c-productQuantityAndWishlist {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .fs-l-productLayout .item-text .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist {
    order: 2;
  }
  .fs-l-productLayout .item-text .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity {
    order: 1;
    margin-right: 10px;
  }
}
.fs-l-productLayout .item-text .fs-c-productQuantityAndWishlist .fs-c-button--addToWishList--detail,
.fs-l-productLayout .item-text .fs-c-productQuantityAndWishlist .fs-c-button--removeFromWishList--detail {
  background: none;
  border: none;
}
.fs-l-productLayout .item-text .fs-c-productActionButton {
  justify-content: flex-start;
  padding: 0;
  margin-top: 20px;
}
.fs-l-productLayout .item-text .fs-c-button--addToCart--detail {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-text .fs-c-button--addToCart--detail {
    display: block;
    min-width: 100%;
  }
}
.fs-l-productLayout .item-text .fs-p-productDescription--full {
  margin-top: 40px;
}
.fs-l-productLayout .item-text .fs-p-productDescription--full + .fs-p-productDescription--short {
  margin-top: 40px;
}
.fs-l-productLayout .item-text .fs-c-productReview {
  display: none;
}
.fs-l-productLayout .item-text .fs-p-productDescription,
.fs-l-productLayout .item-text .item-comment {
  font-size: 14px;
  line-height: 1.6em;
}
.fs-l-productLayout .item-text .item-comment-tab {
  margin-top: 40px;
}
.fs-l-productLayout .item-text .item-comment-tab .tab {
  padding: 0 10px;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-text .item-comment-tab .tab {
    display: flex;
    justify-content: center;
  }
}
.fs-l-productLayout .item-text .item-comment-tab .tab li {
  display: inline-block;
  background: #F0E8D1;
  color: #B28D51;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .fs-l-productLayout .item-text .item-comment-tab .tab li {
    width: calc(50% - 2px);
  }
}
.fs-l-productLayout .item-text .item-comment-tab .tab li:not(:last-child) {
  margin-right: 1px;
}
.fs-l-productLayout .item-text .item-comment-tab .tab li.active {
  background: #F5F4F2;
  color: #6E6352;
}
.fs-l-productLayout .item-text .item-comment-tab .tab li span {
  display: block;
  box-sizing: border-box;
  padding: 6px 10px 4px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.6em;
  min-width: 110px;
  text-align: center;
}
.fs-l-productLayout .item-text .item-comment-tab .item-comment1 {
  display: none;
  background: #F5F4F2;
  padding: 20px;
}
.fs-l-productLayout .item-text .item-comment-tab .fs-p-productDescription--short {
  background: #F5F4F2;
  padding: 20px;
}
.fs-l-productLayout .item-text .fs-p-banner--postage {
  margin-top: 20px;
}

.sttl {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .sttl {
    font-size: 14px;
    line-height: 1.6em;
  }
}

.fs-c-featuredProduct {
  padding: 100px 36px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct {
    padding: 60px 36px;
  }
}
.fs-c-featuredProduct .fs-c-featuredProduct__title {
  border: none;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-featuredProduct__title {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__ctrl {
  display: none;
}
.fs-c-featuredProduct .fs-c-featuredProduct__list {
  max-width: 1200px;
  margin: 0px auto;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list {
  width: 100%;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack:before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  order: 1;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack:after {
  content: "";
  display: block;
  width: calc(25% - 30px);
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
  width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  min-width: 0;
  flex-basis: inherit;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control form {
  display: block;
  min-width: 80%;
}
.fs-c-featuredProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control form .fs-c-button--addToCart--list {
  min-width: 100%;
}

.fs-c-wishlistProduct {
  padding: 100px 36px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct {
    padding: 60px 36px;
  }
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__title {
  border: none;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-wishlistProduct__title {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__ctrl {
  display: none;
}
.fs-c-wishlistProduct .fs-c-wishlistProduct__list {
  max-width: 1200px;
  margin: 0px auto;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list {
  width: 100%;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack:before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  order: 1;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack:after {
  content: "";
  display: block;
  width: calc(25% - 30px);
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
  width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  min-width: 0;
  flex-basis: inherit;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
    width: calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control form {
  display: block;
  min-width: 80%;
}
.fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control form .fs-c-button--addToCart--list {
  min-width: 100%;
}

.block-common {
  padding: 60px 36px;
}
@media screen and (max-width: 768px) {
  .block-common {
    padding: 30px 36px;
  }
}
.block-common .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.block-review .fs-c-productReview .fs-c-productReview__aggregateRating {
  margin-bottom: 40px;
}
.block-review .fs-c-productReview .fs-c-aggregateRating {
  justify-content: center;
}
.block-review .fs-c-productReview .fs-c-aggregateRating .fs-c-aggregateRating__count {
  flex-grow: inherit;
}
.block-review .fs-c-productReview .fs-c-productReview__allReviews,
.block-review .fs-c-productReview .fs-c-buttonContainer--addReview--detail {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .block-review .fs-c-productReview .fs-c-productReview__allReviews,
  .block-review .fs-c-productReview .fs-c-buttonContainer--addReview--detail {
    justify-content: flex-end;
  }
}

.fs-c-productReview__reviewList {
  margin: 0 0 40px;
}

.fs-c-reviewList__item {
  padding: 0;
  border: none !important;
}
.fs-c-reviewList__item:not(:last-child) {
  margin-bottom: 40px;
}
.fs-c-reviewList__item .fs-c-reviewInfo__reviewer .fs-c-reviewer__name {
  margin-right: 10px;
}
.fs-c-reviewList__item .fs-c-reviewInfo__date {
  margin: 0;
  color: #8C8C8C;
}
.fs-c-reviewList__item .fs-c-reviewRating {
  font-size: 12px;
  line-height: 1.6em;
}
.fs-c-reviewList__item .fs-c-reviewList__item__body {
  padding: 20px;
  background: #F5F4F2;
  font-size: 14px;
  line-height: 1.6em;
  border-radius: 4px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .fs-c-reviewList__item .fs-c-reviewList__item__body {
    font-size: 12px;
    line-height: 1.6em;
  }
}

.block-howtouse .block-howtouse-item {
  max-width: 580px;
  margin: 0 auto;
}
.block-howtouse .block-howtouse-item .image {
  margin-bottom: 20px;
}

.slick-arrow {
  background-color: rgba(38, 38, 38, 0.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-slidearrow%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034%22%20d%3D%22M2155.712%2C467.005h-11.707v-1h9.293l-4.687-4.687.707-.707Z%22%20transform%3D%22translate(-2130.005%20-444.611)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_54%22%20data-name%3D%22%E3%83%91%E3%82%B9%2054%22%20d%3D%22M0%2C0H40V40H0Z%22%20fill%3D%22%232b3333%22%20opacity%3D%220%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: center center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  outline: none;
  z-index: 9997;
  transition: background 0.3s;
}
.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-arrow.slick-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-next {
    right: 0;
  }
}
.slick-arrow.slick-prev {
  left: 20px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  clear: both;
}
.slick-dots li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.slick-dots li:not(:first-child) {
  margin-left: 5px;
}
.slick-dots li button {
  border: none;
  margin: 0;
  padding: 0;
  background: #6E6352;
  width: 40px;
  height: 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: background 0.3s;
}
.slick-dots li.slick-active button {
  background: #B28D51;
}

.fs-c-productPrices {
  color: #6E6352;
}

.fs-c-productPointDisplay {
  display: none;
}

.fs-c-heading--page {
  border-bottom: none;
  padding: 0;
  margin: 0 0 40px;
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 500;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .fs-c-heading--page {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.fs-c-documentArticle__heading {
  background: #F5F4F2;
  color: #262626;
  line-height: 1.6em;
  padding: 10px;
}

.fs-c-documentColumn__heading {
  color: #262626;
  padding: 0;
  line-height: 1.6em;
  border: none;
  font-weight: 600;
}

.fs-c-button--primary {
  position: relative;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.6em;
  box-shadow: none;
  overflow: hidden;
  background: #D9CCB7;
  line-height: 1.4em;
}
.fs-c-button--primary.en {
  font-size: 18px;
  line-height: 1;
}
.fs-c-button--primary:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to right, #908470, #6E6352);
  z-index: 1;
  transition: opacity 0.3s;
}
.fs-c-button--primary:hover:before {
  opacity: 0;
}
.fs-c-button--primary .fs-c-button__label {
  position: relative;
  z-index: 2;
}

.fs-c-button--secondary {
  position: relative;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 0.4em 1.6em;
  box-shadow: none;
  overflow: hidden;
  background: #6E6352;
  line-height: 1.4em;
}
.fs-c-button--secondary.en {
  font-size: 18px;
  line-height: 1;
}
.fs-c-button--secondary:hover {
  background: #B28D51;
}
.fs-c-button--secondary:hover:before {
  opacity: 0;
}
.fs-c-button--secondary .fs-c-button__label {
  position: relative;
  z-index: 2;
}

.fs-c-button--addToCart--list {
  position: relative;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.2em 1em;
  box-shadow: none;
  overflow: hidden;
  background: #D9CCB7;
  min-width: 80%;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
}
.fs-c-button--addToCart--list:before {
  display: none;
}
.fs-c-button--addToCart--list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to right, #908470, #6E6352);
  z-index: 1;
  transition: opacity 0.3s;
}
.fs-c-button--addToCart--list:hover {
  text-decoration: none;
}
.fs-c-button--addToCart--list:hover:after {
  opacity: 0;
}
.fs-c-button--addToCart--list .fs-c-button__label {
  position: relative;
  z-index: 2;
}

.fs-c-button--standard {
  border: none;
  background: linear-gradient(to right, #FFFED9, #F0E8D1);
  color: #B28D51;
  border-radius: 100px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.6em;
  box-shadow: none;
  transition: background 0.3s;
}
.fs-c-button--standard:link, .fs-c-button--standard:visited {
  color: #B28D51;
  text-decoration: none;
}
.fs-c-button--standard:hover, .fs-c-button--standard:active {
  color: #fff;
  text-decoration: none;
  background: #B28D51;
}

.fs-c-button--plain {
  box-shadow: none;
  font-size: 14px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .fs-c-button--plain {
    font-size: 12px;
    line-height: 1.6em;
  }
}

.fs-c-button--particular {
  box-shadow: none;
}

.fs-c-documentArticle {
  padding: 0;
}

.fs-c-productListItem__productName {
  margin: 10px 0 0;
}
.fs-c-productListItem__productName a .fs-c-productName__copy {
  font-size: 12px;
  line-height: 1.6em;
  color: #6E6352;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productName a .fs-c-productName__copy {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-c-productListItem__productName a .fs-c-productName__name {
  font-size: 14px;
  line-height: 1.6em;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .fs-c-productListItem__productName a .fs-c-productName__name {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.fs-c-productListItem__productName a:link, .fs-c-productListItem__productName a:visited, .fs-c-productListItem__productName a:hover, .fs-c-productListItem__productName a:active {
  text-decoration: none;
}
.fs-c-productListItem__productName a:link .fs-c-productName__copy, .fs-c-productListItem__productName a:visited .fs-c-productName__copy, .fs-c-productListItem__productName a:hover .fs-c-productName__copy, .fs-c-productListItem__productName a:active .fs-c-productName__copy {
  color: #6E6352;
}
.fs-c-productListItem__productName a:link .fs-c-productName__name, .fs-c-productListItem__productName a:visited .fs-c-productName__name, .fs-c-productListItem__productName a:hover .fs-c-productName__name, .fs-c-productListItem__productName a:active .fs-c-productName__name {
  color: #262626;
}

.fs-c-productName__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.fs-c-productListItem__prices {
  margin-top: 0;
}

.fs-c-productList__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-productList__list:before {
  content: "";
  display: block;
  width: calc(25% - 30px);
  order: 1;
}
.fs-c-productList__list:after {
  content: "";
  display: block;
  width: calc(25% - 30px);
}
.fs-c-productList__list .fs-c-productList__list__item {
  padding: 0;
  width: calc(25% - 30px);
  border-bottom: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__list .fs-c-productList__list__item {
    width: calc(50% - 10px);
  }
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__imageContainer img {
  border: 1px solid #F2F2F2;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__viewMoreImageButton {
  display: none;
}
.fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__productDescription {
  font-size: 10px;
  line-height: 1.6em;
}

.list-member li {
  display: none;
}
.list-member .my-false.login, .list-member .my-false.regist {
  display: block;
}
.list-member .my-true.mypage, .list-member .my-true.fav, .list-member .my-true.account, .list-member .my-true.orders, .list-member .my-true.addressbook, .list-member .my-true.logout, .list-member .my-true.delete {
  display: block;
}

.about-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(80deg, rgb(38, 38, 38) 5%, rgb(25, 25, 25) 40%);
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .about-header {
    flex-direction: column-reverse;
  }
}

.about-header_inner {
  width: 50%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about-header_inner {
    width: 100%;
    height: auto;
    padding: 0 0 100px;
    background: rgba(38, 38, 38, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 414px) {
  .about-header_inner {
    padding-bottom: 100px;
  }
}

.about-header_image {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url(https://li1l.itembox.design/item/img/about-main-img@2x.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transform: scale(-1, 1);
  opacity: 0;
  animation: fadeIn 1s ease 0s 1 forwards;
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .about-header_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: 100% auto;
    transform: scale(1, 1);
  }
}
.about-header_image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(-70deg, rgba(10, 10, 10, 0.9) 5%, transparent 40%);
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about-header_image:after {
    background: linear-gradient(0deg, #261102 5%, transparent 80%);
  }
}
.about-header_image img {
  opacity: 0;
}

@keyframes scrl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.about-header_inner_logo {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 115px;
  height: 103px;
  top: 50%;
  right: -57px;
  margin-top: -52px;
  opacity: 0;
  animation: fadeIn 1s ease 0s 1 forwards;
  animation-delay: 1s;
}
@media screen and (max-width: 1080px) {
  .about-header_inner_logo {
    position: relative;
    top: auto;
    margin: -50px auto 50px;
    right: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-header_inner_logo {
    position: relative;
    top: auto;
    margin: -50px auto 20px;
    right: auto;
  }
}
@media screen and (max-width: 530px) {
  .about-header_inner_logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 414px) {
  .about-header_inner_logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .about-header_inner_logo {
    width: 90px;
    height: 82px;
  }
}
.about-header_inner_logo a {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22logo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22115%22%20height%3D%22103%22%20viewBox%3D%220%200%20115%20103%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_435%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20435%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_433%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20433%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_278%22%20data-name%3D%22%E3%83%91%E3%82%B9%20278%22%20d%3D%22M272.992%2C157.1h-4.629a.579.579%2C0%2C0%2C0-.579.578l.006%2C53.781a.578.578%2C0%2C0%2C0%2C.579.578H273a.579.579%2C0%2C0%2C0%2C.579-.578l-.006-53.781a.579.579%2C0%2C0%2C0-.579-.578%22%20transform%3D%22translate(-231.382%20-139.512)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_279%22%20data-name%3D%22%E3%83%91%E3%82%B9%20279%22%20d%3D%22M272.992%2C132.187h-4.629a.579.579%2C0%2C0%2C0-.579.578l.006%2C10.966a.578.578%2C0%2C0%2C0%2C.579.577H273a.578.578%2C0%2C0%2C0%2C.579-.577l-.006-10.966a.578.578%2C0%2C0%2C0-.579-.578%22%20transform%3D%22translate(-231.382%20-132.187)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_280%22%20data-name%3D%22%E3%83%91%E3%82%B9%20280%22%20d%3D%22M221.481%2C132.187h-4.629a.579.579%2C0%2C0%2C0-.579.578l.006%2C71.37a.578.578%2C0%2C0%2C0%2C.579.578h4.629a.579.579%2C0%2C0%2C0%2C.579-.578l-.006-71.37a.578.578%2C0%2C0%2C0-.579-.578%22%20transform%3D%22translate(-216.273%20-132.187)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_281%22%20data-name%3D%22%E3%83%91%E3%82%B9%20281%22%20d%3D%22M376.593%2C132.766a.578.578%2C0%2C0%2C0-.578-.578h-4.629a.58.58%2C0%2C0%2C0-.579.578l0%2C71.37a.578.578%2C0%2C0%2C0%2C.579.578h4.629a.578.578%2C0%2C0%2C0%2C.579-.578Z%22%20transform%3D%22translate(-261.599%20-132.187)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_282%22%20data-name%3D%22%E3%83%91%E3%82%B9%20282%22%20d%3D%22M322.278%2C132.187h-2.863a.577.577%2C0%2C0%2C0-.372.135l-7.13%2C5.98a.579.579%2C0%2C0%2C0-.206.443v3.725a.578.578%2C0%2C0%2C0%2C.578.578h4.793v61.086a.579.579%2C0%2C0%2C0%2C.579.578h4.621a.578.578%2C0%2C0%2C0%2C.578-.578v-71.37a.578.578%2C0%2C0%2C0-.578-.578%22%20transform%3D%22translate(-244.265%20-132.187)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_434%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20434%22%20transform%3D%22translate(5.13%2090.446)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_283%22%20data-name%3D%22%E3%83%91%E3%82%B9%20283%22%20d%3D%22M223.532%2C260.425h.9v11.563h7.133v.814h-8.036Z%22%20transform%3D%22translate(-223.532%20-260.337)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_131%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20131%22%20width%3D%220.903%22%20height%3D%2212.377%22%20transform%3D%22translate(18.903%200.088)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_284%22%20data-name%3D%22%E3%83%91%E3%82%B9%20284%22%20d%3D%22M270.686%2C272.031a6.057%2C6.057%2C0%2C0%2C1-2.309-2.254%2C6.509%2C6.509%2C0%2C0%2C1%2C0-6.4%2C6.052%2C6.052%2C0%2C0%2C1%2C2.309-2.254%2C7.035%2C7.035%2C0%2C0%2C1%2C6.584-.009%2C5.991%2C5.991%2C0%2C0%2C1%2C2.309%2C2.246%2C6.582%2C6.582%2C0%2C0%2C1%2C0%2C6.436%2C6%2C6%2C0%2C0%2C1-2.309%2C2.246%2C7.035%2C7.035%2C0%2C0%2C1-6.584-.009m6.106-.716a5.21%2C5.21%2C0%2C0%2C0%2C1.983-1.953%2C5.712%2C5.712%2C0%2C0%2C0%2C0-5.57%2C5.22%2C5.22%2C0%2C0%2C0-1.983-1.953%2C5.963%2C5.963%2C0%2C0%2C0-5.637%2C0%2C5.2%2C5.2%2C0%2C0%2C0-1.991%2C1.953%2C5.7%2C5.7%2C0%2C0%2C0%2C0%2C5.57%2C5.188%2C5.188%2C0%2C0%2C0%2C1.991%2C1.953%2C5.973%2C5.973%2C0%2C0%2C0%2C5.637%2C0%22%20transform%3D%22translate(-236.439%20-260.3)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_285%22%20data-name%3D%22%E3%83%91%E3%82%B9%20285%22%20d%3D%22M311.56%2C260.425V272.8h-.743l-8.443-10.751V272.8h-.9V260.425h.761l8.425%2C10.75v-10.75Z%22%20transform%3D%22translate(-246.392%20-260.337)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_286%22%20data-name%3D%22%E3%83%91%E3%82%B9%20286%22%20d%3D%22M342.529%2C271.988v.814H333.98V260.425h8.283v.813h-7.381v4.88h6.6v.8h-6.6v5.075Z%22%20transform%3D%22translate(-255.928%20-260.337)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_287%22%20data-name%3D%22%E3%83%91%E3%82%B9%20287%22%20d%3D%22M363.207%2C260.425h.9v11.563h7.133v.814h-8.035Z%22%20transform%3D%22translate(-264.5%20-260.337)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 115px;
  height: 103px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  .about-header_inner_logo a {
    width: 90px;
    height: 82px;
  }
}

.about-header_inner_description {
  font-size: 24px;
  line-height: 2em;
  font-weight: bold;
  opacity: 0;
  animation: fadeIn 1.5s ease 0s 1 forwards;
  animation-delay: 1.8s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-header_inner_description {
    font-size: 18px;
    line-height: 2em;
  }
}
@media screen and (max-width: 414px) {
  .about-header_inner_description {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .about-header_inner_description br.hide {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .about-header_inner_description br.hide {
    display: inherit;
  }
}
.about-header_inner_description.move-fix {
  transition-delay: 1s;
}
.about-header_inner_description .fs-c-button--standard {
  margin-top: 10px;
  min-width: 260px;
}

.about_inner_image-a,
.about_inner_image-b,
.about_inner_image-c {
  margin-top: 80px;
}

.about_inner_image-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .about_inner_image-a {
    padding-bottom: 50px;
  }
}
.about_inner_image-a .image:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about_inner_image-a .image:nth-of-type(1) {
    width: calc(50% + 36px);
    margin-left: -36px;
  }
}
@media screen and (max-width: 374px) {
  .about_inner_image-a .image:nth-of-type(1) {
    margin-left: 0;
  }
}
.about_inner_image-a .image:nth-of-type(2) {
  width: calc(50% + 36px);
  position: absolute;
  right: 0;
  bottom: 0;
}

.about_inner_image-b .image {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about_inner_image-b .image {
    width: 90%;
  }
}

.about_inner_image-c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding-bottom: 200px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about_inner_image-c {
    padding-bottom: 100px;
  }
}
.about_inner_image-c .image:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about_inner_image-c .image:nth-of-type(1) {
    width: calc(50% + 36px);
    margin-right: -36px;
  }
}
@media screen and (max-width: 374px) {
  .about_inner_image-c .image:nth-of-type(1) {
    margin-right: 0;
  }
}
.about_inner_image-c .image:nth-of-type(2) {
  width: calc(50% + 36px);
  position: absolute;
  left: 0;
  bottom: 0;
}

.about {
  text-align: center;
  padding: 200px 0 100px;
  position: relative;
  background: #fff;
  line-height: 2em;
}
@media screen and (max-width: 414px) {
  .about {
    padding-top: 100px;
  }
}
.about:after {
  display: block;
}

.wrap {
  position: relative;
}
.wrap:after {
  z-index: 3;
  content: "";
  position: absolute;
  display: block;
  background: rgb(191, 191, 191);
  width: 2px;
  height: 140px;
  left: 50%;
  margin-left: -1px;
  top: -70px;
  animation: scrl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 414px) {
  .wrap:after {
    height: 60px;
    top: -30px;
    width: 1px;
    margin-left: 0;
  }
}

.about_inner {
  padding: 0 36px;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .about_inner {
    padding: 0;
  }
}
.about_inner h3 {
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}
.about_inner h3:not(:first-child) {
  margin-top: 4em;
}
.about_inner h2 {
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: 380px;
  font-size: 22px;
  line-height: 1.6em;
}
@media screen and (max-width: 374px) {
  .about_inner h2 {
    font-size: 20px;
    line-height: 1.6em;
    max-width: 80%;
  }
}
.about_inner h2:not(:first-child) {
  margin-top: 4em;
}
.about_inner h2 span {
  display: block;
  padding: 20px 0;
}
.about_inner h2:after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border-bottom: 1px solid #262626;
  border-right: 1px solid #262626;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about_inner h2:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  border-top: 1px solid #262626;
  border-left: 1px solid #262626;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}
.about_inner p:not(:first-child) {
  margin: 2em 0 0;
}
@media screen and (max-width: 414px) {
  .about_inner p {
    font-size: 14px;
    line-height: 2em;
  }
}
.about_inner table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  border-bottom: 1px solid #F2F2F2;
  font-size: 14px;
  line-height: 1.6em;
}
.about_inner table:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .about_inner table tr {
    display: block;
  }
}
.about_inner table tr th, .about_inner table tr td {
  vertical-align: top;
  text-align: left;
  border-top: 1px solid #F2F2F2;
  padding: 20px 20px;
}
@media screen and (max-width: 768px) {
  .about_inner table tr th, .about_inner table tr td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .about_inner table tr th {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .about_inner table tr td {
    border-top: none;
    padding-top: 0;
  }
}

.fade {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
}

.move-v {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(0, 30px);
}

.move-l {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(30px, 0);
}

.move-r {
  transition: opacity 0.8s, transform 0.8s;
  opacity: 0;
  transform: translate(-30px, 0);
}

.move-fix {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
}

.list-hero {
  display: block;
  background: #F2F2F2;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
}
.list-hero.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .list-hero {
    padding: 20px 0;
  }
}
.list-hero .slick-track {
  display: flex;
}
.list-hero .slick-slide {
  height: auto !important;
}
.list-hero .slick-dots {
  z-index: 2;
  position: relative;
}
.list-hero .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.list-hero .hero-bg div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  transition: opacity 0.6s;
}
.list-hero .hero-bg div.active {
  opacity: 0.8;
}
.list-hero .hero-bg div:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.list-hero .slick-list {
  position: relative;
  z-index: 2;
}
.list-hero .slick-list:after {
  content: "";
  display: block;
  clear: both;
}
.list-hero .fs-pt-column__item {
  display: block;
  float: left;
  padding: 0;
  margin: 0 10px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.list-hero .fs-pt-column__item .fs-pt-column__image {
  font-size: 0;
  line-height: 0;
  display: block;
}
.list-hero .fs-pt-column__item .fs-pt-column__heading {
  display: block;
  font-size: 14px;
  line-height: 1.6em;
  color: #262626;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .list-hero .fs-pt-column__item .fs-pt-column__heading {
    min-height: calc(40px + 5em);
  }
}
.list-hero a.fs-pt-column__item:link, .list-hero a.fs-pt-column__item:visited {
  text-decoration: none;
}
.list-hero a.fs-pt-column__item:hover, .list-hero a.fs-pt-column__item:active {
  text-decoration: none;
}
.list-hero a.fs-pt-column__item:hover .fs-pt-column__heading, .list-hero a.fs-pt-column__item:active .fs-pt-column__heading {
  color: #E6B66A;
}

.block-kv {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: linear-gradient(80deg, rgb(38, 38, 38) 5%, rgb(25, 25, 25) 40%);
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block-kv {
    flex-direction: column-reverse;
  }
}
.block-kv .block-kv_inner {
  width: 50%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block-kv .block-kv_inner {
    width: 100%;
    height: auto;
    padding: 0 0 100px;
    background: rgba(38, 38, 38, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 414px) {
  .block-kv .block-kv_inner {
    padding-bottom: 40px;
  }
}
.block-kv .block-kv_image {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-image: url(https://li1l.itembox.design/item/img/about-main-img@2x.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  transform: scale(-1, 1);
  opacity: 0;
  animation: fadeIn 1s ease 0s 1 forwards;
  animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .block-kv .block-kv_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: 100% auto;
    transform: scale(1, 1);
  }
}
.block-kv .block-kv_image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(-70deg, rgba(10, 10, 10, 0.9) 5%, transparent 40%);
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .block-kv .block-kv_image:after {
    background: linear-gradient(0deg, #261102 5%, transparent 80%);
  }
}
.block-kv .block-kv_image img {
  opacity: 0;
}
.block-kv .ttl02 {
  font-weight: bold;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .block-kv .ttl02 {
    margin: 40px 0;
  }
}
@media screen and (max-width: 374px) {
  .block-kv .ttl02 {
    max-width: 100%;
  }
}
.block-kv .ttl02:before, .block-kv .ttl02:after {
  border-color: #fff;
}
.block-kv .block-kv_inner_description {
  font-size: 18px;
  line-height: 2em;
  font-weight: normal;
  opacity: 1;
  animation-delay: 1.8s;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .block-kv .block-kv_inner_description {
    font-size: 14px;
    line-height: 2em;
  }
}
@media screen and (max-width: 414px) {
  .block-kv .block-kv_inner_description {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .block-kv .block-kv_inner_description br.hide {
    display: none;
  }
}
@media screen and (max-width: 530px) {
  .block-kv .block-kv_inner_description br.hide {
    display: inherit;
  }
}
.block-kv .block-kv_inner_description.move-fix {
  transition-delay: 1s;
}
.block-kv .block-kv_inner_description .fs-c-button--primary {
  margin-top: 10px;
  min-width: 260px;
}

.common-block {
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .common-block {
    padding: 30px;
  }
}
.common-block:nth-of-type(even) {
  background: #F5F4F2;
}
.common-block--white {
  background: #fff !important;
  border-top: 1px solid #F5F4F2;
}

.common-inner {
  max-width: 980px;
  margin: 0 auto;
}

.list-newjournal .list-journal + .btn-wrap {
  text-align: right;
  margin-top: 40px;
}

.list-journalranking .ttl01 + p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-journalranking .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.list-journalranking .list-journal {
  margin-top: 40px;
  counter-reset: ranking;
}
.list-journalranking .list-journal .block {
  position: relative;
}
.list-journalranking .list-journal .block:before {
  counter-increment: ranking;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: counter(ranking);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #262626;
  font-size: 22px;
}

.list-newitems {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .list-newitems {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.list-newitems .ttl01 + p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-newitems .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.list-newitems .fs-c-productList__list {
  max-width: 1000px;
  margin: 40px auto 0;
  display: block;
  position: relative;
}
.list-newitems .fs-c-productList__list .fs-c-productList__list__item {
  float: left;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .list-newitems .fs-c-productList__list .fs-c-productList__list__item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .list-newitems .fs-c-productList__list .slick-dots button {
    width: 20px;
  }
}
.list-newitems .fs-c-productList__list + .btn-wrap {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .list-newitems .fs-c-productList__list + .btn-wrap {
    padding: 0 5px;
  }
}
.list-newitems .slick-next {
  right: auto;
  left: calc(50% + 50vw - 60px);
}
.list-newitems .slick-prev {
  left: auto;
  right: calc(50% + 50vw - 60px);
}
.list-newitems .btn-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.info {
  font-size: 12px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .info {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.info div {
  display: inline-block;
  position: relative;
}
.info div:not(:first-child) {
  margin-left: 20px;
}
.info div:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #BFBFBF;
  transform: rotate(10deg);
}
.info div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info div ul li {
  display: inline-block;
}
.info div ul li:not(:last-child) {
  margin-right: 5px;
}

.list-journal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-journal .block {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .list-journal .block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.list-journal .block .image {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  .list-journal .block .image {
    width: 30%;
  }
}
.list-journal .block .image:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.list-journal .block .image a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.list-journal .block .image a img {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .list-journal .block .text {
    width: calc(70% - 10px);
  }
}
.list-journal .block .text h2 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .list-journal .block .text h2 {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.list-journal .block .text h2 a:link, .list-journal .block .text h2 a:visited {
  color: #262626;
  text-decoration: none;
}
.list-journal .block .text h2 a:hover, .list-journal .block .text h2 a:active {
  color: #E6B66A;
  text-decoration: none;
}
.list-journal.pt-b {
  border-bottom: 1px solid #F2F2F2;
}
.list-journal.pt-b .block {
  width: calc(33.3% - 25px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-b .block {
    width: 100%;
  }
}
.list-journal.pt-b .block:nth-of-type(1) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-b .block:nth-of-type(1) {
    width: 100%;
  }
  .list-journal.pt-b .block:nth-of-type(1) .image,
  .list-journal.pt-b .block:nth-of-type(1) .text {
    width: 100%;
  }
}
.list-journal.pt-b .block:nth-of-type(2) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-b .block:nth-of-type(2) {
    width: 100%;
  }
}
.list-journal.pt-c .block {
  width: calc(33.3% - 25px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-c .block {
    width: calc(50% - 5px);
    display: block;
  }
  .list-journal.pt-c .block .image {
    width: 100%;
  }
  .list-journal.pt-c .block .text {
    width: 100%;
  }
}
.list-journal.pt-c .block:nth-of-type(1) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-c .block:nth-of-type(1) {
    width: 100%;
  }
  .list-journal.pt-c .block:nth-of-type(1) .image,
  .list-journal.pt-c .block:nth-of-type(1) .text {
    width: 100%;
  }
}
.list-journal.pt-c .block:nth-of-type(2) {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-c .block:nth-of-type(2) {
    width: calc(50% - 5px);
  }
}
.list-journal.pt-d {
  margin: 0 -20px 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .list-journal.pt-d {
    margin: 0 -5px 20px;
  }
}
.list-journal.pt-d .slick-list:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.list-journal.pt-d .block {
  float: left;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .list-journal.pt-d .block {
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .list-journal.pt-d .block .image {
    width: 100%;
  }
}
.list-journal.pt-e:after {
  display: block;
  content: "";
  width: calc(33.3% - 25px);
}
.list-journal.pt-e .block {
  width: calc(33.3% - 25px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-e .block {
    width: calc(50% - 5px);
  }
  .list-journal.pt-e .block .image {
    width: 100%;
  }
  .list-journal.pt-e .block .text {
    width: 100%;
  }
}
.list-journal.pt-f:after {
  display: block;
  content: "";
  width: calc(33.3% - 25px);
}
.list-journal.pt-f .block {
  width: calc(33.3% - 25px);
}
@media screen and (max-width: 768px) {
  .list-journal.pt-f .block {
    width: 100%;
  }
}

.block-membership {
  background: linear-gradient(#262626, #000);
  padding: 100px 30px;
  color: #FFFFFF;
}
.block-membership .common-inner .ttl01 img {
  max-width: 80px;
  height: auto;
}
.block-membership .common-inner .ttl01 + p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 40px;
  color: #F0E8D1;
}
@media screen and (max-width: 768px) {
  .block-membership .common-inner .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.block-membership .common-inner .graph-membership {
  max-width: 640px;
  height: 400px;
  position: relative;
  margin: 0 auto 80px;
  text-align: center;
}
.block-membership .common-inner .graph-membership ul {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: baseline;
}
.block-membership .common-inner .graph-membership ul:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F2F2F2;
}
.block-membership .common-inner .graph-membership ul.move-fix li:after {
  transform: scale(1);
}
.block-membership .common-inner .graph-membership ul li {
  width: calc(25% - 25px);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block-membership .common-inner .graph-membership ul li {
    width: calc(25% - 2px);
  }
}
.block-membership .common-inner .graph-membership ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15%;
  background: #F2F2F2;
  transform: scale(1, 0);
  transition: transform 1s;
  transform-origin: bottom center;
}
.block-membership .common-inner .graph-membership ul li.silver .name .en {
  color: #B4B4B4;
}
.block-membership .common-inner .graph-membership ul li.silver:after {
  height: 25%;
  background: linear-gradient(#B4B4B4, #fff);
  transition-delay: 0.3s;
}
.block-membership .common-inner .graph-membership ul li.gold .name .en {
  color: #C9B037;
}
.block-membership .common-inner .graph-membership ul li.gold:after {
  height: 40%;
  background: linear-gradient(#a28a18, #C9B037);
  transition-delay: 0.6s;
}
.block-membership .common-inner .graph-membership ul li.gattuso .name .en {
  color: #f00;
}
.block-membership .common-inner .graph-membership ul li.gattuso:after {
  height: 55%;
  background-color: #f00;
  background-image: linear-gradient(-90deg, #610000 50%, transparent 50%);
  background-size: 25% 25%;
  transition-delay: 0.9s;
}
.block-membership .common-inner .graph-membership ul li .name {
  margin-bottom: 10px;
}
.block-membership .common-inner .graph-membership ul li .name span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .block-membership .common-inner .graph-membership ul li .name span {
    font-size: 10px;
    line-height: 1.2em;
  }
}
.block-membership .common-inner .graph-membership ul li .name span.en {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .block-membership .common-inner .graph-membership ul li .name span.en {
    font-size: 22px;
    line-height: 1.2em;
  }
}
.block-membership .common-inner .graph-membership ul li .graph .point > span {
  display: block;
  font-size: 10px;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.block-membership .common-inner .graph-membership ul li .graph .point strong {
  display: block;
  font-size: 50px;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  padding-bottom: 5px;
}
.block-membership .common-inner .graph-membership ul li .graph .point strong span {
  font-size: 12px;
  line-height: 1.2em;
}
.block-membership .common-inner .graph-membership ul li .graph .point strong:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #404040;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-membership .common-inner .graph-membership ul li .graph .point strong:after {
  content: "";
  width: 1px;
  height: 230px;
  background: linear-gradient(#404040, transparent);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -230px;
}
.block-membership .common-inner .graph-membership ul li .terms {
  position: absolute;
  bottom: -50px;
  width: 100%;
  white-space: nowrap;
}
.block-membership .common-inner .graph-membership ul li .terms span {
  display: block;
  font-size: 10px;
  line-height: 1.6em;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .block-membership .common-inner .graph-membership ul li .terms span {
    transform: scale(0.8, 0.8);
  }
}
@media screen and (max-width: 768px) {
  .block-membership .common-inner .graph-membership ul li .terms strong {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.block-membership .common-inner .btn-wrap {
  text-align: center;
}

.list-pickupbrand .ttl01 + p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-pickupbrand .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.list-pickupbrand .list-brand {
  margin-top: 10px;
}
.list-pickupbrand .btn-wrap {
  text-align: right;
}

.block-selection {
  padding-left: 20px;
  padding-right: 20px;
}
.block-selection .common-inner > .btn-wrap {
  text-align: right;
  margin-top: 20px;
}
.block-selection .ttl01 + p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-selection .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.block-selection .list-selection {
  margin-top: 10px;
  position: relative;
}
.block-selection .list-selection .fs-c-productListCarousel__ctrl {
  display: block !important;
  flex-basis: 40px;
  min-width: 40px;
}
.block-selection .list-selection .fs-c-productListCarousel__ctrl--prev {
  left: -20px;
  transform: scale(-1, 1);
}
.block-selection .list-selection .fs-c-productListCarousel__ctrl--next {
  right: -20px;
}
.block-selection .fs-c-wishlistProduct__list {
  max-width: 1220px;
  margin: 0px auto;
}
.block-selection .fs-c-productListCarousel__list {
  width: 100%;
}
.block-selection .fs-c-productListCarousel__list__itemTrack {
  width: 100%;
}
.block-selection .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
  margin: 0;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.block-selection .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  margin-top: -22px;
  padding: 0;
}
.block-selection .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--addToCart--list,
.block-selection .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control .fs-c-button--viewProductDetail {
  display: none;
}
.block-selection .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control form {
  display: block;
  min-width: 80%;
}
.block-selection .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control form .fs-c-button--addToCart--list {
  min-width: 100%;
}

.block-category .ttl01 + p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block-category .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.block-category .list-category {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0 0;
  padding: 0;
}
.block-category .list-category:after {
  content: "";
  display: block;
  width: calc(33.3% - 6px);
}
@media screen and (max-width: 768px) {
  .block-category .list-category:after {
    display: none;
  }
}
.block-category .list-category li {
  width: calc(33.3% - 6px);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block-category .list-category li {
    width: calc(50% - 5px);
  }
}
.block-category .list-category li a {
  display: block;
  padding: 10px;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block-category .list-category li a:link, .block-category .list-category li a:visited {
  text-decoration: none;
  background: #F0E8D1;
  color: #B28D51;
}
.block-category .list-category li a:hover, .block-category .list-category li a:active {
  text-decoration: none;
  background: #E6B66A;
  color: #fff;
}

.list-brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .list-brand {
    justify-content: space-between;
  }
}
.list-brand .list-brand-ttl {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #262626;
  padding-bottom: 5px;
  margin: 0 0 40px;
}
.list-brand .block {
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
}
.list-brand .block.nolink {
  cursor: inherit;
}
@media screen and (max-width: 768px) {
  .list-brand .block {
    width: calc(50% - 5px);
  }
}
.list-brand .block .image {
  font-size: 0;
  line-height: 0;
  margin-bottom: 5px;
}
.list-brand .block .image img {
  max-width: 80%;
  height: auto;
}
@media screen and (max-width: 414px) {
  .list-brand .block .image img {
    max-width: 100%;
  }
}
.list-brand .block .brand-logo {
  font-size: 0;
  line-height: 0;
  margin-bottom: 5px;
}
.list-brand .block .brand-logo img {
  max-width: 166px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .list-brand .block .brand-logo img {
    max-width: 100%;
  }
}
.list-brand .block .text h3 {
  margin: 0;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 400;
}

.fs-c-productList__controller {
  color: #6E6352;
}
.fs-c-productList__controller:not(:last-child) {
  margin-bottom: 40px;
}
.fs-c-productList__controller .fs-c-sortItems {
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems {
    width: 100%;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__label {
  display: none;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
  border: none;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list {
    align-items: center;
    justify-content: center;
  }
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item {
  border-radius: 30px;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
  background: #6E6352;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item .fs-c-sortItems__list__item__label {
  padding: 2px 10px;
}
.fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item a:hover, .fs-c-productList__controller .fs-c-sortItems .fs-c-sortItems__list .fs-c-sortItems__list__item a:active {
  color: #E6B66A;
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-listControl {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .fs-c-productList__controller .fs-c-listControl .fs-c-listControl__status {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item {
  color: #6E6352;
  padding: 7px 8px;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item:link, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item:visited {
  color: #6E6352;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item:hover, .fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item:active {
  color: #E6B66A;
}
.fs-c-productList__controller .fs-c-listControl .fs-c-pagination .fs-c-pagination__item.is-active {
  border-radius: 50%;
  background: #6E6352;
  color: #fff;
}

.fs-c-subgroup .fs-c-listControl {
  display: none;
}

.fs-c-subgroupList {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fs-c-subgroupList:before {
  content: "";
  width: calc(25% - 7px);
  display: block;
  order: 1;
}
.fs-c-subgroupList:after {
  content: "";
  width: calc(25% - 7px);
  display: block;
}
.fs-c-subgroupList .fs-c-subgroupList__item {
  width: calc(25% - 7px);
  margin: 0 0 10px;
  flex-basis: inherit;
  flex-grow: inherit;
}
@media screen and (max-width: 768px) {
  .fs-c-subgroupList .fs-c-subgroupList__item {
    width: calc(50% - 5px);
  }
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link {
  border: none;
  display: block;
  padding: 10px;
  border-radius: 4px;
  transition: background 0.3s, color 0s;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:after {
  display: none;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:link, .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:visited {
  text-decoration: none;
  background: #F0E8D1;
  color: #B28D51;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:hover, .fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link:active {
  text-decoration: none;
  background: #E6B66A;
  color: #fff;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__link div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fs-c-subgroupList .fs-c-subgroupList__item .fs-c-subgroupList__image {
  display: none;
}

.list-tag ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.list-tag ul li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}
.list-tag ul li a {
  display: inline-block;
  color: #B28D51;
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.4em;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .list-tag ul li a {
    font-size: 10px;
    line-height: 1.6em;
  }
}
.list-tag ul li a:link, .list-tag ul li a:visited {
  color: #B28D51;
  background: #F0E8D1;
  text-decoration: none;
}
.list-tag ul li a:hover, .list-tag ul li a:active {
  background: #B28D51;
  color: #fff;
  text-decoration: none;
}

[type=hidden], [type=text], [type=search], [type=tel], [type=url], [type=email], [type=password], [type=datetime], [type=date], [type=month], [type=week], [type=time], [type=datetime-local], [type=number], select, textarea {
  border: 1px solid #E6E6E6;
  border-radius: 0;
  background: #F2F2F2;
}

.block-search {
  max-width: 640px;
  margin: 0 auto;
}
.block-search + .fs-c-productList {
  margin-top: 60px;
}
.block-search .keyword {
  border-top: 1px solid #F2F2F2;
  padding: 20px 5px;
}
.block-search .keyword .list-tag {
  margin-top: 5px;
}
.block-search dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.block-search dl dt {
  border-top: 1px solid #F2F2F2;
  padding: 20px 5px;
  margin: 0;
  width: 8em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .block-search dl dt {
    font-size: 12px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 414px) {
  .block-search dl dt {
    display: none;
  }
}
.block-search dl dd {
  border-top: 1px solid #F2F2F2;
  padding: 20px 5px;
  margin: 0;
  width: calc(100% - 8em);
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .block-search dl dd {
    font-size: 12px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 414px) {
  .block-search dl dd {
    width: 100%;
  }
}
.block-search dl dd:after {
  display: block;
  content: "";
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .block-search dl dd:after {
    display: none;
  }
}
.block-search dl dd label {
  display: block;
  width: 33.3%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .block-search dl dd label {
    min-width: 50%;
  }
}
.block-search dl dd label input[type=radio],
.block-search dl dd label input[type=checkbox] {
  display: none;
}
.block-search dl dd label input[type=radio]:checked + span:after,
.block-search dl dd label input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.block-search dl dd label input[type=radio]:checked + span:before,
.block-search dl dd label input[type=checkbox]:checked + span:before {
  border-color: #6C6354;
}
.block-search dl dd label span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
}
.block-search dl dd label span:before {
  content: "";
  border: 2px solid #BFBFBF;
  background: #fff;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  left: 0;
  top: 50%;
  margin-top: -10px;
  position: absolute;
}
.block-search dl dd label span:after {
  content: "";
  background: #B28D51;
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  left: 5px;
  top: 50%;
  margin-top: -5px;
}
.block-search .btn-wrap {
  padding: 0 0 20px;
  text-align: center;
}
.block-search .btn-wrap .fs-c-button--primary {
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
}

.modal-search {
  max-width: 630px;
  min-width: 630px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  left: 20px;
  top: 80px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .modal-search {
    right: 20px;
    min-width: 0;
  }
}
.modal-search.active {
  pointer-events: inherit;
  opacity: 1;
}
.modal-search .tab {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-search .tab li {
  width: 50%;
  font-size: 18px;
  line-height: 1.6em;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  background: #F0E8D1;
  color: #B28D51;
  cursor: pointer;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .modal-search .tab li {
    font-size: 12px;
    line-height: 1.6em;
  }
}
.modal-search .tab li:hover {
  color: #fff;
  background: #B28D51;
}
.modal-search .tab li.active {
  background: #fff;
  color: #262626;
  cursor: inherit;
}
.modal-search > div {
  display: none;
  padding: 0 20px 20px;
  background: #fff;
}
.modal-search > div.active {
  display: block;
}
.modal-search > div .keyword {
  border-top: none;
}

.block-pcnav {
  font-size: 0;
  line-height: 0;
  background: #FAFAFA;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .block-pcnav {
    display: none;
  }
}
.block-pcnav ul {
  padding: 0;
  text-align: center;
  margin: 0;
}
.block-pcnav ul li {
  display: inline-block;
  position: relative;
}
.block-pcnav ul li:not(:first-child):before {
  content: "";
  width: 1px;
  height: 20px;
  background: #BFBFBF;
  transform: rotate(10deg);
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
.block-pcnav ul li a {
  display: block;
  padding: 10px 30px;
  font-size: 22px;
  line-height: 1.6em;
  transition: color 0.3s;
}
.block-pcnav ul li a:link, .block-pcnav ul li a:visited {
  color: #262626;
  text-decoration: none;
}
.block-pcnav ul li a:hover, .block-pcnav ul li a:active {
  color: #E6B66A;
  text-decoration: none;
}
.block-pcnav ul li a.active:after {
  content: "";
  width: 80%;
  height: 2px;
  background: #262626;
  display: block;
  position: absolute;
  bottom: 0;
  left: 10%;
}

.fs-p-announcement__title {
  color: #262626;
  margin: 0 0 20px;
}

.fs-p-accountInfo__point__point__available__number,
.fs-c-pointSummary__number {
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
  color: #B28D51 !important;
}

@media screen and (max-width: 768px) {
  .fs-c-accountService {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .fs-c-accountService__page {
    flex-basis: calc(50% - 10px);
    margin: 8px 0;
  }
}
.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
  box-shadow: none;
  border: 1px solid #BFBFBF;
  background: none;
}
@media screen and (max-width: 768px) {
  .fs-c-accountService__page.fs-c-accountService__page--accountDelete {
    flex-basis: 100% !important;
  }
}

.list-brandgroup + .fs-c-productList {
  display: none;
}
.list-brandgroup .list-brand {
  justify-content: space-between;
}
.list-brandgroup .list-brand:not(:last-child) {
  margin-bottom: 60px;
}
.list-brandgroup .list-brand:before {
  content: "";
  width: 25%;
  height: 0;
  display: block;
  order: 1;
}
.list-brandgroup .list-brand:after {
  content: "";
  width: 25%;
  height: 0;
  display: block;
}

.block-eyecatch {
  max-width: 640px;
  margin: 0 auto 20px;
}
.block-eyecatch img {
  width: 100%;
  height: auto;
  border: 1px solid #F2F2F2;
}

.block-description {
  max-width: 640px;
  margin: 0 auto 60px;
}

.block-brandsort {
  max-width: 640px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 876px) {
  .block-brandsort {
    margin-bottom: 40px;
  }
}
.block-brandsort dl {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.block-brandsort dl dt {
  padding: 10px 5px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6em;
  position: relative;
}
.block-brandsort dl dt span {
  display: block;
  width: 30px;
  height: 30px;
  background: #F2F2F2;
  position: absolute;
  right: 5px;
  top: calc(50% - 15px);
  z-index: 2;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform 0.3s;
}
.block-brandsort dl dt span:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #262626;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
  transform: rotate(90deg);
}
.block-brandsort dl dt span:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #262626;
  display: block;
  position: absolute;
  left: calc(50% - 5px);
  top: 50%;
}
.block-brandsort dl dt.active span {
  transform: rotate(45deg);
}
.block-brandsort dl dd {
  padding: 10px 0 20px;
  margin: 0;
  display: none;
}
.block-brandsort dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-brandsort dl dd ul li {
  width: calc(16.6% - 10px);
  margin: 0 0 12px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .block-brandsort dl dd ul li {
    width: calc(16.6% - 5px);
  }
}
.block-brandsort dl dd ul li:last-child {
  width: calc(49.8% - 5px);
}
@media screen and (max-width: 768px) {
  .block-brandsort dl dd ul li:last-child {
    width: calc(49.8% - 3px);
  }
}
.block-brandsort dl dd ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 4px;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.6em;
}
.block-brandsort dl dd ul li a:link, .block-brandsort dl dd ul li a:visited {
  text-decoration: none;
  background: #F0E8D1;
  color: #B28D51;
}
.block-brandsort dl dd ul li a:hover, .block-brandsort dl dd ul li a:active {
  text-decoration: none;
  background: #B28D51;
  color: #fff;
}
.block-brandsort dl dd ul li a.active {
  background: #B28D51;
  color: #fff;
}

.fs-c-inputInformation__field p {
  margin-bottom: 1em;
}
.fs-c-inputInformation__field .btn-wrap {
  text-align: center;
}

.fs-c-anotherLogin__message {
  margin-bottom: 20px;
}

.fs-c-subSection__title {
  padding-bottom: 10px;
}

.fs-c-productReviewed {
  display: block;
  text-align: center;
}
.fs-c-productReviewed .fs-c-productReviewed__image__image {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.fs-c-productReviewed .fs-c-productReviewed__number {
  display: none;
}
.fs-c-productReviewed .fs-c-productPrice {
  justify-content: center;
}

.fs-body-review-write .fs-c-reveiwNotes {
  border: 2px solid #262626;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #262626;
}
.fs-body-review-write .fs-c-reveiwNotes h3 {
  margin: 0 0 10px;
}

.fs-c-reviewList__item {
  border: none;
}

.fs-c-checkbox__checkbox + label > .fs-c-checkbox__checkMark {
  border-color: #BFBFBF;
  margin-top: -2px;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #B28D51;
  border-color: #B28D51;
}

.fs-c-radio__radioMark {
  margin-top: -5px;
  border-color: #BFBFBF;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #6C6354;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark:before {
  background: #B28D51;
}

.fs-c-requiredMark {
  color: #c00;
}

.fs-body-login .fs-c-inputInformation__field {
  background: #F5F4F2;
}

.fs-p-accountInfo {
  background: #F5F4F2;
  color: #262626;
  padding: 10px 20px 20px;
}
.fs-p-accountInfo .btn-wrap {
  text-align: center;
}

.fs-p-accountInfo__body {
  margin-bottom: 20px;
}

.fs-p-accountInfo__header {
  padding: 10px 0;
}

.fs-p-accountInfo__accountRank__rank.lionel {
  color: #6E6352;
}
.fs-p-accountInfo__accountRank__rank.silver {
  color: #B4B4B4;
}
.fs-p-accountInfo__accountRank__rank.gold {
  color: #C9B037;
}
.fs-p-accountInfo__accountRank__rank.gattuso {
  color: #f00;
}

.fs-p-accountInfo__accountRank__rankLabel {
  font-size: 10px;
  line-height: 1.6em;
}

.fs-p-accountInfo__accountName__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6em;
}

.fs-p-accountInfo__accountRank__rank {
  font-weight: bold;
}

.fs-c-variationAndActions {
  margin-top: 40px;
}
.fs-c-variationAndActions .fs-c-variationAndActions__variationLabel {
  background: #F5F4F2;
  padding: 5px 10px;
}

.block-influencer {
  background: linear-gradient(#262626, #000);
  padding: 100px 30px;
  color: #FFFFFF;
}
.block-influencer .inner {
  max-width: 640px;
  margin: 0 auto;
}
.block-influencer .inner .ttl01 img {
  max-width: 80px;
  height: auto;
}
.block-influencer .inner .ttl01 + p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 40px;
  color: #F0E8D1;
}
@media screen and (max-width: 768px) {
  .block-influencer .inner .ttl01 + p {
    font-size: 14px;
    line-height: 1.6em;
  }
}
.block-influencer .inner dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 20px;
}
.block-influencer .inner dl dt {
  width: 100px;
}
.block-influencer .inner dl dt span {
  display: block;
  background: #6E6352;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  box-sizing: border-box;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
.block-influencer .inner dl dd {
  font-size: 14px;
  line-height: 1.6em;
  width: calc(100% - 120px);
  padding: 5px 0 0;
  margin: 0 0 20px;
}
.block-influencer .inner dl dd p {
  text-indent: -1em;
  padding-left: 1em;
}
.block-influencer .inner dl dd ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
.block-influencer .inner .influencer-terms {
  background: #404040;
  padding: 20px;
  box-sizing: border-box;
  height: 140px;
  overflow: auto;
  font-size: 12px;
  line-height: 1.6em;
}
.block-influencer .inner .image {
  max-width: 640px;
  margin: 0 auto 40px;
}
.block-influencer .inner .image + dl dt {
  width: 100%;
}
.block-influencer .inner .image + dl dd {
  width: 100%;
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .block-influencer .inner .image + dl dd {
    padding: 20px 0 0;
  }
}
.block-influencer .inner .btn-wrap {
  text-align: center;
}

.fs-c-subgroup + .block-brandgroupheader {
  margin-top: 100px;
}

.fs-c-registerSuccessMessage {
  max-width: 600px;
  text-align: left;
}
.fs-c-registerSuccessMessage p {
  margin-bottom: 1em;
}
.fs-c-registerSuccessMessage p:first-child {
  text-align: center;
}

.fs-preview-header {
  position: fixed;
  margin: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
}
.fs-preview-header a {
  display: none;
}

.fs-c-productMarks {
  margin: 5px auto;
}

.fs-c-productMark__mark {
  border-radius: 30px;
  padding: 2px 8px;
  margin-right: 4px;
}

.fs-c-productMark__label {
  font-size: 12px;
  line-height: 1.6em;
  font-weight: bold;
}

.icon-mens,
.icon-ladies,
.icon-good {
  padding-right: 12px;
}
.icon-mens .fs-c-productMark__label,
.icon-ladies .fs-c-productMark__label,
.icon-good .fs-c-productMark__label {
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
  letter-spacing: 1px;
}
.icon-mens:before,
.icon-ladies:before,
.icon-good:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.icon-mens {
  color: #6393A6;
  background: #F4FCFF;
  border: 1px solid #6393A6;
}
.icon-mens:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_186%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20186%22%20width%3D%2218%22%20height%3D%2218%22%20transform%3D%22translate(1394%204591)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22icon-mens%22%20transform%3D%22translate(-1394%20-4591)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_495%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20495%22%20transform%3D%22translate(-2112.245%202236.744)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_505%22%20data-name%3D%22%E3%83%91%E3%82%B9%20505%22%20d%3D%22M3519.282%2C2361.989c-.1-2.109-.253-3.459-1.211-4.263a1.972%2C1.972%2C0%2C0%2C0-2.012-.369%2C3.373%2C3.373%2C0%2C0%2C0-4.193-.61c-1.535.9-2.19%2C2.7-2%2C5.5a2.337%2C2.337%2C0%2C0%2C0-.622%2C1.692%2C1.982%2C1.982%2C0%2C0%2C0%2C1.081%2C1.96c.013.062.028.125.043.186.681%2C2.739%2C3.244%2C4.407%2C4.413%2C4.4s3.719-1.694%2C4.376-4.44c.015-.065.031-.13.044-.2a2%2C2%2C0%2C0%2C0%2C1.045-1.959A2.058%2C2.058%2C0%2C0%2C0%2C3519.282%2C2361.989Zm-.428%2C3.129-.328.006-.058.323c-.025.141-.055.281-.088.419-.568%2C2.372-2.78%2C3.821-3.6%2C3.825s-3.045-1.427-3.633-3.794c-.034-.139-.063-.281-.091-.421l-.064-.325h-.365c-.272-.029-.578-.548-.58-1.214a1.408%2C1.408%2C0%2C0%2C1%2C.448-1.168l.206-.13-.02-.242c-.215-2.623.291-4.2%2C1.591-4.963a2.658%2C2.658%2C0%2C0%2C1%2C3.4.663l.193.2.256-.111a1.223%2C1.223%2C0%2C0%2C1%2C1.434.15c.707.592.834%2C1.719.941%2C3.973l.016.349.348.031c.274.024.582.526.585%2C1.207C3519.449%2C2364.647%2C3519.1%2C2365.114%2C3518.854%2C2365.118Z%22%20fill%3D%22%236393a6%22%2F%3E%20%3Cellipse%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_11%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2011%22%20cx%3D%220.355%22%20cy%3D%220.393%22%20rx%3D%220.355%22%20ry%3D%220.393%22%20transform%3D%22matrix(1%2C%20-0.004%2C%200.004%2C%201%2C%203512.582%2C%202363.611)%22%20fill%3D%22%236393a6%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_506%22%20data-name%3D%22%E3%83%91%E3%82%B9%20506%22%20d%3D%22M3516.551%2C2363.594a.4.4%2C0%2C1%2C0%2C.357.392A.376.376%2C0%2C0%2C0%2C3516.551%2C2363.594Z%22%20fill%3D%22%236393a6%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_507%22%20data-name%3D%22%E3%83%91%E3%82%B9%20507%22%20d%3D%22M3516.117%2C2359.619a.4.4%2C0%2C0%2C0-.63.3%2C1.306%2C1.306%2C0%2C0%2C1-1.174%2C1.194%2C10.239%2C10.239%2C0%2C0%2C1-1.191.083c-.839.023-1.564.043-1.982.753a.4.4%2C0%2C1%2C0%2C.689.405c.176-.3.5-.336%2C1.315-.359a11.062%2C11.062%2C0%2C0%2C0%2C1.281-.089%2C2.08%2C2.08%2C0%2C0%2C0%2C1.692-1.262%2C2.733%2C2.733%2C0%2C0%2C1%2C.939%2C1.308.4.4%2C0%2C1%2C0%2C.794-.095C3517.723%2C2360.785%2C3516.282%2C2359.736%2C3516.117%2C2359.619Z%22%20fill%3D%22%236393a6%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.icon-ladies {
  color: #A6638F;
  background: #FAF4F8;
  border: 1px solid #A6638F;
}
.icon-ladies:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_187%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20187%22%20width%3D%2218%22%20height%3D%2218%22%20transform%3D%22translate(1480%204591)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22iicon-ladies%22%20transform%3D%22translate(-1480%20-4591)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_496%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20496%22%20transform%3D%22translate(-2012.411%202236.964)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_508%22%20data-name%3D%22%E3%83%91%E3%82%B9%20508%22%20d%3D%22M3508.127%2C2368.486s-.337-.124-.545-1.056a9.663%2C9.663%2C0%2C0%2C1%2C.173-2.344c.258-1.894.579-4.251-.089-5.823-.838-1.97-3.045-2.219-4.259-2.067a4.331%2C4.331%2C0%2C0%2C0-4.515-.836%2C6.418%2C6.418%2C0%2C0%2C0-3.812%2C6.463c.14%2C2.428.157%2C3.466-.246%2C3.965a2.53%2C2.53%2C0%2C0%2C1-1.13.7.4.4%2C0%2C0%2C0-.029.762%2C29.055%2C29.055%2C0%2C0%2C0%2C6.995%2C1.456h0a2.354%2C2.354%2C0%2C0%2C0%2C1.112.436%2C2.274%2C2.274%2C0%2C0%2C0%2C1.048-.405h0a29.981%2C29.981%2C0%2C0%2C0%2C5.3-.475.412.412%2C0%2C0%2C0%2C.328-.406A.382.382%2C0%2C0%2C0%2C3508.127%2C2368.486Zm-7.992.829h0Zm-1.239-3.446c-.03-.133-.055-.268-.079-.4a.839.839%2C0%2C0%2C0-.036-.134c-.051-.272-.173-.955-.217-1.49-.056-.693-.083-1.125-.084-1.355a1.838%2C1.838%2C0%2C0%2C1%2C1.32-1.626%2C3.114%2C3.114%2C0%2C0%2C1%2C.925-.157c.138%2C0%2C.257.01.363.018.128.011.244.019.355.019a1.889%2C1.889%2C0%2C0%2C0%2C1.414-.661c.113-.114.213-.224.3-.331a4.048%2C4.048%2C0%2C0%2C1%2C1.354%2C2.233%2C24.43%2C24.43%2C0%2C0%2C1%2C.188%2C3.53%2C1.009%2C1.009%2C0%2C0%2C1-.037.2l-.032.134a2.923%2C2.923%2C0%2C1%2C1-5.736.024Zm4.43%2C3.516.015-.013Zm3.475-1.781a3.386%2C3.386%2C0%2C0%2C0%2C.379%2C1.015%2C32.944%2C32.944%2C0%2C0%2C1-3.341.294h0a6.06%2C6.06%2C0%2C0%2C0%2C1.575-2.9%2C2.7%2C2.7%2C0%2C0%2C0%2C.085-.441%2C25.051%2C25.051%2C0%2C0%2C0-.192-3.687c-.235-1.986-2.512-3.452-2.512-3.452s.342.226-.506%2C1.081a1.106%2C1.106%2C0%2C0%2C1-.849.424c-.2%2C0-.419-.038-.719-.037a3.9%2C3.9%2C0%2C0%2C0-1.154.192%2C2.649%2C2.649%2C0%2C0%2C0-1.887%2C2.389c0%2C.251.027.684.087%2C1.421s.252%2C1.7.252%2C1.7l.01%2C0c.026.148.054.295.087.44a6.01%2C6.01%2C0%2C0%2C0%2C1.481%2C2.754%2C29.814%2C29.814%2C0%2C0%2C1-4.708-1%2C2.579%2C2.579%2C0%2C0%2C0%2C.568-.511c.584-.724.581-1.754.421-4.515a5.628%2C5.628%2C0%2C0%2C1%2C3.322-5.677%2C3.587%2C3.587%2C0%2C0%2C1%2C3.79.8.4.4%2C0%2C0%2C0%2C.356.113c.11-.021%2C2.725-.456%2C3.583%2C1.562.583%2C1.369.278%2C3.6.033%2C5.4A9.276%2C9.276%2C0%2C0%2C0%2C3506.8%2C2367.6Z%22%20fill%3D%22%23a6638f%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_509%22%20data-name%3D%22%E3%83%91%E3%82%B9%20509%22%20d%3D%22M3500.118%2C2363.664a.4.4%2C0%2C1%2C0%2C.357.392A.375.375%2C0%2C0%2C0%2C3500.118%2C2363.664Z%22%20fill%3D%22%23a6638f%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_510%22%20data-name%3D%22%E3%83%91%E3%82%B9%20510%22%20d%3D%22M3503.427%2C2364.043a.357.357%2C0%2C1%2C0-.354.4A.376.376%2C0%2C0%2C0%2C3503.427%2C2364.043Z%22%20fill%3D%22%23a6638f%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.icon-good {
  color: #6393A6;
  background: #F4FCFF;
  border: 1px solid #6393A6;
}
.icon-good:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cg%20id%3D%22icon-good%22%20transform%3D%22translate(-1405%20-4655)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_190%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20190%22%20width%3D%2218%22%20height%3D%2218%22%20transform%3D%22translate(1405%204655)%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_497%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20497%22%20transform%3D%22translate(-2378.229%202333.015)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_511%22%20data-name%3D%22%E3%83%91%E3%82%B9%20511%22%20d%3D%22M3788.55%2C2338.262h-1.839a1.484%2C1.484%2C0%2C0%2C1-1.482-1.481v-5.839a1.482%2C1.482%2C0%2C0%2C1%2C1.481-1.48h2.92a.4.4%2C0%2C0%2C1%2C.4.4v6.92A1.482%2C1.482%2C0%2C0%2C1%2C3788.55%2C2338.262Zm-1.84-8a.681.681%2C0%2C0%2C0-.68.68v5.839a.681.681%2C0%2C0%2C0%2C.681.681h1.839a.68.68%2C0%2C0%2C0%2C.679-.68v-6.52Z%22%20fill%3D%22%236393a6%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_512%22%20data-name%3D%22%E3%83%91%E3%82%B9%20512%22%20d%3D%22M3796.664%2C2337.262h-5.034a.4.4%2C0%2C0%2C1-.4-.4v-7.2a2.393%2C2.393%2C0%2C0%2C1%2C.662-1.655l1.624-1.706a1.586%2C1.586%2C0%2C0%2C0%2C.442-1.1v-.676a1.536%2C1.536%2C0%2C1%2C1%2C3.073%2C0v1.248a2.38%2C2.38%2C0%2C0%2C1-.146.822l-.682%2C1.87h2.462a1.368%2C1.368%2C0%2C0%2C1%2C1.366%2C1.366%2C1.461%2C1.461%2C0%2C0%2C1-.405%2C1.03%2C1.361%2C1.361%2C0%2C0%2C1%2C.405.97%2C1.4%2C1.4%2C0%2C0%2C1-1.133%2C1.414%2C1.355%2C1.355%2C0%2C0%2C1%2C.133.586%2C1.4%2C1.4%2C0%2C0%2C1-1.133%2C1.414%2C1.355%2C1.355%2C0%2C0%2C1%2C.133.586A1.384%2C1.384%2C0%2C0%2C1%2C3796.664%2C2337.262Zm-4.634-.8h4.634a.566.566%2C0%2C0%2C0%2C.565-.566.585.585%2C0%2C0%2C0-.565-.634.4.4%2C0%2C1%2C1%2C0-.8h1a.566.566%2C0%2C0%2C0%2C.565-.566.585.585%2C0%2C0%2C0-.565-.634.4.4%2C0%2C1%2C1%2C0-.8h1a.566.566%2C0%2C0%2C0%2C.565-.566.585.585%2C0%2C0%2C0-.565-.634.4.4%2C0%2C1%2C1%2C0-.8.566.566%2C0%2C0%2C0%2C.565-.566.585.585%2C0%2C0%2C0-.565-.634h-3.034a.4.4%2C0%2C0%2C1-.376-.538l.879-2.406a1.6%2C1.6%2C0%2C0%2C0%2C.1-.548v-1.248a.735.735%2C0%2C1%2C0-1.471%2C0v.676a2.39%2C2.39%2C0%2C0%2C1-.663%2C1.655l-1.624%2C1.705a1.594%2C1.594%2C0%2C0%2C0-.441%2C1.1Z%22%20fill%3D%22%236393a6%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

.list-faq > dt {
  position: relative;
  padding: 10px 0 10px 20px;
  margin: 0;
}
.list-faq > dt:before {
  display: block;
  content: "Q.";
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 20px;
}
.list-faq > dd {
  position: relative;
  padding: 10px 0 10px 40px;
  margin: 0 0 0 3px;
  border-left: 2px solid #404040;
}
.list-faq > dd:not(:last-child) {
  margin-bottom: 20px;
}
.list-faq > dd:before {
  display: block;
  content: "A.";
  position: absolute;
  left: 15px;
  top: 10px;
  font-family: "Pathway Gothic One", sans-serif;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 20px;
}

.block-ranking {
  background: #F5F4F2;
}
.block-ranking .ttl01 + p {
  text-align: center;
}
.block-ranking .fs-c-productList__list {
  margin-top: 40px;
  counter-reset: ranking;
}
.block-ranking .fs-c-productList__list .fs-c-productList__list__item {
  counter-increment: ranking;
  position: relative;
}
.block-ranking .fs-c-productList__list .fs-c-productList__list__item:before {
  content: counter(ranking);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(110, 99, 82, 0.95);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  display: block;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 22px;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0;
}
.video:first-child {
  margin-top: 0;
}
.video:last-child {
  margin-bottom: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fs-c-checkout-paymentMethod--npPostpay .fs-c-checkout-paymentMethod__setting {
  display: none;
}

.item-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube__aspect-ratio {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube__aspect-ratio iframe {
  width: 100%;
  height: 100%;
}

.header-search {
  background: #E4E2DC;
  padding: 12px 20px;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-search {
    padding: 8px;
  }
}
.header-search form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 480px;
  position: center;
  position: relative;
}
.header-search form input[type=text] {
  flex: 1;
  background: #fff;
  border: 1px solid #D9D6CE;
  padding: 8px 40px 8px 16px;
  line-height: 1em;
  font-size: 16px;
  border-radius: 6px;
  box-sizing: border-box;
}
.header-search form input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.header-search form button {
  width: 40px;
  height: 40px;
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22icon-search%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033%22%20d%3D%22M0%2C0H40V40H0Z%22%20fill%3D%22%23fff%22%20opacity%3D%220%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_80%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2080%22%20transform%3D%22translate(-871.237%20-769.665)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_15%22%20data-name%3D%22%E3%83%91%E3%82%B9%2015%22%20d%3D%22M889.2%2C796.588a8.962%2C8.962%2C0%2C1%2C1%2C8.961-8.961A8.971%2C8.971%2C0%2C0%2C1%2C889.2%2C796.588Zm0-16.923a7.962%2C7.962%2C0%2C1%2C0%2C7.961%2C7.962A7.971%2C7.971%2C0%2C0%2C0%2C889.2%2C779.665Z%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_16%22%20data-name%3D%22%E3%83%91%E3%82%B9%2016%22%20d%3D%22M902.737%2C801.665a.5.5%2C0%2C0%2C1-.354-.146l-7.562-7.563a.5.5%2C0%2C0%2C1%2C.707-.707l7.562%2C7.563a.5.5%2C0%2C0%2C1%2C0%2C.707A.494.494%2C0%2C0%2C1%2C902.737%2C801.665Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.list-icon-cat {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 24px;
}
.list-icon-cat__item {
  width: calc(33.3% - 16px);
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  box-sizing: border-box;
  padding: 16px 0;
}
.list-icon-cat__image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  max-width: 56px;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #B28D51;
}
.list-icon-cat__name a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
