@charset "utf-8";
/* CSS Document */

/* --------------------------------
c-faq-list
----------------------------------- */
.c-faq-list li {
  border-top: 1px solid #c8c8c8;
}
.c-faq-list li:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.c-faq-list .q-wrap,
.c-faq-list .a-wrap {
  position: relative;
}
.c-faq-list .q-wrap .txt,
.c-faq-list .a-wrap .txt {
  font-weight: 400;
  line-height: 1.8;
}
.c-faq-list .q-wrap::before,
.c-faq-list .a-wrap::before {
  color: #b97d87;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 38px;
  left: 20px;
  margin: auto;
}
.c-faq-list .q-wrap {
  padding: 40px 70px;
}
.c-faq-list .q-wrap::before {
  content: "Q.";
}
.c-faq-list .q-wrap .ico::before,
.c-faq-list .q-wrap .ico::after {
  background: #414141;
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 20px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-faq-list .q-wrap .ico::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-faq-list .q-wrap.is-active .ico::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.c-faq-list .a-wrap {
  background: #f4f1ef;
  padding: 40px 40px 40px 70px;
}
.c-faq-list .a-wrap::before {
  content: "A.";
}
.c-faq-list .txt:not(:first-child) {
  margin-top: 15px;
}
.c-faq-list .note {
  margin-top: 15px;
  line-height: 1.5;
}
.c-faq-list .customer-box {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}
.c-faq-list .customer-box .ttl {
  font-size: 16px;
  font-weight: bold;
}
.c-faq-list .customer-box .txt {
  font-size: 15px;
  margin-top: 6px;
}
.c-faq-list .tel-numb {
  display: block;
  color: #b97d87;
  margin-top: 8px;
}
.c-faq-list .tel-numb .numb {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  padding-left: 40px;
  position: relative;
}
.c-faq-list .tel-numb .numb::after {
  background: url(/assets/images/cmania/ico-tel.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  width: 31px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-faq-list .txt-link {
  text-decoration: underline;
}
.c-faq-list .c-link {
  text-align: right;
  margin-top: 10px;
}
.c-faq-list .c-link a {
  border-bottom: 1px solid #b97d87;
  font-size: 12px;
  padding: 6px 14px;
  display: block;
  position: relative;
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}
.c-faq-list .c-link a::before {
  content: "";
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  border-top: 1px solid #b97d87;
  border-right: 1px solid #b97d87;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-faq-list .img {
  margin-top: 19px;
}
.c-faq-list .mypage-step-ss-wrap {
  overflow-x: scroll;
  margin: 2rem 0;
}
.c-faq-list .mypage-step-ss-wrap td {
  vertical-align: top;
}
.c-faq-list .mypage-step-ss-wrap .mypage-step-ss {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (min-width: 641px) {
  .c-faq-list .customer-box {
    margin-top: 30px;
  }
  .c-faq-list .txt-link:hover {
    text-decoration: none;
  }
  .c-faq-list .c-link {
    margin-top: 20px;
  }
  .c-faq-list .c-link a {
    font-size: 16px;
    padding: 6px 25px 6px 14px;
  }
  .c-faq-list .c-link a:hover {
    color: #b97d87;
  }
  .c-faq-list .mypage-step-ss-wrap td {
    min-width: 520px;
    max-width: 520px;
    padding: 0 1em;
  }
}
@media only screen and (max-width: 640px) {
  .c-faq-list .q-wrap .txt,
  .c-faq-list .a-wrap .txt {
    font-size: 14px;
  }
  .c-faq-list .q-wrap::before,
  .c-faq-list .a-wrap::before {
    font-size: 20px;
    top: 22px;
  }
  .c-faq-list .q-wrap {
    padding: 20px 50px;
  }
  .c-faq-list .q-wrap .ico::before,
  .c-faq-list .q-wrap .ico::after {
    width: 14px;
  }
  .c-faq-list .a-wrap {
    padding: 20px 20px 20px 50px;
  }
  .c-faq-list .customer-box .ttl {
    font-size: 14px;
  }
  .c-faq-list .mypage-step-ss-wrap td {
    min-width: 250px;
    max-width: 250px;
    padding: 0 20px;
    font-size: 12px;
  }
  .c-faq-list .q-wrap::before,
  .c-faq-list .a-wrap::before {
    left: 18px;
    top: 18px;
  }
  .c-faq-list .q-wrap {
    padding: 15px 40px 16px 50px;
  }
  .c-faq-list .a-wrap {
    padding: 15px 20px 16px 50px;
  }
  .c-faq-list .a-wrap .txt {
    line-height: 1.6;
  }
  body#faq section.faq .c-faq-list .faq-inner {
    padding-right: 50px;
    padding-left: 45px;
  }
  .c-faq-list .customer-box {
    padding: 0;
  }
}

.icon-wrap {
  position: relative;
}
.icon-wrap .product-new {
  font-family: heebo, sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  border: 2px solid #a47d1f;
  border-radius: 60px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #a47d1f;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
#modal .icon-wrap .product-new {
  left: -35px;
}
@media (max-width: 768.98px) {
  .icon-wrap .product-new {
    width: 45px;
    height: 45px;
    border-width: 2px;
    font-size: 11px;
    left: 3px;
    top: 3px;
  }
  #modal .icon-wrap .product-new {
    left: -20px;
    top: 6px;
  }
}
.icon-wrap .product-new-title {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  .icon-wrap .product-new-title {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}

body#cmania-index section.banner {
  margin-bottom: 60px !important;
}
@media (max-width: 768.98px) {
  body#cmania-index section.banner {
    margin-bottom: 27px !important;
  }
}

#bnr p {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768.98px) {
  #bnr p {
    font-size: 10px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.js-cart-count {
  text-align: center;
}
#header.header2 .shop-icon .js-cart-count {
  background-color: #dfefdb;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  font-size: 10px;
  height: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 6px;
  top: 5px;
  width: 20px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #header.header2 .shop-icon {
    position: relative;
  }
  #header.header2 .shop-icon .js-cart-count {
    right: -12px;
    top: -7px;
  }
}

/* 230119_fukasawa グローバルサイン調整 */
.footer-block-bottom-credit .link-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*margin-top:25px*/
}
.footer-block-bottom-credit .link-bnr p {
  margin-bottom: 0;
}
@media only screen and (min-width: 766px) {
  .footer-block-bottom-credit {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 1094px;
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-block-bottom-credit .link-bnr p:first-child img {
    width: 60px;
    margin: 0 15px 0 30px;
  }
  .footer-block-bottom-credit .link-bnr p:nth-of-type(2) img {
    width: 80px !important;
  }

  #footer.footer2 .footer-block-bottom-credit {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 1244px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  #footer.footer2 .footer-nav-bnr-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }
  #footer.footer2 .footer-sns {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer.footer1 .footer-block-bottom-credit {
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #footer.footer2 .footer-block-bottom-credit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;*/
  }
  #footer.footer1 .footer-block-bottom-credit .link-bnr {
    margin: 0 0 20px 0;
  }
  #footer.footer2 .footer-block-bottom-credit .link-bnr {
    margin: 30px 0 0;
  }
  .footer-block-bottom-credit .link-bnr p:first-child img {
    width: 80px;
    height: auto;
    margin: 0 15px 0 0;
  }
  .footer-block-bottom-credit .link-bnr p:nth-of-type(2) img {
    width: 100px !important;
    height: auto;
  }
}
@media (min-width: 769px) {
  #footer.footer1 .brands ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #footer.footer1 .brands ul.diet {
    margin-top: 60px;
  }
  #footer.footer1 .brands ul.cosme {
    margin-top: 18px;
  }
  #footer.footer1 .brands ul.diet li {
    width: 167.34px;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .brands ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 11px;
    margin-right: 11px;
  }
  #footer.footer1 .brands ul.diet {
    margin-top: 30px;
  }
  #footer.footer1 .brands ul.cosme {
    margin-top: 0px;
  }
}

/* 告知エリア */
#x-info-single #bnr,
#x-info-archive #bnr {
  background-color: #ccd0e2 !important;
}

/* umemiya_2302_HP-193620230301(水)開始レビューキャンペーン */
.review.item-detail .review-block .annouce-box {
  text-align: center;
}
.review.item-detail .review-block .annouce-box .img {
  max-width: 90%;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
  box-shadow: 0px 0px 14px -5px rgb(0 0 0 / 40%);
}
@media only screen and (min-width: 641px) {
  .review.item-detail .review-block .annouce-box .img {
    max-width: 80%;
    margin-bottom: 60px;
  }
}

