
@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Zen+Old+Mincho&display=swap');


* {
  box-sizing:border-box;
}


body{
font-size:16px;
line-height:1.6;
font-family:"Kosugi", sans-serif,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo; margin:0;
  font-weight: 400;
  font-style: normal;
padding:0;
color:#fff;
    background-color:#000;
background-image: url(../images/bg.jpg);
background-attachment: fixed;
    background-size:cover;
background-repeat: no-repeat;
height:100%;
}


a {
  text-decoration: none;
  color: #FF1F55; transition: all 300ms 0s ease;
}

a:hover{position:relative;
top:3px;
}



.pc{display: block;}
.smp{display: none;}

@media (max-width: 980px){
.pc{display: none;}
.smp{display: block;}  
}

@media (max-width: 480px){
.smp{display: block;}
 body{font-size:14px;}
}



section,article{margin:0;　padding:0; display: block;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}


section{width:100%; margin:0 auto; }
.txtsmall{font-size:80%;}


header{margin:0 auto; padding:0; display: block;}


header h1{margin:1em auto; padding:0; display: flex; align-items: center; flex-wrap: wrap; justify-content: center;}

header h1 img{width:calc(100% - 20px); max-width:640px; height:auto; display: block; }

header h1 .bookcover{width:calc(100% - 40px); display: block; max-width:360px; margin:1em;}

.story{background: #000; 
    border:solid 1px #CC9F46; 
    width:calc(100% - 20px); max-width:780px;
margin:0 auto; padding:1em 2em;}
.parts{width:160px; height:auto; margin:auto; display: block;}

#movie{max-width:1280px; margin:auto;}
#movie h2 img{width:calc(100% - 20px); max-width:640px; height:auto; display: block; margin:2em auto 0 auto;}

.comiclink{display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: center;}
.comiclink a img{width:calc(100% - 20px); max-width:400px; height:auto; display: block; margin:30px auto;}




.bookstore a, #movie a {margin:1em auto; width:calc(100% - 20px); max-width:380px; display: block;}
#movie a img{width:100%; height:auto;}


.btn
 {
  line-height: 0;
  position: relative;
  display: inline-block;
  padding: 1em 4em;
     font-size:1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #FF1F55;
}

a.btn-border {
  border: 1px solid #FF1F55;
  background: #000;
  -webkit-box-shadow: 4px 4px 0 #FF1F55;
  box-shadow: 4px 4px 0 #FF1F55;
}

a.btn-border:hover {
  -webkit-box-shadow: 0 0 0 #FF1F55;
  box-shadow: 0 0 0 #FF1F55;
}


.bookstore a.btn{padding: 2em 4em;}


.copyright{text-align: center; font-size:12px; margin-top:3em;}

/*　footer　*/

footer {
color:#fff;
margin-top:100px;
padding: 20px 0;
}

footer .footer__copy {
    text-align: center;
    font-size: 12px;
}

footer .footer_link {
    margin: 10px 0;
}

footer .footer_link ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -10px;
}

footer .footer_link ul li {
    list-style: none;
}

footer .footer_link ul li:not(:first-child)::before {
    content: "｜";
}



.share-button{display: flex;
    justify-content: center;
    margin:3rem auto;
    background: transparent;
}

.caption{font-size:12px; text-align: center;}






