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

.c5-featureContents {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}
.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;
}

@media only screen and (min-width: 768px) {
  .c5-sp {
    display: none!important;
  }
  .c5--col3 .s5-listItem4 {
    width: 26%;
  }
  .s5-list.c5--col3 {
    text-align: center!important;
  }
  .s5-listItem4__image img {
    opacity: 1!important;
  }
}

/*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 100px;
  position: relative;
}

.c5-block__mv__txt {
  position: absolute;
  font-weight: bold;
  z-index: 2;
  font-size: 2.2vw;
  line-height: 1.2;
  left: 0;
  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__txt .lineTxt--02 {
  font-size: 1.5vw;
  line-height: 1.2;
  color: #fff;
  background-color: inherit;
}

.c5-block__mv__logo {
  margin: 0 0 1.5vw 0;
  line-height: 1;
}
.c5-block__mv__logo__inner {
  background: white;
  padding: 1vw 1.5vw;
  display: inline-block;
}
.c5-block__mv__logo img {
  width: 9vw;
}

.c5-mv {
  position: relative;
  overflow: hidden;
}
.c5-mv img {
  width: 100%;
  height: auto;
}

/*MEMBER ------------------------------------------------------*/
.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: 14px;
  line-height: 1.4;
}

/*SECTION ------------------------------------------------------*/
.c5-section {
  margin-bottom: 100px;
}
.c5-section p {
  line-height: 2;
  margin-bottom: 20px;
}
.c5-section p:last-child {
  margin-bottom: 0;
}

.c5-section__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.c5-section__sub:not(:last-child) {
  margin-bottom: 80px;
}

/*SECTION header ------------------------------------------------------*/
.c5-section__head {
  position: relative;
  margin-bottom: 12vw;
  padding-top: 8.75vw;
}

.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: 21.875vw;
}

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

.c5-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.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 45%;
  position: relative;
}
.c5-cols__txt {
  flex: 1;
}

.c5-cols__img {
  display: flex;
  justify-content: center;
  margin: 80px 0;
}
.c5-cols__img > div {
  margin: 0 20px;
}
.c5-cols__img .caption {
  margin-top: 10px;
}

.c5-img__center {
  text-align: center;
  margin: 80px 0;
}
.c5-img__center.ver-col2 {
  justify-content: center;
  display: flex;
}
.c5-img__center.ver-col2 > div {
  flex: 0 1 40%;
  margin: 0 1vw;
}
.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: #FE543B;
  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: rgba(254,84,59,.05);
  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;
}
.c5-btn__page.ver01 {
  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.ver01::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.ver01 .chapter {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.c5-btn__page.ver02 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  position: relative;
  padding: 16px;
  padding-right: 60px;
  max-width: 310px;
  margin: 120px auto 0 auto;
  transition: background .3s ease;
  border: solid 1px #EFEFEF;
  text-decoration: none!important;
}
.c5-btn__page.ver02::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
}
.c5-btn__page.ver02 span {
  display: inline-block;
}
.c5-btn__page.ver02 .chapter {
  padding: 0 10px;
  background-color: #D5D8DF;
  font-size: 15px;
  margin-right: 10px;
  font-weight: normal;
}
.c5-btn__page.ver02:hover {
  background: #EFEFEF;
}
/*RIGHT or LEFT or CENTER ------------------------------------------------------*/
.ver-img__left .c5-section__img {
  margin-right: 30vw;
}
.ver-img__left .c5-section__number {
  top: 0;
  right: 11vw;
}
.ver-img__left .c5-section__ttl {
  right: 0;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  padding-right: calc(50vw - 600px);
}

.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: 0;
  left: 11vw;
}
.ver-img__right .c5-section__img {
  margin-left: 30vw;
}
.ver-img__right .c5-section__ttl {
  left: 0;
  bottom: 0;
  transform: translateX(-50%) translateY(50%);
  padding-left: calc(50vw - 600px);
}

.ver-img__all .c5-section__number {
  position: static;
  text-align: center;
  margin: 0 auto 30px auto;
}
.ver-img__all .c5-section__ttl {
  transform: translateX(-50%);
  left: 50%;
  bottom: -10vw;
  text-align: center;
  white-space: nowrap;
}

