@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/sinto/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: flex;
  flex-direction: column;
  justify-content: 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#sinto-index section.banner {
  margin-bottom: 60px !important;
}
@media (max-width: 768.98px) {
  body#sinto-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%;
  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;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 1094px;
    margin: 0 auto;
    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;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 1244px;
    margin-left: auto;
    justify-content: center;
    position: relative;
  }
  #footer.footer2 .footer-nav-bnr-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }
  #footer.footer2 .footer-sns {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer.footer1 .brands ul.diet li {
    width: 33%;
  }
  #footer.footer1 .footer-block-bottom-credit {
    margin: 0 auto;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  #footer.footer2 .footer-block-bottom-credit {
    display: flex;
    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 {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #footer.footer1 .brands ul.diet {
    margin-top: 60px;
  }
  #footer.footer1 .brands ul.diet li {
    height: auto;
    width: 204px;
    margin-left: 18px;
    margin-bottom: 18px;
  }
  #footer.footer1 .brands ul.diet li:nth-child(1),
  #footer.footer1 .brands ul.diet li:nth-child(6) {
    margin-left: 0;
  }
}
@media (max-width: 768.98px) {
  #footer.footer1 .brands ul {
    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;
  }
}

/* 20230629_murai フッターロゴ追加・調整 */
#footer.footer2 .footer-brand-top {
  max-width: 335px;
  margin-bottom: 26px;
}
#footer.footer2 .footer-brand-top a {
  transition: 0.3s ease-in-out;
  display: block;
}
#footer.footer02 .footer-brand-top a:hover {
  opacity: 0.7;
}
#footer.footer2 .footer-brand-top .footer-brand-top-text {
  margin-top: 20px;
  font-size: 14px;
}
#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 {
  display: block;
  width: 221px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer#footer2 .footer-brand-list a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  #footer.footer2 .footer-brand-top a {
    display: block;
    max-width: 251px;
    margin: 0 auto 10px;
  }
  #footer.footer2 .footer-brand-top a img {
    margin-bottom: 0;
  }
  #footer.footer2 .footer-brand-top .footer-brand-top-text {
    font-size: 12px;
    text-align: center;
    margin-top: 0;
  }
  #footer.footer2 .footer-brand-list {
    gap: 18px 10px;
  }
  #footer.footer2 .footer-brand-list a {
    width: calc((100% - 20px) / 3);
  }
}

/* 20230808_murai ヘッダーフッター修正, ベストコスメ追加 */
body.brand-index section.banner.bestcosme .section-wrap {
  padding-bottom: 0;
}

.bestcosme-to-block .btn-wrap,
.column-to-block .btn-wrap {
  text-align: right;
}

body#x-bestcosme .bestcosme .page-title-block {
  background: url(/assets/images/sinto/x_mv.jpg) no-repeat center center;
  background-size: cover;
}
body#sinto-bestcosme .bestcosme .page-title-block {
  background: url(/assets/images/sinto/sinto_mv.jpg) no-repeat center center;
  background-size: cover;
}
.page-title-block.over-bg {
  padding: 0;
}
.bestcosme .cosme-awards-block .c-ttl02 {
  font-size: 20px;
  margin-bottom: 35px;
  text-align: left;
  font-weight: bold;
}

