@charset "UTF-8";
/******************************Reset CSS************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: "";
    content: none;
}
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding: 0;
}
button:hover {
    cursor: pointer;
}
button:focus, button:active {
    background: transparent;
    outline: none;
    box-shadow: none;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
    min-height: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
*zoom: 1;
}


/******************************animation************************************************/

 @-webkit-keyframes fadeInAnimation {
 0% {
 -webkit-transform: translate(0, 20px);
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 -webkit-transform: translate(0, 0px);
 transform: translate(0, 0px);
 opacity: 1;
}
}
 @keyframes fadeInAnimation {
 0% {
 -webkit-transform: translate(0, 20px);
 transform: translate(0, 20px);
 opacity: 0;
}
 100% {
 -webkit-transform: translate(0, 0px);
 transform: translate(0, 0px);
 opacity: 1;
}
}
.fadein  {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    transition: all 1s;
}
.a-fadeInAnimate {
    -webkit-animation: fadeInAnimation .8s ease 0s forwards;
    animation: fadeInAnimation .8s ease 0s forwards;
}



/******************************common************************************************/

body {
    margin: 0;
    padding: 0;
    font: 30px sans-serif;
    background-image: url(../img/bg_2.png);
   background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    color: #3d3d3d;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 1;
}
a:link, a:visited {
    color: #3d3d3d;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
h1.heading__main {
    text-align: center;
    margin: 30px auto;
}
h1.heading__main img {
    height: 30px;
}
.break_pc {
    display: none;
}
.inner {
    width: 96%;
    display: block;
    margin: 0 auto;
    max-width: 980px;
}
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #003794;
    border-radius: 50px;
    box-shadow: 3px 3px 0 #bbb;
    z-index: 100;
}
#pageTop a {
    font-size: 23px;
    display: block;
    z-index: 999;
    padding: 13px 0 0 0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#pageTop a:hover {
    text-decoration: none;
}
.headig--default {
    margin-bottom: 40px;
}
.headig--default img {
    height: 20px;
    width: auto;
    display: block;
    margin: 0 auto 5px;
}


/******************************top************************************************/
.top_title_flex{
   display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
}



.top__main {
    background-image: url(../img/top_bg.png);
background-size: cover;

   position: relative;
    background-repeat:no-repeat;
    padding: 0;
    overflow: hidden;
}
.top__main_container{
    background-image: url(../img/bg_2.png);
}
/*.top__main:before{
    position:absolute;
    content: "";
    background-image: url(../img/hand.svg);
    width:80%;
    background-size: contain;
    height:100%;
    background-repeat:no-repeat;
    bottom:-30px;
    left:0;
}*/

