@charset "shift_jis";
/* ===================================================================
CSS information
 file name  : streetandbooks
 author     : honyaclub.com
 date       : 20201029
 update     : 20201116
 about      : freepage_streetandbooks
=================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');

/*========================================
   SP / PC共通
========================================*/
/*html{font-family: メイリオ,meiryo,"ヒラギノ角ゴ Pro W3","Hiragino kaku Gothic Pto", sans-serif;}*/

body {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  margin: 0;
  word-break: break-all;
  background-color: #eee;
}

a, a img {
  border: none;
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.8;
}

/* 
a[target="_blank"] {
  background: url(../../img/special/publisher/icon_link_01.png) no-repeat right center;
  padding-right: 18px;
}
*/
/*----- 別タブウインドウの画像 -----*/

img {
  max-width: 100%;
  height: auto;
  }

ul li {
  list-style-type: none;
}

div:after,
ul:after {
  clear: both;
  height: 0;
}

.red {
  color:#FF0000;
}


/*----- CVボタンアニメーション -----*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*----- Return to TOP -----*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 5px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*-----　wrapper背景　-----*/
#wrapper{
  position: relative;
  width: 100%;
  color: #333;
  background: linear-gradient(90deg, #e2e2e2 0%, #e2e2e2 50%, #eff5f7 50%, #eff5f7 100%);
}

/*-----　header　-----*/
header{
  width:100%;
  background: rgba(0,0,0,0.8);
  position:fixed;
  height:50px;
  padding-top: 10px;
  z-index:999;
}

#head-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin:0 auto;
  text-align: center;
  width: 95%;
  z-index:1000;
  padding: 0;
}

.logo,
.sns {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.logo {
  text-align: left;
}

.logo img{
  width: auto;
  height: 35px;
  z-index:1000;
}

.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns ul li {
  margin-left: 8px;
}

/*----- #contents 共通 -----*/
#contents{
  padding-top:60px;
  margin:0 auto;
}

.section {
  margin-bottom: 15%;
  position: relative; 
}

.section h3 {
  text-align: center;
  margin-bottom: 4%;
  padding: 0 5%;
}

.section .volume {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 4%;
}

.section_inner {
  /*background: rgba(0,0,0,0.2);*/
  background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.0) 16%, rgba(0,0,0,0.2) 16%, rgba(0,0,0,0.2) 100%);
  padding-bottom: 5%;
}

.author {
  width: 50%;
  margin: 0 auto;
  padding: 10% 0 5%;
  z-index: 2;
}

.author img {
  width: 100%;
  height: auto;
}

.profile {
  width: 80%;
  margin: 0 auto;
}

.profile .name {
  font-size: 1rem;
  padding: 5% 5% 5% 20%;
}

.profile .profile_text {
  padding-left: 20%;
  line-height: 1.5;
  font-size: 0.75rem
}

/*
.profile .btn_official_site {
  width: 250px;
  background: rgba(0,0,0,0.7);
  margin: 10% auto;
  text-align: center;
  font-size: 0.75rem}

.profile .btn_official_site a {
  color: #ffffff;
  display: block;
  padding: 3.4%;
  background: url(../../img/special/publisher/icon_link_01.png) no-repeat right 15px center;
  }
  */

.reservation_area {
  background-color:#a8c2ce;
  width: 82%;
  margin: 10% auto 5%;
  padding: 10% 3%;
  text-align: center;
}

.book_ttl {
  font-size: 1.1rem;
  padding-bottom: 8%;
  font-weight: bold;
}