.bestcosme .cosme-awards-block .bestcosme-list .inn {
  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;
}
.bestcosme .cosme-awards-block .bestcosme-list .img {
  width: 110px;
  margin-right: 25px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
}
.bestcosme .cosme-awards-block .c-btn0b a {
  padding: 15px 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.bestcosme .cosme-awards-block .bestcosme-list .txt-area .name {
  font-size: 16px;
  font-weight: 500;
}
.bestcosme .cosme-awards-block .bestcosme-list li:not(:first-child) {
  margin-top: 80px;
}
.bestcosme .cosme-awards-block .c-dl01 dd {
  font-size: 14px;
  padding: 0 15px 15px;
}
.bestcosme .cosme-awards-block .c-dl01 dt {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #d3d3d3;
  padding: 15px 15px 0;
}
.bestcosme .cosme-awards-block .inner-block {
  position: relative;
  max-width: 1150px;
  width: 100%;
  padding: 0 20px;
}
.bestcosme .page-title-block .inner-block {
  padding: 80px 20px 75px;
  position: relative;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0 50px;
}
.bestcosme .page-title-block .inner-block .best-cosme-badge {
  display: block;
  width: 118px;
}
.bestcosme .page-title-block .inner-block .best-cosme-badge img {
  display: block;
  width: 100%;
}

.bestcosme .cosme-awards-block .bestcosme-list .img {
  width: 110px;
  margin-right: 25px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bestcosme .cosme-awards-block .bestcosme-list .txt-area {
  width: calc(100% - 135px);
}
.bestcosme .cosme-awards-block .c-btn0b {
  text-align: right;
  margin-top: 30px;
}
.bestcosme .cosme-awards-block .aside-ttl {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.bestcosme .cosme-awards-block .c-btn0b a {
  padding: 15px 40px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  font-size: 13px;
  display: inline-block;
  position: relative;
}
.bestcosme .cosme-awards-block .aside-link-list {
  margin-top: 30px;
}
.bestcosme .cosme-awards-block .aside-link-list li:first-child {
  border-top: 1px solid #d3d3d3;
}
.bestcosme .cosme-awards-block .aside-link-list a {
  position: relative;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px 10px;
}
.bestcosme .column2-block {
  margin-bottom: 70px;
}
.bestcosme .c-dl01 {
  border-bottom: 1px solid #d3d3d3;
}
.bestcosme .c-btn0b a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #b30030;
  border-right: 2px solid #b30030;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.bestcosme .page-title-block .c-ttl02 .en {
  font-size: 34px;
  line-height: 1;
  font-family: "Spartan", sans-serif;
  font-weight: 300;
  font-weight: 500;
}
.bestcosme .c-ttl02 span {
  display: block;
}
.bestcosme .c-ttl02 .ja {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 500;
}
.bestcosme .c-ttl02 {
  text-align: center;
}
.bestcosme .c-breadcrumb {
  max-width: 1150px;
  margin: auto;
  line-height: 1;
  padding: 15px 20px 15px;
}
.bestcosme .cosme-awards-block {
  padding: 30px 0 0px;
}
@media only screen and (min-width: 641px) {
  .bestcosme .page-title-block .c-ttl02 .en {
    font-size: 55px;
  }
  .bestcosme .c-ttl02 .ja {
    font-size: 16px;
  }
  .bestcosme .cosme-awards-block .bestcosme-list .txt-area .name {
    font-size: 20px;
  }
  .bestcosme .cosme-awards-block {
    padding: 40px 0 0px;
  }
  .bestcosme .cosme-awards-block .c-ttl02 {
    font-size: 26px;
    margin-bottom: 60px;
  }
  .bestcosme .cosme-awards-block .bestcosme-list .img {
    width: 175px;
    margin-right: 60px;
  }
  .bestcosme .cosme-awards-block .c-dl01 {
    margin-top: 30px;
    border-bottom: 1px solid #d3d3d3;
  }
  .bestcosme .cosme-awards-block .c-btn0b a {
    font-size: 14px;
    padding: 16px 80px;
  }
  .bestcosme .cosme-awards-block .c-dl01 dt {
    font-size: 16px;
    padding: 15px 10px 0;
  }
  .bestcosme .cosme-awards-block .c-dl01 dd {
    padding: 0 10px 15px;
    margin-top: 2px;
  }
  .bestcosme .cosme-awards-block .c-btn0b {
    margin-top: 25px;
  }
  .bestcosme .cosme-awards-block .sp {
    display: none !important;
  }
  .bestcosme .cosme-awards-block .inner-block {
    margin: 0 auto;
  }
  .bestcosme .column2-block {
    margin-bottom: 160px !important;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .bestcosme .cosme-awards-block .column2-block {
    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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media only screen and (min-width: 641px) and (min-width: 1100px) {
  .column2-block article {
    width: 72%;
    max-width: 830px;
  }
  .column2-block aside {
    width: 24%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1100px) {
  .column2-block.column2-re aside {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (max-width: 640px) {
  .bestcosme .page-title-block .inner-block {
    padding-top: 40px;
    padding-bottom: 130px;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
    margin-left: -30px;
  }
  body#sinto-bestcosme .bestcosme .page-title-block .inner-block {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .bestcosme .page-title-block .inner-block .best-cosme-badge {
    width: 57px;
    margin-top: -10px;
  }
  .bestcosme-to-block .c-ttl01 .ja {
    font-size: 13px;
  }
  .column2-block aside {
    margin-top: 60px;
  }
  body#x-bestcosme .bestcosme .page-title-block {
    background-image: url(/assets/images/sinto/sp/x_mv.jpg);
  }
  body#sinto-bestcosme .bestcosme .page-title-block {
    background-image: url(/assets/images/sinto/sp/sinto_mv.jpg);
  }
}
body#sinto-bestcosme #space {
  display: none;
}
body#sinto-bestcosme section .section-title {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section .section-title {
    margin-bottom: 40px;
  }
}
body#sinto-bestcosme section .section-title .en {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section .section-title .en {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section .section-title .ja {
    font-size: 12px;
  }
}
body#sinto-bestcosme section.product .product-box-title .en,
body#x-bestcosme section .section-title .en,
body#x-bestcosme section.product .product-new,
body#x-bestcosme section.product .product-box-title .en {
  font-family: heebo, sans-serif;
}
body#sinto-bestcosme section.product {
  background-color: #d7d7d7;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product {
    margin-top: 60px;
  }
}
body#sinto-bestcosme section.product .section-title {
  margin-bottom: 58px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .section-title {
    margin-bottom: 37px;
  }
}
body#sinto-bestcosme section.product .product-box-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box-wrap {
    flex-direction: column;
  }
}
body#sinto-bestcosme section.product .product-box {
  max-width: 516px;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box {
    padding: 0 42px;
  }
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
body#sinto-bestcosme section.product .product-box-title {
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box-title {
    margin-bottom: 16px;
  }
}
body#sinto-bestcosme section.product .product-box-title .en {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box-title .en {
    font-size: 16px;
  }
}
body#sinto-bestcosme section.product .product-box-title .ja {
  font-weight: bold;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box-title .ja {
    font-size: 12px;
  }
}
body#sinto-bestcosme section.product .product-box-img {
  margin-bottom: 54px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-box-img {
    margin-bottom: 30px;
  }
}
body#sinto-bestcosme section.product .product-box-btn {
  margin: auto;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-banner {
    padding: 0 22px;
  }
}
body#sinto-bestcosme section.product .product-banner-item {
  border-radius: 16px;
  background-color: #fff;
  margin-top: 100px;
  padding: 0 41px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-banner-item {
    padding: 0 12px;
  }
}
body#sinto-bestcosme section.product .product-banner-img {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 0;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-banner-img {
    padding: 20px 0;
  }
}
body#sinto-bestcosme section.product .product-banner-img:not(:last-child) {
  border-bottom: 1px solid #000000;
}
body#sinto-bestcosme section.product .product-banner-img-btn {
  position: absolute;
  top: 44.6%;
  right: 0;
  border-radius: 100px;
  width: 25.402%;
  aspect-ratio: 284/65;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #a47d1f;
  border: 2px solid #a47d1f;
  font-size: 18px;
  padding-left: 43px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-banner-img-btn {
    top: 45.3%;
    width: 93.6%;
    aspect-ratio: 574/100;
    left: 0;
    margin: auto;
    font-size: 15px;
  }
}
body#sinto-bestcosme section.product .product-banner-img-btn:hover {
  background-color: #fff;
  color: #a47d1f;
}
body#sinto-bestcosme section.product .product-banner-img-btn::after {
  content: "";
  display: block;
  background-image: url(/assets/images/sinto/cart_b.svg);
  background-image: url(/assets/images/sinto/track_w.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  aspect-ratio: 35/21;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 25px;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-banner-img-btn::after {
    left: 25px;
    width: 28px;
  }
}
body#sinto-bestcosme section.product .product-banner-img-btn:hover::after {
  background-image: url(/assets/images/sinto/track_b.svg);
}
body#sinto-bestcosme section.product .product-banner-img-link {
  position: absolute;
  top: 60.2%;
  right: 0;
  font-size: min(1.2075vw, 13.5px);
  color: #a47d1f;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .product-banner-img-link {
    top: 67.7%;
    right: 3.3%;
    font-size: 2.5vw;
  }
}
body#sinto-bestcosme section.product .product-banner-img-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a47d1f;
  position: absolute;
  bottom: 0;
  right: 0;
}
body#sinto-bestcosme section.product .product-banner-img-link:hover::after {
  width: 0;
}
body#sinto-bestcosme section.product .banner03 .product-banner-img-btn {
  top: 53.8%;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .banner03 .product-banner-img-btn {
    top: 57.2%;
  }
}
body#sinto-bestcosme section.product .banner03 .product-banner-img-link {
  top: 72.6%;
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .banner03 .product-banner-img-link {
    top: 83.3%;
  }
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .banner03 .product-banner-img-btn {
    top: 58.2%;
  }
}
@media (max-width: 768.98px) {
  body#sinto-bestcosme section.product .banner03 .product-banner-img-link {
    top: 83.7%;
  }
}
body#x-bestcosme section.product {
  background: linear-gradient(90deg, rgb(212, 151, 151) 0%, rgb(212, 151, 151) 50%, rgb(157, 187, 200) 50%, rgb(157, 187, 200) 100%);
  position: relative;
}
body#x-bestcosme section.product::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 273px;
  height: 100%;
  background: linear-gradient(90deg, rgb(212, 151, 151) 0%, rgb(157, 187, 200) 100%);
  z-index: 1;
}
body#x-bestcosme section.product .section-wrap {
  position: relative;
  z-index: 2;
}
body#x-bestcosme section.product {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
body#x-bestcosme section .section-title {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section .section-title {
    margin-bottom: 40px;
  }
}
body#x-bestcosme section .section-title .en {
  font-size: 28px;
  margin-bottom: 8px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section .section-title .en {
    font-size: 20px;
    margin-bottom: 2px;
  }
}
@media (max-width: 768.98px) {
  body#x-bestcosme section .section-title .ja {
    font-size: 12px;
  }
}
body#x-bestcosme section.product .section-title {
  color: #464141;
}
body#x-bestcosme section.product .product-box-wrap {
  max-width: 900px;
  margin: auto;
  display: flex;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box-wrap {
    flex-direction: column;
  }
}
body#x-bestcosme section.product .product-box {
  position: relative;
  max-width: 370px;
  margin: 0 40px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box {
    max-width: 291px;
    margin: 0 auto;
  }
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
body#x-bestcosme section.product .product-new {
  position: absolute;
  top: 108px;
  left: 20px;
  width: 68px;
  height: 68px;
  border: 2px solid #464141;
  border-radius: 60px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #464141;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-new {
    width: 70px;
    height: 70px;
    border-width: 3px;
    font-size: 16px;
    top: 72px;
    left: 10px;
  }
}
body#x-bestcosme section.product .product-new-title {
  margin-top: 4px;
  margin-bottom: 4px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-new-title {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}
