@charset "UTF-8";
:root {
  --svh: 100vh;
  --color-text: var(--color-brown);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-brown: #675441;
  --color-brown-kv: #826F54;
  --color-brown-text: #e7a547;
  --color-brown-bg: #8a765d;
  --ease_out: cubic-bezier(0.5, 1, 0.89, 1);
  --ease_inout: cubic-bezier(0.65, 0, 0.35, 1);
  --ease_bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media screen and (min-width: 961px) {
  html {
    font-size: min(0.7142857143vw, 13px);
  }
}
@media screen and (min-width: 961px) and (max-width: 1400px) {
  html {
    font-size: max(0.7142857143vw, 8px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: min(2.6666666667vw, 15px);
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  background: var(--color-bg);
  font-family: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

a {
  color: var(--color-text);
  position: relative;
  text-decoration: none;
}

.clearfix:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
*::before, *::after {
  box-sizing: border-box;
}
*:focus-visible {
  outline: 1px solid var(--color-black) !important;
}

input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=" tel "] {
  display: inline-block;
  color: inherit;
}

button {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  color: var(--color-text);
  font-family: "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-sp {
    display: none !important;
  }
  .is-sp-inline {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .sp-inline {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .is-pc {
    display: none !important;
  }
  .is-pc-inline {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .pc-inline {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .is-port {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
}
img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}
img::-moz-selection {
  background: none;
}
img::selection {
  background: none;
}
img[height] {
  height: auto !important;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

.l-wrap {
  display: block;
  position: relative;
}
.l-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/bg_base_cream.jpg") no-repeat center/cover;
}
.l-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/logo_b.svg") no-repeat center/30rem auto;
  z-index: 50;
  pointer-events: none;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .l-wrap::after {
    background-size: 15rem auto;
  }
}
.is-load .l-wrap::after {
  opacity: 0;
  transition: opacity 1.2s var(--ease_out);
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.l-wrap__container::before {
  content: "KENTO NAKAJIMA 2nd Album IDOL1ST";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 2rem;
  writing-mode: vertical-lr;
  font-size: 1rem;
  line-height: 1;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: var(--color-text);
  z-index: 10;
  text-align: center;
  transform: rotate(180deg);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__container::before {
    display: none;
  }
}
.l-wrap__container::after {
  content: "KENTO NAKAJIMA 2nd Album IDOL1ST";
  width: 1.5rem;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 2rem;
  writing-mode: vertical-lr;
  font-size: 1rem;
  line-height: 1;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.4rem;
  color: var(--color-text);
  z-index: 10;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__container::after {
    display: none;
  }
}

.l-main {
  display: block;
  position: relative;
  z-index: 1;
}

.l-header {
  display: block;
  position: fixed;
  top: 2.5rem;
  left: 2.5rem;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .l-header {
    top: 1.5rem;
    left: 2rem;
  }
}
.l-header__brand {
  width: 15rem;
  display: block;
  position: relative;
  filter: drop-shadow(0 0 0.3rem rgba(103, 84, 65, 0.5));
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 10rem;
  }
}

.l-nav {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: var(--color-brown);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  scrollbar-width: thin;
  opacity: 0;
  transition: opacity 0.6s var(--ease_out);
}
.is-menu-show .l-nav {
  display: block;
}
.is-menu-open .l-nav {
  pointer-events: auto;
  opacity: 1;
}
.l-nav__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-nav__container {
  width: 90%;
  max-width: 110.5rem;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    align-items: flex-start;
    padding: 6.7rem 0;
  }
}
.l-nav__content {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__content {
    display: grid;
    grid-template-columns: 1fr 32rem;
    grid-template-rows: 1fr auto;
    gap: 5rem;
  }
}
.l-nav__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__header {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__header {
    margin-bottom: 6.4rem;
  }
}
.l-nav__brand {
  width: 100%;
  max-width: 50rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__brand {
    max-width: 20rem;
    margin: 0 auto;
  }
}
.l-nav__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__inner {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    margin-top: -0.8rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
.l-nav__list-item + .l-nav__list-item {
  margin-top: 0.2rem;
}
@media screen and (max-width: 960px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 0.18rem;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    margin: 0 auto;
  }
}
.l-nav__link::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link::before {
    transition: width 0.6s var(--ease_inout);
  }
  .l-nav__link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-nav__link-text {
  display: block;
  position: relative;
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 3.8rem;
    text-align: center;
  }
}
.l-nav__footer {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__footer {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__footer {
    margin-top: 5rem;
  }
}
.l-nav__official {
  display: block;
  position: relative;
}
.l-nav__official-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-nav__official-link {
    font-size: 1.8rem;
    margin: 0 auto;
  }
}
.l-nav__official-link::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__official-link::before {
    transition: width 0.6s var(--ease_inout);
  }
  .l-nav__official-link:hover::before {
    width: 100%;
    left: 0;
  }
}
.l-nav__sns {
  display: block;
  position: relative;
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    margin-top: 2.2rem;
  }
}

.l-nav\:sns {
  display: block;
  position: relative;
}
.l-nav\:sns__list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .l-nav\:sns__list {
    gap: 4.5rem;
    justify-content: center;
  }
}
.l-nav\:sns__list-item {
  display: block;
  position: relative;
}
.l-nav\:sns__link {
  width: 2.8rem;
  display: block;
  position: relative;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-nav\:sns__link {
    width: 2.5rem;
  }
}
.l-nav\:sns__cirlce {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(1, -1);
  transition: opacity 0s linear 1s;
}
.l-nav\:sns__link:hover .l-nav\:sns__cirlce {
  opacity: 1;
  transition: opacity 0s linear;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 960px) {
  .l-nav\:sns__cirlce {
    display: none;
  }
}
.l-nav\:sns__cirlce-path {
  width: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 12rem;
  stroke-dashoffset: 12rem;
  transition: stroke-dashoffset 1s var(--ease_inout);
}
.l-nav\:sns__link:hover .l-nav\:sns__cirlce-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s var(--ease_inout);
}

