@charset "utf-8";

/* gfs-didot-regular - greek */
@font-face {
  font-family: 'GFS Didot';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/gfs-didot-v9-greek-regular.eot'); /* IE9 Compat Modes */
  src: local('GFS Didot Regular'), local('GFSDidot-Regular'),
       url('../fonts/gfs-didot-v9-greek-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/gfs-didot-v9-greek-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/gfs-didot-v9-greek-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/gfs-didot-v9-greek-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/gfs-didot-v9-greek-regular.svg#GFSDidot') format('svg'); /* Legacy iOS */
}


html,
body{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Noto Serif JP",serif;
  background: url(../img/site-bg.png) repeat center center;
  background-size: 512px;
}

#wrapper{
  width: 100%;
  overflow: hidden;
/*   max-width: 600px; */
  margin: 0 auto;
}

.modal{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  border-image: url(../img/line_grad.png) 1 round stretch;
  border-style: solid;
  border-width: 2px; 
  background: url(../img/loading_bg.png) repeat center center;
  background-size: 56px;
  box-sizing: border-box;
  display: none;
}
#loadingArea.modal{
  display: none;
}
.loading .modal{
  display: block;
}
.modal .modalBG{
  position: absolute;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-image: url(../img/line_grad.png) 1 round stretch;
  border-style: solid; 
  border-width: 2px;
}
.modal .modalBG:before,
.modal .modalBG:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 8%;
  height: 0;
  background-image: url(../img/loading_part.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.modal .modalBG:after{
  top: auto;
  background-position: center bottom;
  bottom: 0px;
}
.modal .loadingText{
  position: absolute;
  max-width: 251px;
  width: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  animation: flash 1s linear 0s infinite alternate;
  -webkit-animation: flash 1s linear 0s infinite alternate;
}
@keyframes flash{
  0%  { filter: brightness(50%) }
  100%{ filter: brightness(150%) }
}
@-webkit-keyframes flash{
  0%  { -webkit-filter: brightness(50%) }
  100%{ -webkit-filter: brightness(150%) }
}

/* pc */
.ua-pc #pc-alert.modal,
.ua-err #pc-alert.modal{
  display: block;
  text-align: center;
  color: #eadabe;
}
#pc-alert .alert_text{
  text-align: center;
  display: inline-block;
  padding: 30px;
  margin: 0 auto;
  line-height: 2em;
  letter-spacing: 1px;
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#pc-alert .alert_text a{
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
  margin-top: 20px;
  background: #eadabe;
  color: #780915;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  width: 200px;
}
#pc-alert .pc_text a:hover{
  opacity: 0.5;
}
#pc-alert .credit{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
#pc-alert .credit p{
  color: #FFF;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  padding: 15px 0;
  text-align: center;
  font-size: 11px;
}
#pc-alert .credit .link-logo{
  display: block;
  margin: 0px auto 0;
  width: 120px;
}
#pc-alert .alert_text.err_text{
  display: none;
}
.ua-err #pc-alert .alert_text.pc_text{
  display: none;
}
.ua-err #pc-alert .alert_text.err_text{
  display: block;
}



/* global */
img{
  width: 100%;
  height: auto;
}
#siteHeader .mv{
  position: relative;
  line-height: 0;
  display: none;
}
.toppage #siteHeader .mv{
  display: block;
}
#yume-logo{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 21%;
  max-width: 150px;
}
#header_frame{
  background: url(../img/header_base.png) no-repeat center top;
  background-size: 100%;
}
#header_frame .site-title{
  position: relative;
  line-height: 0;
}
#header_frame .site-title span{
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 31%;
  color: #eadabe;
  letter-spacing: 1px;
  margin-bottom: -0.5em;
  line-height: 1em;
  font-size: 14px;
  font-size: 3.4vw;
}
#header_frame .site-title span.count{
  display: none;
}
/* startBtn */
.startBtn,
.send-btn{
  padding: 10px;
}
.startBtn a,
.send-btn a{
  display: block;
  padding: 9% 2px 10px 2px;
  position: relative;
  cursor: pointer;
}
.send-btn a{
  padding: 10px 2px;
}

a .present{
  display: block;
  position: absolute;
  bottom: 25%;
  right: 3%;
  max-width: 181px;
  width: 24%;
  animation: anime1 1s ease-out 0s infinite alternate;
  -webkit-animation: anime1 1s ease-out 0s infinite alternate;
}
@keyframes anime1 {
  0% { transform: translateY(0px);}
  100% {transform: translateY(5px);}
}
@-webkit-keyframes anime1 {
  0% { -webkit-transform: translateY(0px);}
  100% {-webkit-transform: translateY(5px);}
}


.startBtn p{
  font-size: 12px;
  font-size: 3vw;
  font-weight: bold;
  color: #910211;
  text-align: center;
}
.startBtn.ft{
  padding-bottom: 5%;
}
.startBtn.ft a{
  padding-top: 2%;
}


/* #contents */
#contents{
  position: relative;
}