/* C+mania */
body {
  color: #2f2725;
}
body .brown {
  font-family: "brown-pro", sans-serif;
  font-weight: bold;
}
.yellow {
  background-color: #fffcde !important;
}
.gray {
  background-color: #e5e4e2 !important;
}
.white {
  background-color: #ffffff !important;
}
h1.logo a img {
  display: block;
}
body.cmania-item section.feature .section-wrap,
body.cmania-item section.data .section-wrap,
body.cmania-item section.recommend .section-wrap {
  max-width: 970px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
body.cmania-item section.faq .section-wrap {
  max-width: 800px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
body.cmania-item section .section-title .en {
  font-size: 36px;
}
body.cmania-item section.banner {
  padding-top: 63px;
  padding-bottom: 63px;
}
body.cmania-item section.banner .banner-item {
  background-color: #ffffff;
  border: solid 1px #fff100;
  padding: 0px 40px;
}
body.cmania-item section.banner .banner-img.banner02 img {
  width: 100%;
  max-width: 1118px;
}
@media only screen and (max-width: 767px) {
  body.cmania-item section.feature .section-wrap,
  body.cmania-item section.data .section-wrap,
  body.cmania-item section.recommend .section-wrap {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    margin: 0 auto;
  }
  body.cmania-item section.faq .section-wrap {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    margin: 0 auto;
  }
  body.cmania-item section .section-title .en {
    font-size: 20px;
  }
  body.cmania-item section.banner {
    max-width: calc(100% - 44px);
    padding: 21px 12px 12px;
    margin: 0 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.cmania-item section.banner .banner-item {
    background-color: #fffcde;
    border: none;
    border-radius: 5px;
  }
  sup {
    top: 0.1em;
  }
}
/* 商品詳細_共通 */
body.cmania-item section.product .product-slide {
  position: relative;
  min-height: auto;
}
body.cmania-item section.product .product-new-title {
  position: absolute;
  bottom: 33px;
  left: 33px;
  width: 100px;
  padding: 22px 0;
  text-align: center;
  border: solid 4px #ffffff;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  border-radius: 50%;
  z-index: 2;
}
body.cmania-item section.product .product-doc-tag-wrap {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
body.cmania-item section.product .product-doc-tag-wrap .product-doc-tag {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #332e20;
}
body.cmania-item section.product .product-doc-title {
  font-size: 28px;
  margin-bottom: 28px;
}
body.cmania-item section.product .iyakubugai {
  display: block;
  width: 87px;
  font-size: 12px;
  font-weight: 400;
  padding: 0.5px;
  border: solid 1px #332e20;
  margin-bottom: 14px;
  text-align: center;
}
body.cmania-item section.product .product-doc-review {
  margin-bottom: 32px;
}
body.cmania-item section.product .product-doc-text {
  margin-bottom: 54px;
}
body.cmania-item section.product .product-doc-text-sub {
  margin-bottom: 31px;
}
body.cmania-item section.product .product-subscribe {
  background-color: transparent;
  margin-bottom: 50px;
}
body.cmania-item section.product .product-subscribe-tag {
  background-color: #827d7c;
}
body.cmania-item section.product .product-price-value {
  border-left: none;
}
body.cmania-item section.product .product-cart-btn {
  border-radius: 6px;
}
body.cmania-item section.product .product-subscribe .product-cart-btn {
  background-color: #fbc537;
  border: solid 1px #fbc537;
  color: #332e20;
}
body.cmania-item section.product .product-subscribe .product-cart-btn:hover {
  background-color: #ffffff;
  color: #fbc537;
}
body.cmania-item section.product .product-subscribe .product-cart-btn::after {
  background-image: url(/assets/images/cmania/track_b.svg);
}
body.cmania-item section.product .product-subscribe .product-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/track_y.svg);
}
body.cmania-item section.product a.product-subscribe-about {
  color: #332e20;
}
body.cmania-item section.product a.product-subscribe-about::after {
  background-color: #332e20;
}
body.cmania-item section.product small.attend {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
  text-align: left;
  display: block;
  letter-spacing: -0.05em;
}
body.cmania-item section.product small.attend .att_txt {
  font-size: 14px;
  margin-top: 40px;
  color: #cf2e2e;
}
body.cmania-item section.product small.attend .att_txt span {
  background: #cf2e2e;
  color: #fff;
  font-weight: 500;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 4px;
}
body.cmania-item section.banner .banner-img-btn {
  background-color: #fbc537;
  border: solid 1px #fbc537;
  color: #332e20;
  border-radius: 6px;
}
body.cmania-item section.banner .banner-img-btn::after {
  background-image: url(/assets/images/cmania/track_b.svg);
}
body.cmania-item section.banner .banner-img-btn:hover {
  background-color: #ffffff;
  color: #fbc537;
}
body.cmania-item section.banner .banner-img-btn:hover::after {
  background-image: url(/assets/images/cmania/track_y.svg);
}
body.cmania-item section.banner .banner-img-link {
  color: #332e20;
}
body.cmania-item section.banner .banner-img-link::after {
  background-color: #332e20;
}
body.cmania-item section.campaign {
  padding-top: 118px;
  padding-bottom: 234px;
}
body.cmania-item section.campaign .campaign-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
}
body.cmania-item section.campaign .campaign-box-cat {
  background-color: #827d7c;
  -webkit-box-shadow: 0 1px 0 0 #6a665a;
  box-shadow: 0 1px 0 0 #6a665a;
  color: #ffffff;
  text-shadow: 0 -1px 0 #323232;
  line-height: 1;
  padding: 4px 0;
}
body.cmania-item section.campaign .campaign-box-cat span {
  position: relative;
  top: 2px;
}
body.cmania-item section.campaign .campaign-box-cat.cmania {
  background-color: #fff100;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2f2725;
  text-shadow: none;
}
body.cmania-item section.campaign .section-title,
body.cmania-item section.campaign .campaign-box-title,
body.cmania-item section.campaign .campaign-box-date {
  color: #2f2725;
}
body.cmania-item section.recommend {
  padding-top: 80px;
  padding-bottom: 100px;
  color: #2f2725;
}
body.cmania-item section.recommend .section-title {
  margin-bottom: 133px;
}
body.cmania-item section.recommend .recom-title {
  margin-bottom: 0;
}
body.cmania-item section.recommend .recom-img {
  width: 300px;
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
body.cmania-item section.recommend .recom-img .recom_cmys {
  width: 97px;
}
body.cmania-item section.recommend .recom-img .recom_cmps {
  width: 97px;
}
body.cmania-item section.recommend .recom-img .recom_cmyc {
  width: 203px;
}
body.cmania-item section.recommend .recom-link {
  margin-left: auto;
  margin-right: auto;
}
body.cmania-item section.faq {
  padding-top: 108px;
  padding-bottom: 270px;
}
body.cmania-item section.faq .section-title {
  margin-bottom: 60px;
}
body.cmania-item section.faq h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 100px;
}
body.cmania-item section.faq .faq-q i,
body.cmania-item section.faq .faq-a i {
  color: #fbc537;
}
body.cmania-item section.faq .faq-more {
  margin-right: initial;
}
body.cmania-item .feature {
  padding-top: 120px;
  padding-bottom: 120px;
}
body.cmania-item .feature .section-wrap .box {
  width: 100%;
  background-color: #ffffff;
  padding: 60px 85px 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.cmania-item .feature .section-wrap .box + .box {
  margin-top: 80px;
}
body.cmania-item .feature .section-wrap .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 35px;
}
body.cmania-item .feature .section-wrap .ttl .num {
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 80px;
  padding: 11.5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2f2725;
  color: #ffffff;
}
body.cmania-item .feature .section-wrap .ttl .num span {
  display: block;
  font-size: 30px;
  margin-top: 2px;
}
body.cmania-item .feature .section-wrap .ttl h3 {
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.58;
  font-weight: bold;
}
body.cmania-item .feature .section-wrap .txt {
  font-size: 16px;
  line-height: 1.75;
}
body.cmania-item .feature .section-wrap .circles {
  position: relative;
  width: 317px;
  height: 289px;
  margin: 0 auto;
}
body.cmania-item .feature .section-wrap .circles .content {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
}
body.cmania-item .feature .section-wrap .circles .content.orange {
  background: -webkit-radial-gradient(#f4cf6f 30%, #f4c240 60%, #fbc537 100%);
  background: radial-gradient(#f4cf6f 30%, #f4c240 60%, #fbc537 100%);
}
body.cmania-item .feature .section-wrap .circles .content.yellow {
  background: -webkit-radial-gradient(rgba(249, 242, 110, 0.9) 50%, rgba(255, 241, 0, 0.9) 75%);
  background: radial-gradient(rgba(249, 242, 110, 0.9) 50%, rgba(255, 241, 0, 0.9) 75%);
}
body.cmania-item .feature .section-wrap .circles .content:first-child {
  top: 0;
  left: 0;
  z-index: 1;
}
body.cmania-item .feature .section-wrap .circles .content:nth-child(2) {
  top: 0;
  right: 0;
  z-index: 1;
}
body.cmania-item .feature .section-wrap .circles .content:last-child {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}
body.cmania-item .feature .section-wrap .circles .content:last-child .circles_ttl {
  letter-spacing: -0.011em;
}
body.cmania-item .feature .section-wrap .circles .content .circles_ttl {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
  font-weight: bold;
}
body.cmania-item .feature .section-wrap .circles .content .circles_txt {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 500;
}
body.cmania-item .feature .section-wrap .circle_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.cmania-item .feature .section-wrap .circle_list .circle_list_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 119px;
  height: 119px;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-radial-gradient(#f9f26e 50%, #fff100 75%);
  background: radial-gradient(#f9f26e 50%, #fff100 75%);
}
body.cmania-item .feature .section-wrap .circle_list .circle_list_content p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.444;
  letter-spacing: -0.05em;
  text-align: center;
}
body.cmania-item .feature .section-wrap .circle_list .circle_list_content p.one {
  letter-spacing: 0;
}
body.cmania-item .feature .section-wrap .circle_list .circle_list_content p.letter-minus {
  letter-spacing: -0.08em;
}
body.cmania-item .feature .section-wrap .circle_list .circle_list_content p.letter-minus2 {
  letter-spacing: -0.1em;
}
body.cmania-item .feature .section-wrap .emphasis {
  width: 100%;
  border: solid 1px #2f2725;
  border-radius: 5px;
  padding: 60px 65px 60.75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.cmania-item .feature .section-wrap .emphasis .slash {
  margin-bottom: 35px;
  text-align: center;
}
body.cmania-item .feature .section-wrap .emphasis .slash span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
body.cmania-item .feature .section-wrap .emphasis .slash span:before,
body.cmania-item .feature .section-wrap .emphasis .slash span:after {
  content: "";
  width: 42px;
  height: 1px;
  background-color: #2f2725;
  position: absolute;
  bottom: 20px;
}
body.cmania-item .feature .section-wrap .emphasis .slash span:before {
  left: -50px;
  -webkit-transform: rotateZ(60deg);
  transform: rotateZ(60deg);
}
body.cmania-item .feature .section-wrap .emphasis .slash span:after {
  right: -50px;
  -webkit-transform: rotateZ(-60deg);
  transform: rotateZ(-60deg);
}
body.cmania-item .feature .section-wrap .emphasis .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}
body.cmania-item .feature .section-wrap .emphasis .img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 160px;
}
body.cmania-item .feature .section-wrap .emphasis .right .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 12px;
}
body.cmania-item .feature .section-wrap .emphasis .right .content + .content {
  margin-top: 30px;
}
body.cmania-item .feature .section-wrap .emphasis .right .content .caption {
  width: 100px;
  background-color: #fff100;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
}
body.cmania-item .feature .section-wrap .emphasis .right .content .emphasis_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
}
body.cmania-item .feature .section-wrap .emphasis .right .content .emphasis_txt span {
  font-size: 32px;
  font-weight: bold;
}
body.cmania-item .feature .section-wrap .big_circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 90px;
  position: relative;
}
body.cmania-item .feature .section-wrap .big_circle:before,
body.cmania-item .feature .section-wrap .big_circle:after {
  content: "";
  display: block;
  width: 218px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 50%;
}
body.cmania-item .feature .section-wrap .big_circle:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
}
body.cmania-item .feature .section-wrap .big_circle:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
body.cmania-item .feature .section-wrap .big_circle .big_circle_content {
  width: 280px;
  height: 280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 33px;
  border-radius: 50%;
  background: -webkit-radial-gradient(#f9f26e 50%, #fff100 75%);
  background: radial-gradient(#f9f26e 50%, #fff100 75%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
body.cmania-item .feature .section-wrap .big_circle .big_circle_title {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: bold;
  position: relative;
  margin-bottom: 35px;
}
body.cmania-item .feature .section-wrap .big_circle .big_circle_title:after {
  content: "";
  display: block;
  width: 153px;
  height: 1px;
  background-color: #332e20;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
body.cmania-item .feature .section-wrap .big_circle .big_circle_txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.66;
  margin-bottom: 15px;
}
body.cmania-item .feature .section-wrap .big_circle .big_circle_min {
  font-size: 10px;
  letter-spacing: -0.1em;
  width: 212px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 4.5px 0;
}
body.cmania-item .feature .section-wrap small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.666;
  display: block;
}
body.cmania-item .feature .section-wrap figure {
  margin: 0 auto;
}
body.cmania-item .feature .section-wrap figure figcaption {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
body.cmania-item .feature .section-wrap .boxs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.cmania-item .feature .section-wrap .boxs p {
  width: 135px;
  border-radius: 5px;
  border: solid 1px #2f2725;
  padding-top: 10px;
  padding-bottom: 45px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  font-weight: 500;
  text-align: center;
}
body.cmania-item .feature .section-wrap .boxs p:before,
body.cmania-item .feature .section-wrap .boxs p:after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #fbc537;
  position: absolute;
  bottom: 24px;
  left: 50%;
}
body.cmania-item .feature .section-wrap .boxs p:before {
  -webkit-transform: translate(-50%, 0) rotateZ(45deg);
  transform: translate(-50%, 0) rotateZ(45deg);
}
body.cmania-item .feature .section-wrap .boxs p:after {
  -webkit-transform: translate(-50%, 0) rotateZ(-45deg);
  transform: translate(-50%, 0) rotateZ(-45deg);
}
body.cmania-item .data {
  padding-top: 155px;
  padding-bottom: 120px;
}
body.cmania-item .data .data-list {
  background-color: #ffffff;
  width: 100%;
}
body.cmania-item .data .data-list .data-value .bold {
  font-weight: 700;
}
.cmania-item section#review {
  padding-left: 22px;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cmania-item section#review .js-aco-wrap {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cmania-item .item-detail .review-block .aco-block-a {
  border: solid 1px #fbc537;
}
.cmania-item .item-detail .review-block .aco-box .js-aco-btn {
  border-color: #fbc537;
}
.cmania-item .item-detail .review-block .aco-box .js-aco-btn h2 {
  color: #fbc537;
}
.cmania-item .item-detail .review-block .aco-box .js-aco-wrap {
  border-top: none;
}
.cmania-item .item-detail .review-block .aco-box .zv-notes-required {
  background: #fbc537;
}
.cmania-item .item-detail .review-block .aco-box .zv-form .zv-radio-input:checked + .zv-radio-parts::after {
  background: #fbc537;
}
.cmania-item .item-detail .review-block .aco-box .zv-form .zv-btn.zv-submit-btn {
  background: #fbc537;
}
.js-aco-wrap {
  display: none;
}
sup {
  font-weight: 400;
  font-size: 0.6em;
}
@media only screen and (max-width: 767px) {
  body.cmania-item section.product {
    padding-top: 0;
  }
  body.cmania-item section.product .product-new-title {
    width: 40px;
    padding: 7.5px 0;
    border: solid 2px #ffffff;
    font-size: 14px;
    bottom: 21px;
    left: 18px;
  }
  body.cmania-item section.product .product-doc {
    position: relative;
    padding-top: 62px;
    width: 100%;
  }
  body.cmania-item section.product .product-doc-tag-wrap {
    margin-bottom: 19px;
    font-size: 12px;
  }
  body.cmania-item section.product .product-doc-tag-wrap .product-doc-tag {
    background-color: #fbc537;
    border: none;
    border-radius: 3px;
    padding: 1px 0;
    text-align: center;
    width: 64px;
  }
  body.cmania-item section.product .product-doc-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  body.cmania-item section.product .iyakubugai {
    display: block;
    width: 82.5px;
    padding: 0.5px;
    border: solid 1px #332e20;
    margin-bottom: 12px;
    text-align: center;
  }
  body.cmania-item section.product .product-doc-review {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-bottom: 0;
  }
  body.cmania-item section.product .product-doc-text {
    margin-bottom: 19px;
    font-size: 14px;
  }
  body.cmania-item section.product .product-doc-text-sub {
    margin-bottom: 35px;
    margin-top: 45px;
    font-size: 10px;
  }
  body.cmania-item section.product .product-subscribe {
    background-color: #fffcde;
    border-radius: 5px;
    margin-bottom: 18px;
  }
  body.cmania-item section.product .product-subscribe-tag {
    background-color: #827d7c;
  }
  body.cmania-item section.product .product-price-value {
    border-left: solid 1px #323232;
  }
  body.cmania-item section.product .product-cart-btn {
    border-radius: 25px;
    font-weight: bold;
  }
  body.cmania-item section.product .product-subscribe .product-cart-btn {
    background-color: #fbc537;
    border: solid 1px #fbc537;
    color: #332e20;
  }
  body.cmania-item section.product .product-subscribe .product-cart-btn:hover {
    background-color: #ffffff;
    color: #fbc537;
  }
  body.cmania-item section.product .product-subscribe .product-cart-btn::after {
    background-image: url(/assets/images/cmania/track_b.svg);
    background-size: contain;
  }
  body.cmania-item section.product .product-subscribe .product-cart-btn:hover::after {
    background-image: url(/assets/images/cmania/track_y.svg);
  }
  body.cmania-item section.product a.product-subscribe-about {
    color: #2f2725;
  }
  body.cmania-item section.product a.product-subscribe-about::after {
    background-color: #2f2725;
  }
  body.cmania-item section.product small.attend {
    font-size: 10px;
  }
  body.cmania-item section.product small.attend .att_txt {
    font-size: 11px;
    margin-top: 20px;
  }
  body.cmania-item section.banner .banner-list {
    padding: 0;
  }
  body.cmania-item section.banner .banner-list .banner-item {
    padding: 0;
  }
  body.cmania-item section.banner .banner-img-btn {
    background-color: #fbc537;
    border: solid 1px #fbc537;
    color: #332e20;
    border-radius: 25px;
    aspect-ratio: initial;
    padding: 12.5px 0 12.5px 43px;
    font-weight: bold;
    top: 47%;
  }
  body.cmania-item section.banner .banner-img-btn::after {
    background-image: url(/assets/images/cmania/track_b.svg);
    background-size: contain;
  }
  body.cmania-item section.banner .banner-img-btn:hover {
    background-color: #ffffff;
    color: #fbc537;
  }
  body.cmania-item section.banner .banner-img-btn:hover::after {
    background-image: url(/assets/images/cmania/track_y.svg);
  }
  body.cmania-item section.banner .banner-img-link {
    color: #332e20;
    top: 68.8%;
  }
  body.cmania-item section.banner .banner-img-link::after {
    background-color: #332e20;
  }
  body.cmania-item section.campaign {
    padding-top: 86px;
    padding-bottom: 97px;
  }
  body.cmania-item section.campaign .campaign-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  body.cmania-item section.campaign .campaign-box-cat {
    background-color: #827d7c;
    -webkit-box-shadow: 0 1px 0 0 #6a665a;
    box-shadow: 0 1px 0 0 #6a665a;
    color: #ffffff;
    text-shadow: 0 -1px 0 #323232;
    line-height: 1;
    padding: 2px 0;
    width: 93.5px;
    font-size: 11px;
  }
  body.cmania-item section.campaign .campaign-box-cat-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
  }
  body.cmania-item section.campaign .campaign-box-cat-list a.campaign-box-cat,
  body.cmania-item section.campaign .campaign-box-cat-list span.campaign-box-cat {
    display: block;
    min-width: auto;
    margin-right: 10px;
    width: calc((100% - 20px) / 3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.cmania-item section.campaign .campaign-box-cat-list a.campaign-box-cat:nth-child(3n + 1),
  body.cmania-item section.campaign .campaign-box-cat-list span.campaign-box-cat:nth-child(3n + 1) {
    margin-right: 0;
  }
  body.cmania-item section.campaign .campaign-box-cat span {
    top: 1px;
  }
  body.cmania-item section.campaign .campaign-box-cat.cmania {
    background-color: #fff100;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2f2725;
    text-shadow: none;
  }
  body.cmania-item section.campaign .section-title,
  body.cmania-item section.campaign .campaign-box-title,
  body.cmania-item section.campaign .campaign-box-date {
    color: #2f2725;
  }
  body.cmania-item section.recommend {
    padding-top: 45.5px;
    padding-bottom: 54.5px;
    color: #2f2725;
  }
  body.cmania-item section.recommend .section-title {
    margin-bottom: 76px;
  }
  body.cmania-item section.recommend .recom-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 116px 0;
  }
  body.cmania-item section.recommend .recom-box {
    margin-left: 0;
    margin-right: 0;
  }
  body.cmania-item section.recommend .recom-title {
    margin-bottom: 30px;
  }
  body.cmania-item section.recommend .recom-img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
  }
  body.cmania-item section.recommend .recom-img .recom_cmys {
    width: 72px;
  }
  body.cmania-item section.recommend .recom-img .recom_cmps {
    width: 72px;
  }
  body.cmania-item section.recommend .recom-img .recom_cmyc {
    width: 143px;
  }
  body.cmania-item section.recommend .recom-link {
    margin-left: auto;
    margin-right: auto;
  }
  body.cmania-item section.faq {
    padding-top: 54.5px;
    padding-bottom: 50px;
  }
  body.cmania-item section.faq .faq-list {
    margin-right: 0;
    margin-left: 0;
  }
  body.cmania-item section.faq .section-title {
    margin-bottom: 36px;
  }
  body.cmania-item section.faq h3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 2;
    margin-bottom: 50px;
  }
  body.cmania-item section.faq .faq-q i,
  body.cmania-item section.faq .faq-a i {
    color: #fbc537;
  }
  body.cmania-item section.faq .faq-more {
    margin: 0 auto;
  }
  body.cmania-item .feature {
    padding-top: 45px;
    padding-bottom: 18px;
  }
  body.cmania-item .feature .section-wrap .box {
    width: 100%;
    background-color: #ffffff;
    padding: 27px 15px 19px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.cmania-item .feature .section-wrap .box + .box {
    margin-top: 30px;
  }
  body.cmania-item .feature .section-wrap .ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 25px;
  }
  body.cmania-item .feature .section-wrap .ttl .num {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    width: 52.5px;
    padding: 8.75px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2f2725;
    color: #ffffff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  body.cmania-item .feature .section-wrap .ttl .num span {
    display: block;
    font-size: 18px;
    margin-top: 2px;
  }
  body.cmania-item .feature .section-wrap .ttl h3 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: bold;
  }
  body.cmania-item .feature .section-wrap .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  body.cmania-item .feature .section-wrap .circles {
    position: relative;
    width: 221px;
    height: 200px;
    margin: 0 auto;
  }
  body.cmania-item .feature .section-wrap .circles .content {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    padding-top: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
  }
  body.cmania-item .feature .section-wrap .circles .content.orange {
    background: -webkit-radial-gradient(#f4cf6f 30%, #f4c240 60%, #fbc537 100%);
    background: radial-gradient(#f4cf6f 30%, #f4c240 60%, #fbc537 100%);
  }
  body.cmania-item .feature .section-wrap .circles .content.yellow {
    background: -webkit-radial-gradient(rgba(249, 242, 110, 0.9) 50%, rgba(255, 241, 0, 0.9) 75%);
    background: radial-gradient(rgba(249, 242, 110, 0.9) 50%, rgba(255, 241, 0, 0.9) 75%);
  }
  body.cmania-item .feature .section-wrap .circles .content:first-child {
    top: 0;
    left: 0;
    z-index: 1;
  }
  body.cmania-item .feature .section-wrap .circles .content:nth-child(2) {
    top: 0;
    right: 0;
    z-index: 1;
  }
  body.cmania-item .feature .section-wrap .circles .content:last-child {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 2;
  }
  body.cmania-item .feature .section-wrap .circles .content:last-child .circles_ttl {
    letter-spacing: -0.011em;
  }
  body.cmania-item .feature .section-wrap .circles .content .circles_ttl {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    font-weight: bold;
  }
  body.cmania-item .feature .section-wrap .circles .content .circles_txt {
    font-size: 12px;
    line-height: 0.96;
    font-weight: 500;
  }
  body.cmania-item .feature .section-wrap .circles .content .sp-txt {
    font-size: 14px;
    position: absolute;
    top: 27px;
    right: 12px;
  }
  body.cmania-item .feature .section-wrap .circle_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.cmania-item .feature .section-wrap .circle_list .circle_list_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-radial-gradient(#f9f26e 50%, #fff100 75%);
    background: radial-gradient(#f9f26e 50%, #fff100 75%);
    position: relative;
  }
  body.cmania-item .feature .section-wrap .circle_list .circle_list_content p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1785;
    letter-spacing: -0.05em;
    text-align: center;
  }
  body.cmania-item .feature .section-wrap .circle_list .circle_list_content p.letter-minus,
  body.cmania-item .feature .section-wrap .circle_list .circle_list_content p.letter-minus2 {
    letter-spacing: -0.08em;
  }
  body.cmania-item .feature .section-wrap .circle_list .circle_list_content p.sp-txt {
    position: absolute;
    top: 17px;
    right: 5px;
  }
  body.cmania-item .feature .section-wrap .emphasis {
    width: 100%;
    border: solid 1px #2f2725;
    border-radius: 5px;
    padding: 23px 12px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.cmania-item .feature .section-wrap .emphasis .slash {
    margin-bottom: 33px;
    text-align: center;
  }
  body.cmania-item .feature .section-wrap .emphasis .slash span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.078em;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
  }
  body.cmania-item .feature .section-wrap .emphasis .slash span:before,
  body.cmania-item .feature .section-wrap .emphasis .slash span:after {
    content: "";
    width: 36.5px;
    height: 1px;
    background-color: #2f2725;
    position: absolute;
    bottom: 16px;
  }
  body.cmania-item .feature .section-wrap .emphasis .slash span:before {
    left: -30px;
    -webkit-transform: rotateZ(65deg);
    transform: rotateZ(65deg);
  }
  body.cmania-item .feature .section-wrap .emphasis .slash span:after {
    right: -30px;
    -webkit-transform: rotateZ(-65deg);
    transform: rotateZ(-65deg);
  }
  body.cmania-item .feature .section-wrap .emphasis .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 21px;
  }
  body.cmania-item .feature .section-wrap .emphasis .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 78px;
  }
  body.cmania-item .feature .section-wrap .emphasis .right .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 5px;
  }
  body.cmania-item .feature .section-wrap .emphasis .right .content + .content {
    margin-top: 16px;
  }
  body.cmania-item .feature .section-wrap .emphasis .right .content .caption {
    width: 56px;
    background-color: #fff100;
    border-radius: 2.5px;
    text-align: center;
    padding: 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
  }
  body.cmania-item .feature .section-wrap .emphasis .right .content .emphasis_txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  body.cmania-item .feature .section-wrap .emphasis .right .content .emphasis_txt span {
    font-size: 18px;
    font-weight: bold;
  }
  body.cmania-item .feature .section-wrap .big_circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    position: relative;
  }
  body.cmania-item .feature .section-wrap .big_circle:before,
  body.cmania-item .feature .section-wrap .big_circle:after {
    content: "";
    display: block;
    width: 81px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  body.cmania-item .feature .section-wrap .big_circle:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
  }
  body.cmania-item .feature .section-wrap .big_circle:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg);
  }
  body.cmania-item .feature .section-wrap .big_circle .big_circle_content {
    width: 173px;
    height: 173px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    border-radius: 50%;
    background: -webkit-radial-gradient(#f9f26e 50%, #fff100 75%);
    background: radial-gradient(#f9f26e 50%, #fff100 75%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  body.cmania-item .feature .section-wrap .big_circle .big_circle_title {
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
  }
  body.cmania-item .feature .section-wrap .big_circle .big_circle_title:after {
    content: "";
    display: block;
    width: 66px;
    height: 1px;
    background-color: #332e20;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  body.cmania-item .feature .section-wrap .big_circle .big_circle_txt {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.153;
    margin-bottom: 11px;
  }
  body.cmania-item .feature .section-wrap .big_circle .big_circle_min {
    font-size: 10px;
    letter-spacing: -0.1em;
    max-width: 116px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 2px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
  }
  body.cmania-item .feature .section-wrap small {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
  }
  body.cmania-item .feature .section-wrap figure {
    margin: 0 auto;
  }
  body.cmania-item .feature .section-wrap figure figcaption {
    font-size: 10px;
    font-weight: 500;
    text-align: right;
  }
  body.cmania-item .feature .section-wrap .boxs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.cmania-item .feature .section-wrap .boxs p {
    width: 85px;
    border-radius: 5px;
    border: solid 1px #2f2725;
    padding-top: 6px;
    padding-bottom: 28px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    font-weight: 400;
    text-align: center;
  }
  body.cmania-item .feature .section-wrap .boxs p:before,
  body.cmania-item .feature .section-wrap .boxs p:after {
    content: "";
    width: 22.5px;
    height: 2px;
    background-color: #fbc537;
    position: absolute;
    bottom: 15px;
    left: 50%;
  }
  body.cmania-item .feature .section-wrap .boxs p:before {
    -webkit-transform: translate(-50%, 0) rotateZ(45deg);
    transform: translate(-50%, 0) rotateZ(45deg);
  }
  body.cmania-item .feature .section-wrap .boxs p:after {
    -webkit-transform: translate(-50%, 0) rotateZ(-45deg);
    transform: translate(-50%, 0) rotateZ(-45deg);
  }
  body.cmania-item section.data {
    padding-top: 66px;
    padding-bottom: 55px;
  }
  body.cmania-item section.data .data-list {
    background-color: #ffffff;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 37px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cmania-item .item-detail .review-block .aco-box .js-aco-btn {
    border-color: #fbc537;
    color: #fbc537;
  }
  .cmania-item .item-detail .review-block .aco-box .js-aco-wrap {
    border-top: none;
  }
  .cmania-item section#review .js-aco-wrap {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cmania-item .item-detail .review-block .aco-box .zv-notes-required {
    background: #fbc537;
  }
  .cmania-item .item-detail .review-block .aco-box .zv-form .zv-radio-input:checked + .zv-radio-parts::after {
    background: #fbc537;
  }
  .cmania-item .item-detail .review-block .aco-box .zv-form .zv-btn.zv-submit-btn {
    background: #fbc537;
  }
  #itembnr {
    z-index: 5;
  }
  #itembnr .ibnr-box.subscribe {
    background-color: #fffcde;
  }
  #itembnr .ibnr-tag {
    background-color: #827d7c;
  }
  #itembnr .subscribe .ibnr-cart-btn {
    background-color: #fbc537;
    border: solid 1px #fbc537;
  }
  #itembnr .ibnr-cart-btn div {
    color: #332e20;
  }
  #itembnr .subscribe .ibnr-cart-btn i {
    background-image: url(/assets/images/cmania/track_b.svg);
    background-size: 100%;
  }
}

