@charset "UTF-8";
/* 読み込み
===================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 1s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.blur.on {
  animation-name: blurAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(5px);
  transform: scale(1.02);
}
.animeWrap.on .animeWrap_item__blur {
  animation-name: blurAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* slideStop
============================================ */
.slideStop {
  overflow: hidden;
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slideStop .slideStop_item {
  transform: translateX(105%);
  transition: transform 1s ease;
}
.slideStop.on {
  transform: translateX(0);
}
.slideStop.on .slideStop_item {
  transform: translateX(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 
===================================================== */
@keyframes katakata {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/* 
===================================================== */
.blinking {
  animation: blinking 2s infinite;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* common
===================================================== */
html,
body {
  overflow: hidden;
}
html.is-scroll,
body.is-scroll {
  overflow: visible;
}

.wrapper {
  width: 100%;
  background-color: #FED799;
  color: #001B6D;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: background-color 0.5s;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 13px;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* .loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
}

/* .box
===================================================== */
.box {
  position: fixed;
  z-index: 10;
  width: 100%;
  border-top: 10px solid #DFD3EA;
  border-bottom: 10px solid #DFD3EA;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .box {
    top: 50px;
    height: calc(100vh - 50px);
  }
}

/* .fv
===================================================== */
.fv {
  background-color: #FED799;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    margin-top: 50px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 40px;
  }
}
.fv .fv_inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv .fv_inner {
    max-width: 1440px;
    height: min(45.1388888889vw, 650px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fv_inner {
    height: 185.8666666667vw;
  }
}
.fv .fvDown_item {
  position: absolute;
  transition: transform 9s ease;
}
.fv .fvDown_item--1 {
  transition-delay: 0.4s;
}
@media screen and (min-width: 769px) {
  .fv .fvDown_item--1 {
    width: min(17.6388888889vw, 254px);
    top: min(3.4722222222vw, 50px);
    left: min(8.1944444444vw, 118px);
    transform: translate(0, 100vh) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvDown_item--1 {
    width: 40.8vw;
    top: 12.2666666667vw;
    left: 36vw;
    transform: translate(0, 100vh) rotate(0deg);
  }
}
.fv .fvDown_item--1.is-start {
  transform: translate(0, -100vh) rotate(-360deg);
}
.fv .fvDown_item--2 {
  transition-delay: 0.3s;
}
@media screen and (min-width: 769px) {
  .fv .fvDown_item--2 {
    width: min(18.0555555556vw, 260px);
    top: min(21.3194444444vw, 307px);
    left: min(25.8333333333vw, 372px);
    transform: translate(0, 100vh) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvDown_item--2 {
    width: 41.3333333333vw;
    top: 42.1333333333vw;
    left: 8.8vw;
    transform: translate(0, 100vh) rotate(0deg);
  }
}
.fv .fvDown_item--2.is-start {
  transform: translate(0, -100vh) rotate(-300deg);
}
.fv .fvDown_item--3 {
  transition-delay: 0.2s;
}
@media screen and (min-width: 769px) {
  .fv .fvDown_item--3 {
    width: min(18.125vw, 261px);
    top: min(24.7222222222vw, 356px);
    left: min(54.0972222222vw, 779px);
    transform: translate(0, 100vh) rotate(15deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvDown_item--3 {
    width: 41.3333333333vw;
    top: 58.4vw;
    left: 56.2666666667vw;
    transform: translate(0, 100vh) rotate(0deg);
  }
}
.fv .fvDown_item--3.is-start {
  transform: translate(0, -100vh) rotate(-400deg);
}
.fv .fvDown_item--4 {
  transition-delay: 0.1s;
}
@media screen and (min-width: 769px) {
  .fv .fvDown_item--4 {
    width: min(14.1666666667vw, 204px);
    top: min(9.375vw, 135px);
    left: min(41.8055555556vw, 602px);
    transform: translate(0, 100vh) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvDown_item--4 {
    width: 32.2666666667vw;
    top: 82.1333333333vw;
    left: 17.8666666667vw;
    transform: translate(0, 100vh) rotate(0deg);
  }
}
.fv .fvDown_item--4.is-start {
  transform: translate(0, -100vh) rotate(-500deg);
}
.fv .fvDown_item--5 {
  transition-delay: 0s;
}
@media screen and (min-width: 769px) {
  .fv .fvDown_item--5 {
    width: min(22.7083333333vw, 327px);
    top: min(3.2638888889vw, 47px);
    left: min(67.0833333333vw, 966px);
    transform: translate(0, 100vh) rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvDown_item--5 {
    width: 49.3333333333vw;
    top: 114.1333333333vw;
    left: 31.4666666667vw;
    transform: translate(0, 100vh) rotate(0deg);
  }
}
.fv .fvDown_item--5.is-start {
  transform: translate(0, -100vh) rotate(-400deg);
}
.fv .fvFade_item {
  position: absolute;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
}
.fv .fvFade_item.is-show {
  opacity: 1;
}
.fv .fvFade_item.is-show.fvFade_item--anime-1 img {
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s infinite;
}
.fv .fvFade_item.is-show.fvFade_item--anime-2 img {
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 5s infinite;
}
.fv .fvFade_item.is-show.fvFade_item--anime-3 img {
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.7s infinite;
}
.fv .fvFade_item.is-show.fvFade_item--anime-4 img {
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s infinite;
}
.fv .fvFade_item.is-show.fvFade_item--anime-5 img {
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.7s infinite;
}
.fv .fvFade_item.is-show.fvFade_item--anime-6 img {
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.2s infinite;
}
.fv .fvFade_item.is-show.fvFade_item--4 {
  transform: translateY(0);
}
.fv .fvFade_item.fvFade_item--2 {
  transition-delay: 0.3s;
}
.fv .fvFade_item.fvFade_item--3 {
  transition-delay: 0.6s;
}
.fv .fvFade_item.fvFade_item--4 {
  transition-delay: 0.9s;
  transform: translateY(20px);
}
.fv .fvFade_item--1-1 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--1-1 {
    width: min(12.2222222222vw, 176px);
    top: min(21.25vw, 306px);
    left: min(26.5972222222vw, 383px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--1-1 {
    width: 28.5333333333vw;
    top: 57.3333333333vw;
    left: 32vw;
  }
}
.fv .fvFade_item--1-2 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--1-2 {
    width: min(29.0277777778vw, 418px);
    bottom: min(0.625vw, 9px);
    left: max(-0.0694444444vw, -1px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--1-2 {
    width: 56.5333333333vw;
    bottom: 14.4vw;
    left: 0vw;
  }
}
.fv .fvFade_item--1-3 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--1-3 {
    width: min(12.5694444444vw, 181px);
    top: min(20.9722222222vw, 302px);
    left: min(69.4444444444vw, 1000px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--1-3 {
    width: 37.3333333333vw;
    bottom: 14.4vw;
    left: 58.9333333333vw;
  }
}
.fv .fvFade_item--1-4 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--1-4 {
    width: min(10.3472222222vw, 149px);
    top: min(26.3888888889vw, 380px);
    left: min(24.3055555556vw, 350px);
    transform: rotate(9deg);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--1-4 {
    width: 19.7333333333vw;
    top: 69.0666666667vw;
    left: 44.8vw;
  }
}
.fv .fvFade_item--1-5 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--1-5 {
    width: min(8.8888888889vw, 128px);
    bottom: min(5.0694444444vw, 73px);
    right: min(8.8888888889vw, 128px);
  }
}
.fv .fvFade_item--2-1 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--2-1 {
    width: min(17.0833333333vw, 246px);
    top: min(0vw, 0px);
    left: min(10.4166666667vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--2-1 {
    width: 45.6vw;
    top: 53.3333333333vw;
    left: 0vw;
  }
}
.fv .fvFade_item--2-2 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--2-2 {
    width: min(8.8888888889vw, 128px);
    top: min(17.8472222222vw, 257px);
    left: min(62.4305555556vw, 899px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--2-2 {
    width: 23.7333333333vw;
    top: 87.2vw;
    left: 41.0666666667vw;
  }
}
.fv .fvFade_item--2-3 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--2-3 {
    width: min(23.8888888889vw, 344px);
    top: min(12.0138888889vw, 173px);
    right: min(2.3611111111vw, 34px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--2-3 {
    width: 45.3333333333vw;
    top: 58.1333333333vw;
    right: 0vw;
  }
}
.fv .fvFade_item--2-4 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--2-4 {
    width: min(9.375vw, 135px);
    top: min(25.8333333333vw, 372px);
    right: min(29.7222222222vw, 428px);
  }
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--3-1 {
    width: min(11.7361111111vw, 169px);
    top: max(-1.4583333333vw, -21px);
    right: min(17.5vw, 252px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--3-1 {
    width: 18.9333333333vw;
    top: -0.2666666667vw;
    right: 8.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--3-2 {
    width: min(42.5694444444vw, 613px);
    top: min(6.5277777778vw, 94px);
    left: min(27.7777777778vw, 400px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--3-2 {
    width: 91.7333333333vw;
    top: 17.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .fv .fvFade_item--4-1 {
    width: min(11.25vw, 162px);
    top: min(4.1666666667vw, 60px);
    left: min(45.1388888889vw, 650px);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvFade_item--4-1 {
    width: 30.4vw;
    top: 9.3333333333vw;
    left: 37.8666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .lead {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: min(4.1666666667vw, 60px);
    opacity: 0;
    transition: opacity 0.7s;
    transition-delay: 0.9s;
  }
}
@media screen and (max-width: 768px) {
  .fv .lead {
    opacity: 1;
    margin-top: -5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.fv .lead.is-show {
  opacity: 1;
}
.fv .lead .leadText {
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 769px) {
  .fv .lead .leadText {
    line-height: 1.7857142857;
    font-size: min(0.9722222222vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .fv .lead .leadText {
    line-height: 1.8461538462;
    font-size: 3.4666666667vw;
  }
}

/* .contents
===================================================== */
@media screen and (min-width: 769px) {
  .contents {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1299px) {
  .contents {
    justify-content: space-around;
  }
}
@media screen and (min-width: 769px) and ( max-width: 949px) {
  .contents {
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .left,
  .right {
    position: sticky;
    top: 50px;
    height: calc(100vh - 50px);
    width: calc((100% - 480px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* .left
===================================================== */
@media screen and (min-width: 769px) {
  .left {
    min-width: 380px;
  }
  .left .leftArea {
    position: relative;
  }
  .left .leftArea .leftArea_item {
    position: absolute;
  }
  .left .leftArea .leftArea_item--1 {
    top: -173px;
    left: 18px;
    width: 114px;
    animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s infinite;
  }
  .left .leftArea .leftArea_item--2 {
    top: -178px;
    left: 33%;
    width: 129px;
    animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.7s infinite;
  }
  .left .leftArea .leftArea_item--3 {
    top: -177px;
    right: 18px;
    width: 120px;
    animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4s infinite;
  }
  .left .leftArea .leftArea_item--title {
    position: relative;
    width: 370px;
    height: 185px;
    transform: translateX(-6px);
  }
  .left .leftArea .leftArea_item--title img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s;
  }
  .left .leftArea .leftArea_item--title img.show {
    opacity: 1;
  }
  .left .leftArea .leftArea_item--4 {
    bottom: -142px;
    left: 19px;
    width: 112px;
    animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s infinite;
  }
  .left .leftArea .leftArea_item--5 {
    bottom: -143px;
    left: 33%;
    width: 111px;
    animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.5s infinite;
  }
  .left .leftArea .leftArea_item--6 {
    bottom: -143px;
    right: 23px;
    width: 112px;
    animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 5s infinite;
  }
  .left .leftArea .leftArea_item a {
    display: block;
  }
}
@media screen and (min-width: 769px) and ( max-width: 949px) {
  .left {
    display: none;
  }
}

/* .right
===================================================== */
@media screen and (min-width: 769px) and ( max-width: 1299px) {
  .right {
    display: none;
  }
}
.right .right_inner {
  position: relative;
}
.right .right_img {
  pointer-events: none;
  position: absolute;
  top: -44px;
  right: -26px;
  width: 155px;
}

/* .main
===================================================== */
@media screen and (min-width: 769px) {
  .main {
    overflow: hidden;
    flex-shrink: 0;
    width: 480px;
    border-radius: 20px;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    padding: 50px 0;
  }
}
.main .main_inner {
  overflow: hidden;
  width: 100%;
}

/* .tList
===================================================== */
.tList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .tList {
    width: 390px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .tList {
    width: 93.3333333333vw;
    height: 24.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .tList--1 {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .tList--2 {
    margin-top: 55px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .tList--2 {
    margin-top: 10.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
}
.tList .tList_item {
  transform-origin: center;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 769px) {
  .tList .tList_item {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .tList .tList_item {
    width: 26.6666666667vw;
  }
}
.tList .tList_item--1, .tList .tList_item--5, .tList .tList_item--9 {
  left: 0;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s infinite;
}
.tList .tList_item--2, .tList .tList_item--6 {
  left: 25%;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 5s infinite;
}
.tList .tList_item--3, .tList .tList_item--7 {
  right: 23%;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.7s infinite;
}
.tList .tList_item--4, .tList .tList_item--8, .tList .tList_item--11 {
  right: 0;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s infinite;
}
.tList .tList_item--9, .tList .tList_item--12 {
  left: 6%;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s infinite;
}
.tList .tList_item--10, .tList .tList_item--13 {
  left: 35%;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 4.5s infinite;
}
.tList .tList_item--11, .tList .tList_item--14 {
  right: 6%;
  animation: katakata 3s cubic-bezier(0.215, 0.61, 0.355, 1) 3.7s infinite;
}

/* .nav
===================================================== */
.nav {
  margin-left: auto;
  margin-right: auto;
  background-color: #FFEDD1;
}
@media screen and (min-width: 769px) {
  .nav {
    width: 365px;
    border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #001B6D;
    margin-bottom: 70px;
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    width: 89.0666666667vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #001B6D;
    margin-bottom: 18.6666666667vw;
    margin-top: 8.8vw;
  }
}
.nav .navTitle {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .nav .navTitle {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navTitle {
    margin-top: 10.6666666667vw;
    margin-bottom: 4vw;
  }
}
.nav .navTitle .navTitle_sub {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .nav .navTitle .navTitle_sub {
    font-size: 12px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navTitle .navTitle_sub {
    font-size: 3.2vw;
    margin-bottom: 0.5333333333vw;
  }
}
.nav .navTitle .navTitle_main {
  display: block;
  font-family: "gabriella", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .nav .navTitle .navTitle_main {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navTitle .navTitle_main {
    font-size: 6.6666666667vw;
  }
}
.nav .navList {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .nav .navList {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_item {
    border-bottom: 1px dashed #001B6D;
    width: 280px;
    padding: 15px 2px 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_item {
    border-bottom: 0.2666666667vw dashed #001B6D;
    width: 74.6666666667vw;
    padding: 4vw 0.5333333333vw 1.3333333333vw 4vw;
  }
}
.nav .navList .navList_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .navList .navList_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_txt {
    font-size: 4.2666666667vw;
  }
}
.nav .navList .navList_btn {
  display: block;
  background-color: #FED799;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_btn {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_btn {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .nav .navList .navList_btn svg {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  .nav .navList .navList_btn svg {
    width: 3.4666666667vw;
  }
}

.botomSlide {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .botomSlide {
    width: 375px;
    margin-top: 60px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 768px) {
  .botomSlide {
    width: 89.0666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 16vw;
  }
}

@media screen and (min-width: 769px) {
  .main .nav {
    display: none;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1299px) {
  .main .nav {
    display: block !important;
  }
}

/* .navSlideArea
===================================================== */
.navSlideArea {
  background-color: #001B6D;
  display: flex;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .navSlideArea {
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .navSlideArea {
    height: 4.5333333333vw;
  }
}
.navSlideArea .navSlide {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
.navSlideArea .navSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.navSlideArea .navSlide_inner:first-child {
  animation: loopslide1_x 60s -30s linear infinite;
}
.navSlideArea .navSlide_inner:last-child {
  animation: loopslide2_y 60s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.navSlideArea .navSlide_inner {
  width: fit-content;
}
.navSlideArea .navSlide_item {
  width: auto;
  height: 8px;
}
@media screen and (min-width: 769px) {
  .navSlideArea .navSlide_item {
    margin: 0 3px;
  }
}
@media screen and (max-width: 768px) {
  .navSlideArea .navSlide_item {
    margin: 0 0.8vw;
    height: 2.1333333333vw;
  }
}

/* .sec
===================================================== */
.sec .secTitle {
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec .secTitle {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle {
    margin-bottom: 7.2vw;
  }
}
.sec .secTitle .secTitle_fukidashi {
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec .secTitle .secTitle_fukidashi {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle .secTitle_fukidashi {
    margin-bottom: 0.5333333333vw;
  }
}
.sec .secTitle .secTitle_fukidashi svg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec .secTitle .secTitle_fukidashi svg {
    width: 157px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle .secTitle_fukidashi svg {
    width: 34.9333333333vw;
  }
}
.sec .secTitle .secTitle_fukidashi span {
  display: block;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .sec .secTitle .secTitle_fukidashi span {
    font-size: 16px;
    top: 9px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle .secTitle_fukidashi span {
    font-size: 3.4666666667vw;
    top: 2.4vw;
  }
}
.sec .secTitle .secTitle_en {
  display: block;
  font-family: "gabriella", sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sec .secTitle .secTitle_en {
    font-size: 39px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle .secTitle_en {
    font-size: 8.5333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.sec .secTitle .secTitle_ja {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sec .secTitle .secTitle_ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secTitle .secTitle_ja {
    font-size: 3.4666666667vw;
  }
}
.sec .secTitle .secTitle_en,
.sec .secTitle .secTitle_ja {
  transition-delay: 0.3s;
}
.sec .secTitle .secTitle_img {
  transition-delay: 0.6s;
}
.sec .secBtn {
  background-color: #001B6D;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .sec .secBtn {
    width: 338px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secBtn {
    width: 73.6vw;
  }
}
.sec .secBtn .secBtn_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .sec .secBtn .secBtn_link {
    gap: 8px;
    line-height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secBtn .secBtn_link {
    gap: 2.1333333333vw;
    line-height: 11.4666666667vw;
  }
}
.sec .secBtn .secBtn_txt {
  display: block;
  color: #FED799;
}
@media screen and (min-width: 769px) {
  .sec .secBtn .secBtn_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secBtn .secBtn_txt {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .sec .secBtn svg {
    width: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secBtn svg {
    width: 3.7333333333vw;
  }
}

/* #campaign
===================================================== */
@media screen and (min-width: 769px) {
  #campaign {
    margin-bottom: 70px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  #campaign {
    margin-bottom: 14.6666666667vw;
  }
}
#campaign .campaignEntry {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #campaign .campaignEntry {
    border-top: 1px dashed #001B6D;
    border-bottom: 1px dashed #001B6D;
    width: 316px;
    padding: 12px 0 17px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaignEntry {
    border-top: 0.2666666667vw dashed #001B6D;
    border-bottom: 0.2666666667vw dashed #001B6D;
    width: 84.2666666667vw;
    padding: 3.2vw 0 4.5333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #campaign .campaignEntry dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaignEntry dt {
    font-size: 3.4666666667vw;
  }
}
#campaign .campaignEntry dd {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#campaign .campaignEntry dd::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #D8C1EA;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #campaign .campaignEntry dd::before {
    height: 13px;
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaignEntry dd::before {
    height: 2.9333333333vw;
    bottom: 0.8vw;
  }
}
#campaign .campaignEntry dd span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #campaign .campaignEntry dd span {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #campaign .campaignEntry dd span {
    font-size: 5.0666666667vw;
  }
}

.campaignText {
  letter-spacing: 0.01em;
  line-height: 1.7692307692;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .campaignText {
    font-size: 16px;
    width: 375px;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 768px) {
  .campaignText {
    font-size: 3.4666666667vw;
    width: 84.2666666667vw;
    margin-bottom: 4.5333333333vw;
  }
}

.campaignPresent {
  position: relative;
}
@media screen and (min-width: 769px) {
  .campaignPresent {
    height: 370px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent {
    height: 84.5333333333vw;
    margin-bottom: 5.8666666667vw;
  }
}
.campaignPresent .campaignPresent_title {
  width: fit-content;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_title {
    top: 0;
    left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_title {
    top: 0;
    left: 5.8666666667vw;
  }
}
.campaignPresent .campaignPresent_title svg {
  animation: tikatika 800ms steps(1) infinite;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_title svg {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_title svg {
    width: 41.3333333333vw;
  }
}
@keyframes tikatika {
  0%, 100% {
    transform: rotate(-11deg);
  }
  50% {
    transform: scale(1.03) rotate(-8deg);
  }
}
.campaignPresent .campaignPresent_title span {
  position: absolute;
  z-index: 2;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-14deg);
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_title span {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_title span {
    font-size: 4.5333333333vw;
  }
}
.campaignPresent .campaignPresent_item {
  position: absolute;
}
.campaignPresent .campaignPresent_item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_item--1 {
    width: 202px;
    top: 6px;
    right: 57px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_item--1 {
    width: 46.4vw;
    top: 1.6vw;
    right: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_item--2 {
    width: 185px;
    top: 90px;
    left: 58px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_item--2 {
    width: 42.6666666667vw;
    top: 19.4666666667vw;
    left: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_item--3 {
    width: 154px;
    bottom: 50px;
    right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_item--3 {
    width: 35.4666666667vw;
    bottom: 12vw;
    right: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .campaignPresent .campaignPresent_item--4 {
    width: 243px;
    bottom: 0;
    left: 81px;
  }
}
@media screen and (max-width: 768px) {
  .campaignPresent .campaignPresent_item--4 {
    width: 57.0666666667vw;
    bottom: 0;
    left: 14.4vw;
  }
}

/* #pickup
===================================================== */
#pickup {
  position: relative;
}
@media screen and (min-width: 769px) {
  #pickup {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #pickup {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #pickup .secTitle .secTitle_en {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .secTitle .secTitle_en {
    font-size: 7.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #pickup .secTitle .secTitle_ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .secTitle .secTitle_ja {
    font-size: 4.2666666667vw;
  }
}
#pickup .pickup_area {
  position: relative;
}
#pickup .pickup_area .pickup_txt {
  position: absolute;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_area .pickup_txt {
    top: -19px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .pickup_area .pickup_txt {
    top: -8vw;
  }
}
#pickup .pickup_area .pickup_txt span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-9deg);
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_area .pickup_txt span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .pickup_area .pickup_txt span {
    font-size: 3.4666666667vw;
  }
}
#pickup .pickup_area .pickup_txt svg {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #pickup .pickup_area .pickup_txt svg {
    width: 113px;
  }
}
@media screen and (max-width: 768px) {
  #pickup .pickup_area .pickup_txt svg {
    width: 30.1333333333vw;
  }
}
#pickup .pickup_url {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
}

/* #ranking
===================================================== */
@media screen and (min-width: 769px) {
  #ranking .secTitle .secTitle_ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #ranking .secTitle .secTitle_ja {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #ranking .secBtn {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  #ranking .secBtn {
    margin-top: 9.3333333333vw;
  }
}

/* .itemList
===================================================== */
.itemList {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .itemList {
    margin-bottom: 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .itemList {
    margin-bottom: 2.1333333333vw;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .itemList .swiper-wrapper {
    padding-bottom: 25px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .itemList .swiper-wrapper {
    padding-bottom: 8vw;
  }
}
.itemList .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .itemList .swiper-scrollbar {
    width: 407px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .itemList .swiper-scrollbar {
    width: 87.4666666667vw;
    height: 5px;
    background-color: #fff;
  }
}
.itemList .swiper-scrollbar-drag {
  background-color: #AD9FA2;
}

.itemList_text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .itemList_text {
    gap: 6px;
    padding: 0 35px;
  }
}
@media screen and (max-width: 768px) {
  .itemList_text {
    gap: 1.3333333333vw;
    padding: 0 8vw;
  }
}
.itemList_text span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .itemList_text span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .itemList_text span {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .itemList_text svg {
    width: 49px;
  }
}
@media screen and (max-width: 768px) {
  .itemList_text svg {
    width: 8.5333333333vw;
  }
}

/* 自動取得
===================================================== */
.itemList {
  overflow: hidden;
  position: relative;
}
.itemList a {
  display: block;
  color: #001B6D;
}
.itemList a > p {
  position: relative;
}
@media screen and (min-width: 769px) {
  .itemList img {
    margin-bottom: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .itemList img {
    margin-bottom: 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.itemList img + span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #219bd9;
  color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .itemList img + span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .itemList img + span {
    padding: 0.8vw 2.1333333333vw;
    font-size: 2.4vw;
  }
}
.itemList .ico_box {
  display: none;
}
.itemList .ico_box + p {
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .itemList .ico_box + p {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 768px) {
  .itemList .ico_box + p {
    font-size: 3.2vw;
    margin-bottom: 0.8vw;
  }
}
.itemList .textOverflow,
.itemList .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.5555555556;
}
@media screen and (min-width: 769px) {
  .itemList .textOverflow,
  .itemList .label {
    font-size: 11px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .itemList .textOverflow,
  .itemList .label {
    margin-bottom: 1.8666666667vw;
    font-size: 2.4vw;
  }
}
.itemList .price,
.itemList .salecolor,
.itemList .salecolor + .price {
  line-height: 1.25;
}
@media screen and (min-width: 769px) {
  .itemList .price,
  .itemList .salecolor,
  .itemList .salecolor + .price {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .itemList .price,
  .itemList .salecolor,
  .itemList .salecolor + .price {
    font-size: 3.2vw;
  }
}
.itemList .salecolor,
.itemList .salecolor + .price {
  color: #cc0b0b;
}

/* #update
===================================================== */
@media screen and (min-width: 769px) {
  #update {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #update {
    margin-top: 18.6666666667vw;
  }
}
#update .secTitle {
  position: relative;
}
@media screen and (min-width: 769px) {
  #update .secTitle .secTitle_fukidashi {
    margin-bottom: 10px;
  }
}
#update .secTitle .secTitle_en {
  line-height: 0.9393939394;
}
@media screen and (min-width: 769px) {
  #update .secTitle .secTitle_en {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  #update .secTitle .secTitle_en {
    font-size: 8.8vw;
  }
}
#update .secTitle .secTitle_ja {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  #update .secTitle .secTitle_ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #update .secTitle .secTitle_ja {
    font-size: 4.2666666667vw;
  }
}
#update .secTitle .secTitle_img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #update .secTitle .secTitle_img {
    width: 120px;
    top: -22px;
    right: -43px;
  }
}
@media screen and (max-width: 768px) {
  #update .secTitle .secTitle_img {
    width: 25.3333333333vw;
    top: -5.8666666667vw;
    right: -9.0666666667vw;
  }
}
#update .tag .tagTitle {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #update .tag .tagTitle {
    font-size: 19px;
    margin-top: 45px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #update .tag .tagTitle {
    font-size: 4vw;
    margin-top: 10.1333333333vw;
    margin-bottom: 3.2vw;
  }
}
#update .tag .tagList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #update .tag .tagList {
    width: 354px;
    gap: 9px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #update .tag .tagList {
    width: 74.6666666667vw;
    gap: 1.3333333333vw;
    margin-bottom: 21.3333333333vw;
  }
}
#update .tag .tagList_item {
  border-radius: 999px;
  background-color: #FED799;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #update .tag .tagList_item {
    border: 1px solid #001B6D;
  }
}
@media screen and (max-width: 768px) {
  #update .tag .tagList_item {
    border: 0.2666666667vw solid #001B6D;
  }
}
#update .tag .tagList_link {
  display: block;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #update .tag .tagList_link {
    line-height: 36px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #update .tag .tagList_link {
    line-height: 7.7333333333vw;
    font-size: 3.2vw;
  }
}

/* .style
===================================================== */
@media screen and (min-width: 769px) {
  .style:not(:last-of-type) {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .style:not(:last-of-type) {
    margin-bottom: 90px;
  }
}
.style .styleTitle {
  position: relative;
  width: 100%;
}
.style .styleTitle .styleTitleTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .style .styleTitle .styleTitleTxt {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .style .styleTitle .styleTitleTxt {
    gap: 2.6666666667vw;
  }
}
.style .styleTitle .styleTitleTxt .styleTitleTxt_en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .style .styleTitle .styleTitleTxt .styleTitleTxt_en {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .style .styleTitle .styleTitleTxt .styleTitleTxt_en {
    font-size: 5.3333333333vw;
  }
}
.style .styleTitle .styleTitleTxt .styleTitleTxt_num {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  background-color: #001B6D;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .style .styleTitle .styleTitleTxt .styleTitleTxt_num {
    font-size: 19px;
    width: 37px;
    line-height: 37px;
  }
}
@media screen and (max-width: 768px) {
  .style .styleTitle .styleTitleTxt .styleTitleTxt_num {
    font-size: 4vw;
    width: 7.7333333333vw;
    line-height: 7.7333333333vw;
  }
}
.style .styleTitle .styleTitleSlide {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: -15%;
  left: 50%;
}
.style .styleTitle .styleTitleSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.style .styleTitle .styleTitleSlide_inner:first-child {
  animation: loopslide1_x 140s -70s linear infinite;
}
.style .styleTitle .styleTitleSlide_inner:last-child {
  animation: loopslide2_y 140s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.style .styleTitle .styleTitleSlide .styleTitleSlide_inner {
  width: fit-content;
}
.style .styleTitle .styleTitleSlide .styleTitleSlide_item {
  width: auto;
}
@media screen and (min-width: 769px) {
  .style .styleTitle .styleTitleSlide .styleTitleSlide_item {
    height: 45px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .style .styleTitle .styleTitleSlide .styleTitleSlide_item {
    height: 9.6vw;
    margin: 0 1.8666666667vw;
  }
}
.style .styleInner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .style .styleInner {
    width: 390px;
  }
}
@media screen and (max-width: 768px) {
  .style .styleInner {
    width: 83.7333333333vw;
  }
}
.style .styleImg {
  position: relative;
}
.style .styleImg .styleImg_item {
  position: absolute;
}
.style .styleTxt {
  letter-spacing: -0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .style .styleTxt {
    font-size: 15px;
    border-bottom: 1px dashed #001B6D;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .style .styleTxt {
    font-size: 3.2vw;
    border-bottom: 0.2666666667vw dashed #001B6D;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 8vw;
  }
}
.style .styleTxt span {
  display: block;
}

/* .credit
===================================================== */
.credit {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .credit {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .credit {
    gap: 2.6666666667vw;
  }
}
.credit .credit_link {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.credit .credit_thumb {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .credit .credit_thumb {
    width: 53px;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_thumb {
    width: 11.2vw;
  }
}
.credit .credit_data {
  width: 100%;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .credit .credit_data {
    margin: 0 13px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_data {
    margin: 0 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}
.credit .credit_brand {
  display: block;
}
.credit .credit_name {
  display: block;
}
.credit .credit_price {
  display: block;
}
.credit .creditAjax_price__proper::before,
.credit .creditAjax_price__sale::before {
  content: "¥";
}
.credit .creditAjax_price__sale {
  color: #ee2e2e;
  margin-left: 5px;
}
.credit .creditAjax_price__off {
  color: #ee2e2e;
}
.credit .creditAjax_price__off::before {
  content: "(";
}
.credit .creditAjax_price__off::after {
  content: ")";
}
.credit .creditAjax__saleOn .creditAjax_price__proper {
  text-decoration: line-through;
}
.credit .credit_btn {
  flex-shrink: 0;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
@media screen and (min-width: 769px) {
  .credit .credit_btn {
    line-height: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_btn {
    line-height: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.credit .credit_btn--buy {
  background-color: #001B6D;
  border: 1px solid #001B6D;
  color: #DFD3EA;
}
@media screen and (min-width: 769px) {
  .credit .credit_btn--buy {
    width: 73px;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_btn--buy {
    width: 15.4666666667vw;
  }
}
.credit .credit_btn--coming {
  background-color: transparent;
  border: 1px solid #001B6D;
  color: #001B6D;
}
@media screen and (min-width: 769px) {
  .credit .credit_btn--coming {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .credit .credit_btn--coming {
    width: 32vw;
  }
}

/* #style--1
===================================================== */
@media screen and (min-width: 769px) {
  #style--1 .styleImg {
    height: 980.48px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg {
    height: 204.2666666667vw;
    margin-bottom: 8vw;
  }
}
#style--1 .styleImg .styleImg_item--1 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--1 {
    width: 344.32px;
    top: 34.56px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--1 {
    width: 71.7333333333vw;
    top: 7.2vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--2 {
    width: 180.48px;
    top: 55.04px;
    right: 24.32px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--2 {
    width: 37.6vw;
    top: 11.4666666667vw;
    right: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--31 {
    width: 125.44px;
    top: 224px;
    right: 12.8px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--31 {
    width: 26.1333333333vw;
    top: 46.6666666667vw;
    right: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--32 {
    width: 107.52px;
    top: 350.72px;
    right: 25.6px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--32 {
    width: 22.4vw;
    top: 73.0666666667vw;
    right: 5.3333333333vw;
  }
}
#style--1 .styleImg .styleImg_item--4 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--4 {
    width: 216.32px;
    top: 473.6px;
    right: 24.32px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--4 {
    width: 45.0666666667vw;
    top: 98.6666666667vw;
    right: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--5 {
    width: 276.48px;
    bottom: 0;
    left: 39.68px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--5 {
    width: 57.6vw;
    bottom: 0vw;
    left: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--61 {
    width: 94.72px;
    bottom: 84.48px;
    right: 51.2px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--61 {
    width: 19.7333333333vw;
    bottom: 17.6vw;
    right: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--1 .styleImg .styleImg_item--62 {
    width: 96px;
    bottom: 69.12px;
    right: 57.6px;
  }
}
@media screen and (max-width: 768px) {
  #style--1 .styleImg .styleImg_item--62 {
    width: 20vw;
    bottom: 14.4vw;
    right: 12vw;
  }
}

/* #style--2
===================================================== */
#style--2 .styleTitleSlide {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
#style--2 .styleTitleSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
#style--2 .styleTitleSlide_inner:first-child {
  animation: loopslide1_x 80s -40s linear infinite;
}
#style--2 .styleTitleSlide_inner:last-child {
  animation: loopslide2_y 80s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg {
    height: 1044.48px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg {
    height: 217.6vw;
    margin-bottom: 0vw;
  }
}
#style--2 .styleImg .styleImg_item--11 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--11 {
    width: 125.44px;
    top: 30.72px;
    left: 75.52px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--11 {
    width: 26.1333333333vw;
    top: 6.4vw;
    left: 15.7333333333vw;
  }
}
#style--2 .styleImg .styleImg_item--12 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--12 {
    width: 107.52px;
    top: 160px;
    left: 39.68px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--12 {
    width: 22.4vw;
    top: 33.3333333333vw;
    left: 8.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--2 {
    width: 149.76px;
    top: 277.76px;
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--2 {
    width: 31.2vw;
    top: 57.8666666667vw;
    left: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--3 {
    width: 254.72px;
    top: 485.12px;
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--3 {
    width: 53.0666666667vw;
    top: 101.0666666667vw;
    left: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--4 {
    width: 334.08px;
    top: 25.6px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--4 {
    width: 69.6vw;
    top: 5.3333333333vw;
    right: 0vw;
  }
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--51 {
    width: 94.72px;
    bottom: 74.24px;
    left: 69.12px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--51 {
    width: 19.7333333333vw;
    bottom: 15.4666666667vw;
    left: 14.4vw;
  }
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--52 {
    width: 134.4px;
    bottom: 55.04px;
    left: 48.64px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--52 {
    width: 28vw;
    bottom: 11.4666666667vw;
    left: 10.1333333333vw;
  }
}
#style--2 .styleImg .styleImg_item--61 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--61 {
    width: 276.48px;
    bottom: 33.28px;
    right: 2.56px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--61 {
    width: 57.6vw;
    bottom: 6.9333333333vw;
    right: 0.5333333333vw;
  }
}
#style--2 .styleImg .styleImg_item--62 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #style--2 .styleImg .styleImg_item--62 {
    width: 276.48px;
    bottom: 0;
    right: 56.32px;
  }
}
@media screen and (max-width: 768px) {
  #style--2 .styleImg .styleImg_item--62 {
    width: 57.6vw;
    bottom: 0vw;
    right: 11.7333333333vw;
  }
}

/* #style--3
===================================================== */
#style--3 .styleTitleSlide {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
#style--3 .styleTitleSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
#style--3 .styleTitleSlide_inner:first-child {
  animation: loopslide1_x 80s -40s linear infinite;
}
#style--3 .styleTitleSlide_inner:last-child {
  animation: loopslide2_y 80s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media screen and (min-width: 769px) {
  #style--3 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg {
    height: 1057.28px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg {
    height: 220.2666666667vw;
    margin-bottom: 16vw;
  }
}
#style--3 .styleImg .styleImg_item--1 {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--1 {
    width: 323.84px;
    top: 26.88px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--1 {
    width: 67.4666666667vw;
    top: 5.6vw;
    left: 0vw;
  }
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--21 {
    width: 161.28px;
    top: 56.32px;
    right: 61.44px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--21 {
    width: 33.6vw;
    top: 11.7333333333vw;
    right: 12.8vw;
  }
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--22 {
    width: 104.96px;
    top: 215.04px;
    right: 51.2px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--22 {
    width: 21.8666666667vw;
    top: 44.8vw;
    right: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--3 {
    width: 220.16px;
    top: 264.96px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--3 {
    width: 45.8666666667vw;
    top: 55.2vw;
    right: 0vw;
  }
}
#style--3 .styleImg .styleImg_item--4 {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--4 {
    width: 261.12px;
    top: 495.36px;
    right: 37.12px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--4 {
    width: 54.4vw;
    top: 103.2vw;
    right: 7.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--5 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--5 {
    bottom: 0vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#style--3 .styleImg .styleImg_item--5::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #FED799;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--5::before {
    width: 248.32px;
    height: 248.32px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--5::before {
    width: 51.7333333333vw;
    height: 51.7333333333vw;
  }
}
#style--3 .styleImg .styleImg_item--5 img {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--5 img {
    width: 288px;
    top: -30.72px;
    left: -28.16px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--5 img {
    width: 60vw;
    top: -6.4vw;
    left: -5.8666666667vw;
  }
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loopWrap {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  background-color: transparent;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--5 .styleImg_loopWrap {
    width: 248.32px;
    height: 248.32px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--5 .styleImg_loopWrap {
    width: 51.7333333333vw;
    height: 51.7333333333vw;
  }
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop_inner:first-child {
  animation: loopslide1_x 100s -50s linear infinite;
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop_inner:last-child {
  animation: loopslide2_y 100s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_inner {
  width: fit-content;
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_item {
  width: fit-content;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_item {
    margin-right: 1.3333333333vw;
  }
}
#style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_item img {
  position: static;
  height: auto;
  top: auto;
  left: auto;
}
@media screen and (min-width: 769px) {
  #style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_item img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  #style--3 .styleImg .styleImg_item--5 .styleImg_loop .styleImg_loop_item img {
    width: 45.3333333333vw;
  }
}

/* .wearCoice
===================================================== */
@media screen and (min-width: 769px) {
  .wearCoice .secTitle .secTitle_en {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .secTitle .secTitle_en {
    font-size: 7.4666666667vw;
    margin-bottom: 8vw;
  }
}
.wearCoice .wearCoiceTxt {
  position: relative;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceTxt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceTxt {
    margin-bottom: 5.3333333333vw;
  }
}
.wearCoice .wearCoiceTxt .wearCoiceTxt_img {
  position: absolute;
  top: 0;
  left: 0;
}
.wearCoice .wearCoiceBnr {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr {
    width: 432.5px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr {
    width: 92.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr:nth-of-type(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr:nth-of-type(2) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr--r .wearCoiceBnr_txt {
    right: -11px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr--r .wearCoiceBnr_txt {
    right: -2.9333333333vw;
  }
}
.wearCoice .wearCoiceBnr--r .wearCoiceBnr_txt span {
  transform: translate(-50%, -50%) rotate(19.5deg);
}
.wearCoice .wearCoiceBnr--r .wearCoiceBnr_txt svg {
  animation: tikatika_r 800ms steps(1) infinite;
}
@keyframes tikatika_r {
  0%, 100% {
    transform: rotate(19.5deg);
  }
  50% {
    transform: scale(1.03) rotate(13.5deg);
  }
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr--l .wearCoiceBnr_txt {
    left: -11px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr--l .wearCoiceBnr_txt {
    left: -2.9333333333vw;
  }
}
.wearCoice .wearCoiceBnr--l .wearCoiceBnr_txt span {
  transform: translate(-50%, -50%) rotate(-19.5deg);
}
.wearCoice .wearCoiceBnr--l .wearCoiceBnr_txt svg {
  animation: tikatika_l 800ms steps(1) infinite;
}
@keyframes tikatika_l {
  0%, 100% {
    transform: rotate(-19.5deg);
  }
  50% {
    transform: scale(1.03) rotate(-13.5deg);
  }
}
.wearCoice .wearCoiceBnr .wearCoiceBnr_link {
  display: block;
}
.wearCoice .wearCoiceBnr .wearCoiceBnr_txt {
  width: fit-content;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_txt {
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_txt {
    top: -8vw;
  }
}
.wearCoice .wearCoiceBnr .wearCoiceBnr_txt span {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_txt span {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_txt span {
    font-size: 5.0666666667vw;
  }
}
.wearCoice .wearCoiceBnr .wearCoiceBnr_txt svg {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_txt svg {
    width: 126px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_txt svg {
    width: 33.6vw;
  }
}
.wearCoice .wearCoiceBnr .wearCoiceBnr_click {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #001B6D;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_click {
    gap: 5px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_click {
    gap: 1.3333333333vw;
    padding: 0 8vw;
  }
}
.wearCoice .wearCoiceBnr .wearCoiceBnr_click span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_click span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_click span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_click svg {
    width: 9px;
  }
}
@media screen and (max-width: 768px) {
  .wearCoice .wearCoiceBnr .wearCoiceBnr_click svg {
    width: 2.4vw;
  }
}

/* #wear
===================================================== */
@media screen and (min-width: 769px) {
  #wear {
    margin-bottom: 50px;
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  #wear {
    margin-bottom: 13.3333333333vw;
    margin-top: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #wear .wearCoiceTxt .wearCoiceTxt_img {
    width: 107.5px;
    top: -5px;
    left: 55px;
  }
}
@media screen and (max-width: 768px) {
  #wear .wearCoiceTxt .wearCoiceTxt_img {
    width: 22.9333333333vw;
    top: -1.0666666667vw;
    left: 11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #wear .wearCoiceTxt .wearCoiceTxt_txt {
    width: 233.75px;
    margin-left: 177.5px;
  }
}
@media screen and (max-width: 768px) {
  #wear .wearCoiceTxt .wearCoiceTxt_txt {
    width: 49.8666666667vw;
    margin-left: 37.8666666667vw;
  }
}

/* #coice
===================================================== */
@media screen and (min-width: 769px) {
  #coice {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #coice {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coice .wearCoiceTxt .wearCoiceTxt_img {
    width: 107.5px;
    top: -5px;
    left: 257.5px;
  }
}
@media screen and (max-width: 768px) {
  #coice .wearCoiceTxt .wearCoiceTxt_img {
    width: 22.9333333333vw;
    top: -1.0666666667vw;
    left: 54.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #coice .wearCoiceTxt .wearCoiceTxt_txt {
    width: 173.75px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  #coice .wearCoiceTxt .wearCoiceTxt_txt {
    width: 37.0666666667vw;
    margin-left: 21.3333333333vw;
  }
}

/* #styling
===================================================== */
@media screen and (min-width: 769px) {
  #styling {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  #styling {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #styling .wearCoiceTxt .wearCoiceTxt_img {
    width: 107.5px;
    top: -5px;
    left: 77.5px;
  }
}
@media screen and (max-width: 768px) {
  #styling .wearCoiceTxt .wearCoiceTxt_img {
    width: 22.9333333333vw;
    top: -1.0666666667vw;
    left: 16.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #styling .wearCoiceTxt .wearCoiceTxt_txt {
    width: 145px;
    margin-left: 210px;
  }
}
@media screen and (max-width: 768px) {
  #styling .wearCoiceTxt .wearCoiceTxt_txt {
    width: 30.9333333333vw;
    margin-left: 44.8vw;
  }
}

/* #presentBottom
===================================================== */
@media screen and (min-width: 769px) {
  #presentBottom {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #presentBottom .secTitle .secTitle_en {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .secTitle .secTitle_en {
    font-size: 7.4666666667vw;
  }
}
#presentBottom .presentBottomWeve {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomWeve {
    width: 412.5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomWeve {
    width: 88vw;
    margin-bottom: 8vw;
  }
}
#presentBottom .presentBottomData {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomData {
    width: 395px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomData {
    width: 84.2666666667vw;
    margin-bottom: 18.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomData dl:first-of-type {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomData dl:first-of-type {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomData dt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomData dt {
    font-size: 3.4666666667vw;
  }
}
#presentBottom .presentBottomData dd {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#presentBottom .presentBottomData dd::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #D8C1EA;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomData dd::before {
    height: 11px;
    bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomData dd::before {
    height: 2.9333333333vw;
    bottom: 0.8vw;
  }
}
#presentBottom .presentBottomData dd span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: fit-content;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomData dd span {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomData dd span {
    font-size: 5.0666666667vw;
  }
}
#presentBottom .presentBottomStep {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep {
    width: 425px;
    gap: 65px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep {
    width: 90.6666666667vw;
    gap: 17.3333333333vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_item {
  background-color: #DFD3EA;
  position: relative;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_item {
    border: 1px solid #001B6D;
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_item {
    border: 0.2666666667vw solid #001B6D;
    border-radius: 1.6vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_inner {
    width: 258px;
    padding: 55px 0;
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_inner {
    width: 68.8vw;
    padding: 14.6666666667vw 0;
    gap: 4.8vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #DFD3EA;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_title {
    border: 1px solid #001B6D;
    height: 64px;
    width: 64px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_title {
    border: 0.2666666667vw solid #001B6D;
    height: 17.0666666667vw;
    width: 17.0666666667vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_title .presentBottomStep_titleEn {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_title .presentBottomStep_titleEn {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_title .presentBottomStep_titleEn {
    font-size: 3.4666666667vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_title .presentBottomStep_titleNum {
  display: block;
  line-height: 1;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_title .presentBottomStep_titleNum {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_title .presentBottomStep_titleNum {
    font-size: 4.8vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_txt {
  text-align: center;
  letter-spacing: 0.01em;
  line-height: 1.6875;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_txt {
    font-size: 4.2666666667vw;
  }
}
#presentBottom .presentBottomStep .presentBottomStep_btn {
  background-color: #001B6D;
  color: #D8C1EA;
  border-radius: 999px;
  width: 100%;
}
#presentBottom .presentBottomStep .presentBottomStep_btn .presentBottomStep_link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_btn .presentBottomStep_link {
    gap: 5px;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_btn .presentBottomStep_link {
    gap: 1.3333333333vw;
    line-height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_btn span {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_btn span {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #presentBottom .presentBottomStep .presentBottomStep_btn svg {
    width: 13px;
  }
}
@media screen and (max-width: 768px) {
  #presentBottom .presentBottomStep .presentBottomStep_btn svg {
    width: 3.4666666667vw;
  }
}

/* .contentsFooter
===================================================== */
@media screen and (min-width: 769px) {
  .contentsFooter {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .contentsFooter {
    padding-bottom: 18.6666666667vw;
  }
}
.contentsFooter .contentsFooterImg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contentsFooter .contentsFooterImg {
    width: 167.5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contentsFooter .contentsFooterImg {
    width: 35.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contentsFooter .contentsFooterStaff {
  color: #001B6D;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4166666667;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .contentsFooter .contentsFooterStaff {
    font-size: 12px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .contentsFooter .contentsFooterStaff {
    font-size: 3.2vw;
    margin-bottom: 14.6666666667vw;
  }
}
.contentsFooter .contentsFooterBtn {
  border-radius: 999px;
  background-color: #001B6D;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .contentsFooter .contentsFooterBtn {
    width: 338px;
    line-height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .contentsFooter .contentsFooterBtn {
    width: 73.6vw;
    line-height: 11.4666666667vw;
  }
}
.contentsFooter .contentsFooterBtn .contentsFooterBtn_link {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FED799;
}
@media screen and (min-width: 769px) {
  .contentsFooter .contentsFooterBtn .contentsFooterBtn_link {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .contentsFooter .contentsFooterBtn .contentsFooterBtn_link {
    font-size: 5.0666666667vw;
  }
}/*# sourceMappingURL=style.css.map */