@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200&display=swap");
.s5-returnToTop {
  z-index: 98; }

/*base------------------------------------------------------*/
.c5-featureWrap {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
  position: relative; }

.c5-featureContents {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 80px;
  color: #2F353D; }
  .c5-featureContents + * {
    margin-top: 100px; }
  .c5-featureContents * {
    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; }

/*NAVI ------------------------------------------------------*/
.c5-navWrap {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100px; }
  .c5-navWrap .c5-logo {
    display: none; }
    .c5-navWrap .c5-logo img {
      height: 55px; }
  .c5-navWrap.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff; }
    .c5-navWrap.fixed .c5-navWrap__inner {
      position: relative; }
    .c5-navWrap.fixed .c5-logo {
      display: block;
      text-align: center; }
    .c5-navWrap.fixed .c5-navbarWrap {
      position: absolute; }

.c5-navWrap__inner {
  padding: 15px; }

.c5-navbarWrap {
  width: 40px;
  padding-top: 7px; }
  .c5-navbarWrap .toggle-text {
    font-size: 0.8rem;
    text-align: center; }

.c5-navbar {
  width: 40px;
  cursor: pointer; }
  .c5-navbar span {
    display: block;
    position: relative;
    height: 3px;
    background: #2f353d;
    transition: transform ease-out 0.2s; }
    .c5-navbar span:nth-child(2) {
      margin: 8px 0; }

.c5-navbar.open-nav span:nth-child(1) {
  top: 6.5px;
  transform: rotate(45deg); }

.c5-navbar.open-nav span:nth-child(2) {
  opacity: 0; }

.c5-navbar.open-nav span:nth-child(3) {
  top: -14.5px;
  transform: rotate(-45deg); }

.c5-nav {
  background: #2f353d;
  transform: translateX(-100%);
  transition: ease-out 0.5s;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(100vw - 100px);
  height: calc(100vh - 175px); }
  .c5-nav.open-nav {
    overflow-y: auto;
    transform: translateX(0);
    margin-left: 100px; }
  .c5-nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3vw; }
  .c5-nav li {
    width: 49.5%;
    margin-bottom: 20px; }
  .c5-nav a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding: 25px; }
    .c5-nav a:hover {
      text-decoration: none; }
      .c5-nav a:hover .menu-numbers {
        color: #fff; }
      .c5-nav a:hover img {
        opacity: .7; }
    .c5-nav a img {
      width: 10vw;
      max-width: 150px;
      transition: opacity .3s ease; }
  .c5-nav .menu-numbers {
    color: #898d92;
    margin-left: 4%;
    font-size: 2rem;
    transition: color .3s ease;
    font-family: 'Noto Serif JP', serif; }
  .c5-nav .menu-text {
    margin-left: 4%;
    line-height: 1.6;
    font-size: 1.25rem; }

.fixed .c5-nav {
  position: fixed;
  margin-top: 85px;
  margin-left: 0;
  width: 100vw;
  height: calc(100vh - 85px); }

/*MV ------------------------------------------------------*/
.c5-block__mv {
  margin: 0 0 80px 0;
  position: relative; }

.c5-block__mv__txt {
  position: absolute;
  font-weight: bold;
  z-index: 2;
  font-size: 2.2vw;
  line-height: 1.2;
  left: 1vw;
  top: 1vw; }
  .c5-block__mv__txt.ver-right {
    left: auto;
    right: 1vw;
    text-align: right; }
  .c5-block__mv__txt .lineTxt {
    display: inline-block;
    padding: .5vw;
    margin-bottom: 1vw;
    background-color: #fff; }

.c5-block__mv__logo {
  margin: 0 0 1vw 1vw;
  line-height: 1; }
  .c5-block__mv__logo img {
    width: 9vw; }

.c5-mv {
  position: relative;
  overflow: hidden; }
  .c5-mv .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    background-color: #fff;
    max-width: 280px; }
  .c5-mv img {
    width: 100%;
    height: auto; }

/*MEMBER ------------------------------------------------------*/
.c5-block__profile {
  margin: 80px 0 100px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 40px;
  display: flex;
  justify-content: center; }
  .c5-block__profile .img {
    flex: 0 1 150px;
    margin-right: 40px; }
  .c5-block__profile .txt {
    flex: 1; }
  .c5-block__profile .pos {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0; }
  .c5-block__profile .desc {
    font-size: 14px; }

.c5-block__member {
  padding: 40px 15px;
  margin-bottom: 150px;
  position: relative; }
  .c5-block__member::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f4f5;
    z-index: 0; }

.c5-block__member__inner {
  position: relative;
  z-index: 1; }

.c5-ttl__member {
  letter-spacing: .05em;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px 0; }

.c5-list__member {
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  margin: -30px auto 0 auto; }
  .c5-list__member.ver-center {
    justify-content: center; }
  .c5-list__member__child {
    flex: 0 1 150px;
    margin: 30px 15px 0 15px; }
  .c5-list__member__caption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4; }

/*SECTION ------------------------------------------------------*/
.c5-section {
  margin-bottom: 150px; }
  .c5-section.bg_gray {
    padding: 100px 0;
    background-color: #f3f3f5; }
  .c5-section p {
    line-height: 2;
    margin-bottom: 20px; }
    .c5-section p:last-child {
      margin-bottom: 0; }

.c5-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }

.c5-section__sub:not(:last-child) {
  margin-bottom: 80px; }

.c5-block__jacket {
  max-width: 670px;
  margin: 0 auto 70px auto; }
  .c5-block__jacket .thumb {
    margin-bottom: 10px; }

.c5-box__brand {
  border: 1px solid #DEDEE0;
  padding: 30px;
  display: flex;
  align-items: center;
  background-color: #fff; }
  .c5-box__brand + .c5-box__brand {
    margin-top: 30px; }
  .c5-box__brand .logo {
    flex: 0 1 40%;
    margin-right: 20px; }

.c5-cols__disc {
  display: flex; }
  .c5-cols__disc .img {
    margin-right: 40px;
    flex: 0 1 35%; }
  .c5-cols__disc .txt {
    text-align: left; }
  .c5-cols__disc .btn {
    margin-top: 20px !important; }

.s5-buttonV3.black {
  min-width: 200px;
  background-color: #2F353D;
  text-align: center; }

/*SECTION header ------------------------------------------------------*/
.c5-main__ttl {
  text-align: center;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto 80px auto; }
  .c5-main__ttl .head {
    font-size: 40px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-weight: bold; }
  .c5-main__ttl .c5-chapter__ttl {
    margin-bottom: 30px; }

.c5-chapter__ttl {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 0 70px 0; }
  .c5-chapter__ttl .c5-icon__vol {
    margin-right: 5px;
    font-size: .8em; }

.c5-section__head {
  position: relative;
  margin-bottom: 17vw; }

.c5-section__ttl {
  position: absolute;
  z-index: 10;
  padding: 2vw;
  background-color: #fff; }
  .c5-section__ttl__inner {
    position: relative;
    z-index: 2;
    font-size: 2.5vw;
    line-height: 1.5;
    font-weight: bold;
    margin: 0; }

.c5-section__number {
  position: absolute;
  z-index: 10;
  max-width: 23vw; }

.c5-section__img {
  position: relative;
  overflow: hidden;
  /*&::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);
  }*/ }
  .c5-section__img img {
    width: 100%;
    max-width: none; }

/*SECTION contents ------------------------------------------------------*/
.c5-ttl__sub {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 40px 0;
  line-height: 1.6;
  text-indent: 1em;
  position: relative; }
  .c5-ttl__sub::before {
    content: "";
    display: block;
    height: 2px;
    width: 1em;
    background-color: #2f353d;
    position: absolute;
    top: .85em;
    left: 0; }

.c5-txt__commentName {
  font-weight: bold;
  padding-right: .4em; }

p + .c5-cols {
  margin-top: 30px; }

.c5-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .c5-cols.col2 > div {
    flex: 0 1 48%; }
  .c5-cols + .c5-cols,
  .c5-cols + p {
    margin-top: 50px; }
  .c5-cols.ver-img__right {
    flex-direction: row-reverse; }
    .c5-cols.ver-img__right .c5-cols__figure {
      margin-left: 60px; }
  .c5-cols.ver-img__left .c5-cols__figure {
    margin-right: 60px; }
  .c5-cols__figure {
    flex: 0 1 43%;
    position: relative; }
  .c5-cols__txt {
    flex: 1; }

p + .c5-cols__steps {
  margin-top: 30px; }

.c5-cols__steps {
  display: flex;
  justify-content: center; }
  .c5-cols__steps > div {
    flex: 0 1 28%; }
    .c5-cols__steps > div .img {
      text-align: center; }
    .c5-cols__steps > div .caption {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.6; }
    .c5-cols__steps > div:not(:last-child) {
      position: relative;
      margin-right: 75px; }
      .c5-cols__steps > div:not(:last-child)::after {
        right: -21%;
        top: 21%;
        position: absolute;
        content: '';
        background: url("/feature/products/211021/images/arrow.svg") no-repeat;
        width: 30px;
        height: 100px;
        background-size: 100%; }

.c5-cols__img {
  display: flex;
  justify-content: center;
  margin: 50px -40px 80px -40px;
  flex-wrap: wrap;
  text-align: center; }
  .c5-cols__img > div {
    width: 50%;
    padding: 0 40px;
    margin-top: 30px; }
  .c5-cols__img .caption {
    margin-top: 10px; }

.c5-img__center {
  text-align: center;
  margin: 80px 0; }
  .c5-img__center.ver-col2 {
    justify-content: space-between;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; }
    .c5-img__center.ver-col2 > div {
      flex: 0 1 50%;
      padding: 0 20px; }
  .c5-img__center.ver-full {
    display: flex; }
    .c5-img__center.ver-full > div {
      flex: auto; }
    .c5-img__center.ver-full img {
      width: 100%;
      max-width: none; }

.c5-box__deco {
  position: relative;
  margin: 0 0 50px 50px; }
  .c5-box__deco::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    background-color: #212530;
    z-index: -1; }

.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: flex;
  justify-content: center;
  align-items: center; }

