@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");
/*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 * {
  -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: 0.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 0.2s;
  transition: -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-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;
  -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 0.5s;
  transition: ease-out 0.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: 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: 1.25rem;
}

.fixed .c5-nav {
  position: fixed;
  margin-top: 85px;
  margin-left: 0;
  width: 100vw;
  height: calc(100vh - 85px);
}

.c5-pageNav-list {
  margin: 0;
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.c5-pageNav-list li {
  width: 500px;
  margin: 0 10px;
  list-style: none;
  display: table;
  height: 130px;
  text-align: center;
}
.c5-pageNav-list a {
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #DEE2E4;
  font-weight: bold;
  font-size: 17px;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
}
.c5-pageNav-list a:hover {
  text-decoration: none;
}
.c5-pageNav-list a.current {
  pointer-events: none;
  background: #DEE2E4;
  box-shadow: none;
}

.c5-gradText {
  color: #1D2087;
  background: -webkit-linear-gradient(0deg, rgba(29,32,135,.8) 0%, rgba(123,16,131,.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*MV ------------------------------------------------------*/
.c5-block__mv {
  position: relative;
  margin-bottom: 80px;
}

.c5-block__mv__logo {
  line-height: 1;
  text-align: center;
}

.c5-block__mv__logo img {
  width: 150px;
  max-width: 100%;
}

.c5-block__mv__logo span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.c5-block__mv__txt {
  font-weight: bold;
  z-index: 2;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin-top: 80px;
}

.c5-block__mv__txt > p {
  width: 100%;
}

.c5-block__mv__txt strong {
  font-size: 52px;
}

.c5-mv__logo {
  margin-bottom: 20px;
}

.c5-mv {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.c5-mv img {
  width: 100%;
  height: auto;
}

/*MEMBER ------------------------------------------------------*/
.c5-block__member {
  padding: 40px 15px;
  margin-bottom: 180px;
  position: relative;
}

.c5-block__member::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f5f7;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 720px;
  margin: -30px auto 0 auto;
}

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

.c5-anchors {
  list-style: none;
  padding: 0;
  margin: 80px 0 0 0;
  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;
}

.c5-anchors > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33.2%;
      -ms-flex: 0 1 33.2%;
          flex: 0 1 33.2%;
  margin: 0 1px 1px 0;
  min-height: 80px;
}

.c5-anchors a {
  display: table;
  width: 100%;
  background-color: #f3f5f7;
  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;
  text-align: center;
}

.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;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 15px;
  margin-top: -4px;
}

/*SECTION ------------------------------------------------------*/
.c5-section {
  margin-bottom: 120px;
}

.c5-section p {
  line-height: 1.8;
  margin-bottom: 2em;
}

.c5-section p:last-child {
  margin-bottom: 0;
}

.c5-section .c5-txt__commentName-wrapper {
  margin-top: 80px;
}

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

.c5-section__ttl {
  position: absolute;
  z-index: 10;
  padding: 1.3vw calc(2.5vw + 20px) 1.3vw 2.5vw;
  background: rgb(29,32,135,.8);
  background: -webkit-linear-gradient(90deg, rgba(29,32,135,.8) 0%, rgba(123,16,131,.8) 100%);
  background: linear-gradient(90deg, rgba(29,32,135,.8) 0%, rgba(123,16,131,.8) 100%);
}

.c5-section__ttl__inner {
  position: relative;
  z-index: 2;
  font-size: 2.5vw;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
  top: -20px;
}

.c5-section__number {
  position: absolute;
  z-index: 10;
  max-width: 25.5vw;
}

.c5-section__img {
  position: relative;
  overflow: hidden;
}

.c5-section__img img {
  width: 100%;
  max-width: none;
}

/*SECTION contents ------------------------------------------------------*/
p + .c5-ttl__sub {
  margin-top: 80px;
}

.c5-ttl__sub {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 40px 0;
  line-height: 1.8;
  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 43.4%;
      -ms-flex: 0 1 43.4%;
          flex: 0 1 43.4%;
  position: relative;
}
.c5-cols__figure .caption {
  text-align: center;
  margin-top: 2em;
  font-size: 15px;
  color: #888;
}