.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 .lineTxt:nth-of-type(5) {
  transition-delay: 1.5s;
}
.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, .anime__secHead.visible.ver-img__left .c5-section__ttl {
  transform: translateX(0) translateY(50%);
}
.anime__secHead.visible.ver-img__right .c5-section__ttl__inner, .anime__secHead.visible.ver-img__left .c5-section__ttl__inner {
  transform: translateX(0);
}
.anime__secHead.visible.ver-img__all .c5-section__ttl {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}
.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 {
  opacity: 0;
  transform: translateY(30%) translateX(-50%);
  transition: all 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(-30%);
  transition: all 1s ease .3s;
}
.anime__UpDown::before {
  opacity: 0;
  transform: translateY(30%);
  transition: all 1s ease .3s;
}
.anime__UpDown.visible img {
  opacity: 1;
  transform: translateY(0);
}
.anime__UpDown.visible::before {
  opacity: 1;
  transform: translateY(0);
}
.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-videoWrap {
  position: relative;
  /*width: 62.5vw;
  height: 26.75vw;*/
  max-width: 1000px;
  width: 100%;
  padding-top: 42.8%;
  height: 0;
  margin: 80px auto;
}
.c5-videoWrap > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c5-note{
  margin: 20px 0;
  font-size: .8em;
}
@media only screen and (max-width: 1200px) {
  .ver-img__left .c5-section__ttl,
  .ver-img__right .c5-section__ttl {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-nav {
    margin-top: 65px;
    margin-left: 0;
    height: calc(100vh - 65px);
    width: 100vw;
  }
  .c5-nav.open-nav {
    margin-left: 0;
  }

  .fixed .c5-nav {
    margin-top: 65px;
  }

  .c5-navWrap {
    width: 100%;
  }
  .c5-navWrap .c5-logo {
    display: block;
    text-align: center;
  }
  .c5-navWrap .c5-logo img {
    height: 45px;
  }

  .c5-navWrap__inner {
    padding: 10px;
  }

  .c5-navbarWrap {
    position: absolute;
    padding-top: 5px;
  }

  .c5-block__mv {
    margin: 0 0 50px 0;
    padding-top: 70px;
  }

  .c5-block__mv__logo {
    display: none;
  }

  .c5-block__mv__txt {
    font-size: 4.5vw;
    top: 14vh;
    left: 0;
  }
  .c5-block__mv__txt.ver02 {
    font-size: 4.5vw;
    top: inherit;
    bottom: 14vh;
    left: 0;
  }
  .c5-block__mv__txt.ver-right {
    right: 0;
    left: auto;
  }
  .c5-block__mv__txt .lineTxt {
    padding: 1vw;
    margin-bottom: 2.53vw;
  }
  .c5-block__mv__txt .lineTxt--02 {
    font-size: 2.53vw;
  }
  .c5-section {
    margin-bottom: 50px;
  }
  .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__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__img {
    margin: 40px 0;
    display: block;
  }
  .c5-cols__img > div {
    margin: 0;
  }
  .c5-cols__img > div:not(:last-child) {
    margin-bottom: 40px;
  }

  .c5-img__center {
    margin: 40px 0;
  }

  .c5-section__ttl {
    padding: 15px !important;
    position: static;
    margin-top: -5vw;
    display: inline-block;
  }

  .c5-section__ttl__inner {
    font-size: 5.6vw;
  }

  .c5-section__number {
    position: relative;
    max-width: none;
    /*margin: 0 15px 20px 15px;*/
    margin: 0 4.21vw -4.21vw;
    z-index: 1;
    top: inherit!important;
    left: inherit!important;
    right: inherit!important;
  }
  .c5-section__number img {
    max-width: 45vw;
  }

  .ver-img__left .c5-section__img {
    margin-right: 0;
  }
  .ver-img__left .c5-section__number {
    text-align: left;
  }

  .ver-img__right .c5-section__img {
    margin-left: 0;
  }
  .ver-img__right .c5-box__deco::before {
    right: -15px;
    bottom: -15px;
  }

  .ver-img__all .c5-section__ttl {
    margin-left: 50%;
  }

  .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-pc {
    display: none!important;
  }

  .c5-cols__btn {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .c5-cols__btn > div {
    flex: 0 1 100%;
  }
  .c5-cols__btn .chapter {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .c5-cols__btn a {
    font-size: 14px;
    padding: 10px;
  }
  .anime__secHead.visible.ver-img__right .c5-section__ttl, .anime__secHead.visible.ver-img__left .c5-section__ttl{
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .c5-section__head.ver-img__right {
    text-align: right;
  }
  .ver-img__right .c5-section__ttl {
    text-align: left;
  }
  .anime__secHead.ver-img__right .c5-section__ttl {
    transform: translateX(100vw);
  }
  .anime__secHead.ver-img__right .c5-section__ttl__inner {
    transform: translateX(200vw);
  }
  .c5-videoWrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 40px auto;
  }
}
