@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --gradient_line_h: linear-gradient(to right, #ff6100 0%, #ffc300 100%);
  --gradient_line_V: linear-gradient(to bottom, #ff6100 0%, #ffc300 100%);
  --gradient_bg: linear-gradient(to bottom, #fffdc0 0%, #d8edd1 50%, #69c4eb 100%);
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 7px);
  }
}
@media screen and (min-width: 961px) and (min-width: 1400px) {
  html {
    font-size: min(0.7142857143vw, 15px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  color: var(--color-text);
  overflow: hidden;
  font-family: "M PLUS 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
  background: var(--gradient_bg);
}
.l-wrap__loader {
  height: 3rem;
  width: 3rem;
  display: block;
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  pointer-events: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 2rem;
    width: 2rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s var(--ease_out) 1s;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.1rem solid transparent;
  border-top: 0.1rem solid #ff6100;
  animation: rotate 0.7s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
.l-wrap__container {
  width: 100%;
  min-height: var(--svh);
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1s var(--ease_inout);
}

.p-top {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-top__container {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top__container {
    min-height: var(--svh);
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 5rem;
  }
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__inner {
  display: block;
  position: relative;
}
.p-top__line {
  width: 5rem;
  height: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-top__line {
    position: fixed;
    top: 0;
    left: 50%;
    background: var(--gradient_line_V);
  }
}
@media screen and (max-width: 960px) {
  .p-top__line {
    width: 100%;
    height: 3.5rem;
    background: var(--gradient_line_h);
  }
}
.p-top__line::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/decor_line_repeat_v.png") repeat-y 50% 0/auto 103.5rem;
  animation: line_v 50s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-top__line::before {
    background: url("../img/decor_line_repeat.png") repeat-x 0 50%/82.8rem auto;
    animation: line_h 50s linear infinite;
  }
}
@keyframes line_v {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -103.5rem;
  }
}
@keyframes line_h {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -82.8rem;
  }
}

.p-hero {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-hero {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: var(--gradient_bg);
  }
}
.p-hero__kv {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p-hero__kv {
    min-height: var(--svh);
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gradient_bg);
  }
}
.p-hero__kv-bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  filter: blur(1.5rem);
  transform: scale(1.1);
  opacity: 0.9;
}
@media screen and (max-width: 960px) {
  .p-hero__kv-bg {
    display: none;
  }
}
.p-hero__kv-bg img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-hero__kv-img {
  width: 100%;
  display: block;
  position: relative;
}

.p-main {
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  padding-bottom: 16rem;
}
@media screen and (min-width: 961px) {
  .p-main {
    min-height: var(--svh);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: 0;
    overflow: hidden;
    background: var(--gradient_bg);
  }
}
@media screen and (max-width: 960px) {
  .p-main {
    padding-bottom: 11rem;
  }
}
.p-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_dot_repeat.png") repeat 0 0/27.5px auto;
  animation: bg 2s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-main::before {
    background-size: 13.75px auto;
    animation-duration: 4s;
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 27.5px -25px;
  }
}
.p-main::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_footer_pc.png") no-repeat center bottom/100% auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-main::after {
    background: url("../img/bg_footer_sp.png") no-repeat center bottom/100% auto;
  }
}
.p-main__content {
  display: block;
  position: relative;
  padding: 7rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-main__content {
    padding: 3.5rem 0 0;
  }
}
.p-main__logo {
  width: 50rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-main__logo {
    width: 27.6rem;
  }
}
.is-load .p-main__logo {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.4s, transform 0.8s var(--ease_bounce) 0.4s;
}
.p-main__start {
  width: 35.5rem;
  display: block;
  position: relative;
  margin: 4.4rem auto 0;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-main__start {
    width: 27.6rem;
    margin-top: 2.8rem;
  }
}
.is-load .p-main__start {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.5s, transform 0.8s var(--ease_bounce) 0.5s;
}
.p-main__season {
  display: block;
  position: relative;
  margin: 4.6rem auto 0;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (min-width: 961px) {
  .p-main__season {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-main__season {
    margin-top: 2.8rem;
  }
}
.is-load .p-main__season {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.7s, transform 0.8s var(--ease_bounce) 0.7s;
}
.p-main__season-item {
  width: 23.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-main__season-item {
    width: 24rem;
    margin: 0 auto;
  }
  .p-main__season-item + .p-main__season-item {
    margin-top: 0.7rem;
  }
}
.p-main__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
  margin: 4.2rem auto 0;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-main__sns {
    margin-top: 3.4rem;
    gap: 1.8rem;
  }
}
.is-load .p-main__sns {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s var(--ease_inout) 0.8s, transform 0.8s var(--ease_bounce) 0.8s;
}
.p-main__sns-item {
  width: 9.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-main__sns-item {
    width: 8rem;
  }
}
.p-main__footer {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2.2rem;
  left: 0;
  z-index: 1;
}
.p-main__copy {
  display: block;
  position: relative;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1rem;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-main__copy {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}

.p-main_season {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-main_season {
    transition: transform 0.4s var(--ease_out);
  }
  .p-main_season:hover {
    transform: scale(1.05);
  }
}
.p-main_season__base {
  display: block;
  position: relative;
}
.p-main_season__cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-main_season__cover {
    transition: opacity 0.4s var(--ease_out);
  }
  .p-main_season:hover .p-main_season__cover {
    opacity: 1;
  }
}

.p-main_sns {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-main_sns {
    transition: transform 0.4s var(--ease_out);
  }
  .p-main_sns:hover {
    transform: scale(1.05);
  }
}
.p-main_sns::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/sns_bg.png") no-repeat center/contain;
  animation: rotate 60s linear infinite;
}
.p-main_sns__img {
  display: block;
  position: relative;
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-black);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}