@charset "UTF-8";
@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 * {
  -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;
}

/*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: 12.8px;
  font-size: .8rem;
  text-align: center;
}

.c5-navbar {
  width: 40px;
  cursor: pointer;
}

.c5-navbar span {
  display: block;
  position: relative;
  height: 3px;
  background: #2f353d;
  -webkit-transition: -webkit-transform ease-out .2s;
  transition: -webkit-transform ease-out .2s;
  transition: transform ease-out .2s;
  transition: transform ease-out .2s, -webkit-transform ease-out .2s;
}

.c5-navbar span:nth-child(2) {
  margin: 8px 0;
}

.c5-navbar.open-nav span:nth-child(1) {
  top: 6.5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c5-navbar.open-nav span:nth-child(2) {
  opacity: 0;
}

.c5-navbar.open-nav span:nth-child(3) {
  top: -14.5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c5-nav {
  background: #2f353d;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease-out .5s;
  transition: ease-out .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  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;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: 100px;
}

.c5-nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3vw;
}

.c5-nav li {
  width: 49.5%;
  margin-bottom: 20px;
}

.c5-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.c5-nav .menu-numbers {
  color: #898d92;
  margin-left: 4%;
  font-size: 32px;
  font-size: 2rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  font-family: 'Noto Serif JP', serif;
}

.c5-nav .menu-text {
  margin-left: 4%;
  line-height: 1.6;
  font-size: 20px;
  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-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.c5-block__mv-titleS {
  font-size: 24px;
}

.c5-block__mv-titleL {
  font-size: 42px;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 910px;
  margin: -30px auto 0 auto;
}

.c5-list__member.ver-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c5-list__member__child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 150px;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  margin: 30px 15px 0 15px;
}

.c5-list__member__caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  line-break: anywhere;
}

.c5-anchors {
  list-style: none;
  padding: 0;
  margin: 80px auto 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  max-width: 1000px;
}

.c5-anchors > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  -webkit-flex: 0 1 calc(50% - 2px);
  -ms-flex: 0 1 calc(50% - 2px);
  flex: 0 1 calc(50% - 2px);
  margin: 0 1px 1px 0;
  min-height: 80px;
  text-align: center;
}

.c5-anchors a {
  display: table;
  width: 100%;
  background-color: #f2f4f5;
  padding: 15px 15px 15px 35px;
  position: relative;
  height: 100%;
  -webkit-transition: background .3s ease;
  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: '';
  position: absolute;
  width: 15px;
  height: 7.5px;
  top: 50%;
  left: 15px;
  margin-top: -4px;
  background: transparent url('../images/chevron.png') no-repeat center center/contain;
}

/*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: 120px;
}

.c5-section__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c5-section__ttl__inner {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#41c393), to(#2a88cc));
  background-image: linear-gradient(to right bottom, #41c393, #2a88cc);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  position: relative;
  padding-top: 24px;
  padding-top: .63157895em;
  padding-left: 294px;
  padding-left: 7.73684211em;
  padding-right: 307px;
  padding-right: 8.07894737em;
  padding-bottom: 38px;
  padding-bottom: 1em;
}

.c5-section__ttl__inner::before,
.c5-section__ttl__inner::after {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.c5-section__ttl__inner::before {
  top: 0;
  left: 0;
  width: 6.76315789em;
  height: 6.44736842em;
  background-image: url(../images/title_treatment_pc1.png);
}

.c5-section__ttl__inner::after {
  bottom: 0;
  right: 0;
  width: 7em;
  height: 5.84210526em;
  background-image: url(../images/title_treatment_pc2.png);
}

/*SECTION contents ------------------------------------------------------*/

.c5-txt__notes {
  font-size: .8em;
}

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

.c5-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c5-cols + .c5-cols,
.c5-cols + .c5-cols + p {
  margin-top: 50px;
}

.c5-cols.ver-img__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  position: relative;
}

.c5-cols__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c5-cols__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px -40px 80px -40px;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c5-img__center.ver-col2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c5-img__center.ver-col2 > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  margin: 0 1vw;
}