body#x-bestcosme section.product .product-box-title {
  font-weight: bold;
  text-align: center;
  color: #464141;
  margin-bottom: 28px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box-title {
    margin-bottom: 20px;
  }
}
body#x-bestcosme section.product .product-box-title .en {
  font-size: 24px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box-title .en {
    font-size: 16px;
  }
}
body#x-bestcosme section.product .product-box-title .ja {
  font-size: 16px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box-title .ja {
    font-size: 12px;
  }
}
body#x-bestcosme section.product .product-box-img {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box-img {
    margin-bottom: 27px;
  }
}
body#x-bestcosme section.product .product-box-img:hover {
  opacity: 0.7;
}
body#x-bestcosme section.product .product-box-btn {
  margin-left: auto;
}
@media (max-width: 768.98px) {
  body#x-bestcosme section.product .product-box-btn {
    margin-right: auto;
  }
}

body#x-index section.banner .section-title {
  margin-bottom: 60px;
}
@media (max-width: 768.98px) {
  body#x-index section.banner .section-title {
    margin-bottom: 20px;
  }
}
body#x-index section.banner .section-wrap:first-child {
  padding-bottom: 140px;
}
@media (max-width: 768.98px) {
  body#x-index section.banner .section-wrap:first-child {
    padding-bottom: 110px;
  }
}

