@charset "utf-8";


@media screen and (max-width: 480px){
    div .smart2{
        display: none;
    }
    }

@media screen and (min-width: 480px){
    div.smart1{
        display: none;
    }
   
    
}
.main-image{
        background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
    
}


.smart1 h1{
    font-size: 26px;
     font-family:'Playfair Display', serif;
    color: white;
    margin: 0px;
    float: right;
    margin-right: 30%;
    margin-top: 3%;

}

main2 h1{
    font-size: 2.5vw;
     padding-top: 50px;
    margin: 0px;
    
}

.story li{
    clear: both;
    float: none;
    border-right: none;
    padding: 20px;
    font-size: 1.5vw;
    margin-left: 40%;
    
    
}

@media screen and (max-width: 480px){
    
    .story li{
        margin-left: 27%;
    }
    
}



@media screen and (max-width: 480px){
header {
  padding:10px;
  background: skyblue;
}

#nav-drawer {
  position: relative;
}
    
    main2 h1{
        font-size: 20px;
        margin-left: 5%;
        padding: 20px;
        
    }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 250px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
    
}
    #nav-content li{
        clear: both;
        margin: 10px 70px 50px 110px;
        border-bottom: 2px solid gray;
        width: 100%;
        font-size: 16px;
        font-family:'Playfair Display', serif;
        font-weight: bold;
        text-decoration: none;
        text-decoration-style: none;
        color: black;
        
        
    }
    
    #nav-content li:hover{
        color: gainsboro;
    }
    
    #nav-content li a:hover{
        color: gainsboro;
    }
    
    #nav-content .content-box{
        width: 100%;
        padding: 50px;
        background-color: skyblue;
        margin-bottom:30px;
    }
    
    #nav-content .content-box h1{
        float: left;
    }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

}











body{
	margin:0;
    background-color:#60AFCE;
    
}
.container{
	margin:0 auto 0 auto;
    background-color: white;
    
}

.container2{
  margin:0 auto 0 auto;
}



/*--// ロゴ //--*/
.header-inner{
	background-color: skyblue;

}

.logo p{
    font-size: 30px;
    font-family:'Playfair Display', serif;
    color: white;
    text-align: center;
    margin:0px;
    width: 100%;
}


/*--// ナブバー //--*/
.nav-inner{
	color:#fff;
	background-color: skyblue;
    text-decoration: none;

}


#fixed-navi a:hover{
    color: dodgerblue;
}

#fixed-navi li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 10px;
}

@media screen and (max-width: 480px){
    #fixed-navi li a{
        padding: 15px;
    }
}

 li{
	
	width:20%;
    float: right;
	box-sizing: border-box;
	border-right:0.1vw solid white;
	text-align: center;
}

li.logo{
    font-size: 3.0vw;
    font-family:'Playfair Display', serif;
   
    box-sizing: border-box;
    
}

div.logo{
    padding: 1.5vw;
}

@media screen and (max-width: 480px){
    div.logo{
        display: none;
    }
}

@media screen and (max-width: 480px){
    li{
        width: 20%;
    }
    .story li{
        width: 50%;
        font-size: 16px;
    }
    
}

@media screen and (max-width: 480px){
    li.logo{
       float: left; 
        font-size: 3.5vw;
        padding: 4px;
       
    } 
}

ul{
	overflow:hidden;
	list-style:none;
    margin: 0;
    padding: 0;
}

nav #fixed-navi{
	background-color: skyblue;
	width:100%;
}



li:last-child {
	border-right:none;
}
li:first-child {
	border-left:none;
}
li a{
	color:#fff;
	text-decoration:none;
	padding:10px 20px;
	display:block;
    text-align: center;
    font-size: 1.5vw;
}

@media screen and (max-width: 480px){
li a{
        font-size: 14px;
    }

}

li a:hover{
	color: skyblue;
	background-color: gray;
}


/*--// .addClass();で追加するcss //--*/

.fixed {
	position: fixed;
}
a{
    font-size: 14px;
    font-family: 'Playfair Display', serif;
}

section .container{
	display:fle;
	flex-flow:column;
}

/*--// メイン画像 //--*/
main1 img{
    width: 100%;

}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*--// メインから下 //--*/
main2{
	background-color: white;
	height:100%;

}

/*--//  .sidebar{
	padding:20px 10px 20px 10px;
	background: #c0f5b9;
}//--*/


#sec01{
    background-color:white;
}


p.main-image{
    margin: 0;
}

.sidebar{
	padding:20px 10px 20px 10px;
	background: #c0f5b9;
}

