@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
.s5-returnToTop {
  z-index: 98;
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 767px) {
  .is-sp {
    display: none !important;
  }
}
/*base------------------------------------------------------*/
.c5-featureWrap {
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  background: #323232;
}

.c5-featureContents {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}
@media only screen and (max-width: 768px) {
  .c5-featureContents {
    font-size: 3.7333333333vw;
  }
}
.c5-featureContents + * {
  margin-top: 100px;
}
.c5-featureContents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c5-featureContents h1:not([class]), .c5-featureContents h2:not([class]), .c5-featureContents h3:not([class]), .c5-featureContents h4:not([class]), .c5-featureContents h5:not([class]) {
  margin: 0;
}
.c5-featureContents p {
  margin: 0;
}
.c5-featureContents img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.c5-sp {
  display: none;
}

.c5-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.c5-header {
  background: white;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c5-header {
    padding: 4vw 0 5.3333333333vw;
  }
}
.c5-header__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .c5-header__inner {
    padding: 0 5.3333333333vw;
  }
}
.c5-header__logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .c5-header__logo {
    margin-bottom: 5.3333333333vw;
  }
}
@media only screen and (min-width: 769px) {
  .c5-header__nav__head {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c5-header__nav__head {
    border: solid 1px #AEAEAE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.7333333333vw;
    position: relative;
  }
  .c5-header__nav__head:after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-bottom: solid 1px black;
    border-right: solid 1px black;
    position: absolute;
    top: 45%;
    right: 4vw;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .c5-header__nav__head.is-open:after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
  .c5-header__nav__head > * {
    padding: 4vw;
  }
  .c5-header__nav__head > *:first-child {
    /*background: #323232;
    color: white;*/
  }
}
@media only screen and (min-width: 769px) {
  .c5-header__nav__body {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .c5-header__nav__body {
    border: solid 1px #AEAEAE;
    border-top: 0;
  }
}
.c5-header__nav__link {
  margin: 0 10px;
  border: solid 1px #323232;
  width: 12.9032258065vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9032258065vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c5-header__nav__link[href=dummy] {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .c5-header__nav__link {
    border: none;
    font-size: 3.7333333333vw;
    font-weight: normal;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
  .c5-header__nav__link:not(:last-child) {
    border-bottom: solid 1px #D9D7DD;
  }
}
.c5-header__nav__link.is-current {
  background: #D9D7DD;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
  .c5-header__nav__link:hover {
    background: #D9D7DD;
  }
}
@media only screen and (min-width: 769px) {
  .c5-header__nav__link__head {
    background: #323232;
    color: white;
  }
}
@media only screen and (max-width: 768px) {
  .c5-header__nav__link__head {
    padding: 4vw;
  }
}
.c5-header__nav__link__body {
  padding: 1.2903225806vw;
}
@media only screen and (max-width: 768px) {
  .c5-header__nav__link__body {
    padding: 4vw;
  }
}

/*NAVI ------------------------------------------------------*/
.c5-navWrap {
  margin-top: -11.6129032258vw;
  margin-bottom: 7.7419354839vw;
}
@media only screen and (max-width: 1550px) {
  .c5-navWrap {
    margin-top: -10.6451612903vw;
    margin-bottom: 5.8064516129vw;
  }
}

.c5-nav__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c5-nav__list {
    display: block;
  }
}
.c5-nav__item {
  width: calc(50% - 10px);
  margin-top: 10px;
  list-style: none;
}
.c5-nav__item img {
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  .c5-nav__item {
    width: 100%;
    margin-top: 0;
  }
  .c5-nav__item:not(:first-child) {
    border-top: solid black 1px;
  }
}
.c5-nav__item:first-child, .c5-nav__item:nth-child(2) {
  margin-top: 0;
}
.c5-nav__btn {
  background: white;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .c5-nav__btn {
    padding: 2.6666666667vw 8vw 2.6666666667vw 2.6666666667vw;
  }
}
@media only screen and (min-width: 769px) {
  .c5-nav__btn:hover {
    opacity: 0.75;
  }
}
.c5-nav__btn .menu-numbers {
  font-family: YakuHanMPs, "Roboto", sans-serif;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  padding: 0 10px 5px 15px;
}
@media only screen and (max-width: 1550px) {
  .c5-nav__btn .menu-numbers {
    font-size: 3.0967741935vw;
    padding: 0 0.6451612903vw 0.3225806452vw 0.9677419355vw;
  }
}
@media only screen and (max-width: 768px) {
  .c5-nav__btn .menu-numbers {
    font-size: 8vw;
    margin-right: 2.6666666667vw;
  }
}
.c5-nav__btn .menu-text {
  font-size: 18px;
  line-height: 1.5555555556;
}
@media only screen and (max-width: 1550px) {
  .c5-nav__btn .menu-text {
    font-size: 1.1612903226vw;
  }
}
@media only screen and (max-width: 768px) {
  .c5-nav__btn .menu-text {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.c5-nav__btn:before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: url(/airpeak/brand/images/S1_tech1/icon-arrow.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media only screen and (max-width: 768px) {
  .c5-nav__btn:before {
    width: 4.8vw;
    height: 3.7333333333vw;
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}

.c5-section__main {
  background: url(/airpeak/brand/images/S1_tech1/mv_bg.png) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .c5-section__main {
    background: url(/airpeak/brand/images/S1_tech1/mv_bg_sp.png) center center no-repeat;
    background-size: cover;
  }
}
.c5-section__main .c5-sammary {
  color: white;
  padding-top: 5.1612903226vw;
  padding-bottom: 16.5806451613vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c5-section__main .c5-sammary {
    padding-top: 10.6666666667vw;
    padding-bottom: 18.6666666667vw;
  }
}

/*MV ------------------------------------------------------*/
.c5-block__mv {
  margin-bottom: 11.935483871vw;
  position: relative;
  padding-top: 10.3225806452vw;
  padding-left: 12.9032258065vw;
}
@media only screen and (max-width: 768px) {
  .c5-block__mv {
    margin-bottom: 21.3333333333vw;
    padding: 18.6666666667vw 0 0;
  }
}
.c5-block__mv__txtWrap {
  position: absolute;
  font-weight: bold;
  z-index: 2;
  font-size: 3.6129032258vw;
  line-height: 1.2;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (max-width: 768px) {
  .c5-block__mv__txtWrap {
    font-size: 5.8666666667vw;
    line-height: 1.3181818182;
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
.c5-block__mv__txt {
  position: relative;
  padding: 1.2903225806vw 5.8064516129vw 1.2903225806vw 2.9032258065vw;
}
@media only screen and (max-width: 768px) {
  .c5-block__mv__txt {
    padding: 2.6666666667vw 4.8vw;
  }
}
.c5-block__mv__txt:after, .c5-block__mv__txt:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
  z-index: 1;
}
.c5-block__mv__txt:before {
  background: #3A3A3A;
  right: -17px;
  bottom: -12px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .c5-block__mv__txt:before {
    right: -2.6666666667vw;
    bottom: -1.8666666667vw;
  }
}
.c5-block__mv__txt__inner {
  color: black;
  position: relative;
  z-index: 2;
}
.c5-block__mv__logo {
  margin: 0;
  position: absolute;
  font-weight: bold;
  z-index: 2;
  left: 50%;
  top: 1.0967741935vw;
  line-height: 1.4;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
 /* width: 32.9032258065vw;*/
  text-align: center;
  color: #fff;
}
.c5-block__mv__logo .ttl {
  font-size: 2.5vw;
}
.c5-block__mv__logo .number {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-top: 10px;
  font-size: 1.5vw;
}
.c5-block__mv__logo img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c5-block__mv__logo {
    top: 2vw;
    /*width: 50.1333333333vw;*/
  }
  .c5-block__mv__logo .ttl {
    display: none;
  }
  .c5-block__mv__logo .number {
    font-size: 3.5vw;
    margin-top: 0;
  }
}

.c5-mv {
  position: relative;
  overflow: hidden;
  text-align: right;
  z-index: 1;
}
.c5-mv img {
  width: 90.3225806452vw;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c5-mv img {
    width: 100%;
  }
}

/*MEMBER ------------------------------------------------------*/
/*SECTION ------------------------------------------------------*/
.c5-section {
  color: white;
  margin-bottom: 6.4516129032vw;
}
.c5-section p {
  line-height: 2.125;
  margin-bottom: 15px;
}
.c5-section > *:last-child {
  margin-bottom: 0;
}

.c5-section__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.c5-section__inner > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c5-section__inner {
    padding: 0 4.2666666667vw;
  }
}

.c5-section__sub:not(:last-child) {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .c5-section__sub:not(:last-child) {
    margin-bottom: 13.3333333333vw;
  }
}

/*SECTION header ------------------------------------------------------*/
.c5-section__head {
  position: relative;
  margin-bottom: 20vw;
}
@media only screen and (max-width: 768px) {
  .c5-section__head {
    margin-bottom: 42.6666666667vw;
  }
}

.c5-section__ttl {
  position: absolute;
  z-index: 10;
  color: black;
  bottom: -10vw;
}
@media only screen and (max-width: 768px) {
  .c5-section__ttl {
    bottom: -29.3333333333vw;
  }
}
.c5-section__ttl__inner {
  padding: 2.064516129vw 5.1612903226vw;
  position: relative;
  z-index: 2;
  font-size: 2.7096774194vw;
  line-height: 1.4285714286;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .c5-section__ttl__inner {
    padding: 3.4666666667vw 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
.c5-section__ttl__inner span {
  position: relative;
  z-index: 1;
}

.c5-section__number {
  position: absolute;
  z-index: 10;
  width: 15.3548387097vw;
  top: 9.6774193548vw;
}
@media only screen and (max-width: 768px) {
  .c5-section__number {
    top: 13vw;
    width: 14.9333333333vw;
  }
}

.c5-section__img {
  position: relative;
  overflow: hidden;
  width: 70.9677419355vw;
  /*&::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(0);
  }*/
}
@media only screen and (max-width: 768px) {
  .c5-section__img {
    width: 80vw;
  }
}
.c5-section__img img {
  width: 100%;
  max-width: none;
}

/*SECTION contents ------------------------------------------------------*/
.c5-ttl__sub {
  font-size: 1.5483870968vw;
  font-weight: bold;
  margin: 0 0 2.5806451613vw 0;
  line-height: 1.6;
  text-indent: 1.2em;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c5-ttl__sub {
    font-size: 4.5333333333vw;
    margin-bottom: 8vw;
  }
}
.c5-ttl__sub::before {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  background-color: white;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.c5-txt__commentName {
  font-weight: bold;
  color: black;
  background: white;
  padding: 0.1em 0.5em 0.15em;
  margin-right: 0.5em;
}

@media only screen and (max-width: 768px) {
  .c5-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 13.3333333333vw;
  }
}
.c5-cols:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .c5-cols__figure {
    margin-bottom: 0.9677419355vw;
  }
}
.c5-cols.ver-img__right .c5-cols__figure {
  float: right;
  margin-left: 3.8709677419vw;
}
.c5-cols.ver-img__left .c5-cols__figure {
  float: left;
  margin-right: 3.8709677419vw;
}
.c5-cols__figure {
  width: 32.2580645161vw;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c5-cols__figure {
    float: none !important;
    width: 100%;
    margin: 13.3333333333vw 0 0 !important;
  }
}
.c5-cols__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c5-cols__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  .c5-cols__img {
    display: block;
    margin: 13.3333333333vw 0;
  }
}
.c5-cols__img > div {
  margin: 0 20px;
  max-width: 36.1290322581vw;
}
@media only screen and (max-width: 768px) {
  .c5-cols__img > div {
    margin: 5.3333333333vw 0;
    max-width: inherit;
  }
}
.c5-cols__img .caption {
  margin-top: 10px;
}

.c5-img__center {
  text-align: center;
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  .c5-img__center {
    margin: 13.3333333333vw 0;
  }
}
.c5-img__center.ver-col2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c5-img__center.ver-col2 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  margin: 0 1vw;
}
.c5-img__center.ver-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c5-img__center.ver-full > div {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.c5-img__center.ver-full img {
  width: 100%;
  max-width: none;
}

.c5-box__deco span {
  display: block;
  position: relative;
  margin: 0;
}
.c5-box__deco span img {
  position: relative;
  z-index: 1;
}
.c5-box__deco span:not(:last-child) {
  margin-bottom: 10px;
}
.c5-box__deco span::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: #3A3A3A;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .c5-box__deco span::before {
    bottom: -2.6666666667vw;
    right: -2.6666666667vw;
  }
}
.c5-box__deco__caption {
  margin: 1.2903225806vw 0 0;
  font-size: 0.7741935484vw;
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
  border-left: solid 2px #454545;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .c5-box__deco__caption {
    margin: 6.6666666667vw 0 0;
    font-size: 3.2vw;
  }
}
.c5-box__deco__caption:before {
  content: "";
  display: block;
  width: 2px;
  height: 1.4em;
  background: #9F9F9F;
  position: absolute;
  top: 0;
  left: -2px;
}
.c5-box__deco__caption strong {
  margin-top: 0.2em;
  display: block;
  font-size: 1.0322580645vw;
}
@media only screen and (max-width: 768px) {
  .c5-box__deco__caption strong {
    font-size: 4.2666666667vw;
  }
}

.has-box__bt {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 100px;
}

.c5-box__bt {
  position: absolute;
  right: 8vw;
  top: 0;
  background-color: #EAEDF3;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.c5-box__bt.ver-right {
  right: auto;
  left: 8vw;
}

/*SNS ------------------------------------------------------*/
.c5-block__sns {
  text-align: center;
  margin: 30px 0 150px;
}

.c5-cols__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c5-cols__sns__child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 150px;
          flex: 0 1 150px;
  margin: 0 5px;
}

.c5-btn__sns {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  padding: 7px;
  background-color: #ccc;
}
.c5-btn__sns:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.c5-btn__sns.fb {
  background-color: #465b99;
}
.c5-btn__sns.tw {
  background-color: #55acee;
}
.c5-btn__sns img {
  vertical-align: top;
  width: 1.5rem;
  margin-right: 0.5rem;
}

/*RIGHT or LEFT or CENTER ------------------------------------------------------*/
.ver-img__left.c5-section__head:before {
  content: "";
  width: 90vw;
  height: 24.5161290323vw;
  background: #242424;
  position: absolute;
  bottom: 1.935483871vw;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(13deg);
          transform: translateX(-50%) skewX(13deg);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ver-img__left.c5-section__head:before {
    height: 32vw;
    bottom: -1.3333333333vw;
  }
}
.ver-img__left .c5-section__img {
  margin-right: auto;
}
.ver-img__left .c5-section__number {
  right: 11vw;
}
@media only screen and (max-width: 768px) {
  .ver-img__left .c5-section__number {
    right: 4vw;
  }
}
.ver-img__left .c5-section__ttl {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .ver-img__left .c5-section__ttl__inner {
    padding-right: 4.2666666667vw;
  }
}
.ver-img__left .c5-section__ttl:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: white;
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ver-img__left .c5-section__ttl:after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: #3A3A3A;
  -webkit-transform: skewX(-13deg);
          transform: skewX(-13deg);
  position: absolute;
  left: -17px;
  top: 12px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ver-img__left .c5-section__ttl:after {
    left: -4.5333333333vw;
    top: 3.2vw;
  }
}

.ver-img__right.c5-section__head:before {
  content: "";
  width: 90vw;
  height: 24.5161290323vw;
  background: #242424;
  position: absolute;
  left: 50%;
  bottom: 1.935483871vw;
  -webkit-transform: translateX(-50%) skewX(-13deg);
          transform: translateX(-50%) skewX(-13deg);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ver-img__right.c5-section__head:before {
    height: 32vw;
    bottom: -1.3333333333vw;
  }
}
.ver-img__right .c5-box__deco {
  margin: 0 0 10px 0;
}
.ver-img__right .c5-box__deco span:before {
  right: -10px;
  left: inherit;
}
.ver-img__right .c5-section__number {
  left: 11vw;
}
@media only screen and (max-width: 768px) {
  .ver-img__right .c5-section__number {
    left: 4vw;
  }
}
.ver-img__right .c5-section__img {
  margin-left: auto;
}
.ver-img__right .c5-section__ttl {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .ver-img__right .c5-section__ttl__inner {
    padding-left: 4.2666666667vw;
  }
}
.ver-img__right .c5-section__ttl:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: white;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.ver-img__right .c5-section__ttl:after {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background: #3A3A3A;
  -webkit-transform: skewX(13deg);
          transform: skewX(13deg);
  position: absolute;
  right: -17px;
  top: 12px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .ver-img__right .c5-section__ttl:after {
    right: -4.5333333333vw;
    top: 3.2vw;
  }
}

.ver-img__all .c5-section__number {
  position: static;
  text-align: center;
  margin: 0 auto 30px auto;
}
.ver-img__all .c5-section__ttl {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -10vw;
  text-align: center;
  white-space: nowrap;
}

.qube {
  display: none;
}

/*ANIMATION ------------------------------------------------------*/
.anime__mv.visible .c5-block__mv__logo {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0) !important;
          transform: translateX(-50%) translateY(0) !important;
}
.anime__mv.visible .lineTxt,
.anime__mv.visible .c5-block__mv__txt,
.anime__mv.visible .c5-block__mv__txt__inner {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0) !important;
          transform: translateX(0) translateY(0) !important;
}
.anime__mv.visible .c5-mv img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.anime__mv .ver-right .c5-block__mv__logo,
.anime__mv .ver-right .lineTxt {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.anime__mv .c5-block__mv__logo {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-30%);
          transform: translateX(-50%) translateY(-30%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.anime__mv .c5-block__mv__txt {
  opacity: 0;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anime__mv .c5-block__mv__txt__inner {
  opacity: 0;
  -webkit-transform: translateX(-200vw);
          transform: translateX(-200vw);
  -webkit-transition: -webkit-transform 1s ease 0.5s;
  transition: -webkit-transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.anime__mv .lineTxt {
  opacity: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s ease 0.3s, -webkit-transform 1s ease 0.3s;
}
.anime__mv .lineTxt:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.anime__mv .lineTxt:nth-of-type(3) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.anime__mv .lineTxt:nth-of-type(4) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.anime__mv .c5-mv img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.anime__secHead.visible .c5-section__number {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime__secHead.visible .c5-section__img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.anime__secHead.visible.ver-img__right .c5-section__ttl, .anime__secHead.visible.ver-img__left .c5-section__ttl {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime__secHead.visible.ver-img__right .c5-section__ttl__inner, .anime__secHead.visible.ver-img__left .c5-section__ttl__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime__secHead.visible.ver-img__all .c5-section__ttl {
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  opacity: 1;
}
.anime__secHead .c5-section__number {
  opacity: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.anime__secHead .c5-section__img img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.anime__secHead.ver-img__left .c5-section__ttl {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.anime__secHead.ver-img__left .c5-section__ttl__inner {
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
  -webkit-transition: -webkit-transform 1s ease 0.5s;
  transition: -webkit-transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}
.anime__secHead.ver-img__right .c5-section__ttl {
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.anime__secHead.ver-img__right .c5-section__ttl__inner {
  -webkit-transform: translateX(-200vw);
          transform: translateX(-200vw);
  -webkit-transition: -webkit-transform 1s ease 0.5s;
  transition: -webkit-transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s;
  transition: transform 1s ease 0.5s, -webkit-transform 1s ease 0.5s;
}
.anime__secHead.ver-img__all .c5-section__ttl {
  opacity: 0;
  -webkit-transform: translateY(30%) translateX(-50%);
          transform: translateY(30%) translateX(-50%);
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
}

.anime__member::before {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
}
.anime__member.visible::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime__member.visible .c5-ttl__member {
  opacity: 1;
}
.anime__member.visible .c5-list__member__child:nth-child(odd),
.anime__member.visible .c5-list__member__child:nth-child(even) {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime__member .c5-ttl__member {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.5s;
  transition: opacity 1s ease 0.5s;
}
.anime__member .c5-list__member__child:nth-child(odd) {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}
.anime__member .c5-list__member__child:nth-child(even) {
  opacity: 0;
  -webkit-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
}

.anime__fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s;
}
.anime__fadeIn.visible {
  opacity: 1;
}

.anime__fadeInRight {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s ease 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.anime__fadeInLeft {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s ease 0.3s, -webkit-transform 1s 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s 0.3s;
  transition: opacity 1s ease 0.3s, transform 1s 0.3s, -webkit-transform 1s 0.3s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.visible .anime__fadeInRight,
.visible .anime__fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.anime__UpDown img {
  opacity: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
.anime__UpDown::before {
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}
.anime__UpDown.visible img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime__UpDown.visible::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*#section-01 .c5-section__number {
  top: 14.1935483871vw;
}
@media only screen and (max-width: 768px) {
  #section-01 .c5-section__number {
    top: 34.6666666667vw;
  }
}

#section-02 .c5-section__number,
#section-03 .c5-section__number,
#section-04 .c5-section__number {
  top: 12.9032258065vw;
}
@media only screen and (max-width: 768px) {
  #section-02 .c5-section__number,
#section-03 .c5-section__number,
#section-04 .c5-section__number {
    top: 34.6666666667vw;
  }
}*/

.c5-accordion {
  position: relative;
}
.c5-accordion__title {
  background: #323232;
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  border: solid white 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 16vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c5-accordion__title:after {
  content: "";
  display: block;
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
  position: absolute;
  top: 45%;
  right: 4.2666666667vw;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c5-accordion__title.is-open:after {
  top: 55%;
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}
@media only screen and (min-width: 769px) {
  .c5-accordion__body {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .c5-accordion__body {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 200;
  }
}

@media only screen and (max-width: 768px) {
  .js-sticky {
    padding-top: 2.6666666667vw;
  }
  .js-sticky.is-fixed {
    position: fixed;
    top: 0;
    left: 4.2666666667vw !important;
    right: 4.2666666667vw;
    z-index: 200;
    width: calc(100% - 8.522vw);
  }
  .js-sticky.is-fixed, .js-sticky.is-fixed .c5-accordion__body {
    -webkit-box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 2.6666666667vw 0 rgba(0, 0, 0, 0.5);
  }
  .js-sticky.is-fixed .c5-accordion__body {
    background: gray;
  }
}

.c5-note {
  font-size: 0.7741935484vw;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 0.8em;
}
.c5-note:before {
  content: "*";
  width: 0.8em;
  display: inline-block;
  position: relative;
  margin-left: -0.8em;
}
@media only screen and (max-width: 768px) {
  .c5-note {
    font-size: 3.2vw;
  }
}

.c5-bnr {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media only screen and (min-width: 769px) {
  .c5-bnr:hover {
    opacity: 0.75;
  }
}

.c5-modalBg {
  position: fixed;
  top: -25%;
  left: -25%;
  z-index: 1;
  width: 150%;
  height: 150%;
  background: rgba(0, 0, 0, 0.7);
}
.c5-modalBg:not(.is-open) {
  display: none;
}

.c5-modalBox {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 50em;
  max-width: calc(100% - 6.25vw);
  max-height: calc(80vh);
}
@media only screen and (max-width: 900px) {
  .c5-modalBox {
    min-width: inherit;
    width: calc(100% - 6.25vw);
  }
}
.c5-modalBox:not(.is-open) {
  display: none;
}
.c5-modalBox__head {
  margin-top: -60px;
  position: relative;
  text-align: right;
}
.c5-modalBox__close {
  display: inline-block;
}
.c5-modalBox__close > span {
  display: inline-block;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.c5-modalBox__close > span:before, .c5-modalBox__close > span:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c5-modalBox__close > span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c5-modalBox__close > span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c5-modalBox__body > *:first-child {
  margin-top: 0;
}
.c5-modalBox__body > *:last-child {
  margin-bottom: 0;
}

.c5-videoPoster {
  position: relative;
  display: block;
}
.c5-videoPoster img[src*=play] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c5-videoWrap {
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
}
.c5-videoWrap > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c5-arrow {
    text-decoration: underline;
    color: #fff;
}