@charset "UTF-8";
/* ファイル名:style.css */
@font-face {
  font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic";
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 100;
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 200;
  src: local("Helvetica Neue Regular");
}
:root {
  --cha-vw: 100vw;
  --cha-first-view-height: 100svh;
  --cha-contents-width: calc(calc(750 / 16 * var(--cha-rem)) + 2px);
  --cha-color-base: #0f0a00;
  --cha-color-bg: #ffffff;
  --cha-color-white: #ffffff;
  --cha-color-black: #000000;
  --cha-color-gray: #d9d7d2;
  --cha-color-gold: #4d3e21;
  --cha-breakpoints-xs: 320px;
  --cha-breakpoints-sm: 768px;
  --cha-breakpoints-md: 1024px;
  --cha-breakpoints-tb: 1340px;
  --cha-breakpoints-lg: 1440px;
  --cha-breakpoints-xl: 1680px;
  --cha-breakpoints-full: 9999px;
  --cha-design-view-width-pc: 1440px;
  --cha-design-view-width-sp: 750px;
  --cha-zindex-back: 0;
  --cha-zindex-middle: 10;
  --cha-zindex-front: 100;
  --cha-zindex-modal: 1000;
  --cha-zindex-magic: 300000;
  --cha-font-size-base-pc: calc(20 / 16 * var(--cha-rem) * 1.5);
  --cha-font-size-base-sp: calc(26 / 16 * var(--cha-rem));
  --cha-font-weight-thin: 100;
  --cha-font-weight-extralight: 200;
  --cha-font-weight-light: 300;
  --cha-font-weight-regular: 400;
  --cha-font-weight-medium: 500;
  --cha-font-weight-semibold: 600;
  --cha-font-weight-bold: 700;
  --cha-font-weight-extrabold: 800;
  --cha-font-weight-black: 900;
  --cha-font-family-base: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, メイリオ, meiryo, sans-serif;
  --cha-font-family-mincho-w3: "ヒラギノ明朝 W3 JIS2004", serif;
  --cha-font-family-mincho-w6: "ヒラギノ明朝 W6 JIS2004", serif;
  --cha-font-family-roboto: roboto, serif;
  --cha-leading-zero: 0;
  --cha-leading-none: 1;
  --cha-leading-tight: 1.2;
  --cha-leading-snug: 1.4;
  --cha-leading-half: 1.5;
  --cha-leading-base: 1.6;
  --cha-leading-relaxed: 2;
  --cha-leading-loose: 2.2;
  --cha-tracking-none: 0;
  --cha-tracking-tighter: 0.01em;
  --cha-tracking-tight: 0.025em;
  --cha-tracking-base: 0.05em;
  --cha-tracking-wide: 0.1em;
  --cha-tracking-wider: 0.2em;
  --cha-tracking-widest: 0.28em;
  --cha-ease-none: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  --cha-ease-power1-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --cha-ease-power1-inout: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --cha-ease-power1-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --cha-ease-power2-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --cha-ease-power2-inout: cubic-bezier(0.645, 0.045, 0.355, 1);
  --cha-ease-power2-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --cha-ease-power3-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --cha-ease-power3-inout: cubic-bezier(0.77, 0, 0.175, 1);
  --cha-ease-power3-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --cha-ease-power4-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --cha-ease-power4-inout: cubic-bezier(0.86, 0, 0.07, 1);
  --cha-ease-power4-out: cubic-bezier(0.23, 1, 0.32, 1);
  --cha-ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --cha-ease-expo-inout: cubic-bezier(1, 0, 0, 1);
  --cha-ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --cha-ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --cha-ease-circ-inout: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --cha-ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --cha-ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --cha-ease-back-inout: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --cha-ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --cha-ease-touken: cubic-bezier(0.17, 0.06, 0, 1);
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  :root {
    --cha-rem: calc(
      var(--cha-vw) * 0.6666666667 / 90
    );
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  :root {
    --cha-rem: calc(16px * 500 / 750);
  }
}
@media screen and (max-width: 767px) {
  :root {
    --cha-rem: calc(
      var(--cha-vw) / 46.875
    );
  }
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  /* stylelint-disable-next-line media-feature-name-no-unknown */
}
@media only screen and (min-device-pixel-ratio: 2), (resolution >= 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.container_cha {
  /* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
  /* Preferred box-sizing value */
  /* Remove list styles (bullets/numbers) */
  /* For images to not be able to exceed their container */
  /* removes spacing between cells in tables */
  /* revert the 'white-space' property for textarea elements on Safari */
}
.container_cha *:where(:not(iframe, canvas, img, svg, video, svg *)) {
  all: unset;
  display: revert;
}
.container_cha *,
.container_cha *::before,
.container_cha *::after {
  box-sizing: border-box;
}
.container_cha ol,
.container_cha ul {
  list-style: none;
}
.container_cha table {
  border-collapse: collapse;
}
.container_cha textarea {
  white-space: revert;
}
.container_cha picture {
  display: block;
}
.container_cha svg:where(:not([fill])) {
  fill: currentcolor;
}
.container_cha img,
.container_cha svg {
  pointer-events: none;
}
.container_cha a:where(:not([color])) {
  color: currentcolor;
}
.container_cha a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .container_cha a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .container_cha a:active {
    text-decoration: none;
  }
}
.container_cha a,
.container_cha button,
.container_cha input[type=button],
.container_cha input[type=submit] {
  cursor: pointer;
}
.container_cha a,
.container_cha button,
.container_cha label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container_cha sub {
  font-size: 0.8em;
  line-height: 1;
  vertical-align: sub;
}
.container_cha img,
.container_cha svg,
.container_cha video {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}
.container_cha button,
.container_cha input[type=button] {
  display: block;
}
.container_cha button:focus,
.container_cha input[type=button]:focus {
  outline: none;
}
.container_cha [v-cloak] {
  visibility: hidden;
}

.container_cha {
  position: relative;
  font-family: var(--cha-font-family-base);
  line-height: var(--cha-leading-base);
  color: var(--cha-color-base);
  letter-spacing: var(--cha-tracking-base);
  background-color: var(--cha-color-bg);
}
.container_cha:not(.is-visible) {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .container_cha {
    display: grid;
    font-size: var(--cha-font-size-base-pc);
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .container_cha {
    grid-template-columns: 1fr var(--cha-contents-width);
  }
}
@media screen and (min-width: 768px) and (min-width: 1340px) {
  .container_cha {
    grid-template-columns: 1fr var(--cha-contents-width) 1fr;
  }
}
@media screen and (max-width: 767px) {
  .container_cha {
    font-size: var(--cha-font-size-base-sp);
  }
}

.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  display: flexbox;
  display: flex;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__pagination li {
  display: inline-block;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  list-style-type: none !important;
  backface-visibility: hidden;
  -ms-flex-negative: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999999;
  border-left-color: transparent;
  border-radius: 50%;
  animation: splide-loading 1s linear infinite;
  contain: strict;
}

.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  z-index: 0;
  margin: 0 !important;
  opacity: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0;
  cursor: pointer;
  background: #cccccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  transform: translateY(-50%);
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000000;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: 1;
  padding: 0 1em;
}

.splide__pagination__page {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 3px;
  background: #cccccc;
  border: 0;
  border-radius: 50%;
  opacity: 0.7;
  transition: transform 0.2s linear;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #ffffff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

.splide__progress__bar {
  height: 3px;
  background: #cccccc;
}

.splide__slide {
  -webkit-tap-highlight-color: rgb(0 0 0/0%);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #00bbff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #00bbff;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #00bbff;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #00bbff;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #00bbff;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #00bbff;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid transparent;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000000;
}

.splide__arrows--rtl .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  right: auto;
  left: 1em;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  inset: 0 0.5em 0 auto;
  display: flexbox;
  display: flex;
  flex-direction: column;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-display-sp {
    display: none;
  }
}

.u-list {
  list-style: none;
}
.u-list > li {
  position: relative;
}
.u-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
}
.u-list li {
  list-style-type: none;
}
.u-list-disc > li {
  padding-left: 1em;
}
.u-list-disc > li::before {
  left: 0.1em;
  content: "・";
}
.u-list-note > li {
  padding-left: 1.5em;
}
.u-list-note > li::before {
  left: 0;
  content: "※";
}
.u-list-decimal {
  counter-reset: item;
}
.u-list-decimal > li {
  padding-left: 2.3em;
}
.u-list-decimal > li::before {
  justify-content: flex-end;
  white-space: nowrap;
  content: counters(item, "-") ". ";
  counter-increment: item;
}