.footer-inner{
	padding: 0px 0px 100px 0px;
	background-color: #585858;
    overflow: hidden;
    clear: both;
}

.footer-inner h5{
    color: white;
    border-bottom: 0.1vw solid white;
    font-size: 15px;
}
.footer-inner p{
    text-align: left;
    color: white;
}

.footer-inner2 p{
    text-align: center;
    color: white;
    padding: 0.25em 0.15em;
    font-size: 1.5vw;
  
}
@media screen and (max-width: 480px) 
{
    .footer-inner2 p{
        font-size: 2.0vw;
    }
}

.footer-inner2{
    background-color: black;
    padding:0.1em;
    margin: 0px;
}



div.HOME{
    float: left;
    padding-left: 10%;
    padding-right: 10%;
}

div.HOME a{
    text-decoration: none;
    font-family: none;
}

div.HOME p:hover{
    color: skyblue;
}

div.HOME h5:hover{
    color: skyblue;
}

div.NOVEL h5:hover{
    color: skyblue;
}

@media screen and (max-width: 480px) {
    div.HOME{
        padding-left: 6%;
        padding-right: 4%;
    }
}

div.ILLUST{
    overflow: hidden;
    float: left;
    padding-right: 10%;

}

@media screen and (max-width: 480px) {
    div.ILLUST{
        padding-right: 4%;
    }
}
div.ILLUST h5:hover{
    color: skyblue;
}

div.CONTENTS h5:hover{
    color: skyblue;
}
div.ILLUST h5:hover{
    color: skyblue;
}

div.CONTENTS h5:hover{
    color: skyblue;
}
div.TWITTER h5:hover{
    color: skyblue;
}

div.CONTENTS h5:hover{
    color: skyblue;
}
div.ILLUST p:hover{
    color: skyblue;
}
div.ILLUST a{
    text-decoration: none;
    font-family: none;
    
}

div.NOVEL{
    overflow: hidden;
    float: left;
}



div.NOVEL a{
    text-decoration: none;
    font-family: none;
    
}

div.NOVEL p:hover{
    color: skyblue;
}

div.CONTENTS{
    overflow: hidden;
    padding-left: 10%;
    float: left;
}
@media screen and (max-width: 480px) {
    div.CONTENTS{
        padding-left: 6%;
        clear: both;
    }
}

div.CONTENTS a{
    text-decoration: none;
    font-family: none;
}

div.CONTENTS p:hover{
    color: skyblue;
}

div.TWITTER{
   padding-left: 10%;
    overflow: hidden;
}



div.TWITTER{
    width: 8%;
}

div.TWITTER p{
    margin: 0px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    div.TWITTER{
        padding-left: 6%;
        width: 25%;
        float: left;
    
    }
}

div.TWITTER a{
    font-family: none;
    text-decoration: none;
}


a:hover img {
 opacity: 1.0;
}



.bunsyo{
    margin-left: 200px;
    margin-right: 200px;
    font-family:'Playfair Display', serif;
}

 div .mokuji{
    padding: 6px 10px 50px 50px;
     text-align: left;
     float: left;
     margin-left: 25%;
    
   
}
div.mokuji  a{
        font-size: 18px;
    color: black;
    text-decoration: none;

    }

div.mokuji a:hover{
    color: gray;
}

.pagenamber{
    float: left;
    margin-left: 5%;
    
}

.pagenamber p{
    font-size: 18px;
    font-family:'Playfair Display', serif;
    padding-top: 17px;

}

.pagemenu{
    width: 100%;
     border-top: 1px solid gray;
    margin-top: 50px;
}



@media screen and (max-width: 480px) {
    
    .bunsyo{
        margin-left: 5%;
        margin-right: 5%;
        font-size: 16px;
    }
    div .mokuji p{
    font-size: 16px;
}
    div.mokuji  a{
        font-size: 16px;
    }
    div .mokuji{
   
     text-align: left;
   
}
    div .mokuji{
    padding: 10px 10px 50px 50px;
     text-align: left;
     float: left;
     margin-left: 10%;
    
   
}
div.mokuji  a{
}


}
.footer-inner h5{
        font-size: 1.5vw;
    }

p{
    font-size: 1.3vw;
     margin:5% 0px 0px 0px;
}


@media screen and (max-width: 480px) {
    p{
        font-size: 16px;
        margin:5% 0px 0px 0px;
        
    }
    .footer-inner h5{
        font-size: 18px;
    }
    p.copyright{
        font-size: 14px;
    }
}
#wrapper {
  width:100%;
  overflow:hidden;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: white;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: gray;
  z-index: 2;
}