@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
/*  scroll-behavior: auto !important;*/
}
.menudetail_contents {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.8;
  }

.menudetail_contents .disc, .menudetail_contents .circle {
  margin: 0 0 0 1em;
}
.menudetail_contents .disc li {
  list-style: disc;
}
.menudetail_contents .circle li {
  list-style: circle;
}
.menudetail_contents .decimal li {
  list-style: decimal;
  margin-left: 1.2em;
}
.menudetail_contents .bold {
  font-weight: 700;
}
.menudetail_contents .text {
  margin-bottom: 1em;
  line-height: 2;
}
.menudetail_contents p.text-center {
  text-align: center;
}
.menudetail_contents .em {
  color: #fff;
  background: #666;
  padding: 0.25em;
  border-radius: 5px;
  font-size: 120%;
  letter-spacing: 1px;
}
.menudetail_contents .pink {
  color: #ad7887;
}
.mb40 {
  margin-bottom: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.menudetail_contents .m40a {
  margin: 40px auto
}
.menudetail_contents .f80 {
  font-size: 80%;
}
.menudetail_contents .f120 {
  font-size: 120%;
}
.menudetail_contents .f140 {
  font-size: 140%;
  line-height: 1.4;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*swiperのナビアイコンを黒に*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  filter: brightness(0);
}

/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media print, screen and (min-width: 761px) {
html{
	/* scroll-padding-top:80px !important; */
}
	.box {
    display: flex;
    flex-flow: wrap;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
  }
  .box .img, .box .text-group {
    width: calc((100% - 60px) /2);
  }
  .box:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #title_conts {
    width: 100%;
    height: 600px;
    background-image: url(../images/age30skin/img_main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    /* margin-bottom: 40px; */
  }
  #title_conts .auto {
    height: 600px
  }
  #title_conts .title_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 600px;
  }
  #title_conts .page_ttl {
    position: absolute;
    width: 60%;
    height: auto;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    font-size: 63px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    font-weight: 600;
    padding-left: 160px;
  }
    #title_conts .page_ttl::before{
      content:"";
      display:block;
      width: 140px;
      height: 203px;
      background-image:url("../images/age30skin/icon_beginner.svg");
      background-size:cover;
      position: absolute;
      left: 0px;
      top: 18%;
    }
  #title_conts .page_ttl .ttl_b1 {
    font-size: 38px;
    background: #edb947;
    color: #fff;
    display: block;
    display: inline-block;
    padding: 0 0.25em;
    height: 64px;
    line-height: 64px;
    margin-bottom: 8px;
  }
  #title_conts .page_ttl .ttl_b2 {
    color: #7ab1a0;
  }
  #title_conts .page_ttl .ttl_b3 {
    color: #7ab1a0;
  }
  .contsMenu{
    width:1200px;
    margin:auto;
  }
  .contsMenu ul {
    display:flex;
    justify-content:space-between;
    width:100%;
    margin:1em 0;
    }
    .contsMenu ul li{
      width:calc((100% - 3px ) / 4); 
    }
    .contsMenu ul li:last-child{
    border-right: 1px solid #333;
    }
  .contsMenu ul a {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1rem;
    display: block;
    width: 100%;
  }
  .contsMenu a:first-of-type {
    border-left: 1px solid #666;
  }
  .title_box {
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.2em;
    width: auto;
    margin-bottom: 70px;
    padding-top: 100px;
  }
  .title_box .sec_ttl {
    font-size: 44px;
    display: block;
  }
  .title_box > span {
  font-family: "Itim", cursive;
  font-style: normal;
  color: #7ab1a0;
  font-size: 20px;
  /* background: linear-gradient(270deg, #7b7469 0%, #c4b7a0 40%, #7b7469 80%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  display: inline-block;
  letter-spacing: 0;
  padding: 0.25em 0;
  }
  /*=============イントロ=============*/
  .intro_conts {
    padding-bottom: 10vh;
    background-image: url("../images/age30skin/bg_wave_lemon01.svg"), url("../images/age30skin/bg_polygon.svg");
    background-position: bottom center, center 0;
    background-repeat: no-repeat, repeat-y;
    background-size: contain, 30%;
  }
  .intro_inner {
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 50%;
  }
  .intro_conts .decimal {
    background: #e7c045;
    color: #fff;
    font-size: 24px;
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    line-height: 2;
  }
  .intro_conts .text {
    line-height: 2.2;
  }
		.h2_vlog {
	width:400px;
		height:auto;
		margin:0 auto;
}
	.h2_vlog video{
		width:100%;
		height:auto;
	}
	
  /*=============肌トラブルの原因と治療法=============*/
  .cause_conts {
	 
    background-color: #f7f7e7;
    padding-bottom: 10vh;
    background-image: url("../images/age30skin/bg_wave_yellow01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .cause_nav_list {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 40px 0 100px;
  }
  .cause_nav_list li a {
    border: 2px solid #7ab1a0;
    border-radius: 10px;
    padding: 0.25em 1em;
    color: #7ab1a0;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  .cause_box {
	  scroll-margin-top: 80px;
	/* scroll-margin-top:80px !important; */
	width: 1000px;
	margin: 0 auto 100px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 40px;
	}
  .cause_ttl {
    background-image: linear-gradient(270deg, #7ab1a0 0%, #22958d 40%, #88ccb4 80%);
    color: #fff;
    margin: 0 auto 40px;
    text-align: center;
    padding: 0.25em 2em;
    font-size: 34px;
    border-radius: 40px;
    width: 80%;
    letter-spacing: 2px;
    text-shadow: 0px 4px 0 rgba(0, 0, 0, 0.1);
  }
    .cause_ttl span{
    font-size:26px;
  }
.cause_about_wrap{
  display:flex;
  gap: 30px;
  margin-bottom: 60px;
}
  .cause_about_img{
    width:50%;
  }
.cause_about_ttl{
  font-size: 24px;
  /* color: #55917d; */
  margin-bottom: 0.5em;
  font-weight: 400;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  padding: 0.25em 0;
  letter-spacing: 2px;
}
  .cause_about_text{
    margin-bottom:1em;
    font-size:16px;
  }
  .cause_about_text dt{
    background: #666;
    color: #fff;
    display: inline-block;
    padding: 0 0.5em;
    border-radius: 10px;
    font-weight: 400;
  }
  .cause_about_text dd{
    
  }
.cause_detail_wrap{
  background:#eee;
  padding: 30px 20px 20px;
  border-radius:20px;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom:40px;
}
  .cause_detail_ttl{
    top: -28px;
    left: 27%;
    position: absolute;
    background: #b9b48a;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 0.25em 1em;
    font-weight: 400;
    width: 50%;
    font-size: 20px;
}
  .cause_detail_img{
    width: 400px;
  }
  .cause_detail_group{
    display:flex;
    flex-direction:column;
    gap: 20px;
  }
  .cause_detail_item{
    background:#fff;
    padding: 10px;
    border-radius: 10px;
    font-size:14px
  }
    .cause_detail_item dt{
      font-weight:bold;
      margin-bottom:0.25em;
      
    }
  .care_ttl_box{
    margin:0 auto 30px;
    text-align:center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
  }
  .care_ttl_box span{
    color: #a7a48c;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px double #ccc;
    padding-bottom: 0.25em;
    display: inline-block;
    margin-bottom: 0.25em;
  }
  .selfcare_group{
    display:flex;
    gap:0;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px;
  }
  .selfcare_item{
    padding:0 20px;
    border-left: 1px dotted #ccc;
    font-size:14px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
  .selfcare_item:first-of-type{
    border:none;
  }

  .selfcare_item dt{
    font-weight: 500;
    text-align:center;
    margin:1em 0;
    font-size: 16px;
    color: #d0a843;
    line-height: 1.4;
  }
  .selfcare_item dt img{
    width:80%;
    max-width: 260px;
  }
    .selfcare_item dd{
      line-height: 1.8;
    }

.cause_conts .swiper-container .swiper-pagination {
  bottom: 0;
}
  .cause_conts .swiper-container .swiper-group{
    padding: 30px 10px 30px;
  }
.cause_conts .swiper-container .swiper-slide{
  position:relative;
  border:1px solid #ddd;
  padding:0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow:5px 5px 0 #ddd;
}
  .cause_conts .swiper-container .swiper-slide img{
    display:block;
  }
  
  .btn_price_anker {
    width:24em;
    margin:30px auto; 
  }
  .btn_price_anker a{
    display:block;
    text-align:center;
    background:#666;
    color:#fff;
    border-radius:50px;
    padding:0.5em 1em;
    font-size:20px;
    
  }
  
  /*=============ランキング=============*/
  .ranking_conts {
    background-color: #f5d000;
    background-image: url("../images/age30skin/bg_wave_green01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10vh;
  }
  .ranking_conts .title_box > span {
    color: #fff;
    background-image: none;
    -webkit-text-fill-color: inherit;
    font-size: 50px;
  }
  .ranking_conts .title_box .sec_ttl {
    font-weight: 600;
    color: #333;
    position: inherit;
  }
  .ranking_conts .title_box .sec_ttl span {
    position: relative;
    display: inline-block;
  }
  .ranking_conts .title_box .sec_ttl span::before {
    content: "";
    display: block;
    width: 40px;
    height: 80px;
    background-image: url("../images/age30skin/icon_ranking_l.svg");
    position: absolute;
    left: -57px;
    top: -50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ranking_conts .title_box .sec_ttl span::after {
    content: "";
    display: block;
    width: 40px;
    height: 75px;
    background-image: url("../images/age30skin/icon_ranking_r.svg");
    position: absolute;
    right: -57px;
    top: -50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ranking_wrap{
    width:800px;
    margin:0 auto;
    display:flex;
    flex-flow:wrap;
    gap:30px;
  }
  .ranking_item{
    background:#fff;
    width: calc((100% - 30px) / 2 );
    border-radius: 20px;
    padding: 20px;
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .ranking_item img{
    width:100%;
  }
.ranking_text{
  font-size:22px;
  font-weight: 500;
  text-align:center;
  line-height: 1.4;
}
  .ranking_item.ranking_01{
    width:100%;
      flex-direction:row;
  }
  .ranking_item.ranking_01 img{
    width:50%;
  } 
  .ranking_item.ranking_01 .ranking_text{
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.ranking_btn{
	background:#333;
	color:#fff;
	border-radius:10px;
	font-size:16px;
	padding: 0.25em 0 0.25em 1em;
	margin: 1.5em auto;
	display:block;
	width: 80%;
}
.rank_badge{
     color:#fff;
   width:9em;
   margin:0 auto 0.5em;
  border-radius:5px;
  font-size:18px;
  padding:0.25em 0.5em;
}
 .ranking_item.ranking_01 .rank_badge{
  background: #fd5e5e;
}
 .ranking_item.ranking_02 .rank_badge{
  background:#999;

}
 .ranking_item.ranking_03 .rank_badge{
  background:#dc7f44;

}
  /*=============予算別おすすめ=============*/
  .price_conts {
    background-color: #DFF1EA;
    background-image: url("../images/age30skin/bg_wave_lemon01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10vh;
  }
  .price_group {
    background: #fff;
    border-radius: 20px;
    /* padding: 40px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
  }
  .price_group_ttl {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 0.5em 1em;
    display: block;
    /* width: 40%; */
    margin: 0 auto 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .price_ttl {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
    padding: 0.25em 0;
    width: 300px;
    margin: 30px auto 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
  }
  .price_ttl_1 {
    background: #9fcdbd;
  }
  .price_ttl_3 {
    background: #7ab29f;
  }
  .price_ttl_5 {
    background: #55917d;
  }

  .price_conts .swiper-container{
    margin:0 40px;
  }
.swiper-price{padding: 20px 20px 40px;}
.swiper-price .swiper-slide{position:relative;}
.swiper-price .swiper-slide a{
    display:flex;
    flex-direction: column;
}
.swiper-price_ttl{
  text-align: center;
}
.swiper-price_text{
  text-align:center;
  font-weight: 700;
  color: #ff8a00;
  font-size: 18px;
}
  .price_label{
   background: #6ec2a5;
   color: #fff;
   text-align: center;
   display: inline-block;
   position: absolute;
   top: 0;
   left: 5px;
   padding: 0.25em 1em;
   font-size: 13px;
   transform: rotateZ(347deg);
  }
	  .price_label_3{
   background: #cdbf63;
   }

	  .price_label_5{
 background: #e07474;
 }
  /*=============一日=============*/
  .day_conts {
    background-color: #f7f7e7;
    background-image: url("../images/age30skin/bg_wave_green01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10vh;
  }
  .day_swiper li {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
  }
  .day_ttl {
    color: #719888;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0;
  }
  .day_swiper .text {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 0;
  }
  #day .swiper-container {

    width: 1260px;
  }
  .swiper-group2 {
    width: 1200px;
  }
  .day_swiper {
    padding: 0 0 30px;
  }
  .swiper-group2 .swiper-pagination {
    bottom: -5px;
  }
  .swiper-container .btn-next {
    right: 0px;
    width: 30px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -22px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    filter: brightness(0);
  }
  .swiper-container .btn-prev {
    left: 0px;
    width: 30px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    filter: brightness(0);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  }
  /*=============よくある質問=============*/
  .faq_conts {
    background-color: #DFF1EA;
    background-image: url("../images/age30skin/bg_wave_white01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 10vh;
  }
  .faqArea {
    border-top: 2px solid #fff;
  }
  .faqArea dl {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
  }
  .faqArea dl dt {
    padding: 10px 10px 10px 70px;
    position: relative;
    line-height: 2;
  }
  .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd {
    padding: 10px 10px 10px 70px;
    background: #ffffff;
    position: relative;
    display: none;
    line-height: 2;
  }
  .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
  }
  .faqArea dl dd .ansLink:after {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
  /*=============最後に=============*/
  .finally_conts {
    padding-bottom: 10vh;
    background-image: url("../images/age30skin/bg_polygon.svg");
    background-position: center 0;
    background-repeat: repeat-y;
    background-size: 30%;
  }
  .swiper-container {
        position: relative;
        padding: 0 30px;
  }
    .swiper-container .swiper-recommend_ttl{
      font-weight:400;
      text-align:center;
      background: #333;
      color: #fff;
      font-size: 13px;
      padding: 0.25em 0.5em;
      width: 80%;
      margin: 10px auto 0;
      border-radius: 50px;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 10;
      line-height: 1.4;
    } 
  
  .swiper-group{
    padding-bottom: 40px;
  }
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  .single main {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
  }
  .single main .auto{
    width:calc(100% - 40px);
  }
  
 #title_conts {
    width: 100%;
    height: 40vh;
    background-image: url(../images/age30skin/img_main_pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 66% top;
    position: relative;
    /* margin-bottom: 40px; */
  }

#title_conts .title_inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 40vh;
  }
  #title_conts .page_ttl {
    position: absolute;
    width: 100%;
    height: auto;
    top: 60%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: 600;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff;
  }
    #title_conts .page_ttl::before{
      content:"";
      display:block;
      width: 60px;
      height: 159px;
      background-image:url("../images/age30skin/icon_beginner.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 90px;
      top: -81%;
    }
  #title_conts .page_ttl .ttl_b1 {
    font-size: 22px;
    background: #edb947;
    color: #fff;
    display: inline-block;
    padding: 0.25em 0.5em;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: none;
    z-index: 10;
  }
  #title_conts .page_ttl .ttl_b2 {
    color: #7ab1a0;
  }
  #title_conts .page_ttl .ttl_b3 {
    color: #7ab1a0;
  }
  
 .contsMenu ul {
    display:flex;
    justify-content:space-between;
    width:100%;
    flex-flow: wrap;
    margin: 0;
    }
    .contsMenu ul li{
      width: calc((100% - 1px ) / 2);
    }
    .contsMenu ul li:last-child{
    border-right: 1px solid #333;
    }
  .contsMenu ul a {
    padding: 0.5em 2em 0.5em 0.5em;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
    justify-content: center;
    min-height: 70px;
    position:relative;
  }
    .contsMenu a:after {
    content: '';
    position: absolute;
    background-image: url(../images/common/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
    filter: saturate(0%) brightness(0);
  }
    .contsMenu ul li{
      border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
    }


  .title_box {
    text-align: center;
    line-height: 1;
  }
  .title_box .sec_ttl {
    font-size: 28px;
  }
  .title_box > span {
    font-family: "Corinthia", cursive;
    font-weight: 400;
    font-style: normal;
    display: block;
    color: #7ab1a0;
  }
.title_box {
    text-align: center;
    line-height: 1;
    letter-spacing: 0.2em;
    width: auto;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .title_box .sec_ttl {
    font-size: 30px;
    display: block;
    line-height: 1.4;
  }
  .title_box > span {
  font-family: "Itim", cursive;
  font-style: normal;
  color: #7ab1a0;
  font-size: 20px;
  display: inline-block;
  padding: 0.25em 0;
  letter-spacing: 0;
  }


  
  /*=============イントロ=============*/
  .intro_conts {
    padding-bottom: 10vh;
    background-image: url("../images/age30skin/bg_wave_lemon01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 180%;
  }
  .intro_inner {
    background-image: url("../images/age30skin/bg_polygon.svg");
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100%;
  }
    .intro_conts .decimal {
    background: #e7c045;
    color: #fff;
    font-size:18px;
    padding: 20px;
    border-radius: 10px;
    font-weight: 400;
    line-height: 2;
  }

  .intro_conts .text-group{
    width: 90%;
    margin: 0 auto 20px;
    /* flex-direction:column-reverse; */
  }
   .intro_conts .text-group .text{
    line-height: 2;
    margin-bottom:20px;
   }
    .intro_conts .box .img{
      margin-bottom:20px;
    }
  		.h2_vlog {
    width: 70%;
    height:auto;
    margin: 50px auto 0;
}
	.h2_vlog video{
		width:100%;
		height:auto;
	}
  /*=============肌トラブルの原因と治療法=============*/
  .cause_conts {
    background-color: #f7f7e7;
    padding-bottom: 10vh;
    background-image: url("../images/age30skin/bg_wave_yellow01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
  }
  .cause_nav_list {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: start;
    margin: 60px 0 60px;
  }
  .cause_nav_list li {
  width: 48%;
  }
  .cause_nav_list li a {
    border: 2px solid #7ab1a0;
    border-radius: 10px;
    padding: 0.25em 16px 0.25em 0.25em;
    color: #7ab1a0;
    font-weight: 400;
    background: #fff;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
  }

  .cause_nav_list li a .fa{
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
    font-size:14px;
  }

  
  .cause_box {
    margin: 0 auto 100px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 20px;
    position:relative;
  }
  .cause_box:last-child{
    margin-bottom:0;
  }

  
.cause_ttl {
    background-image: linear-gradient(270deg, #7ab1a0 0%, #22958d 40%, #88ccb4 80%);
    color: #fff;
    margin: 0 auto 20px;
    text-align: center;
    padding: 0.25em 0.5em;
    font-size: 22px;
    border-radius: 10px;
    text-shadow: 0px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .cause_ttl span{
    font-size:16px;
  }
.cause_about_wrap{
  display:flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-direction: column;
}
  .cause_about_img{
    width: 100%;
  }
.cause_about_ttl{
  font-size: 20px;
  /* color: #55917d; */
  margin-bottom: 0.5em;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px #ccc solid;
  border-top: 1px #ccc solid;
  padding: 0.25em 0;
  letter-spacing: 2px;
}
  .cause_about_text{
    margin-bottom: 30px;
  }
  .cause_about_text dt{
    background: #666;
    color: #fff;
    display: inline-block;
    padding: 0 0.5em;
    border-radius: 10px;
    font-weight: 400;
    margin-bottom: 0.5em;
  }
  .cause_about_text dd{
    
  }
.cause_detail_wrap{
  background:#eee;
  padding: 40px 20px 20px;
  border-radius: 10px;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom:40px;
  flex-direction: column-reverse;
}
  .cause_detail_ttl{
    top: -15px;
    left: 5%;
    position: absolute;
    background: #b9b48a;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 0.25em 1em;
    font-weight: 400;
    width: 90%;
    font-size: 16px;
}
  .cause_detail_img{
    width: 100%;
  }
  .cause_detail_group{
    display:flex;
    flex-direction:column;
    gap: 20px;
  }
  .cause_detail_item{
    background:#fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
  }
    .cause_detail_item dt{
      font-weight: 600;
      margin-bottom:0.25em;
      font-size: 16px;
    }
  .care_ttl_box{
    margin:0 auto 30px;
    text-align:center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
  }
  .care_ttl_box span{
    color: #a7a48c;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 2px double #ccc;
    padding-bottom: 0.25em;
    display: inline-block;
    margin-bottom: 0.25em;
  }
  .selfcare_group{
    display:flex;
    gap:0;
    margin-bottom: 60px;
    flex-direction: column;
  }
  .selfcare_item{
    border-bottom: 1px dotted #ccc;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .selfcare_item:last-of-type{
    border:none;
  }

  .selfcare_item dt{
    font-weight: 500;
    text-align:center;
    margin: 20px 0 0;
    font-size: 18px;
    color: #d0a843;
    line-height: 1.4;
  }
  .selfcare_item dt img{
    width: 70%;
    max-width: 260px;
  }
    .selfcare_item dd{
      line-height: 1.8;
      margin-top: 10px;
    }

.cause_conts .swiper-container .swiper-pagination {
  bottom: 0;
}
  .cause_conts .swiper-container .swiper-group{
    padding: 20px 10px 30px;
  }
.cause_conts .swiper-container .swiper-slide{
  position:relative;
  border:1px solid #ddd;
  padding:0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow:5px 5px 0 #ddd;
}
  .cause_conts .swiper-container .swiper-slide img{
    display:block;
  }

  .btn_price_anker {
    width:100%;
    margin: 20px auto 0;
  }
  .btn_price_anker a{
    display:block;
    text-align:center;
    background:#666;
    color:#fff;
    border-radius:50px;
    padding:0.5em 1em;
    font-size: 16px;
  }
  

  
  /*=============ランキング=============*/
  .ranking_conts {
    background-color: #f5d000;
    background-image: url("../images/age30skin/bg_wave_green01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 290%;
    padding-bottom: 10vh;
  }

.ranking_conts .title_box > span {
    color: #fff;
    background-image: none;
    -webkit-text-fill-color: inherit;
    font-size: 30px;
  }
  .ranking_conts .title_box .sec_ttl {
    font-weight: 600;
    color: #333;
    position: inherit;
    line-height: 1.4;
  }
  .ranking_conts .title_box .sec_ttl span {
    position: relative;
    display: inline-block;
    font-size: 26px;
  }
  .ranking_conts .title_box .sec_ttl span::before {
    content: "";
    display: block;
    width: 40px;
    height: 80px;
    background-image: url("../images/age30skin/icon_ranking_l.svg");
    position: absolute;
    left: -30px;
    top: -20%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ranking_conts .title_box .sec_ttl span::after {
    content: "";
    display: block;
    width: 40px;
    height: 75px;
    background-image: url("../images/age30skin/icon_ranking_r.svg");
    position: absolute;
    right: -30px;
    top: -20%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ranking_wrap{
    margin:0 auto;
    display:flex;
    flex-direction: column;
    gap:30px;
  }
  .ranking_item{
    background:#fff;
    border-radius: 20px;
    padding: 20px;
    display:flex;
    flex-direction:column;
    gap:20px;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .ranking_item img{
    width:100%;
  }
.ranking_text{
  font-size: 18px;
  font-weight: 500;
  text-align:center;
  line-height: 1.4;
}
.ranking_btn{
	background:#333;
	color:#fff;
	border-radius:10px;
	font-size:16px;
	padding: 0.25em 0.25em 0.25em 1em;
	margin: 1.5em auto;
	display:block;
	width: 80%;
}
.rank_badge{
     color:#fff;
   width:9em;
   margin:0 auto 0.5em;
  border-radius:5px;
  font-size:18px;
  padding:0.25em 0.5em;
}
 .ranking_item.ranking_01 .rank_badge{
  background: #fd5e5e;
}
 .ranking_item.ranking_02 .rank_badge{
  background:#999;

}
 .ranking_item.ranking_03 .rank_badge{
  background:#dc7f44;

}

  
  /*=============予算別おすすめ=============*/
  .price_conts {
    background-color: #DFF1EA;
    background-image: url("../images/age30skin/bg_wave_lemon01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    padding-bottom: 10vh;
  }
.price_conts {
    background-color: #DFF1EA;
    background-image: url("../images/age30skin/bg_wave_lemon01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    padding-bottom: 10vh;
  }
  .price_group {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
  }
  .price_group_ttl {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 0.5em 1em;
    display: block;
    /* width: 60%; */
    margin: 0 auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .price_ttl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    padding: 0.25em 0;
    width: 300px;
    margin: 30px auto 20px;
    border-radius: 20px;
    letter-spacing: 0.1em;
  }
  .price_ttl_1 {
    background: #9fcdbd;
  }
  .price_ttl_3 {
    background: #7ab29f;
  }
  .price_ttl_5 {
    background: #55917d;
  }
.swiper-price{
padding:20px
}
#price .swiper-price .swiper-slide{
position:relative;
}
price swiper-price .swiper-slide a{
    display:flex;
}
.swiper-price_ttl{
  text-align: center;
}
.swiper-price_text{
  text-align:center;
  font-weight: 700;
  color: #ff8a00;
  font-size: 18px;
}
 price  .price_label{
    background:#666;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
    padding: 0.25em 1em;
  }
  .price_label{
   background: #6ec2a5;
   color: #fff;
   text-align: center;
   display: inline-block;
   position: absolute;
   top: 0;
   left: 5px;
   padding: 0.25em 1em;
   font-size: 13px;
   transform: rotateZ(347deg);
  }
	  .price_label_3{
   background: #cdbf63;
   }

	  .price_label_5{
 background: #e07474;
 }
  
  /*=============一日=============*/
  .day_conts {
    background-color: #f7f7e7;
    background-image: url("../images/age30skin/bg_wave_green01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    padding-bottom: 10vh;
  }
   .day_swiper li {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
  }
  .day_ttl {
    color: #f0ad21;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0 0;
  }
  .day_swiper .text {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 0;
  }


    .swiper-container  .day_swiper {
    padding: 0 0 30px;
  }
  .swiper-group2 .swiper-pagination {
    bottom: -5px;
  }

   .day_conts .swiper-container {
   width:90%;
 }
 .swiper-container .btn-next {
    right: 0px;
    width: 30px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -22px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    filter: brightness(0);
  }
  .swiper-container .btn-prev {
    left: 0px;
    width: 30px;
    height: 25px;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    filter: brightness(0);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  }
  /*=============よくある質問=============*/
  .faq_conts {
    background-color: #DFF1EA;
    background-image: url("../images/age30skin/bg_wave_white01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    padding-bottom: 10vh;
  }
   .faq_conts {
    background-color: #DFF1EA;
    background-image: url("../images/age30skin/bg_wave_white01.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    padding-bottom: 10vh;
  }
  .faqArea {
    border-top: 2px solid #fff;
  }
  .faqArea dl {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
  }
  .faqArea dl dt {
    padding: 10px 10px 10px 70px;
    position: relative;
    line-height: 2;
  }
  .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd {
    padding: 10px 10px 10px 70px;
    background: #ffffff;
    position: relative;
    display: none;
    line-height: 2;
    margin-top: 10px;
  }
  .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../images/potenza/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  .faqArea dl dd .ansLink {
    display: table;
    padding: 5px 40px 4px 15px;
    margin-top: 8px;
    background: #40b1bf;
    color: #fff;
    position: relative;
  }
  .faqArea dl dd .ansLink:after {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/reserve_arrow.png);
    background-repeat: no-repeat;
    width: 8px;
    height: 20px;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    background-size: contain;
  }
   /*=============最後に=============*/
  .finally_conts {
    padding-bottom: 10vh;
    background-image: url("../images/age30skin/bg_polygon.svg");
    background-position: center 0;
    background-repeat: repeat-y;
    background-size: 30%;
  }
  .swiper-container {
        position: relative;
        padding: 0;
  }
    .swiper-container .swiper-recommend_ttl{
      font-weight:400;
      text-align:center;
      background: #333;
      color: #fff;
      font-size: 14px;
      padding: 0.25em 0.5em;
      width: 90%;
      margin: 10px auto 0;
      border-radius: 50px;
      position: absolute;
      top: -5px;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 10;
      line-height: 1.3;
    } 
  
  .swiper-group{
    padding-bottom: 40px;
  }

}