/*SINTO ベストコスメ*/
body#sinto-index section.banner .section-title {
  margin-bottom: 40px;
}
@media (max-width: 768.98px) {
  body#sinto-index section.banner .section-title {
    margin-bottom: 20px;
  }
}
body#sinto-index section.banner.bestcosme {
  margin-bottom: 80px !important;
}
@media (max-width: 768.98px) {
  body#sinto-index section.banner.bestcosme {
    margin-bottom: 27px !important;
  }
}

/*SINTO ビタミンC商品詳細  */
body#sinto-vitaminc 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#sinto-vitaminc section.product .product-doc .product-price a.product-price-about {
  display: block;
  width: fit-content;
  color: #000;
  position: relative;
  font-size: 11px;
}
body#sinto-vitaminc 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#sinto-vitaminc section.product .product-doc .product-price a.product-price-about:hover::after {
  width: 0;
}
@media (max-width: 768.98px) {
  body#sinto-vitaminc section.product .product-doc .product-price .product-price-news {
    flex-shrink: 0;
  }
  body#sinto-vitaminc section.product .product-doc .product-price a.product-price-about {
    text-decoration: underline;
  }
  body#sinto-vitaminc section.product .product-doc .product-price a.product-price-about::after {
    display: none;
  }
}

/* 20231026_レビューブロック修正 */
body.sinto-item section.review .review-lead br,
body.x-item section.review .review-lead br {
  display: none;
}
@media only screen and (max-width: 768.98px) {
  body.sinto-item section.product .product-doc-review,
  body.x-item section.product .product-doc-review {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  body.sinto-item section.product .product-doc-review a .zv-star-comment,
  body.x-item section.product .product-doc-review a .zv-star-comment {
    padding-top: 2px;
  }
}

@media (max-width: 768.98px) {
  #header.header1 .logo {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  #header.header1 .logo {
    margin-top: 15px;
  }
}

