/* CSS Document */
@media (min-width: 1280px) {
  .repc {
    display: block !important;
  }
  .retb {
    display: none !important;
  }
  .resp {
    display: none !important;
  }
}
@media (min-width: 431px) and (max-width: 1279px) {
  .repc {
    display: none !important;
  }
  .retb {
    display: block !important;
  }
  .resp {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .repc {
    display: none !important;
  }
  .retb {
    display: none !important;
  }
  .resp {
    display: block !important;
  }
}
p {
  margin: 0;
}

.tacenter {
  text-align: center;
}

body {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 2rem;
  background-attachment: fixed;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
body a:hover {
  opacity: 0.8;
}
@media (max-width: 430px) {
  body {
    font-size: 16px;
    line-height: 1.8rem;
  }
}
body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg) bottom center;
  background-size: cover;
}

img {
  vertical-align: bottom;
}

#left {
  width: 120px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../images/bg_left.jpg) no-repeat center center;
  background-size: cover;
  z-index: 60;
  text-align: center;
}
#left img {
  height: 100%;
  max-height: 850px;
}
@media (max-width: 430px) {
  #left {
    display: none;
  }
}
@media (min-width: 431px) and (max-width: 1279px) {
  #left {
    display: none;
  }
}

#right {
  width: 120px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: url(../images/bg_right.jpg) no-repeat center center;
  background-size: cover;
  z-index: 60;
}
#right .logo_kotonoha {
  position: absolute;
  right: 5px;
  bottom: 10px;
}
@media (max-width: 430px) {
  #right {
    display: none;
  }
}
@media (min-width: 431px) and (max-width: 1279px) {
  #right {
    display: none;
  }
}

#main {
  width: calc(100% - 240px);
  margin-left: 120px;
  margin-right: 120px;
  position: relative;
  z-index: 50;
}
@media (max-width: 430px) {
  #main {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 431px) and (max-width: 1279px) {
  #main {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
#main:before {
  content: "";
  display: block;
  position: fixed;
  bottom: 0;
  left: 120px;
  z-index: -1;
  width: calc(100% - 240px);
  height: 100vh;
  background: url(../images/bg_cont_bottom.png) bottom no-repeat;
  background-size: 100% auto;
}
@media (max-width: 430px) {
  #main:before {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 431px) and (max-width: 1279px) {
  #main:before {
    width: 100%;
    left: 0;
  }
}
#main .mv {
  max-height: 100vh;
  overflow: hidden;
  position: relative;
}
#main .mv .img_mv {
  width: 100%;
}
#main .mv .img_info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 70;
}
@media (max-width: 430px) {
  #main .mv .img_info {
    width: 70%;
  }
}
#main .mv .logo_kotonoha {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media (max-width: 430px) {
  #main .mv .logo_kotonoha {
    width: 15%;
    bottom: auto;
    top: 5px;
  }
  #main .mv .logo_kotonoha img {
    width: 100%;
  }
}

section {
  margin-top: 6rem;
}
@media (max-width: 430px) {
  section {
    margin-top: 3rem;
  }
}
section .ttl {
  text-align: center;
  margin: 0 auto -20px auto;
  z-index: 200;
  position: relative;
  width: 100%;
  max-width: 400px;
}
section .ttl div {
  display: inline-block;
}
section .ttl p {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
section .ttl p img {
  width: 100%;
}
section .box_cont {
  background: rgba(0, 0, 0, 0.6);
  width: calc(90% - 4rem);
  max-width: 815px;
  margin: 2rem auto;
  padding: 2rem 1rem;
  position: relative;
  box-sizing: border-box;
  z-index: 100;
  border: 2px solid #000;
}
@media (max-width: 430px) {
  section .box_cont {
    width: 90%;
  }
}
@media (min-width: 431px) and (max-width: 1279px) {
  section .box_cont {
    width: 95%;
  }
}
section .box_cont:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
  background: url(../images/bg_cont.png) left top repeat-x;
}
section .box_cont:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
  background: url(../images/bg_cont.png) left top repeat-x;
}

section.story .box_cont {
  text-align: center;
}
section.story .box_cont span {
  color: #a1efff;
}

section.movie .box_movie {
  text-align: center;
}
section.movie .box_movie img {
  width: 100%;
  max-width: 493px;
}
@media (max-width: 430px) {
  section.movie .box_movie img {
    max-width: 219px;
  }
}

.fancybox-content iframe {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16/9;
}
@media (max-width: 430px) {
  .fancybox-content {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
  .fancybox-content iframe {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 9/16;
  }
}

section.chara li {
  display: flex;
  width: 95%;
  margin: 0 auto 3rem auto;
  padding: 0 5px;
}
@media (max-width: 430px) {
  section.chara li {
    display: block;
  }
}
section.chara li .thum {
  max-width: 238px;
  width: 80%;
  margin-right: 10px;
}
@media (max-width: 430px) {
  section.chara li .thum {
    margin: auto;
    text-align: center;
  }
}
section.chara li .thum img {
  width: 100%;
}
section.chara li .text {
  flex: 1;
  margin-top: 2rem;
  line-height: 1.7rem;
}
@media (max-width: 430px) {
  section.chara li .text {
    margin-top: 0;
  }
}
section.chara li .text h3 {
  color: #a1efff;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 430px) {
  section.chara li .text h3 {
    text-align: center;
    margin-top: 0;
  }
}

section.roukaku h3 {
  color: #a1efff;
  font-size: 1.5rem;
  margin: 0.5rem auto;
  letter-spacing: 0.1rem;
  text-align: center;
  border-bottom: 1px solid #a1efff;
  padding-bottom: 1rem;
  width: 90%;
}
section.roukaku .text {
  text-align: center;
  margin: 1rem;
}
section.roukaku img {
  width: 100%;
  max-width: 715px;
  margin: auto;
}
section.roukaku .box_img {
  text-align: center;
}

section.review li {
  border-bottom: 1px solid #261b18;
  padding: 2rem;
}
@media (max-width: 430px) {
  section.review li {
    padding: 1rem;
  }
}
section.review li p {
  text-align: right;
  color: #a1efff;
}
section.review li:last-child {
  border: none;
}

section#info {
  margin-top: 10rem;
}

.official_sns ul {
  width: 100%;
  margin: auto;
}

#share_sns ul li a img {
  margin: 0 0.2rem 0 0 !important;
}

.book_info .txt_book {
  font-size: 1rem;
}

.shop_book {
  margin-top: 3rem;
  line-height: 1.2rem;
  text-align: center;
}
.shop_book img {
  width: 80%;
  max-width: 500px;
}

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

.box_footer {
  margin: 0;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
}

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