/* CSS Document */
@media (min-width: 1280px) {
  .repc {
    display: block !important;
  }
  .retb_p {
    display: none !important;
  }
  .retb_l {
    display: none !important;
  }
  .resp {
    display: none !important;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: landscape) {
  .repc {
    display: none !important;
  }
  .retb_l {
    display: block !important;
  }
  .retb_p {
    display: none !important;
  }
  .resp {
    display: none !important;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  .repc {
    display: none !important;
  }
  .retb_p {
    display: block !important;
  }
  .retb_l {
    display: none !important;
  }
  .resp {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .repc {
    display: none !important;
  }
  .retb_p {
    display: none !important;
  }
  .retb_l {
    display: none !important;
  }
  .resp {
    display: block !important;
  }
}
body {
  color: #2f2a12;
  font-family: sans-serif;
}
body a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

#contents {
  position: relative;
  width: 100%;
}
#contents #main {
  position: relative;
  z-index: 500;
}
#contents #main h1 {
  position: relative;
  z-index: 500;
  text-align: left;
  padding-left: 25%;
  padding-top: 25px;
  width: 50%;
  max-width: 700px;
  min-height: 95vh;
}
#contents #main h1 img {
  width: 100%;
}
@media (max-width: 430px) {
  #contents #main h1 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    max-width: none;
  }
  #contents #main h1 img {
    width: 100%;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #contents #main h1 {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    max-width: none;
  }
  #contents #main h1 img {
    width: 100%;
  }
}
#contents .top_img {
  overflow: hidden;
  z-index: 200;
  height: 100vh;
  width: 100vw;
  position: fixed;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1280px) {
  #contents .top_img {
    background: url(../images/img_mv_01.jpg) center center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: landscape) {
  #contents .top_img {
    background: url(../images/img_mv_01.jpg) left top no-repeat;
    background-size: cover;
  }
}
@media (max-width: 430px) {
  #contents .top_img {
    background: url(../images/img_main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #contents .top_img {
    background: url(../images/img_main_sp.jpg) center top no-repeat;
    background-size: cover;
  }
}
#contents .top_img .img01, #contents .top_img .img02, #contents .top_img .img03, #contents .top_img .img04 {
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  position: relative;
}
#contents .top_img .img01 p, #contents .top_img .img02 p, #contents .top_img .img03 p, #contents .top_img .img04 p {
  margin: 0;
}
#contents .top_img .img01 {
  opacity: 0;
}
#contents .top_img .img04 {
  position: absolute;
  left: 0;
  top: -7000px;
  opacity: 1;
  filter: blur(0px);
  width: 100%;
  z-index: 400;
}
#contents h3.kotonoha {
  z-index: 600;
  right: 20px;
  top: 20px;
  position: absolute;
}
@media (max-width: 430px) {
  #contents h3.kotonoha {
    width: 100%;
    left: 0;
    top: 0;
    text-align: right;
  }
  #contents h3.kotonoha img {
    width: 30%;
  }
}
#contents .resp img {
  width: 100%;
}
#contents .logo,
#contents .author {
  opacity: 0;
}
#contents section {
  width: 90%;
  padding: 0 0 50px 0;
  margin: 50px auto 250px;
}
#contents section .container {
  max-width: 1050px;
  margin: auto;
  padding: 0;
  background: url(../images/bg_cont_c.png) center top;
  position: relative;
}
#contents section .container::before {
  content: "";
  width: 100%;
  position: absolute;
  background: url(../images/bg_cont_t.png) center top;
  height: 90px;
  left: 0;
  top: -90px;
}
#contents section .container::after {
  content: "";
  width: 100%;
  position: absolute;
  background: url(../images/bg_cont_b.png) center top;
  height: 103px;
  left: 0;
  bottom: -103px;
}
#contents section .container h3 {
  text-align: center;
}
@media (min-width: 1280px) {
  #contents section .container h3 {
    height: 150px;
    margin-top: -80px;
  }
}
#contents section .container h3 img {
  margin-top: 20px;
  width: 100%;
  max-width: 600px;
}
#contents #movie .box_movie {
  text-align: center;
}
#contents #movie .box_movie img {
  width: 100%;
  max-width: 493px;
}
@media (max-width: 430px) {
  #contents #movie .box_movie img {
    max-width: 219px;
  }
}
#contents .fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}
@media (max-width: 430px) {
  #contents .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
  #contents .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
}
#contents #story {
  background-size: cover;
}
#contents #story .txt_story p {
  background: rgba(255, 255, 255, 0.7);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  color: #a86945;
  margin: 0 auto 2rem;
  width: 90%;
  font-weight: bold;
}
@media (max-width: 430px) {
  #contents #story .txt_story p {
    padding-top: 1rem;
  }
}
#contents #story .txt_story p:last-of-type {
  border: none;
  margin-top: 3rem;
  font-weight: normal;
}
#contents #story .txt_story span {
  font-weight: bold;
  color: #ea5477;
}
@media (max-width: 430px) {
  #contents #story {
    padding: 7% 0 20px;
  }
}
#contents #review li {
  margin: 0;
  font-size: 0.9rem;
  padding: 1rem 0.5rem 0.5rem;
  line-height: 1.5rem;
  border-bottom: 2px solid #fff;
}
#contents #review li:first-child {
  margin-top: -1rem;
}
#contents #review li:last-child {
  border: none;
}
#contents #review .name {
  color: #ea5477;
}
#contents #chara {
  background-size: cover;
}
@media (max-width: 430px) {
  #contents #chara {
    padding: 7% 0 20px;
  }
}
#contents #chara ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#contents #chara ul li {
  width: 49%;
}
@media (max-width: 430px) {
  #contents #chara ul li {
    width: 90%;
  }
}
#contents #chara ul li.text {
  margin-top: 60px;
}
#contents #chara ul li.text .text {
  padding-top: 20px;
}
#contents #chara ul li .text {
  width: 95%;
  margin: -40px auto 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 40px;
  line-height: 1.5rem;
}
#contents #chara ul li .text h4 {
  margin: 0;
  color: #ff4b27;
}
#contents #chara ul li .text p {
  margin: 0;
  font-size: 0.9rem;
  padding: 10px;
}
#contents #chara ul li .img {
  width: 85%;
  max-width: 275px;
  margin: auto;
}
#contents #chara ul li .img img {
  width: 100%;
}
#contents .txt_story {
  text-align: center;
  width: 96%;
  max-width: 940px;
  padding: 0;
  line-height: 2rem;
  margin: auto;
}
@media (max-width: 430px) {
  #contents .txt_story {
    padding-top: 1rem;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #contents .txt_story {
    padding-top: 1rem;
  }
}
#contents .txt_story .red {
  color: #ea5477;
  font-weight: bold;
}
#contents #ss .txt_story {
  padding: 0;
}
@media (max-width: 430px) {
  #contents #ss .txt_story {
    padding-top: 1rem;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #contents #ss .txt_story {
    padding-top: 1rem;
  }
}
#contents #ss .text_ss {
  font-weight: bold;
  border-bottom: 1px solid #ff4b27;
  font-size: 1.2rem;
  padding-bottom: 0.5rem;
  width: 80%;
  margin: 0 auto 1rem;
}
#contents #read a {
  display: block;
  background: #F9D2E4;
  background: linear-gradient(90deg, rgb(249, 210, 228) 0%, rgb(234, 84, 119) 50%, rgb(249, 210, 228) 100%);
  box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
  padding: 1rem;
  margin: 1rem auto;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  text-shadow: 0 0 5px #000;
}