.c5-cols__sns__child {
  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: .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: .5rem; }

/*btn ------------------------------------------------------*/
.c5-btn__page {
  display: block;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 20px;
  max-width: 870px;
  margin: 120px auto 0 auto;
  transition: background .3s ease; }
  .c5-btn__page.back::before {
    left: 20px;
    right: auto;
    transform: rotate(-135deg); }
  .c5-btn__page:hover {
    background-color: #ccc;
    text-decoration: none; }
  .c5-btn__page::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px; }
  .c5-btn__page .chapter {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 5px; }

.c5-cols__btn {
  display: flex;
  margin-top: 80px; }
  .c5-cols__btn > div {
    flex: 0 1 50%;
    border: 1px solid #EFEFEF; }
    .c5-cols__btn > div:last-child {
      border-left: none; }
  .c5-cols__btn .chapter {
    font-size: 20px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 15px; }
  .c5-cols__btn a {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 25px 10px;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    transition: background .3s ease; }
    .c5-cols__btn a:hover {
      text-decoration: none;
      background-color: #ccc; }
    .c5-cols__btn a.current {
      background-color: #EFEFEF;
      pointer-events: none; }

.c5-cols__volbtn {
  display: flex;
  margin: 0 -10px; }
  .c5-cols__volbtn > div {
    width: calc(50% - 20px);
    margin: 0 10px; }
  .c5-cols__volbtn a {
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.15);
    display: table;
    border: 1px solid #999;
    height: 100%;
    font-size: 14px; }
    .c5-cols__volbtn a.current {
      box-shadow: none;
      pointer-events: none;
      cursor: default; }
      .c5-cols__volbtn a.current .txt {
        background-color: #DEDEE0; }
    .c5-cols__volbtn a > * {
      display: table-cell; }
    .c5-cols__volbtn a .thumb {
      border-right: 1px solid #999;
      width: 35%;
      padding: 10px;
      text-align: center;
      vertical-align: middle; }
    .c5-cols__volbtn a .txt {
      background-color: #fff;
      text-align: center;
      vertical-align: middle;
      padding: 10px;
      font-weight: bold;
      line-height: 1.4; }
    .c5-cols__volbtn a .c5-icon__vol {
      margin-bottom: 10px; }

.c5-icon__vol {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  background-color: #2F353D;
  text-align: center; }

/*box ------------------------------------------------------*/
.c5-box__stand {
  padding: 50px;
  border: 1px solid #2F353D;
  margin: 150px -65px 0 -65px; }
  .c5-box__stand + .c5-box__stand {
    margin-top: 100px; }
  .c5-box__stand > .c5-ttl__stand {
    margin-top: -75px;
    margin-bottom: 50px; }

.c5-box__stand02 {
  padding: 80px;
  background-color: #F3F3F5;
  margin: 0 -65px; }

.c5-box__point {
  padding: 40px;
  background-color: #F3F3F5; }
  .c5-box__point > .c5-ttl__stand {
    margin-top: -60px;
    margin-bottom: 40px; }

.c5-cols__stand {
  display: flex;
  align-items: center; }
  .c5-cols__stand .img {
    flex: 0 1 40%;
    margin-right: 40px; }
  .c5-cols__stand .txt {
    flex: 1; }
  .c5-cols__stand + .c5-box__point {
    margin-top: 60px; }

.c5-cols__stand02 {
  margin-bottom: 70px; }
  .c5-cols__stand02 .img {
    text-align: center;
    margin-bottom: 20px; }

.c5-cols__point {
  display: flex;
  margin: 0 -13px; }
  .c5-cols__point._horizontal {
    display: block;
    margin: 0; }
    .c5-cols__point._horizontal > div {
      width: auto;
      display: flex;
      margin: 0 0 50px 0; }
      .c5-cols__point._horizontal > div:last-child {
        margin-bottom: 0; }
    .c5-cols__point._horizontal .head {
      text-align: left; }
    .c5-cols__point._horizontal .img {
      flex: 0 1 32%;
      margin: 0 40px 0 0; }
    .c5-cols__point._horizontal .txt {
      flex: 1; }
  .c5-cols__point > div {
    width: calc(33.3% - 26px);
    margin: 0 13px; }
  .c5-cols__point .head {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
    color: #8e785d;
    font-size: 18px; }
    .c5-cols__point .head img {
      max-width: 100px; }
  .c5-cols__point .img {
    margin-bottom: 20px;
    text-align: center; }

.c5-cols__point02 > div {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px; }
  .c5-cols__point02 > div:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .c5-cols__point02 > div .head {
    flex: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.4; }
    .c5-cols__point02 > div .head h3 {
      font-weight: bold; }
    .c5-cols__point02 > div .head img {
      max-width: 130px;
      margin-bottom: 10px; }
  .c5-cols__point02 > div .img {
    flex: 0 1 42%;
    margin-right: 40px; }
  .c5-cols__point02 > div .txt {
    flex: 1; }

.c5-ttl__stand {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #2F353D;
  padding: 10px;
  max-width: 320px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.4; }
  .c5-ttl__stand.c5-fs24 {
    max-width: 450px; }

.c5-ttl__standSub {
  border-left: 8px solid #988063;
  margin: 0 0 15px 0;
  font-weight: bold;
  padding: 0 0 0 15px;
  font-size: 18px;
  line-height: 1.4; }

.c5-ttl__add {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px; }

.c5-bn {
  transition: opacity .3s ease;
  margin-top: 50px; }
  .c5-bn:hover {
    opacity: .7; }

.c5-fs24 {
  font-size: 24px; }

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px; }
  .c5-cols__product > div {
    flex: 0 1 48%; }
  .c5-cols__product .figure {
    margin-bottom: 40px;
    max-width: 480px;
    text-align: center; }
  .c5-cols__product .cat {
    font-size: 12px; }
  .c5-cols__product p {
    margin-bottom: 20px; }
  .c5-cols__product .name {
    font-weight: bold;
    font-size: 20px; }

/*RIGHT or LEFT or CENTER ------------------------------------------------------*/
.ver-img__left .c5-section__img {
  margin-right: 30vw; }
.ver-img__left .c5-section__number {
  top: 5vw;
  right: 5vw; }
.ver-img__left .c5-section__ttl {
  right: -3vw;
  bottom: -8vw;
  padding-right: 20vw;
  padding-left: 5vw;
  box-shadow: 10px 10px 0 #2F353D;
  transform: skewX(-15deg); }
.ver-img__left .c5-section__ttl__inner {
  transform: skewX(15deg); }

.ver-img__right .c5-box__deco {
  margin: 0 50px 50px 0; }
  .ver-img__right .c5-box__deco::before {
    right: -50px;
    left: auto; }
.ver-img__right .c5-section__number {
  top: 5vw;
  left: 5vw; }
.ver-img__right .c5-section__img {
  margin-left: 30vw; }
.ver-img__right .c5-section__ttl {
  left: -3vw;
  bottom: -8vw;
  padding-left: 20vw;
  padding-right: 5vw;
  box-shadow: 10px 10px 0 #2F353D;
  transform: skewX(15deg); }
.ver-img__right .c5-section__ttl__inner {
  transform: skewX(-15deg); }

.ver-img__all {
  /*.c5-section__ttl {
    transform: translateX(-50%);
    left: 50%;
    bottom: -10vw;
    text-align: center;
    white-space: nowrap;
  }*/ }
  .ver-img__all .c5-section__number {
    /*position: static;
    text-align: center;
    margin: 0 auto 30px auto;*/
    bottom: -10vw;
    left: 13vw; }
  .ver-img__all .c5-section__ttl {
    right: -3vw;
    bottom: -8vw;
    padding-right: 20vw;
    padding-left: 5vw;
    box-shadow: 10px 10px 0 #2F353D;
    transform: skewX(-15deg); }
  .ver-img__all .c5-section__ttl__inner {
    transform: skewX(15deg); }

.qube {
  display: none; }

/*ANIMATION ------------------------------------------------------*/
.anime__mv.visible .c5-block__mv__logo,
.anime__mv.visible .lineTxt {
  opacity: 1;
  transform: translateX(0) !important; }
.anime__mv.visible .c5-mv img {
  opacity: 1;
  transform: scale(1); }
.anime__mv .ver-right .c5-block__mv__logo,
.anime__mv .ver-right .lineTxt {
  transform: translateX(30%); }
.anime__mv .c5-block__mv__logo {
  opacity: 0;
  transform: translateX(-30%);
  transition: all 1s ease; }
.anime__mv .lineTxt {
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 1s ease .3s, transform 1s ease .3s; }
  .anime__mv .lineTxt:nth-of-type(2) {
    transition-delay: .6s; }
  .anime__mv .lineTxt:nth-of-type(3) {
    transition-delay: .9s; }
  .anime__mv .lineTxt:nth-of-type(4) {
    transition-delay: 1.2s; }
.anime__mv .c5-mv img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease 1s; }

.anime__secHead.visible .c5-section__number {
  opacity: 1;
  transform: translateY(0); }
.anime__secHead.visible .c5-section__img img {
  opacity: 1;
  transform: scale(1); }
.anime__secHead.visible.ver-img__right .c5-section__ttl {
  transform: translateX(0) skewX(15deg); }
.anime__secHead.visible.ver-img__left .c5-section__ttl {
  transform: translateX(0) skewX(-15deg); }
.anime__secHead.visible.ver-img__right .c5-section__ttl__inner {
  transform: translateX(0) skewX(-15deg); }
.anime__secHead.visible.ver-img__left .c5-section__ttl__inner {
  transform: translateX(0) skewX(15deg); }
.anime__secHead.visible.ver-img__all .c5-section__ttl {
  transform: translateX(0) skewX(-15deg); }
.anime__secHead.visible.ver-img__all .c5-section__ttl__inner {
  transform: translateX(0) skewX(15deg); }
.anime__secHead .c5-section__number {
  opacity: 0;
  transform: translateY(-30%);
  transition: all 1s ease; }
.anime__secHead .c5-section__img img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease; }
.anime__secHead.ver-img__left .c5-section__ttl {
  transform: translateX(100vw);
  transition: transform 1s ease; }
