@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- base
- color
- zukan_bg
- zukan_nav_area
- 罫線
-------------------------*/
/*=======================================
　base
=======================================*/
body:has(.zukan) {
  background: url("../img/gallery/animals/cloud_bg.svg") no-repeat center 64.5714285714vw, -webkit-gradient(linear, left top, left bottom, from(#1cc3fb), color-stop(11.3%, #7ee2fd), color-stop(42.19%, #d8fffe), to(#7ee2fd));
  background: url("../img/gallery/animals/cloud_bg.svg") no-repeat center 64.5714285714vw, linear-gradient(to bottom, #1cc3fb 0%, #7ee2fd 11.3%, #d8fffe 42.19%, #7ee2fd 100%);
  background-size: 100% auto;
}
body:has(.zukan) .zukan .contents_ttl_area {
  margin-bottom: 0.8571428571vw;
}
body:has(.zukan) .zukan .contents_ttl_area .contents_ttl_txt {
  left: 52.5%;
}
@media screen and (max-width: 768px) {
  body:has(.zukan) .zukan .contents_ttl_area .contents_ttl_txt {
    left: 49%;
  }
}
body:has(.zukan) .zukan .contents_ttl_area .contents_ttl_txt .num_wrapper {
  left: -7.1428571429vw;
}
body:has(.zukan) .zukan .contents_intro {
  margin-bottom: 5.2142857143vw;
}
@media screen and (max-width: 768px) {
  body:has(.zukan) .zukan .contents_intro {
    width: 90%;
    margin-bottom: 8vw;
  }
}

/* 見出し */
.question {
  margin-bottom: 7.4285714286vw;
}
@media screen and (max-width: 768px) {
  .question {
    margin-bottom: 20vw;
  }
}
.question .q_gallery {
  -webkit-mask: center/contain url(../img/common/gallery.svg) no-repeat;
          mask: center/contain url(../img/common/gallery.svg) no-repeat;
  background: var(--pink_main);
}
@media screen and (max-width: 768px) {
  .question .q_gallery {
    -webkit-mask: center/contain url(../img/common/gallery_sp.svg) no-repeat;
            mask: center/contain url(../img/common/gallery_sp.svg) no-repeat;
  }
}
.question .ball {
  background: var(--pink_main);
}

/* 共通ブロック内　キャラクターコメント */
.zukan_cmn_block .character_comment .comment_wrapper .comment_txt {
  font-size: 1.2857142857vw;
  line-height: 1.777;
  color: #183251;
  padding: 1.7857142857vw 3.1428571429vw;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .zukan_cmn_block .character_comment .comment_wrapper .comment_txt {
    padding: 5.3333333333vw 4vw 4vw;
    font-size: 3.7333333333vw;
  }
}

/* キャラクターコメント共通 */
.zukan .character_comment img {
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .zukan .character_comment .comment_wrapper {
    padding-top: 0;
  }
}
.zukan .character_comment .comment_wrapper .comment_txt {
  background: #EFEFEF;
}
.zukan .character_comment .comment_wrapper .comment_txt::before {
  background: #EFEFEF;
}
.zukan .how_character.yellow {
  padding-top: 0;
  margin-bottom: 5.6428571429vw;
}
@media screen and (max-width: 768px) {
  .zukan .how_character.yellow {
    margin-bottom: 48vw;
  }
}
.zukan .how_character.yellow img {
  width: 10.7857142857vw;
  height: auto;
  left: auto;
  right: -14.0714285714vw;
}
@media screen and (max-width: 768px) {
  .zukan .how_character.yellow img {
    width: 26.6666666667vw;
    right: auto;
    bottom: -40vw;
    left: 50%;
  }
}
.zukan .how_character.yellow .comment_wrapper .comment_txt {
  background: #FFD737 !important;
}
.zukan .how_character.yellow .comment_wrapper .comment_txt::before {
  background: #FFD737 !important;
}

/* キャラクターコメント ルビ */
:where(.character_comment) .comment_txt .ruby .rt {
  top: -0.75em;
}

/* ===========
color
============= */
:root {
  --pink_main: #FF5353;
  --pink_sub01: #FFCCCC;
  --pink_sub02: #FF9494;
  --green_main: #0EAE56;
  --green_sub01: #C5FEDF;
  --green_sub02: #85E9B2;
  --blue_main: #249CE4;
  --blue_sub01: #B5ECFF;
  --blue_sub02: #63D7FF;
  --orange_main: #FD9A34;
  --orange_sub01: #FFEEDC;
  --orange_sub02: #FFCB94;
}

/* ===========
zukan_bg
============= */
.zukan_bg {
  width: 81.4285714286vw;
  margin: 0 auto 8.5714285714vw;
}
@media screen and (max-width: 768px) {
  .zukan_bg {
    width: 94.6666666667vw;
  }
}
.zukan_bg .zukan_bg_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .zukan_bg .zukan_bg_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 80vh;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
  }
}
.zukan_bg .zukan_contents {
  background: #fff;
  padding: 9.2142857143vw 5.7142857143vw 7.7142857143vw;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .zukan_bg .zukan_contents {
    padding: 10.9333333333vw 4vw 14.9333333333vw;
  }
}
.zukan_bg .zukan_contents::before, .zukan_bg .zukan_contents::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .zukan_bg .zukan_contents::before, .zukan_bg .zukan_contents::after {
    display: none;
  }
}
.zukan_bg .zukan_contents::before {
  background: #d5d5d5;
  left: 0.9285714286vw;
  top: 0.2142857143vw;
  z-index: -1;
}
.zukan_bg .zukan_contents::after {
  background: -webkit-gradient(linear, right top, left top, from(#d5d5d5), color-stop(0.9285714286vw, #d5d5d5), color-stop(0.9285714286vw, #fff), to(#fff));
  background: linear-gradient(-90deg, #d5d5d5 0%, #d5d5d5 0.9285714286vw, #fff 0.9285714286vw, #fff 100%);
  left: 2.2857142857vw;
  top: 0.9285714286vw;
  height: calc(100% - 0.9285714286vw);
  z-index: -2;
}
.zukan_bg .zukan_contents .inner {
  width: 100%;
}

/* ===========
zukan_nav_area
============= */
.zukan_nav_area {
  position: -webkit-sticky;
  position: sticky;
  top: 2.6428571429vw;
  margin-top: 2.6428571429vw;
  width: 4.2857142857vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.9285714286vw;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .zukan_nav_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 0;
    top: 0;
    background: #9BEBFD;
    padding: 0 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .zukan_nav_area::before {
    content: "";
    width: 100%;
    height: 5.6vw;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), color-stop(2.1333333333vw, #d5d5d5), color-stop(2.1333333333vw, #fff), color-stop(3.4666666667vw, #fff), color-stop(3.4666666667vw, #d5d5d5), to(#d5d5d5));
    background: linear-gradient(180deg, #d5d5d5 0%, #d5d5d5 2.1333333333vw, #fff 2.1333333333vw, #fff 3.4666666667vw, #d5d5d5 3.4666666667vw, #d5d5d5 100%);
    z-index: -1;
  }
}
.zukan_nav_area .zukan_nav {
  width: 3.3571428571vw;
  height: 11.5vw;
  margin-left: 0.9285714286vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zukan_nav_area .zukan_nav {
    width: 21.3333333333vw;
    height: 10.4vw;
    margin-left: 0;
    margin-bottom: 2.1333333333vw;
  }
}
.zukan_nav_area .zukan_nav.active {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .zukan_nav_area .zukan_nav.active {
    margin-bottom: 0;
  }
}
.zukan_nav_area .zukan_nav a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: var(--murecho);
  font-weight: 700;
  font-size: 1.2857142857vw;
  letter-spacing: 0.1em;
  line-height: 1.277;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .zukan_nav_area .zukan_nav a {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 3.2vw;
    letter-spacing: 0.08em;
    line-height: 1.166;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .zukan_nav_area .zukan_nav:hover {
    width: 3.7142857143vw;
  }
  .zukan_nav_area .zukan_nav:hover a {
    padding-left: 0.3571428571vw;
    opacity: 1;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .zukan_nav_area .zukan_nav:hover {
    width: 3.7142857143vw;
  }
  .zukan_nav_area .zukan_nav:hover a {
    padding-left: 0.3571428571vw;
    opacity: 1;
  }
}
.zukan_nav_area .zukan_nav:nth-child(1) a {
  background: var(--pink_main);
}
.zukan_nav_area .zukan_nav:nth-child(2) a {
  background: var(--green_main);
}
.zukan_nav_area .zukan_nav:nth-child(3) a {
  background: var(--orange_main);
}
.zukan_nav_area .zukan_nav:nth-child(4) a {
  background: var(--blue_main);
}

/* ===========
罫線
============= */
hr {
  border: none;
  width: 100%;
  height: 1px;
  background-image: repeating-linear-gradient(to right, #183251 0 2px, transparent 2px 6px);
  position: absolute;
  left: 0;
  font-size: 1.2857142857vw;
  line-height: 2.777;
}
@media screen and (max-width: 768px) {
  hr {
    font-size: 4.2666666667vw;
    line-height: 3;
  }
}
hr:nth-of-type(1) {
  top: calc(3.1428571429vw + 0lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(1) {
    top: calc(11.2vw + 0lh);
  }
}
hr:nth-of-type(2) {
  top: calc(3.1428571429vw + 1lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(2) {
    top: calc(11.2vw + 1lh);
  }
}
hr:nth-of-type(3) {
  top: calc(3.1428571429vw + 2lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(3) {
    top: calc(11.2vw + 2lh);
  }
}
hr:nth-of-type(4) {
  top: calc(3.1428571429vw + 3lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(4) {
    top: calc(11.2vw + 3lh);
  }
}
hr:nth-of-type(5) {
  top: calc(3.1428571429vw + 4lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(5) {
    top: calc(11.2vw + 4lh);
  }
}
hr:nth-of-type(6) {
  top: calc(3.1428571429vw + 5lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(6) {
    top: calc(11.2vw + 5lh);
  }
}
hr:nth-of-type(7) {
  top: calc(3.1428571429vw + 6lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(7) {
    top: calc(11.2vw + 6lh);
  }
}
hr:nth-of-type(8) {
  top: calc(3.1428571429vw + 7lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(8) {
    top: calc(11.2vw + 7lh);
  }
}
hr:nth-of-type(9) {
  top: calc(3.1428571429vw + 8lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(9) {
    top: calc(11.2vw + 8lh);
  }
}
hr:nth-of-type(10) {
  top: calc(3.1428571429vw + 9lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(10) {
    top: calc(11.2vw + 9lh);
  }
}
hr:nth-of-type(11) {
  top: calc(3.1428571429vw + 10lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(11) {
    top: calc(11.2vw + 10lh);
  }
}
hr:nth-of-type(12) {
  top: calc(3.1428571429vw + 11lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(12) {
    top: calc(11.2vw + 11lh);
  }
}
hr:nth-of-type(13) {
  top: calc(3.1428571429vw + 12lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(13) {
    top: calc(11.2vw + 12lh);
  }
}
hr:nth-of-type(14) {
  top: calc(3.1428571429vw + 13lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(14) {
    top: calc(11.2vw + 13lh);
  }
}
hr:nth-of-type(15) {
  top: calc(3.1428571429vw + 14lh);
}
@media screen and (max-width: 768px) {
  hr:nth-of-type(15) {
    top: calc(11.2vw + 14lh);
  }
}/*# sourceMappingURL=zukan.css.map */