@charset "UTF-8";
/* ブレイクポイントの定義 */
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* color */
/* font */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
html {
  font-size: 2.7vw;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  html {
    font-size: clamp(10px, 1.1vw, 14px);
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #3C3C3E;
  background: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='100' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%234c4c4eff'/><path d='M12.5 0L0 25l12.5 25L25 25 12.5 0zm25 50L25 75l12.5 25L50 75 37.5 50z'  stroke-width='1' stroke='none' fill='%235b5b5dff'/><path d='M37.5 0L50 25 37.5 50 25 25zm-25 50L25 75l-12.5 25L0 75z'  stroke-width='1' stroke='none' fill='%235b5b5dff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") fixed;
  background-position: center center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
}

a,
a:hover,
a:visited {
  color: #3C3C3E;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1,
h2 {
  font-family: Gertie, sans-serif;
  line-height: 1;
}

.marquee_list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  /* animationはJSで制御 */
}
.marquee_list li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee_list li img {
  width: auto;
}

/* ローディング画面 */
#loading {
  position: fixed;
  inset: 0;
  background: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='100' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%234c4c4eff'/><path d='M12.5 0L0 25l12.5 25L25 25 12.5 0zm25 50L25 75l12.5 25L50 75 37.5 50z'  stroke-width='1' stroke='none' fill='%235b5b5dff'/><path d='M37.5 0L50 25 37.5 50 25 25zm-25 50L25 75l-12.5 25L0 75z'  stroke-width='1' stroke='none' fill='%235b5b5dff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
}
#loading .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .inner ul.chara {
  margin-top: 2.4rem;
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
#loading .inner ul.chara figure {
  width: 8rem;
  opacity: 0;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

/* ハンバーガーメニュー (SP) */
.gnavi_btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 1.6rem;
  right: 2.8rem;
  width: 5.6rem;
  height: 5.6rem;
  background: #9FCDD5;
  border-radius: 50%;
  border: solid 1px #3C3C3E;
  cursor: pointer;
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi_btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 3px;
  background-color: #3C3C3E;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.gnavi_btn span:nth-child(1) {
  top: 1.9rem;
}
.gnavi_btn span:nth-child(2) {
  top: 2.6rem;
}
.gnavi_btn span:nth-child(3) {
  top: 3.3rem;
}
.gnavi_btn.is-open span:nth-child(1) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(45deg);
}
.gnavi_btn.is-open span:nth-child(2) {
  opacity: 0;
}
.gnavi_btn.is-open span:nth-child(3) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .gnavi_btn {
    display: none;
  }
}
.gnavi_btn.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*---------------------------------------------------------------
 navi
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0;
}

