@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  margin: 0;
  width: 100%;
  font-size: 2.6667vw;
}
html.modal_on {
  overflow: hidden;
}

body {
  margin: 0;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.67;
  color: #000;
  background: #FFF;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}
a img {
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
}

.banner_special {
  display: block;
  width: 33.5rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner_special {
    margin: 0 auto;
    width: 335px;
  }
}

main {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_sp.png) no-repeat 0 5rem;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  main {
    background: none;
  }
}

@keyframes flip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  } /* 各画像が約1秒間表示される */
}
.fimg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: flip 3s steps(2, end) infinite;
}

.fimg1 {
  animation-delay: 0s;
}

.fimg2 {
  animation-delay: 1s; /* 0.3秒後に表示 */
}

.fimg3 {
  animation-delay: 2s; /* 0.6秒後に表示 */
}

#kv_bg {
  width: 37.5rem;
  height: 36.4rem;
  background: url(../images/kv/bg_kv_sp.png) no-repeat 0 top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  #kv_bg {
    width: 100%;
    height: 364px;
    background: url(../images/kv/bg_kv.png) repeat-x center top;
    background-size: 960px auto;
  }
}

#kv {
  position: relative;
}
@media screen and (min-width: 768px) {
  #kv {
    background: #FFF7D5;
  }
}
#kv .pattern {
  display: none;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  #kv .pattern {
    display: block;
    width: 1000px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
#kv .header {
  margin: 0 auto 0.4rem;
  width: 26rem;
  height: 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kv .header {
    margin: 0 auto 5px;
    width: 260px;
    height: 20px;
  }
}
#kv .tower {
  width: 27.7rem;
  position: absolute;
  left: -9.2rem;
  top: 10.5rem;
}
@media screen and (min-width: 768px) {
  #kv .tower {
    width: 277px;
    left: 50%;
    top: 105px;
    transform: translateX(-320px);
  }
}
#kv #wheel {
  width: 22.4rem;
  height: 24.6rem;
  position: absolute;
  right: -3.7rem;
  top: 13.7rem;
}
@media screen and (min-width: 768px) {
  #kv #wheel {
    width: 224px;
    height: 246px;
    left: 50%;
    right: auto;
    top: 137px;
    transform: translateX(76px);
  }
}
#kv #wheel img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#kv #wheel.f1 img:nth-child(1) {
  opacity: 1;
}
#kv #wheel.f2 img:nth-child(2) {
  opacity: 1;
}
#kv #wheel.f3 img:nth-child(3) {
  opacity: 1;
}
#kv .castle {
  width: 19.8rem;
  position: absolute;
  left: 8.9rem;
  top: 18rem;
}
@media screen and (min-width: 768px) {
  #kv .castle {
    width: 198px;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
  }
}
#kv #kujira {
  width: 17rem;
  height: 13.5rem;
  position: absolute;
  right: -2.7rem;
  top: 31.8rem;
}
@media screen and (min-width: 768px) {
  #kv #kujira {
    width: 170px;
    height: 135px;
    left: 50%;
    right: auto;
    top: 318px;
    transform: translateX(63px);
  }
}
#kv #kujira img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#kv #kujira.f1 img:nth-child(1) {
  opacity: 1;
}
#kv #kujira.f2 img:nth-child(2) {
  opacity: 1;
}
#kv #kujira.f3 img:nth-child(3) {
  opacity: 1;
}
#kv #house {
  width: 19.1rem;
  height: 14.3rem;
  position: absolute;
  left: -5rem;
  top: 32.8rem;
}
@media screen and (min-width: 768px) {
  #kv #house {
    width: 191px;
    height: 143px;
    left: 50%;
    top: 328px;
    transform: translateX(-253px);
  }
}
#kv #house img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}
#kv #house.f1 img:nth-child(1) {
  opacity: 1;
}
#kv #house.f2 img:nth-child(2) {
  opacity: 1;
}
#kv #house.f3 img:nth-child(3) {
  opacity: 1;
}
#kv .stadium {
  width: 18.6rem;
  position: absolute;
  left: 10.6rem;
  top: 42.2rem;
}
@media screen and (min-width: 768px) {
  #kv .stadium {
    width: 186px;
    left: 50%;
    top: 422px;
    transform: translateX(-50%);
  }
}
#kv .flower1_sp {
  width: 22.9rem;
  position: absolute;
  left: -7.83rem;
  top: 40.1rem;
}
@media screen and (min-width: 768px) {
  #kv .flower1_sp {
    display: none;
  }
}
#kv .flower2_sp {
  width: 20.7rem;
  position: absolute;
  right: -8.46rem;
  top: 36.4rem;
}
@media screen and (min-width: 768px) {
  #kv .flower2_sp {
    display: none;
  }
}
#kv .logo {
  margin: 0 auto 27.5rem;
  width: 37.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kv .logo {
    margin: 0 auto 228px;
    width: auto;
    height: 214px;
  }
}
#kv .title_news {
  margin: 0 auto;
  width: 35.3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #kv .title_news {
    width: 353px;
  }
}
#kv .btn_group1 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #kv .btn_group1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
  }
}
#kv .btn_news1 {
  display: block;
  margin: 0 auto;
  width: 36.6rem;
}
@media screen and (min-width: 768px) {
  #kv .btn_news1 {
    margin: 0;
    width: 353px;
  }
}
#kv .btn_news2 {
  display: block;
  margin: 0 auto;
  width: 36.6rem;
}
@media screen and (min-width: 768px) {
  #kv .btn_news2 {
    margin: 0;
    width: 353px;
  }
}
#kv .btn_group2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin: 0 auto 0;
  position: relative;
}
#kv .btn_group2 a {
  display: block;
  width: 17.1rem;
}
@media screen and (min-width: 768px) {
  #kv .btn_group2 a {
    width: 171px;
  }
}