.anime__secHead.ver-img__left .c5-section__ttl__inner {
  transform: translateX(200vw);
  transition: transform 1s ease .5s; }
.anime__secHead.ver-img__right .c5-section__ttl {
  transform: translateX(-100vw);
  transition: transform 1s ease; }
.anime__secHead.ver-img__right .c5-section__ttl__inner {
  transform: translateX(-200vw);
  transition: transform 1s ease .5s; }
.anime__secHead.ver-img__all {
  /*.c5-section__ttl {
    transform: translateY(30%) translateX(-50%);
    transition: all 1s ease .5s;
  }*/ }
  .anime__secHead.ver-img__all .c5-section__ttl {
    transform: translateX(100vw);
    transition: transform 1s ease; }
  .anime__secHead.ver-img__all .c5-section__ttl__inner {
    transform: translateX(200vw);
    transition: transform 1s ease .5s; }

.anime__member::before {
  transition: all 1s ease;
  transform: translateX(-100vw); }
.anime__member.visible::before {
  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;
  transform: translateY(0); }
.anime__member .c5-ttl__member {
  opacity: 0;
  transition: opacity 1s ease .5s; }
.anime__member .c5-list__member__child:nth-child(odd) {
  opacity: 0;
  transition: all 1s ease .5s;
  transform: translateY(-30%); }