/* 薬用パワーセラムC＋5 */
body#cmys .feature .section-wrap .point1 .txt {
  margin-bottom: 100px;
}
body#cmys .feature .section-wrap .point1 .circles {
  margin-bottom: 87px;
}
body#cmys .feature .section-wrap .point1 .emphasis {
  margin-bottom: 76px;
}
body#cmys .feature .section-wrap .point2 .txt {
  margin-bottom: 67px;
}
body#cmys .feature .section-wrap .point2 figure {
  max-width: 400px;
  margin-bottom: 125px;
}
body#cmys .feature .section-wrap .point3 .txt {
  margin-bottom: 52px;
}
body#cmys .feature .section-wrap .point3 .boxs {
  width: 450px;
  margin: 0 auto 44px;
}
body#cmys .feature .section-wrap .point4 .txt {
  margin-bottom: 67px;
}
body#cmys .feature .section-wrap .point4 figure {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  body#cmys .feature .section-wrap .point1 .txt {
    margin-bottom: 29px;
  }
  body#cmys .feature .section-wrap .point1 .circles {
    margin-bottom: 52px;
  }
  body#cmys .feature .section-wrap .point1 .emphasis {
    margin-bottom: 45px;
  }
  body#cmys .feature .section-wrap .point2 .txt {
    margin-bottom: 65px;
  }
  body#cmys .feature .section-wrap .point2 figure {
    max-width: 258px;
    margin-bottom: 61px;
  }
  body#cmys .feature .section-wrap .point3 .txt {
    margin-bottom: 40px;
  }
  body#cmys .feature .section-wrap .point3 .boxs {
    width: 267px;
    margin: 0 auto 48px;
  }
  body#cmys .feature .section-wrap .point4 .txt {
    margin-bottom: 38px;
  }
  body#cmys .feature .section-wrap .point4 figure {
    max-width: 260px;
  }
}

/* パワーセラムC+30 */
body#cmps .feature .section-wrap .point1 .txt {
  margin-bottom: 70px;
}
body#cmps .feature .section-wrap .point1 .circle_list {
  margin: 0 auto 102px;
  max-width: 421px;
}
body#cmps .feature .section-wrap .point1 .emphasis {
  margin-bottom: 47px;
}
body#cmps .feature .section-wrap .point2 .txt {
  margin-bottom: 67px;
}
body#cmps .feature .section-wrap .point2 figure {
  margin: 0 auto 96px;
  max-width: 400px;
}
body#cmps .feature .section-wrap .point3 .txt {
  margin-bottom: 88px;
}
body#cmps .feature .section-wrap .point3 figure {
  margin: 0 auto 69px;
  max-width: 400px;
}
body#cmps .feature .section-wrap .point4 .txt {
  margin-bottom: 55px;
}
body#cmps .feature .section-wrap .point4 .boxs {
  max-width: 449px;
  margin: 0 auto 82px;
}
body#cmps .feature .section-wrap .point5 .txt {
  margin-bottom: 67px;
}
body#cmps .feature .section-wrap .point5 figure {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body#cmps .feature .section-wrap .point1 .txt {
    margin-bottom: 19px;
  }
  body#cmps .feature .section-wrap .point1 .circle_list {
    margin: 0 auto 36px;
    max-width: 280px;
  }
  body#cmps .feature .section-wrap .point1 .emphasis {
    margin-bottom: 37px;
  }
  body#cmps .feature .section-wrap .point2 .txt {
    margin-bottom: 60px;
  }
  body#cmps .feature .section-wrap .point2 figure {
    margin: 0 auto 63px;
    max-width: 263px;
  }
  body#cmps .feature .section-wrap .point3 .txt {
    margin-bottom: 30px;
  }
  body#cmps .feature .section-wrap .point3 figure {
    margin: 0 auto 52px;
    max-width: 285px;
  }
  body#cmps .feature .section-wrap .point4 .txt {
    margin-bottom: 40px;
  }
  body#cmps .feature .section-wrap .point4 .boxs {
    max-width: 267px;
    margin: 0 auto 48px;
  }
  body#cmps .feature .section-wrap .point5 .txt {
    margin-bottom: 34px;
  }
  body#cmps .feature .section-wrap .point5 figure {
    max-width: 260px;
    margin: 0 auto;
  }
}

/* 薬用パワークリアC＋ */
body.cmania-item section.product .product-slide[data-slick-index="1"] .product-new-title {
  display: none;
}
body#cmyc .feature .section-wrap .point1 .txt {
  margin-bottom: 47px;
}
body#cmyc .feature .section-wrap .point1 .circle_list {
  max-width: 572px;
  margin: 0 auto 83px;
}
body#cmyc .feature .section-wrap .point2 .txt {
  margin-bottom: 83px;
}
body#cmyc .feature .section-wrap .point2 figure {
  max-width: 510px;
  margin: 0 auto 47px;
}
body#cmyc .feature .section-wrap .point3 .txt {
  margin-bottom: 90px;
}
body#cmyc .feature .section-wrap .point3 .big_circle {
  max-width: 650px;
  margin: 0 auto 94px;
}
body#cmyc .feature .section-wrap .point4 .txt {
  margin-bottom: 55px;
}
body#cmyc .feature .section-wrap .point4 .boxs {
  max-width: 450px;
  margin: 0 auto 82px;
}
body#cmyc .feature .section-wrap .point5 .txt {
  margin-bottom: 67px;
}
body#cmyc .feature .section-wrap .point5 figure {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body#cmyc .feature .section-wrap .point1 .txt {
    margin-bottom: 13px;
  }
  body#cmyc .feature .section-wrap .point1 .circle_list {
    max-width: 290px;
    margin: 0 auto 47px;
    gap: 3px 8px;
  }
  body#cmyc .feature .section-wrap .point1 .circle_list .circle_list_content {
    width: 65px;
    height: 65px;
  }
  body#cmyc .feature .section-wrap .point1 .circle_list .circle_list_content p {
    letter-spacing: 0;
  }
  body#cmyc .feature .section-wrap .point2 .txt {
    margin-bottom: 13px;
  }
  body#cmyc .feature .section-wrap .point2 figure {
    max-width: 253px;
    margin: 0 auto 42px;
  }
  body#cmyc .feature .section-wrap .point3 .txt {
    margin-bottom: 41px;
  }
  body#cmyc .feature .section-wrap .point3 .big_circle {
    max-width: 173px;
    margin: 0 auto 62px;
  }
  body#cmyc .feature .section-wrap .point4 .txt {
    margin-bottom: 41px;
  }
  body#cmyc .feature .section-wrap .point4 .boxs {
    max-width: 267px;
    margin: 0 auto 48px;
  }
  body#cmyc .feature .section-wrap .point5 .txt {
    margin-bottom: 35px;
  }
  body#cmyc .feature .section-wrap .point5 figure {
    max-width: 260px;
    margin: 0 auto;
  }
}

/* ブランドについて */
#cmania-about #space {
  display: block;
}
#cmania-about section.about {
  background-image: url(/assets/images/cmania/kv_bg.jpg);
  aspect-ratio: initial;
  background-size: auto 100%;
  background-position: top center;
  padding-bottom: 53px;
  padding-top: 30px;
}
#cmania-about section.about .about-wrap {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
#cmania-about section.about .about-doc {
  width: 55%;
  max-width: 660px;
  margin-bottom: 60px;
  padding-bottom: 0;
  padding-top: 70px;
}
#cmania-about section.about .section-title {
  margin-bottom: 120px;
}
#cmania-about section.about .section-title .en {
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 16px;
}
#cmania-about section.about .section-title .ja {
  font-size: 20px;
}
#cmania-about section.about .about-main-copy {
  font-size: 32px;
  letter-spacing: 0.16em;
  margin-bottom: 40px;
}
#cmania-about section.about .about-txt-bold {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.9;
}
#cmania-about section.about .about-txt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}
#cmania-about section.about small {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
#cmania-about section.lead {
  padding: 95px 22px 137px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cmania-about section.lead .lead-wrap {
  width: 100%;
  max-width: 1126px;
  margin: 0 auto;
  padding: 88px 90px 120px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 20px;
}
#cmania-about section.lead .lead-wrap .lead-doc {
  max-width: 655px;
}
#cmania-about section.lead .lead-wrap .lead-doc .lead-title {
  font-size: 28px;
  letter-spacing: 0.12em;
  margin-bottom: 90px;
}
#cmania-about section.lead .lead-wrap .lead-doc .lead-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.9;
  width: 80%;
}
#cmania-about section.lead .lead-wrap .lead-img {
  position: absolute;
  right: -2%;
  bottom: -20%;
  width: 47.5%;
  max-width: 533px;
}
#cmania-about section.environment .env-target-value {
  font-size: 16px;
}
#cmania-about section.environment .env-box-text {
  text-align: left;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  #cmania-about section.environment .env-box-text {
    margin: 0 20px;
  }
}
#cmania-about section.product {
  padding-top: 160px;
  padding-bottom: 90px;
}
#cmania-about section.product .product-box-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 200px 80px;
}
#cmania-about section.product .product-box {
  max-width: 436px;
  padding: 0;
  width: calc((100% - 80px) / 2);
}
#cmania-about section.product .product-box-title .ja {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 60px;
  font-family: heebo, sans-serif;
}
#cmania-about section.product .iyakubugai {
  width: 87px;
  border: solid 1px #332e20;
  padding: 0.5px 0;
  margin: -55px auto 34px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
#cmania-about section.product .link-btn::before {
  background-color: #f4c74d;
}
#cmania-about section.product .link-btn::after {
  background-image: url(/assets/images/cmania/arrow_y.svg);
}
#cmania-about section.product .icon-wrap .product-new {
  color: #fbc537;
  border: solid 2px #fbc537;
  font-family: heebo, sans-serif;
  top: 34px;
  left: 22px;
}
#cmania-about section.product .product-banner {
  margin-top: 124px;
}
#cmania-about section.product .product-banner-item {
  margin-top: 0;
}
#cmania-about section.product .product-banner-item + .product-banner-item {
  margin-top: 100px;
}
#cmania-about section.product .product-banner-img-btn {
  background-color: #fbc537;
  border: solid 1px #fbc537;
  color: #332e20;
  border-radius: 6px;
}
#cmania-about section.product .product-banner-img-btn:hover {
  background-color: #ffffff;
  color: #fbc537;
}
#cmania-about section.product .product-banner-img-btn::after {
  background-image: url(/assets/images/cmania/track_b.svg);
  background-size: 100%;
}
#cmania-about section.product .product-banner-img-btn:hover::after {
  background-image: url(/assets/images/cmania/track_y.svg);
}
#cmania-about section.product .product-banner-img-link {
  color: #332e20;
}
#cmania-about section.product .product-banner-img-link:after {
  background-color: #332e20;
}
#cmania-about section.breadcrumb {
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  #cmania-about section.about {
    background-image: url(/assets/images/cmania/kv_bg_sp.png);
    aspect-ratio: initial;
    background-size: contain;
    background-position: center top;
    padding-top: 5px;
    padding-bottom: 39px;
    background-color: #fffcde;
  }
  #cmania-about section.about .about-wrap {
    padding: 0 30px;
  }
  #cmania-about section.about .about-doc {
    width: 100%;
    max-width: 100%;
    margin-bottom: 45px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cmania-about section.about .section-title {
    margin-bottom: 430px;
  }
  #cmania-about section.about .section-title .en {
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.75;
    margin-bottom: 8px;
  }
  #cmania-about section.about .section-title .ja {
    font-size: 12px;
  }
  #cmania-about section.about .about-main-copy {
    font-size: 21px;
    letter-spacing: 0.16em;
    margin-bottom: 29px;
    line-height: 2;
  }
  #cmania-about section.about .about-txt-bold {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.875;
    letter-spacing: 0.06em;
  }
  #cmania-about section.about .about-txt {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.06em;
  }
  #cmania-about section.about small {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 1.5;
  }
  #cmania-about section.lead {
    padding: 45px 30px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cmania-about section.lead .lead-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 45px 28px 7px;
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px;
  }
  #cmania-about section.lead .lead-wrap .lead-doc {
    max-width: 100%;
    width: 100%;
  }
  #cmania-about section.lead .lead-wrap .lead-doc .lead-title {
    font-size: 16px;
    /* font-weight: bold; */
    letter-spacing: 0.12em;
    margin-bottom: 33px;
    line-height: 1.875;
    text-align: center;
  }
  #cmania-about section.lead .lead-wrap .lead-doc .lead-text {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.75;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  #cmania-about section.lead .lead-wrap .lead-img {
    position: static;
    right: initial;
    bottom: initial;
    width: 100%;
    max-width: 267px;
    margin-top: 35px;
  }
  #cmania-about section.environment .env-title {
    margin-bottom: 37px;
  }
  #cmania-about section.environment .env-box {
    padding-left: 10px;
    padding-right: 10px;
  }
  #cmania-about section.environment .env-target-value {
    font-size: 12px;
  }
  #cmania-about section.product {
    padding-top: 55px;
    padding-bottom: 47px;
  }
  #cmania-about section.product .product-box-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 95px 40px;
  }
  #cmania-about section.product .product-box {
    max-width: 291px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  #cmania-about section.product .product-box:not(:last-child) {
    margin-bottom: 0;
  }
  #cmania-about section.product .product-box-title .ja {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.75;
    margin-bottom: 38px;
  }
  #cmania-about section.product .iyakubugai {
    width: 65px;
    border: solid 1px #332e20;
    padding: 0.5px 0;
    margin: -33px auto 15px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
    text-align: center;
  }
  #cmania-about section.product .link-btn::before {
    background-color: #f4c74d;
  }
  #cmania-about section.product .link-btn::after {
    background-image: url(/assets/images/cmania/arrow_y.svg);
  }
  #cmania-about section.product .icon-wrap .product-new {
    color: #fbc537;
    border: solid 2px #fbc537;
    font-family: heebo, sans-serif;
    top: 18px;
    left: 15px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  #cmania-about section.product .product-banner {
    margin-top: 102px;
  }
  #cmania-about section.product .product-banner-item {
    margin-top: 0;
  }
  #cmania-about section.product .product-banner-item + .product-banner-item {
    margin-top: 35px;
  }
  #cmania-about section.product .product-banner-img-btn {
    top: 47%;
  }
  #cmania-about section.product .product-banner-img-link {
    top: 68%;
  }
  #cmania-about section.breadcrumb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

/* ヘッダー */
#bnr {
  background-color: #fff100;
  height: auto !important;
}
#header.cmania .logo a {
  width: 130px;
  aspect-ratio: 1/0.362;
  background-image: none;
}
@media only screen and (max-width: 767px) {
  #header.cmania .logo a {
    width: 85px;
  }
  #header.header2 nav#gnav {
    top: calc(var(--bnrHeight) + var(--headerHeight));
  }
  #header.header2 .gnav-login {
    background-color: #fff100;
  }
  #header.header2 .gnav-login::before {
    background-color: transparent;
  }
  #header.header2 .gnav-list {
    background-color: #fffcde;
  }
  #header.header2 .gnav-item a:hover {
    color: #2f2725;
  }
}
a:hover {
  color: #fbc537;
}

