@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;
}

.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 100px;
  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: 5vw;
}
.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 0;
  line-height: 1;
}
.c5-block__mv__logo img {
  width: 9vw;
}
.c5-block__mv__logo span {
  background-color: #fff;
  padding: .5vw;
  display: inline-block;
}

.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: 13px;
  line-height: 1.4;
}

.c5-anchors {
  list-style: none;
  padding: 0;
  margin: 80px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.c5-anchors > li {
  flex: 0 1 33.2%;
  margin: 0 1px 1px 0;
  min-height: 80px;
}
.c5-anchors a {
  display: table;
  width: 100%;
  background-color: #f2f4f5;
  padding: 15px 15px 15px 35px;
  position: relative;
  height: 100%;
  transition: background .3s ease;
}
.c5-anchors a > div {
  display: table-cell;
  vertical-align: middle;
}
.c5-anchors a:hover {
  text-decoration: none;
  background-color: #ddd;
}
.c5-anchors a::before {
  content: '';
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}

/*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: 15vw;
}

.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: 24vw;
}

.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-txt__notes {
  font-size: .8em !important;
}

p + .c5-ttl__sub {
  margin-top: 80px;
}

.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: 40px;
}

.c5-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.c5-cols + .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 45%;
  position: relative;
}
.c5-cols__txt {
  flex: 1;
}

.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: 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: #C9E1FE;
  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: #F0F2F4;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.c5-box__bt.ver-right {
  right: auto;
  left: 8vw;
}

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c5-cols__product .figure {
  margin-right: 40px;
  width: 40%;
  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;
}

/*SNS ------------------------------------------------------*/
.c5-block__sns {
  text-align: center;
  margin: 30px 0 150px;
  padding: 0 15px;
}

.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;
}

/*RIGHT or LEFT or CENTER ------------------------------------------------------*/
.ver-img__left .c5-section__img {
  margin-right: 35vw;
}
.ver-img__left .c5-section__number {
  top: 0;
  right: 14vw;
}
.ver-img__left .c5-section__ttl {
  right: 0;
  bottom: -6vw;
  padding-right: calc(50vw - 600px);
  box-shadow: -20px 20px 0 0 #F0F2F4, 20px 20px 0 0 #F0F2F4;
}

.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: 14vw;
}
.ver-img__right .c5-section__img {
  margin-left: 35vw;
}
.ver-img__right .c5-section__ttl {
  left: 0;
  bottom: -6vw;
  padding-left: calc(50vw - 600px);
  box-shadow: 20px 20px 0 0 #F0F2F4, -20px 20px 0 0 #F0F2F4;
}

.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 {
  position: absolute;
  transition: all .5s ease .5s;
  opacity: 0;
  transform: translateY(-30%);
  z-index: 9;
  max-width: 20vw;
}
.qube.ver01, .qube.ver03, .qube.ver05 {
  top: 10vw;
  right: 5vw;
}
.qube.ver02 {
  top: 15vw;
  left: 20vw;
}
.qube.ver04 {
  top: 10vw;
  left: 5vw;
}

/*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);
}
.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.visible .qube {
  transform: translateY(0);
  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(-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,
  .ver-img__right .c5-section__ttl {
    padding: 15px;
  }

  .c5-section__ttl__inner {
    font-size: 3.2vw;
  }
}
@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;
    height: calc(100vh - 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: 7vw;
    position: static;
    text-align: center;
    margin-top: 50px;
  }
  .c5-block__mv__txt.ver-right {
    right: 0;
    left: auto;
  }
  .c5-block__mv__txt .lineTxt {
    padding: 1vw;
    margin-bottom: 0;
  }

  .c5-section {
    margin-bottom: 50px;
  }
  .c5-section p {
    font-size: 14px;
  }

  .c5-section__head {
    margin-bottom: 60px;
  }
  .c5-section__head.ver-img__left {
    text-align: center;
  }
  .c5-section__head.ver-img__left .c5-section__ttl {
    text-align: center;
  }
  .c5-section__head.ver-img__right {
    text-align: center;
  }
  .c5-section__head.ver-img__right .c5-section__ttl {
    text-align: center;
  }

  .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-anchors {
    display: block;
    font-size: 13px;
    margin-top: 40px;
  }
  .c5-anchors > li {
    min-height: 0;
  }

  .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-section__ttl {
    padding: 15px !important;
    position: static;
    margin-top: -5vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
    display: block;
  }

  .c5-section__ttl__inner {
    font-size: 5.6vw;
  }

  .c5-section__number {
    position: static;
    max-width: none;
    margin: 0 40px 20px 15px;
  }
  .c5-section__number img {
    max-width: 46vw;
  }

  .ver-img__left .c5-section__img {
    margin-right: 0;
  }
  .ver-img__left .c5-section__ttl {
    box-shadow: -10px 10px 0 0 #F0F2F4;
  }

  .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 {
    box-shadow: -10px 10px 0 0 #F0F2F4;
  }

  .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-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-cols__product {
    display: block;
  }
  .c5-cols__product .figure {
    margin: 0 0 20px 0;
    width: auto;
  }

  .qube {
    max-width: 30vw;
    z-index: -1;
    top: 22vw !important;
    left: auto !important;
    right: 15vw !important;
  }

  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }
}
