@charset "UTF-8";
/* 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 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #231815;
  line-height: 2rem;
  background: url(../images/bg_main.jpg) center top 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;
}
body .bg_t {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
}
body .bg_t img {
  width: 100%;
}
body .bg_b {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 40;
}
body .bg_b img {
  width: 100%;
}

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_left {
  position: fixed;
  left: 3%;
  top: 5%;
  z-index: 90;
  width: 16%;
  max-width: 200px;
}
#main .img_logo_left 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;
  bottom: 50px;
}
@media (max-width: 430px) {
  #main .mv .logo_kotonoha {
    width: 15%;
  }
  #main .mv .logo_kotonoha img {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  section {
    margin-top: 10rem;
  }
}
section {
  opacity: 0;
  transform: translateY(50px);
  transition: 1s;
  filter: blur(10px);
  margin-bottom: 5rem;
}
section.show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
section {
  margin-top: 1rem;
}
section .ttl {
  text-align: center;
  margin-bottom: 3rem;
}
section .ttl img {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
}
section .img_top {
  text-align: center;
}
section .img_top img {
  width: 90%;
  max-width: 800px;
}
section .img_bottom {
  text-align: center;
}
section .img_bottom img {
  width: 90%;
  max-width: 804px;
}
section .box_cont {
  max-width: 800px;
  background-size: 100% auto;
  text-shadow: 1px 1px 6px #1d253e, -1px 1px 6px #1d253e, -1px -1px 6px #1d253e, 1px -1px 6px #1d253e;
}
@media (min-width: 1280px) {
  section .box_cont {
    width: 80%;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
section .box_cont {
  width: 90%;
  padding: 0 1rem 1rem;
  margin: 0 auto;
}

section.story .box_cont {
  text-align: center;
  line-height: 2.2rem;
  margin-top: 1rem;
}
section.story .box_cont span {
  color: #9bd7fe;
}
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;
  margin-top: 1rem;
}
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: solid #9bd7fe 1px;
  width: 90%;
  margin: auto;
  padding: 2rem 1rem;
}
section.chara li:last-child {
  border: none;
}
@media (max-width: 430px) {
  section.chara li {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
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: 337px;
}
section.chara li .text {
  width: 90%;
  margin: auto;
  text-align: center;
}
section.chara li .text h3 {
  color: #9bd7fe;
  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.chara .img_setting {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 1rem auto;
}
section.chara .img_setting img {
  width: 100%;
}

section.ss .box_cont {
  text-align: center;
  margin-top: 1rem;
}
section.ss h3 {
  color: #9bd7fe;
  font-size: 1.5rem;
  margin: 0.5rem auto;
  letter-spacing: 0.1rem;
  text-align: center;
  padding-bottom: 1rem;
  width: 90%;
}
section.ss .box_cont {
  text-align: left;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.2);
  padding: 1rem;
  line-height: 2.5rem;
}

section.wagashi .box_cont {
  text-align: center;
  margin-top: 1rem;
}
section.wagashi .box_wagashi img {
  border: 3px solid #fff;
  width: 95%;
  max-width: 750px;
}

.btn_ss a, .btn_story a {
  width: 95%;
}
.btn_ss a img, .btn_story a img {
  width: 100%;
  max-width: 400px;
}

section.review li {
  border-bottom: dotted #9bd7fe 1px;
  padding: 2rem;
  text-align: center;
}
@media (max-width: 430px) {
  section.review li {
    padding: 1rem;
  }
}
section.review li p {
  color: #9bd7fe;
}
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;
}

.box_info h3 a {
  color: #fff !important;
}

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

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

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

/*reset*/
ul,
li,
h1,
h3,
div {
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 全体のリセットと基本設定 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #fff;
  font-family: sans-serif;
  background-color: #001122; /* 万が一画像が読み込めない時の保険 */
}

/* 1. 固定背景画像 */
/* 3. 気泡の上昇レイヤー */
.bubble-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 3; /* 光の上 */
  pointer-events: none;
}

.bubble {
  position: absolute;
  bottom: -20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: bubble-rise linear infinite, bubble-sway ease-in-out infinite;
}

@keyframes bubble-rise {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-110vh);
  }
}
@keyframes bubble-sway {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 20px;
  }
}
/* 4. メインコンテンツ */
.main-content {
  position: relative;
  z-index: 4; /* 一番手前に置いてテキスト選択やボタンクリックを可能にする */
  text-align: center;
}/*# sourceMappingURL=common.css.map */