@charset "utf-8";


/*=======================================================
	ナチュラ 商品紹介共通
=======================================================*/
.natura-cont__ttl{
  text-align: center;
}
/* 商品紹介 */
.charm_care_header{
  text-align: center;
}
.care_header__item{
  margin-left: 15px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.care-ttl{
  margin: 30px 0 20px;
}
.care_header__item li{
  padding: 0 10px;
  font-size: 1.4rem;
}
.care_header__item li img{
  margin: 0 0 10px;
}
.size-ttl2{
  margin: 10px 0;
}
.size-info{
  margin: 30px 30px 40px;
  padding: 30px;
  background-color: #f9d0d7;
  text-align: center;
}
.size-ttl{
  margin: 0 0 15px;
}
.size_img{
  margin: 20px 0 0;
}
p.img-note{
  margin: 5px 0 0;
  color: #575757;
  font-size: 1.2rem;
  text-align: center;
}
.size-info__target{
  display: flex;
  justify-content: center;
  align-items: center;
}
.features{
  margin: 50px 0 0;
  padding: 50px 0 30px;
  background: url(../img/2bg_flower.png) repeat-y center top;
  background-color: #f4dba3;
  transition: all  0.3s ease;
}
.features.p1{
  background: url(../img/bg_flower.png) repeat-y center top;
  background-color: #f4dfe8;
}
.tab-group{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.tab-group li{
  width: 50%;
}
.tab-group li a{
  padding: 20px 0;
  display: block;
  position: relative;
  border-bottom: 1px solid #d10065;
  background-color: rgba(255, 255, 255, 0.6);
}
.tab-group li.is-active a{
  border-top: 1px solid #d10065;
  border-right: 1px solid #d10065;
  border-bottom: none;
  border-left: 1px solid #d10065;
  background-color: #fff;
}
.top-tab .tab.is-active a:after{
  content: ' ';
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -22px;
  left: 0;
  width: 358px;
  height: 22px;
  background: url(../img/menu_current.png) no-repeat left top;
}
.tab-group.btm-tab{
  margin-top: -1px;
}
.tab-group.btm-tab li a{
  padding: 25px 15px;
  border-top: 1px solid #d10065;
  border-bottom: none;
  color: #3f4e78;
}
.tab-group.btm-tab li.is-active a{
  border-top: none;
  border-right: 1px solid #d10065;
  border-bottom: 1px solid #d10065;
  border-left: 1px solid #d10065;
  background-color: #fff;
  color: #d10065;
}
.panel{
  display: none;
}
.panel.is-show{
  display: block;
}
.features-cont{
  padding: 20px 48px 40px;
  border-right: 1px solid #d10065;
  border-bottom: 1px solid #d10065;
  border-left: 1px solid #d10065;
  background-color: #fff;
}
.features_ttl{
  margin: 0 0 10px;
  text-align: center;
}
.features__item-name{
  margin: 40px 0 20px;
  text-align: center;
}
.item-ttl__name{
  padding: 20px 0 50px;
  text-align: center;
}
.item-ttl__name h3{
  margin: 0 0 20px;
}
/* タブ1 */
.features.p1{
  background-color: #f4dfe8;
}
.p1 .feature-box_header.feature0{
  background: url(../img/feature0_ttl_bg.png) no-repeat left top;
}
.p1 .feature-box_header{
  background: url(../img/feature_ttl_bg.png) no-repeat left top;
}
/* タブ2 */
.features{
  background-color: #f4dba3;
}
.feature-box_header.feature0{
  background: url(../img/charm2_feature0_ttl_bg.png) no-repeat left top;
}
.feature-box_header{
  margin: 0 0 25px;
  position: relative;
  background: url(../img/charm2_feature_ttl_bg.png) no-repeat left top;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
  text-align: center;
}
.feature-box_header::before{
  content: ' ';
  margin: auto 0;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 50px;
  bottom: 0;
  width: 49px;
  height: 30px;
  background: url(../img/open.png) no-repeat left top;
}
.feature-box_header.open{
  box-shadow: none;
}
.feature-box_header.open::before{
  background-position: left bottom;
}
.feature-box_header.feature0{
  box-shadow: none;
}
.feature-box_header.feature0::before{
  content: none;
}
.feature-box_header:hover{
  opacity: 0.8;
  cursor: pointer;
}
.feature-box_header.feature0:hover{
  opacity: 1.0;
  cursor: default;
}
.features-box{
  padding: 0;
  text-align: center;
}
.feature-box_main{
  padding: 0 0 40px;
  display: none;
}
.feature-box_main.show{
  margin: 0 0 25px;
  display: block;
}
.features-box h5{
  margin: 0 0 20px;
}
.matome{
  padding-top: 70px;
  background: url(../img/line.png) no-repeat center top;
  text-align: center;
}
.wrap2 h6{
  margin: 10px;
  text-align: center;
}
.wrap2 h6 span{
  padding: 0 10px 5px;
  display: inline-block;
  border-bottom: 1px solid #333;
  text-align: center;
}
.feature1_img{
  margin: 0 0 10px;
}
.natura_ttl{
  color: #e34765;
  font-size: 1.3em;
  font-weight: bold;
}
.wrap2 h6.natura_ttl span{
  border-bottom: 1px solid #e34765;
}
.lineup{
  padding: 40px 0 0;
  text-align: center;
}
.lineup_ttl{
  margin: 0;
}
.lineup_ttl span{
  padding: 10px 0 0;
  display: inline-block;
}
.lineup-box{
  margin: 20px 0 50px;
  display: flex;
  justify-content: center;
}
.lineup-box ul{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.lineup-box ul li{
  margin: 0 10px;
}
.lineup-box ul li img{
  vertical-align: bottom;
}
.capa{
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
.capa::before{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0.8em;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dotted #b0b0b0;
}
.capa span{
  padding: 0 10px;
  display: inline-block;
  background-color: #fff;
  color: #4f4f4f;
  font-family: Arial, sans-serif;
  font-size: 2.2rem;
}
.lineup-box .product-link{
  padding: 5px 30px 5px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  background: url(/_var/natura/natura_cmn/img/arrow-pink.png) no-repeat 93% center;
  color: #535353;
  font-size: 1.3rem;
  text-decoration: none;
}
.cotton_ttl{
  margin-left: -50px;
  padding-top: 30px;
}
.lineup-item__wrap{
  display: flex;
  align-items: flex-end;
}
.lineup-item__wrap > div {
  margin: 0 3px;
}
.lineup-item__wrap > div:first-child {
  margin-left: 0;
}
.lineup-item__wrap > div:last-child {
  margin-right: 0;
}
/* ご購入はこちら */
.buy_ec_btn{
  margin: 25px auto 0;
  padding: 13px 17px 13px 0;
  display: block;
  position: relative;
  width: 300px;
  border: 3px solid #fff;
  border-radius: 5px;
  background: -webkit-linear-gradient(top,  #f4dd87 0%,#f3d978 100%);
  background: linear-gradient(to bottom,  #f4dd87 0%,#f3d978 100%);
  background-color: #eed177;
  box-shadow: 0 0 2px rgba(0,0,0,0.8);
}
.buy_ec_btn:hover{
  opacity: 0.8;
}
.buy_ec_btn img{
  position: relative;
  width: 135px;
}
.buy_ec_btn:after{
  content: ' ';
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 17px;
  height: 18px;
  background: url(/_var/natura/natura_cmn/img/bn_ec_info_popupico.svg) no-repeat left top;
  background-size: 100% auto;
  filter: drop-shadow(-1px -1px 1px rgba(82, 77, 66, 0.1));
}
.ecshop_list + .close{
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.4));
}
.ec_info_popup .onlineshop{
  margin-top: -50px;
  padding: 76px 0 100px;
  position: relative;
}
.ec_info_popup .onlineshop:before{
  content: ' ';
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dotted #fff;
}
.ec_info_popup .onlineshop:after{
  content: ' ';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 2px dotted #fff;
}
.ec_info_popup .ecshop_list{
  margin: 10px auto 0;
  width: 700px;
  text-align: center;
}
.ec_info_popup .ecshop_list li{
  margin: 0 2px;
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.ec_info_popup .ecshop_list li a{
  margin: 0 0 10px;
  padding-top: 10px;
  display: block;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #d8d9d2;
  background-color: #fff;
  text-align: center;
}
.ec_info_popup .onlineshop_btn{
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.ec_info_popup .ecshop_list li.onlineshop_btn a{
  margin: 0;
  padding: 5px 0 0;
  background-color: #f5fdff;
}
.ec_info_popup .onlineshop_btn img{
  width: 196px;
  height: auto;
}
.ec_info_popup .ecshop_list li a:hover{
  opacity: 0.7;
}
.ec_info_popup .mfp-inline-holder .mfp-content,
.ec_info_popup .mfp-ajax-holder .mfp-content{
  min-height: 200px;
}
.ec_info_popup .close{
  margin: 15px 0 0;
}
.popup-modal-dismiss:hover{
  opacity: 0.8;
}


/* ===========================================
	MediaQueries
=========================================== */
/* モーダル調整----------------------------- */
@media screen and (max-width: 850px){
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content{
    padding: 15px;
    min-width: 200px;
    width: 80%;
    min-height: 0;
    background-color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: auto;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content img{
    max-width: 100% !important;
    height: auto !important;
  }
  /* ご購入はこちら */
  .ec_info_popup .ecshop_list{
    width: 90%;
  }
  .ec_info_popup .ecshop_list li{
    margin-bottom: 5px;
    box-sizing: border-box;
    width: auto;
  }
  .ec_info_popup .ecshop_list li a{
    margin: 0;
  }
}
/* PC----------------------------- */
@media screen and (min-width: 701px){
  .lineup{
    margin: 0 auto;
    width: 1000px;
  }
  .natura-cont__wrap{
    margin: 0 auto;
    width: 1000px;
  }
  .tab-group,
  .panel-group{
    margin: 0 auto;
    width: 1000px;
  }
  .btm_nav{
    margin: 0 auto;
    box-sizing: border-box;
    width: 1000px;
  }
  .charm_care_header{
    padding: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    text-align: center;
  }
  .feature-box_header{
    margin: 0 0 25px;
    width: 900px;
    height: 130px;
    background: url(../img/charm2_feature_ttl_bg.png) no-repeat left top;
    text-align: center;
  }
  .feature-box_header h4{
    padding-top: 25px;
  }
  .feature-box_header.feature0{
    height: 90px;
  }
  .feature-box_header.feature0 h4{
    padding-top: 33px;
  }
  .wrap2{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wrap2 > *{
    width: 45%;
  }
  .lineup-item__wrap img{
    margin: 0;
  }
}
/* スマホ----------------------------- */
@media screen and (max-width: 700px){
  /* ECサイトリンク */
  #brand .set_cont + .banner_cont,
  #brand .movie_list + .banner_cont{
    margin: 20px auto 0;
  }
  .banner_cont{
    margin: 50px auto 20px;
    padding: 0 0 10px;
    width: 94%;
  }
  .buy_ec_btn{
    margin: 30px auto 0;
    width: 250px;
  }
  .buy_ec_btn img{
    width: 120px;
  }
  .care_header__item{
    margin: 0 0 0 10px;
  }
  .care_header__item li{
    padding: 0 5px;
  }
  .feature-box_header{
    background-size: 100%  auto;
  }
  .natura-cont__ttl{
    padding: 20px 0 15px;
  }
  .features-cont{
    padding: 20px 15px 20px;
  }
  .charm_care_header{
    padding: 0 0 30px;
  }
  .care-ttl img{
    margin-top: -10px;
    width: 75%;
  }
  .care_lead{
    padding: 0 40px;
  }
  .size-info{
    margin: 30px 15px;
    padding: 20px;
    background-color: #f9d0d7;
    text-align: center;
  }
  .size-info p{
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .size-ttl img{
    width: 110px;
  }
  .size_img{
    margin: 20px 0 0;
  }
  .size_img img{
    width: 80%;
  }
  .size-info p.img-note{
    font-size: 1.2rem;
  }
  .features{
    margin-top: 40px;
    padding: 25px 15px;
  }
  .tab-group li a{
    padding: 10px 8px;
  }
  .tab-group.top-tab li a{
    padding: 10px 8px 9px;
  }
  .tab-group.top-tab li.is-active a{
    padding-bottom: 10px;
  }
  .top-tab .tab.is-active a:after{
    width: 83%;
    background: url(../img/menu_current.png) no-repeat left top;
    background-size: 100% auto;
  }
  .features__item-name{
    margin: 10px 20px 0;
  }
  .features__item-name img{
    width: 120px;
  }
  .feature-box_header{
    padding: 15px;
    background-size: 100% 100%;
  }
  .lineup_ttl{
    padding: 0;
  }
  .lineup_ttl img{
    margin-top: -10px;
    width: 75%;
  }
  .lineup-box ul{
    margin: 0 5px;
    flex-wrap: wrap;
  }
  .lineup-box ul li{
    margin: 0 8px;
    box-sizing: border-box;
    width: 76%;
  }
  .lineup-box ul li img{
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .lineup-box a{
    display: block;
  }
  .lineup-box ul li.item_65cc .lineup-item__wrap{
    padding: 0 6%;
  }

  .omamori-lineup .lineup-box ul li.item_3cc{
    width: 76%;
    text-align: center;
  }
  .omamori-lineup .lineup-box ul li.item_3cc br{
    display: inline-block;
  }
  .omamori-lineup .lineup-box ul li.item_3cc .lineup-item__wrap div{
    margin: 0 auto;
    width: 100%;
  }
  .omamori-lineup .lineup-box ul li.item_3cc img{
    width: 50%;
  }


  .lineup-box.cotton-lineup{
    display: block;
  }
  .lineup-box.cotton-lineup ul li{
    margin: 0 5px;
  }
  .lineup-box.cotton-lineup ul li.item_3cc_cotton{
    width: 34.5%;
  }
  .lineup-box.cotton-lineup ul li.item_5cc_cotton{
    width: 33%;
  }
  .lineup-box.cotton-lineup ul li.item_10cc_cotton{
    width: 26.3%;
  }
  .lineup-box.cotton-lineup ul li.item_15cc_cotton{
    width: 43.1%;
  }
  .lineup-box.cotton-lineup ul li.item_30cc_cotton{
    width: 36.2%;
  }
  .lineup-box.cotton-lineup ul li.item_50cc_cotton{
    width: 28%;
  }
  .lineup-box ul li.item_85cc{
    padding: 0 0.5%;
    width: 28.5%;
  }
  .lineup-box ul li.item_130cc{
    padding: 0 0.5%;
    width: 29.5%;
  }
  .lineup-box ul li.item_180cc{
    width: 34.5%;
  }
  .lineup-box ul li.item_210cc{
    margin-right: 0;
    width: 35%;
  }
  .lineup-item__wrap div{
    padding: 0 5px;
  }
  .capa span{
    padding: 0 5px;
    font-size: 1.8rem;
  }
  .lineup-item__wrap br{
    display: none;
  }
  .cotton_ttl{
    margin: 0 auto;
    padding: 0 0 0 26px;
    width: 68%;
  }
  .cotton_ttl img{
    width: 100%;
    height: auto;
  }
  .lineup-box .product-link{
    margin: 5px 0 15px;
    width: 2em;
  }
  .lineup-box{
    margin: 20px 0 20px;
  }
  .features{
    background: url(../img/2bg_flower.png) repeat-y center top;
    background-color: #f4dba3;
    background-size: 100% auto;
  }
  .features.p1{
    background: url(../img/bg_flower.png) repeat-y center top;
    background-color: #f4dfe8;
    background-size: 100% auto;
  }
  /* タブ1 */
  .features.p1{
    background-color: #f4dfe8;
  }
  .p1 .feature-box_header.feature0{
    background: url(../img/feature0_ttl_bg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .p1 .feature-box_header{
    background: url(../img/s/feature_ttl_bg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  /* タブ2 */
  .feature-box_header.feature0{
    padding: 10px;
    background: url(../img/charm2_feature0_ttl_bg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .feature-box_header{
    margin: 0 0 25px;
    padding: 16px 10px 43px;
    background: url(../img/s/charm2_feature_ttl_bg.png) no-repeat left top;
    background-size: 100% 100%;
  }
  .feature-box_header::before{
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    top: auto;
    right: 0;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 25px;
    background: url(../img/open.png) no-repeat center top;
    background-size: 40px auto;
  }
  .feature-box_header.open::before{
    background-position: center bottom;
  }
  .feature-box_main{
    padding: 0 10px;
  }
  .features-box p.s-text__left{
    font-size: 1.5rem;
    text-align: left;
  }
  .wrap2 h6{
    margin: 40px 0 10px;
    font-size: 1.5rem;
  }
  .wrap2 > div:first-child h6{
    margin-top: 10px;
  }
  .matome{
    margin: 0 -20px;
    padding-top: 20px;
  }
  .features-box p.s-text__left{
    margin: 10px;
    font-size: 1.4rem;
  }
  .matome{
    margin: 0 -10px;
    padding-top: 30px;
    background: url(../img/line.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
  }
  .btm-tab a{
    font-size: 1.4rem;
  }
  .feature0 img{
    width: 90px;
  }
  .lineup-box ul li.item_15cc .lineup-item__wrap{
    padding: 0 5%;
  }
}
