
@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
.font-roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.font-lato {
  font-family: 'Lato', sans-serif;
}
.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.font-noto-serif {
  font-family: "Noto Serif JP", serif;
}


.font-zen-maru{
  font-family: "Zen Maru Gothic", sans-serif;
}


html, body {
  height: 100%;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  color: #FFFFFF;
  background: linear-gradient(180deg,rgba(236, 125, 173, 1) 10%, rgba(76, 138, 201, 1) 94%);
  font-family: "Zen Maru Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  overflow-x: hidden;
  font-size: 1.4em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;

}

p {
  line-height: 1.8;
  text-align: center;
}

picture img{
  vertical-align:top;
}

img{
  max-width:100%;
  height:auto;

}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #fff;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
sup, sub {
  font-size: 1.2rem;
}


@media only screen and (max-width:640px) {


  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.wrap {
  background-color: rgba(255, 255, 255, 1);
  background-blend-mode: lighten;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wrap img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  animation: fadeIn 1s;
  animation-fill-mode: backwards;
  -webkit-animation: fadeIn 1s;
  -webkit-animation-fill-mode: backwards;
  max-width: 203px;
  width: 80%;
  height: auto;
}
.wrap.active {
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
  background-color: rgba(255, 255, 255, 0);
}
.wrap.active img {
  display: none;
}

.wrapper{
  width:100%;
  max-width:800px;
  margin:0 auto;
}

main {
  display: block;
  width:100%;
  overflow:hidden;
}

.choose_wrapper{
  background: linear-gradient(180deg,rgba(236, 125, 173, 1) 10%, rgba(76, 138, 201, 1) 94%);
  padding:10vw 0;
}



.choose_box {
  background:url(../images/waku_bg_pc.webp) repeat-y center top;
  background-size:100% auto;
  position: relative;
  width: 100%;
  max-width:750px;
  margin:0 auto;
}

.choose_box:before {
  content:'';
  background:url(../images/waku_bg_t_pc.webp) no-repeat center bottom;
  background-size:100% auto;
  width:100%;
  height:15vw;
  position:absolute;
  top:-14vw;
  left:0;
  right:0;
}

.choose_box:after {
  content:'';
  background:url(../images/waku_bg_b_pc.webp) no-repeat center top;
  background-size:100% auto;
  width:100%;
  height:15vw;
  position:absolute;
  bottom:-15vw;
  left:0;
  right:0;
}

@media only screen and (min-width:760px) {
  .choose_wrapper{
    padding:4em 0;
  }

  .choose_box:before {
    height:12em;
    position:absolute;
    top:-11.5em;
    left:0;
    right:0;
  }

  .choose_box:after {
    height:12em;
    position:absolute;
    bottom:-12em;
    left:0;
    right:0;
  }
}


@media only screen and (max-width:640px) {
  .choose_box:before {
    content:'';
    background:url(../images/waku_bg_t_sp.webp) no-repeat center bottom;
    background-size:100% auto;
    width:100%;
    height:15vw;
    position:absolute;
    top:-13vw;
    left:0;
    right:0;
  }
}

#start{
  position:realtive;
  padding-top:calc(100% / 1);
}

#start .mainimg{
  width:70%;
  margin:0 auto;
  position:absolute;
  top:-3vw;
  right:0;
}

#start .maintl{
  width:40%;
  margin:0 auto;
  position:absolute;
  top:5vw;
  left:8vw;
}

#start .btbox{
  width:110%;
  position:absolute;
  top:40vw;
  left:-5%;
  right:-5%;
}

#start .btbox .bt{
  width:45%;
  position:absolute;
  bottom:10vw;
  left:0;
  right:0;
  margin:0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}


#start .btbox .bt:hover{
  opacity: .7;
}

#start .st-pr{

}

#start .st-pr .lead{
  padding:3vw 0 5vw 0;
  font-weight:900;
  font-size:clamp(1rem, 4vw, 2rem);
  line-height:1.5;
}

#start .st-pr .pr-img{
  width:75%;
  margin:0 auto;
}


