@charset "UTF-8";
html, body {
  overflow: initial;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
#contents {
  padding-top: 0 !important;
  background-color: #000;
  color: #fff;
  line-height: 1.6;
}

.cmd-contents_cover .cmd-main-visual_container h1.title {
  color: #fff;
}
@media (min-width: 768px) {
  .cmd-contents_cover .cmd-main-visual_container h1.title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmd-contents_cover .cmd-main-visual_container h1.title {
    font-size: 1.6rem;
    margin: 0 -1em;
  }
}

.cpb-text.tcenter {
  margin: 0;
}
@media (min-width: 768px) {
  .cpb-text.tcenter {
    font-size: 1.4rem;
    padding: 68px 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .cpb-text.tcenter {
    padding: 0 0 60px;
  }
}
.cpb-text.tcenter .item-info_msg {
  background-color: #000;
  display: inline-block;
}
@media (min-width: 768px) {
  .cpb-text.tcenter .item-info_msg {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cpb-text.tcenter .item-info_msg {
    margin-bottom: 28px;
  }
}

.foliday_flexbox {
  max-width: 931px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .foliday_flexbox {
    gap: 61px;
  }
}
@media only screen and (max-width: 767px) {
  .foliday_flexbox {
    flex-direction: column;
    gap: 28px;
    padding: 0 0 20px;
  }
}
@media (min-width: 768px) {
  .foliday_flexbox .foliday_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .foliday_flexbox .foliday_img {
    width: 100%;
  }
}
.foliday_flexbox .bc-player-default_default {
  width: 100%;
  aspect-ratio: 435/544;
  height: auto;
}

.item_text {
  text-align: center;
}
@media (min-width: 768px) {
  .item_text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .item_text {
    width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
}
.item_text .title {
  width: 100%;
}
@media (min-width: 768px) {
  .item_text .title {
    text-wrap: nowrap;
    font-size: min(2.5751072961vw, 24px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .item_text .desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .desc {
    margin-bottom: 30px;
  }
}
.item_text .badge {
  background-color: #C5AC61;
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 14px;
}
@media (min-width: 768px) {
  .item_text .badge {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .badge {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .item_text .itemname {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .itemname {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.item_text .itemname span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.item_text .price {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .item_text .price {
    font-size: 1.2rem;
  }
}
.item_text .cpb-products-button {
  position: relative;
  margin: 0 auto;
  width: 350px;
  border: none;
  background: #D3D2CF;
  text-align: center;
  color: #807F7D;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .item_text .cpb-products-button {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.item_text .cpb-products-button a {
  color: #807F7D;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .item_text .cpb-products-button a {
    font-size: 1.2rem;
  }
}
.item_text .cpb-products-button span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.item_text .cpb-products-button span::before {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/sw/onlinestore/assets_static/img/ico_cart_gray.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.item_text .cpb-products-button.comingsoon {
  background: #45433E;
  color: #807F7D;
}
.item_text .cpb-products-button.comingsoon span {
  padding: 0;
}
.item_text .cpb-products-button.comingsoon span::before {
  background: unset;
}
.item_text .cpb-products-button.comingsoon a {
  cursor: default;
}

.serumkit_information {
  max-width: 931px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .serumkit_information {
    margin-bottom: 88px;
  }
}
.serumkit_information .serumkit_information_inner {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .serumkit_information .serumkit_information_inner {
    padding: 17px 107px 13px 74px;
    gap: 169px;
  }
}
@media only screen and (max-width: 767px) {
  .serumkit_information .serumkit_information_inner {
    padding: 37px 0 16px;
    flex-direction: column;
    gap: 10px;
  }
}
.serumkit_information .serumkit_text {
  color: #000;
  text-align: center;
}
.serumkit_information .title {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .serumkit_information .title {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .serumkit_information .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .serumkit_information .desc {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .serumkit_information .serumkit_img {
    max-width: 260px;
  }
}
.lineup {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lineup {
    padding: 75px 0 70px;
  }
}
@media (min-width: 768px) {
  .lineup .lineup_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 932px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lineup .lineup_inner:first-child {
    margin-bottom: 119px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner:first-child {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .lineup .lineup_inner:first-child .item_text {
    width: 50%;
    margin-bottom: 0;
  }
  .lineup .lineup_inner:first-child .item_text:nth-of-type(1), .lineup .lineup_inner:first-child .item_text:nth-of-type(2) {
    margin-bottom: 131px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner:first-child .item_text {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner:first-child .item_text:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .lineup .lineup_inner:last-child {
    margin-bottom: 87px;
  }
}
@media (min-width: 768px) {
  .lineup .lineup_inner:last-child .item_text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner:last-child .item_text {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .lineup .desc {
    min-height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .desc {
    margin: 0 -1em;
  }
}
@media (min-width: 768px) {
  .lineup h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .lineup h3 {
    font-size: 2rem;
  }
}
.lineup .item_img {
  max-width: 322px;
  margin: 0 auto;
}

.airtist {
  background-color: #d9d9d9;
  color: #000;
  width: 100%;
}
@media (min-width: 768px) {
  .airtist {
    padding: 78px 20px 87px;
  }
}
@media only screen and (max-width: 767px) {
  .airtist {
    padding: 40px 0;
  }
}
@media (min-width: 768px) {
  .airtist .airtist_inner {
    display: flex;
    justify-content: center;
    gap: 49px;
    max-width: 810px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .airtist .airtist_img {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .airtist .airtist_img {
    width: 100%;
    padding: 0 40px 25px;
  }
}
.airtist .airtist_text {
  line-height: 2;
}
@media (min-width: 768px) {
  .airtist .airtist_text {
    width: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .airtist .airtist_text {
    width: 100%;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .airtist .airtist_text_ct {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .airtist .airtist_text_ct {
    margin-bottom: 15px;
  }
}
.airtist h3 {
  font-size: 2.4rem;
}
.airtist h3 span {
  display: block;
  font-size: 1.4rem;
}
.airtist .desc {
  width: 100%;
}
@media (min-width: 768px) {
  .airtist .desc {
    font-size: 1.4rem;
    text-wrap: nowrap;
  }
}

.note_area {
  width: 100%;
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .note_area {
    font-size: 1.4rem;
    padding: 76px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .note_area {
    padding: 35px 25px;
  }
}
@media (min-width: 768px) {
  .note_area .note_area_inner {
    max-width: 972px;
    margin: 0 auto;
  }
}
.note_area p {
  line-height: 120.672%;
}

#banner-area {
  margin-top: 0 !important;
}

.banner-caption .caption-text, .banner-caption .caption-arrow {
  color: #000;
}

.cpb-products-button a.is-disable {
  transition-duration: 0s;
  background-color: #d3d2cf;
  color: #807f7d; 
  pointer-events: none; 
  border-color: #d3d2cf; 
}