@charset "UTF-8";
/*/////////////////////////////////////////
スタイルリセット
/////////////////////////////////////////*/
html,
body,
div,
span,
applet,
object,
iframe,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0 none;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none outside none;
}

blockquote,
q {
  quotes: none;
}

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

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

audio,
canvas,
video {
  display: inline-block;
}

/*transformを使うと Chromeで部分的に antialiasedが効かない*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

*,
:before,
:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  border: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  background: none;
  border: none;
  border-radius: 0;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
}

input {
  -webkit-appearance: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

textarea {
  -webkit-appearance: none;
}

a,
a.hover {
  text-decoration: none;
}

br {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

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

/* フォーカス状態のスタイル - キーボードアクセシビリティのため */
:focus {
  outline: none;
  outline-offset: 2px;
}

/* マウスユーザーのみoutlineを非表示にする（オプション） */
:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: none;
  outline-offset: 2px;
}

/* インタラクティブ要素のタブ操作を確保 */
a[href]:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: none;
  outline-offset: 2px;
}

/* IE11 コンテンツ領域とスクロールバーの重なりを回避 */
@-ms-viewport {
  width: auto !important;
}
html {
  -ms-overflow-style: scrollbar !important;
}

#spur_chanel2608 {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 10px;
  background-color: #fff;
}
#spur_chanel2608 a {
  color: #000;
}
#spur_chanel2608 a.hover {
  transition: opacity 0.3s;
}
#spur_chanel2608 a.hover:hover {
  opacity: 0.5;
}

.txt-hidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}

.ifPc {
  display: none !important;
}

