@charset "UTF-8";
/* CSS Document */


.section-top{
  background-color: #fff;
  }
.section-top_anime{
  background-image: url("../images/promotion/promotion-anime.png");
  width: 340px;
  height: 540px;
      position: relative;
    bottom: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin:auto;
  background-position: 0 40px;
}
.section-top_content h2{
  padding-top: 460px;
  font-size: 27px;
  line-height: 39px;
  font-family: "Noto Sans JP";
}
@media(min-width: 1000px){
  .section-top_anime{
    width: 500px;
    height: 774px;
     position: relative;
     left: 220px;
      bottom: -110px;
     background-position: 0 15px;
  }
    .section-top_content h2{
    font-size: 45px;
    line-height: 60px;
    text-align: left;
     position: relative;
    top: -150px;
    right: 520px;
  }
}
/*---section-title---*/

.section-title_text{
  padding: 0 30px;
  margin-top: 70px;
  margin-bottom: 60px;

}
.section-title_text br{
  display: none;
}
.section-title__h3{
  padding-bottom: 40px;
   font-family: "M PLUS Rounded 1c";
  line-height: 30px;
}

.wide_standard{
  margin:0 auto;
  max-width: 300px;
  width: 100%;
  padding-bottom: 200px;
}
.anchor a{
  text-decoration: none;
  color: #383838;
}
.anchor ul{
  flax-wrap: wrap;
}
.anchor ul li{
  text-align: left;
  list-style: none;
  padding: 40px 0 0 0;
  
}
.anchor ul li a {
    padding: 0 0 20px 0;
   border-bottom: 1.2px solid #383838;
   width: 100%;
    display: inline-block;
}

.arrow_bottom::after {
    content: "▼";
}
.arrow{
  position:relative;
}
.arrow::after {
    display: inline-block;
    font-size: 1rem;
    color: #383838;
    right: 8px;
    top: 0.2em;
    transition: all 0.3s ease-in-out 0s;
   position: absolute;
}
@media(min-width: 1000px){
  .section-title_text{
   margin-top: 90px;
  }
  .section-title_text br{
    display: block;
  }
  .section-title__h3{
    font-size: 20px;
    line-height: 40px;
  }
  .section-title_text p{
    line-height: 35px;
    font-weight: 600;
  }
  .wide_standard{
    max-width: 1000px;
    padding-top:20px;
  }
  .anchor ul{
    display: flex;
    justify-content: center;
  }
  .anchor ul li{
       padding-right:10px;
  }
  .anchor ul li a{
    display: inline-block;
    border:none;
  }
  .arrow{
  padding: 0px;
    margin-right: 28px;
    position: relative;
  }
  .arrow::after{
    top: -0.1em;
  }
}

/*---section-business---*/

.section-business h2{
  color:  #008E59;
  font-size: 30px;
   font-family: "Noto Sans JP";
  letter-spacing: 1px;
   padding-bottom: 20px;
  position: relative;
  display: inline-block;
}
.section-business h2:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 336px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #008E59; /*線の色*/
  border-radius: 2px; /*線の丸み*/

}

.section-business img{
  width: 186px;
}
.ekkyo-business1{
   font-size: 20px;
  font-weight: 600;
  padding: 40px 0;
  
}
.ekkyo-business1::before{
  content: '';
    display: inline-block;
    background: url("../images/promotion/business1.svg") no-repeat center center;
   width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
   bottom: 2px;
}
.ekkyo-business2{
   font-size: 20px;
  font-weight: 600;
  padding: 40px 0;
}
.ekkyo-business2::before{
  content: '';
    display: inline-block;
    background: url("../images/promotion/business2.svg") no-repeat center center;
   width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
   bottom: 2px;
  
}
.ekkyo-business3{
   font-size: 20px;
  font-weight: 600;
  padding: 40px 0;
}
.ekkyo-business3::before{
  content: '';
    display: inline-block;
    background: url("../images/promotion/business3.svg") no-repeat center center;
   width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
   bottom: 2px;
  
}
.ekkyo-business4{
   font-size: 17px;
  font-weight: 600;
  padding: 40px 0;
}
.ekkyo-business4::before{
  content: '';
    display: inline-block;
    background: url("../images/promotion/business4.svg") no-repeat center center;
   width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
   bottom: 2px;
  
}


.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 25px;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
   background-color: #fff;
  width:310px;
  height: 356px;
  margin: auto;
    
}
.slide-wrap .slide-content{
   flex: 0 0 80%;
   margin: 0 10px;
   height:100%;
}

.section-business_content{
  padding-top:60px;
}

@media(min-width: 1000px){
  .section-business h2{
    font-size: 45px;
  }
  .section-business h2:before{
     height: 3px;
    top: 65px;
     width: 490px;
  }
  .section-business_content {
    padding-top: 110px;
  }
  .slide-wrap{
    overflow-x: none;
     width: 1014px;
    justify-content: space-around;
  }
  .slide-wrap .slide-content{
    flex: none;
  }
}

/*---section-promotion---*/