/* フッター */
#footer.footer2 .footer-brand-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px 23px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer.footer2 .footer-brand-list a {
  width: 221px;
}
@media only screen and (max-width: 767px) {
  #footer.footer2 .footer-brand-list {
    gap: 18px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer.footer2 .footer-brand-top img {
    margin-bottom: 10px;
  }
  #footer.footer2 .footer-brand-top-text {
    margin-top: 0;
  }
  #footer.footer2 .footer-brand-list a {
    width: calc((100% - 20px) / 3);
  }
}
#footer.footer2 .footer-contact-title,
#footer.footer2 .footer-tel-title span,
#footer.footer2 .footer-fax-title span {
  color: #fbc537;
}
#footer.footer2 .footer-contact {
  color: #fbc537;
  border: solid 2px #fbc537;
  padding-right: 45px;
}
#footer.footer2 .footer-contact:hover {
  color: #ffffff;
  background-color: #fbc537;
}
#footer.footer2 .footer-contact::after {
  background-image: url(/assets/images/cmania/arw_y.svg);
}
#footer.footer2 .footer-contact:hover::after {
  background-image: url(/assets/images/cmania/arw_w.svg);
}

/* Service */
.outer-block {
  min-width: 100%;
}

.inner-block {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

sup {
  vertical-align: baseline;
  font-size: 70%;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.c-bnr {
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-bnr img {
  width: 100%;
}

.c-ttl01 {
  padding-top: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.c-ttl01.no-bar {
  padding-top: 0;
}

.c-ttl01.no-bar:before {
  content: none;
}

.c-ttl01.ttl-left {
  text-align: left;
}

.c-ttl01:before {
  content: "";
  height: 40px;
  width: 2px;
  background: #dd3485;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd3485), to(#fd766f));
  background: -webkit-linear-gradient(#dd3485 0%, #fd766f 100%);
  background: linear-gradient(#dd3485 0%, #fd766f 100%);
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.c-ttl01 .en,
.c-ttl01 .ja {
  display: block;
}

.c-ttl01 .en {
  font-size: 33px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2f2725;
}

.c-ttl01 .ja {
  font-size: 14px;
  color: #221e1f;
  letter-spacing: 0.06em;
}

.c-btn02 {
  background: #fff;
  border: 1px solid #aa1f4f;
  color: #aa1f4f;
  min-width: 370px;
  max-width: 370px;
  padding: 5px 65px 5px 40px;
  position: relative;
  text-align: left;
  height: 62px;
  line-height: 1.4;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn02 .ico {
  display: inline-block;
  line-height: 1;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  height: 5px;
  margin: auto;
}

.btn-line-block {
  padding: 80px 0;
}

.btn-line-block .divide-btn-lines li:first-child a {
  border-top: 1px solid #949494;
}

.btn-line-block .divide-btn-lines li a {
  display: block;
  border-bottom: 1px solid #949494;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 95px;
}

.btn-line-block .divide-btn-lines .btn-txt {
  font-size: 15px;
}

.btn-line-block .divide-btn-lines .ico {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn-line-block .divide-btn-lines .ico .c-svg {
  vertical-align: middle;
}

.c-inside-block {
  margin-top: 35px;
  padding-top: 30px;
  position: relative;
}

.c-inside-block .all-content {
  background: #f5f5f5;
}

.c-inside-block .cont-ttl {
  margin: 0 -21px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-inside-block .cont-ttl .ttl-bg .cont-txt {
  background: #f5f5f5;
  padding: 20px 20px 20px;
}

.c-inside-block .cont-ttl .ttl-bg .ttl {
  font-size: 16px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
}

.c-inside-block .cont-ttl .ttl-bg .ttl:after {
  position: absolute;
  content: "";
  height: 163%;
  width: 40px;
  right: -19px;
  border-top-right-radius: 17px;
  top: -3px;
  background-color: #f5f5f5;
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.c-inside-block .info-wrap {
  padding: 40px 0 60px;
}

.c-inside-block .info-wrap .box {
  background: #fff;
  padding: 20px 15px;
  border-radius: 3px;
}

.c-contact-block-area .txt {
  font-size: 12px;
}

.c-contact-block-area .under-area {
  margin-top: 25px;
}

.c-contact-block-area .under-area dl {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 15px;
}

.c-contact-block-area .under-area dl dt,
.c-contact-block-area .under-area dl dd {
  font-size: 12px;
}

.c-contact-block-area .under-area dl dt {
  margin-right: 15px;
  white-space: nowrap;
}

.c-contact-block-area .c-btn02 {
  min-width: 100%;
  max-width: 360px;
}

.c-contact-block-area .tel-btn {
  color: #aa1f4f;
  border: 2px solid #aa1f4f;
  border-radius: 30px;
  color: #aa1f4f;
  display: inline-block;
  background: #fff;
  font-size: 38px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 1;
  padding: 3px 15px;
  width: 100%;
  text-align: center;
}

.c-contact-block-area .tel-btn .tel-txt {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}

.c-contact-block-area .tel-btn .tel-txt:before {
  background: url(/assets/images/cmania/ico-tel.svg) no-repeat center center/contain;
  content: "";
  width: 35px;
  height: auto;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.stage-table {
  width: 100%;
  margin-bottom: 40px;
}

.stage-table .stage-th {
  background-color: #919191;
  padding: 15px 10px;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}

.stage-table .stage-td {
  width: calc((100% - 42%) / 3);
  padding: 17px 10px;
  text-align: center;
}

.stage-table .stage-td:first-of-type {
  width: 42%;
  text-align: left;
}

.stage-table .stage-td .stage-txt {
  position: relative;
  max-width: 350px;
  margin: 0 0 0 auto;
  padding-left: 75px;
}

.stage-table .stage-td .stage-txt .rank {
  font-size: 16px;
  font-weight: bold;
}

.stage-table .stage-td .stage-txt .rank-detail {
  font-size: 14px;
}

.stage-table .stage-td .logo {
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}

.stage-table .stage-th:not(:last-of-type),
.stage-table .stage-td:not(:last-of-type) {
  border-right: 3px solid #f3f3f5;
}

.stage-table .stage-tr {
  border-bottom: 3px solid #f3f3f5;
}

.stage-table .normal {
  background-color: #fff;
}

.stage-table .bronze {
  background-color: #ca9898;
}

.stage-table .silver {
  background-color: #e3e3e3;
}

.stage-table .gold {
  background-color: #ebdca0;
}

.stage-table .platinum {
  background-color: #ecf9ff;
}

.page-title-block {
  padding: 35px 0;
}

.page-title-block + div {
  margin-top: 0;
}

.page-title-block .c-ttl01 {
  margin-bottom: 20px;
}

.page-title-block .txt-catch {
  font-size: 13px;
}

.pay-table {
  width: 100%;
  border: 1px solid #919191;
}

.pay-th {
  background-color: #919191;
  font-weight: 400;
  padding: 11px;
  color: #fff;
  text-align: center;
  width: calc(100% / 3);
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.pay-th:not(:last-child) {
  border-right: 1px solid #fff;
}

.pay-td {
  text-align: center;
  padding: 7px;
  border-top: 1px solid #919191;
  line-height: 1.75;
  font-size: 17px;
}

.pay-td.center {
  border-right: 1px solid #919191;
  border-left: 1px solid #919191;
}

.pay-td.blue {
  background-color: #ebedf4;
}

.pay-td .bk {
  color: #414141;
}

.pay-td .tax {
  font-size: 12px;
}

.service .ttl-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service .ttl-content .icon {
  max-width: 44px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service .ttl-content .merit {
  font-size: 15px;
  color: #aa1f4f;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.service .ttl-content .merit span {
  font-size: 24px;
  padding-left: 10px;
}

.service .ttl-content .txt {
  font-size: 13px;
  padding-top: 7px;
  letter-spacing: 0.035em;
}

.merit-block {
  padding: 140px 0 120px;
}

.merit-block .ttl {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
}

.merit-block .box-ttl {
  font-size: 15px;
  padding: 0 0 20px;
  color: #aa1f4f;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.merit-block .box-ttl:before {
  content: "";
  width: 145px;
  height: 20px;
  background: url(/assets/images/cmania/fukidashi01.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.merit-block .list {
  width: 100%;
}

.merit-block .list > li {
  border-top: 1px solid #969696;
}

.merit-block .list > li:last-child {
  border-bottom: 1px solid #969696;
}

.merit-block .list > li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 4px;
}

.merit-block .list .ico {
  color: #aa1f4f;
  height: 7px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-left: 10px;
}

.merit-detail-block .info-wrap .box.faq-area .inside {
  display: block;
}

.merit-detail-block .ttl-content {
  margin-bottom: 26px;
}

.merit-detail-block .ttl-content .txt {
  font-size: 21px;
  font-weight: 600;
}

.merit-detail-block .box + .box {
  margin-top: 40px;
}

.merit-detail-block .box-txt {
  letter-spacing: 0.05em;
  line-height: 2;
}

.merit-detail-block .box-txt + .box-txt {
  margin-top: 23px;
}

.merit-detail-block .size-s {
  font-size: 12px;
}

.merit-detail-block .c-btn02 {
  margin-top: 33px;
}

.merit-detail-block .item-price {
  margin: 40px auto 15px;
}

.merit-detail-block .item-price .price-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.merit-detail-block .item-price .cont {
  width: 49%;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  padding: 10px 0px 0;
}

.merit-detail-block .item-price .cont .time {
  font-size: 15px;
  color: #aa1f4f;
  text-align: center;
}

.merit-detail-block .item-price .cont .price {
  font-size: 10px;
  text-align: center;
}

.merit-detail-block .item-price .cont .price .num {
  font-size: 18px;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  padding: 0 2px;
}

.merit-detail-block .item-price .cont .price .bold {
  font-weight: bold;
}

.merit-detail-block .item-price .cont .price .after {
  color: #aa1f4f;
  position: relative;
  padding-top: 20px;
}

.merit-detail-block .item-price .cont .price .after:before {
  content: "";
  background: url(/assets/images/cmania/down.svg) no-repeat center center;
  width: 20px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}

.merit-detail-block .item-price .cont .price .after .num {
  font-size: 22px;
}

.merit-detail-block .item-price .cont .result {
  background: #aa1f4f;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 5px;
}

.merit-detail-block .item-price .cont .result .cost {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-weight: 300;
  font-size: 22px;
}

.merit-detail-block .item-price .cont .result .small {
  font-size: 10px;
  padding: 0 2px;
}

.merit-detail-block .item-price .item {
  max-width: 110px;
  margin: 0 auto 30px;
}

.merit-detail-block .item-price .after-cont {
  background-color: #fffcde;
  padding: 10.5px;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 18px;
}

.merit-detail-block .bold {
  font-weight: bold;
}

.merit-detail-block .red {
  color: #b93232;
}

.merit-detail-block .pay-table {
  margin-top: 30px;
}

.merit-detail-block .day-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.merit-detail-block .day-list > li {
  width: calc(100% / 6 - 5px);
  letter-spacing: 0.05em;
  background-color: #f2f4fb;
  padding: 10.5px;
  text-align: center;
}

.merit-detail-block .day-list > li + li {
  margin-left: 5px;
}

.merit-detail-block .ttl-detail {
  padding-top: 150px;
  margin-bottom: -80px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.83;
}

.merit-detail-block .post-method {
  position: relative;
}

.merit-detail-block .post-method .box-txt {
  color: #aa1f4f;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.merit-detail-block .post-method .time {
  font-size: 18px;
  color: #aa1f4f;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.merit-detail-block .post-method .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}

.merit-detail-block .post-method .list .txt {
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  position: relative;
  font-size: 14px;
}

.merit-detail-block .post-method .list .icon {
  color: #919191;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.merit-detail-block .post-method .list .change {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #aa1f4f;
  border: 1px solid #aa1f4f;
  padding: 5px 5px;
  line-height: 1.2;
  margin-top: 10px;
}

.merit-detail-block .post-method .point-cont {
  max-width: 487px;
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  top: 150px;
  padding: 0 40px;
}

.merit-detail-block .post-method .point-list {
  max-width: 487px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.merit-detail-block .post-method .point-list:after {
  position: absolute;
  content: "";
  width: 99%;
  height: 1px;
  background-color: #919191;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.merit-detail-block .post-method .point-list li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #919191;
}

.merit-detail-block .size-l {
  font-size: 18px;
}

@media only screen and (min-width: 641px) {
  .inner-block {
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
  a::before,
  a::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a.c-bnr:hover {
    -webkit-box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.4);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  .c-btn02:hover {
    background: #aa1f4f;
    color: #fff;
  }

  .btn-line-block {
    padding: 150px 0;
  }

  .btn-line-block .divide-btn-lines {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

  .btn-line-block .divide-btn-lines li {
    width: 100%;
  }

  .btn-line-block .divide-btn-lines li a {
    height: 115px;
    border-top: 1px solid #949494;
  }

  .btn-line-block .divide-btn-lines li a:hover .ico {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  .btn-line-block .divide-btn-lines .btn-txt {
    font-size: 16px;
  }

  .c-inside-block {
    margin-top: 0;
    padding-top: 0;
  }

  .c-inside-block .cont-ttl {
    width: 100vw;
    border-bottom: 1px solid #fbc537;
    margin: 0;
  }

  .c-inside-block .cont-ttl .ttl-bg .cont-txt {
    background: #fbc537;
    color: #fff;
    padding: 20px 100px 20px 130px;
    position: relative;
  }

  .c-inside-block .cont-ttl .ttl-bg .ttl {
    font-size: 20px;
  }

  .c-inside-block .cont-ttl .ttl-bg .ttl:after {
    background: #fbc537;
    width: 50px;
    right: -36px;
    top: 0px;
  }

  .c-inside-block .cont-ttl .ttl-bg .ttl:before {
    width: 100vw;
    height: 50px;
    background: #f5f5f5;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    bottom: -51px;
    z-index: 2;
  }

  .c-inside-block .cont-ttl .inner-block {
    max-width: none;
    width: 100%;
    padding: 0;
  }

  .c-inside-block .info-wrap {
    padding: 130px 0 80px;
  }

  .c-inside-block .info-wrap .box {
    padding: 40px 85px;
    border-radius: 5px;
  }

  .c-contact-block-area .txt {
    font-size: 16px;
    line-height: 1.8;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .c-contact-block-area .under-area {
    margin-top: 60px;
  }

  .c-contact-block-area .under-area dl dd br {
    margin-left: 5px;
  }

  .c-contact-block-area .tel-btn {
    font-size: 46px;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: left;
  }

  .page-title-block .txt-catch {
    font-family: "Noto Serif JP", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.8;
  }

  .page-title-block {
    padding: 90px 0;
  }

  .page-title-block .c-ttl01 {
    margin-bottom: 30px;
  }

  .pay-th {
    padding: 20px 10px;
  }

  .pay-td {
    padding: 20px 10px;
  }

  .service .all-content {
    overflow: hidden;
  }

  .service .ttl-content .txt {
    font-size: 15px;
  }

  .merit-block {
    background: #f5f5f5;
  }

  .merit-block .ttl {
    text-align: center;
  }

  .merit-block .box-ttl:before {
    margin-left: 0;
    width: 180px;
    height: 25px;
  }

  .merit-block .box-ttl {
    width: 180px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }

  .merit-block .box-ttl.ttl-long {
    width: 330px;
  }

  .merit-block .box-ttl.ttl-long:before {
    background-image: url(/assets/images/cmania/fukidashi02.png);
    width: 330px;
  }

  .merit-block .box-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }

  .merit-block .box {
    width: 49%;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
  }

  .merit-block .box:nth-child(n + 3) {
    margin-top: 45px;
  }

  .merit-block .list {
    margin-bottom: 0px;
  }

  .merit-block .list > li:hover .ico {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  .merit-detail-block .info-wrap .box {
    padding: 30px;
  }

  .merit-detail-block .info-wrap .box.faq-area {
    padding: 0;
    background: transparent;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .merit-detail-block .info-wrap .box.faq-area .inside {
    width: 49%;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .merit-detail-block .info-wrap .box.faq-area .inside .size-l {
    color: #aa1f4f;
    font-size: 18px;
    font-weight: bold;
  }

  .merit-detail-block .info-wrap .box.faq-area .inside .c-btn02 {
    width: 100%;
    max-width: 360px;
    min-width: 0;
  }

  .merit-detail-block .info-wrap .box.faq-area .inside .under-area {
    margin-top: 20px;
  }

  .merit-detail-block .item-price .price-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .merit-detail-block .item-price .cont {
    width: 100%;
    padding: 0;
    border-radius: 10px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .merit-detail-block .item-price .cont:not(:first-child) {
    margin-top: 20px;
  }

  .merit-detail-block .item-price .cont .time {
    font-size: 16px;
    width: 70px;
    border-right: 1px solid #a8a8a8;
    padding: 10px 0;
  }

  .merit-detail-block .item-price .cont .price {
    font-size: 15px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }

  .merit-detail-block .item-price .cont .price .num {
    font-size: 24px;
    padding: 0 4px;
  }

  .merit-detail-block .item-price .cont .price .bold {
    font-size: 18px;
    padding-right: 4px;
  }

  .merit-detail-block .item-price .cont .price .after {
    padding-top: 0;
    padding-left: 40px;
  }

  .merit-detail-block .item-price .cont .price .after:before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .merit-detail-block .item-price .cont .price .after .num {
    font-size: 34px;
    line-height: 1;
  }

  .merit-detail-block .item-price .cont .result {
    font-size: 16px;
    padding: 15px 0;
    width: 130px;
    font-weight: 500;
    margin-top: 0;
  }

  .merit-detail-block .item-price .cont .result .cost {
    font-size: 24px;
  }

  .merit-detail-block .item-price .cont .result .small {
    font-size: 16px;
    padding: 0 3px 0 0;
  }

  .merit-detail-block .item-price .item {
    max-width: 180px;
  }

  .merit-detail-block .pay-table {
    margin-top: 0;
  }

  .merit-detail-block #merit03 {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .merit-detail-block #merit03 .ttl-content {
    width: 100%;
  }

  .merit-detail-block #merit03 .box-txt {
    width: 220px;
  }

  .merit-detail-block #merit03 .pay-table {
    width: calc(100% - 240px);
  }

  .merit-detail-block .day-list {
    margin-top: 35px;
  }

  .merit-detail-block .ttl-detail {
    position: relative;
    z-index: 5;
    font-weight: bold;
  }

  .merit-detail-block .box.post-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
  }

  .merit-detail-block .post-method {
    width: 49%;
  }

  .merit-detail-block .post-method .box-txt {
    padding: 0;
    font-size: 15px;
  }

  .merit-detail-block .post-method .list .icon.icon-pcsp img {
    height: 58px;
  }

  .merit-detail-block .post-method .list .icon.icon-truck img {
    height: 53px;
    margin-top: 5px;
  }

  .merit-detail-block .post-method .list .icon.icon-cosme img {
    height: 43px;
    margin-top: 15px;
  }

  .merit-detail-block .post-method .list .icon.icon-mail img {
    height: 46px;
    margin-top: 12px;
  }

  .merit-detail-block .post-method .list .icon.icon-calendar img {
    height: 56px;
    margin-top: 2px;
  }

  .merit-detail-block .post-method .list .change {
    max-width: 110px;
  }

  .merit-detail-block .post-method .point-cont {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .btn-line-block .divide-btn-lines {
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
  }

  .btn-line-block .divide-btn-lines .btn-txt {
    font-size: 18px;
  }

  .c-contact-block-area .tel-btn .tel-txt {
    padding-left: 60px;
  }

  .c-contact-block-area .tel-btn .tel-txt:before {
    width: 50px;
  }

  .page-title-block .txt-catch {
    letter-spacing: 0.08em;
  }

  .service .ttl-content .txt {
    padding-top: 4px;
    font-size: 18px;
  }

  .merit-block .box-ttl {
    font-size: 17px;
  }

  .merit-block .box-area {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }

  .merit-block .box {
    padding: 35px 50px 70px;
    width: 48%;
  }

  .merit-detail-block .info-wrap .box {
    padding: 50px;
  }

  .merit-detail-block .info-wrap .box.faq-area .inside {
    padding: 35px 50px 70px;
    width: 48%;
  }

  .merit-detail-block .item-price .price-cont {
    width: calc(100% - 300px);
  }

  .merit-detail-block .item-price .cont .time {
    width: 100px;
    font-size: 18px;
  }

  .merit-detail-block .item-price .cont .result {
    font-size: 18px;
    width: 150px;
  }

  .merit-detail-block .item-price .cont .result .small {
    font-size: 18px;
  }

  .merit-detail-block .item-price .item {
    margin: 0;
  }

  .merit-detail-block .box.post-box {
    padding: 35px 110px 50px 110px;
  }

  .merit-detail-block .post-method {
    width: 44%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .merit-detail-block .post-method .box-txt {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 640px) {
  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 20px;
    width: auto;
  }

  .pc {
    display: none !important;
  }

  .c-bnr {
    border-radius: 10px;
  }

  .c-ttl01:before {
    height: 2px;
    width: 40px;
    background: #dd3485;
    background: -webkit-gradient(linear, left top, right top, from(#dd3485), to(#fd766f));
    background: -webkit-linear-gradient(left, #dd3485 0%, #fd766f 100%);
    background: linear-gradient(to right, #dd3485 0%, #fd766f 100%);
    left: 0;
    margin: 0;
    right: auto;
  }

  .c-ttl01 {
    margin-bottom: 26px;
    padding-top: 30px;
    text-align: left;
  }

  .c-ttl01 .en {
    font-size: 23px;
    letter-spacing: 0.1em;
  }

  .c-ttl01 .ja {
    font-size: 12px;
    letter-spacing: 0.04em;
  }

  .c-btn02 {
    width: 100%;
    min-width: 100%;
    padding: 3px 60px 3px 40px;
    height: 55px;
  }

  .c-btn02 .ico {
    right: 20px;
  }

  .c-btn02 .ico .c-svg {
    width: 50px;
    height: 6px;
  }

  .btn-line-block .divide-btn-lines .ico .c-svg {
    width: 38px;
    height: 6px;
  }

  .c-contact-block-area .tel-btn {
    white-space: nowrap;
  }

  .stage-table {
    margin-bottom: 10px;
  }

  .stage-table .stage-th {
    font-size: 10px;
    font-size: 8px;
    padding: 6px 2px;
    letter-spacing: 0em;
  }

  .stage-table .stage-th:first-child {
    font-size: 12px;
  }

  .stage-table .stage-td {
    padding: 8px 9px;
  }

  .stage-table .stage-td .stage-txt {
    padding-left: 27px;
  }

  .stage-table .stage-td .stage-txt .rank {
    font-size: 12px;
  }

  .stage-table .stage-td .stage-txt .rank-detail {
    font-size: 8px;
    line-height: 1.4;
  }

  .stage-table .stage-td .logo {
    width: 22px;
  }

  .stage-table .stage-th:not(:last-of-type),
  .stage-table .stage-td:not(:last-of-type) {
    border-width: 1px;
  }

  .stage-table .stage-tr {
    border-width: 1px;
  }

  .page-title-block .c-ttl01 .en {
    white-space: nowrap;
  }

  .pay-th {
    font-size: 11px;
    padding: 5px 2px;
  }

  .pay-td {
    font-size: 11px;
  }

  .service .ttl-content .icon {
    width: 45px;
    max-height: 45px;
    margin-right: 14px;
  }

  .service .ttl-content .icon img {
    max-height: 40px;
  }

  .merit-block {
    padding: 0px 0 80px;
  }

  .merit-block .ttl {
    font-size: 17px;
    background: #f5f5f5;
    margin: 0 -20px;
    padding: 5px 20px;
  }

  .merit-block .box-ttl {
    width: 150px;
    text-align: center;
  }

  .merit-block .box-ttl.ttl-long {
    padding: 0;
  }

  .merit-block .box-ttl.ttl-long:before {
    content: none;
  }

  .merit-block .box-ttl.ttl-long .over {
    display: block;
    padding: 0 0 20px;
    margin-bottom: 10px;
    position: relative;
  }

  .merit-block .box-ttl.ttl-long .over:before {
    content: "";
    width: 145px;
    height: 20px;
    background: url(/assets/images/cmania/fukidashi01.png) no-repeat center bottom;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .merit-block .box-ttl.ttl-long .under {
    display: table;
    padding-left: 10px;
  }

  .merit-block .box {
    margin-top: 40px;
    border-radius: 5px;
  }

  .merit-block .list {
    padding: 0 10px;
  }

  .merit-block .list .ico .c-svg {
    width: 13px;
    height: 8px;
  }

  .merit-detail-block .box {
    padding-bottom: 30px;
  }

  .merit-detail-block .info-wrap .box.faq-area .inside:not(:first-child) {
    margin-top: 65px;
  }

  .merit-detail-block + .merit-detail-block {
    margin-top: 60px;
  }

  .merit-detail-block .ttl-content {
    margin-bottom: 18px;
  }

  .merit-detail-block .ttl-content .txt {
    font-size: 14px;
  }

  .merit-detail-block .box-txt {
    font-size: 12px;
    line-height: 1.66;
    letter-spacing: 0;
  }

  .merit-detail-block .box-txt + .box-txt {
    margin-top: 13px;
  }

  .merit-detail-block .size-s {
    font-size: 8px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .merit-detail-block .c-btn02 {
    margin-top: 20px;
  }

  .merit-detail-block .item-price {
    margin: 10px auto;
  }

  .merit-detail-block .item-price .cont:not(:first-child) {
    margin-left: 2%;
  }

  .merit-detail-block .item-price .cont .time {
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .merit-detail-block .item-price .after-cont {
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    margin-top: 9px;
  }

  .merit-detail-block #merit03 .pay-th {
    padding: 4px 0;
    letter-spacing: 0.01em;
  }

  .merit-detail-block #merit03 .pay-td {
    line-height: 1.4;
  }

  .merit-detail-block .day-list > li {
    font-size: 12px;
    padding: 10px 4px;
    width: calc(100% / 6 - 4px);
  }

  .merit-detail-block .day-list > li + li {
    margin-left: 4px;
  }

  .merit-detail-block .ttl-detail {
    font-size: 14px;
    padding-top: 50px;
    margin-bottom: 0;
  }

  .merit-detail-block .box.post-box {
    background: transparent;
    padding: 0;
  }

  .merit-detail-block .post-method + .post-method {
    margin-top: 40px;
  }

  .merit-detail-block .post-method .time {
    font-size: 15px;
    margin-bottom: 12px;
    text-align: center;
  }

  .merit-detail-block .post-method .list {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .merit-detail-block .post-method .list .txt {
    font-size: 10px;
    padding-top: 34px;
  }

  .merit-detail-block .post-method .list .icon {
    width: 47px;
    height: 36px;
    margin: 0 auto;
  }

  .merit-detail-block .post-method .list .icon img {
    max-width: 47px;
    max-height: 36px;
  }

  .merit-detail-block .post-method .list .icon.icon-mail img {
    height: 32px;
  }

  .merit-detail-block .post-method .list .icon.icon-cosme img {
    height: 30px;
  }

  .merit-detail-block .post-method .list .change {
    font-size: 9px;
    width: 68px;
    padding: 3px 1px;
  }

  .merit-detail-block .post-method .point-cont {
    width: 100%;
    max-width: none;
    top: 83px;
  }

  .merit-detail-block .stage-table {
    display: block;
    padding-bottom: 50px;
  }

  .merit-detail-block .size-l {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1100px) {
  .c-contact-block-area .c-btn02 {
    min-width: 360px;
  }

  .merit-detail-block .item-price .top-cont {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .merit-detail-block .item-price .top-cont .item {
    max-width: 300px;
    width: 300px;
    text-align: center;
  }

  .merit-detail-block .item-price .top-cont .item img {
    width: 80px;
    margin: auto;
    display: block;
  }

  .merit-detail-block .post-method .list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 640px) and (max-width: 374px) {
  .stage-table .stage-th {
    font-size: 8px;
  }
}

@media only screen and (max-width: 860px) {
  .merit-detail-block .post-method .point-list {
    width: 100%;
    max-width: none;
  }
}

/*! CSS Used from: https://www.p-antiaging.com/wp-product/wp-content/themes/antiaging/canadel_assets/css/add_style.css?20230614 */
sup {
  vertical-align: super !important;
}

sup,
.note {
  font-size: 10px !important;
}

@media only screen and (max-width: 640px) {
  sup,
  .note {
    font-size: 10px !important;
  }
}

.detail-txt-area {
  margin-top: 25px;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .breadcrumb-area {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 640px) {
  .c-ttl01 {
    margin-bottom: 15px;
  }
}

.merit-detail-block .note {
  margin-top: 20px;
}

@media only screen and (min-width: 641px) {
  .merit-detail-block .item-price .cont .price {
    padding: 0 10px;
  }
}

.c-inside-block .info-wrap .box + .detail-txt-area.box {
  margin-top: 0;
  padding-top: 0;
}

.c-inside-block .info-wrap .box-txt_sales {
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0;
  padding-left: 30px;
  margin-top: 10px;
}

@media only screen and (min-width: 641px) {
  .c-inside-block .info-wrap .box-txt_sales {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding-left: 45px;
  }
}

.c-contact-block-area .sub-ttl {
  padding-top: 40px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #aa1f4f;
}

.c-contact-block-area .txt {
  font-size: 14px;
}

.c-contact-block-area .txt a {
  text-decoration: underline;
}

.merit-detail-block .info-wrap .box.faq-area {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-box {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #aa1f4f;
}

.contact-box .contact-txt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-box .contact-tel {
  color: #aa1f4f;
  font-family: "Crimson Text", serif;
  font-size: 34px;
  position: relative;
  line-height: 1;
}

.contact-box .contact-tel .inn {
  position: relative;
  padding-left: 45px;
}

.contact-box .contact-tel .inn::before {
  background: url(/assets/images/cmania/ico-tel.svg) no-repeat center center/contain;
  content: "";
  display: block;
  width: 37px;
  height: 22px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.contact-box .contact-time {
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  .contact-box {
    padding: 15px;
  }

  .contact-box .contact-txt {
    font-size: 15px;
    margin-bottom: 5px;
  }

  .contact-box .contact-tel {
    background: #fff;
    border: 2px solid #aa1f4f;
    border-radius: 50px;
    font-size: 30px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .contact-box .contact-tel .inn {
    padding-left: 40px;
    display: block;
  }

  .contact-box .contact-tel .inn::before {
    width: 30px;
    height: 20px;
  }
}

.merit-detail-block .all-content {
  padding-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .merit-detail-block .stage-table {
    padding: 0;
  }
}

.btn-line-block .divide-btn-lines {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.btn-line-block .divide-btn-lines {
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
  row-gap: 45px;
}

.btn-line-block .divide-btn-lines li {
  min-width: 30%;
  max-width: 30%;
}

@media only screen and (max-width: 640px) {
  .btn-line-block .divide-btn-lines li {
    min-width: 100%;
    max-width: 100%;
  }
}

.cmania-service main {
  padding-top: 0;
}

/* TOP */
body#cmania-index main {
  padding-top: 0;
}
body#cmania-index section.kv {
  padding-top: 0;
}
body#cmania-index section.product {
  background-image: url(/assets/images/cmania/product_bg.jpg);
  -webkit-animation-name: none;
  animation-name: none;
}
body#cmania-index section.product {
  padding-top: 120px;
  padding-bottom: 120px;
}
body#cmania-index section.product .product-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
body#cmania-index section.product .product-block:nth-child(odd),
body#cmania-index section.product .product-block:nth-child(even),
body#cmania-index section.product .product-block:not(:first-child) .product-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
body#cmania-index section.product .product-block + .product-block {
  margin-top: 120px;
}
body#cmania-index section.product .product-new-title {
  position: absolute;
  bottom: 35px;
  left: 23px;
  width: 80px;
  padding: 22px 0;
  text-align: center;
  border: solid 3px #ffffff;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  z-index: 2;
  letter-spacing: 0.06em;
}
body#cmania-index section.product .product-title {
  margin-bottom: 50px;
}
body#cmania-index section.product .product-title .ja {
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
body#cmania-index section.product .iyakubugai {
  width: 60px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 3px 0;
  text-align: center;
  border: solid 1px #332e20;
  margin-top: -45px;
  margin-bottom: 27px;
}
body#cmania-index section.product .product-value {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
body#cmania-index section.product .product-text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-bottom: 30px;
}
body#cmania-index section.product .product-text-sub {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.33;
  margin-bottom: 30px;
}
body#cmania-index section.product .product-price-label.price02,
body#cmania-index section.product .product-price-value.price02 {
  color: #2f2725;
}
body#cmania-index section.product .product-price-value.price01,
body#cmania-index section.product .product-price-value.price02 {
  font-weight: 500;
}
.link-btn::before {
  background-color: #edc447;
}
.link-btn::after {
  background-image: url(/assets/images/cmania/arrow_y.svg);
  background-size: 100% 100%;
}
body.brand-index #modal .modal-box-img {
  width: 100%;
  margin-bottom: 30px;
}
body.brand-index #modal .modal-box-img .product-new-title {
  position: absolute;
  bottom: 35px;
  left: 23px;
  width: 80px;
  padding: 22px 0;
  text-align: center;
  border: solid 3px #ffffff;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  z-index: 2;
  letter-spacing: 0.06em;
}
body.brand-index #modal .modal-box-title {
  width: 64%;
  max-width: 280px;
  margin: 0 auto 45px;
  text-align: left;
}
body.brand-index #modal .iyakubugai_wrap {
  width: 64%;
  margin: -40px auto 22px;
}
body.brand-index #modal .iyakubugai {
  width: 60px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 3px 0;
  text-align: center;
  border: solid 1px #332e20;
}
body.brand-index #modal .modal-box-value {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 32px;
}
body.brand-index #modal .modal-box-subscribe {
  background-color: #fffcde;
}
body.brand-index #modal .modal-box-subscribe-tag {
  background-color: #fbc537;
}
body.brand-index #modal .modal-box-subscribe .modal-box-price {
  color: #2f2725;
}
body.brand-index #modal .modal-box-subscribe .modal-box-price-value::before,
body.brand-index #modal .modal-box-price-value::before {
  background-color: #f4c74d;
}
body.brand-index #modal .modal-box-cart-btn {
  border-radius: 10px;
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn {
  border: solid 1px #fbc537;
  background-color: #fbc537;
  color: #2f2725;
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn::after {
  background-image: url(/assets/images/cmania/track_b.svg);
  background-size: 100%;
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn:hover {
  background-color: #ffffff;
  color: #fbc537;
}
body.brand-index #modal .modal-box-subscribe .modal-box-cart-btn:hover::after {
  background-image: url(/assets/images/cmania/track_y.svg);
}
body.brand-index #modal a.modal-box-subscribe-about {
  color: #2f2725;
}
body.brand-index #modal a.modal-box-subscribe-about::after {
  background-color: #2f2725;
}
body.brand-index #modal small {
  font-size: 12px;
  display: block;
  line-height: 1.666;
  margin-top: 15px;
}
body#cmania-index section.about {
  background-image: url(/assets/images/cmania/about_bg.jpg);
  padding-top: 90px;
  padding-bottom: 120px;
}
body#cmania-index section.about .section-title {
  padding-left: 20px;
}
body#cmania-index section.about .about-doc {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 633px;
}
body#cmania-index section.about .about-wrap::after {
  background-color: rgba(255, 255, 255, 0.85);
}
body#cmania-index section.about .about-doc-title {
  margin-bottom: 60px;
}
body#cmania-index section.about .about-doc-bold {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 2.22;
  letter-spacing: 0.06em;
}
body#cmania-index section.about .about-doc-text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2.22;
  margin-bottom: 105px;
}
body#cmania-index section.about small {
  display: block;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 50px;
}
body#cmania-index section.about .link-btn {
  margin-left: auto;
}
body#cmania-index section.campaign {
  background-color: #ffffff !important;
  padding-bottom: 75px;
}
body#cmania-index section.campaign .campaign-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#cmania-index section.campaign .campaign-box-cat {
  background-color: #827d7c;
  -webkit-box-shadow: 0 1px 0 0 #6a665a;
  box-shadow: 0 1px 0 0 #6a665a;
  color: #ffffff;
  text-shadow: 0 -1px 0 #323232;
  line-height: 1;
  padding: 4px 0;
}
body#cmania-index section.campaign .campaign-box-cat span {
  position: relative;
  top: 2px;
}
body#cmania-index section.campaign .campaign-box-cat.cmania {
  background-color: #fff100;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2f2725;
  text-shadow: none;
}
body#cmania-index section.campaign .section-title,
body#cmania-index section.campaign .campaign-box-title,
body#cmania-index section.campaign .campaign-box-date {
  color: #2f2725;
}
body#cmania-index section.banner {
  padding-top: 187px;
  padding-bottom: 58px;
}
body#cmania-index section.banner + section.banner {
  padding-top: 58px;
  padding-bottom: 150px;
}
body#cmania-index section.banner .section-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
body#cmania-index section.banner .section-title {
  margin-bottom: 40px;
}
body#cmania-index section.banner .banner-text {
  margin-top: 10px;
  text-decoration: none;
}
body section.faq .ja.index {
  display: none;
}
body#cmania-index section.faq .ja,
body#cmania-index section.faq h3 {
  display: none;
}
body#cmania-index section.faq .ja.index {
  display: block;
}
body#cmania-index section.faq {
  background-color: #fffcde !important;
  padding-top: 95px;
  padding-bottom: 100px;
}
body#cmania-index section.faq .section-title {
  margin-bottom: 64px;
}
body#cmania-index section.faq .faq-q i {
  color: #2f2725;
}
body#cmania-index section.faq .faq-a i {
  color: #fbc537;
}
body#cmania-index section.faq .link-btn::before {
  background-color: #fbc537;
}
body#cmania-index section.faq .link-btn::after {
  background-image: url(/assets/images/cmania/arrow_y.svg);
}
body#cmania-index section.news {
  padding-top: 95px;
  padding-bottom: 100px;
}
body#cmania-index section.news .news-doc {
  padding-left: 20px;
  max-width: 560px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body#cmania-index section.news .section-title {
  color: #2f2725;
  text-align: left;
  margin-bottom: 60px;
}
body#cmania-index section.news .news-cat {
  background-color: #2f2725;
  color: #ffffff;
}
body#cmania-index section.news .news-date,
body#cmania-index section.news .news-title {
  color: #2f2725;
}
body#cmania-index section.news .link-btn {
  color: #2f2725;
}
@media only screen and (max-width: 767px) {
  body#cmania-index section.kv {
    aspect-ratio: 1/1.256;
  }
  body#cmania-index section.product {
    background-image: url(/assets/images/cmania/product_bg_sp.jpg);
    padding-top: 45px;
    padding-bottom: 97px;
  }
  body#cmania-index section.product .product-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  body#cmania-index section.product .product-block + .product-block {
    margin-top: 85px;
  }
  body#cmania-index section.product .product-new-title {
    width: 53px;
    font-size: 13px;
    padding: 15.75px 0;
    bottom: 18px;
    left: 18px;
    border: solid 1.5px #ffffff;
  }
  body#cmania-index section.product .product-title .ja {
    font-size: 20px;
  }
  body#cmania-index section.product .product-value {
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 12px;
  }
  body#cmania-index section.product .product-text {
    font-size: 12px;
    margin-bottom: 25px;
  }
  body#cmania-index section.product .product-text sup {
    top: 0.1em;
  }
  body#cmania-index section.product .product-text-sub {
    font-size: 10px;
    margin-bottom: 20px;
  }
  body#cmania-index section.about .about-wrap::after {
    width: calc(100vw - 10px);
  }
  body#cmania-index section.about .about-doc-title {
    letter-spacing: 0.16em;
    line-height: 1.95;
    margin-bottom: 43px;
  }
  body#cmania-index section.about .about-doc-bold {
    font-size: 12px;
    line-height: 2.0833;
    margin-bottom: 35px;
  }
  body#cmania-index section.about .about-doc-text {
    font-size: 12px;
    line-height: 2.0833;
    margin-bottom: 45px;
  }
  body#cmania-index section.about small {
    font-size: 10px;
    margin-bottom: 56px;
  }
  body#cmania-index section.about .link-btn {
    margin-left: 0;
    margin-right: auto;
  }
  body#cmania-index section.banner {
    padding-top: 53px;
    padding-bottom: 37px;
  }
  body#cmania-index section.banner + section.banner {
    padding-top: 37px;
    padding-bottom: 50px;
  }
  body#cmania-index section.faq {
    padding-top: 50px;
    padding-bottom: 54px;
  }
  body#cmania-index section.news {
    padding-top: 50px;
    padding-bottom: 11.2%;
  }
  body.brand-index #modal .modal-box-img {
    padding: 42px 34px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.brand-index #modal .modal-close {
    z-index: 3;
    top: 11%;
  }
  body.brand-index #modal .modal-close::before,
  body.brand-index #modal .modal-close::after {
    background-color: #646464;
    width: 20px;
  }
  body.brand-index #modal .modal-box-img .product-new-title {
    width: 53px;
    font-size: 13px;
    padding: 15.75px 0;
    bottom: 18px;
    left: 52px;
    border: solid 1.5px #ffffff;
  }
  body.brand-index #modal .modal-box-title .ja {
    font-size: 20px;
  }
  body.brand-index #modal small {
    font-size: 10px;
  }
  body#cmania-index section.campaign .campaign-wrap {
    gap: 0;
  }
}

/* FAQ */
body#faq section.faq {
  background-color: #ffffff !important;
}
body#faq main {
  padding-top: 0;
}

/* 404ページ */
body.notfound section.notfound {
  background-color: #fffcde;
}
body.notfound section.notfound .link-btn {
  max-width: 180px;
}
@media only screen and (max-width: 768.98px) {
  body.notfound section.notfound .link-btn {
    max-width: 130px;
  }
}

/* パンくず */
#cmania-about .breadcrumb-area {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768.98px) {
  #cmania-about .breadcrumb-area {
    margin-bottom: 30px;
  }
}
body.cmania-item .breadcrumb-area {
  margin-bottom: 20px;
}

/* お知らせ詳細 */
body.info-single section.info {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768.98px) {
  body.info-single section.info {
    padding-bottom: 60px;
  }
}

/* 20231031_レビューブロック修正 */
body.cmania-item section.review .review-lead br {
  display: none;
}
body.cmania-item section.product .product-doc-review #ZVSummary a .zv-star-comment {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 768.98px) {
  body.cmania-item section.product .product-doc-review {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  body.cmania-item section.product .product-doc-review #ZVSummary a .zv-star-comment {
    font-size: 14px;
    top: 2px;
  }
}

/* 20231031_お知らせ */
body.cmania-item section.product .product-doc .attend + .product-price {
  margin-top: 30px;
}
body.cmania-item section.product .product-doc .product-price .product-price-news {
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background-color: #b93232;
  padding: 0px 10px;
  margin-right: 7px;
  font-size: 11px;
}
body.cmania-item section.product .product-doc .product-price a.product-price-about {
  display: block;
  width: fit-content;
  color: #000;
  position: relative;
  font-size: 11px;
}
body.cmania-item section.product .product-doc .product-price a.product-price-about::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
body.cmania-item section.product .product-doc .product-price a.product-price-about:hover::after {
  width: 0;
}
@media (max-width: 768.98px) {
  body.cmania-item section.product .product-doc .product-price .product-price-news {
    flex-shrink: 0;
  }
  body.cmania-item section.product .product-doc .product-price a.product-price-about {
    text-decoration: underline;
  }
  body.cmania-item section.product .product-doc .product-price a.product-price-about::after {
    display: none;
  }
}