@media screen and (min-width: calc(927px + 1px)) {
  .ifSp {
    display: none !important;
  }
  .ifPc {
    display: block !important;
  }
}
.f-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.f-poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.btn-wrap {
  display: flex;
}
.btn-wrap .btn {
  display: flex;
  width: 304px;
  height: 80px;
  padding-right: 24px;
  padding-left: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 80px;
  border: 4px solid var(--gold, #e3be94);
  background: var(--bk, #000);
  position: relative;
  transition-duration: 0.3s;
}
@media screen and (max-width: 927px) {
  .btn-wrap .btn {
    gap: 20px;
    border-radius: 80px;
    border: 4px solid var(--gold, #e3be94);
    padding-right: 24px;
    padding-left: 24px;
    width: 304px;
    height: 74px;
  }
}
.btn-wrap .btn span {
  color: var(--wh, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.28px;
  padding-right: 0px;
  width: 100%;
  display: block;
}
.btn-wrap .btn span::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzMwMTYgMEM3LjMzMDE1IDEuODAzMjggOS45MjQ1MyA0LjU5MDE3IDEyLjk5NjggNC45MTgwM0w1LjA2MzcxZS0wNiA0LjkxODM2TTEyLjk5NjggNS4wODE5N0M5LjkyNDUzIDUuNDA5ODQgNy4zMzAxNiA4LjE5NjcyIDcuMzMwMTYgMTAiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMC44MzMzMzQiLz4KPC9zdmc+Cg==");
}
.btn-wrap .btn:hover {
  background: var(--bk, #fff);
}
.btn-wrap .btn:hover span {
  color: var(--wh, #000);
}
.btn-wrap .btn:hover span::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMzMwNCAwQzcuMzMwNCAxLjgwMzI4IDkuOTI0NzggNC41OTAxNyAxMi45OTcxIDQuOTE4MDNMMC4wMDAyNDkyMDQgNC45MTgzNk0xMi45OTcxIDUuMDgxOTdDOS45MjQ3NyA1LjQwOTg0IDcuMzMwNCA4LjE5NjcyIDcuMzMwNCAxMCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIwLjgzMzMzNCIvPgo8L3N2Zz4K");
}

@media screen and (min-width: calc(927px + 1px)) {
  .more-body {
    max-height: inherit !important;
  }
}
@media screen and (max-width: 927px) {
  .more .more-body {
    position: relative;
    z-index: 2;
    mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    overflow: hidden;
    transition: max-height 0.2s ease;
  }
  .more .more-btn {
    position: relative;
    z-index: 1;
    margin: 15px auto 0;
    padding: 0 6px 8px;
    width: 130px;
    cursor: pointer;
  }
  .more .more-btn span {
    position: relative;
    color: var(--bk, #000);
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: 1.28px;
  }
  .more .more-btn span::before, .more .more-btn span::after {
    content: "";
    position: absolute;
    background-color: #000;
  }
  .more .more-btn span::before {
    width: 13px;
    height: 1px;
    top: 11px;
    right: -18px;
  }
  .more .more-btn span::after {
    width: 1px;
    height: 13px;
    top: 5px;
    right: -12px;
    transition-duration: 0.2s;
  }
  .more .more-btn::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .more.more-black .more-btn span {
    color: var(--bk, #fff);
  }
  .more.more-black .more-btn span::before, .more.more-black .more-btn span::after {
    background-color: #fff;
  }
  .more.more-black .more-btn::before {
    background-color: #fff;
  }
  .more.active .more-body {
    mask-image: none;
  }
  .more.active .more-btn span::after {
    transform: rotate(90deg);
  }
}
.menu-layout h2 {
  color: var(--bk, #000);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.menu-layout .catch {
  width: 287px;
  margin: 12px auto 0;
}
@media screen and (max-width: 927px) {
  .menu-layout .catch {
    width: clamp(29rem, 0rem + 73.7913486005vw, 68.4045801527rem);
    margin: clamp(1.2rem, 0rem + 3.0534351145vw, 2.8305343511rem) auto 0;
  }
}
.menu-layout ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-direction: row;
  gap: 0 24px;
  margin-top: 20px;
}
@media screen and (max-width: 927px) {
  .menu-layout ul {
    margin-top: 0;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 927px) {
  .menu-layout ul li {
    border-bottom: inherit;
    margin-bottom: clamp(1.5rem, 0rem + 3.8167938931vw, 3.5381679389rem);
  }
}
.menu-layout ul li a {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: 1.44px;
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 927px) {
  .menu-layout ul li a {
    display: inline;
    padding: 0;
  }
}
.menu-layout ul li a:hover {
  opacity: 0.5;
}
.menu-layout .btn-wrap {
  justify-content: center;
  gap: 0 32px;
  margin-top: 40px;
}
@media screen and (max-width: 927px) {
  .menu-layout .btn-wrap {
    flex-direction: column;
    align-items: center;
    gap: 16px 0;
    margin-top: 27px;
  }
}
.menu-layout .btn-wrap .btn {
  width: 280px;
  height: 56px;
  border-radius: 80px;
  background: var(--gold, #e3be94);
  text-decoration: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 927px) {
  .menu-layout .btn-wrap .btn {
    width: clamp(28rem, 0rem + 71.2468193384vw, 66.0458015267rem);
    height: clamp(4.8rem, 0rem + 12.213740458vw, 11.3221374046rem);
  }
}
.menu-layout .btn-wrap .btn span {
  color: var(--bk, #000);
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-align: center;
}
.menu-layout .btn-wrap .btn span::before {
  width: 17px;
  height: 13px;
  letter-spacing: 0.7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE3IDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNOS4yOTU3IDAuMjQyMTg4QzkuMjk1NyAyLjQwNjEyIDEyLjQwOSA1Ljc1MDM4IDE2LjA5NTcgNi4xNDM4M0wwLjQ5OTUyNCA2LjE0NDIyTTE2LjA5NTcgNi4zNDA1NUMxMi40MDg5IDYuNzMzOTkgOS4yOTU3IDEwLjA3ODIgOS4yOTU3IDEyLjI0MjIiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+");
}
.menu-layout .btn-wrap .btn:hover {
  opacity: 0.5;
}

@keyframes scroll-down {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}
.scroll {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 34px;
  color: var(--wh, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  width: 200px;
  margin-left: -100px;
  padding-bottom: 48px;
  opacity: 0;
  transition-delay: 5.95s;
  transition-duration: 1s;
}
.scroll .scrlline-wrap {
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 32px;
}
.scroll .scrlline-wrap .scrlline {
  position: relative;
  width: 1px;
  height: 100%;
  background-color: #fff;
  animation: scroll-down 2s linear infinite;
}

.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  background-image: url(https://cf-special-spur.hpplus.jp/spur-special16/a01_chanel2608/img/bg_menu.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
  pointer-events: none;
  /* KEYFRAMES */
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spin3D {
  from {
    transform: rotate3d(0.5, 0.5, 0.5, 360deg);
  }
  to {
    transform: rotate3d(0deg);
  }
}
@keyframes configure-clockwise {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes configure-xclockwise {
  0% {
    transform: rotate(45deg);
  }
  25% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  75% {
    transform: rotate(-225deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
@keyframes pulse {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.25;
    transform: scale(0.75);
  }
}
.loading {
  /* GRID STYLING */
}
.loading * {
  box-sizing: border-box;
}
.loading .spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.loading {
  /* SPINNING CIRCLE */
}
.loading .leo-border-1 {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63, 249, 220);
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(63, 249, 220) 100%);
  animation: spin3D 1.8s linear 0s infinite;
}
.loading .leo-core-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(55, 71, 79, 0.6666666667);
  border-radius: 50%;
}
.loading .leo-border-2 {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(251, 91, 83);
  background: linear-gradient(0deg, rgba(251, 91, 83, 0.1) 33%, rgb(251, 91, 83) 100%);
  animation: spin3D 2.2s linear 0s infinite;
}
.loading .leo-core-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(29, 38, 48, 0.6666666667);
  border-radius: 50%;
}
.loading {
  /* ALTERNATING ORBITS */
}
.loading {
  /* X-ROTATING BOXES */
}
.loading .configure-border-1 {
  width: 115px;
  height: 115px;
  padding: 3px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fb5b53;
  animation: configure-clockwise 3s ease-in-out 0s infinite alternate;
}
.loading .configure-border-2 {
  width: 115px;
  height: 115px;
  padding: 3px;
  left: -115px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(63, 249, 220);
  transform: rotate(45deg);
  animation: configure-xclockwise 3s ease-in-out 0s infinite alternate;
}
.loading .configure-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
}
.loading {
  /* PULSE BUBBLES */
}
.loading .pulse-container {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.loading .pulse-bubble {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3ff9dc;
}
.loading .pulse-bubble-1 {
  animation: pulse 0.4s ease 0s infinite alternate;
}
.loading .pulse-bubble-2 {
  animation: pulse 0.4s ease 0.2s infinite alternate;
}
.loading .pulse-bubble-3 {
  animation: pulse 0.4s ease 0.4s infinite alternate;
}
.loading {
  /* SOLAR SYSTEM */
}
.loading .solar-system {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .orbit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fafbfc;
  border-radius: 50%;
}
.loading .earth-orbit {
  width: 165px;
  height: 165px;
  -webkit-animation: spin 12s linear 0s infinite;
}
.loading .venus-orbit {
  width: 120px;
  height: 120px;
  -webkit-animation: spin 7.4s linear 0s infinite;
}
.loading .mercury-orbit {
  width: 90px;
  height: 90px;
  -webkit-animation: spin 3s linear 0s infinite;
}
.loading .planet {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3ff9dc;
}
.loading .sun {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffab91;
}
.loading .leo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.loading .blue-orbit {
  width: 165px;
  height: 165px;
  border: 1px solid rgba(145, 218, 255, 0.6470588235);
  -webkit-animation: spin3D 3s linear 0.2s infinite;
}
.loading .green-orbit {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(145, 255, 191, 0.6470588235);
  -webkit-animation: spin3D 2s linear 0s infinite;
}
.loading .red-orbit {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(255, 202, 145, 0.6470588235);
  -webkit-animation: spin3D 1s linear 0s infinite;
}
.loading .white-orbit {
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  -webkit-animation: spin3D 10s linear 0s infinite;
}
.loading .w1 {
  transform: rotate3D(1, 1, 1, 90deg);
}
.loading .w2 {
  transform: rotate3D(1, 2, 0.5, 90deg);
}
.loading .w3 {
  transform: rotate3D(0.5, 1, 2, 90deg);
}
.loading .three-quarter-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid #fb5b53;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.5s linear 0s infinite;
}

.op {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.op .text-a-wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: ease;
}
@media screen and (max-width: 927px) {
  .op .text-a-wrap {
    position: absolute;
    z-index: 2;
    width: 84%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    bottom: inherit;
    top: 62.4vh;
  }
}
.op .text-a-wrap .text-a {
  height: 100px;
  margin: 0 6px;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: rotateY(0deg);
  opacity: 1;
}
@media screen and (max-width: 927px) {
  .op .text-a-wrap .text-a {
    height: 15vw;
    margin: 0;
  }
  .op .text-a-wrap .text-a img {
    height: 100%;
  }
}
.op h1 {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}
.op h1 .text-b-wrap {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  opacity: 1;
  bottom: 3vw;
  left: 3.1vw;
}
.ipad .op h1 .text-b-wrap {
  bottom: 10vw;
}

@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap {
    width: calc(100% - 60px);
    bottom: inherit;
    top: 64.3vh;
    left: 1.2rem;
  }
}
.op h1 .text-b-wrap .text-b-top,
.op h1 .text-b-wrap .text-b-bottom {
  display: flex !important;
}
@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap .text-b-top.ifPc,
  .op h1 .text-b-wrap .text-b-bottom.ifPc {
    display: none !important;
  }
}
.op h1 .text-b-wrap .text-b-top .text-b,
.op h1 .text-b-wrap .text-b-bottom .text-b {
  height: 80px;
  margin: 0 6px;
  height: 6.4vw;
  margin: 0 0.4vw;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transform: rotateY(90deg);
  opacity: 0;
}
@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap .text-b-top .text-b,
  .op h1 .text-b-wrap .text-b-bottom .text-b {
    height: 7.6vw;
    margin: 0 0.8vw;
  }
}
.op h1 .text-b-wrap .text-b-top .text-b img,
.op h1 .text-b-wrap .text-b-bottom .text-b img {
  width: auto;
  height: 100%;
}
.op h1 .text-b-wrap .text-b-top .text-b:nth-child(4) {
  margin-right: 3vw;
}
@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap .text-b-top .text-b:nth-child(4) {
    margin-right: 2vw;
  }
}
.op h1 .text-b-wrap .text-b-top:nth-child(3) {
  margin-top: 3vw;
}
@media screen and (min-width: calc(927px + 1px)) {
  .op h1 .text-b-wrap .text-b-top.text-b-top1, .op h1 .text-b-wrap .text-b-top.text-b-top2 {
    display: none !important;
  }
}
.op h1 .text-b-wrap .text-b-bottom {
  margin-top: 1vw;
}
@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap .text-b-bottom {
    margin-top: 3vw;
  }
}
.op h1 .text-b-wrap .text-b-bottom .text-b:nth-child(5) {
  margin-right: 3vw;
}
@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap .text-b-bottom .text-b:nth-child(5) {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 927px) {
  .op h1 .text-b-wrap .text-b-bottom.ifPc {
    display: none !important;
  }
  .op h1 .text-b-wrap .text-b-bottom.ifSp {
    display: flex !important;
  }
}
@media screen and (min-width: calc(927px + 1px)) {
  .op h1 .text-b-wrap .text-b-bottom.ifSp {
    display: none !important;
  }
  .op h1 .text-b-wrap .text-b-bottom.ifPc {
    display: flex !important;
  }
}
.op h1 .catch-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 2.2s, 0s;
  transition-property: transform, opacity;
}
@media screen and (max-width: 927px) {
  .op h1 .catch-wrap {
    height: 100%;
  }
}
.op h1 .catch-wrap .catch {
  width: 25.9vw;
  position: absolute;
  bottom: 5.4vw;
  left: 69.2vw;
}
.ipad .op h1 .catch-wrap .catch {
  bottom: 12.4vw;
}

@media screen and (max-width: 927px) {
  .op h1 .catch-wrap .catch {
    width: 65.7vw;
    position: absolute;
    top: calc(64.3vh + 33vw);
    bottom: inherit;
    left: 4vw;
  }
}
.op h1 .catch-wrap .catch-sub {
  margin: 32px auto 0;
}
@media screen and (max-width: 927px) {
  .op h1 .catch-wrap .catch-sub {
    width: clamp(24.6rem, 0rem + 62.5954198473vw, 58.0259541985rem);
    margin-top: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
  }
}

.complete .loading {
  opacity: 0;
}
.complete .op {
  transition: opacity 1s ease-in-out;
  transition-delay: 5.45s;
  opacity: 0;
}
.complete .op::before {
  top: 0;
  left: 2000px;
  transition-delay: 3.95s;
}
@media screen and (max-width: 927px) {
  .complete .op::before {
    left: 1000px;
  }
}
.complete .op::after {
  bottom: 0;
  right: 2000px;
  transition-delay: 3.95s;
}
@media screen and (max-width: 927px) {
  .complete .op::after {
    right: 1000px;
  }
}
.complete .text-a-wrap {
  opacity: 1;
}
.complete .text-a-wrap .text-a {
  transform: rotateY(90deg);
  opacity: 0;
}
.complete .text-a-wrap .text-a:nth-last-child(1) {
  transition-delay: 1s;
}
.complete .text-a-wrap .text-a:nth-last-child(2) {
  transition-delay: 1.05s;
}
.complete .text-a-wrap .text-a:nth-last-child(3) {
  transition-delay: 1.1s;
}
.complete .text-a-wrap .text-a:nth-last-child(4) {
  transition-delay: 1.15s;
}
.complete .text-a-wrap .text-a:nth-last-child(5) {
  transition-delay: 1.2s;
}
.complete .text-a-wrap .text-a:nth-last-child(6) {
  transition-delay: 1.25s;
}
.complete .text-a-wrap .text-a:nth-last-child(7) {
  transition-delay: 1.3s;
}
.complete .text-a-wrap .text-a:nth-last-child(8) {
  transition-delay: 1.35s;
}
.complete .text-a-wrap .text-a:nth-last-child(9) {
  transition-delay: 1.4s;
}
.complete .text-a-wrap .text-a:nth-last-child(10) {
  transition-delay: 1.45s;
}
.complete h1 .text-b-wrap {
  opacity: 1;
}
.complete h1 .text-b-wrap .text-b-top .text-b,
.complete h1 .text-b-wrap .text-b-bottom .text-b {
  transform: rotateY(0deg);
  opacity: 1;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(1),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(1) {
  transition-delay: 1.7s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(2),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(2) {
  transition-delay: 1.75s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(3),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(3) {
  transition-delay: 1.8s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(4),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(4) {
  transition-delay: 1.85s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(5),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(5) {
  transition-delay: 1.9s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(6),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(6) {
  transition-delay: 1.95s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(7),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(7) {
  transition-delay: 2s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(8),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(8) {
  transition-delay: 2.05s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(9),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(9) {
  transition-delay: 2.1s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(10),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(10) {
  transition-delay: 2.15s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(11),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(11) {
  transition-delay: 2.2s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(12),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(12) {
  transition-delay: 2.25s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(13),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(13) {
  transition-delay: 2.3s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(14),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(14) {
  transition-delay: 2.35s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(15),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(15) {
  transition-delay: 2.4s;
}
.complete h1 .text-b-wrap .text-b-top .text-b:nth-child(16),
.complete h1 .text-b-wrap .text-b-bottom .text-b:nth-child(16) {
  transition-delay: 2.45s;
}
.complete h1 .catch-wrap {
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 3s;
}
.complete #header .scroll,
.complete #main #contents1 .scroll {
  opacity: 1;
}

.is-scroll .op {
  pointer-events: none;
  display: none;
}

body.is-loading #main,
body.is-loading #contents9 {
  visibility: hidden;
}

body.no-scroll {
  overflow: hidden;
}

.framein.scr-fade-up {
  opacity: 0;
  position: relative;
  transform: translate3d(0, 30px, 0);
}
.framein.scr-fade-up.in {
  animation-name: fade-up;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-fill-mode: both;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.framein.scr-txt-split span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
}
.framein.scr-txt-split.in span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: calc(var(--char-index) * 0.03s);
}

.framein.scr-img-motion {
  position: relative;
  overflow: hidden;
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.framein.scr-img-motion img {
  transform: translate3d(0px, 20%, 0px) scale(1.1);
  transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.framein.scr-img-motion::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 927px) {
  .framein.scr-img-motion::after {
    display: none;
  }
}
.framein.scr-img-motion.in {
  clip-path: inset(0% 0 0 0);
}
.framein.scr-img-motion.in img {
  transform: translate3d(0px, 0px, 0px) scale(1);
}
.framein.scr-img-motion.in::after {
  transform: translate3d(0px, -100%, 0px);
}

.framein.scr-img-motion-b {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.framein.scr-img-motion-b img {
  transform: scale(1.1);
  transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.framein.scr-img-motion-b::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 927px) {
  .framein.scr-img-motion-b::after {
    display: none;
  }
}
.framein.scr-img-motion-b.in {
  clip-path: inset(0% 0 0 0);
}
.framein.scr-img-motion-b.in img {
  transform: scale(1);
}
.framein.scr-img-motion-b.in::after {
  transform: translate3d(0px, -100%, 0px);
}

.framein.scr-img-motion-a {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.framein.scr-img-motion-a img {
  transform: scale(1.1);
  transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.framein.scr-img-motion-a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 927px) {
  .framein.scr-img-motion-a::after {
    display: none;
  }
}
.framein.scr-img-motion-a.in {
  clip-path: inset(0% 0 0 0);
}
.framein.scr-img-motion-a.in img {
  transform: scale(1);
}
.framein.scr-img-motion-a.in::after {
  transform: translate3d(0px, -100%, 0px);
}

header .menu-layout nav ul {
  margin-top: 28px;
}
header .menu-layout nav ul li {
  margin-bottom: 38px;
}
@media screen and (max-width: 927px) {
  header .menu-layout nav ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin-top: 48px;
    gap: 0 0px;
  }
}
header .menu-layout .btn-wrap {
  margin-top: 7px;
}
header .hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: hsla(0, 0%, 100%, 0.3);
  z-index: 100;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95), translate 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  fill: rgba(255, 255, 255, 0.3);
}
header .hamburger span {
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
  height: 1px;
  background-color: #000;
  width: 18px;
  left: 13px;
}
header .hamburger span:nth-child(1) {
  top: 17px;
}
header .hamburger span:nth-child(2) {
  top: 21px;
  opacity: 0;
}
header .hamburger span:nth-child(3) {
  top: 23px;
}
.is-scroll header .hamburger {
  opacity: 1;
  pointer-events: inherit;
}

.nav-open header .hamburger span:nth-child(1) {
  top: 21px;
  transform: rotate(-45deg);
}
.nav-open header .hamburger span:nth-child(2) {
  opacity: 0;
}
.nav-open header .hamburger span:nth-child(3) {
  top: 21px;
  transform: rotate(45deg);
}
.nav-open header nav {
  opacity: 1;
  pointer-events: inherit;
}

header .hamburger {
  display: block;
}
header nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../../img/bg_menu.jpg);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 927px) {
  header nav {
    background-image: url(../../img/bg_menu_sp.jpg);
  }
}
header nav {
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
header nav ul {
  flex-direction: column;
  margin-top: 80px;
}
header nav ul li {
  margin: 0;
}
header nav ul li a {
  display: block;
  padding: 20px;
}

#mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
@media screen and (max-width: 927px) {
  #mv {
    height: 66.4vh;
  }
}
#mv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#mv::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
@media screen and (max-width: 927px) {
  #mv::before {
    height: 66.4vh;
  }
}

.framein.scr-img-motion-c {
  position: relative;
  overflow: hidden;
  clip-path: inset(50% 0 50% 0);
  transition: clip-path 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.framein.scr-img-motion-c img {
  transform: scale(1.1);
  transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1) 0.2s;
}
.framein.scr-img-motion-c::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: inherit;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 1.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 927px) {
  .framein.scr-img-motion-c::after {
    display: none;
  }
}
.framein.scr-img-motion-c.in {
  clip-path: inset(0% 0 0 0);
}
.framein.scr-img-motion-c.in img {
  transform: scale(1);
}
.framein.scr-img-motion-c.in::after {
  transform: translate3d(0px, -100%, 0px);
}

#header {
  height: 100vh;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 927px) {
  #header {
    height: 66.4vh;
  }
}
#header .logo {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: 103px;
  height: 26px;
  display: none;
}
#header .pr {
  position: absolute;
  z-index: 2;
  top: 23px;
  right: 20px;
  width: 30px;
  height: 20px;
  display: none;
}
@media screen and (max-width: 766px) {
  #header .pr {
    display: none;
  }
}
#header .catch-wrap {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition-delay: 2.5s;
}
.complete #header .catch-wrap {
  opacity: 0;
}

#header .catch-wrap .catch {
  width: 568px;
  margin: 0 auto;
}
@media screen and (max-width: 927px) {
  #header .catch-wrap .catch {
    width: clamp(34.4rem, 0rem + 87.5318066158vw, 81.1419847328rem);
  }
}
#header .catch-wrap .catch-sub {
  margin: 32px auto 0;
}
@media screen and (max-width: 927px) {
  #header .catch-wrap .catch-sub {
    width: clamp(24.6rem, 0rem + 62.5954198473vw, 58.0259541985rem);
    margin-top: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
  }
}
#main {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#main .contents .inner {
  max-width: 1600px;
  margin: 0 auto;
}
#main .contents.bg1 {
  background-image: url(../../img/bg1.jpg);
  background-size: cover;
  background-position: center;
}
.webp #main .contents.bg1 {
  background-image: url(../../img/bg1.webp);
}