.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;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}

.c5-cols__img > div {
  width: 50%;
  padding: 0 30px;
  margin-top: 30px;
}

.c5-cols__img .caption {
  margin-top: 1em;
  font-size: 16px;
}

.c5-img__center {
  text-align: center;
  margin: 120px 0;
}
.c5-img__center .caption {
  margin-top: 30px;
  font-size: 16px;
}
.c5-img__center .caption .c5-gradText {
  margin-bottom: 0;
  font-weight: bold;
}
.c5-img__center ul {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 0;
  text-align: left;
  list-style: none;
  padding: 0;
}

.c5-img__center ul li:not(:first-child) {
  margin-top: 10px;
}

.c5-img__center ul li.caution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c5-img__center ul li.caution .caution__num {
  width: 25px;
}

.c5-img__center ul li.caution .caution__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c5-img__center p.caution {
  margin: 40px auto 0;
  width: 800px;
  text-align: left;
}

.c5-img__center.ver-small img {
  width: 500px;
}

.c5-img__center.ver-large img {
  width: 1000px;
}

.c5-img__center.ver-large p.caution {
  width: 1000px;
}

.c5-img-slider .slick-slide {
  padding: 0 5px;
}

.c5-box__deco {
  position: relative;
  margin: 0 0 20px 20px;
}

.c5-box__deco::before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: rgb(29,32,135,.8);
  background: -webkit-linear-gradient(90deg, rgba(29,32,135,.8) 0%, rgba(123,16,131,.8) 100%);
  background: linear-gradient(90deg, rgba(29,32,135,.8) 0%, rgba(123,16,131,.8) 100%);
  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: #f3f5f7;
  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;
}

.c5-banner {
  margin-bottom: 15px;
}

/*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 {
  max-width: 480px;
  margin: auto;
  text-align: center;
}

.c5-cols__product .figure a {
  transition: opacity .3s;
}
.c5-cols__product .figure a:hover {
  opacity: 0.7;
}

.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: 10%;
  right: 8vw;
}

.ver-img__left .c5-section__ttl {
  right: 0;
  bottom: calc(-5vw - 20px);
  padding: 1.3vw 2.5vw 1.3vw calc(2.5vw + 20px);
}

.ver-img__left .c5-section__ttl::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: calc(100% - 20px);
  height: 100%;
  top: -20px;
  right: 0;
  z-index: -1;
}

.ver-img__right .c5-box__deco {
  margin: 0 20px 20px 0;
}

.ver-img__right .c5-box__deco::before {
  bottom: -20px;
  left: auto;
  right: -20px;
}

.ver-img__right .c5-section__number {
  top: 10%;
  left: 5vw;
}

.ver-img__right .c5-section__img {
  margin-left: 30vw;
}

.ver-img__right .c5-section__ttl {
  left: 0;
  bottom: calc(-5vw - 20px);
}

.ver-img__right .c5-section__ttl::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: calc(100% - 20px);
  height: 100%;
  top: -20px;
  left: 0;
  z-index: -1;
}

/*ANIMATION ------------------------------------------------------*/
.anime__mv.visible .c5-block__mv__logo,
.anime__mv.visible .c5-block__mv__txt {
  opacity: 1;
}

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

.anime__mv .c5-block__mv__logo {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}


.anime__mv .c5-block__mv__txt {
  opacity: 0;
  -webkit-transition: opacity 1s ease .3s;
  transition: opacity 1s ease .3s;
}

.anime__mv .c5-mv img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