.shop_book {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 430px) {
  .shop_book {
    padding-top: 10px;
  }
}
.shop_book h4 {
  margin: 40px 0 0 0;
  text-align: center;
}
@media (max-width: 430px) {
  .shop_book h4 {
    margin: 15px 0 0 0;
  }
}
.shop_book img {
  width: 90%;
  max-width: 400px;
}

#read {
  text-align: center;
  padding: 0;
}
@media (max-width: 430px) {
  #read {
    padding: 0px 0;
  }
}
@media (min-width: 1280px) {
  #read ul {
    display: flex;
    justify-content: center;
  }
}
#read ul li {
  margin: 0 20px;
}
@media (max-width: 430px) {
  #read ul li {
    margin: 2%;
  }
}
#read a {
  display: inline-block;
  width: 342px;
}
@media (max-width: 430px) {
  #read a {
    margin: 0.5rem auto;
    width: 70%;
  }
}
#read a:hover {
  opacity: 0.7;
}
#read a img {
  width: 100%;
}
#read p {
  margin: 30px;
  text-align: center;
}
@media (max-width: 430px) {
  #read p {
    margin: 15px;
  }
}
#read p img {
  width: 100%;
  max-width: 936px;
}

#ss {
  margin-top: 0 !important;
}
#ss #main h1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 25%;
  padding-left: 20px;
}
#ss #main h1 img {
  width: 100%;
}
@media (max-width: 430px) {
  #ss #main h1 {
    width: 20%;
    padding-left: 0;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #ss #main h1 {
    width: 20%;
    padding-left: 0;
  }
}
#ss #main .txt_story {
  text-align: left;
  width: 80%;
  margin: auto;
}
@media (max-width: 430px) {
  #ss #main .txt_story {
    width: 95%;
    padding-top: 1rem;
  }
}
#ss #main .text_ss {
  text-align: center;
}

#sns {
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
#sns .share {
  width: 195px;
  margin: 0 auto;
}
#sns .share li {
  display: inline-block;
  margin: 0 5px;
}
#sns .share li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#sns .share li a img {
  width: 100%;
  max-width: 46px;
}

#info {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px 0 !important;
}
@media (max-width: 430px) {
  #info {
    padding: 20px 0;
  }
}
#info h2 {
  text-align: center;
  margin-bottom: 20px;
}
#info h2 img {
  width: 100%;
  max-width: 240px;
}
#info .box_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 90%;
  max-width: 600px;
  margin: auto;
}
#info .box_info .img_book {
  text-align: center;
}
#info .box_info .img_book img {
  width: 100%;
  max-width: 250px;
}
@media (max-width: 430px) {
  #info .box_info .img_book img {
    max-width: 200px;
  }
}
#info .box_info h3 {
  margin-bottom: 15px;
  line-height: 24px;
}
#info .box_info .txt_book li {
  margin-bottom: 5px;
}
#info .shop_link {
  margin-top: 20px;
  margin-left: 40px;
}
@media (max-width: 430px) {
  #info .shop_link {
    margin-left: 0;
  }
}
#info .shop_link ul {
  display: flex;
}
#info .shop_link li {
  max-width: 134px;
  width: 50%;
}
#info .shop_link li img {
  width: 100%;
}
#info .shop_link .link_netgalley {
  font-size: 13px;
}
#info .shop_link .link_netgalley img {
  margin-bottom: 5px;
}
#info .shop_link .link_netgalley a {
  text-decoration: none;
  color: #1f7624;
}
#info .shop_link .link_netgalley p {
  text-align: center;
  margin: 0;
}

footer {
  padding: 25px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 430px) {
  footer {
    padding: 10px 0;
  }
}

/*reset*/
ul,
li,
h1,
h3,
div {
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=common.css.map */