@charset "utf-8";

/* switch ********************************************************/
/*PV露出後
/*A */
.switch_a{display: block !important;}.switch_b{display: none !important;}


/*PV露出前*/
/*B
.switch_a{display: none !important;}.switch_b{display: block  !important;}
*/

/* body ********************************************************/
body {
}

/*-------------------------------------------
SP view
--------------------------------------------*/

@media screen and (min-width: 280px) {
/* video area ********************************************************/
#video-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
    display: none !important;
}
#videoElement {
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    width: 177.77777778vh; 
    height: 131.29vw; 
    min-height: 100%;
    min-width: 100%;
}

#img-area{
    position: fixed;
    z-index: -1;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    background-image:url(../video/index_bg.png);
    background-repeat: no-repeat;
    background-size:cover;
    height: 100lvh;
    display: block !important;
}

/* header ********************************************************/
header {
    background-color: #ffffff;
}
.logo_header {
    height: 40px;
    padding: 10px;
    background-color: #000;
}
.logo_header .logo_wrap{
    padding:0;
    height:100%;
    text-align: center;
}
.logo_wrap img{
    height: 100%;
}
.head_acce{
    margin:0;
    padding:0;
    width: 100%;
    z-index:1;
}

/* main ********************************************************/
#main{
    margin:0 auto;
    padding:0;
    width: 100%;
    text-align: center;
}
.main_img{
    margin:50px auto;
    padding:0;
    width: 80%;
}
#main::after{
    content: "";
    position: absolute;
    padding: 100% 0 0;
    top:120px;
    right:0;
    width: 10%;
    display:block;
    background-image: url(../img/main_img_splash.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* regist********************************************************/
.regist{
    position: relative;
}
.regist::after{
    content: "";
    position: absolute;
    padding: 100% 0 0;
    top:3%;
    left:0;
    width: 20%;
    display:block;
    background-image: url(../img/cont01_img_splash_top.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.regist  .middle_bg  .middle img{
    margin-top: 20px;
}
.regist .regist_btn{
    text-align: center;
    margin-bottom: 20px;
}
.regist .regist_btn img{
    position:relative;
    width:100%;/*60%;*/
    max-width: 300px;
    z-index: 1;
}            
.checkbox{
    position:absolute;
    max-width: 350px;
    background: #6C6C6C;
    font-size: 0.8em;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    right: 0;
    left: 0;
    margin: 0px auto;
    z-index: 1;
}
.checkbox a{
    color: #ff0;
}
.list {
    display: flex;
    margin-bottom: 4px;
}
.list input{
    margin:0;
    padding: 0;
    width: 20px;
}

/* content********************************************************/
#content_wrap{
    width: 100%;
    padding: 0;
    margin: 50px 0 0;  
}
.content {
    padding-bottom:60px;
    margin: 0;
}
.content img {
    margin: 0;
    padding: 0;
    width: 100%;
}
.content_iframe {
    position: relative;
    padding-bottom: 56.25%;
    margin:0;
    height: 0;
    overflow: hidden;
}
.content_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .top,.bottom img{
    margin: 0;
    padding: 0;
    width: 100%;
}
.content .middle_bg{
    margin: 0;
    padding: 0 10px;
    width: 100%;
}
.content .pk_h{
    background-image: url(../img/cont02_bg_heart.png),url(../img/cont_bg_pk.png);
    background-repeat:no-repeat,repeat;
    background-size:contain,contain;
    background-position: center,center;
}
.content .bk{
    background-image: url(../img/cont_bg_bk.png);
    background-repeat:repeat;
    background-size:contain;
    width: 100%; 
}
.content .bk_s{
    background-image: url(../img/cont01_img_splash_bottom.png),url(../img/cont_bg_bk.png);
    background-repeat:no-repeat,repeat;
    background-size:10%,contain;
    background-position:right center,center;
}
.content .wh{
    background-image: url(../img/cont_bg_wh.png);
    background-repeat:repeat;
    background-size:contain;
    width: 100%; 
}
.content .wh_h{
    background-image: url(../img/cont06_bg_heart.png),url(../img/cont_bg_wh.png);
    background-repeat:no-repeat,repeat;
    background-size:contain,contain;
    background-position: center,center;
}
.middle_bg .middle{
    margin: 0 auto;
    padding: 30px 0;
    width: 100%;
    max-width: 800px;
}

/* campaign01********************************************************/
.clear{
    position: relative;
    margin: 0;
    padding: 0;
}
.clear .c01{
    position: absolute;
    width: 11%;
    top:39.5%;
    left:19.5%;
}
.clear .c02{
    position: absolute;
    width: 11%;
    top:49%;
    left:2%;
}
.clear .c03{
    position: absolute;
    width: 11%;
    top:67.5%;
    left:33%;
}
.clear .c04{
    position: absolute;
    width: 11%;
    top:77.5%;
    left:2%;
}
.clear .c05{
    position: absolute;
    width: 11%;
    top:83%;
    left:38%;
}
.clear .c06{
    position: absolute;
    width: 11%;
    top:65%;
    left:4%;
}
.clear .c07{
    position: absolute;
    width: 11%;
    top:65%;
    left:30%;
}
.clear .c08{
    position: absolute;
    width: 11%;
    top:66%;
    left:58%;
}

/* pv********************************************************/
.pv .cont_title {
    position:relative;
    text-align: center;
}
.pv .cont_title img{
    position:absolute;
    width: 18%;
    max-width: 120px;
    transform: translateY(-50%) translateX(-50%);
}
.movie {
    position: relative;
    padding-bottom: 56.25%;
    margin:0;
    height: 0;
    overflow: hidden;
}
.movie video {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 96%;
    height: 96%;
}
.movie .play_btn{
    display: block;
    width: 30%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.movie .play_btn.playActive{
    display:none;
}

/* character********************************************************/

.chara {
    width: 100%;
    position: relative;
}
.chara .cont_title {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}
.chara .cont_title img{
    width: 43%;
    max-width: 320px;
}
/*sp*/
.slider{
    width: 100%;
    position: relative;
}
.thumbnail-slider {
    margin-top: -56%;
    margin-left: 14%;
    margin-bottom: 5%;
    width:40%;
}
.thumbnail-slider li {
    width: 34% !important;
    margin:8px;
}
.thumbnail-slider .slick-track {
    transform: unset !important;
    width:100% !important;
}
.chara li .voice_a_sp{
position: absolute;
top:52%;
left:20%;
}
.chara li .voice_b_sp{
position: absolute;
top:52%;
left:32%;
}
.chara li .voice_a_sp,.voice_b_sp, input{
width: 28%;
}

/* scene********************************************************/
.scene .middle {
    width: 98%;
}
.scene .cont_title {
    position:relative;
    text-align: center;
}
.scene .cont_title img{
    position:absolute;
    width: 34%;
    max-width: 280px;
    transform: translateY(-50%) translateX(-50%);
    padding-bottom: 15px;
}

/* X********************************************************/
.sns{
    text-align: center;
    margin: 30px 0;
}
.sns img{
    width:50%;
    max-width: 320px;
}

/* regist_bottom********************************************************/
.regist_bottom{
    text-align: center;
    margin-bottom: 30px;
}

.regist_bottom img{
    width:100%;/*50%;*/
    max-width: 320px;
}

/* footer ********************************************************/
footer{
    position:relative;
    margin:-1px 0 0 0;
    padding:10px 0;
    width: 100%;
    text-align: center;
    background-color: #000;
}
footer p{
    padding: 10px;
    font-size: 1em;
    color: #fff;
}

footer ul {
    margin-bottom:1vh;
    list-style: none;
    font-size: 1em;
}
footer li {
    margin-bottom:1px;
    width: 100%;
    text-align: center;
    height: 6vh;
    line-height: 6vh;
}
footer li a {
    text-decoration: none;
    color: #ffffff;
    background-color: #151515;
    font-weight: bold;
    display: block;
    width: 100%;
}
footer img {
    width: 400px;
    margin:30px auto;
}
.footer_acce{
    width: 100%;
    margin: 0;
    padding: 0;
}

/* jump********************************************************/

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: -100px;
    background: #464646;
    opacity: 0.7;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*-------------------------------------------
Link modal
--------------------------------------------*/

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}
.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}
.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 84%;
  max-width: 700px;
  padding: 10px 30px 25px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}
