/* CSS Document */
@media (min-width: 1024px) {
  .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: 1024px) 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: 1024px) 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: #4a2108;
}
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: 30%;
  padding-top: 0;
  width: 50%;
  max-width: 800px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contents #main h1 img {
  width: 100%;
}
@media (max-width: 430px) {
  #contents #main h1 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    max-width: none;
  }
  #contents #main h1 img {
    width: 100%;
  }
}
@media (min-width: 431px) and (max-width: 1024px) 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: 1024px) {
  #contents .top_img {
    background: url(../images/img_mv_01.jpg) center top no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: landscape) {
  #contents .top_img {
    background: url(../images/img_mv_01.jpg) center top no-repeat;
    background-size: cover;
  }
}
#contents .top_img .img_main_02 {
  background: #fff url(../images/img_mv_02.jpg) center top no-repeat;
  background-size: 100% auto;
  width: 100vw;
  height: calc(100vh + 200px);
  top: 0;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}
#contents .top_img .img_main_w {
  width: 100vw;
  height: 100vh;
  top: 0;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
#contents h3.kotonoha {
  z-index: 600;
  left: 20px;
  top: 20px;
  position: absolute;
}
@media (max-width: 430px) {
  #contents h3.kotonoha {
    width: 100%;
    left: 0;
    top: 0;
    text-align: left;
  }
  #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 100px;
}
@media (max-width: 430px) {
  #contents section {
    width: 95%;
  }
}
@media (min-width: 1024px) {
  #contents section .container {
    max-width: 1000px;
    margin: auto;
    padding: 1rem;
  }
}
#contents section .container h3 {
  text-align: center;
  height: 150px;
}
#contents section .container h3 img {
  margin-top: 20px;
  width: 100%;
  max-width: 560px;
}
#contents #movie h3 {
  text-align: center;
  width: 90%;
  max-width: 389px;
  margin: auto;
}
#contents #movie h3 img {
  width: 100%;
}
#contents #movie .container {
  background: url(../images/bg_movie.svg);
  background-size: 100% 100%;
  padding: 5rem 0;
}
#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 .main_container {
  background: rgba(255, 255, 255, 0.6);
  padding-top: 1rem;
}
#contents #story h3 {
  text-align: center;
  width: 90%;
  max-width: 389px;
  margin: auto;
}
#contents #story h3 img {
  width: 100%;
}
#contents #story ul li {
  position: relative;
  margin-bottom: 5rem;
  padding-bottom: 2rem;
}
@media (max-width: 430px) {
  #contents #story ul li {
    padding-bottom: 4rem;
    padding-top: 0;
  }
}
#contents #story ul li.cont_01 {
  background: url(../images/bg_cont_01.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  #contents #story ul li.cont_01 .box_img {
    margin: -100px 0 0 0;
  }
}
#contents #story ul li.cont_02 {
  background: url(../images/bg_cont_02.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  #contents #story ul li.cont_02 .box_img {
    margin: 50px 0 -20px -5%;
  }
}
#contents #story ul li.cont_03 {
  background: url(../images/bg_cont_03.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  #contents #story ul li.cont_03 .box_img {
    margin: -10px 0 -20px -5%;
  }
}
#contents #story ul li.cont_04 {
  background: url(../images/bg_cont_04.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  #contents #story ul li.cont_04 .box_img {
    margin: 80px 0 0 0;
  }
}
#contents #story ul li.cont_05 {
  background: url(../images/bg_cont_05.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  #contents #story ul li.cont_05 .box_img {
    margin: 90px 0 0 0;
  }
}
#contents #story ul li.cont_06 {
  background: url(../images/bg_cont_06.svg);
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  #contents #story ul li.cont_06 .box_img {
    margin: -50px 0 0 0;
  }
}
#contents #story ul li .box_img {
  z-index: 110;
}
@media (min-width: 1024px) {
  #contents #story ul li .box_img {
    width: 50%;
    max-width: 600px;
  }
}
#contents #story ul li .box_img img {
  width: 100%;
  z-index: 110;
}
@media (min-width: 1024px) {
  #contents #story ul li .box_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#contents #story ul li h4 {
  text-align: center;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 2.5rem;
  padding-bottom: 1rem;
  padding-top: 4rem;
  color: #000;
  width: 90%;
  margin: 0 auto;
  background: url(../images/bg_dot.png) center bottom repeat-x;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  font-family: "Kiwi Maru", serif;
}
@media (max-width: 430px) {
  #contents #story ul li h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media (max-width: 430px) {
  #contents #story ul li .box_text {
    font-size: 0.9rem;
  }
}
@media (min-width: 1024px) {
  #contents #story ul li .box_text {
    width: 45%;
    margin-right: 5%;
    padding: 2rem 0 3rem 0;
  }
}
@media (max-width: 430px) {
  #contents #story ul li .box_text {
    width: 90%;
    margin: auto;
  }
}
#contents #story ul li .box_text .ico_animal, #contents #story ul li .box_text .ico_author, #contents #story ul li .box_text .ico_story {
  margin-left: -1rem;
  margin-bottom: -1rem;
  display: block;
}
#contents #story ul li .box_text .ico_animal img, #contents #story ul li .box_text .ico_author img, #contents #story ul li .box_text .ico_story img {
  height: 2.5rem;
}
#contents #story ul li .box_text .ttl_story, #contents #story ul li .box_text .ttl_author {
  margin-top: 1.5rem;
}
#contents #story ul li .cont_story, #contents #story ul li .cont_profile, #contents #story ul li .cont_animal {
  background: #fff;
  border-radius: 20px;
  padding: 1.5rem 0.8rem 0.8rem 0.8rem;
  line-height: 1.5rem;
}
#contents #story ul li h5 {
  font-size: 1rem;
  margin: 0 0 0.3rem 0;
  padding: 0 0 0.5rem 0;
  letter-spacing: 0.1rem;
  background: url(../images/bg_dot.png) center bottom repeat-x;
}
#contents #story ul li .bnr_linksp {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: -1rem;
}
@media (max-width: 430px) {
  #contents #story ul li .bnr_linksp {
    margin-top: 2rem;
  }
}
#contents #story ul li .bnr_linksp img {
  width: 90%;
  max-width: 708px;
  margin: auto;
}
@media (max-width: 430px) {
  #contents #story ul li .bnr_linksp img {
    max-width: 418px;
  }
}
#contents .shop_book {
  padding-bottom: 50px;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 430px) {
  #contents .shop_book {
    padding-top: 10px;
  }
}
#contents .shop_book h4 {
  margin: 40px 0 0 0;
}
@media (max-width: 430px) {
  #contents .shop_book h4 {
    margin: 15px 0 0 0;
  }
}
#contents .shop_book img {
  width: 90%;
  max-width: 400px;
}

#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 {
  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 {
  margin-top: 20px;
  margin-left: 40px;
}
#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 {
  margin-right: 20px;
  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;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 430px) {
  footer {
    padding: 10px 0;
  }
}

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