.l-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  position: fixed;
  top: 0.5rem;
  right: 0;
  z-index: 15;
  outline: none !important;
  color: var(--color-white);
  transition: color 0.4s var(--ease_out);
  padding: 1.4rem 2rem;
  filter: drop-shadow(0 0 0.2rem rgba(103, 84, 65, 0.6));
}
@media screen and (max-width: 960px) {
  .l-menu {
    padding: 0.9rem 1.6rem;
  }
}
.l-menu::before {
  content: "";
  width: calc(100% - 0.5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-text);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-menu:hover::before {
    opacity: 1;
  }
}
.l-menu::after {
  content: "";
  width: calc(100% - 0.5rem);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-white);
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-menu::after {
    transition: opacity 0.4s var(--ease_out);
  }
  .l-menu:hover::after {
    opacity: 1;
  }
}
.l-menu__content {
  width: 6.6rem;
  height: 1.3rem;
  display: block;
  position: relative;
  box-sizing: content-box;
}
@media screen and (max-width: 960px) {
  .l-menu__content {
    width: 4.8rem;
    height: 0.9rem;
  }
}
.l-menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s var(--ease_out);
}
.l-menu__line.--open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-menu__line-bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.l-menu__line-bar:nth-child(2) {
  --delay: 0.05s;
}
.l-menu__line-bar:nth-child(3) {
  --delay: 0.1s;
}
.--close .l-menu__line-bar {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.--close .l-menu__line-bar:nth-child(1) {
  transform: translate(-50%, 0) rotate(15deg);
}
.--close .l-menu__line-bar:nth-child(2) {
  transform: translate(-50%, 0) rotate(-15deg);
}
.--close .l-menu__line-bar:nth-child(1) {
  --delay: 0s;
}
.--close .l-menu__line-bar:nth-child(2) {
  --delay: 0.1s;
}
.l-menu__line-bar::after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: currentColor;
  transition: width 0.5s var(--ease_inout), background-color 0.5s var(--ease_inout);
}
.--open .l-menu__line-bar::after {
  width: 100%;
  left: 0;
  transition: width 0.5s var(--ease_inout) calc(var(--delay) + 0.4s), background-color 0.5s var(--ease_inout);
}
.is-menu-open .--open .l-menu__line-bar::after {
  width: 0;
  left: auto;
  right: 0;
  transition: width 0.5s var(--ease_inout) var(--delay), background-color 0.5s var(--ease_inout);
}
.--close .l-menu__line-bar::after {
  width: 0;
  transition: width 0.5s var(--ease_inout) var(--delay), background-color 0.5s var(--ease_inout);
}
.is-menu-open .--close .l-menu__line-bar::after {
  width: 100%;
  left: 0;
  transition: width 0.5s var(--ease_inout) calc(var(--delay) + 0.4s), background-color 0.5s var(--ease_inout);
}
.l-menu__status {
  min-width: 5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-menu__status {
    min-width: 3rem;
  }
}
.l-menu__status-text {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-menu__status-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.l-menu__status-text.--open {
  position: relative;
}
.l-menu__status-text.--close {
  opacity: 0;
}

.l-footer {
  display: block;
  position: relative;
  background: var(--color-white);
}
.l-footer__container {
  width: 95%;
  max-width: 128rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 12.5rem 0 7.2rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 7.8rem 0 5rem;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__sns {
  display: block;
  position: relative;
}
.l-footer__official {
  display: block;
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    margin-top: 2.2rem;
  }
}
.l-footer__official-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 2rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--color-text);
}
@media screen and (max-width: 960px) {
  .l-footer__official-link {
    font-size: 1.8rem;
  }
}
.l-footer__official-link::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-text);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official-link::before {
    transition: width 0.6s var(--ease_inout);
  }
  .l-footer__official-link:hover::before {
    width: 100%;
  }
}
.l-footer__pagetop {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding-bottom: 1.8rem;
  color: var(--color-text);
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    bottom: -1.8rem;
    right: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    display: block;
    position: relative;
    margin: 8rem auto 0;
  }
}
.l-footer__pagetop-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-text {
    font-size: 1.8rem;
  }
}
.l-footer__pagetop-text::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-text);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-text::before {
    transition: width 0.6s var(--ease_inout);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-text::before {
    width: 100%;
  }
}
.l-footer__pagetop-icon {
  width: 1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(-90deg);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop-icon {
    width: 0.8rem;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (min-width: 961px) {
  .l-footer__copy {
    position: absolute;
    bottom: 0.6rem;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 4.2rem;
    font-size: 1.2rem;
    text-align: center;
  }
}

.l-footer\:sns {
  display: block;
  position: relative;
}
.l-footer\:sns__list {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 5rem;
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__list {
    gap: 4.5rem;
  }
}
.l-footer\:sns__list-item {
  display: block;
  position: relative;
}
.l-footer\:sns__link {
  width: 2.8rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__link {
    width: 2.5rem;
  }
}
.l-footer\:sns__link-igm {
  display: block;
  position: relative;
}
.l-footer\:sns__cirlce {
  width: 4rem;
  height: 4rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(1, -1);
  transition: opacity 0s linear 1s;
}
.l-footer\:sns__link:hover .l-footer\:sns__cirlce {
  opacity: 1;
  transition: opacity 0s linear;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 960px) {
  .l-footer\:sns__cirlce {
    display: none;
  }
}
.l-footer\:sns__cirlce-path {
  width: 100%;
  display: block;
  position: relative;
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 12rem;
  stroke-dashoffset: 12rem;
  transition: stroke-dashoffset 1s var(--ease_inout);
}
.l-footer\:sns__link:hover .l-footer\:sns__cirlce-path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s var(--ease_inout);
}

.c-btn {
  --btn-color: var(--color-white);
  --btn-bg: var(--color-brown);
  width: 100%;
  min-height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--btn-color);
  background: var(--btn-bg);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .c-btn {
    min-height: 6rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn {
    transition: color 0.4s var(--ease_out);
  }
  .c-btn:hover {
    color: var(--color-text);
  }
}
.c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_base_white.jpg") no-repeat center/200% auto;
  border-radius: 20rem;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn::before {
    transition: opacity 0.4s var(--ease_out);
  }
  .c-btn:hover::before {
    opacity: 1;
  }
}
.c-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-text);
  border-radius: 20rem;
  pointer-events: none;
}
.c-btn__text {
  width: 90%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .c-btn__text {
    font-size: 1.5rem;
  }
}
.c-btn__arrow {
  width: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(50%, -50%);
  fill: currentColor;
}

.p-top {
  display: block;
  position: relative;
}
@supports not (overflow: clip) {
  .p-top {
    contain: paint;
  }
}
.p-top__header {
  display: block;
  position: relative;
}
.p-top__header::before {
  content: "";
  width: 100%;
  height: var(--svh);
  display: block;
  position: relative;
}
.p-top__header-in {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
}
.p-top__inner {
  display: block;
  position: relative;
  margin-top: calc(var(--svh) * -1);
}

.p-hero {
  display: block;
  position: relative;
  z-index: 0;
}
.p-hero__container {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.p-hero__nav {
  width: calc(100% - 40rem);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-hero__nav {
    display: none;
  }
}
.p-hero__kv {
  display: block;
  position: relative;
}
.p-hero__kv-img {
  display: block;
  position: relative;
  transform: scale3d(1.05, 1.05, 1.05);
}
.is-load .p-hero__kv-img {
  transform: scale3d(1, 1, 1);
  transition: transform 1s var(--ease_out);
}
.p-hero__content {
  width: 100%;
  display: block;
  position: absolute;
  top: 31.4%;
  left: 0;
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1);
}
@media screen and (max-width: 960px) {
  .p-hero__content {
    top: 51%;
  }
}
.is-load .p-hero__content {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: opacity 1s var(--ease_inout), transform 2s var(--ease_out);
}
.p-hero__logo {
  width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-hero__logo {
    width: 32.5rem;
  }
}
.p-hero__release {
  display: block;
  position: relative;
  margin-top: 0.7rem;
  font-size: 5.8rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-white);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-hero__release {
    margin-top: 0.4rem;
    font-size: 2.9rem;
  }
}

.p-hero\:nav {
  display: block;
  position: relative;
  padding-top: 2.2rem;
}
.p-hero\:nav__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
  margin: 0 auto;
}
.p-hero\:nav__list-item {
  display: block;
  position: relative;
}
.p-hero\:nav__link {
  display: block;
  position: relative;
}
.p-hero\:nav__link::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-hero\:nav__link::before {
    transition: width 0.6s var(--ease_inout);
  }
  .p-hero\:nav__link:hover::before {
    width: 100%;
  }
}
.p-hero\:nav__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: var(--color-white);
}

