@charset "UTF-8";
/* Media Query */
/* ============================================ */
/* font family */
/* ============================================ */
/* animation */
/* ============================================ */
@keyframes load-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* reset */
/* ============================================ */
::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* サイト全体の基本設定 */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  background: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  transition: 0.4s;
}

img {
  max-width: 100%;
}

/* 調整用パーツ */
/* ============================================ */
/* media */
@media screen and (max-width: 430px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-middle {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-middle {
    display: block;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 430px) {
  .u-only-sp {
    display: block;
  }
}

/* text */
.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-color-red {
  color: #D51A19;
}

/* l-wrap */
/* ============================================ */
.l-wrap {
  overflow: hidden;
}

/* l-main */
/* ============================================ */
/* l-inner */
/* ============================================ */
/* l-header */
/* ============================================ */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__logo {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  padding: 2.5694444444vw 3.4722222222vw;
  width: 106px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.1em;
  line-height: 34px;
}
@media screen and (max-width: 430px) {
  .l-header__logo {
    padding: 6.976744186vw 7.4418604651vw;
  }
}
.l-header__logo-en {
  display: block;
}
.l-header__logo-ja {
  display: block;
}

/* l-footer */
/* ============================================ */
.l-footer__copy {
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 430px) {
  .l-footer__copy {
    padding-bottom: 5.8139534884vw;
  }
}

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

/* index */
/* ============================================ */
body {
  opacity: 0;
}
body.is-open {
  animation: load-fadein 2s ease-in-out forwards;
  animation-delay: 0.1s;
}

.bg-change__img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 1s ease 0s;
  z-index: -1;
}
.bg-change__img.v-01 video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.bg-change__img.v-02 {
  background-image: url(../img/index_sec_bg02@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-02 {
    background-image: url(../img/index_sec_bg02_sp@2x.webp);
  }
}
.bg-change__img.v-03 {
  background-image: url(../img/index_sec_bg03@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-03 {
    background-image: url(../img/index_sec_bg03_sp@2x.webp);
  }
}
.bg-change__img.v-04 {
  background-image: url(../img/index_sec_bg04@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-04 {
    background-image: url(../img/index_sec_bg04_sp@2x.webp);
  }
}
.bg-change__img.v-05 {
  background-image: url(../img/index_sec_bg05@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-05 {
    background-image: url(../img/index_sec_bg05_sp@2x.webp);
  }
}
.bg-change__img.v-06 {
  background-image: url(../img/index_sec_bg06@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-06 {
    background-image: url(../img/index_sec_bg06_sp@2x.webp);
  }
}
.bg-change__img.v-07 {
  background-image: url(../img/index_sec_bg07@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-07 {
    background-image: url(../img/index_sec_bg07_sp@2x.webp);
  }
}
.bg-change__img.v-08 {
  background-image: url(../img/index_sec_bg08@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-08 {
    background-image: url(../img/index_sec_bg08_sp@2x.webp);
  }
}
.bg-change__img.v-09 {
  background-image: url(../img/index_sec_bg09@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-09 {
    background-image: url(../img/index_sec_bg09_sp@2x.webp);
  }
}
.bg-change__img.v-10 {
  background-image: url(../img/index_sec_bg10@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-10 {
    background-image: url(../img/index_sec_bg10_sp@2x.webp);
  }
}
.bg-change__img.v-11 {
  background-image: url(../img/index_sec_bg11@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-11 {
    background-image: url(../img/index_sec_bg11_sp@2x.webp);
  }
}
.bg-change__img.v-12 {
  background-image: url(../img/index_sec_bg12@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-12 {
    background-image: url(../img/index_sec_bg12_sp@2x.webp);
  }
}
.bg-change__img.v-13 {
  background: #fff;
}
.bg-change__img.v-14 {
  background-image: url(../img/index_sec_bg14@2x.webp);
}
@media screen and (max-width: 430px) {
  .bg-change__img.v-14 {
    background-image: url(../img/index_sec_bg14_sp@2x.webp);
  }
}
.bg-change__img.is-show {
  opacity: 1;
}

.p-top__sec {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 430px) {
  .p-top__sec {
    padding-bottom: 5vh;
  }
}
.p-top__sec.v-slide {
  padding: 0;
}
.p-top__copy {
  padding-left: 19.4444444444vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top__copy {
    padding-left: 13.0208333333vw;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy {
    padding-left: 19.7674418605vw;
  }
}
.p-top__copy p {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.9166666667vw;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
  letter-spacing: 0.2em;
  line-height: 1.667;
  opacity: 0;
  transform: translate(0, 100px);
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .p-top__copy p {
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy p {
    font-size: 6.511627907vw;
    line-height: 1.6429;
  }
}
.p-top__copy p.is-show {
  opacity: 1;
  transform: translate(0, 0);
}
.p-top__copy.v-middle {
  padding-left: 17.3611111111vw;
}
@media screen and (max-width: 768px) {
  .p-top__copy.v-middle {
    padding-left: 11.71875vw;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy.v-middle {
    padding-left: 15.1162790698vw;
  }
}
.p-top__copy.v-middle p {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2222222222vw;
  line-height: 2.0625;
}
@media screen and (max-width: 768px) {
  .p-top__copy.v-middle p {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy.v-middle p {
    font-size: 5.8139534884vw;
    line-height: 1.76;
  }
}
.p-top__copy.v-small {
  padding-left: 20.4861111111vw;
}
@media screen and (max-width: 768px) {
  .p-top__copy.v-small {
    padding-left: 14.3229166667vw;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy.v-small {
    padding-left: 11.6279069767vw;
  }
}
.p-top__copy.v-small p {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8055555556vw;
  line-height: 2.2308;
}
@media screen and (max-width: 768px) {
  .p-top__copy.v-small p {
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy.v-small p {
    font-size: 4.8837209302vw;
    line-height: 2.2381;
  }
}
@media screen and (max-width: 430px) {
  .p-top__copy.v-sp-right p {
    display: flex;
    justify-content: flex-end;
    padding-right: 13.9534883721vw;
  }
}
.p-top__slide .splide__track .splide__list .splide__slide {
  margin-right: 3.4722222222vw;
}
@media screen and (max-width: 430px) {
  .p-top__slide .splide__track .splide__list .splide__slide {
    margin-right: 4.6511627907vw;
  }
}
.p-top__store {
  padding-top: 35px;
}
.p-top__store-title {
  text-align: center;
}
.p-top__store-title span {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 430px) {
  .p-top__store-title span {
    border-width: 1px;
  }
}
.p-top__store-list {
  font-size: 14px;
  margin-top: 26px;
  text-align: right;
  line-height: 1.5;
}
.p-top__store-link {
  font-size: 13px;
  margin-top: 32px;
}
.p-top__store-link a {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.p-top__store-link a::before, .p-top__store-link a::after {
  content: "";
  position: absolute;
}
.p-top__store-link a::before {
  left: 0;
  top: 5px;
  border: 1px solid #000;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.p-top__store-link a::after {
  left: 5px;
  top: 10px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  height: 3px;
  width: 3px;
}
.p-top__store-link a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */