@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  overflow-x: hidden;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #faf9f4;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000000;
  background-color: #faf9f4;
  overflow-x: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #000000;
}

section,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 1.6rem;
    font-size: 16px;
  }
  .wrapper a {
    transition: 0.3s ease;
  }
  .inner {
    width: 81%;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .inner {
    width: 100%;
    max-width: 1080px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.wrapper {
  position: relative;
  outline: 0.1rem solid #dae4ed;
  outline-offset: -1.8rem;
}
.wrapper::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4.8rem);
  height: calc(100% - 4.8rem);
  border: 0.1rem solid #dae4ed;
}
.wrapper_inner {
  position: relative;
  background-image: url(../images/common/img_corner_topL.jpg), url(../images/common/img_corner_topR.jpg), url(../images/common/img_corner_bottomL.jpg), url(../images/common/img_corner_bottomR.jpg);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 16rem auto;
  background-repeat: no-repeat;
}

.bnr_reserve {
  position: fixed;
  top: 55rem;
  right: 3rem;
  width: 11rem;
  height: 41rem;
  z-index: 999;
}
.bnr_reserve.fixed {
  position: fixed;
}
.bnr_reserve a {
  position: relative;
  height: 100%;
  background: url(../images/banner/bg_bnr_reserve.png) no-repeat center/contain;
}
.bnr_reserve a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: -29.2857142857% auto 0;
  width: 71.4285714286%;
  padding-top: 110%;
  background: url(../images/common/img_nekobus_ddd.png) no-repeat center/contain;
}
.bnr_reserve a img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 10%;
  transform: translateX(-50%);
  width: 80%;
}

.sec_ttl_hori {
  position: relative;
}

.kurosuke1 {
  position: absolute;
  top: -3.5rem;
  left: -4rem;
  width: 3.1rem;
  animation: fuwafuwa 1.5s infinite ease-in-out 0.8s alternate;
}
.kurosuke1 img {
  transform: rotate(-25deg);
}

.kurosuke2 {
  position: absolute;
  top: 4rem;
  left: -7.6rem;
  width: 4.2rem;
  animation: fuwafuwa 2.5s infinite ease-in-out 0s alternate;
}
.kurosuke2 img {
  transform: rotate(15deg);
}

.kurosuke3 {
  position: absolute;
  bottom: 1rem;
  right: -7rem;
  width: 3.7rem;
  animation: fuwafuwa 2s infinite ease-in-out 0s alternate;
}
.kurosuke3 img {
  transform: rotate(-15deg);
}

.sec_ttl_vert {
  position: relative;
  text-align: center;
  margin-bottom: 10rem;
}
.sec_ttl_vert .sec_ttl {
  display: inline-block;
  color: #0d5aa7;
  writing-mode: vertical-rl;
}
.sec_ttl_vert .sec_ttl span {
  margin: 0 0 0.25em;
}

.kurosuke4 {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(-26 / 650 * 100%) 0 0 calc(233 / 650 * 100%);
  width: 3.1rem;
  animation: fuwafuwa 2s infinite ease-in-out 0s alternate;
}
.kurosuke4 img {
  transform: rotate(25deg);
}

.kurosuke5 {
  position: absolute;
  top: 0;
  left: 0;
  margin: calc(18 / 650 * 100%) 0 0 calc(187 / 650 * 100%);
  width: 4.2rem;
  animation: fuwafuwa 1.5s infinite ease-in-out 0.8s alternate;
}
.kurosuke5 img {
  transform: rotate(-20deg);
}

.kurosuke6 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(186 / 650 * 100%) 0 0;
  width: 3.7rem;
  animation: fuwafuwa 1.5s infinite ease-in-out 0s alternate;
}

.sec_ttl {
  display: flex;
  align-items: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #ffb400;
  letter-spacing: 0.34em;
}
.sec_ttl span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: -0.15em 0.3em 0 0;
  width: 1.6em;
  height: 1.6em;
  font-family: "Shippori Mincho", serif;
  font-size: 125%;
  letter-spacing: 0;
  border: 1px solid;
  border-radius: 50%;
}