.section-promotion h2{
  color:  #008E59;
  font-size: 30px;
   font-family: "Noto Sans JP";
  letter-spacing: 1px;
   padding-bottom: 20px;
  line-height: 40px;
  padding-top: 150px;
  position: relative;
  display: inline-block;
}
.section-promotion h2:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 220px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #008E59; /*線の色*/
  border-radius: 2px; /*線の丸み*/

}
.section-promotion_text br{
  display:none;
}
.section-promotion_text{
  padding: 0 30px;
  margin-top: 60px;
  
}
.section-promotion_text h4{
   font-family: "M PLUS Rounded 1c";
  line-height: 30px;
}
.section-promotion_text p{
  padding-top: 30px;
  padding-bottom: 50px;
}
.section-promotion h3{
   font-family: "Noto Sans JP";
  color: #D3547E;
    background-color: #fff;
  width: 300px;
  height: 64px;
  padding: 9px 0;
  margin: auto;
}
.section-promotion_content{
  background-color: #D3547E;
  width: 335px;
  height: 430px;
  margin: auto;
 
}
.section-promotion_wrap{
  padding-bottom: 50px;
}
.promotion_wrap img{
  padding: 30px 0;
      position: relative;
    left: 15px;
}
.section-promotion_h3{
  padding-top: 25px;
}

@media(min-width: 1000px){
  .section-promotion h2{
     font-size: 45px;
    padding-top: 180px;
  }
  .section-promotion h2 br{
    display: none;
  }
  .section-promotion h2:before{
     height: 3px;
    top: 255px;
     width: 530px;
  }
  .section-promotion_text h4{
    font-size: 19px;
    line-height: 35px;
  }
  .section-promotion_text br{
    display: block;
  }
  .section-promotion_text{
    line-height: 30px;
    padding-top: 30px;
  }
  .promotion_wrap{
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 40px;
    
  }
 
}

/*---section-SNS---*/

.section-SNS h2{
  color:  #008E59;
  font-size: 30px;
   font-family: "Noto Sans JP";
  letter-spacing: 1px;
   padding-bottom: 20px;
  line-height: 40px;
  padding-top: 80px;
  position: relative;
  display: inline-block;
}
.section-SNS h2:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 210px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #008E59; /*線の色*/
  border-radius: 2px; /*線の丸み*/

}
.section-SNS_content{
  background-color: #fff;
  width:375px;
  height: 634px;
  margin:auto;
  border-radius: 20px;
}
.section-SNS_content_weibo{
  background-color: #fff;
  width:375px;
  height: 500px;
  margin:auto;
  border-radius: 20px;
}
.section-SNS_content img{
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-SNS_content_weibo img{
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-SNS_content h4{
  font-family: "Noto Sans JP";
   position: relative;
  padding-bottom: 20px;
}
.section-SNS_content_weibo h4{
  font-family: "Noto Sans JP";
   position: relative;
  padding-bottom: 20px;
}

.section-SNS_content h4:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 210px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #383838; /*線の色*/
  border-radius: 2px; /*線の丸み*/

}
.section-SNS_content_weibo h4:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 210px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #383838; /*線の色*/
  border-radius: 2px; /*線の丸み*/

}
.section-SNS_content p{
  padding: 0 30px;
  margin-top: 30px;
}
.section-SNS_content_weibo p{
  padding: 0 30px;
  margin-top: 30px;
}
.section-SNS_wrap{
  padding: 30px 0;
}
.section-SNS_wrap_Wechat{
  padding-top: 70px;
  padding-bottom: 30px;
}
@media(min-width: 1000px){
  .section-SNS{
    padding-top: 100px;
  }
  
   .section-SNS h2{
    font-size: 45px;
  }
  .section-SNS h2:before{
     height: 3px;
    top: 155px;
     width: 320px;
  }
  .section-SNS_flex{
    max-width: 1200px;
    display: flex;
    margin: auto;
    align-items: baseline;
    justify-content: space-around;
    padding-top: 50px;
  }
  .section-SNS_flex2{
    max-width: 850px;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
  }
  .section-SNS_content_weibo{
    height: 634px;
  }
}

/*---section-influencer---*/

.section-influencer h2{
  color:  #008E59;
  font-size: 30px;
   font-family: "Noto Sans JP";
  letter-spacing: 1px;
   padding-bottom: 20px;
  line-height: 40px;
  padding-top: 80px;
  position: relative;
  display: inline-block;
  line-height: 35px;
 
}
.section-influencer h2:before {
  content: '';
 position: absolute;
  left: 50%;
  bottom: 0; /*線の上下位置*/
  display: inline-block;
  width: 260px; /*線の長さ*/
  height: 2px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #008E59; /*線の色*/
  border-radius: 2px; /*線の丸み*/

}
.section-influencer h4{
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 40px;
   font-family: "M PLUS Rounded 1c";
  line-height: 30px;

  
}
.section-influencer_p{
  padding: 10px 0 30px 0;
}
.section-influencer img{
  width: 300px;
  padding-top: 20px;
  position: relative;
  bottom: 240px;
}
.contents {
    padding-top:230px;
}
.contents__circle{
   display: inline-block;
  background-color: #008E59;
   border-radius: 54% 46% 56% 44% / 43% 55% 45% 57% ;
  width: 370px;
  height: 370px;
  margin: auto;
  
}
@media(min-width: 1000px){
  .section-influencer{
    padding-top: 100px;
  }
    .section-influencer h2{
    font-size: 45px;
  }
  .section-influencer h2 br{
    display: none;
  }
  .section-influencer h2:before{
     height: 3px;
    top: 155px;
     width: 780px;
  }
  .section-influencer_contents{
    max-width: 1200px;
    display:flex;
    margin: auto;
    justify-content: center;
    text-align: left;
  }
  .section-influencer_wrap{
    padding-top: 120px;
  }
  .section-influencer_wrap h4{
    width: 450px;
    text-align: left;
    padding: 0;
    line-height: 32px;
    font-size: 19px;
  }
  .section-influencer img{
  left: 40px;
    
  }
  .contents{
    padding-top: 300px;
  }
  .contents__circle {
    width: 400px;
  }
}


