@charset "UTF-8";
/* ===== @use ===== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ===== common.scss ===== */
/* -- 変数 -- */
/* font */
/* color */
/* switching */
/* -- btn --*/
/* -- crm -- */
/* -- 画像をトリミング -- */
/* -- 中央配置 -- */
/* ===== style.css ===== */
/* -- body -- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.5;
  color: #000;
  background: #DEDEDE;
}

/* -- wrapper -- */
.wrapper {
  overflow-x: hidden;
}

/* -- inner -- */
.inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 1110px) {
  .inner {
    margin: 0 15px;
    width: auto;
  }
}

/*
    tag
*/
a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  img {
    max-width: none;
    width: 100%;
  }
}

/*
    common
*/
/* -- hide -- */
@media screen and (min-width: 901px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .sp_hide {
    display: none !important;
  }
}
/*
    footer
*/
#footer {
  position: relative;
  z-index: 20;
  /* sns_link */
  /* copy */
}
#footer #footer .inner {
  height: auto;
}
#footer .footer_inner {
  margin: 0 auto;
  max-width: 728px;
  padding: 75px 0 88px;
}
#footer .sns_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 97px auto 0;
  max-width: 210px;
}
#footer .copy {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 900px) {
  #footer {
    /* banner */
    /* sns_link */
    /* copy */
  }
  #footer .footer_inner {
    padding: 59px 0 51px;
  }
  #footer .banner {
    margin: 0 auto;
    max-width: 340px;
  }
  #footer .banner a::after {
    right: 32px;
    width: 41px;
    height: 7px;
  }
  #footer .sns_link {
    margin-top: 36px;
    max-width: 98px;
  }
  #footer .sns_link li {
    width: 25px;
  }
  #footer .copy {
    font-size: 4.5px;
    margin-top: 4px;
  }
}

/*
    main
*/
/* -- mv -- */
.load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: fixed;
  bottom: auto;
  height: 100%;
  background: #FFF;
  content: "";
  z-index: 50;
  transition: height 1s;
}
.load.act {
  height: 0;
}

/* -- mv -- */
.mv {
  position: relative;
}
.mv-box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 21% 0;
  height: 45.3svh;
  min-height: 348px;
  opacity: 0;
  transition: opacity 0.6s 1s;
}
.mv-box01 h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
}
.mv-box01 h1 img {
  display: block;
  margin: 0 auto 65px;
}
.mv-box02 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
  height: 54.7svh;
  min-height: 420px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.8s 1.6s, transform 0.8s 1.6s;
}
.mv-box02 > * {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.mv-box02 > *::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #CECECE;
  content: "";
  z-index: 15;
  mix-blend-mode: multiply;
}
.mv-box02 > * > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  width: 100.5%;
  z-index: 10;
}
.mv-box02 > * > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 2.045;
  letter-spacing: 0.12em;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 20;
}
.mv-box02 > * > span img {
  display: block;
  margin: 30px auto 10px;
}
.mv-box02 > * > span > span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  display: block;
  margin: 17px 0 55px;
}
.mv-box03 {
  position: absolute;
  top: 6.2%;
  right: 3.2%;
  width: 17.6%;
  opacity: 0;
  transition: opacity 0.6s 2.4s;
}
.mv.act .mv-box01 {
  opacity: 1;
}
.mv.act .mv-box02 {
  opacity: 1;
  transform: translateY(0);
}
.mv.act .mv-box03 {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .mv-box01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 28.2svh;
    min-height: 187px;
  }
  .mv-box01 h1 {
    font-size: 11px;
  }
  .mv-box01 h1 img {
    margin: 0 auto 31px;
    max-width: 84px;
  }
  .mv-box02 {
    display: block;
    height: 71.8svh;
    min-height: 480px;
  }
  .mv-box02 > * {
    height: 23.9333333333svh;
    min-height: 160px;
  }
  .mv-box02 > * > span {
    font-size: 12px;
  }
  .mv-box02 > * > span img {
    margin: 16px auto -5px;
    width: 38px;
  }
  .mv-box02 > * > span > span {
    font-size: 11px;
    margin: 15px 0;
  }
  .mv-box03 {
    top: auto;
    bottom: 2.1%;
    width: 32.1%;
  }
}

