@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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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 1.2s;
}
.fadeIn.on {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1.2s;
}
.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 1.2s;
}
.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 {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

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

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(5px);
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@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 1.2s 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 1.2s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 読み込み
===================================================== */
/* common
===================================================== */
@media screen and (max-width: 768px) {
  html,
body {
    overflow: hidden;
  }
}

.wrapper {
  overflow: clip;
  width: 100%;
  background-color: #fff;
  color: #000;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
  }
}

* {
  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;
  transition: opacity 1s;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
}
.loading .loadingCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 30px;
}
.loading .loadingCircle li {
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  width: 7px;
  height: 7px;
}
.loading .loadingCircle li:nth-of-type(1) {
  transition-delay: 0s;
}
.loading .loadingCircle li:nth-of-type(2) {
  transition-delay: 0.3s;
}
.loading .loadingCircle li:nth-of-type(3) {
  transition-delay: 0.6s;
}
.loading .loadingCircle li:nth-of-type(4) {
  transition-delay: 0.9s;
}
.loading .loadingCircle li:nth-of-type(5) {
  transition-delay: 1.2s;
}
.loading .loadingCircle.on li {
  opacity: 1;
}

/* .pcMask
===================================================== */
@media screen and (min-width: 769px) {
  .pcMask {
    width: 100%;
    height: calc(100vh + 1px);
    -webkit-clip-path: inset(50% 50%);
            clip-path: inset(50% 50%);
  }
  .pcMask.first {
    -webkit-animation: pcMask_1 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
            animation: pcMask_1 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
  }
  @-webkit-keyframes pcMask_1 {
    0% {
      -webkit-clip-path: inset(50% 50%);
              clip-path: inset(50% 50%);
    }
    100% {
      -webkit-clip-path: var(--square);
              clip-path: var(--square);
    }
  }
  @keyframes pcMask_1 {
    0% {
      -webkit-clip-path: inset(50% 50%);
              clip-path: inset(50% 50%);
    }
    100% {
      -webkit-clip-path: var(--square);
              clip-path: var(--square);
    }
  }
  .pcMask.second {
    -webkit-animation: pcMask_2 1s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
            animation: pcMask_2 1s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
  }
  @-webkit-keyframes pcMask_2 {
    0% {
      -webkit-clip-path: var(--square);
              clip-path: var(--square);
      height: calc(100vh + 1px);
    }
    99% {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
      height: calc(100vh + 1px);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
      height: auto;
    }
  }
  @keyframes pcMask_2 {
    0% {
      -webkit-clip-path: var(--square);
              clip-path: var(--square);
      height: calc(100vh + 1px);
    }
    99% {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
      height: calc(100vh + 1px);
    }
    100% {
      -webkit-clip-path: inset(0 0 0 0);
              clip-path: inset(0 0 0 0);
      height: auto;
    }
  }
}

/* .pcMaskLogo
===================================================== */
@media screen and (min-width: 769px) {
  .pcMaskLogo {
    position: fixed;
    z-index: 2;
    width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-47%, calc(-50% + 20px));
    transition: opacity 0.7s, transform 0.7s;
    opacity: 0;
    pointer-events: none;
  }
  .pcMaskLogo.show {
    opacity: 1;
    transform: translate(-47%, -50%);
  }
}