.sub_ttl {
  padding-bottom: 0.4em;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 3rem;
  color: #0d5aa7;
  border-bottom: 1rem double #dae4ed;
}

.ttl_subpage {
  margin-bottom: 15rem;
}

.movie_embed {
  margin-left: calc(-25 / 650 * 100%);
  padding: calc(8 / 650 * 100%);
  width: calc(700 / 650 * 100%);
  border: 1px solid #dae4ed;
}
.movie_embed a {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_embed a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13.7142857143%;
  padding-top: 13.7142857143%;
}
.play-button img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  width: 31.25%;
}

.play-circles {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn1 {
  text-align: center;
  padding: 0.5rem;
  border: 1px solid #0d5aa7;
}
.btn1 span {
  display: block;
  padding: 4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
  background: #0d5aa7;
}

@media screen and (min-width: 768px) {
  .bnr_reserve {
    top: 8vh;
    z-index: 9999;
  }
  .bnr_reserve a::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-bottom: 10%;
    transform: translateX(-50%);
    width: 80%;
    padding-top: 80%;
    background: url(../images/banner/bnr_reserve_h.png) no-repeat center/contain;
    transition: 0.5s ease;
    z-index: 1;
    opacity: 0;
  }
  .bnr_reserve a:hover::before {
    opacity: 1;
  }
  .sec_ttl_vert {
    margin-bottom: 6rem;
  }
  .sec_ttl {
    font-size: max(3.2rem, 25px);
  }
  .kurosuke4 {
    margin: calc(-20 / 1080 * 100%) 0 0 calc(464 / 1080 * 100%);
  }
  .kurosuke5 {
    margin: calc(24 / 1080 * 100%) 0 0 calc(430 / 1080 * 100%);
  }
  .kurosuke6 {
    margin: 0 calc(440 / 1080 * 100%) calc(-10 / 1080 * 100%) 0;
  }
  .sub_ttl {
    font-size: max(2.2rem, 19px);
  }
  .ttl_subpage {
    margin: 0 auto 13rem;
    width: calc(500 / 1080 * 100%);
  }
  .movie_embed {
    margin: 0 auto;
    padding: calc(6 / 1080 * 100%);
    width: calc(892 / 1080 * 100%);
  }
  .btn1 span {
    padding: 3.5rem;
    font-size: max(2.2rem, 18px);
    transition: 0.3s ease;
  }
  .btn1:hover {
    border-color: #ffb400;
  }
  .btn1:hover span {
    color: #000;
    background: #ffb400;
  }
}
/* =====================================================================
    animation
======================================================================*/
.fadeIn {
  opacity: 0;
  filter: blur(10px);
  transition-duration: 500ms;
  transition: 0.5s ease-in;
}

.scrollIn {
  opacity: 1;
  filter: blur(0);
}

@keyframes bound-anim {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15%);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
/* =====================================================================
    submv
======================================================================*/
.submv {
  padding: 9.5rem 0 7rem;
}
.submv h1 {
  margin: 0 auto 2rem;
  width: calc(620 / 650 * 100%);
}

.submv_img {
  margin: 0 auto 3rem;
  width: calc(170 / 650 * 100%);
}

.submv_date {
  margin: 0 auto 1.5rem;
  width: calc(620 / 650 * 100%);
}

.submv_place {
  margin: 0 calc(15 / 650 * 100%) 0 auto;
  width: calc(312 / 650 * 100%);
}

.submv_slider {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.submv_slider.slick-initialized {
  display: block;
}
.submv_slider::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #faf9f4 0%, #faf9f4 20%, rgba(250, 249, 244, 0.9) 40%, rgba(250, 249, 244, 0) 100%);
}
.submv_slider .slick-track {
  display: flex;
}
.submv_slider .slick-slide {
  height: auto !important;
}
.submv_slider .slick-slide img {
  height: 79rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#main > section:first-of-type {
  padding-top: 10rem;
}

