@charset "UTF-8";
:root {
  --svh: 100vh;
  --font-sans: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --font-serif: "Kaisei Decol", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  --color-text: var(--color-brown-dark);
  --color-bg: var(--color-white);
  --color-black: #000;
  --color-white: #fff;
  --color-brown-dark: #493333;
  --color-pink: #f4509d;
  --color-pink-bg: #f774a4;
  --color-violet: #6c22e2;
  --color-purple-text: #ac73fe;
  --color-purple-bg: #bb8efc;
  --color-frame: linear-gradient(to bottom, #fffe88 0%, #ffffff 25%, #fffe88 50%, #e4d341 75%, #e3b119 100%);
  --color-frame-line: #d16756;
  --color-bnr-line: #7ecef4;
  --color-top-tab: #ac73fe;
  --color-top-tab-shadow: rgba(172, 115, 254, 0.77);
  --color-movie-bg: #ffc7e1;
  --color-movie-frame: linear-gradient(to bottom, #fffe88 0%, #ffffff 25%, #fffe88 50%, #e4d341 75%, #e3b119 100%);
  --color-movie-line: #d16756;
  --color-movie-filter: rgba(235, 188, 250, 0.7);
  --color-movie-line: #d16756;
  --color-movie-text: #493333;
  --color-movie-shadow: rgba(209, 103, 86, 0.5);
  --color-news-bg: #f783ae;
  --color-news-line: #af4600;
  --color-news-text: #493333;
  --color-news-purple-text: #ac73fe;
  --color-news-purple-bg: #bb8efc;
  --color-sns-brawn-shadow: rgba(192, 97, 34, 0.77);
  --color-sns-pink-shadow: rgba(252, 172, 210, 0.77);
  --color-tab: #d19ad7;
  --color-tab-text: #8c3899;
  --color-tab-active: linear-gradient(to bottom, #ca3ef6 0%, #ff6da3 100%);
  --color-tab-active-line: #d16756;
  --color-music-frame-line: #e4b11b;
  --color-music-cap: linear-gradient(to right, #ffe522 0%, #e4f268 25%, #77c3fe 50%, #c88efb 75%, #fe7ab7 100%);
  --color-modal-bg: rgba(235, 188, 250, 0.7);
  --color-schedule-week: #f48ab1;
  --color-schedule-week-sat: #69bbe6;
  --color-schedule-week-sun: #ee6666;
  --color-schedule-area: #bb8efc;
  --color-schedule-category: #f774a4;
  --color-footer-series-line: #af4600;
  --color-purple-bright: #8f4bf2;
  --color-pink-bright: #f673a3;
  --color-rose-bright: #ff3594;
  --color-purple-dark: #7200a1;
  --color-staff: #ceaa52;
  --color-pager: #6c22e2;
  --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;
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
  html {
    font-size: max(0.8333333333vw, 7px);
  }
}
@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.15rem;
  color: var(--color-text);
  background: var(--color-bg);
  overflow: hidden;
  font-family: var(--font-sans);
  -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;
  -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;
  font-family: var(--font-sans);
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--color-text);
}

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 {
  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__container {
  display: block;
  position: relative;
  padding-bottom: 17rem;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .l-wrap__container {
    padding-bottom: 8.6rem;
  }
}
.is-load .l-wrap__container {
  opacity: 1;
  transition: opacity 1.2s var(--ease_inout);
}

.l-header {
  display: block;
  position: relative;
}
.l-header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/header/bg_header_pc.jpg") no-repeat center top/cover;
}
@media screen and (max-width: 960px) {
  .l-header::before {
    background: url("../img/common/header/bg_header_sp.jpg") no-repeat center top/cover;
  }
}
.l-header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/header/bg_deco-C.webp") repeat-x 0 0/1rem auto, url("../img/common/header/bg_deco-L.webp") no-repeat 0 0/16rem auto, url("../img/common/header/bg_deco-R.webp") no-repeat 100% 0/16rem auto;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-header::after {
    background: url("../img/common/header/bg_deco-C.webp") repeat-x 0 0/0.5rem auto, url("../img/common/header/bg_deco-L.webp") no-repeat 0 0/8rem auto, url("../img/common/header/bg_deco-R.webp") no-repeat 100% 0/8rem auto;
  }
}
.l-header__container {
  width: 100%;
  height: 24.5rem;
  display: block;
  position: relative;
  padding: 2rem 0;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header__container {
    height: 12.4rem;
    padding: 1rem 0;
  }
}
.l-header__content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-header__brand {
  width: 35.8rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 18.2rem;
  }
}
.l-header__brand-link {
  display: block;
  position: relative;
  transform: scale(1.0001);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__brand-link {
    transition: transform 0.3s var(--ease_out);
  }
  .l-header__brand:hover .l-header__brand-link {
    transform: scale(1.05) rotate(-3deg);
    transition: transform 0.7s var(--ease_bounce);
  }
}

.l-nav {
  display: block;
  position: static;
}
@media screen and (min-width: 961px) {
  .l-nav {
    width: 100%;
    min-height: 17rem;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 3rem;
    transform: translate(0, 100%);
    transition: transform 0.5s var(--ease_out);
  }
  .is-scroll .l-nav, .is-scroll-bottom .l-nav {
    transform: translate(0, 0);
  }
  .l-nav::before {
    content: "";
    width: 100%;
    height: calc(100% + 3rem);
    display: block;
    position: absolute;
    top: 3rem;
    left: 0;
    background: url("../img/common/menu/bg_menu.jpg") repeat 0 50%/38.6rem auto;
    z-index: -1;
  }
  .l-nav::after {
    content: "";
    width: 100%;
    height: 3rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/common/menu/deco_menu.webp") repeat-x 0 50%/auto 100%;
    z-index: -1;
  }
}
@media screen and (max-width: 960px) {
  .l-nav {
    width: 100%;
    height: calc(100% - 5.5rem);
    display: none;
    position: fixed;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    bottom: 5.5rem;
    left: 0;
    overflow: hidden;
    overscroll-behavior-y: none;
    z-index: 20;
    opacity: 0;
    transform: translate(0, 7.5rem);
    transition: opacity 0.5s var(--ease_out), transform 0.5s var(--ease_out);
  }
  .is-menu-show .l-nav {
    display: flex;
  }
  .is-menu-open .l-nav {
    pointer-events: auto;
    opacity: 1;
    transform: translate(0, 0);
    transition: opacity 0.2s var(--ease_out), transform 0.5s var(--ease_out);
  }
  .l-nav::before {
    content: "";
    width: 94%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 3%;
    border-bottom: 2px solid var(--color-white);
    opacity: 0.5;
    z-index: 1;
  }
}
@media screen and (min-width: 961px) {
  .l-nav__bg {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__bg {
    width: 100%;
    height: calc(100% + 7.5rem);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s var(--ease_out);
  }
  .is-menu-show .l-nav__bg {
    display: block;
  }
  .is-menu-open .l-nav__bg {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 1s var(--ease_inout);
  }
}
@media screen and (min-width: 961px) {
  .l-nav__deco {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__deco {
    width: 100%;
    height: 1.5rem;
    display: block;
    position: relative;
    background: url("../img/common/menu/deco_menu.webp") repeat-x 0 0/auto 100%;
  }
}
.l-nav__in {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__in {
    width: 100%;
    max-height: calc(var(--svh) - 5.5rem);
    flex-shrink: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: url("../img/common/menu/bg_menu.jpg") repeat 0 100%/19.3rem auto;
  }
}
.l-nav__container {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .l-nav__container {
    width: 95.5%;
    min-height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__container {
    width: 100%;
    max-height: calc(var(--svh) - 5.5rem);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    padding: 5rem 0 3.6rem;
  }
}
.l-nav__content {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__content {
    width: 80%;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
.l-nav__brand {
  width: 19.8952879581%;
  max-width: 26.6rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__brand {
    display: none;
  }
}
.l-nav__brand-link {
  display: block;
  position: relative;
  transform: scale(1.0001);
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__brand-link {
    transition: transform 0.3s var(--ease_out);
  }
  .l-nav__brand:hover .l-nav__brand-link {
    transform: scale(1.04) rotate(2deg);
    transition: transform 0.7s var(--ease_bounce);
  }
}
.l-nav__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-nav__list {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 3.6rem;
  }
  [data-nav-bradk="1"] .l-nav__list {
    max-width: min(108rem, 14rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="1"] .l-nav__list {
    max-width: min(108rem, 0rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="2"] .l-nav__list {
    max-width: min(108rem, 28rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="2"] .l-nav__list {
    max-width: min(108rem, 15rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="3"] .l-nav__list {
    max-width: min(108rem, 42rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="3"] .l-nav__list {
    max-width: min(108rem, 30rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="4"] .l-nav__list {
    max-width: min(108rem, 56rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="4"] .l-nav__list {
    max-width: min(108rem, 45rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="5"] .l-nav__list {
    max-width: min(108rem, 70rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="5"] .l-nav__list {
    max-width: min(108rem, 60rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="6"] .l-nav__list {
    max-width: min(108rem, 84rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="6"] .l-nav__list {
    max-width: min(108rem, 75rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="7"] .l-nav__list {
    max-width: min(108rem, 98rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="7"] .l-nav__list {
    max-width: min(108rem, 90rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="8"] .l-nav__list {
    max-width: min(108rem, 112rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="8"] .l-nav__list {
    max-width: min(108rem, 105rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="9"] .l-nav__list {
    max-width: min(108rem, 126rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="9"] .l-nav__list {
    max-width: min(108rem, 120rem);
  }
}
@media screen and (min-width: 961px) {
  [data-nav-bradk="10"] .l-nav__list {
    max-width: min(108rem, 140rem);
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="10"] .l-nav__list {
    max-width: min(108rem, 135rem);
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem 4rem;
  }
}
.l-nav__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="1"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(1n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="1"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(0n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="2"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(2n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="2"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(1n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="3"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(3n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="3"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(2n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="4"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(4n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="4"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(3n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="5"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(5n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="5"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(4n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="6"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(6n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="6"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(5n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="7"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(7n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="7"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(6n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="8"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(8n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="8"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(7n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="9"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(9n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="9"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(8n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (min-width: 1301px) {
  [data-nav-bradk="10"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(10n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  [data-nav-bradk="10"] .l-nav__list-item + .l-nav__list-item:not(:nth-child(9n+1))::before {
    content: "";
    width: 1.6rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1.8rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
@media screen and (max-width: 960px) {
  .l-nav__list-item {
    width: calc(50% - 2rem);
  }
  .l-nav__list-item:nth-child(even)::before {
    content: "";
    width: 1.4rem;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -2rem;
    transform: translate(-50%, 0);
    background: url("../img/common/menu/icon_heart.svg") no-repeat center/contain;
  }
}
.l-nav__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__link {
    margin: 0 auto;
  }
}
.l-nav__link-text {
  min-height: 2.6rem;
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.05rem;
  text-align: center;
  line-height: 1;
  padding: 0.35rem 1rem 0.3rem 0.6rem;
  color: var(--color-white);
  border-radius: 0.5rem;
  transition: background-color 0.2s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .l-nav__link-text {
    font-size: 1.6rem;
  }
}
.is-nav-current .l-nav__link-text {
  background: var(--color-pink) !important;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link-text:hover {
    background-color: var(--color-purple-bg);
  }
}
.l-nav__link-text rt {
  line-height: 1;
  border-radius: 0.5rem;
  transition: background-color 0.2s var(--ease_out);
}
@media screen and (min-width: 961px) {
  .l-nav__link-text rt {
    height: 0;
    margin-top: -1em;
  }
}
.is-nav-current .l-nav__link-text rt {
  background: var(--color-pink) !important;
}
@media (hover: hover) and (pointer: fine) {
  .l-nav__link-text:hover rt {
    background-color: var(--color-purple-bg);
  }
}
.l-nav__sns {
  display: none;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav__sns {
    width: 100%;
    display: block;
    position: relative;
    margin: 3.2rem auto 0;
  }
}

.l-nav_sns {
  display: block;
  position: relative;
}
.l-nav_sns__container {
  display: block;
  position: relative;
}
.l-nav_sns__header {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__header {
    margin-bottom: 1rem;
  }
}
.l-nav_sns__title {
  width: 90%;
  max-width: 27.2rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__title {
    max-width: 13.5rem;
  }
}
.l-nav_sns__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__list {
    gap: 1rem;
  }
}
.l-nav_sns__list-item {
  display: block;
  position: relative;
}
.l-nav_sns__link {
  width: 11rem;
  display: block;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-nav_sns__link {
    width: 5.4rem;
  }
}
.l-nav_sns__link-icon {
  display: block;
  position: relative;
  border-radius: 50%;
  transform: scale(1.0001);
  box-shadow: 0 0 1.5rem 0.2rem var(--color-sns-pink-shadow);
}
@media screen and (max-width: 960px) {
  .l-nav_sns__link-icon {
    box-shadow: 0 0 1rem 0.2rem var(--color-sns-pink-shadow);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-nav_sns__link-icon {
    transition: transform 0.3s var(--ease_out), box-shadow 1s var(--ease_out);
  }
  .l-nav_sns__link:hover .l-nav_sns__link-icon {
    transform: scale(1.05) rotate(15deg);
    transition: transform 0.7s var(--ease_bounce);
    box-shadow: 0 0 1.5rem 0.5rem var(--color-sns-pink-shadow);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .l-nav_sns__link:hover .l-nav_sns__link-icon {
    box-shadow: 0 0 1rem 0.5rem var(--color-sns-pink-shadow);
  }
}

.l-menu_top {
  width: 5rem;
  display: block;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 5;
}
@media screen and (min-width: 961px) {
  .l-menu_top {
    display: none;
  }
}

.l-menu {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 25;
  transform: translate(0, 7.5rem);
  transition: transform 0.5s var(--ease_out);
}
.is-scroll .l-menu, .is-menu-open .l-menu {
  transform: translate(0, 0);
}
@media screen and (min-width: 961px) {
  .l-menu {
    display: none;
  }
}
.l-menu::before {
  content: "";
  width: 100%;
  height: 10rem;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.is-scroll .l-menu::before, .is-menu-open .l-menu::before {
  display: block;
}
.l-menu__container {
  width: 100%;
  min-height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.l-menu__container::before {
  content: "";
  width: 100%;
  height: calc(100% + 1.5rem);
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 0;
  background: url("../img/common/menu/bg_menu.jpg") repeat 0 0/19.3rem auto;
  z-index: -1;
}
.l-menu__container::after {
  content: "";
  width: 100%;
  height: 1.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/menu/deco_menu.webp") repeat-x 0 0/auto 100%;
  z-index: -1;
  transition: opacity 0.5s var(--ease_out);
}
.is-menu-open .l-menu__container::after {
  opacity: 0;
}
.l-menu__content {
  width: 90%;
  height: calc(100% + 1.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transition: opacity 0.5s var(--ease_out);
}
.l-menu__content.--open {
  opacity: 1;
}
.is-menu-open .l-menu__content.--open {
  opacity: 0;
}
.l-menu__content.--close {
  position: absolute;
  top: 0;
  left: 5%;
  opacity: 0;
}
.is-menu-open .l-menu__content.--close {
  opacity: 1;
}
.l-menu__deco {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  top: 0.1em;
  position: relative;
  margin-right: 0.8rem;
}
.l-menu__deco::before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-pink-bg);
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 20rem;
}
.l-menu__deco::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-pink-bg);
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 20rem;
}
.l-menu__text {
  display: block;
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--color-white);
  text-align: center;
}

.l-main {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.l-footer {
  display: block;
  position: relative;
  background: var(--color-white);
}
.l-footer__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 8.2rem 0 6.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 4rem 0 3rem;
  }
}
.l-footer__content {
  display: block;
  position: relative;
}
.l-footer__series {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
.l-footer__bnr {
  width: 90%;
  max-width: 110rem;
  display: block;
  position: relative;
  margin: 6rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__bnr {
    margin-top: 3rem;
  }
}
.l-footer__bnr:first-child {
  margin-top: 0;
}
.l-footer__sns {
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer__sns:first-child {
    margin-top: -1rem;
  }
}
.l-footer__official {
  width: 30rem;
  display: block;
  position: relative;
  margin: 5.9rem auto 0;
}
@media screen and (max-width: 960px) {
  .l-footer__official {
    width: 15rem;
    margin-top: 3.2rem;
  }
}
.l-footer__official-link {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__official-link {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer__official-link:hover {
    opacity: 0.6;
  }
}
.l-footer__copy {
  display: block;
  position: relative;
  margin-top: 5.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-rose-bright);
}
@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 2.6rem;
    font-size: 0.9rem;
  }
}
.l-footer__pagetop {
  width: 15.8rem;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .l-footer__pagetop {
    position: absolute;
    right: 1.8rem;
    bottom: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__pagetop {
    width: 12.2rem;
    margin: 2.1rem auto 0;
  }
}
.l-footer__pagetop-img {
  display: block;
  position: relative;
  transform: scale(1.0001);
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__pagetop-img {
    transition: transform 0.3s var(--ease_out);
  }
  .l-footer__pagetop:hover .l-footer__pagetop-img {
    transform: scale(1.1) rotate(2.5deg);
    transition: transform 0.7s var(--ease_bounce);
  }
}

.l-footer_series {
  display: block;
  position: relative;
  border-radius: 1.8rem;
  background: url("../img/common/footer/bg_lineup.gif") repeat 0 0/2.4rem auto;
}
@media screen and (max-width: 960px) {
  .l-footer_series {
    background-size: 1.2rem auto;
    border-radius: 1rem;
  }
}
.l-footer_series::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid var(--color-footer-series-line);
  border-radius: 1.8rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .l-footer_series::after {
    border-radius: 1rem;
    border-width: 1px;
  }
}
.l-footer_series__chara {
  width: 12.5rem;
  display: block;
  position: absolute;
  top: -0.4rem;
  left: -1.5rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .l-footer_series__chara {
    width: 8.6rem;
    top: 1.5rem;
    left: 2.2rem;
  }
}
.l-footer_series__chara img {
  animation: topic_chara 10s var(--ease_inout) infinite alternate-reverse;
}
@keyframes topic_chara {
  0% {
    transform: translate(-2%, -5%);
  }
  100% {
    transform: translate(2%, 5%);
  }
}
.l-footer_series__container {
  display: block;
  position: relative;
  border-radius: 1.8rem;
  overflow: hidden;
  padding: 4.2rem 0 4.8rem;
}
@media screen and (max-width: 960px) {
  .l-footer_series__container {
    padding: 2rem 0 2.8rem;
    background-size: 1.2rem auto;
    border-radius: 1rem;
  }
}
.l-footer_series__header {
  display: block;
  position: relative;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 960px) {
  .l-footer_series__header {
    margin-bottom: 2rem;
  }
}
.l-footer_series__title {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer_series__title {
    width: 55rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.l-footer_series__inner {
  width: 90%;
  max-width: 98rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer_series__inner {
    width: 87%;
  }
}
.l-footer_series__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  gap: 1.55rem 7rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_series__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(11, auto);
    gap: 0.85rem 0.6rem;
  }
}
.l-footer_series__list-item {
  min-width: 0;
  display: block;
  position: relative;
}
.l-footer_series__link {
  display: block;
  position: relative;
  padding: 0.2rem 0 0.2rem 2rem;
}
@media screen and (max-width: 960px) {
  .l-footer_series__link {
    padding: 0.2rem 0 0.2rem 1.6rem;
  }
}
.l-footer_series__link::before {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/footer/icon_arrow-lineup.svg") no-repeat center/contain;
}
@media screen and (max-width: 960px) {
  .l-footer_series__link::before {
    width: 0.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_series__link:hover::before {
    animation: series_arrow 0.3s linear 2;
  }
}
@keyframes series_arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30%);
  }
  100% {
    transform: translateX(0);
  }
}
.l-footer_series__link-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.08rem;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .l-footer_series__link-text {
    font-size: 0.9rem;
    letter-spacing: -0.05rem;
  }
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_series__link-text {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .l-footer_series__link:hover .l-footer_series__link-text {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .l-footer_series__link:hover .l-footer_series__link-text {
      text-decoration: underline;
    }
  }
}

.l-footer_sns {
  display: block;
  position: relative;
}
.l-footer_sns__container {
  display: block;
  position: relative;
}
.l-footer_sns__header {
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__header {
    margin-bottom: 1rem;
  }
}
.l-footer_sns__title {
  width: 90%;
  max-width: 27.2rem;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__title {
    max-width: 13.5rem;
  }
}
.l-footer_sns__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__list {
    gap: 1rem;
  }
}
.l-footer_sns__list-item {
  display: block;
  position: relative;
}
.l-footer_sns__link {
  width: 11rem;
  display: block;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link {
    width: 5.4rem;
  }
}
.l-footer_sns__link-icon {
  display: block;
  position: relative;
  border-radius: 50%;
  transform: scale(1.0001);
  box-shadow: 0 0 1.5rem 0.2rem var(--color-sns-pink-shadow);
}
@media screen and (max-width: 960px) {
  .l-footer_sns__link-icon {
    box-shadow: 0 0 1rem 0.2rem var(--color-sns-pink-shadow);
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_sns__link-icon {
    transition: transform 0.3s var(--ease_out), box-shadow 1s var(--ease_out);
  }
  .l-footer_sns__link:hover .l-footer_sns__link-icon {
    transform: scale(1.05) rotate(15deg);
    transition: transform 0.7s var(--ease_bounce);
    box-shadow: 0 0 1.5rem 0.5rem var(--color-sns-pink-shadow);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .l-footer_sns__link:hover .l-footer_sns__link-icon {
    box-shadow: 0 0 1rem 0.5rem var(--color-sns-pink-shadow);
  }
}

.l-footer_bnr {
  display: block;
  position: relative;
}
.l-footer_bnr__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list {
    gap: 0.8rem 1.5rem;
  }
}
.l-footer_bnr__list-item {
  width: calc(25% - 1.5rem);
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-footer_bnr__list-item {
    width: calc(50% - 0.75rem);
  }
}
.l-footer_bnr__link {
  display: block;
  position: relative;
}
.l-footer_bnr__link-img {
  display: block;
  position: relative;
}
.l-footer_bnr__link-img::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-purple-bg);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .l-footer_bnr__link-img::after {
    transition: opacity 0.5s var(--ease_out);
  }
  .l-footer_bnr__link:hover .l-footer_bnr__link-img::after {
    opacity: 0.4;
  }
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 13rem;
}
@media screen and (max-width: 960px) {
  .c-pagination {
    width: 100%;
    padding: 0 0 6rem;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .c-pagination__list {
    gap: 1.2rem;
  }
}
.c-pagination__list-item {
  display: block;
  position: relative;
}
.c-pagination__link {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--color-purple-text);
  background: var(--color-white);
  border-radius: 50%;
  transition: color 0.3s var(--ease_out), background-color 0.3s var(--ease_out);
}
@media screen and (max-width: 960px) {
  .c-pagination__link {
    width: 3rem;
    height: 3rem;
  }
}
.is-current .c-pagination__link {
  color: var(--color-white);
  pointer-events: none;
  background: var(--color-purple-bg);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__link:hover {
    color: var(--color-white);
    background: var(--color-pink-bg);
  }
}
.c-pagination__link-text {
  display: block;
  position: relative;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: var(--font-serif);
}
@media screen and (max-width: 960px) {
  .c-pagination__link-text {
    font-size: 1.4rem;
  }
}
.c-pagination__dot {
  display: block;
  position: relative;
  font-size: 1.6rem;
  color: var(--color-purple-text);
  font-family: var(--font-serif);
}
@media screen and (max-width: 960px) {
  .c-pagination__dot {
    font-size: 1.3rem;
  }
}
.c-pagination__nav {
  width: 7rem;
  display: block;
  position: absolute;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .c-pagination__nav {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .c-pagination__nav {
    width: 4.2rem;
    bottom: 0;
  }
}
.c-pagination__nav:not([href]) {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 961px) {
  .c-pagination__nav.--prev {
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination__nav.--prev {
    right: calc(50% + 0.5rem);
  }
}
@media screen and (min-width: 961px) {
  .c-pagination__nav.--next {
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  .c-pagination__nav.--next {
    left: calc(50% + 0.5rem);
  }
}
.c-pagination__nav-img {
  display: block;
  position: relative;
  transform: scale(1.0001);
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav-img {
    transition: transform 0.3s var(--ease_out);
  }
  .c-pagination__nav:hover .c-pagination__nav-img {
    transform: scale(1.08);
    transition: transform 0.7s var(--ease_bounce);
  }
}
.c-pagination__back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 1rem;
  margin: 0 auto;
}
@supports ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .c-pagination__back {
      text-decoration: underline;
      -webkit-text-decoration-color: transparent;
      text-decoration-color: transparent;
      transition: -webkit-text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out);
      transition: text-decoration-color 0.3s var(--ease_out), -webkit-text-decoration-color 0.3s var(--ease_out);
    }
    .c-pagination__back:hover {
      -webkit-text-decoration-color: currentColor;
      text-decoration-color: currentColor;
    }
  }
}
@supports not ((-webkit-text-decoration-color: transparent) or (text-decoration-color: transparent)) {
  @media (hover: hover) and (pointer: fine) {
    .c-pagination__back:hover {
      text-decoration: underline;
    }
  }
}
.c-pagination__back-text {
  display: block;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .c-pagination__back-text {
    font-size: 1.4rem;
  }
}

.p-page {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.p-page__container {
  display: block;
  position: relative;
}
.p-page__header {
  width: 100%;
  height: 11rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_block/bg_block.jpg") repeat 0 0/38.6rem auto;
}
@media screen and (max-width: 960px) {
  .p-page__header {
    height: 5.5rem;
    background-size: 19.3rem auto;
  }
}
.p-page__header::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_block/bg_block-star.webp") repeat center top/43.5rem auto;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-page__header::before {
    background-size: 21.75rem auto;
  }
}
.p-page__header::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_block/line_block.webp") repeat-x center top/140rem auto, url("../img/common/bg_block/line_block.webp") repeat-x center bottom/140rem auto;
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-page__header::after {
    background-size: 75rem auto, 75rem auto;
  }
}
.p-page__title {
  width: 75rem;
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    width: 37.5rem;
    top: 0;
  }
}
.p-page__plant {
  display: block;
  position: absolute;
  z-index: 2;
}
.p-page__plant.--plant1 {
  width: 14rem;
  top: -1.2rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-page__plant.--plant1 {
    width: 7rem;
    top: -0.8rem;
    right: -0.8rem;
  }
}
.p-page__inner {
  display: block;
  position: relative;
}
.p-page__bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_contents/bg_main-pink.jpg") repeat center top/140rem auto;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .p-page__bg {
    background-size: 70rem auto;
  }
}
.p-page__bg::before {
  content: "";
  width: 100%;
  height: 20rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_contents/bg_deco-line_pink.webp") repeat 0 0/1rem auto;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-page__bg::before {
    height: 10rem;
    background-size: 0.5rem auto;
  }
}
.p-page__bg-cover {
  content: "";
  width: 100%;
  min-width: 280rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../img/common/bg_contents/bg_deco-pink_main_pc.webp") repeat-y center/100% auto, url("../img/common/bg_contents/bg_deco-pink_top_pc.webp") no-repeat center top/100% auto;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-page__bg-cover {
    min-width: auto;
    background: url("../img/common/bg_contents/bg_deco-pink_main_sp.webp") repeat-y center/100% auto, url("../img/common/bg_contents/bg_deco-pink_top_sp.webp") no-repeat center top/100% auto;
  }
}

.p-deco {
  width: 100%;
  height: 13rem;
  display: block;
  position: relative;
  margin: 0 auto;
  background: url("../img/common/bg_block/bg_block.jpg") repeat 0 0/38.6rem auto;
}
@media screen and (max-width: 960px) {
  .p-deco {
    height: 4.8rem;
    background-size: 19.3rem auto;
  }
}
.p-deco__plant {
  width: 14.5rem;
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-deco__plant {
    width: 7.2rem;
    top: -1rem;
    left: -2.5rem;
  }
}
.p-deco__bg {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-deco__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_block/line_block.webp") repeat-x center top/140rem auto, url("../img/common/bg_block/line_block.webp") repeat-x center bottom/140rem auto;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-deco__bg::before {
    background-size: 75rem auto, 75rem auto;
  }
}
.p-deco__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_block/bg_block-star.webp") repeat center top/43.5rem auto;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-deco__bg::after {
    background-size: 21.75rem auto;
  }
}

.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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100%;
  overflow: auto;
  visibility: hidden;
  touch-action: none;
  pointer-events: none;
  overscroll-behavior-y: none;
  outline: none;
  background: var(--color-modal-bg);
  opacity: 0;
  transition: all 0.8s var(--ease_out);
}
.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::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background: url("../img/bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .m-modal::before {
    background: url("../img/bg_sp.jpg") no-repeat center/cover;
  }
}
.m-modal__container {
  width: 100%;
  min-height: var(--svh);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 3% 0;
  z-index: 0;
}
@media screen and (orientation: portrait) {
  .m-modal__container {
    padding: 5% 0;
  }
}
.m-modal__bg {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: -1;
}
.m-modal__content {
  width: 100%;
  height: auto !important;
  display: block;
  position: relative;
}
[data-modal-type=youtube] .m-modal__content {
  width: 90%;
  max-width: 159.993vh;
}
@media screen and (max-width: 960px) {
  [data-modal-type=youtube] .m-modal__content {
    width: 100%;
    max-width: 177.77vh;
  }
}
.m-modal__close {
  width: 9rem;
  height: 9rem;
  display: block;
  position: fixed;
  top: 1.3rem;
  right: 1.3rem;
  cursor: pointer;
  z-index: 1;
  transform: scale(1.0001);
}
@media screen and (max-width: 960px) {
  .m-modal__close {
    width: 5.5rem;
    height: 5.5rem;
    top: 0.5rem;
    right: 0.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-modal__close {
    transition: transform 0.3s var(--ease_out);
  }
  .m-modal__close:hover {
    transform: scale(1.08);
    transition: transform 0.7s var(--ease_bounce);
  }
}
.m-modal__close-text {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  background: url("../img/common/btn/btn_modal-close.webp") no-repeat center/contain;
}

.mB5 {
  margin-bottom: 5px;
}

.mB10 {
  margin-bottom: 10px;
}

.mB20 {
  margin-bottom: 20px;
}

.mB30 {
  margin-bottom: 30px;
}

.mB40 {
  margin-bottom: 40px;
}

.mB50 {
  margin-bottom: 50px;
}

.mB60 {
  margin-bottom: 60px;
}

.mB70 {
  margin-bottom: 70px;
}

.mB80 {
  margin-bottom: 80px;
}

.mB90 {
  margin-bottom: 90px;
}

.mB100 {
  margin-bottom: 100px;
}

.mT5 {
  margin-top: 5px;
}

.mT10 {
  margin-top: 10px;
}

.mT20 {
  margin-top: 20px;
}

.mT30 {
  margin-top: 30px;
}

.mT40 {
  margin-top: 40px;
}

.mT50 {
  margin-top: 5px;
}

.mT60 {
  margin-top: 60px;
}

.mT70 {
  margin-top: 70px;
}

.mT80 {
  margin-top: 80px;
}

.mT90 {
  margin-top: 90px;
}

.mT100 {
  margin-top: 100px;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.column720 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column640 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column480 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.column320 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.column240 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.sp {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .column720 {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .column640 {
    width: 640px;
    margin-right: auto;
    margin-left: auto;
  }
  .column480 {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
  .column320 {
    width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
  .column240 {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .sp {
    display: none;
  }
}
.fs09 {
  font-size: 0.825em;
}

.fs15 {
  font-size: 1.25em;
}

.column2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.column2 p {
  width: 49%;
}

.column3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.column3 p {
  width: 33%;
}

.column4 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.column4 p {
  width: 24%;
}

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