.reservation {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.reservation {
  font-size: 1.1rem;
}

.reservation div.note {
  color: red;
  font-weight: bold;
  padding-bottom: 8%;
}

.period {
  padding-bottom: 8%;
}

.btn_pre_order {
  background-color: #2f3131;
  border: solid 1px #000000;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}

/*.btn_pre_order::after {
  content: url(../../img/special/streetandbooks/arrow01.png);
  position: absolute;
  right: -15%;
  top: 0;
}*/

.btn_pre_order a {
  display: block;
  padding: 5%;
  color: #ffffff;
  font-size: 1.3rem;
}

/*
.schedule_area {
  background-color: #ffffff;
  margin: 10% 3%;
  padding: 3% 4%;
}

.schedule_area img {
  width: 100%;
  height: auto;
  padding-bottom: 5%;
}

.schedule_area p.note {
  text-align: right;
  font-size: 0.6rem;
}
*/

/*----- #main -----*/
#main h1 {
  background-color: #dddddd;
  text-align: center;
}

#main h1 img{
  width: 100%;
  height: auto;
  max-width: 700px; 
  margin: 0 auto
}

#main .concept {
  background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.0) 90%, rgba(0,0,0,0.0) 100%);
}

#main .lead {
  background-color: #ffffff;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 10% 5% 20%;
  position: relative;
  top: -35px;
  left: 20px;
  width: 68%;
}

#main h2 {
  font-size: 1.5rem;
  margin-bottom: 10%;
}

#main .lead p {
  padding: 3% 0;
}

#main .exhibition {
  position: relative;
  top: -70px;
  left: 40px;
  width: 85%;
}

#main .exhibition img {
  width: 100%;
  height: auto;
}

.pre_order {
  /* width: 80%; */
  width: 95%;
  margin: 15% auto;
  text-align: center;
  color: #ffffff;
}

.pre_order .schedule_area {
  /* background-color: #ffffff;*/
  background-color:rgba(255,255,255,0.6);
  padding: 5% 3%;
  margin-bottom: 10%;
}

.pre_order .schedule_area div.note {
  color: red;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 5%;
}

.pre_order .schedule_area p.note {
  color: #000000;
  font-size: 0.6rem;
  text-align: right;
  margin-top: 5%;
}
  
  

.pre_order dl {
  width: 85%;
  margin: 0 auto;
}
  
  
  

.pre_order dt {
  background-color: #2f3131;
  /* font-size: 2rem; */
  /* padding: 2%; */
}

.pre_order dt a {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
  padding: 2%;
  display: block;
}

.pre_order dd {
  background-color: #ffffff;
  border: solid 2px #2f3131;
  box-sizing: border-box;
}

.pre_order dd:last-child {
  border-top: none;
}

.pre_order dd a {
  font-size: 0.9rem;
  line-height: 2;
  padding: 2%;
  display: block;
}
  
/*----- #section01 -----*/



/*----- #section02 -----*/
#section02 .next {
  text-align: center;
  font-size: 1.8rem;
  background-color: #434343;
  color: #ffffff;
  width: 20%;
  padding: 0.3% 0; 
  margin: 0 auto 2%;
}

/* #section02 .author {
  top: 0;
} */

/*----- #section03 -----*/
#section03 h4 {
  font-size: 2rem;
  margin-bottom: 2%;
  text-align: center;
}

#section03 .about {
text-align: center;
background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0.0) 90%, rgba(0,0,0,0.0) 100%);
  padding: 5%;
}

#section03 h3 {
  width: 80%;
  margin: 0 auto 5%
}

#section03 .about .text_area {
  font-size: 0.8rem;
  background: rgba(255,255,255,0.9);
  padding: 5%;
  text-align: left;
}

#section03 .about p {
  margin-bottom: 1rem;
}
  
/*----- #section04 -----*/

#section04 .note {
  padding: 0 5%;
  font-size: 0.8rem;
}

#section04 .note p {
  margin-bottom: 1rem;
}
  
#section04 .note h5 {
  font-weight: bold;
  margin-bottom: 1%;
}

#section04 .note a {
  color: #20409a;
  background: url(../../img/special/publisher/icon_link_01.png) no-repeat right center;
  padding-right: 12px;
}
  
/*----- footer -----*/  
#footer {
  text-align: center;
  padding: 1em 0 10em;
  background-color: #373737;
  font-size: .8em;
  color: #ffffff;
}


