@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
===================================================== */
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;
  }
}

/* .pcMask
===================================================== */
/* .pcMaskLogo
===================================================== */
.pcMaskLogo {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .pcMaskLogo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .pcMaskLogo {
    width: 50vw;
  }
}
.pcMaskLogo img {
  -webkit-animation: loadingfade 0.8s ease-in-out infinite none alternate;
          animation: loadingfade 0.8s ease-in-out infinite none alternate;
}
@-webkit-keyframes loadingfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

/* .pcContent
===================================================== */
.pcContent {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .pcContent {
    display: flex;
    justify-content: center;
  }
  .pcContent .tbContent {
    width: 41.6666666667vw;
  }
  .pcContent .fv {
    width: 27.7777777778vw;
    position: fixed;
    top: 0;
    left: 0;
  }
  .pcContent .main {
    width: 41.6666666667vw;
    overflow: clip;
    flex-shrink: 0;
    margin-left: auto;
  }
  .pcContent .footer {
    width: 27.7777777778vw;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .pcContent {
    padding-bottom: 100vh;
  }
  .pcContent .fv {
    width: calc(50vw - 60px);
  }
  .pcContent .tbContent {
    width: calc(50vw + 60px);
    margin-left: auto;
  }
  .pcContent .main {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pcContent .footer {
    width: calc(50vw + 60px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .pcContent {
    padding-bottom: 100vh;
  }
}

/* .tbContent
===================================================== */
.tbContent {
  z-index: 3;
}
/* .fv
===================================================== */
.fv {
  background-color: #fff;
  z-index: 2;
  min-height: 100vh;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvInner {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.fv .fvTitle {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .fv .fvTitle {
    height: 4vh;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvTitle {
    height: 6.3559322034vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvTitle img {
    height: 2vh;
    width: auto;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvTitle img {
    width: 85.4519774011vw;
  }
}
.fv .fvImg {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv .fvImg {
    height: 65.4vh;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvImg {
    height: calc(100vh - 6.3559322034vw);
    height: calc(100svh - 6.3559322034vw);
  }
}
.fv .fvImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fvSlide {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .fv .fvSlide {
    height: 22.6vh;
    flex-shrink: 0;
    padding-top: 1vh;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide {
    padding-top: 2.2598870056vw;
    margin-bottom: 7.0621468927vw;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvSlide .fvSlide_item {
    padding: 0 2.5px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide .fvSlide_item {
    padding: 0 0.7062146893vw;
  }
}
.fv .fvSlide .fvSlide_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 769px) {
  .fv .fvSlide .fvSlide_item img {
    height: 21.6vh;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide .fvSlide_item img {
    height: 44.4915254237vw;
  }
}
.fv .fvText {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
.fv .fvText_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.fv .fvText_inner:first-child {
  -webkit-animation: loopslide1_x 200s -100s linear infinite;
          animation: loopslide1_x 200s -100s linear infinite;
}
.fv .fvText_inner:last-child {
  -webkit-animation: loopslide2_y 200s linear infinite;
          animation: loopslide2_y 200s linear infinite;
}
@-webkit-keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.fv .fvText_item {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .fv .fvText {
    display: flex;
    align-items: center;
    height: 8vh;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText {
    margin-bottom: 16.9491525424vw;
  }
}
.fv .fvText .fvText_item {
  width: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvText .fvText_item {
    height: 2.5vh;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvText .fvText_item {
    height: 4.2372881356vw;
    margin-right: 2.2598870056vw;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvScroll {
    margin-left: auto;
    margin-right: auto;
    width: 8.0508474576vw;
  }
  .fv .fvScroll a {
    display: block;
  }
}

/* .main
===================================================== */
.main {
  background-color: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .main {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 45.197740113vw 0;
  }
}

/* .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: 66px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secNum img {
    height: 11.1581920904vw;
  }
}
.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;
}
.credit {
  z-index: 3;
}
.credit ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .credit ul {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul {
    gap: 2.2598870056vw;
  }
}
.credit ul li {
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .credit ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li {
    font-size: 3.1073446328vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul li.credit_cate:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul li.credit_cate:nth-child(n+2) {
    margin-top: 4.2372881356vw;
  }
}
.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%;
}
.credit ul .credit_innerMin {
  display: flex;
  align-items: center;
  width: 100%;
}
.credit ul .credit_name {
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: lowercase;
}
@media screen and (min-width: 769px) {
  .credit ul .credit_name {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_name {
    margin-right: 2.8248587571vw;
  }
}
.credit ul .credit_price .tax {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .credit ul .credit_price .tax {
    margin-left: 3px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_price .tax {
    margin-left: 0.8474576271vw;
  }
}
@media screen and (min-width: 769px) {
  .credit ul .credit_price {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_price {
    margin-right: 2.8248587571vw;
  }
}
.credit ul .credit_btn {
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.4em;
  flex-shrink: 0;
  background-color: #c1272d;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .credit ul .credit_btn {
    padding: 3px 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .credit ul .credit_btn {
    padding: 0.8474576271vw 2.8248587571vw;
    font-size: 2.8248587571vw;
  }
}

/* .mark
===================================================== */
.mark {
  position: absolute;
  display: block;
  transition: transform 0.5s;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .mark {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mark {
    width: 9.1807909605vw;
    height: 9.1807909605vw;
  }
}
.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%;
  height: 2px;
}
.mark span:last-of-type {
  transition: opacity 0.5s;
  height: 100%;
  width: 2px;
}

/* #sec__1
===================================================== */
@media screen and (min-width: 769px) {
  #sec__1 {
    margin-bottom: 2.236346516vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 {
    margin-bottom: 2.6836158192vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 {
    margin-bottom: 5.3672316384vw;
  }
}
#sec__1 .secInner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 .secInner {
    width: 36.7231638418vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .secInner {
    width: 44.0677966102vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .secInner {
    width: 88.1355932203vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__1 .secNum {
    top: 3.884180791vw;
    left: 3.5310734463vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .secNum {
    top: 4.6610169492vw;
    left: 4.2372881356vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .secNum {
    top: 9.3220338983vw;
    left: 8.4745762712vw;
  }
}
#sec__1 .imgArea::before {
  content: none;
}
@media screen and (min-width: 769px) {
  #sec__1 .imgArea .img__1 .mark {
    bottom: 1.5301318267vw;
    right: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .imgArea .img__1 .mark {
    bottom: 1.8361581921vw;
    right: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .imgArea .img__1 .mark {
    bottom: 3.6723163842vw;
    right: 5.6497175141vw;
  }
}
#sec__1 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__1 .imgArea .img__1 .credit {
    bottom: 2.3540489642vw;
    left: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__1 .imgArea .img__1 .credit {
    bottom: 2.8248587571vw;
    left: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__1 .imgArea .img__1 .credit {
    bottom: 5.6497175141vw;
    left: 5.6497175141vw;
  }
}

/* #sec__2
===================================================== */
@media screen and (min-width: 769px) {
  #sec__2 {
    margin-bottom: 11.7702448211vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 {
    margin-bottom: 14.1242937853vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 {
    margin-bottom: 28.2485875706vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__2 .secNum {
    bottom: 110px;
    right: 23.5404896422vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .secNum {
    right: 28.2485875706vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .secNum {
    bottom: 28.2485875706vw;
    left: 2.8248587571vw;
  }
}
#sec__2 .imgArea {
  width: 100%;
}
#sec__2 .imgArea::before {
  padding-top: 138.1355932203%;
}
#sec__2 .imgArea .img {
  position: absolute;
}
#sec__2 .imgArea .img__1 {
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  #sec__2 .imgArea .img__1 {
    width: 26.6007532957vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .imgArea .img__1 {
    width: 31.9209039548vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .imgArea .img__1 {
    width: 63.8418079096vw;
  }
}
#sec__2 .imgArea .img__2 {
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  #sec__2 .imgArea .img__2 {
    width: 21.186440678vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .imgArea .img__2 {
    width: 25.4237288136vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .imgArea .img__2 {
    width: 50.8474576271vw;
  }
}
#sec__2 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__2 .credit {
    right: 23.5404896422vw;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__2 .credit {
    right: 28.2485875706vw;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #sec__2 .credit {
    left: 1.4124293785vw;
    bottom: 0;
  }
}

/* #sec__3
===================================================== */
@media screen and (min-width: 769px) {
  #sec__3 {
    margin-bottom: 16.4783427495vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 {
    margin-bottom: 19.7740112994vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 {
    margin-bottom: 39.5480225989vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__3 .secNum {
    top: 4.9435028249vw;
    right: 3.7664783427vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .secNum {
    top: 5.9322033898vw;
    right: 4.5197740113vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .secNum {
    top: 11.8644067797vw;
    right: 9.0395480226vw;
  }
}
#sec__3 .imgArea::before {
  padding-top: 248.1638418079%;
}
#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: 4.0018832392vw;
    bottom: 4.0018832392vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__1 .mark {
    right: 4.802259887vw;
    bottom: 4.802259887vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__1 .mark {
    right: 9.604519774vw;
    bottom: 9.604519774vw;
  }
}
#sec__3 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__1 .credit {
    bottom: 14.1242937853vw;
    left: 4.0018832392vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__1 .credit {
    bottom: 16.9491525424vw;
    left: 4.802259887vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__1 .credit {
    bottom: 33.8983050847vw;
    left: 9.604519774vw;
  }
}
#sec__3 .imgArea .img__2 {
  z-index: 4;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__2 {
    top: 44.7269303202vw;
    left: 2.9425612053vw;
    width: 23.0696798493vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__2 {
    top: 53.6723163842vw;
    left: 3.5310734463vw;
    width: 27.6836158192vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__2 {
    top: 107.3446327684vw;
    left: 7.0621468927vw;
    width: 55.3672316384vw;
  }
}
#sec__3 .imgArea .img__3 {
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 {
    right: 3.1779661017vw;
    width: 25.5414312618vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 {
    right: 3.813559322vw;
    width: 30.6497175141vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 {
    right: 7.6271186441vw;
    width: 61.2994350282vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 .mark {
    right: 2.3540489642vw;
    bottom: 2.3540489642vw;
    width: 27px;
    height: 27px;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 .mark {
    right: 2.8248587571vw;
    bottom: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 .mark {
    right: 5.6497175141vw;
    bottom: 5.6497175141vw;
    width: 7.7683615819vw;
    height: 7.7683615819vw;
  }
}
#sec__3 .imgArea .img__3 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__3 .imgArea .img__3 .credit {
    bottom: 2.3540489642vw;
    left: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__3 .imgArea .img__3 .credit {
    bottom: 2.8248587571vw;
    left: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__3 .imgArea .img__3 .credit {
    bottom: 16.9491525424vw;
    right: 5.6497175141vw;
  }
}

/* #sec__35
===================================================== */
@media screen and (min-width: 769px) {
  #sec__35 {
    margin-bottom: 18.4792843691vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__35 {
    margin-bottom: 22.1751412429vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__35 {
    margin-bottom: 44.3502824859vw;
  }
}
#sec__35 .imgArea::before {
  content: none;
}
#sec__35 .imgArea .img__1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #sec__35 .imgArea .img__1 .mark {
    bottom: 3.5310734463vw;
    right: 3.5310734463vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__35 .imgArea .img__1 .mark {
    bottom: 4.2372881356vw;
    right: 4.2372881356vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__35 .imgArea .img__1 .mark {
    bottom: 8.4745762712vw;
    right: 8.4745762712vw;
  }
}
#sec__35 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__35 .imgArea .img__1 .credit {
    bottom: 4.1195856874vw;
    left: 3.5310734463vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__35 .imgArea .img__1 .credit {
    bottom: 4.9435028249vw;
    left: 4.2372881356vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__35 .imgArea .img__1 .credit {
    bottom: 9.8870056497vw;
    left: 8.4745762712vw;
  }
}

/* #sec__4
===================================================== */
@media screen and (min-width: 769px) {
  #sec__4 {
    margin-bottom: 13.1826741996vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 {
    margin-bottom: 15.8192090395vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 {
    margin-bottom: 31.6384180791vw;
  }
}
#sec__4 .secNum {
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #sec__4 .secNum {
    top: 3.2368173258vw;
    left: 5.2966101695vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .secNum {
    top: 3.884180791vw;
    left: 6.3559322034vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .secNum {
    top: 7.7683615819vw;
    left: 12.7118644068vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__4 .imgArea {
    margin-bottom: 1.5889830508vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .imgArea {
    margin-bottom: 1.906779661vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .imgArea {
    margin-bottom: 3.813559322vw;
  }
}
#sec__4 .imgArea::before {
  padding-top: 149.5762711864%;
}
#sec__4 .imgArea .img {
  position: absolute;
}
#sec__4 .imgArea .img__1 {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 769px) {
  #sec__4 .imgArea .img__1 {
    width: 37.7824858757vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .imgArea .img__1 {
    width: 45.3389830508vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .imgArea .img__1 {
    width: 90.6779661017vw;
  }
}
#sec__4 .imgArea .img__2 {
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  #sec__4 .imgArea .img__2 {
    width: 27.6012241055vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .imgArea .img__2 {
    width: 33.1214689266vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .imgArea .img__2 {
    width: 66.2429378531vw;
  }
}
#sec__4 .img__3 {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__4 .img__3 {
    width: 22.4811676083vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .img__3 {
    width: 26.9774011299vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .img__3 {
    width: 53.9548022599vw;
  }
}
#sec__4 .credit {
  position: relative;
  z-index: 2;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__4 .credit {
    width: 22.4811676083vw;
    padding-top: 2.3540489642vw;
    padding-right: 1.7655367232vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__4 .credit {
    width: 26.9774011299vw;
    padding-top: 2.8248587571vw;
    padding-right: 2.1186440678vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .credit {
    width: 53.9548022599vw;
    padding-top: 5.6497175141vw;
    padding-right: 4.2372881356vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__4 .credit li {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #sec__4 .credit li {
    width: 48.0225988701vw;
  }
}

/* #sec__5
===================================================== */
@media screen and (min-width: 769px) {
  #sec__5 {
    margin-bottom: 1.8832391714vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 {
    margin-bottom: 2.2598870056vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 {
    margin-bottom: 4.5197740113vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__5 .secNum {
    top: 13.418079096vw;
    left: 4.0018832392vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .secNum {
    top: 16.1016949153vw;
    left: 4.802259887vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .secNum {
    top: 32.2033898305vw;
    left: 9.604519774vw;
  }
}
#sec__5 .imgArea::before {
  content: none;
}
#sec__5 .imgArea .img__1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #sec__5 .imgArea .img__1 .mark {
    bottom: 1.5301318267vw;
    right: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .imgArea .img__1 .mark {
    bottom: 1.8361581921vw;
    right: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .imgArea .img__1 .mark {
    bottom: 3.6723163842vw;
    right: 5.6497175141vw;
  }
}
#sec__5 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__5 .imgArea .img__1 .credit {
    bottom: 2.9425612053vw;
    left: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__5 .imgArea .img__1 .credit {
    bottom: 3.5310734463vw;
    left: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__5 .imgArea .img__1 .credit {
    bottom: 7.0621468927vw;
    left: 5.6497175141vw;
  }
}

/* #sec__6
===================================================== */
#sec__6 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__6 {
    margin-bottom: 15.8898305085vw;
    width: 24.3055555556vw;
    margin-left: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 {
    margin-bottom: 19.0677966102vw;
    width: 29.1666666667vw;
    margin-left: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 {
    margin-bottom: 38.1355932203vw;
    width: 58.3333333333vw;
    margin-left: 5.6497175141vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__6 .secNum {
    bottom: 1.7655367232vw;
    right: 2.5894538606vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__6 .secNum {
    bottom: 2.1186440678vw;
    right: 3.1073446328vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .secNum {
    bottom: 4.2372881356vw;
    right: 6.2146892655vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__6 .secNum img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .secNum img {
    height: 8.4745762712vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__6 .imgArea {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #sec__6 .imgArea {
    padding-bottom: 19.7740112994vw;
  }
}
#sec__6 .imgArea::before {
  content: none;
}
#sec__6 .imgArea .credit {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* #sec__65
===================================================== */
@media screen and (min-width: 769px) {
  #sec__65 {
    margin-bottom: 13.8888888889vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__65 {
    margin-bottom: 16.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__65 {
    margin-bottom: 33.3333333333vw;
  }
}
#sec__65 .imgArea::before {
  content: none;
}
#sec__65 .imgArea .img__1 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #sec__65 .imgArea .img__1 .mark {
    bottom: 2.3540489642vw;
    right: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__65 .imgArea .img__1 .mark {
    bottom: 2.8248587571vw;
    right: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__65 .imgArea .img__1 .mark {
    bottom: 5.6497175141vw;
    right: 5.6497175141vw;
  }
}
#sec__65 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__65 .imgArea .img__1 .credit {
    bottom: 3.1779661017vw;
    left: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__65 .imgArea .img__1 .credit {
    bottom: 3.813559322vw;
    left: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__65 .imgArea .img__1 .credit {
    bottom: 7.6271186441vw;
    left: 5.6497175141vw;
  }
}

/* #sec__7
===================================================== */
@media screen and (min-width: 769px) {
  #sec__7 {
    margin-bottom: 0.8827683616vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 {
    margin-bottom: 1.0593220339vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 {
    margin-bottom: 2.1186440678vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__7 .secNum {
    top: 2.9425612053vw;
    left: 5.8851224105vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .secNum {
    top: 3.5310734463vw;
    left: 7.0621468927vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .secNum {
    top: 7.0621468927vw;
    left: 14.1242937853vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__7 .secNum img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .secNum img {
    height: 8.4745762712vw;
  }
}
#sec__7 .imgArea::before {
  content: none;
}
#sec__7 .imgArea .img__1 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__7 .imgArea .img__1 {
    width: 36.4289077213vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .imgArea .img__1 {
    width: 43.7146892655vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .imgArea .img__1 {
    width: 87.4293785311vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__7 .imgArea .img__1 .mark {
    bottom: 2.3540489642vw;
    right: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .imgArea .img__1 .mark {
    bottom: 2.8248587571vw;
    right: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .imgArea .img__1 .mark {
    bottom: 5.6497175141vw;
    right: 5.6497175141vw;
  }
}
#sec__7 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__7 .imgArea .img__1 .credit {
    bottom: 3.5310734463vw;
    left: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__7 .imgArea .img__1 .credit {
    bottom: 4.2372881356vw;
    left: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__7 .imgArea .img__1 .credit {
    bottom: 8.4745762712vw;
    left: 5.6497175141vw;
  }
}

/* #sec__8
===================================================== */
#sec__8 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__8 {
    width: 26.5419020716vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 {
    width: 31.8502824859vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 {
    width: 63.7005649718vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__8 .secNum {
    top: 2.7071563089vw;
    right: 2.3540489642vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .secNum {
    top: 3.2485875706vw;
    right: 2.8248587571vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .secNum {
    top: 6.4971751412vw;
    right: 5.6497175141vw;
  }
}
@media screen and (min-width: 769px) {
  #sec__8 .secNum img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .secNum img {
    height: 8.4745762712vw;
  }
}
#sec__8 .imgArea::before {
  content: none;
}
@media screen and (min-width: 769px) {
  #sec__8 .imgArea .img__1 .mark {
    bottom: 1.7655367232vw;
    right: 1.7655367232vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .imgArea .img__1 .mark {
    bottom: 2.1186440678vw;
    right: 2.1186440678vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .imgArea .img__1 .mark {
    bottom: 4.2372881356vw;
    right: 4.2372881356vw;
  }
}
#sec__8 .imgArea .img__1 .credit {
  position: absolute;
}
@media screen and (min-width: 769px) {
  #sec__8 .imgArea .img__1 .credit {
    bottom: 1.7655367232vw;
    left: 1.7655367232vw;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  #sec__8 .imgArea .img__1 .credit {
    bottom: 2.1186440678vw;
    left: 2.1186440678vw;
  }
}
@media screen and (max-width: 768px) {
  #sec__8 .imgArea .img__1 .credit {
    bottom: 16.9491525424vw;
    right: 4.2372881356vw;
  }
}

/* .footerArea
===================================================== */
.footerArea {
  height: 100vh;
}

/* .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 (min-width: 769px) and ( max-width: 1200px) {
  .footer {
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    bottom: 0;
    left: 0;
  }
}
.footer .footerFlex {
  height: 100%;
  width: 100%;
}
.footer .footerInner {
  background-image: url(../images/footer.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer .footerInner {
    height: 90%;
  }
}
@media screen and (min-width: 769px) and ( max-width: 1200px) {
  .footer .footerInner {
    height: 87%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerInner {
    height: 87%;
  }
}
.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: 8.4745762712vw;
    left: 8.4745762712vw;
  }
}
.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: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffTitle {
    font-size: 4.6610169492vw;
    margin-bottom: 2.8248587571vw;
  }
}
.footer .staff .staffList dl {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .footer .staff .staffList dl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffList dl {
    margin-bottom: 4.2372881356vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .staff .staffList dt {
    font-size: 13px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffList dt {
    font-size: 3.6723163842vw;
    margin-bottom: 0.5649717514vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .staff .staffList dd {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer .staff .staffList dd {
    font-size: 2.8248587571vw;
  }
}
.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: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive {
    margin-top: 5.6497175141vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .archive .archiveTitle {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive .archiveTitle {
    font-size: 4.6610169492vw;
    margin-bottom: 1.9774011299vw;
  }
}
.footer .archive ul li {
  background-color: #fff;
  color: #c1272d;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .archive ul li {
    width: 140px;
    line-height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive ul li {
    width: 39.5480225989vw;
    line-height: 7.9096045198vw;
  }
}
@media screen and (min-width: 769px) {
  .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: 1.9774011299vw;
  }
}
.footer .archive ul a {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .archive ul a {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer .archive ul a {
    font-size: 3.1073446328vw;
  }
}
.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: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all {
    margin-top: 5.6497175141vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .all .allTitle {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all .allTitle {
    font-size: 4.6610169492vw;
    margin-bottom: 1.9774011299vw;
  }
}
.footer .all .all_link {
  background-color: #fff;
  color: #c1272d;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .all .all_link {
    width: 140px;
    line-height: 25px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .footer .all .all_link {
    width: 39.5480225989vw;
    line-height: 7.9096045198vw;
    font-size: 3.1073446328vw;
  }
}
.footer .footerLogo {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .footer .footerLogo {
    height: 10%;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLogo {
    height: 13%;
  }
}
.footer .footerLogo a {
  display: block;
}
@media screen and (min-width: 769px) {
  .footer .footerLogo a img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerLogo a img {
    width: 33.8983050847vw;
  }
}/*# sourceMappingURL=style.css.map */