/*共通設定*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  color: #696969;
  line-height: 1.7;
}
a{
  text-decoration: none;
}
li{
  list-style-type: none;
}
.header,.footer{
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}
.main{
  max-width: 1120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:20px;
  margin: 0 auto;
  padding: 0 0px;
}
.main img{
  width: 100%;
}
.page_wrap{
  order: 2;
}
.left{
  display: block;
  order: 1;
}
@media screen and (max-width:1120px){
.header,.footer,.left{
  display: none;
}
}

/*共通設定*/


/*メイン*/
.page_wrap{
  width: 100%;
}
.page_wrap .contents_wrap{
  padding: 6rem 0;
}
.page_ttl{
  font-size: 2.8rem;
  border-bottom: 2px solid #e3a5ba;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width:1120px){
  .main{
    margin-top: 30px;
    padding: 0 20px 60px;
  }
  .page_ttl{
    font-size: 2.2rem;
  }
}
@media screen and (max-width:768px){
  .main{
    padding: 0 10px 40px;
  }
  .page_ttl{
    font-size: 2rem;
  }
}
@media screen and (max-width:520px){
  .page_wrap .contents_wrap{
    padding: 4rem 0 0;
  }
  .page_ttl{
    font-size: 1.8rem;
  }
}
@media screen and (max-width:375px){
  .page_ttl{
    font-size: 1.5rem;
  }
}
/*メイン*/


.page_wrap .content_wrap {
    padding: 8rem 0rem;
}
hr{
  border: none;
  border-top: 1px solid #d2d2d2;
}

.content_ttl {
    font-size: 2.4rem;
    color: #e3a5ba;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 3rem;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    max-height: 40px;
}

.content_block{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.content_block.mb80{
  margin-bottom: 80px;
}
.content_block li:nth-of-type(2){
  margin-right: 20px;
}
.content_block .images{
  max-width: 334px;
  min-width: 334px;
  width: 100%;
  margin: 0 auto;
}
.content_block .num p{
  background-color: #e1aec1;
  color: #FFF;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 999px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_block .text p{
  font-size: 1.8rem;
}
@media screen and (max-width:768px) {
  .content_block{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .content_block .images{
    max-width: 351px;
    min-width: 80%;
    width: 100%;
  }
  .content_block .text{
    width: 80%;
  }

  .content_block .text p{
    font-size: 1.6rem;
  }
}

.check{
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #e18ca9;
  text-align: center;
  margin-bottom: 20px;
}
.check_arrow{
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #e18ca9;
  text-align: center;
  margin-bottom: 20px;

}

.bra_point{
  background-color: #f9eff3;
  padding: 50px;
  margin-bottom: 80px;
}
.point_img{
  max-width: 570px;
  width: 100%;
  margin: 0 auto 30px;
}
.text_area{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.point_ttl{
  position: relative;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #e18ca9;
  text-align: left;
  margin-left: 30px;
}
.point_ttl::before{
  position: absolute;
  content: "";
  background-image: url(https://www.okadaya.co.jp/img/usr/underwear/event/guide/howto/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/ 1;
  max-width: 20px;
  width: 100%;
  top: 7px;
  left: -30px;
}
.point_text{
  font-size: 15px;
  font-weight: bold;
  color: #373737;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 30px;

}
.point_text.mb0{
  margin-bottom: 0;
}

@media screen and (max-width:768px){
  .bra_point{
    padding: 40px 20px;
  }
  .point_ttl{
    font-size: 18px;
  }
  .point_text{
    font-size: 14px;
  }
}

.youtube_area{
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: 80px;
}
.youtube_area.mb0{
  margin-bottom: 0;
}
.youtube_area iframe{
  width: 100%;
  height: 100%;
}