@charset "UTF-8";
/*　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.2rem;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 0.1rem dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
menu,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /* font-weight: lighter; */
  vertical-align: bottom;
  /*background:transparent;*/
}

li {
  list-style: none;
}

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

/*--clearfix--*/
.clearfix {
  zoom: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 0.1rem;
}

.clearfix {
  display: block;
}

/**/
.js-animate[data-animate^=fade]:not(.animate__animated) {
  opacity: 0;
}

.animate__fadeInUpSm {
  animation-name: fadeInUpSm !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animate__fadeInDownSm {
  animation-name: fadeInDownSm !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
  word-break: break-word;
}
@media (min-width: 1921px) {
  html {
    font-size: 0.52083vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 2.6667vw;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック", Meiryo, "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 600px) {
  body {
    font-size: 3rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 599px) {
  body {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
body {
  color: #fff;
  line-height: 1.7;
}

.lWrapper {
  width: 100%;
}
@media only screen and (max-width: 599px) {
  .lWrapper {
    overflow: hidden;
  }
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 599px) {
  .u-onlyPC {
    display: none !important;
  }
}

@media print, screen and (min-width: 600px) {
  .u-onlySP {
    display: none !important;
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -3rem, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -1.5rem, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -0.4rem, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-1rem, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(1rem, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -1rem, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 1rem, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-0.6rem) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(0.5rem) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-0.3rem) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(0.2rem) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-120rem) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-200rem) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(200rem) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(120rem) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(70rem) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-200rem) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(200rem) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-70rem) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -300rem, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 2.5rem, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -1rem, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 0.5rem, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-300rem, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(2.5rem, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-1rem, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(0.5rem, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(300rem, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-2.5rem, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(1rem, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-0.5rem, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 300rem, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -2rem, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 1rem, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -0.5rem, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 1rem, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -2rem, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 200rem, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(2rem, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-200rem, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-2rem, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(200rem, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -1rem, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 2rem, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -200rem, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -200rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-200rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(200rem, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 200rem, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 200rem, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-200rem, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(200rem, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -200rem, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(40rem) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(40rem) scaleX(1) translateZ(15rem) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(40rem) scaleX(1) translateZ(15rem) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(40rem) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(40rem) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(40rem) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(40rem) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(40rem) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(40rem) rotateX(-5deg);
  }
  to {
    transform: perspective(40rem);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(40rem) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(40rem) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(40rem) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(40rem) rotateY(-5deg);
  }
  to {
    transform: perspective(40rem);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(40rem);
  }
  30% {
    transform: perspective(40rem) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(40rem) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(40rem);
  }
  30% {
    transform: perspective(40rem) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(40rem) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 70rem, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -100rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 6rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-100rem, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(1rem, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(100rem, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-1rem, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 100rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -6rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -6rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 200rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(4.2rem, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-200rem, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-4.2rem, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(200rem, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 6rem, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -200rem, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/**
 * Swiper 11.2.6
 * 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: March 19, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

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

.swiper-3d {
  perspective: 120rem;
}

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.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: 0.1rem;
  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: 0.1rem;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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: 4.2rem;
  height: 4.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.1rem;
  margin-top: -2.1rem;
  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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 0.1rem;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 0.1rem;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 4.4rem ;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(5rem);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*=========================================
		common
=========================================*/
img {
  max-width: 100%;
}

a {
  color: #fff;
}
@media print, screen and (min-width: 600px) {
  a.tel {
    pointer-events: none;
  }
}

.l-header {
  background-color: #fff;
}
.l-header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .l-header_inner {
    height: 6.25vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-header_inner {
    height: 4.5rem;
  }
}
.l-header_logo {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .l-header_logo {
    width: 39.9416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-header_logo {
    width: 29.703rem;
  }
}
.l-header_logo img {
  width: 100%;
  height: auto;
}
.l-header a {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .l-header a {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) {
  .l-header a:hover {
    opacity: 0.5;
  }
}

/*=========================================
		button
=========================================*/
.entry_btn span,
.vote_btn, .campaign_accordion_btn,
.campaign_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  width: 100%;
  border: none;
  cursor: pointer;
}

.terms_btn::before, .entry_btn span::before,
.vote_btn::before, .campaign_btn::before, .campaign_accordion_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
  transition: transform 0.3s;
  flex-shrink: 0;
}
@media print, screen and (min-width: 600px) {
  .terms_btn::before, .entry_btn span::before,
  .vote_btn::before, .campaign_btn::before, .campaign_accordion_btn::before {
    border-top: 0.5729166667vw solid transparent;
    border-bottom: 0.5729166667vw solid transparent;
  }
}
@media only screen and (max-width: 599px) {
  .terms_btn::before, .entry_btn span::before,
  .vote_btn::before, .campaign_btn::before, .campaign_accordion_btn::before {
    left: 1.8rem;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}

.campaign_accordion_btn,
.campaign_btn {
  color: #fff;
  background: #A10118;
}

@media print, screen and (min-width: 600px) {
  .campaign_accordion_btn {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion_btn:hover {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion_btn {
    font-size: 1.875vw;
    padding: 0.9895833333vw 0;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_accordion_btn {
    padding: 1.2rem 0 1.2rem 1.7rem;
    width: calc(100% - 4.5rem);
    margin: 0 auto;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion_btn::before {
    left: 4.1666666667vw;
    border-left: 0.625vw solid #fff;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_accordion_btn::before {
    border-left: 6px solid #fff;
  }
}
.campaign_accordion_btn.is-active::before {
  transform: rotate(90deg);
  top: 42%;
}

@media print, screen and (min-width: 600px) {
  .campaign_btn {
    transition: all 0.2s ease-out;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_btn:hover {
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_btn {
    width: 41.6666666667vw;
    padding: 0.8854166667vw 0;
    border-radius: 4.1666666667vw;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_btn {
    font-size: 2.4rem;
    border-radius: 4rem;
    width: 28rem;
    height: 6rem;
    padding-bottom: 0.4rem;
  }
}
.campaign_btn.is-north {
  background-color: #063875;
}
@media print, screen and (min-width: 600px) {
  .campaign_btn::before {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_btn::before {
    border-left: 6px solid #fff;
    right: 3rem;
    left: unset;
  }
}

.entry_btn span,
.vote_btn {
  color: #a10118;
  background-color: #fff;
}
@media print, screen and (min-width: 600px) {
  .entry_btn span,
  .vote_btn {
    transition: all 0.2s ease-out;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_btn span:hover,
  .vote_btn:hover {
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 600px) {
  .entry_btn span,
  .vote_btn {
    height: 6.6145833333vw;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_btn span::before,
  .vote_btn::before {
    border-left: 0.625vw solid #a10118;
  }
}
@media only screen and (max-width: 599px) {
  .entry_btn span::before,
  .vote_btn::before {
    border-left: 6px solid #a10118;
  }
}
.entry_btn span.is-north,
.vote_btn.is-north {
  color: #063875;
}
.entry_btn span.is-north::before,
.vote_btn.is-north::before {
  border-left-color: #063875;
}

.entry_btn.is-north span {
  color: #063875;
}
.entry_btn.is-north span::before {
  border-left-color: #063875;
}

.entry_btn {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .entry_btn span {
    border-radius: 0.8333333333vw;
    font-size: 2.1875vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_btn span {
    padding-right: 0.8rem;
    width: 100%;
    font-size: 1.4rem;
    border-radius: 0.4rem;
    height: 5.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_btn span::before {
    right: 2.4479166667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_btn span::before {
    right: 1.1rem;
    left: unset;
  }
}

@media print, screen and (min-width: 600px) {
  .vote_btn {
    padding-right: 1.6145833333vw;
    border-radius: 4.1666666667vw;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_btn {
    font-size: 2.4rem;
    padding: 1rem;
    border-radius: 4rem;
    width: 100%;
    height: 6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_btn::before {
    right: 3.75vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_btn::before {
    left: unset;
    right: 2.3rem;
  }
}

@media print, screen and (min-width: 600px) {
  .entry_btn:active,
  .vote_btn:active,
  .campaign_accordion_btn:active,
  .campaign_btn:active,
  .platform_modal_close:active {
    transform: scale(0.98);
  }
}

/*=========================================
		modal
=========================================*/
@media print, screen and (min-width: 600px) {
  .platform_modal {
    border-radius: 0.8333333333vw;
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .platform_modal {
    border-radius: 1.6rem;
    width: 70rem;
    max-width: calc(100% - 4rem);
  }
}
.platform_modal {
  margin: auto;
  border: none;
  padding: 0;
  overflow: visible;
}
.platform_modal[open] {
  animation: modalFadeIn 0.22s ease forwards;
}
.platform_modal.is-closing {
  animation: modalFadeOut 0.18s ease forwards;
}
.platform_modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.platform_modal[open]::backdrop {
  animation: backdropFadeIn 0.22s ease forwards;
}
.platform_modal.is-closing::backdrop {
  animation: backdropFadeOut 0.18s ease forwards;
}
@media print, screen and (min-width: 600px) {
  .platform_modal_close {
    top: -8%;
    right: -2%;
    width: 5%;
    box-shadow: 0 0.2rem 0.4166666667vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 599px) {
  .platform_modal_close {
    top: -2rem;
    right: -0.9rem;
    width: 3.6rem;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
  }
}
.platform_modal_close {
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50%;
  border: none;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, transform 0.3s;
}
.platform_modal_close:focus {
  outline: none;
}
@media print, screen and (min-width: 600px) {
  .platform_modal_close::before, .platform_modal_close::after {
    width: 0.8333333333vw;
    height: 0.2rem;
    border-radius: 0.0520833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .platform_modal_close::before, .platform_modal_close::after {
    width: 1.6rem;
    height: 0.2rem;
    border-radius: 0.1rem;
  }
}
.platform_modal_close::before, .platform_modal_close::after {
  content: "";
  position: absolute;
  transition: background-color 0.3s;
  background-color: #333;
}
.platform_modal_close::before {
  transform: rotate(45deg);
}
.platform_modal_close::after {
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 600px) {
  .platform_modal_close:hover {
    background-color: #000;
    transform: scale(1.2);
  }
  .platform_modal_close:hover::before, .platform_modal_close:hover::after {
    background-color: #fff;
  }
}
.platform_modal_list {
  list-style: none;
}
@media print, screen and (min-width: 600px) {
  .platform_modal_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.0416666667vw;
    padding: 1.25vw;
  }
}
@media only screen and (max-width: 599px) {
  .platform_modal_list {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 2rem;
  }
}
.platform_modal_list li {
  overflow: hidden;
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 600px) {
  .platform_modal_list li {
    border-radius: 0.4166666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .platform_modal_list li {
    border-radius: 0.8rem;
  }
}
.platform_modal_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 600px) and (min-width: 600px) {
  .platform_modal_list li a {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 600px) {
  .platform_modal_list li a:hover {
    opacity: 0.5;
  }
}
.platform_modal_list li a img {
  width: 100%;
  display: block;
}
.platform_modal_list li.choice {
  background: #9D1F16;
}

/*=========================================
		list
=========================================*/
.list-dot,
.list-minus,
.list-note {
  line-height: 1.8;
  padding-left: 1em;
}
.list-dot li,
.list-minus li,
.list-note li {
  position: relative;
}
.list-dot li::before,
.list-minus li::before,
.list-note li::before {
  position: absolute;
  top: 0;
  left: -1em;
  content: "※";
}

@media print, screen and (min-width: 600px) {
  .list-dot {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 599px) {
  .list-dot {
    font-size: 1.4rem;
  }
}
.list-dot li::before {
  content: "・";
}

@media print, screen and (min-width: 600px) {
  .list-minus {
    font-size: 1.1458333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .list-minus {
    font-size: 1.2rem;
  }
}
.list-minus {
  padding-left: 1.4em;
}
.list-minus li::before {
  left: -1.4em;
  content: "－";
}

@media print, screen and (min-width: 600px) {
  .list-note {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .list-note {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  .list-note li:not(:first-child) {
    margin-top: -0.3125vw;
  }
}
@media only screen and (max-width: 599px) {
  .list-note li:not(:first-child) {
    margin-top: 0.5rem;
  }
}

@media print, screen and (min-width: 600px) {
  .list-child {
    margin: 1.5625vw 0;
  }
}
@media only screen and (max-width: 599px) {
  .list-child {
    margin: 1.5rem 0;
  }
}

/*=========================================
		animation
=========================================*/
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.94);
  }
}
@keyframes backdropFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes backdropFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media print, screen and (min-width: 600px) {
  :root {
    --fade-distance: 10rem;
  }
}
@media only screen and (max-width: 599px) {
  :root {
    --fade-distance: 3rem;
  }
}

@keyframes fadeInUpSm {
  from {
    opacity: 0;
    transform: translate3d(0, var(--fade-distance), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSm {
  from {
    opacity: 0;
    transform: translate3d(0, calc(var(--fade-distance) * -1), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*=========================================
		contents
=========================================*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv_bg {
  position: relative;
  z-index: 0;
}
.mv_bg picture,
.mv_bg img {
  display: block;
  width: 100%;
  height: auto;
}
.mv_bg_color {
  position: absolute;
  inset: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
.mv_bg_color picture,
.mv_bg_color img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv_object {
  position: absolute;
  height: auto;
}
.mv_circle {
  aspect-ratio: 105/106;
  z-index: 10;
}
@media print, screen and (min-width: 600px) {
  .mv_circle {
    width: 11.3541666667vw;
    top: 3.2291666667vw;
    left: 40.2083333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_circle {
    top: 23.9rem;
    left: 1.2rem;
    width: 9.9rem;
  }
}
.mv_circle img {
  width: 100%;
}
.mv_catch {
  z-index: 10;
}
@media print, screen and (min-width: 600px) {
  .mv_catch {
    width: 22.7083333333vw;
    aspect-ratio: 436/817;
    top: 3.28125vw;
    left: 44.1145833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_catch {
    width: 33.1rem;
    aspect-ratio: 332/165;
    top: 23.5rem;
    left: 2.7rem;
  }
}
.mv_catch picture,
.mv_catch img {
  display: block;
  width: 100%;
  height: auto;
}
.mv_text_south {
  z-index: 10;
}
@media print, screen and (min-width: 600px) {
  .mv_text_south {
    top: 2.8125vw;
    right: 4.84375vw;
    width: 27.30625vw;
    aspect-ratio: 524.28/533.03;
    height: auto;
  }
}
@media only screen and (max-width: 599px) {
  .mv_text_south {
    bottom: 3rem;
    width: 17.1rem;
    aspect-ratio: 172.04/203.54;
    right: 0.9rem;
  }
}
.mv_text_south img,
.mv_text_south picture {
  display: block;
  width: 100%;
  height: auto;
}
.mv_text_south > img:first-child {
  aspect-ratio: 353/389;
  position: absolute;
}
@media print, screen and (min-width: 600px) {
  .mv_text_south > img:first-child {
    width: 18.4375vw;
    filter: drop-shadow(0.3645833333vw 0.3645833333vw 0.5729166667vw rgba(0, 0, 0, 0.9));
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .mv_text_south > img:first-child {
    width: 14.3rem;
    filter: drop-shadow(0.7rem 0.7rem 1.1rem rgba(0, 0, 0, 0.9));
    right: 0.4rem;
    top: 0;
  }
}
.mv_text_south > picture {
  position: absolute;
}
@media print, screen and (min-width: 600px) {
  .mv_text_south > picture {
    aspect-ratio: 408/517;
    width: 21.25vw;
    filter: drop-shadow(0.2604166667vw 0.2604166667vw 0.4166666667vw rgba(0, 0, 0, 0.75));
    left: 0.0520833333vw;
    bottom: 0.15625vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_text_south > picture {
    aspect-ratio: 173/43;
    width: 17.3rem;
    filter: drop-shadow(0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.75));
    right: -0.2rem;
    bottom: -0.3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .mv_text_north {
    z-index: 10;
    top: 2.5vw;
    left: 6.6145833333vw;
    width: 28.3645833333vw;
    aspect-ratio: 544.6/551.92;
  }
}
@media only screen and (max-width: 599px) {
  .mv_text_north {
    z-index: 11;
    top: 1.4rem;
    left: 0;
    width: 18.6rem;
    height: auto;
    aspect-ratio: 186/197;
  }
}
.mv_text_north img,
.mv_text_north picture {
  display: block;
  width: 100%;
  height: auto;
}
.mv_text_north > img:first-child {
  width: 100%;
  aspect-ratio: 375/370;
  position: absolute;
}
@media print, screen and (min-width: 600px) {
  .mv_text_north > img:first-child {
    width: 19.5140625vw;
    filter: drop-shadow(0.3645833333vw 0.3645833333vw 0.5729166667vw rgba(0, 0, 0, 0.9));
    right: 0;
    top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .mv_text_north > img:first-child {
    width: 15rem;
    filter: drop-shadow(0.7rem 0.7rem 1.1rem rgba(0, 0, 0, 0.9));
    right: 2.1rem;
    top: 0.2rem;
  }
}
.mv_text_north > picture {
  position: absolute;
}
@media print, screen and (min-width: 600px) {
  .mv_text_north > picture {
    aspect-ratio: 422/529;
    width: 21.9380208333vw;
    filter: drop-shadow(0.2604166667vw 0.2604166667vw 0.4166666667vw rgba(0, 0, 0, 0.75));
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .mv_text_north > picture {
    aspect-ratio: 174/41;
    width: 17.3rem;
    filter: drop-shadow(0.5rem 0.5rem 0.8rem rgba(0, 0, 0, 0.75));
    right: 0;
    bottom: 0;
  }
}
.mv_food_north {
  z-index: 10;
}
@media print, screen and (min-width: 600px) {
  .mv_food_north {
    width: 48.75vw;
    left: -4.5833333333vw;
    bottom: -5.2083333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_food_north {
    width: 39.9rem;
    right: -13rem;
    top: 1.8rem;
  }
}
.mv_food_north .mv_food {
  position: relative;
  width: 100%;
  aspect-ratio: 974/532;
  height: auto;
}
.mv_food_north .mv_tag {
  position: absolute;
  aspect-ratio: 359/603;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .mv_food_north .mv_tag {
    width: 9.0104166667vw;
    top: -2.6041666667vw;
    right: 6.40625vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_food_north .mv_tag {
    width: 7.8rem;
    top: -1.2rem;
    left: 8.8rem;
    transform: rotate(339deg);
  }
}
@media print, screen and (min-width: 600px) {
  .mv_food_south {
    z-index: 8;
    width: 38.6979166667vw;
    right: -0.15625vw;
    bottom: -10.2083333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_food_south {
    z-index: 10;
    width: 27.9rem;
    left: -4rem;
    bottom: -0.4rem;
  }
}
.mv_food_south .mv_food {
  position: relative;
  width: 100%;
  aspect-ratio: 773/658;
  height: auto;
}
.mv_food_south .mv_tag {
  position: absolute;
  aspect-ratio: 320/512;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .mv_food_south .mv_tag {
    width: 8.0208333333vw;
    top: 1.0416666667vw;
    left: 2.3958333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_food_south .mv_tag {
    transform: rotate(383deg);
    width: 6.9rem;
    top: -0.4rem;
    right: 2.4rem;
  }
}
.mv_texture {
  z-index: 9;
  aspect-ratio: 982/1566;
}
.mv_texture picture,
.mv_texture source,
.mv_texture img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .mv_texture {
    width: 49.1145833333vw;
    top: -9.5833333333vw;
    left: 16.8229166667vw;
  }
}
@media only screen and (max-width: 599px) {
  .mv_texture {
    width: 58.1rem;
    top: 21.9rem;
    left: -8.6rem;
  }
}

.period {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width: 600px) {
  .period {
    height: 10.4166666667vw;
    background-image: url(../img/period_bg.jpg);
  }
}
@media only screen and (max-width: 599px) {
  .period {
    height: 11.3rem;
    background-image: url(../img/period_bg_sp.jpg);
  }
}
@media print, screen and (min-width: 600px) {
  .period::before {
    height: calc(100% - 1.3541666667vw);
    border: 0.5208333333vw solid #a10118;
  }
}
@media only screen and (max-width: 599px) {
  .period::before {
    height: calc(100% - 0.9rem);
    border: 5px solid #a10118;
  }
}
.period::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  border-left: none;
  border-right: none;
  display: block;
}
.period picture,
.period source,
.period img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .period_inner {
    width: 64.0625vw;
  }
}
@media only screen and (max-width: 599px) {
  .period_inner {
    width: 32.476rem;
  }
}

.bg {
  background: #063875;
  position: relative;
}
.bg::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 100%;
  background-color: #A10118;
  display: block;
  z-index: 0;
}
.bg > section {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 600px) {
  .intro {
    margin-bottom: 11.5104166667vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro {
    margin-bottom: 4.9rem;
  }
}
.intro picture,
.intro source,
.intro img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 600px) {
  .intro_inner {
    padding-top: 10.46875vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro_inner {
    padding-top: 5.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  .intro_arrow {
    width: 48.8541666667vw;
    margin: 0 auto 3.3854166667vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro_arrow {
    width: 32.512rem;
    margin: 0 auto 3.2rem;
  }
}
.intro_arrow img {
  width: 100%;
}
.intro_body {
  position: relative;
}
.intro_map {
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 600px) {
  .intro_map {
    top: 6.7708333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro_map {
    top: 5.2rem;
  }
}
.intro_map {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro_map.is-north {
  left: 0;
}
@media only screen and (max-width: 599px) {
  .intro_map.is-north {
    padding-left: 0.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  .intro_map.is-north img {
    width: 25.4140625vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro_map.is-north img {
    width: 15.8rem;
  }
}
.intro_map.is-south {
  right: 0;
}
@media only screen and (max-width: 599px) {
  .intro_map.is-south {
    padding-left: 0.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  .intro_map.is-south img {
    width: 20.1796875vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro_map.is-south img {
    width: 12.6rem;
  }
}
.intro_ttl {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 600px) {
  .intro_ttl {
    width: 63.5416666667vw;
    margin: 0 auto 5vw;
  }
}
@media only screen and (max-width: 599px) {
  .intro_ttl {
    width: 30.2rem;
    margin: 0 auto 3.8rem;
  }
}
.intro_txt {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .intro_txt {
    line-height: 1.99;
  }
}
@media only screen and (max-width: 599px) {
  .intro_txt {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0;
  }
}

@media print, screen and (min-width: 600px) {
  .campaign {
    margin-bottom: 13.75vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign {
    margin-bottom: 4.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_inner {
    width: 79.2708333333vw;
    margin: 0 auto;
  }
}
.campaign_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .campaign_ttl {
    margin: 0 auto 3.4375vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_ttl {
    margin: 0 auto 2.2rem;
  }
}
.campaign_ttl span {
  color: #fff;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 600px) {
  .campaign_ttl span {
    font-size: 3.75vw;
    line-height: 4.4791666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_ttl span {
    font-size: 2.4rem;
    line-height: 3.1rem;
  }
}
.campaign_ttl span::before {
  pointer-events: none;
  position: absolute;
  content: "";
  aspect-ratio: 83.81/174.14;
  height: auto;
  background-size: contain;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .campaign_ttl span::before {
    width: 4.3651041667vw;
    top: 1.3020833333vw;
    background-image: url("../img/icon_line.svg");
  }
}
@media only screen and (max-width: 599px) {
  .campaign_ttl span::before {
    width: 2.7rem;
    top: 1.5rem;
    background-image: url("../img/icon_line_sp.svg");
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_ttl span::before {
    right: -3.2291666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_ttl span::before {
    right: -2.3rem;
  }
}
.campaign_ttl span::after {
  pointer-events: none;
  position: absolute;
  content: "";
  aspect-ratio: 83.81/174.14;
  height: auto;
  background-size: contain;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .campaign_ttl span::after {
    width: 4.3651041667vw;
    top: 1.3020833333vw;
    background-image: url("../img/icon_line.svg");
  }
}
@media only screen and (max-width: 599px) {
  .campaign_ttl span::after {
    width: 2.7rem;
    top: 1.5rem;
    background-image: url("../img/icon_line_sp.svg");
  }
}
.campaign_ttl span::after {
  transform: scale(1, -1);
}
@media print, screen and (min-width: 600px) {
  .campaign_ttl span::after {
    left: -3.2291666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_ttl span::after {
    left: -2.3rem;
  }
}
.campaign_detail {
  color: #000;
  background: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .campaign_detail {
    padding-bottom: 7.65625vw;
    border-radius: 1.5625vw;
    width: 79.2708333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_detail {
    width: calc(100% - 5rem);
    padding-bottom: 3.6rem;
    border-radius: 1.1rem;
    margin: 0 auto;
  }
}
.campaign_detail_ttl {
  background: #b89342;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 600px) {
  .campaign_detail_ttl {
    height: 7.2916666667vw;
    font-size: 2.9166666667vw;
    padding-top: 0.2083333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_detail_ttl {
    height: 4.5rem;
    font-size: 2rem;
    padding-bottom: 0.3rem;
  }
}
.campaign_detail_txt {
  text-align: center;
  margin-bottom: 0;
}
@media print, screen and (min-width: 600px) {
  .campaign_detail_txt {
    padding-top: 4.4791666667vw;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_detail_txt {
    padding-top: 2.6rem;
    line-height: 1.25;
  }
}
.campaign_detail_prize {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .campaign_detail_prize {
    font-size: 2.0833333333vw;
    line-height: 3.125vw;
    margin-top: 2.2395833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_detail_prize {
    text-align: center;
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_detail_prize strong {
    font-size: 3.125vw;
    line-height: 4.1666666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_detail_prize strong {
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 0.1rem;
    display: inline-block;
  }
}
.campaign_detail_prize strong {
  color: #A10118;
}
.campaign_coupon {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .campaign_coupon {
    width: 12.03125vw;
    margin: 2.2916666667vw auto 1.0416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_coupon {
    width: 13.2rem;
    margin: 1.4rem auto 0.7rem;
  }
}
.campaign_coupon_img {
  width: 100%;
}
.campaign_goods {
  background: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 600px) {
  .campaign_goods {
    width: 50vw;
    margin: 0 auto 5.9895833333vw;
    gap: 0.6770833333vw 1.0416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_goods {
    width: calc(100% - 4.5rem);
    margin: 0 auto 2.6rem;
    gap: 0.5rem;
  }
}
.campaign_goods_item img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion {
    width: 50vw;
    margin: 0 auto;
  }
}
.campaign_accordion_body {
  display: none;
  background: #fff;
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion_body {
    padding-top: 2.34375vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_accordion_body {
    padding: 2.2rem;
  }
}
.campaign_accordion_ttl {
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion_ttl {
    margin-bottom: 2.0833333333vw;
    line-height: 2.1875vw;
    font-size: 1.5625vw;
    padding-bottom: 0.8854166667vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_accordion_ttl {
    font-size: 1.8rem;
    letter-spacing: -0.01em;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .campaign_accordion_list {
    font-size: 1.0416666667vw;
  }
}
.campaign_accordion_list li {
  margin-bottom: 0.4166666667vw;
}
.campaign_lead {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .campaign_lead {
    margin-top: 5.0520833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_lead {
    margin-top: 2.6rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.campaign_lead span {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .campaign_lead span {
    font-size: 2.0833333333vw;
    line-height: 2.4479166667vw;
    margin-bottom: 0.3125vw;
  }
}
.campaign_btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 600px) {
  .campaign_btns {
    margin-top: 3.2291666667vw;
    gap: 2.03125vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign_btns {
    margin-top: 2.4rem;
    gap: 1.2rem;
  }
}
.campaign .u-txt-sm {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .campaign .u-txt-sm {
    font-size: 1.25vw;
    margin-top: 3.125vw;
  }
}
@media only screen and (max-width: 599px) {
  .campaign .u-txt-sm {
    font-size: 1.4rem;
    margin-top: 1.3rem;
  }
}

@media print, screen and (min-width: 600px) {
  .entry + .entry {
    margin-top: 13.5416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry + .entry {
    margin-top: 6.6rem;
  }
}
.entry picture,
.entry source,
.entry img {
  display: block;
  width: 100%;
  height: auto;
}
.entry_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 600px) {
  .entry_head {
    margin-bottom: 3.8020833333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_head {
    margin-bottom: 1.9rem;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .entry_head {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .entry_head {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .entry_head {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .entry_head {
    margin-bottom: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_label {
    width: 30.3109375vw;
  }
}
.entry_subttl {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .entry_subttl {
    margin-top: 4.375vw;
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_subttl {
    margin-top: 2.4rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_ttl {
    margin-top: 1.71875vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_ttl {
    margin-top: 2.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .entry_ttl {
    width: 67.96875vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_ttl {
    width: 28.62rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .entry_ttl {
    width: 78.6979166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .entry_ttl {
    width: 28.459rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .entry_ttl {
    width: 55.9375vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .entry_ttl {
    width: 24.927rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .entry_ttl {
    width: 68.8020833333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .entry_ttl {
    width: 29.272rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .entry_ttl {
    width: 49.1666666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .entry_ttl {
    width: 31.58rem;
  }
}
.entry_arrow {
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .entry_arrow {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_arrow {
    margin-top: 3.4895833333vw;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_arrow img {
    width: 28.2vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_arrow img {
    width: 17.367rem;
  }
}
.entry_col {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .entry_col.is-north {
    padding-left: 10.4166666667vw;
    padding-right: 7.5520833333vw;
  }
  .entry_area .entry_col.is-north {
    padding-right: 6.9270833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_col.is-north {
    padding-left: 2.4rem;
    padding-right: 1.7rem;
  }
  .vote_hashtags .entry_col.is-north {
    padding-left: 0.8rem;
    padding-right: 0px;
  }
  .vote_btns .entry_col.is-north {
    width: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_battle .entry_col.is-north {
    padding-right: 6.9270833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_battle .entry_col.is-north {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_col.is-south {
    padding-left: 7.5520833333vw;
    padding-right: 10.4166666667vw;
  }
  .entry_area .entry_col.is-south {
    padding-left: 8.75vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_col.is-south {
    padding-left: 1.7rem;
    padding-right: 2.4rem;
  }
  .vote_hashtags .entry_col.is-south {
    padding-left: 0px;
    padding-right: 0.8rem;
  }
  .vote_btns .entry_col.is-south {
    width: 100%;
    padding: 0;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_battle .entry_col.is-south {
    padding-left: 7.03125vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_battle .entry_col.is-south {
    padding-left: 0;
    padding-right: 0.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_catch {
    flex-grow: 1;
    font-size: 2.1875vw;
    line-height: 2.7604166667vw;
    margin-bottom: 2.9166666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_catch {
    font-size: 1.6rem;
    line-height: 2.05rem;
    margin-bottom: 2.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_name {
    margin-bottom: 1.3541666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_name {
    margin-bottom: 0.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .is-north .entry_name {
    width: 32.65625vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .is-north .entry_name {
    width: 12.602rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .is-south .entry_name {
    width: 27.96875vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .is-south .entry_name {
    width: 12.733rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .is-north .entry_name {
    width: 23.3333333333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .is-north .entry_name {
    width: 15.046rem;
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .is-south .entry_name {
    width: 33.3854166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .is-south .entry_name {
    width: 15.4rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .is-north .entry_name {
    width: 18.5416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .is-north .entry_name {
    width: 12.675rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .is-south .entry_name {
    width: 23.2291666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .is-south .entry_name {
    width: 15.866rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .is-north .entry_name {
    width: 13.90625vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .is-north .entry_name {
    width: 9.478rem;
    margin: 1.6rem 0 0.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .is-south .entry_name {
    width: 23.1770833333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .is-south .entry_name {
    width: 9.363rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .is-north .entry_name {
    width: 27.8645833333vw;
    margin-bottom: 4.0104166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .is-north .entry_name {
    width: 15.683rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .is-south .entry_name {
    width: 21.875vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .is-south .entry_name {
    width: 14.928rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_city {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_city {
    font-size: 1.6rem;
  }
}
.entry_battle, .entry_foods, .entry_area, .entry_map, .entry_detail {
  display: flex;
}
.entry_foods {
  pointer-events: none;
}
.entry_foods .is-north,
.entry_foods .is-south {
  padding: 0;
}
@media print, screen and (min-width: 600px) {
  #entry01 .entry_foods {
    margin-top: -8.3333333333vw;
    margin-bottom: -6.71875vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_foods {
    margin-top: -1.5rem;
    margin-bottom: -7.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .entry_foods {
    margin-top: -8.3854166667vw;
    margin-bottom: -6.71875vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .entry_foods {
    margin-top: -1.4rem;
    margin-bottom: -7.2rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .entry_foods {
    margin-top: -4.2708333333vw;
    margin-bottom: -6.6145833333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .entry_foods {
    margin-top: -0.7rem;
    margin-bottom: -7.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .entry_foods {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .entry_foods {
    margin-top: 1.6rem;
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .entry_foods {
    margin-top: -8.90625vw;
    margin-bottom: -3.3854166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .entry_foods {
    margin-top: -2rem;
    margin-bottom: -5.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_map {
    margin-bottom: 3.90625vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_map {
    margin-bottom: 1.4rem;
  }
}
.entry_map .is-north,
.entry_map .is-south {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 600px) {
  .entry_map .is-north,
  .entry_map .is-south {
    height: 15.7015625vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_map .is-north,
  .entry_map .is-south {
    height: 8.592rem;
  }
}
.entry_map .is-north div,
.entry_map .is-south div {
  position: relative;
}
.entry_map .is-north div::before,
.entry_map .is-south div::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: auto;
  aspect-ratio: 37.68/35.92;
  background-size: contain;
  background-position: center;
  display: block;
  z-index: 1;
}
@media print, screen and (min-width: 600px) {
  .entry_map .is-north div::before,
  .entry_map .is-south div::before {
    width: 1.9625vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_map .is-north div::before,
  .entry_map .is-south div::before {
    width: 1.074rem;
  }
}
.entry_map .is-north div img,
.entry_map .is-south div img {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .entry_map .is-north {
    padding-top: 0.8854166667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_map .is-north {
    padding-top: 0.4rem;
    padding-left: 0.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_map .is-north div {
    width: 15.2989583333vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_map .is-north div {
    width: 8.372rem;
  }
}
.entry_map .is-north div::before {
  background-image: url("../img/icon_star_south.svg");
}
@media only screen and (max-width: 599px) {
  .entry_map .is-south {
    padding-right: 0.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_map .is-south div {
    width: 11.8526041667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_map .is-south div {
    width: 6.486rem;
  }
}
.entry_map .is-south div::before {
  background-image: url("../img/icon_star_north.svg");
}
@media print, screen and (min-width: 600px) {
  #entry01 .entry_map .is-north div::before {
    top: unset;
    bottom: 0.5208333333vw;
    left: 1.40625vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_map .is-north div::before {
    top: 6.7rem;
    left: 0.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .entry_map .is-south div::before {
    top: 2.5vw;
    left: 1.25vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_map .is-south div::before {
    top: 1.2rem;
    left: 0.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .entry_map .is-north div::before {
    top: 7.1875vw;
    left: 3.2291666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .entry_map .is-north div::before {
    top: 3.9rem;
    left: 1.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .entry_map .is-south div::before {
    top: 0.2604166667vw;
    left: 3.90625vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .entry_map .is-south div::before {
    top: 0;
    left: 2.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .entry_map .is-north div::before {
    top: 4.7395833333vw;
    left: 9.3229166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .entry_map .is-north div::before {
    top: 2.5rem;
    left: 5.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .entry_map .is-south div::before {
    top: unset;
    bottom: 1.09375vw;
    left: 5.7291666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .entry_map .is-south div::before {
    top: 6.8rem;
    left: 3.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .entry_map .is-north div::before {
    top: 8.28125vw;
    left: 9.3229166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .entry_map .is-north div::before {
    top: 4.5rem;
    left: 5.1rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .entry_map .is-south div::before {
    top: 7.5520833333vw;
    left: 8.59375vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .entry_map .is-south div::before {
    top: 4.1rem;
    left: 4.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .entry_map .is-north div::before {
    top: 8.1770833333vw;
    left: 3.125vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .entry_map .is-north div::before {
    top: 4.5rem;
    left: 1.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .entry_map .is-south div::before {
    top: 11.7708333333vw;
    left: 4.1666666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .entry_map .is-south div::before {
    top: 6.4rem;
    left: 2.2rem;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_area {
    margin-bottom: 3.7rem;
  }
  #entry02 .entry_area {
    margin-bottom: 1.4rem;
  }
  #entry03 .entry_area {
    margin-bottom: 1.9rem;
  }
  #entry04 .entry_area {
    margin-bottom: 1.8rem;
  }
  #entry05 .entry_area {
    margin-bottom: 2.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_area_subttl {
    font-size: 2.1875vw;
    line-height: 2.7604166667vw;
    margin-bottom: 2.2395833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_area_subttl {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 7.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_place {
    margin-bottom: 2.8125vw;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .is-north .entry_place {
    width: 27.7604166667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .is-north .entry_place {
    width: 7.721rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .is-south .entry_place {
    width: 32.9166666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .is-south .entry_place {
    width: 7.89rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .is-north .entry_place {
    width: 28.0208333333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .is-north .entry_place {
    width: 7.773rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry02 .is-south .entry_place {
    width: 27.96875vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry02 .is-south .entry_place {
    width: 7.719rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .is-north .entry_place {
    width: 27.8645833333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .is-north .entry_place {
    width: 7.677rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry03 .is-south .entry_place {
    width: 28.125vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry03 .is-south .entry_place {
    width: 7.782rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .is-north .entry_place {
    width: 27.5520833333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .is-north .entry_place {
    width: 7.764rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry04 .is-south .entry_place {
    width: 28.0208333333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry04 .is-south .entry_place {
    width: 7.713rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .is-north .entry_place {
    width: 27.9166666667vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .is-north .entry_place {
    width: 8rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry05 .is-south .entry_place {
    width: 32.8125vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry05 .is-south .entry_place {
    width: 8rem;
  }
}
.entry_city_img {
  display: block;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .entry_city_img {
    margin-bottom: 3.59375vw;
    border-radius: 1.0416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_city_img {
    margin-bottom: 2.4rem;
    border-radius: 1rem;
  }
}
.entry_desc {
  flex-grow: 1;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .entry_desc {
    margin-bottom: 3.59375vw;
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media only screen and (max-width: 599px) {
  .entry_desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  #entry01 .entry_desc {
    margin-bottom: 1.1458333333vw;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_desc {
    margin-bottom: 3rem;
    margin-right: -0.6rem;
  }
}
@media only screen and (max-width: 599px) {
  #entry01 .entry_desc {
    margin-bottom: 1.9rem;
  }
  #entry02 .entry_desc {
    margin-bottom: 3rem;
  }
  #entry03 .entry_desc {
    margin-bottom: 3rem;
  }
  #entry04 .entry_desc {
    margin-bottom: 2.8rem;
    margin-right: -0.8rem;
  }
  #entry05 .entry_desc {
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_thumb img {
    transition: all 0.2s ease-out;
  }
}
@media print, screen and (min-width: 600px) {
  .entry_thumb img:hover {
    transform: scale(1.1);
  }
}
@media print, screen and (min-width: 600px) {
  .entry_thumb {
    width: 20.8333333333vw;
    margin-bottom: 2.65625vw;
    cursor: pointer;
  }
}
@media only screen and (max-width: 599px) {
  .entry_thumb {
    width: 100%;
    margin-bottom: 1.45rem;
  }
}

.vote {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .vote {
    margin-top: 12.5vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote {
    margin-top: 6.4rem;
  }
}
.vote_ttl {
  position: relative;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .vote_ttl {
    width: 36.7171875vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_ttl {
    width: 24rem;
  }
}
.vote_ttl::before {
  pointer-events: none;
  position: absolute;
  content: "";
  aspect-ratio: 83.81/174.14;
  height: auto;
  background-size: contain;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .vote_ttl::before {
    width: 4.3651041667vw;
    top: 1.3020833333vw;
    background-image: url("../img/icon_line.svg");
  }
}
@media only screen and (max-width: 599px) {
  .vote_ttl::before {
    width: 2.7rem;
    top: 1.5rem;
    background-image: url("../img/icon_line_sp.svg");
  }
}
@media print, screen and (min-width: 600px) {
  .vote_ttl::before {
    width: 4.1666666667vw;
    right: -6.9270833333vw;
    top: 2.3958333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_ttl::before {
    right: -3.2rem;
  }
}
.vote_ttl::after {
  pointer-events: none;
  position: absolute;
  content: "";
  aspect-ratio: 83.81/174.14;
  height: auto;
  background-size: contain;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .vote_ttl::after {
    width: 4.3651041667vw;
    top: 1.3020833333vw;
    background-image: url("../img/icon_line.svg");
  }
}
@media only screen and (max-width: 599px) {
  .vote_ttl::after {
    width: 2.7rem;
    top: 1.5rem;
    background-image: url("../img/icon_line_sp.svg");
  }
}
.vote_ttl::after {
  transform: scale(1, -1);
}
@media print, screen and (min-width: 600px) {
  .vote_ttl::after {
    width: 4.1666666667vw;
    left: -6.4583333333vw;
    top: 2.3958333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_ttl::after {
    left: -3.2rem;
  }
}
.vote_ttl img {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .vote_prize {
    margin-top: 6.4583333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_prize {
    margin-top: 3.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_prize p,
  .vote_prize span {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_prize p,
  .vote_prize span {
    font-size: 1.8rem;
  }
}
.vote_prize p {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .vote_prize p {
    line-height: 1.5;
    margin-top: 1.9270833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_prize p {
    line-height: 1.68;
    margin-top: 0.6rem;
  }
}
.vote_prize span {
  line-height: 1;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .vote_prize span strong {
    font-size: 4.6875vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_prize span strong {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_prize span + span {
    margin-top: 0.625vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_prize span + span {
    margin-top: 0.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_coupon {
    display: flex;
    width: 79.1666666667vw;
    margin: 4.3229166667vw auto 0;
    gap: 2.2916666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_coupon {
    margin: 1.8rem auto 0;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_coupon .campaign_coupon {
    margin: 0;
    width: 18.4375vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_coupon .campaign_coupon {
    margin: 0 auto;
    width: 11.2rem;
  }
}
.vote_coupon .campaign_goods {
  flex: 1;
  background: none;
}
@media print, screen and (min-width: 600px) {
  .vote_coupon .campaign_goods {
    width: unset;
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  .vote_coupon .campaign_goods {
    width: 28.1rem;
    margin: 1.3rem auto 0;
    gap: 0.6rem 0.6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_lead {
    margin-top: 8.0208333333vw;
    font-size: 2.5vw;
    line-height: 3.75vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_lead {
    margin-top: 4.2rem;
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.vote_hashtags {
  display: flex;
  position: relative;
}
.vote_hashtag {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.vote_hashtag_map {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .vote_hashtag_map {
    margin-top: 1.875vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_hashtag_map {
    margin-top: 1.7rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_hashtag.is-north img {
    width: 16.40625vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_hashtag.is-north img {
    width: 9.7rem;
    margin-left: -0.8rem;
  }
}
@media print, screen and (min-width: 600px) {
  .vote_hashtag.is-south img {
    width: 12.65625vw;
    margin-top: 0.4166666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_hashtag.is-south img {
    width: 7.4rem;
  }
}
.vote_hashtag_txt {
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .vote_hashtag_txt {
    font-size: 5.2083333333vw;
    margin-top: 1.7708333333vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_hashtag_txt {
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 4.8rem;
    margin-top: 0.7rem;
  }
}
.vote_or {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media print, screen and (min-width: 600px) {
  .vote_or {
    top: 11.875vw;
    font-size: 6.0416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_or {
    top: 7rem;
    font-size: 3.6rem;
  }
}
.vote_btns {
  display: flex;
}
@media print, screen and (min-width: 600px) {
  .vote_btns {
    margin-top: 3.5416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .vote_btns {
    margin-top: 4.7rem;
    flex-direction: column;
    padding: 0 4.8rem;
    gap: 2.5rem;
  }
}
.vote_btns > div {
  width: 50%;
  display: flex;
  justify-content: center;
}

.prize {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .prize {
    margin-top: 14.0625vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize {
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 600px) {
  .prize_ttl {
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize_ttl {
    font-size: 2.4rem;
  }
}
.prize_detail {
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .prize_detail {
    margin: 2.3958333333vw auto 0;
    width: 79.1666666667vw;
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail {
    margin: 3rem auto 0;
    font-size: 1.6rem;
    width: calc(100% - 4rem);
  }
}
.prize_detail_intro {
  border: 1px solid #fff;
  border-left: 0;
  border-right: 0;
}
@media print, screen and (min-width: 600px) {
  .prize_detail_intro {
    line-height: 2.1875vw;
    padding: 2.65625vw 1.5625vw 2.9166666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail_intro {
    padding: 2rem;
  }
}
.prize_detail_table {
  margin-top: 0;
  border-spacing: 0;
}
.prize_detail_table th,
.prize_detail_table td {
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 600px) {
  .prize_detail_table th,
  .prize_detail_table td {
    padding: 2.7604166667vw 0;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail_table th,
  .prize_detail_table td {
    display: block;
    width: 100%;
  }
}
.prize_detail_table th {
  vertical-align: middle;
}
@media print, screen and (min-width: 600px) {
  .prize_detail_table th {
    width: 14.5833333333vw;
    font-size: 1.5625vw;
    padding-left: 1.5625vw;
    line-height: 2.2395833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail_table th {
    font-size: 1.6rem;
    padding-left: 2rem;
    text-align: center;
    line-height: 1.5;
    padding: 1.4rem 0;
  }
}
.prize_detail_table th span {
  text-align: center;
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  .prize_detail_table th.pc-pl0 {
    padding-left: 0;
  }
}
.prize_detail_table td {
  word-break: break-all;
}
@media print, screen and (min-width: 600px) {
  .prize_detail_table td {
    padding-right: 1.5625vw;
    line-height: 2.1875vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail_table td {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1.4rem 2rem 3rem;
  }
}
@media print, screen and (min-width: 600px) {
  .prize_detail_table td > div:not(:first-child) {
    margin-top: 1.6666666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail_table td > div:not(:first-child) {
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 599px) {
  .prize_detail_table td > div > *:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 600px) {
  .prize_detail_table td a {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) and (min-width: 600px) {
  .prize_detail_table td a:hover {
    opacity: 0.5;
  }
}

@media print, screen and (min-width: 600px) {
  .terms {
    margin-top: 4.1666666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .terms {
    margin-top: 4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .terms_inner {
    width: 79.1666666667vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .terms_inner {
    padding: 0 1.5rem;
  }
}
.terms_item {
  background: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  .terms_item + .terms_item {
    margin-top: 1.0416666667vw;
  }
}
@media only screen and (max-width: 599px) {
  .terms_item + .terms_item {
    margin-top: 1rem;
  }
}
.terms_item .campaign_accordion_body {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .terms_item .campaign_accordion_body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .terms_item .campaign_accordion_body {
    padding: 0;
  }
}
.terms_body {
  color: #000;
  position: relative;
  word-break: break-all;
}
.terms_body::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
@media print, screen and (min-width: 600px) {
  .terms_body::before {
    width: calc(100% - 4.0625vw);
    height: 0.0520833333vw;
  }
}
@media only screen and (max-width: 599px) {
  .terms_body::before {
    width: calc(100% - 4rem);
    height: 0.1rem;
  }
}
.terms_body::before {
  background-color: #000;
  display: block;
}
@media print, screen and (min-width: 600px) {
  .terms_body {
    padding: 1.875vw 3.1770833333vw 2.5vw;
    font-size: 1.25vw;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 599px) {
  .terms_body {
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.terms_body a {
  color: inherit;
}
@media print, screen and (min-width: 600px) {
  .terms_body a {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) {
  .terms_body a:hover {
    opacity: 0.5;
  }
}
.terms_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
  width: 100%;
  border: none;
  cursor: pointer;
  color: #063875;
  background: #fff;
  justify-content: flex-start;
  text-align: left;
}
@media print, screen and (min-width: 600px) {
  .terms_btn {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) {
  .terms_btn:hover {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 600px) {
  .terms_btn {
    font-size: 1.5625vw;
    padding: 1.1458333333vw 3.5416666667vw 1.40625vw;
  }
}
@media only screen and (max-width: 599px) {
  .terms_btn {
    font-size: 1.6rem;
    padding: 1.6rem 1.5rem 1.6rem 4.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .terms_btn::before {
    left: 2.03125vw;
    border-left: 0.625vw solid #063875;
  }
}
@media only screen and (max-width: 599px) {
  .terms_btn::before {
    left: 1.5rem;
    border-left: 8px solid #063875;
  }
}
.terms_btn.is-active::before {
  transform: rotate(90deg);
  top: 39%;
}

.l-footer {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  .l-footer {
    padding-top: 6.40625vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer {
    padding-top: 4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_cta_ttl {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_cta_ttl {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.l-footer_cta_text {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .l-footer_cta_text {
    margin-top: 1.6145833333vw;
    font-size: 1.25vw;
    line-height: 2.1875vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_cta_text {
    margin-top: 1rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_cta_text a {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_cta_text a:hover {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_cta_text a {
    display: block;
    margin-top: 1rem;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_site_banner {
    margin-top: 7.03125vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_site_banner {
    margin-top: 5rem;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_site_banner_label {
    font-size: 1.5625vw;
    line-height: 2.34375vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_site_banner_label {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_site_banner a {
    transition: opacity 0.3s ease;
  }
}
@media print, screen and (min-width: 600px) {
  .l-footer_site_banner a:hover {
    opacity: 0.5;
  }
}
.l-footer_site_banner a {
  display: block;
}
@media print, screen and (min-width: 600px) {
  .l-footer_site_banner a {
    width: 31.25vw;
    margin: 1.8229166667vw auto 0;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_site_banner a {
    width: 280PX;
    margin: 1rem auto 0;
  }
}
.l-footer_site_banner a img {
  width: 100%;
}
.l-footer_copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: #fff;
  color: #000;
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .l-footer_copyright {
    height: 5.2083333333vw;
    font-size: 1.25vw;
    margin-top: 8.4375vw;
  }
}
@media only screen and (max-width: 599px) {
  .l-footer_copyright {
    height: 3.5rem;
    font-size: 1.2rem;
    margin-top: 6rem;
  }
}
/*# sourceMappingURL=style.css.map */