@charset "UTF-8";
:root {
  --winH: 100vh;
  --headerW: 35rem;
  --inHeaderW: min(25.7142857143vw, 41.1428571429rem);
  --areaW: 88.5714285714%;
  --areaMaxW: 1417.1428571429px;
  --text: var(--color-black);
  --bg: var(--color-white);
  --color-black-dark: #222;
  --color-black: #333;
  --color-white: #fff;
  --color-gray: #717171;
  --color-gray-light: #d9e1e8;
  --color-gray-pearl: #eceff4;
  --color-pink: #fb32ca;
  --color-tw-blue: #00a8ee;
}
@media screen and (max-width: 960px) {
  :root {
    --areaW: 89.3333333333%;
    --areaMaxW: 500.2666666667px;
    --headerW: 25.5rem;
    --inHeaderW: 32rem;
  }
}
@media screen and (max-width: 960px) and (min-width: 751px) {
  :root {
    --areaMaxW: 750px;
  }
}

/*
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;
}
@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 68.75%;
  }
}
@media screen and (max-width: 960px) and (min-width: 751px) {
  html {
    font-size: 78.125%;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.15rem;
  font-weight: 500;
  color: var(--text);
  background: var(--bg);
  font-family: YakuHanJPs, "Zen Kaku Gothic New", -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";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
@media screen and (max-width: 960px) {
  body {
    overflow: hidden;
  }
}

a {
  color: var(--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(--text) !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 {
  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);
}

[data-anchor] {
  cursor: pointer;
}

.l-wrap {
  display: block;
  position: relative;
  z-index: 0;
}
.l-wrap__loader {
  height: 6rem;
  width: 6rem;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader {
    height: 3rem;
    width: 3rem;
  }
}
.is-op .l-wrap__loader, .is-load .l-wrap__loader {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.is-load-active .l-wrap__loader {
  display: none;
}
.l-wrap__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 0.3rem solid var(--color-white);
  border-top: 0.3rem solid var(--color-pink);
  animation: rotate 0.6s linear infinite;
  z-index: 20;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-wrap__loader::before {
    border-width: 0.15rem;
  }
}
@media screen and (min-width: 961px) {
  .l-wrap__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.l-wrap__particle {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1), opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__particle {
    position: fixed;
  }
}
.is-menu-open .l-wrap__particle {
  transform: translate3d(var(--headerW), 0, 0);
}
.is-canvas-load .l-wrap__particle {
  opacity: 1;
}
.l-wrap__particle canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-wrap__container {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-load.is-op .l-wrap__container {
  transition: opacity 2s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
}

.l-main {
  min-height: calc(var(--winH) - 35rem);
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-main {
  transform: translate3d(var(--headerW), 0, 0);
}

.l-header {
  width: var(--headerW);
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color-pink);
  z-index: 10;
  transform: translate(-100%, 0);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-header {
  transform: translate(0, 0);
}
.l-header__bg {
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  pointer-events: none;
}
.is-menu-open .l-header__bg {
  pointer-events: auto;
}
.l-header__container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow-y: auto;
  overscroll-behavior-y: none;
}
.l-header__in {
  width: 100%;
  min-height: var(--winH);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5rem 0;
}
@media screen and (max-width: 960px) {
  .l-header__in {
    padding: 2rem 0;
  }
}
.l-header__inner {
  width: 71.4285714286%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    width: 80%;
  }
}
.l-header__nav {
  display: block;
  position: relative;
}
.l-header__twitter {
  display: block;
  position: relative;
  margin-top: 3.5rem;
}
@media screen and (max-width: 960px) {
  .l-header__twitter {
    margin-top: 2.5rem;
  }
}
.l-header__menu {
  width: 8rem;
  height: 7rem;
  display: block;
  position: absolute;
  top: 5rem;
  right: 0;
  transform: translate(100%, 0);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-header__menu {
    width: 4.5rem;
    height: 4rem;
    top: 1.4rem;
  }
}

.l-header_nav {
  display: block;
  position: relative;
}
.l-header_nav__list {
  display: block;
  position: relative;
}
.l-header_nav__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-header_nav__list-item + .l-header_nav__list-item {
    margin-top: 1rem;
  }
}
.l-header_nav__link {
  display: block;
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 960px) {
  .l-header_nav__link {
    padding: 0.75rem 0;
  }
}
.l-header_nav__link::before {
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 0.6rem solid var(--color-white);
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  transform: translate(-1.2rem, -50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_nav__link:hover::before,
  .l-header_nav__link:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.l-header_nav__link-text {
  display: block;
  position: relative;
  font-size: 2rem;
  font-family: "Cormorant Garamond", YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  color: var(--color-white);
}
@media screen and (max-width: 960px) {
  .l-header_nav__link-text {
    font-size: 1.7rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-header_nav__link-text {
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header_nav__link:hover .l-header_nav__link-text, .l-header_nav__link:focus-visible .l-header_nav__link-text {
    transform: translateX(1.2rem);
  }
}

.l-header_twitter {
  display: block;
  position: relative;
  color: var(--color-pink);
  background-color: var(--color-white);
  border-radius: 200px;
}
@media (hover: hover) and (pointer: fine) {
  .l-header_twitter {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header_twitter:hover, .l-header_twitter:focus-visible {
    color: var(--color-white);
    background: transparent;
  }
}
.l-header_twitter::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-white);
  border-radius: 200px;
}
.l-header_twitter__icon {
  width: 1.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .l-header_twitter__icon {
    width: 1.5rem;
    left: 1.5rem;
  }
}
.l-header_twitter__icon-svg {
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-pink);
}
@media (hover: hover) and (pointer: fine) {
  .l-header_twitter__icon-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-header_twitter:hover .l-header_twitter__icon-svg, .l-header_twitter:focus-visible .l-header_twitter__icon-svg {
    fill: var(--color-white);
  }
}
.l-header_twitter__text {
  display: block;
  position: relative;
  padding: 1.7rem 2rem;
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .l-header_twitter__text {
    padding: 1.5rem 1rem;
    font-size: 1.1rem;
  }
}

.l-header_menu {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: var(--color-white);
  background: var(--color-pink);
  border-radius: 0 1rem 1rem 0;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .l-header_menu {
    border-radius: 0 0.6rem 0.6rem 0;
  }
}
.l-header_menu__container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .l-header_menu__container {
    top: 55%;
  }
}
.l-header_menu__inner {
  width: 3.6rem;
  height: 1.2rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .l-header_menu__inner {
    width: 2.8rem;
    height: 1.1rem;
  }
}
.l-header_menu__line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header_menu__line-item {
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 960px) {
  .l-header_menu__line-item {
    height: 0.15rem;
  }
}
.l-header_menu__line.-open .l-header_menu__line-item.-item1 {
  top: 0;
}
.l-header_menu__line.-open .l-header_menu__line-item.-item2 {
  top: 50%;
  transform: translate(0, -50%);
}
.l-header_menu__line.-open .l-header_menu__line-item.-item3 {
  bottom: 0;
}
.l-header_menu__line.-close .l-header_menu__line-item {
  left: 50%;
  top: 50%;
}
.l-header_menu__line.-close .l-header_menu__line-item.-item1 {
  transform: translate(-50%, -50%) rotate(15deg);
}
.l-header_menu__line.-close .l-header_menu__line-item.-item2 {
  transform: translate(-50%, -50%) rotate(-15deg);
}
.l-header_menu__line-bar {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.is-menu-open .l-header_menu__line.-open .l-header_menu__line-bar {
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}
.l-header_menu__line.-close .l-header_menu__line-bar {
  transform: translateX(-100%);
}
.is-menu-open .l-header_menu__line.-close .l-header_menu__line-bar {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-header_menu__line.-open .-item1 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.is-menu-open .l-header_menu__line.-open .-item1 .l-header_menu__line-bar {
  transition-delay: 0s;
}
.l-header_menu__line.-close .-item1 .l-header_menu__line-bar {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-close .-item1 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.l-header_menu__line.-open .-item2 .l-header_menu__line-bar {
  transition-delay: 0.15s;
}
.is-menu-open .l-header_menu__line.-open .-item2 .l-header_menu__line-bar {
  transition-delay: 0.05s;
}
.l-header_menu__line.-close .-item2 .l-header_menu__line-bar {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-close .-item2 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.l-header_menu__line.-open .-item3 .l-header_menu__line-bar {
  transition-delay: 0.2s;
}
.is-menu-open .l-header_menu__line.-open .-item3 .l-header_menu__line-bar {
  transition-delay: 0.1s;
}
.l-header_menu__line-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  background: var(--color-gray-light);
}
.is-menu-open .l-header_menu__line.-open .l-header_menu__line-bar::before {
  width: 0;
}
.l-header_menu__line.-close .l-header_menu__line-bar::before {
  width: 0;
  left: 0;
}
.is-menu-open .l-header_menu__line.-close .l-header_menu__line-bar::before {
  width: 100%;
  transition: width 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}
.l-header_menu__line.-open .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-open .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0.1s;
}
.l-header_menu__line.-close .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.is-menu-open .l-header_menu__line.-close .-item1 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.l-header_menu__line.-open .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.05s;
}
.is-menu-open .l-header_menu__line.-open .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.05s;
}
.l-header_menu__line.-close .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.05s;
}
.is-menu-open .l-header_menu__line.-close .-item2 .l-header_menu__line-bar::before {
  transition-delay: 0.1s;
}
.l-header_menu__line.-open .-item3 .l-header_menu__line-bar::before {
  transition-delay: 0.1s;
}
.is-menu-open .l-header_menu__line.-open .-item3 .l-header_menu__line-bar::before {
  transition-delay: 0s;
}
.l-header_menu__line-bar::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-white);
  transition: width 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.1s, background-color 0.25s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-menu-open .l-header_menu__line.-open .l-header_menu__line-bar::after {
  width: 0;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.l-header_menu__line.-close .l-header_menu__line-bar::after {
  width: 0;
  left: 0;
}
.is-menu-open .l-header_menu__line.-close .l-header_menu__line-bar::after {
  width: 100%;
  transition: width 0.4s cubic-bezier(0.87, 0, 0.13, 1);
}
.l-header_menu__line.-open .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.3s, 0s;
}
.is-menu-open .l-header_menu__line.-open .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.1s;
}
.l-header_menu__line.-close .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.1s;
}
.is-menu-open .l-header_menu__line.-close .-item1 .l-header_menu__line-bar::after {
  transition-delay: 0.3s, 0s;
}
.l-header_menu__line.-open .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.35s, 0s;
}
.is-menu-open .l-header_menu__line.-open .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.05s;
}
.l-header_menu__line.-close .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.05s;
}
.is-menu-open .l-header_menu__line.-close .-item2 .l-header_menu__line-bar::after {
  transition-delay: 0.35s, 0s;
}
.l-header_menu__line.-open .-item3 .l-header_menu__line-bar::after {
  transition-delay: 0.4s, 0s;
}
.is-menu-open .l-header_menu__line.-open .-item3 .l-header_menu__line-bar::after {
  transition-delay: 0s;
}
.l-header_menu__footer {
  display: block;
  position: relative;
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .l-header_menu__footer {
    margin-top: 0.1rem;
  }
}
.l-header_menu__status {
  display: block;
  position: relative;
}
.l-header_menu__status-text {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.l-header_menu__status-text:first-child {
  position: relative;
}
.l-header_menu__status-word {
  display: block;
  font-size: 1rem;
  font-family: "Inter", YakuHanJPs, "Zen Kaku Gothic New", -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) {
  .l-header_menu__status-word {
    transform: scale(0.8);
    letter-spacing: -0.1rem;
  }
}
.-open .l-header_menu__status-word {
  opacity: 1;
}
.is-menu-open .-open .l-header_menu__status-word {
  opacity: 0;
}
.-close .l-header_menu__status-word {
  opacity: 0;
}
.is-menu-open .-close .l-header_menu__status-word {
  opacity: 1;
}

.l-footer {
  width: var(--areaW);
  max-width: var(--areaMaxW);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 2.8rem 0 7.5rem;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 2rem 0 5rem;
  }
}
.is-menu-open .l-footer {
  transform: translate3d(var(--headerW), 0, 0);
}
.l-footer__pagetop {
  width: 10rem;
  display: block;
  position: relative;
  margin: 0 auto 5.8rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 4.6rem;
    margin-bottom: 4.2rem;
  }
}
.is-load .l-footer__pagetop {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-svg, .l-footer__pagetop:focus-visible .l-footer__pagetop-svg {
    fill: var(--color-pink);
  }
}
.l-footer__container {
  position: relative;
  opacity: 0;
}
@media screen and (min-width: 961px) {
  .l-footer__container {
    display: flex;
    justify-content: flex-start;
  }
}
.is-load .l-footer__container {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 1s;
}
.l-footer__brand {
  width: min(19.1428571429vw,30.6285714286rem);
  display: block;
  position: relative;
  margin-right: min(5.3571428571vw,8.5714285714rem);
}
@media screen and (max-width: 960px) {
  .l-footer__brand {
    width: min(35.7333333333vw,57.1733333333rem);
    margin: 0 auto 3rem;
  }
}
.l-footer__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__inner {
    flex: 1 1 0;
    min-width: 0;
    display: grid;
    grid-template-columns: 1fr minmax(26rem, auto);
    grid-template-rows: 1fr auto;
  }
}
.l-footer__nav {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__nav {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__share {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__share {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__share {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__copy {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 2rem;
  }
}
.l-footer__copy-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .l-footer__copy-text {
    text-align: center;
    font-size: 1rem;
  }
}

.l-footer__copy-link {
  text-decoration: underline;
}

.l-footer_nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
}
.l-footer_nav__list {
  --anv_col: 1;
  display: grid;
  grid-template-columns: repeat(var(--nav_col), 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 1.5rem 5rem;
}
.l-footer_nav__list-item {
  --col: 1 / 2;
  display: block;
  position: relative;
  grid-column: var(--col);
  grid-row: var(--row);
}
.l-footer_nav__link {
  display: block;
  position: relative;
}
.l-footer_nav__link::before {
  content: "";
  width: 0.6rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-left: 0.6rem solid var(--color-black);
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  transform: translate(-1.2rem, -50%);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_nav__link:hover::before,
  .l-footer_nav__link:focus-visible::before {
    opacity: 1;
    transform: translate(0, -50%);
  }
}
.l-footer_nav__link-text {
  display: block;
  position: relative;
  font-family: "Cormorant Garamond", YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_nav__link-text {
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer_nav__link:hover .l-footer_nav__link-text, .l-footer_nav__link:focus-visible .l-footer_nav__link-text {
    transform: translateX(1.2rem);
  }
}

.l-footer_share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.l-footer_share__cap {
  display: block;
  position: relative;
  margin-right: 4rem;
  font-size: 1.6rem;
  font-family: "Cormorant Garamond", YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .l-footer_share__cap {
    margin-right: 3rem;
    font-size: 1rem;
  }
}
.l-footer_share__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.l-footer_share__list-item {
  display: block;
  position: relative;
}
.l-footer_share__list-item + .l-footer_share__list-item {
  margin-left: 3rem;
}
@media screen and (max-width: 960px) {
  .l-footer_share__list-item + .l-footer_share__list-item {
    margin-left: 2rem;
  }
}
.l-footer_share__link {
  width: 2.3rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_share__link {
    width: 1.7rem;
  }
}
.l-footer_share__link-icon {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_share__link-icon {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .l-footer_share__link:hover .l-footer_share__link-icon, .l-footer_share__link:focus-visible .l-footer_share__link-icon {
    fill: var(--color-pink);
  }
}

.c-none {
  width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .c-none {
    min-height: 50vh;
  }
}
@media screen and (max-width: 960px) {
  .c-none {
    min-height: 25vh;
    font-size: 1.3rem;
  }
}

.c-btn_round {
  display: block;
  position: relative;
  color: var(--color-white);
  background-color: var(--color-pink);
  border-radius: 200px;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_round {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_round:hover, .c-btn_round:focus-visible {
    color: var(--color-pink);
    background: var(--color-white);
  }
}
.c-btn_round::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0.5rem 1rem 0 var(--color-pink);
  border-radius: 200px;
  opacity: 0.5;
  pointer-events: none;
}
.c-btn_round::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-pink);
  border-radius: 200px;
  pointer-events: none;
}
.c-btn_round__text {
  display: block;
  position: relative;
  padding: 2rem 2rem;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.2rem;
  color: var(--color-white);
  background-color: var(--color-pink);
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .c-btn_round__text {
    padding: 1.65rem 1rem;
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_round__text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_round:hover .c-btn_round__text, .c-btn_round:focus-visible .c-btn_round__text {
    color: var(--color-pink);
    background: var(--color-white);
  }
}

.c-btn_back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_back {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_back:hover, .c-btn_back:focus-visible {
    color: var(--color-pink);
  }
}
.c-btn_back__arrow {
  width: 3rem;
  display: block;
  position: relative;
  margin-right: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-btn_back__arrow {
    width: 2rem;
    margin-right: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_back__arrow {
    transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_back:hover .c-btn_back__arrow, .c-btn_back:focus-visible .c-btn_back__arrow {
    width: 2rem;
  }
}
.c-btn_back__arrow-img {
  width: 3rem;
  display: block;
  position: relative;
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .c-btn_back__arrow-img {
    width: 2rem;
  }
}
.c-btn_back__arrow-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_back__arrow-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_back:hover .c-btn_back__arrow-svg, .c-btn_back:focus-visible .c-btn_back__arrow-svg {
    fill: var(--color-pink);
  }
}
.c-btn_back__icon {
  width: 2rem;
  display: block;
  position: relative;
  margin-right: 1.8rem;
}
@media screen and (max-width: 960px) {
  .c-btn_back__icon {
    width: 1.5rem;
    margin-right: 0.8rem;
  }
}
.c-btn_back__icon-img {
  display: block;
  position: relative;
}
.c-btn_back__icon-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_back__icon-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_back:hover .c-btn_back__icon-svg, .c-btn_back:focus-visible .c-btn_back__icon-svg {
    fill: var(--color-pink);
  }
}
.c-btn_back__text {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-family: "Cormorant Garamond", YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .c-btn_back__text {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.c-btn_more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_more {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_more:hover, .c-btn_more:focus-visible {
    color: var(--color-pink);
  }
}
.c-btn_more__arrow {
  width: 3rem;
  display: block;
  position: relative;
  margin-left: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .c-btn_more__arrow {
    width: 2rem;
    margin-left: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_more__arrow {
    transition: width 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_more:hover .c-btn_more__arrow, .c-btn_more:focus-visible .c-btn_more__arrow {
    width: 2rem;
  }
}
.c-btn_more__arrow-img {
  width: 3rem;
  display: block;
  position: relative;
  float: right;
}
@media screen and (max-width: 960px) {
  .c-btn_more__arrow-img {
    width: 2rem;
  }
}
.c-btn_more__arrow-svg {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  fill: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-btn_more__arrow-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-btn_more:hover .c-btn_more__arrow-svg, .c-btn_more:focus-visible .c-btn_more__arrow-svg {
    fill: var(--color-pink);
  }
}
.c-btn_more__text {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-family: "Cormorant Garamond", YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-btn_more__text {
    font-size: 2.4rem;
  }
}

.c-pagination {
  display: block;
  position: relative;
}
.c-pagination__inner {
  display: block;
  position: relative;
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 2rem;
}
@media screen and (max-width: 960px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 0.5rem;
  }
}
.c-pagination__link {
  width: 4rem;
  height: 4rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.is-current .c-pagination__link {
  pointer-events: none;
}
.c-pagination__link::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  border-radius: 0.4rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .c-pagination__link::before {
    border-radius: 0.2rem;
  }
}
.is-current .c-pagination__link::before {
  opacity: 1;
}
.c-pagination__link-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Inter", YakuHanJPs, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.3rem;
  }
}
.is-current .c-pagination__link-text {
  color: var(--color-white);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link-text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pagination__link:hover .c-pagination__link-text, .c-pagination__link:focus-visible .c-pagination__link-text {
    color: var(--color-pink);
  }
}

.c-pager {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-pager {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 4.5rem;
  }
}
.c-pager__nav {
  width: 5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 960px) {
  .c-pager__nav {
    width: 2.2rem;
  }
}
.c-pager__nav.-prev {
  left: 0;
}
.c-pager__nav.-next {
  right: 0;
}
.c-pager__nav-link {
  display: block;
  position: relative;
  font-size: 0;
}
.-prev .c-pager__nav-link {
  transform: scale(-1, 1);
}
.c-pager__nav-svg {
  display: block;
  position: relative;
  fill: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__nav-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pager__nav:hover .c-pager__nav-svg, .c-pager__nav:focus-visible .c-pager__nav-svg {
    fill: var(--color-pink);
  }
}
.c-pager__back {
  width: 6rem;
  height: 6rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .c-pager__back {
    width: 4rem;
    height: 4rem;
  }
}
.c-pager__back-link {
  display: block;
  position: relative;
  padding: 1.5rem;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .c-pager__back-link {
    padding: 1.3rem;
  }
}
.c-pager__back-svg {
  display: block;
  position: relative;
  fill: var(--color-black);
}
@media (hover: hover) and (pointer: fine) {
  .c-pager__back-svg {
    transition: fill 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-pager__back:hover .c-pager__back-svg, .c-pager__back:focus-visible .c-pager__back-svg {
    fill: var(--color-pink);
  }
}

.c-category {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-category {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
.c-category__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem 0.6rem;
  }
}
.c-category__list-item {
  display: block;
  position: relative;
  opacity: 0;
}
.is-load .c-category__list-item {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item {
    transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.is-load .c-category__list-item:nth-child(1) {
  transition-delay: 1s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(1) {
    transition-delay: 0s;
  }
}
.is-load .c-category__list-item:nth-child(2) {
  transition-delay: 1.05s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(2) {
    transition-delay: 0.05s;
  }
}
.is-load .c-category__list-item:nth-child(3) {
  transition-delay: 1.1s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(3) {
    transition-delay: 0.1s;
  }
}
.is-load .c-category__list-item:nth-child(4) {
  transition-delay: 1.15s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(4) {
    transition-delay: 0.15s;
  }
}
.is-load .c-category__list-item:nth-child(5) {
  transition-delay: 1.2s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(5) {
    transition-delay: 0.2s;
  }
}
.is-load .c-category__list-item:nth-child(6) {
  transition-delay: 1.25s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(6) {
    transition-delay: 0.25s;
  }
}
.is-load .c-category__list-item:nth-child(7) {
  transition-delay: 1.3s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(7) {
    transition-delay: 0.3s;
  }
}
.is-load .c-category__list-item:nth-child(8) {
  transition-delay: 1.35s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(8) {
    transition-delay: 0.35s;
  }
}
.is-load .c-category__list-item:nth-child(9) {
  transition-delay: 1.4s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(9) {
    transition-delay: 0.4s;
  }
}
.is-load .c-category__list-item:nth-child(10) {
  transition-delay: 1.45s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(10) {
    transition-delay: 0.45s;
  }
}
.is-load .c-category__list-item:nth-child(11) {
  transition-delay: 1.5s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(11) {
    transition-delay: 0.5s;
  }
}
.is-load .c-category__list-item:nth-child(12) {
  transition-delay: 1.55s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(12) {
    transition-delay: 0.55s;
  }
}
.is-load .c-category__list-item:nth-child(13) {
  transition-delay: 1.6s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(13) {
    transition-delay: 0.6s;
  }
}
.is-load .c-category__list-item:nth-child(14) {
  transition-delay: 1.65s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(14) {
    transition-delay: 0.65s;
  }
}
.is-load .c-category__list-item:nth-child(15) {
  transition-delay: 1.7s;
}
@media screen and (max-width: 960px) {
  .is-load .c-category__list-item:nth-child(15) {
    transition-delay: 0.7s;
  }
}
.c-category__link {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .c-category__link {
    padding-left: 3.5rem;
  }
}
@media screen and (max-width: 960px) {
  .c-category__link {
    background: var(--color-white);
    border-radius: 200px;
  }
  .is-current .c-category__link, .is-arrow .c-category__link {
    color: var(--color-white);
    background-color: var(--color-black);
  }
}
.is-current .c-category__link {
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .c-category__link {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-category__link:hover, .c-category__link:focus-visible {
    color: var(--color-pink);
  }
}
.c-category__link::before {
  width: 2rem;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-bottom: 0.1rem solid var(--color-black);
  opacity: 0;
  transition: border-bottom-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (min-width: 961px) {
  .c-category__link::before {
    content: "";
  }
}
.is-current .c-category__link::before, .is-arrow .c-category__link::before {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-category__link:hover::before,
  .c-category__link:focus-visible::before {
    border-bottom-color: var(--color-pink);
  }
}
.c-category__link-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .c-category__link-text {
    padding: 1rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .c-category__link-text::before {
    content: "";
    width: 0.8rem;
    height: 0.6rem;
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translate(0, -50%);
    border-top: 0.6rem solid var(--color-white);
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    opacity: 0;
  }
  .is-arrow .c-category__link-text::before {
    opacity: 1;
  }
  .c-category__link-text::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.1rem solid var(--color-black);
    border-radius: 200px;
  }
}

.p-deco {
  position: fixed;
  right: 2rem;
  top: 2rem;
  z-index: 5;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-deco {
    top: 1.8rem;
    right: 1.5rem;
    position: absolute;
  }
}
.is-menu-open .p-deco {
  transform: translate3d(var(--headerW), 0, 0);
}
.p-deco__text {
  display: block;
  position: relative;
  font-size: 1rem;
  font-family: "Inter", YakuHanJPs, "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.2rem;
  line-height: 2;
  z-index: 5;
}
@media screen and (max-width: 960px) {
  .p-deco__text {
    transform: scale(0.6);
    transform-origin: right top;
  }
}
.p-deco__text-word {
  display: inline;
  position: relative;
  opacity: 0;
}
.is-load .p-deco__text-word {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-load .p-deco__text-word:nth-child(1) {
  transition-delay: 0.5s;
}
.is-load .p-deco__text-word:nth-child(2) {
  transition-delay: 0.54s;
}
.is-load .p-deco__text-word:nth-child(3) {
  transition-delay: 0.58s;
}
.is-load .p-deco__text-word:nth-child(4) {
  transition-delay: 0.62s;
}
.is-load .p-deco__text-word:nth-child(5) {
  transition-delay: 0.66s;
}
.is-load .p-deco__text-word:nth-child(6) {
  transition-delay: 0.7s;
}
.is-load .p-deco__text-word:nth-child(7) {
  transition-delay: 0.74s;
}
.is-load .p-deco__text-word:nth-child(8) {
  transition-delay: 0.78s;
}
.is-load .p-deco__text-word:nth-child(9) {
  transition-delay: 0.82s;
}
.is-load .p-deco__text-word:nth-child(10) {
  transition-delay: 0.86s;
}
.is-load .p-deco__text-word:nth-child(11) {
  transition-delay: 0.9s;
}
.is-load .p-deco__text-word:nth-child(12) {
  transition-delay: 0.94s;
}
.is-load .p-deco__text-word:nth-child(13) {
  transition-delay: 0.98s;
}
.is-load .p-deco__text-word:nth-child(14) {
  transition-delay: 1.02s;
}
.is-load .p-deco__text-word:nth-child(15) {
  transition-delay: 1.06s;
}
.is-load .p-deco__text-word:nth-child(16) {
  transition-delay: 1.1s;
}
.is-load .p-deco__text-word:nth-child(17) {
  transition-delay: 1.14s;
}
.is-load .p-deco__text-word:nth-child(18) {
  transition-delay: 1.18s;
}
.is-load .p-deco__text-word:nth-child(19) {
  transition-delay: 1.22s;
}
.is-load .p-deco__text-word:nth-child(20) {
  transition-delay: 1.26s;
}
.is-load .p-deco__text-word:nth-child(21) {
  transition-delay: 1.3s;
}
.is-load .p-deco__text-word:nth-child(22) {
  transition-delay: 1.34s;
}
.is-load .p-deco__text-word:nth-child(23) {
  transition-delay: 1.38s;
}
.is-load .p-deco__text-word:nth-child(24) {
  transition-delay: 1.42s;
}
.is-load .p-deco__text-word:nth-child(25) {
  transition-delay: 1.46s;
}
.is-load .p-deco__text-word:nth-child(26) {
  transition-delay: 1.5s;
}
.is-load .p-deco__text-word:nth-child(27) {
  transition-delay: 1.54s;
}
.is-load .p-deco__text-word:nth-child(28) {
  transition-delay: 1.58s;
}
.is-load .p-deco__text-word:nth-child(29) {
  transition-delay: 1.62s;
}
.is-load .p-deco__text-word:nth-child(30) {
  transition-delay: 1.66s;
}
.is-load .p-deco__text-word:nth-child(31) {
  transition-delay: 1.7s;
}
.is-load .p-deco__text-word:nth-child(32) {
  transition-delay: 1.74s;
}
.is-load .p-deco__text-word:nth-child(33) {
  transition-delay: 1.78s;
}
.is-load .p-deco__text-word:nth-child(34) {
  transition-delay: 1.82s;
}
.is-load .p-deco__text-word:nth-child(35) {
  transition-delay: 1.86s;
}
.is-load .p-deco__text-word:nth-child(36) {
  transition-delay: 1.9s;
}
.is-load .p-deco__text-word:nth-child(37) {
  transition-delay: 1.94s;
}
.is-load .p-deco__text-word:nth-child(38) {
  transition-delay: 1.98s;
}
.is-load .p-deco__text-word:nth-child(39) {
  transition-delay: 2.02s;
}
.is-load .p-deco__text-word:nth-child(40) {
  transition-delay: 2.06s;
}
.is-load .p-deco__text-word:nth-child(41) {
  transition-delay: 2.1s;
}
.is-load .p-deco__text-word:nth-child(42) {
  transition-delay: 2.14s;
}
.is-load .p-deco__text-word:nth-child(43) {
  transition-delay: 2.18s;
}
.is-load .p-deco__text-word:nth-child(44) {
  transition-delay: 2.22s;
}
.is-load .p-deco__text-word:nth-child(45) {
  transition-delay: 2.26s;
}
.is-load .p-deco__text-word:nth-child(46) {
  transition-delay: 2.3s;
}
.is-load .p-deco__text-word:nth-child(47) {
  transition-delay: 2.34s;
}
.is-load .p-deco__text-word:nth-child(48) {
  transition-delay: 2.38s;
}
.is-load .p-deco__text-word:nth-child(49) {
  transition-delay: 2.42s;
}
.is-load .p-deco__text-word:nth-child(50) {
  transition-delay: 2.46s;
}
.is-load .p-deco__text-word:nth-child(51) {
  transition-delay: 2.5s;
}
.is-load .p-deco__text-word:nth-child(52) {
  transition-delay: 2.54s;
}

.p-comment_modal {
  display: block;
  position: relative;
  padding: 6rem 0;
  font-size: 1.6rem;
  text-align: left;
  background: var(--color-white);
}
@media screen and (max-width: 960px) {
  .p-comment_modal {
    padding: 2.2rem 0;
  }
}
.p-comment_modal__container {
  width: 83.3333333333%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__container {
    width: 86%;
  }
}
.p-comment_modal__header {
  display: block;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 961px) {
  .p-comment_modal__header {
    padding-right: 20rem;
  }
}
@media screen and (max-width: 960px) {
  .p-comment_modal__header {
    padding-bottom: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
.p-comment_modal__header::before {
  content: "COMMENT";
  display: block;
  position: absolute;
  bottom: 3.2rem;
  right: 0;
  font-size: 2rem;
  font-family: "Cormorant Garamond", YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  line-height: 1;
  letter-spacing: 0.35rem;
  color: var(--color-gray);
}
@media screen and (max-width: 960px) {
  .p-comment_modal__header::before {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    bottom: 1.6rem;
  }
}
.p-comment_modal__header::after {
  content: "";
  width: 100%;
  height: 0.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
.p-comment_modal__cap {
  display: block;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  color: var(--color-pink);
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__cap {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.p-comment_modal__name {
  display: block;
  position: relative;
}
.p-comment_modal__name-text {
  display: block;
  position: relative;
  font-size: 3.8rem;
  line-height: 1;
  font-family: YakuHanMPs, "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__name-text {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}
.p-comment_modal__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment_modal__content {
    display: flex;
    justify-content: center;
  }
}
.p-comment_modal__content-img {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-comment_modal__content-img {
    width: 45%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 960px) {
  .p-comment_modal__content-img {
    margin: 0 auto 2rem;
  }
}
.p-comment_modal__content-text {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-comment_modal__content-text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.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-lazy {
  min-height: 10rem;
  opacity: 0;
}
.u-lazy.is-lazy-loaded {
  opacity: 1;
  min-height: auto;
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
}
.u-lazy__loader {
  height: 4rem;
  width: 4rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 25;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s cubic-bezier(0.5, 1, 0.89, 1);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader {
  display: block;
}
.u-lazy__loader::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top: 2px solid var(--color-pink);
  pointer-events: none;
}
.is-lazy-loading + .u-lazy__loader::before {
  content: "";
  animation: rotate 0.6s linear infinite;
}

[data-modal] {
  cursor: pointer;
}

template {
  display: none;
}

.m-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}
.is-modal-show .m-modal {
  opacity: 1;
}
.m-modal.is-open {
  visibility: visible;
  touch-action: auto;
  pointer-events: auto;
}
.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__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--color-gray-light);
}
.m-modal__content {
  width: 90%;
  max-width: 964px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  font-size: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .m-modal__content {
    width: 92%;
  }
}
[data-modal-type=youtube] .m-modal__content {
  width: 76%;
  max-width: min(153vh, 1200px);
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: min(153vh, 750px);
  }
}
.is-modal-show .m-modal__content {
  opacity: 1;
}
.is-modal-overflow-prep .m-modal__content {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 6rem auto;
}
@media screen and (max-width: 960px) {
  .is-modal-overflow-prep .m-modal__content {
    margin-top: 8rem;
  }
}
.m-modal__content > * {
  width: 100%;
  height: auto;
}
.m-modal__content > * img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0 auto;
}
.m-modal__content-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .m-modal__content-btn {
    position: relative;
    top: auto;
    right: auto;
    width: 84%;
    height: auto;
    margin: 2rem auto 0;
  }
}
.m-modal__close {
  width: min(6.4285714286vw, 7.875rem);
  height: min(6.4285714286vw, 7.875rem);
  display: block;
  position: fixed;
  top: min(3.5714285714vw, 4.375rem);
  right: min(3.5714285714vw, 4.375rem);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 4.5rem;
    height: 4.5rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.m-modal__close-in {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.m-modal__close-in::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-in::before {
  width: 100%;
  left: auto;
  right: 0;
  transition-delay: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-in::before, .m-modal__close:focus-visible .m-modal__close-in::before {
    border-color: var(--color-pink);
  }
}
.m-modal__close-in::after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 0.1rem solid var(--color-black);
  border-right: 0.1rem solid var(--color-black);
  transition: height 0.5s cubic-bezier(0.65, 0, 0.35, 1), border-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-in::after {
  height: 100%;
  top: 0;
  transition-delay: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-in::after, .m-modal__close:focus-visible .m-modal__close-in::after {
    border-color: var(--color-pink);
  }
}
.m-modal__close-bar {
  content: "";
  width: 140%;
  height: 0.1rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.m-modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.m-modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-black);
  transition: width 0.5s cubic-bezier(0.65, 0, 0.35, 1), background-color 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}
.is-modal-open .m-modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close:hover .m-modal__close-bar::before, .m-modal__close:focus-visible .m-modal__close-bar::before {
    background-color: var(--color-pink);
  }
}
.is-modal-open .m-modal__close-bar.-bar1::before {
  transition-delay: 0.3s;
}

.m-modal__close-bar.-bar2::before {
  transition-delay: 0.1s;
}
.is-modal-open .m-modal__close-bar.-bar2::before {
  transition-delay: 0.2s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}