@charset "utf-8";

/* * * Reset * * */
body, div, section, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, th, td, form, figure, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: baseline;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

/* * * Setting * * */
body {
    background: #FFF;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.5vw;
    color: #333;
    text-align: center;
　　text-size-adjust: 100%;
　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
　　-moz-text-size-adjust: 100%;/*firefox*/
}
.PC {
    display: none;
}



/* * * general * * */
body {

}
#container, .inner{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
    text-align: left;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}



/*** header***/
#header {
    background: url("../img/line_btmwhite.png") bottom repeat-x;
    background-size: auto 7px;
    background-color: #ffe900;
}
#header #g_logo{
    text-align: right;
    padding: 0 1em 1em 0;
}
#header #g_logo img{
    height: 1.2em;
    width:auto;
}

#header .inner{
    display: flex;
    justify-content: space-between;
    background: url("../img/header_bk.png") no-repeat bottom right;
    background-size: 48%;
    padding-top: 0.2em;
}
#header .inner > figure{
    padding-right: 1em;
    width:45%;
}
#header .inner > figure{
    background: url("../img/ill01.png") bottom center no-repeat;
    background-size: auto 2em;
    padding-bottom: 3em;
    
}
#header .inner > div{
    width:55%;
    font-size: 90%;
}

#header ul{
    font-size: 80%;
    margin: 1em 0;
}
#header li:first-of-type{
    border-bottom: 1px solid #000;
}
#header p{
    font-weight: 600;
}


/*** blocks ***/
.blocks h2{
    margin-bottom: 0.5em;

}
.blocks p {
    line-height: 1.8em;
}



/*** nav ***/
#nav ul{
    display: flex;
    justify-content: center;
}
#nav li{
    margin: 0 0.3em;
}
#nav li img{
}

/*** caution ***/
.caution{
    color: #FFF;
    font-size: 70%;
    margin: 1em 0 0 0;
}
.caution h3{
}
.caution h3 img{
    height: 1.5em;
    width: auto;
}
.caution ul{
    margin: 1em 0 0 0;
}

/*** animation ***/
#animation{
    background: url("../img/bg_animation.png") ; 
   /* background-size: auto 40vw;*/
   background-size: contain;
}


/*animation_under*/
#animation_under{
position: relative;
    background: url("../img/bg_animation2.png") top repeat-x; 
    background-color: #000;
    border-bottom: 3vw solid #FFF;
}
#animation_under .inner{
    padding-top: 0;
    padding-bottom: 0;
}
#animation_under .caution{
    border-radius: 1em;
    padding: 1em;
}
#animation_under::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url("../img/line2.png");
    background-color: #FFF;
    background-podition:top center;
    background-repeat: repeat-x;
    background-size: auto 10px;
    vertical-align: bottom;
    bottom: -10px;
}



/*** movie ***/
#movie{
    background: url("../img/mov_bg.png") no-repeat bottom center; 
    background-size: 80%;
    background-color: #0068B6;
    padding-bottom: 7em;
}



/*** download ***/
#download {
    background: url("../img/line_topblue.png") top repeat-x, url("../img/line_btmwhite.png") bottom repeat-x, url("../img/bg_dl.png") ; 
    background-size: auto 7px,  auto 7px, cover;
}
#download h2{
    margin-top: 0.5em;
}
#dlbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    
}
#download .ul_type01{
    font-size: 70%;
    margin-top: 1em;
}



/*** series ***/
#series h2{
    margin: 0.5em 0 1em 0;
}
#sr_title{
    display: flex;
    margin-bottom: 1em;
}
#sr_title > figure{
    padding-right: 1em;
    width:40%;
}
#sr_title > div{
    width:59%;
    font-size: 90%;
}
#series h3{
    font-weight: 800;
    font-size: 120%;
    padding-bottom: 0.5em;
}
#sr_list{
    display: flex;
    flex-wrap: wrap;
}
#sr_list li{ 
  width: 23%;
  margin-right: 2.6%;
  margin-bottom: 1.5em;
  font-size: 70%;
}
#sr_list li:nth-child(4n) {
  margin-right: 0;
}
#sr_list li a{
    text-decoration: none;
    color: #000;
}




/*b_official*/
.b_official{
    margin: 1em 0;
    text-align: center;
}
.b_official img{
    width:70%;
}



/** page_top **/
#page_top {
    width: 18%;
    height: 60px;
    position: fixed;
    bottom: 1%;
    right: 1%;
    /*border-radius: 50%;*/
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    opacity: 0.6;
}
#page_top a:hover {
    opacity: inherit;
}



@media screen and (max-width: 750px) and (orientation: landscape) { /*横向きの際に適用*/
    .page_top {
        width: 8%;
    }
}



/*** footer***/
#footer {
    background: url("../img/bg_btm.png");
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #CBCBCB;
    padding: 1em;
    margin-top: 1em;
}



/*** class ***/
.none {
    display: none;
}
.t1em {
    margin-top: 1em;
}
.t2em {
    margin-top: 2em;
}
.t3em {
    margin-top: 3em;
}
.b1em {
    margin-bottom: 1em;
}
.b2em {
    margin-bottom: 2em;
}
.b3em {
    margin-bottom: 3em;
}

.flex_wrap {
    display: flex;
}

a.hover80:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    transition: all 0.5s;
}



/*** ul_type ***/
.ul_type01 li {
    text-indent: -1em;
    padding-left: 1em;
}


/* poyopoyo */
.poyopoyo {
  animation: poyopoyo 2s ease-out 1;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
 
 
 
.mov{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.mov iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
 
 


/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {
    body{
    	font-size: 160%;
    }
    
    .SP {
        display: none;
    }
    .PC {
        display: block;
    }
    
    /** container **/
    #container {
    }

    #header .inner > figure{
        background: none;
        padding-bottom: 2em;
    }
    #header .inner .ul_type01{
        background: url("../img/ill01.png") no-repeat;
        background-size: auto 3em;
        background-position: right center;
    }
    #header .inner .ul_type01 li{
        width:20em;
    }

    /*** nav ***/
    #nav{
        padding: 1em 0;
    }

    .b_official img{
        width:50%;
    }


    
    /** page_top **/
    .page_top {
        width: 60px;
        right: 0;
    }
    
    
    
}



@media screen and (min-width: 1200px) {
    #movie{
        background-size: 800px, auto 5px;
    }
    
    
    
    /** page_top **/
    #page_top {
        width: 18%;
        bottom: 50px;
        right: -1%;
    }
    #page_top a {
        width: 100px;
        height: 100px;
    }   
    
    
    
    
}