#contents #top{
  display: none;
}

.toppage #contents #top{
  display: block;;
}

#contents .sectionWrap:before,
#contents .sectionWrap:after{
  content: "";
  display: block;
  height: 0;
  padding-top: 9.2%;
  background-image: url(../img/frame_t.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: -1px;
}

#contents .sectionWrap:after{
  margin-top: -1px;
  margin-bottom: 0;
  background-image: url(../img/frame_b.png);
}
#contents .sectonItem{
  background: url(../img/bg_check.png) repeat center center #FFF  ;
  background-size: 25px;
  color: #780915;
}
#contents .sectonItem h2{
  padding: 20px 0;
  background: url(../img/title_base.png) no-repeat center center;
  background-size: cover;
}
#contents .sectonItem .text{
  padding: 20px 30px;
  font-size: 12px;
  line-height: 1.8em;
  text-align: justify;
}
#contents .sectonItem .text ul li{
  padding-left: 1em;
  text-indent: -1em;
}
#contents .subsection h3{
  text-align: center;
  margin-top: 30px;
  letter-spacing: 1px;
}
#contents .subsection h3.mt10{
  margin-top: 10px;
}

#contents .subsection h3 span{
  display: inline-block;
  font-size: 15px;
/*   font-size: 4.2vw; */
  color: #780915;
  background: -webkit-linear-gradient(top, rgba(95,12,52,1) 0%,rgba(150,37,62,1) 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(95,12,52,1) 0%,rgba(150,37,62,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#contents .subsection h3 span:before,
#contents .subsection h3 span:after{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  background: url(../img/h3_part.png) no-repeat center center;
  background-size: 75%;
}

/* FOOTER */
#siteFooter{
  background: url(../img/bg_pattern.png) repeat center center;
  background-size: 31px;
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN','Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  padding: 20px 0;
}
#siteFooter .link-logo{
  display: block;
  margin: 0px auto 0;
  width: 69px;
}
#siteFooter p{
  text-align: center;
  font-size: 12px;
  color: #FFF;
  line-height: 3em;
}
#siteFooter .link-top{
  padding: 10px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "HG明朝E", "MSP明朝","MS PMincho","MS 明朝","Noto Serif JP",serif;
}
.toppage #siteFooter .link-top{
  display: none;
}
#siteFooter .credit{
  display: none;
}
.toppage #siteFooter .credit{
  display: block;
}
#siteFooter .link-top a{
  display: block;
  width: 240px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #930008;
  color: #eadabe;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #A46C64;
  border-radius: 40px;
  margin-bottom: 1px;
}
#siteFooter .link-top p{
  color: #eadabe;
}

/* QUIZ */

#question{
  display: none;
  position: relative;
  overflow: hidden;
}
#question:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 0%;
  height: 100%;
  background: #FFF;
  opacity: 0;
  transition: opacity .6s;
  -webkit-transition: opacity .6s;
}

#question.anim:after{
  opacity: 1;
  width: 100%;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.quizpage #question{
  display: block;
}
.quizpage #header_frame .site-title span.subtitle{
  display: none;
}
.quizpage #header_frame .site-title span.count{
  display: block;
}

#question h2{
  background: url(../img/bg_check.png) repeat center center #FFF;
  background-size: 25px;
  color: #780915;
  border-top: 2px solid #5f0c16;
  border-bottom: 2px solid #5f0c16;
}
#question #princeimage{
  line-height: 0;
  background: url(../img/bg/bg_cute.jpg) no-repeat center center;
  background-size: cover;
}
#question #princeimage.cool{
  background: url(../img/bg/bg_cool.jpg) no-repeat center center;
  background-size: cover;
}
#question #princeimage.sexy{
  background: url(../img/bg/bg_sexy.jpg) no-repeat center center;
  background-size: cover;
}
#question #princeimage.passion{
  background: url(../img/bg/bg_passion.jpg) no-repeat center center;
  background-size: cover;
}
#question #princeimage.gentle{
  background: url(../img/bg/bg_gentle.jpg) no-repeat center center;
  background-size: cover;
}
#question #princeimage .prnice{
  overflow: hidden;
}
#question #princeimage .prnice img{
  width: 105%;
}

#question .btn-area{
  padding: 10px;
}
#question .btn-area a{
  display: block;
  padding: 10px;
}

.bg_check{
  background: url(../img/bg_check.png) repeat center center #FFF;
  background-size: 25px;
  color: #780915;
  padding: 0px;
  border-bottom: 2px solid #5f0c16;
  border-top: 2px solid #5f0c16;
}
#questionArea ul{
  margin: 0 auto;
  padding: 3px 20px;
  background: rgba(255,255,255,0.5);
}
#questionArea ul li{
  padding: 8px 0;
  border-bottom: 1px solid #ceb482;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6em;
  text-align: justify;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
