@charset "UTF-8";
/*! 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: #F2F2F2;
  background: #606060;
}

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

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #606060;
  background-color: #fff;
  font-family: "Kiwi Maru", serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
}

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

a {
  color: #606060;
}

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

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

.template {
  background: url("../data/webp/top/bg.png.webp") repeat-x center 0;
}
@media (min-width: 768px) {
  .template {
    background-size: 111.1111111111vw auto;
  }
}
@media (min-width: 1440px) {
  .template {
    background-size: 1600px auto;
  }
}
@media (min-width: 768px) {
  .template {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .template {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .template {
    height: 19.7916666667vw;
  }
}
@media (min-width: 1440px) {
  .template {
    height: 285px;
  }
}
@media (min-width: 768px) {
  .template {
    margin: 0vw 0vw 0vw -2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .template {
    margin: 0px 0px 0px -40px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  height: 15.3846153846vw;
  padding: 0 5.1282051282vw;
}
@media (min-width: 768px) {
  .header__inner {
    height: 11.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .header__inner {
    height: 168px;
  }
}
@media (min-width: 768px) {
  .header__inner {
    padding: 0vw 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .header__inner {
    padding: 0px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .header__inner {
    justify-content: space-between;
  }
}
.header__main {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .header__main {
    display: flex;
    align-items: center;
    flex-basis: 50%;
  }
}
.header__logo {
  border-right: #F4F1E6 solid;
  border-right-width: 0.7692307692vw;
  flex-basis: 26.4102564103vw;
  padding-right: 3.0769230769vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    transition: all 300ms;
  }
  .header__logo:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .header__logo {
    border-right-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    border-right-width: 2px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    flex-basis: 14.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    flex-basis: 212px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    padding-right: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    padding-right: 20px;
  }
}
.header__info {
  margin-left: 3.0769230769vw;
}
@media (min-width: 768px) {
  .header__info {
    flex-basis: 16.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .header__info {
    flex-basis: 238px;
  }
}
@media (min-width: 768px) {
  .header__info {
    margin-left: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .header__info {
    margin-left: 20px;
  }
}
.header__date {
  display: flex;
  align-items: center;
}
.header__date--year {
  font-size: 2.5641025641vw;
}
@media (min-width: 768px) {
  .header__date--year {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .header__date--year {
    font-size: 16px;
  }
}
.header__date--period {
  display: flex;
  align-items: center;
  font-size: 3.5897435897vw;
  margin-left: 2.5641025641vw;
}
@media (min-width: 768px) {
  .header__date--period {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .header__date--period {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .header__date--period {
    margin-left: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .header__date--period {
    margin-left: 10px;
  }
}
.header__date--period img {
  width: 1.7948717949vw;
  margin: 0 1.7948717949vw;
  display: inline-block;
}
@media (min-width: 768px) {
  .header__date--period img {
    width: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .header__date--period img {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .header__date--period img {
    margin: 0.2083333333vw 0.4861111111vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .header__date--period img {
    margin: 3px 7px 0px 10px;
  }
}
.header__countdown {
  font-size: 2.5641025641vw;
}
@media (min-width: 768px) {
  .header__countdown {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .header__countdown {
    font-size: 16px;
  }
}
.header__countdown--num {
  background-image: url("../data/webp/common/header/path.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #e64b2c;
  font-size: 5.1282051282vw;
  font-weight: bold;
  padding-bottom: 0.5128205128vw;
  margin-left: 2.5641025641vw;
}
@media (min-width: 768px) {
  .header__countdown--num {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .header__countdown--num {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .header__countdown--num {
    padding-bottom: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .header__countdown--num {
    padding-bottom: 2px;
  }
}
@media (min-width: 768px) {
  .header__countdown--num {
    margin-left: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .header__countdown--num {
    margin-left: 8px;
  }
}
.header__countdown--num small {
  font-size: 2.5641025641vw;
}
@media (min-width: 768px) {
  .header__countdown--num small {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .header__countdown--num small {
    font-size: 24px;
  }
}
.header__btn {
  background-color: #F4F1E6;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
  position: absolute;
  top: 0;
  right: 0;
  width: 15.3846153846vw;
  height: 15.3846153846vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn {
    border-radius: 0 0 0 1.3888888889vw;
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__btn {
    display: none;
    pointer-events: none;
  }
}
.header__btn:after {
  display: block;
  content: "";
}
@media only screen and (max-width: 767px) {
  .header__btn:after {
    content: "メニュー";
    font-size: 2.5641025641vw;
    text-align: center;
    position: absolute;
    bottom: 2.5641025641vw;
    transition: all 300ms;
  }
}
.header__btn--line {
  width: 5.3846153846vw;
  height: 4.1025641026vw;
  margin: -2.5641025641vw 0 0;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn--line {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    margin: 0;
  }
}
.header__btn span {
  background-color: #606060;
  border-radius: 0.5128205128vw;
  width: 5.3846153846vw;
  height: 0.5128205128vw;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 300ms;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn span {
    border-radius: 0.1388888889vw;
    width: 1.1111111111vw;
    height: 0.1388888889vw;
  }
}
@media screen and (max-width: 1439px) {
  .header__btn span:nth-child(1) {
    top: 0;
  }
}
.header__btn span:nth-child(2) {
  top: 1.7948717949vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn span:nth-child(2) {
    top: 0.4861111111vw;
  }
}
.header__btn span:nth-child(3) {
  top: 3.5897435897vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn span:nth-child(3) {
    top: 0.9722222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__btn.is-active:after {
    content: "閉じる";
  }
}
.header__btn.is-active span:nth-child(1) {
  transform: translate(-50%, 1.7948717949vw) rotate(45deg);
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn.is-active span:nth-child(1) {
    transform: translate(-50%, 0.4861111111vw) rotate(45deg);
  }
}
.header__btn.is-active span:nth-child(2) {
  opacity: 0;
}
.header__btn.is-active span:nth-child(3) {
  transform: translate(-50%, -1.7948717949vw) rotate(-45deg);
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__btn.is-active span:nth-child(3) {
    transform: translate(-50%, -0.4861111111vw) rotate(-45deg);
  }
}
@media screen and (max-width: 1439px) {
  .header__nav {
    background: #F4F1E6;
    width: 100%;
    padding: 15.3846153846vw 10.2564102564vw 20.5128205128vw;
    right: -100%;
    height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    pointer-events: none;
    overflow-y: auto;
  }
  .header__nav.is-open {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__nav {
    width: 19.4444444444vw;
    padding: 2.4305555556vw 2.0833333333vw 2.4305555556vw;
    right: -19.4444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__nav {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu {
    display: flex;
  }
  .header__menu.-main {
    margin: 30px 0 0 auto;
    order: 2;
  }
}
.header__menu--item {
  position: relative;
}
@media screen and (max-width: 1439px) {
  .header__menu--item {
    padding: 5.1282051282vw 0;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__menu--item {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu--item {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    margin-left: 30px;
  }
}
.header__menu--item:before {
  display: block;
  content: "";
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  width: 4.6153846154vw;
  height: 4.6153846154vw;
  position: absolute;
  top: 6.4102564103vw;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__menu--item:before {
    width: 1.25vw;
    height: 1.25vw;
    top: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu--item:before {
    width: 18px;
    height: 18px;
    top: 0;
  }
}
.header__menu--item > a {
  border-bottom: transparent solid 0.5128205128vw;
  font-size: 6.1538461538vw;
  font-weight: 500;
  padding: 0 0 0.7692307692vw;
  margin-left: 6.6666666667vw;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__menu--item > a {
    border-bottom: transparent solid 0.1388888889vw;
    font-size: 1.1111111111vw;
    padding: 0 0 0.2083333333vw;
    margin-left: 1.7361111111vw;
    transition: all 300ms;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu--item > a {
    border-bottom: transparent solid 2px;
    font-size: 16px;
    padding: 0 0 4px 25px;
    margin-left: 0;
  }
}
.header__menu--item.menu-overview > a:hover {
  border-color: #EA5550;
}
.header__menu--item.menu-overview:before {
  background-image: url("../data/webp/common/header/icon_about.webp");
}
.header__menu--item.menu-area > a:hover {
  border-color: #F09192;
}
.header__menu--item.menu-area:before {
  background-image: url("../data/webp/common/header/icon_area.webp");
}
.header__menu--item.menu-event > a:hover {
  border-color: #F5A400;
}
.header__menu--item.menu-event:before {
  background-image: url("../data/webp/common/header/icon_event.webp");
}
.header__menu--item.menu-sponsors > a:hover {
  border-color: #8867AA;
}
.header__menu--item.menu-sponsors:before {
  background-image: url("../data/webp/common/header/icon_sponsorship.webp");
}
.header__menu--item.menu-support > a:hover {
  border-color: #86B3E0;
}
.header__menu--item.menu-support:before {
  background-image: url("../data/webp/common/header/icon_sponsorinfo.webp");
}
.header__menu--item.menu-access > a:hover {
  border-color: #8FC31F;
}
.header__menu--item.menu-access:before {
  background-image: url("../data/webp/common/header/icon_access.webp");
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__menu--item.menu-sub {
    flex-basis: 50%;
    padding: 0.5555555556vw 0 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu--item.menu-sub {
    padding: 0;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1439px) {
  .header__menu--item.menu-sub:before {
    background-image: url("../data/webp/common/header/icon_subnav.webp");
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    position: absolute;
    top: 5.641025641vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__menu--item.menu-sub:before {
    width: 1.1805555556vw;
    height: 1.1805555556vw;
    top: 0.625vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu--item.menu-sub:before {
    content: none;
  }
}
.header__menu--item.menu-sub a {
  font-size: 4.6153846154vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__menu--item.menu-sub a {
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (min-width: 768px) {
  .header__menu--item.menu-sub a {
    transition: all 300ms;
  }
  .header__menu--item.menu-sub a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu--item.menu-sub a {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0;
  }
}
.header__submenu {
  margin-left: 6.6666666667vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__submenu {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .header__submenu {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
    margin-left: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
    position: absolute;
    top: 25px;
    left: 15px;
  }
}
.header__submenu--item {
  margin: 1.2820512821vw 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__submenu--item {
    margin: 0.2083333333vw 0 0 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__submenu--item {
    margin: 0;
  }
}
.header__submenu--item a {
  font-size: 3.5897435897vw;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__submenu--item a {
    font-size: 0.9722222222vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (min-width: 768px) {
  .header__submenu--item a {
    transition: all 300ms;
  }
  .header__submenu--item a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1440px) {
  .header__submenu--item a {
    font-size: 14px;
    padding-left: 0;
    white-space: nowrap;
    display: inline-block;
  }
}
@media only screen and (min-width: 1440px) and (min-width: 768px) {
  .header__submenu--item a {
    transition: all 300ms;
  }
  .header__submenu--item a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 1440px) {
  .header .header__menu--item a:hover + .header__submenu,
  .header .header__submenu:hover {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.header__utility {
  display: flex;
}
@media screen and (max-width: 1439px) {
  .header__utility {
    flex-direction: column;
    gap: 5.1282051282vw;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__utility {
    gap: 1.3888888889vw;
    margin: 0.6944444444vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .header__utility {
    justify-content: flex-end;
    order: 1;
  }
}
@media screen and (min-width: 1440px) {
  .header__search {
    margin: 0 0 0 15px;
  }
}
.header__search--form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__search--input {
  border-radius: 2.0512820513vw;
  border: 0.7692307692vw solid #606060;
  background-color: #fff;
  width: 64.1025641026vw;
  flex-basis: 64.1025641026vw;
  height: 12.8205128205vw;
  font-size: 4.1025641026vw;
  padding: 1.2820512821vw 2.5641025641vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__search--input {
    border-radius: 0.5555555556vw;
    border: 0.1388888889vw solid #606060;
    width: 12.5vw;
    flex-basis: 12.5vw;
    height: 2.0833333333vw;
    font-size: 1.1111111111vw;
    padding: 0.3472222222vw 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__search--input {
    border-radius: 8px;
    border: 2px solid #606060;
    width: 140px;
    flex-basis: 140px;
    height: 30px;
    font-size: 14px;
    padding: 5px 10px;
  }
}
.header__search--button {
  background-color: #F5A400;
  border-radius: 2.0512820513vw;
  width: 12.8205128205vw;
  flex-basis: 12.8205128205vw;
  height: 12.8205128205vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .header__search--button {
    transition: all 300ms;
  }
  .header__search--button:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__search--button {
    border-radius: 0.5555555556vw;
    width: 2.0833333333vw;
    flex-basis: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__search--button {
    border-radius: 8px;
    width: 30px;
    flex-basis: 30px;
    height: 30px;
    margin: 0 0 0 7px;
  }
}
.header__search--button img {
  width: 5.8974358974vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__search--button img {
    width: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__search--button img {
    width: 12px;
  }
}
.header__contact {
  border-radius: 2.0512820513vw;
  background-color: #F5A400;
  width: 79.4871794872vw;
  height: 12.8205128205vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__contact {
    border-radius: 0.6944444444vw;
    width: 15.2777777778vw;
    height: 2.7777777778vw;
    padding-bottom: 0.1388888889vw;
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__contact {
    border-radius: 8px;
    width: 140px;
    height: 30px;
    padding-bottom: 2px;
    font-size: 14px;
    margin: 0 0 0 15px;
  }
}
.header__contact span {
  line-height: 0;
  color: #fff;
  font-size: 3.5897435897vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__contact span {
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .header__contact span {
    font-size: 14px;
  }
}
.header__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5.1282051282vw 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__sns {
    margin: 1.3888888889vw 0 0;
  }
}
@media screen and (min-width: 1440px) {
  .header__sns {
    flex-basis: 135px;
    justify-content: flex-start;
    margin: 0;
  }
}
.header__sns--item {
  flex-basis: 10.7692307692vw;
  margin-right: 10.2564102564vw;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .header__sns--item {
    flex-basis: 1.9444444444vw;
    margin: 0 0.8333333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (min-width: 768px) {
  .header__sns--item {
    transition: all 300ms;
  }
  .header__sns--item:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 1440px) {
  .header__sns--item {
    flex-basis: 25px;
    margin: 0 0 0 20px;
  }
}
.header.overview .header__menu--item.menu-overview > a {
  border-color: #EA5550;
}
.header.area .header__menu--item.menu-area > a {
  border-color: #F09192;
}
.header.event .header__menu--item.menu-event > a, .header.event-calendar .header__menu--item.menu-event > a {
  border-color: #F5A400;
}
.header.sponsors .header__menu--item.menu-sponsors > a, .header.sponsors-list .header__menu--item.menu-sponsors > a {
  border-color: #8867AA;
}
.header.support .header__menu--item.menu-support > a {
  border-color: #86B3E0;
}
.header.access .header__menu--item.menu-access > a {
  border-color: #8FC31F;
}

/* Google翻訳 ウィジェット */
#google_translate_element {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#google_translate_element .goog-te-gadget {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 3.8461538462vw !important;
  color: #606060 !important;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  #google_translate_element .goog-te-gadget {
    font-size: 0.9722222222vw !important;
  }
}
@media screen and (min-width: 1440px) {
  #google_translate_element .goog-te-gadget {
    font-size: 14px !important;
  }
}
#google_translate_element .goog-te-gadget-simple {
  background-color: #FFF;
  border-radius: 0.5128205128vw;
  border: 0.5128205128vw solid #606060;
  font-size: 3.8461538462vw !important;
  display: inline-block;
  padding: 0.7692307692vw 0.7692307692vw 1.2820512821vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  #google_translate_element .goog-te-gadget-simple {
    border-radius: 0.1388888889vw;
    border: 0.1388888889vw solid #606060;
    font-size: 0.8333333333vw !important;
    padding: 0.2083333333vw 0.2083333333vw 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  #google_translate_element .goog-te-gadget-simple {
    border-radius: 2px;
    border: 2px solid #606060;
    font-size: 12px !important;
    padding: 3px 3px 5px;
  }
}
#google_translate_element img {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 0 !important;
  height: 4.6153846154vw !important;
  width: auto !important;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  #google_translate_element img {
    height: 1.25vw !important;
  }
}
@media screen and (min-width: 1440px) {
  #google_translate_element img {
    height: 18px !important;
  }
}
#google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed img {
  height: 1.2820512821vw !important;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    height: 0.2777777778vw !important;
  }
}
@media screen and (min-width: 1440px) {
  #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    height: 6px !important;
  }
}
#google_translate_element span {
  vertical-align: middle !important;
  color: #000 !important;
}
#google_translate_element select {
  font-size: 13px !important;
  line-height: 1.4 !important;
  padding: 2px 4px !important;
  border: none !important;
  background-color: transparent !important;
  color: #000 !important;
  outline: none !important;
  cursor: pointer;
}

