/* CSS Document */
@media (min-width: 1025px) {
  .repc {
    display: block !important;
  }
  .retb_p {
    display: none;
  }
  .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;
  }
  .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;
  }
}
p {
  margin: 0;
}

body {
  color: #120727;
}
body a:hover {
  opacity: 0.8;
}

img {
  vertical-align: bottom;
}

.red {
  color: #ea609e;
}

.bold {
  font-weight: bold;
  color: #e94609;
}

#contents {
  position: relative;
  width: 100%;
}
#contents h3.kotonoha {
  z-index: 600;
  left: 5px;
  top: 5px;
  position: absolute;
}
@media (max-width: 430px) {
  #contents h3.kotonoha {
    width: 100%;
    left: 0;
    top: 0;
    text-align: right;
  }
  #contents h3.kotonoha img {
    width: 30%;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: portrait) {
  #contents h3.kotonoha {
    width: 100%;
    left: 0;
    top: 0;
    text-align: right;
  }
  #contents h3.kotonoha img {
    width: 30%;
  }
}
#contents header {
  background: #ffee00;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 600;
}
#contents header h1 {
  text-align: center;
  padding-top: 10px;
}
#contents header h1 img {
  margin-left: 50px;
}
@media (min-width: 1025px) {
  #contents nav {
    background: url(../images/bg_nav.png) bottom no-repeat;
    background-size: 100% auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 600;
    height: 148px;
  }
  #contents nav ul {
    display: flex;
    justify-content: center;
    margin-top: 90px;
  }
  #contents nav ul li {
    padding: 15px 15px 10px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin: 0 1rem;
    color: #fff;
    z-index: 90;
  }
  #contents nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  #contents nav ul li:hover {
    cursor: pointer;
    color: #ea609e;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
  }
  #contents nav ul li:hover .kikyo {
    opacity: 1;
    bottom: -10px;
    transform: scale(1);
  }
  #contents nav ul li .kikyo {
    opacity: 0;
    position: absolute;
    bottom: -40px;
    z-index: 80;
    left: -30px;
    transform: scale(0.2);
    transition: all 300ms 0s ease;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: landscape) {
  #contents nav {
    background: url(../images/bg_nav.png) bottom no-repeat;
    background-size: 100% auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 600;
    height: 148px;
  }
  #contents nav ul {
    display: flex;
    justify-content: center;
    margin-top: 90px;
  }
  #contents nav ul li {
    padding: 15px 15px 10px;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    position: relative;
    margin: 0 1rem;
    color: #fff;
    z-index: 90;
  }
  #contents nav ul li a {
    color: #fff;
    text-decoration: none;
  }
  #contents nav ul li:hover {
    cursor: pointer;
    color: #ea609e;
  }
  #contents nav ul li:hover .kikyo {
    opacity: 1;
    bottom: -10px;
    transform: scale(1);
  }
  #contents nav ul li .kikyo {
    opacity: 0;
    position: absolute;
    bottom: -40px;
    z-index: 80;
    left: -30px;
    transform: scale(0.2);
    transition: all 300ms 0s ease;
  }
}
@media (max-width: 430px) {
  #contents nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 600;
    background: url(../images/bg_nav_s.png) no-repeat center left;
    background-size: cover;
    opacity: 0;
    display: block;
    margin-left: 100px;
  }
  #contents nav ul {
    margin-left: calc(0% + 4rem);
  }
  #contents nav ul li {
    padding: 15px 15px 10px;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    text-align: left;
    position: relative;
    margin: 0 1rem;
    color: #fff;
    z-index: 90;
  }
  #contents nav ul li img {
    width: 2rem;
    display: inline-block;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: portrait) {
  #contents nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 600;
    background: url(../images/bg_nav_s.png) no-repeat center left;
    background-size: cover;
    opacity: 0;
    margin-left: 100px;
  }
  #contents nav ul {
    margin-left: calc(0% + 5rem);
  }
  #contents nav ul li {
    padding: 15px 15px 10px;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    text-align: left;
    position: relative;
    margin: 2rem 4rem;
    color: #fff;
    z-index: 400;
    position: relative;
  }
  #contents nav ul li img {
    width: 2rem;
    display: inline-block;
  }
}
#contents .btn_nav {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 20vw;
  z-index: 900;
}
@media (max-width: 430px) {
  #contents .btn_nav {
    display: block;
  }
}
#contents .btn_nav img {
  width: 100%;
}
#contents .btn_nav .open {
  display: block;
  position: relative;
  opacity: 1;
}
#contents .btn_nav .close {
  right: 0;
  bottom: 0;
  opacity: 1;
  display: none;
}
#contents #main {
  position: relative;
  z-index: 500;
}
#contents #main .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/logo.png) center center no-repeat;
  background-size: auto 92vh;
  z-index: 510;
}
@media (max-width: 430px) {
  #contents #main .logo {
    background: url(../images/logo_s.png) top center no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: portrait) {
  #contents #main .logo {
    background: url(../images/logo_s.png) top center no-repeat;
    background-size: 100% auto;
  }
}
#contents .txt_lead {
  position: absolute;
  left: 0;
  top: 0;
  width: 75vw;
  height: 90vh;
  z-index: 510;
}
#contents .txt_lead img {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
#contents #main_img {
  overflow: hidden;
  position: relative;
}
#contents .box_nav {
  display: block;
  height: 100vh;
  z-index: 600;
}
#contents .top_img {
  z-index: 200;
  height: 100vh;
  width: 100vw;
  position: fixed;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 1025px) {
  #contents .top_img .img01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/img_mv.jpg) left center;
    background-size: cover;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: landscape) {
  #contents .top_img .img01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(../images/img_mv.jpg) left center;
    background-size: cover;
  }
}
@media (max-width: 430px) {
  #contents .top_img .img01 {
    background: url(../images/img_main_sp.jpg) top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  #contents .top_img .img01 p img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    text-align: center;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: portrait) {
  #contents .top_img .img01 {
    background: url(../images/img_main_sp.jpg) top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  #contents .top_img .img01 p img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    text-align: center;
  }
}
@media (max-width: 430px) {
  #contents .top_img {
    height: auto;
  }
}
#contents .txt_ws {
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
#contents .bg_blur {
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.4);
}
#contents section {
  width: 100%;
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 430px) {
  #contents section:first-of-type {
    margin: 0;
  }
}
#contents section .container h3 {
  text-align: center;
  position: relative;
  padding: 15px 0;
}
@media (max-width: 430px) {
  #contents section .container h3 {
    padding: 0.5rem 0;
    background-size: 100% 40%;
  }
}
#contents section .container h3 img {
  width: 100%;
  max-width: 745px;
}
#contents section .container .box_cont {
  position: relative;
  padding: 5px;
}
#contents section .container .box_cont .inn_cont {
  width: 95%;
  max-width: 940px;
  padding: 40px;
  margin: 0 auto 0;
}
@media (max-width: 430px) {
  #contents section .container .box_cont .inn_cont {
    padding: 0;
  }
}
#contents #movie {
  text-align: center;
  background-size: cover;
}
@media (max-width: 430px) {
  #contents #movie {
    padding: 7% 0 20px;
  }
}
#contents #movie .box_youtube {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding-top: 56.25%;
}
#contents #movie .box_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 430px) {
  #contents #movie .box_youtube {
    height: 50vh;
  }
}
@media (min-width: 431px) and (max-width: 1024px) and (orientation: portrait) {
  #contents #movie .box_youtube {
    height: 50vh;
  }
}
@media (max-width: 430px) {
  #contents #story {
    padding: 7% 0 20px;
  }
}
#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;
}
@media (max-width: 430px) {
  #contents #chara ul {
    margin: 0;
  }
}
#contents #chara ul li {
  width: 45%;
  position: relative;
  margin-bottom: 1rem;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  font-style: normal;
}
@media (min-width: 1025px) {
  #contents #chara ul li:first-child {
    margin-right: 5%;
  }
}
@media (max-width: 430px) {
  #contents #chara ul li {
    width: 95%;
  }
  #contents #chara ul li:first-child {
    margin-bottom: 3rem;
  }
}
#contents #chara ul li .image {
  border-radius: 20px;
  max-width: 318px;
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
}
#contents #chara ul li .image img {
  width: 100%;
}
@media (max-width: 430px) {
  #contents #chara ul li .image img {
    width: 80%;
  }
}
#contents #chara ul li .text {
  width: 80%;
  margin: -4rem auto 0;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
}
@media (max-width: 430px) {
  #contents #chara ul li .text {
    font-size: 1rem;
    width: 100%;
  }
}
#contents #review li {
  margin-bottom: 2rem;
  border-bottom: #fff solid 1px;
  font-size: 18px;
  line-height: 2rem;
}
#contents #review li:last-child {
  border: none;
}
#contents #review li .name {
  padding: 0 5px;
  margin: 1rem;
  color: #ea609e;
}
#contents .btn_ss {
  text-align: center;
}
#contents .btn_ss a {
  display: inline-block;
  background: #ea609e;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  margin: 1rem;
  font-size: 1.5rem;
  border-radius: 50px;
  text-shadow: none;
}
@media (max-width: 430px) {
  #contents .btn_ss a {
    font-size: 1.2rem;
  }
}
#contents .btn_ss a:hover {
  box-shadow: 0 0 20px #fff;
}
#contents .txt_story {
  text-align: center;
  padding: 10px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 2.4rem;
  margin: auto;
}
@media (max-width: 430px) {
  #contents .txt_story {
    padding: 5% 1%;
    font-size: 16px;
  }
}
#contents .txt_story img.resp {
  width: 95%;
  max-width: 734px;
}
#contents .txt_story img.reps {
  width: 95%;
  max-width: 537px;
}
#contents #read {
  text-align: center;
  padding: 0;
}
@media (max-width: 430px) {
  #contents #read {
    padding: 0px 0;
  }
}
@media (min-width: 1025px) {
  #contents #read ul {
    display: flex;
    justify-content: center;
  }
}
#contents #read ul li {
  margin: 0 20px;
}
@media (max-width: 430px) {
  #contents #read ul li {
    margin: 2%;
  }
}
#contents #read a {
  display: inline-block;
  width: 331px;
}
@media (max-width: 430px) {
  #contents #read a {
    margin: 0.5rem auto;
    width: 70%;
  }
}
#contents #read a:hover {
  opacity: 0.7;
}
#contents #read a img {
  width: 100%;
}
#contents #read p {
  margin: 30px;
  text-align: center;
}
@media (max-width: 430px) {
  #contents #read p {
    margin: 15px;
  }
}
#contents #read p img {
  width: 100%;
  max-width: 936px;
}
#contents .bnr_ukai {
  width: 90%;
  max-width: 700px;
  margin: auto;
}
#contents .bnr_ukai img {
  width: 100%;
}
#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 {
  border-top: #411A01 dashed 3px;
  padding: 50px 0;
}
@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: 10px;
  margin-left: 20px;
}
#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 90px;
  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;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 950;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 1.5rem;
  padding-top: 35vh;
  color: #adadad;
}
#loader-bg p {
  margin-bottom: 0.5rem;
}

.loader {
  margin-top: 1rem;
  display: inline-block;
}
@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.ball-scale-ripple-multiple {
  position: relative;
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #007e18;
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

body.read #main {
  padding-top: 0 !important;
}
body.read #main h3 {
  background: none;
  padding: 0;
}
body.read #main h3 a {
  width: 100% !important;
}
body.read #main h3 img {
  width: 100%;
  max-width: 428px;
}
body.read #main h4 {
  text-align: center;
}
body.read #read .txt_story {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}/*# sourceMappingURL=common.css.map */