.c5-img__center.ver-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c5-img__center.ver-full > div {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.c5-img__center.ver-full img {
  width: 100%;
  max-width: none;
}

.c5-img__center .caption {
  margin-top: 10px;
}

.c5-img__center > a {
  display: block;
}

.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: #97afab;
  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: #f2f4f5;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.c5-box__bt.ver-right {
  right: auto;
  left: 8vw;
}

.c5-block_enq {
  line-height: 1.6;
  padding: 60px 0;
  text-align: center;
  background-color: #ededed;
}

/*SNS ------------------------------------------------------*/

.c5-block__sns {
  text-align: center;
  margin: 30px 0 150px;
  display: none;
}

.c5-cols__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c5-cols__sns__child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 150px;
  -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: .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: 24px;
  width: 1.5rem;
  margin-right: 8px;
  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;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.c5-btn__page.back::before {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(-135deg);
  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;
  -webkit-transform: rotate(45deg);
  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;
}

/*Product ------------------------------------------------------*/

.c5-cols__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.c5-cols__product .figure {
  margin-right: 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: 27vw;
  padding-top: 5vw;
}

.ver-img__left .c5-section__number {
  top: 0;
  right: 11vw;
}

.ver-img__left .c5-section__ttl {
  right: 0;
  bottom: -5vw;
}

.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: 27vw;
  padding-top: 5vw;
}

.ver-img__right .c5-section__ttl {
  left: 0;
  bottom: -5vw;
}

.ver-img__all .c5-section__number {
  text-align: center;
  margin: 0 auto -9vw auto;
  position: relative;
}

.ver-img__all .c5-section__number img {
  margin-left: -3vw;
}

.ver-img__all .c5-section__ttl {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -5vw;
}

.qube {
  display: none;
}

/*ANIMATION ------------------------------------------------------*/