@media (max-width: 768.98px) {
  body.cmania-item section.banner {
    margin-bottom: 60px;
  }
}
/* 20240216_murai お知らせ一覧修正 */
#cmania-info-archive section.info {
  margin-bottom: 60px;
}

/* 20240409_watanabe Xアイコン追加、調整*/
#footer.footer2 .footer-app-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  margin-bottom: 56px;
}
#footer.footer2 .footer-app-item:first-child {
  width: 22.416%;
  margin-right: 38px;
}
#footer.footer2 .footer-app-item {
  width: 77.584%;
}
#footer.footer2 .footer-sns-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  align-items: center;
}
#footer.footer2 .footer-sns-wrap li {
  display: block;
  height: 28px;
}
#footer.footer2 .footer-sns-wrap li img {
  height: 100%;
}
#footer.footer2 .footer-app-bnr {
  width: 100%;
  display: block;
}
#footer.footer2 .footer-btm-border {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  #footer.footer2 .footer-app-bnr {
    max-width: 410px;
  }
}
@media only screen and (min-width: 1038px) {
  #footer.footer2 .footer-nav-bnr-wrap {
    margin-left: 16%;
  }
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-app-wrap {
    flex-direction: column;
    margin-bottom: 50px;
  }
  #footer.footer2 .footer-app-item:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  #footer.footer2 .footer-app-item {
    width: 100%;
  }
  #footer.footer2 .footer-sns-wrap {
    gap: 24px;
  }
}

/* 20240624_murai 商品詳細改修 */
.cmania-item .aboutTab {
  background-image: url(/assets/images/cmania/tab_bg.jpg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 70px 0 75px;
}
.cmania-item .aboutTab_inner {
  width: 100%;
  max-width: 855px;
  margin: 0 auto;
}
.cmania-item .aboutTab_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 90px;
}
.cmania-item .aboutTab_list li {
  width: calc((100% - 45px) / 4);
  max-width: 197px;
  text-align: center;
}
.cmania-item .aboutTab_list li a {
  display: block;
  width: 100%;
  padding: 15.5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #2f2725;
  background-color: #ffffff;
  border: solid 1px #fbc537;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}
.cmania-item .aboutTab_list li a:hover {
  color: #ffffff;
  background-color: #fbc537;
}
.cmania-item .aboutTab_list li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  background-image: url(/assets/images/cmania/arrow_yellow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cmania-item .aboutTab_list li a:hover::after {
  background-image: url(/assets/images/cmania/arrow_white.svg);
}
.cmania-item .aboutTab_recomendBox {
  width: 100%;
  max-width: 680px;
  margin: 0 auto 40px;
}
.cmania-item .aboutTab_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #2f2725;
  line-height: 1;
  padding: 11px 0;
  box-sizing: border-box;
  width: 100%;
  background-color: #fbc537;
}
.cmania-item .aboutTab_box {
  width: 100%;
  padding: 18px 55px;
  box-sizing: border-box;
  background-color: #ffffff;
  text-align: left;
}
.cmania-item .aboutTab_box p {
  font-size: 16px;
  line-height: 2;
}
.cmania-item .aboutTab_checkBox {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.cmania-item .aboutTab_checklist {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 10px 0 30px;
  gap: 10px 13px;
}
.cmania-item .aboutTab_checklist li {
  position: relative;
  width: calc((100% - 13px) / 2);
  max-width: 333px;
  background-color: #ffffff;
  padding: 15px 20px 15px 48px;
  min-height: 70px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #2f2725;
  text-align: left;
  display: flex;
  align-items: center;
}
.cmania-item .aboutTab_checklist li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/assets/images/cmania/ico_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.cmania-item .aboutTab_checkBox .note {
  font-size: 1.2rem;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.cmania-item ruby {
  letter-spacing: -0.05em;
}
body.cmania-item section.product .product-price-value {
  flex-shrink: 0;
}
@media only screen and (max-width: 768.98px) {
  .cmania-item .aboutTab {
    background-image: url(/assets/images/cmania/tab_bg_sp.jpg);
    padding: 44px 0 23px;
  }
  .cmania-item .aboutTab_inner {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .cmania-item .aboutTab_list {
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto 35px;
    gap: 15px 20px;
  }
  .cmania-item .aboutTab_list li {
    width: calc((100% - 20px) / 2);
    max-width: 135px;
  }
  .cmania-item .aboutTab_list li a {
    padding: 3.5px 10px;
    font-size: 14px;
    border-radius: 4px;
  }
  .cmania-item .aboutTab_list li a::after {
    width: 9px;
    height: 4px;
  }
  .cmania-item .aboutTab_recomendBox {
    max-width: 100%;
    margin: 0 auto 35px;
  }
  .cmania-item .aboutTab_ttl {
    font-size: 15px;
    padding: 11px 0;
  }
  .cmania-item .aboutTab_box {
    padding: 20px 30px;
  }
  .cmania-item .aboutTab_box p {
    font-size: 12px;
    line-height: 1.8;
  }
  .cmania-item .aboutTab_checkBox {
    max-width: 100%;
  }
  .cmania-item .aboutTab_checklist {
    margin: 10px 0 40px;
    gap: 9px 10px;
  }
  .cmania-item .aboutTab_checklist li {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    padding: 4px 25px 4px 25px;
    min-height: 43px;
    font-size: 12px;
    line-height: 1.64;
  }
  .cmania-item .aboutTab_checklist li::before {
    width: 8px;
    height: 8px;
    background-image: url(/assets/images/cmania/ico_check.svg);
    left: 8px;
  }
  .cmania-item .aboutTab_checkBox .note {
    font-size: 1rem;
    padding: 0 10px;
  }
  body.cmania-item section.product .product-doc-tag-wrap .product-doc-tag {
    width: auto;
    min-width: 64px;
    padding: 1px 5px;
  }
}

body#cmys .feature .section-wrap .point1 .txt {
  margin-bottom: 35px;
}
#cmys.cmania-item .point1 .img01 {
  text-align: center;
}
#cmys.cmania-item .point1 .img01 .slash {
  display: inline-block;
  margin: 0 auto 30px;
  max-width: 520px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 0 22px;
  box-sizing: border-box;
}
#cmys.cmania-item .point1 .img01 .slash::before,
#cmys.cmania-item .point1 .img01 .slash::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background-color: #2f2725;
  position: absolute;
  bottom: 0;
}
#cmys.cmania-item .point1 .img01 .slash::before {
  left: 0;
  transform: rotate(-30deg);
}
#cmys.cmania-item .point1 .img01 .slash::after {
  right: 0;
  transform: rotate(30deg);
}
#cmys.cmania-item .point1 .img01 .slash span {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
#cmys.cmania-item .point1 .img01 img {
  display: block;
  max-width: 546px;
  width: 100%;
  margin: 0 auto 45px;
  position: relative;
  left: -60px;
}
#cmys.cmania-item .point1 .img02 img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#cmys.cmania-item .point1 .img03 img {
  display: block;
  max-width: 582px;
  width: 100%;
  margin: 0 auto 60px;
}
#cmys.cmania-item .point2 .img01 img {
  display: block;
  max-width: 656px;
  width: 100%;
  margin: 0 auto 60px;
}
#cmys.cmania-item .point3 .img01 img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#cmys.cmania-item .point4 .img01 img {
  display: block;
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
}
#cmys.cmania-item .point5 h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  background-color: #fbc537;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 35px;
  padding: 8px 0;
}
#cmys.cmania-item .point5 small {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
#cmys.cmania-item .point5 .text-right {
  text-align: right;
}
#cmys.cmania-item .point5 small + h4 {
  margin-top: 20px;
}
#cmys.cmania-item .point5 .boxs {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px;
}
#cmys.cmania-item .point5 .txt_box {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  max-width: 575px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768.98px) {
  body#cmys .feature .section-wrap .point1 .txt {
    margin-bottom: 50px;
  }
  #cmys.cmania-item .point1 .img01 .slash {
    margin: 0 auto 15px;
    max-width: 265px;
    font-size: 14px;
    padding: 0 15px;
  }
  #cmys.cmania-item .point1 .img01 .slash::before,
  #cmys.cmania-item .point1 .img01 .slash::after {
    height: 19px;
  }
  #cmys.cmania-item .point1 .img01 .slash span {
    font-size: 11px;
    margin-bottom: 10px;
  }
  #cmys.cmania-item .point1 .img01 img {
    max-width: 265px;
    margin: 0 auto 35px;
    left: -20px;
  }
  #cmys.cmania-item .point1 .img02 img {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px 50px;
  }
  #cmys.cmania-item .point1 .img03 img {
    max-width: 100%;
    margin: 0 auto 75px;
  }
  #cmys.cmania-item .point2 .img01 img {
    max-width: 275px;
  }
  #cmys.cmania-item .point3 .img01 img {
    max-width: 268px;
  }
  #cmys.cmania-item .point4 .img01 img {
    max-width: 270px;
  }
  #cmys.cmania-item .point5 h4 {
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 8px 0;
  }
  #cmys.cmania-item .point5 small {
    max-width: 275px;
  }
  #cmys.cmania-item .point5 small + h4 {
    margin-top: 25px;
  }
  #cmys.cmania-item .point5 .boxs {
    max-width: 275px;
  }
  #cmys.cmania-item .point5 .txt_box {
    font-size: 11px;
    max-width: 230px;
    margin: 0 auto 24px;
  }
}

