@charset "UTF-8";
/*========== normalize ==========*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #fff;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #e85298;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

main {
  position: relative;
}

.page__content {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

header {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  header {
    height: 70px;
  }
}
header > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-LTO@1x.png) 50% 50%/contain no-repeat;
  height: 16px;
  width: 227px;
  transition-duration: 0.1s;
  transition-property: filter, transform;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  header > a {
    background-image: url(../img/logo-LTO@2x.png);
    height: 31px;
    width: 453px;
  }
}
@media (pointer: fine) {
  header > a:hover {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.75));
  }
}
header > a:active {
  transform: scale(0.98);
}

footer {
  background-color: #e85298;
  color: #000;
  font-family: "Meiryo", "メイリオ", "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 9px;
  letter-spacing: 0.06em;
  line-height: 1.5384615385;
  padding: 2em;
  position: relative;
  text-align: center;
  z-index: 100;
}
@media screen and (min-width: 576px) {
  footer {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 10px;
  }
}
@media screen and (min-width: 992px) {
  footer {
    font-size: 13px;
  }
}
footer h2 {
  font-size: 1.2307692308em;
  font-weight: normal;
}
footer address {
  font-style: normal;
}
footer .copyright {
  font-size: 1.1538461538em;
  margin-top: 1em;
}

main {
  background: url(../img/ground2@1x.webp) 50% 0/cover no-repeat;
  height: 141.8382352941vw;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  main {
    background-image: url(../img/ground2@2x.webp);
  }
}
main .main__contents {
  position: relative;
  z-index: 10;
}
main .main__contents hr {
  background-color: #fff;
  border: none;
  color: #fff;
  height: 2px;
  margin: 0 auto;
  width: 56.4705882353vw;
}
@media screen and (min-width: 992px) {
  main .main__contents hr {
    height: 3px;
  }
}

section.intro__sect {
  height: 64.1911764706vw;
  padding-top: 51.3970588235vw;
  position: relative;
  width: 100%;
}
section.intro__sect [class*=anm__] {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: absolute;
}
section.intro__sect [class*=anm__].action {
  animation-play-state: running;
}
section.intro__sect .anm__fuku {
  animation: anim-fuku 1.2s linear 0s 1 normal both paused;
  background-image: url(../img/infor-title-fuku@1x.png);
  height: 14.2647058824vw;
  left: 27.5vw;
  top: 11.9117647059vw;
  width: 14.4852941176vw;
}
@media screen and (min-width: 768px) {
  section.intro__sect .anm__fuku {
    background-image: url(../img/infor-title-fuku@2x.png);
  }
}
section.intro__sect .anm__bukuro {
  animation: anim-fuku 1.2s linear 0s 1 normal both paused;
  background-image: url(../img/infor-title-bukuro@1x.png);
  height: 14.4117647059vw;
  left: 59.7058823529vw;
  top: 11.6911764706vw;
  width: 14.4852941176vw;
}
@media screen and (min-width: 768px) {
  section.intro__sect .anm__bukuro {
    background-image: url(../img/infor-title-bukuro@2x.png);
  }
}
section.intro__sect .anm__2026 {
  animation: anim-2026 1s linear 0s 1 normal both paused;
  background-image: url(../img/infor-title-2026@1x.webp);
  height: 2.7205882353vw;
  left: 18.75vw;
  top: 18.5294117647vw;
  width: 7.8676470588vw;
}
@media screen and (min-width: 768px) {
  section.intro__sect .anm__2026 {
    background-image: url(../img/infor-title-2026@2x.webp);
  }
}
section.intro__sect .anm__happybag {
  animation: anim-happybag 1s linear 0s 1 normal both paused;
  background-image: url(../img/infor-title-happybag@1x.webp);
  height: 3.3088235294vw;
  left: 76.0294117647vw;
  top: 18.8235294118vw;
  width: 15.9558823529vw;
}
@media screen and (min-width: 768px) {
  section.intro__sect .anm__happybag {
    background-image: url(../img/infor-title-happybag@2x.webp);
  }
}
section.intro__sect .anm__date {
  animation: anim-date 0.9s linear 0s 1 normal both paused;
  background-image: url(../img/infor-date@1x.webp);
  height: 9.1176470588vw;
  left: 33.75vw;
  top: 35.5882352941vw;
  width: 34.5588235294vw;
}
@media screen and (min-width: 768px) {
  section.intro__sect .anm__date {
    background-image: url(../img/infor-date@2x.webp);
  }
}
section.intro__sect ul.hours {
  margin: 0;
  list-style: none;
  padding-left: 0;
  text-align: center;
  font-size: 3.8235294118vw;
  line-height: 1.3076923077;
}

@keyframes anim-fuku {
  0% {
    opacity: 0;
    transform: scale(0.8);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  40% {
    opacity: 1;
    transform: scale(1.3);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes anim-2026 {
  0% {
    opacity: 0;
    transform: scale(0.7) translateX(2.9411764706vw);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) translateX(-1.4705882353vw);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@keyframes anim-happybag {
  0% {
    opacity: 0;
    transform: scale(0.7) translateX(-2.9411764706vw);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) translateX(1.4705882353vw);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateX(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@keyframes anim-date {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(-2.9411764706vw);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  56% {
    opacity: 1;
    transform: scale(1.1) translateY(1.4705882353vw);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
section.happy__sect {
  margin: 0 auto;
  padding-top: 2.2058823529vw;
  text-align: center;
  width: 69.1176470588vw;
}
section.happy__sect h2 {
  font-weight: 600;
  font-size: 4.2647058824vw;
}
section.happy__sect p {
  margin-top: 0.0909090909em;
  font-size: 3.2352941176vw;
  line-height: 1.75;
}
section.happy__sect nav {
  margin: 2.8676470588vw auto 0;
  width: 65vw;
}
section.happy__sect nav ul {
  display: grid;
  list-style: none;
  gap: 2.2794117647vw 2.6470588235vw;
  grid-template-areas: "otosh fukub" "visit visit";
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
}
section.happy__sect nav ul li {
  transition-duration: 0.1s;
  transition-property: filter, transform;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  section.happy__sect nav ul li:hover {
    filter: brightness(1.2);
  }
}
section.happy__sect nav ul li:active {
  transform: scale(0.985);
}
section.happy__sect nav ul li > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  display: block;
}
section.happy__sect nav ul li.otosh > a,
section.happy__sect nav ul li.fukub > a {
  height: 31.1764705882vw;
  width: 31.1764705882vw;
}
section.happy__sect nav ul li.otosh > a {
  background-image: url(../img/infor-btn-limited@1x.png);
  grid-area: otosh;
}
@media screen and (min-width: 768px) {
  section.happy__sect nav ul li.otosh > a {
    background-image: url(../img/infor-btn-limited@2x.png);
  }
}
section.happy__sect nav ul li.fukub > a {
  background-image: url(../img/infor-btn-regular@1x.png);
  grid-area: fukub;
}
@media screen and (min-width: 768px) {
  section.happy__sect nav ul li.fukub > a {
    background-image: url(../img/infor-btn-regular@2x.png);
  }
}
section.happy__sect nav ul li.visit {
  background: linear-gradient(to bottom, #023979, #14254f);
  grid-area: visit;
}
section.happy__sect nav ul li.visit > a {
  background-image: url(../img/infor-btn-visit-label@1x.webp);
  height: 9.4852941176vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.happy__sect nav ul li.visit > a {
    background-image: url(../img/infor-btn-visit-label@2x.webp);
  }
}
section.happy__sect ul.notes {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8382352941vw;
  line-height: 1.8;
  list-style: none;
  margin: 1.56em auto 0;
  padding-left: 0;
}

.backg__sect {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backg__sect picture {
  display: block;
  position: absolute;
}
.backg__sect picture > img {
  display: block;
  height: auto;
  width: 100%;
}
.backg__sect .anm__bg-lo-rt-3 {
  left: 70.2941176471vw;
  top: 131.3235294118vw;
  width: 33.8235294118vw;
  animation: anim-from-right 1.1s ease-out 0s 1 normal both paused;
}
.backg__sect .anm__bg-lo-rt-3.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-lo-rt-2 {
  left: 80.6617647059vw;
  top: 102.0588235294vw;
  width: 12.7205882353vw;
  animation: anim-from-right 1.1s ease-out 0s 1 normal both paused;
}
.backg__sect .anm__bg-lo-rt-2.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-lo-rt-1 {
  left: 85.6617647059vw;
  top: 71.7647058824vw;
  width: 16.0294117647vw;
  animation: anim-from-right 1.1s ease-out 0s 1 normal both paused;
}
.backg__sect .anm__bg-lo-rt-1.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-lo-lt-2 {
  left: -7.9411764706vw;
  top: 104.2647058824vw;
  width: 24.5588235294vw;
  animation: anim-from-left 1.1s ease-out 0s 1 normal both paused;
}
.backg__sect .anm__bg-lo-lt-2.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-lo-lt-1 {
  left: -3.8235294118vw;
  top: 62.5vw;
  width: 23.3823529412vw;
  animation: anim-from-left 1.1s ease-out 0s 1 normal both paused;
}
.backg__sect .anm__bg-lo-lt-1.action {
  animation-play-state: running;
}
.backg__sect picture.anm__golden-circle {
  clip-path: circle(0% at 50% 33%);
  left: 17.2794117647vw;
  top: 0;
  transition: clip-path 0.9s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 67.2058823529vw;
}
.backg__sect picture.anm__golden-circle.action {
  clip-path: circle(58% at 50% 33%);
}
.backg__sect .bg-up-shade {
  left: 0;
  mix-blend-mode: multiply;
  top: 0;
  width: 100vw;
}
.backg__sect .anm__bg-up-lt2 {
  left: -2.5vw;
  top: 12.3529411765vw;
  width: 19.0441176471vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-lt2.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-rt4 {
  left: 57.7205882353vw;
  top: 25.2205882353vw;
  width: 23.3823529412vw;
  opacity: 0;
  transition: opacity 1s linear;
}
.backg__sect .anm__bg-up-rt4.action {
  opacity: 1;
}
.backg__sect picture.anm__horses {
  clip-path: ellipse(0% 100%);
  left: 6.3970588235vw;
  top: 6.3235294118vw;
  transition: clip-path 1.9s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 88.3823529412vw;
}
.backg__sect picture.anm__horses.action {
  clip-path: ellipse(100% 100%);
}
.backg__sect .anm__bg-up-lt1 {
  left: 3.9705882353vw;
  top: 2.7205882353vw;
  width: 20.6617647059vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-lt1.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-lt3 {
  left: 16.9852941176vw;
  top: 25.7352941176vw;
  width: 18.6029411765vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-lt3.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-lt4 {
  left: 1.3235294118vw;
  top: 37.6470588235vw;
  width: 30.5147058824vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-lt4.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-rt1 {
  left: 75.1470588235vw;
  top: 4.2647058824vw;
  width: 23.6764705882vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-rt1.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-rt2 {
  left: 66.3970588235vw;
  top: 26.6911764706vw;
  width: 16.0294117647vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-rt2.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-rt3 {
  left: 85.0735294118vw;
  top: 34.4852941176vw;
  width: 13.3823529412vw;
  animation: anim-pops 0.6s linear 0s 1 normal both paused;
}
.backg__sect .anm__bg-up-rt3.action {
  animation-play-state: running;
}
.backg__sect .anm__bg-up-rt5 {
  left: 59.3382352941vw;
  top: 3.8235294118vw;
  width: 18.3823529412vw;
  opacity: 0;
  transition: opacity 1s linear;
}
.backg__sect .anm__bg-up-rt5.action {
  opacity: 1;
}
.backg__sect .anm__clane-lt {
  left: 35.6617647059vw;
  top: 4.1911764706vw;
  width: 7.5vw;
  opacity: 0;
  transform: translateX(17.6470588235vw);
  transition-property: opacity, transform;
  transition-duration: 1.9s;
  transition-timing-function: ease-out;
}
.backg__sect .anm__clane-lt.action {
  opacity: 1;
  transform: translateX(0);
}
.backg__sect .anm__clane-rt {
  left: 80.2941176471vw;
  top: 3.6029411765vw;
  width: 7.7205882353vw;
  opacity: 0;
  transform: translateX(16.1764705882vw);
  transition-property: opacity, transform;
  transition-duration: 1.9s;
  transition-timing-function: ease-out;
}
.backg__sect .anm__clane-rt.action {
  opacity: 1;
  transform: translateX(0);
}

@keyframes anim-pops {
  0% {
    opacity: 0;
    transform: scale(0.7);
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@keyframes anim-from-right {
  0% {
    transform: translateX(7.3529411765vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes anim-from-left {
  0% {
    transform: translateX(-7.3529411765vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
