@charset "UTF-8";
/* CSS Document */

.contents_main a:link, .contents_main a:hover, .contents_main a:visited {
  color: #649664;
  text-decoration: underline;
}

.contents_main a:hover {
  opacity: .8;
}

.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mB0 { margin-bottom: 0 !important; }
.mR05 { margin-right: .5em !important; }
.red-b {
    color: #f05a28;
    font-weight: 600;
}

.red-b a:link, .red-b a:hover, .red-b a:visited {
    color: #f05a28;
    font-weight: 600;

}

.contents_main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contents_inner {
  margin: 0 auto;
  padding: 60px clamp(20px,8.25vw,100px) 0;
  max-width: 1200px;
  font-size: 16px;
  /*text-align: center;*/
}

.contents_inner .frame {
  /*margin: 0 auto;*/
  /*padding: 0 99px; padding: clamp(20px,8.25vw,42px);*/
  max-width: 1000px;
  font-size: 16px;
  text-align: center;
}

/*****************************************

メインビジュアル

*****************************************/
.main_visual {
  font-size: 0;
}

.main_visual img {
  width: 100%;
  height: auto;
}

.contents_inner p.text_32 {
    margin: 35px auto 50px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
    text-align: center;
}

.contents_inner p.text_prg {
  margin: 0 auto 50px;
  padding: 25px 0 0;
  font-size:16px;
  text-align: center;
  line-height: 1.8;
}



/*****************************************

スライダー

*****************************************/
.slider_area {
  margin: 5rem auto 2rem;
  padding: 80px 0 60px;
  max-width: 100%;
  
  background-color: #f5f3f0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.slider_area .slider_inner {
}

.slider_area .slider_inner ul {
  display: flex;
  width: 100%;
}

.slider_area .slider_inner ul li {
  padding: 0 20px;
  /*width: 100%;
  height: auto;
  max-width: 400px;*/
}

.sg_banner {
  margin: 4rem auto;
  width: 100%;
  height: auto;
  max-width:1000px;
}

.sg_banner ul {
  display: flex;
  align-items: center;
  
  margin: auto;

  height: auto;
}

.sg_banner li {
  margin: 0 .5rem;
  width:calc(100% / 3);
  height: auto;
  
}

/*****************************************



*****************************************/
.contents_inner h2.icon_stit {
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  padding-bottom:30px;
  border-bottom:solid 1px #649664;
  color:#649664;
}

.contents_inner h2.icon_stit.nb {
  border:none!important;
  padding-bottom:10px;
}

.contents_inner h2.icon_stit img {
  display: block;
  margin: 0 auto 2%;
  width: 100%;
  height: auto;
  max-width: 54px;
}

/*****************************************

ボタン　ページ内リンク

*****************************************/
.in-page_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 80px auto 20px;
}

.in-page_btn li {
  margin: 0 0 20px;
  /*padding: 30px 0;*/
  width: calc(100% / 4 - 10px);
  aspect-ratio :23 / 10;
  min-width:210px;
  border-radius: 10px;
  background-color: #649664;
}
@media screen and (max-width: 1200px) {
  .in-page_btn li {
      aspect-ratio :23 / 11;
  }
}
@media screen and (max-width: 1100px) {
  .in-page_btn li {
      aspect-ratio :23 / 12;
  }
}

.in-page_btn li img {
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  height: auto;
  max-width: 36px;
}





.in-page_btn li a:link,
.in-page_btn li a:hover,
.in-page_btn li a:visited {
  display: inline-block;
  align-items: center;
  padding: 14px 0 0;
  height: 100%;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-feature-settings: "palt";
}

.in-page_btn li a .down {
  display: inline-block; display: block;
  margin: 12px 0 0 12px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  color: #fff;
  line-height: 1;
  
  position: relative;
  left: 43%;
}


/*****************************************

WEB以外のご注文・お問い合わせ／定期購入のご変更・ご中止
通信販売以外のお問い合わせ

*****************************************/
.howto_area .contents_inner .frame .gray-waku {
  margin: 40px auto 60px;
  /*padding: 28px 50px;*/
  width: 100%;
  height: auto;
  max-width: 840px;
  border: 1px solid #e6e1dc;
}

.howto_area .contents_inner .frame .gray-waku .stit {
  padding: 24px;
  background-color: #f5f3f0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #444;
}
.howto_area .contents_inner .frame .gray-waku p.text {
  margin: 24px auto 0;
  width: 95%;
  font-size: 16px;
}

