@charset "utf-8";

/*
 common
======================================================= */
body{
  min-width: 960px;
}
.kanban{
  position:relative;
}
.kanban::before{
  content: "";
  background-color: #fcf3f4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
h2
======================================================= */
.title08{
  font-size: 30px;
  padding-bottom: 50px;
}
/*
about
======================================================= */
.about{
  padding: 50px 0 80px;
  background:url(https://r.r10s.jp/evt/event/beauty/virtualmakeup/_pc/img/20220425/decoration_img01.png) bottom center/1920px auto no-repeat;
  text-align: center;
}
.about_box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_box .explanation{
  width: 510px;
  font-size: 16px;
  text-align: left;
  line-height: 2.0;
}
.about_box .explanation p{
  padding-bottom: 25px;
}
.about .img_area{
  padding-right: 40px;
}

/*
attention
======================================================= */
.attention{
  position: relative;
  padding: 70px 80px 80px;
}
.attention::before{
  content: "";
  background: -webkit-linear-gradient(-45deg,  #ea767e 0%,#e23b65 100%);
  background: linear-gradient(135deg,  #ea767e 0%,#e23b65 100%);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.attention h3{
  font-size: 40px;
  padding-bottom: 50px;
}
.attention_box{
  color: #fff;
}
.attention_pc_box{
  width: 890px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.attention_pc_box .img_area{
  width: 210px;
  padding-right: 38px;
}
.attention_box ul{
  width: 660px;
}
.attention_box ul li{
  font-size: 16px;
  padding-bottom: 15px;
}
/*
step
======================================================= */
.step{
  padding: 90px 0 75px;
}
.step .title08{
  font-size: 40px;
}
.step_box{
  position: relative;
  width: 760px;
  margin: 0 auto 56px;
  box-sizing: border-box;
  background-color: #fcf3f4;
  padding: 40px 70px 0;
  display: flex;
  justify-content: center;
}
.step_box:after{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  border-color: rgba(251, 244, 244, 0);
  border-top-width:34px;
  border-bottom-width:34px;
  border-left-width:51px;
  border-right-width:51px;
  margin-left: -51px;
  border-top-color:#FBF4F4;
  top:100%;
  left:50%;
}

.step_box:last-child{
  margin: 0 auto 55px;
}
.step_box:last-child:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(251, 244, 244, 0);
  border-top-width: 34px;
  border-bottom-width: 34px;
  border-left-width: 51px;
  border-right-width: 51px;
  margin-left: -51px;
  border-top-color: #fff;
  top: 100%;
  left: 50%;
}
.step_box img{
  padding-right: 67px;
}
.anker_link_text a{
  font-size: 24px;
}
.anker_link_text a:after {
  right: -25px;
  top: 0;
  bottom: 4px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
}
.chatHowtoStep__item--text{
  width: 390px;
  font-size: 16px;
  padding-top: 15px;
}
.chatHowtoStep__item--step_title{
  padding-bottom: 13px;
  font-size: 32px;
  font-weight: bold;
  background: -webkit-linear-gradient(-45deg,  #f78178 1%,#f53e5f 50%,#f78178 100%);
  background: linear-gradient(135deg,  #f78178 1%,#f53e5f 50%,#f78178 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) { /* IE10,11用 */
  .chatHowtoStep__item--step_title {
      background: none;
      color: #f53e5f;
  }
}
.chatHowtoStep__item--title{
  font-size: 18px;
  color: #cb1c4b;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 5px;
}
/*
item_list
======================================================= */
.item_list{
  padding: 90px 0 80px;
}
.item_list .title08{
  font-size: 40px;
  padding-bottom: 40px;
}
.sub_title{
  font-size: 28px;
  color: #4e4e4e;
  width: 448px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.sub_title span{
  background-color: #fbf4f4;
  padding: 0 10px;
}
.sub_title::before{
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
  height: 2px;
  content: "";
  background-color: #4e4e4e;
  z-index: -1;
}
.item_list01{
  padding-bottom: 90px;
}
/* button01 */
.button01{
  margin: 50px auto 0;
}
.button01 + .button01{
  margin: 30px auto 0;
}
.button01 .buttonLink{
  width: 360px;
  margin: 0 auto;
  border-radius: 35px;
  padding: 19px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.button01 a.buttonLink:hover{
  opacity: 0.8;
}
.button01 a.buttonLink .rex-icon{
  height: 20px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  font-size: 20px;
  color: #fff;
}
/* button02 */
.button02{
  margin: 50px auto 0;
}
.button02 + .button02{
  margin: 30px auto 0;
}
.button02 .buttonLink{
  width: 360px;
  margin: 0 auto;
  border-radius: 35px;
  padding: 19px 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.button02 a.buttonLink:hover{
  opacity: 0.8;
}
.button02 a.buttonLink .rex-icon{
  height: 20px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  font-size: 20px;
  color: #fff;
}

/*
brand
======================================================= */
.brand{
  padding: 90px 0 50px;
}
.brand .title08{
  padding-bottom: 10px;
  font-size: 40px;
}
.brand .sub_text{
  padding-bottom: 60px;
}
.brand_list{
  width: 770px;
}
.brand .img_area{
  width: calc(-0.1px + (100% - 60px)/2)!important;
  margin-right: 60px!important;
}
.brand .img_area:nth-of-type(2n){
  margin-right:0!important;
}
/*
FAQ
======================================================= */
.FAQ{
  padding: 90px 0 80px;
}
.FAQ .title08{
  font-size: 40px;
  padding-bottom: 40px;
}
.FAQ_list{
  width: 824px;
  font-size: 16px;
  margin: 0 auto 35px;
}
.FAQ_list_title{
  padding-bottom: 8px;
  font-size: 18px;
}
.FAQ .img_area{
  width: 151px;
  margin: 0 auto;
  padding-top: 10px;
}
/*
hover
======================================================= */
.anker_link_text a:hover{
  border-bottom: 1px solid #333;
}
.brand a:hover{
  opacity: .8;
  cursor: pointer;
}