.anime__mv.visible .c5-block__mv__logo,
.anime__mv.visible .lineTxt {
  opacity: 1;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.anime__mv.visible .c5-mv img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.anime__mv.visible .c5-block__mv-title {
  opacity: 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(-30%);
  transform: translateX(-30%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.anime__mv .lineTxt {
  opacity: 0;
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -webkit-transition: opacity 1s ease .3s, -webkit-transform 1s ease .3s;
  transition: opacity 1s ease .3s, -webkit-transform 1s ease .3s;
  transition: opacity 1s ease .3s, transform 1s ease .3s;
  transition: opacity 1s ease .3s, transform 1s ease .3s, -webkit-transform 1s ease .3s;
}

.anime__mv .lineTxt:nth-of-type(2) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.anime__mv .lineTxt:nth-of-type(3) {
  -webkit-transition-delay: .9s;
  transition-delay: .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__mv .c5-block__mv-title {
  opacity: 0;
  -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.visible .c5-section__ttl__inner {
  opacity: 1;
}

.anime__secHead.visible .c5-section__ttl__inner::before,
.anime__secHead.visible .c5-section__ttl__inner::after {
  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 .5s;
  transition: -webkit-transform 1s ease .5s;
  transition: transform 1s ease .5s;
  transition: transform 1s ease .5s, -webkit-transform 1s ease .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 .5s;
  transition: -webkit-transform 1s ease .5s;
  transition: transform 1s ease .5s;
  transition: transform 1s ease .5s, -webkit-transform 1s ease .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 .5s;
  transition: all 1s ease .5s;
}

.anime__secHead .c5-section__ttl__inner {
  opacity: 0;
  -webkit-transition: all 1s ease .3s;
  transition: all 1s ease .3s;
}

.anime__secHead .c5-section__ttl__inner::before,
.anime__secHead .c5-section__ttl__inner::after {
  opacity: 0;
  -webkit-transition: all 1s ease .8s;
  transition: all 1s ease .8s;
}

.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 .5s;
  transition: opacity 1s ease .5s;
}

.anime__member .c5-list__member__child:nth-child(odd) {
  opacity: 0;
  -webkit-transition: all 1s ease .5s;
  transition: all 1s ease .5s;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.anime__member .c5-list__member__child:nth-child(even) {
  opacity: 0;
  -webkit-transition: all 1s ease .5s;
  transition: all 1s ease .5s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

.anime__fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s ease .3s;
  transition: opacity 1s ease .3s;
}

.anime__fadeIn.visible {
  opacity: 1;
}

.anime__fadeInRight {
  opacity: 0;
  -webkit-transition: opacity 1s ease .3s, -webkit-transform 1s .3s;
  transition: opacity 1s ease .3s, -webkit-transform 1s .3s;
  transition: opacity 1s ease .3s, transform 1s .3s;
  transition: opacity 1s ease .3s, transform 1s .3s, -webkit-transform 1s .3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.anime__fadeInLeft {
  opacity: 0;
  -webkit-transition: opacity 1s ease .3s, -webkit-transform 1s .3s;
  transition: opacity 1s ease .3s, -webkit-transform 1s .3s;
  transition: opacity 1s ease .3s, transform 1s .3s;
  transition: opacity 1s ease .3s, transform 1s .3s, -webkit-transform 1s .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(-15%);
  transform: translateY(-15%);
  -webkit-transition: all 1s ease .3s;
  transition: all 1s ease .3s;
}

.anime__UpDown::before {
  opacity: 0;
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-transition: all 1s ease .3s;
  transition: all 1s ease .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);
}

.c-grad-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grad-title__wrap {
  background: -webkit-gradient(linear, left top, right bottom, from(#41c393), to(#2a88cc));
  background: linear-gradient(to right bottom, #41c393, #2a88cc);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.c5-youtube {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.c5-youtube::before {
  content: '';
  width: 100%;
  padding-top: 56.25%;
  display: block;
}

.c5-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.grad-caption {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}

.grad-caption > span {
  background: -webkit-gradient(linear, left top, right bottom, from(#41c393), to(#2a88cc));
  background: linear-gradient(to right bottom, #41c393, #2a88cc);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 16px;
  padding-left: 1.09375em;
  position: relative;
}

.grad-caption > span::before {
  content: '';
  display: inline-block;
  width: .46875em;
  height: .9375em;
  background: transparent url('../images/chevron-right.png') no-repeat center center/contain;
  position: absolute;
  top: .375em;
  left: 0;
}

.c5-grad-box {
  padding: 60px 100px;
  border: 1px solid #41c393;
  -o-border-image: linear-gradient(to right bottom, #41c393, #2a88cc);
  border-image: -webkit-gradient(linear, left top, right bottom, from(#41c393), to(#2a88cc));
  border-image: linear-gradient(to right bottom, #41c393, #2a88cc);
  border-image-slice: 1;
}

.c5-grad-box > * {
  margin-bottom: 40px;
}

.c5-grad-box > *:last-child {
  margin-bottom: 0;
}

.c5-grad-box__box {
  margin-bottom: 60px;
}

.c5-grad-box__box:last-child {
  margin-bottom: 0;
}

.c5-grad-box__box--marginS {
  margin-bottom: 40px;
}

.c5-grad-box__box--marginSS {
  margin-bottom: 20px;
}

.c5-grad-box__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c5-grad-box__col--col3 .c5-grad-box__colItem {
  margin-right: 40px;
  width: calc(33.33333% - 26.66667px);
}

.c5-grad-box__col--col3 .c5-grad-box__colItem:nth-child(3n) {
  margin-right: 0;
}

.c5-grad-box__col--col3 .c5-grad-box__colItem:nth-child(n + 4) {
  margin-top: 40px;
}

.c5-grad-box__col--col4 .c5-grad-box__colItem {
  margin-right: 40px;
  width: calc(25% - 30px);
}

.c5-grad-box__col--col4 .c5-grad-box__colItem:nth-child(4n) {
  margin-right: 0;
}

.c5-grad-box__col--col4 .c5-grad-box__colItem:nth-child(n + 5) {
  margin-top: 40px;
}

.c5-grad-box__head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.c5-grad-box__head:last-child {
  margin-bottom: 0;
}

.c5-grad-box__lead {
  text-align: center;
}

.c5-grad-box__title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 20px;
  position: relative;
}

.c5-grad-box__title::before {
  content: '';
  position: absolute;
  width: .44444444em;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#41c393), to(#2a88cc));
  background: linear-gradient(to right, #41c393, #2a88cc);
}

.c5-grad-box__img img {
  margin-bottom: 20px;
}

.c5-grad-box__img img:last-child {
  margin-bottom: 0;
}

.c5-grad-box__img-caption {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.c5-grad-box__card-text {
  margin-top: 20px;
  line-height: 1.8;
  text-align: center;
}

.c5-grad-box__card-text sup {
  font-size: .5em;
}

.c5-grad-box__product *:last-child {
  margin-bottom: 0;
}

.c5-grad-box__product .c5-grad-box__product-img {
  margin-bottom: 10px;
}

.c5-grad-box__product .c5-grad-box__product-name {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.3;
}

.c5-grad-box__product .c5-grad-box__product-model {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.c5-grad-box__product .c5-grad-box__product-note {
  font-size: 12px;
  color: rgba(47, 53, 61, .6);
}

.c5-streamingSlider__itemLink {
  display: block;
}

.u-dib {
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {

  .c5-section__ttl__inner {
    background: none;
    color: #41c393;
  }

  .c-grad-title__wrap {
    background: none;
    color: #41c393;
  }

  .grad-caption > span {
    background: none;
    color: #41c393;
  }

}

@media only screen and (max-width: 1200px) {

  .ver-img__left .c5-section__ttl,
  .ver-img__right .c5-section__ttl {
    padding: 15px;
  }

  .c5-section__head {
    margin-bottom: 10vw;
  }

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

}

@media only screen and (max-width: 767px) {

  .c5-block__mv-title {
    margin-bottom: 10px;
  }

  .c5-block__mv-titleS {
    font-size: 16px;
  }

  .c5-block__mv-titleL {
    font-size: 24px;
  }

  .c5-featureContents {
    margin-top: 50px;
  }

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

  .c5-block__mv__logo {
    display: none;
  }

  .c5-block__mv__txt {
    font-size: 4vw;
    top: 14vh;
    left: 5vw;
    bottom: auto;
  }

  .c5-block__mv__txt.ver-right {
    right: 0;
    left: auto;
  }

  .c5-block__mv__txt .lineTxt {
    padding: 1vw;
    margin-bottom: 1.5vw;
  }

  .c5-block__mv__txt .small {
    font-size: 3.5vw;
  }

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

  .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: 60px;
  }

  .c5-list__member {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .c5-list__member__child {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 20px);
    -ms-flex: 0 1 calc(50% - 20px);
    flex: 0 1 calc(50% - 20px);
  }

  .c5-list__member__thumb {
    text-align: center;
  }

  .c5-cols {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c5-cols.ver-img__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .c5-cols.ver-img__right .c5-cols__figure {
    margin: 40px 0 0 0 !important;
  }

  .c5-cols__figure {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: 0 0 40px 0 !important;
  }

  .c5-cols__txt {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }

  .c5-cols + p {
    margin-top: 20px;
  }

  .c5-cols__img {
    margin: 40px 0;
    display: block;
  }

  .c5-cols__img .caption {
    font-size: 14px;
  }

  .c5-cols__img > div {
    margin: 0;
    padding: 0;
    width: auto;
  }

  .c5-cols__img > div:not(:last-child) {
    margin-bottom: 40px;
  }

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

  .c5-section__ttl {
    padding: 15px !important;
  }

  .c5-section__ttl__inner {
    font-size: 5.6vw;
    width: 100%;
    padding-top: 3.68181818em;
    padding-bottom: 3.6em;
    padding-left: 1.36363636em;
    padding-right: .81818182em;
  }

  .c5-section__ttl__inner::before {
    width: 4.68181818em;
    height: 4.36363636em;
    background-image: url(../images/title_treatment_sp1.png);
  }

  .c5-section__ttl__inner::after {
    width: 4.22727273em;
    height: 4em;
    background-image: url(../images/title_treatment_sp2.png);
  }

  .c5-section__number {
    position: relative;
    left: 0;
    max-width: none;
    margin: 0 15px -14vw 15px;
  }

  .c5-section__number img {
    max-width: 40vw;
  }

  .ver-img__left .c5-section__img {
    margin-right: 0;
  }

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

  .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__number {
    text-align: right;
    left: 0;
  }

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

  .c5-sp {
    display: block;
  }

  .c5-grad-box {
    padding: 30px 20px;
  }

  .c5-grad-box__box p {
    margin-bottom: 10px;
  }

  .c5-grad-box__col {
    display: block;
  }

  .c5-grad-box__col .c5-grad-box__colItem {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #41c393;
    -o-border-image: linear-gradient(to right, #41c393, #2a88cc);
    border-image: -webkit-gradient(linear, left top, right top, from(#41c393), to(#2a88cc));
    border-image: linear-gradient(to right, #41c393, #2a88cc);
    border-image-slice: 1;
  }

  .c5-grad-box__col .c5-grad-box__colItem:first-child {
    padding-top: 0;
  }

  .c5-grad-box__col .c5-grad-box__colItem:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .c5-grad-box__head {
    font-size: 18px;
  }

  .c5-grad-box__lead {
    text-align: left;
  }

  .c5-grad-box__title {
    font-size: 16px;
  }

  .c5-grad-box__product {
    width: 73.82550336%;
    margin-left: auto;
    margin-right: auto;
  }

  .c5-grad-box__product .c5-grad-box__product-body {
    text-align: center;
  }

  .c5-productSlider {
    padding-bottom: 27px;
  }

  .c5-productSlider .swiper-pagination {
    height: 7px;
    font-size: 7px;
  }

  .c5-productSlider .swiper-horizontal > .swiper-pagination-bullets,
  .c5-productSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .c5-productSlider .swiper-pagination-custom,
  .c5-productSlider .swiper-pagination-fraction {
    bottom: 10px;
  }

  .c5-productSlider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #dee2e4;
    opacity: 1;
  }

  .c5-productSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .c5-productSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }

  .c5-productSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: -webkit-gradient(linear, left top, right top, from(#41c393), to(#2a88cc));
    background: linear-gradient(to right, #41c393, #2a88cc);
  }

  .c5-streamingSlider {
    padding-bottom: 27px;
  }

  .c5-streamingSlider .swiper-slide {
    -webkit-transform: scale(.87);
    transform: scale(.87);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 57.6vw;
  }

  .c5-streamingSlider .swiper-slide.swiper-slide-active,
  .c5-streamingSlider .swiper-slide.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }

  .c5-streamingSlider .swiper-pagination {
    height: 7px;
    font-size: 7px;
  }

  .c5-streamingSlider .swiper-horizontal > .swiper-pagination-bullets,
  .c5-streamingSlider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .c5-streamingSlider .swiper-pagination-custom,
  .c5-streamingSlider .swiper-pagination-fraction {
    bottom: 10px;
  }

  .c5-streamingSlider .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #dee2e4;
    opacity: 1;
  }

  .c5-streamingSlider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .c5-streamingSlider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }

  .c5-streamingSlider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: -webkit-gradient(linear, left top, right top, from(#41c393), to(#2a88cc));
    background: linear-gradient(to right, #41c393, #2a88cc);
  }

}

.c5-swiperSp {
	display: block;
}
.c5-swiperPc {
	display: none;
}
.swipe-pc-wrapper {
	display: flex;
	justify-content: center;
}
.swipe-pc-wrapper div {
	padding: 0 1rem;
}
.swipe-pc-wrapper div img {
	max-width: 100%;
}
@media screen and (min-width: 767px) {
	.c5-swiperSp {
		display: none;
	}
	.c5-swiperPc {
		display: block;
	}
}

/*# sourceMappingURL=../map/css/page.css.map */