.howto_area .contents_inner .frame .gray-waku .inner {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  padding: 28px 0;
  width: 95%;
  border-bottom: 1px solid #e6e1dc;
}

.howto_area .contents_inner .frame .gray-waku .box {
  flex: 1;
  -webkit-flex: 1;
  padding: 0 36px;
  text-align: left;
}

.howto_area .contents_inner .frame .gray-waku .box:first-child {
  border-right: 1px solid #e6e1dc;
}

.howto_area .contents_inner .frame .gray-waku .box .in {
  border-bottom: none;
  font-size: clamp(16px,1.5vw,18px);
  font-weight: 600;
}

.howto_area .contents_inner .frame .gray-waku .box .in img {
  margin-right: .5em;
  width: auto;
  height: 1em;
}

.howto_area .contents_inner .frame .gray-waku .box .in .call {
  font-size: clamp(24px,3.86666vw,44px);
  font-weight: 600;
  letter-spacing: 2px;
}

.howto_area .contents_inner .frame .gray-waku .box .in .caption {
  font-size: 12px;
  line-height: 1.6;
  /*text-align: left;*/
}

.howto_area .contents_inner .frame .gray-waku .btn_area {
  margin: 0 auto;
  padding: 20px 0;
}

.howto_area .contents_inner .frame .gray-waku .btn_area .btn_small {
  position: relative;
  width: 100%;
  height: 60px;
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #649664;
  font-size: clamp(18px,1.83333vw,22px); font-size: 16px;
  font-weight: bold;
  color: #FFF !important;
  border-radius: 40px;
  margin: auto;
  text-decoration: none !important;
}

.howto_area .contents_inner .frame .gray-waku .btn_area .btn_small::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 48px;
  margin-top: -4px;
}




/*****************************************

オンラインショップご利用ガイド
購入方法

*****************************************/
.contents_inner h3.icon_stit {
  display: flex;
  justify-content: left;
  align-items: center;
  margin: auto;
  padding: 20px;
  background-color: #649664;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.contents_inner h3.icon_stit img {
  margin-right: 15px;
  width: 100%;
  height: auto;
  max-width: 36px;
}

.contents_inner .frame .subcon {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 850px;
}

/* 吹き出し＋見出し **************/
.contents_inner .frame .subcon .fukidashi-midashi {
  display: flex;
  margin: 60px auto 25px;
}

/*吹き出し*/
.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #649664;
  background-color: #f5f3f0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #649664;
}

.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #649664 transparent transparent;
  translate: -50% 100%;
}

.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.1px 4.8px 0 4.8px;
  border-color: #f5f3f0 transparent transparent;
  translate: -50% 100%;
}

.contents_inner .frame .subcon .fukidashi-midashi .stit_fukidashi span {
  margin-left: 5px;
  font-size: 16px;
}

/*見出し*/
.contents_inner .frame .subcon .fukidashi-midashi .stit_midashi {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 1rem; 
  width: 100%;
  height: 66px;
  border: 1px solid #649664;
  border-left: none;
  font-size: 18px; 
  font-weight: 600;
  /*text-align: left;*/
  color: #649664; 
}

.contents_inner .frame .subcon .num {
  margin: 0 0 25px 15px;
  width: 100%;
  height: auto;
  max-width: 97%;
  text-indent: -1.5em;
  padding-left: 1.3em;
  font-size: clamp(16px, 4.26666vw, 32px); font-size: 16px;
  /*font-feature-settings: "palt";*/
  text-align: left;
  line-height: 1.7;
}

.contents_inner .frame .subcon .images {
  display: inline-flex;
  margin: 50px auto;
  justify-content: left;
  align-items: start;
}

.contents_inner .frame .subcon .images img {
  margin: 0 10px;
  width: 100%;
  height: auto;
  max-width: 380px;
}

.contents_inner .frame .subcon .mi {
  display: flex; 
  align-items: center; 
  margin: 30px auto 35px; 
  padding: 0 15px; 
  height: 40px; 
  background-color: #f5f3f0; 
  border-bottom-right-radius: 20px; 
  font-size: 16px; 
  font-weight: 600; 
  text-align: left; 
  color: #649664;
}

/* table-1 ******************/
.contents_inner .frame .subcon_table {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.contents_inner .frame .subcon_table-left {
  margin: 0 3rem 0 0;
  width: 100%;
}

.contents_inner .frame .subcon_table-left .box {
  margin-left: 2em;
  padding: 2em; 
  background-color: #f5f3f0;
  
}

.contents_inner .frame .subcon_table-left .box p.text {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  color: #444;
/*  font-feature-settings: "palt";*/
  line-height: 1.7;
}

.contents_inner .frame .subcon_table-right {
  padding: 0 15px;
  width: 100%;
  height: auto;
  max-width: 395px;
}
.contents_inner .frame .subcon_table-right img {
  display: block;
  margin: 0 0 30px;
  width: 100%;
  height: auto;
}

.contents_inner .frame .subcon p {
  margin: 2em auto 1em;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #649664;
}


/* お支払い方法、お届け、返品について */
.contents_inner .frame .cont_block {
  max-width: 900px;
}
.contents_inner .cont_block > dl {
  margin-top:20px;
}
.contents_inner .cont_block dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 900px;
  text-align: left;
  color: #444;
}
.top-border {
  border-top: 1px solid #649664;
}

.contents_inner .cont_block dl dt {
  flex-basis: 32%;
  font-weight: 600;
  font-size: 16px;
  color: #649664;

  padding: 2rem 0;
  border-bottom: 1px solid #649664;
}

.contents_inner .cont_block dl dd {
  flex-basis: 68%;
  font-size: 16px;
  line-height: 1.7;

  padding: 2rem 0;
  border-bottom: 1px solid #649664;
}
.cont_block .dtime {
  width:90%;
}
.contents_inner .cont_block dl dd img {
  display: block;
  margin: 2rem 0;
}

.contents_inner .cont_block dl dd .box {
  margin: 2rem 0;
  padding: 2em; 
  background-color: #f5f3f0; color: #f05a28;
}

.contents_inner .cont_block p {
  text-align: left;
  font-size: 16px;
}

.contents_inner .cont_block .stit {
  margin: 0 0 30px;
  padding: 12px 20px;
  background-color: #649664;
  border-bottom-right-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
}









/* 2026/07  修正 */

.shop-guide-point{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  box-sizing:border-box;
}

.shop-guide-point__inner{
  display:flex;
  align-items:center;
  min-height:220px;
  padding:35px 4% 35px 6%;
  background:#f5f3f0;
  border-radius:125px 0 0 125px;
  box-sizing:border-box;
  margin:30px 0;
}

/* 左側 */
.shop-guide-point__head{
  display:flex;
  align-items:center;
  width:44%;
  flex-shrink:0;
}

.shop-guide-point__number{
  width:10%;
  flex-shrink:0;
  margin-right:7%;
}

.shop-guide-point__number img{
  display:block;
  width:100%;
  height:auto;
}

.shop-guide-point__title{
  margin:0;
  color:#649664;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(18px,2.8vw,28px);
  font-weight:700;
  line-height:1.3;
}

/* 右側 */
.shop-guide-point__body{
  width:56%;
  padding-left:2%;
  box-sizing:border-box;
  color:#444;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.shop-guide-point__lead{
  margin:0 0 18px;
  font-size:clamp(16px,2vw,18px);
  font-weight:700;
  line-height:1.6;
}

.shop-guide-point__text{
  margin:0;
  font-size:clamp(14px,1.9vw,16px);
  font-weight:400;
  line-height:2;
}




/* 会員様限定の特典・お得なサービスが満載！ */

.member-benefits{
  display:flex;
  gap:20px;
  padding-top:65px;
}

.member-benefits__panel{
  position:relative;
  width:33.333%;
  padding:10px 3% 30px;
  border:1px solid #649664;
  border-radius:16px;
  box-sizing:border-box;
  background:#fff;
}

/* 上枠の中央部分を隠す */
.member-benefits__panel::before{
  content:"";
  position:absolute;
  z-index:1;
  top:-2px;
  left:50%;
  width:45%;
  height:4px;
  transform:translateX(-50%);
  background:#fff;
}

/* 真円の外に出ている部分だけ表示 */
.member-benefits__panel::after{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  left:50%;
  width:52%;
  aspect-ratio:1 / 1;
  transform:translate(-50%,-25%);
  background:#fff;
  border:1px solid #649664;
  border-radius:50%;
  box-sizing:border-box;
  clip-path:inset(0 0 75% 0);
}

.member-benefits__icon,
.member-benefits__title,
.member-benefits__text{
  position:relative;
  z-index:3;
}

.member-benefits__icon{
  text-align:center;
}

.member-benefits__icon img{
  display:block;
  max-width:65px;
  height:auto;
  margin:0 auto;
}

.member-benefits__title{
  margin:25px 0 30px;
  color:#649664;
  font-family:"Yu Gothic","YuGothic","Meiryo",sans-serif;
  font-size: clamp(17px,2vw,22px);
  font-weight:bold;
  line-height:1.5;
  text-align:center;
}