.modal-wrapper .modal-window .modal-content {
  max-height: 70vh;
  overflow-y: auto;
  text-align: left
}
.modal_title {
  font-size: 1.2em;
	position: relative;
	overflow: hidden;
    padding:10px 0;
}
.modal_title::before,
.modal_title::after{
	content: "";
	position: absolute;
	bottom: 0;
}
.modal_title:before{
	border-bottom: 4px solid #ffb730;
	width: 100%;
}
.modal_title:after{
	border-bottom: 4px solid #ffe294;
	width: 100%;
}
.modal_text {
  font-size: 1em;
}
.modal-content p {
  margin: 10px 0 25px 0;
}
.modal-content p:first-child {
  margin: 10px 0 20px 0;
}
.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: -1px;
  right: -3px;
  width: 35px;
  color: #95979c !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}
.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}
.pc{
    display: none !important;
}
.sp{
    display: block !important;
}
}

/*-------------------------------------------
TB view
--------------------------------------------*/

@media screen and (min-width: 768px) {
/* header *******************************/
.logo_header {
    height:60px;
}
/* main *******************************/
#main::after{
    bottom:-8%;
}
.main_img{
    margin:50px auto;
    width: 80%;
    max-width: 600px;
}
#main::after{
    top:190px;
}
/* regist********************************************************/
.list {
    display: flex;
    margin-bottom: 4px;
}
.list input{
    margin:0;
    padding: 0;
    width: 20px;
}
/* content *******************************/
#content_wrap{
    width: 100%;
    padding: 0;
    margin: 0;  
}
.middle_bg .middle{
    padding: 50px 0;
}
/* campaign01********************************************************/
.clear .c01{
    width: 8.5%;
    top:30%;
    left:26.5%;
}
.clear .c02{
    width: 8.5%;
    top:31%;
    left:55%;
}
.clear .c03{
    width: 8.5%;
    top:69%;
    left:1%;
}
.clear .c04{
    width: 8.5%;
    top:68%;
    left:32%;
}
.clear .c05{
    width: 8.5%;
    top:67%;
    left:58%;
     transform: rotate(-30deg);
}

