@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
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, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  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;
}

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

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  font-family: YakuHanJP, -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%;
  word-wrap: break-word;
}

body .m-modal {
  overflow: hidden;
  opacity: 1 !important;
}
body .m-modal .m-modal__content {
  position: absolute !important;
  bottom: 0;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 98.5%;
  height: 90% !important;
  height: 430px;
  max-width: none;
  min-width: auto;
  overflow: hidden;
  top: auto;
  display: flex;
  align-items: flex-end;
  height: 430px !important;
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__content {
    width: 97.5%;
    height: 292px !important;
  }
}
body .m-modal .m-modal__content-inner {
  border-radius: 25px 25px 0 0;
  background-color: #fff;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__content-inner {
    border-radius: 15px 15px 0 0;
    height: 292px !important;
  }
}
body .m-modal .m-modal__content-inner > div {
  height: 100%;
}
body .m-modal .m-modal__close-btn {
  top: 28px;
  right: 30px;
  width: 70px;
  height: 70px !important;
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__close-btn {
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px !important;
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  height: 70px;
  background-color: #000;
  transition: transform 0.7s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    height: 45px;
  }
}
@media (hover: hover) {
  body .m-modal .m-modal__close-btn:hover {
    transform: rotate(270deg);
  }
  body .m-modal .m-modal__close-btn:hover::before, body .m-modal .m-modal__close-btn:hover::after {
    transform: rotate(0);
  }
}
body .m-modal.is-open .m-modal__content-inner {
  transform: translateY(0);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.spur_chanel2510 {
  font-family: YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
}
.spur_chanel2510::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9ebeb;
}

.spur_chanel2510_content {
  position: relative;
}

.spur_chanel2510_block__ttl {
  position: relative;
  text-align: center;
  font-size: 35px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  margin-bottom: 98px;
  letter-spacing: 1.5px;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_block__ttl {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_block__ttl {
    font-size: 20px;
    margin-bottom: 42px;
  }
}

.c-chanel2510_btn {
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  width: 380px;
  transition: background 1s cubic-bezier(0.25, 1, 0.5, 1), transform 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .c-chanel2510_btn:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 899px) {
  .c-chanel2510_btn {
    width: 100%;
  }
}
.c-chanel2510_btn.-white {
  border-color: #fff;
}
@media (hover: hover) {
  .c-chanel2510_btn.-white:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scale(0.98);
  }
}
.c-chanel2510_btn__inner {
  display: block;
  padding: 19px 19% 18px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-chanel2510_btn__inner {
    padding: 11px 18% 10px;
  }
}
.c-chanel2510_btn__inner::before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  background: url(../img/icon/arrow_b.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .c-chanel2510_btn__inner::before {
    width: 14px;
    right: 7%;
  }
}
.-white .c-chanel2510_btn__inner::before {
  background: url(../img/icon/arrow_w.png) no-repeat center center;
  background-size: contain;
}
.c-chanel2510_btn__text {
  line-height: 1.5;
  font-size: 14px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 899px) {
  .c-chanel2510_btn__text {
    font-size: 11.5px;
  }
}
.-white .c-chanel2510_btn__text {
  color: #fff;
}

.spur_chanel2510_footer {
  position: relative;
}
.spur_chanel2510_footer__deco {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1900px;
}
.spur_chanel2510_footer__deco-item {
  position: absolute;
}
.spur_chanel2510_footer__deco-item:nth-child(1) {
  width: 25%;
  left: 3%;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_footer__deco-item:nth-child(1) {
    bottom: 14%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__deco-item:nth-child(1) {
    width: 89%;
    top: -24%;
    left: -27%;
  }
}
.spur_chanel2510_footer__deco-item:nth-child(2) {
  bottom: 9%;
  right: 1%;
  width: 40%;
}
.spur_chanel2510_footer__catch {
  text-align: center;
  line-height: 1.4;
}
.spur_chanel2510_footer__catch-cap {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__catch-cap {
    margin-bottom: 7px;
    font-size: 11px;
  }
}
.spur_chanel2510_footer__catch-main {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__catch-main {
    font-size: 16px;
  }
}
.spur_chanel2510_footer__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.spur_chanel2510_footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 57px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__menu {
    margin-top: 34px;
  }
}
.spur_chanel2510_footer__menu-item {
  margin: 0 20px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__menu-item {
    margin: 0 7px;
  }
}
.spur_chanel2510_footer__menu-item button {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1.5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__menu-item button {
    letter-spacing: 1px;
    font-size: 11px;
  }
}
@media (hover: hover) {
  .spur_chanel2510_footer__menu-item button:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.spur_chanel2510_footer__menu-item button::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_footer__credit {
  text-align: center;
  line-height: 1.65;
  font-size: 15px;
  margin-top: 54px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__credit {
    letter-spacing: 0px;
    font-size: 10px;
    line-height: 1.55;
    margin-top: 33px;
  }
}
.spur_chanel2510_footer__contact {
  text-align: center;
  font-size: 18px;
  margin-top: 46px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__contact {
    font-size: 10px;
    margin-top: 23px;
    line-height: 1.9;
  }
}
.spur_chanel2510_footer__contact a {
  vertical-align: baseline;
  position: relative;
}
@media (hover: hover) {
  .spur_chanel2510_footer__contact a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.spur_chanel2510_footer__contact a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_footer__note {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  margin-top: 53px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__note {
    font-size: 9px;
    margin-top: 22px;
    letter-spacing: 0;
  }
}
.spur_chanel2510_footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 57px;
  width: 90%;
  max-width: 880px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__links {
    margin-top: 35px;
    display: block;
  }
}
.spur_chanel2510_footer__links-item {
  width: 32%;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_footer__links-item {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .spur_chanel2510_footer__links-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__links-item {
    width: 210px;
    margin: 0 auto;
  }
}
.spur_chanel2510_footer__links-item .c-chanel2510_btn {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_footer__links-item .c-chanel2510_btn__inner {
    padding: 15px 19% 12px;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__links-item + .spur_chanel2510_footer__links-item {
    margin-top: 15px;
  }
}
.spur_chanel2510_footer__share {
  position: relative;
  background-color: #fff;
  margin-top: 199px;
  padding: 32px 0;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__share {
    margin-top: 102px;
    padding: 26px 0;
  }
}
.spur_chanel2510_footer__share-inner {
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spur_chanel2510_footer__share-ttl {
  flex-shrink: 0;
  height: 100%;
  font-size: 16px;
  margin-right: 20px;
  font-family: "Marcellus", serif;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__share-ttl {
    font-size: 14px;
    margin-right: 18px;
  }
}
.spur_chanel2510_footer__share-list {
  display: flex;
  align-items: center;
}
.spur_chanel2510_footer__share-list-item {
  width: 25px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__share-list-item {
    width: 18px;
  }
}
.spur_chanel2510_footer__share-list-item:nth-child(2) {
  width: 22px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__share-list-item:nth-child(2) {
    width: 16px;
  }
}
.spur_chanel2510_footer__share-list-item a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .spur_chanel2510_footer__share-list-item a:hover {
    opacity: 0.6;
  }
}
.spur_chanel2510_footer__share-list-item svg {
  fill-rule: evenodd;
}
.spur_chanel2510_footer__share-list-item + .spur_chanel2510_footer__share-list-item {
  margin-left: 20px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_footer__share-list-item + .spur_chanel2510_footer__share-list-item {
    margin-left: 16px;
  }
}

.spur_chanel2510__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.spur_chanel2510__bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510__bg-item.is-current {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}
.spur_chanel2510__bg [data-bg=black] {
  background-color: #000;
}
.spur_chanel2510__bg [data-bg=gray] {
  background-color: rgba(207, 209, 209, 0.5);
}

body.is-modal-open,
body.is-modal-overflow {
  overflow: auto !important;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
html body header.g-header {
  position: absolute !important;
}

.spur_chanel2510_load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e9ebeb;
  z-index: 10;
}
.is-load .spur_chanel2510_load {
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.spur_chanel2510_hero {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
}
.spur_chanel2510_hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spur_chanel2510_hero__bg-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.spur_chanel2510_hero__bg-player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.spur_chanel2510_hero__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_hero__content {
    padding: 15px 15px 25px;
  }
}
.spur_chanel2510_hero__ttl {
  transform: translate(-30px, 30px);
  opacity: 0;
}
.is-load .spur_chanel2510_hero__ttl {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
.spur_chanel2510_hero__ttl-cap {
  font-size: 20px;
  margin-bottom: 7px;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_hero__ttl-cap {
    font-size: 11px;
  }
}
.spur_chanel2510_hero__ttl-main {
  font-size: 38px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_hero__ttl-main {
    font-size: 19px;
  }
}
.spur_chanel2510_hero__ttl-main h2 {
  font-weight: 500;
}
.spur_chanel2510_hero__text {
  margin-top: 8px;
  width: 100%;
  max-width: 570px;
  font-size: 16px;
  line-height: 2;
  transform: translate(-30px, 30px);
  opacity: 0;
}
.is-load .spur_chanel2510_hero__text {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_hero__text {
    line-height: 2.15;
    width: 100%;
    font-size: 10px;
  }
}

.spur_chanel2510_style {
  position: relative;
  padding-top: 19.5%;
  padding-bottom: 14%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style {
    padding-top: 142px;
    padding-bottom: 100px;
  }
}
.spur_chanel2510_style__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spur_chanel2510_style__bg-inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 1900px;
}
.spur_chanel2510_style__bg.-bg2 {
  height: 110%;
}
.spur_chanel2510_style__bg-item {
  position: absolute;
}
.spur_chanel2510_style__bg-item:nth-child(1) {
  top: -2.5%;
  right: -5%;
  width: 37.5%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__bg-item:nth-child(1) {
    top: 0.5%;
    right: -14%;
    width: 55%;
  }
}
.spur_chanel2510_style__bg-item:nth-child(2) {
  top: 22.5%;
  left: -15%;
  width: 58.5%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__bg-item:nth-child(2) {
    top: 13.5%;
    left: -23%;
    width: 91.5%;
  }
}
.spur_chanel2510_style__bg-item:nth-child(3) {
  bottom: 23.5%;
  right: 6%;
  width: 30.5%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__bg-item:nth-child(3) {
    bottom: auto;
    top: 42%;
    right: -13%;
    width: 52.5%;
  }
  .-bg2 .spur_chanel2510_style__bg-item:nth-child(3) {
    top: 39.5%;
    right: -7%;
    width: 41.5%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__bg-item:nth-child(4) {
    bottom: 27.5%;
    left: -21%;
    width: 90.5%;
  }
  .-bg2 .spur_chanel2510_style__bg-item:nth-child(4) {
    top: 58%;
    left: -13%;
    width: 54%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__bg-item:nth-child(5) {
    bottom: 15.5%;
    right: -6%;
    width: 39.5%;
  }
  .-bg2 .spur_chanel2510_style__bg-item:nth-child(5) {
    bottom: 19.5%;
    right: -32%;
    width: 91%;
  }
}
@media screen and (max-width: 899px) {
  .-bg2 .spur_chanel2510_style__bg-item:nth-child(6) {
    bottom: 5.5%;
    left: -7%;
    width: 40%;
  }
}
.spur_chanel2510_style__box {
  display: flex;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__box {
    display: block;
  }
}
.spur_chanel2510_style__box + .spur_chanel2510_style__box {
  margin-top: 15%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__box + .spur_chanel2510_style__box {
    margin-top: 7.5%;
  }
}
.spur_chanel2510_style__box:nth-child(2n) {
  flex-direction: row-reverse;
}
.spur_chanel2510_style__box-content {
  flex-grow: 1;
  word-break: break-all;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box:nth-child(2n+1) .spur_chanel2510_style__box-content {
    padding: 3.7% 5% 0 1%;
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box:nth-child(2n) .spur_chanel2510_style__box-content {
    padding: 3.7% 5% 0 5.5%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__box-content {
    padding: 34px 0 0;
  }
}
.spur_chanel2510_style__inner {
  position: relative;
  margin: 0 auto;
  width: 93%;
  max-width: 1600px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__inner {
    width: 90%;
  }
}
.spur_chanel2510_style__thumb {
  width: 54%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box:nth-child(2n+1) .spur_chanel2510_style__thumb {
    margin-right: 4%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__thumb {
    width: 100%;
  }
}
.spur_chanel2510_style__thumb-head {
  font-family: "Arsenal SC", sans-serif;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: absolute;
  mix-blend-mode: difference;
  color: #fff;
  top: 0;
  z-index: 1;
  transform: translateY(-57%);
}
.spur_chanel2510_style__box:nth-child(2n+1) .spur_chanel2510_style__thumb-head {
  left: 0;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__box:nth-child(2n+1) .spur_chanel2510_style__thumb-head {
    left: 2%;
  }
}
.spur_chanel2510_style__box:nth-child(2n) .spur_chanel2510_style__thumb-head {
  right: 0;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__box:nth-child(2n) .spur_chanel2510_style__thumb-head {
    right: 2%;
  }
}
.spur_chanel2510_style__thumb-head-cap {
  font-size: 17px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-head-cap {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-head-cap {
    transition-delay: 1s;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__thumb-head-cap {
    font-size: 12px;
  }
}
.spur_chanel2510_style__thumb-head-num {
  font-size: 122px;
  position: relative;
  margin-top: -7px;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-head-num {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.35s;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-head-num {
    transition-delay: 1.15s;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__thumb-head-num {
    font-size: 70px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box:nth-child(2n+1) .spur_chanel2510_style__thumb-inner {
    transform: translateX(40%);
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box:nth-child(2n) .spur_chanel2510_style__thumb-inner {
    transform: translateX(-44%);
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__thumb-inner {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  }
  .spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-inner {
    transform: translateX(0);
    transition: transform 1.2s cubic-bezier(0.76, 0, 0.24, 1) 0.3s;
  }
}
.spur_chanel2510_style__thumb-img {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__thumb-img {
    transform: translateY(20%);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-img {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__thumb-img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: -webkit-clip-path 0.85s cubic-bezier(0.76, 0, 0.24, 1);
    transition: clip-path 0.85s cubic-bezier(0.76, 0, 0.24, 1);
    transition: clip-path 0.85s cubic-bezier(0.76, 0, 0.24, 1), -webkit-clip-path 0.85s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-img {
    -webkit-clip-path: inset(0% 0 0 0);
    clip-path: inset(0% 0 0 0);
    transition: -webkit-clip-path 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    transition: clip-path 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    transition: clip-path 0.85s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
.spur_chanel2510_style__thumb-img img {
  transform: scale(1.15);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box.is-active .spur_chanel2510_style__thumb-img img {
  transform: scale(1);
}
.spur_chanel2510_style__catch {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 24px;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__catch {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__catch {
    transition-delay: 1s;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__catch {
    line-height: 1.75;
    font-size: 15px;
    margin-bottom: 18px;
  }
}
.spur_chanel2510_style__lead {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 19px;
  transform: translateX(-35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__lead {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__lead {
    transition-delay: 1.2s;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__lead {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.spur_chanel2510_style__price {
  font-size: 12px;
  line-height: 1.7;
  transform: translateX(-35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__price {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__price {
    transition-delay: 1.4s;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__price {
    font-size: 9px;
  }
}
.spur_chanel2510_style__items {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items {
    width: 84%;
  }
}
.spur_chanel2510_style__items-base {
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__items-base {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.9s;
}
.spur_chanel2510_style__items-obj {
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__items-obj {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__items-obj:nth-child(1) {
  transition-delay: 1.2s;
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__items-obj:nth-child(2) {
  transition-delay: 1.35s;
}
.spur_chanel2510_style__box-content.is-active .spur_chanel2510_style__items-obj:nth-child(3) {
  transition-delay: 1.5s;
}
.spur_chanel2510_style__items.-style1 {
  width: 94%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items.-style1 {
    width: 92%;
  }
}
.spur_chanel2510_style__items.-style2 {
  margin-top: 21%;
  width: 94%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items.-style2 {
    width: 93%;
    margin-top: 13%;
    padding-bottom: 23%;
  }
}
.spur_chanel2510_style__items.-style3 {
  margin-top: 17%;
  width: 94%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items.-style3 {
    margin-top: 10%;
  }
}
.spur_chanel2510_style__items.-style5 {
  margin: 100px auto;
  width: 88%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items.-style5 {
    width: 100%;
    margin-top: 9%;
  }
}
.spur_chanel2510_style__items.-style6 {
  margin-top: 21%;
  width: 79%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items.-style6 {
    margin-top: 14%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_style__items.-style4 {
    margin: 0 auto;
    width: 99%;
    margin-top: 0%;
  }
}
.spur_chanel2510_style__items-obj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.spur_chanel2510_style__btn {
  margin-top: 46px;
}

.spur_chanel2510_set {
  position: relative;
  background-color: #000;
  padding: 0 0 199px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set {
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_set__atkarea {
    position: relative;
    height: 200vh;
    min-height: 150vw;
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_set__box {
    width: 100%;
    --kv_space: calc(50vh - var(--kv_height) * 0.5);
    position: absolute;
    top: calc(var(--kv_space) * -1);
    left: 0;
    height: calc(100% + var(--kv_space) * 2);
  }
}
.spur_chanel2510_set__content {
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_set__content {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
  }
}
.spur_chanel2510_set__content-inner {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_set__content-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.spur_chanel2510_set__movearea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_set__list {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 86%;
    height: 100%;
    display: flex;
  }
}
.spur_chanel2510_set__list-item {
  width: 50%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__list-item {
    margin: 0 auto;
    width: 91.5%;
  }
  .spur_chanel2510_set__list-item + .spur_chanel2510_set__list-item {
    margin-top: 5%;
  }
}
.spur_chanel2510_set__pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_set__pin {
    pointer-events: none;
  }
  .is-area-foot .spur_chanel2510_set__pin {
    pointer-events: auto;
  }
}
.spur_chanel2510_set__pin-item {
  position: absolute;
  width: 6.5%;
  cursor: pointer;
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 900px) {
  .is-area-foot .spur_chanel2510_set__pin-item {
    opacity: 1;
    transform: scale(1);
    transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(1) {
    transition-delay: 0s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(4) {
    transition-delay: 0.3s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(5) {
    transition-delay: 0.4s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(6) {
    transition-delay: 0.5s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(7) {
    transition-delay: 0.6s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(8) {
    transition-delay: 0.7s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(9) {
    transition-delay: 0.8s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(10) {
    transition-delay: 0.9s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(11) {
    transition-delay: 1s;
  }
  .is-area-foot .spur_chanel2510_set__pin-item:nth-child(12) {
    transition-delay: 1.1s;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item {
    opacity: 1;
    transform: scale(1);
    transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(1) {
    transition-delay: 0s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(4) {
    transition-delay: 0.3s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(5) {
    transition-delay: 0.4s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(6) {
    transition-delay: 0.5s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(7) {
    transition-delay: 0.6s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(8) {
    transition-delay: 0.7s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(9) {
    transition-delay: 0.8s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(10) {
    transition-delay: 0.9s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(11) {
    transition-delay: 1s;
  }
  .spur_chanel2510_set__list-item.is-active .spur_chanel2510_set__pin-item:nth-child(12) {
    transition-delay: 1.1s;
  }
}
@media (hover: hover) {
  .spur_chanel2510_set__pin-item:hover .spur_chanel2510_set__pin-icon {
    transform: scale(0.97);
    opacity: 0.6;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item {
    width: 10%;
  }
}
.spur_chanel2510_set__pin-item.-pin01 {
  top: 44%;
  right: 20%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin01 {
    top: 43.5%;
    right: 12%;
  }
}
.spur_chanel2510_set__pin-item.-pin02 {
  top: 38%;
  left: 29%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin02 {
    left: auto;
    top: 35.5%;
    left: 26%;
  }
}
.spur_chanel2510_set__pin-item.-pin03 {
  top: 49%;
  left: 13.5%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin03 {
    top: 48%;
    left: 5.5%;
  }
}
.spur_chanel2510_set__pin-item.-pin04 {
  bottom: 8.5%;
  left: 18%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin04 {
    bottom: 5.5%;
    left: 15%;
  }
}
.spur_chanel2510_set__pin-item.-pin05 {
  bottom: 15%;
  left: 62%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin05 {
    bottom: 14%;
    left: 61%;
  }
}
.spur_chanel2510_set__pin-item.-pin06 {
  bottom: 14%;
  right: 7%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin06 {
    bottom: 11%;
    right: 5%;
  }
}
.spur_chanel2510_set__pin-item.-pin07 {
  bottom: 10%;
  right: 18%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin07 {
    bottom: 9%;
    right: 12%;
  }
}
.spur_chanel2510_set__pin-item.-pin08 {
  bottom: 17%;
  right: 51%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin08 {
    bottom: 14%;
    right: 50%;
  }
}
.spur_chanel2510_set__pin-item.-pin09 {
  top: 28.5%;
  right: 31%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin09 {
    top: 26.5%;
    right: 25%;
  }
}
.spur_chanel2510_set__pin-item.-pin10 {
  top: 45.5%;
  left: 15%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin10 {
    top: 42%;
    left: 14%;
  }
}
.spur_chanel2510_set__pin-item.-pin11 {
  bottom: 19%;
  left: 27%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__pin-item.-pin11 {
    bottom: 5%;
    left: 20%;
  }
}
.spur_chanel2510_set__pin-icon {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_set__base {
  width: 86%;
  margin: 0 auto;
  transform-origin: top;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_set__btn {
  margin-top: 61px;
  transform: translateY(30px);
  opacity: 0;
}
.is-area-foot .spur_chanel2510_set__btn {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set__btn {
    margin: 0 auto;
    margin-top: 31px;
    width: 210px;
  }
}

.spur_chanel2510_set_modal {
  overflow: auto;
  height: 100%;
}
.spur_chanel2510_set_modal__content {
  padding: 50px 0;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
  min-height: 100%;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set_modal__content {
    width: 80%;
    padding: 30px 0;
    display: block;
  }
}
.spur_chanel2510_set_modal__icon {
  flex-shrink: 0;
  width: 28.2%;
  margin-right: 5.5%;
  border-radius: 50%;
  overflow: hidden;
}
.spur_chanel2510_set_modal__icon img {
  transform: scale(1.15);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-open .spur_chanel2510_set_modal__icon img {
  transform: scale(1);
}
.is-close .spur_chanel2510_set_modal__icon img {
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set_modal__icon {
    margin: 0 auto 22px;
    width: 53%;
  }
}
.spur_chanel2510_set_modal__text {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  transform: translateY(30px);
  opacity: 0;
}
.is-open .spur_chanel2510_set_modal__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
.is-close .spur_chanel2510_set_modal__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set_modal__text {
    font-size: 13px;
  }
}
.spur_chanel2510_set_modal__text .is-small {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_set_modal__text .is-small {
    font-size: 10px;
  }
}

.spur_chanel2510_profile {
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_profile {
    padding-bottom: 75px;
  }
}
.spur_chanel2510_profile__content {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.spur_chanel2510_profile__list {
  display: flex;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_profile__list {
    display: block;
  }
}
.spur_chanel2510_profile__list-item {
  width: 48%;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_profile__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_profile__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.spur_chanel2510_block.is-active .spur_chanel2510_profile__list-item:nth-child(2) {
  transition-delay: 0.35s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_profile__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_profile__list-item + .spur_chanel2510_profile__list-item {
    margin-left: 4%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_profile__list-item + .spur_chanel2510_profile__list-item {
    margin-top: 33px;
  }
}
.spur_chanel2510_profile__list-name {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_profile__list-name {
    font-size: 12px;
    margin-bottom: 13px;
  }
}
.spur_chanel2510_profile__list-text {
  line-height: 1.6;
  font-size: 15px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_profile__list-text {
    line-height: 1.7;
    font-size: 13px;
  }
}

.spur_chanel2510_movie {
  position: relative;
  padding-top: 197px;
  padding-bottom: 200px;
  margin-top: 120px;
  color: #fff;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_movie {
    margin-top: 90px;
    padding-top: 96px;
    padding-bottom: 99px;
  }
}
.spur_chanel2510_movie__content {
  margin: 0 auto;
  width: 85%;
  max-width: 1000px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_movie__content {
    width: 89%;
  }
}
.spur_chanel2510_movie .spur_chanel2510__ttl {
  margin-bottom: 69px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_movie .spur_chanel2510__ttl {
    margin-bottom: 42px;
  }
}
.spur_chanel2510_movie__lead {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_movie__lead {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.2s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_movie__lead {
    font-size: 13px;
    line-height: 1.7;
  }
}
.spur_chanel2510_movie__video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_movie__video {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.4s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_movie__video {
    margin-top: 35px;
  }
}
.spur_chanel2510_movie__video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spur_chanel2510_movie__video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spur_chanel2510_product {
  position: relative;
  padding-top: 197px;
  padding-bottom: 90px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_product {
    padding-top: 96px;
    padding-bottom: 99px;
  }
}
.spur_chanel2510_product__content {
  margin: 0 auto;
  width: 93%;
  max-width: 1600px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_product__content {
    width: 91%;
    transform: translateY(45px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .spur_chanel2510_block.is-active .spur_chanel2510_product__content {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
    transition-delay: 0.3s;
  }
}

@media screen and (max-width: 899px) {
  .product_swiper {
    overflow: hidden;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 900px) {
  .product_swiper__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 899px) {
  .product_swiper__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1) !important;
  }
}
@media screen and (min-width: 900px) {
  .product_swiper__slide {
    margin-right: 3.8%;
    width: 30.8%;
    display: flex;
    flex-direction: column;
    margin-bottom: 8.3%;
    transform: translateY(55px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .product_swiper__slide.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .product_swiper__slide:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 899px) {
  .product_swiper__slide {
    flex-shrink: 0;
    display: inline-block;
    width: 100%;
  }
}
.product_swiper__thumb {
  margin-bottom: 17px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .product_swiper__thumb {
    margin-bottom: 16px;
  }
}
.product_swiper__thumb img {
  transform: scale(1.15);
  transition: transform 5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (min-width: 900px) {
  .product_swiper__slide.is-active .product_swiper__thumb img {
    transform: scale(1);
  }
}
@media screen and (max-width: 899px) {
  .swiper-slide-active .product_swiper__thumb img, .swiper-slide-duplicate-active .product_swiper__thumb img {
    transform: scale(1);
  }
}
.product_swiper__content {
  line-height: 1.8;
}
.product_swiper__ttl {
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .product_swiper__ttl {
    font-size: 15px;
  }
}
.product_swiper__text {
  font-size: 14px;
  margin-top: 12px;
}
@media screen and (max-width: 899px) {
  .product_swiper__text {
    font-size: 13px;
    margin-top: 8px;
  }
}
.product_swiper__credit {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .product_swiper__credit {
    font-size: 10px;
  }
}
.product_swiper__btn {
  margin-top: 15px;
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 899px) {
  .product_swiper__btn {
    margin-top: 12px;
  }
}
.product_swiper__btn-inner {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 18px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 899px) {
  .product_swiper__btn-inner {
    padding: 15px 0;
  }
}
@media (hover: hover) {
  .product_swiper__btn-inner:hover .product_swiper__btn-arrow img {
    transform: translateX(10px);
    opacity: 0;
  }
}
.product_swiper__btn-text {
  font-size: 14px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  padding-right: 30px;
}
.product_swiper__btn-arrow {
  width: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .product_swiper__btn-arrow {
    width: 17px;
  }
}
.product_swiper__btn-arrow img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.product_swiper__nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 41px;
}
.product_swiper__nav-item {
  width: 17.5%;
  padding-top: 17.5%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 2.8%;
  cursor: pointer;
}
.product_swiper__nav-item:nth-child(5n) {
  margin-right: 0;
}
.product_swiper__nav-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_swiper__nav-thumb::after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-current .product_swiper__nav-thumb::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.product_swiper__nav-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.spur_chanel2510_info {
  position: relative;
  z-index: 1;
  padding-top: 197px;
  padding-bottom: 200px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.spur_chanel2510_info__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1900px;
  height: 100%;
}
.spur_chanel2510_info__bg-item {
  position: absolute;
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_info__bg-item:nth-child(1) {
    top: 7%;
    left: -7%;
    width: 36%;
  }
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__bg-item:nth-child(1) {
    top: 1%;
    right: -7%;
    width: 55%;
  }
}
@media screen and (min-width: 900px) {
  .spur_chanel2510_info__bg-item:nth-child(2) {
    bottom: 2%;
    right: -7%;
    width: 46%;
  }
}
.spur_chanel2510_info__thumb {
  margin: 0 auto;
  width: 80%;
  max-width: 500px;
  overflow: hidden;
  transform: translateY(45px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_info__thumb {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__thumb {
    width: 78.5%;
  }
}
.spur_chanel2510_info__thumb img {
  transform: scale(1.15);
  transition: transform 2s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_info__thumb img {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_info__content {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 1000px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__content {
    width: 89%;
  }
}
.spur_chanel2510_info .spur_chanel2510__ttl {
  margin-bottom: 74px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info .spur_chanel2510__ttl {
    margin-bottom: 42px;
  }
}
.spur_chanel2510_info__text {
  margin-top: 41px;
  font-size: 18px;
  line-height: 1.8;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_info__text {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__text {
    margin-top: 28px;
    font-size: 13px;
    line-height: 1.75;
  }
}
.spur_chanel2510_info__about {
  background-color: rgba(207, 209, 209, 0.5);
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
  margin-top: 72px;
  padding: 74px 20px;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.spur_chanel2510_block.is-active .spur_chanel2510_info__about {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__about {
    margin-top: 36px;
    padding: 37px 15px;
  }
}
.spur_chanel2510_info__about-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__about-ttl {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.spur_chanel2510_info__about-lead {
  text-align: center;
  line-height: 2;
  font-size: 17px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__about-lead {
    font-size: 11px;
    line-height: 1.75;
  }
}
.spur_chanel2510_info__about-text + .spur_chanel2510_info__about-text {
  margin-top: 11px;
}
.spur_chanel2510_info__about-note {
  text-align: center;
  margin-top: 11px;
}
.spur_chanel2510_info__about-note-item {
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__about-note-item {
    line-height: 1.75;
    font-size: 10px;
  }
}
.spur_chanel2510_info__about-btn {
  margin-top: 51px;
}
@media screen and (max-width: 899px) {
  .spur_chanel2510_info__about-btn {
    margin: 0 auto;
    width: 210px;
    margin-top: 22px;
  }
}
.spur_chanel2510_info__about-btn .is-small {
  display: block;
  font-family: YakuHanJP, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}