@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; }

.contents_main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contents_inner {
  margin: 0 auto;
  padding: 0 99px; padding: clamp(20px,8.25vw,100px);
  max-width: 1200px;
  font-size: 16px;
  text-align: center;
}

/*****************************************

メインビジュアル

*****************************************/
.main_visual {
  font-size: 0;
}

.main_visual img {
  width: 100%;
  height: auto;
}

/*****************************************

会員様だけのお得がたくさん！WEB会員限定サービス

*****************************************/
.contents_inner h2.icon_stit {
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.contents_inner h2.icon_stit img {
  display: block;
  margin: 0 auto 2%;
  width: 100%;
  height: auto;
  max-width: 54px;
}

.contents_inner p.text_32 {
  margin: 25px auto 55px;
  max-height: 130px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

.contents_inner .btn_large {
  position: relative;
  width: 100%;
  height: 80px;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #649664;
  font-size: clamp(18px,1.83333vw,22px);
  font-weight: bold;
  color: #FFF !important;
  border-radius: 40px;
  margin: auto;
  text-decoration: none !important;
}

.contents_inner .btn_large::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: 49%;
  right: 65px;
  margin-top: -4px;
}
  
.text-small { font-size: 12px; }

/** WEB会員限定のうれしいサービス  ******************/
.service_area {
  margin: 2% auto;
  padding: 0 20px;
  max-width: 860px;
}

.number-box_1,
.number-box_2,
.number-box_3,
.number-box_4,
.number-box_5 {
  margin: 0 auto 2%;
  width: 100%;
  height: auto;
  position: relative;
  padding: 30px;
  background-color: #f5f3f0;
  border-radius: 10px;
}

.number-box_1:before,
.number-box_2:before, 
.number-box_3:before,
.number-box_4:before,
.number-box_5:before {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 72px 72px 0 0;
  border-color: #649664 transparent transparent transparent;
  border-top-left-radius: 10px;
}

.number-box_1:after,
.number-box_2:after,
.number-box_3:after,
.number-box_4:after,
.number-box_5:after {
  display: block;
  position: absolute;
  content: "1";
  top: 12px;
  left: 14px;
  font-size: 21px;
  font-weight: 600;
  white-space: pre;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  z-index: 2;
}        

.number-box_2:after {
  content: "2";
}        

.number-box_3:after {
  content: "3";
}        

.number-box_4:after {
  content: "4";
}        

.number-box_5:after {
  content: "5";
}        
        
.number-inner_flex {
  display: flex;
  flex-wrap: wrap;
}

.number_img {
  display: grid;
  padding: 0 2%;
  place-items: center;
  align-items: center;
  width: 35%;
}

.number_img img {
  margin: 20px 0;
  width: 100%;
  height: auto;
  max-width: 150px;
}

.number_text {
  display: grid;
  align-items: center;
  padding-left: 6%;
  width: 65%; 
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8; 
  letter-spacing: .5px; 
  border-left: 1px solid #c9c9c9;
}

.number_text p {
  font-size: 12px;
  font-weight: normal;
}

.number-box_3 .birthday_box {
  margin: 5% auto;
  padding: 50px 75px; padding: 50px clamp(20px,6.25vw,75px);
  width: 100%;
  height: auto;
  max-width: 680px;
  border-radius: 10px;
  background-color: #fff;
}

.number-box_3 .birthday_box .stit {
  margin-bottom: 50px; 
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #649664;
}

.number-box_3 .birthday_box dl.birthday-coupon {
  margin: 30px auto;
}
  
.number-box_3 .birthday_box dl.birthday-coupon dt {
  margin: 30px auto 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #e3ded9;
  font-size: 16px;
  font-weight: 600;
}
  
.number-box_3 .birthday_box dl.birthday-coupon dd {
  padding: 15px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.number-box_3 .birthday_box dl.birthday-coupon dd .red-b {
  color: #f05a28;
  font-size: 16px;
  font-weight: 600;
}