.anime__member .c5-list__member__child:nth-child(even) {
  opacity: 0;
  transition: all 1s ease .5s;
  transform: translateY(30%); }

.anime__fadeIn {
  opacity: 0;
  transition: opacity 1s ease .3s; }
  .anime__fadeIn.visible {
    opacity: 1; }

.anime__fadeInRight {
  opacity: 0;
  transition: opacity 1s ease .3s, transform 1s .3s;
  transform: translateX(-100%); }

.anime__fadeInLeft {
  opacity: 0;
  transition: opacity 1s ease .3s, transform 1s .3s;
  transform: translateX(100%); }

.visible .anime__fadeInRight,
.visible .anime__fadeInLeft {
  opacity: 1;
  transform: translateX(0); }

.anime__UpDown img {
  opacity: 0;
  transform: translateY(-15%);
  transition: all 1s ease .3s; }
.anime__UpDown::before {
  opacity: 0;
  transform: translateY(15%);
  transition: all 1s ease .3s; }
.anime__UpDown.visible img {
  opacity: 1;
  transform: translateY(0); }
.anime__UpDown.visible::before {
  opacity: 1;
  transform: translateY(0); }

@media only screen and (max-width: 1200px) {
  .ver-img__left .c5-section__ttl {
    padding-right: 5vw; }

  .ver-img__right .c5-section__ttl {
    padding-left: 5vw; }

  .c5-box__stand {
    margin-left: 0;
    margin-right: 0; } }