.p-concept {
  --offset-before: 36rem;
  --offset-after: calc(var(--svh) + 36rem);
  display: block;
  position: relative;
  margin-top: -36rem;
  z-index: 1;
  scroll-margin-top: var(--offset-before);
  padding-bottom: 15rem;
}
.p-concept.is-scroll-enter {
  scroll-margin-top: var(--offset-after);
}
@media screen and (max-width: 960px) {
  .p-concept {
    margin-top: -15rem;
    padding-bottom: 8rem;
    --offset-before: 15rem;
  }
}
.p-concept::before {
  content: "";
  width: 100%;
  height: calc(100% - 36rem);
  display: block;
  position: absolute;
  top: 36rem;
  left: 0;
  background: url("../img/bg_base_cream.jpg") repeat center top/100% auto;
}
@media screen and (max-width: 960px) {
  .p-concept::before {
    height: calc(100% - 15rem);
    top: 15rem;
  }
}
.p-concept__bg {
  width: 178.5714285714%;
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .p-concept__bg {
    width: 189.3333333333%;
    top: 50%;
  }
}
.p-concept__bg-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
}
.p-concept__bg-img:first-child {
  position: relative;
}
.p-concept__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 17.2rem 0 30rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 960px) {
  .p-concept__container {
    padding: 8.2rem 0 18rem;
  }
}
.is-load .p-concept__container {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s var(--ease_inout) 0.3s, transform 3s var(--ease_out) 0.3s;
}
.p-concept__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7.2rem 0 3.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-concept__header {
    padding: 3.8rem 0 3rem;
  }
}
.p-concept__header::before {
  content: "";
  width: 100%;
  height: 24.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title_concept_bg.webp") repeat-x 0 50%/99.5rem auto;
  animation: concept_marquee_pc 40s linear infinite;
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-concept__header::before {
    height: 15rem;
    background-size: 59.7rem auto;
  }
}
@media screen and (max-width: 960px) {
  .p-concept__header::before {
    animation: concept_marquee_sp 40s linear infinite;
    animation-play-state: paused;
  }
}
.is-load .is-viewport-in .p-concept__header::before {
  animation-play-state: running;
}
@keyframes concept_marquee_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -99.5rem;
  }
}
@keyframes concept_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -59.7rem;
  }
}
.p-concept__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 7.4rem;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-concept__title {
    font-size: 5.2rem;
  }
}
.p-concept__inner {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-concept__lead {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 2.23;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-concept__lead {
    font-size: 1.3rem;
  }
}

.p-release {
  display: block;
  position: relative;
  z-index: 2;
}
.p-release__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_base_white.jpg") repeat 50% 0/100% auto;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2) translateY(10rem);
  transform-origin: 50% 0;
}
.is-scroll-active .p-release__bg {
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
  transition: opacity 1s var(--ease_out), transform 2s var(--ease_out);
}
.p-release__bg-img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.p-release__bg-img.--top {
  top: 0;
  transform: translate(0, -32%);
}
@media screen and (max-width: 960px) {
  .p-release__bg-img.--top {
    width: 180%;
    transform: translate(-32%, -19%);
  }
}
.p-release__bg-img.--bottom {
  bottom: 0;
  transform: translate(0, 72%);
}
@media screen and (max-width: 960px) {
  .p-release__bg-img.--bottom {
    width: 180%;
    transform: translate(-30%, 50%);
  }
}
.p-release__container {
  display: block;
  position: relative;
  padding: 7.4rem 0 8.4rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-release__container {
    padding: 6.9rem 0 8.4rem;
  }
}
.p-release__header {
  display: block;
  position: relative;
  margin-bottom: 7.2rem;
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-release__header {
    margin-bottom: 2.5rem;
  }
}
.is-scroll-active .p-release__header {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.3s, transform 3s var(--ease_out) 0.3s;
}
.p-release__title {
  display: block;
  position: relative;
}
.p-release__title-cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 7.4rem;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release__title-cap {
    margin-bottom: 0.8rem;
    font-size: 5.2rem;
  }
}
.p-release__title-logo {
  width: 65.8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-release__title-logo {
    width: 32.5rem;
  }
}
.p-release__title-release {
  display: block;
  position: relative;
  margin-top: 1.9rem;
  font-size: 7.4rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: -0.05rem;
  color: var(--color-text);
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-release__title-release {
    margin-top: 0.8rem;
    font-size: 3.7rem;
  }
}
.p-release__inner {
  width: 88%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10rem);
}
.is-scroll-active .p-release__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.5s, transform 3s var(--ease_out) 0.5s;
}
.p-release__link {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-release__link {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.p-release__link-item {
  width: 33.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-release__link-item {
    width: 30rem;
    margin: 0 auto;
  }
  .p-release__link-item + .p-release__link-item {
    margin-top: 1.2rem;
  }
}
.p-release__content {
  display: block;
  position: relative;
  margin-top: 11.5rem;
}
@media screen and (min-width: 961px) {
  .p-release__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 9.8rem 20rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p-release__content {
    margin-top: 10rem;
  }
}
.p-release__content-item {
  width: calc(50% - 10rem);
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release__content-item:nth-child(even) {
    margin-top: 14.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release__content-item {
    width: 100%;
    margin: 0 auto;
  }
  .p-release__content-item + .p-release__content-item {
    margin-top: 9rem;
  }
}

.p-release\:content {
  display: block;
  position: relative;
}
.p-release\:content__jk {
  display: block;
  position: relative;
  margin: 0 auto 2.9rem;
}
@media screen and (max-width: 960px) {
  .p-release\:content__jk {
    max-width: 27.5rem;
    margin-bottom: 2.6rem;
  }
}
.p-release\:content__jk-img {
  display: block;
  position: relative;
}
.p-release\:content__title {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-release\:content__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
}
.p-release\:content__title-name {
  display: block;
  position: relative;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-release\:content__title-name {
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-release\:content__title-type {
  display: block;
  position: relative;
  padding: 0.4rem 1.2rem 0.1rem;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 961px) {
  .p-release\:content__title-type {
    top: -0.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-release\:content__title-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.2rem auto 0;
    padding: 0.4rem 1.2rem 0.1rem;
    font-size: 1.1rem;
  }
}
.p-release\:content__title-type::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-text);
}
.p-release\:content__price {
  display: block;
  position: relative;
  margin-top: 1.6rem;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-release\:content__price {
    margin-top: 2.6rem;
    font-size: 1.6rem;
  }
}
.p-release\:content__price small {
  font-size: 0.7em;
}
.p-release\:content__data {
  display: block;
  position: relative;
  margin-top: 2.5rem;
}
.p-release\:content__data + .p-release\:content__data {
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-release\:content__data + .p-release\:content__data {
    margin-top: 1.8rem;
  }
}
.p-release\:content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 0.8rem;
  padding-bottom: 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-release\:content__data-cap {
    padding-bottom: 0.5rem;
    margin-bottom: 0.4rem;
    font-size: 1.2rem;
  }
}
.p-release\:content__data-cap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--color-text);
}
.p-release\:content__data-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.85;
}

