@charset "utf-8";
.secContentArea {
  padding: 0;
}

.SpecialPage .main .section{
  margin: 0 auto;
}


.SpecialPage .main .inner{
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
}

.SpecialPage .main .inner p{
  font-size: 16px;
}

.SpecialPage .main .pc_block{

}
.SpecialPage .main .sp_block{
  display: none;
}

.SpecialPage .main .col-2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.SpecialPage .main .col-2 > * {
  flex: 0 0 50%;}

.SpecialPage .main .ill img{
  width: 100%;
}

@media screen and (max-width: 767px){

  .SpecialPage .main .pc_block{
    display: none;
  }
  .SpecialPage .main .sp_block{
    display: block;
  }

  .SpecialPage .main .col-2 {
    flex-direction: column;
  }

  .SpecialPage .main .h2Ttl.col-2{
    flex-direction: row;
  }

  
}
/* MV */
.SpecialPage .main .mv h1 img{
  width: 100%;
}

@media screen and (max-width: 767px){
  .SpecialPage .main .SpecialPage_slide{
    position: relative;
    
  }
  .SpecialPage .main .SpecialPage_slide .SpecialPage_slideWrap {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    box-sizing: border-box;
    max-width: 500px;
  }


  .SpecialPage .main .SpecialPage_slide .mv_bg{}
  .SpecialPage .main .SpecialPage_slide .slick-initialized .slick-slide{
    margin: 0 10px;
    max-width: 190px;
  }

}

@media screen and (max-width: 395px){
  .SpecialPage .main .SpecialPage_slide .slick-initialized .slick-slide{
    margin: 0 10px;
    max-width: 170px;
  }
}


/* ABOUT */
.SpecialPage .main .about .h2Ttl{
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.SpecialPage .main .about .h2Ttl h2{
  font-size: 32px;
  padding: 0 10px 5px ;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%231D2088%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: bottom right;
}

.SpecialPage .main .about .txArea{
  text-align: center;
  font-weight: bold;
}

.SpecialPage .main .about .txArea p{
  font-size: 20px;
}

@media screen and (max-width: 767px) {

  .SpecialPage .main .about .h2Ttl{
    margin-bottom: 20px;
  }
  
  .SpecialPage .main .about .h2Ttl h2{
    font-size: 23px;
    background-size: 400%;
  }

  .SpecialPage .main .about .txArea p{
    font-size: 14px;
  }

}




/* MOVIE */
.SpecialPage .main .movie{
  position: relative;
  background-color: #cfdbff;
  background-image: url(../img/bg_pail.svg);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.SpecialPage .main .movie .inner {
  padding-bottom: 200px;}

.SpecialPage .main .movie .inner .movie_ill{
  position: absolute;
  bottom: 50px;
  right: 20px;
  max-width: 124px;
}

.SpecialPage .main .movie .h2Ttl{
  margin-bottom: 50px;
}

.SpecialPage .main .movie .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
}

.SpecialPage .main .movie .col-2 > *{
  flex: 0 0 368px;
	position: relative;
	width: 100%;
  cursor: pointer;
}

.SpecialPage .main .movie .col-2 > *:nth-of-type(n +3){
  margin-top: 40px;
}
@media screen and (max-width: 767px) {

  .SpecialPage .main .movie .h2Ttl{
    margin-bottom: 20px;
  }
  
  .SpecialPage .main .movie .h2Ttl h2{
    font-size: 23px;
  }

  .SpecialPage .main .movie .inner .movie_ill{
    position: absolute;
    bottom: 50px;
    right: 20px;
    max-width: 80px;
  }

  .SpecialPage .main .movie .accordion{
    padding: 0 20px;
  }
  .SpecialPage .main .movie .accordion_open{
    position: relative;
    color: #fff;
    text-align: center;
    background-color: #0A117B;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 1px;
  }
  .SpecialPage .main .movie .accordion_open::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    vertical-align: middle;
    width: 25px;
    height: 25px;
  }
  .SpecialPage .main .movie .accordion_open::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.5s;
  }

  .SpecialPage .main .movie .accordion_open.active::after{
    -ms-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
    -moz-transform: rotate(320deg);
    -o-transform: rotate(320deg);
    transform: rotate(320deg);
    transition: 0.5s;
  }

  .SpecialPage .main .movie .accordion_open.zune::before{
    background-image: url(../img/ill_zune_01.png);
    background-size: contain;
  }

  .SpecialPage .main .movie .accordion_open.chikku::before{
    background-image: url(../img/ill_chikku_01.png);
    background-size: contain;
  }

  .SpecialPage .main .movie .accordion_open.iga::before{
    background-image: url(../img/ill_iga_01.png);
    background-size: contain;
  }

  .SpecialPage .main .movie .accordion_open.zukki::before{
    background-image: url(../img/ill_zukki_01.png);
    background-size: contain;
  }
  .SpecialPage .main .accordion_inner {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    aspect-ratio: 16 / 9;
  }
  
  .SpecialPage .main .accordion_inner iframe{
    width: 100%;
    height: 100%;
  }

}


/* cause */
.SpecialPage .main .cause{
  background-color: #BBC7FD;
}

.SpecialPage .main .cause .inner{
  max-width: 650px;
  padding: 30px 0 100px 0;
}

.SpecialPage .main .cause .h2Ttl{
  margin-bottom: 50px;
  justify-content: center;
}

.SpecialPage .main .cause .h2Ttl .cause_ill01{
  flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}

.SpecialPage .main .cause .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
  flex: 0 0 auto;
  padding: 0 10px 5px ;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B45AD5%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 350%;
  background-position: bottom right;
}

.SpecialPage .main .cause .txArea{
  max-width: 550px;
  margin: 0 auto;
}

.SpecialPage .main .cause .txArea .col-2 {
  align-items: flex-start;
  margin-top: 10px;
}
.SpecialPage .main .cause .txArea .col-2 .col-item{
  flex: 0 0 300px;
}
.SpecialPage .main .cause .txArea .col-2 .col-item:first-child{
  flex: 0 0 230px;
  margin-right: 20px;
}

.SpecialPage .main .cause .txAreaWhite{
  position: relative;
  margin-top: 47px;
  background-color: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
  border-radius: 30px;
}

.SpecialPage .main .cause .txAreaWhite h3{
  font-size: 24px;
  font-weight: bold;
  color: #1D2088;
  position: relative;
  margin-bottom: 25px;
}
.SpecialPage .main .cause .txAreaWhite h3 span{
  width: auto;
  padding-bottom: 10px;
  border-bottom: 3px dotted #B45AD5;
  }

.SpecialPage .main .cause .txAreaWhite .cause_ill02{
    width: 92px;
    position: absolute;
    top: -20%;
    right: 10%;
  }
  
.SpecialPage .main .cause .cause_ill03{
  position: absolute;
  width: 163px;
  left: 0;
  bottom: -5%;
  z-index: 10;
}


@media screen and (max-width: 767px) {

  .SpecialPage .main .cause .h2Ttl{
    margin-bottom: 20px;
  }
  
  .SpecialPage .main .cause .h2Ttl h2{
    font-size: 23px;
    background-size: 420%;
  }

  .SpecialPage .main .cause .h2Ttl .cause_ill01{
    flex: 0 0 60px;
    width: 60px;
    margin-right: 10px;
  }

  .SpecialPage .main .cause .inner {
    padding: 30px 20px 100px 20px;
  }

  .SpecialPage .main .cause .txArea .col-2 .col-item{
    flex: auto;
  }

  .SpecialPage .main .cause .txAreaWhite{
    margin-top: 90px;
    padding: 30px 30px 30px;
  }

  .SpecialPage .main .cause .txAreaWhite h3{
    text-align: center;
    font-size: 20px;
  }

  .SpecialPage .main .cause .txAreaWhite h3 span{
    display: block;
  }

  .SpecialPage .main .cause .txAreaWhite .cause_ill02{
    left: 0;
    right: 0;
    top: -25%;
    margin: auto;
  }
  
}





.SpecialPage .main .structure{
  background-color: #F0F4FF;
}

.SpecialPage .main .structure .inner{
  padding: 100px 0 70px 0;
  max-width: 650px;
}

.SpecialPage .main .structure .h2Ttl{
  margin-bottom: 50px;
  justify-content: center;
}

.SpecialPage .main .structure .h2Ttl .structure_ill01{
  flex: 0 0 80px;
  width: 80px;
  margin-left: 20px;
}

.SpecialPage .main .structure .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
  flex: 0 0 auto;
  padding: 0 10px 5px ;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23BBC7FD%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 180%;
  background-position: bottom right;
  transform: scale(-1, 1);
}

.SpecialPage .main .structure .h2Ttl h2 span{
  transform: scale(-1, 1);
  display: block;
}

.SpecialPage .main .structure  .txArea span{
  display: block;
  color: #333333;
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {

  .SpecialPage .main .structure .h2Ttl{
    margin-bottom: 20px;
  }
  
  .SpecialPage .main .structure .h2Ttl h2{
    background-size: 290%;
    font-size: 23px;
    line-height: 1.4;
  }

  .SpecialPage .main .structure .inner {
    padding: 74px 20px 50px 20px;}

}



.SpecialPage .main .suppression{
  background-color: #BBC7FD;
}

.SpecialPage .main .suppression .inner{
  padding: 100px 0 70px 0;
}

.SpecialPage .main .suppression .h3Ttl{
  max-width: 650px;
  margin: 0 auto;
  background-image: url(../img/bg_ttl02.svg);
  background-repeat: no-repeat;
  background-position: 100% 78%;
  padding: 0 10px;
}
.SpecialPage .main .suppression .h3Ttl h3{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.SpecialPage .main .suppression .h3Ttl h3 span{
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.SpecialPage .main .suppression .imgArea{
  text-align: center;
  margin-top: 30px;
}

.SpecialPage .main .suppression .tx-right{
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 767px) {

  .SpecialPage .main .suppression .inner{
    padding: 50px 20px;
  }
  .SpecialPage .main .suppression .h3Ttl {
    background-position: 50% 83%;
    background-size: 150%;
  }

}






.SpecialPage .main .effect {
  background-color: #F0F4FF;
}
.SpecialPage .main .effect .inner{
  padding: 40px 0 100px;
}
.SpecialPage .main .effect .h3Ttl{
  padding: 70px 0 20px;
  text-align: center;
  background-image: url(../img/bg_effect.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.SpecialPage .main .effect .h3Ttl h3{
  color: #1D2088;
  font-size: 20px;
  font-weight: bold;
}

.SpecialPage .main .effect .effect_box{
  width: 100%;
  max-width: 650px;
  margin: 10px auto 0;
}

.SpecialPage .main .effect .effect_box .dl{ 
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;}


.SpecialPage .main .effect .effect_box dt{
  padding-right: 30px;
}

.SpecialPage .main .effect .effect_box dl:first-child{
  margin-bottom: 10px;
}

.SpecialPage .main .effect .effect_box dt,
.SpecialPage .main .effect .effect_box dd{
  display: table-cell;
  vertical-align: top;
  font-size: 16px;
}

.SpecialPage .main .effect .effect_box dt p{
  width: 102px;
  height: 40px;
  background-color: #BBC7FD;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  color: #1D2088;
  display: flex;
  justify-content: center;
  align-items: center;
}

.SpecialPage .main .effect .effect_box dd p span{
  display: table;
  font-weight: bold;
  color: #1D2088;
  border-bottom: 5px solid #FFF700;
}

@media screen and (max-width: 767px) {
  .SpecialPage .main .effect .inner{
    padding: 40px 20px 70px 20px;
  }
  .SpecialPage .main .effect .h3Ttl {
    padding: 90px 0 0;
    margin-bottom: 30px;
    text-align: center;
    background-image: url(../img/bg_effect_sp.png);
  }

  .SpecialPage .main .effect .effect_box dt,
  .SpecialPage .main .effect .effect_box dd{
    display: block;
    padding: 0;
  }
  .SpecialPage .main .effect .effect_box dd{
    margin-top: 10px;
  }
  .SpecialPage .main .effect .effect_box dl:first-child{
    margin-bottom: 20px;
  }
  .SpecialPage .main .effect .effect_box dt p{
    margin: 0 auto;
  }

  .SpecialPage .main .effect .effect_box dd p span{
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
  }


}




.SpecialPage .main .anxiety {
  background-color: #BBC7FD;
}

.SpecialPage .main .anxiety .inner{
  max-width: 660px;
  margin: 0 auto;
}
.SpecialPage .main .anxiety .h2Ttl{
  margin-bottom: 50px;
  justify-content: center;
}

.SpecialPage .main .anxiety .h2Ttl .anxiety_ill01{
  flex: 0 0 80px;
  width: 80px;
  margin-right: 20px;
}

.SpecialPage .main .anxiety .h2Ttl h2{
  font-size: 32px;
  padding: 0 10px 5px;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
  flex: 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B45AD5%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: bottom right;
}

.SpecialPage .main .anxiety h3{
  text-align: center;
  font-weight: bold;
  color: #1D2088;
  font-size: 20px;
}

.SpecialPage .main .anxiety .imgArea{
  margin-top: 30px;
  text-align: center;
}

.SpecialPage .main .anxiety .imgArea p{
  margin-top: 30px;
  font-size: 20px;
  color: #1D2088;
}

.SpecialPage .main .anxiety .txAreaWhite{
  position: relative;
  margin-top: 47px;
  background-color: #fff;
  padding: 40px 50px;
  box-sizing: border-box;
  border-radius: 30px;

}
.SpecialPage .main .anxiety .txAreaWhite p{
  font-size: 16px;
}

.SpecialPage .main .anxiety .txAreaWhite p:first-child{
  margin-bottom: 20px;}

.SpecialPage .main .anxiety .txAreaWhite p span{
  border-bottom: 5px solid #FFF700;
}

.SpecialPage .main .anxiety .txAreaWhite p span strong{
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .SpecialPage .main .anxiety .inner{
    padding: 70px 20px;
  }

  .SpecialPage .main .anxiety .h2Ttl{
    margin-bottom: 20px;
  }
  
  .SpecialPage .main .anxiety .h2Ttl h2{
    font-size: 23px;
    line-height: 1.4;
    padding-bottom: 10px;
  }

  .SpecialPage .main .anxiety h3{
    font-size: 18px;
  }
  
  .SpecialPage .main .anxiety .txAreaWhite{
    padding: 30px 20px;
  }

}


.SpecialPage .main .note {
  position: relative;
  background-color: #F0F4FF;
}

.SpecialPage .main .note::after{
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 190px;
  background-image: url(../img/bg_pail.svg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.SpecialPage .main .note .inner{
  padding: 70px 0 10px;
}

.SpecialPage .main .note .inner .txArea{
  max-width: 550px;
  margin: 0 auto 10px;}

.SpecialPage .main .note .inner .imgArea{
  max-width: 575px;
  margin-left: auto;
}


@media screen and (max-width: 767px) {
  
  .SpecialPage .main .note .inner{
    padding: 50px 20px 10px;
  }
  
  .SpecialPage .main .note .inner .imgArea{
    margin-top: 30px;
  }
  .SpecialPage .main .note::after{
    height: 140px;

  }

}


.SpecialPage .main .early {
  position: relative;
  background-color: #BBC7FD;}

  
.SpecialPage .main .early .inner{
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 0 100px;
}
.SpecialPage .main .early .h2Ttl{
  margin-bottom: 50px;
  justify-content: center;
}

.SpecialPage .main .early .h2Ttl .early_ill01{
  flex: 0 0 80px;
  width: 80px;
  margin-left: 20px;
}

.SpecialPage .main .early .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  padding: 0 10px 5px;
  text-align: center;
  flex: 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23F0F4FF%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: bottom right;
  transform: scale(-1, 1);
}

.SpecialPage .main .early .h2Ttl h2 span{
  transform: scale(-1, 1);
  display: block;
}
.SpecialPage .main .early .imgArea{
  max-width: 550px;
  margin: 20px auto;
}

.SpecialPage .main .early .imgArea p{
  font-size: 12px;
  text-align: right;
}

.SpecialPage .main .early .h3Ttl{
  max-width: 580px;
  margin: 40px auto 0;
  background-image: url(../img/bg_ttl02.svg);
  background-repeat: no-repeat;
  background-position: 100% 78%;
  padding: 0 0 30px 0;
  text-align: center;
}
.SpecialPage .main .early .h3Ttl h3{
  font-size: 24px;
  font-weight: bold;
  color: #1D2088;
}

.SpecialPage .main .early .txArea{
  text-align: center;
  font-size: 18px;
}
.SpecialPage .main .early .early_ill02{
  position: absolute;
  width: 92px;
  top: -6%;
}
.SpecialPage .main .early .early_ill03{
  margin: 20px auto 0;
  width: 150px;
}

@media screen and (max-width: 767px) {

  .SpecialPage .main .early .inner{
    padding: 20px 20px 70px;
  }
  .SpecialPage .main .early .early_ill02{
    top: -10%;}

  .SpecialPage .main .early .h2Ttl{
    margin-bottom: 20px;
  }
  
  .SpecialPage .main .early .h2Ttl h2{
    font-size: 23px;
    line-height: 1.4;
    padding-bottom: 10px;
    background-size: 210%;
  }

  .SpecialPage .main .early .h3Ttl{
    background-size: 150%;
    background-position: 50% 90%;
  }

}







.SpecialPage .main .product .inner{
  max-width: 660px;
}
.SpecialPage .main .product .h2Ttl {
  max-width: 170px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.SpecialPage .main .product .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
  padding: 0 10px 5px ;
  flex: 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B45AD5%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 400%;
  background-position: bottom right;}


.SpecialPage .main .product .txArea01{
  text-align: center;
  margin-bottom: 40px;
}

.SpecialPage .main .product .txArea01 p{
  color: #05185A;
  font-size: 22px;
  font-weight: bold;}

.SpecialPage .main .product .col-2{
  align-items: flex-end;
}
.SpecialPage .main .product .col-item:first-child{
  flex: 0 0 295px;
}

.SpecialPage .main .product .col-item .txArea02 p {
  margin-top: 10px;
}

.SpecialPage .main .product .col-item .txArea02 p span{
  display: block;
  font-weight: bold;
}
.SpecialPage .main .product .col-item .txArea02 .dl{ 
  display: table;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;}

.SpecialPage .main .product .col-item .txArea02 dt,
.SpecialPage .main .product .col-item .txArea02 dd{
  display: table-cell;
  font-size: 16px;
}


@media screen and (max-width: 767px) {

  .SpecialPage .main .product .inner{
    max-width: 660px;
    padding: 70px 20px 30px;
  }

  .SpecialPage .main .product .h2Ttl {
    margin-bottom: 20px;}

  .SpecialPage .main .product .h2Ttl h2{
    background-size: 540%;
    font-size: 23px;}

  .SpecialPage .main .product .txArea01 p{
    font-size: 18px;}

  .SpecialPage .main .product .col-item .txArea02 p{
    margin-top: 20px;
  }

}



.SpecialPage .main .purchase{
  background-color: #BBC7FD;
}
.SpecialPage .main .purchase .inner{
  padding-bottom: 160px;
}
.SpecialPage .main .purchase .h2Ttl {
  max-width: 260px;
  margin: 0 auto 50px;
}
.SpecialPage .main .purchase .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  padding: 0 10px 5px 10px;
  text-align: center;
  flex: 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23F0F4FF%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 280%;
  background-position: bottom right;
  transform: scale(-1, 1);
}

.SpecialPage .main .purchase .h2Ttl h2 span{
  transform: scale(-1, 1);
  display: block;
}


.SpecialPage .main .purchase .onlineShopFooter{
  padding: 0;
}

.SpecialPage .main .purchase .purchase_ill01{
  position: absolute;
  max-width: 437px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


@media screen and (max-width: 767px) {
  .SpecialPage .main .purchase{
    margin-bottom: 0;
  }
  .SpecialPage .main .purchase .h2Ttl {
    max-width: 200px;
    margin-bottom: 20px;}

  .SpecialPage .main .purchase .h2Ttl h2 {
    padding-bottom: 10px;
    font-size: 23px;}

  .SpecialPage .main .purchase .onlineShopBtnMenu {
    box-shadow: none;
    flex-direction: column;}

  .SpecialPage .main .purchase .onlineShopBtnMenuItem{
    flex-basis: auto;
    max-width: initial;
    margin-bottom: 10px;
    box-shadow: 1px 0 2px rgb(0 0 0 / 10%);
    height: 50px;}

  .SpecialPage .main .purchase .onlineShopBtnMenuItem:last-child{
    margin-bottom: 0;}

  .SpecialPage .main .purchase .onlineShopBtnMenuItem:first-child .onlineShopBtn{
    border-radius: 5px 5px 0 0;
  }
  .SpecialPage .main .purchase .onlineShopBtnMenuItem:last-child .onlineShopBtn{
    border-radius: 0 0 5px 5px;}

  .SpecialPage .main .purchase .onlineShopFooter .onlineShopBtnImage{
    margin: 0 auto !important;
  }
  .SpecialPage .main .purchase .onlineShopBtnImage.amazon {
    max-width: 76px;
  }
  .SpecialPage .main .purchase .onlineShopBtnImage.rakuten {
    max-width: 95px;
  }
  .SpecialPage .main .purchase .onlineShopBtnImage.lohaco {
    max-width: 107px;
  }
  .SpecialPage .main .purchase .purchase_ill01{
    bottom: 0;
    max-width: 320px;
  }
}


.SpecialPage .main .character{
  padding: 100px 0;
  background-image: url(../img/bg_profile.png);
  background-color: #F0F4FF;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.SpecialPage .main .character .h2Ttl {
  max-width: 500px;
  margin: 0 auto 50px;
}

.SpecialPage .main .character .h2Ttl h2{
  font-size: 32px;
  color: #1D2088;
  font-weight: 800;
  text-align: center;
  padding: 0 10px 5px 10px;
  flex: 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20600%207.1%22%20style%3D%22enable-background%3Anew%200%200%20600%207.1%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23B45AD5%3Bstroke-width%3A2%3B%7D%3C%2Fstyle%3E%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_179%22%20class%3D%22st0%22%20d%3D%22M600%2C6.5l-3.7-5l-4.5%2C4l-4.1-4l-4.1%2C4H0%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 170%;
  background-position: bottom right;
  transform: scale(-1, 1);
}

.SpecialPage .main .character .h2Ttl h2 span{
  transform: scale(-1, 1);
  display: block;
}
  
.SpecialPage .main .character .txArea01{
  max-width: 620px;
  margin: 0 auto 50px;
}


.SpecialPage .main .character .characterbox{
  margin: 0 auto;
  position: relative;
}

.SpecialPage .main .character .characterbox .inner{
  position: relative;
  padding: 0;
}

.SpecialPage .main .character .characterbox .ill,
.SpecialPage .main .character .characterbox .profile{
  position: absolute;
  z-index: 10;
}

.SpecialPage .main .character .characterbox .ill .fukidashi{
  position: absolute;
  color: #fff;
  font-weight: bold;
  background-size: cover;
  width: 78px;
  height: 78px;
  left: -40%;
  top: -20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SpecialPage .main .character .characterbox .ill .fukidashi p{
  font-size: 14px;
  letter-spacing: -0.04em;
}

.SpecialPage .main .character .characterbox .profile{
  left: 0;
  right: 0;
  margin: auto;
}

.SpecialPage .main .character .characterbox .profile h3 {
  margin-bottom: 20px;
}
.SpecialPage .main .character .characterbox .profile h3 span{
  font-size: 28px;
  font-weight: bold;
  border-bottom: 4px solid ;
}

.SpecialPage .main .character .characterbox .profile dl:not(:last-child){
  margin-bottom: 10px;
}

.SpecialPage .main .character .characterbox .profile dt,
.SpecialPage .main .character .characterbox .profile dd{
  display: table-cell;
  vertical-align: top;
}
.SpecialPage .main .character .characterbox .profile dt{
  width: 75px;
  height: 23px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.SpecialPage .main .character .characterbox .profile dd{
  font-weight: bold;
  padding-left: 12px;
}

.SpecialPage .main .character .characterbox .profile .monster h4{
  font-size: 20px;
}
.SpecialPage .main .character .characterbox .image{
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 12px;
}
.SpecialPage .main .character .zukki.characterbox .image,
.SpecialPage .main .character .chikku.characterbox .image{
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 12px;
}



@media screen and (max-width: 767px) {

  .SpecialPage .main .character{
    background-image: none;
    padding: 50px 0;
  }
  .SpecialPage .main .character .txArea01{
    padding: 0 20px;
  }

  .SpecialPage .main .character .h2Ttl {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;}

  .SpecialPage .main .character .h2Ttl h2 {
    background-size: 350%;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 23px;}

  .SpecialPage .main .character .characterbox .ill .fukidashi{
    top: -10%;
  }
}




.SpecialPage .main .character .zune.characterbox .inner{
  background-image: url(../img/bg_zune.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  height: 310px;
  max-width: 663px;
}

.SpecialPage .main .character .zune.characterbox .zune_ill{
  top: 20px;
  max-width: 180px;
}

.SpecialPage .main .character .zune.characterbox .zune_ill .fukidashi{
  background-image: url(../img/fukidashi_zune.png);
}

.SpecialPage .main .character .zune.characterbox .profile{
  left: 0;
  right: -10%;
  margin: auto;
  top: 10%;
  bottom: 0;
  max-width: 290px;}

.SpecialPage .main .character .zune.characterbox .profile h3 span{
  color: #B45AD5;
  border-bottom: 4px solid #B45AD5;
}

.SpecialPage .main .character .zune.characterbox .profile dd{
  color: #B45AD5;}

.SpecialPage .main .character .zune.characterbox .profile dt{
  background-color: #B45AD5;
}
.SpecialPage .main .character .zune.characterbox .profile .monster dt{
  background-color: #542167;
}
.SpecialPage .main .character .zune.characterbox .profile .monster h4,
.SpecialPage .main .character .zune.characterbox .profile .monster dd{
  color: #542167;
}


@media screen and (max-width: 767px) {

  .SpecialPage .main .character .characterbox .profile h3{
    text-align: center;
  }

  .SpecialPage .main .character .zune.characterbox{
    padding-top: 200px;
  }
  .SpecialPage .main .character .zune.characterbox .inner{
    background-image: url(../img/bg_zune_sp.png);
    background-position: center center;
    height: 400px;
    max-width: inherit;
  }

  .SpecialPage .main .character .zune.characterbox .profile{
    right: 0;
    bottom: 25%;
    top: auto;}

.SpecialPage .main .character .zune.characterbox .zune_ill {
    top: -30%;
    max-width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    }
    
  .SpecialPage .main .character .zune.characterbox::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 70px;
    background-image: url(../img/bg_zune_sp02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }

}



.SpecialPage .main .character .chikku.characterbox{
  margin-top: 80px;
}

.SpecialPage .main .character .chikku.characterbox .inner{
  background-image: url(../img/bg_chikku.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 390px;
  max-width: 565px;
}

.SpecialPage .main .character .chikku.characterbox .chikku_ill{
  top: 20px;
  right: 0;
  max-width: 193px;
}

.SpecialPage .main .character .chikku.characterbox .chikku_ill .fukidashi{
  background-image: url(../img/fukidashi_chikku.png);
  right: -40%;
  left: auto;
}
.SpecialPage .main .character .characterbox .ill .fukidashi{}

.SpecialPage .main .character .chikku.characterbox .profile{
  left: 0;
  right: 2%;
  margin: auto;
  top: 15%;
  bottom: 0;
  max-width: 350px;}

.SpecialPage .main .character .chikku.characterbox .profile h3 span{
  color: #F23F25;
  border-bottom: 4px solid #F23F25;
}

.SpecialPage .main .character .chikku.characterbox .profile dd{
  color: #F23F25;}

.SpecialPage .main .character .chikku.characterbox .profile dt{
  background-color: #F23F25;
}
.SpecialPage .main .character .chikku.characterbox .profile .monster{
  margin-left: auto;
  max-width: 240px;
}
.SpecialPage .main .character .chikku.characterbox .profile .monster dt{
  background-color: #A90000;
}
.SpecialPage .main .character .chikku.characterbox .profile .monster h4,
.SpecialPage .main .character .chikku.characterbox .profile .monster dd{
  color: #A90000;
}


@media screen and (max-width: 767px) {

  .SpecialPage .main .character .chikku.characterbox{
    padding-top: 200px;
    margin-top: 0;
  }

  .SpecialPage .main .character .chikku.characterbox .inner{
    background-image: url(../img/bg_chikku_sp.png);
    background-position: center center;
    height: 410px;
    max-width: inherit;
  }

  .SpecialPage .main .character .chikku.characterbox .profile{
    max-width: 300px;
    right: 0;
    bottom: 28%;
    top: auto;}

  .SpecialPage .main .character .chikku.characterbox .chikku_ill {
      top: -30%;
      max-width: 180px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .SpecialPage .main .character .chikku.characterbox .profile .monster{
    margin: auto;
    max-width: inherit;
  }
  .SpecialPage .main .character .chikku.characterbox::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 230px;
    background-image: url(../img/bg_chikku_sp02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }

}




.SpecialPage .main .character .iga.characterbox{
  margin-top: 80px;
}

.SpecialPage .main .character .iga.characterbox .inner{
  background-image: url(../img/bg_iga.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  height: 365px;
  max-width: 550px;
}

.SpecialPage .main .character .iga.characterbox .iga_ill{
  top: 20px;
  max-width: 180px;
}

.SpecialPage .main .character .iga.characterbox .iga_ill .fukidashi{
  background-image: url(../img/fukidashi_iga.png);
}

.SpecialPage .main .character .iga.characterbox .profile{
  left: 0;
  right: -22%;
  margin: auto;
  top: 14%;
  bottom: 0;
  max-width: 300px;}

.SpecialPage .main .character .iga.characterbox .profile h3 span{
  color: #4BB238;
  border-bottom: 4px solid #4BB238;
}

.SpecialPage .main .character .iga.characterbox .profile dd{
  color: #4BB238;}

.SpecialPage .main .character .iga.characterbox .profile dt{
  background-color: #4BB238;
}
.SpecialPage .main .character .iga.characterbox .profile .monster dt{
  background-color: #26551D;
}
.SpecialPage .main .character .iga.characterbox .profile .monster h4,
.SpecialPage .main .character .iga.characterbox .profile .monster dd{
  color: #26551D;
}

@media screen and (max-width: 767px) {
  .SpecialPage .main .character .iga.characterbox{
    padding-top: 200px;
    margin-top: 0;
  }

  .SpecialPage .main .character .iga.characterbox .inner{
    background-image: url(../img/bg_iga_sp.png);
    background-position: center center;
    height: 410px;
    max-width: inherit;
  }

  .SpecialPage .main .character .iga.characterbox .profile{
    max-width: 300px;
    right: 0;
    bottom: 33%;
    top: auto;}

  .SpecialPage .main .character .iga.characterbox .iga_ill {
      top: -33%;
      max-width: 180px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .SpecialPage .main .character .iga.characterbox .profile .monster{
    margin: auto;
    max-width: inherit;
  }
  .SpecialPage .main .character .iga.characterbox::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 160px;
    background-image: url(../img/bg_iga_sp02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }

}



.SpecialPage .main .character .zukki.characterbox{
  margin-top: 80px;
}

.SpecialPage .main .character .zukki.characterbox .inner{
  background-image: url(../img/bg_zukki.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  height: 425px;
  max-width: 515px;
}

.SpecialPage .main .character .zukki.characterbox .zukki_ill{
  top: 80px;
  right: -30px;
  max-width: 185px;
}

.SpecialPage .main .character .zukki.characterbox .zukki_ill .fukidashi{
  background-image: url(../img/fukidashi_zukki.png);
  right: -40%;
  left: auto;
}
.SpecialPage .main .character .characterbox .ill .fukidashi{}

.SpecialPage .main .character .zukki.characterbox .profile{
  left: 0;
  right: 8%;
  margin: auto;
  top: 25%;
  bottom: 0;
  max-width: 350px;
}

.SpecialPage .main .character .zukki.characterbox .profile h3 span{
  color: #FF8D39;
  border-bottom: 4px solid #FF8D39;
}

.SpecialPage .main .character .zukki.characterbox .profile dd{
  color: #FF8D39;}

.SpecialPage .main .character .zukki.characterbox .profile dt{
  background-color: #FF8D39;
}
.SpecialPage .main .character .zukki.characterbox .profile .monster{
  margin-left: auto;
  max-width: 240px;
}
.SpecialPage .main .character .zukki.characterbox .profile .monster dt{
  background-color: #F26700;
}
.SpecialPage .main .character .zukki.characterbox .profile .monster h4,
.SpecialPage .main .character .zukki.characterbox .profile .monster dd{
  color: #F26700;
}

@media screen and (max-width: 767px) {
  .SpecialPage .main .character .zukki.characterbox{
    padding-top: 200px;
    margin-top: 0;
  }

  .SpecialPage .main .character .zukki.characterbox .inner{
    background-image: url(../img/bg_zukki_sp.png);
    background-position: center center;
    height: 390px;
    max-width: inherit;
  }

  .SpecialPage .main .character .zukki.characterbox .profile{
    max-width: 300px;
    right: 0;
    bottom: 25%;
    top: auto;}

  .SpecialPage .main .character .zukki.characterbox .zukki_ill {
      top: -31%;
      max-width: 180px;
      left: 0;
      right: 0;
      margin: auto;
  }
  .SpecialPage .main .character .zukki.characterbox .zukki_ill .fukidashi{
    top: 0%;
  }
  .SpecialPage .main .character .zukki.characterbox .profile .monster{
    margin: auto;
    max-width: inherit;
  }
  .SpecialPage .main .character .zukki.characterbox::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    margin: auto;
    width: 100%;
    height: 100px;
    background-image: url(../img/bg_zukki_sp02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .SpecialPage .main .character .zukki.characterbox .image,
  .SpecialPage .main .character .chikku.characterbox .image{
    position: absolute;
    bottom: -6%;
    font-size: 12px;
  }

}


.SpecialPage .main .footerbox .attention{
  text-align: center;
}
.SpecialPage .main  #brandFooter .container .inner{
  max-width: 1000px;
}

@media screen and (max-width: 767px) {

  .SpecialPage .main .footerbox .inner{
    padding: 70px 0 0 ;
  }
  .SpecialPage .main .footerbox .attention{
    padding: 0 20px;
  }
  .SpecialPage .main .footerbox .attention p{
    font-size: 14px;
  }


}