.member-benefits__text{
  margin:0;
  color:#444;
  font-family:"Yu Gothic","YuGothic","Meiryo",sans-serif;
  font-size:16px;
  line-height:1.7;
}

/* SP */
@media screen and (max-width:767px){

  .member-benefits{
    display:block;
    padding-top:65px;
  }

  .member-benefits__panel{
    width:100%;
    margin-bottom:100px;
    padding:45px 25px 35px;
  }

  .member-benefits__panel:last-child{
    margin-bottom:0;
  }

}




/* 会員プログラムについて */
.ranktokuten{
  position:relative;
  isolation:isolate;
}

.ranktokuten__image{
  display:block;
  max-width:600px;
  width:95%;
  margin:0 auto;
  position:relative;
  z-index:1;
}

.ranktokuten__image img{
  display:block;
  width:100%;
  height:auto;
  -webkit-mask-image:linear-gradient(
    to bottom,
    #000 0%,
    #000 20%,
    transparent 100%
  );
  mask-image:linear-gradient(
    to bottom,
    #000 0%,
    #000 20%,
    transparent 100%
  );
}

.rankimagetxt{
  position:relative;
  z-index:2;
  margin:-50px 0 0;
  color:#444;
  font-family:"Yu Gothic","YuGothic","Meiryo",sans-serif;
  text-align:center;
  font-size:15px;
  -webkit-mask-image:none!important;
  mask-image:none!important;
  opacity:1;
}



/* 詳細はこちら */
.btn_area_b {
  margin: 0 auto;
  padding: 20px 0;
}

.btn_area_b .btn_big {
  position: relative;
  width: 100%;
  height: 90px;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #649664;
  font-size: clamp(18px,1.83333vw,22px);
  font-weight: 700;
  color: #FFF !important;
  border-radius: 45px;
  margin: 20px auto;
  text-decoration: none !important;
}

.btn_area_b .btn_big::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35%;
  margin-top: -4px;
}
/* SP */
@media screen and (max-width:767px){
  .btn_area_b .btn_big::after {
    right: 26%;
  }
}




/* WEB限定サービス */
.kaiinsama-banner{
  margin-top:50px;
  text-align:center;
}
.kaiinsama-banner img{
  display:block;
  max-width:820px;
  height:auto;
  margin:0 auto;
}



/* ご購入者の声 */
.guide-box-area{
  display:flex;
  align-items:flex-start;
  padding-top:20px;
  gap:1.7%;
}

.guide-box-column{
  width:calc((100% - 40px) / 3);
}

.guide-box{
  width:100%;
  margin-bottom:20px;
  padding:25px 8%;
  border:1px solid #649664;
  border-radius:16px;
  box-sizing:border-box;
  color:#444;
  font-family:"Yu Gothic","YuGothic","Meiryo",sans-serif;
}

/* 商品名 */
.guide-box__title a{
  margin:0 0 20px;
  color:#444!important;
  font-size:17px;
  font-weight:bold;
  line-height:1.7;
  text-decoration:underline;
  text-underline-offset:4px;
}

/* 商品画像 */
.guide-box__image{
  margin-bottom:20px;
  text-align:center;
}

.guide-box__image img{
  display:block;
  width:50%;
  min-width:100px;
  height:auto;
  margin:0 auto;
}

/* アイコン・年代・性別 */
.guide-box__profile{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:15px;
  color:#444;
  font-weight:600;
  font-size:15px;
}

.guide-box__profile img{
  display:block;
  width:34px;
  height:auto;
}

/* テキスト */
.guide-box__text{
  margin:0;
  color:#444;
  font-size:16px;
  line-height:1.6;
}


.guide-box:last-child{
  margin-bottom:0;
}




/* ご利用ガイド　ボタン */
.btn_area_g {
  margin: 50px auto;
  padding: 20px 0;
}

.btn_area_g .btn_big {
  position: relative;
  width: 100%;
  height: 90px;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #649664;
  font-size: clamp(18px,1.83333vw,22px);
  font-weight: 700;
  color: #FFF !important;
  border-radius: 45px;
  margin: 20px auto;
  text-decoration: none !important;
}

.btn_area_g .btn_big_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn_area_g .btn_big_sub {
  font-size: 16px;
  font-weight: 600;
}

.btn_area_g .btn_big::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23%;
  margin-top: -4px;
}
/* SP */
@media screen and (max-width:767px){
  .btn_area_g .btn_big::after {
    right: 20%;
  }
}