#movies {
  padding-top: 1.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #movies {
    padding-top: 14px;
    background: #9CE4FF;
  }
}
@media screen and (min-width: 768px) {
  #movies:before {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../images/line1.svg) no-repeat 0 0;
    background-size: 100% 80px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#movies .pattern {
  display: none;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  #movies .pattern {
    display: block;
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
#movies .movies {
  position: relative;
}
@media screen and (min-width: 768px) {
  #movies .movies {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    width: 700px;
  }
}
#movies .btn_movie {
  display: block;
  margin: 0 auto;
  width: 33.5rem;
}
@media screen and (min-width: 768px) {
  #movies .btn_movie {
    margin: 0;
    width: 335px;
  }
}
#movies .btn_movie:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #movies .btn_movie:not(:first-child) {
    margin-top: 0;
  }
}

#bottom {
  padding-top: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #bottom {
    padding-top: 60px;
    background: #9CFF9C;
  }
}
@media screen and (min-width: 768px) {
  #bottom:before {
    content: "";
    width: 100%;
    height: 80px;
    background: url(../images/line2.svg) no-repeat 0 0;
    background-size: 100% 80px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#bottom .pattern {
  display: none;
  max-width: initial;
}
@media screen and (min-width: 768px) {
  #bottom .pattern {
    display: block;
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}
#bottom .banners {
  position: relative;
}
@media screen and (min-width: 768px) {
  #bottom .banners {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    width: 700px;
  }
}
#bottom .banners .btn_banner {
  display: block;
  width: 33.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #bottom .banners .btn_banner {
    margin: 0;
    width: 335px;
  }
}
#bottom .banners .btn_banner:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  #bottom .banners .btn_banner:not(:first-child) {
    margin-top: 0;
  }
}
#bottom .note {
  margin: 3rem auto 0;
  width: 33.5rem;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #bottom .note {
    margin: 30px auto 0;
    width: 690px;
    font-size: 12px;
  }
}
#bottom .note.center {
  text-align: center;
}
#bottom #btn_pagetop {
  display: block;
  margin: 5rem auto 0;
  width: 10rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #bottom #btn_pagetop {
    margin: 50px auto 0;
    width: 100px;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.modal-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
  white-space: nowrap;
}

.modal-wrap::-webkit-scrollbar {
  display: none;
}

.modal-wrap:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}

.modal-box {
  width: 100%;
  max-width: 900px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.modal-box video {
  max-width: 100%;
}

.modal-box .inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.modal-box .inner > :first-child {
  margin-top: 0;
}

.modal-box .modal_close {
  display: block;
  margin: 0 auto;
  width: 9rem;
  height: 4.4rem;
  background: url(../images/modal_close.png) no-repeat 0 0;
  background-size: contain;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-box .modal_close {
    width: 90px;
    height: 44px;
  }
}

#modal_letter .modal-wrap {
  padding: 0;
}
#modal_letter .modal-box .letter {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #modal_letter .modal-box .letter {
    width: 400px;
  }
}
#modal_letter .modal-box .modal_close {
  width: 25rem;
  background: url(../images/modal_close_letter.png) no-repeat;
  background-size: contain;
  position: fixed;
  right: auto;
  left: 50%;
  top: auto;
  bottom: 1rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #modal_letter .modal-box .modal_close {
    width: 250px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */