@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/
.m-userNav__sections {
  margin-bottom: 2rem;
}
.c-userNav-title {
  margin-bottom: 1.5rem;
  padding-top: 2rem;
}
.c-userNav-title__note {
  font-size: 1.1rem;
}
.m-userNav-section:first-child .m-userNav-section__title {
  padding-top: 0;
}
.m-userNav-section__title {
  padding: 0 1.6rem 0rem;
  background: #fff;
  border-top: solid 1px var(--color-gray-light-little);
  border-bottom: none;
}
.m-userNav-section__menu {
  padding-bottom: 1.2rem;
  margin-top: 1.2rem;
}

.m-orderInfoDetail._no-border {
  border: none;
  padding-bottom: 0;
}
.m-confirmSubsc-shippingInfo .c-orderSectCol-annotation__text._detail {
  border-bottom: 1px solid var(--color-gray);
  padding: 2.6rem 0 2.7rem 1.6rem;
}

.c-recommend-image {
  width: 480px;
  max-width: var(--container-small);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-recommend-image .is-pc {
  display: block;
}
.c-recommend-image .is-sp {
  display: none;
}

.c-userNav-link::after {
  content: "";
  display: block;
  width: 0.636rem;
  aspect-ratio: 1 / 1.778;
  background: url(../img/common/icon/icon-arrow-userNav.svg) center / 100% no-repeat;
}

.list_link_container {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.sec_01._mt {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .l-container-wrap__body {
    padding-top: 10rem;
  }
  .m-userNav__title {
    background-color: var(--color-gray-light-little);
    border: 1px solid var(--color-gray-middle);
    border-bottom: none;
  }
  .m-userNav-section__title {
    border-top: solid 1px var(--color-gray-middle);
  }
  .m-confirmSubsc-shippingInfo .c-orderSectCol-annotation__text._detail {
    padding-left: 0;
  }

  .c-recommend-image {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .c-recommend-image .is-pc {
    display: block;
  }
  .c-recommend-image .is-sp {
    display: none;
  }

  .list_link_container { 
    margin-top: 30px;
  }
}

/* 一時的にコラム一覧の画像を非表示にした時のCSS。 */
/* .m-homeFeatureSlide-slider__picture {
  display: none;
}
.column_container .column_box > img {
  display: none;
} */

/* =============================================================
    以降common.cssから抽出した差分css 20250731
============================================================= */
a[href=""] {
  pointer-events: none;
}
/* =============================================================
    Base
============================================================= */
:root {
  /* font */
  --font-en2: montserrat, sans-serif;
}

/**
* #Hidden Responsive
*/
/* =============================================================
    Layout
============================================================= */
/**
 * #container-wrap
 */
@media screen and (min-width: 768px) {
  .l-container-wrap {
      margin-top: 10rem;
  }
}

/* Product
------------------------------------------------------------- */
.c-product-head__picture::before {
  padding-top: 0;
}
.c-product-head__image {
  position: static;
    /* position: absolute;
  top: 0;
  left: 0; */
}

/* form Input
------------------------------------------------------------- */
/**
 * #c-formInput-item
 */
.c-formInput-item__alert--large {
  display: none;
  margin-top: 0.5rem;
  font-size: 1.4rem;
  white-space: pre-wrap;
  color: var(--color-red);
}

/* Product Line (Home)
------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .m-productLineHome-col2-md5__item {
    /* width: calc(20% - 1.6rem); */
    width: 49%;
  }
}

/* Product Line (Home) add 202504
------------------------------------------------------------- */
.sec_02 .emblem_wrap {
  margin-bottom: 60px;
}
.sec_02 .emblem_wrap img {
  margin: 0 auto;
}
.sec_02 .c-product {
  display: flex;
  align-items: center;
}
.sec_02 .meter_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.sec_02 .text_box .text--disp {
  margin: 0 0 18px;
  width: 100%;
  line-height: 1.9;
  letter-spacing: 1px;
  font-size: 1.2rem;
}
.sec_02 .meter_box .text--disp {
  margin: 0 10px 0 0;
  width: 56px;
  font-size: 1.2rem;
}
.sec_02 .meter_box img {
  width: 100%;
  height: auto;
  max-width: 131px;
}
.sec_02 .text_box .border_text {
  border: solid 1px #121212;
  display: inline-block;
  font-size: 1.2rem;
  padding: 3px 17px;
  margin: 0 0 10px;
  letter-spacing: 1px;
}
.sec_02 .heading_05 {
  font-size: 3.3rem;
  font-family: linotype-didot, serif;
  margin: 0 0 17px;
  letter-spacing: 1px;
}

/* =============================================================
    Site
============================================================= */
/* Header
------------------------------------------------------------- */
.s-header {
  height: 5rem;
}
.s-header-wrap {
  justify-content: space-between;
  height: 5rem;
  padding: 0 5%;
}
.s-header-wrap__logo {
  max-width: 10.6rem;
  width: 100%;
}
.s-header-wrap__nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 100%;
  background-color: var(--color-main);
}
.s-header-wrap__utility {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 7rem;
  width: 9.6rem;
  height: 2.8rem;
}
@media screen and (min-width: 992px) {
  .s-header-wrap {
    padding: 1.6rem 3rem 1.7rem;
  }
  .s-header-wrap__logo {
    max-width: 100%;
    width: 18.4rem;
  }
  .s-header-wrap__nav {
    right: inherit;
  }
  .s-header-wrap__utility {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
  .s-header-utilityList .s-header-utilityList__text {
    font-size: 1.1rem;
  }

  .s-header-utilityList__bottom {
    font-family: ryo-text-plusn, serif;
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-end;
    gap: 5rem;
  }
}

@media screen and (min-width: 1059px) {
  .s-header-wrap {
    padding: 1.6rem 7rem 1.7rem;
  }
}

@media screen and (min-width: 1200px) {
  .s-header-wrap__utility {
    gap: 1rem 1.5rem;
  }
}

/*** navBlok *****************************/
.s-header-navBlok__openBtn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
}

.s-header-navBlok__openBtn::before, .s-header-navBlok__openBtn::after,
.s-header-navBlok__openBtn > span {
  content: "";
  display: block;
  height: 0.1rem;
  width: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--color-white);
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.5s ease;
}

.s-header-navBlok__openBtn::before {
  top: 2.1rem;
}

.s-header-navBlok__openBtn::after {
  bottom: 2rem;
}

.s-header-navBlok__openBtn.active::before {
  transform: translateY(0.4rem) rotate(-45deg);
}

.s-header-navBlok__openBtn.active::after {
  transform: translateY(-0.4rem) rotate(45deg);
}

.s-header-navBlok__nav {
  top: 5rem;
  opacity: 0;
  /* -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; */
  /* transition: transform 0.4s ease; */
  /* transform: translate(-100vw, 0); */
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  transition: none;
  transform: none;
  transition: all .6s;
}
.s-header-navBlok__nav::after {
  content: none;
  /* content: "";
  display: block;
  width: 100%;
  height: 10rem; */
}


.s-header-navBlok__openBtn.active + .s-header-navBlok__nav {
opacity: 1;
/* transform: translate(0, 0); */
transform: none;
}

@media screen and (min-width: 992px) {
  .s-header-navBlok__nav .s-footer {
    display: none;
  }
}

/*s-header-userNav
------------------------------------------------------------- */
.s-header-userNav {
  padding: 0;
}
.s-header-userNav__navLink {
  text-align: center;
  /* border-bottom: 1px solid var(--color-gray); */
  border-bottom: none;
}
.s-header-userNav__navLink._dark {
  background: #8e8e8e;
  border-bottom: 1px solid var(--color-white);
}

  .s-header-userNav__navLink > a {
    display: block;
    padding: 1.9rem 0;
    font-family: ryo-text-plusn, serif;
    font-size: 1.2rem;
    text-align: center;
  }
  .s-header-userNav__navLink._dark > a {
    position: relative;
    color: var(--color-white);
  }

.s-header-userNav__second {
  position: relative;
  padding: 2rem 0;
  margin: 1rem 0 4rem;
}
.s-header-userNav__second::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  top: 0;
  left: calc(50% - 25px);
  background: #808080;
  position: absolute;
}
.s-header-userNav__second::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 25px);
  background: #808080;
  position: absolute;
}

.s-header-userNav__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 3rem;
  padding: 0 2rem;
}
.s-header-userNav__bottom .s-header-userNav__navLink > a {
  padding: 0;
}

/*s-header-utilityList
------------------------------------------------------------- */
.s-header-utilityList {
  align-items: center;
  gap: 2rem;
}

.s-header-utilityList__text {
  display: flex;
  align-items: center;
  /* margin-right: 1rem; */
}
.s-header-utilityList__item {
  flex-shrink: 0;
}