#main .contents.bg2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 807px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5d9cd;
}
@media screen and (max-width: 927px) {
  #main .contents.bg2::before {
    top: clamp(46.8rem, 0rem + 119.0839694656vw, 110.3908396947rem);
  }
}
#main .contents.bg3 {
  position: relative;
}
#main .contents.bg3 .bg-effect {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}
#main .contents.bg3 .bg-effect-contents {
  position: relative;
  z-index: 2;
}
#main .contents.bg4 {
  background-image: url(../../img/bg4.jpg);
  background-size: cover;
  background-position: right 23% top;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #main .contents.bg4 {
    background-image: none;
  }
}
#main .contents.bg4 .bg-effect {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
}
#main .contents.bg4 .bg-effect-contents {
  position: relative;
  z-index: 2;
}
#main .contents.bg5 {
  background-color: #b3a28e;
}
#main .contents.bg6 {
  background-color: #fff;
}
#main .contents#contents1 {
  position: relative;
  z-index: 2;
}
#main .contents#contents1 .inner {
  padding: 80px 32px 932px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 927px) {
  #main .contents#contents1 .inner {
    padding: clamp(4.8rem, 0rem + 12.213740458vw, 11.3221374046rem) clamp(3.2rem, 0rem + 8.1424936387vw, 7.5480916031rem) clamp(86.7rem, 0rem + 220.6106870229vw, 204.5061068702rem);
  }
}
#main .contents#contents1 .inner .text {
  color: var(--bk, #000);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 36px */
}
@media screen and (max-width: 927px) {
  #main .contents#contents1 .inner .text {
    text-align: left;
    font-size: clamp(1.6rem, 0rem + 4.0712468193vw, 3.7740458015rem);
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents1 .scroll {
  position: relative;
  color: var(--wh, #000);
  position: relative;
  bottom: inherit;
  padding-top: 126px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents1 .scroll {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents1 .scroll .scrlline-wrap {
    height: 48px;
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents1 .scroll .scrlline-wrap .scrlline {
    background-color: #000;
  }
}
#main .contents#contents2 {
  position: relative;
  z-index: 2;
  margin-top: -807px;
  padding-bottom: 81px;
  overflow: hidden;
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 {
    margin-top: calc(0px - clamp(80.8rem, 0rem + 205.5979643766vw, 190.5893129771rem));
    padding-bottom: clamp(4.7rem, 0rem + 11.9592875318vw, 11.086259542rem);
  }
}
#main .contents#contents2 .contents-up {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main .contents#contents2 .contents-up .category {
  width: 136px;
  height: 81px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 .contents-up .category {
    width: clamp(7.1rem, 0rem + 18.0661577608vw, 16.7473282443rem);
    height: clamp(4.2rem, 0rem + 10.6870229008vw, 9.906870229rem);
  }
}
#main .contents#contents2 .contents-up .category:after {
  display: none;
}
#main .contents#contents2 .contents-up h2 {
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 .contents-up h2 {
    margin-top: clamp(0.6rem, 0rem + 1.5267175573vw, 1.4152671756rem);
  }
}
#main .contents#contents2 .contents-up h2 span {
  color: #d0534d;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 72px */
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 .contents-up h2 span {
    font-size: clamp(2.8rem, 0rem + 7.1246819338vw, 6.6045801527rem);
  }
}
#main .contents#contents2 .contents-up h2 span:nth-of-type(5), #main .contents#contents2 .contents-up h2 span:nth-of-type(23) {
  width: 0.5em;
}
#main .contents#contents2 .contents-up .catch {
  width: 438px;
  height: 76px;
  margin-top: 32px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 .contents-up .catch {
    width: clamp(29.2rem, 0rem + 74.3002544529vw, 68.8763358779rem);
    height: clamp(5.1rem, 0rem + 12.9770992366vw, 12.0297709924rem);
    margin-top: clamp(1.6rem, 0rem + 4.0712468193vw, 3.7740458015rem);
  }
}
#main .contents#contents2 .contents-up .inner {
  position: relative;
  z-index: 2;
  padding: 0 32px;
}
#main .contents#contents2 .contents-up .inner .img {
  max-width: 1280px;
  margin-top: 80px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 .contents-up .inner .img {
    margin-top: clamp(3.9rem, 0rem + 9.9236641221vw, 9.1992366412rem);
  }
}
#main .contents#contents2 .contents-up .inner .text {
  color: var(--bk, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin-top: 56px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents2 .contents-up .inner .text {
    text-align: left;
    margin-top: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents2 .contents-up .inner .price {
  color: var(--bk, #000);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-top: 23px;
}
#main .contents#contents2 .contents-up .inner .btn-wrap {
  margin-top: 48px;
  justify-content: center;
}
#main .contents#contents3 {
  position: relative;
  z-index: 1;
  padding-bottom: 162px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 {
    padding-bottom: 0;
  }
}
#main .contents#contents3 .loop-text {
  display: flex;
  overflow: hidden;
  padding: 70px 0 120px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .loop-text {
    padding: clamp(3.2rem, 0rem + 8.1424936387vw, 7.5480916031rem) 0 clamp(5rem, 0rem + 12.7226463104vw, 11.7938931298rem);
  }
}
#main .contents#contents3 .loop-text img {
  width: 2410px;
  animation: loop-slide 20s linear infinite;
  flex-shrink: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .loop-text img {
    width: 1170px;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#main .contents#contents3 .block-column {
  display: flex;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 32px;
  }
}
#main .contents#contents3 .block-column .img {
  position: relative;
  z-index: 2;
  width: 61%;
}
@media screen and (max-width: 1600px) {
  #main .contents#contents3 .block-column .img {
    width: clamp(46.4rem, -24.3047619048rem + 76.1904761905vw, 97.6rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column .img {
    width: 100%;
  }
}
#main .contents#contents3 .block-column .info-wrap {
  z-index: 1;
  position: relative;
  width: 39%;
}
@media screen and (max-width: 1600px) {
  #main .contents#contents3 .block-column .info-wrap {
    width: clamp(46.4rem, 24.3047619048rem + 23.8095238095vw, 62.4rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column .info-wrap {
    width: 100%;
  }
}
#main .contents#contents3 .block-column .info-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
}
#main .contents#contents3 .block-column .info-wrap .info {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
#main .contents#contents3 .block-column .info-wrap .info .title {
  color: var(--bk, #000);
  font-feature-settings: "palt" on;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: 2.24px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column .info-wrap .info .title {
    font-size: clamp(2rem, 0rem + 5.0890585242vw, 4.7175572519rem);
    letter-spacing: clamp(0.16rem, 0rem + 0.4071246819vw, 0.3774045802rem);
  }
}
#main .contents#contents3 .block-column .info-wrap .info .text {
  color: var(--bk, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 23px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column .info-wrap .info .text {
    margin-top: clamp(1.8rem, 0rem + 4.5801526718vw, 4.2458015267rem);
    line-height: 200%; /* 32px */
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents3 .block-column .info-wrap .info .price {
  color: var(--bk, #000);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-top: 24px;
}
#main .contents#contents3 .block-column .info-wrap .info .btn-wrap {
  margin-top: 39px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column .info-wrap .info .btn-wrap {
    justify-content: center;
  }
}
#main .contents#contents3 .block-column.block-column1 {
  justify-content: flex-end;
}
#main .contents#contents3 .block-column.block-column1 .img {
  order: 2;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column1 .img {
    order: 1;
  }
}
#main .contents#contents3 .block-column.block-column1 .info-wrap {
  order: 1;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column1 .info-wrap {
    order: 2;
  }
}
@media screen and (min-width: calc(1600px + 1px)) {
  #main .contents#contents3 .block-column.block-column1 .info-wrap .info {
    padding-left: 160px;
    padding-right: 83px;
  }
}
@media screen and (max-width: 1600px) {
  #main .contents#contents3 .block-column.block-column1 .info-wrap .info {
    padding-left: clamp(5.6rem, -8.7619047619rem + 15.4761904762vw, 16rem);
    padding-right: clamp(5.6rem, 1.8714285714rem + 4.0178571429vw, 8.3rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column1 .info-wrap .info {
    padding-left: 0;
    padding-right: 0;
    margin-top: clamp(2.5rem, 0rem + 6.3613231552vw, 5.8969465649rem);
  }
}
#main .contents#contents3 .block-column.block-column2 {
  justify-content: flex-start;
  margin-top: 160px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column2 {
    margin-top: clamp(4.7rem, 0rem + 11.9592875318vw, 11.086259542rem);
  }
}
#main .contents#contents3 .block-column.block-column2 .info-wrap {
  margin-top: 160px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column2 .info-wrap {
    margin-top: 0;
    padding-bottom: clamp(5rem, 0rem + 12.7226463104vw, 11.7938931298rem);
  }
}
#main .contents#contents3 .block-column.block-column2 .info-wrap::before {
  top: 0;
  left: calc(-50% - 43px);
  width: 2400px;
  height: calc(100% + 162px);
  background-color: #ffd9da;
  background-size: 100%;
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column2 .info-wrap::before {
    top: calc(0px - 62vw);
    left: -25%;
    width: 150%;
    height: calc(100% + 62vw);
  }
}
#main .contents#contents3 .block-column.block-column2 .info-wrap .info {
  padding-top: 80px;
}
@media screen and (min-width: calc(1600px + 1px)) {
  #main .contents#contents3 .block-column.block-column2 .info-wrap .info {
    padding-left: 80px;
    padding-right: 160px;
  }
}
@media screen and (max-width: 1600px) {
  #main .contents#contents3 .block-column.block-column2 .info-wrap .info {
    padding-left: clamp(5.6rem, 2.2857142857rem + 3.5714285714vw, 8rem);
    padding-right: clamp(5.6rem, -8.7619047619rem + 15.4761904762vw, 16rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents3 .block-column.block-column2 .info-wrap .info {
    padding-top: clamp(2.5rem, 0rem + 6.3613231552vw, 5.8969465649rem);
    padding-left: 0;
    padding-right: 0;
  }
}
#main .contents#contents4 {
  position: relative;
  z-index: 3;
  padding: 160px 0 160px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 {
    padding: clamp(4.5rem, 0rem + 11.4503816794vw, 10.6145038168rem) 0 clamp(4.5rem, 0rem + 11.4503816794vw, 10.6145038168rem);
  }
}
#main .contents#contents4 .inner {
  max-width: inherit;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  max-width: 66%;
}
@media screen and (max-width: 1600px) {
  #main .contents#contents4 .inner {
    max-width: 1056px;
    padding-left: clamp(8rem, 8rem + 0vw, 8rem);
    padding-right: clamp(8rem, 8rem + 0vw, 8rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#main .contents#contents4 h3 {
  color: var(--gold, #e3be94);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 61.6px */
  letter-spacing: 8.8px;
  width: 682px;
  margin: 0 auto;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 h3 {
    width: clamp(25.6rem, 0rem + 65.1399491094vw, 60.3847328244rem);
  }
}
#main .contents#contents4 .block-column {
  display: flex;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column {
    flex-direction: column;
  }
}
#main .contents#contents4 .block-column .img-wrap .name {
  color: var(--wh, #fff);
  text-align: right;
  font-family: "Zen Kaku Gothic New";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  margin-top: 8px;
}
#main .contents#contents4 .block-column .text-wrap {
  order: 1;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column .text-wrap {
    max-width: inherit;
  }
}
#main .contents#contents4 .block-column .text-wrap .text-inner {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column .text-wrap .text-inner {
    max-width: inherit;
  }
}
#main .contents#contents4 .block-column .text-wrap .text-inner .text {
  color: var(--wh, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 23px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column .text-wrap .text-inner .text {
    line-height: 200%; /* 32px */
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents4 .block-column.block-column1 {
  padding-top: 72px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column1 {
    padding-top: clamp(2.3rem, 0rem + 5.8524173028vw, 5.4251908397rem);
  }
}
#main .contents#contents4 .block-column.block-column1 .img-wrap {
  order: 2;
  width: 51%;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column1 .img-wrap {
    order: 1;
    width: 76%;
    margin: 0 auto;
  }
}
#main .contents#contents4 .block-column.block-column1 .img-wrap .img {
  width: 100%;
}
#main .contents#contents4 .block-column.block-column1 .text-wrap {
  order: 1;
  align-items: flex-end;
  width: 49%;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column1 .text-wrap {
    order: 2;
    width: 100%;
  }
}
#main .contents#contents4 .block-column.block-column1 .text-wrap .text-inner {
  padding-right: 80px;
}
@media screen and (max-width: 1600px) {
  #main .contents#contents4 .block-column.block-column1 .text-wrap .text-inner {
    padding-right: clamp(5.6rem, 2.2857142857rem + 3.5714285714vw, 8rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column1 .text-wrap .text-inner {
    padding-right: 0;
  }
}
#main .contents#contents4 .block-column.block-column2 {
  margin-top: 160px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column2 {
    margin-top: clamp(4rem, 0rem + 10.1781170483vw, 9.4351145038rem);
  }
}
#main .contents#contents4 .block-column.block-column2 .img-wrap {
  order: 1;
  width: 60.5%;
}
@media screen and (max-width: 1114px) {
  #main .contents#contents4 .block-column.block-column2 .img-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column2 .img-wrap {
    width: 100%;
    padding: 0 32px;
  }
}
#main .contents#contents4 .block-column.block-column2 .img-wrap .img {
  width: 100%;
}
#main .contents#contents4 .block-column.block-column2 .text-wrap {
  order: 2;
  width: 39.5%;
}
@media screen and (max-width: 1114px) {
  #main .contents#contents4 .block-column.block-column2 .text-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column2 .text-wrap {
    width: 100%;
    margin-top: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
  }
}
#main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner {
  padding-left: 80px;
  padding-right: 150px;
  padding-right: 40px;
}
@media screen and (max-width: 1600px) {
  #main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner {
    padding-left: clamp(5.6rem, 2.2857142857rem + 3.5714285714vw, 8rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
#main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner h4 {
  color: var(--gold, #e3be94);
  font-feature-settings: "palt" on;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 39.2px */
  letter-spacing: 2.24px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner h4 {
    font-size: clamp(2rem, 0rem + 5.0890585242vw, 4.7175572519rem);
    line-height: 140%; /* 28px */
    letter-spacing: clamp(0.16rem, 0rem + 0.4071246819vw, 0.3774045802rem);
  }
}
#main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner .text {
  margin-top: 24px;
}
#main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner .price {
  color: var(--wh, #fff);
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-top: 24px;
}
#main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner .btn-wrap {
  margin-top: 39px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents4 .block-column.block-column2 .text-wrap .text-inner .btn-wrap {
    justify-content: center;
  }
}
#main .contents#contents5 {
  position: relative;
  z-index: 3;
  height: 100dvh;
}
@media screen and (max-width: 1023px) {
  #main .contents#contents5 {
    padding: 0;
    height: inherit;
  }
}
#main .contents#contents5 .inner {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: inherit;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  #main .contents#contents5 .inner {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: #dedbe2;
  }
}
@media screen and (max-width: 1023px) {
  #main .contents#contents5 .inner .img-wrap {
    display: block !important;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  #main .contents#contents5 .inner .img-wrap .img {
    width: 100%;
  }
}
#main .contents#contents5 .inner .text-wrap {
  margin-left: 162px;
  margin-left: 10.125vw;
}
.ipad #main .contents#contents5 .inner .text-wrap {
  margin-left: 5vw;
}

@media screen and (max-width: 1023px) {
  #main .contents#contents5 .inner .text-wrap {
    width: 100%;
    margin-left: 0;
    padding: clamp(5rem, 0rem + 12.7226463104vw, 11.7938931298rem) clamp(3.2rem, 0rem + 8.1424936387vw, 7.5480916031rem) clamp(4.6rem, 0rem + 11.7048346056vw, 10.8503816794rem);
  }
}
#main .contents#contents5 .inner .text-wrap .text {
  color: #555;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  line-height: 330%; /* 72.6px */
  font-size: 22px;
  font-size: 1.375vw;
  letter-spacing: 4.4px;
  letter-spacing: 0.275vw;
}
#main .contents#contents5 .inner .text-wrap .text:nth-child(n+2) {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  #main .contents#contents5 .inner .text-wrap .text {
    width: 100%;
    text-align: center;
    font-size: clamp(1.8rem, 0rem + 4.5801526718vw, 4.2458015267rem);
    font-size: 17px;
    line-height: 240%;
    letter-spacing: clamp(0.18rem, 0rem + 0.4580152672vw, 0.4245801527rem);
  }
  #main .contents#contents5 .inner .text-wrap .text:nth-child(n+2) {
    margin-top: clamp(2.2rem, 0rem + 5.5979643766vw, 5.1893129771rem);
  }
}
#main .contents#contents6 {
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 {
    padding: clamp(4.8rem, 0rem + 12.213740458vw, 11.3221374046rem) 0;
  }
}
#main .contents#contents6 .inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner {
    padding: 0 0;
  }
}
#main .contents#contents6 .inner h2 {
  text-align: center;
}
#main .contents#contents6 .inner h2 span {
  color: var(--bk, #000);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner h2 span {
    font-size: clamp(2.6rem, 0rem + 6.6157760814vw, 6.1328244275rem);
    letter-spacing: clamp(0.208rem, 0rem + 0.5292620865vw, 0.4906259542rem);
  }
}
#main .contents#contents6 .inner .text {
  color: var(--bk, #000);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 16px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .text {
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    text-align: left;
    padding: 0 32px;
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents6 .inner .product-slider.splide {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide {
    width: 100%;
    margin-top: clamp(1rem, 0rem + 2.5445292621vw, 2.358778626rem);
  }
}
#main .contents#contents6 .inner .product-slider.splide .slider-item {
  width: 650px;
  flex-shrink: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-item {
    width: 100%;
  }
}
#main .contents#contents6 .inner .product-slider.splide .slider-item .block {
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-item .block {
    margin: calc(0px - clamp(0.3rem, 0rem + 0.7633587786vw, 0.7076335878rem)) auto 0;
    padding: 0 32px;
  }
}
#main .contents#contents6 .inner .product-slider.splide .slider-item .block .name {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.92px;
  margin-top: 60px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-item .block .name {
    font-size: 18px;
    letter-spacing: 1.44px;
    font-size: clamp(1.8rem, 0rem + 4.5801526718vw, 4.2458015267rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents6 .inner .product-slider.splide .slider-item .block .text-products {
  color: var(--bk, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 16px;
  padding: 0 1em;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-item .block .text-products {
    margin-top: 16px;
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents6 .inner .product-slider.splide .slider-item .block .price {
  color: var(--bk, #000);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-top: 32px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-item .block .price {
    margin-top: clamp(1.7rem, 0rem + 4.3256997455vw, 4.0099236641rem);
  }
}
#main .contents#contents6 .inner .product-slider.splide .slider-item .btn-wrap {
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-item .btn-wrap {
    margin-top: clamp(2.1rem, 0rem + 5.3435114504vw, 4.9534351145rem);
  }
}
#main .contents#contents6 .inner .product-slider.splide .splide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 35%;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .splide__arrows {
    top: 380px;
    top: clamp(37rem, -12.308988764rem + 125.468164794vw, 104rem);
    width: 150px;
    height: 52px;
    left: 50%;
    margin-left: -75px;
  }
}
#main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow {
  width: 56px;
  height: 56px;
  background-size: contain;
  opacity: 1;
  position: static;
  transform: none;
  background-color: transparent;
  transition-duration: 0.3s;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow {
    width: 56px;
    height: 52px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODUyNzQgMEM2Ljg1Mjc0IDIuMTYzOTMgMy43Mzk0OSA1LjUwODIgMC4wNTI3MzQ0IDUuOTAxNjRMMTUuNjQ4OSA1LjkwMjAzTTAuMDUyNzM2OSA2LjA5ODM2QzMuNzM5NDkgNi40OTE4MSA2Ljg1MjczIDkuODM2MDYgNi44NTI3MyAxMiIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 12px;
    margin-top: 0;
    top: 4px;
    position: relative;
    padding: 20px;
  }
  #main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow img {
    display: none;
  }
  #main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow svg {
    display: none;
  }
}
#main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow.splide__arrow--prev {
  order: 1;
  left: 160px;
  margin: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: 0;
  }
}
#main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow.splide__arrow--next {
  order: 3;
  right: 160px;
  margin: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: scaleX(-1);
    right: 0;
  }
}
#main .contents#contents6 .inner .product-slider.splide .splide__arrows .splide__arrow:hover {
  opacity: 0.5;
}
#main .contents#contents6 .inner .product-slider.splide .slider-pagination {
  color: var(--bk, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  flex-grow: 1;
  order: 2;
  position: relative;
  top: 274px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents6 .inner .product-slider.splide .slider-pagination {
    margin-top: 0;
    top: 5px;
  }
}
#main .contents#contents6 .inner .product-slider.splide .splide__pagination {
  position: static;
  display: none;
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  order: 3;
}
#main .contents#contents6 .inner .product-slider.splide .splide__pagination .splide__pagination__page {
  background: #d9d9d9;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}