/* -- main -- */
.main {
  position: relative;
  overflow: hidden;
  /* - followLogo - */
  /* - followBtn - */
  /* - followNav - */
}
.main_sub {
  position: relative;
}
.main .followLogo {
  top: 26px;
  left: 54px;
  z-index: 100;
}
.main .followBtn {
  top: 37px;
  right: 44px;
  z-index: 100;
}
.main .followBtn a {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #FFF;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 12px;
  height: 24px;
  background: none;
  border: 1px solid #FFF;
  border-radius: 10rem;
}
.main .followNav {
  top: calc(100svh - 29px);
  left: 54px;
  margin-top: 0 !important;
  opacity: 1 !important;
  transform: translateY(-100%) !important;
  z-index: 100;
}
.main .followNav li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  line-height: 3;
  letter-spacing: 0.1em;
}
.main .followNav li a {
  color: #FFF;
  position: relative;
  padding-left: 1.5em;
}
.main .followNav li a::before {
  line-height: 1.5;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  right: auto;
  content: "・";
}
.main .followNav li.act a::before {
  content: "◉";
}
.main .followNav.off {
  top: auto;
  bottom: 37px;
  transform: translateY(0) !important;
}
.main-followItem, .main-followItem_sub {
  position: absolute;
  margin-top: -50px;
  opacity: 0;
  transition: margin-top 1s, opacity 1s;
}
.main-followItem.act, .main-followItem_sub.act {
  position: fixed;
  margin-top: 0;
  opacity: 1;
}
.main-followItem.off, .main-followItem_sub.off {
  position: absolute;
  margin-top: 0;
  transform: translateY(100%);
}
.main-followItem.off {
  position: fixed;
  animation: mtanm 1s forwards;
}
@media screen and (max-width: 900px) {
  .main {
    /* - followLogo - */
    /* - followBtn - */
    /* - followNav - */
  }
  .main .followLogo {
    top: -1px;
    left: 19px;
    width: 90px;
  }
  .main .followBtn {
    top: 24px;
    right: 15px;
  }
  .main .followBtn a {
    font-size: 7px;
    padding: 0 6px;
    height: 20px;
  }
  .main .followNav {
    top: calc(100svh - 33px);
    left: 20px;
  }
  .main .followNav li {
    font-size: 6px;
  }
  .main .followNav.off {
    bottom: 33px;
  }
}