#questionArea ul li:last-child{
  border-bottom: none;
}
#questionArea ul li:before,
#questionArea ul li:after{
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #780915;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
#questionArea ul li:after{
  left: 3px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  background: #96252a;
  border: none;
  border-radius: 100%;
  opacity: 0;
}
#questionArea ul li.select:after{
  opacity: 1;
}
#questionArea .btn-answer{
  opacity: 0.5;
}
#questionArea .btn-answer.active{
  opacity: 1;
}
/* #result */
#result{
  display: none;
}
.resultpage #questionArea{
  display: none;
}
.resultpage #result{
  display: block;
}

#result .bg_check{
  padding: 10px 20px;
}
#result .profile h4{
  font-size: 14px;
  text-align: center;
  line-height: 1.4em;
  padding: 10px 0;
  border-bottom: 1px solid #ceb482;
}
#result.bad .correct{
  display: none;
}
#result.good .incorrect{
  display: none;
}

#result .profile h4 strong{
  display: block;
  font-size: 20px;
  padding-top: 5px;
}
#result .profile .text{
  line-height: 1.6em;
  font-size: 12px;
  padding: 10px 0;
  font-weight: bold;
  text-align: justify;
}

/* #complite */
#complite{
  display: none;
}
.complitepage #complite{
  display: block;
}

#complite .complite-area{
  padding: 20px 10px;
}
#complite .complite-base{
  position: relative;
}
#complite .complite-base .record{
  padding-top: 18%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

#complite .complite-base h2{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1%;
}
#complite .complite-base .ans-count{
  margin: 4.5% 10%;
  background: url(../img/bg_check.png) repeat center center #FFF;
  background-size: 25px;
  color: #780915;
  border-radius: 4px;
  overflow: hidden;
  padding: 3.5%;
  text-align: center;
  font-size: 10px;
  font-size: 2.8vw;
}
#complite .complite-base .ans-count h3 span{
  display: inline-block;
  font-size: 180%;
}
#complite .complite-base .ans-count h3 span:before,
#complite .complite-base .ans-count h3 span:after{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  background: url(../img/h3_part.png) no-repeat center center;
  background-size: 75%;
}
#complite .complite-base .ans-count p{
  padding-top: 5px;
  font-size: 200%;
}
#complite .complite-base .ans-count p span{
  font-size: 140%;
  font-weight: normal;
  font-style: italic;
  font-family: 'GFS Didot','Didot',serif;
  margin: 0 0.1em;
  -webkit-font-smoothing: antialiased;
}

#complite .complite-base .comment p{
  margin-left: 35%;
  font-size: 13px;
  font-size: 3.4vw;
  font-weight: bold;
  line-height: 1.5em;
  color: #eadabe;
}
#complite .complite-base .navi{
  position: absolute;
  left: 5%;
  bottom: 12%;
/*   max-width: 91px; */
  width: 25.8%;
}
#complite .reward{
  margin-bottom: 30px;
}
#complite .reward .bg_check{
  padding: 10px 0;
}
#complite .reward .send-btn{
  padding: 10px;
}
#complite .reward .send-btn a{
  display: block;
  padding: 0 2px;
  position: relative;
}
#complite .quiz-tweet{
  font-size: 14px;
  line-height: 1.8em;
  color: #780915;
  text-align: center;
  padding: 10px;
  max-width: 360px;
  margin: 0 auto;
}
#complite .quiz-tweet p{
  font-weight: bold;
  margin-bottom: 10px;
}
#complite .quiz-tweet a{
  display: block;
  line-height: 35px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #930008;
  color: #EEDECC;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #A46C64;
  border-radius: 40px;
  margin-bottom: 1px;
}
#complite .quiz-tweet a:before{
  content: '';
  display: inline-block;
  width: 1.8em;
  height: 2em;
  background: url(../img/icon-twitter.png) no-repeat center top;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 0.5em;
}
#complite .reward .subsection .text{
  padding: 20px 30px;
  font-size: 13px;
  line-height: 1.8em;
  text-align: justify;
}
#complite .btn-quizereset{
  padding: 0px 10px 30px;
  max-width: 360px;
  margin: 0 auto;
}
#complite .btn-quizereset a.quiz_reset{
  display: block;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #930008;
  color: #EEDECC;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #A46C64;
  border-radius: 40px;
  margin-bottom: 1px;
}
#reset {
  padding: 20px 0;
  text-align: center;
}
#reset button{
  background: #FFF;
}

/* tablet */

#contents{
  max-width: 600px;
  margin: 0 auto;
}
#siteHeader{
  background: #3F0203;
  background: url(../img/bg_pattern.png) repeat center center;
  background-size: 31px;
}
#siteHeader .mv,
#header_frame{
  max-width: 600px;
  margin: 0 auto;
}

@media(min-width: 600px){
  .startBtn p{
    font-size: 18px;
    letter-spacing: 0.1px;
    padding: 5px 0 10px;
  }
  #header_frame .site-title span{
    font-size: 20px;
  }
  #complite .complite-base .ans-count{
    font-size: 16px;
  }
  #complite .complite-base .comment p{
    font-size: 20px;
  }
}