.s-header-utilityList__item._mypage {
  width: 1.7rem;
  height: auto;
}
.s-header-utilityList__item._minicart {
  width: 2.1rem;
}

.s-header-utilityList__item._contact {
  width: 1.6rem;
}
@media screen and (min-width: 992px) {
  .s-header-utilityList {
    gap: 0 3rem;
  }
    .s-header-utilityList__item._mypage {
    width: 2.3rem;
    height: auto;
  }
  
  .s-header-utilityList__item._contact {
    width: 2rem;
  }
}

/* Footer
------------------------------------------------------------- */
.s-footer {
  display: block;
  padding: 5rem 0 4rem;
  background: #f5f5f5;
  text-align: center;
}

.s-footer__heading03 {
  font-family: linotype-didot, serif;
  font-weight: 100;
  font-size: 2.9rem;
  text-align: center;
  margin: 0 0 1.9rem;
}

.s-footer__heading04 {
  font-family: ryo-text-plusn, serif;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}

.s-footer_qa {
  margin: 0 0 4rem;
}

.s-footer_qa a {
  position: relative;
}

.s-footer__contactContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto 3.9rem;
}

.s-footer__contactContainer::after {
  content: "";
  display: block;
  max-width: 320px;
  width: 100%;
  margin: auto;
  height: 1px;
  top: 49%;
  left: 0;
  right: 0;
  background: #808080;
  position: absolute;
}

.contact_box{
  width: 100%;
  max-width: 42.5rem;
}

.contact_box:nth-child(2) {
  padding-left: 0;
  padding-top: 24px;
}

.contact_box .btn--grad {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  overflow: hidden;
  border-left: 1px solid #e28d93;
  border-right: 1px solid #f8dab5;
  padding: 1.4rem 0;
  width: 93%;
  margin-top: 1.4rem;
}

.contact_box .btn--grad__text {
  font-family: linotype-didot-headline, serif;
  font-size: 1.8rem;
}

.btn--grad::before, .btn--grad::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #e28d93, #f8dab5);
  position: absolute;
  left: 0;
  width: 100%;
}
.btn--grad::before {
  top: 0;
}
.btn--grad::after {
  bottom: 0;
}

.btn--grad .btn--grad__bg{
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #e28d93, #f8dab5);
  opacity:0;
  transition:opacity .7s;
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}

.btn--grad .btn--grad__arrow {
  position: absolute;
  top: 37%;
  right: 6%;
  width: 4px;
  height: 8px;
  z-index: 1;
  background: url("../img/common/footer_icon/btn_arrow.png") no-repeat;
  background-size: contain;
}
.btn--grad:hover .btn--grad__bg{
  opacity:1;
}
.btn--grad:hover .btn--grad__text{
  transition:opacity .7s;
  color:#fff;
  position: relative;
  z-index: 2;
}

/* グレーボタン */
.btn--gray{
  display: inline-block;
  letter-spacing: 1px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 3px 2px;
  min-width: 105px;
}
.btn--gray__text{
  font-size: 1.2rem;
  padding: 5px 10px;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}


.free_tel_icon {
  background: url("../img/common/footer_icon/free_tel_icon.png") no-repeat;
  background-size: cover;
  width: 3.6rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 2rem;
}

.contact_tel {
  font-size: 3.8rem;
  display: inline-block;
  font-family: ryo-text-plusn, serif;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 2px;
}

.contact_disp {
  font-size: 1.3rem;
  margin: 0;
  letter-spacing: 1px;
}

.s-footer__nav {
  display: none;
}

.s-footer-guideNav__second {
  display: flex;
}

.s-footer-snsNav {
  gap: 0 1rem;
  margin: 0 auto 4rem;
}