.gnavi {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__contents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__contact {
    border-radius: 0.5555555556vw;
    background-color: #F5A400;
    width: 9.7222222222vw;
    height: 2.0833333333vw;
    padding: 0 0 0.1388888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__contact span {
    line-height: 0;
    color: #fff;
    font-size: 1.1805555556vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__sns {
    flex-basis: 1.9444444444vw;
    margin-left: 1.3888888889vw;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (min-width: 768px) {
  .gnavi__sns {
    transition: all 300ms;
  }
  .gnavi__sns:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__menu {
    display: flex;
    justify-content: flex-end;
    margin: 2.0833333333vw 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__menu--item {
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__menu--item > a {
    border-bottom: transparent solid 0.2083333333vw;
    font-size: 1.3194444444vw;
    font-weight: 500;
    padding: 0 0 0.2083333333vw;
    margin-left: 2.0833333333vw;
    display: inline-block;
    transition: all 300ms;
  }
}
.gnavi__menu--item.menu-overview > a:hover {
  border-color: #EA5550;
}
.gnavi__menu--item.menu-area > a:hover {
  border-color: #F09192;
}
.gnavi__menu--item.menu-event > a:hover {
  border-color: #F5A400;
}
.gnavi__menu--item.menu-sponsors > a:hover {
  border-color: #8867AA;
}
.gnavi__menu--item.menu-support > a:hover {
  border-color: #86B3E0;
}
.gnavi__menu--item.menu-access > a:hover {
  border-color: #8FC31F;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__submenu {
    border-radius: 0.6944444444vw;
    background-color: #fff;
    padding: 1.0416666667vw;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
    position: absolute;
    top: 1.875vw;
    left: 1.0416666667vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi__submenu--item > a {
    font-size: 0.9722222222vw;
    white-space: nowrap;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1439px) and (min-width: 768px) {
  .gnavi__submenu--item > a {
    transition: all 300ms;
  }
  .gnavi__submenu--item > a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .gnavi .gnavi__menu--item a:hover + .gnavi__submenu,
  .gnavi .gnavi__submenu:hover {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.gnavi.overview .gnavi__menu--item.menu-overview > a {
  border-color: #EA5550;
}
.gnavi.area .gnavi__menu--item.menu-area > a {
  border-color: #F09192;
}
.gnavi.event .gnavi__menu--item.menu-event > a, .gnavi.event-calendar .gnavi__menu--item.menu-event > a {
  border-color: #F5A400;
}
.gnavi.sponsors .gnavi__menu--item.menu-sponsors > a, .gnavi.sponsors-list .gnavi__menu--item.menu-sponsors > a {
  border-color: #8867AA;
}
.gnavi.support .gnavi__menu--item.menu-support > a {
  border-color: #86B3E0;
}
.gnavi.access .gnavi__menu--item.menu-access > a {
  border-color: #8FC31F;
}

.footer {
  position: relative;
  z-index: 5;
}
.footer___sponsors {
  width: 100%;
}
.footer___sponsors--title {
  background-color: #F4F1E6;
  border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  height: 25.641025641vw;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer___sponsors--title {
    border-radius: 2.7777777778vw 2.7777777778vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--title {
    border-radius: 40px 40px 0px 0px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--title {
    height: 8.125vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--title {
    height: 117px;
  }
}
.footer___sponsors--title span {
  font-size: 5.1282051282vw;
}
@media (min-width: 768px) {
  .footer___sponsors--title span {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--title span {
    font-size: 32px;
  }
}
.footer___sponsors--title small {
  font-size: 3.0769230769vw;
}
@media (min-width: 768px) {
  .footer___sponsors--title small {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--title small {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--contents {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--contents {
    width: 1440px;
  }
}
.footer___sponsors--contents {
  margin: 0 auto;
}
.footer___sponsors--main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.8461538462vw;
  margin: 2.5641025641vw 0 0;
}
@media (min-width: 768px) {
  .footer___sponsors--main {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--main {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--main {
    gap: 0.6944444444vw 2.4305555556vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--main {
    gap: 10px 35px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--main {
    margin: 2.7777777778vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--main {
    margin: 40px 0px 0px;
  }
}
.footer___sponsors--main-item a {
  height: 19.2307692308vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer___sponsors--main-item a {
    transition: all 300ms;
  }
  .footer___sponsors--main-item a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--main-item a {
    height: 8.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--main-item a {
    height: 118px;
  }
}
.footer___sponsors--main-item img {
  width: auto;
  max-height: 100%;
  height: 100%;
}
.footer___sponsors--sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5384615385vw;
  margin: 5.1282051282vw 0 0;
}
@media (min-width: 768px) {
  .footer___sponsors--sub {
    gap: 0.8333333333vw 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--sub {
    gap: 12px 42px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--sub {
    margin: 4.1666666667vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--sub {
    margin: 60px 0px 0px;
  }
}
.footer___sponsors--sub-item a {
  height: 15.3846153846vw;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer___sponsors--sub-item a {
    transition: all 300ms;
  }
  .footer___sponsors--sub-item a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--sub-item a {
    height: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--sub-item a {
    height: 90px;
  }
}
.footer___sponsors--sub-item img {
  width: auto;
  max-height: 100%;
  height: 100%;
}
.footer___sponsors--btn {
  padding-right: 11.5384615385vw;
  margin-top: 11.5384615385vw;
}
@media (min-width: 768px) {
  .footer___sponsors--btn {
    padding-right: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn {
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn {
    margin-top: 80px;
  }
}
.footer___sponsors--btn span:before {
  display: block;
  content: "";
  background-image: url("../data/webp/common/icon_group.webp");
  width: 6.9230769231vw;
  height: 4.8717948718vw;
  margin-right: 5.1282051282vw;
}
@media (min-width: 768px) {
  .footer___sponsors--btn span:before {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn span:before {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn span:before {
    height: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn span:before {
    height: 24px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn span:before {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn span:before {
    margin-right: 15px;
  }
}
.footer___sponsors--btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .footer___sponsors--btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .footer___sponsors--btn {
    transition: all 300ms;
  }
  .footer___sponsors--btn:hover {
    background-color: #fff;
  }
  .footer___sponsors--btn:hover:after {
    background-color: #F4F1E6;
  }
}
.footer___sponsors--btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .footer___sponsors--btn span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn span {
    font-size: 18px;
  }
}
.footer___sponsors--btn span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer___sponsors--btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 1.2820512821vw;
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .footer___sponsors--btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn:after {
    top: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn:after {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .footer___sponsors--btn:after {
    right: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .footer___sponsors--btn:after {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .footer___sponsors--btn:after {
    transition: all 300ms;
  }
}
.footer__main {
  margin: 42.5641025641vw 0 0;
  position: relative;
}
@media (min-width: 768px) {
  .footer__main {
    margin: 14.2361111111vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__main {
    margin: 205px 0px 0px;
  }
}
.footer__main--pagetop {
  width: 42.5641025641vw;
  position: absolute;
  top: -23.3333333333vw;
  right: 0;
  display: block;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .footer__main--pagetop {
    transition: all 300ms;
  }
  .footer__main--pagetop:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer__main--pagetop {
    width: 15.625vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--pagetop {
    width: 225px;
  }
}
@media (min-width: 768px) {
  .footer__main--pagetop {
    top: -8.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--pagetop {
    top: -120px;
  }
}
@media (min-width: 768px) {
  .footer__main--pagetop {
    right: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--pagetop {
    right: 40px;
  }
}
.footer__main--bg {
  background-color: #F4F1E6;
  border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  padding: 20vw 1.2820512821vw 10.2564102564vw 5.1282051282vw;
  position: relative;
}
@media (min-width: 768px) {
  .footer__main--bg {
    border-radius: 2.7777777778vw 2.7777777778vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--bg {
    border-radius: 40px 40px 0px 0px;
  }
}
@media (min-width: 768px) {
  .footer__main--bg {
    padding: 4.1666666667vw 0vw 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--bg {
    padding: 60px 0px 40px;
  }
}
.footer__main--bg:before {
  display: block;
  content: "";
  background-image: url("../data/webp/common/footer/bg.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 11.7948717949vw;
  position: absolute;
  top: -11.7948717949vw;
  left: 0;
}
@media (min-width: 768px) {
  .footer__main--bg:before {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--bg:before {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .footer__main--bg:before {
    height: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--bg:before {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .footer__main--bg:before {
    top: -6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--bg:before {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__main--bg:before {
    background-image: url("../data/webp/common/footer/bg_pc.webp");
  }
}
@media only screen and (min-width: 1440px) {
  .footer__main--bg:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .footer__main--contents {
    width: 89.2361111111vw;
  }
}
@media (min-width: 1440px) {
  .footer__main--contents {
    width: 1285px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__main--contents {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .footer__block {
    flex-basis: 47.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .footer__block {
    flex-basis: 680px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__block {
    order: 2;
  }
}
.footer__block--tit {
  font-size: 8.2051282051vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer__block--tit {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .footer__block--tit {
    font-size: 20px;
  }
}
.footer__block--tit:not(:first-child) {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .footer__block--tit:not(:first-child) {
    margin-top: 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .footer__block--tit:not(:first-child) {
    margin-top: 42px;
  }
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin: 5.1282051282vw 0 0;
}
@media (min-width: 768px) {
  .footer__nav {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__nav {
    margin: 0px;
  }
}
.footer__nav a {
  flex-basis: 34.6153846154vw;
  font-size: 5.1282051282vw;
  font-weight: 300;
  margin: 5.1282051282vw 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__nav a {
    transition: all 300ms;
  }
  .footer__nav a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer__nav a {
    flex-basis: 7.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer__nav a {
    flex-basis: 112px;
  }
}
@media (min-width: 768px) {
  .footer__nav a {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .footer__nav a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .footer__nav a {
    margin: 1.25vw 2.0833333333vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__nav a {
    margin: 18px 30px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__nav a:nth-child(even) {
    margin: 5.1282051282vw 0 5.1282051282vw 15.3846153846vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer__subnav {
    display: flex;
  }
}
.footer__subnav a {
  font-size: 3.5897435897vw;
  font-weight: 300;
  margin: 5.1282051282vw 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__subnav a {
    transition: all 300ms;
  }
  .footer__subnav a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer__subnav a {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .footer__subnav a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer__subnav a {
    margin: 1.3888888889vw 1.7361111111vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__subnav a {
    margin: 20px 25px 0px 0px;
  }
}
.footer__sns {
  display: flex;
  margin: 10.2564102564vw 0 0;
}
@media (min-width: 768px) {
  .footer__sns {
    margin: 1.3888888889vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__sns {
    margin: 20px 0px 0px;
  }
}
.footer__sns--item {
  flex-basis: 13.3333333333vw;
}
@media (min-width: 768px) {
  .footer__sns--item {
    flex-basis: 3.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .footer__sns--item {
    flex-basis: 44px;
  }
}
.footer__sns--item {
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__sns--item {
    transition: all 300ms;
  }
  .footer__sns--item:hover {
    opacity: 0.8;
  }
}
.footer__sns--item:not(:first-child) {
  margin-left: 10.2564102564vw;
}
@media (min-width: 768px) {
  .footer__sns--item:not(:first-child) {
    margin-left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer__sns--item:not(:first-child) {
    margin-left: 40px;
  }
}
.footer__contact {
  margin: 10.2564102564vw 0 0;
}
@media (min-width: 768px) {
  .footer__contact {
    margin: 1.3888888889vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__contact {
    margin: 20px 0px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact {
    display: flex;
  }
}
.footer__contact--tel {
  font-size: 4.6153846154vw;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .footer__contact--tel {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .footer__contact--tel {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact--tel a {
    border-bottom: 0.5128205128vw solid #606060;
    transition: all 300ms;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .footer__contact--tel a {
    border-bottom-width: 0.1388888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .footer__contact--tel a {
    border-bottom-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__contact--tel a:hover {
    border-bottom-width: 0;
  }
}
.footer__contact--tel span {
  font-size: 3.5897435897vw;
  letter-spacing: -0.025rem;
}
@media (min-width: 768px) {
  .footer__contact--tel span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .footer__contact--tel span {
    font-size: 14px;
  }
}
.footer__contact--katsushika {
  width: 51.2820512821vw;
  margin: 5.1282051282vw 0 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer__contact--katsushika {
    transition: all 300ms;
  }
  .footer__contact--katsushika:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer__contact--katsushika {
    width: 8.75vw;
  }
}
@media (min-width: 1440px) {
  .footer__contact--katsushika {
    width: 126px;
  }
}
@media (min-width: 768px) {
  .footer__contact--katsushika {
    margin: 0vw 0vw 0vw 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .footer__contact--katsushika {
    margin: 0px 0px 0px 15px;
  }
}
.footer__img {
  border-radius: 5.1282051282vw;
  background-color: #fff;
  width: 89.7435897436vw;
  padding: 10.2564102564vw 16.6666666667vw;
  margin: 20.5128205128vw 0 0;
}
@media (min-width: 768px) {
  .footer__img {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer__img {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .footer__img {
    width: 28.6111111111vw;
  }
}
@media (min-width: 1440px) {
  .footer__img {
    width: 412px;
  }
}
@media (min-width: 768px) {
  .footer__img {
    flex-basis: 28.6111111111vw;
  }
}
@media (min-width: 1440px) {
  .footer__img {
    flex-basis: 412px;
  }
}
@media (min-width: 768px) {
  .footer__img {
    padding: 7.4305555556vw 4.3055555556vw 6.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .footer__img {
    padding: 107px 62px 97px;
  }
}
@media (min-width: 768px) {
  .footer__img {
    margin: 0vw 3.4722222222vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__img {
    margin: 0px 50px 0px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__img {
    order: 1;
  }
}
.footer__img--logo {
  display: block;
  margin: 7.6923076923vw 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__img--logo {
    transition: all 300ms;
  }
  .footer__img--logo:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .footer__img--logo {
    margin: 4.5138888889vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__img--logo {
    margin: 65px 0px 0px;
  }
}
.footer__copyright {
  font-size: 3.5897435897vw;
  text-align: center;
  margin: 10.2564102564vw 0 0;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    bottom: 3.8194444444vw;
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    bottom: 55px;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    right: 5.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .footer__copyright {
    right: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__copyright {
    position: absolute;
  }
}
.footer.top {
  margin-top: -5.1282051282vw;
}
@media (min-width: 768px) {
  .footer.top {
    margin-top: -2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .footer.top {
    margin-top: -40px;
  }
}

.common__bread {
  width: 100%;
  font-size: 2.5641025641vw;
  font-weight: 500;
  color: #B2B2B2;
  line-height: 1.5;
  padding-left: 5.1282051282vw;
  position: relative;
}
@media (min-width: 768px) {
  .common__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .common__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__bread {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .common__bread {
    padding: 0 5.1282051282vw;
  }
}
@media only screen and (min-width: 768px) {
  .common__bread {
    line-height: 1.35;
  }
}
.common__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .common__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__bread span::after {
    margin: 0px 8px;
  }
}
.common__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .common__bread span {
    transition: all 300ms;
  }
  .common__bread span:hover {
    opacity: 0.8;
  }
}
.common__bread a {
  color: #606060;
}
.common__bread.detail {
  font-size: 2.5641025641vw;
  padding: 5.1282051282vw 5.1282051282vw 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .common__bread.detail {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__bread.detail {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .common__bread.detail {
    max-width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .common__bread.detail {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .common__bread.detail {
    padding: 1.3888888889vw 0vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .common__bread.detail {
    padding: 20px 0px 0px 0px;
  }
}
.common__bread.l-page {
  color: #fff;
}
.common__bread.l-page a {
  color: #fff;
}
.common__btn-w {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-w {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .common__btn-w {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .common__btn-w {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .common__btn-w {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .common__btn-w {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-w {
    transition: all 300ms;
  }
  .common__btn-w:hover {
    background-color: #F4F1E6;
  }
}
.common__btn-w span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-w span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w span {
    font-size: 14px;
  }
}
.common__btn-w:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #F4F1E6;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .common__btn-w:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .common__btn-w:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .common__btn-w:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-w:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-w:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-w:after {
    transition: all 300ms;
  }
}
.common__btn-i {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-i {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-i {
    transition: all 300ms;
  }
  .common__btn-i:hover {
    background-color: #fff;
  }
}
.common__btn-i span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-i span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span {
    font-size: 14px;
  }
}
.common__btn-i:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .common__btn-i:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .common__btn-i:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .common__btn-i:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-i:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-i:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-i:after {
    transition: all 300ms;
  }
}
.common__btn-w-l {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-w-l {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-w-l {
    transition: all 300ms;
  }
  .common__btn-w-l:hover {
    background-color: #F4F1E6;
  }
}
.common__btn-w-l span {
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-w-l span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span {
    font-size: 14px;
  }
}
.common__btn-w-l span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common__btn-w-l span.pdf:before {
  background-image: url("../img/overview/icon_pdf.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.6666666667vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .common__btn-w-l span.pdf:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span.pdf:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l span.pdf:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span.pdf:before {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l span.pdf:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span.pdf:before {
    left: 40px;
  }
}
.common__btn-w-l span.xls:before {
  background-image: url("../img/overview/icon_xls.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.4102564103vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .common__btn-w-l span.xls:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span.xls:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l span.xls:before {
    height: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span.xls:before {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-l span.xls:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-l span.xls:before {
    left: 40px;
  }
}
.common__btn-i {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-i {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .common__btn-i {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-i {
    transition: all 300ms;
  }
  .common__btn-i:hover {
    background-color: #fff;
  }
}
.common__btn-i span {
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-i span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span {
    font-size: 14px;
  }
}
.common__btn-i span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common__btn-i span.pdf:before {
  background-image: url("../img/overview/icon_pdf.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.6666666667vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .common__btn-i span.pdf:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span.pdf:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .common__btn-i span.pdf:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span.pdf:before {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .common__btn-i span.pdf:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span.pdf:before {
    left: 40px;
  }
}
.common__btn-i span.xls:before {
  background-image: url("../img/overview/icon_xls.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.4102564103vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .common__btn-i span.xls:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span.xls:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .common__btn-i span.xls:before {
    height: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span.xls:before {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .common__btn-i span.xls:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i span.xls:before {
    left: 40px;
  }
}
.common__btn-w-icon {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-w-icon {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-w-icon {
    transition: all 300ms;
  }
  .common__btn-w-icon:hover {
    background-color: #F4F1E6;
  }
  .common__btn-w-icon:hover:after {
    background-color: #F4F1E6;
  }
}
.common__btn-w-icon span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-w-icon span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon span {
    font-size: 18px;
  }
}
.common__btn-w-icon span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common__btn-w-icon:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 1.2820512821vw;
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .common__btn-w-icon:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon:after {
    top: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon:after {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .common__btn-w-icon:after {
    right: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-w-icon:after {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-w-icon:after {
    transition: all 300ms;
  }
}
.common__btn-i-icon {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-i-icon {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-i-icon {
    transition: all 300ms;
  }
  .common__btn-i-icon:hover {
    background-color: #fff;
  }
  .common__btn-i-icon:hover:after {
    background-color: #F4F1E6;
  }
}
.common__btn-i-icon span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .common__btn-i-icon span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon span {
    font-size: 18px;
  }
}
.common__btn-i-icon span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common__btn-i-icon:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 1.2820512821vw;
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .common__btn-i-icon:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon:after {
    top: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon:after {
    top: 5px;
  }
}
@media (min-width: 768px) {
  .common__btn-i-icon:after {
    right: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .common__btn-i-icon:after {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .common__btn-i-icon:after {
    transition: all 300ms;
  }
}

.detail__wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 20.5128205128vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .detail__wrap {
    padding-top: 12.1527777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__wrap {
    padding-top: 175px;
  }
}
@media (min-width: 768px) {
  .detail__wrap {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__wrap {
    padding-bottom: 100px;
  }
}
.detail__inner {
  padding: 0 5.1282051282vw;
}
@media only screen and (min-width: 768px) {
  .detail__inner {
    padding: 0;
  }
}
.detail__header {
  margin: 0 auto;
  width: 100%;
  padding: 7.6923076923vw 0;
}
@media (min-width: 768px) {
  .detail__header {
    max-width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__header {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .detail__header {
    padding-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__header {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .detail__header {
    padding-bottom: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__header {
    padding-bottom: 60px;
  }
}
.detail__header-title {
  color: #606060;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .detail__header-title {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__header-title {
    line-height: 1.4;
  }
}
.detail__header-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__header-top {
    gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-top {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__header-top {
    flex-direction: row;
    align-items: center;
  }
}
.detail__header-top[data-update=new]:before {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EA5550;
  border-radius: 7.6923076923vw;
  color: #fff;
  font-size: 2.5641025641vw;
  width: 20.5128205128vw;
  height: 5.641025641vw;
}
@media (min-width: 768px) {
  .detail__header-top[data-update=new]:before {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-top[data-update=new]:before {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .detail__header-top[data-update=new]:before {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-top[data-update=new]:before {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .detail__header-top[data-update=new]:before {
    width: 5.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-top[data-update=new]:before {
    width: 74px;
  }
}
@media (min-width: 768px) {
  .detail__header-top[data-update=new]:before {
    height: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-top[data-update=new]:before {
    height: 22px;
  }
}
.detail__header-datetime {
  color: #606060;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .detail__header-datetime {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-datetime {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__header-datetime {
    line-height: 1.5833333333;
  }
}
.detail__header-area {
  color: #606060;
  font-size: 4.6153846154vw;
  font-weight: 500;
  line-height: 1.3333333333;
  display: flex;
  align-items: center;
  gap: 2.5641025641vw;
  margin-top: 4.1025641026vw;
}
@media (min-width: 768px) {
  .detail__header-area {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-area {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .detail__header-area {
    gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-area {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .detail__header-area {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-area {
    margin-top: 10px;
  }
}
.detail__header-area svg {
  width: 4.7974358974vw;
  height: 6.9230769231vw;
}
@media (min-width: 768px) {
  .detail__header-area svg {
    width: 1.2993055556vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-area svg {
    width: 18.71px;
  }
}
@media (min-width: 768px) {
  .detail__header-area svg {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-area svg {
    height: 27px;
  }
}
.detail__header-area svg path {
  fill: #606060;
}
.detail__header-area[data-area=monchi] {
  color: #F09192;
}
.detail__header-area[data-area=monchi] svg path {
  fill: #F09192;
}
.detail__header-area[data-area=tora] {
  color: #EA5550;
}
.detail__header-area[data-area=tora] svg path {
  fill: #EA5550;
}
.detail__header-area[data-area=main] {
  color: #8FC31F;
}
.detail__header-area[data-area=main] svg path {
  fill: #8FC31F;
}
.detail__header-area[data-area=iris] {
  color: #8867AA;
}
.detail__header-area[data-area=iris] svg path {
  fill: #8867AA;
}
.detail__header-area[data-area=wing] {
  color: #F5A400;
}
.detail__header-area[data-area=wing] svg path {
  fill: #F5A400;
}
.detail__header-area[data-area=kochi] {
  color: #86B3E0;
}
.detail__header-area[data-area=kochi] svg path {
  fill: #86B3E0;
}
.detail__header-category {
  display: flex;
  gap: 2.5641025641vw;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5.1282051282vw;
  margin-bottom: 7.6923076923vw;
}
@media (min-width: 768px) {
  .detail__header-category {
    gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-category {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .detail__header-category {
    margin-top: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-category {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .detail__header-category {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-category {
    margin-bottom: 30px;
  }
}
.detail__header-category p {
  background-color: #F2F2F2;
  border-radius: 7.6923076923vw;
  color: #606060;
  font-size: 2.5641025641vw;
  font-weight: 300;
  line-height: 2.4;
  padding: 0.5128205128vw 3.5897435897vw;
}
@media (min-width: 768px) {
  .detail__header-category p {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-category p {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .detail__header-category p {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-category p {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .detail__header-category p {
    padding: 0vw 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__header-category p {
    padding: 0px 12px;
  }
}
.detail__header-category p.announce {
  background-color: rgba(136, 103, 170, 0.2);
}
.detail__header-category p.events {
  background-color: #F7E0AF;
}
.detail__header-category p.recruit {
  background-color: #E5F1CA;
}
.detail__header-category p.news {
  background-color: #FCCCCA;
}
.detail__content {
  background-color: #F4F1E6;
  padding-top: 10.2564102564vw;
  padding-bottom: 10.2564102564vw;
}
@media (min-width: 768px) {
  .detail__content {
    padding-top: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__content {
    padding-top: 92px;
  }
}
@media (min-width: 768px) {
  .detail__content {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__content {
    padding-bottom: 100px;
  }
}
.detail__content-img {
  width: auto;
  max-width: 100%;
  border-radius: 5.1282051282vw;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .detail__content-img {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-img {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .detail__content-img {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-img {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .detail__content-img {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-img {
    margin-bottom: 30px;
  }
}
.detail__content-img img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
}
.detail__content-wrap {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .detail__content-wrap {
    max-width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap {
    max-width: 1280px;
  }
}
.detail__content-wrap h2 {
  color: #606060;
  font-weight: 500;
  font-size: 4.6153846154vw;
  line-height: 1.7777777778;
  border-bottom: solid 0.5128205128vw #F5A400;
  padding-bottom: 1.5384615385vw;
  margin-bottom: 3.0769230769vw;
}
@media (min-width: 768px) {
  .detail__content-wrap h2 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h2 {
    border-bottom-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h2 {
    border-bottom-width: 2px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h2 {
    padding-bottom: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h2 {
    padding-bottom: 4px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h2 {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h2 {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__content-wrap h2 {
    line-height: 1.3333333333;
    width: fit-content;
  }
}
.detail__content-wrap h2:not(:first-of-type) {
  margin-top: 5.1282051282vw;
}
.detail__content-wrap h3 {
  color: #606060;
  font-weight: 500;
  font-size: 4.6153846154vw;
  line-height: 1.7777777778;
  margin-bottom: 1.7948717949vw;
  position: relative;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__content-wrap h3 {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h3 {
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h3 {
    padding-left: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3 {
    padding-left: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__content-wrap h3 {
    line-height: 1.9;
  }
}
.detail__content-wrap h3:not(:first-of-type) {
  margin-top: 6.4102564103vw;
}
@media (min-width: 768px) {
  .detail__content-wrap h3:not(:first-of-type) {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3:not(:first-of-type) {
    margin-top: 60px;
  }
}
.detail__content-wrap h3:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #F5A400;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  top: 3.3333333333vw;
  left: 0;
}
@media (min-width: 768px) {
  .detail__content-wrap h3:before {
    width: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3:before {
    width: 14px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h3:before {
    height: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3:before {
    height: 14px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h3:before {
    border-radius: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3:before {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h3:before {
    top: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h3:before {
    top: 14px;
  }
}
.detail__content-wrap h4 {
  border-left: solid 0.5128205128vw #606060;
  color: #606060;
  font-weight: 500;
  font-size: 4.6153846154vw;
  margin-bottom: 5.1282051282vw;
  padding-left: 2.0512820513vw;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .detail__content-wrap h4 {
    border-left-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h4 {
    border-left-width: 2px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h4 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h4 {
    margin-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h4 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap h4 {
    padding-left: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h4 {
    padding-left: 8px;
  }
}
.detail__content-wrap h4:not(:first-of-type) {
  margin-top: 7.1794871795vw;
}
@media (min-width: 768px) {
  .detail__content-wrap h4:not(:first-of-type) {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap h4:not(:first-of-type) {
    margin-top: 50px;
  }
}
.detail__content-wrap p {
  font-weight: 300;
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  margin-top: 5.1282051282vw;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__content-wrap p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap p {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap p {
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap p {
    margin-bottom: 10px;
  }
}
.detail__content-wrap ul {
  margin-top: 5.1282051282vw;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__content-wrap ul {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap ul {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap ul {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap ul {
    margin-bottom: 30px;
  }
}
.detail__content-wrap ul li {
  font-weight: 300;
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  padding-left: 6.1538461538vw;
  position: relative;
}
@media (min-width: 768px) {
  .detail__content-wrap ul li {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap ul li {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap ul li {
    padding-left: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap ul li {
    padding-left: 28px;
  }
}
.detail__content-wrap ul li:before {
  display: block;
  content: "";
  content: "・";
  display: inline-block;
  color: #606060;
  font-size: 4.6153846154vw;
  position: absolute;
  left: 1.0256410256vw;
}
@media (min-width: 768px) {
  .detail__content-wrap ul li:before {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap ul li:before {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap ul li:before {
    left: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap ul li:before {
    left: 6px;
  }
}
.detail__content-wrap table {
  margin-top: 2.5641025641vw;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__content-wrap table {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap table {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .detail__content-wrap table {
    margin-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap table {
    margin-bottom: 30px;
  }
}
.detail__content-wrap table tr td {
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .detail__content-wrap table tr td {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap table tr td {
    font-size: 16px;
  }
}
.detail__content-wrap table tr td {
  padding-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .detail__content-wrap table tr td {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap table tr td {
    padding-top: 15px;
  }
}
.detail__content-wrap table tr td:only-child img {
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__content-wrap table tr td:only-child img {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap table tr td:only-child img {
    border-radius: 40px;
  }
}
.detail__content-wrap table tr:has(td:nth-child(2n)) td img {
  width: 95% !important;
}
.detail__content-wrap a:not(.sponsor-detail__contact--btn) {
  color: #F5A400;
  border-bottom: solid 1px #F5A400;
  font-weight: 300;
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  margin-top: 5.1282051282vw;
  margin-bottom: 5.1282051282vw;
}
@media (min-width: 768px) {
  .detail__content-wrap a:not(.sponsor-detail__contact--btn) {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-wrap a:not(.sponsor-detail__contact--btn) {
    font-size: 18px;
  }
}
.detail__content-block {
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .detail__content-block {
    margin-top: 2.5694444444vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-block {
    margin-top: 37px;
  }
}
@media (min-width: 768px) {
  .detail__content-block:not(:first-of-type) {
    margin-top: 4.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .detail__content-block:not(:first-of-type) {
    margin-top: 70px;
  }
}
.detail__back {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .detail__back {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__back {
    transition: all 300ms;
  }
  .detail__back:hover {
    background-color: #fff;
  }
}
.detail__back span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .detail__back span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__back span {
    font-size: 14px;
  }
}
.detail__back:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .detail__back:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .detail__back:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .detail__back:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .detail__back:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__back:after {
    transition: all 300ms;
  }
}
.detail__back {
  border-radius: 6.4102564103vw;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-top: 19.4871794872vw;
}
@media (min-width: 768px) {
  .detail__back {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .detail__back {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .detail__back {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .detail__back span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail__back span {
    font-size: 18px;
  }
}
.detail__back:after {
  display: block;
  content: "";
  transform: translateY(-50%) rotate(-180deg);
  right: auto;
  left: 1.2820512821vw;
}
@media (min-width: 768px) {
  .detail__back:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .detail__back:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .detail__back:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .detail__back:after {
    left: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .detail__back:after {
    left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .detail__back:after {
    transition: all 300ms;
  }
}
.detail .tablepress {
  border-top: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
}
.detail .tablepress tr > th,
.detail .tablepress tr > td {
  border-right: 1px solid #B2B2B2;
}
.detail .tablepress :where(thead) + tbody > :where(:not(.child)) > *,
.detail .tablepress > tbody > * ~ :where(:not(.child)) > *,
.detail .tablepress > tfoot > :where(:first-child) > * {
  border-top: 1px solid #B2B2B2;
}
.detail .tablepress thead > tr > *,
.detail .tablepress tbody > tr > * {
  color: #606060 !important;
}
.detail .tablepress thead > tr > th {
  background-color: #F2F2F2 !important;
  color: #606060 !important;
  font-weight: 700;
  font-size: 4.358974359vw;
}
@media (min-width: 768px) {
  .detail .tablepress thead > tr > th {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .detail .tablepress thead > tr > th {
    font-size: 20px;
  }
}
.detail .tablepress thead > tr > th {
  line-height: 1.5555555556;
  text-align: center;
}
.detail .tablepress thead > tr > td {
  background-color: #F2F2F2 !important;
  color: #606060 !important;
  font-size: 4.1025641026vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .detail .tablepress thead > tr > td {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail .tablepress thead > tr > td {
    font-size: 18px;
  }
}
.detail .tablepress thead > tr > td {
  line-height: 1.5555555556;
}
.detail .tablepress thead > tr > td p {
  font-size: 4.1025641026vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .detail .tablepress thead > tr > td p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail .tablepress thead > tr > td p {
    font-size: 18px;
  }
}
.detail .tablepress tbody > tr > td {
  background-color: #fff !important;
  color: #606060 !important;
  font-size: 4.1025641026vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .detail .tablepress tbody > tr > td {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail .tablepress tbody > tr > td {
    font-size: 18px;
  }
}
.detail .tablepress tbody > tr > td {
  line-height: 1.5555555556;
}
.detail .tablepress tbody > tr > td p {
  font-size: 4.1025641026vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .detail .tablepress tbody > tr > td p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .detail .tablepress tbody > tr > td p {
    font-size: 18px;
  }
}
.detail .tablepress.vertical thead > tr > th.column-1,
.detail .tablepress.vertical thead > tr > td.column-1,
.detail .tablepress.vertical tbody > tr > td.column-1 {
  background-color: #F2F2F2 !important;
  font-weight: 700;
}

.top__bg.green {
  padding-top: 15.3846153846vw;
  padding-bottom: 144.1025641026vw;
  background-image: url("../img/top/bg_green.png");
  background-size: 100% 100%;
  background-position: center 52.5641025641vw;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top__bg.green {
    background-size: 100vw auto;
  }
}
@media (min-width: 1440px) {
  .top__bg.green {
    background-size: 1440px auto;
  }
}
@media (min-width: 768px) {
  .top__bg.green {
    padding-top: 11.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.green {
    padding-top: 169px;
  }
}
@media (min-width: 768px) {
  .top__bg.green {
    padding-bottom: 18.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.green {
    padding-bottom: 263px;
  }
}
@media only screen and (min-width: 768px) {
  .top__bg.green {
    background-image: url("../img/top/bg_green_pc.png");
    background-size: 2802px auto;
    background-position: calc(50% + 350px) 280px;
  }
}
.top__bg.pink {
  margin-top: -152.5641025641vw;
  padding-top: 24.6153846154vw;
  padding-bottom: 152.0512820513vw;
  background-image: url("../img/top/bg_pink.png");
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top__bg.pink {
    background-size: 100vw auto;
  }
}
@media (min-width: 1440px) {
  .top__bg.pink {
    background-size: 1440px auto;
  }
}
@media (min-width: 768px) {
  .top__bg.pink {
    margin-top: -22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.pink {
    margin-top: -320px;
  }
}
@media (min-width: 768px) {
  .top__bg.pink {
    padding-top: 11.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.pink {
    padding-top: 169px;
  }
}
@media (min-width: 768px) {
  .top__bg.pink {
    padding-bottom: 101.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.pink {
    padding-bottom: 1463px;
  }
}
@media only screen and (min-width: 768px) {
  .top__bg.pink {
    background-image: url("../img/top/bg_pink_pc.png");
    background-size: 3838px auto;
    background-position: calc(50% + 350px) 0px;
  }
}
.top__bg.orange {
  margin-top: -163.0769230769vw;
  padding-top: 34.358974359vw;
  padding-bottom: 128.2051282051vw;
  background-image: url("../img/top/bg_orange.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top__bg.orange {
    background-size: 100vw auto;
  }
}
@media (min-width: 1440px) {
  .top__bg.orange {
    background-size: 1440px auto;
  }
}
@media (min-width: 768px) {
  .top__bg.orange {
    margin-top: -107.2916666667vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.orange {
    margin-top: -1545px;
  }
}
@media (min-width: 768px) {
  .top__bg.orange {
    padding-top: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.orange {
    padding-top: 220px;
  }
}
@media (min-width: 768px) {
  .top__bg.orange {
    padding-bottom: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.orange {
    padding-bottom: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .top__bg.orange {
    background-image: url("../img/top/bg_orange_pc.png");
    background-size: 3229px auto;
    background-position: calc(50% - 130px) 0px;
  }
}
.top__bg.blue {
  margin-top: -163.0769230769vw;
  padding-top: 34.358974359vw;
  padding-bottom: 25.641025641vw;
  background-image: url("../img/top/bg_blue.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top__bg.blue {
    background-size: 100vw auto;
  }
}
@media (min-width: 1440px) {
  .top__bg.blue {
    background-size: 1440px auto;
  }
}
@media (min-width: 768px) {
  .top__bg.blue {
    margin-top: -99.3055555556vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.blue {
    margin-top: -1430px;
  }
}
@media (min-width: 768px) {
  .top__bg.blue {
    padding-top: 12.5vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.blue {
    padding-top: 180px;
  }
}
@media (min-width: 768px) {
  .top__bg.blue {
    padding-bottom: 14.0972222222vw;
  }
}
@media (min-width: 1440px) {
  .top__bg.blue {
    padding-bottom: 203px;
  }
}
@media only screen and (min-width: 768px) {
  .top__bg.blue {
    background-image: url("../img/top/bg_blue_pc.png");
    background-size: 4388px auto;
    background-position: calc(50% - 50px) 0px;
  }
}

.top-banner {
  margin-inline: auto;
  position: relative;
}
@media (min-width: 768px) {
  .top-banner {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-banner {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-banner__swiper {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-banner__swiper {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper {
    border-radius: 40px;
  }
}
.top-banner__swiper-slide {
  position: relative;
  width: 94.8717948718vw;
  margin: 0 2.5641025641vw;
  border-radius: 0vw 0vw 5.1282051282vw 5.1282051282vw;
  z-index: 0;
}
@media (min-width: 768px) {
  .top-banner__swiper-slide {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper-slide {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-banner__swiper-slide {
    margin: 0vw 2.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper-slide {
    margin: 0px 41px;
  }
}
@media (min-width: 768px) {
  .top-banner__swiper-slide {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper-slide {
    border-radius: 40px;
  }
}
.top-banner__swiper-slide {
  overflow: hidden;
}
.top-banner__swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-banner__swiper-slide .top-banner__progress:after {
  animation-play-state: paused;
}
.top-banner__swiper-slide.swiper-slide-active .top-banner__progress:after {
  animation-play-state: running;
}
@media only screen and (min-width: 768px) {
  .top-banner__swiper-slide.only-child {
    margin-inline: 0;
  }
}
.top-banner__atten {
  width: 43.3333333333vw;
  height: 14.8717948718vw;
  padding: 2.3076923077vw 2.5641025641vw;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 0 5.1282051282vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .top-banner__atten {
    width: 25.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten {
    width: 372px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten {
    height: 10.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten {
    height: 150px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten {
    padding: 3.125vw 3.6111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten {
    padding: 45px 52px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten {
    border-radius: 0vw 0vw 2.7777777778vw 0vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten {
    border-radius: 0px 0px 40px 0px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten {
    left: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten {
    left: 0px;
  }
}
.top-banner__atten-ttl {
  font-size: 3.0769230769vw;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-banner__atten-ttl {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl {
    font-size: 18px;
  }
}
.top-banner__atten-ttl:before {
  display: block;
  content: "";
  width: 12.8205128205vw;
  height: 0.2564102564vw;
  background-color: #606060;
  position: absolute;
  top: 50%;
  left: 8.2051282051vw;
}
@media (min-width: 768px) {
  .top-banner__atten-ttl:before {
    width: 6.875vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl:before {
    width: 99px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten-ttl:before {
    height: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl:before {
    height: 1px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten-ttl:before {
    left: 3.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl:before {
    left: 48px;
  }
}
.top-banner__atten-ttl:after {
  display: block;
  content: "";
  width: 12.8205128205vw;
  height: 0.2564102564vw;
  background-color: #606060;
  position: absolute;
  top: 50%;
  right: 8.2051282051vw;
}
@media (min-width: 768px) {
  .top-banner__atten-ttl:after {
    width: 6.875vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl:after {
    width: 99px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten-ttl:after {
    height: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl:after {
    height: 1px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten-ttl:after {
    right: 3.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-ttl:after {
    right: 48px;
  }
}
.top-banner__atten-txt {
  margin-top: 2.0512820513vw;
  font-size: 2.5641025641vw;
}
@media (min-width: 768px) {
  .top-banner__atten-txt {
    margin-top: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-txt {
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .top-banner__atten-txt {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-txt {
    font-size: 20px;
  }
}
.top-banner__atten-txt span {
  font-size: 2.0512820513vw;
}
@media (min-width: 768px) {
  .top-banner__atten-txt span {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__atten-txt span {
    font-size: 10px;
  }
}
.top-banner__swiper-btn--next {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-banner__swiper-btn--next {
    display: block;
  }
  .top-banner__swiper-btn--next:after {
    display: block;
    content: "";
    background-image: url("../img/top/banner_arrow_right.png");
    background-size: 100% 100%;
    border-radius: 50%;
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banner__swiper-btn--next:after {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-banner__swiper-btn--next:after {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banner__swiper-btn--next:after {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-banner__swiper-btn--next:after {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banner__swiper-btn--next:after {
    right: -2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-banner__swiper-btn--next:after {
    right: -30px;
  }
}
.top-banner__swiper-btn--prev {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-banner__swiper-btn--prev {
    display: block;
  }
  .top-banner__swiper-btn--prev:after {
    display: block;
    content: "";
    background-image: url("../img/top/banner_arrow_right.png");
    background-size: 100% 100%;
    border-radius: 50%;
    transform: scaleX(-1);
    position: absolute;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banner__swiper-btn--prev:after {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-banner__swiper-btn--prev:after {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banner__swiper-btn--prev:after {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-banner__swiper-btn--prev:after {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-banner__swiper-btn--prev:after {
    left: -2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-banner__swiper-btn--prev:after {
    left: -30px;
  }
}
.top-banner__swiper-pagination.swiper-pagination {
  position: absolute;
  bottom: -7.1794871795vw;
}
@media (min-width: 768px) {
  .top-banner__swiper-pagination.swiper-pagination {
    bottom: -2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper-pagination.swiper-pagination {
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .top-banner__swiper-pagination.swiper-pagination {
    left: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper-pagination.swiper-pagination {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .top-banner__swiper-pagination.swiper-pagination {
    width: auto;
  }
}
.top-banner__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
@media (min-width: 768px) {
  .top-banner__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0vw 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
  }
}
.top-banner__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(255, 255, 255);
}
.top-banner__text {
  width: 87.1794871795vw;
  color: #fff;
  position: absolute;
  bottom: 9.2307692308vw;
  left: 5.1282051282vw;
  z-index: 3;
}
@media (min-width: 768px) {
  .top-banner__text {
    width: 34.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .top-banner__text {
    bottom: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text {
    bottom: 50px;
  }
}
@media (min-width: 768px) {
  .top-banner__text {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text {
    left: 40px;
  }
}
.top-banner__text > h5 {
  font-size: 6.1538461538vw;
  font-weight: 400;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .top-banner__text > h5 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text > h5 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .top-banner__text > h5 {
    line-height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text > h5 {
    line-height: 40px;
  }
}
.top-banner__text > p {
  margin-top: 2.5641025641vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .top-banner__text > p {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text > p {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .top-banner__text > p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text > p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-banner__text > p {
    line-height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__text > p {
    line-height: 26px;
  }
}
.top-banner__progress {
  width: 100%;
  height: 3.5897435897vw;
  position: absolute;
  bottom: -0.5128205128vw;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .top-banner__progress {
    height: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__progress {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .top-banner__progress {
    bottom: -0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-banner__progress {
    bottom: -2px;
  }
}
.top-banner__progress:after {
  display: block;
  content: "";
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #fff;
  animation: progressBar 5s linear forwards;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.top-news {
  width: 94.8717948718vw;
  margin-inline: auto;
  margin-top: 23.0769230769vw;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 19.4871794872vw 7.6923076923vw;
}
@media (min-width: 768px) {
  .top-news {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-news {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-news {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-news {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .top-news {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .top-news {
    padding: 6.9444444444vw 5.5555555556vw 5.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .top-news {
    padding: 100px 80px 75px;
  }
}
.top-news.mt {
  margin-top: 12.8205128205vw;
}
@media (min-width: 768px) {
  .top-news.mt {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-news.mt {
    margin-top: 80px;
  }
}
.top-news__ttl {
  font-size: 5.1282051282vw;
  color: #606060;
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-news__ttl {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news__ttl {
    font-size: 40px;
  }
}
.top-news__ttl:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-news__ttl:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-news__ttl:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .top-news__ttl:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-news__ttl:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-news__ttl:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-news__ttl:after {
    bottom: -16px;
  }
}
.top-news__wrapper {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .top-news__wrapper {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .top-news__wrapper {
    margin-top: 95px;
  }
}
.top-news__box {
  position: relative;
  padding-bottom: 4.6153846154vw;
  border-bottom: solid 0.5128205128vw #F4F1E6;
}
@media (min-width: 768px) {
  .top-news__box {
    padding-bottom: 3.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box {
    padding-bottom: 46px;
  }
}
@media (min-width: 768px) {
  .top-news__box {
    border-bottom-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box {
    border-bottom-width: 2px;
  }
}
.top-news__box:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-news__box:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .top-news__box {
    cursor: pointer;
  }
  .top-news__box:hover .top-news__txt {
    color: #EA5550;
  }
  .top-news__box:hover:after {
    display: block;
    content: "";
    opacity: 1;
  }
}
.top-news__box:after {
  display: block;
  content: "";
  background-image: url("../img/top/news_arrow.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .top-news__box:after {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box:after {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .top-news__box:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box:after {
    height: 15px;
  }
}
.top-news__box:after {
  position: absolute;
  top: 25%;
  right: 0vw;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.top-news__box.new .top-news__cate:before {
  display: block;
  content: "";
  content: "NEW";
  display: block;
  width: 18.9743589744vw;
  font-size: 2.5641025641vw;
  font-weight: 300;
  color: #fff;
  background-color: #EA5550;
  border-radius: 7.6923076923vw;
  align-items: center;
  padding-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .top-news__box.new .top-news__cate:before {
    width: 5.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box.new .top-news__cate:before {
    width: 74px;
  }
}
@media (min-width: 768px) {
  .top-news__box.new .top-news__cate:before {
    padding-top: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box.new .top-news__cate:before {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .top-news__box.new .top-news__cate:before {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box.new .top-news__cate:before {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .top-news__box.new .top-news__cate:before {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-news__box.new .top-news__cate:before {
    border-radius: 30px;
  }
}
.top-news__cate {
  display: flex;
  flex-direction: row;
  column-gap: 1.2820512821vw;
  font-size: 2.5641025641vw;
  color: #606060;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .top-news__cate {
    padding-left: 7.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news__cate {
    padding-left: 112px;
  }
}
@media (min-width: 768px) {
  .top-news__cate {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-news__cate {
    column-gap: 10px;
  }
}
@media (min-width: 768px) {
  .top-news__cate {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-news__cate {
    font-size: 10px;
  }
}
.top-news__cate > p {
  padding: 1.2820512821vw 2.5641025641vw;
  background-color: rgba(136, 103, 170, 0.2);
  border-radius: 7.6923076923vw;
}
@media (min-width: 768px) {
  .top-news__cate > p {
    padding: 0.3472222222vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-news__cate > p {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .top-news__cate > p {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-news__cate > p {
    border-radius: 30px;
  }
}
.top-news__cate > p.news {
  background-color: #FCCCCA;
}
.top-news__cate > p.events {
  background-color: #F7E0AF;
}
.top-news__cate > p.recruit {
  background-color: #E5F1CA;
}
.top-news__txt {
  margin-top: 1.2820512821vw;
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 4.1025641026vw;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .top-news__txt {
    margin-top: -1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news__txt {
    margin-top: -22px;
  }
}
@media (min-width: 768px) {
  .top-news__txt {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-news__txt {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-news__txt {
    line-height: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .top-news__txt {
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .top-news__txt {
    column-gap: 0.7638888889vw;
  }
}
@media (min-width: 1440px) {
  .top-news__txt {
    column-gap: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .top-news__txt {
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
.top-news__txt span {
  text-wrap-mode: nowrap;
  font-weight: 500;
}
.top-news__txt > p {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .top-news__txt > p {
    width: 65.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-news__txt > p {
    width: 950px;
  }
}
@media only screen and (min-width: 768px) {
  .top-news__txt > p {
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    line-height: unset;
  }
}
.top-news__date {
  width: 20vw;
  font-size: 4.6153846154vw;
  color: #606060;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .top-news__date {
    width: 7.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-news__date {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .top-news__date {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-news__date {
    font-size: 24px;
  }
}
.top-news__date {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .top-news__date {
    line-height: unset;
  }
}
.top-news__btn {
  display: block;
  margin-top: 15.3846153846vw;
  margin-inline: auto;
  padding: 3.5897435897vw;
  width: 79.4871794872vw;
  height: 12.8205128205vw;
  font-size: 3.5897435897vw;
  text-align: center;
  background-color: #F4F1E6;
  border-radius: 15.3846153846vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-news__btn {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .top-news__btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .top-news__btn {
    padding: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    padding: 14px;
  }
}
@media (min-width: 768px) {
  .top-news__btn {
    padding-right: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .top-news__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .top-news__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .top-news__btn {
    border-radius: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-news__btn {
    border-radius: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .top-news__btn {
    cursor: pointer;
  }
}

.top-insta {
  margin-top: 5.1282051282vw;
  width: 94.8717948718vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 19.4871794872vw 0vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-insta {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-insta {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .top-insta {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-insta {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-insta {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-insta {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .top-insta {
    padding: 6.9444444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .top-insta {
    padding: 100px 0px;
  }
}
.top-insta__ttl {
  font-size: 5.1282051282vw;
  color: #606060;
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-insta__ttl {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__ttl {
    font-size: 40px;
  }
}
.top-insta__ttl:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-insta__ttl:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__ttl:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .top-insta__ttl:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__ttl:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-insta__ttl:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__ttl:after {
    bottom: -16px;
  }
}
.top-insta__gallery {
  margin-top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .top-insta__gallery {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__gallery {
    margin-top: 75px;
  }
}
@media (min-width: 768px) {
  .top-insta__swiper {
    padding-top: 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__swiper {
    padding-top: 42px;
  }
}
.top-insta__swipersp:not(:first-child) {
  margin-top: 5.641025641vw;
}
.top-insta__swipersp-wrapper {
  transition-timing-function: linear !important;
}
.top-insta__swipersp-slide {
  border-radius: 5.1282051282vw;
  width: 30.2564102564vw;
  margin: 0 2.5641025641vw 0;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .top-insta__swipersp-slide {
    width: 10.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__swipersp-slide {
    width: 158px;
  }
}
@media (min-width: 768px) {
  .top-insta__swipersp-slide {
    margin-inline: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__swipersp-slide {
    margin-inline: 10px;
  }
}
@media (min-width: 768px) {
  .top-insta__swipersp-slide {
    border-radius: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__swipersp-slide {
    border-radius: 26px;
  }
}
.top-insta__swipersp-slide {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .top-insta__swipersp-slide {
    border: solid transparent 0.2564102564vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-insta__swipersp-slide {
    border-width: 0.1388888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-insta__swipersp-slide {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .top-insta__swipersp-slide:hover {
    transform: translateY(-20px);
    border: solid #8FC31F 0.2564102564vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-insta__swipersp-slide:hover {
    border-width: 0.1388888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-insta__swipersp-slide:hover {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-insta__swipersp-slide:hover {
    border-radius: 1.8055555556vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-insta__swipersp-slide:hover {
    border-radius: 26px;
  }
}
.top-insta__swipersp-slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-insta__catch {
  margin-top: 10.2564102564vw;
  font-size: 5.1282051282vw;
  color: #8FC31F;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-insta__catch {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch {
    font-size: 24px;
  }
}
.top-insta__catch:before {
  display: block;
  content: "";
  background-color: #8FC31F;
  width: 8.2051282051vw;
  height: 0.5128205128vw;
  position: absolute;
  top: 50%;
  left: 2.5641025641vw;
  transform: translateY(-50%) rotate(70deg);
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-insta__catch:before {
    width: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:before {
    width: 32px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch:before {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:before {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch:before {
    left: 30.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:before {
    left: 440px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch:before {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:before {
    border-radius: 20px;
  }
}
.top-insta__catch:after {
  display: block;
  content: "";
  background-color: #8FC31F;
  width: 8.2051282051vw;
  height: 0.5128205128vw;
  position: absolute;
  top: 50%;
  right: 4.1025641026vw;
  transform: translateY(-50%) rotate(-70deg);
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-insta__catch:after {
    width: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:after {
    width: 32px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch:after {
    right: 31.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:after {
    right: 448px;
  }
}
@media (min-width: 768px) {
  .top-insta__catch:after {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__catch:after {
    border-radius: 20px;
  }
}
.top-insta__hash {
  width: 79.4871794872vw;
  margin-top: 5.1282051282vw;
  margin-inline: auto;
  padding: 12.8205128205vw 2.5641025641vw 4.1025641026vw;
  background-color: rgba(143, 195, 31, 0.2);
  border-radius: 2.0512820513vw;
  font-size: 4.6153846154vw;
  font-weight: medium;
  line-height: 1.5555555556;
  text-align: center;
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-insta__hash {
    width: 32.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash {
    width: 472px;
  }
}
@media (min-width: 768px) {
  .top-insta__hash {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .top-insta__hash {
    padding: 1.0416666667vw 1.3888888889vw 1.0416666667vw 5vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash {
    padding: 15px 20px 15px 72px;
  }
}
@media (min-width: 768px) {
  .top-insta__hash {
    border-radius: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .top-insta__hash {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .top-insta__hash {
    margin-inline: auto;
  }
}
.top-insta__hash:before {
  display: block;
  content: "";
  background-image: url(../data/webp/common/sns_insta.webp);
  background-size: 100% 100%;
  width: 6.1538461538vw;
  height: 6.1538461538vw;
  position: absolute;
  top: 5.1282051282vw;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (min-width: 768px) {
  .top-insta__hash:before {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash:before {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .top-insta__hash:before {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash:before {
    height: 30px;
  }
}
@media (min-width: 768px) {
  .top-insta__hash:before {
    left: 2.4305555556vw;
  }
}
@media (min-width: 1440px) {
  .top-insta__hash:before {
    left: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .top-insta__hash:before {
    top: 50%;
    transform: translate(0%, -50%);
  }
}

.top-topic {
  position: relative;
  width: 94.8717948718vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 19.4871794872vw 0vw 20.5128205128vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-topic {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-topic {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-topic {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .top-topic {
    padding: 6.9444444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .top-topic {
    padding: 100px 0px;
  }
}
.top-topic__ttl {
  font-size: 5.1282051282vw;
  color: #606060;
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-topic__ttl {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__ttl {
    font-size: 40px;
  }
}
.top-topic__ttl:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-topic__ttl:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__ttl:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .top-topic__ttl:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__ttl:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-topic__ttl:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__ttl:after {
    bottom: -16px;
  }
}
.top-topic__swiper {
  margin-top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .top-topic__swiper {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper {
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .top-topic__swiper-wrapper:not(:has(.top-topic__swiper-slide:nth-child(4))) {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-wrapper:not(:has(.top-topic__swiper-slide:nth-child(4))) {
    justify-content: center;
  }
}
.top-topic__swiper-slide {
  display: block;
  width: 69.2307692308vw;
  height: 99.4871794872vw;
  margin: 0 2.5641025641vw;
  background-color: #F4F1E6;
  border: solid #F4F1E6 0.5128205128vw;
  border-radius: 5.1282051282vw;
  overflow: hidden;
  border: solid transparent 0.5128205128vw;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .top-topic__swiper-slide {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide {
    height: 28.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide {
    height: 410px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide {
    max-height: 28.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide {
    max-height: 410px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide {
    margin: 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide {
    margin: 0px 10px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-slide {
    cursor: pointer;
  }
  .top-topic__swiper-slide:hover {
    border-color: #F09192;
  }
  .top-topic__swiper-slide:hover .top-topic__btn {
    background-color: #F4F1E6;
  }
}
.top-topic__swiper-slide div.top-topic__btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    transition: all 300ms;
  }
  .top-topic__swiper-slide div.top-topic__btn:hover {
    background-color: #F4F1E6;
  }
}
.top-topic__swiper-slide div.top-topic__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn span {
    font-size: 14px;
  }
}
.top-topic__swiper-slide div.top-topic__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #F4F1E6;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    transition: all 300ms;
  }
}
.top-topic__swiper-slide div.top-topic__btn {
  display: block;
  width: 58.9743589744vw;
  height: 12.8205128205vw;
  margin-top: 3.8461538462vw;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-radius: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-radius: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn {
    border-color: #fff;
  }
}
.top-topic__swiper-slide div.top-topic__btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    right: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-slide div.top-topic__btn:after {
    right: 4px;
  }
}
.top-topic__slide-img {
  width: 100%;
  height: 51.7948717949vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .top-topic__slide-img {
    height: 15.625vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__slide-img {
    height: 225px;
  }
}
.top-topic__slide-img img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.top-topic__slide-box {
  height: 43.5897435897vw;
  padding: 9.2307692308vw 3.0769230769vw 6.1538461538vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .top-topic__slide-box {
    height: 12.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__slide-box {
    height: 185px;
  }
}
@media (min-width: 768px) {
  .top-topic__slide-box {
    padding: 2.5vw 1.25vw 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__slide-box {
    padding: 36px 18px 38px;
  }
}
.top-topic__slide-box .title {
  font-size: 4.6153846154vw;
  line-height: 1.3333333333;
  color: #343434;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-topic__slide-box .title {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__slide-box .title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-topic__slide-box .title {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__slide-box .title {
    line-height: 24px;
  }
}
.top-topic__swiper-nav {
  width: 100%;
  height: 2.0512820513vw;
  position: relative;
  margin-top: 5.1282051282vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-topic__swiper-nav {
    width: 19.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-nav {
    width: 280px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-nav {
    height: 4.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-nav {
    height: 58px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-nav {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-nav {
    margin-top: 40px;
  }
}
.top-topic__swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-topic__swiper-btn--next {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-btn--next {
    display: block;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--next {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--next {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--next {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--next {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--next {
    bottom: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--next {
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--next {
    right: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--next {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-btn--next:after {
    display: block;
    content: "";
    background-image: url("../img/top/topic_arrow.png");
    background-size: 100% 100%;
    border-radius: 50%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--next:after {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--next:after {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--next:after {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--next:after {
    height: 40px;
  }
}
.top-topic__swiper-btn--prev {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-btn--prev {
    display: block;
    position: relative;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--prev {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--prev {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--prev {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--prev {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--prev {
    bottom: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--prev {
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--prev {
    left: 0vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--prev {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__swiper-btn--prev:after {
    display: block;
    content: "";
    background-image: url("../img/top/topic_arrow.png");
    background-size: 100% 100%;
    border-radius: 50%;
    transform: scaleX(-1);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--prev:after {
    width: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--prev:after {
    width: 40px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-topic__swiper-btn--prev:after {
    height: 2.7777777778vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-topic__swiper-btn--prev:after {
    height: 40px;
  }
}
.top-topic__swiper-pagination.swiper-pagination {
  display: block;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .top-topic__swiper-pagination.swiper-pagination {
    top: -0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-pagination.swiper-pagination {
    top: -12px;
  }
}
.top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 1.7948717949vw;
  height: 1.7948717949vw;
  background: #F4F1E6;
  opacity: 1;
}
@media (min-width: 768px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 7px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    height: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    height: 7px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0vw 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
  }
}
.top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  width: 1.7948717949vw;
  height: 1.7948717949vw;
}
@media (min-width: 768px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
    width: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
    width: 7px;
  }
}
@media (min-width: 768px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
    height: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
    height: 7px;
  }
}
.top-topic__swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #F09192;
}
.top-topic__zero-text {
  margin-top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .top-topic__zero-text {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__zero-text {
    margin-top: 95px;
  }
}
.top-topic__zero-text {
  width: 56.4102564103vw;
  margin-inline: auto;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .top-topic__zero-text {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-topic__zero-text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .top-topic__zero-text {
    width: 100%;
  }
}

.top-event {
  width: 94.8717948718vw;
  margin-top: 4.6153846154vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 19.4871794872vw 7.6923076923vw;
}
@media (min-width: 768px) {
  .top-event {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .top-event {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-event {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .top-event {
    padding: 6.9444444444vw 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-event {
    padding: 100px 80px;
  }
}
.top-event__ttl {
  font-size: 5.1282051282vw;
  color: #606060;
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-event__ttl {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__ttl {
    font-size: 40px;
  }
}
.top-event__ttl:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-event__ttl:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-event__ttl:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .top-event__ttl:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__ttl:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-event__ttl:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-event__ttl:after {
    bottom: -16px;
  }
}
.top-event__wrapper {
  margin-top: 16.6666666667vw;
}
@media (min-width: 768px) {
  .top-event__wrapper {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper {
    margin-top: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__wrapper {
    display: flex;
  }
}
.top-event__wrapper > a:only-child {
  width: 79.4871794872vw;
  margin-inline: auto;
  padding-bottom: 10vw;
  background-color: #F4F1E6;
  border-radius: 39.7435897436vw 39.7435897436vw 5.1282051282vw 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child {
    width: 77.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child {
    width: 1120px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child {
    height: 26.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child {
    height: 385px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__wrapper > a:only-child {
    display: flex;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__img {
    width: 27.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__img {
    width: 392px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__img {
    border-radius: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__img {
    border-radius: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__img {
    height: 100%;
    border: none;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content {
    padding: 2.7777777778vw 2.7777777778vw 0vw 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__content {
    padding: 40px 40px 0px 30px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content > h3 {
    width: 45.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__content > h3 {
    width: 660px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content > h3 {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__content > h3 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content > h3 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__content > h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content > p {
    width: 45.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__content > p {
    width: 660px;
  }
}
@media (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content > a {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__wrapper > a:only-child .top-event__content > a {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__wrapper > a:only-child .top-event__content > a {
    margin-left: auto;
    margin-right: 0;
  }
}
.top-event__box {
  display: block;
  width: 79.4871794872vw;
  margin-inline: auto;
  padding-bottom: 10vw;
  background-color: #F4F1E6;
  border: solid transparent 0.5128205128vw;
  border-radius: 39.7435897436vw 39.7435897436vw 5.1282051282vw 5.1282051282vw;
  transition: border-color 0.4s ease;
}
@media (min-width: 768px) {
  .top-event__box {
    width: 25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__box {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .top-event__box {
    padding-bottom: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__box {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .top-event__box {
    border-radius: 12.5vw 12.5vw 2.7777777778vw 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__box {
    border-radius: 180px 180px 40px 40px;
  }
}
@media (min-width: 768px) {
  .top-event__box {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__box {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__box {
    cursor: pointer;
    overflow: hidden;
  }
  .top-event__box:hover {
    border-color: #F09192;
  }
  .top-event__box:hover .top-event__btn {
    background-color: #F4F1E6;
  }
}
.top-event__box:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media only screen and (min-width: 768px) {
  .top-event__box:not(:first-child) {
    margin-top: 0;
  }
}
.top-event__img {
  width: 79.4871794872vw;
  height: 79.4871794872vw;
  border: solid #F4F1E6 2.5641025641vw;
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-event__img {
    width: 25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__img {
    width: 360px;
  }
}
@media (min-width: 768px) {
  .top-event__img {
    height: 25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__img {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .top-event__img {
    border-width: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-event__img {
    border-width: 10px;
  }
}
.top-event__img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.top-event__content {
  padding: 0vw 6.1538461538vw;
}
@media (min-width: 768px) {
  .top-event__content {
    padding: 0vw 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content {
    padding: 0px 18px;
  }
}
.top-event__content > h3 {
  position: relative;
  width: 66.6666666667vw;
  height: 25.641025641vw;
  margin-top: -12.8205128205vw;
  margin-inline: auto;
  padding: 0vw 3.0769230769vw;
  background-color: #F09192;
  font-size: 6.1538461538vw;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  border: solid 0.5128205128vw #F4F1E6;
  border-radius: 5.1282051282vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    width: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    height: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    margin-top: -3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    margin-top: -50px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    padding: 0vw 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    padding: 0px 18px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    line-height: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .top-event__content > h3 {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > h3 {
    border-radius: 20px;
  }
}
.top-event__content > h3 > span {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-event__content > p {
  width: 66.6666666667vw;
  margin-top: 5.1282051282vw;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  color: #343434;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-event__content > p {
    width: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > p {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .top-event__content > p {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > p {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .top-event__content > p {
    padding-inline: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > p {
    padding-inline: 10px;
  }
}
@media (min-width: 768px) {
  .top-event__content > p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-event__content > p {
    line-height: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > p {
    line-height: 28px;
  }
}
.top-event__content > span {
  display: block;
  margin-top: 5.641025641vw;
  padding-left: 7.1794871795vw;
  font-size: 4.6153846154vw;
  position: relative;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-event__content > span {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > span {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .top-event__content > span {
    padding-left: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > span {
    padding-left: 38px;
  }
}
@media (min-width: 768px) {
  .top-event__content > span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > span {
    font-size: 18px;
  }
}
.top-event__content > span:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_green.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 6.9230769231vw;
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .top-event__content > span:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > span:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .top-event__content > span:before {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > span:before {
    height: 27px;
  }
}
@media (min-width: 768px) {
  .top-event__content > span:before {
    left: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > span:before {
    left: 10px;
  }
}
.top-event__content > span.main {
  color: #8FC31F;
}
.top-event__content > span.main:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_green.png");
}
.top-event__content > span.monchi {
  color: #F09192;
}
.top-event__content > span.monchi:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_pink.png");
}
.top-event__content > span.kochi {
  color: #86B3E0;
}
.top-event__content > span.kochi:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_blue.png");
}
.top-event__content > span.tora {
  color: #EA5550;
}
.top-event__content > span.wing {
  color: #F5A400;
}
.top-event__content > span.wing:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_orange.png");
}
.top-event__content > span.iris {
  color: #8867AA;
}
.top-event__content > span.iris:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_purple.png");
}
.top-event__content > div.top-event__btn {
  display: block;
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    transition: all 300ms;
  }
  .top-event__content > div.top-event__btn:hover {
    background-color: #F4F1E6;
  }
}
.top-event__content > div.top-event__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn span {
    font-size: 14px;
  }
}
.top-event__content > div.top-event__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #F4F1E6;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__content > div.top-event__btn:after {
    transition: all 300ms;
  }
}
.top-event__content > div.top-event__btn {
  margin-top: 9.7435897436vw;
  margin-inline: auto;
  width: 66.6666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-event__content > div.top-event__btn {
    width: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__content > div.top-event__btn {
    border-color: #fff;
  }
}
.top-event__zero-text {
  width: 56.4102564103vw;
  margin-inline: auto;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .top-event__zero-text {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-event__zero-text {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .top-event__zero-text {
    width: 100%;
  }
}

.top-about {
  width: 94.8717948718vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 20.5128205128vw 5.1282051282vw 53.8461538462vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-about {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-about {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-about {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-about {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .top-about {
    padding: 6.9444444444vw 5.5555555556vw 34.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-about {
    padding: 100px 80px 500px;
  }
}
.top-about__ttl {
  width: 64.1025641026vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-about__ttl {
    width: 40.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-about__ttl {
    width: 584px;
  }
}
.top-about__txt {
  font-size: 4.6153846154vw;
  font-weight: lighter;
  line-height: 2.1111111111;
  text-align: center;
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-about__txt {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-about__txt {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .top-about__txt {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-about__txt {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .top-about__txt {
    line-height: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-about__txt {
    line-height: 38px;
  }
}
.top-about__txt.orange {
  color: #F5A400;
  font-size: 5.1282051282vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-about__txt.orange {
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .top-about__txt.orange {
    font-size: 22px;
  }
}
.top-about__txt .bl {
  margin-left: -2.0512820513vw;
}
@media (min-width: 768px) {
  .top-about__txt .bl {
    margin-left: -0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-about__txt .bl {
    margin-left: -8px;
  }
}
.top-about__txt .br {
  margin-right: -2.0512820513vw;
}
@media (min-width: 768px) {
  .top-about__txt .br {
    margin-right: -0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-about__txt .br {
    margin-right: -8px;
  }
}

@media (min-width: 768px) {
  .top-area {
    width: 88.75vw;
  }
}
@media (min-width: 1440px) {
  .top-area {
    width: 1278px;
  }
}
@media only screen and (min-width: 768px) {
  .top-area {
    margin-inline: auto;
  }
}
.top-area__ttl {
  font-size: 5.1282051282vw;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-area__ttl {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-area__ttl {
    font-size: 40px;
  }
}
.top-area__ttl:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-area__ttl:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-area__ttl:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .top-area__ttl:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-area__ttl:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-area__ttl:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-area__ttl:after {
    bottom: -16px;
  }
}
@media (min-width: 768px) {
  .top-area__flex {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .top-area__flex {
    margin-top: 75px;
  }
}
@media only screen and (min-width: 768px) {
  .top-area__flex {
    display: flex;
    align-items: center;
  }
}
.top-area__txt {
  width: 79.4871794872vw;
  margin-top: 20.5128205128vw;
  margin-inline: auto;
  font-size: 4.6153846154vw;
  color: #fff;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-area__txt {
    width: 35.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-area__txt {
    width: 512px;
  }
}
@media (min-width: 768px) {
  .top-area__txt {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-area__txt {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .top-area__txt {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-area__txt {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .top-area__txt {
    line-height: 3.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-area__txt {
    line-height: 44px;
  }
}
@media (min-width: 768px) {
  .top-area__txt:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-area__txt:not(:first-child) {
    margin-top: 40px;
  }
}
.top-area__img {
  margin-top: 5.641025641vw;
}
@media (min-width: 768px) {
  .top-area__img {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-area__img {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .top-area__img {
    width: 55.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-area__img {
    width: 800px;
  }
}

.top-map {
  width: 94.8717948718vw;
  margin-top: 7.1794871795vw;
  margin-inline: auto;
  background-color: #E7F0F9;
  border-radius: 5.1282051282vw;
  padding: 15.3846153846vw 3.5897435897vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-map {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-map {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-map {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .top-map {
    padding: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-map {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .top-map__content {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .top-map__content {
    column-gap: 7.2222222222vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .top-map__content {
    column-gap: 104px;
  }
}
.top-map__txt {
  position: relative;
}
@media (min-width: 768px) {
  .top-map__txt {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__txt {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .top-map__txt {
    padding-left: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .top-map__txt {
    padding-left: 36px;
  }
}
.top-map__txt:before {
  display: block;
  content: "";
  background-image: url("../img/top/info_icon.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .top-map__txt:before {
    width: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .top-map__txt:before {
    width: 26px;
  }
}
@media (min-width: 768px) {
  .top-map__txt:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .top-map__txt:before {
    height: 26px;
  }
}
.top-map__txt:before {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .top-map__txt:before {
    left: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-map__txt:before {
    left: 0px;
  }
}
.top-map__txt:before {
  transform: translateY(-50%);
}
.top-map__content-map-img {
  position: relative;
}
@media (min-width: 768px) {
  .top-map__content-map-img {
    width: 41.25vw;
  }
}
@media (min-width: 1440px) {
  .top-map__content-map-img {
    width: 594px;
  }
}
@media (min-width: 768px) {
  .top-map__content-map-img {
    margin-top: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-map__content-map-img {
    margin-top: 32px;
  }
}
.top-map__button-item {
  position: absolute;
  background-color: #EA5550;
}
@media (min-width: 768px) {
  .top-map__button-item {
    padding: 0.5555555556vw 3.8888888889vw 0.6944444444vw 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item {
    padding: 8px 56px 10px 24px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item {
    font-size: 18px;
  }
}
.top-map__button-item {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.top-map__button-item:before {
  display: block;
  content: "";
  background-image: url("../img/top/info_icon_white.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .top-map__button-item:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item:before {
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item:before {
    height: 18px;
  }
}
.top-map__button-item:before {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .top-map__button-item:before {
    right: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item:before {
    right: 24px;
  }
}
.top-map__button-item:before {
  transform: translateY(-50%);
}
.top-map__button-item[data-area=area1] {
  background-color: #8FC31F;
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area1] {
    top: 7.3611111111vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area1] {
    top: 106px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area1] {
    left: 16.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area1] {
    left: 244px;
  }
}
.top-map__button-item[data-area=area2] {
  background-color: #EA5550;
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area2] {
    top: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area2] {
    top: 240px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area2] {
    left: 27.5vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area2] {
    left: 396px;
  }
}
.top-map__button-item[data-area=area3] {
  background-color: #86B3E0;
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area3] {
    top: 18.75vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area3] {
    top: 270px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area3] {
    left: 10.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area3] {
    left: 154px;
  }
}
.top-map__button-item[data-area=area4] {
  background-color: #F5A400;
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area4] {
    top: 32.5vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area4] {
    top: 468px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area4] {
    left: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area4] {
    left: 240px;
  }
}
.top-map__button-item[data-area=area5] {
  background-color: #F09192;
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area5] {
    top: 35.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area5] {
    top: 518px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area5] {
    left: 23.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area5] {
    left: 332px;
  }
}
.top-map__button-item[data-area=area6] {
  background-color: #8867AA;
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area6] {
    top: 27.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area6] {
    top: 390px;
  }
}
@media (min-width: 768px) {
  .top-map__button-item[data-area=area6] {
    left: 4.5138888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__button-item[data-area=area6] {
    left: 65px;
  }
}
.top-map__button-item.js-active {
  background-color: #606060;
}
@media only screen and (min-width: 768px) {
  .top-map__button-item:hover {
    background-color: #606060;
  }
}
.top-map__content-detail {
  margin-top: 13.8461538462vw;
}
@media (min-width: 768px) {
  .top-map__content-detail {
    width: 29.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__content-detail {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .top-map__content-detail {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-map__content-detail {
    margin-top: 0px;
  }
}
.top-map__detail {
  width: 87.1794871795vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 7.6923076923vw 3.8461538462vw;
  overflow: hidden;
  display: block;
  border: solid 0.5128205128vw #606060;
}
@media (min-width: 768px) {
  .top-map__detail {
    width: 29.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .top-map__detail {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .top-map__detail {
    padding: 2.7777777778vw 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) {
  .top-map__detail {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .top-map__detail {
    display: none;
  }
}
.top-map__detail:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-map__detail:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail:not(:first-child) {
    margin-top: 0px;
  }
}
.top-map__detail.main {
  border-color: #8FC31F;
}
.top-map__detail.tora {
  border-color: #EA5550;
}
.top-map__detail.kochi {
  border-color: #86B3E0;
}
.top-map__detail.wing {
  border-color: #F5A400;
}
.top-map__detail.monchi {
  border-color: #F09192;
}
.top-map__detail.iris {
  border-color: #8867AA;
}
.top-map__detail.js-active {
  display: block;
}
.top-map__detail-ttl {
  font-size: 6.6666666667vw;
  color: #606060;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-map__detail-ttl {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-ttl {
    font-size: 32px;
  }
}
.top-map__detail-ttl.main {
  color: #8FC31F;
}
.top-map__detail-ttl.tora {
  color: #EA5550;
}
.top-map__detail-ttl.kochi {
  color: #86B3E0;
}
.top-map__detail-ttl.wing {
  color: #F5A400;
}
.top-map__detail-ttl.monchi {
  color: #F09192;
}
.top-map__detail-ttl.iris {
  color: #8867AA;
}
.top-map__detail-img {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-map__detail-img {
    margin-top: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-img {
    margin-top: 18px;
  }
}
.top-map__detail-img figcaption {
  font-size: 3.3333333333vw;
  font-weight: 200;
  margin: 2.5641025641vw 0 0 auto;
  text-align: right;
}
@media (min-width: 768px) {
  .top-map__detail-img figcaption {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-img figcaption {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .top-map__detail-img figcaption {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-img figcaption {
    margin-top: 10px;
  }
}
.top-map__detail-subttl {
  margin-top: 5.1282051282vw;
  font-size: 4.8717948718vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-map__detail-subttl {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-subttl {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .top-map__detail-subttl {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-subttl {
    font-size: 18px;
  }
}
.top-map__detail-txt {
  margin-top: 5.1282051282vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .top-map__detail-txt {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-txt {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .top-map__detail-txt {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-txt {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .top-map__detail-txt {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-map__detail-txt {
    line-height: 24px;
  }
}

.top-gallery {
  width: 94.8717948718vw;
  margin-top: 9.7435897436vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 19.4871794872vw 7.6923076923vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .top-gallery {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .top-gallery {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .top-gallery {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .top-gallery {
    padding: 6.9444444444vw 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery {
    padding: 100px 80px;
  }
}
.top-gallery__ttl {
  font-size: 5.1282051282vw;
  color: #606060;
  text-align: center;
  position: relative;
  font-weight: 400;
}
@media (min-width: 768px) {
  .top-gallery__ttl {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__ttl {
    font-size: 40px;
  }
}
.top-gallery__ttl:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .top-gallery__ttl:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__ttl:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .top-gallery__ttl:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__ttl:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .top-gallery__ttl:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__ttl:after {
    bottom: -16px;
  }
}
.top-gallery__container {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .top-gallery__container {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__container {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .top-gallery__container {
    column-gap: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__container {
    column-gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .top-gallery__container {
    display: flex;
    flex-direction: row;
  }
}
.top-gallery__box {
  padding: 9.2307692308vw 5.1282051282vw 10.2564102564vw;
  background-color: #F4F1E6;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .top-gallery__box {
    width: 37.9861111111vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__box {
    width: 547px;
  }
}
@media (min-width: 768px) {
  .top-gallery__box {
    padding: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__box {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .top-gallery__box {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__box {
    border-radius: 40px;
  }
}
.top-gallery__box:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .top-gallery__box:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__box:not(:first-child) {
    margin-top: 0px;
  }
}
.top-gallery__box-ttl {
  font-size: 4.6153846154vw;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-gallery__box-ttl {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__box-ttl {
    font-size: 24px;
  }
}
.top-gallery__resident, .top-gallery__famous {
  margin-top: 9.4871794872vw;
  width: 100%;
}
@media (min-width: 768px) {
  .top-gallery__resident, .top-gallery__famous {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident, .top-gallery__famous {
    margin-top: 40px;
  }
}
.top-gallery__resident-slide, .top-gallery__famous-slide {
  border-radius: 2.5641025641vw;
  width: 16.4102564103vw;
  margin-right: 1.2820512821vw;
  overflow: hidden;
  aspect-ratio: 17/12;
  border: solid transparent 0.5128205128vw;
  filter: brightness(0.5);
}
@media (min-width: 768px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    margin-right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    width: 7.5vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    width: 108px;
  }
}
@media (min-width: 768px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    border-radius: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    border-radius: 10px;
  }
}
.top-gallery__resident-slide, .top-gallery__famous-slide {
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .top-gallery__resident-slide, .top-gallery__famous-slide {
    cursor: pointer;
  }
}
.top-gallery__resident-slide:last-child, .top-gallery__famous-slide:last-child {
  margin-right: 0;
}
.top-gallery__resident-slide.swiper-slide-thumb-active, .top-gallery__famous-slide.swiper-slide-thumb-active {
  border-color: #86B3E0;
  filter: brightness(1);
}
.top-gallery__resident-slide:hover, .top-gallery__famous-slide:hover {
  border-color: #86B3E0;
}
.top-gallery__resident-slide img, .top-gallery__famous-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-gallery__resident-thumb, .top-gallery__famous-thumb {
  margin-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .top-gallery__resident-thumb, .top-gallery__famous-thumb {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident-thumb, .top-gallery__famous-thumb {
    margin-top: 10px;
  }
}
.top-gallery__resident-thumb-slide, .top-gallery__famous-thumb-slide {
  border-radius: 5.1282051282vw;
  overflow: hidden;
  aspect-ratio: 17/12;
}
@media (min-width: 768px) {
  .top-gallery__resident-thumb-slide, .top-gallery__famous-thumb-slide {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__resident-thumb-slide, .top-gallery__famous-thumb-slide {
    border-radius: 20px;
  }
}
.top-gallery__resident-thumb-slide img, .top-gallery__famous-thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-gallery__btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-gallery__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .top-gallery__btn {
    transition: all 300ms;
  }
  .top-gallery__btn:hover {
    background-color: #F4F1E6;
  }
}
.top-gallery__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .top-gallery__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn span {
    font-size: 14px;
  }
}
.top-gallery__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #F4F1E6;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .top-gallery__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .top-gallery__btn:after {
    transition: all 300ms;
  }
}
.top-gallery__btn {
  margin-top: 9.7435897436vw;
  width: 66.6666666667vw;
}
@media (min-width: 768px) {
  .top-gallery__btn {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .top-gallery__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn {
    width: 260px;
  }
}
@media only screen and (min-width: 768px) {
  .top-gallery__btn {
    border-color: #fff;
  }
}
.top-gallery__btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .top-gallery__btn:after {
    right: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .top-gallery__btn:after {
    right: 4px;
  }
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  z-index: 9999;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .fixed {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .fixed {
    column-gap: 1.3888888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .fixed {
    column-gap: 20px;
  }
}
.fixed.js-show {
  opacity: 1;
  pointer-events: all;
}
.fixed__inner {
  position: relative;
  padding: 5.1282051282vw 2.5641025641vw;
}
@media (min-width: 768px) {
  .fixed__inner {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .fixed__inner {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .fixed__inner {
    padding: 1.6666666667vw 11.1111111111vw 1.3888888889vw 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .fixed__inner {
    padding: 24px 160px 20px 80px;
  }
}
@media only screen and (min-width: 768px) {
  .fixed__inner {
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .fixed__inner {
    column-gap: 1.3888888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .fixed__inner {
    column-gap: 20px;
  }
}
.fixed a {
  display: block;
  padding: 2.3076923077vw 4.6153846154vw;
  background-color: #EA5550;
  width: fit-content;
  border-radius: 2.5641025641vw;
  color: #fff;
  font-size: 4.6153846154vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fixed a {
    width: 14.375vw;
  }
}
@media (min-width: 1440px) {
  .fixed a {
    width: 207px;
  }
}
@media (min-width: 768px) {
  .fixed a {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .fixed a {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .fixed a {
    padding: 0.9722222222vw 1.25vw 1.25vw;
  }
}
@media (min-width: 1440px) {
  .fixed a {
    padding: 14px 18px 18px;
  }
}
@media (min-width: 768px) {
  .fixed a {
    border-radius: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .fixed a {
    border-radius: 10px;
  }
}
@media (min-width: 768px) {
  .fixed a {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .fixed a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .fixed a {
    cursor: pointer;
    text-wrap-mode: nowrap;
  }
}
.fixed p {
  margin-top: 2.5641025641vw;
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .fixed p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .fixed p {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .fixed p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .fixed p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .fixed p {
    line-height: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .fixed p {
    line-height: 28px;
  }
}
.fixed button {
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  position: absolute;
  top: 6.6666666667vw;
  right: 6.6666666667vw;
}
@media (min-width: 768px) {
  .fixed button {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .fixed button {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .fixed button {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .fixed button {
    height: 15px;
  }
}
@media (min-width: 768px) {
  .fixed button {
    right: 5.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .fixed button {
    right: 86px;
  }
}
@media only screen and (min-width: 768px) {
  .fixed button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.fixed button span {
  display: block;
  width: 4.6153846154vw;
  height: 0.5128205128vw;
  background-color: #606060;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .fixed button span {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .fixed button span {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .fixed button span {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .fixed button span {
    height: 2px;
  }
}
.fixed button span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 3.8461538462vw;
  opacity: 1;
  transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
  .loading {
    row-gap: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .loading {
    row-gap: 30px;
  }
}
.loading:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translateX(-50%);
  /* diameter = 2 * radius (radius provided by JS as --circle-radius) */
  width: calc(var(--circle-radius, 0px) * 2);
  height: calc(var(--circle-radius, 0px) * 2);
  border-radius: 50%;
  background-color: #ffffff;
  z-index: -1;
}
.loading__logo {
  width: 46.1538461538vw;
}
@media (min-width: 768px) {
  .loading__logo {
    width: 23.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .loading__logo {
    width: 332px;
  }
}
.loading__bar {
  width: 46.1538461538vw;
  height: 1.0256410256vw;
  background-color: #B2B2B2;
  border-radius: 1.0256410256vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .loading__bar {
    width: 23.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .loading__bar {
    width: 332px;
  }
}
@media (min-width: 768px) {
  .loading__bar {
    height: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .loading__bar {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .loading__bar {
    border-radius: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .loading__bar {
    border-radius: 6px;
  }
}
.loading__bar::after {
  content: "";
  display: block;
  width: var(--progress, 0);
  height: 100%;
  background-color: #EA5550;
  transition: width 0.3s ease-out;
}
.loading.js-hide {
  opacity: 0;
  pointer-events: none;
  transition: all 300ms 500ms ease;
}
.loading.js-hide:before {
  display: block;
  content: "";
  top: 100%;
  transition: all 1000ms ease;
}
.loading {
  /* ensure logo and bar sit above the circle */
}
.loading__logo, .loading__bar {
  position: relative;
  z-index: 1;
}

.overview__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .overview__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .overview__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .overview__wrapper {
    padding-bottom: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__wrapper {
    padding-bottom: 92px;
  }
}
.overview__bg {
  background-image: url("../img/common/red_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .overview__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .overview__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__bg {
    background-image: url("../img/common/red_bg_pc.png");
  }
}
.overview__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  padding-left: 5.1282051282vw;
  font-size: 3.5897435897vw;
  color: #fff;
}
@media (min-width: 768px) {
  .overview__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .overview__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .overview__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .overview__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__bread {
    padding-left: 80px;
  }
}
.overview__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .overview__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__bread span::after {
    margin: 0px 8px;
  }
}
.overview__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.overview__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .overview__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .overview__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__h1 {
    font-size: 56px;
  }
}
.overview__nav {
  display: block;
}
.overview__nav ul {
  width: 100%;
  height: 12.8205128205vw;
  margin: 13.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .overview__nav ul {
    width: 74.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul {
    width: 1072px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul {
    margin-top: 7.5vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul {
    margin-top: 108px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul {
    column-gap: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul {
    column-gap: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__nav ul {
    margin-inline: auto;
  }
}
.overview__nav ul li {
  width: 39.7435897436vw;
  height: 12.8205128205vw;
  margin-inline: 0.5128205128vw;
  display: block;
  text-align: center;
  font-size: 3.0769230769vw;
  font-weight: 500;
  color: #606060;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .overview__nav ul li {
    width: 14.7916666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li {
    width: 213px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul li {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul li {
    margin-inline: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li {
    margin-inline: 1px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul li {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__nav ul li {
    cursor: pointer;
  }
}
.overview__nav ul li:hover {
  background-color: #F4F1E6;
}
.overview__nav ul li:first-child {
  margin-left: 2.5641025641vw;
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .overview__nav ul li:first-child {
    margin-left: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul li:first-child {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}
.overview__nav ul li:last-child {
  margin-right: 2.5641025641vw;
  border-radius: 0 2.5641025641vw 2.5641025641vw 0;
}
@media (min-width: 768px) {
  .overview__nav ul li:last-child {
    margin-right: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .overview__nav ul li:last-child {
    border-radius: 0vw 0.6944444444vw 0.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li:last-child {
    border-radius: 0px 10px 10px 0px;
  }
}
.overview__nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overview__nav ul li a.pr {
  padding-right: 1.0256410256vw;
}
@media (min-width: 768px) {
  .overview__nav ul li a.pr {
    padding-right: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__nav ul li a.pr {
    padding-right: 0px;
  }
}
.overview__section {
  margin-top: 20.5128205128vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .overview__section {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__section {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .overview__section {
    padding-inline: 5.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__section {
    padding-inline: 78px;
  }
}
.overview__section p {
  margin-top: 10.2564102564vw;
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .overview__section p {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__section p {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .overview__section p {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__section p {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .overview__section p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .overview__section p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__section p {
    margin-inline: auto;
  }
}
.overview__section p.mt10 {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .overview__section p.mt10 {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__section p.mt10 {
    margin-top: 28px;
  }
}
.overview__section p.mt80 {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .overview__section p.mt80 {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__section p.mt80 {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .overview__section.plan, .overview__section.action {
    padding-inline: 9.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .overview__section.plan, .overview__section.action {
    padding-inline: 142px;
  }
}
.overview__h2 {
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
  position: relative;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .overview__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__h2 {
    font-size: 40px;
  }
}
.overview__h2:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .overview__h2:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .overview__h2:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .overview__h2:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__h2:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .overview__h2:after {
    bottom: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__h2:after {
    bottom: 0px;
  }
}
.overview__h2:first-of-type {
  width: 100vw;
  margin-left: -5.1282051282vw;
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 768px) {
  .overview__h2:first-of-type {
    width: auto;
    margin: unset;
  }
}
.overview__container {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .overview__container {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__container {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .overview__container {
    padding-inline: 9.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .overview__container {
    padding-inline: 142px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__container.about {
    padding: 0;
  }
}
.overview__container h3 {
  font-size: 6.1538461538vw;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .overview__container h3 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__container h3 {
    font-size: 32px;
  }
}
.overview__container span {
  display: block;
  margin-bottom: 2.0512820513vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .overview__container span {
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__container span {
    margin-bottom: 10px;
  }
}
.overview__container strong {
  display: block;
  margin-top: 10.2564102564vw;
  color: #EA5550;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}
@media (min-width: 768px) {
  .overview__container strong {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__container strong {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .overview__container strong {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__container strong {
    font-size: 32px;
  }
}
.overview__catch {
  margin-top: 10.2564102564vw;
  width: 88.7179487179vw;
}
@media (min-width: 768px) {
  .overview__catch {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__catch {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .overview__catch {
    width: 39.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__catch {
    width: 568px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__catch {
    margin-inline: auto;
  }
}
.overview__box {
  margin-top: 10.2564102564vw;
  padding: 10.2564102564vw;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .overview__box {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__box {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .overview__box {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__box {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .overview__box {
    padding: 2.7777777778vw 9.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__box {
    padding: 40px 130px;
  }
}
@media (min-width: 768px) {
  .overview__box {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__box {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__box {
    margin-inline: auto;
  }
}
.overview__flex {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .overview__flex {
    flex-direction: row;
  }
}
.overview__flex > p {
  margin-top: 0;
}
.overview__flex > p.bold {
  font-weight: 500;
}
@media (min-width: 768px) {
  .overview__flex > p.bold {
    width: 8.6805555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__flex > p.bold {
    width: 125px;
  }
}
.overview__flex:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .overview__flex:not(:first-child) {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__flex:not(:first-child) {
    margin-top: 10px;
  }
}
.overview__dl {
  margin-top: 10.7692307692vw;
}
@media (min-width: 768px) {
  .overview__dl {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__dl {
    margin-inline: auto;
  }
}
.overview__dl-files {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .overview__dl-files {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__dl-files {
    transition: all 300ms;
  }
  .overview__dl-files:hover {
    background-color: #F4F1E6;
  }
}
.overview__dl-files span {
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .overview__dl-files span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span {
    font-size: 14px;
  }
}
.overview__dl-files span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.overview__dl-files span.pdf:before {
  background-image: url("../img/overview/icon_pdf.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.6666666667vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .overview__dl-files span.pdf:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span.pdf:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files span.pdf:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span.pdf:before {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files span.pdf:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span.pdf:before {
    left: 40px;
  }
}
.overview__dl-files span.xls:before {
  background-image: url("../img/overview/icon_xls.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.4102564103vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .overview__dl-files span.xls:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span.xls:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files span.xls:before {
    height: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span.xls:before {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files span.xls:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span.xls:before {
    left: 40px;
  }
}
.overview__dl-files {
  border-radius: 10.2564102564vw;
  height: 20.5128205128vw;
  border-width: 0.5128205128vw;
}
@media (min-width: 768px) {
  .overview__dl-files {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .overview__dl-files {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files {
    border-width: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__dl-files {
    margin-inline: auto;
  }
}
.overview__dl-files:last-child {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .overview__dl-files:last-child {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files:last-child {
    margin-top: 20px;
  }
}
.overview__dl-files span {
  padding-inline: 18.9743589744vw 7.6923076923vw;
}
@media (min-width: 768px) {
  .overview__dl-files span {
    padding-inline: 5.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__dl-files span {
    padding-inline: 82px 0px;
  }
}
.overview__amba-flex {
  margin-top: 17.9487179487vw;
  display: flex;
  flex-direction: column;
  row-gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .overview__amba-flex {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-flex {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .overview__amba-flex {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-flex {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .overview__amba-flex {
    column-gap: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-flex {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__amba-flex {
    flex-direction: row;
    row-gap: 0;
    margin-inline: auto;
  }
}
.overview__amba-flex strong {
  font-size: 6.1538461538vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .overview__amba-flex strong {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-flex strong {
    font-size: 24px;
  }
}
.overview__amba-flex p {
  margin-top: 5.1282051282vw;
  font-size: 4.6153846154vw;
}
@media (min-width: 768px) {
  .overview__amba-flex p {
    margin-top: 3.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-flex p {
    margin-top: 44px;
  }
}
@media (min-width: 768px) {
  .overview__amba-flex p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-flex p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__amba-flex p {
    width: auto;
  }
}
.overview__amba-img {
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .overview__amba-img {
    width: 47.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-img {
    width: 680px;
  }
}
.overview__amba-sub {
  display: block;
  margin-top: 7.6923076923vw;
  color: #EA5550;
  font-size: 5.1282051282vw;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}
@media (min-width: 768px) {
  .overview__amba-sub {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-sub {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .overview__amba-sub {
    font-size: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-sub {
    font-size: 26px;
  }
}
.overview__amba-yt {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .overview__amba-yt {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-yt {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .overview__amba-yt {
    margin-top: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .overview__amba-yt {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__amba-yt {
    margin-inline: auto;
  }
}
.overview__amba-yt iframe {
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
  display: block;
}
.overview__logo-flex {
  margin-top: 20.5128205128vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .overview__logo-flex {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-flex {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .overview__logo-flex {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-flex {
    margin-top: 105px;
  }
}
@media (min-width: 768px) {
  .overview__logo-flex {
    column-gap: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-flex {
    column-gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__logo-flex {
    margin-inline: auto;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .overview__logo-img {
    width: 39.5833333333vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-img {
    width: 570px;
  }
}
.overview__logo-img {
  flex-shrink: 0;
}
.overview__logo-txt {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .overview__logo-txt {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-txt {
    margin-top: 0px;
  }
}
.overview__logo-txt strong {
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .overview__logo-txt strong {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-txt strong {
    font-size: 24px;
  }
}
.overview__logo-txt > p {
  margin-top: 3.8461538462vw;
}
@media (min-width: 768px) {
  .overview__logo-txt > p {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-txt > p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .overview__logo-txt > p {
    width: auto;
  }
}
.overview__logo-txt > p:not(:first-of-type) {
  margin-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .overview__logo-txt > p:not(:first-of-type) {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .overview__logo-txt > p:not(:first-of-type) {
    margin-top: 10px;
  }
}

.area__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .area__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .area__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .area__wrapper {
    padding-bottom: 13.75vw;
  }
}
@media (min-width: 1440px) {
  .area__wrapper {
    padding-bottom: 198px;
  }
}
.area__bg {
  background-image: url("../img/common/pink_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .area__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .area__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .area__bg {
    background-image: url("../img/common/pink_bg_pc.png");
  }
}
.area__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .area__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .area__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__h1 {
    font-size: 56px;
  }
}
.area__nav {
  display: block;
}
.area__nav--list {
  width: 100%;
  height: 12.8205128205vw;
  padding: 0 4.358974359vw;
  display: flex;
  flex-direction: row;
  column-gap: 0.5128205128vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .area__nav--list {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--list {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .area__nav--list {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--list {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .area__nav--list {
    column-gap: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--list {
    column-gap: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .area__nav--list {
    margin-inline: auto;
  }
}
.area__nav--item {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 3.0769230769vw;
  font-weight: 500;
  color: #606060;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .area__nav--item {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--item {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .area__nav--item {
    margin-inline: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--item {
    margin-inline: 1px;
  }
}
@media (min-width: 768px) {
  .area__nav--item {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--item {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .area__nav--item {
    cursor: pointer;
  }
}
.area__nav--item:hover {
  background-color: #F4F1E6;
}
.area__nav--item:first-child {
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .area__nav--item:first-child {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--item:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}
.area__nav--item:last-child {
  border-radius: 0 2.5641025641vw 2.5641025641vw 0;
}
@media (min-width: 768px) {
  .area__nav--item:last-child {
    border-radius: 0vw 0.6944444444vw 0.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--item:last-child {
    border-radius: 0px 10px 10px 0px;
  }
}
.area__nav--item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.area__nav--list {
  margin: 13.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .area__nav--list {
    width: 29.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--list {
    width: 428px;
  }
}
@media (min-width: 768px) {
  .area__nav--list {
    margin-top: 7.5vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--list {
    margin-top: 108px;
  }
}
@media (min-width: 768px) {
  .area__nav--list {
    column-gap: 0.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .area__nav--list {
    column-gap: 3px;
  }
}
.area__nav--item {
  padding-inline: 2.8205128205vw;
}
.area__section {
  margin-top: 20.5128205128vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .area__section {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .area__section {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .area__section {
    padding-inline: 5.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .area__section {
    padding-inline: 78px;
  }
}
.area__section p {
  margin-top: 20.5128205128vw;
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .area__section p {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .area__section p {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .area__section p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__section p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .area__section > p {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .area__section > p {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .area__section > p {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .area__section.plan, .area__section.action {
    padding-inline: 9.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .area__section.plan, .area__section.action {
    padding-inline: 142px;
  }
}
.area__section.gallery {
  width: 100%;
  margin-top: 20.5128205128vw;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .area__section.gallery {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__section.gallery {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .area__section.gallery {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .area__section.gallery {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .area__section.gallery {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__section.gallery {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .area__section.gallery {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__section.gallery {
    padding: 0px;
  }
}
.area__h2 {
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
  position: relative;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .area__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__h2 {
    font-size: 40px;
  }
}
.area__h2:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .area__h2:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .area__h2:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .area__h2:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .area__h2:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .area__h2:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .area__h2:after {
    bottom: -16px;
  }
}
.area__container {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .area__container {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__container {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .area__container {
    padding-inline: 9.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .area__container {
    padding-inline: 142px;
  }
}
@media only screen and (min-width: 768px) {
  .area__container.about {
    padding: 0;
  }
}
.area__container h3 {
  font-size: 6.1538461538vw;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .area__container h3 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .area__container h3 {
    font-size: 32px;
  }
}
.area__container span {
  display: block;
  margin-bottom: 2.0512820513vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .area__container span {
    margin-bottom: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__container span {
    margin-bottom: 10px;
  }
}
.area__container strong {
  display: block;
  margin-top: 10.2564102564vw;
  color: #EA5550;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}
@media (min-width: 768px) {
  .area__container strong {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__container strong {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .area__container strong {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .area__container strong {
    font-size: 32px;
  }
}
.area__map {
  margin-top: 10.2564102564vw;
  margin-inline: auto;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
  padding: 15.3846153846vw 3.5897435897vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .area__map {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__map {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .area__map {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__map {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .area__map {
    padding: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__map {
    padding: 80px;
  }
}
@media (min-width: 768px) {
  .area__map {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__map {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .area__content {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .area__content {
    column-gap: 7.2222222222vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .area__content {
    column-gap: 104px;
  }
}
@media (min-width: 768px) {
  .area__content-map > p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__content-map > p {
    margin-top: 0px;
  }
}
.area__txt {
  position: relative;
}
@media (min-width: 768px) {
  .area__txt {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__txt {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .area__txt {
    padding-left: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .area__txt {
    padding-left: 36px;
  }
}
.area__txt:before {
  display: block;
  content: "";
  background-image: url("../img/top/info_icon.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .area__txt:before {
    width: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .area__txt:before {
    width: 26px;
  }
}
@media (min-width: 768px) {
  .area__txt:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .area__txt:before {
    height: 26px;
  }
}
.area__txt:before {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .area__txt:before {
    left: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__txt:before {
    left: 0px;
  }
}
.area__txt:before {
  transform: translateY(-50%);
}
.area__content-map-img {
  position: relative;
}
@media (min-width: 768px) {
  .area__content-map-img {
    width: 41.25vw;
  }
}
@media (min-width: 1440px) {
  .area__content-map-img {
    width: 594px;
  }
}
@media (min-width: 768px) {
  .area__content-map-img {
    margin-top: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .area__content-map-img {
    margin-top: 32px;
  }
}
.area__button-item {
  position: absolute;
  background-color: #EA5550;
}
@media (min-width: 768px) {
  .area__button-item {
    padding: 0.5555555556vw 3.8888888889vw 0.6944444444vw 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item {
    padding: 8px 56px 10px 24px;
  }
}
@media (min-width: 768px) {
  .area__button-item {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .area__button-item {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item {
    font-size: 18px;
  }
}
.area__button-item {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.area__button-item:before {
  display: block;
  content: "";
  background-image: url("../img/top/info_icon_white.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .area__button-item:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .area__button-item:before {
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item:before {
    height: 18px;
  }
}
.area__button-item:before {
  position: absolute;
  top: 50%;
}
@media (min-width: 768px) {
  .area__button-item:before {
    right: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item:before {
    right: 24px;
  }
}
.area__button-item:before {
  transform: translateY(-50%);
}
.area__button-item[data-area=area1] {
  background-color: #8FC31F;
}
@media (min-width: 768px) {
  .area__button-item[data-area=area1] {
    top: 7.3611111111vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area1] {
    top: 106px;
  }
}
@media (min-width: 768px) {
  .area__button-item[data-area=area1] {
    left: 16.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area1] {
    left: 244px;
  }
}
.area__button-item[data-area=area2] {
  background-color: #EA5550;
}
@media (min-width: 768px) {
  .area__button-item[data-area=area2] {
    top: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area2] {
    top: 240px;
  }
}
@media (min-width: 768px) {
  .area__button-item[data-area=area2] {
    left: 27.5vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area2] {
    left: 396px;
  }
}
.area__button-item[data-area=area3] {
  background-color: #86B3E0;
}
@media (min-width: 768px) {
  .area__button-item[data-area=area3] {
    top: 18.75vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area3] {
    top: 270px;
  }
}
@media (min-width: 768px) {
  .area__button-item[data-area=area3] {
    left: 10.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area3] {
    left: 154px;
  }
}
.area__button-item[data-area=area4] {
  background-color: #F5A400;
}
@media (min-width: 768px) {
  .area__button-item[data-area=area4] {
    top: 32.5vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area4] {
    top: 468px;
  }
}
@media (min-width: 768px) {
  .area__button-item[data-area=area4] {
    left: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area4] {
    left: 240px;
  }
}
.area__button-item[data-area=area5] {
  background-color: #F09192;
}
@media (min-width: 768px) {
  .area__button-item[data-area=area5] {
    top: 35.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area5] {
    top: 518px;
  }
}
@media (min-width: 768px) {
  .area__button-item[data-area=area5] {
    left: 23.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area5] {
    left: 332px;
  }
}
.area__button-item[data-area=area6] {
  background-color: #8867AA;
}
@media (min-width: 768px) {
  .area__button-item[data-area=area6] {
    top: 27.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area6] {
    top: 390px;
  }
}
@media (min-width: 768px) {
  .area__button-item[data-area=area6] {
    left: 4.5138888889vw;
  }
}
@media (min-width: 1440px) {
  .area__button-item[data-area=area6] {
    left: 65px;
  }
}
.area__button-item.js-active {
  background-color: #606060;
}
@media only screen and (min-width: 768px) {
  .area__button-item:hover {
    background-color: #606060;
  }
}
.area__content-detail {
  margin-top: 13.8461538462vw;
}
@media (min-width: 768px) {
  .area__content-detail {
    width: 29.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__content-detail {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .area__content-detail {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__content-detail {
    margin-top: 0px;
  }
}
.area__detail {
  width: 100%;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5.1282051282vw;
  padding: 7.6923076923vw 3.8461538462vw;
  overflow: hidden;
  display: block;
  border: solid 0.5128205128vw #606060;
}
@media (min-width: 768px) {
  .area__detail {
    width: 29.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__detail {
    width: 420px;
  }
}
@media (min-width: 768px) {
  .area__detail {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__detail {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .area__detail {
    padding: 2.7777777778vw 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .area__detail {
    padding: 40px 30px;
  }
}
@media (min-width: 768px) {
  .area__detail {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .area__detail {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .area__detail {
    display: none;
  }
}
.area__detail:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .area__detail:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__detail:not(:first-child) {
    margin-top: 0px;
  }
}
.area__detail > p.area__detail-subttl {
  margin-top: 7.6923076923vw;
  font-size: 4.8717948718vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .area__detail > p.area__detail-subttl {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__detail > p.area__detail-subttl {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .area__detail > p.area__detail-subttl {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__detail > p.area__detail-subttl {
    font-size: 18px;
  }
}
.area__detail > p.area__detail-txt {
  margin-top: 5.1282051282vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 1.8571428571;
}
@media (min-width: 768px) {
  .area__detail > p.area__detail-txt {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__detail > p.area__detail-txt {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .area__detail > p.area__detail-txt {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__detail > p.area__detail-txt {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .area__detail > p.area__detail-txt {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__detail > p.area__detail-txt {
    line-height: 24px;
  }
}
.area__detail.main {
  border-color: #8FC31F;
}
.area__detail.tora {
  border-color: #EA5550;
}
.area__detail.kochi {
  border-color: #86B3E0;
}
.area__detail.wing {
  border-color: #F5A400;
}
.area__detail.monchi {
  border-color: #F09192;
}
.area__detail.iris {
  border-color: #8867AA;
}
.area__detail.js-active {
  display: block;
}
.area__detail-ttl {
  font-size: 6.6666666667vw;
  font-size: 500;
  color: #606060;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .area__detail-ttl {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .area__detail-ttl {
    font-size: 32px;
  }
}
.area__detail-ttl.main {
  color: #8FC31F;
}
.area__detail-ttl.tora {
  color: #EA5550;
}
.area__detail-ttl.kochi {
  color: #86B3E0;
}
.area__detail-ttl.wing {
  color: #F5A400;
}
.area__detail-ttl.monchi {
  color: #F09192;
}
.area__detail-ttl.iris {
  color: #8867AA;
}
.area__detail-img {
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .area__detail-img {
    margin-top: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__detail-img {
    margin-top: 18px;
  }
}
.area__detail-img figcaption {
  font-size: 3.3333333333vw;
  font-weight: 200;
  margin: 2.5641025641vw 0 0 auto;
  text-align: right;
}
@media (min-width: 768px) {
  .area__detail-img figcaption {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__detail-img figcaption {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .area__detail-img figcaption {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__detail-img figcaption {
    margin-top: 10px;
  }
}
.area__map-btn {
  margin-top: 10.2564102564vw;
  display: flex;
  flex-direction: column;
  row-gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .area__map-btn {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .area__map-btn {
    column-gap: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn {
    column-gap: 20px;
  }
}
.area__map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .area__map-btn {
    flex-direction: row;
    row-gap: 0;
    margin-inline: auto;
  }
}
.area__map-btn > a {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .area__map-btn > a {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .area__map-btn > a {
    transition: all 300ms;
  }
  .area__map-btn > a:hover {
    background-color: #fff;
  }
}
.area__map-btn > a span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .area__map-btn > a span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a span {
    font-size: 14px;
  }
}
.area__map-btn > a:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .area__map-btn > a:after {
    transition: all 300ms;
  }
}
.area__map-btn > a {
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  border-radius: 25.641025641vw;
  justify-content: center;
}
@media (min-width: 768px) {
  .area__map-btn > a {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a {
    font-size: 18px;
  }
}
.area__map-btn > a:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .area__map-btn > a:after {
    right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__map-btn > a:after {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .area__map-btn > a {
    margin: 0;
  }
  .area__map-btn > a:hover:after {
    display: block;
    content: "";
    background-color: #F4F1E6;
  }
}
.area__gallery-container {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .area__gallery-container {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-container {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .area__gallery-container {
    column-gap: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-container {
    column-gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .area__gallery-container {
    display: flex;
    flex-direction: row;
  }
}
.area__gallery-box {
  width: 79.4871794872vw;
  margin-inline: auto;
  padding: 9.2307692308vw 5.1282051282vw 10.2564102564vw;
  background-color: #F4F1E6;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .area__gallery-box {
    width: 43.75vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box {
    width: 630px;
  }
}
@media (min-width: 768px) {
  .area__gallery-box {
    padding: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .area__gallery-box {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box {
    border-radius: 40px;
  }
}
.area__gallery-box:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .area__gallery-box:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box:not(:first-child) {
    margin-top: 0px;
  }
}
.area__gallery-box > p.area__gallery-box-ttl {
  font-size: 4.1025641026vw;
  margin-top: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .area__gallery-box > p.area__gallery-box-ttl {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box > p.area__gallery-box-ttl {
    font-size: 24px;
  }
}
.area__gallery-box > p.area__gallery-box-txt {
  margin-top: 10.2564102564vw;
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .area__gallery-box > p.area__gallery-box-txt {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box > p.area__gallery-box-txt {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .area__gallery-box > p.area__gallery-box-txt {
    height: 5vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box > p.area__gallery-box-txt {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .area__gallery-box > p.area__gallery-box-txt {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box > p.area__gallery-box-txt {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .area__gallery-box > p.area__gallery-box-txt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.area__gallery-box-ttl {
  font-size: 4.6153846154vw;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .area__gallery-box-ttl {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-box-ttl {
    font-size: 24px;
  }
}
.area__gallery-resident, .area__gallery-famous {
  margin-top: 3.5897435897vw;
  width: 100%;
}
@media (min-width: 768px) {
  .area__gallery-resident, .area__gallery-famous {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident, .area__gallery-famous {
    margin-top: 40px;
  }
}
.area__gallery-resident-slide, .area__gallery-famous-slide {
  border-radius: 5.1282051282vw;
  overflow: hidden;
  aspect-ratio: 1.34;
}
@media (min-width: 768px) {
  .area__gallery-resident-slide, .area__gallery-famous-slide {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident-slide, .area__gallery-famous-slide {
    border-radius: 20px;
  }
}
.area__gallery-resident-slide img, .area__gallery-famous-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area__gallery-resident-thumb, .area__gallery-famous-thumb {
  margin-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .area__gallery-resident-thumb, .area__gallery-famous-thumb {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident-thumb, .area__gallery-famous-thumb {
    margin-top: 10px;
  }
}
.area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
  border-radius: 2.5641025641vw;
  width: 16.4102564103vw;
  margin-right: 1.2820512821vw;
  overflow: hidden;
  aspect-ratio: 1.33;
  border: solid transparent 0.5128205128vw;
  filter: brightness(0.5);
}
@media (min-width: 768px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    margin-right: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    margin-right: 12px;
  }
}
@media (min-width: 768px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    width: 8.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    width: 128px;
  }
}
@media (min-width: 768px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    border-radius: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    border-radius: 10px;
  }
}
.area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
  transition: all 0.4s ease;
}
@media only screen and (min-width: 768px) {
  .area__gallery-resident-thumb-slide, .area__gallery-famous-thumb-slide {
    cursor: pointer;
  }
}
.area__gallery-resident-thumb-slide:last-child, .area__gallery-famous-thumb-slide:last-child {
  margin-right: 0;
}
.area__gallery-resident-thumb-slide.swiper-slide-thumb-active, .area__gallery-famous-thumb-slide.swiper-slide-thumb-active {
  border-color: #86B3E0;
  filter: brightness(1);
}
.area__gallery-resident-thumb-slide:hover, .area__gallery-famous-thumb-slide:hover {
  border-color: #86B3E0;
}
.area__gallery-resident-thumb-slide img, .area__gallery-famous-thumb-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.area__gallery-btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .area__gallery-btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .area__gallery-btn {
    transition: all 300ms;
  }
  .area__gallery-btn:hover {
    background-color: #F4F1E6;
  }
}
.area__gallery-btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .area__gallery-btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn span {
    font-size: 14px;
  }
}
.area__gallery-btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #F4F1E6;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .area__gallery-btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .area__gallery-btn:after {
    transition: all 300ms;
  }
}
.area__gallery-btn {
  border-color: #fff;
  display: block;
  margin-top: 9.7435897436vw;
  width: 66.6666666667vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .area__gallery-btn {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .area__gallery-btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .area__gallery-btn {
    width: 260px;
  }
}

@keyframes loading-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes blinkSlow {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.event__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 26.6666666667vw;
}
@media (min-width: 768px) {
  .event__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .event__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .event__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__wrapper {
    padding-bottom: 100px;
  }
}
.event__bg {
  background-image: url("../img/common/orange_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .event__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .event__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .event__bg {
    background-image: url("../img/common/orange_bg_pc.png");
  }
}
.event__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .event__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .event__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__h1 {
    font-size: 56px;
  }
}
.event__nav {
  display: block;
}
.event__nav--list {
  width: 100%;
  height: 12.8205128205vw;
  padding: 0 4.358974359vw;
  display: flex;
  flex-direction: row;
  column-gap: 0.5128205128vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event__nav--list {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--list {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .event__nav--list {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--list {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .event__nav--list {
    column-gap: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--list {
    column-gap: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .event__nav--list {
    margin-inline: auto;
  }
}
.event__nav--item {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 3.0769230769vw;
  font-weight: 500;
  color: #606060;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .event__nav--item {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--item {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .event__nav--item {
    margin-inline: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--item {
    margin-inline: 1px;
  }
}
@media (min-width: 768px) {
  .event__nav--item {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--item {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__nav--item {
    cursor: pointer;
  }
}
.event__nav--item:hover {
  background-color: #F4F1E6;
}
.event__nav--item:first-child {
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .event__nav--item:first-child {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--item:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}
.event__nav--item:last-child {
  border-radius: 0 2.5641025641vw 2.5641025641vw 0;
}
@media (min-width: 768px) {
  .event__nav--item:last-child {
    border-radius: 0vw 0.6944444444vw 0.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--item:last-child {
    border-radius: 0px 10px 10px 0px;
  }
}
.event__nav--item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event__nav--list {
  margin: 13.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .event__nav--list {
    width: 29.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--list {
    width: 428px;
  }
}
@media (min-width: 768px) {
  .event__nav--list {
    margin-top: 7.5vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--list {
    margin-top: 108px;
  }
}
.event__nav--item {
  width: 44.6153846154vw;
  padding-inline: 2.8205128205vw;
}
@media (min-width: 768px) {
  .event__nav--item {
    width: 14.7916666667vw;
  }
}
@media (min-width: 1440px) {
  .event__nav--item {
    width: 213px;
  }
}
.event__switch-btn {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 3.5897435897vw;
  color: #606060;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__switch-btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__switch-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .event__switch-btn {
    cursor: pointer;
  }
  .event__switch-btn:hover {
    background-color: #F4F1E6;
  }
}
.event__switch-btn:first-child {
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .event__switch-btn:first-child {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__switch-btn:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}
.event__switch-btn:last-child {
  border-radius: 0 2.5641025641vw 2.5641025641vw 0;
}
@media (min-width: 768px) {
  .event__switch-btn:last-child {
    border-radius: 0vw 0.6944444444vw 0.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .event__switch-btn:last-child {
    border-radius: 0px 10px 10px 0px;
  }
}
.event__calendar {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .event__calendar {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar {
    margin-top: 100px;
  }
}
.event__calendar-search {
  margin-top: 27.1794871795vw;
  padding: 0vw 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__calendar-search {
    margin-top: 12.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-search {
    margin-top: 186px;
  }
}
@media (min-width: 768px) {
  .event__calendar-search {
    width: 59.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-search {
    width: 850px;
  }
}
@media (min-width: 768px) {
  .event__calendar-search {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-search {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__calendar-search {
    margin-inline: auto;
  }
}
.event__calendar-flex {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.event__calendar-flex > p {
  padding-top: 4.358974359vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 1.5384615385vw;
}
@media (min-width: 768px) {
  .event__calendar-flex > p {
    padding-top: 1.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > p {
    padding-top: 17px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex > p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex > p {
    text-underline-offset: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > p {
    text-underline-offset: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .event__calendar-flex > p {
    cursor: pointer;
  }
}
.event__calendar-flex > strong {
  font-size: 6.1538461538vw;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .event__calendar-flex > strong {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > strong {
    font-size: 40px;
  }
}
.event__calendar-flex > strong:after {
  display: block;
  content: "";
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  background-color: #606060;
  position: absolute;
  bottom: -6.1538461538vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .event__calendar-flex > strong:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > strong:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex > strong:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > strong:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex > strong:after {
    bottom: -1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex > strong:after {
    bottom: -15px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex.top {
    width: 28.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex.top {
    width: 404px;
  }
}
@media only screen and (min-width: 768px) {
  .event__calendar-flex.top {
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex.bot {
    width: 28.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex.bot {
    width: 404px;
  }
}
.event__calendar-flex.bot {
  padding: 2.8205128205vw;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
  margin-top: 25.641025641vw;
  column-gap: 2.5641025641vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__calendar-flex.bot {
    margin-top: 8.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex.bot {
    margin-top: 118px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex.bot {
    padding: 0.8333333333vw 1.0416666667vw 0.8333333333vw 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex.bot {
    padding: 12px 15px 12px 30px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex.bot {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex.bot {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .event__calendar-flex.bot {
    column-gap: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-flex.bot {
    column-gap: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .event__calendar-flex.bot {
    width: 100%;
    justify-content: space-between;
  }
}
.event__calendar-label {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: relative;
}
@media (min-width: 768px) {
  .event__calendar-label {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-label {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .event__calendar-label {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-label {
    height: 20px;
  }
}
.event__calendar-label:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_area.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 6.9230769231vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__calendar-label:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-label:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .event__calendar-label:before {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-label:before {
    height: 27px;
  }
}
.event__calendar-box {
  width: 76.4102564103vw;
  padding: 5.1282051282vw 3.0769230769vw;
  background-color: #fff;
  border: solid #B2B2B2 0.5128205128vw;
  border-radius: 3.8461538462vw;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5641025641vw;
  column-gap: 2.0512820513vw;
}
@media (min-width: 768px) {
  .event__calendar-box {
    width: 52.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    width: 760px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box {
    height: 4.375vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    height: 63px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box {
    padding: 1.0416666667vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box {
    row-gap: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    row-gap: 8px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box {
    column-gap: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box {
    column-gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .event__calendar-box {
    cursor: pointer;
  }
}
.event__calendar-box > span {
  position: relative;
  width: 33.3333333333vw;
  height: 7.6923076923vw;
  padding: 0 2.3076923077vw;
  font-size: 3.0769230769vw;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  border-radius: 7.6923076923vw;
}
@media (min-width: 768px) {
  .event__calendar-box > span {
    width: 8.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box > span {
    width: 118px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box > span {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box > span {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box > span {
    padding: 0vw 0.1388888889vw 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box > span {
    padding: 0px 2px 1px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box > span {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box > span {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .event__calendar-box > span {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-box > span {
    border-radius: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .event__calendar-box > span {
    cursor: pointer;
  }
}
.event__calendar-box > span[data-area=main] {
  background-color: #8FC31F;
}
.event__calendar-box > span[data-area=tora] {
  background-color: #EA5550;
}
.event__calendar-box > span[data-area=kochi] {
  background-color: #86B3E0;
}
.event__calendar-box > span[data-area=wing] {
  background-color: #F5A400;
}
.event__calendar-box > span[data-area=monchi] {
  background-color: #F09192;
}
.event__calendar-box > span[data-area=iris] {
  background-color: #8867AA;
}
@media only screen and (min-width: 768px) {
  .event__calendar-box > span {
    cursor: pointer;
  }
}
.event__calendar-select {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: relative;
}
@media (min-width: 768px) {
  .event__calendar-select {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-select {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .event__calendar-select {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-select {
    height: 20px;
  }
}
.event__calendar-select:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_area.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 6.9230769231vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__calendar-select:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-select:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .event__calendar-select:before {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .event__calendar-select:before {
    height: 27px;
  }
}
.event__h2 {
  font-size: 5.1282051282vw;
  color: #606060;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .event__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__h2 {
    font-size: 40px;
  }
}
.event__h2:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .event__h2:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .event__h2:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .event__h2:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__h2:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .event__h2:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .event__h2:after {
    bottom: -16px;
  }
}
.event__btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .event__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .event__btn {
    transition: all 300ms;
  }
  .event__btn:hover {
    background-color: #fff;
  }
}
.event__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .event__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn span {
    font-size: 14px;
  }
}
.event__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .event__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .event__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .event__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .event__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .event__btn:after {
    transition: all 300ms;
  }
}
.event__btn {
  display: block;
  margin-top: 19.4871794872vw;
  margin-inline: auto;
  width: 92.3076923077vw;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  text-align: center;
  align-content: center;
  border-radius: 15.3846153846vw;
}
@media (min-width: 768px) {
  .event__btn {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .event__btn {
    border-radius: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__btn {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .event__btn:hover:after {
    display: block;
    content: "";
    background-color: #F4F1E6;
  }
}
.event__btn:before {
  display: block;
  content: "";
  background-image: url("../img/event/btn_cal.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 4.6153846154vw;
  position: absolute;
  top: 50%;
  left: 5.1282051282vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__btn:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .event__btn:before {
    height: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:before {
    height: 23px;
  }
}
@media (min-width: 768px) {
  .event__btn:before {
    left: 3.6111111111vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:before {
    left: 52px;
  }
}
.event__btn:after {
  display: block;
  content: "";
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  right: 2.5641025641vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .event__btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .event__btn:after {
    right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__btn:after {
    right: 10px;
  }
}
.event__btn.back {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .event__btn.back {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__btn.back {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .event__btn.back:hover:after {
    display: block;
    content: "";
    background-color: #F4F1E6;
  }
}
.event__btn.back:before {
  display: block;
  content: "";
  display: none;
}
.event__btn.back:after {
  display: block;
  content: "";
  background-size: 4.1025641026vw 4.1025641026vw;
  width: 11.2820512821vw;
  height: 11.2820512821vw;
  left: 2.5641025641vw;
  right: auto;
  transform: translateY(-50%) scale(-1);
}
@media (min-width: 768px) {
  .event__btn.back:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__btn.back:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .event__btn.back:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__btn.back:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .event__btn.back:after {
    left: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__btn.back:after {
    left: 8px;
  }
}
@media (min-width: 768px) {
  .event__btn.back:after {
    background-size: 1.1111111111vw 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__btn.back:after {
    background-size: 16px 14px;
  }
}
.event__form {
  margin-top: 20.5128205128vw;
  padding: 0vw 5.641025641vw;
}
@media (min-width: 768px) {
  .event__form {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .event__form {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .event__form {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__form {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form {
    margin-inline: auto;
  }
}
.event__form-wrapper {
  margin-top: 17.9487179487vw;
  padding: 10.2564102564vw 2.5641025641vw;
  width: 89.7435897436vw;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__form-wrapper {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-wrapper {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .event__form-wrapper {
    padding: 1.0416666667vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-wrapper {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .event__form-wrapper {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-wrapper {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .event__form-wrapper {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__form-wrapper {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .event__form-wrapper {
    column-gap: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-wrapper {
    column-gap: 24px;
  }
}
@media (min-width: 768px) {
  .event__form-wrapper {
    row-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-wrapper {
    row-gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.event__form-flex {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .event__form-flex {
    column-gap: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-flex {
    column-gap: 12px;
  }
}
.event__form-flex:not(:first-child) {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .event__form-flex:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__form-flex:not(:first-child) {
    margin-top: 0px;
  }
}
.event__form-flex:last-child {
  flex: 3;
}
.event__form-label {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: relative;
}
@media (min-width: 768px) {
  .event__form-label {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .event__form-label {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label {
    height: 20px;
  }
}
.event__form-label.area:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_area.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 6.9230769231vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__form-label.area:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.area:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .event__form-label.area:before {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.area:before {
    height: 27px;
  }
}
.event__form-label.date:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_cal.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.1538461538vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__form-label.date:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.date:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .event__form-label.date:before {
    height: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.date:before {
    height: 24px;
  }
}
.event__form-label.cate:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_cat.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 5.8974358974vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__form-label.cate:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.cate:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .event__form-label.cate:before {
    height: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.cate:before {
    height: 23px;
  }
}
.event__form-label.word:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_word.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 4.6153846154vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__form-label.word:before {
    width: 1.3194444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.word:before {
    width: 19px;
  }
}
@media (min-width: 768px) {
  .event__form-label.word:before {
    height: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__form-label.word:before {
    height: 18px;
  }
}
.event__form-box {
  position: relative;
  width: 76.4102564103vw;
  padding: 5.1282051282vw 3.0769230769vw;
  background-color: #fff;
  border: solid #B2B2B2 0.5128205128vw;
  border-radius: 3.8461538462vw;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5641025641vw;
  column-gap: 2.0512820513vw;
}
@media (min-width: 768px) {
  .event__form-box {
    width: 25.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    width: 365px;
  }
}
@media (min-width: 768px) {
  .event__form-box {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .event__form-box {
    padding: 0.4861111111vw 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    padding: 7px 15px;
  }
}
@media (min-width: 768px) {
  .event__form-box {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .event__form-box {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .event__form-box {
    row-gap: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    row-gap: 8px;
  }
}
@media (min-width: 768px) {
  .event__form-box {
    column-gap: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box {
    column-gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form-box {
    cursor: pointer;
  }
}
.event__form-box > span {
  position: relative;
  width: 33.3333333333vw;
  height: 7.6923076923vw;
  padding: 0 2.3076923077vw;
  font-size: 3.0769230769vw;
  font-weight: 300;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  border-radius: 7.6923076923vw;
}
@media (min-width: 768px) {
  .event__form-box > span {
    width: 7.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span {
    width: 112px;
  }
}
@media (min-width: 768px) {
  .event__form-box > span {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .event__form-box > span {
    padding: 0vw 0.1388888889vw 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span {
    padding: 0px 2px 1px;
  }
}
@media (min-width: 768px) {
  .event__form-box > span {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .event__form-box > span {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span {
    border-radius: 30px;
  }
}
.event__form-box > span.default {
  width: fit-content;
  background-color: transparent;
  font-size: 3.5897435897vw;
  font-weight: 500;
  color: #B2B2B2;
  position: absolute;
  top: 50%;
  left: 1.0256410256vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__form-box > span.default {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span.default {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .event__form-box > span.default {
    left: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box > span.default {
    left: 14px;
  }
}
@media (min-width: 768px) {
  .event__form-box.area {
    padding: 0.4861111111vw 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.area {
    padding: 7px 7px;
  }
}
@media (min-width: 768px) {
  .event__form-box.area > span {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.area > span {
    font-size: 13px;
  }
}
.event__form-box.area > span {
  font-weight: 500;
  color: #fff;
}
.event__form-box.area > span[data-area=main] {
  background-color: #8FC31F;
}
.event__form-box.area > span[data-area=tora] {
  background-color: #EA5550;
}
.event__form-box.area > span[data-area=kochi] {
  background-color: #86B3E0;
}
.event__form-box.area > span[data-area=wing] {
  background-color: #F5A400;
}
.event__form-box.area > span[data-area=monchi] {
  background-color: #F09192;
}
.event__form-box.area > span[data-area=iris] {
  background-color: #8867AA;
}
@media only screen and (min-width: 768px) {
  .event__form-box.area > span {
    cursor: pointer;
  }
}
.event__form-box.date {
  flex-direction: column;
}
@media (min-width: 768px) {
  .event__form-box.date {
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.date {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form-box.date {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.event__form-box.date strong {
  display: block;
  font-size: 3.5897435897vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event__form-box.date strong {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.date strong {
    font-size: 14px;
  }
}
.event__form-box.date p {
  margin-top: 1.0256410256vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .event__form-box.date p {
    margin-top: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.date p {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .event__form-box.date p {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.date p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .event__form-box.cate {
    padding: 0.4861111111vw 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.cate {
    padding: 7px 7px;
  }
}
@media (min-width: 768px) {
  .event__form-box.cate > span {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.cate > span {
    font-size: 13px;
  }
}
.event__form-box.cate > span {
  font-weight: 500;
}
.event__form-box.word {
  font-size: 3.5897435897vw;
  font-weight: 500;
  resize: none;
}
@media (min-width: 768px) {
  .event__form-box.word {
    height: 4.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.word {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .event__form-box.word {
    padding: 1.7361111111vw 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.word {
    padding: 25px 18px;
  }
}
@media (min-width: 768px) {
  .event__form-box.word {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__form-box.word {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form-box.word {
    width: 100%;
  }
}
.event__form-box.word::placeholder {
  color: #B2B2B2;
}
.event__form-modal {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 12.8205128205vw 2.5641025641vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 1001;
}
@media (min-width: 768px) {
  .event__form-modal {
    width: 54.2361111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal {
    width: 781px;
  }
}
@media (min-width: 768px) {
  .event__form-modal {
    padding: 2.0833333333vw 2.3611111111vw 2.9166666667vw 2.3611111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal {
    padding: 30px 34px 42px 34px;
  }
}
@media (min-width: 768px) {
  .event__form-modal {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .event__form-modal {
    top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .event__form-modal {
    left: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .event__form-modal {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal {
    border-width: 2px;
  }
}
.event__form-modal h5 {
  font-size: 5.1282051282vw;
  font-weight: 400;
  color: #606060;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .event__form-modal h5 {
    display: none;
  }
}
@media (min-width: 768px) {
  .event__form-modal.date {
    width: 56.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.date {
    width: 820px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.date {
    padding: 2.6388888889vw 2.0833333333vw 2.9166666667vw 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.date {
    padding: 38px 30px 42px 30px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.date {
    top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.date {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.date {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.date {
    border-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form-modal.date {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .event__form-modal.cate {
    width: 24.7916666667vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.cate {
    width: 357px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.cate {
    padding: 2.7777777778vw 3.3333333333vw 2.5vw 3.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.cate {
    padding: 40px 48px 36px 48px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.cate {
    top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.cate {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.cate {
    left: 2.3611111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.cate {
    left: 34px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.cate {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.cate {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.cate .event__modal-next {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.cate .event__modal-next {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.word {
    width: 83.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.word {
    width: 1200px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.word {
    padding: 1.7361111111vw 2.0833333333vw 2.5vw 3.125vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.word {
    padding: 25px 30px 36px 45px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.word {
    top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.word {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.word {
    left: 2.3611111111vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.word {
    left: 34px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.word {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.word {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .event__form-modal.word .event__modal-next {
    margin-top: -1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__form-modal.word .event__modal-next {
    margin-top: -28px;
  }
}
@media only screen and (min-width: 768px) {
  .event__form-modal {
    position: absolute;
    height: auto;
    margin-inline: auto;
    border: solid;
    border-color: #B2B2B2;
    overflow: hidden;
  }
}
.event__form-modal.js-show {
  opacity: 1;
  pointer-events: all;
}
.event__form-btn {
  display: block;
  margin-top: 5.1282051282vw;
  margin-inline: auto;
  text-align: center;
  font-size: 4.6153846154vw;
  color: #86B3E0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .event__form-btn {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__form-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .event__form-btn {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .event__form-btn {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .event__form-btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__form-btn {
    font-size: 18px;
  }
}
.event__modal-flex {
  position: relative;
  margin-top: 15.3846153846vw;
  padding: 2.5641025641vw 4.6153846154vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media only screen and (min-width: 768px) {
  .event__modal-flex {
    display: none;
  }
}
.event__modal-map {
  margin-top: 10.2564102564vw;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .event__modal-map {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .event__modal-map {
    width: 38.6111111111vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map {
    width: 556px;
  }
}
.event__modal-map li {
  width: fit-content;
  height: 7.6923076923vw;
  padding: 0vw 4.1025641026vw 0vw 2.0512820513vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  color: #606060;
  background-color: #fff;
  border: solid 1.0256410256vw #F4F1E6;
  border-radius: 12.8205128205vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .event__modal-map li {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li {
    padding: 0vw 2.0833333333vw 0vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li {
    padding: 0px 30px 0px 20px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li {
    border-radius: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li {
    border-radius: 50px;
  }
}
.event__modal-map li[data-area=main] {
  top: 18.9743589744vw;
  left: 27.4358974359vw;
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=main] {
    top: 7.3611111111vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=main] {
    top: 106px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=main] {
    left: 12.5vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=main] {
    left: 180px;
  }
}
.event__modal-map li[data-area=tora] {
  top: 41.0256410256vw;
  left: 64.1025641026vw;
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=tora] {
    top: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=tora] {
    top: 240px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=tora] {
    left: 25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=tora] {
    left: 360px;
  }
}
.event__modal-map li[data-area=kochi] {
  top: 45.3846153846vw;
  left: 27.4358974359vw;
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=kochi] {
    top: 18.4027777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=kochi] {
    top: 265px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=kochi] {
    left: 12.1527777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=kochi] {
    left: 175px;
  }
}
.event__modal-map li[data-area=iris] {
  top: 65.8974358974vw;
  left: 0.5128205128vw;
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=iris] {
    top: 27.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=iris] {
    top: 390px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=iris] {
    left: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=iris] {
    left: 20px;
  }
}
.event__modal-map li[data-area=wing] {
  top: 80vw;
  left: 29.7435897436vw;
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=wing] {
    top: 32.9861111111vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=wing] {
    top: 475px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=wing] {
    left: 14.5833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=wing] {
    left: 210px;
  }
}
.event__modal-map li[data-area=monchi] {
  top: 87.1794871795vw;
  left: 52.0512820513vw;
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=monchi] {
    top: 35.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=monchi] {
    top: 508px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li[data-area=monchi] {
    left: 23.6111111111vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li[data-area=monchi] {
    left: 340px;
  }
}
.event__modal-map li .btn-close {
  width: 11.5384615385vw;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 300ms;
}
@media (min-width: 768px) {
  .event__modal-map li .btn-close {
    width: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li .btn-close {
    width: 45px;
  }
}
.event__modal-map li .btn-close:after {
  display: block;
  content: "";
  background-image: url("../img/event/form_close.png");
  background-size: 100%;
  width: 2.0512820513vw;
  height: 2.0512820513vw;
  position: absolute;
  top: 50%;
  right: 1.0256410256vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__modal-map li .btn-close:after {
    width: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li .btn-close:after {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li .btn-close:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li .btn-close:after {
    height: 10px;
  }
}
@media (min-width: 768px) {
  .event__modal-map li .btn-close:after {
    right: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map li .btn-close:after {
    right: 8px;
  }
}
.event__modal-map li.js-active {
  color: #fff;
  border-color: transparent;
}
.event__modal-map li.js-active .btn-close {
  opacity: 1;
}
.event__modal-map li.js-active[data-area=main] {
  background-color: #8FC31F;
}
.event__modal-map li.js-active[data-area=tora] {
  background-color: #EA5550;
}
.event__modal-map li.js-active[data-area=kochi] {
  background-color: #86B3E0;
}
.event__modal-map li.js-active[data-area=wing] {
  background-color: #F5A400;
}
.event__modal-map li.js-active[data-area=monchi] {
  background-color: #F09192;
}
.event__modal-map li.js-active[data-area=iris] {
  background-color: #8867AA;
}
@media only screen and (min-width: 768px) {
  .event__modal-map li {
    cursor: pointer;
  }
  .event__modal-map li:hover {
    border-color: transparent;
    color: #fff;
  }
  .event__modal-map li:hover[data-area=main] {
    background-color: #8FC31F;
  }
  .event__modal-map li:hover[data-area=tora] {
    background-color: #EA5550;
  }
  .event__modal-map li:hover[data-area=kochi] {
    background-color: #86B3E0;
  }
  .event__modal-map li:hover[data-area=wing] {
    background-color: #F5A400;
  }
  .event__modal-map li:hover[data-area=monchi] {
    background-color: #F09192;
  }
  .event__modal-map li:hover[data-area=iris] {
    background-color: #8867AA;
  }
}
@media only screen and (min-width: 768px) {
  .event__modal-map {
    margin-inline: auto;
  }
}
.event__modal-map--loading {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.event__modal-map--loading span {
  font-size: 5.1282051282vw;
  color: #606060;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event__modal-map--loading span {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map--loading span {
    font-size: 24px;
  }
}
.event__modal-map--loading span {
  display: inline-block; /* 要素の種類により調整 */
  animation: blinkSlow 2s ease-in-out infinite;
  -webkit-animation: blinkSlow 2s ease-in-out infinite;
  will-change: opacity;
}
.event__modal-map--loading.js--active {
  opacity: 1;
  pointer-events: auto;
}
.event__modal-map--loading.js--active span {
  animation: loading-fade-in-out 0.8s ease-in-out infinite;
  animation-direction: alternate;
}
.event__modal-map-btn {
  position: relative;
  width: 30.7692307692vw;
  height: 7.1794871795vw;
  margin: 10.2564102564vw auto 0 37.6923076923vw;
  padding: 0vw 3.0769230769vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  color: #606060;
  background-color: #fff;
  border: solid 1.0256410256vw #F4F1E6;
  border-radius: 12.8205128205vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    width: 10.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    width: 154px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    margin-top: -2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    margin-top: -42px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    margin-left: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    padding: 0vw 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn {
    border-radius: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn {
    border-radius: 50px;
  }
}
.event__modal-map-btn:before {
  display: block;
  content: "";
  background-image: url("../img/event/modal_area_icon.png");
  background-size: 100%;
  width: 5.641025641vw;
  height: 5.641025641vw;
  position: absolute;
  top: 50%;
  left: -7.6923076923vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__modal-map-btn:before {
    width: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn:before {
    width: 26px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn:before {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .event__modal-map-btn:before {
    bottom: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-map-btn:before {
    bottom: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .event__modal-map-btn:before {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.event__modal-map-btn:after {
  display: block;
  content: "";
  display: none;
}
.event__modal-map-btn.js--active {
  background-color: #F4F1E6;
}
@media (min-width: 768px) {
  .event__date-start, .event__date-end {
    width: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .event__date-start, .event__date-end {
    width: 90px;
  }
}
.event__modal-date {
  margin-top: 15.3846153846vw;
}
@media (min-width: 768px) {
  .event__modal-date {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date {
    margin-top: 0px;
  }
}
.event__date-flex {
  position: relative;
  width: 81.0256410256vw;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .event__date-flex {
    width: 24.3055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex {
    width: 350px;
  }
}
.event__date-flex.bot {
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__date-flex.bot {
    width: 52.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex.bot {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .event__date-flex.bot {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex.bot {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date-flex.bot {
    justify-content: space-between;
  }
}
.event__date-flex > button {
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-inline: auto;
  background-color: #F2F2F2;
  font-size: 4.6153846154vw;
  font-weight: 500;
  position: absolute;
  top: 17.9487179487vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12.8205128205vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__date-flex > button {
    width: 6.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex > button {
    width: 98px;
  }
}
@media (min-width: 768px) {
  .event__date-flex > button {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex > button {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .event__date-flex > button {
    margin-top: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex > button {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .event__date-flex > button {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex > button {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .event__date-flex > button {
    border-radius: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__date-flex > button {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date-flex > button {
    top: auto;
    cursor: pointer;
  }
  .event__date-flex > button:hover {
    background-color: rgba(245, 164, 0, 0.1);
  }
}
.event__date-btn {
  position: relative;
  width: 10.2564102564vw;
  height: 5.8974358974vw;
}
@media (min-width: 768px) {
  .event__date-btn {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .event__date-btn {
    height: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn {
    height: 24px;
  }
}
.event__date-btn.before {
  margin-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__date-btn.before {
    margin-left: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.before {
    margin-left: 22px;
  }
}
.event__date-btn.before:before {
  display: block;
  content: "";
  width: 1.5384615385vw;
  height: 3.0769230769vw;
  position: absolute;
  left: 0vw;
  top: 50%;
  transform: translate(0%, -50%);
  background-image: url("../img/event/date_btn.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .event__date-btn.before:before {
    width: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.before:before {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .event__date-btn.before:before {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.before:before {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .event__date-btn.before:before {
    left: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.before:before {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date-btn.before:before {
    cursor: pointer;
  }
}
.event__date-btn.after {
  margin-right: 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__date-btn.after {
    margin-right: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.after {
    margin-right: 15px;
  }
}
.event__date-btn.after:after {
  display: block;
  content: "";
  width: 1.5384615385vw;
  height: 3.0769230769vw;
  position: absolute;
  right: 0vw;
  top: 50%;
  transform: translate(0%, -50%) scale(-1);
  background-image: url("../img/event/date_btn.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .event__date-btn.after:after {
    width: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.after:after {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .event__date-btn.after:after {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.after:after {
    height: 20px;
  }
}
@media (min-width: 768px) {
  .event__date-btn.after:after {
    right: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__date-btn.after:after {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__date-btn.after:after {
    cursor: pointer;
  }
}
.event__modal-date-cal {
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .event__modal-date-cal {
    margin-top: 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-cal {
    margin-top: 42px;
  }
}
.event__modal-date-cal p {
  font-size: 5.1282051282vw;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .event__modal-date-cal p {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-cal p {
    font-size: 20px;
  }
}
.event__date-control {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .event__date-control.before .after {
    pointer-events: none;
  }
  .event__date-control.before .after:after {
    display: block;
    content: "";
    display: none;
    pointer-events: none;
  }
}
@media only screen and (min-width: 768px) {
  .event__date-control.after .before {
    pointer-events: none;
  }
  .event__date-control.after .before:before {
    display: block;
    content: "";
    display: none;
    pointer-events: none;
  }
}
.event__modal-date-start strong, .event__modal-date-end strong {
  font-size: 14.358974359vw;
  font-weight: 500;
  color: #606060;
}
@media (min-width: 768px) {
  .event__modal-date-start strong, .event__modal-date-end strong {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-start strong, .event__modal-date-end strong {
    font-size: 56px;
  }
}
.event__modal-date-start p, .event__modal-date-end p {
  font-size: 3.5897435897vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .event__modal-date-start p, .event__modal-date-end p {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-start p, .event__modal-date-end p {
    font-size: 14px;
  }
}
.event__modal-date-arrow {
  position: relative;
}
.event__modal-date-arrow:after {
  display: block;
  content: "";
  background-image: url("../img/event/date_arrow.png");
  background-size: 100% 100%;
  width: 15.3846153846vw;
  height: 3.8461538462vw;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__modal-date-arrow:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-arrow:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-arrow:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-arrow:after {
    height: 15px;
  }
}
.event__modal-date-show {
  display: flex;
  flex-direction: row;
  column-gap: 2.0512820513vw;
  align-items: center;
}
@media (min-width: 768px) {
  .event__modal-date-show {
    column-gap: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-show {
    column-gap: 8px;
  }
}
.event__modal-date-show div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .event__modal-date-show div {
    row-gap: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-show div {
    row-gap: 5px;
  }
}
.event__modal-date-days, .event__modal-date-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  justify-items: center;
}
.event__modal-date-days {
  width: 89.7435897436vw;
  margin-top: 23.0769230769vw;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  font-weight: 400;
  color: #F5A400;
}
@media (min-width: 768px) {
  .event__modal-date-days {
    width: 23.9583333333vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-days {
    width: 345px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-days {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-days {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-days {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-days {
    font-size: 14px;
  }
}
.event__modal-date-dates {
  margin-top: 3.0769230769vw;
  margin-inline: auto;
  font-size: 5.1282051282vw;
  font-weight: 400;
  color: #606060;
  row-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .event__modal-date-dates {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-dates {
    width: 23.9583333333vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates {
    width: 345px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-dates {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-dates {
    row-gap: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates {
    row-gap: 0px;
  }
}
.event__modal-date-dates span {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .event__modal-date-dates span {
    cursor: pointer;
  }
  .event__modal-date-dates span:hover {
    background-color: rgba(245, 164, 0, 0.1);
  }
}
.event__modal-date-dates span.today {
  position: relative;
  border-radius: 0;
}
.event__modal-date-dates span.today:after {
  display: block;
  content: "";
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  border: solid 0.5128205128vw #F5A400;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__modal-date-dates span.today:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates span.today:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-dates span.today:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates span.today:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .event__modal-date-dates span.today:after {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-date-dates span.today:after {
    border-width: 2px;
  }
}
.event__modal-date-dates span.disabled {
  color: #B2B2B2;
  pointer-events: none;
}
.event__modal-date-dates span.range-start, .event__modal-date-dates span.range-end {
  color: #fff;
  background-color: #F5A400;
  border-radius: 50%;
  position: relative;
}
.event__modal-date-dates span.range-start:before {
  display: block;
  content: "";
  background-color: rgba(245, 164, 0, 0.4);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.event__modal-date-dates span.range-end:before {
  display: block;
  content: "";
  background-color: rgba(245, 164, 0, 0.4);
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.event__modal-date-dates span.in-range {
  position: relative;
}
.event__modal-date-dates span.in-range:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(245, 164, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.event__modal-date-dates span.range-start.range-end:before {
  display: block;
  content: "";
  display: none;
}
.event__modal-cate {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .event__modal-cate {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate {
    margin-top: 0px;
  }
}
.event__modal-cate li {
  position: relative;
  width: 100%;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  font-weight: 400;
  border-radius: 12.8205128205vw;
  background-color: #F2F2F2;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__modal-cate li {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .event__modal-cate li {
    padding-bottom: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li {
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .event__modal-cate li {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .event__modal-cate li {
    border-radius: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .event__modal-cate li {
    cursor: pointer;
  }
  .event__modal-cate li:hover {
    background-color: #F4F1E6;
  }
}
.event__modal-cate li:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__modal-cate li:not(:first-child) {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li:not(:first-child) {
    margin-top: 10px;
  }
}
.event__modal-cate li .btn-close {
  width: 11.5384615385vw;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 300ms;
  filter: invert(1);
}
@media (min-width: 768px) {
  .event__modal-cate li .btn-close {
    width: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li .btn-close {
    width: 45px;
  }
}
.event__modal-cate li .btn-close:after {
  display: block;
  content: "";
  background-image: url("../img/event/form_close.png");
  background-size: 100%;
  width: 3.0769230769vw;
  height: 3.0769230769vw;
  position: absolute;
  top: 50%;
  right: 5.1282051282vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__modal-cate li .btn-close:after {
    width: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li .btn-close:after {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .event__modal-cate li .btn-close:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li .btn-close:after {
    height: 10px;
  }
}
@media (min-width: 768px) {
  .event__modal-cate li .btn-close:after {
    right: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-cate li .btn-close:after {
    right: 18px;
  }
}
.event__modal-cate li.js-active {
  background-color: #F4F1E6;
}
.event__modal-cate li.js-active .btn-close {
  opacity: 1;
}
.event__modal-word {
  padding: 5.1282051282vw 7.6923076923vw;
}
@media (min-width: 768px) {
  .event__modal-word {
    padding: 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-word {
    padding: 0px 0px;
  }
}
.event__modal-word li {
  padding-left: 9.2307692308vw;
  font-size: 4.6153846154vw;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  .event__modal-word li {
    padding-left: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-word li {
    padding-left: 36px;
  }
}
@media (min-width: 768px) {
  .event__modal-word li {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-word li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .event__modal-word li {
    cursor: pointer;
  }
  .event__modal-word li:hover {
    color: #F5A400;
  }
  .event__modal-word li:hover:before {
    display: block;
    content: "";
    background-image: url("../img/event/modal_word_active.png");
  }
}
.event__modal-word li:before {
  display: block;
  content: "";
  background-image: url("../img/event/modal_word.png");
  background-size: 100%;
  width: 4.1025641026vw;
  height: 4.6153846154vw;
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__modal-word li:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-word li:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .event__modal-word li:before {
    height: 1.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-word li:before {
    height: 17px;
  }
}
.event__modal-word li:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__modal-word li:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-word li:not(:first-child) {
    margin-top: 40px;
  }
}
.event__modal-word li.js-active {
  color: #F5A400;
}
.event__modal-word li.js-active:before {
  display: block;
  content: "";
  background-image: url("../img/event/modal_word_active.png");
}
.event__modal-btn {
  position: relative;
  display: block;
  margin-top: 9.7435897436vw;
  margin-inline: auto;
  padding: 3.5897435897vw;
  width: 89.7435897436vw;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  background-color: #F4F1E6;
  border-radius: 15.3846153846vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__modal-btn {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn {
    padding: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn {
    padding: 14px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn {
    border-radius: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn {
    border-radius: 60px;
  }
}
.event__modal-btn:after {
  display: block;
  content: "";
  background-image: url("../img/event/btn_search.png");
  background-size: 100%;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  right: 2.5641025641vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__modal-btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .event__modal-btn:after {
    right: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-btn:after {
    right: 6px;
  }
}
.event__modal-next {
  display: block;
  width: fit-content;
  margin: 7.6923076923vw auto 0;
  font-size: 3.5897435897vw;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 1.0256410256vw;
}
@media (min-width: 768px) {
  .event__modal-next {
    margin-top: -2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-next {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .event__modal-next {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-next {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .event__modal-next {
    text-underline-offset: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-next {
    text-underline-offset: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .event__modal-next {
    margin-inline: auto 0;
    cursor: pointer;
  }
  .event__modal-next:hover {
    color: #F5A400;
  }
}
.event__modal-close {
  display: block;
  position: relative;
  margin-top: 18.4615384615vw;
  margin-inline: auto;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__modal-close {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-close {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .event__modal-close {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-close {
    height: 20px;
  }
}
.event__modal-close span {
  display: block;
  width: 7.1794871795vw;
  height: 0.5128205128vw;
  background-color: #606060;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .event__modal-close span {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-close span {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .event__modal-close span {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .event__modal-close span {
    height: 2px;
  }
}
.event__modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .event__modal-close {
    display: none;
  }
}
.event__box {
  margin-top: 10.2564102564vw;
  padding: 0vw 5.1282051282vw;
}
@media (min-width: 768px) {
  .event__box {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__box {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .event__box {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__box {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .event__box {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__box {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .event__box {
    margin-inline: auto;
  }
}
.event__h3 {
  font-size: 3.5897435897vw;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .event__h3 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__h3 {
    font-size: 18px;
  }
}
.event__h3 span {
  font-size: 6.1538461538vw;
  margin-inline: 1.5384615385vw;
}
@media (min-width: 768px) {
  .event__h3 span {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .event__h3 span {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .event__h3 span {
    margin-inline: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__h3 span {
    margin-inline: 10px;
  }
}
.event__zero-txt {
  width: 56.4102564103vw;
  margin-top: 10.2564102564vw;
  margin-inline: auto;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .event__zero-txt {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .event__zero-txt {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .event__zero-txt {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__zero-txt {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .event__zero-txt {
    width: 100%;
  }
}
.event__box-list {
  display: block;
  margin-top: 11.2820512821vw;
}
@media (min-width: 768px) {
  .event__box-list {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__box-list {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .event__box-list {
    column-gap: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__box-list {
    column-gap: 30px;
  }
}
@media (min-width: 768px) {
  .event__box-list {
    row-gap: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__box-list {
    row-gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .event__box-list {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
  }
}
.event__box-item {
  display: block;
  margin-top: 12.8205128205vw;
  width: 100%;
}
@media (min-width: 768px) {
  .event__box-item {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .event__box-item {
    width: 28.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item {
    width: 406px;
  }
}
@media only screen and (min-width: 768px) {
  .event__box-item {
    cursor: pointer;
  }
  .event__box-item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.event__box-item > p {
  margin-top: 4.358974359vw;
  font-size: 4.6153846154vw;
  line-height: 1.5;
  color: #606060;
}
@media (min-width: 768px) {
  .event__box-item > p {
    margin-top: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > p {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .event__box-item > p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > p {
    font-size: 18px;
  }
}
.event__box-item > h4 {
  margin-top: 4.358974359vw;
  font-size: 6.1538461538vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .event__box-item > h4 {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > h4 {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .event__box-item > h4 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .event__box-item > h4 {
    line-height: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > h4 {
    line-height: 32px;
  }
}
.event__box-item > span {
  display: block;
  margin-top: 6.1538461538vw;
  padding-left: 6.9230769231vw;
  font-size: 4.6153846154vw;
  position: relative;
}
@media (min-width: 768px) {
  .event__box-item > span {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > span {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .event__box-item > span {
    padding-left: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > span {
    padding-left: 27px;
  }
}
@media (min-width: 768px) {
  .event__box-item > span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > span {
    font-size: 18px;
  }
}
.event__box-item > span:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_pink.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 6.9230769231vw;
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event__box-item > span:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > span:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .event__box-item > span:before {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .event__box-item > span:before {
    height: 27px;
  }
}
.event__box-item > span.main {
  color: #8FC31F;
}
.event__box-item > span.main:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_green.png");
}
.event__box-item > span.tora {
  color: #EA5550;
}
.event__box-item > span.kochi {
  color: #86B3E0;
}
.event__box-item > span.kochi:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_blue.png");
}
.event__box-item > span.wing {
  color: #F5A400;
}
.event__box-item > span.wing:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_orange.png");
}
.event__box-item > span.monchi {
  color: #F09192;
}
.event__box-item > span.monchi:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_pink.png");
}
.event__box-item > span.iris {
  color: #8867AA;
}
.event__box-item > span.iris:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_purple.png");
}
.event__box-item img {
  transition: all 0.4s ease;
}
.event__box-img {
  border: 0.2564102564vw solid #B2B2B2;
  border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  width: 100%;
  height: 67.1794871795vw;
}
@media (min-width: 768px) {
  .event__box-img {
    border-width: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .event__box-img {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .event__box-img {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__box-img {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .event__box-img {
    height: 21.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .event__box-img {
    height: 305px;
  }
}
.event__box-img {
  overflow: hidden;
  position: relative;
}
.event__box-img img {
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.event__box-cat {
  margin-top: 5.1282051282vw;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5641025641vw;
  row-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .event__box-cat {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .event__box-cat {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat {
    column-gap: 10px;
  }
}
@media (min-width: 768px) {
  .event__box-cat {
    row-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat {
    row-gap: 10px;
  }
}
.event__box-cat span {
  height: 5.641025641vw;
  padding: 0 2.0512820513vw;
  font-size: 2.5641025641vw;
  font-weight: 300;
  text-align: center;
  align-content: center;
  background-color: #F2F2F2;
  border-radius: 7.6923076923vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__box-cat span {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat span {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .event__box-cat span {
    padding: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat span {
    padding: 13px;
  }
}
@media (min-width: 768px) {
  .event__box-cat span {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat span {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .event__box-cat span {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .event__box-cat span {
    border-radius: 30px;
  }
}
.event__pagination {
  margin-top: 10.2564102564vw;
  margin-inline: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .event__pagination {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .event__pagination {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination {
    column-gap: 10px;
  }
}
.event__pagination button {
  position: relative;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  background-color: #F4F1E6;
  font-size: 3.5897435897vw;
  color: #606060;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .event__pagination button {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .event__pagination button {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .event__pagination button {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .event__pagination button:hover {
    background-color: #F5A400;
    color: #fff;
  }
}
.event__pagination button.active {
  background-color: #F5A400;
  color: #fff;
}
.event__pagination button.arrow-next:after {
  display: block;
  content: "";
  background-image: url("../img/event/btn_arrow.png");
  background-size: 100% 100%;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .event__pagination button.arrow-next:after {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button.arrow-next:after {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .event__pagination button.arrow-next:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button.arrow-next:after {
    height: 15px;
  }
}
.event__pagination button.arrow-before:after {
  display: block;
  content: "";
  background-image: url("../img/event/btn_arrow.png");
  background-size: 100% 100%;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1);
}
@media (min-width: 768px) {
  .event__pagination button.arrow-before:after {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button.arrow-before:after {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .event__pagination button.arrow-before:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button.arrow-before:after {
    height: 15px;
  }
}
.event__pagination button.small {
  width: 1.7948717949vw;
  height: 1.7948717949vw;
}
@media (min-width: 768px) {
  .event__pagination button.small {
    width: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button.small {
    width: 7px;
  }
}
@media (min-width: 768px) {
  .event__pagination button.small {
    height: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .event__pagination button.small {
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .event__pagination button.small {
    pointer-events: none;
  }
}

#search {
  scroll-margin-top: 15.3846153846vw;
}
@media (min-width: 768px) {
  #search {
    scroll-margin-top: 9.7222222222vw;
  }
}
@media (min-width: 1440px) {
  #search {
    scroll-margin-top: 140px;
  }
}

.sponsors__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .sponsors__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .sponsors__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .sponsors__wrapper {
    padding-bottom: 13.75vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__wrapper {
    padding-bottom: 198px;
  }
}
.sponsors__bg {
  background-image: url("../img/common/purple_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sponsors__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__bg {
    background-image: url("../img/common/purple_bg_pc.png");
  }
}
.sponsors__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .sponsors__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h1 {
    font-size: 56px;
  }
}
.sponsors__nav {
  display: block;
}
.sponsors__nav--list {
  width: 100%;
  height: 12.8205128205vw;
  padding: 0 4.358974359vw;
  display: flex;
  flex-direction: row;
  column-gap: 0.5128205128vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sponsors__nav--list {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--list {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .sponsors__nav--list {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--list {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .sponsors__nav--list {
    column-gap: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--list {
    column-gap: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__nav--list {
    margin-inline: auto;
  }
}
.sponsors__nav--item {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 3.0769230769vw;
  font-weight: 500;
  color: #606060;
  background-color: #F2F2F2;
}
@media (min-width: 768px) {
  .sponsors__nav--item {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--item {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sponsors__nav--item {
    margin-inline: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--item {
    margin-inline: 1px;
  }
}
@media (min-width: 768px) {
  .sponsors__nav--item {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--item {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__nav--item {
    cursor: pointer;
  }
}
.sponsors__nav--item:hover {
  background-color: #F4F1E6;
}
.sponsors__nav--item:first-child {
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .sponsors__nav--item:first-child {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--item:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}
.sponsors__nav--item:last-child {
  border-radius: 0 2.5641025641vw 2.5641025641vw 0;
}
@media (min-width: 768px) {
  .sponsors__nav--item:last-child {
    border-radius: 0vw 0.6944444444vw 0.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--item:last-child {
    border-radius: 0px 10px 10px 0px;
  }
}
.sponsors__nav--item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsors__nav--list {
  margin: 13.3333333333vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__nav--list {
    width: 29.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--list {
    width: 428px;
  }
}
@media (min-width: 768px) {
  .sponsors__nav--list {
    margin-top: 7.5vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__nav--list {
    margin-top: 108px;
  }
}
.sponsors__nav--item {
  padding-inline: 2.8205128205vw;
}
.sponsors__btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .sponsors__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__btn {
    transition: all 300ms;
  }
  .sponsors__btn:hover {
    background-color: #fff;
  }
}
.sponsors__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .sponsors__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn span {
    font-size: 14px;
  }
}
.sponsors__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .sponsors__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .sponsors__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__btn:after {
    transition: all 300ms;
  }
}
.sponsors__btn {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .sponsors__btn {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn span {
    font-size: 18px;
  }
}
.sponsors__btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .sponsors__btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .sponsors__btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__btn:after {
    height: 60px;
  }
}
.sponsors__section {
  margin-top: 20.5128205128vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .sponsors__section {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__section {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .sponsors__section {
    padding-inline: 5.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__section {
    padding-inline: 78px;
  }
}
.sponsors__section.list {
  padding-inline: 3.8461538462vw;
  margin-top: 26.9230769231vw;
}
@media (min-width: 768px) {
  .sponsors__section.list {
    margin-top: 12.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__section.list {
    margin-top: 185px;
  }
}
.sponsors__h2 {
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
  position: relative;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .sponsors__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h2 {
    font-size: 40px;
  }
}
.sponsors__h2:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sponsors__h2:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h2:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .sponsors__h2:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h2:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .sponsors__h2:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h2:after {
    bottom: -16px;
  }
}
.sponsors__text {
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  margin: 0 auto;
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .sponsors__text {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__text {
    width: 1000px;
  }
}
@media (min-width: 768px) {
  .sponsors__text {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__text {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sponsors__text {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__text {
    margin-top: 95px;
  }
}
.sponsors__zero-txt {
  width: 56.4102564103vw;
  margin-top: 10.2564102564vw;
  margin-inline: auto;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .sponsors__zero-txt {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__zero-txt {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .sponsors__zero-txt {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__zero-txt {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__zero-txt {
    width: 100%;
  }
}
.sponsors__box-list {
  display: block;
  margin: 10.2564102564vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__box-list {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-list {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-list {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-list {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-list {
    gap: 2.7777777778vw 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-list {
    gap: 40px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__box-list {
    display: flex;
    flex-wrap: wrap;
    margin-inline: auto;
  }
}
.sponsors__box-item {
  border-radius: 5.1282051282vw 5.1282051282vw 0 0;
}
@media (min-width: 768px) {
  .sponsors__box-item {
    border-radius: 2.7777777778vw 2.7777777778vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item {
    border-radius: 40px 40px 0px 0px;
  }
}
.sponsors__box-item {
  display: block;
  width: 100%;
  margin-top: 10.2564102564vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .sponsors__box-item {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item {
    width: 21.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item {
    width: 306px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item {
    flex-basis: 21.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item {
    flex-basis: 306px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__box-item {
    cursor: pointer;
  }
  .sponsors__box-item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.sponsors__box-item > p {
  margin-top: 4.358974359vw;
  font-size: 4.6153846154vw;
  line-height: 1.5;
  color: #606060;
}
@media (min-width: 768px) {
  .sponsors__box-item > p {
    margin-top: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > p {
    margin-top: 25px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item > p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > p {
    font-size: 18px;
  }
}
.sponsors__box-item > h4 {
  margin-top: 4.358974359vw;
  font-size: 6.1538461538vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .sponsors__box-item > h4 {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > h4 {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item > h4 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > h4 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item > h4 {
    line-height: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > h4 {
    line-height: 32px;
  }
}
.sponsors__box-item > span {
  display: block;
  margin-top: 6.1538461538vw;
  padding-left: 6.9230769231vw;
  font-size: 4.6153846154vw;
  position: relative;
}
@media (min-width: 768px) {
  .sponsors__box-item > span {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > span {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item > span {
    padding-left: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > span {
    padding-left: 27px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item > span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > span {
    font-size: 18px;
  }
}
.sponsors__box-item > span:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_pink.png");
  background-size: 100% 100%;
  width: 4.6153846154vw;
  height: 6.9230769231vw;
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sponsors__box-item > span:before {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > span:before {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item > span:before {
    height: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item > span:before {
    height: 27px;
  }
}
.sponsors__box-item > span.main {
  color: #8FC31F;
}
.sponsors__box-item > span.main:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_green.png");
}
.sponsors__box-item > span.tora {
  color: #EA5550;
}
.sponsors__box-item > span.kochi {
  color: #86B3E0;
}
.sponsors__box-item > span.kochi:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_blue.png");
}
.sponsors__box-item > span.wing {
  color: #F5A400;
}
.sponsors__box-item > span.wing:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_orange.png");
}
.sponsors__box-item > span.monchi {
  color: #F09192;
}
.sponsors__box-item > span.monchi:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_pink.png");
}
.sponsors__box-item > span.iris {
  color: #8867AA;
}
.sponsors__box-item > span.iris:before {
  display: block;
  content: "";
  background-image: url("../img/common/event_purple.png");
}
.sponsors__box-item img {
  transition: all 0.4s ease;
}
.sponsors__box-item.pickup:after {
  display: block;
  content: "";
  content: "PICK UP";
  background-color: #8867AA;
  font-size: 3.5897435897vw;
  color: #fff;
  width: 23.0769230769vw;
  height: 8.9743589744vw;
  padding-left: 1.2820512821vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .sponsors__box-item.pickup:after {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item.pickup:after {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item.pickup:after {
    width: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item.pickup:after {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item.pickup:after {
    height: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item.pickup:after {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-item.pickup:after {
    padding-left: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item.pickup:after {
    padding-left: 10px;
  }
}
.sponsors__box-item.pickup .sponsors__box-img.new:after {
  top: 8.9743589744vw;
}
@media (min-width: 768px) {
  .sponsors__box-item.pickup .sponsors__box-img.new:after {
    top: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-item.pickup .sponsors__box-img.new:after {
    top: 32px;
  }
}
.sponsors__box-img {
  border: 0.2564102564vw solid #B2B2B2;
  border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  width: 100%;
  height: 67.1794871795vw;
}
@media (min-width: 768px) {
  .sponsors__box-img {
    border-width: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img {
    border-width: 1px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-img {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-img {
    height: 15.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img {
    height: 230px;
  }
}
.sponsors__box-img {
  overflow: hidden;
  position: relative;
}
.sponsors__box-img img {
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.sponsors__box-img.new:after {
  display: block;
  content: "";
  content: "NEW";
  background-color: #EA5550;
  font-size: 3.5897435897vw;
  color: #fff;
  width: 23.0769230769vw;
  height: 8.9743589744vw;
  padding-left: 1.2820512821vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .sponsors__box-img.new:after {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img.new:after {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-img.new:after {
    width: 6.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img.new:after {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-img.new:after {
    height: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img.new:after {
    height: 32px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-img.new:after {
    padding-left: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-img.new:after {
    padding-left: 5px;
  }
}
.sponsors__box-cat {
  margin-top: 5.1282051282vw;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5641025641vw;
  row-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .sponsors__box-cat {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-cat {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat {
    column-gap: 10px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-cat {
    row-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat {
    row-gap: 10px;
  }
}
.sponsors__box-cat span {
  height: 5.641025641vw;
  padding: 0 2.0512820513vw;
  font-size: 2.5641025641vw;
  font-weight: 300;
  text-align: center;
  align-content: center;
  background-color: #F2F2F2;
  border-radius: 7.6923076923vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .sponsors__box-cat span {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat span {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-cat span {
    padding: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat span {
    padding: 13px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-cat span {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat span {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .sponsors__box-cat span {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__box-cat span {
    border-radius: 30px;
  }
}
.sponsors__h3 {
  text-align: center;
  margin: 25.641025641vw auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .sponsors__h3 {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h3 {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .sponsors__h3 {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h3 {
    margin-top: 100px;
  }
}
.sponsors__h3:before {
  display: block;
  content: "";
  background-color: #8867AA;
  width: 100%;
  height: 1.0256410256vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .sponsors__h3:before {
    height: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h3:before {
    height: 4px;
  }
}
.sponsors__h3 span {
  background-color: #fff;
  font-size: 6.1538461538vw;
  padding: 0 1.2820512821vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sponsors__h3 span {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h3 span {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sponsors__h3 span {
    padding: 0vw 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__h3 span {
    padding: 0px 7px;
  }
}
.sponsors__special {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sponsors__special {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special {
    width: 1280px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__special--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .sponsors__special--list {
    padding: 6.9444444444vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--list {
    padding: 100px 0px 0px;
  }
}
@media (min-width: 768px) {
  .sponsors__special--list {
    gap: 5.5555555556vw 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--list {
    gap: 80px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__special--list:has(.sponsors__special--link) {
    transition: all 300ms;
  }
  .sponsors__special--list:has(.sponsors__special--link):hover {
    opacity: 0.8;
  }
}
.sponsors__special--item {
  text-align: center;
  padding: 0 3.8461538462vw;
  margin: 15.3846153846vw 0 0;
}
@media (min-width: 768px) {
  .sponsors__special--item {
    flex-basis: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--item {
    flex-basis: 320px;
  }
}
@media (min-width: 768px) {
  .sponsors__special--item {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--item {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .sponsors__special--item {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--item {
    margin: 0px;
  }
}
.sponsors__special--logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.sponsors__special--text {
  font-size: 6.1538461538vw;
  line-height: 1.3333333333;
  font-weight: 500;
  margin: 3.0769230769vw 0 0;
}
@media (min-width: 768px) {
  .sponsors__special--text {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sponsors__special--text {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__special--text {
    margin: 0px;
  }
}
.sponsors__list {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sponsors__list {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list {
    width: 1280px;
  }
}
.sponsors__list--type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15.3846153846vw 0 1.2820512821vw;
}
@media (min-width: 768px) {
  .sponsors__list--type {
    margin: 3.4722222222vw 0vw 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--type {
    margin: 50px 0px 5px;
  }
}
.sponsors__list--type span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.6153846154vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0 5.1282051282vw;
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .sponsors__list--type span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--type span {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--type span {
    padding: 0vw 0vw 0vw 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--type span {
    padding: 0px 0px 0px 25px;
  }
}
.sponsors__list--type span:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  position: absolute;
  top: 0.7692307692vw;
  left: 0;
}
@media (min-width: 768px) {
  .sponsors__list--type span:before {
    width: 1.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--type span:before {
    width: 17px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--type span:before {
    height: 1.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--type span:before {
    height: 17px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--type span:before {
    top: 0.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--type span:before {
    top: 3px;
  }
}
.sponsors__list--type.platinum span {
  color: #AFB8B9;
}
.sponsors__list--type.platinum span:before {
  background-image: url("../img/sponsors/list/icon_platinum.png");
}
.sponsors__list--type.gold span {
  color: #CDAB46;
}
.sponsors__list--type.gold span:before {
  background-image: url("../img/sponsors/list/icon_gold.png");
}
.sponsors__list--type.silver span {
  color: #999999;
}
.sponsors__list--type.silver span:before {
  background-image: url("../img/sponsors/list/icon_silver.png");
}
.sponsors__list--type.bronze span {
  color: #C79D6A;
}
.sponsors__list--type.bronze span:before {
  background-image: url("../img/sponsors/list/icon_bronze.png");
}
.sponsors__list--type.blue span {
  color: #89B9E6;
}
.sponsors__list--type.blue span:before {
  background-image: url("../img/sponsors/list/icon_blue.png");
}
.sponsors__list--name {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sponsors__list--name span {
  background-color: #fff;
  font-size: 6.1538461538vw;
  color: #727272;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 3.8461538462vw;
}
@media (min-width: 768px) {
  .sponsors__list--name span {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--name span {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--name span {
    padding: 0vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--name span {
    padding: 0px 20px;
  }
}
.sponsors__list--list {
  border: 0.5128205128vw solid #C7C7C7;
  border-radius: 2.0512820513vw;
  text-align: center;
  padding: 10.2564102564vw 2.5641025641vw 20.5128205128vw;
  margin: -3.8461538462vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__list--list {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list {
    padding: 6.9444444444vw 1.3888888889vw 5.2083333333vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list {
    padding: 100px 20px 75px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list {
    margin-top: -1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list {
    margin-top: -15px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list {
    gap: 5.5555555556vw 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list {
    gap: 80px 50px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv1 .sponsors__list--item {
    flex-basis: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv1 .sponsors__list--item {
    flex-basis: 320px;
  }
}
.sponsors__list--list.lv1 .sponsors__list--logo {
  width: 82.0512820513vw;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv1 .sponsors__list--logo {
    width: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv1 .sponsors__list--logo {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv1 .sponsors__list--logo {
    flex-basis: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv1 .sponsors__list--logo {
    flex-basis: 320px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv2 .sponsors__list--item {
    flex-basis: 18.75vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv2 .sponsors__list--item {
    flex-basis: 270px;
  }
}
.sponsors__list--list.lv2 .sponsors__list--logo {
  width: 69.2307692308vw;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv2 .sponsors__list--logo {
    width: 18.75vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv2 .sponsors__list--logo {
    width: 270px;
  }
}
.sponsors__list--list.lv2 .sponsors__list--text {
  font-size: 5.1282051282vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv2 .sponsors__list--text {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv2 .sponsors__list--text {
    font-size: 20px;
  }
}
.sponsors__list--list.lv3 .sponsors__list--item {
  margin: 12.8205128205vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv3 .sponsors__list--item {
    flex-basis: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv3 .sponsors__list--item {
    flex-basis: 240px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv3 .sponsors__list--item {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv3 .sponsors__list--item {
    margin: 0px;
  }
}
.sponsors__list--list.lv3 .sponsors__list--logo {
  width: 51.2820512821vw;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv3 .sponsors__list--logo {
    width: 12.1527777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv3 .sponsors__list--logo {
    width: 175px;
  }
}
.sponsors__list--list.lv3 .sponsors__list--text {
  font-size: 4.6153846154vw;
  line-height: 1.7777777778;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv3 .sponsors__list--text {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv3 .sponsors__list--text {
    font-size: 18px;
  }
}
.sponsors__list--list.lv4 {
  padding: 10.2564102564vw 12.8205128205vw 20.5128205128vw;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv4 {
    padding: 3.8194444444vw 3.4722222222vw 3.125vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv4 {
    padding: 55px 50px 45px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv4 {
    gap: 2.0833333333vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv4 {
    gap: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--list.lv4 {
    align-items: center;
  }
}
.sponsors__list--list.lv4 .sponsors__list--item {
  margin: 10.2564102564vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv4 .sponsors__list--item {
    flex-basis: 16.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv4 .sponsors__list--item {
    flex-basis: 240px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv4 .sponsors__list--item {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv4 .sponsors__list--item {
    margin: 0px;
  }
}
.sponsors__list--list.lv4 .sponsors__list--text {
  font-size: 4.6153846154vw;
  line-height: 1.3333333333;
  margin: 0;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv4 .sponsors__list--text {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv4 .sponsors__list--text {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--list.lv4 .sponsors__list--text {
    line-height: 1.5555555556;
  }
}
.sponsors__list--list.lv5 {
  padding: 10.2564102564vw 12.8205128205vw 20.5128205128vw;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv5 {
    padding: 3.8194444444vw 3.4722222222vw 3.125vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv5 {
    padding: 55px 50px 45px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv5 {
    gap: 2.0833333333vw 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv5 {
    gap: 30px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--list.lv5 {
    align-items: center;
  }
}
.sponsors__list--list.lv5 .sponsors__list--item {
  margin: 7.6923076923vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv5 .sponsors__list--item {
    flex-basis: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv5 .sponsors__list--item {
    flex-basis: 190px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--list.lv5 .sponsors__list--item {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv5 .sponsors__list--item {
    margin: 0px;
  }
}
.sponsors__list--list.lv5 .sponsors__list--text {
  font-size: 4.6153846154vw;
  line-height: 1.3333333333;
  margin: 0;
}
@media (min-width: 768px) {
  .sponsors__list--list.lv5 .sponsors__list--text {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--list.lv5 .sponsors__list--text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--list.lv5 .sponsors__list--text {
    line-height: 1.2857142857;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--link {
    transition: 0.3s;
  }
  .sponsors__list--link:hover {
    opacity: 0.8;
  }
}
.sponsors__list--item {
  text-align: center;
  margin: 15.3846153846vw auto 0;
}
@media (min-width: 768px) {
  .sponsors__list--item {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--item {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsors__list--item:has(.sponsors__list--link) {
    transition: all 300ms;
  }
  .sponsors__list--item:has(.sponsors__list--link):hover {
    opacity: 0.8;
  }
}
.sponsors__list--logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.sponsors__list--text {
  font-size: 6.1538461538vw;
  line-height: 1.3333333333;
  font-weight: 500;
  margin: 3.0769230769vw 0 0;
}
@media (min-width: 768px) {
  .sponsors__list--text {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sponsors__list--text {
    margin: 0.8333333333vw 0vw 0vw;
  }
}
@media (min-width: 1440px) {
  .sponsors__list--text {
    margin: 12px 0px 0px;
  }
}

.sponsor-detail__contact {
  margin-top: 9.2307692308vw;
}
@media (min-width: 768px) {
  .sponsor-detail__contact {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact {
    margin-top: 80px;
  }
}
.sponsor-detail__contact p {
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sponsor-detail__contact p {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact p {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact p {
    line-height: 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact p {
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsor-detail__contact p {
    text-align: center;
  }
}
.sponsor-detail__contact--btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsor-detail__contact--btn {
    transition: all 300ms;
  }
  .sponsor-detail__contact--btn:hover {
    background-color: #F4F1E6;
  }
}
.sponsor-detail__contact--btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn span {
    font-size: 14px;
  }
}
.sponsor-detail__contact--btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #F4F1E6;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    transition: all 300ms;
  }
}
.sponsor-detail__contact--btn {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsor-detail__contact--btn:hover {
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn span {
    font-size: 18px;
  }
}
.sponsor-detail__contact--btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail__contact--btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail__contact--btn:after {
    height: 60px;
  }
}
.sponsor-detail__postdate {
  margin-top: 0;
}
.sponsor-detail p.sponsor-detail__postdate {
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 4.1025641026vw;
}
@media (min-width: 768px) {
  .sponsor-detail p.sponsor-detail__postdate {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail p.sponsor-detail__postdate {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sponsor-detail p.sponsor-detail__postdate {
    margin-bottom: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail p.sponsor-detail__postdate {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .sponsor-detail p.sponsor-detail__postdate {
    line-height: 1;
  }
}
.sponsor-detail .detail__content-img {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .sponsor-detail .detail__content-img {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .sponsor-detail .detail__content-img {
    margin-top: 20px;
  }
}

.support__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 28.2051282051vw;
}
@media (min-width: 768px) {
  .support__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .support__wrapper {
    padding-bottom: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__wrapper {
    padding-bottom: 92px;
  }
}
.support__bg {
  background-image: url("../img/common/blue_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .support__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .support__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .support__bg {
    background-image: url("../img/common/blue_bg_pc.png");
  }
}
.support__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  color: #fff;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .support__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .support__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .support__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .support__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__bread {
    padding-left: 80px;
  }
}
.support__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .support__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__bread span::after {
    margin: 0px 8px;
  }
}
.support__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.support__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .support__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .support__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__h1 {
    font-size: 56px;
  }
}
.support__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 600ms;
  -webkit-backface-visibility: hidden;
  overflow: scroll;
  scrollbar-width: none;
  overscroll-behavior: contain;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.support__modal.js-show {
  opacity: 1;
  pointer-events: all;
}
.support__modal-bg {
  background: #fff;
  width: 100%;
  height: 100.1%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.85;
  cursor: pointer;
}
.support__modal-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  padding: 12.8205128205vw 0;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media (min-width: 768px) {
  .support__modal-wrapper {
    padding: 6.9444444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-wrapper {
    padding: 100px 0px;
  }
}
.support__modal-container {
  border-radius: 2.0512820513vw;
  border: 0.5128205128vw solid #C7C7C7;
  background-color: #fff;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8.9743589744vw 7.6923076923vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .support__modal-container {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-container {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  .support__modal-container {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-container {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .support__modal-container {
    padding: 2.4305555556vw 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-container {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .support__modal-container {
    width: 76%;
    max-width: 1100px;
    max-height: 80vh;
    aspect-ratio: 11/9;
  }
}
.support__modal-container > img {
  width: auto;
  height: 100%;
  max-height: 100%;
  display: block;
}
.support__modal-close {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../img/support/close.png");
  width: 8.4615384615vw;
  height: 8.4615384615vw;
  position: absolute;
  top: 5.1282051282vw;
  right: 5.1282051282vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  .support__modal-close {
    width: 4.5833333333vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-close {
    width: 66px;
  }
}
@media (min-width: 768px) {
  .support__modal-close {
    height: 4.5833333333vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-close {
    height: 66px;
  }
}
@media (min-width: 768px) {
  .support__modal-close {
    top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-close {
    top: 40px;
  }
}
@media (min-width: 768px) {
  .support__modal-close {
    right: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__modal-close {
    right: 40px;
  }
}
.support__section {
  margin-top: 20.5128205128vw;
  padding-inline: 4.6153846154vw;
}
@media (min-width: 768px) {
  .support__section {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__section {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .support__section {
    padding-inline: 5.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .support__section {
    padding-inline: 78px;
  }
}
.support__section:first-of-type {
  margin-top: 26.6666666667vw;
}
.support__section p {
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .support__section p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .support__section p {
    font-size: 18px;
  }
}
.support__section p.mt20 {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .support__section p.mt20 {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__section p.mt20 {
    margin-top: 20px;
  }
}
.support__section p.mt80 {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .support__section p.mt80 {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__section p.mt80 {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .support__section.about {
    margin-top: 13.5416666667vw;
  }
}
@media (min-width: 1440px) {
  .support__section.about {
    margin-top: 195px;
  }
}
.support__section.about > p {
  margin-top: 10.2564102564vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__section.about > p {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__section.about > p {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .support__section.about > p {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__section.about > p {
    width: 1000px;
  }
}
.support__section.detail > p {
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .support__section.detail > p {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__section.detail > p {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .support__section.detail > p {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__section.detail > p {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .support__section.detail > p {
    margin-inline: auto;
  }
}
.support__section.detail > p.mt60 {
  margin-top: 12.8205128205vw;
}
@media (min-width: 768px) {
  .support__section.detail > p.mt60 {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__section.detail > p.mt60 {
    margin-top: 50px;
  }
}
.support__section.detail .support__detail-atten {
  margin-top: 7.6923076923vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .support__section.detail .support__detail-atten {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__section.detail .support__detail-atten {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .support__section.detail .support__detail-atten {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__section.detail .support__detail-atten {
    font-size: 14px;
  }
}
.support__section.detail .support__detail-atten.mt0 {
  margin-top: 0;
}
.support__section.detail .support__detail-atten.mt20 {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .support__section.detail .support__detail-atten.mt20 {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__section.detail .support__detail-atten.mt20 {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .support__section.detail .support__detail-atten.indent {
    text-indent: -3em;
    padding-left: 3em;
  }
}
.support__section.howto > p {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .support__section.howto > p {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__section.howto > p {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .support__section.howto > p {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__section.howto > p {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .support__section.howto > p {
    margin-inline: auto;
  }
}
.support__section.howto > p .underline {
  text-decoration: underline;
  text-decoration-thickness: 0.5128205128vw;
  text-decoration-style: wavy;
  text-underline-offset: 0.5128205128vw;
}
@media (min-width: 768px) {
  .support__section.howto > p .underline {
    text-decoration-thickness: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__section.howto > p .underline {
    text-decoration-thickness: 2px;
  }
}
@media (min-width: 768px) {
  .support__section.howto > p .underline {
    text-underline-offset: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__section.howto > p .underline {
    text-underline-offset: 2px;
  }
}
.support__section.howto p.support__term-txt {
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .support__section.howto p.support__term-txt {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__section.howto p.support__term-txt {
    font-size: 14px;
  }
}
.support__h2 {
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
  position: relative;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .support__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__h2 {
    font-size: 40px;
  }
}
.support__h2:first-of-type {
  letter-spacing: -0.06em;
}
@media only screen and (min-width: 768px) {
  .support__h2:first-of-type {
    letter-spacing: unset;
  }
}
.support__h2:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .support__h2:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .support__h2:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .support__h2:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__h2:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .support__h2:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .support__h2:after {
    bottom: -16px;
  }
}
.support__h2 .ml {
  margin-left: -8.2051282051vw;
}
@media (min-width: 768px) {
  .support__h2 .ml {
    margin-left: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__h2 .ml {
    margin-left: 0px;
  }
}
.support__h2 .mr {
  margin-right: -7.6923076923vw;
}
@media (min-width: 768px) {
  .support__h2 .mr {
    margin-right: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__h2 .mr {
    margin-right: 0px;
  }
}
.support__about-img {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .support__about-img {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__about-img {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .support__about-img {
    width: 31.25vw;
  }
}
@media (min-width: 1440px) {
  .support__about-img {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  .support__about-img {
    margin-inline: auto;
  }
}
.support__about-container {
  margin-top: 10.2564102564vw;
  padding: 17.9487179487vw 10.2564102564vw 20.5128205128vw 10.2564102564vw;
  border: solid 1.0256410256vw #F2F2F2;
  border-radius: 10.2564102564vw;
}
@media (min-width: 768px) {
  .support__about-container {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .support__about-container {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .support__about-container {
    padding: 2.7777777778vw 9.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container {
    padding: 40px 140px;
  }
}
@media (min-width: 768px) {
  .support__about-container {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .support__about-container {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container {
    border-radius: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .support__about-container {
    margin-inline: auto;
  }
}
.support__about-container > strong {
  font-size: 6.1538461538vw;
  font-weight: 500;
  color: #EA5550;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .support__about-container > strong {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container > strong {
    font-size: 24px;
  }
}
.support__about-container > p {
  margin-top: 3.0769230769vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .support__about-container > p {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__about-container > p {
    margin-top: 20px;
  }
}
.support__overview-wrapper {
  margin-top: 21.5384615385vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__overview-wrapper {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-wrapper {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .support__overview-wrapper {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-wrapper {
    margin-top: 95px;
  }
}
.support__overview-container {
  padding: 10.2564102564vw 2.5641025641vw;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .support__overview-container {
    padding: 1.6666666667vw 2.5vw 1.5277777778vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container {
    padding: 24px 36px 22px 0px;
  }
}
@media (min-width: 768px) {
  .support__overview-container {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .support__overview-container {
    display: flex;
    align-items: center;
  }
}
.support__overview-container:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .support__overview-container:not(:first-child) {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container:not(:first-child) {
    margin-top: 10px;
  }
}
.support__overview-container > h3 {
  font-size: 6.1538461538vw;
  font-weight: 500;
  text-align: center;
  position: relative;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .support__overview-container > h3 {
    width: 9.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > h3 {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .support__overview-container > h3 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .support__overview-container > h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.support__overview-container > p {
  position: relative;
  margin-top: 15.8974358974vw;
  font-size: 4.6153846154vw;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .support__overview-container > p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__overview-container > p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .support__overview-container > p {
    padding-left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p {
    padding-left: 40px;
  }
}
.support__overview-container > p.center {
  text-align: center;
}
.support__overview-container > p.medium {
  font-weight: 500;
}
.support__overview-container > p span {
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .support__overview-container > p span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .support__overview-container > p.pd {
    padding: 1.25vw 0vw 1.25vw 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p.pd {
    padding: 18px 0px 18px 40px;
  }
}
.support__overview-container > p:before {
  display: block;
  content: "";
  background-color: #fff;
  width: 84.6153846154vw;
  height: 0.5128205128vw;
  position: absolute;
  top: -12.3076923077vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .support__overview-container > p:before {
    width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p:before {
    width: 2px;
  }
}
@media (min-width: 768px) {
  .support__overview-container > p:before {
    left: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-container > p:before {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .support__overview-container > p:before {
    height: 100%;
    top: 50%;
    left: right;
    transform: translateY(-50%);
  }
}
.support__overview-img {
  position: relative;
  margin-top: 10.2564102564vw;
  padding: 4.6153846154vw 7.6923076923vw;
  background-color: #fff;
  border-radius: 2.0512820513vw;
}
@media (min-width: 768px) {
  .support__overview-img {
    width: 19.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img {
    width: 286px;
  }
}
@media (min-width: 768px) {
  .support__overview-img {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__overview-img {
    margin-left: 5vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img {
    margin-left: 72px;
  }
}
@media (min-width: 768px) {
  .support__overview-img {
    padding: 5.2777777778vw 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img {
    padding: 76px 25px;
  }
}
@media only screen and (min-width: 768px) {
  .support__overview-img {
    cursor: pointer;
  }
}
.support__overview-img:after {
  display: block;
  content: "";
  background-image: url("../img/support/icon_search.png");
  background-size: 100% 100%;
  width: 14.358974359vw;
  height: 14.358974359vw;
  position: absolute;
  bottom: 0vw;
  right: 0vw;
}
@media (min-width: 768px) {
  .support__overview-img:after {
    width: 3.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img:after {
    width: 44px;
  }
}
@media (min-width: 768px) {
  .support__overview-img:after {
    height: 3.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img:after {
    height: 44px;
  }
}
@media (min-width: 768px) {
  .support__overview-img:after {
    bottom: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img:after {
    bottom: 7px;
  }
}
@media (min-width: 768px) {
  .support__overview-img:after {
    right: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .support__overview-img:after {
    right: 7px;
  }
}
.support__h3 {
  margin-top: 17.4358974359vw;
  font-size: 6.1538461538vw;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .support__h3 {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__h3 {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .support__h3 {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .support__h3 {
    font-size: 32px;
  }
}
.support__h3.underline:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 84.6153846154vw;
  height: 0.5128205128vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
.support__h3.left {
  text-align: left;
}
.support__h3.mt50 {
  margin-top: 13.8461538462vw;
}
@media (min-width: 768px) {
  .support__h3.mt50 {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__h3.mt50 {
    margin-top: 100px;
  }
}
.support__detail-wrapper {
  margin-top: 13.8461538462vw;
  padding: 0vw 6.4102564103vw 14.8717948718vw;
  border: solid #F2F2F2 0.5128205128vw;
  border-radius: 2.0512820513vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__detail-wrapper {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .support__detail-wrapper {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .support__detail-wrapper {
    padding: 2.7777777778vw 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper {
    padding: 40px 60px;
  }
}
@media (min-width: 768px) {
  .support__detail-wrapper {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .support__detail-wrapper {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper {
    border-radius: 40px;
  }
}
.support__detail-wrapper h3 {
  margin-top: -3.5897435897vw;
  margin-inline: auto;
  width: 70vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .support__detail-wrapper h3 {
    margin-top: -4.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper h3 {
    margin-top: -64px;
  }
}
@media (min-width: 768px) {
  .support__detail-wrapper h3 {
    width: 22.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-wrapper h3 {
    width: 326px;
  }
}
.support__detail-container {
  margin-top: 11.5384615385vw;
}
@media (min-width: 768px) {
  .support__detail-container {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .support__detail-container {
    display: flex;
  }
}
.support__detail-container:not(:first-of-type) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .support__detail-container:not(:first-of-type) {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container:not(:first-of-type) {
    margin-top: 20px;
  }
}
.support__detail-container > h4 {
  width: 100%;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  color: #fff;
  background-color: #86B3E0;
  border-radius: 2.0512820513vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .support__detail-container > h4 {
    width: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container > h4 {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .support__detail-container > h4 {
    padding: 0.8333333333vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container > h4 {
    padding: 12px 0px;
  }
}
@media (min-width: 768px) {
  .support__detail-container > h4 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container > h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .support__detail-container > h4 {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container > h4 {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .support__detail-container > h4 {
    height: auto;
  }
}
@media (min-width: 768px) {
  .support__detail-container p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container p {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__detail-container p {
    width: 59.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-container p {
    width: 850px;
  }
}
@media (min-width: 768px) {
  .support__detail-content {
    padding: 0.8333333333vw 0vw 0.8333333333vw 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-content {
    padding: 12px 0px 12px 38px;
  }
}
.support__detail-content > p {
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .support__detail-content > p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-content > p {
    margin-top: 0px;
  }
}
.support__detail-btn {
  display: block;
  position: relative;
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .support__detail-btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .support__detail-btn {
    transition: all 300ms;
  }
  .support__detail-btn:hover {
    background-color: #F4F1E6;
  }
}
.support__detail-btn span {
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .support__detail-btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span {
    font-size: 14px;
  }
}
.support__detail-btn span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.support__detail-btn span.pdf:before {
  background-image: url("../img/overview/icon_pdf.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.6666666667vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .support__detail-btn span.pdf:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span.pdf:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn span.pdf:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span.pdf:before {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn span.pdf:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span.pdf:before {
    left: 40px;
  }
}
.support__detail-btn span.xls:before {
  background-image: url("../img/overview/icon_xls.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.4102564103vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .support__detail-btn span.xls:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span.xls:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn span.xls:before {
    height: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span.xls:before {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn span.xls:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span.xls:before {
    left: 40px;
  }
}
.support__detail-btn {
  margin-top: 10.2564102564vw;
  width: 100%;
  height: 20.5128205128vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.7142857143;
  border-width: 0.5128205128vw;
  border-radius: 25.641025641vw;
}
@media (min-width: 768px) {
  .support__detail-btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn {
    border-radius: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn {
    border-radius: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .support__detail-btn {
    margin-inline: auto;
  }
}
.support__detail-btn span {
  padding-inline: 14.358974359vw 3.5897435897vw;
}
@media (min-width: 768px) {
  .support__detail-btn span {
    padding-inline: 5.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn span {
    padding-inline: 82px 0px;
  }
}
@media (min-width: 768px) {
  .support__detail-btn.benefits {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn.benefits {
    margin-top: 40px;
  }
}
.support__detail-btn.benefits span {
  padding-inline: 18.4615384615vw 7.6923076923vw;
}
@media (min-width: 768px) {
  .support__detail-btn.benefits span {
    padding-inline: 5.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__detail-btn.benefits span {
    padding-inline: 82px 0px;
  }
}
.support__detail-btn.left {
  margin-inline: 0 auto;
}
.support__rank {
  margin-top: 10.2564102564vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__rank {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__rank {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .support__rank {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__rank {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .support__rank {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__rank {
    column-gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .support__rank {
    display: flex;
  }
}
.support__rank h4 {
  width: 100%;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  color: #fff;
  background-color: #86B3E0;
  border-radius: 2.0512820513vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .support__rank h4 {
    width: 29.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__rank h4 {
    width: 418px;
  }
}
@media (min-width: 768px) {
  .support__rank h4 {
    height: 3.8194444444vw;
  }
}
@media (min-width: 1440px) {
  .support__rank h4 {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .support__rank h4 {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__rank h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .support__rank h4 {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__rank h4 {
    border-radius: 8px;
  }
}
.support__rank-container:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .support__rank-container:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-container:not(:first-child) {
    margin-top: 0px;
  }
}
.support__rank-box {
  margin-top: 5.1282051282vw;
  padding: 12.8205128205vw 10.2564102564vw;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F2F2F2;
  border-radius: 2.0512820513vw;
}
@media (min-width: 768px) {
  .support__rank-box {
    height: 11.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .support__rank-box {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .support__rank-box {
    padding: 3.4722222222vw 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box {
    padding: 50px 40px;
  }
}
@media (min-width: 768px) {
  .support__rank-box {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box {
    border-radius: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .support__rank-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
}
.support__rank-box p {
  position: relative;
  margin-top: 0;
  padding-left: 6.9230769231vw;
  font-size: 5.1282051282vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .support__rank-box p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box p {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__rank-box p {
    padding-left: 1.875vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box p {
    padding-left: 27px;
  }
}
@media (min-width: 768px) {
  .support__rank-box p {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box p {
    font-size: 20px;
  }
}
.support__rank-box p:before {
  display: block;
  content: "";
  background-image: url("../img/support/icon_platinum.png");
  background-size: 100% 100%;
  width: 4.358974359vw;
  height: 4.358974359vw;
  position: absolute;
  top: 2.0512820513vw;
  left: 0vw;
}
@media (min-width: 768px) {
  .support__rank-box p:before {
    width: 1.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box p:before {
    width: 17px;
  }
}
@media (min-width: 768px) {
  .support__rank-box p:before {
    height: 1.1805555556vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box p:before {
    height: 17px;
  }
}
@media (min-width: 768px) {
  .support__rank-box p:before {
    top: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box p:before {
    top: 8px;
  }
}
.support__rank-box strong {
  display: block;
  margin-top: 1.0256410256vw;
  font-size: 8.2051282051vw;
  font-weight: 700;
}
@media (min-width: 768px) {
  .support__rank-box strong {
    margin-top: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box strong {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .support__rank-box strong {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box strong {
    font-size: 32px;
  }
}
.support__rank-box strong span {
  font-size: 6.1538461538vw;
}
@media (min-width: 768px) {
  .support__rank-box strong span {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box strong span {
    font-size: 24px;
  }
}
.support__rank-box.plat {
  background-color: #E4EEEF;
}
.support__rank-box.plat p:before {
  display: block;
  content: "";
  background-image: url("../img/support/icon_platinum.png");
}
.support__rank-box.gold {
  background-color: #FFF3D1;
}
.support__rank-box.gold p:before {
  display: block;
  content: "";
  background-image: url("../img/support/icon_gold.png");
}
.support__rank-box.silver {
  background-color: #EFEFEF;
}
.support__rank-box.silver p:before {
  display: block;
  content: "";
  background-image: url("../img/support/icon_silver.png");
}
.support__rank-box.bronze {
  background-color: #ECE5D1;
}
.support__rank-box.bronze p:before {
  display: block;
  content: "";
  background-image: url("../img/support/icon_bronze.png");
}
.support__rank-box.supp {
  background-color: #EFF7FF;
}
.support__rank-box.supp p:before {
  display: block;
  content: "";
  background-image: url("../img/support/icon_supporter.png");
}
@media (min-width: 768px) {
  .support__rank-box.hght2 {
    height: 22.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .support__rank-box.hght2 {
    height: 330px;
  }
}
.support__deadline {
  margin-top: 10.2564102564vw;
  padding: 20.5128205128vw 10.2564102564vw;
  border: solid 1.0256410256vw #F2F2F2;
  border-radius: 10.2564102564vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__deadline {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .support__deadline {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .support__deadline {
    padding: 2.7777777778vw 9.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline {
    padding: 40px 140px;
  }
}
@media (min-width: 768px) {
  .support__deadline {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .support__deadline {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline {
    border-radius: 40px;
  }
}
.support__deadline h3 {
  margin-top: 0vw;
  font-size: 6.1538461538vw;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .support__deadline h3 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline h3 {
    font-size: 24px;
  }
}
.support__deadline > p {
  margin-top: 5.1282051282vw;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .support__deadline > p {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline > p {
    margin-top: 20px;
  }
}
.support__deadline > p.support__deadline-atten {
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .support__deadline > p.support__deadline-atten {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline > p.support__deadline-atten {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__deadline > p.support__deadline-atten {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__deadline > p.support__deadline-atten {
    font-size: 24px;
  }
}
.support__howto-wrapper {
  font-weight: 300;
  margin-top: 10.2564102564vw;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .support__howto-wrapper {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-wrapper {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .support__howto-wrapper {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-wrapper {
    margin-top: 40px;
  }
}
.support__howto-container {
  position: relative;
  padding-bottom: 10.2564102564vw;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .support__howto-container {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .support__howto-container {
    border-radius: 0vw 1.3888888889vw 1.3888888889vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container {
    border-radius: 0px 20px 20px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-container {
    display: flex;
  }
}
.support__howto-container:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .support__howto-container:not(:first-child) {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container:not(:first-child) {
    margin-top: 20px;
  }
}
.support__howto-container.mt40 {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .support__howto-container.mt40 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container.mt40 {
    margin-top: 40px;
  }
}
.support__howto-container > h4 {
  width: 100%;
  height: 20.5128205128vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #86B3E0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  row-gap: 1.0256410256vw;
  flex-shrink: 0;
  border-radius: 5.1282051282vw 5.1282051282vw 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .support__howto-container > h4 {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4 {
    padding-inline: 2.9166666667vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4 {
    padding-inline: 42px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4 {
    width: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4 {
    width: 220px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4 {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4 {
    border-radius: 1.3888888889vw 0vw 0vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4 {
    border-radius: 20px 0px 0px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-container > h4 {
    height: auto;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4.small {
    width: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4.small {
    width: 92px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4.small {
    padding: 3.8194444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4.small {
    padding: 55px 0px;
  }
}
.support__howto-container > h4 > span {
  display: block;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .support__howto-container > h4 > span {
    font-size: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4 > span {
    font-size: 16px;
  }
}
.support__howto-container > h4.bar {
  position: relative;
}
.support__howto-container > h4.bar:before {
  display: block;
  content: "";
  background-color: #86B3E0;
  width: 2.5641025641vw;
  height: 10.2564102564vw;
  position: absolute;
  top: -10.2564102564vw;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .support__howto-container > h4.bar:before {
    width: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4.bar:before {
    width: 5px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4.bar:before {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4.bar:before {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h4.bar:before {
    top: -2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h4.bar:before {
    top: -40px;
  }
}
.support__howto-container p {
  margin-top: 10.2564102564vw;
  padding-inline: 6.4102564103vw;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .support__howto-container p {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container p {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__howto-container p {
    padding-inline: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container p {
    padding-inline: 0px;
  }
}
.support__howto-container p.medium {
  font-weight: 500;
  letter-spacing: 0.1em;
}
.support__howto-container p.support__howto-atten {
  margin-top: 5.1282051282vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .support__howto-container p.support__howto-atten {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container p.support__howto-atten {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .support__howto-container p.support__howto-atten {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container p.support__howto-atten {
    font-size: 14px;
  }
}
.support__howto-container > h5 {
  margin-top: 10.2564102564vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .support__howto-container > h5 {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5 {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h5 {
    padding-left: 3.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5 {
    padding-left: 48px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h5 {
    width: 16.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5 {
    width: 244px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h5 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-container > h5 {
    display: flex;
    align-items: center;
  }
}
.support__howto-container > h5:after {
  display: block;
  content: "";
  background-color: #fff;
  width: 84.6153846154vw;
  height: 0.5128205128vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .support__howto-container > h5:after {
    width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5:after {
    width: 2px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h5:after {
    height: 3.8194444444vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5:after {
    height: 55px;
  }
}
@media (min-width: 768px) {
  .support__howto-container > h5:after {
    left: 15.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-container > h5:after {
    left: 226px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-container > h5:after {
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (min-width: 768px) {
  .support__howto-content {
    padding: 2.9166666667vw 0vw 2.9166666667vw 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-content {
    padding: 42px 0px 42px 40px;
  }
}
@media (min-width: 768px) {
  .support__howto-txt {
    padding: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-txt {
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
.support__howto-btn {
  display: block;
  position: relative;
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #fff;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .support__howto-btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-btn {
    transition: all 300ms;
  }
  .support__howto-btn:hover {
    background-color: #F4F1E6;
  }
}
.support__howto-btn span {
  font-size: 3.5897435897vw;
  line-height: 1.7142857143;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .support__howto-btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span {
    font-size: 14px;
  }
}
.support__howto-btn span:before {
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.support__howto-btn span.pdf:before {
  background-image: url("../img/overview/icon_pdf.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.6666666667vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .support__howto-btn span.pdf:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span.pdf:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn span.pdf:before {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span.pdf:before {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn span.pdf:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span.pdf:before {
    left: 40px;
  }
}
.support__howto-btn span.xls:before {
  background-image: url("../img/overview/icon_xls.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 6.4102564103vw;
  position: absolute;
  top: 50%;
  left: 6.4102564103vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .support__howto-btn span.xls:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span.xls:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn span.xls:before {
    height: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span.xls:before {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn span.xls:before {
    left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span.xls:before {
    left: 40px;
  }
}
.support__howto-btn {
  margin-top: 5.1282051282vw;
  width: 76.9230769231vw;
  height: 20.5128205128vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  line-height: 1.7142857143;
  border-width: 0.5128205128vw;
  border-radius: 25.641025641vw;
}
@media (min-width: 768px) {
  .support__howto-btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .support__howto-btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn {
    border-width: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .support__howto-btn {
    margin-inline: 0 auto;
  }
}
.support__howto-btn:after {
  display: block;
  content: "";
  display: none;
}
.support__howto-btn.center {
  padding: 0;
  justify-content: center;
}
.support__howto-btn.no-icon {
  height: 12.8205128205vw;
}
@media (min-width: 768px) {
  .support__howto-btn.no-icon {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn.no-icon {
    height: 60px;
  }
}
.support__howto-btn span {
  padding-inline: 15.8974358974vw 7.6923076923vw;
}
@media (min-width: 768px) {
  .support__howto-btn span {
    padding-inline: 5.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .support__howto-btn span {
    padding-inline: 82px 0px;
  }
}
@media (min-width: 768px) {
  .support__term {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__term {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .support__term {
    margin-inline: auto;
  }
}
.support__term-txt {
  margin-top: 7.1794871795vw;
  font-size: 3.5897435897vw;
  font-weight: 300;
  line-height: 1.7142857143;
}
@media (min-width: 768px) {
  .support__term-txt {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .support__term-txt {
    margin-top: 28px;
  }
}
@media (min-width: 768px) {
  .support__term-txt {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .support__term-txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .support__term-txt {
    text-indent: -2.5em;
    padding-left: 2.5em;
  }
}
@media (min-width: 768px) {
  .support__term-txt:first-of-type {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .support__term-txt:first-of-type {
    margin-top: 40px;
  }
}
.support__term-txt .medium {
  font-weight: 500;
}
.support__term-txt .link {
  color: #86B3E0;
  text-decoration: underline;
  text-decoration-thickness: 0.2564102564vw;
  text-underline-offset: 0.5128205128vw;
}
@media (min-width: 768px) {
  .support__term-txt .link {
    text-decoration-thickness: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__term-txt .link {
    text-decoration-thickness: 2px;
  }
}
@media (min-width: 768px) {
  .support__term-txt .link {
    text-underline-offset: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .support__term-txt .link {
    text-underline-offset: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .support__term-txt .link {
    cursor: pointer;
  }
}

.news__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 26.6666666667vw;
}
@media (min-width: 768px) {
  .news__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .news__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .news__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .news__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__wrapper {
    padding-bottom: 100px;
  }
}
.news__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .news__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .news__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .news__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.news__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .news__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .news__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__h1 {
    font-size: 56px;
  }
}
.news__form {
  margin-top: 20.5128205128vw;
  padding: 0vw 5.1282051282vw;
}
@media (min-width: 768px) {
  .news__form {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .news__form {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .news__form {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .news__form {
    margin-inline: auto;
  }
}
.news__form-wrapper {
  margin-top: 17.9487179487vw;
  padding: 2.5641025641vw 2.5641025641vw;
  width: 89.7435897436vw;
  margin: 0 auto;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media (min-width: 768px) {
  .news__form-wrapper {
    margin-top: 6.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-wrapper {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .news__form-wrapper {
    padding: 1.0416666667vw 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-wrapper {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .news__form-wrapper {
    width: 44.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form-wrapper {
    width: 640px;
  }
}
@media (min-width: 768px) {
  .news__form-wrapper {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-wrapper {
    border-radius: 20px;
  }
}
@media (min-width: 768px) {
  .news__form-wrapper {
    column-gap: 2.4305555556vw;
  }
}
@media (min-width: 1440px) {
  .news__form-wrapper {
    column-gap: 35px;
  }
}
@media (min-width: 768px) {
  .news__form-wrapper {
    row-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form-wrapper {
    row-gap: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .news__form-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.news__form-flex {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .news__form-flex {
    column-gap: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .news__form-flex {
    column-gap: 12px;
  }
}
.news__form-flex:not(:first-child) {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .news__form-flex:not(:first-child) {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .news__form-flex:not(:first-child) {
    margin-top: 0px;
  }
}
.news__form-flex:last-child {
  flex: 3;
}
.news__form-label {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  position: relative;
}
@media (min-width: 768px) {
  .news__form-label {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-label {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .news__form-label {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-label {
    height: 20px;
  }
}
.news__form-label.cate:before {
  display: block;
  content: "";
  background-image: url("../img/event/form_cat.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 5.8974358974vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .news__form-label.cate:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-label.cate:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .news__form-label.cate:before {
    height: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-label.cate:before {
    height: 23px;
  }
}
.news__form-box {
  position: relative;
  width: 76.4102564103vw;
  padding: 5.1282051282vw 3.0769230769vw;
  background-color: #fff;
  border: solid #B2B2B2 0.5128205128vw;
  border-radius: 3.8461538462vw;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2.5641025641vw;
  column-gap: 2.0512820513vw;
}
@media (min-width: 768px) {
  .news__form-box {
    width: 39.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    width: 568px;
  }
}
@media (min-width: 768px) {
  .news__form-box {
    height: 4.8611111111vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    height: 70px;
  }
}
@media (min-width: 768px) {
  .news__form-box {
    padding: 0.6944444444vw 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    padding: 10px 15px;
  }
}
@media (min-width: 768px) {
  .news__form-box {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .news__form-box {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .news__form-box {
    row-gap: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    row-gap: 8px;
  }
}
@media (min-width: 768px) {
  .news__form-box {
    column-gap: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box {
    column-gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .news__form-box {
    cursor: pointer;
  }
}
.news__form-box > span {
  position: relative;
  width: 33.3333333333vw;
  height: 7.6923076923vw;
  padding: 0 2.3076923077vw;
  font-size: 3.0769230769vw;
  font-weight: 300;
  color: #606060;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  border-radius: 7.6923076923vw;
}
@media (min-width: 768px) {
  .news__form-box > span {
    width: 7.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span {
    width: 112px;
  }
}
@media (min-width: 768px) {
  .news__form-box > span {
    height: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span {
    height: 26px;
  }
}
@media (min-width: 768px) {
  .news__form-box > span {
    padding: 0vw 0.1388888889vw 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span {
    padding: 0px 2px 1px;
  }
}
@media (min-width: 768px) {
  .news__form-box > span {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span {
    font-size: 13px;
  }
}
.news__form-box > span {
  font-weight: 500;
}
@media (min-width: 768px) {
  .news__form-box > span {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span {
    border-radius: 30px;
  }
}
.news__form-box > span.default {
  width: fit-content;
  background-color: transparent;
  font-size: 3.5897435897vw;
  font-weight: 500;
  color: #B2B2B2;
  position: absolute;
  top: 50%;
  left: 1.0256410256vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news__form-box > span.default {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span.default {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .news__form-box > span.default {
    left: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-box > span.default {
    left: 14px;
  }
}
.news__form-modal {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 12.8205128205vw 2.5641025641vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 1001;
}
@media (min-width: 768px) {
  .news__form-modal {
    width: 54.2361111111vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal {
    width: 781px;
  }
}
@media (min-width: 768px) {
  .news__form-modal {
    padding: 2.0833333333vw 2.4305555556vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal {
    padding: 30px 35px;
  }
}
@media (min-width: 768px) {
  .news__form-modal {
    border-radius: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal {
    border-radius: 15px;
  }
}
@media (min-width: 768px) {
  .news__form-modal {
    top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .news__form-modal {
    left: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal {
    left: 30px;
  }
}
@media (min-width: 768px) {
  .news__form-modal {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal {
    border-width: 2px;
  }
}
.news__form-modal h5 {
  font-size: 5.1282051282vw;
  font-weight: 400;
  color: #606060;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news__form-modal h5 {
    display: none;
  }
}
@media (min-width: 768px) {
  .news__form-modal.cate {
    width: 39.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal.cate {
    width: 568px;
  }
}
@media (min-width: 768px) {
  .news__form-modal.cate {
    padding: 2.7777777778vw 10.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal.cate {
    padding: 40px 150px;
  }
}
@media (min-width: 768px) {
  .news__form-modal.cate {
    top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal.cate {
    top: 80px;
  }
}
@media (min-width: 768px) {
  .news__form-modal.cate {
    left: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal.cate {
    left: 32px;
  }
}
@media (min-width: 768px) {
  .news__form-modal.cate {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal.cate {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .news__form-modal.cate .event__modal-next {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__form-modal.cate .event__modal-next {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .news__form-modal {
    position: absolute;
    height: auto;
    margin-inline: auto;
    border: solid;
    border-color: #B2B2B2;
    overflow: hidden;
  }
}
.news__form-modal.js-show {
  opacity: 1;
  pointer-events: all;
}
.news__modal-flex {
  position: relative;
  margin-top: 15.3846153846vw;
  padding: 2.5641025641vw 4.6153846154vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 5.1282051282vw;
}
@media only screen and (min-width: 768px) {
  .news__modal-flex {
    display: none;
  }
}
.news__modal-cate {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .news__modal-cate {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate {
    margin-top: 0px;
  }
}
.news__modal-cate li {
  position: relative;
  width: 100%;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  font-weight: 400;
  border-radius: 12.8205128205vw;
  background-color: #F2F2F2;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .news__modal-cate li {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .news__modal-cate li {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .news__modal-cate li {
    border-radius: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li {
    border-radius: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .news__modal-cate li {
    cursor: pointer;
  }
  .news__modal-cate li:hover {
    background-color: #F4F1E6;
  }
}
.news__modal-cate li:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .news__modal-cate li:not(:first-child) {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li:not(:first-child) {
    margin-top: 10px;
  }
}
.news__modal-cate li .btn-close {
  width: 11.5384615385vw;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 300ms;
  filter: invert(1);
}
@media (min-width: 768px) {
  .news__modal-cate li .btn-close {
    width: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li .btn-close {
    width: 45px;
  }
}
.news__modal-cate li .btn-close:after {
  display: block;
  content: "";
  background-image: url("../img/event/form_close.png");
  background-size: 100%;
  width: 3.0769230769vw;
  height: 3.0769230769vw;
  position: absolute;
  top: 50%;
  right: 5.1282051282vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news__modal-cate li .btn-close:after {
    width: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li .btn-close:after {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .news__modal-cate li .btn-close:after {
    height: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li .btn-close:after {
    height: 10px;
  }
}
@media (min-width: 768px) {
  .news__modal-cate li .btn-close:after {
    right: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-cate li .btn-close:after {
    right: 18px;
  }
}
.news__modal-cate li.js-active {
  background-color: #F4F1E6;
}
.news__modal-cate li.js-active .btn-close {
  opacity: 1;
}
.news__modal-btn {
  position: relative;
  display: block;
  margin-top: 9.7435897436vw;
  margin-inline: auto;
  padding: 3.5897435897vw;
  width: 89.7435897436vw;
  height: 15.3846153846vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  background-color: #F4F1E6;
  border-radius: 15.3846153846vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .news__modal-btn {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn {
    padding: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn {
    padding: 14px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn {
    border-radius: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn {
    border-radius: 60px;
  }
}
.news__modal-btn:after {
  display: block;
  content: "";
  background-image: url("../img/event/btn_search.png");
  background-size: 100%;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  right: 2.5641025641vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .news__modal-btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .news__modal-btn:after {
    right: 0.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-btn:after {
    right: 6px;
  }
}
.news__modal-next {
  display: block;
  width: fit-content;
  margin: 7.6923076923vw auto 0;
  font-size: 3.5897435897vw;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 1.0256410256vw;
}
@media (min-width: 768px) {
  .news__modal-next {
    margin-top: -2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-next {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .news__modal-next {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-next {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .news__modal-next {
    text-underline-offset: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-next {
    text-underline-offset: 4px;
  }
}
@media only screen and (min-width: 768px) {
  .news__modal-next {
    margin-inline: auto 0;
    cursor: pointer;
  }
  .news__modal-next:hover {
    color: #F5A400;
  }
}
.news__modal-close {
  display: block;
  position: relative;
  margin-top: 18.4615384615vw;
  margin-inline: auto;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
}
@media (min-width: 768px) {
  .news__modal-close {
    width: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-close {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .news__modal-close {
    height: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-close {
    height: 20px;
  }
}
.news__modal-close span {
  display: block;
  width: 7.1794871795vw;
  height: 0.5128205128vw;
  background-color: #606060;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 768px) {
  .news__modal-close span {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-close span {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .news__modal-close span {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__modal-close span {
    height: 2px;
  }
}
.news__modal-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .news__modal-close {
    display: none;
  }
}
.news__form-btn {
  display: block;
  margin-top: 5.1282051282vw;
  margin-inline: auto;
  text-align: center;
  font-size: 4.6153846154vw;
  color: #86B3E0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .news__form-btn {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__form-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .news__form-btn {
    width: 20.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .news__form-btn {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .news__form-btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .news__form-btn {
    font-size: 18px;
  }
}
.news__zero-txt {
  width: 56.4102564103vw;
  margin-top: 20.5128205128vw;
  margin-inline: auto;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .news__zero-txt {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .news__zero-txt {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .news__zero-txt {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__zero-txt {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .news__zero-txt {
    width: 100%;
  }
}
.news__list {
  padding: 0 5.1282051282vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .news__list {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .news__list {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .news__list {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .news__list {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .news__list {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__list {
    margin-top: 100px;
  }
}
.news__box {
  position: relative;
  padding-bottom: 4.6153846154vw;
  border-bottom: solid 0.5128205128vw #F4F1E6;
}
@media (min-width: 768px) {
  .news__box {
    padding-bottom: 3.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__box {
    padding-bottom: 46px;
  }
}
@media (min-width: 768px) {
  .news__box {
    border-bottom-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__box {
    border-bottom-width: 2px;
  }
}
.news__box:not(:first-child) {
  margin-top: 5.1282051282vw;
}
@media (min-width: 768px) {
  .news__box:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__box:not(:first-child) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .news__box {
    cursor: pointer;
  }
  .news__box:hover .news__txt {
    color: #EA5550;
  }
  .news__box:hover:after {
    display: block;
    content: "";
    opacity: 1;
  }
}
.news__box:after {
  display: block;
  content: "";
  background-image: url("../img/top/news_arrow.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .news__box:after {
    width: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .news__box:after {
    width: 18px;
  }
}
@media (min-width: 768px) {
  .news__box:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__box:after {
    height: 15px;
  }
}
.news__box:after {
  position: absolute;
  top: calc(50% - 1.5972222222vw);
  right: 0vw;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 1440px) {
  .news__box:after {
    top: calc(50% - 23px);
  }
}
.news__box.new .news__cate:before {
  display: block;
  content: "";
  content: "NEW";
  display: block;
  width: 18.9743589744vw;
  font-size: 2.5641025641vw;
  font-weight: 300;
  color: #fff;
  background-color: #EA5550;
  border-radius: 7.6923076923vw;
  align-items: center;
  padding-top: 1.2820512821vw;
}
@media (min-width: 768px) {
  .news__box.new .news__cate:before {
    width: 5.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__box.new .news__cate:before {
    width: 74px;
  }
}
@media (min-width: 768px) {
  .news__box.new .news__cate:before {
    padding-top: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .news__box.new .news__cate:before {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .news__box.new .news__cate:before {
    font-size: 0.9027777778vw;
  }
}
@media (min-width: 1440px) {
  .news__box.new .news__cate:before {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .news__box.new .news__cate:before {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .news__box.new .news__cate:before {
    border-radius: 30px;
  }
}
.news__cate {
  display: flex;
  flex-direction: row;
  column-gap: 1.2820512821vw;
  font-size: 2.5641025641vw;
  color: #606060;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .news__cate {
    padding-left: 7.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__cate {
    padding-left: 112px;
  }
}
@media (min-width: 768px) {
  .news__cate {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__cate {
    column-gap: 10px;
  }
}
@media (min-width: 768px) {
  .news__cate {
    font-size: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__cate {
    font-size: 10px;
  }
}
.news__cate > p {
  padding: 1.2820512821vw 2.5641025641vw;
  background-color: rgba(136, 103, 170, 0.2);
  border-radius: 7.6923076923vw;
}
@media (min-width: 768px) {
  .news__cate > p {
    padding: 0.3472222222vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__cate > p {
    padding: 5px 10px;
  }
}
@media (min-width: 768px) {
  .news__cate > p {
    border-radius: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .news__cate > p {
    border-radius: 30px;
  }
}
.news__cate > p.news {
  background-color: #FCCCCA;
}
.news__cate > p.events {
  background-color: #F7E0AF;
}
.news__cate > p.recruit {
  background-color: #E5F1CA;
}
.news__txt {
  margin-top: 1.2820512821vw;
  font-size: 4.6153846154vw;
  line-height: 1.5555555556;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  column-gap: 4.1025641026vw;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .news__txt {
    margin-top: -1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .news__txt {
    margin-top: -22px;
  }
}
@media (min-width: 768px) {
  .news__txt {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .news__txt {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .news__txt {
    line-height: 1.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__txt {
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .news__txt {
    column-gap: 0.7638888889vw;
  }
}
@media (min-width: 1440px) {
  .news__txt {
    column-gap: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .news__txt {
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
.news__txt span {
  text-wrap-mode: nowrap;
  font-weight: 500;
}
.news__txt > p {
  overflow: hidden;
  display: -webkit-box;
  width: 100%;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .news__txt > p {
    width: 69.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .news__txt > p {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) {
  .news__txt > p {
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    line-height: unset;
  }
}
.news__date {
  width: 20vw;
  font-size: 4.6153846154vw;
  color: #606060;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .news__date {
    width: 7.6388888889vw;
  }
}
@media (min-width: 1440px) {
  .news__date {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .news__date {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .news__date {
    font-size: 24px;
  }
}
.news__date {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .news__date {
    line-height: unset;
  }
}
.news__pagination {
  margin-top: 10.2564102564vw;
  margin-inline: auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .news__pagination {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .news__pagination {
    column-gap: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination {
    column-gap: 10px;
  }
}
.news__pagination button {
  position: relative;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  background-color: #F4F1E6;
  font-size: 3.5897435897vw;
  color: #606060;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .news__pagination button {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .news__pagination button {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .news__pagination button {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .news__pagination button:hover {
    background-color: #F5A400;
    color: #fff;
  }
}
.news__pagination button.active {
  background-color: #F5A400;
  color: #fff;
}
.news__pagination button.arrow-next:after {
  display: block;
  content: "";
  background-image: url("../img/event/btn_arrow.png");
  background-size: 100% 100%;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .news__pagination button.arrow-next:after {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button.arrow-next:after {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .news__pagination button.arrow-next:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button.arrow-next:after {
    height: 15px;
  }
}
.news__pagination button.arrow-before:after {
  display: block;
  content: "";
  background-image: url("../img/event/btn_arrow.png");
  background-size: 100% 100%;
  width: 3.8461538462vw;
  height: 3.8461538462vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(-1);
}
@media (min-width: 768px) {
  .news__pagination button.arrow-before:after {
    width: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button.arrow-before:after {
    width: 15px;
  }
}
@media (min-width: 768px) {
  .news__pagination button.arrow-before:after {
    height: 1.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button.arrow-before:after {
    height: 15px;
  }
}
.news__pagination button.small {
  width: 1.7948717949vw;
  height: 1.7948717949vw;
}
@media (min-width: 768px) {
  .news__pagination button.small {
    width: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button.small {
    width: 7px;
  }
}
@media (min-width: 768px) {
  .news__pagination button.small {
    height: 0.4861111111vw;
  }
}
@media (min-width: 1440px) {
  .news__pagination button.small {
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .news__pagination button.small {
    pointer-events: none;
  }
}

.access__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .access__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .access__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .access__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .access__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .access__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__wrapper {
    padding-bottom: 100px;
  }
}
.access__bg {
  background-image: url("../img/common/green_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .access__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .access__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .access__bg {
    background-image: url("../img/common/green_bg_pc.png");
  }
}
.access__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  color: #fff;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .access__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .access__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .access__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .access__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__bread {
    padding-left: 80px;
  }
}
.access__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .access__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__bread span::after {
    margin: 0px 8px;
  }
}
.access__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.access__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .access__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .access__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .access__h1 {
    font-size: 56px;
  }
}
.access__nav {
  display: block;
}
.access__nav ul {
  width: 100%;
  height: 12.8205128205vw;
  margin: 11.2820512821vw auto 0;
}
@media (min-width: 768px) {
  .access__nav ul {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .access__nav ul {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .access__nav ul {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .access__nav ul {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .access__nav ul {
    column-gap: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul {
    column-gap: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .access__nav ul {
    margin-inline: center;
  }
}
.access__nav ul li {
  width: 39.7435897436vw;
  height: 12.8205128205vw;
  margin-inline: 0.5128205128vw;
  display: block;
  text-align: center;
  font-size: 3.0769230769vw;
  font-weight: 500;
  color: #606060;
  background-color: #F2F2F2;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .access__nav ul li {
    width: 14.4444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li {
    width: 208px;
  }
}
@media (min-width: 768px) {
  .access__nav ul li {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li {
    height: 50px;
  }
}
@media (min-width: 768px) {
  .access__nav ul li {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .access__nav ul li {
    margin-inline: 0.0694444444vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li {
    margin-inline: 1px;
  }
}
@media (min-width: 768px) {
  .access__nav ul li {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .access__nav ul li {
    cursor: pointer;
  }
}
.access__nav ul li:hover a {
  color: #fff;
}
.access__nav ul li.main:hover {
  background-color: #8FC31F;
}
.access__nav ul li.tora:hover {
  background-color: #EA5550;
}
.access__nav ul li.kochi:hover {
  background-color: #86B3E0;
}
.access__nav ul li.wing:hover {
  background-color: #F5A400;
}
.access__nav ul li.monchi:hover {
  background-color: #F09192;
}
.access__nav ul li.iris:hover {
  background-color: #8867AA;
}
.access__nav ul li:first-child {
  margin-left: 2.5641025641vw;
  border-radius: 2.5641025641vw 0 0 2.5641025641vw;
}
@media (min-width: 768px) {
  .access__nav ul li:first-child {
    margin-left: 0vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .access__nav ul li:first-child {
    border-radius: 0.6944444444vw 0vw 0vw 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li:first-child {
    border-radius: 10px 0px 0px 10px;
  }
}
.access__nav ul li:last-child {
  margin-right: 2.5641025641vw;
  border-radius: 0 2.5641025641vw 2.5641025641vw 0;
}
@media (min-width: 768px) {
  .access__nav ul li:last-child {
    margin-right: 0vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .access__nav ul li:last-child {
    border-radius: 0vw 0.6944444444vw 0.6944444444vw 0vw;
  }
}
@media (min-width: 1440px) {
  .access__nav ul li:last-child {
    border-radius: 0px 10px 10px 0px;
  }
}
.access__nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.access__section {
  margin-top: 20.5128205128vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .access__section {
    width: 89.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .access__section {
    width: 1282px;
  }
}
@media (min-width: 768px) {
  .access__section {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__section {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .access__section {
    padding-inline: 5.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .access__section {
    padding-inline: 78px;
  }
}
@media only screen and (min-width: 768px) {
  .access__section {
    margin-inline: auto;
  }
}
.access__h2 {
  height: 15.3846153846vw;
  font-size: 6.1538461538vw;
  font-weight: 400;
  text-align: center;
  border: solid 0.5128205128vw transparent;
  border-radius: 2.5641025641vw;
}
@media (min-width: 768px) {
  .access__h2 {
    width: 27.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__h2 {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .access__h2 {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__h2 {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .access__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__h2 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .access__h2 {
    border-width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .access__h2 {
    border-width: 2px;
  }
}
@media (min-width: 768px) {
  .access__h2 {
    border-radius: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .access__h2 {
    border-radius: 20px;
  }
}
.access__h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .access__h2 {
    margin-inline: auto;
  }
}
.access__h2.main {
  border-color: #8FC31F;
}
.access__h2.tora {
  border-color: #EA5550;
}
.access__h2.kochi {
  border-color: #86B3E0;
}
.access__h2.wing {
  border-color: #F5A400;
}
.access__h2.monchi {
  border-color: #F09192;
}
.access__h2.iris {
  border-color: #8867AA;
}
.access__map {
  height: 109.7435897436vw;
  margin-top: 15.3846153846vw;
  border-radius: 10.2564102564vw;
  overflow: hidden;
}
@media (min-width: 768px) {
  .access__map {
    height: 29.7222222222vw;
  }
}
@media (min-width: 1440px) {
  .access__map {
    height: 428px;
  }
}
@media (min-width: 768px) {
  .access__map {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__map {
    margin-top: 80px;
  }
}
@media (min-width: 768px) {
  .access__map {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__map {
    border-radius: 40px;
  }
}
.access__txt {
  margin-top: 10.2564102564vw;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .access__txt {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__txt {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .access__txt {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .access__txt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .access__txt {
    color: #606060;
  }
}
.access__list {
  margin-top: 10.2564102564vw;
  display: flex;
  flex-direction: column;
  row-gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .access__list {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__list {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .access__list {
    row-gap: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .access__list {
    row-gap: 20px;
  }
}
.access__list li {
  padding: 5.641025641vw 5.641025641vw 5.641025641vw 14.8717948718vw;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: #F2F2F2;
  border-radius: 2.0512820513vw;
}
@media (min-width: 768px) {
  .access__list li {
    width: 40.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .access__list li {
    width: 586px;
  }
}
@media (min-width: 768px) {
  .access__list li {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .access__list li {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .access__list li {
    padding: 0vw 0vw 0vw 4.0277777778vw;
  }
}
@media (min-width: 1440px) {
  .access__list li {
    padding: 0px 0px 0px 58px;
  }
}
@media (min-width: 768px) {
  .access__list li {
    border-radius: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__list li {
    border-radius: 8px;
  }
}
.access__label {
  width: 24.358974359vw;
  flex-shrink: 0;
  font-size: 4.6153846154vw;
  font-weight: 500;
  position: relative;
}
@media (min-width: 768px) {
  .access__label {
    width: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__label {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .access__label {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .access__label {
    font-size: 18px;
  }
}
.access__label:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 28.2051282051vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .access__label:before {
    right: 8.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .access__label:before {
    right: 118px;
  }
}
.access__label.walk:before {
  display: block;
  content: "";
  background-image: url("../img/access/icon_walk.png");
  background-size: 100% 100%;
  width: 3.0769230769vw;
  height: 4.8717948718vw;
}
@media (min-width: 768px) {
  .access__label.walk:before {
    width: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .access__label.walk:before {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .access__label.walk:before {
    height: 1.3194444444vw;
  }
}
@media (min-width: 1440px) {
  .access__label.walk:before {
    height: 19px;
  }
}
.access__label.cycle:before {
  display: block;
  content: "";
  background-image: url("../img/access/icon_cycle.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 4.1025641026vw;
}
@media (min-width: 768px) {
  .access__label.cycle:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .access__label.cycle:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .access__label.cycle:before {
    height: 1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .access__label.cycle:before {
    height: 16px;
  }
}
.access__label.taxi:before {
  display: block;
  content: "";
  background-image: url("../img/access/icon_taxi.png");
  background-size: 100% 100%;
  width: 4.8717948718vw;
  height: 4.8717948718vw;
}
@media (min-width: 768px) {
  .access__label.taxi:before {
    width: 1.3194444444vw;
  }
}
@media (min-width: 1440px) {
  .access__label.taxi:before {
    width: 19px;
  }
}
@media (min-width: 768px) {
  .access__label.taxi:before {
    height: 1.3194444444vw;
  }
}
@media (min-width: 1440px) {
  .access__label.taxi:before {
    height: 19px;
  }
}
.access__label.bus:before {
  display: block;
  content: "";
  background-image: url("../img/access/icon_bus.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 3.0769230769vw;
}
@media (min-width: 768px) {
  .access__label.bus:before {
    width: 1.5972222222vw;
  }
}
@media (min-width: 1440px) {
  .access__label.bus:before {
    width: 23px;
  }
}
@media (min-width: 768px) {
  .access__label.bus:before {
    height: 0.8333333333vw;
  }
}
@media (min-width: 1440px) {
  .access__label.bus:before {
    height: 12px;
  }
}
.access__detail {
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
}
@media (min-width: 768px) {
  .access__detail {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .access__detail {
    font-size: 18px;
  }
}
.access__link {
  display: block;
  position: relative;
  margin-top: 5.1282051282vw;
  padding-left: 10.2564102564vw;
  font-size: 4.6153846154vw;
  font-weight: 500;
  color: #86B3E0;
  text-decoration: underline;
  text-decoration-thickness: 0.5128205128vw;
  text-underline-offset: 0.5128205128vw;
}
@media (min-width: 768px) {
  .access__link {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .access__link {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .access__link {
    padding-left: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__link {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .access__link {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .access__link {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .access__link {
    text-decoration-thickness: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .access__link {
    text-decoration-thickness: 2px;
  }
}
@media (min-width: 768px) {
  .access__link {
    text-underline-offset: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .access__link {
    text-underline-offset: 2px;
  }
}
.access__link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0vw;
  transform: translateY(-50%);
  background-image: url("../img/access/icon_bus_blue.png");
  background-size: 100% 100%;
  width: 5.8974358974vw;
  height: 3.0769230769vw;
}
@media (min-width: 768px) {
  .access__link:before {
    width: 1.8055555556vw;
  }
}
@media (min-width: 1440px) {
  .access__link:before {
    width: 26px;
  }
}
@media (min-width: 768px) {
  .access__link:before {
    height: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__link:before {
    height: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .access__link:before {
    top: 60%;
  }
}
.access__btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .access__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .access__btn {
    transition: all 300ms;
  }
  .access__btn:hover {
    background-color: #fff;
  }
}
.access__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .access__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .access__btn span {
    font-size: 14px;
  }
}
.access__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .access__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .access__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .access__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .access__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .access__btn:after {
    transition: all 300ms;
  }
}
.access__btn {
  margin-top: 10.2564102564vw;
  width: 100%;
  font-size: 3.5897435897vw;
  justify-content: center;
}
@media (min-width: 768px) {
  .access__btn {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .access__btn {
    border-radius: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__btn {
    border-radius: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .access__btn:hover:after {
    display: block;
    content: "";
    background-color: #F4F1E6;
  }
}
.access__btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .access__btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .access__btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .access__btn:after {
    right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .access__btn:after {
    right: 10px;
  }
}
.access__btn:after {
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.access__txt-last {
  margin-top: 20.5128205128vw;
  flex-shrink: 0;
  font-size: 4.8717948718vw;
  font-weight: 500;
  line-height: 1.5555555556;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .access__txt-last {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .access__txt-last {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .access__txt-last {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .access__txt-last {
    font-size: 24px;
  }
}

.related__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .related__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .related__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .related__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .related__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .related__wrapper {
    padding-bottom: 13.75vw;
  }
}
@media (min-width: 1440px) {
  .related__wrapper {
    padding-bottom: 198px;
  }
}
.related__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .related__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .related__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .related__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.related__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .related__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .related__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .related__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .related__h1 {
    font-size: 56px;
  }
}
.related__section {
  margin-top: 20.5128205128vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .related__section {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .related__section {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .related__section {
    padding-inline: 5.4166666667vw;
  }
}
@media (min-width: 1440px) {
  .related__section {
    padding-inline: 78px;
  }
}
.related__section.link {
  margin-top: 26.9230769231vw;
}
@media (min-width: 768px) {
  .related__section.link {
    margin-top: 12.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .related__section.link {
    margin-top: 185px;
  }
}
.related__h2 {
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
  position: relative;
  line-height: 1.4166666667;
}
@media (min-width: 768px) {
  .related__h2 {
    font-size: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .related__h2 {
    font-size: 40px;
  }
}
.related__h2:after {
  display: block;
  content: "";
  background-color: #606060;
  width: 6.4102564103vw;
  height: 0.5128205128vw;
  border-radius: 5.1282051282vw;
  position: absolute;
  bottom: -5.1282051282vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .related__h2:after {
    width: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .related__h2:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .related__h2:after {
    height: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .related__h2:after {
    height: 2px;
  }
}
@media (min-width: 768px) {
  .related__h2:after {
    bottom: -1.1111111111vw;
  }
}
@media (min-width: 1440px) {
  .related__h2:after {
    bottom: -16px;
  }
}
.related__btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .related__btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .related__btn {
    transition: all 300ms;
  }
  .related__btn:hover {
    background-color: #fff;
  }
}
.related__btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .related__btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .related__btn span {
    font-size: 14px;
  }
}
.related__btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .related__btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .related__btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .related__btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .related__btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .related__btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .related__btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .related__btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .related__btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .related__btn:after {
    transition: all 300ms;
  }
}
.related__btn {
  margin-top: 15.3846153846vw;
}
@media (min-width: 768px) {
  .related__btn {
    border-radius: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .related__btn {
    margin-top: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .related__btn {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .related__btn span {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .related__btn span {
    font-size: 18px;
  }
}
.related__btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .related__btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .related__btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .related__btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .related__btn:after {
    height: 60px;
  }
}
.related__zero-txt {
  width: 56.4102564103vw;
  margin-inline: auto;
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  color: #606060;
}
@media (min-width: 768px) {
  .related__zero-txt {
    font-size: 2.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .related__zero-txt {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .related__zero-txt {
    width: 100%;
  }
}
.related__list {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .related__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .related__list {
    gap: 5.5555555556vw 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .related__list {
    gap: 80px 50px;
  }
}
.related__list--item {
  text-align: center;
  padding: 0 3.8461538462vw;
  margin: 15.3846153846vw 0 0;
}
@media (min-width: 768px) {
  .related__list--item {
    flex-basis: 22.2222222222vw;
  }
}
@media (min-width: 1440px) {
  .related__list--item {
    flex-basis: 320px;
  }
}
@media (min-width: 768px) {
  .related__list--item {
    padding: 0vw;
  }
}
@media (min-width: 1440px) {
  .related__list--item {
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .related__list--item {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .related__list--item {
    margin: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .related__list--item {
    transition: all 300ms;
  }
  .related__list--item:hover {
    opacity: 0.8;
  }
}
.related__list--logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.related__list--text {
  font-size: 6.1538461538vw;
  line-height: 1.3333333333;
  font-weight: 500;
  margin: 3.0769230769vw 0 0;
}
@media (min-width: 768px) {
  .related__list--text {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .related__list--text {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .related__list--text {
    margin: 0vw;
  }
}
@media (min-width: 1440px) {
  .related__list--text {
    margin: 0px;
  }
}

.terms__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 21.0256410256vw;
}
@media (min-width: 768px) {
  .terms__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .terms__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .terms__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .terms__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .terms__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .terms__wrapper {
    padding-bottom: 100px;
  }
}
.terms__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .terms__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .terms__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .terms__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.terms__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  color: #606060;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .terms__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .terms__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .terms__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .terms__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .terms__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .terms__bread {
    padding-left: 80px;
  }
}
.terms__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .terms__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .terms__bread span::after {
    margin: 0px 8px;
  }
}
.terms__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.terms__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .terms__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .terms__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .terms__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .terms__h1 {
    font-size: 56px;
  }
}
.terms__section {
  margin-top: 26.6666666667vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .terms__section {
    margin-top: 13.5416666667vw;
  }
}
@media (min-width: 1440px) {
  .terms__section {
    margin-top: 195px;
  }
}
@media (min-width: 768px) {
  .terms__section {
    padding-inline: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .terms__section {
    padding-inline: 220px;
  }
}
.terms__box:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .terms__box:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .terms__box:not(:first-child) {
    margin-top: 40px;
  }
}
.terms__box h2 {
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .terms__box h2 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .terms__box h2 {
    font-size: 24px;
  }
}
.terms__box p {
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .terms__box p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .terms__box p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .terms__box p {
    line-height: 2.2222222222;
  }
}
.terms__box p:first-of-type {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .terms__box p:first-of-type {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .terms__box p:first-of-type {
    margin-top: 10px;
  }
}
.terms__box p.no-indent {
  text-indent: 0;
  padding-left: 0;
}

.privacy__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 21.0256410256vw;
}
@media (min-width: 768px) {
  .privacy__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .privacy__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .privacy__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .privacy__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .privacy__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .privacy__wrapper {
    padding-bottom: 100px;
  }
}
.privacy__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .privacy__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .privacy__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .privacy__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.privacy__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  color: #606060;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .privacy__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .privacy__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .privacy__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .privacy__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .privacy__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .privacy__bread {
    padding-left: 80px;
  }
}
.privacy__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .privacy__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .privacy__bread span::after {
    margin: 0px 8px;
  }
}
.privacy__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.privacy__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .privacy__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .privacy__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .privacy__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .privacy__h1 {
    font-size: 56px;
  }
}
.privacy__section {
  margin-top: 26.6666666667vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .privacy__section {
    margin-top: 12.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .privacy__section {
    margin-top: 185px;
  }
}
@media (min-width: 768px) {
  .privacy__section {
    padding-inline: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .privacy__section {
    padding-inline: 220px;
  }
}
.privacy__box:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .privacy__box:not(:first-child) {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box:not(:first-child) {
    margin-top: 40px;
  }
}
.privacy__box h2 {
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media (min-width: 768px) {
  .privacy__box h2 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box h2 {
    font-size: 24px;
  }
}
.privacy__box p {
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .privacy__box p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .privacy__box p {
    line-height: 2.2222222222;
  }
}
.privacy__box p:first-of-type {
  margin-top: 2.5641025641vw;
}
@media (min-width: 768px) {
  .privacy__box p:first-of-type {
    margin-top: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box p:first-of-type {
    margin-top: 10px;
  }
}
.privacy__box p.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.privacy__box p.medium {
  font-weight: 500;
}
.privacy__box--btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .privacy__box--btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .privacy__box--btn {
    transition: all 300ms;
  }
  .privacy__box--btn:hover {
    background-color: #fff;
  }
}
.privacy__box--btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .privacy__box--btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn span {
    font-size: 14px;
  }
}
.privacy__box--btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .privacy__box--btn:after {
    transition: all 300ms;
  }
}
.privacy__box--btn {
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  border-radius: 25.641025641vw;
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .privacy__box--btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn {
    margin-top: 30px;
  }
}
.privacy__box--btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .privacy__box--btn:after {
    right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .privacy__box--btn:after {
    right: 10px;
  }
}

.sitemap__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 25.641025641vw;
}
@media (min-width: 768px) {
  .sitemap__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .sitemap__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .sitemap__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__wrapper {
    padding-bottom: 100px;
  }
}
.sitemap__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .sitemap__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.sitemap__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  color: #606060;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .sitemap__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .sitemap__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .sitemap__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__bread {
    padding-left: 80px;
  }
}
.sitemap__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .sitemap__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__bread span::after {
    margin: 0px 8px;
  }
}
.sitemap__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.sitemap__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .sitemap__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sitemap__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__h1 {
    font-size: 56px;
  }
}
.sitemap__section {
  position: relative;
  margin-top: 26.6666666667vw;
  margin-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .sitemap__section {
    height: 68.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__section {
    height: 984px;
  }
}
@media (min-width: 768px) {
  .sitemap__section {
    margin-top: 12.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__section {
    margin-top: 185px;
  }
}
@media (min-width: 768px) {
  .sitemap__section {
    margin-inline: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__section {
    margin-inline: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap__section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.sitemap__section:before {
  display: block;
  content: "";
  width: 0.5128205128vw;
  height: 100%;
  background-color: #F4F1E6;
  position: absolute;
  top: 50%;
  left: -2.5641025641vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sitemap__section:before {
    width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__section:before {
    width: 2px;
  }
}
@media (min-width: 768px) {
  .sitemap__section:before {
    left: -0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__section:before {
    left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap__section:before {
    display: none;
  }
}
.sitemap__box:not(:first-child) {
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .sitemap__box:not(:first-child) {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box:not(:first-child) {
    margin-top: 80px;
  }
}
.sitemap__box a {
  display: block;
  margin-top: 7.6923076923vw;
  font-size: 4.1025641026vw;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
  text-decoration: underline;
  text-underline-offset: 1.2820512821vw;
}
@media (min-width: 768px) {
  .sitemap__box a {
    width: 37.5vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box a {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .sitemap__box a {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box a {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sitemap__box a {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sitemap__box a {
    text-underline-offset: 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box a {
    text-underline-offset: 8px;
  }
}
.sitemap__box a.no-indent {
  text-indent: 0;
  padding-left: 0;
}
.sitemap__box a.medium {
  font-weight: 500;
}
.sitemap__box a.main {
  margin-top: 10.2564102564vw;
  font-size: 6.1538461538vw;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sitemap__box a.main {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box a.main {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .sitemap__box a.main {
    margin-top: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box a.main {
    margin-top: 80px;
  }
}
.sitemap__box a.main:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sitemap__box.sitemap__column {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__box.sitemap__column {
    margin-top: 0px;
  }
}
.sitemap__column {
  position: relative;
}
@media (min-width: 768px) {
  .sitemap__column {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__column {
    margin-top: 0px;
  }
}
.sitemap__column:before {
  display: block;
  content: "";
  display: none;
  height: 100%;
  background-color: #F4F1E6;
  position: absolute;
  top: 50%;
  left: -2.5641025641vw;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .sitemap__column:before {
    width: 0.1388888889vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__column:before {
    width: 2px;
  }
}
@media (min-width: 768px) {
  .sitemap__column:before {
    left: -1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .sitemap__column:before {
    left: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .sitemap__column:before {
    display: block;
  }
}

.search__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 21.0256410256vw;
}
@media (min-width: 768px) {
  .search__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .search__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .search__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .search__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .search__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .search__wrapper {
    padding-bottom: 100px;
  }
}
.search__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .search__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .search__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .search__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.search__bread {
  width: 100%;
  position: relative;
  margin-inline: auto;
  font-size: 3.5897435897vw;
  color: #606060;
  padding-left: 5.1282051282vw;
}
@media (min-width: 768px) {
  .search__bread {
    width: 100vw;
  }
}
@media (min-width: 1440px) {
  .search__bread {
    width: 1440px;
  }
}
@media (min-width: 768px) {
  .search__bread {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .search__bread {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .search__bread {
    padding-left: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .search__bread {
    padding-left: 80px;
  }
}
.search__bread span::after {
  content: ">";
  margin: 0 2.0512820513vw;
}
@media (min-width: 768px) {
  .search__bread span::after {
    margin: 0vw 0.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .search__bread span::after {
    margin: 0px 8px;
  }
}
.search__bread span:last-of-type::after {
  content: "";
  margin: 0;
}
.search__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .search__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .search__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .search__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .search__h1 {
    font-size: 56px;
  }
}
.search__section {
  margin: 0 auto;
  margin-top: 20.5128205128vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .search__section {
    width: 88.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .search__section {
    width: 1280px;
  }
}
@media (min-width: 768px) {
  .search__section {
    margin-top: 8.3333333333vw;
  }
}
@media (min-width: 1440px) {
  .search__section {
    margin-top: 120px;
  }
}
@media (min-width: 768px) {
  .search__section {
    padding-inline: 0vw;
  }
}
@media (min-width: 1440px) {
  .search__section {
    padding-inline: 0px;
  }
}

.form.gsc-search-box {
  margin: 0 0 5.1282051282vw;
}
@media (min-width: 768px) {
  .form.gsc-search-box {
    margin-bottom: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .form.gsc-search-box {
    margin-bottom: 25px;
  }
}

.gsc-control-cse {
  padding: 0 !important;
}

.gsc-input-box {
  padding: 1.7948717949vw 0 !important;
  border-radius: 2.0512820513vw !important;
  border-width: 0.2564102564vw !important;
}
@media only screen and (min-width: 768px) {
  .gsc-input-box {
    padding: 0.4861111111vw 0 !important;
    border-width: 0.1388888889vw !important;
    border-radius: 0.5555555556vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-input-box {
    padding: 7px 0 !important;
    border-width: 2px !important;
    border-radius: 8px !important;
  }
}

.gsib_a {
  padding: 1.2820512821vw 2.5641025641vw !important;
}
@media only screen and (min-width: 768px) {
  .gsib_a {
    padding: 0.3472222222vw 0.6944444444vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsib_a {
    padding: 5px 10px !important;
  }
}

.gsst_a .gscb_a {
  color: #606060 !important;
}

.gsc-search-box {
  margin: 0 auto 5.1282051282vw !important;
}
@media only screen and (min-width: 768px) {
  .gsc-search-box {
    width: 35.4166666667vw !important;
    margin: 0 auto 1.3888888889vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-search-box {
    width: 510px !important;
    margin: 0 auto 1.3888888889vw !important;
  }
}

table.gsc-search-box td {
  line-height: 1 !important;
}

.gsc-input-box {
  width: 71.7948717949vw !important;
}
@media only screen and (min-width: 768px) {
  .gsc-input-box {
    width: 27.7777777778vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-input-box {
    width: 400px !important;
  }
}

.gsc-input {
  font-size: 4.1025641026vw !important;
}
@media only screen and (min-width: 768px) {
  .gsc-input {
    font-size: 1.3888888889vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-input {
    font-size: 20px !important;
  }
}

.gsst_b {
  font-size: 4.1025641026vw !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .gsst_b {
    font-size: 1.3888888889vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsst_b {
    font-size: 20px !important;
  }
}

.gsst_a {
  padding: 0 1.7948717949vw 0 1.2820512821vw !important;
}
@media only screen and (min-width: 768px) {
  .gsst_a {
    padding: 0 0.8333333333vw 0 0.4861111111vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsst_a {
    padding: 0 12px 0 7px !important;
  }
}

.gscb_a {
  font-size: 6.9230769231vw !important;
  line-height: 0.75 !important;
}
@media only screen and (min-width: 768px) {
  .gscb_a {
    font-size: 1.875vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gscb_a {
    font-size: 27px !important;
  }
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  border-radius: 2.0512820513vw !important;
  background-image: none;
}
@media only screen and (min-width: 768px) {
  .gsc-search-button-v2,
  .gsc-search-button-v2:hover,
  .gsc-search-button-v2:focus {
    border-radius: 0.5555555556vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-search-button-v2,
  .gsc-search-button-v2:hover,
  .gsc-search-button-v2:focus {
    border-radius: 8px !important;
  }
}

.gsc-search-button.gsc-search-button-v2 {
  width: 15.3846153846vw !important;
  padding: 3.0769230769vw 2.5641025641vw !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .gsc-search-button.gsc-search-button-v2 {
    width: 6.9444444444vw !important;
    padding: 0.8333333333vw 0.6944444444vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-search-button.gsc-search-button-v2 {
    width: 100px !important;
    padding: 12px 10px !important;
  }
}

.gsc-search-button-v2 svg {
  width: 3.8461538462vw !important;
}
@media only screen and (min-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 1.8055555556vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
  }
}

.gsc-webResult .gsc-result {
  border-bottom: none !important;
}

.gsc-webResult.gsc-result {
  padding: 0 !important;
  margin: 8.9743589744vw 0 !important;
}
@media only screen and (min-width: 768px) {
  .gsc-webResult.gsc-result {
    margin: 5.5555555556vw 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-webResult.gsc-result {
    margin: 80px 0 !important;
  }
}

.gcsc-find-more-on-google-root {
  border-top: 1px solid #B2B2B2 !important;
}

.gs-webResult {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .gsc-webResult:has(.gs-no-results-result) {
    margin: 2.0833333333vw 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-webResult:has(.gs-no-results-result) {
    margin: 30px 0 !important;
  }
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
  border: none !important;
  font-size: 3.0769230769vw !important;
  margin: 0 auto !important;
  padding: 2.5641025641vw !important;
}
@media only screen and (min-width: 768px) {
  .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    font-size: 1.1111111111vw !important;
    padding: 0.6944444444vw 1.0416666667vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    font-size: 16px !important;
    padding: 10px 15px !important;
  }
}

.gcsc-more-maybe-branding-box {
  text-align: center;
  width: 100%;
  border: none !important;
  border-radius: none !important;
  margin: 7.6923076923vw auto 0 !important;
  padding: none !important;
}
@media only screen and (min-width: 768px) {
  .gcsc-more-maybe-branding-box {
    margin: 4.1666666667vw auto 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gcsc-more-maybe-branding-box {
    margin: 60px auto 0 !important;
  }
}

.gcsc-find-more-on-google-magnifier {
  width: 7.6923076923vw !important;
}
@media only screen and (min-width: 768px) {
  .gcsc-find-more-on-google-magnifier {
    width: 2.0833333333vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gcsc-find-more-on-google-magnifier {
    width: 30px !important;
  }
}

.gsc-branding, .gcsc-branding {
  padding: 5.1282051282vw 0 1.2820512821vw !important;
}
@media only screen and (min-width: 768px) {
  .gsc-branding, .gcsc-branding {
    padding: 1.3888888889vw 0 0 !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-branding, .gcsc-branding {
    padding: 20px 0 0 !important;
  }
}

.gcsc-branding-img-noclear {
  width: 25.641025641vw !important;
}
@media only screen and (min-width: 768px) {
  .gcsc-branding-img-noclear {
    width: 8.3333333333vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gcsc-branding-img-noclear {
    width: 120px !important;
  }
}

.gcsc-find-more-on-google {
  font-size: 4.1025641026vw !important;
}
@media only screen and (min-width: 768px) {
  .gcsc-find-more-on-google {
    font-size: 1.3888888889vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gcsc-find-more-on-google {
    font-size: 20px !important;
  }
}

.gsc-control-cse .gs-spelling,
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 5.1282051282vw !important;
  line-height: 1.6666666667;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif !important;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 1.6666666667vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 24px !important;
  }
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 4.1025641026vw !important;
  line-height: 1.5555555556;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media only screen and (min-width: 768px) {
  .gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 1.3888888889vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 20px !important;
  }
}

.gs-fileFormat {
  font-size: 3.0769230769vw !important;
  text-align: left !important;
}
@media only screen and (min-width: 768px) {
  .gs-fileFormat {
    font-size: 1.1111111111vw !important;
  }
}
@media only screen and (min-width: 1440px) {
  .gs-fileFormat {
    font-size: 16px !important;
  }
}

.contact__wrapper {
  position: relative;
  margin-top: -11.7948717949vw;
  padding-top: 32.3076923077vw;
  padding-bottom: 21.0256410256vw;
}
@media (min-width: 768px) {
  .contact__wrapper {
    margin-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .contact__wrapper {
    padding-top: 13.1944444444vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper {
    padding-top: 190px;
  }
}
@media (min-width: 768px) {
  .contact__wrapper {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .contact__wrapper {
    padding-bottom: 100px;
  }
}
.contact__bg {
  background-image: url("../img/common/beige_bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 59.4871794872vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .contact__bg {
    height: 26.25vw;
  }
}
@media (min-width: 1440px) {
  .contact__bg {
    height: 378px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__bg {
    background-image: url("../img/common/beige_bg_pc.png");
  }
}
.contact__h1 {
  margin-top: 8.2051282051vw;
  position: relative;
  font-size: 6.1538461538vw;
  color: #606060;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__h1 {
    margin-top: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .contact__h1 {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .contact__h1 {
    font-size: 3.8888888889vw;
  }
}
@media (min-width: 1440px) {
  .contact__h1 {
    font-size: 56px;
  }
}
.contact__section {
  margin-top: 26.6666666667vw;
  padding-inline: 5.1282051282vw;
}
@media (min-width: 768px) {
  .contact__section {
    margin-top: 12.8472222222vw;
  }
}
@media (min-width: 1440px) {
  .contact__section {
    margin-top: 185px;
  }
}
@media (min-width: 768px) {
  .contact__section {
    padding-inline: 15.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .contact__section {
    padding-inline: 220px;
  }
}
.contact__box:not(:first-child) {
  margin-top: 20.5128205128vw;
}
@media (min-width: 768px) {
  .contact__box:not(:first-child) {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .contact__box:not(:first-child) {
    margin-top: 50px;
  }
}
.contact__box h2 {
  font-size: 6.1538461538vw;
  font-weight: 500;
  line-height: 1.6666666667;
  text-align: center;
}
@media (min-width: 768px) {
  .contact__box h2 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .contact__box h2 {
    font-size: 24px;
  }
}
.contact__box p {
  font-size: 4.6153846154vw;
  font-weight: 300;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 7.6923076923vw;
}
@media (min-width: 768px) {
  .contact__box p {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .contact__box p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact__box p {
    margin-top: 1.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .contact__box p {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__box p {
    line-height: 2.2222222222;
  }
}
.contact__box p strong {
  font-size: 5.641025641vw;
  font-weight: 500;
  padding-top: 3.8461538462vw;
}
@media (min-width: 768px) {
  .contact__box p strong {
    font-size: 1.5277777778vw;
  }
}
@media (min-width: 1440px) {
  .contact__box p strong {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .contact__box p strong {
    padding-top: 0vw;
  }
}
@media (min-width: 1440px) {
  .contact__box p strong {
    padding-top: 0px;
  }
}
.contact__box p strong {
  display: block;
}
@media only screen and (min-width: 768px) {
  .contact__box p a {
    border-bottom: 0.5128205128vw solid #606060;
    transition: all 300ms;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .contact__box p a {
    border-bottom-width: 0.1388888889vw;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1440px) {
  .contact__box p a {
    border-bottom-width: 2px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__box p a:hover {
    border-bottom-width: 0;
  }
}
.contact__box--btn {
  border: #F4F1E6 solid;
  border-width: 0;
  border-radius: 6.4102564103vw;
  background-color: #F4F1E6;
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .contact__box--btn {
    border-width: 0.2777777778vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    border-width: 4px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    border-radius: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    padding-right: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    width: 18.0555555556vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    height: 3.4722222222vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__box--btn {
    transition: all 300ms;
  }
  .contact__box--btn:hover {
    background-color: #fff;
  }
}
.contact__box--btn span {
  font-size: 3.5897435897vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .contact__box--btn span {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn span {
    font-size: 14px;
  }
}
.contact__box--btn:after {
  display: block;
  content: "";
  border-radius: 50%;
  background-image: url("../data/webp/common/icon_arw_btn.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3.8461538462vw auto;
  background-color: #fff;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2820512821vw;
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    background-size: 1.0416666667vw auto;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    background-size: 15px auto;
  }
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    width: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    height: 2.7777777778vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    right: 0.3472222222vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__box--btn:after {
    transition: all 300ms;
  }
}
.contact__box--btn {
  width: 89.7435897436vw;
  height: 12.8205128205vw;
  font-size: 3.5897435897vw;
  font-weight: 500;
  border-radius: 25.641025641vw;
  margin-top: 10.2564102564vw;
}
@media (min-width: 768px) {
  .contact__box--btn {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    width: 600px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    height: 5.5555555556vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn {
    margin-top: 2.0833333333vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn {
    margin-top: 30px;
  }
}
.contact__box--btn:after {
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    width: 60px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .contact__box--btn:after {
    right: 0.6944444444vw;
  }
}
@media (min-width: 1440px) {
  .contact__box--btn:after {
    right: 10px;
  }
}

.top__bg.js-scroll {
  transform: translateY(5%);
  transition: all 500ms ease;
}
.top__bg.js-scroll.js-show {
  transform: translateY(0);
}
/*# sourceMappingURL=sourcemaps/share.css.map */