html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1.5;
  font-family: Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
  color: #3d3f42;
  font-size: 16px;
background-image: url(https://static.alice.style/img/web/bg.png);
  background-size: 100% auto;
  background-position: center 75px;
  background-repeat: repeat-y;

}
p{
	    letter-spacing: .1em;
        line-height:1.8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: inherit;
}
*,*::after,*::before {
	box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

img {
		width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
}
/*common*/
.sp-area{
  display: none;
}

section{
  width: 100%;
}
p.text-title{
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 30px;
}

.text-red{
	 color: #D62128!important;
    font-weight: normal!important;
    font-size: inherit!important;
    margin-right: 0!important;
}
.text-pink{
	color: #E85298;
}
.text-border{
	 text-decoration: underline;
}
.text-bold{
	font-weight:bold;
}
.back-pink{
    display: inline;
    position: relative;
    padding: 0 10px;
    z-index: 0;
    letter-spacing: .19em;
    font-weight: bold;
    font-size: 1.2rem;
    line-height:2;
}
.back-pink::before{
content: "";
    background: #ffe7f2;
    border-radius: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: -1;
}
@media screen and (max-width: 768px){
  section{
    width: 95%;
    margin:auto;
		padding: 0;
  }
  .sp-area{
    display: block;
  }
  .pc-area{
    display: none;
	}
	p.text-title{
		font-size: 20px;
	}
}
a{
  text-decoration:none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a:hover{
  opacity: .8;
}
a:visited{
	color: inherit;
}
.annotation{
  font-size: 12px;
  font-weight: normal;
}
/*top_container*/
section.top_container{
  position: relative;
  width: 100%;
  max-width: none;
}
section.top_container .tag{
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 10%;
}

section.top_container .text{
  position: absolute;
width: 50%;
bottom: 50px;
left: 15%;
}
section.top_container .text .main{
  color: E85298;
  font-weight: bold;
  font-size: 4vw;
  line-height:1.5;
  margin-bottom: 20px;
}
section.top_container .text .main .band{
  background: #fff;
  font-weight: bold;

}
section.top_container .text .sub{
font-size:1.2rem;
}
 @media screen and (min-width:769px) and ( max-width:1187px) {
 section.top_container .text .sub{
	font-size:2vw;
}
 }
@media screen and (max-width: 768px){
section.top_container{
    overflow: hidden;
}
	section.top_container .tag{
    width: 40%;
    bottom: 10%;
    right: -30px;
	}
  section.top_container .text{
width: calc(100% - 32px);
    bottom: -10px;
    left: 16px;
    padding-bottom:20px;
  }
  section.top_container .text .main{
    font-size: 7vw;
    margin-bottom: 20px;
    line-height: 1.6;
}
  section.top_container .text .sub{
   font-size: .8rem;
}
}
/*induction-container*/
.induction-container{
  text-align: center;
  margin:auto 0;
  padding: 30px 0;
  background: #E85298;
}
.induction-container p{
  color: #fff;
}
.induction-container p.sub{
	color: inherit;
	margin-top: 10px;
}
.induction-container p.title{
  color: #fff;
  font-weight: bold;
}
.induction-container p.title span{
  color:#FFF4CD;
}
.induction-container p.title span.bold{
  font-size: 1.5em;
  font-weight:bold;
}
.induction-container p.annotation{
	font-size: 12px;
  color: inherit;
  margin-top:-8px;
	text-align: left;
	width: 90%;
	max-width: 900px;
    margin: auto;
}
@media screen and (max-width: 768px){
.induction-container{
padding: 30px 2.5%;
}
.induction-container p.annotation{
font-size:10px;
}


}
.tryBtn{
  position: relative;
  width: 90%;
  margin: 0px auto 20px;
  max-width: 400px;

}

.tryBtn .img_06{
  position: absolute;
  width: 20%;
  left: -25px;
  top: -45px;
  z-index: 1;
}

.tryBtn a{
  display: block;
  padding: 15px;
  background: #fff;
  color: #E85298;
  font-weight: bold;
  border-radius: 50px;
  font-size: 1.2em;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}

/*-------------------
大東建託用
kentaku-container
-------------------*/
.kentaku-container{
  width: 100%;
  text-align: center;
  padding: 40px 0;
  background-color: #D62128;
  color: #ffffff;
}

.kentaku-container .section-title::after{
  content: none;
}

.kentaku-container .text{
  padding-top: 20px;
  padding-bottom: 40px;
}

.kentaku-container .kentaku-container__img{
  width: 20%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.kentaku-container .kentaku-container__img img{
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px){
  .kentaku-container .kentaku-container__img{
    width: 100%;
    flex-direction: column;
    padding: 0 16px;
  }
}




/*coupon-container*/
.coupon-container{
width:100%;
  text-align: center;
  margin:auto;
  padding-top:30px;
  padding-bottom:30px;
  background-image: url("https://peaceteclab.co.jp/wp-content/themes/peaceteclab/img/landing/collabo/background_yellow_line.png");
}
.coupon-container .img_01{
  width: 50%;
  min-width:400px;
}
.coupon-container .img_02{
  width: 25%;
  display: block;
  margin: auto;
}
.coupon-container .coupon-button{
  width: 350px;
  margin: 60px auto 30px;
  font-size: 32px;
  color: #E85298;
  font-weight: bold;
  padding: 16px 32px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
  position: relative;
  background:#fff;
}
.coupon-container .coupon-button p{
  font-weight: bold;
  margin-bottom: 5px;
}
.coupon-container .coupon-button .img_03{
  position: absolute;
  top: -50px;
  width: 30%;
  left: -40px;
}
.coupon-container .coupon-button button{
    border: none;
    background-color: #FADCE9;
    color: E85298;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    padding: 8px 40px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    width: 100%;
    justify-content: center;
    -webkit-transition: all .3s;
  transition: all .3s;
}

.coupon-container .coupon-button button img{
  width: 20px;
  height: 20px;
}
.coupon-container .coupon-button button:hover{
opacity:0.7;
}
.coupon-container .coupon-button button img{
width:1.2rem;
}
.coupon-container .dot-line{
    width: 50%;
    margin: auto;
    border-bottom: 4px dotted #3E3A39;
}
.coupon-container .coupon-container__how{
  display: flex;
  width: 30%;
  margin: 40px auto 0;
  align-items: center;
  min-width:460px;
}
.coupon-container .coupon-container__how .img_04{
  width: 45%;
  height: auto;
  margin-right: 5%;
}
.coupon-container__how--text{
  width: 50%;
}

.coupon-container__how--text p{
  line-height: 2;
}
.coupon-container__how--text p span{
  color: #E85298;
  font-weight: bold;
}
.coupon-container__how--text .img_05{
  width: 30%;
  margin-right: 45%;
}
.coupon-container__how--text .bubble{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.coupon-container__how--text .bubble::before{
  content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -15px;
border: 15px solid transparent;
border-top: 15px solid #fff;
}
.coupon-container__how--text .bubble p {
  margin: 0;
  padding: 0;

}
@media screen and (max-width: 768px){
.coupon-container{
width:100%;
}
.coupon-container .img_01{
	width: 95%;
   min-width: inherit;
}
.coupon-container .coupon-button{
  width: 95%;
}
.coupon-container .coupon-button .img_03{
    top: -55px;
    width: 25%;
    left: 10px;
}
.coupon-container .coupon-container__how .img_04{
width: 47%;
    margin-right: 2%
}
.coupon-container__how--text{
	width:53%;
}
.coupon-container .dot-line{
width:100%;
}
.coupon-container .coupon-container__how{
    min-width: inherit;
    width:95%;
}
.coupon-container .img_02{
	width:80%;
}
.coupon-container__how--text .bubble p{
font-size:0.875rem;
}
}
.mainBtn{
  width: 90%;
  margin: 20px auto;
  max-width: 400px;
}

.hidden{
  position: absolute;
  opacity: 0;
}
button:focus{
  outline: 0;
}
.mainBtn a{
  display: block;
  padding: 20px;
  background: #d62228;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;

}

@media screen and (max-width: 768px){
	.annotation{
		font-size: 10px;
	}
}
/*flex-css*/
.flex{
  display: flex;
}
.wrap{
  flex-wrap: wrap;
}
.between{
  justify-content: space-between;
}
.center{
	justify-content: center;
}

.align-right{
	text-align: right;
}
.align-left{
	text-align: left!important;
}
.align-center{
	text-align: center;
}
/*header*/
.header{
  text-align: center;
}
.header h1{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 15px 0;
}
.header h1 img.logo{
    height: 50px;
    width: auto;
}
.header h1 img.batsu{
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 40px;
}

@media screen and (max-width: 768px){
  .header h1{
    width: 90%;
  }
  .header h1 img.batsu{
    width: 15px;
    height: 15px;
    margin: 0 10px;
  }
	.header img{
	 	width: 100%;
		padding-top:0px;
		padding-bottom:0px;
	}
  .header h1 img.logo{
    height: auto;
    width: 100px;
  }

}

/*tv-container"*/
section.video-container{
  width: 100%;
  max-width: none;
  background: rgba(244, 244, 236, 0.8);
	margin: 0;
}
section.video-container img{
  padding-top: 12px;
  padding-bottom: 12px;
  width: 30%;
  max-width: 200px;
}
section.video-container iframe{
  border-radius: 30px;
  margin: 12px auto;
}
@media screen and (max-width: 768px){
	section.video-container iframe{
		width: 90%;
		height: 190px;
	}
}
/*item-container__genre*/
.item-container__genre .flex li{
  width: 30%;
}
@media screen and (max-width: 768px){
	.item-container__genre .flex{
		display: block;
	}
	.item-container__genre .flex li{
		width: 100%;
		margin-bottom: 10px;
	}
}
/*item-conainer*/

/*product-container*/
section.product-container{
text-align:center;
width:60%;
margin:auto;
margin-top:30px;
}
section.product-container{
text-align:center;
width:60%;
}
section.product-container .more_banner{
max-width:400px;
}
section.product-container .section-title_img{
width:20%;
margin:50px auto 30px;
}
section.product-container .category{
flex-wrap: wrap;
margin:30px 0;
justify-content: center;
}
section.product-container .dot-line{
    width: 90%;
    margin:50px auto;
    border-bottom: 4px dotted #E85298;
}
section.product-container .category img{
width:25%;
}
@media screen and (max-width: 768px){
section.product-container{
	width:95%;
}
section.product-container .section-title_img{
	width:35%;
}
section.product-container .category img{
	width:50%;
}
section.product-container .dot-line{
	width:100%;
}

}
.info-box{
	padding: 5%;
  justify-content: space-between;
  background: #fff;
	max-width: 1280px;
	margin: auto;
	width: 90%;
}
.info-box .left{
	width: 20%;
}
.info-box .left .name{
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
}
.info-box .right{
	width: 75%;
}
.info-box .right .title{
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
  position: relative;
    padding: 20px 30px 17px;
    background-color: #D9689B;
    border-radius: 50px;
    color: #fff;
    text-decoration:underline;
}
.info-box .right .title::before{
content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 21px;
    border-right: 15px solid #D9689B;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}
.info-box .right .text{
	font-size: 14px;
    font-size: 15px;
    letter-spacing: 1px;
}
@media screen and (max-width: 768px){
	.info-box{
		width: 90%;
	}
	.info-box .left{
		width: 30%;
	}
	.info-box .right{
		width: 65%;
	}
    .info-box .right .title{
	border-radius:10px;
    font-size:16px;
    padding: 10px 15px 13px;
}
.info-box .right .text{
	 font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
}
.info-box .left .name{
    font-size: 10px;
}
}
/*plan-container*/
section.plan-container{
text-align:center;

}
section.plan-container .section-title_img{
    width: 20%;
    margin: 30px;
}
section.plan-container .img_38{
    width: 36%;
    display: block;
    margin: -50px auto 30px;
}
section.plan-container .plan-container--block{
  margin: 30px auto 50px;
    width: 50%;
    min-width:650px;
}
section.plan-container .img_35,section.plan-container .img_37{
	width: 20%;
    margin-left: 15%;
}
section.plan-container .plan-container--block .plan-container--block__inner{
 	display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}
section.plan-container .plan-container--block .plan-container--block__inner .sub{
font-size:0.875rem;
}
section.plan-container .plan-container--block .plan-container--block__inner div{
width:50%;
}
section.plan-container .plan-container--block .plan-container--block__inner img{
width:10%;
}

@media screen and (max-width: 768px){
section.plan-container {
width: 100%;
}
section.plan-container .plan-container--block{
min-width:inherit;
width: 100%;
}
section.plan-container .img_35, section.plan-container .img_37{
	width: 30%;
    margin-left: 15%;
}
section.plan-container .plan-container--block .plan-container--block__inner div{
width: 65%;
    margin-right: 10%;
}
section.plan-container .plan-container--block .plan-container--block__inner img{
	width:15%;
}
section.plan-container .plan-container--block .plan-container--block__inner .back-pink{
	font-size:14px;
}
section.plan-container .plan-container--block .plan-container--block__inner .text-bold{
	font-size:12px;
}
section.plan-container .section-title_img{
width:55%;
}
section.plan-container .img_38{
width:95%;
margin-top:-50px;
}
}

/*question-container*/
section.question-container{
	    font-family: Avenir Next,Hiragino Kaku Gothic ProN,Hiragino Sans,BIZ UDPGothic,Meiryo,sans-serif;
        max-width:900px;
        text-align:center;
        margin:60px auto;
    background: #fff;

}
section.question-container .section-title_img{
width:15%;
margin:30px;
}
.question-container__title{
	text-align: center;
    background: #d9689b;
    color: #fff;
    padding: 40px;
    font-size: 32px;
    /* font-weight: 900; */
    letter-spacing: .15em;
}
.question-container ul{
  width: 100%;
  margin:0 auto;
	font-size: 16px;
}
.question-container li{
  list-style:none;
	padding: 15px;
	border-bottom: 1px solid #bbbdc1;

}


.question-container .question p{
	display: flex;
	align-items: center;
    text-align:left;
}
.question-container .question p:nth-child(2){
padding-right:20px;
}
.question-container .question span:first-child{
	font-size: 32px;
	font-weight: 600;
}
.question-container .question span:nth-child(2){
	margin-right: 20px;
	font-weight: 600;
}
.question-container .answer p:nth-child(2){
width: calc(100% - 150px);
}
.question-container .answer span:first-child{
	font-size: 32px;
	color: #d9689b;
	font-weight: 600;
}
.question-container .answer span:nth-child(2){
	margin-right: 20px;
	color: #d9689b;
	font-weight: 600;
}
.question-container .question{
  position: relative;
  margin: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  display:flex;

}
.question-container .question p:first-child{
	width:150px;
}
.question-container .question:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 40%;
  transition: all 0.2s ease-in-out;
/*   要素の動きを指定 */
  display: block;
	width: 12px;
	height: 12px;
	border-top: solid 3px #bbbdc1;
	border-right: solid 3px #bbbdc1;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
/* transform: rotateで要素の角度を指定 */

}
.question-container .question.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.question-container .answer{
	padding: 1.5em;
	display:flex;
   align-items: baseline;
   text-align:left;
   background:#F1F1F2;
}
.question-container .answer p:first-child{
	width:150px;
    text-align:left;
}
.question-container  .text-link{
	width: 80%;
	margin: 20px auto;
	color: #3d3f42;
	text-align: right;
	font-size: 16px;
	text-decoration: underline;
	}
.question-container a{
	color: #3d3f42!important;
}
	@media screen and (max-width: 768px){
		section.question-container{
			width: 100%;
         padding:2.5%;
		}
		.question-container ul{
			width: 100%;
			font-size: 14px;
		}
		.question-container li{
			padding: 10px;
		}
		.question-container__title{
			font-size: 24px;
			padding: 24px 0;
		}
      .question-container .question{
          display: block;
    		padding: 10px 0;
      }
      .question-container .question p:first-child{
      	margin-left:15px;
      }
      .question-container .answer{
      	padding: 10px 15px;
   		 display: block;
       align-items: center;
      }
      .question-container .answer p:nth-child(2){
      width:100%;
      }
      .question-container .question:after{
          top: 63%;
          right:15px;
      }
      .question-container .question.open:after{
       top: 63%;
          right:15px;
      }
      .question-container .question p:nth-child(2){
			padding-right:50px;
		}
	}
@media screen and (max-width: 768px){
section.question-container .section-title_img{
	width:25%;
}
}
/*slider-container*/
section.slider-container{
	max-width: 900px;
}
.slick-slide img{
	border-radius: 30px;
}
.slick-initialized .slick-slide{
	margin: 20px;
}
.slider li p{
	font-size: 14px;
	margin-top: 20px;
}
@media screen and (max-width: 768px){
	.slick-slide img{
		border-radius: 10px;
	}
	.slick-initialized .slick-slide{
		margin: 5px;
	}
}
/*what-container*/
.section-title{
  font-size: 1.714em;
  font-weight: bold;
  position: relative;
  text-align:center;
}
.section-title::after{
  content: '';
  width: 54px;
  height: 3px;
  display: inline-block;
  background-color: #E85298;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 27px);
  }
section.what-container{
  text-align: center;
  margin-top: 40px;
}
section.what-container .text{
  width: 50%;
  margin: auto;
  min-width:500px;
}
section.what-container .what-container__pointer{
  display: flex;
  width: 30%;
  margin:40px auto -17px;
  align-items: center;
  min-width:300px;
  position:relative;
  z-index:1;
}
section.what-container .section-title_img{
  width: 7%;
  margin: 30px;
  min-width:130px;
}
section.what-container .what-container__pointer p{
  font-size: 18px;
  font-weight: bold;
  color: #E85298;
  margin-top: 10px;
}
section.what-container .what-container__pointer .img_08{
  width: 38%;
  margin-right: 2%;
}
section.what-container .what-container__pointer .img_09{
  width: 90%;
}
.what-container__point{
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    margin: auto;
    background: #F5F5F5;
    padding: 30px 30px 10px;
    position: relative;
    min-width:600px;
  }
 .what-container__point .img_15{
    position: absolute;
    width: 10%;
    bottom: 20%;
    left: 8%;
 }
  .what-container__point .img_16{
    position: absolute;
    width: 10%;
    bottom: 20%;
    right: 8%;
 }

section.what-container .tri{
   width:50%;
   margin:auto;
   min-width:600px;
 }

 section.what-container .tri-back{
  	height: 0;
  	border-bottom: solid 50px transparent;
  	border-top: solid 50px #F5F5F5;
  	border-left: solid 25vw transparent;
  	border-right: solid 25vw transparent;
   width:50%;
   margin:auto;
 }

.what-container__point--box .img_10,.what-container__point--box .img_11,.what-container__point--box .img_12,.what-container__point--box .img_13,.what-container__point--box .img_14{
  width: 50%;
  margin-top: -50px;
  margin-bottom: 10px;
}
.what-container__point--box{
  width: 30%;
  background: #fff;
  padding: 15px;
  margin: 30px 1%;
 box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
}
.what-container__point--box:first-child span{
	font-size:1.5rem;
    font-weight:bold;

}
.what-container__point--box .title{
  color: #E85298;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
  min-height:3em;
}
.what-container__point--box .inner{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.what-container__point--box .inner p:first-child{
  background: #E85298;
  padding: 10px;
  color: #fff;
  margin:0 5px;
  line-height:1.2;
}
 @media screen and (min-width:769px) and ( max-width:1187px) {
  section.what-container .tri-back{
  	border-left: solid 300px transparent;
  	border-right: solid 300px transparent;

 }
}
@media screen and (max-width: 768px){
.what-container__point{
	min-width: inherit;
    width: 100%;
    padding: 32px 2.5%;
    justify-content: space-around;
}
.what-container__point--box{
    margin: 30px 0;
    width: calc(50% - 10px);
    padding: 10px 15px;
}

section.what-container .tri{
	min-width: inherit;
    width: 100%;
}
section.what-container .tri-back{
	height: 0;
    border-bottom: solid 30px transparent;
    border-top: solid 50px #F5F5F5;
    border-left: solid 50vw transparent;
    border-right: solid 50vw transparent;
    width: 100%;
    margin: auto;
}
section.what-container{
width:100%;
}
section.what-container .text{
min-width:inherit;
width:80%;
}
section.what-container .what-container__pointer{
	min-width:inherit;
	width:80%;
    margin: 40px auto -15px;
    min-width: inherit;
    position: relative;
    z-index: 2;
}
.what-container__point--box .img_10, .what-container__point--box .img_11, .what-container__point--box .img_12, .what-container__point--box .img_13, .what-container__point--box .img_14{
width:40%;
margin-top:-45px;
}
}
/*step-container*/
.step-container{
    margin:auto;
    text-align: center;
     padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(https://peaceteclab.co.jp/wp-content/themes/peaceteclab/img/landing/collabo/background_yellow_line.png);
    background-repeat: repeat;
}
.step-container .section-title_img{
    width: 15%;
    margin: 30px;
}
.step-container__img{
	width: 65%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.step-container__img--inner{
	width:32%;
}
.step-container__img--inner .inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    background:#fff;
    padding-bottom:30px;
}
.step-container__img--inner  .number{
margin-bottom: -2vw;
}
.step-container__img--inner .inner img{
	width: 40%;
}
.step-container__img--inner .inner p{
	width: 60%;
   font-weight: bold;
    line-height: 2;
    font-size:1rem;
}
.step-container__text{
    width: 40%;
    margin: 32px auto;
    background: #fff;
    border: 2px dotted #E85298;
    border-radius: 8px;
}
.step-container__text p{
	color: #E85298;
    font-weight: bold;
        padding: 30px 10px;
        line-height:2;

}
@media screen and (min-width:768px) and ( max-width:1000px) {
.step-container__img--inner .inner p{
	font-size:0.8rem;
}
}
@media screen and (max-width: 768px){
.step-container{
width:100%;
}
.step-container__img--inner  .number{
margin-bottom: -10vw;
}
.step-container .section-title_img{
    width: 50%;
}
.step-container__img{
	display: block;
    width: 95%;
    }
	.step-container__img--inner{
    width:100%;
    }
    .step-container__img--inner .inner{
    width: 100%;
    margin: auto;
    }
    .step-container__img--inner .inner p{
    	font-size:20px;
    }
    .step-container__text{
    font-size: 16px;
    line-height: 1.78;
    width: 95%;
    }
}
/*howto-container*/
.howto-container{
text-align:center;
}
.howto-container .tab-area,
.howto-container .sp-area{
  display: none;
}

@media screen and (min-width:769px) and ( max-width:1100px) {
.howto-container .pc-area{
 display: none;
}
.howto-container .tab-area{
 display: block;
}
}
@media screen and (max-width: 768px){
  .howto-container .tab-area{
   display: none;
  }
  .howto-container .pc-area{
   display: none;
  }
  .howto-container .sp-area{
   display: block;
  }
}
section.howto-container .section-title_img{
  width: 20%;
  margin: 30px;
}

.howto-container__block{
  padding: 100px 0px;

}
.howto-container__inner{
	margin-bottom:200px;
}
.howto-container__block:first-child{
  margin-bottom:-270px;
}
.howto-container__inner .howto-container__block:nth-child(2) .howto-container__block--inner,.howto-container__inner .howto-container__block:nth-child(3) .howto-container__block--inner{
    align-items: center;
    position: relative;
}
.howto-container__inner .howto-container__block:nth-child(3) {
	margin-top:-200px;
}

.howto-container__block{
  padding: 100px 0px;
  margin-bottom:-200px;
}
.howto-container__block .howto-container__block--inner img{
  width:40%;
}
.howto-container__block .howto-container__block--inner .inner{
  width:60%;
}
.howto-container__block--inner{
  display: flex;
  width: 50%;
  margin: auto;
  align-items: flex-start;
  min-width: 500px;
}
@media screen and (max-width: 768px){
section.howto-container{
	width:100%;
}
section.howto-container .section-title_img{
	width:60%;
}
    }
.section_bg{
  background-color:#E85298;
}


/* 右肩下がり */
.section_tilt_l {
      clip-path: polygon(0 0, 100% 39%, 100% 100%, 0 calc(100% - 39%));
}




/*footer*/
.footer{
	text-align: center;
	margin: 40px auto 100px;
	font-size: 14px;
}
.footer .logo_alice{
	display: block;
    width: 200px;
    margin: auto;
}
.footer .logo_alice img{
    width: 200px;
}
.footer .link{
	margin: 20px auto;
    width: 300px;
    align-items: center;
    justify-content: space-evenly;
}
.footer .info{
margin: 20px auto;
    width: 400px;
    align-items: center;
    justify-content: space-evenly;
}
@media screen and (max-width: 768px){
.footer .info{
width:100%;
}
}

/*annoation-container*/
.annoation-container{
	width: 80%;
    background: #f5f5f5;
    padding: 30px;
    text-align: left;
    margin: 30px auto;
}
@media screen and (max-width: 768px){
	.annoation-container{
			width: 90%;
	}
}