.s-footer-snsNav__title {
  font-family: montserrat, sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.s-footer__copy {
  color: #8e8e8e;
}
@media screen and (min-width: 768px) {
  .s-footer {
    padding: 11rem 0 50px;
  }
  .s-footer__heading03 {
    font-size: 4.4rem;
    margin: 0 0 4rem;
  }
  
  .s-footer__heading04 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0;
  }
  
  .s-footer_qa {
    margin: 0 0 4rem;
  }
  
  .s-footer_qa a {
    position: relative;
  }
  
  .s-footer__contactContainer {
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin: 0 auto 3.9rem;
  }
  
  .s-footer__contactContainer::after {
    width: 0.1rem;
    height: 7rem;
    top: 2.3rem;
    left: 50%;
    background: #808080;
    position: absolute;
    margin: 0;
  }
  
  .contact_box{
    width: 50%;
    max-width: 42.5rem;
  }
  
  .contact_box:nth-child(2) {
    padding-top: 0;
    padding-left: 1%;
  }
  
  .contact_box .btn--grad {
    letter-spacing: 1px;
    border-left: 1px solid #e28d93;
    border-right: 1px solid #f8dab5;
    padding: 1.4rem 0;
    width: 80%;
    margin-top: 1.4rem;
  }
  
  .contact_box .btn--grad__text {
    font-size: 1.8rem;
  }
  
  .btn--grad::before, .btn--grad::after {
    content: "";
    display: block;
    height: 1px;
    background: linear-gradient(90deg, #e28d93, #f8dab5);
    position: absolute;
    left: 0;
    width: 100%;
  }
  .btn--grad::before {
    top: 0;
  }
  .btn--grad::after {
    bottom: 0;
  }
  
  .btn--grad .btn--grad__bg{
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(90deg, #e28d93, #f8dab5);
    opacity:0;
    transition:opacity .7s;
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
  }
  
  .btn--grad .btn--grad__arrow {
    position: absolute;
    top: 37%;
    right: 6%;
    width: 4px;
    height: 8px;
    z-index: 1;
    background: url("../img/common/footer_icon/btn_arrow.png") no-repeat;
    background-size: contain;
  }
  .btn--grad:hover .btn--grad__bg {
    opacity:1;
  }
  .btn--grad:hover .btn--grad__text {
    transition:opacity .7s;
    color:#fff;
    z-index: 2;
  }
  
  .free_tel_icon {
    background: url("../img/common/footer_icon/free_tel_icon.png") no-repeat;
    background-size: cover;
    width: 3.6rem;
    height: 2.4rem;
    margin-right: 2rem;
  }
  
  .contact_tel {
    font-size: 3.8rem;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  
  .contact_disp {
    font-size: 1.3rem;
    margin: 0;
    letter-spacing: 1px;
  }
    .s-footer__nav {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
    .s-footer-guideNav {
    display: flex;
    justify-content: center;
    border-bottom: none;
    gap: 1rem 2rem;
    margin-bottom: 2.8rem;
  }
   .s-footer-guideNav__item > a {
      display: inline;
      padding: 0;
      font-size: 1.3rem;
    }

    .s-footer-guideNav__item > a:hover {
      opacity: var(--hover-opacity);
      transition: opacity var(--transition-default);
    }
    .s-footer-guideNav__second {
      gap: 2rem;
    }
    .s-footer-guideNav__second li:first-of-type {
      position: relative;
    }
    .s-footer-guideNav__second li:first-of-type::before {
      content: "";
      display: block;
      width: 0.1rem;
      height: 1.3rem;
      top: 0.4rem;
      left: -15%;
      background: #808080;
      position: absolute;
    }
    

  .footer__nav_bottom {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    gap: 15px;
    margin-bottom: 8rem;
  }

  .s-footer-snsNav {
    gap: 0 2.4rem;
    margin: 0 auto 7.5rem;
  }

  .s-footer-snsNav__title {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .s-footer-guideNav {
    flex-wrap: wrap;
  }
  .s-footer-guideNav__second {
    position: relative;
    width: 100%;
    justify-content: center;
  }
  .s-footer-guideNav__second li:first-of-type::before {
    content: none;
  }
  .s-footer-guideNav__second::before {
    content: "";
    display: block;
    width: 42em;
    height: 1px;
    top: -4px;
    background: #808080;
    position: absolute;
}
}

.m-progress-button-wrap__txt {
  width: 100%;
  max-width: var(--container-small);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-top: -2rem;
}
.m-progress-button-wrap__lead {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .m-progress-button-wrap__txt {
  }
  .m-progress-button-wrap__lead {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* マイページトップのバナー */
.myaccount-wrap .myPageBannerBox {
  margin-bottom: 2rem;
}
.myaccount-wrap .myPageBannerBox a:hover {
  opacity: 0.7;
}
.cv_banner.topCouponBanner,
.myaccount-wrap .myPageBannerBox a img {
  border: solid 1px #ddd;
}

/* マイページの「前回ログイン日時」の非表示 */
.p-myPage-info > .p-myPage-pointInfo {
  display: none;
}
.p-myPage-info > .p-myPage-userRankInfo {
  border-top: 0;
}