@charset "utf-8";


body, html{
  width: 100%;
  height: 100%;
  font-size: 16px;
}

@media screen and (max-width:640px) {
  body, html{
    font-size: 12px;
  }

}



div,h1,h2,h3,h4,h5,h6,p,html,a{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
.clearfix::after{
  content: '';
  display: block;
  clear: both;
}



.bg-lightblue{
  background: lightblue;
}
.bg-aquamarine{
  background: aquamarine;
}

.bg-springgreen{
  background: springgreen;
}

.bg-tomato{
  background: tomato;
}







/*=================
      header
===================*/


.l-header{
  width: 100%;
  height: 1em;
}
.header{
  padding: 2% 5%;
  border-bottom: 1px dotted #333;
}

.header-title{
  font-size: 1.2em;
  line-height: 1em;
}

/*=================
      contents
===================*/

.bg-novel{
  background: rgb(222,222,210);
}
.novel-area{
  width: 100%;
  height: 100vh;
}

.l-section{
  width: 70%;
  margin: 2em 0;

}

.l-contents{
  width: 90%;
  height: 100vh;
  margin: 0 auto;
}
.collage-novel .l-contents{
  width: 70%;
}

.heading{
  border-bottom: 1px solid #000;
  margin-bottom: 0.5em;
  line-height: 42px;
  font-size: 1em;
  font-weight: bold;
}


/* novelbox */
.l-novelbox{
  width: 70%;
  margin: 0 auto;
  padding-top: 2em;
}
.l-imgbox{
  width: 100%;
  height: 40vw;
  margin: 0 auto;
}

.inner-img{
  width: 100%;
  height: 25em;
  margin: 0 auto;
  /* background-image: url("./item/img/day001_item.png"); */
  background-repeat: no-repeat;
  background-size: contain;
background-position: 50% 50%;
}



.l-caption{
  width: 100%;
  height: 80px;
  margin: 0 auto;
  margin-top: 1em;
}

@media screen and (max-width:640px) {
    .inner-img{
      height: 30em;
    }
    .l-caption{
      width: 100%;
    }
}

.caption-text{
  font-size: 0.9em;
  line-height: 1.4;
  text-align: center;
}

.l-controlbox{
  width: 60%;
  height: 25px;
  margin:  0 auto;
  margin-top: 1em;

}
.icon-box{
  width: 15%;
  height: 24px;
  /* background: Red; */
  float: left;
  margin: 0 5%;
}
.index-box{
  width: 50%;
  height: 24px;
  float: left;
  /* background: Red; */
  line-height: 25px;
  text-align: center;
}



.arrow-left-svg{
  width: 100%;
    height: 24px;
  background-image: url("./svg/775_ar_h.svg");
  background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: inherit;
    transform: rotateZ(180deg);
}

.arrow-right-svg{
  width: 100%;
    height: 24px;
  background-image: url("./svg/775_ar_h.svg");
  background-repeat: no-repeat;
background-position: 50% 50%;
background-attachment: inherit;
}



.img-outer{
    position: relative;
    display: block;
}


.inner-photo{
  position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.relative-box{
  position: relative;
}

.absolute-box-bottom{
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 2em;
}



/*=================
      header
===================*/


.l-footer{
  width: 100%;
  height: 10px;
}
.footer-box{
  padding: 2% 5%;
}
.copyright{
  font-size: 0.8em;
}