.anime__secHead.visible .c5-section__number {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

.anime__secHead.visible.ver-img__right .c5-section__ttl,
.anime__secHead.visible.ver-img__left .c5-section__ttl {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.anime__secHead.visible.ver-img__right .c5-section__ttl__inner,
.anime__secHead.visible.ver-img__left .c5-section__ttl__inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.anime__secHead .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__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);
}
.c5-cols__product {
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c5-cols__product.col2 > div {
    flex: 0 1 48%;
}

.s5-listItem4 {
  width: 32%;
}

@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-mv {
    margin-top: 0;
  }
  .c5-block__mv {
    margin: 0 0 20px 0;
    padding-top: 70px;
  }
  .c5-block__mv__logo {
    display: none;
  }
  .c5-block__mv__txt {
    position: static;
    font-size: 4.8vw;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: none;
    margin-top: 40px;
  }
  .c5-block__mv__txt strong {
    font-size: 7.4vw;
  }
  .c5-mv__logo img {
    width: 240px;
  }
  .c5-section {
    margin-bottom: 50px;
  }
  .c5-section p {
    font-size: 14px;
  }
  .c5-section .c5-txt__commentName-wrapper {
    margin-top: 20px;
  }
  .c5-section__head {
    margin-bottom: 60px;
  }
  .c5-section__head.ver-img__left {
    padding-right: 15px;
  }
  .c5-section__head.ver-img__left .c5-section__ttl::after {
    width: 100%;
    right: 10px;
    top: -10px;
  }
  .c5-section__head.ver-img__left .c5-section__ttl__inner {
    left: auto;
    right: 5px;
  }
  .c5-section__head.ver-img__right {
    padding-left: 15px;
  }
  .c5-section__head.ver-img__right .c5-section__ttl::after {
    width: 100%;
    left: -10px;
    top: -10px;
  }
  .anime__mv.visible .lineTxt {
    opacity: 1;
  }
  .anime__mv.visible .c5-block__mv__txt {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .anime__mv .c5-block__mv__txt {
    -webkit-transform: translate(0%, 50%);
            transform: translate(0%, 50%);
  }
  .anime__secHead.visible.ver-img__left .c5-section__ttl {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  .c5-section__sub:not(:last-child) {
    margin-bottom: 40px;
  }
  .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: 14px;
    margin-top: 60px;
  }
  .c5-anchors > li {
    min-height: 0;
  }
  .c5-anchors > li > a {
    height: auto;
  }
  .c5-ttl__member {
    font-size: 6.4vw;
  }
  .c5-block__member {
    margin-bottom: 60px;
  }
  .c5-list__member {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .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__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.ver-img__right .c5-cols__figure {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .c5-cols.ver-img__right .c5-cols__txt {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .c5-cols + p {
    margin-top: 20px;
  }
  .c5-cols.ver-cols__reverse--sp {
    -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-cols__reverse--sp .c5-cols__txt {
    margin: 0 0 40px 0 !important;
  }
  .c5-cols__img {
    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: 9px !important;
    position: static;
    margin-top: 0;
  }
  .c5-section__ttl__inner {
    font-size: 4.7vw;
    left: -5px;
    top: -10px;
    width: 100%;
  }
  .c5-section__number {
    position: relative;
    left: 0;
    max-width: none;
    margin: 0 0 -10vw -15px;
  }
  .c5-section__number img {
    max-width: 38vw;
  }
  .ver-img__left .c5-section__img {
    margin-right: 0;
  }
  .ver-img__left .c5-section__number {
    text-align: right;
    right: 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 {
    left: 0;
  }
  .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 {
    max-width: none;
  }
  .c5-pageNav-list {
    display: block;
    padding: 0 15px;
  }
  .c5-pageNav-list li {
    width: 100%;
    margin: 0 0 20px;
  }
  .c5-pageNav-list a {
    font-size: 14px;
  }
  .c5-img-slider .slick-dots {
    text-align: center;
  }
  .c5-img-slider .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .c5-img-slider .slick-dots li button {
    margin: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DEE2E4;
  }
  .slick-dots li.slick-active button {
    background: #534B9F;
  }
  .slick-dots li button:before {
    content: none;
  }
  .slick-dots li.slick-active button:before {
    content: none;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  .s5-listItem4 {
    width: auto;
  }
.c5-banner {
  margin: 15px;
}
}