/* 20231218_murai sns追加 */
#footer.footer2 .footer-sns {
  gap: 20px;
  align-items: center;
  left: 22px;
}
#footer.footer2 .footer-sns a {
  display: block;
  width: 30px;
}
#footer.footer2 .footer-sns a.footer-sns-youtube {
  width: 40px;
}
@media (max-width: 768.98px) {
  #footer.footer2 .footer-sns {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  #footer.footer2 .footer-block-bottom-credit {
    position: static;
  }
  #footer.footer2 .footer-bottom .footer-wrap {
    position: relative;
  }
}

/* 20240105_murai レビュー表示改修 */
@media only screen and (max-width: 640px) {
  .review-acco-ttl {
    text-align: center;
    width: 100%;
  }
  .review-acco-ttl p {
    font-size: 14px;
    display: inline-block;
    position: relative;
  }
  .review-acco-ttl p::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #414141;
    border-bottom: 0;
    display: block;
    position: absolute;
    top: 6px;
    right: -20px;
    transition: transform 0.3s;
  }
  .review-acco-ttl.open p::after {
    transform: rotateZ(180deg);
  }
  .review-block .zv-row .zv-summary-cell:nth-child(n + 2) {
    display: none;
  }
}

#review #ZVList .zv-answer.zv-makeoff_wrap {
  margin-top: 20px;
}
#review #ZVList span.zv-separator {
  font-size: 0;
  width: 10px;
}
@media only screen and (max-width: 640px) {
  #review #ZVList .zv-hist {
    width: 130px;
  }
  #review #ZVList table.zv-counts-table td.zv-hist-per {
    width: 60px;
    min-width: 40px;
  }
}

#review,
#review:focus,
#review:focus-visible {
  outline: none;
  text-decoration: none;
}
/* 20240403_murai 【X】2商品の終売対応 */
#itembnr .ibnr-wrap {
  justify-content: center;
}
body.brand-index #modal .modal-box {
  height: 100%;
}
/* 20240416_murai 【X】2商品の終売対応 */
.product-item-news {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 15px;
}
.product-item-news span {
  color: #000000;
  border: solid 1px #000000;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1;
  background: #ffffff;
  border-radius: 5px;
}
.product-item-news a {
  text-decoration: underline;
  font-size: 12px;
}

/* 20240509_watanabe 特集・コラムバナー変更*/
body#sinto-index section.banner .banner-img-box-wrap {
  display: flex;
  justify-content: center;
  max-width: 978px;
  margin-right: auto;
  margin-left: auto;
}

body#sinto-index section.banner .banner-img-box {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 768.98px) {
  body#sinto-index section.banner .banner-img-box-wrap {
    flex-direction: column;
  }

  body#sinto-index section.banner .banner-img-box {
    padding: 0;
  }

  body#sinto-index section.banner .banner-img-box:first-child {
    margin-bottom: 50px;
  }
}

/* 20240528_murai 矢印表示修正 */
.link-btn::after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 20241003_waatanabe 送料無料 ⇒ 送料当社負担表示幅修正 */
#itembnr .ibnr-tag-list {
  margin-left: 5px !important;
}
#itembnr .ibnr-tag {
  margin-right: 5px !important;
  font-size: 9px !important;
}
@media (min-width: 768.97px) {
  body.brand-index #modal .modal-box-subscribe,
  body.brand-index #modal .modal-box-normal {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
}

/*【商品詳細リッチ化】SINTO リポソームVC 追加CSS*/
/*img{
	width:100%;
}*/

#sinto-vitaminc .visible-sp {
  display: block !important;
}

#sinto-vitaminc .visible-pc {
  display: none !important;
}

@media screen and (min-width: 768.98px) {
  #sinto-vitaminc .visible-sp {
    display: none !important;
  }

  #sinto-vitaminc .visible-pc {
    display: block !important;
  }
}

#sinto-vitaminc sup {
  top: -0.8em;
}

#sinto-vitaminc sub,
sup {
  position: relative;
  font-size: 0.5em;
  line-height: 0;
  vertical-align: baseline;
}

#sinto-vitaminc .item_title {
  background-image: url(/assets/images/sinto/fv_back.jpg);
  background-size: cover;
}

#sinto-vitaminc .item_title_inner {
  max-width: 952px;
  margin: 0 auto;
  padding: 40px 0;
}

#sinto-vitaminc .item_title_inner img {
  width: 100%;
}

#sinto-vitaminc .feature-wrap01 {
  background-color: #ffffff;
  padding: 66px 66px 30px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-wrap01 {
    padding: 35px 28px 30px;
  }
}