/*==========  SP 共通  ==========*/
.pc {
  display: none;
  }

.sp {display:block;
  margin:0 auto;
  }



/*========================================
   PC
========================================*/
@media screen and (min-width:751px) { 
/*----- header ----- */
  header {
    height: 55px;
  }
  
  #head-inner {
    width:100%;
    padding: 0 1.5%;
  }
  
  .logo,
  .sns {
   -ms-flex-preferred-size: 48%;
   flex-basis: 48%;
  }

  .logo img {
    width: 165px;
    height: auto;
  }

  
  .sns ul li {
    margin: 0;
    padding-left: 1rem;
  }
      
/*----- #contents 共通 -----*/
  #contents {
    max-width: 1000px;
  }

  .section {
    margin-bottom: 10%;
  }

  .concept,
  .profile_area,
  .reservation_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section h3 {
    margin-bottom: 2%;
  }

  .section h3 img {
    width: 50%;
    height: auto;
  }

  .section .volume {
    font-size: 2rem;
    margin-bottom: 2%;
  }

  .author {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    position: relative;
    top: 100px;
    left: 100px;
    margin: 0;
    padding: 0;
  }

  .profile {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
    /* top: 20px; */
    left: 40px;
    padding: 5% 0;
  }

  .profile .name {
    font-size: 1.3rem;
    padding: 3%;
  }

  .profile .profile_text {
    padding: 0 3%;
  }

  .profile .profile_text p {
    margin-bottom: 3%;
    }

  .reservation_area {
    margin: 0 auto;
    padding: 3% 2%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .book_ttl {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    font-size: 1.3rem;
    padding-bottom: 0; 
  }

  .reservation div.note {
    padding-bottom: 3%;
  }

  .period {
    padding-bottom: 5%;
  }

  .btn_pre_order {
    width: 80%;
    position: relative;
  }

  .btn_pre_order a {
    font-size: 1.4rem;
  }
  
  /*
  .schedule_area {
    margin: 5% 8%;
  }

  .schedule_area img {
    max-width: 750px;
  }

  .schedule_area p.note {
    font-size: 0.7rem;
  }
  */
  
/*----- #main -----*/
  #main h1 {
    margin-left: calc(((100vw - 44rem) / 2) * -1);
    margin-right: calc(((100vw - 44rem) / 2) * -1);
    /*padding: 1.5em calc((100vw - 44rem) / 2);*/
  }

  #main .concept {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #main .lead {
    font-size: 1rem;
    line-height: 1.8;
    padding: 2% 2% 4%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    top: -50px;
    left: 50px;
    min-width: 380px;
  }

  #main h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  #main .exhibition {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    top: 0;
    right: -20px;
    left: 0;
    /*width: calc(1000px - 30%);*/
    padding-left: 3%;
  }

  .pre_order {
    /* width: 70%; */
    margin: 12% auto;
  }
  .pre_order .schedule_area div.note {
    font-size: 1.5rem;
  }
  
  .pre_order dl {
    width: 70%;
  }

  .pre_order dt a {
    font-size: 2rem;
  }

  .pre_order dd a {
    font-size: 1.3rem;
  }

/*----- #section01 -----*/



/*----- #section02 -----*/

#section02 .author {
  top: 50px;
}

/*----- #section03 -----*/


  #section03 .about p {
    font-size: 1rem;
  }


  #section03 .about img {
    width: 50%;
    height: auto;
  }

/*----- #section04 -----*/
  #section04 .note {
    font-size: 0.9rem;
  }

  #section04 .note p {
    margin-bottom: 1rem;
  }

  #section04 .note h5 {
    font-size: 1rem;
  }

/*----- footer -----*/
  #footer {
    padding: 30px 0 120px;
  }


/*==========  PC 共通  ==========*/
  .sp {
    display: none;
  }

  .pc {
    display:block;
    margin:0 auto;
  }

}