/* .pcContent
===================================================== */
@media screen and (min-width: 769px) {
  .pcContent .tbContent {
    width: 70.8333333333vw;
    display: flex;
  }
  .pcContent .fv {
    width: 29.1666666667vw;
  }
  .pcContent .main {
    width: 41.6666666667vw;
    overflow: clip;
    flex-shrink: 0;
    margin-left: auto;
  }
  .pcContent .footer {
    width: 29.1666666667vw;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .pcContent .fv {
    width: 50vw;
  }
  .pcContent .tbContent {
    width: 50vw;
    margin-left: auto;
  }
  .pcContent .tbContent .main {
    width: 100%;
  }
  .pcContent .tbContent .footer {
    width: 50vw;
  }
}

/* .fv
===================================================== */
.fv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (max-width: 768px) {
  .fv.none {
    opacity: 0;
    pointer-events: none;
  }
}
.fv .fvInner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvInner {
    width: 70%;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .fv .fvInner {
    width: 65%;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvInner {
    max-width: 550px;
    width: 87.3907615481vw;
    margin-top: 7.5vw;
  }
}
.fv .fvClip {
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv .fvClip {
    -webkit-clip-path: inset(50% 50%);
            clip-path: inset(50% 50%);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvClip.first {
    -webkit-animation: fvImg_1 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
            animation: fvImg_1 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
  }
}
@-webkit-keyframes fvImg_1 {
  0% {
    -webkit-clip-path: inset(50% 50%);
            clip-path: inset(50% 50%);
  }
  100% {
    -webkit-clip-path: inset(31.8% 21.5%);
            clip-path: inset(31.8% 21.5%);
  }
}
@keyframes fvImg_1 {
  0% {
    -webkit-clip-path: inset(50% 50%);
            clip-path: inset(50% 50%);
  }
  100% {
    -webkit-clip-path: inset(31.8% 21.5%);
            clip-path: inset(31.8% 21.5%);
  }
}
@media screen and (max-width: 768px) {
  .fv .fvClip.second {
    -webkit-animation: fvImg_2 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
            animation: fvImg_2 0.7s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
  }
}
@-webkit-keyframes fvImg_2 {
  0% {
    -webkit-clip-path: inset(31.8% 21.5%);
            clip-path: inset(31.8% 21.5%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes fvImg_2 {
  0% {
    -webkit-clip-path: inset(31.8% 21.5%);
            clip-path: inset(31.8% 21.5%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.fv .fvImg {
  width: 100%;
  background-image: url(../images/fv.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 156.7142857143%;
  z-index: 2;
}
.fv .fvLogo {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transition: opacity 0.7s, transform 0.7s;
}
@media screen and (min-width: 769px) {
  .fv .fvLogo {
    width: 18.4722222222vw;
    top: 0%;
    right: 0;
    transform: translate(-3%, -65%);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .fv .fvLogo {
    width: 29.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLogo {
    opacity: 0;
    width: 79.1510611735vw;
    max-width: 498px;
    top: 50%;
    right: 0;
    transform: translate(-3%, calc(-65% + 20px));
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLogo.show {
    transform: translate(-3%, calc(-65% + 0px));
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvLogo.move {
    -webkit-animation: fvLogo 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
            animation: fvLogo 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0s both;
  }
}
@-webkit-keyframes fvLogo {
  0% {
    top: 50%;
    right: 0;
    transform: translate(-3%, -65%);
  }
  100% {
    top: 0%;
    right: 0;
    transform: translate(-3%, -65%);
  }
}
@keyframes fvLogo {
  0% {
    top: 50%;
    right: 0;
    transform: translate(-3%, -65%);
  }
  100% {
    top: 0%;
    right: 0;
    transform: translate(-3%, -65%);
  }
}
.fv .fvSub {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .fvSub {
    width: 9.0277777778vw;
    top: 1.875vw;
    right: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .fv .fvSub {
    width: 14.4166666667vw;
    top: 2.6666666667vw;
    right: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSub {
    width: 38.5vw;
    max-width: 242px;
    top: 7vw;
    right: 3.25vw;
  }
}
.fv .fvText {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .fvText {
    width: 12.7777777778vw;
    left: -1.3888888889vw;
    bottom: 3.125vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .fv .fvText {
    width: 20.4166666667vw;
    left: -1.6666666667vw;
    bottom: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText {
    width: 55vw;
    max-width: 345px;
    left: -5vw;
    bottom: 10vw;
  }
}

/* .main
===================================================== */
.main {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .main {
    padding: 100px 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .main {
    padding: 100px 0 15vw;
    margin: 0 0 100vh;
    margin: 0 0 100svh;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 37.5vw 0;
    margin: 100vh 0 100vh;
    margin: 100svh 0 100vh;
  }
}

/* .sec
===================================================== */
.sec .secInner {
  position: relative;
}
.sec .secNum {
  position: absolute;
  z-index: 2;
}
.sec .secNum img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .sec .secNum img {
    height: 4.1145833333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .sec .secNum img {
    height: 4.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .sec .secNum img {
    height: 9.875vw;
  }
}
.sec .imgArea {
  position: relative;
}
.sec .imgArea::before {
  content: "";
  display: block;
}
.sec .imgArea .img {
  position: relative;
}
.sec .imgArea .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.sec .imgArea .img.show::before {
  opacity: 1;
}

/* .credit
===================================================== */
.cleditOpen {
  cursor: pointer;
}
.cleditOpen .credit {
  color: #fff;
  display: none;
}
.cleditOpen .credit a.coming {
  opacity: 0.5;
}
.cleditOpen .credit .credit_btn {
  border: 1px solid #fff;
}

.credit {
  z-index: 3;
}
.credit ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .credit ul {
    gap: 0.8333333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul {
    gap: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul {
    gap: 2vw;
  }
}
.credit ul li {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .credit ul li {
    font-size: 1.1458333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul li {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li {
    font-size: 2.75vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.credit_cate:nth-child(n+2) {
    margin-top: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul li.credit_cate:nth-child(n+2) {
    margin-top: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li.credit_cate:nth-child(n+2) {
    margin-top: 3.75vw;
  }
}
.credit ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.credit ul a.coming {
  opacity: 0.4;
}
.credit ul .credit_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.credit ul .credit_name {
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .credit ul .credit_name {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul .credit_name {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_name {
    margin-right: 2.5vw;
  }
}
.credit ul .credit_price .tax {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .credit ul .credit_price .tax {
    margin-left: 0.3125vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul .credit_price .tax {
    margin-left: 0.375vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_price .tax {
    margin-left: 0.75vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul .credit_price {
    margin-right: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul .credit_price {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_price {
    margin-right: 2.5vw;
  }
}
.credit ul .credit_btn {
  white-space: nowrap;
  border: 1px solid #000;
  flex-shrink: 0;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  .credit ul .credit_btn {
    padding: 0.1041666667vw 1.0416666667vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .credit ul .credit_btn {
    padding: 0.125vw 1.25vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_btn {
    padding: 0.25vw 2.5vw;
    font-size: 2.5vw;
  }
}

/* .mark
===================================================== */
.mark {
  position: absolute;
  display: block;
  transition: transform 0.5s;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .mark {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .mark {
    width: 4.0625vw;
    height: 4.0625vw;
  }
}
@media screen and (max-width: 768px) {
  .mark {
    width: 8.125vw;
    height: 8.125vw;
  }
}
.mark.open {
  transform: rotate(180deg);
}
.mark.open span:last-of-type {
  opacity: 0;
}
.mark span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.mark span:first-of-type {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mark span:first-of-type {
    height: 0.2083333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .mark span:first-of-type {
    height: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mark span:first-of-type {
    height: 0.5vw;
  }
}
.mark span:last-of-type {
  transition: opacity 0.5s;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .mark span:last-of-type {
    width: 0.2083333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .mark span:last-of-type {
    width: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .mark span:last-of-type {
    width: 0.5vw;
  }
}

/* #sec__1
===================================================== */
@media screen and (min-width: 769px) {
  #sec__1 {
    margin-bottom: 7.0833333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 {
    margin-bottom: 8.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 {
    margin-bottom: 17vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__1 .secNum {
    top: 0.5208333333vw;
    left: 2.8125vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .secNum {
    top: 0.625vw;
    left: 3.375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .secNum {
    top: 1.25vw;
    left: 6.75vw;
  }
}
#sec__1 .imgArea::before {
  padding-top: 114.375%;
}
#sec__1 .imgArea .img {
  position: absolute;
}
#sec__1 .imgArea .img__1 {
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  #sec__1 .imgArea .img__1 {
    width: 25.6770833333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .imgArea .img__1 {
    width: 30.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .imgArea .img__1 {
    width: 61.625vw;
  }
}
#sec__1 .imgArea .img__2 {
  left: 0;
}
@media screen and (min-width: 769px) {
  #sec__1 .imgArea .img__2 {
    top: 8.125vw;
    width: 14.9479166667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .imgArea .img__2 {
    top: 9.75vw;
    width: 17.9375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .imgArea .img__2 {
    top: 19.5vw;
    width: 35.875vw;
  }
}
#sec__1 .imgArea .img__3 {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__1 .imgArea .img__3 {
    left: 3.125vw;
    width: 11.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .imgArea .img__3 {
    left: 3.75vw;
    width: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .imgArea .img__3 {
    left: 7.5vw;
    width: 28vw;
  }
}
#sec__1 .credit {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__1 .credit {
    left: 16.3541666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .credit {
    left: 19.625vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .credit {
    left: 39.25vw;
  }
}

/* #sec__2
===================================================== */
@media screen and (min-width: 769px) {
  #sec__2 {
    margin-bottom: 10.9375vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 {
    margin-bottom: 13.125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 {
    margin-bottom: 26.25vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__2 .secNum {
    top: 38.4375vw;
    left: 11.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .secNum {
    top: 46.125vw;
    left: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .secNum {
    top: 92.25vw;
    left: 28vw;
  }
}
#sec__2 .imgArea {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__2 .imgArea {
    width: 38.8020833333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .imgArea {
    width: 46.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .imgArea {
    width: 93.125vw;
  }
}
#sec__2 .imgArea::before {
  padding-top: 142.9530201342%;
}
#sec__2 .imgArea .img {
  position: absolute;
}
#sec__2 .imgArea .img__1 {
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #sec__2 .imgArea .img__1 {
    width: 26.1979166667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .imgArea .img__1 {
    width: 31.4375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .imgArea .img__1 {
    width: 62.875vw;
  }
}
#sec__2 .imgArea .img__2 {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__2 .imgArea .img__2 {
    width: 19.4270833333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .imgArea .img__2 {
    width: 23.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .imgArea .img__2 {
    width: 46.625vw;
  }
}
#sec__2 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__2 .credit {
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .credit {
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .credit {
    bottom: 0;
    left: 0;
  }
}

/* #sec__3
===================================================== */
@media screen and (min-width: 769px) {
  #sec__3 {
    margin-bottom: 17.3958333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 {
    margin-bottom: 20.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 {
    margin-bottom: 41.75vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__3 .secNum {
    top: 6.25vw;
    right: 3.5416666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .secNum {
    top: 7.5vw;
    right: 4.25vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .secNum {
    top: 15vw;
    right: 8.5vw;
  }
}
#sec__3 .imgArea::before {
  padding-top: 271.375%;
}
#sec__3 .imgArea .img {
  position: absolute;
}
#sec__3 .imgArea .img__1 {
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__1 .mark {
    right: 3.5416666667vw;
    bottom: 3.5416666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__1 .mark {
    right: 4.25vw;
    bottom: 4.25vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__1 .mark {
    right: 8.5vw;
    bottom: 8.5vw;
  }
}
#sec__3 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__1 .credit {
    bottom: 9.375vw;
    right: 3.5416666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__1 .credit {
    bottom: 11.25vw;
    right: 4.25vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__1 .credit {
    bottom: 22.5vw;
    right: 8.5vw;
  }
}
#sec__3 .imgArea .img__2 {
  z-index: 4;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__2 {
    top: 49.4791666667vw;
    left: 3.125vw;
    width: 23.125vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__2 {
    top: 59.375vw;
    left: 3.75vw;
    width: 27.75vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__2 {
    top: 118.75vw;
    left: 7.5vw;
    width: 55.5vw;
  }
}
#sec__3 .imgArea .img__3 {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 {
    right: 2.8125vw;
    width: 23.0729166667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 {
    right: 3.375vw;
    width: 27.6875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 {
    right: 6.75vw;
    width: 55.375vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 .mark {
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 .mark {
    right: 2.5vw;
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 .mark {
    right: 5vw;
    bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 .mark {
    width: 2.8645833333vw;
    height: 2.8645833333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 .mark {
    width: 3.4375vw;
    height: 3.4375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 .mark {
    width: 6.875vw;
    height: 6.875vw;
  }
}
#sec__3 .imgArea .img__3 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 .credit {
    bottom: 6.25vw;
    right: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 .credit {
    bottom: 7.5vw;
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 .credit {
    bottom: 15vw;
    right: 5vw;
  }
}

/* #sec__4
===================================================== */
@media screen and (min-width: 769px) {
  #sec__4 {
    margin-bottom: 11.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 {
    margin-bottom: 14vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 {
    margin-bottom: 28vw;
  }
}
#sec__4 .backImg {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (min-width: 769px) {
  #sec__4 .secInner {
    margin-top: -48.4375vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .secInner {
    margin-top: -58.125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .secInner {
    margin-top: -116.25vw;
  }
}
#sec__4 .secNum {
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #sec__4 .secNum {
    top: 3.6458333333vw;
    left: 4.1666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .secNum {
    top: 4.375vw;
    left: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .secNum {
    top: 8.75vw;
    left: 10vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__4 .imgArea {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .imgArea {
    margin-bottom: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .imgArea {
    margin-bottom: 1.875vw;
  }
}
#sec__4 .imgArea::before {
  padding-top: 147.0661672909%;
}
#sec__4 .imgArea .img {
  position: absolute;
}
#sec__4 .imgArea .img__1 {
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  #sec__4 .imgArea .img__1 {
    width: 36.5625vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .imgArea .img__1 {
    width: 43.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .imgArea .img__1 {
    width: 87.75vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__4 .imgArea .img__2 {
    top: 41.875vw;
    right: 1.3541666667vw;
    width: 25.8854166667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .imgArea .img__2 {
    top: 50.25vw;
    right: 1.625vw;
    width: 31.0625vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .imgArea .img__2 {
    top: 100.5vw;
    right: 3.25vw;
    width: 62.125vw;
  }
}
#sec__4 .img__3 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__4 .img__3 {
    width: 28.1770833333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .img__3 {
    width: 33.8125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .img__3 {
    width: 67.625vw;
  }
}
#sec__4 .credit {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__4 .credit {
    width: 28.1770833333vw;
    padding: 3.125vw 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .credit {
    width: 33.8125vw;
    padding: 3.75vw 0;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .credit {
    width: 67.625vw;
    padding: 7.5vw 0;
  }
}
#sec__4 .credit li {
  margin-left: auto;
  min-width: 61%;
}

/* #sec__5
===================================================== */
@media screen and (min-width: 769px) {
  #sec__5 {
    margin-bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__5 .secNum {
    top: 3.9583333333vw;
    left: 12.9166666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .secNum {
    top: 4.75vw;
    left: 15.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .secNum {
    top: 9.5vw;
    left: 31vw;
  }
}
#sec__5 .imgArea::before {
  content: none;
}
#sec__5 .imgArea .img__1 {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__5 .imgArea .img__1 {
    width: 31.5625vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .imgArea .img__1 {
    width: 37.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .imgArea .img__1 {
    width: 75.75vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__5 .imgArea .img__1 .mark {
    bottom: 1.3541666667vw;
    right: 2.0833333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .imgArea .img__1 .mark {
    bottom: 1.625vw;
    right: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .imgArea .img__1 .mark {
    bottom: 3.25vw;
    right: 5vw;
  }
}
#sec__5 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__5 .imgArea .img__1 .credit {
    bottom: 2.6041666667vw;
    left: 3.4375vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .imgArea .img__1 .credit {
    bottom: 3.125vw;
    left: 4.125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .imgArea .img__1 .credit {
    bottom: 6.25vw;
    left: 8.25vw;
  }
}

/* #sec__6
===================================================== */
@media screen and (min-width: 769px) {
  #sec__6 {
    margin-bottom: 11.1458333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 {
    margin-bottom: 13.375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 {
    margin-bottom: 26.75vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__6 .secNum {
    top: 2.3958333333vw;
    left: 2.2916666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 .secNum {
    top: 2.875vw;
    left: 2.75vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .secNum {
    top: 5.75vw;
    left: 5.5vw;
  }
}
#sec__6 .imgArea::before {
  content: none;
}
#sec__6 .imgArea .img__1 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__6 .imgArea .img__1 {
    width: 24.2708333333vw;
    margin-left: 2.2916666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 .imgArea .img__1 {
    width: 29.125vw;
    margin-left: 2.75vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .imgArea .img__1 {
    width: 58.25vw;
    margin-left: 5.5vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__6 .imgArea .img__1 .mark {
    bottom: 1.5625vw;
    right: 1.5625vw;
    width: 2.9166666667vw;
    height: 2.9166666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 .imgArea .img__1 .mark {
    bottom: 1.875vw;
    right: 1.875vw;
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .imgArea .img__1 .mark {
    bottom: 3.75vw;
    right: 3.75vw;
    width: 7vw;
    height: 7vw;
  }
}
#sec__6 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__6 .imgArea .img__1 .credit {
    bottom: 6.25vw;
    right: 1.5625vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 .imgArea .img__1 .credit {
    bottom: 7.5vw;
    right: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .imgArea .img__1 .credit {
    bottom: 15vw;
    right: 3.75vw;
  }
}

/* #sec__7
===================================================== */
@media screen and (min-width: 769px) {
  #sec__7 {
    margin-bottom: 4.8958333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 {
    margin-bottom: 5.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 {
    margin-bottom: 11.75vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__7 .secNum {
    bottom: 3.75vw;
    left: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .secNum {
    bottom: 4.5vw;
    left: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .secNum {
    bottom: 9vw;
    left: 6.25vw;
  }
}
#sec__7 .imgArea::before {
  content: none;
}
#sec__7 .imgArea .img__1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #sec__7 .imgArea .img__1 .mark {
    bottom: 3.75vw;
    right: 2.6041666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .imgArea .img__1 .mark {
    bottom: 4.5vw;
    right: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .imgArea .img__1 .mark {
    bottom: 9vw;
    right: 6.25vw;
  }
}
#sec__7 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__7 .imgArea .img__1 .credit {
    bottom: 3.75vw;
    right: 9.8958333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .imgArea .img__1 .credit {
    bottom: 4.5vw;
    right: 11.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .imgArea .img__1 .credit {
    bottom: 9vw;
    right: 23.75vw;
  }
}

/* #sec__8
===================================================== */
@media screen and (min-width: 769px) {
  #sec__8 {
    margin-bottom: 3.8541666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 {
    margin-bottom: 4.625vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 {
    margin-bottom: 9.25vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__8 .secNum {
    top: 3.8541666667vw;
    right: 3.2291666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .secNum {
    top: 4.625vw;
    right: 3.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .secNum {
    top: 9.25vw;
    right: 7.75vw;
  }
}
#sec__8 .imgArea::before {
  content: none;
}
#sec__8 .imgArea .img__1 {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__8 .imgArea .img__1 {
    width: 36.4583333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .imgArea .img__1 {
    width: 43.75vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .imgArea .img__1 {
    width: 87.5vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__8 .imgArea .img__1 .mark {
    bottom: 3.2291666667vw;
    right: 3.2291666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .imgArea .img__1 .mark {
    bottom: 3.875vw;
    right: 3.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .imgArea .img__1 .mark {
    bottom: 7.75vw;
    right: 7.75vw;
  }
}
#sec__8 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__8 .imgArea .img__1 .credit {
    bottom: 4.1666666667vw;
    left: 3.2291666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .imgArea .img__1 .credit {
    bottom: 5vw;
    left: 3.875vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .imgArea .img__1 .credit {
    bottom: 10vw;
    left: 7.75vw;
  }
}

/* #sec__9
===================================================== */
@media screen and (min-width: 769px) {
  #sec__9 {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__9 {
    margin-bottom: 3.375vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__9 {
    margin-bottom: 6.75vw;
  }
}
#sec__9 .secNum {
  left: 0;
}
@media screen and (min-width: 769px) {
  #sec__9 .secNum {
    top: 1.6666666667vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__9 .secNum {
    top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__9 .secNum {
    top: 4vw;
  }
}
#sec__9 .imgArea::before {
  content: none;
}
#sec__9 .imgArea .img__1 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__9 .imgArea .img__1 {
    width: 21.09375vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__9 .imgArea .img__1 {
    width: 25.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__9 .imgArea .img__1 {
    width: 50.625vw;
  }
}
#sec__9 .credit {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  #sec__9 .credit {
    right: 1.875vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__9 .credit {
    right: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__9 .credit {
    right: 4.5vw;
  }
}

/* #sec__10
===================================================== */
@media screen and (min-width: 769px) {
  #sec__10 .secNum {
    top: 2.2916666667vw;
    left: 14.5833333333vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__10 .secNum {
    top: 2.75vw;
    left: 17.5vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__10 .secNum {
    top: 5.5vw;
    left: 35vw;
  }
}
#sec__10 .imgArea::before {
  content: none;
}
#sec__10 .imgArea .img__1 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__10 .imgArea .img__1 {
    width: 21.09375vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__10 .imgArea .img__1 {
    width: 25.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__10 .imgArea .img__1 {
    width: 50.625vw;
  }
}
#sec__10 .credit {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__10 .credit {
    right: 1.875vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__10 .credit {
    right: 2.25vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__10 .credit {
    right: 4.5vw;
  }
}

/* .footer
===================================================== */
.footer {
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  max-height: 100svh;
  width: 100%;
  position: fixed;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .footer.none {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    bottom: 0;
    left: 0;
  }
}
.footer .footerFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .footer .footerFlex {
    gap: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerFlex {
    gap: 5vw;
  }
}
.footer .footerInner {
  background-image: url(../images/footer.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .footerInner {
    width: 70%;
    margin-top: 0.6944444444vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .footerInner {
    width: 65%;
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerInner {
    width: 83vw;
    max-width: 550px;
  }
}
.footer .footerInner::before {
  content: "";
  display: block;
  padding-top: 142.8571428571%;
}
.footer .footerInner_area {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .footer .footerInner_area {
    top: 1.3888888889vw;
    left: 1.3888888889vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .footerInner_area {
    top: 1.6666666667vw;
    left: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerInner_area {
    top: 7.5vw;
    left: 7.5vw;
  }
}
.footer .staff {
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .footer .staff .staffTitle {
    font-size: min(1.1111111111vw, 16px);
    margin-bottom: min(0.4861111111vw, 7px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .staff .staffTitle {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffTitle {
    font-size: 4.125vw;
    margin-bottom: 1.75vw;
  }
}
.footer .staff .staffList dl {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .footer .staff .staffList dl {
    margin-bottom: min(0.6944444444vw, 10px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .staff .staffList dl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffList dl {
    margin-bottom: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .staff .staffList dt {
    font-size: min(0.6944444444vw, 10px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .staff .staffList dt {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffList dt {
    font-size: 1.875vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .staff .staffList dd {
    font-size: min(0.9027777778vw, 13px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .staff .staffList dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffList dd {
    font-size: 2.5vw;
  }
}
.footer .archive {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer .archive {
    margin-top: min(1.3888888889vw, 20px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .archive {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .archive .archiveTitle {
    font-size: min(1.1111111111vw, 16px);
    margin-bottom: min(0.4861111111vw, 7px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .archive .archiveTitle {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive .archiveTitle {
    font-size: 4.125vw;
    margin-bottom: 1.75vw;
  }
}
.footer .archive ul li {
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .archive ul li {
    width: min(9.7222222222vw, 140px);
    line-height: min(1.9444444444vw, 28px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .archive ul li {
    width: 140px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive ul li {
    width: 35vw;
    line-height: 7vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .archive ul li:not(:last-of-type) {
    margin-bottom: min(0.6944444444vw, 10px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .archive ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive ul li:not(:last-of-type) {
    margin-bottom: 2.5vw;
  }
}
.footer .archive ul a {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .archive ul a {
    font-size: min(0.9027777778vw, 13px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .archive ul a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive ul a {
    font-size: 3.25vw;
  }
}
.footer .all {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .footer .all {
    margin-top: min(1.3888888889vw, 20px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .all {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all {
    margin-top: 7.5vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .all .allTitle {
    font-size: min(1.1111111111vw, 16px);
    margin-bottom: min(0.4861111111vw, 7px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .all .allTitle {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all .allTitle {
    font-size: 4.125vw;
    margin-bottom: 1.75vw;
  }
}
.footer .all .all_link {
  border: 1px solid #fff;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .all .all_link {
    width: min(9.7222222222vw, 140px);
    line-height: min(1.9444444444vw, 28px);
    font-size: min(0.9027777778vw, 13px);
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .all .all_link {
    width: 140px;
    line-height: 25px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all .all_link {
    width: 35vw;
    line-height: 7vw;
    font-size: 3.25vw;
  }
}
.footer .footerLogo {
  transform: translateX(3%);
}
@media screen and (min-width: 769px) {
  .footer .footerLogo {
    width: 8.2638888889vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .footerLogo {
    width: 13.25vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLogo {
    width: 33.875vw;
  }
}
.footer .footerLogo a {
  display: block;
}

/* 
===================================================== */
/* .footer
===================================================== *//*# sourceMappingURL=style.css.map */