#sinto-vitaminc .feature-wrap02 {
  background-color: #ffffff;
  padding: 66px 96px 30px;
  margin-top: 50px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-wrap02 {
    background-color: #ffffff;
    padding: 35px 0 30px;
    margin-top: 40px;
  }
}

#sinto-vitaminc .feature-title_flex01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_flex01 {
    margin-bottom: 20px;
    align-items: center;
  }
}

#sinto-vitaminc .padding_side {
  padding: 0 30px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .padding_side {
    padding: 0;
  }
}

#sinto-vitaminc .feature-title_box01 {
  width: 78px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_box01 {
    width: 20.6%;
  }
}

#sinto-vitaminc .feature-title_box02 {
  text-align: center;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_box02 {
    width: 79.4%;
  }
}

#sinto-vitaminc .feature-title_box02 h4 {
  font-size: 18px;
  margin-top: 4px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_box02 h4 {
    font-size: 2.8vw;
    margin-top: 0;
    line-height: 1.55em;
  }
}

#sinto-vitaminc .feature-title_box02 h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_box02 h3 {
    font-size: 5.1vw;
    margin-top: 2px;
  }
}

#sinto-vitaminc .feature-title_box03 {
  width: 10%;
}

#sinto-vitaminc .feature-wrap01 p.feature-title_flex02_0 {
  font-size: 26px;
  font-weight: 600;
  color: #926e0e;
  background-color: #f6f4dd;
  padding: 4px 10px;
  text-align: center;
}
@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-wrap01 p.feature-title_flex02_0 {
    font-size: 3.5vw;
  }
}

#sinto-vitaminc .feature-title_flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 14px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_flex02 {
    display: block;
    padding-top: 16px;
  }
}

#sinto-vitaminc .feature-title_box04 {
  width: 50%;
  border-right: 1px solid #cab687;
  padding-right: 38px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_box04 {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid #cab687;
    padding-bottom: 28px;
  }
}

#sinto-vitaminc .feature-title_box05 {
  width: 50%;
  padding-left: 38px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-title_box05 {
    width: 100%;
    padding-left: 0;
    padding-top: 34px;
  }
}

#sinto-vitaminc .feature-wrap01 p,
#sinto-vitaminc .feature-wrap02 p {
  padding-top: 32px;
  font-size: 16px;
  line-height: 1.9em;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .feature-wrap01 p,
  #sinto-vitaminc .feature-wrap02 p {
    padding-top: 24px;
    font-size: 14px;
    line-height: 1.8em;
  }
}

#sinto-vitaminc .feature-wrap01 p span,
#sinto-vitaminc .feature-wrap02 p span {
  font-weight: 600;
  color: #966e0f;
}

#sinto-vitaminc .attention {
  font-size: 12px !important;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .attention {
    font-size: 10px !important;
    line-height: 1.6em;
  }
}

body.x-item section.feature,
body.sinto-item section.feature {
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 100px 0;
  background-position: 0px -493px;
}

@media (max-width: 768.98px) {
  body.x-item section.feature,
  body.sinto-item section.feature {
    padding-bottom: 75px;
    padding: 40px 0;
  }
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .sp_padding {
    padding: 0 28px;
  }
}

#sinto-vitaminc .voice-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .voice-flex {
    display: block;
    margin-bottom: 24px;
    padding: 0 22px;
  }
}

#sinto-vitaminc .voice-flex_box {
  width: 30%;
  background-color: #ffffff;
  padding: 45px 42px 30px 42px;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .voice-flex_box {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 30px 20px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
}

#sinto-vitaminc .voice-flex_box:before {
  position: absolute;
  inset: 10px -10px -10px 10px;
  border: 1px solid #966e0f;
  content: "";
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .voice-flex_box:before {
    position: absolute;
    inset: 6px -6px -6px 6px;
    border: 1px solid #966e0f;
    content: "";
  }
}

#sinto-vitaminc .chousei {
  margin-right: 10px;
}

#sinto-vitaminc .user_coment {
  text-align: justify;
}

#sinto-vitaminc .user_name {
  margin-top: auto;
  text-align: right;
  margin-right: -10px;
  padding-top: 24px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .user_coment {
    /*font-size: 12px;*/
    font-size: 14px;
  }

  #sinto-vitaminc .user_name {
    /*font-size: 12px;*/
    font-size: 14px;
    padding-top: 4px;
    margin-right: -8px;
  }
}

#sinto-vitaminc .voice-flex p span {
  font-weight: 600;
  color: #966e0f;
}

