@charset "UTF-8";
*, *::after, *::before {
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  box-sizing: border-box;
  min-inline-size: 0;
}

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, picture,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  font: normal normal 400 100%/1 "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    --_reduction-width: 1280;
    font-size: calc(10 / var(--_reduction-width) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  min-height: 100vh;
  background: #000;
}

picture {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  background-color: transparent;
}
a:focus-visible {
  text-decoration: none;
  opacity: 0.6;
}
@media (any-hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
  a:hover {
    text-decoration: none;
    opacity: 0.6;
  }
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-weight: inherit;
  font-size: inherit;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, svg {
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
}

button, input, optgroup, select, textarea {
  font: normal normal 100%/1 "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button[disabled], input[disabled], optgroup[disabled], select[disabled], textarea[disabled] {
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

::placeholder {
  color: #A8A8A8;
}

select:invalid {
  color: #A8A8A8;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
}
button:focus-visible {
  opacity: 0.6;
}
@media (any-hover: hover) {
  button {
    transition: opacity 0.3s;
  }
  button:hover {
    opacity: 0.6;
  }
}

textarea {
  display: block;
  resize: none;
  field-sizing: content;
  overflow: auto;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox], [type=radio] {
  position: absolute;
  visibility: hidden;
  width: 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-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;
}

pre {
  white-space: pre-wrap;
}

ul, ol {
  list-style: none;
}

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

th, td {
  background-clip: padding-box;
}

.aligncenter {
  text-align: center;
  display: block;
  margin-inline: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.u-text_align_left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .u-text_align_left_sp {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-text_align_left_pc {
    text-align: left;
  }
}
.u-text_align_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .u-text_align_center_sp {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-text_align_center_pc {
    text-align: center;
  }
}
.u-text_align_right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .u-text_align_right_sp {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-text_align_right_pc {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.c-wrap {
  margin-inline: auto;
  width: calc(670 / 750 * 100%);
  max-width: 120rem;
}

.c-splide {
  z-index: 1;
  background: #000;
}
@media screen and (min-width: 768px) {
  .c-splide {
    display: grid;
    place-content: center;
    margin-top: 100vh;
    height: 100vh;
  }
}
.c-splide_scroll {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  translate: 0 -50%;
  width: 26.5625vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-splide_scroll {
    display: none;
  }
}
.c-splide_scroll::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: calc(100% - 14rem);
  height: 0.2rem;
  background: #FF4713;
  transform: scale(0, 1);
  transform-origin: 100% 0;
  animation: scroll-line 2.5s linear infinite;
}
@keyframes scroll-line {
  0% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
}
.c-splide_scroll_img {
  margin-left: auto;
  width: 11.9rem;
}
.c-splide_ttl {
  margin-top: 9.0909090909%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl {
    margin-top: 9.6rem;
  }
}
.c-splide_ttl_img._smart-tx-01 {
  width: 86.5151515152%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._smart-tx-01 {
    width: 41.3rem;
  }
}
.c-splide_ttl_img._smart-tx-02 {
  width: 65.9090909091%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._smart-tx-02 {
    width: 49.6rem;
  }
}
.c-splide_ttl_img._smart-tx-03 {
  width: 82.1212121212%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._smart-tx-03 {
    width: 49.5rem;
  }
}
.c-splide_ttl_img._smart-tx-04 {
  width: 91.5151515152%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._smart-tx-04 {
    width: 47.6rem;
  }
}
.c-splide_ttl_img._smart-tx-05 {
  width: 85.303030303%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._smart-tx-05 {
    width: 52.1rem;
  }
}
.c-splide_ttl_img._smart-tx-06 {
  width: 59.0909090909%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._smart-tx-06 {
    width: 39rem;
  }
}
.c-splide_ttl_img._tour-pro3-01 {
  width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._tour-pro3-01 {
    width: 40rem;
  }
}
.c-splide_ttl_img._tour-pro3-02 {
  width: 58.1818181818%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._tour-pro3-02 {
    width: 38.4rem;
  }
}
.c-splide_ttl_img._tour-pro3-03 {
  width: 63.6363636364%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._tour-pro3-03 {
    width: 42.1rem;
  }
}
.c-splide_ttl_img._tour-pro3-04 {
  width: 66.8181818182%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._tour-pro3-04 {
    width: 46.9rem;
  }
}
.c-splide_ttl_img._tour-pro3-05 {
  width: 85.4545454545%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._tour-pro3-05 {
    width: 37.7rem;
  }
}
.c-splide_ttl_img._tour-pro3-06 {
  width: 71.0606060606%;
}
@media screen and (max-width: 767px) {
  .c-splide_ttl_img._tour-pro3-06 {
    width: 49.6rem;
  }
}
.c-splide_txt {
  font-weight: 500;
  font-size: min(1.4rem, 0.78125vw);
  line-height: 2;
  margin-top: 10.1515151515%;
}
@media screen and (max-width: 767px) {
  .c-splide_txt {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 8.9rem;
  }
}
.c-splide .splide-wrapper {
  position: relative;
  z-index: 1;
}
.c-splide .splide__track {
  padding-inline: 29.21875vw !important;
}
@media screen and (max-width: 767px) {
  .c-splide .splide__track {
    padding-inline: 5rem !important;
  }
}
.c-splide .splide__slide {
  padding: 11.7948717949% 7.6923076923% 15%;
  width: 41.5625vw;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .c-splide .splide__slide {
    padding: 8rem 6.5rem 14.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-splide .splide__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    padding-inline: 2rem;
    width: 100%;
    pointer-events: none;
  }
  .c-splide .splide__arrows .splide__arrow {
    width: 2.2rem;
    pointer-events: all;
  }
  .c-splide .splide__arrows .splide__arrow[disabled] {
    opacity: 0;
  }
  .c-splide .splide__arrows .splide__arrow--next {
    scale: -1 1;
  }
}
.c-splide .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  left: 50%;
  bottom: 1.0416666667vw;
  z-index: 2;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .c-splide .splide__pagination {
    gap: 0.8rem;
    bottom: 4rem;
  }
}
.c-splide .splide__pagination__page {
  width: 1rem;
  height: 1rem;
  border-radius: calc(infinity * 1px);
  background: #E2E2E2;
  transition: width 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .c-splide .splide__pagination__page {
    width: 2rem;
    height: 2rem;
  }
}
.c-splide .splide__pagination__page.is-active {
  width: 4.7rem;
}
@media screen and (max-width: 767px) {
  .c-splide .splide__pagination__page.is-active {
    width: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .c-shop-now_inner {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 49.6rem 1fr;
    column-gap: 6.1rem;
  }
}
@media screen and (min-width: 768px) {
  .c-shop-now_box {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-shop-now_box_ttl {
    width: 49.6rem;
  }
}
.c-shop-now_box_dlist {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-shop-now_box_dlist {
    margin-top: 5.6rem;
  }
}
.c-shop-now_box_dlist_theme {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-shop-now_box_dlist_theme {
    font-size: 3.6rem;
    line-height: 1.3611111111;
  }
}
.c-shop-now_box_dlist_des {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-shop-now_box_dlist_des {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 3rem;
  }
}
.c-shop-now_box_dlist_note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #9F9F9F;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-shop-now_box_dlist_note {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}
.c-shop-now_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-shop-now_list {
    gap: 1.8rem;
    margin-top: 4rem;
  }
}
.c-shop-now_list_item:nth-child(1) {
  grid-column: span 2;
  --_bg: #FF4713;
}
.c-shop-now_list_item:nth-child(1) .c-shop-now_list_link:focus-visible {
  --_bg: transparent;
}
@media (any-hover: hover) {
  .c-shop-now_list_item:nth-child(1) .c-shop-now_list_link:hover {
    --_bg: transparent;
  }
}
.c-shop-now_list_link {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  height: 6rem;
  border: 0.1rem solid #FF4713;
  background: var(--_bg);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-shop-now_list_link {
    font-size: 2.6rem;
    line-height: 1.1923076923;
    height: 8rem;
    border-width: 0.2rem;
  }
}
.c-shop-now_list_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.9rem;
  width: 1.8rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M15.6,17.427V4.1L2.436,17.263a.573.573,0,0,1-.811,0l-.888-.888a.573.573,0,0,1,0-.811L13.9,2.4H.573A.573.573,0,0,1,0,1.829V.573A.573.573,0,0,1,.573,0H17.426A.573.573,0,0,1,18,.573V17.427a.573.573,0,0,1-.573.573H16.171a.573.573,0,0,1-.573-.573" fill="white"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-shop-now_list_link::after {
    right: 2.8rem;
    width: 2.3rem;
  }
}
.c-shop-now_list_link:focus-visible {
  --_bg: #FF4713;
}
@media (any-hover: hover) {
  .c-shop-now_list_link:hover {
    --_bg: #FF4713;
    opacity: 1;
  }
}

.is-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#js-all_wrap.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #js-all_wrap.is-fixed {
    position: static;
  }
}