.contents_area {
  /* ---------- center ---------- */
  /* ---------- /center ---------- */
}
@media screen and (min-width: 1024px) {
  .contents_area {
    display: flex;
    justify-content: center;
  }
}
.contents_area .center {
  /*-------------------------------
  main
  --------------------------------- */
}
@media screen and (min-width: 1024px) {
  .contents_area .center {
    width: 48rem;
    order: 2;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.5);
  }
}
.contents_area .center main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #9FCDD5;
}
.contents_area .center main .main_image {
  width: 100%;
  padding-top: 152%;
  aspect-ratio: 1/1.52;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contents_area .center main .main_image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24.5333333333%;
  width: 152%;
  background: url(../images/mv_circle.webp) no-repeat center/cover;
  animation: spin 80s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.contents_area .center main .main_image h1 {
  width: 62.6666666667%;
  position: absolute;
  top: 11.0526315789%;
  left: 19.4666666667%;
  z-index: 3;
}
.contents_area .center main .main_image .mv {
  width: 97.3333333333%;
  position: absolute;
  bottom: -3.6rem;
  left: 0.6rem;
  z-index: 1;
  filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
}
.contents_area .center main .main_image .curtain.top {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 3;
}
.contents_area .center main .main_image .curtain.left {
  width: 38.6666666667%;
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 2;
}
.contents_area .center main .main_image .curtain.right {
  width: 38.6666666667%;
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 2;
}
.contents_area .center main .date_area {
  width: 100%;
  padding: 1.6rem 1.6rem;
  background: #3C3C3E;
  color: #A18C58;
  text-align: center;
  position: relative;
}
.contents_area .center main .date_area .copy {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
}
.contents_area .center main .date_area .date {
  font-size: 2.4rem;
  font-family: Gertie, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contents_area .center main .date_area .date span {
  padding: 0 0.4rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .contents_area .center main .date_area .date br {
    display: none;
  }
}
.contents_area .center main .date_area .item_1 {
  width: 40%;
  position: absolute;
  bottom: calc(100% - 1.2rem);
  left: -10.6666666667%;
  z-index: 3;
  filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
}
.contents_area .center main .date_area .item_2 {
  width: 24%;
  position: absolute;
  bottom: calc(100% - 2rem);
  left: 19.7333333333%;
  z-index: 3;
  filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
}
.contents_area .center main .date_area .item_3 {
  width: 20.2666666667%;
  position: absolute;
  bottom: calc(100% - 1.8rem);
  left: 54.9333333333%;
  z-index: 3;
  filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
}
.contents_area .center main .date_area .item_4 {
  width: 21.3333333333%;
  position: absolute;
  bottom: calc(100% - 2rem);
  left: 75.7333333333%;
  z-index: 3;
  filter: drop-shadow(4px -4px 4px rgba(0, 0, 0, 0.25));
}
.contents_area .center {
  /* 横スクロール用 */
}
.contents_area .center .side_scroll_area {
  position: relative;
  top: 0;
  z-index: 3;
  overflow: hidden;
  /*side_scroll*/
}
.contents_area .center .side_scroll_area .side_scroll_l,
.contents_area .center .side_scroll_area .side_scroll_r {
  padding: 0.4rem 0;
  position: absolute;
  top: 0;
  z-index: 2;
  width: auto;
  height: auto;
  background: #A18C58;
  border-top: solid 1px #3C3C3E;
}
.contents_area .center .side_scroll_area .side_scroll_l .marquee_list,
.contents_area .center .side_scroll_area .side_scroll_r .marquee_list {
  animation: marquee-loop 140s linear infinite;
}
.contents_area .center .side_scroll_area .side_scroll_l .marquee_list li img,
.contents_area .center .side_scroll_area .side_scroll_r .marquee_list li img {
  height: 1.4rem;
}
.contents_area .center .about_area {
  padding: 5.6rem 1.6rem 2.4rem;
  text-align: center;
  background: #D9D9D9;
}
.contents_area .center .about_area .story h2 {
  margin-bottom: 3.2rem;
}
.contents_area .center .about_area .story h2 .en {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: Gertie, sans-serif;
  color: #A18C58;
  display: block;
  text-shadow: 4px 4px 0 #3C3C3E, -2px -2px 0 #3C3C3E, 2px -2px 0 #3C3C3E, -2px 2px 0 #3C3C3E, 2px 2px 0 #3C3C3E;
}
.contents_area .center .about_area .story h2 .jp {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #3C3C3E;
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.contents_area .center .about_area .story .box {
  width: 100%;
  background: #D65845;
  border-radius: 100vh 100vh 0 0;
  padding: 5.6rem 3.2rem 0;
  color: #FFFFFF;
  overflow: hidden;
}
.contents_area .center .about_area .story .box .txt {
  font-size: 1.3rem;
  line-height: 2;
}
.contents_area .center .about_area .story .box .txt::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto 3.2rem;
  background-image: url(../images/emblem.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.contents_area .center .about_area .story .box ul.chara {
  margin-top: 2.4rem;
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
  justify-content: center;
}
.contents_area .center .about_area .concept {
  width: 90%;
  margin: 2.4rem auto 0;
  background: #2A8E9F;
  padding: 6.4rem 3.2rem;
  overflow: hidden;
  border: solid 1px;
}
.contents_area .center .about_area .concept h2 {
  margin-bottom: 3.2rem;
}
.contents_area .center .about_area .concept h2 .en {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: Gertie, sans-serif;
  color: #9DC157;
  display: block;
  text-shadow: 4px 4px 0 #3C3C3E, -2px -2px 0 #3C3C3E, 2px -2px 0 #3C3C3E, -2px 2px 0 #3C3C3E, 2px 2px 0 #3C3C3E;
}
.contents_area .center .about_area .concept h2 .jp {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #3C3C3E;
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.contents_area .center .about_area .concept .txt {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
}
.contents_area .center .about_area .concept .marquee_list {
  margin-top: 3.2rem;
  /* border: solid 5px red; */
  /* animationはJSで制御 */
}
.contents_area .center .about_area .concept .marquee_list li figure {
  width: 16.8rem;
  height: 16.8rem;
  border-radius: 100vh;
  overflow: hidden;
}
.contents_area .center .about_area .concept .marquee_list li figure img {
  width: 100%;
}
.contents_area .center .about_area .profile {
  width: 90%;
  margin: 2.4rem auto 0;
  background: #9DC157;
  padding: 6.4rem 3.2rem;
  border: solid 1px;
}
.contents_area .center .about_area .profile h2 {
  margin-bottom: 3.2rem;
}
.contents_area .center .about_area .profile h2 .en {
  font-size: 3.2rem;
  font-weight: 400;
  font-family: Gertie, sans-serif;
  color: #D65845;
  display: block;
  text-shadow: 4px 4px 0 #3C3C3E, -2px -2px 0 #3C3C3E, 2px -2px 0 #3C3C3E, -2px 2px 0 #3C3C3E, 2px 2px 0 #3C3C3E;
}
.contents_area .center .about_area .profile h2 .jp {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #3C3C3E;
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.contents_area .center .about_area .profile figure {
  width: 16rem;
  margin: 0 auto;
  padding-top: 3.2rem;
  background: #D65845;
  border-radius: 100vh 100vh 0 0;
  border: solid 1px #3C3C3E;
  overflow: hidden;
}
.contents_area .center .about_area .profile .name {
  margin: 2.4rem 0 0.8rem;
  font-size: 2rem;
}
.contents_area .center .about_area .profile ul.f_icon {
  margin-bottom: 2.4rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contents_area .center .about_area .profile ul.f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
.contents_area .center .about_area .profile ul.f_icon li i {
  margin: 0;
  font-size: 2rem;
  color: #3C3C3E;
}
.contents_area .center .about_area .profile .txt {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: left;
}
.contents_area .center .about_area .profile .txt .txt_visible {
  text-align: center;
  display: block;
}
.contents_area .center .about_area .profile .txt .txt_hidden {
  display: none;
}
.contents_area .center .about_area .profile .txt .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 1.6rem auto 0;
  padding: 0.4rem 1.6rem;
  background: #FCEB4F;
  color: #3C3C3E;
  border: solid 1px;
  border-radius: 100vh;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 4px 4px 0 #3C3C3E;
}
.contents_area .center .about_area .profile .txt .more_btn::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.4rem;
}
.contents_area .center .about_area .profile .txt .more_btn:not(.is-open)::before {
  content: "expand_circle_down";
}
.contents_area .center .about_area .profile .txt .more_btn.is-open::before {
  content: "expand_circle_up";
}
.contents_area .center .about_area .profile .txt .more_btn.is-open .close-text {
  display: inline;
}
.contents_area .center .about_area .profile .txt .more_btn.is-open .open-text {
  display: none;
}
.contents_area .center .about_area .profile .txt .more_btn .close-text {
  display: none;
}
.contents_area .center .lineup_marquee {
  overflow: hidden;
  background: #3C3C3E;
  color: #9FCDD5;
  padding: 1.6rem 0 0.8rem;
  white-space: nowrap;
}
.contents_area .center .lineup_marquee ul {
  /* animationはJSで制御 */
}
.contents_area .center .lineup_marquee li {
  display: flex;
  align-items: center;
  font-family: Gertie, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1;
  font-size: 6.4rem;
  flex-shrink: 0;
  padding: 0 0.8rem;
}
.contents_area .center .lineup_marquee .material-symbols-outlined {
  margin-left: 1.6rem;
  font-size: 5.4rem;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}
.contents_area .center .item_area {
  padding: 2.4rem 0 0;
  text-align: center;
  background: #C4A5C2;
  overflow: hidden;
  background-size: 100rem;
  white-space: pre-line;
  border-top: solid 1px;
}
.contents_area .center .item_area .notice {
  width: 83%;
  margin: 0 auto 6.4rem;
  padding: 1.6rem 1.6rem 1.6rem calc(1.6rem + 1em);
  font-size: 1rem;
  text-align: left;
  text-indent: -1em;
  background: #BB99B9;
}
.contents_area .center .item_area h2 {
  margin-bottom: 3.2rem;
}
.contents_area .center .item_area h2 .en {
  font-size: 5.6rem;
  font-weight: 400;
  font-family: Gertie, sans-serif;
  color: #2A8E9F;
  display: block;
  text-shadow: 4px 4px 0 #3C3C3E, -2px -2px 0 #3C3C3E, 2px -2px 0 #3C3C3E, -2px 2px 0 #3C3C3E, 2px 2px 0 #3C3C3E;
}
.contents_area .center .item_area h2 .jp {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  color: #3C3C3E;
  display: block;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
}
.contents_area .center .item_area article {
  margin-top: 3.2rem;
}
.contents_area .center .item_area article h3 {
  width: 25rem;
  margin: 0 auto;
  aspect-ratio: 1/0.84;
  position: relative;
}
.contents_area .center .item_area article h3 .num {
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Gertie, sans-serif;
}
.contents_area .center .item_area article h3 .lead {
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.8rem;
  text-align: center;
  z-index: 2;
}
.contents_area .center .item_area article h3 .lead span {
  padding: 0.8rem 0;
  background: #FFFFFF;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  align-self: flex-start;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  border: solid 1px;
}
.contents_area .center .item_area article h3 .cookie {
  width: 21.4rem;
  position: absolute;
  left: 2rem;
  bottom: 0;
}
.contents_area .center .item_area article h3 .souvenir {
  width: 18.4rem;
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.contents_area .center .item_area article .item_list_area {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 1.6rem 3.2rem;
  background: linear-gradient(#BB99B9, #C4A5C2);
  border-radius: 50% 50% 1.6rem 1.6rem/6rem 6rem 1.6rem 1.6rem;
  overflow: hidden;
}
.contents_area .center .item_area article .item_list_area .item_list_main {
  width: 25.6rem;
  margin: 0 auto 3.2rem;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li {
  margin-bottom: 3.2rem;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a {
  width: 100%;
  display: block;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .image {
  margin-bottom: 1.6rem;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .credit {
  line-height: 1.3;
  padding: 0;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .credit .baloon {
  margin-bottom: 0.8rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 1.6rem;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .credit .name {
  font-size: 1.3rem;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .credit .price {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
  letter-spacing: 0;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .credit .price span {
  font-size: 0.9rem;
}
.contents_area .center .item_area article .item_list_area .item_list_main > li a .credit button {
  margin: 0;
  padding: 0.4rem 1.6rem;
  background: #FCEB4F;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  color: #3C3C3E;
  border-radius: 100vh;
  border: solid 1px;
  line-height: 1;
  box-shadow: 4px 4px 0 #3C3C3E;
}
.contents_area .center .item_area article .item_list_area .item_list_sub {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.contents_area .center .item_area article .item_list_area .item_list_sub.slick-initialized {
  display: block;
  gap: 0;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li {
  padding: 1.6rem 0;
  width: calc((100% - 0.8rem) / 2);
  background: #BB99B9;
}
.slick-initialized .contents_area .center .item_area article .item_list_area .item_list_sub > li {
  width: auto;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image {
  margin-bottom: 1.6rem;
  position: relative;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image li {
  padding: 0 1.6rem 0.8rem;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots {
  position: absolute;
  bottom: -1.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: auto;
  display: flex;
  justify-content: center;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots li {
  width: 1.2rem;
  height: 1.6rem;
  margin: 0;
  padding: 0;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots li button {
  padding: 0;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots li button:before {
  font-size: 0.5rem;
  color: #FFFFFF;
  opacity: 0.5;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots li.slick-active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots li.slick-active button:before {
  color: #FFFFFF;
  opacity: 1;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .image .slick-dots li:only-child {
  display: none;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .credit {
  line-height: 1.3;
  text-align: center;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .credit .name {
  font-size: 1.3rem;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .credit .price {
  margin-bottom: 0.8rem;
  font-size: 1.7rem;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .credit .price span {
  font-size: 0.9rem;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li a .credit button {
  padding: 0.4rem 1.6rem;
  background: #FCEB4F;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  color: #3C3C3E;
  border-radius: 100vh;
  border: solid 1px;
  line-height: 1;
  box-shadow: 4px 4px 0 #3C3C3E;
  cursor: pointer;
}
.contents_area .center .item_area article .item_list_area .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 2.4rem auto 0;
  padding: 0.8rem;
  background: #FCEB4F;
  color: #3C3C3E;
  border: solid 1px;
  border-radius: 100vh;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 4px 4px 0 #3C3C3E;
}
.contents_area .center .item_area article .item_list_area .more_btn::before {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.4rem;
}
.contents_area .center .item_area article .item_list_area .more_btn:not(.is-open)::before {
  content: "expand_circle_down";
}
.contents_area .center .item_area article .item_list_area .more_btn.is-open::before {
  content: "expand_circle_up";
}
.contents_area .center .item_area article .item_list_area .more_btn.is-open .close-text {
  display: inline;
}
.contents_area .center .item_area article .item_list_area .more_btn.is-open .open-text {
  display: none;
}
.contents_area .center .item_area article .item_list_area .more_btn .close-text {
  display: none;
}
.contents_area .center .item_area article .item_list_area .item_list_sub > li:nth-child(n+5) {
  display: none;
}
.contents_area .center .item_area article.item_1 .item_list_area::before,
.contents_area .center .item_area article.item_2 .item_list_area::before {
  background: rgba(159, 205, 213, 0.5);
}
.contents_area .center .item_area .copyright {
  padding: 0 1.6rem;
  text-align: center;
  font-weight: 400;
}
.contents_area .center .item_area .copyright figure {
  width: 16rem;
  margin: 0 auto 3.2rem;
}
.contents_area .center .item_area .copyright figure a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
.contents_area .center .item_area .copyright figure a svg path {
  fill: #FFFFFF;
}
.contents_area .center .item_area .copyright small {
  text-align: center;
  font-size: 1rem;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--marquee-width)));
  }
}
@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.contents_area .side_scroll_l {
  left: -1px;
  transform-origin: left top;
  transform: rotate(90deg) translateY(-100%);
}
.contents_area .side_scroll_r {
  right: -1px;
  transform-origin: right top;
  transform: rotate(-90deg) translateY(-100%);
}

/* ---------- left ---------- */
.left_box {
  display: none;
}
@media screen and (min-width: 1024px) {
  .left_box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 37.5rem) / 2);
    position: sticky;
    top: 0;
    order: 1;
  }
}
.left_box figure {
  width: 16rem;
}

/* ---------- /left ---------- */
/* ---------- right ---------- */
.right_box {
  display: none;
}
@media screen and (min-width: 1024px) {
  .right_box {
    display: flex;
    position: sticky;
    height: 100vh;
    top: 0;
    justify-content: center;
    align-items: center;
    width: calc((100% - 37.5rem) / 2);
    order: 3;
  }
}
.right_box.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  background: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='50' height='100' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%234c4c4eff'/><path d='M12.5 0L0 25l12.5 25L25 25 12.5 0zm25 50L25 75l12.5 25L50 75 37.5 50z'  stroke-width='1' stroke='none' fill='%235b5b5dff'/><path d='M37.5 0L50 25 37.5 50 25 25zm-25 50L25 75l-12.5 25L0 75z'  stroke-width='1' stroke='none' fill='%235b5b5dff'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>") fixed;
  z-index: 9998;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.right_box.is-open {
  opacity: 1;
  visibility: visible;
}
.right_box ul.gnavi {
  margin: 2.4rem;
  padding: 6.4rem 4rem 2.4rem;
  border-radius: 100vh 100vh 0 0;
  color: #FFFFFF;
}
.right_box ul.gnavi > li {
  margin-bottom: 1.6rem;
}
.right_box ul.gnavi > li a {
  padding: 0;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
  font-family: Gertie, sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
}
.right_box ul.gnavi > li a span {
  margin-top: 0.8rem;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0.05em;
}

/* ---------- /right ---------- */
/* --------------------------------------------
 footer
-------------------------------------------- */
footer {
  width: 100%;
  padding: 9.6rem 1.6rem;
  text-align: center;
  color: #3C3C3E;
  background: #C4A5C2;
  font-weight: 400;
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a svg path {
  fill: #3C3C3E;
}
footer .f_icon {
  margin: 3.2rem auto 1.6rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2rem;
  color: #3C3C3E;
}
footer small {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */