@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へ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 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(10%);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

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

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

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-10%);
  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 {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -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.3s;
          animation-duration: 1.3s;
  -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 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);
}

/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  background-color: #fff;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
}
@media screen and (min-width: 851px) {
  html,
body {
    font-size: 15px;
  }
}
@media screen and (max-width: 850px) {
  html,
body {
    font-size: 13px;
  }
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
}

* {
  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: 851px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 851px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  .spNone {
    display: none;
  }
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s;
}
.load.hide {
  opacity: 0;
}

/* .layout
===================================================== */
@media screen and (min-width: 851px) {
  .layoutPc {
    width: 100%;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layoutPc {
    display: flex;
  }
}

@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layoutPc_inner {
    width: 50vw;
    position: relative;
  }
}

@media screen and (min-width: 851px) {
  .fv {
    left: 0;
    position: fixed;
    top: 0;
    height: 100vh;
    width: calc((100% - 41.6666666667vw) / 2);
  }
}

@media screen and (min-width: 851px) {
  .main {
    width: 41.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .main {
    width: 100%;
  }
}

@media screen and (min-width: 851px) {
  .footer {
    right: 0;
    position: fixed;
    top: 0;
    height: 100vh;
  }
}
@media screen and (min-width: 851px) {
  .footer {
    width: calc((100% - 41.6666666667vw) / 2);
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .footer {
    width: calc(100% - 50vw);
  }
}

/* .fv
===================================================== */
.fv {
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .fv {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 850px) {
  .fv {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 851px) {
  .fv p {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 851px) {
  .fv p video {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 851px) {
  .fv h1 {
    width: 19.4444444444vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .fv h1 {
    width: 30vw;
  }
}
@media screen and (max-width: 850px) {
  .fv h1 {
    width: 66.6666666667vw;
  }
}

/* .main
===================================================== */
.main {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .main {
    margin-top: 100vh;
    margin-top: 100svh;
  }
}
@media screen and (max-width: 850px) {
  .main {
    margin-bottom: 100vh;
  }
}

/* .sec
===================================================== */
/* .secNum
===================================================== */
.secNum {
  position: relative;
}
.secNum .secNum_parts {
  line-height: 1;
  position: absolute;
  letter-spacing: 0;
}
@media screen and (min-width: 851px) {
  .secNum .secNum_parts {
    font-size: 4.2222222222vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .secNum .secNum_parts {
    font-size: 5.0666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .secNum .secNum_parts {
    font-size: 10.1333333333vw;
  }
}

/* .creditMark
===================================================== */
.creditMark {
  position: relative;
  cursor: pointer;
}
.creditMark .creditMark_parts {
  position: absolute;
  z-index: 3;
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}
@media screen and (min-width: 851px) {
  .creditMark .creditMark_parts {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
  }
}
@media screen and (max-width: 850px) {
  .creditMark .creditMark_parts {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .creditMark .creditMark_parts {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.creditMark .creditMark_parts span {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.creditMark .creditMark_parts span:first-of-type {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .creditMark .creditMark_parts span:first-of-type {
    height: 3px;
  }
}
@media screen and (max-width: 850px) {
  .creditMark .creditMark_parts span:first-of-type {
    height: 0.5333333333vw;
  }
}
.creditMark .creditMark_parts span:last-of-type {
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 851px) {
  .creditMark .creditMark_parts span:last-of-type {
    width: 3px;
  }
}
@media screen and (max-width: 850px) {
  .creditMark .creditMark_parts span:last-of-type {
    width: 0.5333333333vw;
  }
}
.creditMark .creditMark_parts.plus {
  transform: rotate(0deg);
}
.creditMark .creditMark_parts.plus span:last-of-type {
  opacity: 1;
}

/* .credit
===================================================== */
.credit {
  position: relative;
}
.credit .credit_parts {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: none;
}
.credit .credit_parts ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  gap: 12px;
}
@media screen and (min-width: 851px) {
  .credit .credit_parts ul {
    bottom: 1.6666666667vw;
    left: 1.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .credit .credit_parts ul {
    bottom: 2vw;
    left: 2vw;
  }
}
@media screen and (max-width: 850px) {
  .credit .credit_parts ul {
    bottom: 4vw;
    left: 4vw;
  }
}
.credit .credit_parts ul li {
  line-height: 1.6;
  font-size: 13px;
}
.credit .credit_parts ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.credit .credit_parts ul .credit_inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.credit .credit_parts ul .credit_name {
  text-transform: uppercase;
  margin-right: 8px;
}
.credit .credit_parts ul .credit_price .tax {
  display: inline-block;
  font-size: 10px;
  margin-left: 3px;
}
.credit .credit_parts ul .credit_btn {
  text-transform: uppercase;
  text-align: center;
  flex-shrink: 0;
  margin-left: 20px;
}
.credit .credit_parts ul .credit_btn__buy {
  background-color: #fff;
  color: #000;
  font-size: 10px;
  line-height: 24px;
  width: 55px;
}
.credit .credit_parts ul .credit_btn__coming {
  color: #fff;
  border: 1px solid #fff;
  line-height: 1.1;
  width: 55px;
  padding: 2px 0;
  font-size: 8px;
}

/* .layout__1
===================================================== */
.layout__1 {
  width: 100%;
}
@media screen and (min-width: 851px) {
  .layout__1 .secNum_parts {
    font-size: 5.2222222222vw;
    top: 3.3333333333vw;
    left: 3.3333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__1 .secNum_parts {
    font-size: 6.2666666667vw;
    top: 4vw;
    left: 4vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__1 .secNum_parts {
    font-size: 12.5333333333vw;
    top: 8vw;
    left: 8vw;
  }
}
@media screen and (min-width: 851px) {
  .layout__1 .creditMark_parts {
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__1 .creditMark_parts {
    bottom: 4vw;
    right: 4vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__1 .creditMark_parts {
    bottom: 8vw;
    right: 8vw;
  }
}
@media screen and (min-width: 851px) {
  .layout__1 .credit_parts ul {
    bottom: 3.3333333333vw !important;
    left: 3.3333333333vw !important;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__1 .credit_parts ul {
    bottom: 4vw !important;
    left: 4vw !important;
  }
}
@media screen and (max-width: 850px) {
  .layout__1 .credit_parts ul {
    bottom: 8vw !important;
    left: 8vw !important;
  }
}

/* .layout__2
===================================================== */
.layout__2 {
  background-color: #2a4c89;
  position: relative;
  overflow: hidden;
}
.layout__2 .secImg__1 .secImg_item__1 {
  width: 100%;
}
.layout__2 .secImg__1 .secNum_parts {
  right: auto;
  transform: translateX(50%);
}
@media screen and (min-width: 851px) {
  .layout__2 .secImg__1 .secNum_parts {
    top: 2vw;
    left: 17.5555555556vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2 .secImg__1 .secNum_parts {
    top: 2.4vw;
    left: 21.0666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2 .secImg__1 .secNum_parts {
    top: 4.8vw;
    left: 42.1333333333vw;
  }
}
@media screen and (min-width: 851px) {
  .layout__2 .secImg__1 .creditMark_parts {
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    bottom: 3.3333333333vw;
    left: 3.3333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2 .secImg__1 .creditMark_parts {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    bottom: 4vw;
    left: 4vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2 .secImg__1 .creditMark_parts {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    bottom: 8vw;
    left: 8vw;
  }
}
.layout__2 .secImg__2 .secImg_item__1 {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 851px) {
  .layout__2 .secImg__2 .secImg_item__1 {
    width: 24.4444444444vw;
    bottom: -3.8888888889vw;
    right: -1.8888888889vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2 .secImg__2 .secImg_item__1 {
    width: 29.3333333333vw;
    bottom: -4.6666666667vw;
    right: -2.2666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2 .secImg__2 .secImg_item__1 {
    width: 58.6666666667vw;
    bottom: -9.3333333333vw;
    right: -4.5333333333vw;
  }
}
.layout__2 .credit_parts ul {
  left: auto;
}
@media screen and (min-width: 851px) {
  .layout__2 .credit_parts ul {
    bottom: 2.7777777778vw;
    right: 2.7777777778vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2 .credit_parts ul {
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2 .credit_parts ul {
    bottom: 6.6666666667vw;
    right: 6.6666666667vw;
  }
}
.layout__2Reverse .secImg__1 {
  margin-left: auto;
}
.layout__2Reverse .secImg__1 .secNum_parts {
  right: auto;
}
@media screen and (min-width: 851px) {
  .layout__2Reverse .secImg__1 .secNum_parts {
    top: 3.2222222222vw;
    left: 14.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2Reverse .secImg__1 .secNum_parts {
    top: 3.8666666667vw;
    left: 17.6vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2Reverse .secImg__1 .secNum_parts {
    top: 7.7333333333vw;
    left: 35.2vw;
  }
}
.layout__2Reverse .secImg__1 .creditMark_parts {
  left: auto;
}
@media screen and (min-width: 851px) {
  .layout__2Reverse .secImg__1 .creditMark_parts {
    right: 3.3333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2Reverse .secImg__1 .creditMark_parts {
    right: 4vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2Reverse .secImg__1 .creditMark_parts {
    right: 8vw;
  }
}
.layout__2Reverse .secImg__2 .secImg_item__1 {
  left: 0;
  right: auto;
}
.layout__2Reverse .credit_parts ul {
  right: auto;
}
@media screen and (min-width: 851px) {
  .layout__2Reverse .credit_parts ul {
    bottom: 3.6666666667vw;
    left: 3.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__2Reverse .credit_parts ul {
    bottom: 4.4vw;
    left: 4.4vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__2Reverse .credit_parts ul {
    bottom: 8.8vw;
    left: 8.8vw;
  }
}

/* .layout__3
===================================================== */
.layout__3 {
  display: flex;
}
.layout__3 .secImg__1 {
  width: 35%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 851px) {
  .layout__3 .secImg__1 {
    gap: 0.8888888889vw;
    padding: 0.8888888889vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__3 .secImg__1 {
    gap: 1.0666666667vw;
    padding: 1.0666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__3 .secImg__1 {
    gap: 2.1333333333vw;
    padding: 2.1333333333vw;
  }
}
.layout__3 .secImg__1 .secImg_item:nth-of-type(1) img {
  transition-delay: 0s;
}
.layout__3 .secImg__1 .secImg_item:nth-of-type(2) img {
  transition-delay: 0.5s;
}
.layout__3 .secImg__1 .secImg_item:nth-of-type(3) img {
  transition-delay: 1s;
}
@media screen and (min-width: 851px) {
  .layout__3 .secImg__1 .creditMark_parts {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    bottom: 0.8333333333vw;
    right: 0.8333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__3 .secImg__1 .creditMark_parts {
    width: 2vw;
    height: 2vw;
    bottom: 1vw;
    right: 1vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__3 .secImg__1 .creditMark_parts {
    width: 4vw;
    height: 4vw;
    bottom: 2vw;
    right: 2vw;
  }
}
.layout__3 .secImg__2 {
  width: 65%;
}
.layout__3 .secImg__2 .secImg_item__1 {
  height: 100%;
  width: 100%;
}
.layout__3 .secImg__2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 851px) {
  .layout__3 .secImg__2 .secNum_parts {
    top: 2.7777777778vw;
    right: 2.7777777778vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__3 .secImg__2 .secNum_parts {
    top: 3.3333333333vw;
    right: 3.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__3 .secImg__2 .secNum_parts {
    top: 6.6666666667vw;
    right: 6.6666666667vw;
  }
}
.layout__3 .secImg__2 .credit_parts ul {
  left: auto;
}
@media screen and (min-width: 851px) {
  .layout__3 .secImg__2 .credit_parts ul {
    bottom: 1.1111111111vw;
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__3 .secImg__2 .credit_parts ul {
    bottom: 1.3333333333vw;
    right: 2vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__3 .secImg__2 .credit_parts ul {
    bottom: 2.6666666667vw;
    right: 4vw;
  }
}
.layout__3Reverse {
  flex-direction: row-reverse;
}

/* .layout__4
===================================================== */
.layout__4 {
  background-color: #2a4c89;
}
@media screen and (min-width: 851px) {
  .layout__4 {
    padding: 2.7777777778vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__4 {
    padding: 3.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__4 {
    padding: 6.6666666667vw;
  }
}
.layout__4 .secImg__1 {
  position: relative;
}
.layout__4 .secText {
  position: absolute;
}
.layout__4 .secText p {
  overflow: hidden;
}
.layout__4 .secText p:nth-of-type(1) img {
  transition-delay: 0s;
}
.layout__4 .secText p:nth-of-type(2) img {
  transition-delay: 0.5s;
}
.layout__4 .secText p:nth-of-type(3) img {
  transition-delay: 1s;
}
.layout__4 .secText img {
  transform: translateY(105%);
  transition: transform 0.7s;
}
.layout__4 .secText img.on {
  transform: translateY(0%);
}
.layout__4 .secNum_parts {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 851px) {
  .layout__4 .secNum_parts {
    top: 2.2222222222vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__4 .secNum_parts {
    top: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__4 .secNum_parts {
    top: 5.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  .layout__4 .creditMark_parts {
    bottom: 1.6666666667vw;
    right: 1.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .layout__4 .creditMark_parts {
    bottom: 2vw;
    right: 2vw;
  }
}
@media screen and (max-width: 850px) {
  .layout__4 .creditMark_parts {
    bottom: 4vw;
    right: 4vw;
  }
}

/* #sec__4
===================================================== */
#sec__4 .secText {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 851px) {
  #sec__4 .secText {
    top: 18.1111111111vw;
    left: 2.7777777778vw;
    gap: 0.5555555556vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__4 .secText {
    top: 21.7333333333vw;
    left: 3.3333333333vw;
    gap: 0.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__4 .secText {
    top: 43.4666666667vw;
    left: 6.6666666667vw;
    gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__4 .secText p {
    width: 11.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__4 .secText p {
    width: 14vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__4 .secText p {
    width: 28vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__4 .secText p:nth-of-type(2) {
    margin-left: 1.1111111111vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__4 .secText p:nth-of-type(2) {
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__4 .secText p:nth-of-type(2) {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__4 .secText p:nth-of-type(3) {
    margin-left: 2.2222222222vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__4 .secText p:nth-of-type(3) {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__4 .secText p:nth-of-type(3) {
    margin-left: 5.3333333333vw;
  }
}

/* #sec__6
===================================================== */
@media screen and (min-width: 851px) {
  #sec__6 .secImg__1 .creditMark_parts {
    bottom: 3.5555555556vw;
    right: 3.5555555556vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__6 .secImg__1 .creditMark_parts {
    bottom: 4.2666666667vw;
    right: 4.2666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__6 .secImg__1 .creditMark_parts {
    bottom: 8.5333333333vw;
    right: 8.5333333333vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__6 .secImg__2 .secImg_item__1 {
    left: -1.3333333333vw;
    width: 24.7777777778vw;
    bottom: -1.1111111111vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__6 .secImg__2 .secImg_item__1 {
    left: -1.6vw;
    width: 29.7333333333vw;
    bottom: -1.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__6 .secImg__2 .secImg_item__1 {
    left: -3.2vw;
    width: 59.4666666667vw;
    bottom: -2.6666666667vw;
  }
}
#sec__6 .secImg__2 .secImg_item__2 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 851px) {
  #sec__6 .secImg__2 .secImg_item__2 {
    width: 25.2777777778vw;
    top: 10.5555555556vw;
    left: 2.2222222222vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__6 .secImg__2 .secImg_item__2 {
    width: 30.3333333333vw;
    top: 12.6666666667vw;
    left: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__6 .secImg__2 .secImg_item__2 {
    width: 60.6666666667vw;
    top: 25.3333333333vw;
    left: 5.3333333333vw;
  }
}

/* #sec__7
===================================================== */
#sec__7 .secNum_parts {
  right: auto;
}
@media screen and (min-width: 851px) {
  #sec__7 .secNum_parts {
    top: 3.3333333333vw;
    left: 3.3333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__7 .secNum_parts {
    top: 4vw;
    left: 4vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__7 .secNum_parts {
    top: 8vw;
    left: 8vw;
  }
}
#sec__7 .credit_parts ul {
  right: auto;
}
@media screen and (min-width: 851px) {
  #sec__7 .credit_parts ul {
    bottom: 1.1111111111vw;
    left: 1.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__7 .credit_parts ul {
    bottom: 1.3333333333vw;
    left: 2vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__7 .credit_parts ul {
    bottom: 2.6666666667vw;
    left: 4vw;
  }
}

/* #sec__8
===================================================== */
@media screen and (min-width: 851px) {
  #sec__8 .secNum_parts {
    top: 3.8888888889vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__8 .secNum_parts {
    top: 4.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__8 .secNum_parts {
    top: 9.3333333333vw;
  }
}
#sec__8 .secText {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 851px) {
  #sec__8 .secText {
    top: 10.3333333333vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__8 .secText {
    top: 12.4vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__8 .secText {
    top: 24.8vw;
  }
}
#sec__8 .secText p {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 851px) {
  #sec__8 .secText p:nth-of-type(1) {
    width: 19.5vw;
    margin-bottom: 0.2222222222vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__8 .secText p:nth-of-type(1) {
    width: 23.4vw;
    margin-bottom: 0.2666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__8 .secText p:nth-of-type(1) {
    width: 46.8vw;
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__8 .secText p:nth-of-type(2) {
    width: 22.7777777778vw;
    margin-bottom: 0.4444444444vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__8 .secText p:nth-of-type(2) {
    width: 27.3333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__8 .secText p:nth-of-type(2) {
    width: 54.6666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__8 .secText p:nth-of-type(3) {
    width: 14.7777777778vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__8 .secText p:nth-of-type(3) {
    width: 17.7333333333vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__8 .secText p:nth-of-type(3) {
    width: 35.4666666667vw;
  }
}

/* #sec__10
===================================================== */
@media screen and (min-width: 851px) {
  #sec__10 .secImg__1 .secNum_parts {
    top: 2.7777777778vw;
    left: 18.8888888889vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__10 .secImg__1 .secNum_parts {
    top: 3.3333333333vw;
    left: 22.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__10 .secImg__1 .secNum_parts {
    top: 6.6666666667vw;
    left: 45.3333333333vw;
  }
}
@media screen and (min-width: 851px) {
  #sec__10 .secImg__1 .creditMark_parts {
    bottom: 2.7777777778vw;
    left: 2.7777777778vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__10 .secImg__1 .creditMark_parts {
    bottom: 3.3333333333vw;
    left: 3.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__10 .secImg__1 .creditMark_parts {
    bottom: 6.6666666667vw;
    left: 6.6666666667vw;
  }
}
#sec__10 .secImg__2 .secImg_item__1 {
  bottom: 0;
}
@media screen and (min-width: 851px) {
  #sec__10 .secImg__2 .secImg_item__1 {
    width: 24.1111111111vw;
    right: -4.4444444444vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  #sec__10 .secImg__2 .secImg_item__1 {
    width: 28.9333333333vw;
    right: -5.3333333333vw;
  }
}
@media screen and (max-width: 850px) {
  #sec__10 .secImg__2 .secImg_item__1 {
    width: 57.8666666667vw;
    right: -10.6666666667vw;
  }
}

/* .footer
===================================================== */
.footer {
  position: relative;
  background-image: url(../images/footer.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background-position: left 0%;
}
@media screen and (max-width: 850px) {
  .footer {
    width: 100%;
    height: 100vh;
  }
}
.footer .footerStaff {
  position: absolute;
  line-height: 1.75;
  font-size: 11px;
}
@media screen and (min-width: 851px) {
  .footer .footerStaff {
    top: 2.7777777778vw;
    right: 2.2222222222vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .footer .footerStaff {
    top: 3.3333333333vw;
    right: 2.6666666667vw;
  }
}
@media screen and (max-width: 850px) {
  .footer .footerStaff {
    top: 8vw;
    right: 8vw;
  }
}
.footer .footerStaff span {
  display: block;
  line-height: 1;
  font-size: 19px;
  margin-bottom: 10px;
}
.footer .footerLogo {
  position: absolute;
  transform: translateY(-100%);
  width: 190px;
}
@media screen and (min-width: 851px) {
  .footer .footerLogo {
    left: 2.7777777778vw;
    bottom: 1.6666666667vw;
  }
}
@media screen and (min-width: 851px) and ( max-width: 1200px) {
  .footer .footerLogo {
    left: 3.3333333333vw;
    bottom: 2vw;
  }
}
@media screen and (max-width: 850px) {
  .footer .footerLogo {
    left: 10vw;
    bottom: 10vw;
  }
}
.footer .footerLogo a {
  display: block;
}

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