.p-track {
  --offset-before: calc(var(--svh) * -1);
  --offset-after: calc(var(--svh) * -1);
  display: block;
  position: relative;
  margin-top: calc(var(--svh) * -1);
  z-index: 1;
  scroll-margin-top: var(--offset-before);
}
.p-track.is-scroll-enter {
  scroll-margin-top: var(--offset-after);
}
.p-track::after {
  content: "";
  width: 100%;
  height: var(--svh);
  display: block;
  position: relative;
  z-index: -1;
}
.p-track__container {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-track__container::before {
  content: "";
  width: 100%;
  height: var(--svh);
  display: block;
  position: relative;
  z-index: -1;
}
.p-track__content {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
}
.p-track__in {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 35rem 0 34.6rem;
  overflow: hidden;
  background: url("../img/bg_base_cream.jpg") repeat 50% 0/100% auto;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .p-track__in {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 960px) {
  .p-track__in {
    padding: 15rem 0 20rem;
  }
}
.p-track__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7.2rem 0 7.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-track__header {
    padding: 5.6rem 0 3rem;
  }
}
.p-track__header::before {
  content: "";
  width: 100%;
  height: 24.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title_tracklist_bg.webp") repeat-x 0 50%/121.5rem auto;
  animation: track_marquee_pc 40s linear infinite;
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-track__header::before {
    height: 18rem;
    background-size: 72.9rem auto;
  }
}
@media screen and (max-width: 960px) {
  .p-track__header::before {
    animation: track_marquee_sp 40s linear infinite;
    animation-play-state: paused;
  }
}
.is-load .is-viewport-in .p-track__header::before {
  animation-play-state: running;
}
@keyframes track_marquee_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -121.5rem;
  }
}
@keyframes track_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -72.9rem;
  }
}
.p-track__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 7.4rem;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-track__title {
    font-size: 5.2rem;
  }
}
.p-track__inner {
  width: 88%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-track__list {
  display: block;
  position: relative;
}
.p-track__list-item {
  display: block;
  position: relative;
}
.p-track__list-item + .p-track__list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-brown);
}
.p-track__sound {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.p-track\:data {
  --track_gap: 0px;
  display: block;
  position: relative;
}
.--track1 .p-track\:data {
  --track_gap: 1rem;
}
@media screen and (max-width: 960px) {
  .--track1 .p-track\:data {
    --track_gap: 0.5rem;
  }
}
.--track4 .p-track\:data {
  --track_gap: 1.8rem;
}
@media screen and (max-width: 960px) {
  .--track4 .p-track\:data {
    --track_gap: 0.9rem;
  }
}
.--track6 .p-track\:data {
  --track_gap: 1.4rem;
}
@media screen and (max-width: 960px) {
  .--track6 .p-track\:data {
    --track_gap: 0.7rem;
  }
}
.--track7 .p-track\:data {
  --track_gap: 1rem;
}
@media screen and (max-width: 960px) {
  .--track7 .p-track\:data {
    --track_gap: 0.5rem;
  }
}
.--track9 .p-track\:data {
  --track_gap: 2rem;
}
@media screen and (max-width: 960px) {
  .--track9 .p-track\:data {
    --track_gap: 1rem;
  }
}
.--track10 .p-track\:data {
  --track_gap: 1.5rem;
}
@media screen and (max-width: 960px) {
  .--track10 .p-track\:data {
    --track_gap: 0.75rem;
  }
}
.p-track\:data__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.p-track\:data__visualizer {
  width: 100%;
  height: 60%;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  gap: 0.1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-track\:data__visualizer {
    height: 55%;
  }
}
.is-sound-play .p-track\:data__visualizer {
  opacity: 1;
}
.p-track\:data__visualizer-bar {
  display: block;
  position: relative;
  background: var(--color-text);
  transform-origin: center bottom;
  animation-name: bar-mid;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: steps(6, end);
  /* 約1/8だけフルピーク */
  /* 約1/4は常に弱め */
  animation-play-state: paused;
}
@keyframes bar-full {
  0% {
    transform: scaleY(0.15);
  }
  20% {
    transform: scaleY(0.9);
  }
  40% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(0.4);
  }
  80% {
    transform: scaleY(0.8);
  }
  100% {
    transform: scaleY(0.15);
  }
}
@keyframes bar-mid {
  0% {
    transform: scaleY(0.1);
  }
  20% {
    transform: scaleY(0.5);
  }
  40% {
    transform: scaleY(0.75);
  }
  60% {
    transform: scaleY(0.35);
  }
  80% {
    transform: scaleY(0.6);
  }
  100% {
    transform: scaleY(0.1);
  }
}
@keyframes bar-low {
  0% {
    transform: scaleY(0.05);
  }
  25% {
    transform: scaleY(0.25);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.2);
  }
  100% {
    transform: scaleY(0.05);
  }
}
@keyframes bar-high {
  0% {
    transform: scaleY(0.12);
  }
  20% {
    transform: scaleY(0.6);
  }
  40% {
    transform: scaleY(0.85);
  }
  60% {
    transform: scaleY(0.45);
  }
  80% {
    transform: scaleY(0.7);
  }
  100% {
    transform: scaleY(0.12);
  }
}
@keyframes bar-noise {
  0% {
    transform: scaleY(0.05);
  }
  15% {
    transform: scaleY(0.55);
  }
  30% {
    transform: scaleY(0.2);
  }
  45% {
    transform: scaleY(0.75);
  }
  60% {
    transform: scaleY(0.35);
  }
  75% {
    transform: scaleY(0.6);
  }
  100% {
    transform: scaleY(0.05);
  }
}
.p-track\:data__visualizer-bar:nth-child(8n) {
  animation-name: bar-full;
}
.p-track\:data__visualizer-bar:nth-child(4n) {
  animation-name: bar-low;
}
.p-track\:data__visualizer-bar:nth-child(9n) {
  animation-name: bar-noise;
}
.p-track\:data__visualizer-bar:nth-child(7n) {
  animation-name: bar-high;
}
.p-track\:data__visualizer-bar:nth-child(8n) {
  animation-name: bar-full;
}
.p-track\:data__visualizer-bar:nth-child(odd) {
  animation-duration: 1s;
}
.p-track\:data__visualizer-bar:nth-child(3n) {
  animation-duration: 1.4s;
}
.p-track\:data__visualizer-bar:nth-child(5n) {
  animation-duration: 0.9s;
}
.p-track\:data__visualizer-bar:nth-child(n) {
  animation-delay: calc(-0.15s * var(--i, 1));
}
.p-track\:data__visualizer-bar:nth-child(7n), .p-track\:data__visualizer-bar:nth-child(9n) {
  animation-timing-function: steps(7, end);
}
.p-track\:data__visualizer-bar:nth-child(8n) {
  animation-timing-function: steps(5, end);
}
.is-sound-play .p-track\:data__visualizer-bar {
  animation-play-state: running;
}
.p-track\:data__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  padding: 2.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-track\:data__container {
    padding: 2rem 0 3rem;
  }
}
.p-track\:data__no {
  width: 4.5rem;
  display: block;
  position: relative;
  top: calc(1.6rem + var(--track_gap));
  left: -0.15rem;
  font-size: 2rem;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p-track\:data__no {
    width: 3.8rem;
    font-size: 1.6rem;
    left: 0.2rem;
  }
}
.p-track\:data__content {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track\:data__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
}
.p-track\:data__header {
  flex-shrink: 0;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track\:data__header {
    padding-top: calc(2rem + var(--track_gap));
    margin-right: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-track\:data__header {
    margin-bottom: 0.4rem;
  }
}
.p-track\:data__ver {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  display: block;
  position: relative;
  padding: 0.4rem 1rem 0.1rem;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: var(--color-text);
  text-align: center;
}
.p-track\:data__ver::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-text);
}
.p-track\:data__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track\:data__inner {
    flex: 1 1 0;
  }
}
.p-track\:data__title {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track\:data__title {
    gap: 0 1rem;
  }
}
.p-track\:data__title-main {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 5.4rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 960px) {
  .p-track\:data__title-main {
    font-size: 4.5rem;
  }
}
.--track1 .p-track\:data__title-main {
  width: 16.6rem;
}
@media screen and (max-width: 960px) {
  .--track1 .p-track\:data__title-main {
    width: 16.6rem;
  }
}
.--track2 .p-track\:data__title-main {
  width: 20rem;
}
@media screen and (max-width: 960px) {
  .--track2 .p-track\:data__title-main {
    width: 20rem;
  }
}
.--track3 .p-track\:data__title-main {
  width: 13rem;
}
@media screen and (max-width: 960px) {
  .--track3 .p-track\:data__title-main {
    width: 13rem;
  }
}
.--track4 .p-track\:data__title-main {
  width: 19rem;
}
@media screen and (max-width: 960px) {
  .--track4 .p-track\:data__title-main {
    width: 19rem;
  }
}
.--track5 .p-track\:data__title-main {
  width: 24.5rem;
}
@media screen and (max-width: 960px) {
  .--track5 .p-track\:data__title-main {
    width: 24.5rem;
  }
}
.--track6 .p-track\:data__title-main {
  width: 23rem;
}
@media screen and (max-width: 960px) {
  .--track6 .p-track\:data__title-main {
    width: 23rem;
  }
}
.--track7 .p-track\:data__title-main {
  width: 25rem;
}
@media screen and (max-width: 960px) {
  .--track7 .p-track\:data__title-main {
    width: 25rem;
  }
}
.--track8 .p-track\:data__title-main {
  width: 25rem;
}
@media screen and (max-width: 960px) {
  .--track8 .p-track\:data__title-main {
    width: 25rem;
  }
}
.--track9 .p-track\:data__title-main {
  width: 23rem;
}
@media screen and (max-width: 960px) {
  .--track9 .p-track\:data__title-main {
    width: 23rem;
  }
}
.--track10 .p-track\:data__title-main {
  width: 15.5rem;
}
@media screen and (max-width: 960px) {
  .--track10 .p-track\:data__title-main {
    width: 15.5rem;
  }
}
.--track11 .p-track\:data__title-main {
  width: 26.5rem;
}
@media screen and (max-width: 960px) {
  .--track11 .p-track\:data__title-main {
    width: 26.5rem;
  }
}
@media screen and (max-width: 960px) {
  .--track12 .p-track\:data__title-main, .--track14 .p-track\:data__title-main {
    font-size: 4rem;
  }
}
.p-track\:data__title-sub {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07rem;
}
@media screen and (min-width: 961px) {
  .p-track\:data__title-sub {
    top: -0.1em;
  }
}
@media screen and (max-width: 960px) {
  .p-track\:data__title-sub {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 961px) {
  .--track4 .p-track\:data__title-sub {
    top: -0.8rem;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 960px) {
  .--track4 .p-track\:data__title-sub {
    width: 100%;
  }
}
.p-track\:data__cap {
  display: block;
  position: relative;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track\:data__cap {
    font-size: 0.95rem;
  }
}
.p-track\:data__info {
  display: block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track\:data__info {
    font-size: 1.1rem;
  }
}
.p-track\:data__footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.5rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-track\:data__footer {
    padding-top: calc(1rem + var(--track_gap));
  }
}
@media screen and (max-width: 960px) {
  .p-track\:data__footer {
    margin-top: 1rem;
    gap: 1.8rem;
  }
}
.p-track\:data__play {
  width: 4rem;
  display: block;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-track\:data__play {
    width: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-track\:data__play {
    transition: box-shadow 0.4s var(--ease_out);
  }
  .p-track\:data__play:hover {
    box-shadow: 0 0 0.4rem rgba(103, 84, 65, 0.5);
  }
}
.p-track\:data__play::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-text);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media (hover: hover) and (pointer: fine) {
  .p-track\:data__play:hover::before {
    opacity: 1;
  }
}
.p-track\:data__play-icon {
  width: 100%;
  display: block;
  position: relative;
}
.p-track\:data__play-icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-text);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
.is-sound-play .p-track\:data__play-icon::before {
  opacity: 1;
}
.p-track\:data__play-icon::after {
  content: "";
  width: 1rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 4px solid var(--color-white);
  border-right: 4px solid var(--color-white);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-track\:data__play-icon::after {
    width: 1rem;
    height: 1rem;
  }
}
.is-sound-play .p-track\:data__play-icon::after {
  opacity: 1;
}
.p-track\:data__btn {
  width: 16rem;
  min-height: 4rem;
  display: block;
  position: relative;
  color: var(--color-brown);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .p-track\:data__btn {
    width: 13rem;
    min-height: 3.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-track\:data__btn {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-track\:data__btn:hover {
    box-shadow: 0 0 0.4rem rgba(103, 84, 65, 0.5);
    color: var(--color-white);
    background-color: var(--color-text);
  }
}
.p-track\:data__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color-brown);
  border-radius: 20rem;
}
.p-track\:data__btn-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-track\:data__btn-text {
    font-size: 1.3rem;
  }
}

.p-track\:comment {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  color: var(--color-text);
}
.p-track\:comment__container {
  width: 88%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-track\:comment__header {
  display: block;
  position: relative;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 960px) {
  .p-track\:comment__header {
    margin-bottom: 3rem;
  }
}
.p-track\:comment__title {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-track\:comment__title {
    gap: 0 1rem;
  }
}
.p-track\:comment__title-main {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 5.4rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 960px) {
  .p-track\:comment__title-main {
    font-size: 4.5rem;
  }
}
.--track1 .p-track\:comment__title-main {
  width: 24.9rem;
}
@media screen and (max-width: 960px) {
  .--track1 .p-track\:comment__title-main {
    width: 16.6rem;
  }
}
.--track2 .p-track\:comment__title-main {
  width: 30rem;
}
@media screen and (max-width: 960px) {
  .--track2 .p-track\:comment__title-main {
    width: 20rem;
  }
}
.--track3 .p-track\:comment__title-main {
  width: 15rem;
}
@media screen and (max-width: 960px) {
  .--track3 .p-track\:comment__title-main {
    width: 13rem;
  }
}
.--track4 .p-track\:comment__title-main {
  width: 28.5rem;
}
@media screen and (max-width: 960px) {
  .--track4 .p-track\:comment__title-main {
    width: 19rem;
  }
}
.--track5 .p-track\:comment__title-main {
  width: 36.75rem;
}
@media screen and (max-width: 960px) {
  .--track5 .p-track\:comment__title-main {
    width: 24.5rem;
  }
}
.--track6 .p-track\:comment__title-main {
  width: 34.5rem;
}
@media screen and (max-width: 960px) {
  .--track6 .p-track\:comment__title-main {
    width: 23rem;
  }
}
.--track7 .p-track\:comment__title-main {
  width: 37.5rem;
}
@media screen and (max-width: 960px) {
  .--track7 .p-track\:comment__title-main {
    width: 25rem;
  }
}
.--track8 .p-track\:comment__title-main {
  width: 37.5rem;
}
@media screen and (max-width: 960px) {
  .--track8 .p-track\:comment__title-main {
    width: 25rem;
  }
}
.--track9 .p-track\:comment__title-main {
  width: 34.5rem;
}
@media screen and (max-width: 960px) {
  .--track9 .p-track\:comment__title-main {
    width: 23rem;
  }
}
.--track10 .p-track\:comment__title-main {
  width: 23.25rem;
}
@media screen and (max-width: 960px) {
  .--track10 .p-track\:comment__title-main {
    width: 15.5rem;
  }
}
.--track11 .p-track\:comment__title-main {
  width: 39.75rem;
}
@media screen and (max-width: 960px) {
  .--track11 .p-track\:comment__title-main {
    width: 26.5rem;
  }
}
@media screen and (max-width: 960px) {
  .--track12 .p-track\:comment__title-main, .--track14 .p-track\:comment__title-main {
    font-size: 4rem;
  }
}
.p-track\:comment__title-sub {
  flex-shrink: 0;
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.07rem;
}
@media screen and (min-width: 961px) {
  .p-track\:comment__title-sub {
    top: -0.1em;
  }
}
@media screen and (max-width: 960px) {
  .p-track\:comment__title-sub {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  .--track4 .p-track\:comment__title-sub {
    top: -0.8rem;
    margin-left: -2rem;
  }
}
@media screen and (max-width: 960px) {
  .--track4 .p-track\:comment__title-sub {
    width: 100%;
  }
}
.p-track\:comment__inner {
  display: block;
  position: relative;
}
.p-track\:comment__text {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-track\:comment__text {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.p-comment {
  --offset-before: 0;
  --offset-after: 0;
  display: block;
  position: relative;
  margin-top: calc(var(--svh) * -1);
  z-index: 2;
  scroll-margin-top: var(--offset-before);
  color: var(--color-white);
}
.p-comment.is-scroll-enter {
  scroll-margin-top: var(--offset-after);
}
.p-comment__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-brown-bg);
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2) translateY(10rem);
  transform-origin: 50% 0;
}
.is-scroll-active .p-comment__bg {
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
  transition: opacity 1s var(--ease_out), transform 2s var(--ease_out);
}
.p-comment__bg-img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.p-comment__bg-img.--top {
  top: 0;
  transform: translate(0, -32%);
}
@media screen and (max-width: 960px) {
  .p-comment__bg-img.--top {
    width: 180%;
    transform: translate(-20%, -18%);
  }
}
.p-comment__bg-img.--bottom {
  bottom: 0;
  transform: translate(0, 72%);
}
@media screen and (max-width: 960px) {
  .p-comment__bg-img.--bottom {
    width: 180%;
    transform: translate(-20%, 50%);
  }
}
.p-comment__container {
  display: block;
  position: relative;
  padding: 7.8rem 0 15.6rem;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-comment__container {
    padding: 7.7rem 0 8rem;
  }
}
.is-scroll-active .p-comment__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}
.p-comment__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7.2rem 0 7.5rem;
  margin: 0 auto 3.8rem;
}
@media screen and (max-width: 960px) {
  .p-comment__header {
    padding: 5.8rem 0 4rem;
    margin-bottom: 2rem;
  }
}
.p-comment__header::before {
  content: "";
  width: 100%;
  height: 24.8rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title_comments_bg.webp") repeat-x 0 50%/120.5rem auto;
  animation: comment_marquee_pc 40s linear infinite;
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-comment__header::before {
    height: 18rem;
    background-size: 72.3rem auto;
  }
}
@media screen and (max-width: 960px) {
  .p-comment__header::before {
    animation: comment_marquee_sp 40s linear infinite;
    animation-play-state: paused;
  }
}
.is-load .is-viewport-in .p-comment__header::before {
  animation-play-state: running;
}
@keyframes comment_marquee_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -120.5rem;
  }
}
@keyframes comment_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -72.3rem;
  }
}
.p-comment__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 7.4rem;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: var(--color-white);
  opacity: 0;
  transform: translateY(10rem);
}
@media screen and (max-width: 960px) {
  .p-comment__title {
    font-size: 5.2rem;
  }
}
.is-scroll-active .p-comment__title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.3s, transform 3s var(--ease_out) 0.3s;
}
.p-comment__inner {
  width: 87%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(10rem);
}
.is-scroll-active .p-comment__inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.5s, transform 3s var(--ease_out) 0.5s;
}
.p-comment__content {
  display: block;
  position: relative;
}

.p-comment\:content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment\:content {
    display: grid;
    grid-template-columns: 45rem 1fr;
    grid-template-areas: "header inner";
    gap: 6rem;
  }
  .p-comment\:content:nth-child(even) {
    grid-template-columns: 1fr 45rem;
    grid-template-areas: "inner header";
  }
}
.p-comment\:content + .p-comment\:content {
  margin-top: 15.6rem;
}
@media screen and (max-width: 960px) {
  .p-comment\:content + .p-comment\:content {
    margin-top: 6.5rem;
  }
}
.p-comment\:content__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment\:content__header {
    grid-area: header;
  }
}
@media screen and (max-width: 960px) {
  .p-comment\:content__header {
    margin-bottom: 2.6rem;
  }
}
.p-comment\:content__visual {
  display: block;
  position: relative;
  z-index: 0;
}
.p-comment\:content__visual-img {
  display: block;
  position: relative;
}
.p-comment\:content__visual-bg {
  width: 100%;
  display: block;
  position: absolute;
  top: 12.5rem;
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .p-comment\:content:nth-child(odd) .p-comment\:content__visual-bg {
    left: 27.5rem;
  }
  .p-comment\:content:nth-child(even) .p-comment\:content__visual-bg {
    right: 27.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-comment\:content__visual-bg {
    top: calc(100% - 7rem);
    left: 0;
  }
  .p-comment\:content:nth-child(2) .p-comment\:content__visual-bg {
    top: calc(100% - 5rem);
  }
  .p-comment\:content:nth-child(3) .p-comment\:content__visual-bg {
    top: calc(100% + 4rem);
  }
}
.p-comment\:content__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment\:content__inner {
    grid-area: inner;
    top: -0.8rem;
  }
}
@media screen and (min-width: 961px){
  .p-comment\:content__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-comment\:content:nth-child(even) > .p-comment\:content__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-comment\:content__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-comment\:content:nth-child(even) > .p-comment\:content__inner {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-comment\:content__name {
  display: block;
  position: relative;
  font-size: 5.5rem;
  line-height: 1;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-comment\:content__name {
    font-size: 4rem;
  }
}
.p-comment\:content__name small {
  font-size: 3.2rem;
  margin-left: 0.8rem;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-comment\:content__name small {
    font-size: 2.4rem;
  }
}
.p-comment\:content__text {
  display: block;
  position: relative;
  margin-top: 2.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-comment\:content__text {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 2;
  }
}
.p-comment\:content__profile {
  display: block;
  position: relative;
  margin-top: 5.7rem;
}
@media screen and (max-width: 960px) {
  .p-comment\:content__profile {
    margin-top: 2.2rem;
  }
}
.p-comment\:content__profile-cap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.1rem 0.4rem 0.25rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: var(--color-brown);
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-comment\:content__profile-cap {
    font-size: 1.55rem;
  }
}
.p-comment\:content__profile-text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .p-comment\:content__profile-text {
    font-size: 1rem;
  }
}

