/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*========================================
*	common
========================================*/
::selection {
  color: #fff;
  background: #f08300;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #000;
  background-color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

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

.common__border {
  position: fixed;
  width: calc(100% - 6.9333333333vw);
  height: calc(100% - 18.9333333333vw);
  bottom: 4vw;
  left: 3.4666666667vw;
  border: solid 0.5333333333vw #000;
  border-radius: 5.3333333333vw;
  pointer-events: none;
  background-color: transparent;
  z-index: 11;
  box-shadow: 0 0 0 99999px rgb(255, 255, 255);
}
@media only screen and (min-width: 767px) {
  .common__border {
    width: calc(100% - 52px);
    height: calc(100% - 112px);
    bottom: 30px;
    left: 26px;
    border-radius: 26px;
    border: solid 3px #000;
  }
}
.common__main {
  position: relative;
  width: calc(100% - 6.9333333333vw);
  padding-top: 14.6666666667vw;
  padding-bottom: 4vw;
  margin-inline: auto;
  background-color: #fff;
  pointer-events: all;
  scrollbar-width: none;
  scroll-behavior: smooth;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .common__main {
    width: calc(100% - 52px);
    padding-top: 70.4px;
    padding-bottom: 30px;
  }
}
.common__h4 {
  position: relative;
  margin-inline: auto;
  padding-inline: 8.6666666667vw;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 6.4vw;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .common__h4 {
    padding-inline: 40px;
    font-size: 30px;
  }
}
.common__h4:after, .common__h4:before {
  display: block;
  content: "";
  background-image: url("../img/common/about_parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 5.3333333333vw;
  height: 8.5333333333vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .common__h4:after, .common__h4:before {
    width: 27px;
    height: 42px;
  }
}
.common__h4:before {
  display: block;
  content: "";
  left: 0;
  transform: scaleX(-1) translateY(-50%);
}
.common__h4:after {
  display: block;
  content: "";
  right: 0;
}
.common__totop-btn {
  position: fixed;
  bottom: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 101;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) {
  .common__totop-btn {
    bottom: 18px;
    right: 24px;
    width: 78px;
    height: 78px;
    cursor: pointer;
  }
  .common__totop-btn:hover {
    transform: scale(0.9);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.common__totop-btn.js--show {
  opacity: 1;
  pointer-events: all;
}
.common__totop-btn:after {
  display: block;
  content: "";
  background-image: url("../img/common/totop_btn_bird.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10.6666666667vw;
  height: 10.4vw;
  position: absolute;
  top: -1.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
}
@media only screen and (min-width: 767px) {
  .common__totop-btn:after {
    width: 52px;
    height: 51px;
    top: -6px;
  }
}
.common__bg-pc {
  display: none;
}
@media only screen and (min-width: 767px) {
  .common__bg-pc {
    display: block;
    position: absolute;
    top: 1024px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    height: calc(100% - 914px);
    background-image: url("../img/common/bg_pc.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
    z-index: 9;
    pointer-events: none;
  }
}
.common__bg-pc.is-normal {
  top: 110px;
  height: 100%;
}

.nav {
  position: fixed;
  width: calc(100% - 6.9333333333vw);
  height: calc(100% - 18.9333333333vw);
  bottom: 4vw;
  left: 3.4666666667vw;
  border-radius: 5.3333333333vw;
  z-index: 10;
  background-color: transparent;
  overflow: scroll;
  pointer-events: none;
  opacity: 1;
  scrollbar-width: none;
}
@media only screen and (min-width: 767px) {
  .nav {
    width: calc(100% - 52px);
    height: calc(100% - 112px);
    bottom: 30px;
    left: 26px;
    border-radius: 26px;
  }
}
.nav.js--open .nav__inner,
.nav.js--open .nav__bg-pc {
  transform: translateY(0);
  pointer-events: all;
}
.nav__bg-pc {
  display: none;
}
@media only screen and (min-width: 767px) {
  .nav__bg-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffbc7;
    background-image: url("../img/common/nav_bg_pc.png");
    background-size: 1302px;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease;
  }
}
.nav__inner {
  position: relative;
  background-color: #fffbc7;
  min-height: 120vw;
  height: 100%;
  padding-top: 13.3333333333vw;
  padding-inline: 9.6vw;
  padding-bottom: 13.3333333333vw;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) {
  .nav__inner {
    width: 480px;
    min-height: 580px;
    margin-inline: auto;
    padding-top: 64px;
    padding-inline: 45px;
    padding-left: 65px;
    padding-bottom: 64px;
  }
}
.nav__list {
  padding-bottom: 10.6666666667vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 5.3333333333vw;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .nav__list {
    padding-bottom: 50px;
    gap: 30px;
    font-size: 26px;
  }
}
.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .nav__item {
    gap: 12px;
  }
}
.nav__item a {
  transition: all 0.3s ease;
}
.nav__item.js--current a {
  color: #ea5504;
}
.nav__item.js--current[data-page=news] a {
  color: #008ccd;
}
.nav__item.js--current[data-page=about] a {
  color: #00a142;
}
.nav__item.js--current[data-page=story] a, .nav__item.js--current[data-page=anime] a, .nav__item.js--current[data-page=staff] a {
  color: #f39800;
}
.nav__item:before {
  display: block;
  content: "";
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
}
@media only screen and (min-width: 767px) {
  .nav__item:before {
    width: 19px;
    height: 19px;
  }
}
.nav__item[data-page=top]:hover a {
  color: #ea5504;
}
.nav__item[data-page=top]:before {
  display: block;
  content: "";
  background-color: #ea5504;
}
.nav__item[data-page=news]:hover a {
  color: #008ccd;
}
.nav__item[data-page=news]:before {
  display: block;
  content: "";
  background-color: #008ccd;
}
.nav__item[data-page=about]:hover a {
  color: #00a142;
}
.nav__item[data-page=about]:before {
  display: block;
  content: "";
  background-color: #00a142;
}
.nav__item[data-page=story]:hover a, .nav__item[data-page=anime]:hover a, .nav__item[data-page=staff]:hover a {
  color: #f39800;
}
.nav__item[data-page=story]:before, .nav__item[data-page=anime]:before, .nav__item[data-page=staff]:before {
  display: block;
  content: "";
  background-color: #f39800;
}
.nav__line {
  width: 99%;
  height: 1.0666666667vw;
  background-image: url("../img/common/dot_line_24.png");
  background-size: 3.2vw 1.0666666667vw;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 767px) {
  .nav__line {
    width: 99%;
    height: 6px;
    background-size: 16px 6px;
  }
}
.nav__sns {
  margin-top: 8vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4.8vw;
}
@media only screen and (min-width: 767px) {
  .nav__sns {
    margin-top: 38px;
    gap: 24px;
  }
}
.nav__sns-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .nav__sns-text {
    font-size: 20px;
  }
}
.nav__sns-icon {
  width: 16vw;
  height: 16vw;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 767px) {
  .nav__sns-icon {
    width: 81px;
    height: 81px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .nav__sns-icon:hover {
    transform: scale(0.9);
  }
  .nav__sns-icon {
    transition: all 0.3s ease;
  }
  .nav__sns-icon:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.nav__sns-icon img {
  width: 100%;
}
.nav__caterpillar {
  position: absolute;
  top: 0vw;
  right: 9.3333333333vw;
  width: 10.2666666667vw;
  height: 20.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .nav__caterpillar {
    top: 0;
    right: 64px;
    width: 49px;
    height: 97px;
  }
}
.nav__tortoise {
  position: absolute;
  bottom: 0vw;
  left: 9.3333333333vw;
  width: 39.0666666667vw;
  height: 11.6vw;
}
@media only screen and (min-width: 767px) {
  .nav__tortoise {
    bottom: 0;
    left: 63px;
    width: 187px;
    height: 56px;
  }
}

.top-fv {
  position: relative;
  background-color: #fffbc7;
  padding-bottom: 18.6666666667vw;
  border-radius: 5.3333333333vw;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .top-fv {
    width: 100%;
    padding-bottom: 90px;
    border-radius: 26px;
  }
}
.top-fv__inner {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .top-fv__inner {
    margin-inline: auto;
    padding-top: 55px;
  }
}
.top-fv__kv {
  padding-top: 7.2vw;
  width: 100%;
  height: 122.9333333333vw;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .top-fv__kv {
    margin-inline: auto;
    width: 480px;
    height: 563px;
  }
}
.top-fv__bird-01 {
  width: 9.7333333333vw;
  position: absolute;
  top: 23.3333333333vw;
  right: 9.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__bird-01 {
    display: none;
  }
}
.top-fv__bird-02 {
  width: 9.0666666667vw;
  position: absolute;
  top: 9.6vw;
  right: 29.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__bird-02 {
    display: none;
  }
}
.top-fv__catch {
  width: 28.4vw;
  position: absolute;
  top: 6.6666666667vw;
  left: 6.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__catch {
    width: 136px;
    top: 0px;
    left: 50px;
  }
}
.top-fv__tree-01 {
  width: 16.5333333333vw;
  position: absolute;
  top: 55.7333333333vw;
  left: -8vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__tree-01 {
    display: none;
  }
}
.top-fv__tree-02 {
  width: 15.3333333333vw;
  position: absolute;
  top: 55.7333333333vw;
  right: -8vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__tree-02 {
    display: none;
  }
}
.top-fv__car {
  width: 80vw;
  position: absolute;
  top: 36.2666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .top-fv__car {
    width: 384px;
    top: 144px;
  }
}
.top-fv__flower {
  width: 72.8vw;
  position: absolute;
  bottom: 7.3333333333vw;
  left: -19.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__flower {
    display: none;
  }
}
.top-fv__button {
  display: block;
  padding: 0.5333333333vw;
  width: 26.6666666667vw;
  height: 26.6666666667vw;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0vw;
  right: 4vw;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .top-fv__button {
    padding: 3px;
    width: 128px;
    height: 128px;
    bottom: 0px;
    right: 40px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-fv__button:hover {
    transform: scale(0.9);
  }
  .top-fv__button {
    transition: all 0.3s ease;
  }
  .top-fv__button:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.top-fv__button-inner {
  width: 100%;
  height: 100%;
  border: solid 0.5333333333vw rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (min-width: 767px) {
  .top-fv__button-inner {
    border: solid 3px rgba(0, 0, 0, 0.08);
  }
}
.top-fv__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: #000;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .top-fv__button-text {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}
.top-fv__button-text .mr {
  margin-inline: -1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__button-text .mr {
    margin-inline: -6px;
  }
}
.top-fv__button-text .excla {
  margin-inline: -0.8vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__button-text .excla {
    margin-inline: -4px;
  }
}
.top-fv__button-text .center {
  margin-left: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__button-text .center {
    margin-left: 12px;
  }
}
.top-fv__button-text:after {
  display: block;
  content: "";
  background-image: url("../img/common/icon_arrow_black.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  bottom: 2.9333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 767px) {
  .top-fv__button-text:after {
    width: 15px;
    height: 15px;
    bottom: 12px;
  }
}
.top-fv__button-text--pink {
  color: #da5283;
}
.top-fv__button-text--green {
  color: #61aa31;
}
.top-fv__button-text--blue {
  color: #5981bd;
}
.top-fv__button-text--orange {
  color: #ea5504;
}
.top-fv__button-text--excla {
  color: #000;
}
.top-fv__swiper {
  margin-top: 4.6666666667vw;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper {
    margin-top: 20px;
  }
}
.top-fv__swiper-wrapper {
  width: 100%;
}
.top-fv__swiper-slide {
  margin-inline: 2.4vw;
  width: 74.6666666667vw;
  border: solid 0.5333333333vw #000;
  border-radius: 2.1333333333vw;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
.top-fv__swiper-slide a {
  border-radius: 2.1333333333vw;
  overflow: hidden;
  display: block;
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper-slide {
    margin-inline: 10px;
    width: 360px;
    border: solid 3px #000;
    border-radius: 10px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-fv__swiper-slide:hover {
    transform: scale(0.9);
  }
  .top-fv__swiper-slide {
    transition: all 0.3s ease;
  }
  .top-fv__swiper-slide:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
  .top-fv__swiper-slide a {
    border-radius: 10px;
  }
}
.top-fv__swiper-nav {
  margin-top: 5.3333333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper-nav {
    margin-top: 28px;
    column-gap: 26px;
  }
}
.top-fv__swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.6vw;
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper-pagination {
    column-gap: 8px;
  }
}
.top-fv__swiper-pagination > .swiper-pagination-bullet {
  display: block;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper-pagination > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.top-fv__swiper-pagination > .swiper-pagination-bullet-active {
  background-color: #f29600;
}
.top-fv__swiper-next, .top-fv__swiper-prev {
  position: relative;
  background-color: #f29600;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 50%;
}
.top-fv__swiper-next:after, .top-fv__swiper-prev:after {
  display: block;
  content: "";
  background-image: url("../img/common/icon_arrow_transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper-next:after, .top-fv__swiper-prev:after {
    width: 11px;
    height: 18px;
  }
}
@media only screen and (min-width: 767px) {
  .top-fv__swiper-next, .top-fv__swiper-prev {
    width: 51px;
    height: 51px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-fv__swiper-next:hover, .top-fv__swiper-prev:hover {
    transform: scale(0.9);
  }
}
.top-fv__swiper-prev {
  transform: scaleX(-1);
}
.top-fv__swiper-prev:hover {
  transform: scaleX(-1) scale(0.9);
}
.top-fv__bg-pc {
  display: none;
}
@media only screen and (min-width: 767px) {
  .top-fv__bg-pc {
    display: block;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 1302px;
    height: 456px;
    background-image: url("../img/top/fv_bg_pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.top-news {
  position: relative;
  margin-top: -5.3333333333vw;
  background-color: #bdecff;
  padding-top: 18.6666666667vw;
  padding-bottom: 18.6666666667vw;
  z-index: 1;
}
@media only screen and (min-width: 767px) {
  .top-news {
    margin-top: -40px;
    padding-top: 125px;
    padding-bottom: 112px;
  }
}
.top-news__inner {
  position: relative;
  width: 100%;
  padding-inline: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-news__inner {
    margin-inline: auto;
    padding-inline: 35px;
    width: 480px;
  }
}
.top-news__deco {
  width: 57.3333333333vw;
  margin-inline: auto;
}
@media only screen and (min-width: 767px) {
  .top-news__deco {
    width: 275px;
  }
}
.top-news__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .top-news__title {
    font-size: 51px;
  }
}
.top-news__list {
  margin-top: 8vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-news__list {
    margin-top: 40px;
    gap: 20px;
  }
}
.top-news__item {
  width: 40vw;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 2.1333333333vw;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .top-news__item {
    width: 192px;
    border-radius: 10px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-news__item:hover {
    transform: scale(0.9);
  }
  .top-news__item {
    transition: all 0.3s ease;
  }
  .top-news__item:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.top-news__item-thumb {
  width: 100%;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .top-news__item-thumb {
    border-radius: 10px 10px 0 0;
  }
}
.top-news__item-thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-news__item-info {
  position: relative;
  margin-top: 3.4666666667vw;
  padding-inline: 3.7333333333vw;
  padding-bottom: 2.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 767px) {
  .top-news__item-info {
    margin-top: 12px;
    padding-inline: 18px;
    padding-bottom: 16px;
    row-gap: 10px;
  }
}
.top-news__item-date {
  font-size: 3.2vw;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .top-news__item-date {
    font-size: 15px;
  }
}
.top-news__item-tag {
  width: 17.3333333333vw;
  height: 4.2666666667vw;
  position: absolute;
  top: 0vw;
  right: -0.8vw;
  font-size: 2.4vw;
  color: #fff;
  border-radius: 2.1333333333vw 0 0 2.1333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .top-news__item-tag {
    width: 83px;
    height: 20px;
    top: 0;
    right: -4px;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
  }
}
.top-news__item-tag:after {
  display: block;
  content: "";
  border-top: solid 0.4933333333vw #006e2e;
  border-right: solid 0.4933333333vw transparent;
  border-bottom: solid 0.4933333333vw transparent;
  border-left: solid 0.4933333333vw #006e2e;
  position: absolute;
  bottom: -0.8vw;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .top-news__item-tag:after {
    border-width: 2px;
    bottom: -4px;
    right: 0px;
  }
}
.top-news__item-tag[data-tag=goods] {
  background-color: #00a142;
}
.top-news__item-tag[data-tag=goods]::after {
  border-top-color: #006e2e;
  border-left-color: #006e2e;
}
.top-news__item-tag[data-tag=broadcast] {
  background-color: #f39800;
}
.top-news__item-tag[data-tag=broadcast]::after {
  border-top-color: #a66900;
  border-left-color: #a66900;
}
.top-news__item-tag[data-tag=event] {
  background-color: #da5283;
}
.top-news__item-tag[data-tag=event]::after {
  border-top-color: #8c3555;
  border-left-color: #8c3555;
}
.top-news__item-tag[data-tag=campaign] {
  background-color: #4653a2;
}
.top-news__item-tag[data-tag=campaign]::after {
  border-top-color: #252c57;
  border-left-color: #252c57;
}
.top-news__item-tag[data-tag=news] {
  background-color: #008ccd;
}
.top-news__item-tag[data-tag=news]::after {
  border-top-color: #005f8a;
  border-left-color: #005f8a;
}
.top-news__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .top-news__item-title {
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: -0.02em;
  }
}
.top-news__button {
  margin-top: 8vw;
  margin-inline: auto;
  padding: 0.5333333333vw;
  width: 69.3333333333vw;
  height: 13.8666666667vw;
  background-color: #008ccd;
  border-radius: 6.9333333333vw;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .top-news__button {
    margin-top: 40px;
    padding: 3px;
    width: 334px;
    height: 66px;
    border-radius: 33px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-news__button:hover {
    transform: scale(0.9);
  }
  .top-news__button {
    transition: all 0.3s ease;
  }
  .top-news__button:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.top-news__button-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: solid 0.5333333333vw #fff;
  border-radius: 6.4vw;
}
@media only screen and (min-width: 767px) {
  .top-news__button-inner {
    border-radius: 33px;
    border-width: 2px;
  }
}
.top-news__button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-news__button-inner:after {
  display: block;
  content: "";
  background-image: url("../img/common/icon_arrow_transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  right: 4.2666666667vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .top-news__button-inner:after {
    width: 12px;
    height: 19px;
    right: 16px;
  }
}
.top-news__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .top-news__button-text {
    font-size: 20px;
  }
}

.top-about {
  position: relative;
  background-color: #cdfad4;
  padding-top: 12.5333333333vw;
  padding-bottom: 14vw;
  z-index: 3;
}
@media only screen and (min-width: 767px) {
  .top-about {
    padding-top: 45px;
    padding-bottom: 105px;
  }
}
.top-about:before, .top-about:after {
  content: "";
  display: block;
  background-image: url("../img/top/about_deco.png");
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  height: 12.8vw;
  position: absolute;
}
@media only screen and (min-width: 767px) {
  .top-about:before, .top-about:after {
    height: 62px;
  }
}
.top-about:before {
  display: block;
  content: "";
  top: -5.3333333333vw;
  right: 0vw;
}
@media only screen and (min-width: 767px) {
  .top-about:before {
    top: -31px;
    right: 0;
  }
}
.top-about:after {
  display: block;
  content: "";
  bottom: -5.3333333333vw;
  left: 0vw;
}
@media only screen and (min-width: 767px) {
  .top-about:after {
    bottom: -31px;
    left: 0;
  }
}
.top-about__inner {
  position: relative;
  width: 100%;
  padding-inline: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-about__inner {
    margin-inline: auto;
    padding-inline: 35px;
    width: 480px;
  }
}
.top-about__deco {
  width: 57.3333333333vw;
  margin-inline: auto;
}
@media only screen and (min-width: 767px) {
  .top-about__deco {
    width: 275px;
  }
}
.top-about__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 9.6vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .top-about__title {
    font-size: 46px;
  }
}
.top-about__flower {
  margin-top: 7.2vw;
  margin-inline: auto;
  width: 57.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-about__flower {
    margin-top: 40px;
    width: 278px;
  }
}
.top-about__content {
  margin-top: 8.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-about__content {
    margin-top: 42px;
  }
}
.top-about__content--first {
  margin-top: 6.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-about__content--first {
    margin-top: 28px;
  }
}
.top-about__h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 5.3333333333vw;
  text-align: center;
  width: 100%;
  height: 20.4vw;
}
@media only screen and (min-width: 767px) {
  .top-about__h3 {
    font-size: 26px;
    height: 100px;
  }
}
.top-about__h3.h3-01 {
  padding-top: 5.3333333333vw;
  background-image: url("../img/top/about_h3_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 767px) {
  .top-about__h3.h3-01 {
    padding-top: 28px;
  }
}
.top-about__h3.h3-02 {
  padding-top: 6.1333333333vw;
  background-image: url("../img/top/about_h3_02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 767px) {
  .top-about__h3.h3-02 {
    padding-top: 28px;
  }
}
.top-about__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media only screen and (min-width: 767px) {
  .top-about__text {
    font-size: 18px;
    line-height: 2;
  }
}
.top-about__text .highlight, .top-about__text--big {
  font-size: 4.8vw;
  color: #00ae42;
}
@media only screen and (min-width: 767px) {
  .top-about__text .highlight, .top-about__text--big {
    font-size: 23px;
  }
}
.top-about__text--big {
  text-align: center;
}
.top-about__text--mt {
  margin-top: 2.4vw;
}
@media only screen and (min-width: 767px) {
  .top-about__text--mt {
    margin-top: 8px;
  }
}
.top-about__text--lh {
  line-height: 1.8;
}
.top-about__art {
  margin-top: 8.8vw;
  margin-inline: auto;
  width: 82.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-about__art {
    margin-top: 40px;
    width: 403px;
  }
}
.top-about__art img {
  object-fit: contain;
  width: 100%;
}
.top-about__creator {
  margin-top: 11.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-about__creator {
    margin-top: 54px;
  }
}
.top-about__creator-box {
  margin-top: 5.3333333333vw;
  width: 100%;
  max-height: 106.6666666667vw;
  background: #e0ffe5;
  border-radius: 2.1333333333vw;
  padding-inline: 2vw;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-box {
    margin-top: 25.6px;
    max-height: 512px;
    border-radius: 10.24px;
    padding-inline: 9.6px;
  }
}
.top-about__creator-scrollbar {
  padding-top: 4vw;
  padding-inline: 2vw;
  padding-bottom: 4.8vw;
  max-height: 97.3333333333vw;
  overflow-y: scroll;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-scrollbar {
    padding-top: 19.2px;
    padding-inline: 9.6px;
    padding-bottom: 23.04px;
    max-height: 467.2px;
  }
}
.top-about__creator-scrollbar::-webkit-scrollbar {
  width: 0.5333333333vw;
  background-color: transparent;
  background-clip: content-box;
  border-right: solid 1.8666666667vw transparent;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-scrollbar::-webkit-scrollbar {
    width: 2.56px;
    border-right: solid 8.96px transparent;
  }
}
.top-about__creator-scrollbar::-webkit-scrollbar-track {
  background: #c5f0cb;
  padding: 0;
  border-radius: 0.2666666667vw;
  margin-block: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-scrollbar::-webkit-scrollbar-track {
    border-radius: 1.28px;
    margin-block: 25.6px;
  }
}
.top-about__creator-scrollbar::-webkit-scrollbar-thumb {
  background: #92b397;
  border-radius: 0.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 1.28px;
  }
}
.top-about__creator-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.top-about__creator-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.6111111111;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-catch {
    font-size: 23px;
  }
}
.top-about__creator-text {
  margin-top: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-text {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.top-about__creator-text--border {
  margin-top: 1.3333333333vw;
  padding-bottom: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-text--border {
    margin-top: 12px;
    padding-bottom: 24px;
  }
}
.top-about__creator-line {
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  background-image: url("../img/common/dot_line_5.png");
  background-size: 0.9333333333vw 0.5333333333vw;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 767px) {
  .top-about__creator-line {
    width: 100%;
    height: 4px;
    background-size: 7px 4px;
  }
}
.top-about__content-name {
  margin-top: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-about__content-name {
    margin-top: 25px;
    font-size: 18px;
  }
}
.top-about__button {
  display: block;
  margin-top: 10.6666666667vw;
  margin-inline: auto;
  width: 73.3333333333vw;
  height: 20vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .top-about__button {
    margin-top: 50px;
    width: 352px;
    height: 96px;
    border-radius: 10.24px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-about__button:hover {
    transform: scale(0.9);
  }
  .top-about__button {
    transition: all 0.3s ease;
  }
  .top-about__button:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}

.top-story {
  position: relative;
  background-color: #ffeeb5;
  padding-top: 24vw;
  padding-bottom: 18.6666666667vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .top-story {
    padding-top: 110px;
    padding-bottom: 90px;
    border-radius: 20px;
  }
}
.top-story__inner {
  position: relative;
  width: 100%;
  padding-inline: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-story__inner {
    margin-inline: auto;
    padding-inline: 35px;
    width: 480px;
  }
}
.top-story__deco {
  width: 57.3333333333vw;
  margin-inline: auto;
}
@media only screen and (min-width: 767px) {
  .top-story__deco {
    width: 275px;
  }
}
.top-story__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .top-story__title {
    font-size: 51px;
  }
}
.top-story__content {
  margin-top: 8vw;
}
@media only screen and (min-width: 767px) {
  .top-story__content {
    margin-top: 28px;
  }
}
.top-story__text {
  padding: 10.6666666667vw 3.4666666667vw 8.8vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: center;
  background-image: url("../img/top/anime_bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 767px) {
  .top-story__text {
    padding: 50px 18px 44px;
    font-size: 18px;
    line-height: 1.9444444444;
  }
}
.top-story__text .highlight, .top-story__text--big {
  font-size: 5.4666666667vw;
  color: #ea5504;
  line-height: 1.3658536585;
}
@media only screen and (min-width: 767px) {
  .top-story__text .highlight, .top-story__text--big {
    font-size: 27px;
    line-height: 1.2962962963;
  }
}
.top-story__art {
  margin-top: -6.6666666667vw;
  margin-inline: auto;
  width: 73.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__art {
    margin-top: -32px;
    width: 352px;
  }
}
.top-story__info {
  margin-top: 10.6666666667vw;
  background-color: #fff6d9;
  border-radius: 2.1333333333vw;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .top-story__info {
    margin-top: 52px;
    border-radius: 10px;
  }
}
.top-story__info-thumb {
  width: 100%;
}
.top-story__info-text {
  margin-top: 5.6vw;
  padding-inline: 4vw;
  padding-bottom: 3.2vw;
}
@media only screen and (min-width: 767px) {
  .top-story__info-text {
    margin-top: 23px;
    padding-inline: 28px;
    padding-bottom: 22px;
  }
}
.top-story__info-text strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .top-story__info-text strong {
    font-size: 23px;
  }
}
.top-story__info-text > p {
  margin-top: 4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .top-story__info-text > p {
    margin-top: 18px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.top-story__info-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .top-story__info-date {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.top-story__info-flex {
  display: flex;
  flex-direction: row;
  gap: 2.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__info-flex {
    gap: 14px;
  }
}
.top-story__info-day {
  width: 26.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__info-day {
    width: 129px;
  }
}
.top-story__h4 {
  margin-top: 11.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__h4 {
    margin-top: 58px;
  }
}
.top-story__attention {
  margin-top: 5.3333333333vw;
  padding: 5.6vw 4vw;
  background-color: #fff6d9;
  border-radius: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__attention {
    margin-top: 26px;
    padding: 26px 24px 18px;
    border-radius: 10px;
  }
}
.top-story__attention strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.4666666667vw;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .top-story__attention strong {
    font-size: 18px;
  }
}
.top-story__attention p {
  margin-top: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.6153846154;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .top-story__attention p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.top-story__list {
  margin-top: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__list {
    margin-top: 25px;
    gap: 26px;
  }
}
.top-story__item {
  background-color: #fff6d9;
  position: relative;
  width: 100%;
  border-radius: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__item {
    border-radius: 10px;
  }
}
.top-story__item-thumb {
  width: 100%;
  border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .top-story__item-thumb {
    border-radius: 10px 10px 0 0;
  }
}
.top-story__item-thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-story__item-info {
  position: relative;
  margin-top: 5.3333333333vw;
  padding-inline: 3.7333333333vw;
  padding-bottom: 4vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  color: #000;
  line-height: 1.6153846154;
}
@media only screen and (min-width: 767px) {
  .top-story__item-info {
    margin-top: 20px;
    padding-inline: 28px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5555555556;
    row-gap: 5px;
  }
}
.top-story__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  color: #000;
  line-height: 1.6111111111;
}
@media only screen and (min-width: 767px) {
  .top-story__item-title {
    font-size: 23px;
    line-height: 1.5217391304;
  }
}
.top-story__item-icon {
  position: absolute;
  top: -2.6666666667vw;
  right: -1.3333333333vw;
  width: 16vw;
  height: 16vw;
}
@media only screen and (min-width: 767px) {
  .top-story__item-icon {
    top: -13px;
    right: -7px;
    width: 77px;
    height: 77px;
  }
}
.top-story__item-icon img {
  object-fit: contain;
  width: 100%;
}
.top-story__broadcast {
  margin-top: 6.1333333333vw;
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
@media only screen and (min-width: 767px) {
  .top-story__broadcast {
    margin-top: 30px;
    gap: 20px;
  }
}
.top-story__broadcast-item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 2.9333333333vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
  background-color: #fff6d9;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .top-story__broadcast-item {
    gap: 12px;
    border-radius: 10px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-story__broadcast-item:hover {
    transform: scale(0.9);
  }
  .top-story__broadcast-item {
    transition: all 0.3s ease;
  }
  .top-story__broadcast-item:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.top-story__broadcast-thumb {
  width: 26.6666666667vw;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .top-story__broadcast-thumb {
    width: 154px;
  }
}
.top-story__broadcast-thumb img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.top-story__broadcast-title {
  padding-right: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.4666666667vw;
  color: #000;
  line-height: 1.6153846154;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .top-story__broadcast-title {
    padding-right: 28px;
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
.top-story__button {
  display: block;
  margin-top: 8vw;
  margin-inline: auto;
  width: 69.3333333333vw;
  height: 13.8666666667vw;
  background-color: #f39800;
  border-radius: 6.9333333333vw;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  padding: 0.5333333333vw;
}
@media only screen and (min-width: 767px) {
  .top-story__button {
    margin-top: 38px;
    padding: 3px;
    width: 333px;
    height: 67px;
    border-radius: 33px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .top-story__button:hover {
    transform: scale(0.9);
  }
  .top-story__button {
    transition: all 0.3s ease;
  }
  .top-story__button:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.top-story__button-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: solid 0.5333333333vw #fff;
  border-radius: 6.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .top-story__button-inner {
    border: solid 2px #fff;
    border-radius: 30px;
  }
}
.top-story__button-inner:after {
  display: block;
  content: "";
  background-image: url("../img/common/icon_arrow_transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  right: 4.2666666667vw;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .top-story__button-inner:after {
    width: 12px;
    height: 20px;
    right: 22px;
  }
}
.top-story__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .top-story__button-text {
    font-size: 20px;
  }
}
.top-story__cast-button {
  margin-top: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .top-story__cast-button {
    margin-top: 32px;
  }
}

.story {
  padding-top: 18.6666666667vw;
  padding-bottom: 18.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .story {
    padding-top: 89.6px;
    padding-bottom: 89.6px;
  }
}
.story__title {
  letter-spacing: 0.06em;
}
.story__list {
  position: relative;
  margin-top: 18.6666666667vw;
  height: fit-content;
}
@media only screen and (min-width: 767px) {
  .story__list {
    margin-top: 89.6px;
  }
}
.story__list-box {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
  display: hidden;
  position: absolute;
  top: 0vw;
  left: 0vw;
  pointer-events: none;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 767px) {
  .story__list-box {
    gap: 25.6px;
  }
}
.story__list-box.js--appear {
  opacity: 1;
}
.story__list-box.js--show {
  display: flex;
  position: static;
  pointer-events: all;
}
.story__tag {
  position: absolute;
  top: 0vw;
  right: 5.3333333333vw;
  width: 17.3333333333vw;
  height: 4.2666666667vw;
  background-color: #f29600;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2vw;
}
@media only screen and (min-width: 767px) {
  .story__tag {
    top: 0px;
    right: 25.6px;
    width: 83.2px;
    height: 20.48px;
    font-size: 11.52px;
  }
}
.story__tag img {
  object-fit: contain;
  width: 100%;
}
.story__pagination {
  margin-top: 8vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .story__pagination {
    margin-top: 38.4px;
    gap: 32px;
  }
}
.story__pagination-prev, .story__pagination-next {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-image: url("../img/common/icon_arrow_orange.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .story__pagination-prev, .story__pagination-next {
    width: 51.2px;
    height: 51.2px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .story__pagination-prev:hover, .story__pagination-next:hover {
    transform: scale(0.9);
  }
  .story__pagination-prev, .story__pagination-next {
    transition: all 0.3s ease;
  }
  .story__pagination-prev:hover, .story__pagination-next:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.story__pagination-prev.is-disabled, .story__pagination-next.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.story__pagination-next {
  transform: scaleX(-1);
  -webkit-box-shadow: -4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: -4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
.story__pagination-next:hover {
  transform: scaleX(-1) scale(0.9);
}
.story__pagination-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .story__pagination-page {
    gap: 10.24px;
  }
}
.story__pagination-page-item {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background-color: #f29600;
  border: solid 0.5333333333vw transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .story__pagination-page-item {
    width: 51.2px;
    height: 51.2px;
    font-size: 17.92px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .story__pagination-page-item:hover {
    transform: scale(0.9);
  }
  .story__pagination-page-item {
    transition: all 0.3s ease;
  }
  .story__pagination-page-item:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.story__pagination-page-item--active {
  border: solid 0.5333333333vw #f29600;
  background-color: #fff;
  color: #f29600;
  pointer-events: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .story__pagination-page-item--active {
    border: solid 2.56px #f29600;
  }
}

.news {
  padding-top: 25.8666666667vw;
  padding-bottom: 18.6666666667vw;
  z-index: 2;
  border-radius: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .news {
    padding-top: 124.16px;
    padding-bottom: 89.6px;
    border-radius: 25.6px;
  }
}
.news__box {
  width: 100%;
  margin-top: 18.6666666667vw;
  padding: 8vw 5.3333333333vw;
  border-radius: 2.1333333333vw;
  background-color: rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 767px) {
  .news__box {
    width: 100%;
    margin-top: 89.6px;
    padding: 38.4px 25.6px;
    border-radius: 10.24px;
  }
}
.news__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2vw;
}
@media only screen and (min-width: 767px) {
  .news__info {
    gap: 15.36px;
  }
}
.news__info-date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__info-date {
    font-size: 20.48px;
  }
}
.news__info-tag {
  width: 25.3333333333vw;
  height: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.9333333333vw;
  line-height: 1;
  color: #fff;
  border-radius: 2.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .news__info-tag {
    width: 121.6px;
    height: 25.6px;
    font-size: 14.08px;
    border-radius: 12.8px;
  }
}
.news__info-tag[data-tag=event] {
  background-color: #da5283;
}
.news__info-tag[data-tag=goods] {
  background-color: #00a142;
}
.news__info-tag[data-tag=broadcast] {
  background-color: #f39800;
}
.news__info-tag[data-tag=campaign] {
  background-color: #4653a2;
}
.news__info-tag[data-tag=news] {
  background-color: #008ccd;
}
.news__title {
  display: block;
  margin-top: 4vw;
  padding-bottom: 5.3333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
@media only screen and (min-width: 767px) {
  .news__title {
    margin-top: 19.2px;
    padding-bottom: 25.6px;
    font-size: 25.6px;
    line-height: 1.5;
  }
}
.news__line {
  display: block;
  width: 100%;
  height: 1.2vw;
  background-image: url("../img/common/dot_line_24.png");
  background-size: 3.2vw 1.2vw;
  background-repeat: repeat-x;
}
@media only screen and (min-width: 767px) {
  .news__line {
    width: 100%;
    height: 6px;
    background-size: 18px 6px;
  }
}
.news__thumb {
  margin-top: 8vw;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .news__thumb {
    margin-top: 38.4px;
  }
}
.news__content {
  display: none;
}
.news__content:has(h2, h3, p, ol, ul, button) {
  display: block;
}
.news__h2 {
  width: 100%;
  height: auto;
  margin-top: 10.6666666667vw;
  padding: 0vw 2.9333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.5333333333vw;
  line-height: 1.7058823529;
  color: #fff;
  border-radius: 1.4666666667vw 4.1333333333vw 4.1333333333vw 1.4666666667vw;
  background-color: #008ccd;
}
@media only screen and (min-width: 767px) {
  .news__h2 {
    margin-top: 51.2px;
    padding: 0px 14.08px;
    font-size: 21.76px;
    line-height: 1.7058823529;
    border-radius: 7.04px 19.84px 19.84px 7.04px;
  }
}
.news__h2:empty {
  display: none;
}
.news__text {
  margin-top: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .news__text {
    margin-top: 15.36px;
    font-size: 17.92px;
    line-height: 1.6071428571;
  }
}
.news__text a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.5333333333vw;
  color: #008ccd;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) {
  .news__text a {
    text-underline-offset: 2.56px;
  }
  .news__text a:hover {
    color: #f39800;
    text-decoration-color: transparent;
  }
}
.news__text:empty {
  display: none;
}
.news__h3 {
  display: block;
  margin-top: 6.1333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.5;
  color: #000;
  padding-left: 6.1333333333vw;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .news__h3 {
    margin-top: 29.44px;
    font-size: 19.2px;
    line-height: 1.5;
    padding-left: 29.44px;
  }
}
.news__h3:before {
  display: block;
  content: "";
  background-image: url("../img/news/ttl_h3_deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 4.5333333333vw;
  height: 4.5333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .news__h3:before {
    width: 21.76px;
    height: 21.76px;
  }
}
.news__h3:empty {
  display: none;
}
.news__ol {
  margin-top: 1.6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .news__ol {
    margin-top: 7.68px;
    font-size: 17.92px;
    line-height: 1.6071428571;
  }
}
.news__ol li {
  position: relative;
  padding-left: 5.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__ol li {
    padding-left: 24.32px;
  }
}
.news__ol li:before {
  display: block;
  content: "";
  width: 3.7333333333vw;
  height: 3.7333333333vw;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 0.2666666667vw #000;
  border-radius: 50%;
}
@media only screen and (min-width: 767px) {
  .news__ol li:before {
    width: 17.92px;
    height: 17.92px;
    border: solid 1.28px #000;
  }
}
.news__ol li[data-num="1"]:before {
  display: block;
  content: "";
  content: "1";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__ol li[data-num="1"]:before {
    font-size: 12.8px;
  }
}
.news__ol li[data-num="2"]:before {
  display: block;
  content: "";
  content: "2";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__ol li[data-num="2"]:before {
    font-size: 12.8px;
  }
}
.news__ol li[data-num="3"]:before {
  display: block;
  content: "";
  content: "3";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__ol li[data-num="3"]:before {
    font-size: 12.8px;
  }
}
.news__ol li:empty {
  display: none;
}
.news__ol:empty {
  display: none;
}
.news__ul {
  margin-top: 1.6vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1.6071428571;
  color: #000;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .news__ul {
    margin-top: 7.68px;
    font-size: 17.92px;
  }
}
.news__ul li {
  position: relative;
  padding-left: 5.0666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__ul li {
    padding-left: 24.32px;
  }
}
.news__ul li:before {
  display: block;
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  background-color: #000;
  position: absolute;
  left: 1.0666666667vw;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media only screen and (min-width: 767px) {
  .news__ul li:before {
    width: 7.68px;
    height: 7.68px;
    left: 5.12px;
  }
}
.news__ul li:empty {
  display: none;
}
.news__ul:empty {
  display: none;
}
.news__button {
  width: 69.3333333333vw;
  height: 13.8666666667vw;
  margin-top: 5.3333333333vw;
  margin-inline: auto;
  border-radius: 6.9333333333vw;
  background-color: #008ccd;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .news__button {
    width: 332.8px;
    height: 66.56px;
    margin-top: 25.6px;
    border-radius: 33.28px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .news__button:hover {
    transform: scale(0.9);
  }
  .news__button:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.news__button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .news__button a {
    font-size: 20.48px;
  }
}
.news__button a:after {
  display: block;
  content: "";
  background-image: url("../img/common/icon_share.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3.7333333333vw;
  height: 2.5333333333vw;
  position: absolute;
  right: 5.3333333333vw;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 767px) {
  .news__button a:after {
    width: 17.92px;
    height: 12.16px;
    right: 25.6px;
  }
}
.news__button a:empty {
  display: none;
}
.news__button:empty {
  display: none;
}
.news__pagination {
  margin-top: 8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .news__pagination {
    margin-top: 38.4px;
    gap: 32px;
  }
}
.news__pagination-prev, .news__pagination-next {
  display: block;
  position: relative;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 50%;
  background-color: #008ccd;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .news__pagination-prev, .news__pagination-next {
    width: 51.2px;
    height: 51.2px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .news__pagination-prev:hover, .news__pagination-next:hover {
    transform: scale(0.9);
  }
  .news__pagination-prev:hover, .news__pagination-next:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.news__pagination-prev.is-disabled, .news__pagination-next.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.news__pagination-prev:before, .news__pagination-next:before {
  display: block;
  content: "";
  background-image: url("../img/common/icon_arrow_transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4vw;
  height: 3.8666666667vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 767px) {
  .news__pagination-prev:before, .news__pagination-next:before {
    width: 11.52px;
    height: 18.56px;
  }
}
.news__pagination-prev:before {
  display: block;
  content: "";
  transform: translate(-50%, -50%) scale(-1);
}
.news__pagination-btn {
  display: block;
  position: relative;
  padding: 0.5333333333vw;
  width: 49.3333333333vw;
  height: 13.8666666667vw;
  border-radius: 6.9333333333vw;
  background-color: #008ccd;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .news__pagination-btn {
    padding: 2.56px;
    width: 236.8px;
    height: 66.56px;
    border-radius: 33.28px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .news__pagination-btn:hover {
    transform: scale(0.9);
  }
  .news__pagination-btn:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.news__pagination-btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: solid 0.4vw #fff;
  border-radius: 6.4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.2666666667vw;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 767px) {
  .news__pagination-btn span {
    border: solid 1.92px #fff;
    border-radius: 30.72px;
    font-size: 20.48px;
  }
}
.news__pagination-btn:before {
  display: block;
  content: "";
  background-image: url("../img/common/icon_arrow_transparent.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 2.4vw;
  height: 3.8666666667vw;
  position: absolute;
  left: 5.3333333333vw;
  top: 50%;
  transform: translateY(-50%) scale(-1);
}
@media only screen and (min-width: 767px) {
  .news__pagination-btn:before {
    width: 11.52px;
    height: 18.56px;
    left: 25.6px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding-inline: 4vw;
  height: 14.6666666667vw;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .header {
    padding-inline: 30px;
    height: 80px;
  }
}
.header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .header__inner {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}
.header__logo {
  width: 44.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .header__logo {
    width: 216px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .header__logo:hover {
    transform: scale(0.9);
  }
}
.header__logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.header__hamburger {
  width: 10.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .header__hamburger {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 52px;
    gap: 6px;
  }
  .header__hamburger:hover {
    cursor: pointer;
  }
  .header__hamburger:hover .header__hamburger-line {
    background-color: #f08300;
  }
  .header__hamburger:hover .header__hamburger-text {
    color: #f08300;
  }
}
.header__hamburger.js--open .header__hamburger-line:first-child {
  transform: translateY(2.1333333333vw) rotate(30deg);
}
@media only screen and (min-width: 767px) {
  .header__hamburger.js--open .header__hamburger-line:first-child {
    transform: translateY(10px) rotate(30deg);
  }
}
.header__hamburger.js--open .header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header__hamburger.js--open .header__hamburger-line:last-child {
  transform: translateY(-2.1333333333vw) rotate(-30deg);
}
@media only screen and (min-width: 767px) {
  .header__hamburger.js--open .header__hamburger-line:last-child {
    transform: translateY(-10px) rotate(-30deg);
  }
}
.header__hamburger-wrap {
  width: 10.6666666667vw;
  height: 5.0666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media only screen and (min-width: 767px) {
  .header__hamburger-wrap {
    width: 52px;
    height: 25px;
  }
}
.header__hamburger-line {
  width: 10.6666666667vw;
  height: 0.8vw;
  background-color: #000;
  border-radius: 0.4vw;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) {
  .header__hamburger-line {
    width: 52px;
    height: 4px;
    border-radius: 2px;
  }
}
.header__hamburger-text {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 2.6666666667vw;
  color: #000;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) {
  .header__hamburger-text {
    font-size: 13px;
  }
}

.footer {
  position: relative;
  background-color: #fffbc7;
  margin-top: -5.3333333333vw;
  padding-top: 16vw;
}
@media only screen and (min-width: 767px) {
  .footer {
    margin-top: -20px;
    padding-top: 110px;
    padding-bottom: 0px;
  }
}
.footer {
  z-index: 1;
}
.footer__inner {
  position: relative;
  width: 100%;
  padding-inline: 4vw;
  padding-bottom: 26.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .footer__inner {
    margin-inline: auto;
    padding-inline: 24px;
    padding-bottom: 128px;
    width: 480px;
  }
}
.footer__inner:after {
  display: block;
  content: "";
  background-image: url("../img/common/footer_deco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70.6666666667vw;
  height: 19.0666666667vw;
  position: absolute;
  bottom: -0.6666666667vw;
  left: 6vw;
}
@media only screen and (min-width: 767px) {
  .footer__inner:after {
    width: 339px;
    height: 92px;
    bottom: -3px;
    left: 45px;
  }
}
.footer__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media only screen and (min-width: 767px) {
  .footer__banner {
    gap: 20px;
  }
}
.footer__banner-item {
  display: block;
  width: 73.3333333333vw;
  border-radius: 2.1333333333vw;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 4px 4px 0px 0px rgba(51, 51, 51, 0.1);
}
@media only screen and (min-width: 767px) {
  .footer__banner-item {
    width: 352px;
    border-radius: 10px;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .footer__banner-item:hover {
    transform: scale(0.9);
  }
  .footer__banner-item {
    transition: all 0.3s ease;
  }
  .footer__banner-item:hover {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(51, 51, 51, 0.1);
  }
}
.footer__links {
  margin-top: 8vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 767px) {
  .footer__links {
    margin-top: 38px;
  }
}
.footer__links a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.5333333333vw;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 767px) {
  .footer__links a {
    font-size: 15px;
    text-underline-offset: 2px;
  }
  .footer__links a:hover {
    text-decoration: none;
    color: #f08300;
  }
}
.footer__links span {
  display: block;
  width: 0.2666666667vw;
  height: 5.3333333333vw;
  background-color: #000;
}
@media only screen and (min-width: 767px) {
  .footer__links span {
    width: 1px;
    height: 26px;
  }
}
.footer__copyright {
  margin-top: 8vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .footer__copyright {
    margin-top: 36px;
  }
}
.footer__copyright p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.6666666667vw;
  color: #000;
}
@media only screen and (min-width: 767px) {
  .footer__copyright p {
    font-size: 13px;
  }
}

.privacy {
  position: relative;
  background-color: #cfdce6;
  padding-top: 13.3333333333vw;
  padding-bottom: 18.6666666667vw;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 767px) {
  .privacy {
    padding-top: 64px;
    padding-bottom: 89.6px;
    border-radius: 25.6px;
  }
}
.privacy__inner {
  position: relative;
  width: 100%;
  padding-inline: 4vw;
}
@media only screen and (min-width: 767px) {
  .privacy__inner {
    width: 480px;
    margin-inline: auto;
    padding-inline: 19.2px;
  }
}
.privacy__deco {
  width: 57.3333333333vw;
  margin-inline: auto;
}
@media only screen and (min-width: 767px) {
  .privacy__deco {
    width: 275.2px;
  }
}
.privacy__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-size: 10.6666666667vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .privacy__title {
    font-size: 51.2px;
  }
}
.privacy__title.policy {
  line-height: 1.2em;
}
.privacy__title.parents {
  font-size: 9.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .privacy__title.parents {
    font-size: 47.36px;
  }
}
.privacy__content {
  margin-top: 18.6666666667vw;
  padding: 8vw 5.3333333333vw 6vw;
  background-color: #ecf1f5;
  border-radius: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .privacy__content {
    margin-top: 89.6px;
    padding: 38.4px 25.6px 28.8px;
    border-radius: 10.24px;
  }
}
.privacy__h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 4.8vw;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .privacy__h2 {
    font-size: 23.04px;
  }
}
.privacy__text {
  margin-top: 2.9333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.6153846154;
}
@media only screen and (min-width: 767px) {
  .privacy__text {
    margin-top: 14.08px;
    font-size: 16.64px;
  }
}
.privacy__text--passage {
  margin-top: 8vw;
}
@media only screen and (min-width: 767px) {
  .privacy__text--passage {
    margin-top: 38.4px;
  }
}
.privacy__container {
  margin-top: 5.3333333333vw;
}
@media only screen and (min-width: 767px) {
  .privacy__container {
    margin-top: 25.6px;
  }
}
.privacy__h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.7333333333vw;
}
@media only screen and (min-width: 767px) {
  .privacy__h3 {
    font-size: 17.92px;
  }
}
.privacy__box {
  margin-top: 4.2666666667vw;
  padding-left: 1.8666666667vw;
}
@media only screen and (min-width: 767px) {
  .privacy__box {
    margin-top: 20.48px;
    padding-left: 8.96px;
  }
}
.privacy__h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.4666666667vw;
}
@media only screen and (min-width: 767px) {
  .privacy__h4 {
    font-size: 16.64px;
  }
}
.privacy__list {
  margin-top: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 3.4666666667vw;
  line-height: 1.6153846154;
}
@media only screen and (min-width: 767px) {
  .privacy__list {
    margin-top: 15.36px;
    font-size: 16.64px;
  }
}
.privacy__list li {
  text-indent: -1em;
  padding-left: 1em;
}

.staff__h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.staff__cast {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .staff__cast {
    margin-top: 51.2px;
  }
}
.staff__box {
  margin-top: 6vw;
  padding: 8vw 0;
  background-color: #fff6d9;
  border-radius: 2.1333333333vw;
}
@media only screen and (min-width: 767px) {
  .staff__box {
    margin-top: 28.8px;
    padding: 38.4px 0;
    border-radius: 10.24px;
  }
}
.staff__list {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4.2666666667vw;
  color: #000;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .staff__list {
    gap: 30.72px;
    font-size: 20.48px;
  }
}
.staff__staff {
  margin-top: 10.6666666667vw;
}
@media only screen and (min-width: 767px) {
  .staff__staff {
    margin-top: 51.2px;
  }
}
.staff__staff-position {
  display: block;
  height: 5.3333333333vw;
  padding: 0 1.3333333333vw;
  width: fit-content;
  margin: 0 auto;
  background-color: #f29600;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.9333333333vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .staff__staff-position {
    height: 25.6px;
    padding: 0 6.4px;
    font-size: 14.08px;
  }
}
.staff__staff-name {
  margin-top: 2.6666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 767px) {
  .staff__staff-name {
    margin-top: 12.8px;
  }
}
.staff__staff-name .small {
  font-size: 2.9333333333vw;
}
@media only screen and (min-width: 767px) {
  .staff__staff-name .small {
    font-size: 14.08px;
  }
}

.common__header {
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
}
.common__header.js--scroll {
  transform: scale(1);
  opacity: 1;
}

.top-fv__catch {
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
}
.top-fv__catch.js--scroll {
  transform: scale(1);
  opacity: 1;
}
/*# sourceMappingURL=sourcemaps/share.css.map */