@media only screen and (min-width:760px) {
  #start .mainimg{
    top:-1em;
    right:0;
  }

  #start .maintl{
    top:2em;
    left:3em;
  }

  #start .btbox{
    top:15em;
    left:-5%;
    right:-5%;
  }

  #start .btbox .bt{
    bottom:3em;
  }

  #start .st-pr .lead{
    padding:1.5em 0;
  }
}


@media only screen and (max-width:640px) {

}



.qab{

}

.qab .htl{
  width:35%;
  margin:0 auto;
  position:relative;
  top:-4vw;
}

.qab .qblock{
  width:85%;
  margin:0 auto;
  position:relative;
}

.qab .qblock .qa{
  width:45%;
  margin:0 auto 0 0;
}

.qab .qblock .qaimg{
  width:75%;
  margin:0 auto;
  position:absolute;
  top:-5vw;
  right:-20vw;
}

.qab h2{
  width:75%;
  margin:0 auto;
  padding-top:13vw;
}

.choose_box ul.che{
  width:80%;
  margin:0 auto;
  height:calc(100vw / .9);
}

.choose_box ul.che li{
  width:100%;
  margin:3vw auto 0 auto;
}

.choose_box ul.che li.ti{
  margin:2.5vw auto 0 auto;
}

.choose_box ul.che li a{
  width: 100%;
  color: #0071bc;
  display:flex;
  align-items: center;
  text-align: center;
  background-color: #fffaeb;
  font-weight: 800;
  font-size: clamp(.8rem, 2vw, 1.2rem);
  border: 3px solid #85cbbf;
  outline:2px solid #0071b0;
  text-decoration: none;
  text-align:left;
  line-height:1.2;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.choose_box ul.che li.nm a{
  padding: 0 2vw;
  border-radius: 1.3rem;
  height:4em;
}

.choose_box ul.che li.ti a{
  padding: 1vw 2vw;
  border-radius: 5rem;
}

.choose_box ul.che li a .al{
  width:10%;
}

.choose_box ul.che li a .set{
  width:90%;
}

.choose_box ul li a:hover {
   background-color: #0071b0;
  color: #FFFFFF;
    
}

@media only screen and (min-width:760px) {
  .qab .htl{
    top:-1.5em;
  }

  .qab .qblock .qaimg{
    top:-2em;
    right:-7em;
  }

  .qab h2{
    padding-top:4em;
  }

  .choose_box ul.che{
    width:80%;
    margin:0 auto;
    height:600px;
  }

  .choose_box ul.che li{
    margin:.7em auto 0 auto;
  }

  .choose_box ul.che li.ti{
    margin:0.5em auto 0 auto;
  }

  .choose_box ul.che li.nm a{
    padding: 0 1em;
  }

  .choose_box ul.che li.ti a{
    padding: .6em 1em;
  }
}





.result .htimg{
  width:100%;
  margin:0 auto;
  padding-top:5vw;
}

.result .htl{
  width:35%;
  margin:0 auto;
  position:absolute;
  top:-4vw;
  left:0;
  right:0;
}

.result .resultbx{
  position:relative;
}

.result .resultbx .resultimg{
  width:80%;
  margin:-6.5vw auto 0 auto;
}

.result .resultbx .resultbt{
  display:block;
  width:45%;
  margin:0 auto;
  position:absolute;
  bottom:5vw;
  left:0;
  right:0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.result .resultbx .resultbt:hover{
  opacity: .7;
}

.result .rslshare{
  width:40%;
  margin:0 auto;
}

.result .rslshare a{
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity:1;
}

.result .rslshare a:hover{
  opacity:.7;
}

@media only screen and (min-width:760px) {
  .result .htl{
    top:-1.5em;
  }
  .result .htimg{
    padding-top:2em;
  }

  .result .resultbx .resultimg{
    margin:-2em auto 0 auto;
  }

  .result .resultbx .resultbt{
    bottom:1.7em;
  }
}


.return-btn {
  margin-top: 5%;
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
    margin-bottom: 100px;
}
.return {
  display: inline-block;
  text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2791d4;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #2791d4 ;
}

.return:hover {
    border: 1px solid #2791d4 ;
    background-color: #fff;
    color: #2791d4;
    transition: 0.5s;
}