.top__main:after{
    position:absolute;
    content: "";
    background-image: url(../img/wave_top.svg);
    width:100%;
    height:40px;
    background-repeat: repeat-x;
    bottom:-2px;
    left:0;
}
.top__main .inner{
    position:relative;
}
.top__main_info{

}
.top__movie_mark{
    width:15%;
    margin-top: 20px;
}
.top__main_heading {
    width: 85%;
    display: block;
    margin: 20px auto 20px;
    position: relative;
    z-index: 1;
}
.top__main_info_lists {
    color: #000;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    margin: 0 auto;
}
.top__main_info_list {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 4px;
    text-align: left;
}
.top__main_books{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top__main_book{
    width:30%;
    font-size:10px;
}
.top__main_book.comingsoon{
    width:20%;
}
/******************************movie************************************************/
.top__movie{
    background-color:#fff;
    padding: 20px 0;
}
.top__movie_lead{
    width:80%;
    max-width: 650px;
    display: block;
    margin:20px auto;
}
.YoutubeWrapper{position:relative;padding-bottom:56.25%;overflow: hidden;}
.YoutubeWrapper iframe {position:absolute;top:0;left:0;height:100%;width:100% ;}

.top__movie_frame{
    position: relative;

    width: 80%;
    display: block;
    margin: 40px auto;
}
.top__movie_frame:before{
     position: absolute;
    content: "";
    width: 130%;
    height: 130%;
    left: -10%;
    top: -26%;
    background-image: url(../img/bg_movie.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 40px auto;
}
.top__movie_lists{
    margin-bottom: 80px;
    overflow-x: hidden;
}

/******************************profile************************************************/
.top__profile{
        background-color:#fff;
    padding: 20px 0 60px;
    position: relative;
}


.top__profile_wrapper {
      background-image: url(../img/bg_2.png);
    padding:20px;
    border-radius: 20px;
    position: relative;
}

.top__profile_heading img{
        width: 120px;
            margin-bottom:5px;
}
.top__profile_contents {
    font-size:1.4rem;
    line-height: 1.4;
}
.top__profile_contents.pt20{
    padding-top:1em;
}
.top__profile_heading{
    margin-bottom:10px;
}
.top__profile_author-name{
        font-size:1.6rem;
    font-weight: 800;
    padding-bottom: 5px;
    border-bottom: 2px solid #003794;
    margin-bottom:5px;
    line-height: 1;
}
.top__profile_author-name span.small{
    font-size:1.2rem;
}
.top__profile_contents img{
    max-width:240px;
    width:30%;
    float:right;
    padding-left:10px;
    padding-bottom: 10px;
}
p.top__profile_text.mb{
        margin-bottom:20px;
    }
.top__profile_text span.black{
    background-color: #000;
    color:#fff;
    padding:2px 4px;
    font-size:12px;
    line-height: 2;
}
.top__profile_col{
    width: 100%;
}
.top__profile_contents.lists img{
        float:inherit;
            width: 120px;
    margin-bottom: 5px;
            padding: 0;
    }

/******************************store************************************************/
.top__store{
    padding: 20px 0 60px;
    position: relative;
}

.top__store:before{
        position: absolute;
    content: "";
    background-image: url(../img/bg_store.png);
    width: 50%;
    height: 28%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80%;
    top: 0;
    left: 0;
}

/*.top__store:before{
    position:absolute;
    content: "";
    background-image: url(../img/wave_bottom.svg);
    width:100%;
    height:40px;
    background-repeat: repeat-x;
    top:-2px;
    left:0;
}
.top__store:after{
    position:absolute;
    content: "";
    background-image: url(../img/wave_top.svg);
    width:100%;
    height:40px;
    background-repeat: repeat-x;
    bottom:-2px;
    left:0;
}
*/
.top__store_lists{
    position:relative;
    z-index: 999;
}
.top__store_list{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 40px;
}

.top__store_contents {
        text-align: center;
    margin-bottom: 40px;
    width: 62%;
         display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top__store_heading{
       width: 66%;
    max-width: 500px;
    display: block;
    margin: 40px auto;
        z-index: 100;
    position: relative;
}
.btn__store {
    background-color: #fff;
    color: #000;
width:48%;
    box-sizing: border-box;
    font-size:1.3rem;
    line-height: 1.2;

    font-weight:800;
    margin: 0 0 20px;
    position:relative;
    z-index: 99;

}
.btn__store.nihonkajo{
    width:100%;
}
.btn__store:after{
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background-color:yellow;
    left:2px;
    top:2px;
    z-index:-1;
        box-shadow: 2px 2px 0 #003794;
}
.btn__store a{
    background-color:#fff;
    color:#003794;
    height:100%;
    width:100%;
    display: block;
        border: 2px solid #003794;
         padding: 10px 0 10px;
}
.top__store_cover{
        width: 35%;
    max-width: 300px;
    display: block;
    margin: 0;
}



/******************************series***********************************************/
.top__series_heading {
       max-width: 650px;
    display: block;
    margin: 40px auto 20px;
    width: 80%;
}

.top__series_lead {
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}
.top__series_types{
    margin:0 auto 60px;
}
.top__main_book_img {
    margin-bottom: 50px;
}
.top__series_message{
display:block;
    background-color:#fff;
    font-size:1.4rem;
    color:#000;
    padding:20px;
    margin-bottom: 20px;
    border-radius: 20px;
    line-height: 1.4;
    position: relative;
    width: calc(100% - 60px);
    box-shadow: 4px 4px 0 #bbb;
}
.top__series_message:before{
        position: absolute;
    content: "";
    background-image: url(../img/img_tantou.svg);
    width: 100px;
    height: 120px;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -40px;
    right: -60px;
}
.top__series_message span.strong{
 
    font-weight: 800;
    background: -moz-linear-gradient(top, transparent 20%, #ffff66 80%);
  background: -webkit-linear-gradient(top,  transparent 20%, #ffff66 80%);
   background: linear-gradient(transparent 30%, #ffff66 0);
}

.top__series_message span.from{
    text-align: right;
    display:block;
}


/******************************footer***********************************************/
footer {
    background-color: #003794;
    position:relative;
    width: 100%;

}
footer:before{
     position:absolute;
    content: "";
    background-image: url(../img/wave_top_blue.svg);
    width:100%;
    height:40px;
    background-repeat: repeat-x;
    top:-39px;
    left:0;
}
/*
footer:before{
    position:absolute;
    content: "";
    background-image: url(../img/wave_top_blue.svg);
    width:100%;
    height:40px;
    background-repeat: repeat-x;
    top:-39px;
    left:0;
    display: block;
}
*/
    
footer p.credit_copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 4;
}

@media screen and (min-width:360px) {
}

@media screen and (min-width:500px) {
.top__main_info {
 
}
}

@media screen and (min-width:786px) {
.headig--default {
    margin-bottom: 80px;
}
.headig--default img {
    height: 30px;
}
.break_pc {
    display: block;
}
.break_sp {
    display: none;
}
.top__main_info {

}

.top__main_info_list {
    font-size: 16px;
    }
    .btn__store{
        font-size: 2.4rem;
    line-height: 2.6;
    }
.btn__store a {
  padding:0;
    border: 3px solid #003794;
    }
.btn__store:after {
   
    left: 3px;
    top: 3px;
    z-index: -1;
    box-shadow: 3px 3px 0 #003794;
}
.top__series_lead {
    font-size: 1.8rem;
    }
 .top__series_message{
   font-size:2rem;
    }
.top__series {
    padding: 40px 0;
}


.top__store:before{
     background-size: auto;
    width: 50%;
    height: 51%;

    }
.top__movie_list{
        display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    background-image: url(../img/bg_2.png);
    margin-bottom: 40px;
    border-radius: 20px;
    }
    .top__movie_wrapper{
        width:45%;
    }
    .top__movie_frame{
        width:90%;
    }
    .top__profile_wrapper{
         width: 55%;
    background-image: none;
    padding: 20px 20px 20px 0;
    }
    p.top__profile_text{
        font-size:12px;
    }
    p.top__profile_text.mb{
        margin-bottom:40px;
    }
    .top__main_heading{
            margin: 40px auto 40px;
    }
    .top__profile_col{
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px 20px;
        justify-content: space-between;
    }
    .top__profile_col .top__profile_contents{
        width: 47%;
    }
    .top__profile_col p.top__profile_text{
        width:100%;
    }
    .top__profile_contents.lists {
    padding-top: 1em;
    width: 54%;
    float: right;
    margin-top: -260px;
}
    .top__profile_wrapper.lists {
    width: inherit;
    }
    .top__profile_contents.lists img{
        float:inherit;
            width: 120px;
    margin-bottom: 5px;
            padding: 0;
    }
}
@media screen and (min-width:900px) {
      .top__profile_contents.lists {
    margin-top: -300px;
}
}

@media screen and (min-width:1000px) {
    .top__series_message span.from{
        float:right;
    }

}

@media screen and (min-width:1200px) {
}

@media screen and (min-width:1600px) {
    .top__store:before{
     background-size: 600px;
    width: 50%;
    height: 80%;
        

    }
}