@keyframes mtanm {
  0% {
    margin-top: -50px;
  }
  100% {
    margin-top: -110px;
  }
}
/* -- itemBox -- */
.itemBox {
  position: relative;
  /* - box01 - */
  /* - box02 - */
  /* - box03 - */
  /* - box04 - */
  /* - box05 - */
  /* - box06 - */
  /* - box07 - */
}
.itemBox-caption {
  font-size: 9px;
  line-height: 2.1;
  letter-spacing: 0.15em;
  text-align: right;
  color: #B9B9B9;
  position: absolute;
  top: calc(100svh - 16px);
  right: 43px;
  opacity: 0;
  z-index: 50;
  transform: translateY(-100%);
  transition: opacity 0.6s;
}
.itemBox-caption a {
  color: #B9B9B9;
}
.itemBox-caption.act {
  position: fixed;
  opacity: 1;
}
.itemBox-caption.off {
  position: absolute;
  top: auto;
  bottom: 16px;
  transform: translateY(0);
}
.itemBox-box01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100svh;
  min-height: 768px;
}
.itemBox-box01 > * {
  position: relative;
  z-index: 20;
}
.itemBox-box01-img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  z-index: 10;
}
.itemBox-box01-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}
.itemBox-box01-txtBox {
  color: #FFF;
  text-align: center;
  padding-bottom: 5px;
}
.itemBox-box01-txtBox-tit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.itemBox-box01-txtBox-txt {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-top: 27px;
}
.itemBox-box01-scroll {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: -28px;
  width: fit-content;
}
.itemBox-box01-scroll a {
  color: #FFF;
  display: block;
  position: relative;
  padding-bottom: 55px;
  width: 9px;
}
.itemBox-box01-scroll a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 1px;
  height: 63px;
  background: #FFF;
  content: "";
  animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.itemBox-box01-scroll a span {
  writing-mode: vertical-lr;
  text-transform: uppercase;
  font-family: "Zen Old Mincho", serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.16em;
}
.itemBox-box02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100svh;
  min-height: 768px;
}
.itemBox-box02-img {
  margin: 0 0 0.4% 4.7%;
  width: 43.9%;
  height: calc(100svh - 15.3%);
  min-height: calc(768px - 15.3%);
}
.itemBox-box02-img span {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.itemBox-box02-txtBox {
  margin-right: 6.4%;
  padding-top: 40px;
  width: 38%;
  min-height: 470px;
}
.itemBox-box02-txtBox .itemBox-box01-txtBox-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.itemBox-box02-txtBox .itemBox-box01-txtBox-txt {
  font-size: 14px;
  line-height: 2.86;
  letter-spacing: 0.025em;
  margin-top: 38px;
}
.itemBox-box03 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100svh;
  min-height: 768px;
}
.itemBox-box03 > *:not(.itemBox-box01-img) {
  position: relative;
  z-index: 20;
}
.itemBox-box03-txtBox {
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  padding: 47px 15px 0;
  max-width: 885px;
  box-sizing: content-box;
}
.itemBox-box03-txtBox.taL {
  text-align: left;
}
.itemBox-box03-txtBox .itemBox-box01-txtBox-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.itemBox-box03-txtBox .itemBox-box01-txtBox-txt {
  font-size: 14px;
  line-height: 2.86;
  letter-spacing: 0.05em;
  margin-top: 38px;
}
.itemBox-box03.movie {
  height: auto;
  min-height: auto;
}
.itemBox-box03.movie .itemBox-box01-img {
  position: static;
  width: 100%;
}
.itemBox-box03.movie .itemBox-box01-img > * {
  width: 100%;
}
.itemBox-box04 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 8% 0;
  height: 100svh;
  min-height: 768px;
}
.itemBox-box04-tit {
  text-align: center;
  width: 235px;
}
.itemBox-box04-tit > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0.43em;
  writing-mode: vertical-lr;
  text-orientation: upright;
}
.itemBox-box04-tit > span span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #868686;
  margin-top: 36px;
}
.itemBox-box04-cnt {
  position: relative;
  overflow: hidden;
  width: calc(100% - 235px);
}
.itemBox-box04-cnt-box {
  position: absolute;
  display: flex;
}
.itemBox-box04-cnt-box-item {
  width: 400px;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s, transform 1s;
  margin-right: 61px;
}
.itemBox-box04-cnt-box-item-img {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.itemBox-box04-cnt-box-item-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  width: 120%;
  transition: width 1s;
}
.itemBox-box04-cnt-box-item-tit {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 19px 0 0 1px;
}
.itemBox-box04-cnt-box-item-txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 2px 0 0 1px;
}
.itemBox-box04-cnt-box-item.act {
  opacity: 1;
  transform: translateX(0);
}
.itemBox-box04-cnt-box-item.act .itemBox-box04-cnt-box-item-img img {
  width: 100%;
}
.itemBox-box05 {
  padding: 120px 0 168px;
}
.itemBox-box05-txtBox {
  margin: 0 auto;
  max-width: 645px;
}
.itemBox-box05-txtBox .itemBox-box01-txtBox-tit {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.itemBox-box05-txtBox .itemBox-box01-txtBox-txt {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.025em;
  margin-top: 56px;
}
.itemBox-box05-txtBox .itemBox-box01-txtBox-txt > *:not(:last-child) {
  margin-bottom: 40px;
}
.itemBox-box06 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-bottom: 129px;
}
.itemBox-box06-titBox {
  position: relative;
  padding-top: 127px;
  width: 415px;
}
.itemBox-box06-titBox .itemBox-box04-tit {
  position: absolute;
  top: 127px;
  left: 0;
}
.itemBox-box06-titBox-tit {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.33;
  letter-spacing: 0.1em;
  white-space: nowrap;
  position: absolute;
  top: 166px;
  left: 219px;
  z-index: 10;
}
.itemBox-box06-titBox-tit span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 3px;
}
.itemBox-box06-titBox.act > * {
  position: fixed;
}
.itemBox-box06-titBox.off .itemBox-box04-tit {
  top: auto;
  bottom: calc(100svh - 127px);
  transform: translateY(100%);
}
.itemBox-box06-titBox.off .itemBox-box06-titBox-tit {
  top: auto;
  bottom: calc(100svh - 166px);
  transform: translateY(100%);
}
.itemBox-box06 .itemBox-box04-cnt {
  position: relative;
  padding-top: 127px;
  width: calc(100% - 415px);
}
.itemBox-box06-cnt-box01 {
  position: relative;
}
.itemBox-box06-cnt-box01 span {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 65.2%;
}
.itemBox-box06-cnt-box02 {
  margin: 115px auto 0;
  padding: 0 15px;
  max-width: 620px;
  box-sizing: content-box;
}
.itemBox-box06-cnt-box02-cnt01 {
  margin-top: 36px;
}
.itemBox-box06-cnt-box02-cnt01 .itemBox-box01-txtBox-tit {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.itemBox-box06-cnt-box02-cnt01 .itemBox-box01-txtBox-txt {
  font-size: 14px;
  line-height: 2.85;
  letter-spacing: 0.05em;
  margin-top: 41px;
}
.itemBox-box06-cnt-box02-cnt01 .itemBox-box01-txtBox-txt > *:not(:last-child) {
  margin-bottom: 40px;
}
.itemBox-box06-cnt-box02-cnt02 {
  margin-top: 95px;
}
.itemBox-box06-cnt-box02-cnt02 span {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.itemBox-box06-cnt-box02-cnt03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 49px;
  /* ptrn02 */
  /* ptrn03 */
  /* ptrn04 */
}
.itemBox-box06-cnt-box02-cnt03 > :nth-child(1) {
  width: 45.2%;
}
.itemBox-box06-cnt-box02-cnt03 > :nth-child(2) {
  margin-top: 8.2%;
  width: 48.4%;
}
.itemBox-box06-cnt-box02-cnt03 span {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.itemBox-box06-cnt-box02-cnt03.reverse {
  flex-direction: row-reverse;
}
.itemBox-box06-cnt-box02-cnt03.ptrn02 > :nth-child(1) {
  margin-top: 11.6%;
  width: 37.1%;
}
.itemBox-box06-cnt-box02-cnt03.ptrn02 > :nth-child(2) {
  margin-top: 0;
  width: 56.7%;
}
.itemBox-box06-cnt-box02-cnt03.ptrn03 > :nth-child(1) {
  width: 48.4%;
}
.itemBox-box06-cnt-box02-cnt03.ptrn03 > :nth-child(2) {
  width: 45.2%;
}
.itemBox-box06-cnt-box02-cnt03.ptrn04 > :nth-child(1) {
  margin-top: 8.2%;
  width: 48.4%;
}
.itemBox-box06-cnt-box02-cnt03.ptrn04 > :nth-child(2) {
  margin-top: 0;
  width: 40.4%;
}
.itemBox-box07 {
  margin-bottom: 149px;
}
.itemBox-box07-img01 {
  margin: 0 0 0 auto;
  width: 80.5%;
}
.itemBox-box07-img01 span {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 67.3%;
}
.itemBox-box07-txt01 {
  letter-spacing: 0.025em;
  margin: 95px auto 0;
  max-width: 620px;
}
.itemBox-box07-img02 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 130px auto 122px;
  max-width: 835px;
}
.itemBox-box07-img02 > * {
  width: 48%;
}
.itemBox-box07-img02 > *:not(:nth-last-child(-n+2)) {
  margin-bottom: 4%;
}
.itemBox-box07-img02 span {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 100%;
}
#itemBox01_sub .itemBox-box07 {
  margin-bottom: 0;
}
@media screen and (min-width: 901px) {
  .itemBox#itemBox01 .itemBox-box04 {
    padding: 9.1% 0;
  }
  .itemBox#itemBox01 .itemBox-box04-cnt-box-item {
    width: 450px;
  }
  .itemBox#itemBox01 .itemBox-box04-cnt-box-item:not(:last-child) {
    margin-right: 30px;
  }
  .itemBox#itemBox01 .itemBox-box04-cnt-box-item-txt {
    margin-top: 21px;
  }
  .itemBox#itemBox01 .itemBox-box05 {
    padding: 154px 0 131px;
  }
  .itemBox#itemBox01 .itemBox-box05-txtBox {
    max-width: 620px;
  }
}
@media screen and (max-width: 900px) {
  .itemBox {
    /* - box01 - */
    /* - box02 - */
    /* - box03 - */
    /* - box04 - */
    /* - box05 - */
    /* - box06 - */
    /* - box07 - */
    /* -- itemBox01 -- */
  }
  .itemBox-caption {
    font-size: 4.5px;
    top: calc(100svh - 12px);
    right: 15px;
  }
  .itemBox-caption.off {
    bottom: 12px;
  }
  .itemBox-box01 {
    min-height: 667px;
  }
  .itemBox-box01-txtBox {
    padding-bottom: 4px;
  }
  .itemBox-box01-txtBox-tit {
    font-size: 17px;
  }
  .itemBox-box01-txtBox-txt {
    font-size: 11px;
    margin-top: 22px;
  }
  .itemBox-box01-scroll {
    bottom: -18px;
  }
  .itemBox-box01-scroll a {
    padding-bottom: 19px;
    width: 5px;
  }
  .itemBox-box01-scroll a::before {
    height: 30px;
  }
  .itemBox-box01-scroll a span {
    font-size: 5px;
    letter-spacing: 0.11em;
  }
  .itemBox-box02 {
    display: block;
    height: auto;
    min-height: 667px;
  }
  .itemBox-box02-img {
    margin: 5.2% 4.6% 0;
    width: auto;
    height: auto;
    min-height: auto;
  }
  .itemBox-box02-img span {
    height: auto;
    padding-top: 100%;
  }
  .itemBox-box02-txtBox {
    margin: 0 13.5%;
    padding: 11% 0 14.2%;
    width: auto;
    min-height: 318px;
  }
  .itemBox-box02-txtBox .itemBox-box01-txtBox-tit {
    font-size: 12px;
  }
  .itemBox-box02-txtBox .itemBox-box01-txtBox-txt {
    font-size: 9px;
    line-height: 2.77;
    margin-top: 23px;
  }
  .itemBox-box03 {
    min-height: 667px;
  }
  .itemBox-box03-txtBox {
    padding: 16px 13% 0;
  }
  .itemBox-box03-txtBox .itemBox-box01-txtBox-tit {
    font-size: 12px;
  }
  .itemBox-box03-txtBox .itemBox-box01-txtBox-txt {
    font-size: 9px;
    line-height: 2.77;
    margin-top: 24px;
  }
  .itemBox-box03-txtBox.taL {
    text-align: center;
  }
  .itemBox-box03.ptrn02 {
    height: 42.5svh;
    min-height: auto;
  }
  .itemBox-box04 {
    padding: 27% 0;
    min-height: 667px;
  }
  .itemBox-box04-tit {
    width: 48px;
  }
  .itemBox-box04-tit > span {
    font-size: 9px;
    letter-spacing: 0.32em;
  }
  .itemBox-box04-tit > span span {
    font-size: 5px;
    margin-top: 21px;
  }
  .itemBox-box04-cnt {
    width: calc(100% - 51px);
  }
  .itemBox-box04-cnt-box-item {
    width: 270px;
    margin-right: 20px;
  }
  .itemBox-box04-cnt-box-item-img {
    padding-top: 133.3%;
  }
  .itemBox-box04-cnt-box-item-tit {
    font-size: 10px;
    margin: 17px 0 0;
  }
  .itemBox-box04-cnt-box-item-txt {
    font-size: 9px;
    line-height: 1.94;
    margin: 3px 0 0;
  }
  .itemBox-box05 {
    padding: 49px 13.3% 79px;
  }
  .itemBox-box05-txtBox .itemBox-box01-txtBox-tit {
    font-size: 12px;
  }
  .itemBox-box05-txtBox .itemBox-box01-txtBox-txt {
    font-size: 9px;
    line-height: 2.22;
    margin-top: 20px;
  }
  .itemBox-box05-txtBox .itemBox-box01-txtBox-txt > *:not(:last-child) {
    margin-bottom: 21px;
  }
  .itemBox-box06 {
    padding-bottom: 41px;
  }
  .itemBox-box06-titBox {
    padding-top: 86px;
    width: 94px;
  }
  .itemBox-box06-titBox .itemBox-box04-tit {
    top: 87px;
  }
  .itemBox-box06-titBox-tit {
    font-size: 10px;
    position: absolute;
    top: 102px;
    left: 50px;
  }
  .itemBox-box06-titBox-tit span {
    font-size: 6px;
    margin-top: 3px;
  }
  .itemBox-box06-titBox.off .itemBox-box04-tit {
    bottom: calc(100svh - 87px);
  }
  .itemBox-box06-titBox.off .itemBox-box06-titBox-tit {
    top: auto;
    bottom: calc(100svh - 102px);
  }
  .itemBox-box06 .itemBox-box04-cnt {
    padding-top: 80px;
    width: calc(100% - 95px);
  }
  .itemBox-box06-cnt-box01 span {
    padding-top: 100%;
  }
  .itemBox-box06-cnt-box02 {
    margin: 30px 17px 0 37px;
    padding: 0;
  }
  .itemBox-box06-cnt-box02-cnt01 {
    margin-top: 10px;
  }
  .itemBox-box06-cnt-box02-cnt01 .itemBox-box01-txtBox-tit {
    font-size: 12px;
  }
  .itemBox-box06-cnt-box02-cnt01 .itemBox-box01-txtBox-txt {
    font-size: 9px;
    line-height: 2.77;
    margin-top: 24px;
  }
  .itemBox-box06-cnt-box02-cnt01 .itemBox-box01-txtBox-txt > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .itemBox-box06-cnt-box02-cnt02 {
    margin-top: 27px;
  }
  .itemBox-box06-cnt-box02-cnt03 {
    margin-top: 18px;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(1) .itemBox-box01-txtBox-tit {
    margin: -1px 0 0 -5px;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(5) {
    margin-top: 38px;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(6) > :nth-child(2) {
    margin-top: 12%;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(7) {
    margin-top: 28px;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(8) {
    margin-top: 34px;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(9) {
    margin-top: 21px;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(9) > :nth-child(1) {
    margin-top: 10%;
  }
  .ptrn01 .itemBox-box06-cnt-box02 > :nth-child(10) {
    margin-top: 33px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(1) {
    margin-top: -19px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(2) {
    margin-top: 38px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(3) {
    margin-top: 24px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(3) > :nth-child(2) {
    margin-top: 12.3%;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(4) {
    margin-top: 25px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(5) {
    margin-top: 24px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(6) {
    margin-top: 32px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(7) {
    margin-top: 22px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(7) > :nth-child(1) {
    margin-top: 6.2%;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(8) {
    margin-top: 31px;
  }
  .ptrn02 .itemBox-box06-cnt-box02 > :nth-child(9) {
    margin-top: 22px;
  }
  .itemBox-box07 {
    margin-bottom: 66px;
  }
  .itemBox-box07-img01 {
    margin: 0 auto;
    width: 91%;
  }
  .itemBox-box07-txt01 {
    font-size: 9px;
    line-height: 2.77;
    margin: 29px auto 0;
    padding: 0 13.5%;
  }
  .itemBox-box07-img02 {
    margin: 61px auto 49px;
    padding: 0 4.5%;
  }
  .itemBox-box07-img02 > * {
    width: 48.5%;
  }
  .itemBox-box07-img02 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 3%;
  }
  .itemBox#itemBox01 .itemBox-box02-txtBox {
    margin: 0 13.3%;
  }
  .itemBox#itemBox01 .itemBox-box01-txtBox-txt {
    line-height: 2.77;
  }
  .itemBox#itemBox01 .itemBox-box05 {
    padding-bottom: 43px;
  }
}

@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -- storeListBox -- */
.storeListBox {
  margin: 231px 0 0;
}
.storeListBox-tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 0.15em;
  text-align: center;
}
.storeListBox-tit span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 22px;
}
.storeListBox-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 104px auto 0;
  max-width: 730px;
}
.storeListBox-list li {
  width: 45%;
}
.storeListBox-list li:not(:nth-last-child(-n+2)) {
  margin-bottom: 25px;
}
.storeListBox-list li a {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.15em;
}
.storeListBox-list li a > span {
  display: block;
  position: relative;
  margin-top: 3px;
}
.storeListBox-list li a > span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  top: auto;
  bottom: 14px;
  left: auto;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  transition: width 0.6s;
}
.storeListBox-list li a > span span {
  font-weight: 400;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-right: 19px;
  background: #DEDEDE;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .storeListBox-list li a:hover {
    opacity: 1;
  }
  .storeListBox-list li a:hover > span::after {
    width: 0;
  }
}
@media screen and (max-width: 900px) {
  .storeListBox {
    margin: 65px 0 0;
  }
  .storeListBox-tit {
    font-size: 6px;
  }
  .storeListBox-tit span {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .storeListBox-list {
    margin: 35px auto 0;
    padding: 0 6.5%;
  }
  .storeListBox-list li {
    width: 46.3%;
  }
  .storeListBox-list li:not(:nth-last-child(-n+2)) {
    margin-bottom: -2px;
  }
  .storeListBox-list li a {
    font-size: 7px;
  }
  .storeListBox-list li a > span {
    margin-top: -5px;
  }
  .storeListBox-list li a > span::after {
    top: 8px;
    height: 1px;
  }
  .storeListBox-list li a > span span {
    font-size: 5px;
    padding-right: 11px;
  }
}

/*
    js
*/
/* -- 画像表示 -- */
.fadeInImg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: width 1s, opacity 1s;
}
.fadeInImg:not(.act) {
  opacity: 0;
  width: 120%;
}

.fadeInImg02 {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  opacity: 1;
  clip-path: inset(0% 0 0 0);
  transition: width 1s, opacity 1s, clip-path 1s;
}
.fadeInImg02:not(.act) {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
}

/* フェード */
.itemBox-box03-txtBox {
  opacity: 0;
  transition: opacity 0.6s;
}
.itemBox-box03-txtBox.on {
  opacity: 1;
}

/* フェードアップ */
.fadeUp,
.fadeUpItemOrder > * {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.fadeUp.act,
.fadeUpItemOrder > *.act {
  transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */