@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) */
/* ============================================ */
dt {
  font-weight: bold;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* font
---------------------------------------------*/
.helvetica_regular {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: normal;
}

.helvetica_bold {
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
}

.hiragino_w3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: normal;
}

/* common
---------------------------------------------*/
body {
  width: 100%;
  font-family: YuGothicM, "游ゴシック Medium", YuGothic, "Yu Gothic", -apple-system, "system-ui", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@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;
  }
}

.imgWrap {
  position: relative;
}
.imgWrap::before {
  content: "";
  display: block;
}
.imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sticky
---------------------------------------------*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* animation
---------------------------------------------*/
.fadein_top {
  opacity: 0;
  transform: translateY(60px);
}

.fadein_top.show {
  -webkit-animation-name: fadeTopAnime;
          animation-name: fadeTopAnime;
  -webkit-animation-duration: 1800ms;
          animation-duration: 1800ms;
  -webkit-animation-timing-function: cubic-beziercubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-beziercubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeTopAnime {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeTopAnime {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .fadein {
    transform: translateY(180px);
  }
}
@media screen and (max-width: 768px) {
  .fadein {
    transform: translateY(120px);
  }
}

.fadein.show {
  -webkit-animation-name: fadeAnime;
          animation-name: fadeAnime;
  -webkit-animation-duration: 1200ms;
          animation-duration: 1200ms;
  -webkit-animation-timing-function: cubic-beziercubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-beziercubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeAnime {
  0% {
    @media screen and (min-width: 769px) {
      transform: translateY(120px);
    }
    @media screen and (max-width: 768px) {
      transform: translateY(80px);
    }
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeAnime {
  0% {
    @media screen and (min-width: 769px) {
      transform: translateY(120px);
    }
    @media screen and (max-width: 768px) {
      transform: translateY(80px);
    }
  }
  100% {
    transform: translateY(0);
  }
}
.fadein_text {
  transform: translateY(60px);
  opacity: 0;
}

.fadein_text.show {
  -webkit-animation-name: fadeTextAnime;
          animation-name: fadeTextAnime;
  -webkit-animation-duration: 1800ms;
          animation-duration: 1800ms;
  -webkit-animation-timing-function: cubic-beziercubic-bezier(0.25, 1, 0.5, 1);
          animation-timing-function: cubic-beziercubic-bezier(0.25, 1, 0.5, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fadeTextAnime {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeTextAnime {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadein_text_1.show {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.fadein_text_2.show {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}

.fadein_text_3.show {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.fadein_text_4.show {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.fadein_text_5.show {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

/* top
---------------------------------------------*/
.top {
  position: relative;
}
.top__back {
  position: relative;
}
.top__back::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .top__back::before {
    padding-top: 56.2225%;
  }
}
@media screen and (max-width: 768px) {
  .top__back::before {
    padding-top: 179.2%;
  }
}
.top__back img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .top__title {
    width: 53.1%;
    top: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .top__title {
    width: 80%;
    top: 7.3vw;
  }
}
.top__text {
  font-weight: bold;
  color: #fff;
  position: absolute;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .top__text {
    font-size: 1.39vw;
    top: 6.8vw;
  }
}
@media screen and (max-width: 768px) {
  .top__text {
    font-size: 2.66vw;
    top: 3.6vw;
  }
}
@media screen and (min-width: 769px) {
  .top__text.num2022 {
    left: 3.2%;
  }
}
@media screen and (max-width: 768px) {
  .top__text.num2022 {
    left: 2.5%;
  }
}
@media screen and (min-width: 769px) {
  .top__text.winter {
    right: 3.2%;
  }
}
@media screen and (max-width: 768px) {
  .top__text.winter {
    right: 2.5%;
  }
}

/* sec--black
---------------------------------------------*/
.sec--black {
  background-color: #000;
  position: relative;
}
.sec--black .block {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sec--black .block .credit {
    padding: 0.9vw 0 0.7vw 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--black .block .credit {
    height: 6.6vw;
    width: 100%;
    padding: 1.2vw 1.7vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--black .block .credit .modalOpen {
    height: 100%;
    width: auto;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .sec--black .block .credit .modalOpen img {
    width: auto;
    height: 100%;
  }
}
.sec--black .block .credit .creditList {
  letter-spacing: 0.015em;
}
@media screen and (min-width: 769px) {
  .sec--black .block .credit .creditList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .sec--black .block .credit .creditList__item {
    font-size: 0.73vw;
    margin-right: 1.4vw;
    margin-bottom: 0.3vw;
  }
}
.sec--black .block .credit .creditList__item a {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec--black .block .credit .creditList__item a {
    margin-left: 0.4vw;
  }
}
.sec--black .block .credit .creditList__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
}
.sec--black .block .credit .creditList__item a.coming {
  opacity: 0.5;
}
.sec--black .block .credit .creditList__item a.coming::after {
  display: none;
}
@media screen and (min-width: 769px) {
  .sec--black .block .credit .creditList__item.kara {
    width: 100%;
    margin-bottom: 0;
  }
}
.sec--black .block .credit .creditList__item.tsuika {
  opacity: 0;
  width: 100%;
}
.sec--black .bigText {
  position: absolute;
}

/* sec--blue
---------------------------------------------*/
.sec--blue {
  background-color: #006492;
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec--blue {
    padding: 7.3vw 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sec--blue {
    padding: 18vw 0;
  }
}
.sec--blue::before, .sec--blue::after {
  content: "2022 WINTER";
  display: block;
  line-height: 1;
  color: #fff;
  position: absolute;
  font-family: Helvetica, Arial, "sans-serif";
  font-weight: bold;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 769px) {
  .sec--blue::before, .sec--blue::after {
    font-size: 1.02vw;
    top: 50%;
    transform-origin: top center;
  }
}
@media screen and (max-width: 768px) {
  .sec--blue::before, .sec--blue::after {
    font-size: 2.4vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .sec--blue::before {
    transform-origin: top center;
    transform: rotate(-90deg);
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec--blue::before {
    top: 7.2vw;
  }
}
@media screen and (min-width: 769px) {
  .sec--blue::after {
    transform-origin: top center;
    transform: rotate(90deg);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec--blue::after {
    bottom: 7.2vw;
  }
}

.blueList {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .blueList {
    width: 90.8%;
  }
}
@media screen and (max-width: 768px) {
  .blueList {
    width: 71%;
  }
}
@media screen and (max-width: 768px) {
  .blueList {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .blueList__item {
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (min-width: 769px) {
  .blueList__item:nth-child(-n+2) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .blueList__item:nth-child(-n+2) {
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 769px) {
  .blueList__item .imgWrap::before {
    padding-top: 162.3376%;
  }
}
@media screen and (max-width: 768px) {
  .blueList__item .imgWrap::before {
    padding-top: 139.3596%;
  }
}

/* sec1
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .sec1 {
    padding: 12vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 11vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .sec1 .bigText {
    width: 42.8%;
    right: 0.7%;
    top: 16.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .bigText {
    width: 40.5%;
    right: 3%;
    top: 40.6vw;
  }
}
@media screen and (min-width: 769px) {
  .sec1 .bigText span:nth-child(2) {
    margin-top: -20%;
  }
}
@media screen and (min-width: 769px) {
  .sec1 .bigText span:nth-child(3) {
    margin-top: -12%;
  }
}
@media screen and (min-width: 769px) {
  .sec1 .bigText span:nth-child(4) {
    margin-top: -7%;
  }
}
@media screen and (min-width: 769px) {
  .sec1 .block--1_1 {
    width: 34.4%;
    margin-left: 15.6%;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .block--1_1 {
    width: 56%;
    margin-left: 5.7%;
  }
}
.sec1 .block--1_1 .imgWrap::before {
  padding-top: 132.9787%;
}
@media screen and (min-width: 769px) {
  .sec1 .block--1_2 {
    width: 40.9%;
    margin-top: -11.9vw;
    margin-right: 3.2%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .block--1_2 {
    width: 68%;
    margin-top: 12.6vw;
    margin-right: 9.3%;
    margin-left: auto;
  }
}
.sec1 .block--1_2 .imgWrap::before {
  padding-top: 133.0357%;
}
@media screen and (min-width: 769px) {
  .sec1 .block--1_3 {
    width: 45.7%;
    margin-top: -27vw;
    margin-left: 2.9%;
  }
}
@media screen and (max-width: 768px) {
  .sec1 .block--1_3 {
    width: 66.6%;
    margin-top: 10vw;
    margin-right: auto;
  }
}
.sec1 .block--1_3 .imgWrap::before {
  padding-top: 75.2%;
}

/* sec3
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .sec3 {
    padding: 0 0 11.7vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 {
    padding: 0 0 17.3%;
  }
}
.sec3 .bigText {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec3 .bigText {
    width: 62.4%;
    top: 25.6vw;
    left: 5.9%;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .bigText {
    width: 78.8%;
    top: 39.1vw;
    left: 5%;
  }
}
@media screen and (min-width: 769px) {
  .sec3 .bigText span:nth-child(2) {
    margin-top: 0%;
  }
}
@media screen and (min-width: 769px) {
  .sec3 .bigText span:nth-child(3) {
    margin-top: 0%;
  }
}
@media screen and (min-width: 769px) {
  .sec3 .bigText span:nth-child(4) {
    margin-top: 0%;
  }
}
@media screen and (min-width: 769px) {
  .sec3 .block--3_1 {
    width: 38.7%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .block--3_1 {
    width: 70.6%;
    margin-left: auto;
  }
}
.sec3 .block--3_1 .imgWrap::before {
  padding-top: 133.9622%;
}
@media screen and (min-width: 769px) {
  .sec3 .block--3_2 {
    width: 28.5%;
    margin-top: -40.1vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .block--3_2 {
    width: 57.8%;
    margin-top: 7.7%;
  }
}
.sec3 .block--3_2 .imgWrap::before {
  padding-top: 133.1626%;
}
@media screen and (min-width: 769px) {
  .sec3 .block--3_3 {
    width: 21.2%;
    margin-left: auto;
    margin-right: 10.4%;
    margin-top: 14.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .block--3_3 {
    width: 28.9%;
    margin-left: auto;
    margin-right: 2.5%;
    margin-top: -44vw;
  }
}
.sec3 .block--3_3 .imgWrap::before {
  padding-top: 268.9655%;
}
@media screen and (min-width: 769px) {
  .sec3 .block--3_4 {
    width: 43.9%;
    margin-right: auto;
    margin-left: 12.4%;
    margin-top: -48.7vw;
  }
}
@media screen and (max-width: 768px) {
  .sec3 .block--3_4 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14%;
  }
}
.sec3 .block--3_4 .imgWrap::before {
  padding-top: 133.3333%;
}

/* sec4
---------------------------------------------*/
.sec4 .tegaki {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec4 .tegaki {
    width: 21.5%;
    bottom: 13.5vw;
    right: 20.5%;
  }
}
@media screen and (max-width: 768px) {
  .sec4 .tegaki {
    width: 44.6%;
    bottom: 30vw;
    left: 6%;
  }
}

/* sec5
---------------------------------------------*/
.sec5 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec5 .imgWrap::before {
    padding-top: 45.6076%;
  }
}
@media screen and (max-width: 768px) {
  .sec5 .imgWrap::before {
    padding-top: 160%;
  }
}

/* sec6
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .sec6 {
    padding: 9.8vw 0 9.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sec6 {
    padding: 12.2% 0 14.5%;
  }
}
.sec6 .inner {
  position: relative;
}
.sec6 .husen {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec6 .husen {
    width: 37.5%;
    top: -24.4vw;
    right: 7.2%;
  }
}
@media screen and (max-width: 768px) {
  .sec6 .husen {
    width: 52.5%;
    top: -37.3vw;
    right: 1%;
  }
}
@media screen and (min-width: 769px) {
  .sec6 .block--6_1 {
    width: 28.5%;
    margin-left: 17.8%;
  }
}
@media screen and (max-width: 768px) {
  .sec6 .block--6_1 {
    width: 40%;
    margin-left: 2.5%;
    margin-right: auto;
  }
}
.sec6 .block--6_1 .imgWrap::before {
  padding-top: 133.3333%;
}
@media screen and (min-width: 769px) {
  .sec6 .block--6_2 {
    width: 34.4%;
    margin-top: -18.3vw;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec6 .block--6_2 {
    width: 50.1%;
    margin-top: -29.7%;
    margin-left: auto;
  }
}
.sec6 .block--6_2 .imgWrap::before {
  padding-top: 132.9787%;
}
@media screen and (min-width: 769px) {
  .sec6 .block--6_3 {
    width: 57.1%;
    margin-right: auto;
    margin-top: -18vw;
  }
}
@media screen and (max-width: 768px) {
  .sec6 .block--6_3 {
    width: 93.3%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 12.5%;
  }
}
.sec6 .block--6_3 .imgWrap::before {
  padding-top: 67.3076%;
}

/* sec8
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .sec8 {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec8 {
    padding-top: 10%;
  }
}
@media screen and (min-width: 769px) {
  .sec8 .bigText {
    width: 55.8%;
    top: 16vw;
    right: 0%;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .bigText {
    width: 99.6%;
    top: 107vw;
    right: 0%;
  }
}
@media screen and (min-width: 769px) {
  .sec8 .block--8_1 {
    width: 34.4%;
    margin-left: 12.6%;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_1 {
    width: 73.3%;
    margin-right: auto;
  }
}
.sec8 .block--8_1 .imgWrap::before {
  padding-top: 132.9787%;
}
@media screen and (min-width: 769px) {
  .sec8 .block--8_2 {
    width: 68.8%;
    margin-left: auto;
    margin-top: 11.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_2 {
    width: 62.6%;
    margin-top: 24vw;
    margin-left: auto;
  }
}
.sec8 .block--8_2 .flex {
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_2 .flex {
    flex-direction: column;
  }
}
.sec8 .block--8_2 .flex::before {
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .sec8 .block--8_2 .flex::before {
    padding-top: 66.4893%;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_2 .flex::before {
    padding-top: 265.9574%;
  }
}
.sec8 .block--8_2 .flex img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec8 .block--8_2 .flex img {
    width: 50%;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_2 .flex img {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec8 .block--8_2 .flex img:first-child {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_2 .flex img:first-child {
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec8 .block--8_2 .flex img:last-child {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec8 .block--8_2 .flex img:last-child {
    top: 50%;
  }
}

/* sec10
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .sec10Wrap {
    overflow: hidden;
    width: 100%;
  }
}

.sec10 {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sec10 {
    padding-top: 115vw;
  }
}
.sec10 .img--10_1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_1 {
    width: 59.3%;
    bottom: 0vw;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_1 {
    width: 86.4%;
    top: 37vw;
    left: -3.2%;
  }
}
.sec10 .img--10_2 img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_2 img:nth-child(1) {
    width: 15.8vw;
    top: 3vw;
    left: 19.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_2 img:nth-child(1) {
    width: 34vw;
    top: 2.5vw;
    left: 29.8vw;
  }
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_2 img:nth-child(2) {
    width: 11.5vw;
    top: 16.4vw;
    left: 22.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_2 img:nth-child(2) {
    width: 24.8vw;
    top: 31.1vw;
    left: 36.5vw;
  }
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_2 img:nth-child(3) {
    width: 17.6vw;
    top: 22.6vw;
    left: 24.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_2 img:nth-child(3) {
    width: 37.6vw;
    top: 44.5vw;
    left: 41.1vw;
  }
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_2 img:nth-child(4) {
    width: 13.9vw;
    top: 31.4vw;
    left: 24.9vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_2 img:nth-child(4) {
    width: 30.2vw;
    top: 63vw;
    left: 41.1vw;
  }
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_2 img:nth-child(5) {
    width: 32.4vw;
    top: 35.6vw;
    left: 23vw;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_2 img:nth-child(5) {
    width: 70vw;
    top: 72vw;
    left: 37.2vw;
  }
}
@media screen and (min-width: 769px) {
  .sec10 .img--10_3 {
    width: 55%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec10 .img--10_3 {
    width: 93.3%;
    margin-left: auto;
    margin-top: 4vw;
  }
}

/* lead
---------------------------------------------*/
.lead {
  background-color: #006492;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 92px 0 124px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 10vw 0 10.6vw;
  }
}
.lead__title {
  font-weight: bold;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  .lead__title {
    font-size: 41px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .lead__title {
    font-size: 8.2vw;
    margin-bottom: 5.5vw;
    line-height: 1.2;
  }
}
.lead__subTitle {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead__subTitle {
    width: 193px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 768px) {
  .lead__subTitle {
    width: 37%;
    margin-bottom: 3vw;
  }
}
.lead__text {
  margin: 0 auto;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .lead__text {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 768px) {
  .lead__text {
    font-size: 2.9vw;
    width: 84%;
    margin: 0 auto;
    text-align: justify;
    line-height: 2.3;
    letter-spacing: 0.09em;
  }
}

/* staff
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .staff {
    padding: 65.5px 0 65.5px;
  }
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 9vw 0;
  }
}
.staff__text {
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.015em;
}
@media screen and (min-width: 769px) {
  .staff__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .staff__text {
    font-size: 2.6vw;
    letter-spacing: 0em;
  }
}

/* footer
---------------------------------------------*/
.footer {
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 41px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.8vw 0 13.3vw;
  }
}
.footer .logo {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .footer .logo {
    width: 104px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .footer .logo {
    width: 28%;
    margin-bottom: 11vw;
  }
}
.footer .logo a {
  display: block;
}
.footer .linkList {
  display: flex;
}
@media screen and (min-width: 769px) {
  .footer .linkList {
    margin-bottom: 108px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer .linkList {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .linkList__item {
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .footer .linkList__item:not(:last-of-type)::after {
    content: "/";
    display: inline-block;
    margin: 0 9px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .footer .linkList__item:not(:last-of-type)::after {
    display: none;
  }
}
.footer .linkList__item a {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .footer .linkList__item a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer .linkList__item a {
    font-size: 3.7vw;
    font-weight: bold;
  }
}
.footer .copy {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.039em;
}
@media screen and (min-width: 769px) {
  .footer .copy small {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copy small {
    font-size: 2.6vw;
  }
}
.footer .totop {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .footer .totop {
    right: 117px;
    bottom: 100px;
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .footer .totop {
    bottom: 12.5vw;
    right: 7%;
    width: 10vw;
    height: 8vw;
  }
}
.footer .totop span {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  display: block;
  position: absolute;
  top: 40%;
  left: 20%;
  transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .footer .totop span {
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .footer .totop span {
    width: 5vw;
    height: 5vw;
  }
}

/* modal
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .modal .creditList {
    position: fixed;
    width: 93.3%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 23.8vw 14% 12vw 5%;
    display: none;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .modal .creditList .modalClose {
    width: 9vw;
    height: 9vw;
    position: absolute;
    top: 4vw;
    right: 3.3vw;
    background-image: url(../images/modalclose.png);
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal .creditList__item {
    font-size: 3.3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .modal .creditList__item.tsuika {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .modal .creditList__item:last-child, .modal .creditList__item.kara, .modal .creditList__item.tsuika_pre {
    margin-bottom: 0;
  }
}
.modal .creditList__item a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal .creditList__item a {
    font-size: 3.4vw;
  }
}
.modal .creditList__item a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
}
.modal .creditList__item a.coming {
  opacity: 0.5;
}
.modal .creditList__item a.coming::after {
  display: none;
}/*# sourceMappingURL=style.css.map */