/* 大枠ボックス */
#sinto-vitaminc .layer {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

/* 背景画像の読み込み */
#sinto-vitaminc .layer-bg {
  background: url(/assets/images/sinto/voice_title.png) no-repeat 0 0;
  background-size: 256px;
  background-position: center;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .layer-bg {
    background: url(/assets/images/sinto/voice_title.png) no-repeat 0 0;
    background-size: 186px;
    background-position: center;
  }
}

/* 重ねるボックスの設定 */
#sinto-vitaminc .layer-in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* SP向けの設定 */
@media screen and (max-width: 600px) {
  #sinto-vitaminc .layer-bg {
    height: 200px;
  }

  #sinto-vitaminc .layer-in {
    width: 300px;
    height: 70px;
  }

  #sinto-vitaminc .layer-txt {
    font-size: 1.4rem;
  }
}

#sinto-vitaminc .layer-bg {
  height: 68px;
  margin-bottom: 66px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .layer-bg {
    height: 68px;
    margin-bottom: 24px;
  }
}

/*.layer-in{
    width: 400px;
    height: 100px;
  }*/
#sinto-vitaminc .layer-txt {
  font-size: 32px;
  font-weight: 600;
  padding-top: 10px;
  letter-spacing: 0.1em;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .layer-txt {
    font-size: 24px;
    font-weight: 600;
    padding-top: 17px;
    letter-spacing: 0.1em;
  }
}

/*body.x-item section.voice,
body.sinto-item section.voice*/
#sinto-vitaminc section.voice {
  background-image: url(/assets/images/sinto/voice_back.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 100px;
  background-color: #ffffff;
}

@media (max-width: 768.98px) {
  /*body.x-item section.voice,
  body.sinto-item section.voice*/
  #sinto-vitaminc section.voice {
    background-image: url(/assets/images/sinto/voice_back_sp.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 58px;
    padding-bottom: 58px;
    background-color: #ffffff;
  }
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .voice__inner {
    padding: 0 22px;
  }
}

#sinto-vitaminc .team {
  background-image: url(/assets/images/sinto/omoi_back.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 125px;
  padding-bottom: 128px;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .team {
    background-image: url(/assets/images/sinto/omoi_back_sp.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

#sinto-vitaminc .team_flex {
  max-width: 952px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

#sinto-vitaminc .team_flex_box01 {
  width: 50%;
}

#sinto-vitaminc .team_flex_box02 {
  width: 48%;
}

@media (max-width: 768.98px) {
  #sinto-vitaminc .team_flex {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
    padding: 0 20px;
  }

  #sinto-vitaminc .team_flex_box01 {
    width: 100%;
  }

  #sinto-vitaminc .team_flex_box02 {
    width: 100%;
    margin-top: 32px;
  }
}

body#sinto-vitaminc section.feature {
  background-image: url(/assets/images/sinto/main_back.jpg);
  background-size: cover;
  background-position: top;
}

@media (max-width: 768.98px) {
  body#sinto-vitaminc section.feature {
    background-image: url(/assets/images/sinto/main_back_sp.jpg);
  }
}

/*body.x-item section.voice,
body.sinto-item section.voice*/
#sinto-vitaminc section.voice {
  background-color: #ffffff;
  color: #000000;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768.98px) {
  /*body.x-item section.voice,
  body.sinto-item section.voice*/
  #sinto-vitaminc section.voice {
    background-color: #ffffff;
    color: #000000;
    padding-top: 58px;
    padding-bottom: 58px;
  }
}

@media (max-width: 1000px) {
  body.x-item section.feature .section-wrap,
  body.sinto-item section.feature .section-wrap {
    padding: 0 22px;
  }
}

@media (max-width: 1000px) {
  #sinto-vitaminc .voice-flex,
  #sinto-vitaminc .team_inner {
    padding: 0 22px;
  }
}
/* Xサイトnotfound */
body#x-notfound section.notfound .nf-ja {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
}
@media (max-width: 768.98px) {
  body#x-notfound section.notfound {
    height: 400px;
  }
  body#x-notfound section.notfound .nf-ja {
    margin-bottom: 0;
  }
  body#x-notfound section.notfound .nf-ja {
    font-size: 14px;
  }
}

/* 商品詳細レビュー下『すべてのレビューを見る』ボタン */
.revico-seo-content {
  text-align: center;
}
.revico-seo-content {
  background: #fff;
  width: 520px;
  margin: 0 auto;
  padding: 30px 0 70px;
}
.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 50px;
  }
  .revico-seo-content a {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}

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