.p-gallery {
  --offset-before: calc(var(--svh) * -1);
  --offset-after: calc(var(--svh) * -1);
  display: block;
  position: relative;
  margin-top: calc(var(--svh) * -1);
  z-index: 1;
  scroll-margin-top: var(--offset-before);
}
.p-gallery.is-scroll-enter {
  scroll-margin-top: var(--offset-after);
}
.p-gallery::after {
  content: "";
  width: 100%;
  height: var(--svh);
  display: block;
  position: relative;
  z-index: -1;
}
.p-gallery__container {
  width: 100%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}
.p-gallery__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_base_cream.jpg") repeat 50% 0/100% auto;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-gallery__bg {
    background-attachment: fixed;
  }
}
.p-gallery__bg-img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.p-gallery__bg-img.--bottom {
  bottom: 0;
  transform: translate(0, 40%);
}
@media screen and (max-width: 960px) {
  .p-gallery__bg-img.--bottom {
    width: 180%;
    transform: translate(-32%, 54%);
  }
}
.p-gallery__cover {
  width: 250%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .p-gallery__cover {
    width: 160%;
    top: 35%;
  }
}
.p-gallery__cover-img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.p-gallery__cover-img:first-child {
  position: relative;
}
.p-gallery__in {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 37.6rem 0 20rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-gallery__in {
    padding: 12rem 0 10rem;
  }
}
.p-gallery__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7.2rem 0 7.5rem;
  margin: 0 auto 4.5rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__header {
    padding: 6.5rem 0 2rem;
    margin-bottom: 13.2rem;
  }
}
.p-gallery__header::before {
  content: "";
  width: 100%;
  height: 24.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title_gallery_bg.webp") repeat-x 0 50%/97.5rem auto;
  animation: gallery_marquee_pc 40s linear infinite;
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-gallery__header::before {
    height: 18rem;
    background-size: 48.75rem auto;
  }
}
@media screen and (max-width: 960px) {
  .p-gallery__header::before {
    animation: gallery_marquee_sp 40s linear infinite;
    animation-play-state: paused;
  }
}
.is-load .is-viewport-in .p-gallery__header::before {
  animation-play-state: running;
}
@keyframes gallery_marquee_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -97.5rem;
  }
}
@keyframes gallery_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -58.5rem;
  }
}
.p-gallery__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 7.4rem;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-gallery__title {
    font-size: 5.2rem;
  }
}
.p-gallery__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-gallery__list {
  width: 88%;
  max-width: 110rem;
  height: 196rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-gallery__list {
    max-width: 32.5rem;
    height: 81rem;
  }
}
.p-gallery__list-item {
  width: 0;
  display: block;
  position: absolute;
}
.p-gallery__list-item.--item1 {
  width: 40rem;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-gallery__list-item.--item1 {
    width: 16rem;
    left: 1rem;
  }
}
.p-gallery__list-item.--item2 {
  width: 50rem;
  top: 26.7rem;
  right: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__list-item.--item2 {
    width: 20rem;
    top: 14rem;
    right: 0rem;
  }
}
.p-gallery__list-item.--item3 {
  width: 60rem;
  bottom: 45.6rem;
  left: 5.6rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__list-item.--item3 {
    width: 24.2rem;
    bottom: 14rem;
    left: -1rem;
  }
}
.p-gallery__list-item.--item4 {
  width: 39.9rem;
  bottom: 0;
  right: 20rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__list-item.--item4 {
    width: 16rem;
    right: 0;
  }
}
.p-gallery__thumb {
  display: block;
  position: relative;
  overflow: hidden;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-gallery__thumb {
    transition: transform 0.4s var(--ease_out), box-shadow 0.4s var(--ease_out);
  }
  .p-gallery__thumb:hover {
    transform: scale3d(1.02, 1.02, 1.02);
    box-shadow: 0 0.5rem 2rem rgba(103, 84, 65, 0.2);
  }
}
.p-gallery__thumb-img {
  display: block;
  position: relative;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-gallery__thumb-img {
    transition: transform 0.8s var(--ease_out);
  }
  .p-gallery__thumb:hover .p-gallery__thumb-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-gallery__content {
  display: block;
  position: relative;
  margin-top: 16rem;
}
@media screen and (max-width: 960px) {
  .p-gallery__content {
    margin-top: 11rem;
  }
}

.p-gallery\:content {
  display: block;
  position: relative;
}
.p-gallery\:content + .p-gallery\:content {
  margin-top: 12rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content + .p-gallery\:content {
    margin-top: 8rem;
  }
}
.p-gallery\:content__header {
  display: block;
  position: relative;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__header {
    margin-bottom: 2rem;
  }
}
.p-gallery\:content__title {
  display: block;
  position: relative;
  font-size: 4rem;
  letter-spacing: -0.02rem;
  text-align: center;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__title {
    font-size: 2.1rem;
  }
}
.p-gallery\:content__title strong {
  color: var(--color-brown-text);
}
.p-gallery\:content__title small {
  font-size: 0.8em;
}
.p-gallery\:content__inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-gallery\:content__slide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide {
    gap: 0.5rem;
  }
}
.p-gallery\:content__slide[data-slide] {
  animation: gallery_loop 60s linear infinite;
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide] {
    animation-duration: 30s;
  }
}
.is-load .is-viewport-in .p-gallery\:content__slide[data-slide] {
  animation-play-state: running;
}
@keyframes gallery_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.p-gallery\:content__slide[data-slide="1"] {
  animation-duration: 10s;
  width: 30rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="1"] {
    animation-duration: 5s;
    width: 20rem;
  }
}
.p-gallery\:content__slide[data-slide="2"] {
  animation-duration: 20s;
  width: 61rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="2"] {
    animation-duration: 10s;
    width: 40.5rem;
  }
}
.p-gallery\:content__slide[data-slide="3"] {
  animation-duration: 30s;
  width: 92rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="3"] {
    animation-duration: 15s;
    width: 61rem;
  }
}
.p-gallery\:content__slide[data-slide="4"] {
  animation-duration: 40s;
  width: 123rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="4"] {
    animation-duration: 20s;
    width: 81.5rem;
  }
}
.p-gallery\:content__slide[data-slide="5"] {
  animation-duration: 50s;
  width: 154rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="5"] {
    animation-duration: 25s;
    width: 102rem;
  }
}
.p-gallery\:content__slide[data-slide="6"] {
  animation-duration: 60s;
  width: 185rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="6"] {
    animation-duration: 30s;
    width: 122.5rem;
  }
}
.p-gallery\:content__slide[data-slide="7"] {
  animation-duration: 70s;
  width: 216rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="7"] {
    animation-duration: 35s;
    width: 143rem;
  }
}
.p-gallery\:content__slide[data-slide="8"] {
  animation-duration: 80s;
  width: 247rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="8"] {
    animation-duration: 40s;
    width: 163.5rem;
  }
}
.p-gallery\:content__slide[data-slide="9"] {
  animation-duration: 90s;
  width: 278rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="9"] {
    animation-duration: 45s;
    width: 184rem;
  }
}
.p-gallery\:content__slide[data-slide="10"] {
  animation-duration: 100s;
  width: 309rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="10"] {
    animation-duration: 50s;
    width: 204.5rem;
  }
}
.p-gallery\:content__slide[data-slide="11"] {
  animation-duration: 110s;
  width: 340rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="11"] {
    animation-duration: 55s;
    width: 225rem;
  }
}
.p-gallery\:content__slide[data-slide="12"] {
  animation-duration: 120s;
  width: 371rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="12"] {
    animation-duration: 60s;
    width: 245.5rem;
  }
}
.p-gallery\:content__slide[data-slide="13"] {
  animation-duration: 130s;
  width: 402rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="13"] {
    animation-duration: 65s;
    width: 266rem;
  }
}
.p-gallery\:content__slide[data-slide="14"] {
  animation-duration: 140s;
  width: 433rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="14"] {
    animation-duration: 70s;
    width: 286.5rem;
  }
}
.p-gallery\:content__slide[data-slide="15"] {
  animation-duration: 150s;
  width: 464rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="15"] {
    animation-duration: 75s;
    width: 307rem;
  }
}
.p-gallery\:content__slide[data-slide="16"] {
  animation-duration: 160s;
  width: 495rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="16"] {
    animation-duration: 80s;
    width: 327.5rem;
  }
}
.p-gallery\:content__slide[data-slide="17"] {
  animation-duration: 170s;
  width: 526rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="17"] {
    animation-duration: 85s;
    width: 348rem;
  }
}
.p-gallery\:content__slide[data-slide="18"] {
  animation-duration: 180s;
  width: 557rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="18"] {
    animation-duration: 90s;
    width: 368.5rem;
  }
}
.p-gallery\:content__slide[data-slide="19"] {
  animation-duration: 190s;
  width: 588rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="19"] {
    animation-duration: 95s;
    width: 389rem;
  }
}
.p-gallery\:content__slide[data-slide="20"] {
  animation-duration: 200s;
  width: 619rem;
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__slide[data-slide="20"] {
    animation-duration: 100s;
    width: 409.5rem;
  }
}
.p-gallery\:content__list {
  flex-shrink: 0;
  width: 100%;
  display: block;
  position: relative;
}
[data-slide] .p-gallery\:content__list {
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  [data-slide] .p-gallery\:content__list {
    gap: 0.5rem;
  }
}
[data-slide="1"] .p-gallery\:content__list {
  grid-template-columns: repeat(1, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="1"] .p-gallery\:content__list {
    grid-template-columns: repeat(1, 20rem);
  }
}
[data-slide="2"] .p-gallery\:content__list {
  grid-template-columns: repeat(2, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="2"] .p-gallery\:content__list {
    grid-template-columns: repeat(2, 20rem);
  }
}
[data-slide="3"] .p-gallery\:content__list {
  grid-template-columns: repeat(3, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="3"] .p-gallery\:content__list {
    grid-template-columns: repeat(3, 20rem);
  }
}
[data-slide="4"] .p-gallery\:content__list {
  grid-template-columns: repeat(4, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="4"] .p-gallery\:content__list {
    grid-template-columns: repeat(4, 20rem);
  }
}
[data-slide="5"] .p-gallery\:content__list {
  grid-template-columns: repeat(5, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="5"] .p-gallery\:content__list {
    grid-template-columns: repeat(5, 20rem);
  }
}
[data-slide="6"] .p-gallery\:content__list {
  grid-template-columns: repeat(6, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="6"] .p-gallery\:content__list {
    grid-template-columns: repeat(6, 20rem);
  }
}
[data-slide="7"] .p-gallery\:content__list {
  grid-template-columns: repeat(7, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="7"] .p-gallery\:content__list {
    grid-template-columns: repeat(7, 20rem);
  }
}
[data-slide="8"] .p-gallery\:content__list {
  grid-template-columns: repeat(8, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="8"] .p-gallery\:content__list {
    grid-template-columns: repeat(8, 20rem);
  }
}
[data-slide="9"] .p-gallery\:content__list {
  grid-template-columns: repeat(9, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="9"] .p-gallery\:content__list {
    grid-template-columns: repeat(9, 20rem);
  }
}
[data-slide="10"] .p-gallery\:content__list {
  grid-template-columns: repeat(10, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="10"] .p-gallery\:content__list {
    grid-template-columns: repeat(10, 20rem);
  }
}
[data-slide="11"] .p-gallery\:content__list {
  grid-template-columns: repeat(11, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="11"] .p-gallery\:content__list {
    grid-template-columns: repeat(11, 20rem);
  }
}
[data-slide="12"] .p-gallery\:content__list {
  grid-template-columns: repeat(12, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="12"] .p-gallery\:content__list {
    grid-template-columns: repeat(12, 20rem);
  }
}
[data-slide="13"] .p-gallery\:content__list {
  grid-template-columns: repeat(13, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="13"] .p-gallery\:content__list {
    grid-template-columns: repeat(13, 20rem);
  }
}
[data-slide="14"] .p-gallery\:content__list {
  grid-template-columns: repeat(14, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="14"] .p-gallery\:content__list {
    grid-template-columns: repeat(14, 20rem);
  }
}
[data-slide="15"] .p-gallery\:content__list {
  grid-template-columns: repeat(15, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="15"] .p-gallery\:content__list {
    grid-template-columns: repeat(15, 20rem);
  }
}
[data-slide="16"] .p-gallery\:content__list {
  grid-template-columns: repeat(16, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="16"] .p-gallery\:content__list {
    grid-template-columns: repeat(16, 20rem);
  }
}
[data-slide="17"] .p-gallery\:content__list {
  grid-template-columns: repeat(17, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="17"] .p-gallery\:content__list {
    grid-template-columns: repeat(17, 20rem);
  }
}
[data-slide="18"] .p-gallery\:content__list {
  grid-template-columns: repeat(18, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="18"] .p-gallery\:content__list {
    grid-template-columns: repeat(18, 20rem);
  }
}
[data-slide="19"] .p-gallery\:content__list {
  grid-template-columns: repeat(19, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="19"] .p-gallery\:content__list {
    grid-template-columns: repeat(19, 20rem);
  }
}
[data-slide="20"] .p-gallery\:content__list {
  grid-template-columns: repeat(20, 30rem);
}
@media screen and (max-width: 960px) {
  [data-slide="20"] .p-gallery\:content__list {
    grid-template-columns: repeat(20, 20rem);
  }
}
.p-gallery\:content__list-item {
  flex-shrink: 0;
  display: block;
  position: relative;
}
.p-gallery\:content__thumb {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.--gallery2 .p-gallery\:content__thumb {
  width: 88%;
  max-width: 90rem;
  margin: 0 auto;
}
.p-gallery\:content__thumb-img {
  height: 60rem;
  display: block;
  position: relative;
  transform: scale3d(1, 1, 1);
}
@media screen and (max-width: 960px) {
  .p-gallery\:content__thumb-img {
    height: 42rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-gallery\:content__thumb-img {
    transition: transform 0.8s var(--ease_out);
  }
  .p-gallery\:content__thumb:hover .p-gallery\:content__thumb-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.--gallery2 .p-gallery\:content__thumb-img {
  height: auto !important;
}
.p-gallery\:content__thumb-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.--gallery2 .p-gallery\:content__thumb-img img {
  height: auto !important;
  position: relative;
}

.p-movie {
  --offset-before: calc(var(--svh) * -1 - 22.5rem);
  --offset-after: calc(var(--svh) * -1 - 22.5rem);
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
  margin-top: calc((var(--svh) + 22.5rem) * -1);
  color: var(--color-white);
  background: var(--color-black);
  scroll-margin-top: var(--offset-before);
}
.p-movie.is-scroll-enter {
  scroll-margin-top: var(--offset-after);
}
.p-movie::after {
  content: "";
  width: 100%;
  height: var(--svh);
  display: block;
  position: relative;
  z-index: -1;
}
.p-movie__container {
  width: 100%;
  min-height: calc(var(--svh) + 22.5rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
}
.p-movie__content {
  width: 100%;
  display: block;
  position: relative;
  padding: 37.6rem 0 13rem;
}
@media screen and (max-width: 960px) {
  .p-movie__content {
    padding: 28rem 0 13rem;
  }
}
.p-movie__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 7.2rem 0 7.5rem;
  margin: 0 auto -3rem;
}
@media screen and (max-width: 960px) {
  .p-movie__header {
    margin-bottom: 6rem;
    padding: 7.2rem 0 11rem;
  }
}
.p-movie__header::before {
  content: "";
  width: 100%;
  height: 24.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/title_movie_bg.webp") repeat-x 0 50%/69.5rem auto;
  animation: movie_marquee_pc 40s linear infinite;
  animation-play-state: paused;
}
@media screen and (max-width: 960px) {
  .p-movie__header::before {
    height: 18rem;
    background-size: 34.75rem auto;
  }
}
@media screen and (max-width: 960px) {
  .p-movie__header::before {
    animation: movie_marquee_sp 40s linear infinite;
    animation-play-state: paused;
  }
}
.is-load .is-viewport-in .p-movie__header::before {
  animation-play-state: running;
}
@keyframes movie_marquee_pc {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -69.5rem;
  }
}
@keyframes movie_marquee_sp {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -41.7rem;
  }
}
.p-movie__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.p-movie__inner {
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__player {
  width: 100vw;
  min-width: 177vh;
  height: 100vh;
  min-height: 56.25vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s var(--ease_out);
}
.p-movie__player.is-play {
  opacity: 0.3;
}
.p-movie__player iframe {
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie__slide {
  width: 90%;
  max-width: 80rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-movie__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.p-movie__list-item {
  width: 100%;
  flex-shrink: 0;
  display: block;
  position: relative;
  pointer-events: none;
}
.p-movie__list-item.is-slide-current {
  pointer-events: auto;
}
.p-movie__controller {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: block;
  position: relative;
  padding: 0 11rem;
  margin: 5.2rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-movie__controller {
    margin-top: 3.6rem;
    padding: 0 11rem;
  }
}
.p-movie__nav {
  display: block;
  position: absolute;
  top: 60%;
  transform: translate(0, -50%);
  color: var(--color-white);
  padding: 0.9rem 2rem;
}
@media screen and (max-width: 960px) {
  .p-movie__nav {
    top: 45%;
    padding: 0.4rem 1rem;
  }
}
.p-movie__nav.--prev {
  left: 0;
}
.p-movie__nav.--next {
  right: 0;
}
.p-movie__nav-arrow {
  width: 1rem;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  fill: currentColor;
}
@media screen and (max-width: 960px) {
  .p-movie__nav-arrow {
    width: 0.5rem;
  }
}
.p-movie__nav.--prev .p-movie__nav-arrow {
  left: 0;
  transform: translate(0, -50%) scale(-1, 1);
}
.p-movie__nav.--next .p-movie__nav-arrow {
  right: 0;
}
.p-movie__nav-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .p-movie__nav-text {
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
  }
}
.p-movie__nav-text::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  background: var(--color-white);
}
.p-movie__nav.--prev .p-movie__nav-text::before {
  left: 0;
}
.p-movie__nav.--next .p-movie__nav-text::before {
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .p-movie__nav-text::before {
    transition: width 0.6s var(--ease_inout);
  }
  .p-movie__nav.--prev:hover .p-movie__nav-text::before {
    width: 100%;
    left: auto;
    right: 0;
  }
  .p-movie__nav.--next:hover .p-movie__nav-text::before {
    width: 100%;
    left: 0;
  }
}
.p-movie__pager {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 3.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-movie__pager {
    gap: 2rem;
  }
}
.p-movie__pager-bar {
  width: 2rem;
  height: 1px;
  position: absolute;
  bottom: 1.2rem;
  left: 53%;
  transform: translate(-50%, 0);
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-movie__pager-bar {
    width: 1.6rem;
  }
}
.p-movie__pager-text {
  min-width: 4rem;
  display: block;
  position: relative;
  font-size: 1.9rem;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-movie__pager-text {
    min-width: 3rem;
    font-size: 1.3rem;
  }
}
.p-movie__pager-text.--current {
  font-size: 2.2em;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-movie__pager-text.--current {
    font-size: 1.5em;
  }
}

.p-movie\:data {
  display: block;
  position: relative;
}
.p-movie\:data__thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.p-movie\:data__thumb-img {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  transform: scale3d(1, 1, 1);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie\:data__thumb-img {
    transition: transform 0.6s var(--ease_out);
  }
  .p-movie\:data:hover .p-movie\:data__thumb-img {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.p-movie\:data__thumb-img img, .p-movie\:data__thumb-img source {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-movie\:data__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.6rem;
  color: var(--color-white);
  opacity: 0;
  transition: opacity 1s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .p-movie\:data__title {
    margin-top: 0.8rem;
    font-size: 1.2rem;
  }
}
.is-slide-current .p-movie\:data__title {
  opacity: 1;
}
.p-movie\:data__title::before {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  bottom: -0.2rem;
  right: 0;
  background: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .p-movie\:data__title::before {
    transition: width 0.4s var(--ease_inout);
  }
  .p-movie\:data:hover .p-movie\:data__title::before {
    width: 100%;
    left: 0;
  }
}

.u-text-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-ta-center {
  text-align: center !important;
}

.u-display-block {
  display: block !important;
}

.u-display-inline-block {
  display: inline-block !important;
}

.u-ta-left {
  text-align: left !important;
}

.u-ta-right {
  text-align: right !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fs-1 {
  font-size: 0.1em;
}

.u-fs-2 {
  font-size: 0.2em;
}

.u-fs-3 {
  font-size: 0.3em;
}

.u-fs-4 {
  font-size: 0.4em;
}

.u-fs-5 {
  font-size: 0.5em;
}

.u-fs-6 {
  font-size: 0.6em;
}

.u-fs-7 {
  font-size: 0.7em;
}

.u-fs-8 {
  font-size: 0.8em;
}

.u-fs-9 {
  font-size: 0.9em;
}

.u-fs-10 {
  font-size: 1em;
}

.u-fs-11 {
  font-size: 1.1em;
}

.u-fs-12 {
  font-size: 1.2em;
}

.u-fs-13 {
  font-size: 1.3em;
}

.u-fs-14 {
  font-size: 1.4em;
}

.u-fs-15 {
  font-size: 1.5em;
}

.u-fs-16 {
  font-size: 1.6em;
}

.u-fs-17 {
  font-size: 1.7em;
}

.u-fs-18 {
  font-size: 1.8em;
}

.u-fs-19 {
  font-size: 1.9em;
}

.u-fs-20 {
  font-size: 2em;
}

.u-color-white {
  color: var(--color-white);
}

.u-color-black {
  color: var(--color-black);
}

.u-lazy.--thumb {
  width: 100%;
  max-width: none;
  opacity: 0;
}
.u-lazy.--thumb.is-lazy-loaded {
  width: auto;
  max-width: 100%;
  opacity: 1;
}
.u-lazy.--thumb.is-lazy-loaded:not(.is-lazy-end) {
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy.--thumb + .u-lazy__loader {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #fff 0%, #fff 26%, #efefef 50%, #fff 75%, #fff 100%) repeat-x 100% 0/400% 100%;
  z-index: 1;
  animation: skeleton_screen 1s linear infinite;
}
.u-lazy.--thumb.is-lazy-loading + .u-lazy__loader,
.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  display: block;
}

.u-lazy.--thumb.is-lazy-loaded + .u-lazy__loader {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(103, 84, 65, 0.6);
  scrollbar-width: thin;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior: contain;
  opacity: 0;
  transition: visibility 0.8s var(--ease_inout), touch-action 0.8s var(--ease_inout), pointer-events 0.8s var(--ease_inout), opacity 0.8s var(--ease_inout);
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
  opacity: 1;
}
.m-modal.is-load-start {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.m-modal.is-close {
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
}
.m-modal__overlay {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 20rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .m-modal__container {
    padding: 5.5rem 0 0;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-modal__in {
  width: 100%;
  min-height: calc(var(--svh) - 20rem);
  display: block;
  position: relative;
  height: auto !important;
  padding: 0 0 8rem;
}
@media screen and (max-width: 960px) {
  .m-modal__in {
    padding: 5.8rem 0 10rem;
  }
}
.m-modal__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg_base_white.jpg") repeat 50% 0/100% auto;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transform: scale3d(1.2, 1.2, 1.2) translateY(10rem);
  transform-origin: 50% 0;
  transition: opacity 0s linear 1s, transform 0s linear 1s;
}
.is-open .m-modal__bg {
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
  transition: opacity 1s var(--ease_out), transform 2s var(--ease_out);
}
.m-modal__bg-img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.m-modal__bg-img.--top {
  top: 0;
  transform: translate(0, -32%);
}
@media screen and (max-width: 960px) {
  .m-modal__bg-img.--top {
    width: 180%;
    transform: translate(-20%, -15%);
  }
}
.m-modal__bg-img.--bottom {
  bottom: 0;
  transform: translate(0, 72%);
}
@media screen and (max-width: 960px) {
  .m-modal__bg-img.--bottom {
    width: 180%;
    transform: translate(-20%, 50%);
  }
}
.m-modal__content {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
  transform-origin: 50% 0;
  opacity: 0;
  transform: scale3d(1.1, 1.1, 1.1) translateY(4rem);
  transition: opacity 0s linear 1s, transform 0s linear 1s;
}
.is-open .m-modal__content {
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
  transition: opacity 1.2s var(--ease_inout) 0.3s, transform 2s var(--ease_out) 0.3s;
}
.m-modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  padding: 0.8rem 2.5rem;
  margin: 6.5rem auto 0;
  z-index: 1;
  color: var(--color-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    padding: 0.6rem 2rem;
    margin-top: 4.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: color 0.4s var(--ease_out), background-color 0.4s var(--ease_out);
  }
  .m-modal__close:hover {
    color: var(--color-white);
    background: var(--color-text);
  }
}
.m-modal__close::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-text);
  border-radius: 20rem;
}
@media screen and (max-width: 960px) {
  .m-modal__close::after {
    border-width: 1.5px;
  }
}
.m-modal__close-deco {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .m-modal__close-deco {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.m-modal__close-deco::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: currentColor;
}
.m-modal__close-deco::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
}
.m-modal__close-text {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Oswald", "IBM Plex Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 960px) {
  .m-modal__close-text {
    font-size: 1.5rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, 0);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, 0);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, 0);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes arrow_prev {
  0% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, 0) scale(-1, 1);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, 0) scale(-1, 1);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(-1, 1);
  }
}
@keyframes arrow_centerY {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(-1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes arrow_centerY_prev {
  0% {
    opacity: 1;
    transform: translate(0, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  25% {
    opacity: 0;
    transform: translate(-1rem, -50%);
  }
  26% {
    opacity: 0;
    transform: translate(1rem, -50%);
  }
  50% {
    opacity: 0;
    transform: translate(1rem, -50%);
    animation-timing-function: cubic-bezier(0.5, 1, 0.89, 1);
  }
  75% {
    opacity: 1;
    transform: translate(0, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
@keyframes skeleton_screen {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #675441;
  --pswp-placeholder-bg: #fff;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}