body#cmps .feature .section-wrap .point1 .txt {
  margin-bottom: 35px;
}
#cmps.cmania-item .point1 .img01 {
  text-align: center;
}
#cmps.cmania-item .point1 .img01 .slash {
  display: inline-block;
  margin: 0 auto 30px;
  max-width: 520px;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding: 0 22px;
  box-sizing: border-box;
}
#cmps.cmania-item .point1 .img01 .slash::before,
#cmps.cmania-item .point1 .img01 .slash::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background-color: #2f2725;
  position: absolute;
  bottom: 0;
}
#cmps.cmania-item .point1 .img01 .slash::before {
  left: 0;
  transform: rotate(-30deg);
}
#cmps.cmania-item .point1 .img01 .slash::after {
  right: 0;
  transform: rotate(30deg);
}
#cmps.cmania-item .point1 .img01 .slash span {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
#cmps.cmania-item .point1 .img01 img {
  display: block;
  max-width: 546px;
  width: 100%;
  margin: 0 auto 45px;
  position: relative;
  left: -60px;
}
#cmps.cmania-item .point1 .img02 img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 45px;
}
#cmps.cmania-item .point2 .img01 img {
  display: block;
  max-width: 554px;
  width: 100%;
  margin: 0 auto 50px;
}
#cmps.cmania-item .point3_box + .point3_box {
  margin-top: 100px;
}
#cmps.cmania-item .point3_box h4 {
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#cmps.cmania-item .point3 .img01 img {
  display: block;
  max-width: 742px;
  width: 100%;
  margin: -58px auto 0;
}
#cmps.cmania-item .point3 .img02 img {
  display: block;
  max-width: 432px;
  width: 100%;
  margin: -88px auto 10px;
}
#cmps.cmania-item .point4 .img01 img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
#cmps.cmania-item .point5 .img01 img {
  display: block;
  max-width: 748px;
  width: 100%;
  margin: 0 auto;
}
#cmps.cmania-item .point6 h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  background-color: #fbc537;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 35px;
  padding: 8px 0;
}
#cmps.cmania-item .point6 small {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
#cmps.cmania-item .point6 .text-right {
  text-align: right;
}
#cmps.cmania-item .point6 small + h4 {
  margin-top: 20px;
}
#cmps.cmania-item .point6 .boxs {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px;
}
#cmps.cmania-item .point6 .txt_box {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  max-width: 575px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768.98px) {
  body#cmps .feature .section-wrap .point1 .txt {
    margin-bottom: 50px;
  }
  #cmps.cmania-item .point1 .img01 .slash {
    margin: 0 auto 15px;
    max-width: 265px;
    font-size: 14px;
    padding: 0 12px;
  }
  #cmps.cmania-item .point1 .img01 .slash::before,
  #cmps.cmania-item .point1 .img01 .slash::after {
    height: 19px;
  }
  #cmps.cmania-item .point1 .img01 .slash span {
    font-size: 11px;
    margin-bottom: 10px;
  }
  #cmps.cmania-item .point1 .img01 img {
    max-width: 265px;
    margin: 0 auto 35px;
    left: -20px;
  }
  #cmps.cmania-item .point1 .img02 img {
    max-width: 320px;
    margin: 0 auto 40px;
  }
  #cmps.cmania-item .point2 .img01 img {
    max-width: 277px;
    margin: 0 auto 35px;
  }
  #cmps.cmania-item .point3_box + .point3_box {
    margin-top: 50px;
  }
  #cmps.cmania-item .point3_box h4 {
    font-size: 15px;
    text-underline-offset: 2px;
  }
  #cmps.cmania-item .point3 .img01 img {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 35px -15px 0;
  }
  #cmps.cmania-item .point3 .img02 img {
    max-width: 216px;
    margin: -30px auto 20px;
  }
  #cmps.cmania-item .point4 .img01 img {
    max-width: 268px;
  }
  #cmps.cmania-item .point5 .img01 img {
    max-width: 270px;
  }
  #cmps.cmania-item .point6 h4 {
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 8px 0;
  }
  #cmps.cmania-item .point6 small {
    max-width: 275px;
  }
  #cmps.cmania-item .point6 small + h4 {
    margin-top: 25px;
  }
  #cmps.cmania-item .point6 .boxs {
    max-width: 275px;
  }
  #cmps.cmania-item .point6 .txt_box {
    font-size: 11px;
    max-width: 230px;
    margin: 0 auto 24px;
  }
}

#cmyc.cmania-item .point1 .img01 img {
  display: block;
  max-width: 777px;
  width: 100%;
  margin: 0 auto 10px;
}
#cmyc.cmania-item .point1 .img02 img {
  display: block;
  max-width: 543px;
  width: 100%;
  margin: 0 auto 100px;
}
#cmyc.cmania-item .point2 .img01 img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
}
#cmyc.cmania-item .point3 .img01 img {
  display: block;
  max-width: 441px;
  width: 100%;
  margin: 0 auto 32px;
}
#cmyc.cmania-item .point4 .img01 img {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 0;
}
#cmyc.cmania-item .point5 .img01 img {
  display: block;
  max-width: 629px;
  width: 100%;
  margin: 0 auto 0;
}
#cmyc.cmania-item .point6 h4 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  background-color: #fbc537;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 35px;
  padding: 8px 0;
}
#cmyc.cmania-item .point6 small {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
}
#cmyc.cmania-item .point6 .text-right {
  text-align: right;
}
#cmyc.cmania-item .point6 small + h4 {
  margin-top: 20px;
}
#cmyc.cmania-item .point6 .boxs {
  max-width: 450px;
  width: 100%;
  margin: 0 auto 30px;
}
#cmyc.cmania-item .point6 .txt_box {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  max-width: 575px;
  width: 100%;
  margin: 0 auto 50px;
}
body#cmyc.cmania-item section.product .slick-dots li {
  width: 62px;
  height: 62px;
}

@media only screen and (max-width: 768.98px) {
  #cmyc.cmania-item .point1 .img01 img {
    max-width: 250px;
    margin: 0 auto 35px;
  }
  #cmyc.cmania-item .point1 .img02 img {
    display: block;
    max-width: 543px;
    width: 100%;
    margin: 0 auto 100px;
  }
  #cmyc.cmania-item .point2 .img01 img {
    max-width: 242px;
    margin: 0 auto 40px;
  }
  #cmyc.cmania-item .point3 .img01 img {
    max-width: 219px;
    margin: 0 auto 35px;
  }
  #cmyc.cmania-item .point4 .img01 img {
    max-width: 268px;
  }
  #cmyc.cmania-item .point5 .img01 img {
    max-width: 272px;
  }
  #cmyc.cmania-item .point6 h4 {
    font-size: 15px;
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 8px 0;
  }
  #cmyc.cmania-item .point6 small {
    max-width: 275px;
  }
  #cmyc.cmania-item .point6 small + h4 {
    margin-top: 25px;
  }
  #cmyc.cmania-item .point6 .boxs {
    max-width: 275px;
  }
  #cmyc.cmania-item .point6 .txt_box {
    font-size: 11px;
    max-width: 230px;
    margin: 0 auto 24px;
  }
  body#cmyc.cmania-item section.product .slick-dots li {
    width: 29px;
    height: 29px;
  }
}

/* 20240716_murai 追従カートボタンのデザイン変更 */
@media only screen and (max-width: 767px) {
  #itembnr.with-subscribe {
    display: none;
    padding-top: 30px;
  }
  #itembnr .ibnr-box.subscribe {
    background-color: transparent;
  }
  #itembnr .ibnr-box.subscribe {
    position: relative;
  }
  #itembnr .ibnr-tag-note {
    width: calc(100% - 35px);
    background-color: #2f2725;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    line-height: 1;
    padding: 5px 2px;
    box-sizing: border-box;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
  #itembnr .ibnr-tag-note::after {
    content: "";
    display: grid;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    width: 10px;
    height: 10px;
    background-color: #2f2725;
    position: absolute;
    left: 30px;
    top: 100%;
  }
  #itembnr .ibnr-cart-btn {
    padding: 0 40px;
  }
  #itembnr .ibnr-cart-btn i {
    position: absolute;
    left: 10px;
  }
  #itembnr .ibnr-cart-btn {
    justify-content: center;
  }
  #itembnr .ibnr-cart-btn div {
    margin-right: -15px;
  }
}

/*20240806_watanabe 商品詳細にお知らせフィールド追加*/
.notice-area {
  margin-top: 30px;
  display: block;
}

.notice-area span {
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 1;
  background: #cf2e2e;
  margin-right: 20px;
}

.notice-area a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
  text-align: left;
  display: block;
  letter-spacing: -0.05em;
}

@media only screen and (max-width: 767px) {
  .notice-area span {
    font-size: 11px;
  }
  .notice-area a {
    font-size: 11px;
  }
}

/* 20240926_初回割引オファーの停止対応 */
.merit-detail-block .item-price .cont {
  width: 100%;
}

@media only screen and (min-width: 641px) {
  .merit-detail-block #merit02 {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .merit-detail-block #merit02 .ttl-content {
    width: 100%;
  }

  .merit-detail-block #merit02 .box-txt {
    width: 220px;
  }

  .merit-detail-block #merit02 .pay-table {
    width: calc(100% - 240px);
  }
}

@media only screen and (max-width: 640px) {
  .merit-detail-block #merit02 .pay-th {
    padding: 4px 0;
    letter-spacing: 0.01em;
  }

  .merit-detail-block #merit02 .pay-td {
    line-height: 1.4;
  }
}

@media only screen and (min-width: 641px) {
  .merit-detail-block #merit03 {
    display: block !important;
  }

  .merit-detail-block #merit03 .box-txt {
    width: 100% !important;
  }
}

/* 20241007_watanabe【送料無料 ⇒ 送料当社負担】の表現統一調整 */
@media only screen and (max-width: 767px) {
  #itembnr .ibnr-tag-note {
    width: 100% !important;
  }
}

/* 20241031_abe 定期便サービスのご案内 */
.c-link-red {
  color: #9b0202;
}
.service .box#merit05 .txt-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.035em;
  margin-top: 25px;
}
.service .box#merit05 .img img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .service .merit-block .shopping-box {
    margin-top: 0;
  }
  .service .merit-block .shopping-box .list li:first-child {
    border-top: none;
  }
  .service .box#merit05 .txt-title {
    font-size: 14px;
  }
}

/* 20241120_商品詳細C+maniaパワーセラムC+30リッチ化 */
/**add**/
/**
20260213 scroll-behavior無効化
html {
	scroll-behavior: smooth;
}
**/

/**common**/
#cmps .updatecontent *,
#cmps .updatecontent ::before,
#cmps .updatecontent ::after {
  box-sizing: border-box;
}
#cmps .updatecontent {
  font-family: "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #302725;
}
#cmps .updatecontent .pcnone {
  display: none !important;
}
#cmps .updatecontent .spnone {
  display: block !important;
}
#cmps .updatecontent .w92p {
  width: 92%;
}
#cmps .updatecontent .inner_content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
/**
#cmps .updatecontent .notoserif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
**/
#cmps .updatecontent .notosansserif {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800 !important;
  font-style: normal;
}
#cmps .updatecontent .notosansserif em {
  font-weight: 800 !important;
}
#cmps .updatecontent em {
  font-style: normal;
  font-weight: bold;
}
#cmps .updatecontent .sec_title {
  font-size: 20px;
  font-size: 24px;
  font-weight: bold;
}
#cmps .updatecontent .sec_title em {
  font-size: 28px;
  font-size: 40px;
}
#cmps .updatecontent .content_title {
  font-size: 24px;
  font-weight: bold;
}
#cmps .updatecontent .coverimage {
  margin: 0 auto;
  display: block;
}
/**
#cmps .updatecontent .ls02 {
  letter-spacing: -0.02em;
}
#cmps .updatecontent .ls05 {
  letter-spacing: -0.05em;
}
**/

#cmps .updatecontent .ml_n10em {
  margin-left: -1em;
}

/**safariルビ対応**/
#cmps .updatecontent .ruby[rb] {
  position: relative;
}
#cmps .updatecontent .ruby[rb]::before {
  content: attr(rb);
  position: absolute;
  top: -0.8em;
  left: -0.5em;
  /* right: -0.2em; */
  font-size: 0.43em;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  text-indent: 0;
  font-weight: normal;
}

#cmps .updatecontent sup {
  font-weight: normal;
  margin-left: -0.2em;
  /* margin-right: -0.0em; */
}
#cmps .updatecontent .attention {
  font-size: 11px;
  text-align: left;
  margin-top: 1em;
}
#cmps .updatecontent .fs-11 {
  font-size: 11px;
}

/**content**/
/**左右2色**/
#cmps .updatecontent .wrap_fvimg .wrap_bg {
  /* background: linear-gradient(90deg, #fde54c 0%, #fde54c 50%, #e78f00 50%, #e78f00 100%); */
  background: linear-gradient(90deg, #fde54c 0%, #f2ba26 50%, #f2ba26 50%, #e78f00 100%);
  text-align: center;
}
#cmps .updatecontent .wrap_fvimg .wrap_bg img {
  margin: 0 auto;
}
#cmps .updatecontent .wrap_fvimg .inner_content {
}
/**
#cmps .updatecontent .wrap_fvimg .wrap_bg_img {
  background: url(/assets/images/cmania/fvimg_bg.jpg) no-repeat center center;
}
  **/

#cmps .updatecontent .wrap_about {
  padding: 90px 0;
  padding: 4% 0;
}
#cmps .updatecontent .wrap_about .content_title {
  text-align: center;
  margin-bottom: 5%;
}

#cmps .updatecontent .wrap_about .box_link {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-bottom: 10%;
  width: calc((800 / 950) * 100%);
}
#cmps .updatecontent .wrap_about .box_link .box_link_list {
  display: flex;
  justify-content: space-between;
}
#cmps .updatecontent .wrap_about .box_link .box_link_list li {
  width: 187px;
  width: 23.4%;
}
#cmps .updatecontent .wrap_about .box_link .box_link_list li a {
  background: #302725;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 5% 5%;
  border-radius: 3px;
  border: 1px solid #302725;
  font-weight: bold;
}
#cmps .updatecontent .wrap_about .box_link .box_link_list li a::after {
  content: "";
  background: url(/assets/images/cmania/about_link_icon.svg) no-repeat 0 0 / contain;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#cmps .updatecontent .wrap_about .box_link .box_link_list li a:hover {
  background: #fff;
  color: #302725;
}
#cmps .updatecontent .wrap_about .box_link .box_link_list li a:hover::after {
  background: url(/assets/images/cmania/about_link_icon_hover.svg) no-repeat center center / contain;
}

#cmps .updatecontent .wrap_about .box_osusume {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 7%;
  width: calc((680 / 950) * 100%);
}
#cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li {
  width: 100%;
  padding: 2.5% 3.5%;
  padding-right: 0%;
  background: #fdf004;
  line-height: 1;
  line-height: 1.2;
  letter-spacing: -0.02em;
  border-radius: 3px;
  /* padding-left: calc(3.5% + 5%); */
  /* text-indent: -5.5%; */
  display: flex;
  align-items: center;
}
#cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li span {
  /* margin-top: 0.3%; */
}
#cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li + li {
  margin-top: 2%;
}
#cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li::before {
  content: "";
  background: url(/assets/images/cmania/osusume_list_icon.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 2%;
}

#cmps .updatecontent .wrap_about .box_check {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 7%;
  width: calc((680 / 950) * 100%);
}
#cmps .updatecontent .wrap_about .box_check .box_check_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cmps .updatecontent .wrap_about .box_check .box_check_list li {
  width: 48%;
  padding: 3% 3%;
  background: #f6f6f6;
  line-height: 1;
  line-height: 1.2;
  margin-bottom: 3%;
  white-space: nowrap;
  border-radius: 3px;
  /* padding-left: calc(3.5% + 5%); */
  /* text-indent: -10.5%; */
  display: flex;
  align-items: center;
}
#cmps .updatecontent .wrap_about .box_check .box_check_list li::before {
  content: "";
  background: url(/assets/images/cmania/check_list_icon.svg) no-repeat 0 0 / contain;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 3%;
  vertical-align: bottom;
}
#cmps .updatecontent .wrap_about .box_check .box_check_list li:last-child {
  margin-bottom: 0;
}

#cmps .updatecontent .wrap_vitaminc {
  background: #fef9d8;
  padding: 130px 0;
  padding: 6.8% 0;
}
#cmps .updatecontent .wrap_vitaminc .inner_content {
  max-width: 800px;
  width: calc((800 / 950) * 100%);
}
#cmps .updatecontent .wrap_vitaminc .sec_title {
  text-align: center;
  margin-bottom: 70px;
  margin-bottom: 10%;
}
#cmps .updatecontent .wrap_vitaminc .sec_title em {
  display: block;
  color: #f37c1e;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 2px;
  margin-top: 0.3em;
}
#cmps .updatecontent .wrap_vitaminc .content_box .content_title {
  border-left: 7px solid #f37c1e;
  padding-left: 2%;
  margin-bottom: 30px;
  margin-bottom: 3.6%;
}
#cmps .updatecontent .wrap_vitaminc .content_box .text_box {
  margin-bottom: 80px;
  margin-bottom: 10%;
}
#cmps .updatecontent .wrap_vitaminc .content_box .text_box em {
  color: #f37c1e;
}
#cmps .updatecontent .wrap_vitaminc .content_box .text_box .img_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-top: 4%;
}
#cmps .updatecontent .wrap_vitaminc .content_box .text_box .img_box2 {
  margin-top: 4%;
}
#cmps .updatecontent .wrap_vitaminc .content_box .text_box .img_box img {
  width: calc((390 / 800) * 100%);
}
#cmps .updatecontent .wrap_vitaminc .content_box .text_box:last-child {
  margin-bottom: 0;
}

#cmps .updatecontent .wrap_point {
  background: #feeec3;
  padding: 130px 0;
  padding: 6.8% 0;
}
#cmps .updatecontent .wrap_point .inner_content {
  max-width: 950px;
}
#cmps .updatecontent .wrap_point .content_box {
  background: #fff;
  padding: 45px 75px;
  padding: 5.5% 9%;
  margin-bottom: 40px;
  margin-bottom: 5%;
}
#cmps .updatecontent .wrap_point .content_box:last-child {
  margin-bottom: 0%;
}
#cmps .updatecontent .wrap_point .content_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 30px;
  margin-bottom: 5%;
}
#cmps .updatecontent .wrap_point .content_title img {
  max-width: 78px;
  margin-bottom: 40px;
  margin-bottom: 4%;
  width: 12%;
}
#cmps .updatecontent .wrap_point .content_box .text {
  margin-bottom: 30px;
  margin-bottom: 4.5%;
}

#cmps .updatecontent .wrap_uruoi {
}
#cmps .updatecontent .wrap_uruoi .inner_content {
  max-width: 800px;
}
#cmps .updatecontent .wrap_uruoi .wrap_img {
  background: url(/assets/images/cmania/uruoi_bg.jpg) no-repeat center center / cover;
}
#cmps .updatecontent .wrap_uruoi .wrap_img .coverimage {
  max-width: 950px;
  width: 100%;
}

#cmps .updatecontent .wrap_refresh {
  padding: 110px 0;
  padding: 8% 0;
}
#cmps .updatecontent .wrap_refresh .inner_content {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc((800 / 950) * 100%);
}
#cmps .updatecontent .wrap_refresh .content_title {
  margin-bottom: 30px;
  margin-bottom: 8%;
  font-size: 30px;
  line-height: 1.4;
}
#cmps .updatecontent .wrap_refresh .inner_content .text_box {
  max-width: 380px;
  width: 47.5%;
}
#cmps .updatecontent .wrap_refresh .inner_content img {
  max-width: 380px;
  width: 47.5%;
}