#main .contents#contents6 .inner .product-slider.splide .splide__pagination .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1);
}
#main .contents#contents6 .inner .product-slider.splide .dammy-event-btn {
  opacity: 0;
  position: absolute;
}
#main .contents#contents7 {
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents7 {
    padding: clamp(4.8rem, 0rem + 12.213740458vw, 11.3221374046rem) 0 clamp(4.8rem, 0rem + 12.213740458vw, 11.3221374046rem);
  }
}
#main .contents#contents7 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents7 .inner {
    padding: 0 32px;
  }
}
#main .contents#contents7 .inner h2 {
  text-align: center;
}
#main .contents#contents7 .inner h2 span {
  color: var(--wh, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 26px */
  letter-spacing: 2.08px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents7 .inner h2 span {
    font-size: 26px;
  }
}
#main .contents#contents7 .inner h2 span:nth-child(8) {
  width: 0.5em;
}
#main .contents#contents7 .inner .text {
  color: var(--wh, #fff);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 16px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents7 .inner .text {
    font-size: 14px;
    text-align: left;
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents7 .inner .movie {
  width: 397px;
  height: 707px;
  padding: 0;
  margin: 48px auto 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents7 .inner .movie {
    width: 76vw;
    height: 134vw;
  }
}
#main .contents#contents7 .inner .movie iframe {
  width: 100%;
  height: 100%;
}
#main .contents#contents8 {
  position: relative;
  z-index: 1;
  padding: 160px 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 {
    padding: clamp(4.8rem, 0rem + 12.213740458vw, 11.3221374046rem) 0;
  }
}
#main .contents#contents8 .inner h2 {
  color: var(--bk, #000);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 40px */
  letter-spacing: 3.2px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner h2 {
    font-size: clamp(2.6rem, 0rem + 6.6157760814vw, 6.1328244275rem);
    letter-spacing: clamp(0.208rem, 0rem + 0.5292620865vw, 0.4906259542rem);
  }
}
#main .contents#contents8 .inner .catch {
  color: var(--bk, #212121);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.92px;
  margin-top: 48px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .catch {
    font-size: clamp(1.8rem, 0rem + 4.5801526718vw, 4.2458015267rem);
    letter-spacing: clamp(0.09rem, 0rem + 0.2290076336vw, 0.2122900763rem);
    margin-top: clamp(2.2rem, 0rem + 5.5979643766vw, 5.1893129771rem);
    line-height: 150%;
    padding: 0 clamp(3.2rem, 0rem + 8.1424936387vw, 7.5480916031rem);
  }
}
#main .contents#contents8 .inner .catch.catch2 {
  margin-top: 160px;
}
#main .contents#contents8 .inner .block-info {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info {
    max-width: inherit;
    padding: 0 clamp(3.2rem, 0rem + 8.1424936387vw, 7.5480916031rem);
  }
}
#main .contents#contents8 .inner .block-info .photo {
  margin-top: 32px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .photo {
    margin-top: clamp(2rem, 0rem + 5.0890585242vw, 4.7175572519rem);
  }
}
#main .contents#contents8 .inner .block-info .credit {
  color: var(--bk, #000);
  text-align: right;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  margin-top: 10px;
}
#main .contents#contents8 .inner .block-info .text {
  color: var(--bk, #000);
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  margin-top: 14px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .text {
    font-size: clamp(1.6rem, 0rem + 4.0712468193vw, 3.7740458015rem);
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents8 .inner .block-info .text span {
  font-size: 14px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .text span {
    font-size: clamp(1.2rem, 0rem + 3.0534351145vw, 2.8305343511rem);
  }
}
#main .contents#contents8 .inner .block-info .serif {
  margin: 39px auto 0;
  max-width: 520px;
  position: relative;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif {
    max-width: inherit;
    margin: clamp(3.4rem, 0rem + 8.6513994911vw, 8.0198473282rem) auto 0;
  }
}
#main .contents#contents8 .inner .block-info .serif .serif-inner {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  padding: 26px 0;
  position: relative;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif .serif-inner {
    text-align: left;
    padding: clamp(2.5rem, 0rem + 6.3613231552vw, 5.8969465649rem) clamp(2rem, 0rem + 5.0890585242vw, 4.7175572519rem);
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    letter-spacing: 0;
    line-height: 170%;
  }
}
#main .contents#contents8 .inner .block-info .serif .serif-inner::before, #main .contents#contents8 .inner .block-info .serif .serif-inner::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 13px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE2IDEzIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMi45NzM0NSAxM0MyLjU2NDQgMTMgMi4xNzEwOSAxMi45MTczIDEuNzkzNTEgMTIuNzUxOUMxLjQxNTkzIDEyLjU1MzQgMS4wNjk4MSAxMi4zMDUzIDAuNzU1MTYyIDEyLjAwNzZDMC41MDM0NDIgMTEuNTExNSAwLjMxNDY1MSAxMC45ODIyIDAuMTg4NzkxIDEwLjQxOThDMC4wNjI5MzAyIDkuODI0NDMgMCA5LjIyOTAxIDAgOC42MzM1OUMwIDYuNjgxOTMgMC41NjYzNzIgNC45NzgzNyAxLjY5OTEyIDMuNTIyOUMyLjgzMTg2IDIuMDM0MzUgNC4zNzM2NSAwLjg2MDA1MiA2LjMyNDQ4IDBMNi44NDM2NiAxLjI0MDQ2QzUuMzY0OCAxLjk2ODIgNC4yMDA1OSAyLjgxMTcxIDMuMzUxMDMgMy43NzA5OUMyLjUzMjk0IDQuNzMwMjggMS45ODIzIDUuOTU0MiAxLjY5OTEyIDcuNDQyNzVMMS40MTU5MyA1Ljg1NDk2TDMuOTE3NCA3LjY0MTIyQzQuNDgzNzggOC4wMzgxNyA0Ljg3NzA5IDguNDY4MTkgNS4wOTczNSA4LjkzMTNDNS4zNDkwNyA5LjM2MTMyIDUuNDc0OTMgOS44NTc1MSA1LjQ3NDkzIDEwLjQxOThDNS40NzQ5MyAxMS4xODA3IDUuMjM4OTQgMTEuODA5MiA0Ljc2Njk2IDEyLjMwNTNDNC4zMjY0NSAxMi43Njg0IDMuNzI4NjEgMTMgMi45NzM0NSAxM1pNMTIuMDgyNiAxM0MxMS42NzM1IDEzIDExLjI4MDIgMTIuOTE3MyAxMC45MDI3IDEyLjc1MTlDMTAuNTU2NSAxMi41NTM0IDEwLjI0MTkgMTIuMzA1MyA5Ljk1ODcgMTIuMDA3NkM5LjY3NTUyIDExLjUxMTUgOS40NzA5OSAxMC45ODIyIDkuMzQ1MTMgMTAuNDE5OEM5LjIxOTI3IDkuODI0NDMgOS4xNTYzNCA5LjIyOTAxIDkuMTU2MzQgOC42MzM1OUM5LjE1NjM0IDYuNjgxOTMgOS43MjI3MSA0Ljk3ODM3IDEwLjg1NTUgMy41MjI5QzExLjk4ODIgMi4wMzQzNSAxMy41MyAwLjg2MDA1MiAxNS40ODA4IDBMMTYgMS4yNDA0NkMxNC41MjExIDEuOTY4MiAxMy4zNzI3IDIuODExNzEgMTIuNTU0NiAzLjc3MDk5QzExLjczNjUgNC43MzAyOCAxMS4xNzAxIDUuOTU0MiAxMC44NTU1IDcuNDQyNzVMMTAuNTI1MSA1Ljg1NDk2TDEzLjA3MzcgNy42NDEyMkMxMy42NzE2IDguMDM4MTcgMTQuMDgwNiA4LjQ2ODE5IDE0LjMwMDkgOC45MzEzQzE0LjUyMTEgOS4zNjEzMiAxNC42MzEzIDkuODU3NTEgMTQuNjMxMyAxMC40MTk4QzE0LjYzMTMgMTEuMTgwNyAxNC4zOTUzIDExLjgwOTIgMTMuOTIzMyAxMi4zMDUzQzEzLjQ4MjggMTIuNzY4NCAxMi44NjkyIDEzIDEyLjA4MjYgMTNaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4=");
  background-size: 100%;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif .serif-inner::before, #main .contents#contents8 .inner .block-info .serif .serif-inner::after {
    width: clamp(1.6rem, 0rem + 4.0712468193vw, 3.7740458015rem);
    height: clamp(1.3rem, 0rem + 3.3078880407vw, 3.0664122137rem);
  }
}
#main .contents#contents8 .inner .block-info .serif .serif-inner::before {
  top: -4px;
  left: -16px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif .serif-inner::before {
    top: calc(0px - clamp(0.6rem, 0rem + 1.5267175573vw, 1.4152671756rem));
    left: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
  }
}
#main .contents#contents8 .inner .block-info .serif .serif-inner::after {
  bottom: -4px;
  right: -16px;
  transform: scale(-1, -1);
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif .serif-inner::after {
    bottom: calc(0px - clamp(0.6rem, 0rem + 1.5267175573vw, 1.4152671756rem));
    right: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
  }
}
#main .contents#contents8 .inner .block-info .serif .serif-inner .name {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 14px */
  margin-top: 15px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif .serif-inner .name {
    font-size: clamp(1.4rem, 0rem + 3.5623409669vw, 3.3022900763rem);
    margin-top: clamp(1.5rem, 0rem + 3.8167938931vw, 3.5381679389rem);
  }
}
#main .contents#contents8 .inner .block-info .serif::before, #main .contents#contents8 .inner .block-info .serif::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 1px;
  border-top: solid 1px #000;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif::before, #main .contents#contents8 .inner .block-info .serif::after {
    width: clamp(23rem, 0rem + 58.524173028vw, 54.2519083969rem);
  }
}
#main .contents#contents8 .inner .block-info .serif::before {
  top: 0;
  right: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif::before {
    top: 0;
    right: clamp(4rem, 0rem + 10.1781170483vw, 9.4351145038rem);
  }
}
#main .contents#contents8 .inner .block-info .serif::after {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info .serif::after {
    bottom: 0;
    left: clamp(4rem, 0rem + 10.1781170483vw, 9.4351145038rem);
  }
}
#main .contents#contents8 .inner .block-info.block-info1 + .catch {
  margin-top: 160px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .block-info.block-info1 + .catch {
    margin-top: clamp(4.6rem, 0rem + 11.7048346056vw, 10.8503816794rem);
  }
}
#main .contents#contents8 .inner .block-info.block-info2 .text {
  margin-top: 32px;
}
#main .contents#contents8 .inner .btn-wrap {
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .btn-wrap {
    margin-top: clamp(3rem, 0rem + 7.6335877863vw, 7.0763358779rem);
  }
}
#main .contents#contents8 .inner .btn-wrap .btn {
  width: inherit;
  padding-right: 64px;
  padding-left: 64px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents8 .inner .btn-wrap .btn {
    width: 100%;
    padding-left: 0px;
    padding-right: 15px;
  }
}
#main .contents#contents8 .inner .btn-wrap .btn.info-btn1 span {
  font-family: "Zen Kaku Gothic New";
}
#main .contents#contents8 .inner .btn-wrap .btn.info-btn2 span {
  font-family: "Zen Kaku Gothic New";
}
#main .contents#contents9 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 {
    padding: clamp(5.5rem, 0rem + 13.9949109415vw, 12.9732824427rem) 0;
  }
}
#main .contents#contents9 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner {
    padding: 0 32px;
  }
}
#main .contents#contents9 .inner nav {
  margin-top: 37px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav {
    margin-top: clamp(2rem, 0rem + 5.0890585242vw, 4.7175572519rem);
    position: relative;
    right: 0;
    width: inherit;
    height: inherit;
    background-color: transparent;
    transition: none;
    z-index: inherit;
    box-shadow: inherit;
  }
}
#main .contents#contents9 .inner nav .credit {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 190%; /* 22.8px */
  letter-spacing: 1.2px;
  margin-top: 40px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav .credit {
    margin-top: clamp(0.8rem, 0rem + 2.0356234097vw, 1.8870229008rem);
    font-size: 12px;
    letter-spacing: 0;
  }
}
#main .contents#contents9 .inner nav .contact {
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav .contact {
    margin-top: clamp(2.5rem, 0rem + 6.3613231552vw, 5.8969465649rem);
  }
}
#main .contents#contents9 .inner nav .contact div:nth-of-type(1) {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.4px;
}
#main .contents#contents9 .inner nav .contact div:nth-of-type(2) {
  color: var(--bk, #000);
  text-align: center;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "palt" on;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
  margin-top: 8px;
}
#main .contents#contents9 .inner nav .contact a {
  color: var(--bk, #000);
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
  margin-top: 8px;
  display: block;
  transition-duration: 0.3s;
}
#main .contents#contents9 .inner nav .contact a:hover {
  opacity: 0.5;
}
#main .contents#contents9 .inner nav .share {
  display: flex;
  gap: 0 48px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav .share {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: clamp(3.9rem, 0rem + 9.9236641221vw, 9.1992366412rem);
  }
}
#main .contents#contents9 .inner nav .share div {
  color: var(--bk, #000);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav .share div {
    font-size: clamp(1.6rem, 0rem + 4.0712468193vw, 3.7740458015rem);
    letter-spacing: clamp(0.08rem, 0rem + 0.203562341vw, 0.1887022901rem);
  }
}
#main .contents#contents9 .inner nav .share > ul {
  display: flex;
  gap: 0 24px;
  margin: 0;
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav .share > ul {
    margin-top: clamp(1.6rem, 0rem + 4.0712468193vw, 3.7740458015rem);
  }
}
@media screen and (max-width: 927px) {
  #main .contents#contents9 .inner nav .share > ul li {
    width: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
    height: clamp(2.4rem, 0rem + 6.106870229vw, 5.6610687023rem);
  }
}
/*# sourceMappingURL=style.css.map */