@media only screen and (max-width: 767px) {
  .c5-featureContents {
    margin-top: 50px; }

  .c5-block__mv {
    margin: 0 0 50px 0; }

  .c5-block__mv__logo {
    display: none; }

  .c5-block__mv__txt {
    font-size: 4.5vw;
    top: 20vh;
    left: 0; }
    .c5-block__mv__txt.ver-right {
      right: 0;
      left: auto; }
    .c5-block__mv__txt .lineTxt {
      padding: 1vw;
      margin-bottom: 1.5vw; }

  .c5-mv .logo {
    border-bottom: 1px solid #DEDEE0;
    text-align: center;
    padding: 30px 15px;
    position: static;
    transform: none;
    max-width: none; }
    .c5-mv .logo img {
      max-width: 150px; }

  .c5-main__ttl {
    margin-bottom: 50px; }
    .c5-main__ttl .head {
      font-size: 22px;
      margin-bottom: 10px; }
    .c5-main__ttl .c5-chapter__ttl {
      font-size: 16px; }

  .c5-chapter__ttl {
    font-size: 18px;
    margin-bottom: 30px; }

  .c5-block__jacket {
    margin-bottom: 30px; }

  .c5-cols__volbtn {
    display: block;
    margin: 0 0 60px 0; }
    .c5-cols__volbtn > div {
      width: auto;
      margin: 0 0 20px 0; }
      .c5-cols__volbtn > div:last-child {
        margin-bottom: 0; }
    .c5-cols__volbtn a {
      min-height: 100px; }
      .c5-cols__volbtn a .txt {
        font-size: 14px; }

  .c5-block__profile {
    display: block;
    margin: 50px 0;
    padding: 40px 20px;
    text-align: center; }
    .c5-block__profile .img {
      margin: 0 0 20px 0; }
      .c5-block__profile .img img {
        width: 140px; }
    .c5-block__profile .desc {
      text-align: left; }

  .c5-box__stand {
    margin: 60px 0;
    padding: 60px 15px 15px 15px; }
    .c5-box__stand + .c5-box__stand {
      margin-top: 0; }
    .c5-box__stand > .c5-ttl__stand {
      margin-top: -80px;
      margin-bottom: 40px; }
    .c5-box__stand .logo img {
      max-width: 70%; }

  .c5-box__stand02 {
    margin: 0;
    padding: 15px; }

  .c5-box__point {
    padding: 40px 15px 15px 15px; }

  .c5-cols__stand {
    display: block; }
    .c5-cols__stand .img {
      margin: 0 0 15px 0;
      text-align: center; }

  .c5-cols__stand02 {
    margin-bottom: 40px; }

  .c5-cols__steps {
    display: block; }
    .c5-cols__steps > div:not(:last-child) {
      margin-bottom: 60px;
      margin-right: 0; }
      .c5-cols__steps > div:not(:last-child)::after {
        transform: rotate(90deg);
        top: auto;
        bottom: -80px;
        left: 50%;
        right: 0;
        margin-left: -15px; }

  .c5-cols__point {
    display: block;
    margin-left: 0;
    margin-right: 0; }
    .c5-cols__point > div {
      width: auto;
      margin: 0 0 40px 0; }
      .c5-cols__point > div:last-child {
        margin-bottom: 0; }
    .c5-cols__point._horizontal > div {
      display: block;
      margin-bottom: 40px; }
    .c5-cols__point._horizontal .img {
      margin: 0 0 20px 0; }
    .c5-cols__point._horizontal .head {
      text-align: center; }

  .c5-cols__point02 > div {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .c5-cols__point02 > div .img {
      margin: 0 0 20px 0;
      text-align: center; }
    .c5-cols__point02 > div .head {
      font-size: 18px;
      margin-bottom: 20px; }
      .c5-cols__point02 > div .head img {
        max-width: 100px; }

  .c5-bn {
    margin-top: 30px; }

  .c5-ttl__stand {
    min-width: 0;
    font-size: 16px; }

  .c5-ttl__add {
    font-size: 22px; }

  .c5-section {
    margin-bottom: 50px; }
    .c5-section.bg_gray {
      padding: 50px 0; }
    .c5-section p {
      font-size: 14px; }

  .c5-section__head {
    margin-bottom: 40px; }
    .c5-section__head.ver-img__left {
      text-align: right; }
      .c5-section__head.ver-img__left .c5-section__ttl {
        text-align: left; }
    .c5-section__head.ver-img__all {
      text-align: right; }
      .c5-section__head.ver-img__all .c5-section__number {
        text-align: left; }

  .c5-section__sub:not(:last-child) {
    margin-bottom: 40px; }

  .c5-block__sns {
    margin-bottom: 100px; }

  .c5-ttl__sub {
    font-size: 16px;
    margin-bottom: 20px; }

  .c5-nav ul {
    padding: 0;
    display: block; }
  .c5-nav li {
    width: auto;
    padding: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #24292f; }
  .c5-nav a {
    padding: 0; }
    .c5-nav a img {
      width: 15.5vw; }
  .c5-nav .menu-text {
    font-size: 4vw;
    margin-left: 0; }
  .c5-nav .menu-numbers {
    bottom: -23px;
    left: -5vw;
    font-size: 4vw;
    position: relative; }

  .c5-ttl__member {
    font-size: 8vw; }

  .c5-block__member {
    margin-bottom: 100px; }

  .c5-list__member {
    margin: 0 -10px; }
    .c5-list__member__child {
      margin-left: 10px;
      margin-right: 10px;
      flex: 0 1 calc(50% - 20px); }
    .c5-list__member__thumb {
      text-align: center; }

  .c5-cols {
    flex-wrap: wrap; }
    .c5-cols__figure {
      flex: auto;
      margin: 0 0 40px 0 !important; }
    .c5-cols__txt {
      flex: auto; }
    .c5-cols + p {
      margin-top: 20px; }

  .c5-cols__img {
    margin: 40px 0;
    display: block;
    font-size: 14px; }
    .c5-cols__img > div {
      margin: 0;
      padding: 0;
      width: auto; }
      .c5-cols__img > div:not(:last-child) {
        margin-bottom: 40px; }
    .c5-cols__img p {
      font-size: 14px; }

  .c5-img__center {
    margin: 40px 0; }
    .c5-img__center.ver-col2 {
      display: block;
      margin-left: 0;
      margin-right: 0; }
      .c5-img__center.ver-col2 > div {
        padding: 0; }
        .c5-img__center.ver-col2 > div:not(:last-child) {
          margin-bottom: 40px; }

  .c5-section__ttl {
    position: static;
    margin-top: -3vw;
    display: inline-block; }

  .c5-section__ttl__inner {
    font-size: 5.6vw; }

  .c5-section__number {
    position: static;
    max-width: none;
    margin: 0; }
    .c5-section__number img {
      max-width: 40vw; }

  .ver-img__left .c5-section__img {
    margin-right: 0; }
  .ver-img__left .c5-section__number {
    text-align: right; }
  .ver-img__left .c5-section__ttl {
    margin-right: -8vw;
    padding-right: 10vw;
    padding-left: 7vw; }

  .ver-img__right .c5-section__img {
    margin-left: 0; }
  .ver-img__right .c5-box__deco::before {
    right: -15px;
    bottom: -15px; }
  .ver-img__right .c5-section__ttl {
    margin-left: -8vw;
    padding-left: 10vw;
    padding-right: 7vw; }

  .ver-img__all .c5-section__ttl {
    margin-right: -8vw;
    padding-right: 10vw;
    padding-left: 7vw; }

  .c5-box__deco {
    margin: 0 !important; }
    .c5-box__deco::before {
      left: -15px;
      bottom: -15px; }

  .has-box__bt {
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 0; }

  .c5-box__bt {
    left: auto !important;
    right: -15px !important;
    top: auto;
    bottom: 0;
    height: calc(100% - 60px); }

  .c5-cols__product {
    display: block; }
    .c5-cols__product .figure {
      margin: 0 0 20px 0;
      max-width: none; }

  .c5-btn__page {
    margin-top: 60px;
    font-size: 16px; }
    .c5-btn__page .chapter {
      font-size: 14px; }

  .c5-cols__btn {
    margin-top: 40px; }
    .c5-cols__btn .chapter {
      font-size: 12px; }
    .c5-cols__btn a {
      font-size: 14px;
      padding: 10px; }

  .c5-box__brand {
    padding: 20px;
    display: block; }
    .c5-box__brand .logo {
      text-align: center;
      margin: 0 0 20px 0; }

  .c5-cols__disc {
    display: block; }
    .c5-cols__disc .img {
      text-align: center;
      margin: 0 0 20px 0; }
      .c5-cols__disc .img img {
        max-width: 140px; }
    .c5-cols__disc .txt {
      text-align: center; }
    .c5-cols__disc .btn {
      text-align: center; }

  .c5-fs24 {
    font-size: 16px; }

  .c5-pc {
    display: none; }

  .c5-sp {
    display: block; } }