@media screen and (min-width: 768px) {
  .submv {
    padding: 7.8rem 0 4.7rem;
    z-index: 9999;
  }
  .submv h1 {
    margin: 0 0 1.8rem calc(300 / 1080 * 100%);
    width: calc(579 / 1080 * 100%);
  }
  .submv_img {
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-20 / 1080 * 100%) 0 0 calc(213 / 1080 * 100%);
    width: calc(68 / 1080 * 100%);
  }
  .submv_txt {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .submv_date {
    margin: 0;
    width: calc(580 / 1080 * 100%);
  }
  .submv_place {
    margin: 0 0 0 calc(32 / 1080 * 100%);
    width: calc(256 / 1080 * 100%);
  }
  .submv_slider .slick-slide img {
    height: 54rem;
  }
  #main > section:first-of-type {
    padding-top: 5rem;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 5rem);
  border-bottom: 1px solid #dae4ed;
}

.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.btn_menu {
  position: relative;
  width: 11.2rem;
  height: 11.2rem;
  margin: 4rem 2rem 0 auto;
  background: #0d5aa7;
  border-radius: 50%;
  z-index: 9999;
}
.btn_menu_inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45%;
  width: 35.7142857143%;
  padding-top: 12.5%;
}
.btn_menu_inner span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  transition: all 0.3s;
}
.btn_menu_inner span:nth-of-type(1) {
  top: 0;
}
.btn_menu_inner span:nth-of-type(2) {
  width: 80%;
  bottom: 0;
}
.btn_menu.active span:nth-of-type(1) {
  transform: translateY(295%) rotate(-35deg);
}
.btn_menu.active span:nth-of-type(2) {
  width: 100%;
  transform: translateY(-295%) rotate(35deg);
}

.nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 48rem 0 0;
  background-color: #fff;
  z-index: 999;
}
.nav_logo {
  position: absolute;
  top: 11rem;
  left: 50%;
  transform: translateX(-50%);
  width: 19.2rem;
}
.nav_logo a {
  position: relative;
  padding-bottom: 6.2rem;
}
.nav_logo a::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 34.4rem;
  height: 3.9rem;
  background: url(../images/common/img_logo-sp.png) no-repeat center/contain;
}
.nav_inner {
  position: relative;
  margin: 0 auto;
  padding-bottom: 150px;
  width: calc(650 / 750 * 100%);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.nav_menu {
  margin-bottom: 10rem;
  border-top: 1rem double #dae4ed;
}
.nav_menu li {
  text-align: center;
  border-bottom: 1rem double #dae4ed;
}
.nav_menu li a {
  padding: 3.8rem 0;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #0d5aa7;
}
.nav_menu li.nolink a {
  pointer-events: none;
  filter: grayscale(1);
  opacity: 0.6;
}
.nav_sns {
  display: flex;
  justify-content: center;
}
.nav_sns li {
  width: calc(112 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .header {
    padding-bottom: 15rem;
  }
  .header_nav {
    position: absolute;
    top: auto;
    bottom: 6rem;
    left: 50%;
    padding-top: 5rem;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, #faf9f4 0%, #faf9f4 10%, rgba(250, 249, 244, 0.8) 40%, rgba(0, 0, 0, 0) 90%);
  }
  .header_nav.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .btn_menu {
    display: none;
  }
  .nav {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    max-width: calc(100% - 35rem);
    height: auto;
    background: #0d5aa7;
    border-radius: 6rem;
    z-index: 1;
  }
  .nav_logo {
    top: -3.7rem;
    left: 5rem;
    transform: translate(0);
    width: 8.8rem;
    z-index: 1;
  }
  .nav_logo a {
    padding: 0;
  }
  .nav_logo a:hover {
    opacity: 0.7;
  }
  .nav_logo a::before {
    display: none;
  }
  .nav_inner {
    padding: 0;
    width: 100%;
    max-width: 1600px;
    overflow: visible;
  }
  .nav_menu {
    display: flex;
    justify-content: center;
    margin: 0;
    border-top: 0;
  }
  .nav_menu li {
    margin: 0 calc(25 / 1080 * 100%);
    border-bottom: 0;
  }
  .nav_menu li a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    height: 9rem;
    font-size: max(2rem, 12px);
    color: #fff;
  }
  .nav_menu li a::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 4.5rem;
    height: 3.8rem;
    background: url(../images/common/img_kurosuke2.png) no-repeat center/contain;
    transition: 0.3s ease;
    opacity: 0;
  }
  .nav_menu li a:hover::before {
    animation: 0.6s bound-anim ease infinite alternate;
    top: -2rem;
    opacity: 1;
  }
  .nav_sns {
    position: absolute;
    top: 50%;
    right: calc(35 / 1080 * 100%);
    transform: translateY(-50%);
    width: calc(60 / 1080 * 100%);
  }
  .nav_sns li {
    width: 100%;
  }
  .nav_sns li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1600px) {
  .nav {
    max-width: 1080px;
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner_list li {
  margin-bottom: 3rem;
  width: calc(640 / 650 * 100%);
}
.banner_list li a {
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    margin: 0 calc(10 / 1080 * 100%) 2rem;
    width: calc(470 / 1080 * 100%);
  }
  .banner_list li.wide {
    width: calc(700 / 1080 * 100%);
  }
  .banner_list li a:hover {
    transform: scale(1.05);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer {
  margin-top: -5vw;
}

.pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 26rem;
  z-index: 10;
}
.pagetop.fixed {
  position: fixed;
  margin-bottom: 0;
}
.pagetop a {
  position: relative;
  width: 21.5rem;
  padding: 15.5%;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/txt_btn_pagetop.png) no-repeat center/contain;
  transition: 0.8s ease-in-out;
}

.footer_banner {
  position: relative;
  padding: 14rem 0 35rem;
  background: url(../images/common/bg_footer-sp.png) no-repeat top center/cover;
}
.footer_banner::before {
  content: "";
  position: absolute;
  display: block;
  top: -9.7rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 26.1rem;
  height: 17.5rem;
  background: url(../images/common/img_nekobus1.png) no-repeat center/contain;
}
.footer_banner h2 {
  margin: 0 auto;
  width: calc(623 / 650 * 100%);
}
.footer_banner .banner_list {
  margin-top: 15rem;
}

.copyright {
  position: relative;
  padding: 11.7rem 0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  color: #9ab5d0;
  background: #0d5aa7;
}

@media screen and (min-width: 768px) {
  .pagetop {
    margin-bottom: 20rem;
  }
  .pagetop a {
    width: 13.5rem;
    min-width: 90px;
    padding: 15.5%;
  }
  .pagetop a:hover::before {
    transform: rotate(360deg);
  }
  .footer_banner {
    padding: 9rem 0 17rem;
    background-image: url(../images/common/bg_footer-pc.png);
  }
  .footer_banner::before {
    top: -5.5rem;
    width: 16.3rem;
    height: 10.9rem;
  }
  .footer_banner h2 {
    width: calc(681 / 1080 * 100%);
  }
  .footer_banner .banner_list {
    margin-top: 7.6rem;
  }
  .copyright {
    padding: 9rem 0 6rem;
    font-size: 1.4rem;
  }
  .copyright::before {
    top: -11.4rem;
    width: 14.7rem;
    height: 19rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

.popup_area {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}

.popup_inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  padding: 5.5em 0;
  width: 100%;
}

.popup_close {
  position: absolute;
  top: 16rem;
  right: 2rem;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  transform: rotate(45deg);
  margin: 0 auto;
}
.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ff6d2d;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem 0;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #0d5aa7;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1080px;
  }
  .popup_close {
    right: 12rem;
    cursor: pointer;
  }
  .popup_list > li {
    width: calc(1080 / 1600 * 100%);
  }
  .popup_close2 {
    width: 50rem;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #ffb400;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .nextstory_movie_photo img,
  .story_movie_photo img,
  .news_list_photo img,
  .story_txt_list_photo img,
  .bucknumber_list img,
  .topics_photo img,
  .chart_btn_img,
  .chart_photo img {
    display: none;
  }
}/*# sourceMappingURL=base.css.map */