.js-top-action {
  overflow: clip;
}
.js-top-action_slide-in {
  translate: 100% 0;
  opacity: 0;
}
@keyframes slide-in {
  0% {
    translate: 10% 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.js-top-action.is-top-action .js-top-action_slide-in {
  animation: slide-in 1s forwards;
}

.js-bottom-action._fadein {
  opacity: 0;
  filter: blur(1rem);
  transition: opacity 0.6s, filter 0.6s;
}
.js-bottom-action._fadein.is-bottom-action {
  opacity: 1;
  filter: blur(0);
}

@media screen and (min-width: 768px) {
  .js-sticky-action {
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
}
.js-sticky-action .svg-path {
  fill: none;
  stroke: #FF4713;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@keyframes sticky-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@media screen and (min-width: 768px) {
  .js-sticky-action.is-sticky-action {
    opacity: 1;
  }
}
.js-sticky-action.is-sticky-action .svg-path {
  animation: sticky-draw 2s ease 1s forwards;
}

.js-acd_cont {
  height: 0;
  transition: height 0.3s ease-in-out;
  overflow: hidden;
}

/* -----------------
FV
-------------------- */
.p-fv {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 133.4rem;
  }
}
.p-fv .bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-fv .bg img {
  height: 100%;
  object-fit: cover;
}
.p-fv .bg-img {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  pointer-events: none;
}
.p-fv .hgroup {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  translate: 0 -73%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv .hgroup {
    translate: 0 -68%;
  }
}
.p-fv .hgroup_logo {
  margin-inline: auto;
  width: 8.6979166667%;
}
@media screen and (max-width: 767px) {
  .p-fv .hgroup_logo {
    width: 16.6rem;
  }
}
.p-fv .hgroup_ttl {
  margin: 3.5416666667% auto 0;
  width: 55.7291666667%;
}
@media screen and (max-width: 767px) {
  .p-fv .hgroup_ttl {
    margin-top: 4rem;
    width: 67rem;
  }
}
.p-fv .hgroup_ttl_txt {
  display: none;
}
.p-fv .hgroup_ttl .draw-path {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: draw 2s ease-out forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.p-fv .list {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-fv .list {
    bottom: 3rem;
    right: 50%;
    translate: 50% 0;
    max-width: 69rem;
  }
}
.p-fv .list_link {
  display: grid;
  grid-template-columns: 6.6rem 1fr;
  background: #151515;
}
@media screen and (max-width: 767px) {
  .p-fv .list_link {
    grid-template-columns: 8.5rem 1fr;
  }
}
.p-fv .list_txt {
  display: grid;
  align-items: center;
  height: 100%;
  border-block: 0.1rem solid #FF4713;
  border-right: 0.1rem solid #FF4713;
}
.p-fv .list_txt_img {
  display: block;
  margin-inline: auto;
}
.p-fv .list_txt_img._tour-one-m3 {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-fv .list_txt_img._tour-one-m3 {
    width: 19.6rem;
  }
}
.p-fv .list_txt_img._tour-pro3 {
  width: 13.8rem;
}
@media screen and (max-width: 767px) {
  .p-fv .list_txt_img._tour-pro3 {
    width: 19.2rem;
  }
}
.p-fv .progress {
  position: fixed;
  top: 8rem;
  left: 3.125vw;
  width: 0.2rem;
  height: 40rem;
  background-color: #9F9F9F;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-fv .progress.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-fv .progress {
    display: none;
  }
}
.p-fv .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 0;
  background-color: #FF4713;
}

/* -----------------
イントロ
-------------------- */
.p-intro .intro {
  height: 350vh;
}
.p-intro .intro video {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.p-intro .intro_hgroup {
  display: grid;
  place-content: center;
  position: sticky;
  top: 0;
  margin-top: 50vh;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 1s;
}
.p-intro .intro_hgroup.is-intro-action {
  opacity: 1;
}
.p-intro .intro_hgroup_ttl {
  margin-inline: auto;
  width: 34.84375vw;
}
@media screen and (max-width: 767px) {
  .p-intro .intro_hgroup_ttl {
    width: 66.9rem;
  }
}
.p-intro .intro_hgroup_txt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 3.8541666667vw;
}
@media screen and (max-width: 767px) {
  .p-intro .intro_hgroup_txt {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    text-align: left;
    margin: 11.1rem auto 0;
    width: 67rem;
  }
}

/* -----------------
TOUR ONE M3 SMART TX
-------------------- */
.p-smart-tx {
  overflow: clip;
}
.p-smart-tx .intro {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro {
    padding-block: 14.8rem 10rem;
  }
}
.p-smart-tx .intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../img/smart_tx_bg_pc.jpg) top left/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro::before {
    background: url(../img/smart_tx_bg_sp.jpg) top left/cover no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_inner {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_ttl {
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% 0;
    width: 100%;
    max-width: 86.4583333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_ttl_img {
    height: min(7.2rem, 6.6666666667vh);
  }
  .p-smart-tx .intro_ttl_img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro_ttl_img {
    width: 100%;
  }
}
.p-smart-tx .intro_bg-txt {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_bg-txt {
    translate: 0 -5%;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro_bg-txt {
    top: 1rem;
    right: 1rem;
    width: 18rem;
  }
}
.p-smart-tx .intro_fig {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_fig {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro_fig {
    margin-top: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_fig_img {
    text-align: center;
    height: min(82rem, 75.9259259259vh);
  }
  .p-smart-tx .intro_fig_img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro_fig_img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .intro_fig_cap {
    position: absolute;
    bottom: 0;
    right: 8.8541666667vw;
    height: min(4.9rem, 4.537037037vh);
  }
  .p-smart-tx .intro_fig_cap_ttl {
    height: 100%;
  }
  .p-smart-tx .intro_fig_cap img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .intro_fig_cap {
    margin: 7.8rem auto 0;
    width: 65.8rem;
  }
}
.p-smart-tx .item {
  background: var(--_bg) center/cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2.65625vw;
    position: sticky;
    top: 0;
    margin-top: 100vh;
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item {
    row-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item {
    position: relative;
  }
}
.p-smart-tx .item._01 {
  --_bg: url(../img/smart_tx_bg_01_pc.jpg);
  --_box-ttl-width: 42.8rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item._01 {
    --_box-ttl-width: 53.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item._01 {
    --_bg: url(../img/smart_tx_bg_01_sp.jpg);
    --_box-ttl-width: 66.7rem;
    padding-block: 17.6rem 17.7rem;
  }
}
.p-smart-tx .item._02 {
  --_bg: url(../img/smart_tx_bg_02_pc.jpg);
  --_box-ttl-width: 33.6rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item._02 {
    --_box-ttl-width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item._02 {
    --_bg: url(../img/smart_tx_bg_02_sp.jpg);
    --_box-ttl-width: 49.6rem;
    padding-block: 15.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item._02 .item_num {
    margin-inline: auto 9.8rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item._02 .item_num {
    margin-inline: auto 12.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item._02 .item_box {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item._02 .item_box_img {
    margin-inline: calc(50% - 50vw) 0;
  }
}
.p-smart-tx .item._03 {
  --_bg: url(../img/smart_tx_bg_03_pc.jpg);
  --_box-ttl-width: 28.2rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item._03 {
    --_box-ttl-width: 35.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item._03 {
    --_bg: url(../img/smart_tx_bg_03_sp.jpg);
    --_box-ttl-width: 46.2rem;
    padding-block: 20.1rem 20.2rem;
  }
}
.p-smart-tx .item._04 {
  --_bg: url(../img/smart_tx_bg_04_pc.jpg);
  --_box-ttl-width: 35rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item._04 {
    --_box-ttl-width: 43.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item._04 {
    --_bg: url(../img/smart_tx_bg_04_sp.jpg);
    --_box-ttl-width: 52.1rem;
    padding-block: 15.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item._04 .item_num {
    margin-inline: auto 8.4rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item._04 .item_num {
    margin-inline: auto 10.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item._04 .item_box {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item._04 .item_box_img {
    margin-inline: calc(50% - 50vw) 0;
  }
}
.p-smart-tx .item_num {
  height: 7.9166666667vw;
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item_num {
    margin-left: 9rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item_num {
    margin-left: 11.2rem;
    height: 9.8958333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item_num {
    position: absolute;
    top: 8rem;
    right: 4rem;
    height: 15rem;
  }
}
.p-smart-tx .item_num_img {
  height: 100%;
}
.p-smart-tx .item_num svg,
.p-smart-tx .item_num img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-smart-tx .item_box_hgroup {
    width: 45%;
  }
}
.p-smart-tx .item_box_hgroup_ttl {
  width: var(--_box-ttl-width);
}
.p-smart-tx .item_box_hgroup_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-smart-tx .item_box_hgroup_txt {
    margin-top: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item_box_hgroup_txt {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 7.7rem;
    padding-left: 4rem;
  }
}
.p-smart-tx .item_box_img {
  margin-right: calc(50% - 50vw);
  width: 46.875vw;
}
@media screen and (max-width: 767px) {
  .p-smart-tx .item_box_img {
    margin-top: 7.8rem;
    margin-left: auto;
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-smart-tx .c-splide {
    padding-top: 1.4rem;
  }
}
.p-smart-tx .c-shop-now {
  position: relative;
  z-index: 1;
  padding-block: 12rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-smart-tx .c-shop-now {
    padding-block: 4.7rem 20rem;
  }
}

/* -----------------
TOUR ONE M3
-------------------- */
.p-tour-one-m3 {
  position: relative;
  z-index: 1;
  background: url(../img/tour_one_m3_bg_pc.jpg) center top/100% auto no-repeat;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 {
    background: url(../img/tour_one_m3_bg_sp.jpg) center top/100% auto no-repeat;
  }
}
.p-tour-one-m3 .intro {
  position: relative;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    height: 100vh;
    background: url(../img/tour_one_m3_bg_pc.jpg) center top/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .intro {
    padding-block: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_inner {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_ttl {
    max-width: 89.5833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_ttl_img {
    text-align: right;
    height: min(7.1rem, 6.5740740741vh);
  }
  .p-tour-one-m3 .intro_ttl_img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .intro_ttl_img {
    width: 100%;
  }
}
.p-tour-one-m3 .intro_bg-txt {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 55.2604166667vw;
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_bg-txt {
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-one-m3 .intro_bg-txt {
    width: 69.0625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .intro_bg-txt {
    top: 0.4rem;
    right: 1.2rem;
    width: 10.4rem;
  }
}
.p-tour-one-m3 .intro_fig {
  margin-top: min(3.4rem, 3.1481481481vh);
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .intro_fig {
    position: relative;
    margin-top: 6.5rem;
    padding-bottom: 9.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_fig_img {
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: min(55.2rem, 51.1111111111vh);
  }
  .p-tour-one-m3 .intro_fig_img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_fig_cap {
    margin-top: min(3.6rem, 3.3333333333vh);
    max-width: 90.625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .intro_fig_cap {
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .intro_fig_cap_ttl {
    height: min(4.9rem, 4.537037037vh);
  }
  .p-tour-one-m3 .intro_fig_cap_ttl_img {
    height: 100%;
  }
  .p-tour-one-m3 .intro_fig_cap_ttl img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .intro_fig_cap_ttl {
    width: 44.9rem;
  }
}
.p-tour-one-m3 .color-variation {
  position: relative;
  padding-top: 16rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .color-variation {
    margin-top: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation {
    padding-top: 8rem;
  }
}
.p-tour-one-m3 .color-variation_sttl_img {
  width: 45.8rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_sttl_img {
    width: 49.2rem;
  }
}
.p-tour-one-m3 .color-variation_list {
  margin-top: 5.8rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_list {
    margin-top: 8.9rem;
  }
}
.p-tour-one-m3 .color-variation_list_item {
  position: relative;
  z-index: 1;
}
.p-tour-one-m3 .color-variation_list_item._black {
  --_width: 20.1rem;
  background: #0F0F0F;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_list_item._black {
    --_width: 18.8rem;
  }
}
.p-tour-one-m3 .color-variation_list_item._mocha {
  --_width: 24.8rem;
  background: #696152;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_list_item._mocha {
    --_width: 23.2rem;
  }
}
.p-tour-one-m3 .color-variation_list_item._blue {
  --_width: 15.4rem;
  background: #1B2640;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_list_item._blue {
    --_width: 14.4rem;
  }
}
.p-tour-one-m3 .color-variation_list_item_inner {
  display: flex;
  align-items: center;
  height: clamp(22rem, 17.1875vw, 24rem);
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_list_item_inner {
    height: 36.5rem;
  }
}
.p-tour-one-m3 .color-variation_list_item_ttl_img {
  width: var(--_width);
}
.p-tour-one-m3 .color-variation_list_item_img {
  position: absolute;
  top: 0;
  right: 11.4583333333%;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .color-variation_list_item_img {
    right: 0;
  }
}
.p-tour-one-m3 .color-variation_list_item_img img {
  width: auto;
  height: 100%;
}
.p-tour-one-m3 .c-shop-now {
  position: relative;
  padding-top: 16rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .c-shop-now {
    padding-top: 12rem;
  }
}
.p-tour-one-m3 .campaign {
  position: relative;
  padding-top: 16rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign {
    padding-top: 14rem;
  }
}
.p-tour-one-m3 .campaign_inner {
  border: 0.2rem solid #FF4713;
}
.p-tour-one-m3 .campaign_ttl {
  display: grid;
  place-content: center;
  padding-top: 0.2rem;
  height: 7.8rem;
  border-bottom: 0.2rem solid #FF4713;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_ttl {
    height: 11.1rem;
  }
}
.p-tour-one-m3 .campaign_ttl_img {
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_ttl_img {
    width: 37rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .campaign_des {
    display: grid;
    align-items: center;
    grid-template-columns: 48rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des {
    padding: 5.6rem 3.8rem 7.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_img {
    margin-inline: auto;
    width: 22.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-one-m3 .campaign_des_box {
    padding: 3rem 9.6rem 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_box {
    margin-top: 7.4rem;
  }
}
.p-tour-one-m3 .campaign_des_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FF4713;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_ttl {
    font-size: 3.6rem;
  }
}
.p-tour-one-m3 .campaign_des_ttl_label {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  top: -0.1rem;
  margin-right: 1rem;
  padding: 0.5rem 1.25rem 0.6rem;
  background: #FF4713;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_ttl_label {
    font-size: 2.4rem;
    top: -0.4rem;
    padding: 0.7rem 1.8rem 0.9rem;
  }
}
.p-tour-one-m3 .campaign_des_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_txt {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    margin-top: 4rem;
  }
}
.p-tour-one-m3 .campaign_des_note {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #9F9F9F;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_note {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 4rem;
  }
}
.p-tour-one-m3 .campaign_des_date {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_date {
    margin-top: 9.2rem;
  }
}
.p-tour-one-m3 .campaign_des_date_img {
  width: 27.9rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_date_img {
    margin-inline: auto;
    width: 49.5rem;
  }
}
.p-tour-one-m3 .campaign_des_here {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin-top: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_here {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    margin-top: 8.4rem;
  }
}
.p-tour-one-m3 .campaign_des_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_list {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}
.p-tour-one-m3 .campaign_des_list_item:nth-child(1) {
  --_bg: #FF4713;
}
.p-tour-one-m3 .campaign_des_list_item:nth-child(1) .campaign_des_list_link:focus-visible {
  --_bg: transparent;
}
@media (any-hover: hover) {
  .p-tour-one-m3 .campaign_des_list_item:nth-child(1) .campaign_des_list_link:hover {
    --_bg: transparent;
  }
}
.p-tour-one-m3 .campaign_des_list_link {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  height: 6rem;
  border: 0.1rem solid #FF4713;
  background: var(--_bg);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_list_link {
    font-size: 2.6rem;
    line-height: 1.1923076923;
    height: 8rem;
    border-width: 0.2rem;
  }
}
.p-tour-one-m3 .campaign_des_list_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.9rem;
  width: 1.8rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M15.6,17.427V4.1L2.436,17.263a.573.573,0,0,1-.811,0l-.888-.888a.573.573,0,0,1,0-.811L13.9,2.4H.573A.573.573,0,0,1,0,1.829V.573A.573.573,0,0,1,.573,0H17.426A.573.573,0,0,1,18,.573V17.427a.573.573,0,0,1-.573.573H16.171a.573.573,0,0,1-.573-.573" fill="white"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-tour-one-m3 .campaign_des_list_link::after {
    right: 2.8rem;
    width: 2.3rem;
  }
}
.p-tour-one-m3 .campaign_des_list_link:focus-visible {
  --_bg: #FF4713;
}
@media (any-hover: hover) {
  .p-tour-one-m3 .campaign_des_list_link:hover {
    --_bg: #FF4713;
    opacity: 1;
  }
}
.campaign-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .campaign-overlay {
    padding-top: 14rem;
  }
}
.campaign-overlay p {
  color: #FF4713;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .campaign-overlay p {
    font-size: 4.8rem;
  }
}

/* -----------------
TOUR PRO 3
-------------------- */
.p-tour-pro3 {
  margin-top: 26rem;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 {
    margin-top: 18rem;
  }
}
.p-tour-pro3 .intro {
  position: relative;
  z-index: 1;
  background: url(../img/tour_pro3_bg_pc.jpg) center/cover no-repeat;
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro {
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    padding-bottom: min(10rem, 9.2592592593vh);
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .intro {
    padding-block: 11rem 9.6rem;
    background: url(../img/tour_pro3_bg_sp.jpg) center top/100% auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_inner {
    position: relative;
    width: 100%;
  }
}
.p-tour-pro3 .intro_bg-txt {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_bg-txt {
    left: 50%;
    translate: -50% -50%;
    max-width: 70.6770833333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .intro_bg-txt {
    top: 3.9rem;
    right: 0.9rem;
    width: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_fig {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_fig_cap {
    order: 2;
    margin-top: min(4.6rem, 4.2592592593vh);
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_fig_cap_ttl {
    height: min(7.1rem, 6.5740740741vh);
  }
  .p-tour-pro3 .intro_fig_cap_ttl img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .intro_fig_cap_ttl {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_fig_img {
    text-align: center;
    order: 0;
    height: min(69.5rem, 64.3518518519vh);
    max-height: min(69.5rem, 49.6428571429vw);
  }
  .p-tour-pro3 .intro_fig_img_pic {
    height: 100%;
  }
  .p-tour-pro3 .intro_fig_img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .intro_fig_img {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .intro_fig_txt {
    text-align: center;
    order: 1;
    margin-top: min(2.6rem, 2.4074074074vh);
    height: min(4.9rem, 4.537037037vh);
  }
  .p-tour-pro3 .intro_fig_txt_img {
    height: 100%;
  }
  .p-tour-pro3 .intro_fig_txt img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .intro_fig_txt {
    margin-top: 5.2rem;
    width: 51.9rem;
  }
}
.p-tour-pro3 .item {
  background: var(--_bg) center/cover no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2.65625vw;
    position: sticky;
    top: 0;
    z-index: 1;
    margin-top: 100vh;
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item {
    row-gap: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item {
    position: relative;
  }
}
.p-tour-pro3 .item._01 {
  --_bg: url(../img/tour_pro3_bg_01_pc.jpg);
  --_box-ttl-width: 33.5rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item._01 {
    --_box-ttl-width: 41.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item._01 {
    --_bg: url(../img/tour_pro3_bg_01_sp.jpg);
    --_box-ttl-width: 48.1rem;
    padding-block: 12.8rem 12.9rem;
  }
}
.p-tour-pro3 .item._02 {
  --_bg: url(../img/tour_pro3_bg_02_pc.jpg);
  --_box-ttl-width: 33.6rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item._02 {
    --_box-ttl-width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item._02 {
    --_bg: url(../img/tour_pro3_bg_02_sp.jpg);
    --_box-ttl-width: 49.6rem;
    padding-block: 15.1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item._02 .item_num {
    margin-inline: auto 9.8rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item._02 .item_num {
    margin-inline: auto 12.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item._02 .item_box {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item._02 .item_box_img {
    margin-inline: calc(50% - 50vw) 0;
  }
}
.p-tour-pro3 .item._03 {
  --_bg: url(../img/tour_pro3_bg_03_pc.jpg);
  --_box-ttl-width: 28.8rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item._03 {
    --_box-ttl-width: 36rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item._03 {
    --_bg: url(../img/tour_pro3_bg_03_sp.jpg);
    --_box-ttl-width: 43.5rem;
    padding-block: 15.3rem 15rem;
  }
}
.p-tour-pro3 .item._04 {
  --_bg: url(../img/tour_pro3_bg_04_pc.jpg);
  --_box-ttl-width: 32.8rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item._04 {
    --_box-ttl-width: 41rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item._04 {
    --_bg: url(../img/tour_pro3_bg_04_sp.jpg);
    --_box-ttl-width: 53.8rem;
    padding-block: 20.1rem 20.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item._04 .item_num {
    margin-inline: auto 8.4rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item._04 .item_num {
    margin-inline: auto 10.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item._04 .item_box {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item._04 .item_box_img {
    margin-inline: calc(50% - 50vw) 0;
  }
}
.p-tour-pro3 .item_num {
  height: 7.9166666667vw;
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item_num {
    margin-left: 9rem;
  }
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item_num {
    margin-left: 11.2rem;
    height: 9.8958333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item_num {
    position: absolute;
    top: 8rem;
    right: 4rem;
    height: 15rem;
  }
}
.p-tour-pro3 .item_num_img {
  height: 100%;
}
.p-tour-pro3 .item_num svg,
.p-tour-pro3 .item_num img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .item_box_hgroup {
    width: 45%;
  }
}
.p-tour-pro3 .item_box_hgroup_ttl {
  width: var(--_box-ttl-width);
}
.p-tour-pro3 .item_box_hgroup_txt {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) and (min-height: 1080px) {
  .p-tour-pro3 .item_box_hgroup_txt {
    margin-top: 6.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item_box_hgroup_txt {
    font-size: 2.6rem;
    line-height: 2;
    margin-top: 7.7rem;
    padding-left: 4rem;
  }
}
.p-tour-pro3 .item_box_img {
  margin-right: calc(50% - 50vw);
  width: 46.875vw;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .item_box_img {
    margin-top: 7.8rem;
    margin-left: auto;
    width: 80vw;
  }
}
@media screen and (min-width: 768px) {
  .p-tour-pro3 .c-splide {
    margin-top: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .c-splide {
    padding-top: 6rem;
  }
}
.p-tour-pro3 .color-variation {
  position: relative;
  z-index: 1;
  padding-top: 16rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .color-variation {
    padding-top: 4rem;
  }
}
.p-tour-pro3 .color-variation_ttl_img {
  width: 45.8rem;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .color-variation_ttl_img {
    width: 49.2rem;
  }
}
.p-tour-pro3 .color-variation_list {
  margin-top: 8rem;
}
.p-tour-pro3 .color-variation_list_item {
  position: relative;
  z-index: 1;
}
.p-tour-pro3 .color-variation_list_item._black {
  --_width: 20.1rem;
  background: #0F0F0F;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .color-variation_list_item._black {
    --_width: 18.8rem;
  }
}
.p-tour-pro3 .color-variation_list_item._latte {
  --_width: 19.6rem;
  background: #988D78;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .color-variation_list_item._latte {
    --_width: 18.4rem;
  }
}
.p-tour-pro3 .color-variation_list_item_inner {
  display: flex;
  align-items: center;
  height: clamp(22rem, 17.1875vw, 24rem);
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .color-variation_list_item_inner {
    height: 36.5rem;
  }
}
.p-tour-pro3 .color-variation_list_item_ttl_img {
  width: var(--_width);
}
.p-tour-pro3 .color-variation_list_item_img {
  position: absolute;
  top: 0;
  right: 12.5%;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .color-variation_list_item_img {
    right: 0;
  }
}
.p-tour-pro3 .color-variation_list_item_img img {
  width: auto;
  height: 100%;
}
.p-tour-pro3 .c-shop-now {
  position: relative;
  z-index: 1;
  padding-block: 16rem 29.1rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-tour-pro3 .c-shop-now {
    padding-block: 12rem 18rem;
  }
}

/* -----------------
MOVIE
-------------------- */
@media screen and (max-width: 767px) {
  .p-movie .c-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.p-movie .ttl {
  margin-inline: auto;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-movie .ttl {
    width: 32.7rem;
  }
}
.p-movie .movie {
  margin-top: 7.6rem;
  aspect-ratio: 1200/658;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-movie .movie {
    margin-top: 9.6rem;
  }
}
.p-movie .movie iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.p-movie .fig {
  margin: 8rem auto 0;
  width: 93.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie .fig {
    display: grid;
    align-items: center;
    grid-template-columns: 15.8rem 1fr;
    column-gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-movie .fig {
    width: 67rem;
  }
}
.p-movie .fig_img {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-movie .fig_img {
    margin-inline: auto;
    width: 15.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-movie .fig_cap {
    margin-top: 5.4rem;
  }
}
.p-movie .fig_cap_name {
  width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-movie .fig_cap_name {
    margin-inline: auto;
    width: 54rem;
  }
}
.p-movie .fig_cap_txt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .p-movie .fig_cap_txt {
    font-size: 2.6rem;
    line-height: 1.8461538462;
    margin-top: 4.5rem;
  }
}

/* -----------------
SHOP NOW
-------------------- */
.p-shop-now {
  margin-top: 21.3rem;
}
@media screen and (max-width: 767px) {
  .p-shop-now {
    margin-top: 22rem;
  }
}
.p-shop-now .ttl {
  margin-inline: auto;
  width: 49.6rem;
}
@media screen and (max-width: 767px) {
  .p-shop-now .ttl {
    width: 57.9rem;
  }
}
.p-shop-now .list {
  margin-top: 10.6rem;
}
@media screen and (min-width: 768px) {
  .p-shop-now .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-now .list {
    margin-top: 9.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-shop-now .list_item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_item:nth-child(n+2) {
    margin-top: 12rem;
  }
}
.p-shop-now .list_item:nth-child(1) .splide__pagination li:nth-child(1) {
  --_border-color: #888;
  --_item-color: #000;
}
.p-shop-now .list_item:nth-child(2) .splide__pagination li:nth-child(1) {
  --_border-color: #888;
  --_item-color: #000;
}
.p-shop-now .list_item:nth-child(2) .splide__pagination li:nth-child(2) {
  --_border-color: #B99C6F;
  --_item-color: #B99C6F;
}
.p-shop-now .list_item:nth-child(2) .splide__pagination li:nth-child(3) {
  --_border-color: #0042BF;
  --_item-color: #0042BF;
}
.p-shop-now .list_item:nth-child(3) .splide__pagination li:nth-child(1) {
  --_border-color: #888;
  --_item-color: #000;
}
.p-shop-now .list_item:nth-child(3) .splide__pagination li:nth-child(2) {
  --_border-color: #E5CBA0;
  --_item-color: #E5CBA0;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list .splide {
    margin-inline: auto;
    width: 48.8rem;
  }
}
.p-shop-now .list .splide__slide {
  width: 100%;
}
.p-shop-now .list .splide__pagination {
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list .splide__pagination {
    gap: 2rem;
  }
}
.p-shop-now .list .splide__pagination__page {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--_border-color);
  border-radius: 50%;
  background: var(--_item-color);
}
@media screen and (max-width: 767px) {
  .p-shop-now .list .splide__pagination__page {
    width: 4rem;
    height: 4rem;
  }
}
.p-shop-now .list .splide__pagination__page.is-active {
  border: 2px solid #fff;
}
.p-shop-now .list_ttl {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 6.2rem;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_ttl {
    font-size: 4.8rem;
    line-height: 1.3541666667;
    text-align: left;
    margin-top: 7rem;
  }
}
.p-shop-now .list_ttl_note {
  font-size: 1.3rem;
  line-height: 1.5384615385;
  font-weight: 500;
  color: #9F9F9F;
  text-align: left;
  display: block;
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_ttl_note {
    font-size: 2.6rem;
    line-height: 2;
  }
}
.p-shop-now .list_btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_btns {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
  }
}
.p-shop-now .list_btns_item:nth-child(1) {
  --_bg: #FF4713;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_btns_item:nth-child(1) {
    grid-column: span 2;
  }
}
.p-shop-now .list_btns_item:nth-child(1) .list_btns_link:focus-visible {
  --_bg: transparent;
}
@media (any-hover: hover) {
  .p-shop-now .list_btns_item:nth-child(1) .list_btns_link:hover {
    --_bg: transparent;
  }
}
.p-shop-now .list_btns_link {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
  display: grid;
  place-content: center;
  position: relative;
  height: 6rem;
  border: 0.1rem solid #FF4713;
  background: var(--_bg);
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_btns_link {
    font-size: 2.6rem;
    line-height: 1.1923076923;
    height: 8rem;
    border-width: 0.2rem;
  }
}
.p-shop-now .list_btns_link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.9rem;
  width: 1.8rem;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M15.6,17.427V4.1L2.436,17.263a.573.573,0,0,1-.811,0l-.888-.888a.573.573,0,0,1,0-.811L13.9,2.4H.573A.573.573,0,0,1,0,1.829V.573A.573.573,0,0,1,.573,0H17.426A.573.573,0,0,1,18,.573V17.427a.573.573,0,0,1-.573.573H16.171a.573.573,0,0,1-.573-.573" fill="white"/></svg>') center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-shop-now .list_btns_link::after {
    right: 2.8rem;
    width: 2.3rem;
  }
}
.p-shop-now .list_btns_link:focus-visible {
  --_bg: #FF4713;
}
@media (any-hover: hover) {
  .p-shop-now .list_btns_link:hover {
    --_bg: #FF4713;
    opacity: 1;
  }
}

/* -----------------
footer
-------------------- */
.l-footer {
  padding-block: 33.7rem 15rem;
  background: url(../img/footer_bg_pc.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 28.9rem;
    padding-block: 16rem 62.3rem;
    background: url(../img/footer_bg_sp.jpg) center top/cover no-repeat;
  }
}
.l-footer .logo {
  margin: 9rem auto 0;
  width: 13.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    margin-top: 10rem;
  }
}
.l-footer .logo_link {
  display: block;
}
.l-footer .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer .list {
    margin-top: 6rem;
  }
}
.l-footer .list_item._x {
  width: 5.7rem;
}
.l-footer .list_item._youtube {
  width: 17.4rem;
}
.l-footer .list_item._instagram {
  width: 6rem;
}
.l-footer .list_link {
  display: block;
}

/*# sourceMappingURL=style.css.map */
