@charset "utf-8";

/*!
 * "LINE Seed" licensed under the SIL Open Font License
 * https://seed.line.me/index_jp.html
 * https://scripts.sil.org/OFL
 * © LY Corporation
*/

@font-face {
  font-family: 'LINESeedJP_Rg';
  src: url('../font/LINESeedJP_OTF_Rg.woff') format('woff');
}
@font-face {
  font-family: 'LINESeedJP_Eb';
  src: url('../font/LINESeedJP_OTF_Eb.woff') format('woff');
}
@font-face {
  font-family: 'LINESeedJP_Bd';
  src: url('../font/LINESeedJP_OTF_Bd.woff') format('woff');
}


:root{
  --font-size: 10px;
  --font-size-ajust: 500 / 750;
  --width-contents: 500px;
  --max-width-modal: 500px;
  --min-width-modal: 500px;
}


html{
  font-size: var(--font-size);
  font-family: LINESeedJP_Bd, sans-serif;
  color: #fff;
}
img, video{
  width: 100%;
}
a{
  display: block;
}

.wrapper{
  min-height: 100vh;
  background-color: #000;
}
.contents{
  width: var(--width-contents);
  margin: auto;
  overflow: hidden;
  background-color: #000;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
.inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dn{
  display: none;
}
.db{
  display: block !important;
}
.question-bg{
  background: url("../img/question/bg.png") no-repeat center top / 100% auto;
}
.result-bg{
  background: url("../img/result/bg.png") no-repeat center top / 100% auto;
}
.thanks-bg{
  background: url("../img/thanks/bg.png") no-repeat center top / 100% auto;
}

footer{
  width: 100%;
  padding-bottom: 12.933%;
  text-align: center;
  background: url("../img/footer.png") no-repeat center bottom / 100% auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.copyright{
  font-family: 'LINESeedJP_Rg';
  line-height: 1.5;
  font-size: calc(1.6rem * var(--font-size-ajust));
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0.03deg);
}



/* --------------------------------------------------

pc only

-------------------------------------------------- */
.pcBg{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/pc_bg.png") no-repeat center center / 1508px 100%;
}
.pcBg .--inner{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pcBg .--side{
  width: calc((100% - var(--width-contents)) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
}
.pcBg .--side.--left{ left: 0; }
.pcBg .--side.--right{ right: 0; }
.pcBg:before{
  content: "";
  display: block;
  width: calc(var(--width-contents) + 6px);
  height: 100%;
  margin: auto;
  background-color: #7100bf;
  position: relative;
  z-index: 5;
  box-shadow: 0px 0px 20px 0px rgba(86, 0, 192, 1);
}
.pcBg__sideArea{
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pcBg__sideL img{
  width: 25.781vw;
  max-width: calc(495px * 1);
}
.pcBg__sideR img{
  width: 16.562vw;
  max-width: calc(318px * 1);
}
@media screen and (max-width: 1100px){
  .pcBg__sideArea{
    opacity: 0;
  }
}


.page-question,
.page-result,
.page-thanks{
  padding-bottom: calc(14rem * var(--font-size-ajust));
  display: none;
}
.view-question .page-question,
.view-result .page-result,
.view-thanks .page-thanks{
  display: block;
}



/* --------------------------------------------------

page-question

-------------------------------------------------- */

.question-no{
  width: 23.6%;
  padding-bottom: 13.466%;
  margin: 0 auto 0;
  background: url("../img/question/frame_status.png") no-repeat center top / 100% auto;
  position: relative;
}
.question-no img{
  display: none;
  position: absolute;
  bottom: 25%;
}
.question-no-1{
  width: 15.254%;
  left: 18%;
}
.question-no-2{ 
  width: 24.293%;
  left: 14%;
}
.question-no-3{ 
  width: 24.858%;
  left: 14%;
}
.question-image{
  width: 80.4%;
  margin: 3.066% auto 0;
  border: solid 0.4rem #f2d179;
  box-sizing: content-box;
  border-radius: 0.5rem;
}
.question-text{
  font-size: calc(4.2rem * var(--font-size-ajust));
  text-align: center;
  margin-top: 6.666%;
  line-height: 1.25;
}
.question-answer{
  font-size: calc(4rem * var(--font-size-ajust));
  width: 85.333%;
  margin: 7.333% auto 0;
}
.question-answer > div{
  text-align: center;
  padding: 5% 0;
  background: #000;
  border: solid 0.4rem #f2d179;
  position: relative;
  cursor: pointer;
}
.question-answer > div.select{
  background: #50117e;
  pointer-events: none;
}
.question-answer > div.select:after{
  content: "";
  display: block;
  width: 8.281%;
  padding-bottom: 11.406%;
  background: url("../img/question/icon_arrow.png") no-repeat center top / 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-left: -5%;
}
.question-answer > div:not(:last-child){
  margin-bottom: 5.156%;
}
hr{
  border: none;
  width: 93.066%;
  padding-bottom: 1.866%;
  margin: 6% auto 0;
  background: url("../img/question/hr.png") no-repeat center top / 100% auto;
}
.question-next{
  width: 85.333%;
  margin: 5.333% auto 0;
  position: relative;
  pointer-events: none;
}
.question-next.select{
  cursor: pointer;
  pointer-events: initial;
}
.question-next.select:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/question/btn_next.png") no-repeat center top / 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
.question-next.select img{
  opacity: 0;
}



/* --------------------------------------------------

page-result

-------------------------------------------------- */
.page-result .content{
  padding: 5.066% 0 0 0;
}
.result-title{
  width: 42.8%;
  margin: 0 auto 0;
}
.result-text{
  width: 63.333%;
  margin: 1.8% auto 0;
}
.result-ogp{
  width: 95.066%;
  margin: 3.466% auto 0;
  box-sizing: content-box;
  border: solid 0.2rem #ff0000;
}
.result-share{
  margin-top: 3.733%;
}
.result-share-item{
  width: 92.666%;
  margin: 0 0 0 auto;
}
.result-share-x{
  width: 89.333%;
  margin: -7.6% auto 0;
}
.result-share-atn{
  width: 91.466%;
  margin: 4% auto 0;
}



/* --------------------------------------------------

page-thanks

-------------------------------------------------- */
.page-thanks .content{
  padding: 5.066% 0 0 0;
}
.thanks-title{
  width: 78.4%;
  margin: auto;
}
.thanks-photo{
  width: 81.6%;
  margin: 4.266% auto 0;
}
.thanks-reward{
  width: 89.333%;
  margin: 6.666% auto 0;
}
.thanks-atn{
  width: 67.333%;
  margin: 3.6% auto 0;
}
.thanks-chara{
  width: 95.333%;
  margin: 4.8% 0 0 auto;
}
.thanks-btn-retry{
  width: 89.333%;
  margin: 6.533% auto 0;
}
.thanks-btn-return{
  width: 76.266%;
  margin: 5.733% auto 0;
}



/* --------------------------------------------------

modal

-------------------------------------------------- */
.snlib--modal{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  display: none;
  opacity: 0;
  z-index: 99999;
}
.snlib--modal .modal__outWrap{
  display: table;
  width: 100%;
  height: 100%;
}
.snlib--modal .modal__inWrap{
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;    
  padding: 5rem 0 5rem;
  text-align: center;
  vertical-align: middle;
}
.snlib--modal .modal__content{
  width: 93.333%;
  max-width: var(--max-width-modal);
  min-width: var(--min-width-modal);
  background-color: #fff;
  box-sizing: border-box;
  text-align: initial;
  margin: auto;
  position: relative;
  padding: 2rem;
}

/* reward */
.---modal-reward .modal__content{
  width: 94.4%;
  padding: 0;
}
.---modal-reward .modal__close_bottom{
  width: 26.553%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -17%;
}