.u-marker {
  color: var(--color-white);
  background-image: linear-gradient(transparent 15%, #ff305f 15%);
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
@media screen and (min-width: 768px) {
  .u-marker {
    padding: 0 calc(2 / 16 * var(--cha-rem) * 1.5) calc(2 / 16 * var(--cha-rem) * 1.5);
  }
}
@media screen and (max-width: 767px) {
  .u-marker {
    padding: 0 calc(2 / 16 * var(--cha-rem)) calc(2 / 16 * var(--cha-rem));
  }
}

.u-order-1 {
  order: 1;
}
@media screen and (min-width: 768px) {
  .u-order-1-pc {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .u-order-1-sp {
    order: 1;
  }
}
.u-order-2 {
  order: 2;
}
@media screen and (min-width: 768px) {
  .u-order-2-pc {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .u-order-2-sp {
    order: 2;
  }
}
.u-order-3 {
  order: 3;
}
@media screen and (min-width: 768px) {
  .u-order-3-pc {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .u-order-3-sp {
    order: 3;
  }
}
.u-order-4 {
  order: 4;
}
@media screen and (min-width: 768px) {
  .u-order-4-pc {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .u-order-4-sp {
    order: 4;
  }
}
.u-order-5 {
  order: 5;
}
@media screen and (min-width: 768px) {
  .u-order-5-pc {
    order: 5;
  }
}
@media screen and (max-width: 767px) {
  .u-order-5-sp {
    order: 5;
  }
}

.breadcrumb_cha .fsc_gfooter__breadcrumb {
  margin-top: 0;
}

#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}

@keyframes hover-fade-cha {
  0%, 100% {
    opacity: 1;
  }
  12% {
    opacity: 0.6;
  }
}
.c-hover_cha.is-hover {
  animation: hover-fade-cha 1100ms var(--cha-ease-power2-out);
}
.c-hover_cha-parent.is-hover .c-hover_cha-child {
  animation: hover-fade-cha 1100ms var(--cha-ease-power2-out);
}

.c-tile_cha {
  overflow: hidden;
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  border-top-style: solid;
  border-top-width: calc(2 / 16 * var(--cha-rem));
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
}
.c-tile_cha-group {
  overflow: hidden;
}
.c-tile_cha-group[data-tile-reversed] .c-tile_cha-cell {
  clip-path: polygon(-100% 100%, 100% -100%, 100% -100%, -100% 100%);
  pointer-events: none;
  visibility: hidden;
}
.c-tile_cha-group[data-tile-reversed=false] .c-tile_cha-cell:nth-child(-n+8), .c-tile_cha-group[data-tile-reversed=true] .c-tile_cha-cell:nth-child(n+9) {
  z-index: 1;
  clip-path: polygon(-100% 100%, 100% -100%, 200% 0, 0 200%);
  pointer-events: auto;
  visibility: visible;
}
.c-tile_cha-group.is-ready .c-tile_cha-cell {
  transition: clip-path 0s 3000ms, visibility 0s 3000ms;
}
.c-tile_cha-group.is-ready[data-tile-reversed=false] .c-tile_cha-cell:nth-child(-n+8), .c-tile_cha-group.is-ready[data-tile-reversed=true] .c-tile_cha-cell:nth-child(n+9) {
  transition: clip-path 960ms var(--cha-ease-touken) calc(var(--cha-custom-index) * 160ms), visibility 0s;
}
.c-tile_cha-wrapper {
  display: grid;
  grid-template-areas: "t1 t2 t3 t4" "t5 t6 t7 t8";
  margin-right: calc(-3 / 16 * var(--cha-rem));
  margin-left: calc(-2 / 16 * var(--cha-rem));
}
.c-tile_cha-cell {
  display: block;
  overflow: hidden;
  background-color: var(--cha-color-white);
}
.c-tile_cha-cell img {
  position: relative;
  left: calc(-1 / 16 * var(--cha-rem));
  width: calc(100% + calc(2 / 16 * var(--cha-rem)));
}
.c-tile_cha-cell-01 {
  grid-area: t1;
}
.c-tile_cha-cell-02 {
  grid-area: t2;
}
.c-tile_cha-cell-03 {
  grid-area: t3;
}
.c-tile_cha-cell-04 {
  grid-area: t4;
}
.c-tile_cha-cell-05 {
  grid-area: t5;
}
.c-tile_cha-cell-06 {
  grid-area: t6;
}
.c-tile_cha-cell-07 {
  grid-area: t7;
}
.c-tile_cha-cell-08 {
  grid-area: t8;
}
.c-tile_cha-cell-05, .c-tile_cha-cell-06, .c-tile_cha-cell-07, .c-tile_cha-cell-08 {
  margin-top: calc(-2 / 16 * var(--cha-rem));
}

.page_cha-heading {
  margin: 0 auto;
  color: #bbbbbb;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page_cha-heading {
    padding: 8px;
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .page_cha-heading {
    box-sizing: content-box;
    max-width: 1170px;
    padding: 12px 16px;
    font-size: 12px;
  }
}

.loading_cha {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--cha-zindex-magic);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cha-color-beige);
  background-image: url(../images/material/bg01_repeat.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: calc(111 / 16 * var(--cha-rem)) auto;
}
.loading_cha-text {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .loading_cha-text {
    width: calc(118 / 16 * var(--cha-rem) * 1.5);
  }
}
@media screen and (max-width: 767px) {
  .loading_cha-text {
    width: calc(181 / 16 * var(--cha-rem));
  }
}
.loading_cha-text img {
  display: block;
  width: 100%;
  height: auto;
}

.contents_cha {
  position: relative;
  background-color: var(--cha-color-beige);
  background-image: url(../images/material/bg01_repeat.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: calc(111 / 16 * var(--cha-rem)) auto;
}
@media screen and (min-width: 768px) {
  .contents_cha {
    overflow: hidden;
  }
}
.contents_cha-body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents_cha-body {
    padding-right: 1px;
    padding-left: 1px;
    background-image: url("../images/material/separator_y.jpg"), url("../images/material/separator_y.jpg");
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
    background-size: 1px auto;
  }
}

@media screen and (max-width: 767px) {
  .cover_cha {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cover_cha {
    position: sticky;
    top: 0;
    height: 100dvh;
    background-color: var(--cha-color-beige);
    background-image: url(../images/material/bg01_repeat.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: calc(111 / 16 * var(--cha-rem)) auto;
  }
}
.cover_cha-body {
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover_cha-logo {
  position: absolute;
  top: calc(50% - calc(266 / 16 * var(--cha-rem) * 1.5));
  left: calc(50% - calc(160 / 16 * var(--cha-rem) * 1.5));
  width: calc(289 / 16 * var(--cha-rem) * 1.5);
}
@media screen and (height <= 540px) {
  .cover_cha-logo {
    display: none;
  }
}
.cover_cha-sakura {
  position: absolute;
}
.cover_cha-sakura-01 {
  top: calc(50% - calc(400 / 16 * var(--cha-rem) * 1.5));
  left: calc(50% + calc(115 / 16 * var(--cha-rem) * 1.5));
  width: calc(354 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-sakura-02 {
  right: calc(50% + calc(54 / 16 * var(--cha-rem) * 1.5));
  bottom: calc(50% - calc(466 / 16 * var(--cha-rem) * 1.5));
  width: calc(430 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover_cha-bg-blur {
  position: absolute;
}
.cover_cha-bg-blur-01 {
  top: 0;
  right: calc(-510 / 16 * var(--cha-rem));
  width: calc(766 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-bg-blur-02 {
  bottom: 0;
  left: 0;
  width: calc(521 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-bg-cloud {
  position: absolute;
}
.cover_cha-bg-cloud-01 {
  top: calc(50% - calc(423 / 16 * var(--cha-rem) * 1.5));
  right: calc(50% + calc(32 / 16 * var(--cha-rem) * 1.5));
  width: calc(203 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-bg-cloud-02 {
  bottom: calc(50% - calc(131 / 16 * var(--cha-rem) * 1.5));
  left: calc(50% + calc(56 / 16 * var(--cha-rem) * 1.5));
  width: calc(254 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-bg-cloud-03 {
  right: calc(50% + calc(59 / 16 * var(--cha-rem) * 1.5));
  bottom: calc(50% - calc(362 / 16 * var(--cha-rem) * 1.5));
  width: calc(176 / 16 * var(--cha-rem) * 1.5);
}
.cover_cha-bg-sakura {
  position: absolute;
  top: calc(50% - calc(408 / 16 * var(--cha-rem) * 1.5));
  left: calc(50% - calc(235 / 16 * var(--cha-rem) * 1.5));
  width: calc(475 / 16 * var(--cha-rem) * 1.5);
}

.prologue_cha {
  position: relative;
  overflow: hidden;
}
.prologue_cha-body {
  position: relative;
  z-index: 1;
}
.prologue_cha-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .prologue_cha-bg {
    --cha-offset: 0px;
  }
}
@media screen and (min-width: 768px) {
  .prologue_cha-bg {
    --cha-offset: calc(-264 / 16 * var(--cha-rem));
  }
}
.prologue_cha-bg-blur {
  position: absolute;
}
.prologue_cha-bg-blur-01 {
  top: calc(-100 / 16 * var(--cha-rem));
  left: 0;
  width: calc(485 / 16 * var(--cha-rem));
}
.prologue_cha-bg-blur-02 {
  top: calc(290 / 16 * var(--cha-rem));
  right: 0;
  width: calc(449 / 16 * var(--cha-rem));
}
.prologue_cha-bg-blur-03 {
  top: calc(var(--cha-offset) + calc(510 / 16 * var(--cha-rem)));
  left: 0;
  width: calc(423 / 16 * var(--cha-rem));
}
.prologue_cha-bg-cloud {
  position: absolute;
}
.prologue_cha-bg-cloud-01 {
  top: calc(371 / 16 * var(--cha-rem));
  right: 0;
  width: calc(214 / 16 * var(--cha-rem));
}
.prologue_cha-bg-cloud-02 {
  top: calc(523 / 16 * var(--cha-rem));
  left: 0;
  width: calc(345 / 16 * var(--cha-rem));
}
.prologue_cha-bg-cloud-03 {
  top: calc(var(--cha-offset) + calc(1002 / 16 * var(--cha-rem)));
  right: 0;
  width: calc(249 / 16 * var(--cha-rem));
}
.prologue_cha-bg-cloud-04 {
  top: calc(var(--cha-offset) + calc(1193 / 16 * var(--cha-rem)));
  left: 0;
  width: calc(279 / 16 * var(--cha-rem));
}
.prologue_cha-bg-sakura {
  position: absolute;
  top: calc(var(--cha-offset) + calc(382 / 16 * var(--cha-rem)));
  left: 0;
  width: calc(726 / 16 * var(--cha-rem));
}

.mv_cha {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .mv_cha-tile-01 .c-tile_cha {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .mv_cha-tile-02 {
    margin-top: calc(-2 / 16 * var(--cha-rem));
  }
  .mv_cha-tile-02 .c-tile_cha {
    border-top: 0;
  }
}
.mv_cha-tile-01 .c-tile_cha-cell-01 {
  --cha-custom-index: 0;
}
.mv_cha-tile-01 .c-tile_cha-cell-02, .mv_cha-tile-01 .c-tile_cha-cell-05, .mv_cha-tile-01 .c-tile_cha-cell-06 {
  --cha-custom-index: 1;
}
.mv_cha-tile-01 .c-tile_cha-cell-03, .mv_cha-tile-01 .c-tile_cha-cell-07, .mv_cha-tile-02 .c-tile_cha-cell-01, .mv_cha-tile-02 .c-tile_cha-cell-02, .mv_cha-tile-02 .c-tile_cha-cell-03 {
  --cha-custom-index: 2;
}
.mv_cha-tile-01 .c-tile_cha-cell-04, .mv_cha-tile-01 .c-tile_cha-cell-08, .mv_cha-tile-02 .c-tile_cha-cell-04, .mv_cha-tile-02 .c-tile_cha-cell-05, .mv_cha-tile-02 .c-tile_cha-cell-06, .mv_cha-tile-02 .c-tile_cha-cell-07, .mv_cha-tile-02 .c-tile_cha-cell-08 {
  --cha-custom-index: 3;
}
@media screen and (max-width: 767px) {
  .mv_cha-body {
    height: calc(260 / 16 * var(--cha-rem));
    padding-left: calc(6 / 16 * var(--cha-rem));
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .mv_cha-body {
    display: none;
  }
}
.mv_cha-logo {
  width: calc(589 / 16 * var(--cha-rem));
}
@media screen and (max-width: 767px) {
  .mv_cha-sakura {
    position: absolute;
    z-index: 2;
  }
  .mv_cha-sakura-01 {
    top: calc(478 / 16 * var(--cha-rem));
    left: 0;
    width: calc(91 / 16 * var(--cha-rem));
  }
  .mv_cha-sakura-02 {
    top: calc(300 / 16 * var(--cha-rem));
    right: 0;
    width: calc(127 / 16 * var(--cha-rem));
  }
}
@media screen and (min-width: 768px) {
  .mv_cha-sakura {
    display: none;
  }
}

.intro_cha {
  position: relative;
  padding-bottom: calc(56 / 16 * var(--cha-rem));
  margin-top: calc(72 / 16 * var(--cha-rem));
}
.intro_cha-copy {
  position: relative;
  width: calc(584 / 16 * var(--cha-rem));
  margin: 0 auto;
}
.intro_cha-copy-text {
  position: relative;
  z-index: 1;
}
.intro_cha-copy-fude {
  position: absolute;
}
.intro_cha-copy-fude-01 {
  top: calc(41 / 16 * var(--cha-rem));
  left: calc(305 / 16 * var(--cha-rem));
  width: calc(114 / 16 * var(--cha-rem)) !important;
}
.intro_cha-copy-fude-02 {
  bottom: calc(-10 / 16 * var(--cha-rem));
  left: calc(368 / 16 * var(--cha-rem));
  width: calc(221 / 16 * var(--cha-rem)) !important;
}
.intro_cha-description {
  margin-top: calc(25 / 16 * var(--cha-rem));
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(24 / 16 * var(--cha-rem));
  text-align: center;
}
.intro_cha-about {
  margin-top: calc(57 / 16 * var(--cha-rem));
}
.intro_cha-about-heading {
  width: calc(205 / 16 * var(--cha-rem));
  height: calc(44 / 16 * var(--cha-rem));
  margin: 0 auto;
  background-image: url("../images/intro_heading01_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro_cha-about-heading img {
  width: calc(130 / 16 * var(--cha-rem));
}
.intro_cha-about-order {
  width: calc(468 / 16 * var(--cha-rem));
  margin: calc(30 / 16 * var(--cha-rem)) auto 0;
}
.intro_cha-about-delivery {
  position: relative;
  width: calc(540 / 16 * var(--cha-rem));
  padding-top: calc(26 / 16 * var(--cha-rem));
  margin: calc(34 / 16 * var(--cha-rem)) auto 0;
  border-top: 1px dashed var(--cha-color-gray);
}
.intro_cha-about-delivery-text {
  margin-right: -1em;
  margin-left: -1em;
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(26 / 16 * var(--cha-rem));
  line-height: var(--cha-leading-snug);
  text-align: center;
}
.intro_cha-about-delivery-note {
  margin-top: calc(5 / 16 * var(--cha-rem));
  font-family: var(--cha-font-family-mincho-w3);
  font-size: calc(20 / 16 * var(--cha-rem));
  line-height: var(--cha-leading-half);
  text-align: center;
}
.intro_cha-about-delivery-chara {
  position: absolute;
}
.intro_cha-about-delivery-chara-01 {
  right: calc(50% + calc(212 / 16 * var(--cha-rem)));
  bottom: calc(3 / 16 * var(--cha-rem));
  width: calc(105 / 16 * var(--cha-rem));
}
.intro_cha-about-delivery-chara-02 {
  bottom: calc(3 / 16 * var(--cha-rem));
  left: calc(50% + calc(212 / 16 * var(--cha-rem)));
  width: calc(105 / 16 * var(--cha-rem));
}
.intro_cha-sakura {
  position: absolute;
}
.intro_cha-sakura-01 {
  top: calc(199 / 16 * var(--cha-rem));
  left: 0;
  width: calc(129 / 16 * var(--cha-rem));
}
.intro_cha-sakura-02 {
  top: calc(142 / 16 * var(--cha-rem));
  right: 0;
  width: calc(137 / 16 * var(--cha-rem));
}

.item_cha.is-active .item_cha-title-grip {
  left: calc(-4 / 16 * var(--cha-rem));
  transition: left 1320ms var(--cha-ease-expo-out);
}
@media screen and (max-width: 767px) {
  .item_cha.is-active .item_cha-title-grip {
    transition-duration: 1800ms;
  }
}
.item_cha.is-active .item_cha-title-text {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 1320ms var(--cha-ease-expo-out);
}
@media screen and (max-width: 767px) {
  .item_cha.is-active .item_cha-title-text {
    transition-duration: 1800ms;
  }
}
.item_cha-list {
  padding-top: calc(20 / 16 * var(--cha-rem));
  overflow: hidden;
}
.item_cha-01 .item_cha-single:nth-of-type(1) .item_cha-single-info-chara-item {
  bottom: 0;
  left: 0;
  width: calc(346 / 16 * var(--cha-rem));
}
.item_cha-01 .item_cha-single:nth-of-type(1) .item_cha-single-info-chara-name {
  bottom: calc(80 / 16 * var(--cha-rem));
  left: calc(14 / 16 * var(--cha-rem));
}
.item_cha-01 .item_cha-single:nth-of-type(2) .item_cha-single-info-chara-item {
  bottom: 0;
  left: 0;
  width: calc(482 / 16 * var(--cha-rem));
}
.item_cha-01 .item_cha-single:nth-of-type(2) .item_cha-single-info-chara-name {
  bottom: calc(80 / 16 * var(--cha-rem));
  left: calc(14 / 16 * var(--cha-rem));
}
.item_cha-08 .item_cha-slider-info {
  height: calc(210 / 16 * var(--cha-rem));
}
.item_cha-09 .item_cha-single-info {
  height: calc(250 / 16 * var(--cha-rem));
}
.item_cha-09 .item_cha-single-info-chara-item:nth-of-type(1) {
  bottom: calc(196 / 16 * var(--cha-rem));
  left: calc(65 / 16 * var(--cha-rem));
  width: calc(114 / 16 * var(--cha-rem));
}
.item_cha-09 .item_cha-single-info-chara-item:nth-of-type(1) .item_cha-single-info-chara-name {
  top: 0;
  left: calc(-50 / 16 * var(--cha-rem));
}
.item_cha-09 .item_cha-single-info-chara-item:nth-of-type(2) {
  bottom: calc(34 / 16 * var(--cha-rem));
  left: calc(114 / 16 * var(--cha-rem));
  width: calc(114 / 16 * var(--cha-rem));
}
.item_cha-09 .item_cha-single-info-chara-item:nth-of-type(2) .item_cha-single-info-chara-name {
  top: 0;
  left: calc(-50 / 16 * var(--cha-rem));
}
.item_cha-title {
  position: relative;
  z-index: 10;
  height: calc(208 / 16 * var(--cha-rem));
  background-image: url("../images/material/paper01.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.item_cha-title-grip {
  position: absolute;
  top: calc(-15 / 16 * var(--cha-rem));
  left: calc(min(var(--cha-contents-width), 100vw) - calc(14 / 16 * var(--cha-rem)));
  width: calc(35 / 16 * var(--cha-rem));
}
.item_cha-title-text {
  display: block;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  background-image: url("../images/item_makimono_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.item_cha-gallery {
  position: relative;
}
.item_cha-gallery-list {
  display: flex;
}
.item_cha-gallery-item {
  flex: none;
  width: 100%;
}
.item_cha-gallery .splide__pagination {
  position: absolute;
  inset: calc(28 / 16 * var(--cha-rem)) calc(28 / 16 * var(--cha-rem)) auto auto;
  display: flex;
  column-gap: calc(8 / 16 * var(--cha-rem));
  padding: 0;
}
.item_cha-gallery .splide__pagination li {
  flex: none;
  width: calc(20 / 16 * var(--cha-rem));
  height: calc(20 / 16 * var(--cha-rem));
}
.item_cha-gallery .splide__pagination button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  transform: none;
}
.item_cha-gallery .splide__pagination button.is-active::after {
  opacity: 1;
}
.item_cha-gallery .splide__pagination button::before, .item_cha-gallery .splide__pagination button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.item_cha-gallery .splide__pagination button::before {
  background-image: url("../images/item_gallery_dot_off.png");
}
.item_cha-gallery .splide__pagination button::after {
  background-image: url("../images/item_gallery_dot_on.png");
  opacity: 0;
  transition: opacity 200ms ease;
}
.item_cha-single:not(.item_cha-single-has-character) .item_cha-single-info-body {
  justify-content: space-between;
  padding-top: calc(26 / 16 * var(--cha-rem));
  padding-left: calc(34 / 16 * var(--cha-rem));
}
.item_cha-single-info {
  position: relative;
  height: calc(218 / 16 * var(--cha-rem));
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  border-top-style: solid;
  border-top-width: calc(2 / 16 * var(--cha-rem));
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-single-info-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(20 / 16 * var(--cha-rem)) 0 calc(28 / 16 * var(--cha-rem)) calc(272 / 16 * var(--cha-rem));
}
.item_cha-single-info-name {
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(26 / 16 * var(--cha-rem));
  line-height: var(--cha-leading-snug);
}
.item_cha-single-info-price {
  display: flex;
  align-items: baseline;
  margin-top: calc(6 / 16 * var(--cha-rem));
  font-family: var(--cha-font-family-mincho-w6);
  line-height: var(--cha-leading-none);
}
.item_cha-single-info-price-unit {
  font-size: calc(20 / 16 * var(--cha-rem));
}
.item_cha-single-info-price-number {
  font-size: calc(26 / 16 * var(--cha-rem));
}
.item_cha-single-info-price-tax {
  font-size: calc(20 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_cha-single-info-bg-blur {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(553 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg-cloud {
  position: absolute;
}
.item_cha-single-info-bg-cloud-01 {
  top: 0;
  right: 0;
  width: calc(188 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg-cloud-02 {
  top: calc(117 / 16 * var(--cha-rem));
  left: calc(180 / 16 * var(--cha-rem));
  width: calc(224 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg-cloud-03 {
  top: calc(38 / 16 * var(--cha-rem));
  left: 0;
  width: calc(132 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg-sakura {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.item_cha-single-info-bg-sakura-01 {
  top: calc(-23 / 16 * var(--cha-rem));
  right: 0;
  width: calc(113 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg-sakura-02 {
  top: calc(20 / 16 * var(--cha-rem));
  right: calc(123 / 16 * var(--cha-rem));
  width: calc(405 / 16 * var(--cha-rem));
}
.item_cha-single-info-bg-sakura-03 {
  top: calc(20 / 16 * var(--cha-rem));
  right: calc(124 / 16 * var(--cha-rem));
  width: calc(552 / 16 * var(--cha-rem));
}
.item_cha-single-info-chara {
  pointer-events: none;
}
.item_cha-single-info-chara-item {
  position: absolute;
}
.item_cha-single-info-chara-name {
  position: absolute;
  width: calc(40 / 16 * var(--cha-rem));
}
.item_cha-single-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc(328 / 16 * var(--cha-rem));
}
.item_cha-single-detail-link {
  position: relative;
  display: block;
}
.item_cha-single-detail-link::before {
  clip-path: polygon(calc(42 / 16 * var(--cha-rem)) 0, 100% 0, 100% 100%, calc(2 / 16 * var(--cha-rem)) 100%);
  content: "";
  background-color: var(--cha-color-white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_cha-single-detail-link img {
  position: relative;
}
.item_cha-slider-nav {
  position: relative;
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  border-top-style: solid;
  border-top-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="3"] .item_cha-slider-nav-item, .item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item, .item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item {
  width: 33.3333333333%;
}
.item_cha-slider-nav[data-total-slides="3"] .item_cha-slider-nav-item:nth-child(2)::before, .item_cha-slider-nav[data-total-slides="3"] .item_cha-slider-nav-item:nth-child(3)::before {
  border-left-style: solid;
  border-left-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="4"] .item_cha-slider-nav-item {
  width: 50%;
}
.item_cha-slider-nav[data-total-slides="4"] .item_cha-slider-nav-item:nth-child(1)::before, .item_cha-slider-nav[data-total-slides="4"] .item_cha-slider-nav-item:nth-child(2)::before {
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="4"] .item_cha-slider-nav-item:nth-child(2)::before, .item_cha-slider-nav[data-total-slides="4"] .item_cha-slider-nav-item:nth-child(4)::before {
  border-left-style: solid;
  border-left-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(1)::before, .item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(2)::before, .item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(3)::before {
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(2)::before, .item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(3)::before, .item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(4)::before, .item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(5)::before {
  border-left-style: solid;
  border-left-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="5"] .item_cha-slider-nav-item:nth-child(5)::before {
  border-right-style: solid;
  border-right-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="5"]::before, .item_cha-slider-nav[data-total-slides="5"]::after {
  position: absolute;
  z-index: -1;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.item_cha-slider-nav[data-total-slides="5"]::before {
  bottom: 0;
  left: 0;
  width: calc(154 / 16 * var(--cha-rem));
  height: calc(88 / 16 * var(--cha-rem));
  background-image: url("../images/item_slider_nav_blur01.png");
}
.item_cha-slider-nav[data-total-slides="5"]::after {
  right: 0;
  bottom: 0;
  width: calc(152 / 16 * var(--cha-rem));
  height: calc(88 / 16 * var(--cha-rem));
  background-image: url("../images/item_slider_nav_blur02.png");
}
.item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(1)::before, .item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(2)::before, .item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(3)::before {
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(2)::before, .item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(3)::before, .item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(5)::before, .item_cha-slider-nav[data-total-slides="6"] .item_cha-slider-nav-item:nth-child(6)::before {
  border-left-style: solid;
  border-left-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item_cha-slider-nav-item {
  position: relative;
  flex: none;
}
.item_cha-slider-nav-item::before {
  z-index: 1;
  pointer-events: none;
  content: "";
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_cha-slider-nav-button {
  position: relative;
  display: block;
  background-color: var(--cha-color-white);
}
.item_cha-slider-nav-button.is-active::after {
  opacity: 0;
}
.item_cha-slider-nav-button.is-active img {
  animation: hover-fade-cha 1100ms var(--cha-ease-power2-out);
}
@media (hover: hover) {
  .item_cha-slider-nav-button:hover::after {
    opacity: 0;
  }
}
@media (hover: none) {
  .item_cha-slider-nav-button:active::after {
    opacity: 0;
  }
}
.item_cha-slider-nav-button::after {
  pointer-events: none;
  content: "";
  background-color: var(--cha-color-black);
  opacity: 0.65;
  transition: opacity 200ms ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_cha-slider-container {
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  border-top-style: solid;
  border-top-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-list {
  display: flex;
}
.item_cha-slider-item {
  flex: none;
  width: calc(622 / 16 * var(--cha-rem));
}
.item_cha-slider-inner {
  position: relative;
  left: calc(64 / 16 * var(--cha-rem));
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  border-left-style: solid;
  border-left-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-info {
  position: relative;
  height: calc(182 / 16 * var(--cha-rem));
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
  border-top-style: solid;
  border-top-width: calc(2 / 16 * var(--cha-rem));
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
}
.item_cha-slider-info-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: calc(21 / 16 * var(--cha-rem)) 0 calc(34 / 16 * var(--cha-rem)) calc(24 / 16 * var(--cha-rem));
}
.item_cha-slider-info-name {
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(26 / 16 * var(--cha-rem));
  line-height: var(--cha-leading-snug);
}
.item_cha-slider-info-price {
  display: flex;
  align-items: baseline;
  margin-top: calc(8 / 16 * var(--cha-rem));
  font-family: var(--cha-font-family-mincho-w6);
  line-height: var(--cha-leading-none);
}
.item_cha-slider-info-price-unit {
  font-size: calc(20 / 16 * var(--cha-rem));
}
.item_cha-slider-info-price-number {
  font-size: calc(26 / 16 * var(--cha-rem));
}
.item_cha-slider-info-price-tax {
  font-size: calc(20 / 16 * var(--cha-rem));
}
.item_cha-slider-info-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_cha-slider-info-bg-blur {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(553 / 16 * var(--cha-rem));
}
.item_cha-slider-info-bg-cloud {
  position: absolute;
}
.item_cha-slider-info-bg-cloud-01 {
  top: 0;
  right: 0;
  width: calc(191 / 16 * var(--cha-rem));
}
.item_cha-slider-info-bg-cloud-02 {
  bottom: 0;
  left: 0;
  width: calc(162 / 16 * var(--cha-rem));
}
.item_cha-slider-info-bg-sakura {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.item_cha-slider-info-bg-sakura-01 {
  top: calc(-28 / 16 * var(--cha-rem));
  right: 0;
  width: calc(130 / 16 * var(--cha-rem));
}
.item_cha-slider-info-bg-sakura-02 {
  top: calc(14 / 16 * var(--cha-rem));
  right: calc(148 / 16 * var(--cha-rem));
  width: calc(449 / 16 * var(--cha-rem));
}
.item_cha-slider-info-chara {
  pointer-events: none;
}
.item_cha-slider-info-chara-item {
  position: absolute;
}
.item_cha-slider-info-chara-name {
  position: absolute;
  width: calc(40 / 16 * var(--cha-rem));
}
.item_cha-slider-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc(328 / 16 * var(--cha-rem));
}
.item_cha-slider-detail-link {
  position: relative;
  display: block;
}
.item_cha-slider-detail-link::before {
  clip-path: polygon(calc(42 / 16 * var(--cha-rem)) 0, 100% 0, 100% 100%, calc(2 / 16 * var(--cha-rem)) 100%);
  content: "";
  background-color: var(--cha-color-white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item_cha-slider-detail-link img {
  position: relative;
}

.all-items_cha .c-tile_cha:first-of-type {
  border-top: 0;
}
.all-items_cha .c-tile_cha + .c-tile_cha {
  margin-top: calc(-4 / 16 * var(--cha-rem));
  border-top: 0;
}

.info_cha {
  position: relative;
}
.info_cha-body {
  position: relative;
  z-index: 1;
  padding: calc(109 / 16 * var(--cha-rem)) calc(50 / 16 * var(--cha-rem)) calc(80 / 16 * var(--cha-rem));
}
.info_cha-frame {
  position: relative;
  width: calc(650 / 16 * var(--cha-rem));
  padding: calc(27 / 16 * var(--cha-rem)) calc(40 / 16 * var(--cha-rem)) calc(38 / 16 * var(--cha-rem));
  background-image: url("../images/info_frame_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-style: solid;
  border-top-width: calc(2 / 16 * var(--cha-rem));
  border-right-style: solid;
  border-right-width: calc(2 / 16 * var(--cha-rem));
  border-bottom-style: solid;
  border-bottom-width: calc(2 / 16 * var(--cha-rem));
  border-left-style: solid;
  border-left-width: calc(2 / 16 * var(--cha-rem));
  border-color: #fefe94;
  border-image-source: url("../images/material/border_frame.png");
  border-image-slice: 2;
}
.info_cha-heading {
  position: absolute;
  top: calc(-23 / 16 * var(--cha-rem));
  right: 0;
  left: 0;
  width: calc(205 / 16 * var(--cha-rem));
  height: calc(44 / 16 * var(--cha-rem));
  margin: 0 auto;
  background-image: url("../images/intro_heading01_bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_cha-heading img {
  width: calc(130 / 16 * var(--cha-rem));
}
.info_cha-order {
  width: calc(468 / 16 * var(--cha-rem));
  margin: calc(30 / 16 * var(--cha-rem)) auto 0;
}
.info_cha-delivery {
  position: relative;
  padding-top: calc(22 / 16 * var(--cha-rem));
  margin: calc(34 / 16 * var(--cha-rem)) auto 0;
  border-top: 1px dashed var(--cha-color-gray);
}
.info_cha-delivery-text {
  margin-right: -1em;
  margin-left: -1em;
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(26 / 16 * var(--cha-rem));
  text-align: center;
}
.info_cha-delivery-note {
  margin-top: calc(5 / 16 * var(--cha-rem));
  font-family: var(--cha-font-family-mincho-w3);
  font-size: calc(20 / 16 * var(--cha-rem));
  line-height: var(--cha-leading-half);
  text-align: center;
}
.info_cha-line {
  margin-top: calc(30 / 16 * var(--cha-rem));
  background: var(--cha-color-white);
}
.info_cha-line-link {
  display: flex;
  column-gap: calc(40 / 16 * var(--cha-rem));
  align-items: center;
  width: calc(570 / 16 * var(--cha-rem));
  height: calc(163 / 16 * var(--cha-rem));
  padding: 0 calc(50 / 16 * var(--cha-rem));
  background-image: url("../images/info_line_bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.info_cha-line-icon {
  width: calc(80 / 16 * var(--cha-rem));
}
.info_cha-line-text {
  margin-right: -1em;
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(20 / 16 * var(--cha-rem));
  line-height: var(--cha-leading-snug);
  color: var(--cha-color-white);
}
.info_cha-sakura {
  position: absolute;
}
.info_cha-sakura-01 {
  top: calc(274 / 16 * var(--cha-rem));
  left: calc(-34 / 16 * var(--cha-rem));
  width: calc(131 / 16 * var(--cha-rem));
}
.info_cha-sakura-02 {
  top: calc(39 / 16 * var(--cha-rem));
  right: 0;
  width: calc(133 / 16 * var(--cha-rem));
}
.info_cha-sakura-03 {
  top: calc(-5 / 16 * var(--cha-rem));
  left: calc(92 / 16 * var(--cha-rem));
  width: calc(583 / 16 * var(--cha-rem));
}
.info_cha-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_cha-bg-blur {
  position: absolute;
}
.info_cha-bg-blur-01 {
  top: calc(-210 / 16 * var(--cha-rem));
  left: 0;
  width: calc(520 / 16 * var(--cha-rem));
}
.info_cha-bg-blur-02 {
  top: calc(430 / 16 * var(--cha-rem));
  right: 0;
  width: calc(492 / 16 * var(--cha-rem));
}
.info_cha-bg-blur-03 {
  top: calc(1370 / 16 * var(--cha-rem));
  left: 0;
  width: calc(621 / 16 * var(--cha-rem));
}
.info_cha-bg-cloud {
  position: absolute;
}
.info_cha-bg-cloud-01 {
  top: calc(31 / 16 * var(--cha-rem));
  right: 0;
  width: calc(228 / 16 * var(--cha-rem));
}
.info_cha-bg-cloud-02 {
  top: calc(532 / 16 * var(--cha-rem));
  left: 0;
  width: calc(211 / 16 * var(--cha-rem));
}

.notice_cha {
  margin-top: calc(72 / 16 * var(--cha-rem));
}
.notice_cha-heading {
  padding: calc(7 / 16 * var(--cha-rem));
  margin-bottom: calc(31 / 16 * var(--cha-rem));
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(26 / 16 * var(--cha-rem));
  text-align: center;
  border: 1px solid currentcolor;
  border-radius: calc(4 / 16 * var(--cha-rem));
}
.notice_cha-block + .notice_cha-block {
  margin-top: calc(24 / 16 * var(--cha-rem));
}
.notice_cha-label {
  position: relative;
  padding-left: 0.9em;
  margin-bottom: calc(17 / 16 * var(--cha-rem));
  font-size: calc(24 / 16 * var(--cha-rem));
  font-weight: var(--cha-font-weight-bold);
}
.notice_cha-label::before {
  position: absolute;
  top: calc(16 / 16 * var(--cha-rem));
  left: 0;
  width: calc(8 / 16 * var(--cha-rem));
  height: calc(8 / 16 * var(--cha-rem));
  content: "";
  background-color: currentcolor;
  transform: rotate(45deg);
}
.notice_cha-text {
  font-size: calc(22 / 16 * var(--cha-rem));
  text-align: justify;
}
.notice_cha-text + .notice_cha-text {
  margin-top: calc(8 / 16 * var(--cha-rem));
}

.share_cha-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(20 / 16 * var(--cha-rem));
}
.share_cha-button {
  position: relative;
  background-color: var(--cha-color-white);
}
.share_cha-button-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(28 / 16 * var(--cha-rem));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share_cha-button-text {
  font-family: var(--cha-font-family-mincho-w6);
  font-size: calc(24 / 16 * var(--cha-rem));
  color: var(--cha-color-white);
}
.share_cha-button-icon {
  flex: none;
  width: calc(24 / 16 * var(--cha-rem));
  height: calc(24 / 16 * var(--cha-rem));
  border: 1px solid var(--cha-color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_cha-button-icon img {
  width: calc(12 / 16 * var(--cha-rem));
}

.outro_cha-container {
  position: relative;
  padding: calc(50 / 16 * var(--cha-rem)) calc(50 / 16 * var(--cha-rem)) calc(44 / 16 * var(--cha-rem));
}
.outro_cha-body {
  position: relative;
  z-index: 1;
}
.outro_cha-banner {
  display: flex;
  flex-direction: column;
  row-gap: calc(20 / 16 * var(--cha-rem));
  margin-top: calc(50 / 16 * var(--cha-rem));
}
.outro_cha-banner-item {
  background-color: var(--cha-color-white);
}
.outro_cha-copyright {
  width: calc(308 / 16 * var(--cha-rem));
  margin: calc(40 / 16 * var(--cha-rem)) auto 0;
}
.outro_cha-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.outro_cha-bg-blur {
  position: absolute;
}
.outro_cha-bg-blur-01 {
  top: calc(-210 / 16 * var(--cha-rem));
  right: 0;
  width: calc(513 / 16 * var(--cha-rem));
}
.outro_cha-bg-blur-02 {
  top: calc(290 / 16 * var(--cha-rem));
  left: 0;
  width: calc(638 / 16 * var(--cha-rem));
}

@media screen and (max-width: 767px) {
  .side_cha {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
  .side_cha {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-width: 1340px) {
  .side_cha {
    position: sticky;
    top: 0;
    display: grid;
    height: 100dvh;
    background-color: var(--cha-color-beige);
    background-image: url(../images/material/bg01_repeat.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: calc(111 / 16 * var(--cha-rem)) auto;
  }
}
.side_cha-body {
  z-index: 1;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side_cha-body::-webkit-scrollbar {
  width: 8px;
}
.side_cha-body::-webkit-scrollbar-thumb {
  background-color: var(--cha-color-gold);
}
.side_cha-body .intro_cha {
  margin: 0;
  transform: scale(0.94);
}
.side_cha-body .intro_cha-sakura {
  display: none;
}
.side_cha-body .intro_cha-about-end-chara {
  display: none;
}
.side_cha-contents {
  display: block;
  width: calc(310 / 16 * var(--cha-rem) * 1.5);
  padding: calc(64 / 16 * var(--cha-rem) * 1.5) 0;
  margin: 0 auto;
}
.side_cha-nav-item {
  border-bottom: 1px dashed var(--cha-color-gray);
}
.side_cha-nav-link {
  display: block;
  padding: calc(14 / 16 * var(--cha-rem) * 1.5) 0;
}
.side_cha-nav-link img {
  width: auto;
  height: calc(32 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-banner {
  display: flex;
  flex-direction: column;
  row-gap: calc(12 / 16 * var(--cha-rem) * 1.5);
  margin-top: calc(24 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-banner-item {
  width: 100%;
}
.side_cha-banner-link {
  display: block;
}
.side_cha-banner + .side_cha-share {
  padding-top: calc(20 / 16 * var(--cha-rem) * 1.5);
  border-top: 1px dashed var(--cha-color-gray);
}
.side_cha-share {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(8 / 16 * var(--cha-rem) * 1.5);
  margin-top: calc(24 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-share-link {
  display: block;
}
.side_cha-other {
  margin-top: calc(24 / 16 * var(--cha-rem) * 1.5);
  border-top: 1px dashed var(--cha-color-gray);
}
.side_cha-other-item {
  border-bottom: 1px dashed var(--cha-color-gray);
}
.side_cha-other-link {
  display: block;
  padding: calc(24 / 16 * var(--cha-rem) * 1.5) 0;
}
.side_cha-other-link img {
  width: auto;
  height: calc(14 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.side_cha-bg-blur {
  position: absolute;
}
.side_cha-bg-blur-01 {
  top: 0;
  left: calc(-300 / 16 * var(--cha-rem) * 1.5);
  width: calc(757 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-bg-blur-02 {
  right: 0;
  bottom: 0;
  width: calc(392 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-bg-cloud {
  position: absolute;
}
.side_cha-bg-cloud-01 {
  top: calc(-7 / 16 * var(--cha-rem) * 1.5);
  right: 0;
  width: calc(190 / 16 * var(--cha-rem) * 1.5);
}
.side_cha-bg-cloud-02 {
  top: calc(642 / 16 * var(--cha-rem) * 1.5);
  left: calc(-33 / 16 * var(--cha-rem) * 1.5);
  width: calc(219 / 16 * var(--cha-rem) * 1.5);
}