@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 78.125%;
  }
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background: #fff;
  overflow: hidden;
  color: #151515;
  font-family: こぶりなゴシック W3 JIS2004, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.85px;
  letter-spacing: .085rem;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ' . ';
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

button, input, select, textarea {
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=' tel '] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none !important;
  }
  .is-sp-inline {
    display: inline-block;
  }
  .is-pc-inline {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .sp-inline {
    display: inline-block;
  }
  .pc-inline {
    display: none !important;
  }
}

@media screen and (orientation: landscape) {
  .is-land {
    display: block;
  }
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
  .is-port {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .is-wide {
    display: block;
  }
  .is-tab {
    display: none !important;
  }
}

@media screen and (min-width: 561px) {
  .is-wide {
    display: none !important;
  }
  .is-tab {
    display: block;
  }
}

.is-narrow {
  display: none !important;
}

.is-narrow-inline {
  display: none !important;
}

@media screen and (max-width: 374px) {
  .is-narrow {
    display: block !important;
  }
  .is-narrow-inline {
    display: inline-block !important;
  }
  .is-non-narrow {
    display: none !important;
  }
  .is-non-narrow-inline {
    display: none !important;
  }
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

[data-scroll] {
  cursor: pointer;
}

/* ====================
Layout
 ==================== */
.l-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-wrap__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-wrap__cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 100%;
  height: 100vh;
  content: "";
}

.is-op .l-wrap__cover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.87, 0, 0.13, 1) 2.6s;
  transition: opacity 2s cubic-bezier(0.87, 0, 0.13, 1) 2.6s;
}

.l-wrap__cover-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  background: url("../img/c_2_main_slider_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .l-wrap__cover-bg {
    background: url("../img/c_2_main_slider_sp.jpg") no-repeat center;
    background-size: cover;
  }
}

.is-op .l-wrap__cover-bg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, -webkit-transform 10s linear;
  transition: opacity 1.4s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, -webkit-transform 10s linear;
  transition: opacity 1.4s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, transform 10s linear;
  transition: opacity 1.4s cubic-bezier(0.87, 0, 0.13, 1) 0.2s, transform 10s linear, -webkit-transform 10s linear;
}

.l-wrap__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  color: #fff;
  text-align: center;
}

.l-wrap__title-main {
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 120px;
  font-size: 8.333vw;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1;
}

@media screen and (min-width: 2000px) {
  .l-wrap__title-main {
    font-size: 166.667px;
  }
}

@media screen and (max-width: 960px) {
  .l-wrap__title-main {
    font-size: 60px;
    font-size: 16vw;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .l-wrap__title-main {
    font-size: 320px;
  }
}

.l-wrap__title-main span {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-op .l-wrap__title-main span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.l-wrap__title-main span:nth-child(1) {
  -webkit-transition-delay: 1.1s, 1.1s;
          transition-delay: 1.1s, 1.1s;
}

.l-wrap__title-main span:nth-child(2) {
  -webkit-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}

.l-wrap__title-main span:nth-child(3) {
  -webkit-transition-delay: 1.3s, 1.3s;
          transition-delay: 1.3s, 1.3s;
}

.l-wrap__title-main span:nth-child(4) {
  -webkit-transition-delay: 1.4s, 1.4s;
          transition-delay: 1.4s, 1.4s;
}

.l-wrap__title-main span:nth-child(5) {
  -webkit-transition-delay: 1.5s, 1.5s;
          transition-delay: 1.5s, 1.5s;
}

.l-wrap__title-main span:nth-child(6) {
  -webkit-transition-delay: 1.6s, 1.6s;
          transition-delay: 1.6s, 1.6s;
}

.l-wrap__title-main span:nth-child(7) {
  -webkit-transition-delay: 1.7s, 1.7s;
          transition-delay: 1.7s, 1.7s;
}

.l-wrap__title-main span:nth-child(8) {
  -webkit-transition-delay: 1.8s, 1.8s;
          transition-delay: 1.8s, 1.8s;
}

.l-wrap__title-main span:nth-child(9) {
  -webkit-transition-delay: 1.9s, 1.9s;
          transition-delay: 1.9s, 1.9s;
}

.l-wrap__title-main span:nth-child(10) {
  -webkit-transition-delay: 2s, 2s;
          transition-delay: 2s, 2s;
}

.l-wrap__title-sub {
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-size: 28px;
  font-size: 1.944vw;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 2000px) {
  .l-wrap__title-sub {
    font-size: 38.889px;
  }
}

@media screen and (min-width: 961px) {
  .l-wrap__title-sub {
    margin: 6px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .l-wrap__title-sub {
    font-size: 16px;
    font-size: 4.267vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .l-wrap__title-sub {
    font-size: 85.333px;
  }
}

.is-op .l-wrap__title-sub {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 2s;
}

.l-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  margin: 0 auto;
  background: #151515;
  width: 100%;
}

.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0 18px;
  width: 95%;
  height: 82px;
}

@media screen and (max-width: 960px) {
  .l-header__container {
    padding: 30px 0 20px;
    width: 90%;
    height: 72px;
  }
}

.l-header__logo {
  position: relative;
  width: 140px;
}

@media screen and (max-width: 960px) {
  .l-header__logo {
    width: 60px;
  }
}

.l-header__brand {
  position: relative;
  width: 100px;
}

@media screen and (max-width: 960px) {
  .l-header__brand {
    width: 50px;
  }
}

.l-header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  color: #fff;
  text-align: center;
}

.l-header__title-main {
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
}

@media screen and (min-width: 2000px) {
  .l-header__title-main {
    font-size: 96px;
  }
}

.l-header__title-sub {
  position: relative;
  margin-top: 5px;
  font-size: 10px;
  font-size: 2.667vw;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 2000px) {
  .l-header__title-sub {
    font-size: 53.333px;
  }
}

.l-main {
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  padding-top: 82px;
  width: 100%;
  max-width: 2000px;
}

@media screen and (max-width: 960px) {
  .l-main {
    padding-top: 72px;
  }
}

.is-load .l-main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-footer {
  position: relative;
  margin: 0 auto;
  background: #151515;
  width: 100%;
  color: #fff;
}

.l-footer__container {
  position: relative;
  margin: 0 auto;
  padding: 72px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 22px 0;
  }
}

.l-footer__copy {
  display: block;
  vertical-align: middle;
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: .85px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .l-footer__copy {
    margin-top: 34px;
    font-size: 10px;
  }
}

.l-footer__copy-pr {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  border: 1px solid #fff;
  padding: 2px 5px;
}

@media screen and (max-width: 960px) {
  .l-footer__copy-pr {
    margin-right: 10px;
  }
}

@media screen and (min-width: 961px) {
  .p-share {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    z-index: 5;
    border-radius: 10px 0 0 10px;
    background: #151515;
    padding: 10px 5px;
    color: #fff;
  }
  .is-load .p-share {
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
    transition: -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  }
}

.p-share__cap {
  position: relative;
  margin: 0 auto 12px;
  width: 100%;
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 960px) {
  .p-share__cap {
    margin-bottom: 18px;
    text-align: center;
  }
}

.p-share__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-share__item {
  display: block;
  position: relative;
  width: 20px;
}

@media screen and (min-width: 961px) {
  .p-share__item {
    margin: 0 auto;
  }
}

@media screen and (max-width: 960px) {
  .p-share__item {
    width: 24px;
  }
}

@media screen and (min-width: 961px) {
  .p-share__item + .p-share__item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  .p-share__item + .p-share__item {
    margin-left: 28px;
  }
}

.p-share__text {
  display: block;
  position: relative;
  width: 100%;
}

.c-svg {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.c-svg__path {
  fill: #fff;
  -webkit-transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: fill 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}

[data-ua="pc"] .c-svg:hover .c-svg__path {
  fill: #9E1B32;
}

/* ====================
PROJECT
 ==================== */
.p-hero {
  position: relative;
  margin: 0 auto 120px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero {
    margin-bottom: 40px;
  }
}

.p-hero__scroll {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
  height: calc(100vh - 82px);
  max-height: 100%;
}

.is-load .p-hero__scroll {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

@media screen and (max-width: 960px) {
  .p-hero__scroll {
    display: none;
  }
}

.p-hero__scroll-in {
  display: block;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 2px;
  height: 60px;
}

.p-hero__scroll-cap {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -100%) rotate(90deg);
      -ms-transform: translate(0, -100%) rotate(90deg);
          transform: translate(0, -100%) rotate(90deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  line-height: .8;
}

.p-hero__scroll-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-hero__scroll-bar::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: bar 2s linear infinite;
          animation: bar 2s linear infinite;
  background: #898989;
  width: 100%;
  height: 100%;
  content: "";
}

@-webkit-keyframes bar {
  0% {
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
            animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  50% {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
            animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  100% {
    top: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bar {
  0% {
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
            animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  50% {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
            animation-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  100% {
    top: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-hero__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-hero__inner {
  position: relative;
}

@media screen and (min-width: 961px) {
  .p-hero__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__inner {
    margin: 0 auto;
    border-top: 1px solid #151515;
    padding-top: 25px;
    width: 85%;
  }
}

.p-hero__text {
  width: 75%;
}

@media screen and (min-width: 961px) {
  .p-hero__text {
    position: absolute;
    top: 47%;
    left: 58%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 960px) {
  .p-hero__text {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
}

.p-hero__title {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
}

.p-hero__title-main {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 82px;
  font-size: 5.694vw;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1;
}

@media screen and (min-width: 2000px) {
  .p-hero__title-main {
    font-size: 113.889px;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__title-main {
    font-size: 32px;
    font-size: 8.533vw;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-hero__title-main {
    font-size: 170.667px;
  }
}

.is-load .p-hero__title-main {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-hero__title-sub {
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  font-size: 25px;
  font-size: 1.736vw;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 2000px) {
  .p-hero__title-sub {
    font-size: 34.722px;
  }
}

@media screen and (min-width: 961px) {
  .p-hero__title-sub {
    margin: 6px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__title-sub {
    margin-left: 10px;
    font-size: 13px;
    font-size: 3.467vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-hero__title-sub {
    font-size: 69.333px;
  }
}

.is-load .p-hero__title-sub {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}

.p-hero__lead {
  position: relative;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 30px auto 0;
  width: 100%;
  font-size: 16px;
  font-size: 1.111vw;
  line-height: 1.8;
}

@media screen and (min-width: 2000px) {
  .p-hero__lead {
    font-size: 22.222px;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__lead {
    margin-top: 35px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.45;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-hero__lead {
    font-size: 80px;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__lead br {
    display: none;
  }
}

.is-load .p-hero__lead {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.p-hero__img {
  position: relative;
  width: 61.111%;
}

@media screen and (max-width: 960px) {
  .p-hero__img {
    margin: 0 auto 56px;
    width: 100%;
  }
}

.p-hero_slide {
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.is-load .p-hero_slide {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

.p-hero_slide__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.p-hero_slide__item {
  display: inline-block;
  vertical-align: top;
  z-index: 0;
  width: 100%;
  pointer-events: none;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-hero_slide__item.is-prev {
  z-index: 1;
}

.p-hero_slide__item.is-current {
  z-index: 2;
  pointer-events: auto;
}

.p-hero_slide__img {
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, -webkit-clip-path 0s linear 1.05s;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, -webkit-clip-path 0s linear 1.05s;
  transition: clip-path 0s linear 1.05s, opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s;
  transition: clip-path 0s linear 1.05s, opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.85s, -webkit-clip-path 0s linear 1.05s;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.is-current .p-hero_slide__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

@media (-ms-high-contrast: none) {
  .p-hero_slide__img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
  }
  .is-current .p-hero_slide__img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 0.85s cubic-bezier(0.87, 0, 0.13, 1);
    transition: opacity 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  }
}

.p-hero_slide__img-item {
  position: relative;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0s linear .85s;
  transition: -webkit-transform 0s linear .85s;
  transition: transform 0s linear .85s;
  transition: transform 0s linear .85s, -webkit-transform 0s linear .85s;
  margin: 0 auto;
  width: 100%;
}

.is-current .p-hero_slide__img-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 3.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-hero_slide__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-hero_slide__bar {
  position: relative;
  margin: 0 auto 5px;
  background: #c9caca;
  width: 100%;
  height: 3px;
}

@media screen and (max-width: 960px) {
  .p-hero_slide__bar {
    height: 5px;
  }
}

.p-hero_slide__bar::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 0.45s cubic-bezier(0.5, 1, 0.89, 1), width 0s linear 0.45s;
  transition: opacity 0.45s cubic-bezier(0.5, 1, 0.89, 1), width 0s linear 0.45s;
  background: #9E1B32;
  width: 0;
  height: 100%;
  content: "";
}

.is-change .p-hero_slide__bar::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: width 9.5s linear;
  transition: width 9.5s linear;
  width: 100%;
}

.p-hero_slide__footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-hero_slide__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .p-hero_slide__footer {
    width: 95%;
  }
}

.p-hero_slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 960px) {
  .p-hero_slide__pagination {
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto 8px;
    width: 100%;
  }
}

.p-hero_slide__pagination li {
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  background: #151515;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 960px) {
  .p-hero_slide__pagination li {
    width: 5px;
    height: 5px;
  }
}

.is-load .p-hero_slide__pagination li {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-load .p-hero_slide__pagination li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-load .p-hero_slide__pagination li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-load .p-hero_slide__pagination li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-load .p-hero_slide__pagination li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-load .p-hero_slide__pagination li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-load .p-hero_slide__pagination li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-load .p-hero_slide__pagination li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-load .p-hero_slide__pagination li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.is-load .p-hero_slide__pagination li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-load .p-hero_slide__pagination li:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-hero_slide__pagination li + li {
  margin-left: 7px;
}

@media screen and (max-width: 960px) {
  .p-hero_slide__pagination li + li {
    margin-left: 5px;
  }
}

.p-hero_slide__pagination li.is-current {
  background: #9E1B32;
}

.p-hero_slide__pagination li::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  content: "";
}

.p-hero_slide__text {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@media screen and (min-width: 961px) {
  .p-hero_slide__text {
    margin-left: 35px;
  }
}

.is-load .p-hero_slide__text {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.p-hero_slide__text-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 0s linear 0.4s;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 0s linear 0.4s;
  transition: clip-path 0s linear 0.4s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 0s linear 0.4s, opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-clip-path 0s linear 0.4s;
  width: 100%;
}

[data-index="1"] .p-hero_slide__text-item:nth-child(1) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="2"] .p-hero_slide__text-item:nth-child(2) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="3"] .p-hero_slide__text-item:nth-child(3) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="4"] .p-hero_slide__text-item:nth-child(4) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="5"] .p-hero_slide__text-item:nth-child(5) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="6"] .p-hero_slide__text-item:nth-child(6) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="7"] .p-hero_slide__text-item:nth-child(7) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="8"] .p-hero_slide__text-item:nth-child(8) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="9"] .p-hero_slide__text-item:nth-child(9) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

[data-index="10"] .p-hero_slide__text-item:nth-child(10) {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear;
  transition: clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1), 0.1s opacity 0s linear, -webkit-clip-path 0.85s cubic-bezier(0.87, 0, 0.13, 1);
}

.p-hero_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-hero_link {
    padding: 15px;
  }
}

.p-hero_link__text {
  -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  font-size: 24px;
  font-size: 1.667vw;
  line-height: 1.3;
}

@media screen and (min-width: 2000px) {
  .p-hero_link__text {
    font-size: 33.333px;
  }
}

@media screen and (max-width: 960px) {
  .p-hero_link__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-size: 4.267vw;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-hero_link__text {
    font-size: 85.333px;
  }
}

[data-ua="pc"] .p-hero_link:hover .p-hero_link__text {
  color: #9E1B32;
}

.p-hero_link__btn {
  display: block;
  position: relative;
}

.p-hero_link__btn-text {
  display: block;
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 5px;
  padding: 5px 70px;
  width: 100%;
  color: #151515;
  font-size: 13px;
  font-size: 0.903vw;
  line-height: .8;
  text-align: left;
}

@media screen and (min-width: 2000px) {
  .p-hero_link__btn-text {
    font-size: 18.056px;
  }
}

@media screen and (max-width: 960px) {
  .p-hero_link__btn-text {
    padding: 8px 55px;
    font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
    font-size: 3.467vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-hero_link__btn-text {
    font-size: 69.333px;
  }
}

[data-ua="pc"] .p-hero_link:hover .p-hero_link__btn-text {
  color: #9E1B32;
}

.p-hero_link__btn-text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 2px dotted #9E1B32;
  width: 2px;
  height: 50%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-hero_link__btn-text::before {
    right: 15px;
  }
}

.p-hero_link__btn-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 11px solid #9E1B32;
  width: 11px;
  height: 10px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-hero_link__btn-text::after {
    right: 4px;
    border-top: 2.5px solid transparent;
    border-bottom: 2.5px solid transparent;
    border-left: 6px solid #9E1B32;
    width: 6px;
    height: 5px;
  }
}

.-anchor .p-hero_link__btn-text::after {
  top: 58%;
  border-top: 6px solid #9E1B32;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  width: 10px;
  height: 6px;
}

@media screen and (max-width: 960px) {
  .-anchor .p-hero_link__btn-text::after {
    top: 55%;
    right: 4px;
    border-top: 3px solid #9E1B32;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    width: 6px;
    height: 5px;
  }
}

.p-hero_link a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-section {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-load .p-section {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 1.2s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-section + .p-section {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .p-section + .p-section {
    margin-top: 80px;
  }
}

.p-section__container {
  position: relative;
  margin: 0 auto;
  width: 74%;
}

@media screen and (max-width: 960px) {
  .p-section__container {
    width: 95%;
  }
}

.p-section__header {
  position: relative;
  width: 118%;
}

@media screen and (min-width: 961px) {
  .p-section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .-left .p-section__header {
    left: -18%;
  }
  .-right .p-section__header {
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 960px) {
  .p-section__header {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100vw;
  }
}

.p-section__header a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-section__img {
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  width: 100%;
  overflow: hidden;
}

.is-active .p-section__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.75s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.75s cubic-bezier(0.87, 0, 0.13, 1), -webkit-clip-path 0.75s cubic-bezier(0.87, 0, 0.13, 1);
}

@media screen and (min-width: 961px) {
  .-left .p-section__img + .p-section__img {
    margin-left: 3%;
  }
  .-right .p-section__img + .p-section__img {
    margin-right: 3%;
  }
}

@media screen and (max-width: 960px) {
  .p-section__img {
    width: calc(100% - 12px);
  }
}

.p-section__img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: #9E1B32;
  width: 100%;
  height: 100%;
  content: "";
}

.is-active .p-section__img::after {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

@media (-ms-high-contrast: none) {
  .p-section__img::after {
    display: none;
  }
}

.p-section__img.-wide {
  width: 70.2%;
}

@media screen and (max-width: 960px) {
  .p-section__img.-wide {
    width: calc(100% - 12px);
  }
  .-right .p-section__img.-wide {
    margin-left: 12px;
  }
}

.p-section__img.-min {
  width: 26.8%;
}

@media screen and (max-width: 960px) {
  .p-section__img.-min {
    margin-top: 12px;
    width: 65%;
  }
  .-left .p-section__img.-min {
    margin-left: 35%;
  }
}

.p-section__img-item {
  position: relative;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 auto;
  width: 100%;
}

.-left .-wide .p-section__img-item {
  -webkit-transform-origin: 30% 50%;
      -ms-transform-origin: 30% 50%;
          transform-origin: 30% 50%;
}

.-right .-wide .p-section__img-item {
  -webkit-transform-origin: 70% 50%;
      -ms-transform-origin: 70% 50%;
          transform-origin: 70% 50%;
}

.is-active .p-section__img-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 3.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-section__inner {
  position: relative;
  margin: 42px auto 0;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .-right .p-section__inner {
    padding-left: 35%;
  }
}

@media screen and (max-width: 960px) {
  .p-section__inner {
    margin-top: 22px;
    width: 94%;
  }
}

.p-section__inner > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-section__title {
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
  font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 32px;
  font-size: 2.222vw;
  font-weight: 600;
  letter-spacing: 2px;
}

@media screen and (min-width: 2000px) {
  .p-section__title {
    font-size: 44.444px;
  }
}

@media screen and (max-width: 960px) {
  .p-section__title {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-section__title {
    font-size: 96px;
  }
}

.is-active .p-section__title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1), transform 0.6s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-section__lead {
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 12px auto 0;
  width: 100%;
  font-size: 15px;
  font-size: 1.042vw;
  line-height: 1.8;
}

@media screen and (min-width: 2000px) {
  .p-section__lead {
    font-size: 20.833px;
  }
}

@media screen and (max-width: 960px) {
  .p-section__lead {
    margin-top: 16px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-section__lead {
    font-size: 80px;
  }
}

.is-active .p-section__lead {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}

.p-section__btn {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2;
  margin-top: 26px;
  width: 370px;
}

@media screen and (max-width: 960px) {
  .p-section__btn {
    margin-top: 12px;
    width: 68%;
  }
}

.is-active .p-section__btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
  transition: opacity 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}

.p-section__btn-text {
  display: block;
  position: relative;
  -webkit-transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 5px;
  background: #151515;
  padding: 18px;
  width: 100%;
  color: #fff;
  line-height: .8;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .p-section__btn-text {
    padding: 12px;
    font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
    font-size: 3.467vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-section__btn-text {
    font-size: 69.333px;
  }
}

[data-ua="pc"] .p-section__btn:hover .p-section__btn-text {
  background: #9E1B32;
}

.p-section__btn-text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 2px dotted #fff;
  width: 2px;
  height: 50%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-section__btn-text::before {
    right: 30px;
  }
}

.p-section__btn-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 11px solid #fff;
  width: 11px;
  height: 10px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-section__btn-text::after {
    right: 13px;
    border-top: 2.5px solid transparent;
    border-bottom: 2.5px solid transparent;
    border-left: 6px solid #fff;
    width: 6px;
    height: 5px;
  }
}

.p-lineup_list {
  position: relative;
  margin: 75px auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

@media screen and (min-width: 961px) {
  .p-lineup_list {
    margin-bottom: -75px;
  }
}

@media screen and (max-width: 960px) {
  .p-lineup_list {
    margin-top: 28px;
    width: 85%;
  }
}

.p-lineup_list__item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 961px) {
  .p-lineup_list__item {
    margin: 0 4% 75px 0;
  }
  .p-lineup_list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-lineup_list__item {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  .p-lineup_list__item + .p-lineup_list__item {
    margin-top: 42px;
  }
}

.p-lineup {
  position: relative;
  margin: 0 auto;
  width: 100%;
  white-space: normal;
}

.p-lineup__img {
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.is-active .p-lineup__img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
  transition: clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1), -webkit-clip-path 0.8s cubic-bezier(0.87, 0, 0.13, 1);
}

.is-active .p-lineup_list__item:nth-child(1) .p-lineup__img {
  -webkit-transition-delay: 0.1s, 0.1s;
          transition-delay: 0.1s, 0.1s;
}

.is-active .p-lineup_list__item:nth-child(2) .p-lineup__img {
  -webkit-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
}

.is-active .p-lineup_list__item:nth-child(3) .p-lineup__img {
  -webkit-transition-delay: 0.3s, 0.3s;
          transition-delay: 0.3s, 0.3s;
}

.is-active .p-lineup_list__item:nth-child(4) .p-lineup__img {
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}

.is-active .p-lineup_list__item:nth-child(5) .p-lineup__img {
  -webkit-transition-delay: 0.5s, 0.5s;
          transition-delay: 0.5s, 0.5s;
}

.is-active .p-lineup_list__item:nth-child(6) .p-lineup__img {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.is-active .p-lineup_list__item:nth-child(7) .p-lineup__img {
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
}

.is-active .p-lineup_list__item:nth-child(8) .p-lineup__img {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.is-active .p-lineup_list__item:nth-child(9) .p-lineup__img {
  -webkit-transition-delay: 0.9s, 0.9s;
          transition-delay: 0.9s, 0.9s;
}

.is-active .p-lineup_list__item:nth-child(10) .p-lineup__img {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.p-lineup__img::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  background: #9E1B32;
  width: 100%;
  height: 100%;
  content: "";
}

.is-active .p-lineup__img::after {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: -webkit-clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
  transition: clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s, -webkit-clip-path 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0.6s;
}

@media (-ms-high-contrast: none) {
  .p-lineup__img::after {
    display: none;
  }
}

.is-active .p-lineup_list__item:nth-child(1) .p-lineup__img::after {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.is-active .p-lineup_list__item:nth-child(2) .p-lineup__img::after {
  -webkit-transition-delay: 0.9s, 0.9s;
          transition-delay: 0.9s, 0.9s;
}

.is-active .p-lineup_list__item:nth-child(3) .p-lineup__img::after {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.is-active .p-lineup_list__item:nth-child(4) .p-lineup__img::after {
  -webkit-transition-delay: 1.1s, 1.1s;
          transition-delay: 1.1s, 1.1s;
}

.is-active .p-lineup_list__item:nth-child(5) .p-lineup__img::after {
  -webkit-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}

.is-active .p-lineup_list__item:nth-child(6) .p-lineup__img::after {
  -webkit-transition-delay: 1.3s, 1.3s;
          transition-delay: 1.3s, 1.3s;
}

.is-active .p-lineup_list__item:nth-child(7) .p-lineup__img::after {
  -webkit-transition-delay: 1.4s, 1.4s;
          transition-delay: 1.4s, 1.4s;
}

.is-active .p-lineup_list__item:nth-child(8) .p-lineup__img::after {
  -webkit-transition-delay: 1.5s, 1.5s;
          transition-delay: 1.5s, 1.5s;
}

.is-active .p-lineup_list__item:nth-child(9) .p-lineup__img::after {
  -webkit-transition-delay: 1.6s, 1.6s;
          transition-delay: 1.6s, 1.6s;
}

.is-active .p-lineup_list__item:nth-child(10) .p-lineup__img::after {
  -webkit-transition-delay: 1.7s, 1.7s;
          transition-delay: 1.7s, 1.7s;
}

.p-lineup__img-item {
  position: relative;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 auto;
  width: 100%;
}

.is-active .p-lineup__img-item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: transform 3.4s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 3.4s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-active .p-lineup_list__item:nth-child(1) .p-lineup__img-item {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.is-active .p-lineup_list__item:nth-child(2) .p-lineup__img-item {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.is-active .p-lineup_list__item:nth-child(3) .p-lineup__img-item {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.is-active .p-lineup_list__item:nth-child(4) .p-lineup__img-item {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.is-active .p-lineup_list__item:nth-child(5) .p-lineup__img-item {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.is-active .p-lineup_list__item:nth-child(6) .p-lineup__img-item {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.is-active .p-lineup_list__item:nth-child(7) .p-lineup__img-item {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.is-active .p-lineup_list__item:nth-child(8) .p-lineup__img-item {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.is-active .p-lineup_list__item:nth-child(9) .p-lineup__img-item {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-active .p-lineup_list__item:nth-child(10) .p-lineup__img-item {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.p-lineup__inner {
  position: relative;
  margin: 25px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-lineup__inner {
    margin-top: 12px;
  }
}

.p-lineup__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-active .p-lineup__name {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}

.is-active .p-lineup_list__item:nth-child(1) .p-lineup__name {
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}

.is-active .p-lineup_list__item:nth-child(2) .p-lineup__name {
  -webkit-transition-delay: 0.5s, 0.5s;
          transition-delay: 0.5s, 0.5s;
}

.is-active .p-lineup_list__item:nth-child(3) .p-lineup__name {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.is-active .p-lineup_list__item:nth-child(4) .p-lineup__name {
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
}

.is-active .p-lineup_list__item:nth-child(5) .p-lineup__name {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.is-active .p-lineup_list__item:nth-child(6) .p-lineup__name {
  -webkit-transition-delay: 0.9s, 0.9s;
          transition-delay: 0.9s, 0.9s;
}

.is-active .p-lineup_list__item:nth-child(7) .p-lineup__name {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.is-active .p-lineup_list__item:nth-child(8) .p-lineup__name {
  -webkit-transition-delay: 1.1s, 1.1s;
          transition-delay: 1.1s, 1.1s;
}

.is-active .p-lineup_list__item:nth-child(9) .p-lineup__name {
  -webkit-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}

.is-active .p-lineup_list__item:nth-child(10) .p-lineup__name {
  -webkit-transition-delay: 1.3s, 1.3s;
          transition-delay: 1.3s, 1.3s;
}

.p-lineup__name-item {
  position: relative;
  font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 1.389vw;
  font-weight: 600;
  letter-spacing: 1.4px;
}

@media screen and (min-width: 2000px) {
  .p-lineup__name-item {
    font-size: 27.778px;
  }
}

@media screen and (max-width: 960px) {
  .p-lineup__name-item {
    font-size: 14px;
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-lineup__name-item {
    font-size: 74.667px;
  }
}

.p-lineup__name-item:first-child {
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.p-lineup__name-item + .p-lineup__name-item {
  margin-left: 58px;
}

@media screen and (max-width: 960px) {
  .p-lineup__name-item + .p-lineup__name-item {
    margin-left: 35px;
  }
}

.p-lineup__name-item + .p-lineup__name-item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background: url("../img/c_3_icon_cross.svg") no-repeat center;
  background-size: contain;
  width: 50px;
  height: 20px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-lineup__name-item + .p-lineup__name-item::before {
    width: 30px;
    height: 14px;
  }
}

.p-lineup__catch {
  position: relative;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 10px auto 0;
  width: 100%;
  font-size: 22px;
  font-size: 1.528vw;
}

@media screen and (min-width: 2000px) {
  .p-lineup__catch {
    font-size: 30.556px;
  }
}

@media screen and (max-width: 960px) {
  .p-lineup__catch {
    margin-top: 10px;
    font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 15px;
    font-size: 4vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-lineup__catch {
    font-size: 80px;
  }
}

.is-active .p-lineup__catch {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}

.is-active .p-lineup_list__item:nth-child(1) .p-lineup__catch {
  -webkit-transition-delay: 0.5s, 0.5s;
          transition-delay: 0.5s, 0.5s;
}

.is-active .p-lineup_list__item:nth-child(2) .p-lineup__catch {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.is-active .p-lineup_list__item:nth-child(3) .p-lineup__catch {
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
}

.is-active .p-lineup_list__item:nth-child(4) .p-lineup__catch {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.is-active .p-lineup_list__item:nth-child(5) .p-lineup__catch {
  -webkit-transition-delay: 0.9s, 0.9s;
          transition-delay: 0.9s, 0.9s;
}

.is-active .p-lineup_list__item:nth-child(6) .p-lineup__catch {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.is-active .p-lineup_list__item:nth-child(7) .p-lineup__catch {
  -webkit-transition-delay: 1.1s, 1.1s;
          transition-delay: 1.1s, 1.1s;
}

.is-active .p-lineup_list__item:nth-child(8) .p-lineup__catch {
  -webkit-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}

.is-active .p-lineup_list__item:nth-child(9) .p-lineup__catch {
  -webkit-transition-delay: 1.3s, 1.3s;
          transition-delay: 1.3s, 1.3s;
}

.is-active .p-lineup_list__item:nth-child(10) .p-lineup__catch {
  -webkit-transition-delay: 1.4s, 1.4s;
          transition-delay: 1.4s, 1.4s;
}

.p-lineup__btn {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 2;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-lineup__btn {
    margin-top: 15px;
    width: 100%;
  }
}

.is-active .p-lineup__btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.6s;
}

.p-lineup__btn-text {
  display: block;
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-bottom: 1px solid #151515;
  padding: 15px 0;
  width: 100%;
  color: #151515;
  font-size: 15px;
  font-size: 1.042vw;
  line-height: .8;
  text-align: left;
}

@media screen and (min-width: 2000px) {
  .p-lineup__btn-text {
    font-size: 20.833px;
  }
}

@media screen and (max-width: 960px) {
  .p-lineup__btn-text {
    padding: 12px 0;
    font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-lineup__btn-text {
    font-size: 64px;
  }
}

[data-ua="pc"] .p-lineup__btn:hover .p-lineup__btn-text {
  color: #9E1B32;
}

.p-lineup__btn-text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-left: 2px dotted #9E1B32;
  width: 2px;
  height: 45%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-lineup__btn-text::before {
    right: 15px;
  }
}

.p-lineup__btn-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 11px solid #9E1B32;
  width: 11px;
  height: 10px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-lineup__btn-text::after {
    right: 0;
    border-top: 2.5px solid transparent;
    border-bottom: 2.5px solid transparent;
    border-left: 6px solid #9E1B32;
    width: 6px;
    height: 5px;
  }
}

.p-lineup > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-info {
  position: relative;
  margin: 130px auto 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-info {
    margin-top: 90px;
  }
}

.p-info::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/footer_cover_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (min-width: 961px) {
  .p-info::before {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: 70% 50%;
        -ms-transform-origin: 70% 50%;
            transform-origin: 70% 50%;
  }
  .p-info.is-active::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: -webkit-transform 3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: transform 3s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}

@media screen and (max-width: 960px) {
  .p-info::before {
    background: url("../img/footer_cover_sp.jpg") no-repeat center top;
    background-size: contain;
  }
}

.p-info__container {
  position: relative;
  margin: 0 auto;
  padding: 85px 0;
  width: 74%;
}

@media screen and (max-width: 960px) {
  .p-info__container {
    padding: 112px 0 60px;
    width: 100%;
  }
}

.p-info__card {
  position: relative;
  width: 35.577%;
}

@media screen and (max-width: 960px) {
  .p-info__card {
    margin: 0 auto;
    width: 94%;
  }
}

.p-info__inner {
  position: relative;
  margin: 0 auto;
  background: #151515;
  padding: 48px;
  width: 100%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-info__inner {
    padding: 38px 18px 48px;
  }
}

.p-info__cap {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-info__cap {
    margin-bottom: 28px;
  }
}

.p-info__cap-main {
  font-family: proxima-nova, こぶりなゴシック W3 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 1.389vw;
  font-weight: 600;
}

@media screen and (min-width: 2000px) {
  .p-info__cap-main {
    font-size: 27.778px;
  }
}

@media screen and (max-width: 960px) {
  .p-info__cap-main {
    font-size: 16px;
    font-size: 4.267vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-info__cap-main {
    font-size: 85.333px;
  }
}

.p-info__cap-sub {
  margin-top: 4px;
  font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.111vw;
  font-weight: 600;
}

@media screen and (min-width: 2000px) {
  .p-info__cap-sub {
    font-size: 22.222px;
  }
}

@media screen and (max-width: 960px) {
  .p-info__cap-sub {
    margin-top: 8px;
    font-size: 14px;
    font-size: 3.733vw;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-info__cap-sub {
    font-size: 74.667px;
  }
}

.p-info__cap a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.p-info__text {
  font-size: 15px;
  font-size: 1.042vw;
  line-height: 1.6;
}

@media screen and (min-width: 2000px) {
  .p-info__text {
    font-size: 20.833px;
  }
}

@media screen and (max-width: 960px) {
  .p-info__text {
    font-size: 14px;
    font-size: 3.733vw;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-info__text {
    font-size: 74.667px;
  }
}

.p-info__btn {
  display: inline-block;
  position: relative;
  margin-top: 22px;
  width: 90%;
}

@media screen and (max-width: 960px) {
  .p-info__btn {
    position: relative;
    margin: 28px auto 0;
    width: 70%;
  }
}

.p-info__btn-text {
  display: block;
  position: relative;
  -webkit-transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: color 0.4s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 5px;
  background: #9E1B32;
  padding: 22px 18px;
  width: 100%;
  color: #fff;
  line-height: .8;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .p-info__btn-text {
    padding: 13px;
    font-family: こぶりなゴシック W6 JIS2004, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 960px) and (min-width: 2000px) {
  .p-info__btn-text {
    font-size: 64px;
  }
}

[data-ua="pc"] .p-info__btn:hover .p-info__btn-text {
  background: #fff;
  color: #9E1B32;
}

.p-info__btn-text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: border-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-left: 2px dotted #fff;
  width: 2px;
  height: 50%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-info__btn-text::before {
    right: 25px;
  }
}

[data-ua="pc"] .p-info__btn:hover .p-info__btn-text::before {
  border-color: #9E1B32;
}

.p-info__btn-text::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: border-left-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: border-left-color 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 11px solid #fff;
  width: 11px;
  height: 10px;
  content: "";
}

[data-ua="pc"] .p-info__btn:hover .p-info__btn-text::after {
  border-left-color: #9E1B32;
}

@media screen and (max-width: 960px) {
  .p-info__btn-text::after {
    right: 10px;
    border-top: 2.5px solid transparent;
    border-bottom: 2.5px solid transparent;
    border-left: 6px solid #fff;
    width: 6px;
    height: 5px;
  }
}

/* ====================
COMPONENT
 ==================== */
