/* 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;
  }
}
p {
  margin: 0;
}

.tacenter {
  text-align: center;
}

body {
  font-size: 18px;
  font-weight: 600;
  color: #231815;
  line-height: 2rem;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
body a:hover {
  opacity: 0.8;
}
@media (max-width: 430px) {
  body {
    font-size: 16px;
    line-height: 1.8rem;
  }
}

img {
  vertical-align: bottom;
}

#main {
  width: auto;
  position: relative;
  z-index: 50;
}
@media (max-width: 430px) {
  #main {
    margin: 0;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #main {
    margin-left: 0;
    margin-right: 0;
  }
}
#main:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_cont_left.png) left top no-repeat;
  background-size: auto;
}
@media (max-width: 430px) {
  #main:before {
    background: url(../images/bg_cont_left.png) -20vw top no-repeat;
    left: 0;
    background-size: auto 100%;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #main:before {
    background: url(../images/bg_cont_left.png) left top no-repeat;
    left: 0;
    background-size: auto 100%;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) and (orientation: landscape) {
  #main:before {
    background: url(../images/bg_cont_left.png) -30vw top no-repeat;
    background-size: auto 100%;
  }
}
#main:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0px;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_cont_right.png) right bottom no-repeat;
  background-size: auto;
}
@media (max-width: 430px) {
  #main:after {
    background: url(../images/bg_cont_right.png) right bottom no-repeat;
    right: 0;
    background-size: auto 60%;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  #main:after {
    background: url(../images/bg_cont_right.png) right bottom no-repeat;
    right: 0;
    background-size: auto auto;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) and (orientation: landscape) {
  #main:after {
    background: url(../images/bg_cont_right.png) right bottom no-repeat;
    background-size: auto 100%;
  }
}
#main .img_logo_right {
  position: fixed;
  right: 7%;
  top: 2%;
  z-index: 90;
  width: 16%;
  max-width: 239px;
}
#main .img_logo_right img {
  width: 100%;
}
#main .mv {
  position: relative;
  z-index: 100;
}
#main .mv .img_mv {
  width: 100%;
  opacity: 1;
  filter: blur(0);
}
#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 .img_logo {
  position: absolute;
  left: 45vw;
  top: 0;
  width: 45vw;
  max-width: 719px;
  filter: blur(0);
}
#main .mv .logo_kotonoha {
  position: absolute;
  left: 5px;
  top: 5px;
}
@media (max-width: 430px) {
  #main .mv .logo_kotonoha {
    width: 15%;
  }
  #main .mv .logo_kotonoha img {
    width: 100%;
  }
}

section {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
  filter: blur(10px);
  margin-top: 1rem;
}
@media (min-width: 1280px) {
  section {
    margin-top: 6rem;
  }
}
section.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
section .ttl {
  text-align: center;
}
section .ttl img {
  width: 90%;
  max-width: 436px;
  margin: 30px auto 0;
}
section .img_top {
  text-align: center;
}
section .img_top img {
  width: 90%;
  max-width: 804px;
}
section .img_bottom {
  text-align: center;
}
section .img_bottom img {
  width: 90%;
  max-width: 804px;
}
section .box_cont {
  max-width: 804px;
  background: url(../images/bg_cont.png) repeat-y;
  position: relative;
  box-sizing: border-box;
  background-size: 100% auto;
  width: 90%;
  padding: 0 1rem 1rem;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  section .box_cont {
    width: 80%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

section.story .box_cont {
  text-align: center;
  line-height: 2.2rem;
}
section.story .box_cont span {
  color: #F2A2A9;
}
section.story .box_cont .line {
  width: 100%;
  max-width: 731px;
}
section.story .box_cont .line img {
  width: 100%;
}

section.movie .box_movie {
  text-align: center;
}
section.movie .box_movie img {
  width: 100%;
  max-width: 487px;
}
@media (max-width: 430px) {
  section.movie .box_movie img {
    max-width: 219px;
  }
}
@media (min-width: 431px) and (max-width: 1279px) and (orientation: portrait) {
  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;
  }
}

@media (max-width: 430px) {
  section.chara ul {
    display: block;
  }
}
section.chara li {
  border-bottom: dotted #F2A2A9 1px;
  width: 90%;
  margin: auto;
  padding: 1rem 0;
}
@media (max-width: 430px) {
  section.chara li {
    display: block;
    width: 100%;
  }
}
section.chara li .thum {
  max-width: 365px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 430px) {
  section.chara li .thum {
    margin: auto;
    text-align: center;
  }
}
section.chara li .thum img {
  width: 100%;
  max-width: 365px;
}
section.chara li .text {
  width: 90%;
  margin: auto;
  text-align: center;
}
section.chara li .text h3 {
  color: #F2A2A9;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 430px) {
  section.chara li .text h3 {
    text-align: center;
    margin-top: 0.5rem;
  }
}

section.ss h3 {
  color: #d6004a;
  font-size: 1.5rem;
  margin: 0.5rem auto;
  letter-spacing: 0.1rem;
  text-align: center;
  border-bottom: 1px solid #d6004a;
  padding-bottom: 1rem;
  width: 90%;
}
section.ss .text {
  text-align: left;
  margin: 2rem;
  font-size: 1rem;
}
section.ss .btn {
  text-align: center;
}

section.review li {
  border-bottom: dotted #F2A2A9 1px;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 430px) {
  section.review li {
    padding: 1rem;
  }
}
section.review li p {
  color: #F2A2A9;
}
section.review li:last-child {
  border: none;
}

section#info {
  color: #fff;
}
section#info .box_cont {
  background: none;
}
section#info .box_cont:before {
  background: none;
}
section#info .box_cont:after {
  background: none;
}

.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;
  color: #000;
}

.shop_book {
  margin-top: 3rem;
  line-height: 1.2rem;
  text-align: center;
  color: #000;
}
.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;
  }
}

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