/* 20250613_abe ヘッダーメニューアイコンの変更 */
#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: all 0.3s ease;
}
#header.header2 .shop-icon.login::before {
  background-image: url(/assets/images/sinto/mypage.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
#header.header2 .shop-icon.cart::before {
  background-image: url(/assets/images/sinto/cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
#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-icon-label {
  transition: all 0.3s ease;
}
#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/sinto/mypage.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  #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;
  }
  #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;
  }
}

#header.header1 .wrapper {
  justify-content: space-between;
  min-width: auto;
}
#header.header1 .wrapper #shop {
  margin: auto 40px auto 0;
}
#header.header1 .wrapper .shop-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header.header1 .wrapper .shop-list .shop-item .shop-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
}
#header.header1 .shop-icon {
  width: 22px;
  height: 23px;
  background-color: transparent;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#header.header1 .shop-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 23px;
  transition: all 0.3s ease;
}
#header.header1 .shop-icon.login::before {
  background-image: url(/assets/images/sinto/mypage.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
#header.header1 .shop-icon.cart::before {
  background-image: url(/assets/images/sinto/cart.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}
#header.header1 .shop-icon .js-cart-count {
  background-color: #c1272d;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  font-size: 11px;
  height: 18px;
  line-height: 1;
  padding: 0;
  position: absolute;
  width: 18px;
  text-align: center;
  right: -13px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header.header1 .shop-icon-label {
  transition: all 0.3s ease;
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
}
#header.header1 .shop-item a:hover {
  color: #000;
  opacity: 1 !important;
}
@media only screen and (max-width: 949px) {
  #header.header1 .wrapper #shop {
    margin-right: 0;
  }
  #header.header1 .gnav-login::before {
    left: 25px;
    background-image: url(/assets/images/sinto/mypage.svg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  #header.header1 .wrapper {
    padding-right: 10px;
  }
  #header.header1 .shop-list {
    margin-right: 3px;
  }
  #header.header1 .shop-link {
    width: 50px;
  }
  #header.header1 .wrapper .shop-list .shop-item .shop-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50px;
  }
  #header.header1 .shop-icon {
    width: 20px;
    height: 24px;
    background-color: transparent;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  #header.header1 .shop-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 24px;
    transition: all 0.3s ease;
  }
  #header.header1 .shop-icon-label {
    display: block;
  }
  #header.header1 .shop-icon::before,
  #header.header1 .shop-icon::after {
    width: 20px;
    height: 20px;
  }
  #header.header1 .shop-icon-label {
    margin-top: 1px;
  }
  #header.header1 .shop-icon .js-cart-count {
    font-size: 10px;
    width: 16px;
    height: 16px;
    right: -10px;
    top: -8px;
  }
}

/* 20250619_watanabe HP-2865 【footer・バーガーメニュー】あしたの美肌バナー設置 */
/* バーガーメニュー */
@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-bnr-title .ib {
  display: inline-block;
}
#footer.footer2 .footer-bnr {
  margin-right: 0;
}
#footer.footer2 .footer-bnr-title {
  font-size: 14px;
}
@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-bnr {
    max-width: 271.25px;
  }
  #footer.footer2 .footer-bnr:nth-of-type(2) {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 768.98px) {
  #footer.footer2 .footer-bnr {
    margin-bottom: 0;
  }
  #footer.footer2 .footer-bnr:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  #footer.footer2 .footer-bnr-title {
    font-size: 11px;
  }
}

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

/*20251010 HP-3025 【カートクローズ対応_公式サイト内調整】SINTO リポソーム NMN、SINTO リポソーム ビタミンC*/
/*商品詳細*/
body#sinto-nmn section.product .product-subscribe,
body.sinto-item section.product .product-subscribe,
body#sinto-nmn section.product .product-cart-btn,
body#sinto-vitaminc section.product .product-subscribe,
body.sinto-item section.product .product-subscribe {
  display: none;
}
/*商品詳細お知らせ*/
.sinto-item .item_notification {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 30px;
}
.sinto-item .item_notification span {
  display: inline-block;
  flex-shrink: 0;
  padding: 5px 5px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  background-color: #000;
  line-height: 1;
  font-size: 14px;
  border-radius: 3px;
}
.sinto-item .item_notification a {
  text-decoration: underline;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .sinto-item .item_notification {
    gap: 10px;
  }
}
/*TOPページ*/
body#sinto-index .product-wrap .product-note {
  font-size: 12px;
  margin-top: 10px;
}
body.brand-index #modal .item02 .modal-box-subscribe {
  display: none;
}
@media only screen and (max-width: 640px) {
  body#sinto-index .product-wrap .product-note {
    font-size: 10px;
  }
}

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

#sinto-about section.environment .fsc .env-box-img {
  width: 90px;
}