#cmps .updatecontent .wrap_voice {
  background: #fef9d8;
  padding: 120px 0;
  padding: 7% 0;
}
#cmps .updatecontent .wrap_voice .inner_content {
  max-width: 950px;
}
#cmps .updatecontent .wrap_voice .content_title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-bottom: 6%;
}
#cmps .updatecontent .wrap_voice .content_title span {
  display: inline-block;
  margin-bottom: 1%;
  position: relative;
  padding: 0 0.4em;
}
#cmps .updatecontent .wrap_voice .content_title span::before {
  content: "";
  border-left: 2px solid #302725;
  display: block;
  height: 1.4em;
  transform: rotate(-20deg);
  position: absolute;
  top: -0.2em;
  left: 0%;
}
#cmps .updatecontent .wrap_voice .content_title span::after {
  content: "";
  border-left: 2px solid #302725;
  display: block;
  height: 1.4em;
  transform: rotate(20deg);
  position: absolute;
  top: -0.2em;
  right: 0%;
}
#cmps .updatecontent .wrap_voice .content_title em {
  font-size: 40px;
  display: block;
  margin-top: 0.3em;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 2px;
}
#cmps .updatecontent .wrap_voice .content_box {
  display: flex;
  justify-content: space-between;
}
#cmps .updatecontent .wrap_voice .content_box img {
  width: 31.57%;
  max-width: 300px;
}

#cmps .updatecontent .wrap_howto {
  background: #f0f0f0;
  padding: 120px 0;
  padding: 7% 0;
}
#cmps .updatecontent .wrap_howto .inner_content {
  max-width: 950px;
}
#cmps .updatecontent .wrap_howto .content_box {
  padding: 80px 75px;
  padding: 8% 8%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
#cmps .updatecontent .wrap_howto .content_title {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 70px;
  margin-bottom: 8%;
  padding: 0.6em 1.7em;
  background: #302725;
  color: #fff;
  display: inline-block;
}
#cmps .updatecontent .wrap_howto .content_box ul {
  text-align: left;
  display: flex;
  justify-content: center;
}
#cmps .updatecontent .wrap_howto .content_box ul li {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#cmps .updatecontent .wrap_howto .content_box ul li .num {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-bottom: 5.5%;
  line-height: 1;
  font-family: "heebo";
}
#cmps .updatecontent .wrap_howto .content_box ul li .text {
  padding: 0 40px;
  padding: 0 10%;
  flex-grow: 1;
}

#cmps .updatecontent .wrap_kodawari {
  background: #fff;
  padding: 120px 0;
  padding: 7% 0;
}
#cmps .updatecontent .wrap_kodawari .content_title {
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-bottom: 4%;
  padding: 0.9em 0;
  border-top: 3px solid #302725;
  border-bottom: 3px solid #302725;
}
#cmps .updatecontent .wrap_kodawari .inner_content {
  max-width: 950px;
}
#cmps .updatecontent .wrap_kodawari .content_box {
}
#cmps .updatecontent .wrap_kodawari .content_box .attention_mb {
  margin-bottom: 40px;
  margin-bottom: 5%;
}

/**調整**/
@media only screen and (max-width: 950px) {
  #cmps .updatecontent .wrap_point .inner_content,
  #cmps .updatecontent .wrap_voice .inner_content {
    width: 92%;
  }

  #cmps .updatecontent .wrap_about .box_link .box_link_list li a::after {
    width: 2.2vw;
    height: 2.2vw;
  }

  /**フォントサイズ 1/950*100 **/
  #cmps .updatecontent {
    font-size: 16px;
    font-size: calc(16 * 0.105263157vw);
  }

  #cmps .updatecontent .sec_title {
    font-size: 24px;
    font-size: calc(24 * 0.105263157vw);
  }

  #cmps .updatecontent .sec_title em {
    font-size: 40px;
    font-size: calc(40 * 0.105263157vw);
  }

  #cmps .updatecontent .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.105263157vw);
  }

  #cmps .updatecontent .attention {
    font-size: 11px;
    font-size: calc(11 * 0.105263157vw);
  }

  #cmps .updatecontent .fs-11 {
    font-size: 11px;
    font-size: calc(11 * 0.105263157vw);
  }
  #cmps .updatecontent sup {
    font-size: calc(10 * 0.105263157vw) !important;
  }
  #cmps .updatecontent .wrap_refresh .content_title {
    font-size: 30px;
    font-size: calc(30 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_voice .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_voice .content_title em {
    font-size: 40px;
    font-size: calc(40 * 0.105263157vw);
  }
  #cmps .updatecontent .wrap_howto .content_title {
    font-size: 20px;
    font-size: calc(20 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_howto .content_box ul li .num {
    font-size: 70px;
    font-size: calc(70 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_kodawari .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_voice .content_title em {
    font-size: 40px;
    font-size: calc(40 * 0.105263157vw);
  }
  #cmps .updatecontent .wrap_howto .content_title {
    font-size: 20px;
    font-size: calc(20 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_howto .content_box ul li .num {
    font-size: 70px;
    font-size: calc(70 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_kodawari .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.105263157vw);
  }
  #cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li,
  #cmps .updatecontent .wrap_about .box_check .box_check_list li {
    font-size: calc(16 * 0.98 * 0.105263157vw);
  }

  #cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li::before,
  #cmps .updatecontent .wrap_about .box_check .box_check_list li::before {
    width: 2.3vw;
    height: 2.3vw;
  }

  #cmps .updatecontent .wrap_fvimg .inner_content,
  #cmps .updatecontent .wrap_uruoi .inner_content,
  #cmps .updatecontent .wrap_kodawari .inner_content {
    width: 97%;
  }

  #cmps .updatecontent .wrap_vitaminc {
    padding: 15% 0;
  }
  #cmps .updatecontent .wrap_point {
    padding: 15% 0;
  }
} /**@end**/

/**SP サイトの切り替えポイント**/
@media only screen and (max-width: 640px) {
  /**common**/
  #cmps .updatecontent .pcnone {
    display: block !important;
  }
  #cmps .updatecontent .spnone {
    display: none !important;
  }

  /**フォントサイズ 1/400*100 **/
  #cmps .updatecontent {
    font-size: 16px;
    font-size: calc(16 * 0.2vw);
  }

  #cmps .updatecontent .sec_title {
    font-size: 24px;
    font-size: calc(24 * 0.2vw);
  }

  #cmps .updatecontent .sec_title em {
    font-size: 40px;
    font-size: calc(40 * 0.2vw);
  }

  #cmps .updatecontent .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.2vw);
  }

  #cmps .updatecontent .attention {
    font-size: 10px;
    /* font-size: calc(11 * 0.20vw); */
  }

  #cmps .updatecontent .fs-11 {
    font-size: 11px;
    font-size: calc(11 * 0.2vw);
  }
  #cmps .updatecontent sup {
    font-size: calc(10 * 0.2vw) !important;
  }
  #cmps .updatecontent .wrap_refresh .content_title {
    font-size: 30px;
    font-size: calc(30 * 0.2vw);
  }

  #cmps .updatecontent .wrap_voice .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.2vw);
  }

  #cmps .updatecontent .wrap_voice .content_title em {
    font-size: 40px;
    font-size: calc(40 * 0.2vw);
  }
  #cmps .updatecontent .wrap_howto .content_title {
    font-size: 20px;
    font-size: calc(20 * 0.2vw);
  }

  #cmps .updatecontent .wrap_howto .content_box ul li .num {
    font-size: 70px;
    font-size: calc(70 * 0.2vw);
  }

  #cmps .updatecontent .wrap_kodawari .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.2vw);
  }

  /**content**/
  #cmps .updatecontent .wrap_fvimg .inner_content {
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_howto .content_box ul li .num {
    font-size: 70px;
    font-size: calc(70 * 0.2vw);
  }

  #cmps .updatecontent .wrap_kodawari .content_title {
    font-size: 24px;
    font-size: calc(24 * 0.2vw);
  }
  #cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li,
  #cmps .updatecontent .wrap_about .box_check .box_check_list li {
    font-size: calc(16 * 0.98 * 0.2vw);
    padding-top: 1.3em;
    padding-bottom: 1.2em;
  }

  #cmps .updatecontent .wrap_about .box_link .box_link_list {
    flex-wrap: wrap;
  }
  #cmps .updatecontent .wrap_about .box_link .box_link_list li {
    width: 47.5%;
  }
  #cmps .updatecontent .wrap_about .box_link .box_link_list li:nth-child(1),
  #cmps .updatecontent .wrap_about .box_link .box_link_list li:nth-child(2) {
    margin-bottom: 5%;
  }
  #cmps .updatecontent .wrap_vitaminc .content_box .content_title {
    border-width: 5px;
  }
  #cmps .updatecontent .wrap_about {
    padding: 10% 0;
  }
  #cmps .updatecontent .wrap_about .box_link {
    width: 81.3%;
  }
  #cmps .updatecontent .wrap_about .box_osusume {
    width: 89.3%;
    margin-bottom: 10%;
  }
  #cmps .updatecontent .wrap_about .box_check {
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_about .box_link .box_link_list li a::after {
    width: 15px;
    height: 15px;
  }
  #cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li::before,
  #cmps .updatecontent .wrap_about .box_check .box_check_list li::before {
    width: 15px;
    height: 15px;
  }
  #cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li + li {
    margin-top: 3.5%;
  }
  #cmps .updatecontent .wrap_about .box_osusume .box_osusume_list li span {
    letter-spacing: -0.05em;
  }

  #cmps .updatecontent .wrap_vitaminc .inner_content {
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_vitaminc .sec_title {
    margin-bottom: 14%;
  }
  #cmps .updatecontent .wrap_vitaminc .content_box .text_box .img_box {
    flex-direction: column;
  }
  #cmps .updatecontent .wrap_vitaminc .content_box .text_box .img_box img {
    width: 100%;
  }

  #cmps .updatecontent .wrap_point .inner_content {
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_point .content_box {
    padding: 8% 6%;
    margin-bottom: 8%;
  }
  #cmps .updatecontent .wrap_point .content_title {
    margin-bottom: 9%;
  }
  #cmps .updatecontent .wrap_point .content_title img {
    width: 18%;
    margin-bottom: 8%;
  }

  #cmps .updatecontent .wrap_uruoi {
    padding: 15% 0;
  }
  #cmps .updatecontent .wrap_uruoi .inner_content {
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_uruoi .wrap_img {
    width: 89.3%;
    margin: 0 auto;
  }

  #cmps .updatecontent .wrap_refresh {
    padding-top: 0%;
    padding-bottom: 15%;
  }
  #cmps .updatecontent .wrap_refresh .inner_content {
    flex-direction: column;
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_refresh .inner_content .text_box {
    width: 100%;
    max-width: 100%;
  }
  #cmps .updatecontent .wrap_refresh .inner_content img {
    width: 100%;
    max-width: 100%;
  }
  #cmps .updatecontent .wrap_refresh .inner_content .text_box p {
    margin-bottom: 6%;
  }

  #cmps .updatecontent .wrap_voice {
    padding: 18% 0;
  }
  #cmps .updatecontent .wrap_voice .inner_content {
    width: 81.3%;
  }
  #cmps .updatecontent .wrap_voice .content_title {
    margin-bottom: 15%;
  }
  #cmps .updatecontent .wrap_voice .content_box {
    flex-direction: column;
    margin-bottom: -5%;
  }
  #cmps .updatecontent .wrap_voice .content_box img {
    width: 100%;
    max-width: 100%;
  }
  #cmps .updatecontent .wrap_voice .content_box img {
    margin-bottom: 5%;
  }

  #cmps .updatecontent .wrap_howto {
    padding: 10% 0;
  }
  #cmps .updatecontent .wrap_howto .inner_content {
    width: 89.3%;
  }
  #cmps .updatecontent .wrap_howto .content_box {
    padding: 15% 6%;
  }
  #cmps .updatecontent .wrap_howto .content_box ul {
    flex-direction: column;
  }
  #cmps .updatecontent .wrap_howto .content_box ul li {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #cmps .updatecontent .wrap_howto .content_box ul li .num {
    width: 20%;
    margin-bottom: 0;
  }
  #cmps .updatecontent .wrap_howto .content_box ul li .text {
    padding: 0;
    width: 80%;
    padding-right: 5%;
  }

  #cmps .updatecontent .wrap_kodawari {
    padding: 15% 0;
  }
  #cmps .updatecontent .wrap_kodawari .inner_content {
    width: 81.3%;
  }
  #cmps .updatecontent .wrap_kodawari .content_title {
    line-height: 1.5;
  }
} /**@end**/

/**SP2 フォント改行対応**/
@media only screen and (max-width: 400px) {
  #cmps .updatecontent .fvcontent .fvtext {
    font-size: 3.9vw;
  }
  #cmps .updatecontent .wrap_point1 .wrap_box1 .wrap_box1b .text {
    font-size: 3.9vw;
  }
  #cmps .updatecontent .wrap_point1 .content_subtitle {
    font-size: 3.9vw;
  }
} /**@end**/

/* 商品詳細レビュー下『すべてのレビューを見る』ボタン */
.revico-seo-content {
  text-align: center;
}
.revico-seo-content {
  background: #fff;
  width: 520px;
  margin: 0 auto;
  padding: 30px 0 30px;
}
.revico-seo-content a {
  background-color: #444;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  border-radius: 2px;
  transition: all 0.6s;
  opacity: 1;
}
.revico-seo-content a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .revico-seo-content {
    max-width: 91%;
    margin: 0px auto;
    padding: 0 0 30px;
  }
  .revico-seo-content a {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}

/* 20250514_watanabe appバナー差替え */
#footer.footer2 .footer-bnr-img {
  border-radius: 5px;
}
@media only screen and (min-width: 641px) {
  #footer.footer2 .footer-bnr-img {
    max-width: 271.25px;
  }
}

/* 20250530_Cmaniaセラム30の定期便下げ対応 */
.notice-area span {
  display: inline-block;
  border-radius: 4px;
  padding: 6px 15px;
  background: #000;
  margin-bottom: 5px;
}
.notice-area a {
  display: inline;
}

/* 20250612_ヘッダーメニューアイコンの変更 */
#header.header2 .shop-icon {
  width: 22px;
  height: 23px;
  background-color: transparent;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#header.header2 .shop-icon.login,
#header.header2 .shop-icon.cart {
  background: none;
}
#header.header2 .shop-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 23px;
  transition: opacity 0.3s ease-in-out;
}
#header.header2 .shop-icon.login::before {
  background-image: url(/assets/images/cmania/mypage.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header.header2 .shop-icon.cart::before {
  background-image: url(/assets/images/cmania/cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#header.header2 .shop-icon .js-cart-count {
  background-color: #c1272d;
  color: #fff;
  right: -13px;
  top: -11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  width: 18px;
  height: 18px;
  padding: 0;
}
#header.header2 .shop-item a:hover {
  color: #000;
}
@media only screen and (max-width: 949px) {
  #header.header2 .gnav-login::before {
    left: 25px;
    background-image: url(/assets/images/cmania/mypage.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 7px center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 50%;
  }
  #header.header2 .wrapper {
    padding-right: 18px;
  }
  #header.header2 .shop-list {
    margin-right: 3px;
  }
  #header.header2 #hamburger {
    flex-flow: column;
    margin-top: 2px;
  }
  #header.header2 .shop-link {
    width: 57px;
  }
  #header.header2 #hamburger .hamburger {
    height: 16px;
  }
  #header.header2 #hamburger .hamburger::before,
  #header.header2 #hamburger .hamburger::after,
  #header.header2 #hamburger .hamburger span {
    height: 2px;
  }
  #header.header2 #hamburger.is-active .hamburger::before {
    left: 3px;
  }
  #header.header2 #hamburger.is-active .hamburger::after {
    right: -3px;
  }
  #header.header2 #hamburger .btn-txt-sp {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  #header.header2 .shop-icon-label {
    display: block;
  }
  #header.header2 .shop-icon::before,
  #header.header2 .shop-icon::after {
    width: 20px;
    height: 20px;
  }
  #header.header2 .shop-icon-label {
    margin-top: 1px;
  }
  #header.header2 .shop-icon .js-cart-count {
    font-size: 10px;
    width: 16px;
    height: 16px;
    right: -10px;
    top: -7px;
  }
}

/* 20250619_watanabe HP-2865 【footer・バーガーメニュー】あしたの美肌バナー設置 */
/* バーガーメニュー */
@media only screen and (min-width: 768.99px) {
  #header.header2 .gnav-item .bnr.bnr-ashita {
    display: none;
  }
}
@media only screen and (max-width: 768.98px) {
  #header.header2 .gnav-item .bnr.bnr-ashita {
    padding: 40px 0 30px;
  }
  #header.header2 .gnav-item .bnr.bnr-ashita .ttl {
    font-size: 12px;
  }
  #header.header2 .gnav-item .bnr.bnr-ashita .img {
    margin-top: 15px;
  }
  #header.header2 .gnav-item .bnr.bnr-ashita a {
    font-size: 14px;
    position: relative;
    padding: 20px 0;
    display: block;
    background: #fdf4f4;
    text-align: center;
    border-radius: 5px;
  }
  #header.header2 .gnav-item .bnr.bnr-ashita a img {
    width: 130px;
  }
}

/* フッター */
#footer.footer2 .footer-app-item:first-child {
  min-width: 25.416%;
  margin-right: 0;
}
@media only screen and (min-width: 769px) {
  #footer.footer2 .footer-bnr-wrap {
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #footer.footer2 .footer-app-item:nth-last-of-type(-n + 2) {
    max-width: 271.25px;
  }
  #footer.footer2 .footer-app-item:nth-of-type(3) {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 768.98px) {
  #footer.footer2 .footer-app-item:first-child {
    margin-bottom: 0;
  }
  #footer.footer2 .footer-app-item:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

/*20250929 HP-3011 あしたの美肌のキャッチコピー・アプリバナーおよびリンク先変更*/
#footer.footer2 .footer-bnr-title {
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  #footer.footer2 .footer-app-item:nth-of-type(3) .footer-bnr-title {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 768.98px) {
  #header.header2 .gnav-item .bnr.bnr-ashita .ttl {
    font-size: 14px;
  }
}

/* 20251014_abe 【C+mania】商品詳細のトップに戻るボタンの位置調整 */
#topback.is-active {
  bottom: 0 !important;
}

/* l-main paddingトリ */
.l-main {
  padding-top: 0;
  padding-bottom: 0;
}