/*---section-support---*/

.section-support h2{
  font-size: 25px;
   font-family: "Noto Sans JP";
   line-height: 37px;
  padding-top: 10px;
}

.ribbon {
  display: inline-block;
  position: relative;
  height: 100px;/*リボンの高さ*/
  line-height: 100px;/*リボンの高さ*/
  text-align: center;
  padding: 0 60px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #f7d550;/*塗りつぶし色*/
  color: #383838;/*文字色*/
  box-sizing: border-box;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 50px 0px 50px 15px;
  border-color: transparent transparent transparent #f7f7f7;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 50px 15px 50px 0px;
  border-color: transparent #f7f7f7 transparent transparent;
  border-style: solid;
}

.section-support img{
  width: 180px;
  padding: 60px 0;
}

.section-support h4{
  padding: 0 30px;
  margin-bottom: 10px;
  font-size: 16px;
   font-family: "M PLUS Rounded 1c";
  line-height: 30px;
}
.section-support h4 br{
  display: none;
}


.section-support_sentence p{
    width: 360px;
  margin: auto;
}

.section-support_text p{
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 600;
  width:350px;
  margin:auto;
}

.section-support_tel{
  font-size: 22px;
  font-weight: 600;
  color: #008E59;
   color: #d3547e; 
 padding: 20px 0;
 border: 3px solid #d3547e;
 border-radius: 2px;
  transition: 0.3s ease all;
 z-index: 1;
   margin: auto;
  position: relative;
  width: 254px;
}
.section-support_tel::before{
  content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/top/tell.svg")no-repeat center center;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
   bottom: 2px;
}
button {
 font-size: 18px;
   font-family: "Noto Sans JP";
   background: transparent;
 letter-spacing: 2px;
 text-transform: uppercase;
 display: flex;
  align-items: center;
 text-align: center;
 font-weight: bold;
 padding: 0.7em 2em;
 border: 3px solid #d3547e;
 border-radius: 2px;
 position: relative;
 color: #d3547e;
 text-decoration: none;
 transition: 0.3s ease all;
 z-index: 1;
   margin: auto;
}

button:before {
 transition: 0.5s all ease;
 position: absolute;
 top: 0;
 left: 50%;
 right: 50%;
 bottom: 0;
 opacity: 0;
 content: '';
 background-color: #d3547e;
  z-index: -1;}


button:hover, button:focus {
 color: white;
}

button:hover:before, button:focus:before {
 transition: 0.5s all ease;
 left: 0;
 right: 0;
 opacity: 1;
}

button:active {
 transform: scale(0.9);
}
button span {
  margin: 10px;
}
.inquiry{
  padding: 30px 0;
}
.inquiry_a{
  width: 254px;
  display: inline-block;
}
.section-support a{
  color:inherit;
  text-decoration: none;
  opacity: 1;
}
.section-support_text a{
  width: 254px;
  display: inline-block;
}

@media(min-width: 1000px){
  .section-support h2{
    font-size: 45px;
    padding-top: 27px;
    letter-spacing: 1px;
  }
  .section-support h2 br{
    display: none;
  }
  .section-support img{
    width: 254px;
  }
  .section-support_content{
     max-width: 1000px;
    display:flex;
    margin: auto;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 20px;
  }
  .section-support_sentence{
     width: 600px;
    text-align: left;
    line-height: 32px;
  }
  .section-support_sentence p{
    margin: 0;
    width: 580px;
    padding-left: 30px;
  }
  .section-support_sentence h4 br{
    display: block;
  }
  .section-support_text p{
    font-size: 18px;
    width: 1000px;
  }
  .section-support_text  br{
    display: none;
  }
  .section-support_tel{
    font-size: 30px;
    width: 324px;
  }
  .section-support_tel::before{
    width: 40px;
    height: 40px;
  
  }
  .section-support h4{
    font-size: 18px;
  }
  .sma{
    display: none;
  }
  button{
  font-size:25px;
}
  .inquiry_a{
    width: 324px;
    display: inline-block;
   cursor: pointer;
  }
  .section-support_text a{
  width: 324px;
  display: inline-block;
}
  
}