.clear .c06{
    width: 8.5%;
    top:65%;
    left:4%;
}

.clear .c07{
    width: 8.5%;
    top:65%;
    left:30%;
}

.clear .c08{
    width: 8.5%;
    top:66%;
    left:58%;
}

/* pv********************************************************/
.pv .cont_title img{
    width: 15%;
    max-width: 120px;
}
/* character *******************************/
.chara .cont_title img{
    width: 40%;
    max-width: 390px;
}
/*pc*/
.slider{
    width: 85%;
    margin-left: 15%;
    margin-bottom: 50px;
}
.thumbnail-slider {
    top: -150px;
    left:-200px;
    width:10%;
    margin-bottom: -120px;
}
.thumbnail-slider li {
    width: 85% !important;
    margin:10px;
}
.chara li .voice_a_pc{
    position: absolute;
    bottom:18%;
    left:4%;
}
.chara li .voice_b_pc{
    position: absolute;
    bottom:18%;
    left:15%;
}
.chara li .voice_a_pc,.voice_b_pc, input{
    width: 28%;
}
/* scene *******************************/
.scene .cont_title img{
    width: 30%;
    max-width: 280px;
    padding-bottom: 30px;
}
/* footer *******************************/
footer p{
    font-size: 1.4em;
}
footer ul {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
}
footer li {
    width: 30%;
    max-width: 300px;
    height: 40px;
    line-height: 40px;
    border-right: solid 2px #2a2a2a;
}
footer li:first-of-type {
    border-left: solid 2px #2a2a2a;
}
footer li a {
    background-color: #000;
}
footer img {
    width: 400px;
    margin:10px;
}

/* pagetop *******************************/

#page_top{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 8px;
    bottom: -100px;
    background: #464646;
    opacity: 0.7;
    border-radius: 50%;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 40px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -10px;
    bottom: 0;
    right: 0;
    left: 10px;
    margin: auto;
    text-align: center;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
}
/*-------------------------------------------
PC view
--------------------------------------------*/

@media screen and (min-width: 1200px) {
/* video area *******************************/

#video-area{
    display: block !important;
}
#img-area{
    display: none!important;
}

/* main *******************************/
.main_img{
    margin:50px auto;
    width: 70%;
    max-width: 800px;
}

/* footer *******************************/
footer ul {
    font-size: 1em;
}

footer p{
    font-size: 1em;
}
}




