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

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

.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 {
  position: absolute;
  font-weight: bold;
  z-index: 2;
  font-size: 2.6vw;
  line-height: 1.5;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  width: calc(100% - 30px);
  /*max-width: calc((900 / 1600) * 100vw);*/
  max-width: calc((1050 / 1600) * 100vw);
  margin: 0 auto;
}
.c5-block__mv__txt.type02 {
  position: relative;
  padding-top: 40px;
  left: 0;
  width: 100%;
  transform: translate(0,0)!important;
}

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

.c5-block__mv__txt .lineTxt {
  display: inline-block;
  padding: 1.3vw 2.5vw;
  background-color: white;
  width: 100%;
}

.c5-block__mv__txt .lineTxt02 {
  font-size: 1.5vw;
}

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

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

/*BTN ------------------------------------------------------*/
.c5-cols__btn {
  display: flex;
  margin: 0 auto;
}
.c5-cols__btn > div {
  flex: 0 1 50%;
  border: 1px solid #edede7;
}
.c5-cols__btn a {
  font-size: 20px;
  padding: 1.3em 0;
  display: block;
  text-decoration: none;
  text-align: center;
  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: #edede7;
  pointer-events: none;
}
.c5-cols__btn a span {
  font-size: 24px;
  font-weight: bold;
}

.c5-btn__page {
  text-align: center;
}
.c5-btn__page a {
  position: relative;
  display: inline-block;
  width: 600px;
  border: 2px solid #edede7;
  font-size: 20px;
  padding: 1em 0;
  transition: .3s;
}
.c5-btn__page a:hover {
  background: #edede7;
  text-decoration: none;
}
.c5-btn__page a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.c5-btn__page a.ver01:after {
  border-top: 2px solid #2f353d;
  border-left: 2px solid #2f353d;
  transform: rotate(-45deg);
  left: 30px;
}
.c5-btn__page a.ver02:after {
  border-top: 2px solid #2f353d;
  border-right: 2px solid #2f353d;
  transform: rotate(45deg);
  right: 30px;
}
.c5-btn__page a span {
  font-size: 24px;
  font-weight: bold;
}


/*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: #edede7;
  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: 30px 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__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  position: relative;
}
.c5-anchors__title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #674d12;
  top: 50%;
  left: 0;
}

.c5-anchors__title span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding: 0 70px;
}

.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: #edede7;
  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;
  padding-left: 0.3em;
}

.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: 180px;
}
.c5-section__sumally {
  margin-bottom: 80px;
}

.c5-section p {
  line-height: 1.8;
  margin-bottom: 20px;
}

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

.c5-caution {
  font-size: 86%;
}

/*SECTION header ------------------------------------------------------*/
.c5-section__head {
  position: relative;
  margin-bottom: 13vw;
}

.c5-section__ttl {
  position: absolute;
  z-index: 10;
  padding: 1.3vw 6vw 1.3vw 6vw;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.c5-section__ttl.single {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

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

.c5-section__number {
  position: absolute;
  z-index: 10;
  max-width: 23.625vw;
  bottom: 100%;
  margin-bottom: 65px;
}

.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-txt__caution {
  font-size: 86%;
  color: #888;
}

.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__center {
  -webkit-align-items: center;
          align-items: center;
}

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

.c5-cols.ver-img__left .c5-cols__figure {
  margin-right: 100px;
}

.c5-cols__figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 42%;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
  position: relative;
}

.c5-cols__figure__caption {
  text-align: center;
  margin-top: 50px;
}

.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.cols-3 > div {
  width: 33.333%;
  padding: 0 15px;
  margin-top: 30px;
}
.c5-cols__img > div {
  width: 50%;
  padding: 0 30px;
  margin-top: 30px;
}

.c5-cols__img .caption {
  margin-top: 30px;
}

.c5-img__center {
  text-align: center;
  margin: 120px 0;
}

.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__center .ttl {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 18px;
}

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

.c5-box__deco {
  position: relative;
}

.c5-box__deco::before {
  content: '';
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgb(207,205,192);
  background: linear-gradient(45deg, rgba(207,205,192,1) 0%, rgba(237,237,231,1) 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: #edede7;
  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;
}

/*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: 38.125vw;
}

.ver-img__left .c5-section__number {
  right: 10vw;
}

.ver-img__left .c5-section__ttl {
  text-align: right;
  right: 0;
  bottom: calc(-5vw - 20px);
  padding-right: 10vw;
  box-shadow: 10px 10px 0 0 #918b78, -10px 10px 0 0 #918b78;
}

.ver-img__left .c5-section__ttl:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  background: rgb(207,205,192);
  background: linear-gradient(270deg, rgba(207,205,192,1) 0%, rgba(237,237,231,1) 100%);
  -webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
          border-radius: 10px 0 0 10px / 10px 0 0 10px;
  top: 10px;
  right: 0;
  z-index: -2;
}

.ver-img__left .c5-section__ttl::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-border-radius: 10px 0 0 10px / 10px 0 0 10px;
          border-radius: 10px 0 0 10px / 10px 0 0 10px;
}

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

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

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

#section-05 .ver-img__right .c5-section__img {
  margin-left: 37.5vw;
}

#section-07 .ver-img__right .c5-section__img {
  margin-left: 40vw;
}

.ver-img__right .c5-section__ttl {
  left: 0;
  bottom: calc(-5vw - 20px);
  padding-left: 10vw;
}
.ver-img__right .c5-section__ttl:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  background: rgb(207,205,192);
  background: linear-gradient(90deg, rgba(207,205,192,1) 0%, rgba(237,237,231,1) 100%);
  -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
          border-radius: 0 10px 10px 0 / 0 10px 10px 0;
  top: 10px;
  left: 0;
  z-index: -2;
}
.ver-img__right .c5-section__ttl::after {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
          border-radius: 0 10px 10px 0 / 0 10px 10px 0;
}

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

.anime__mv.visible .c5-block__mv__txt {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.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 {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transition: -webkit-transform 1s ease .3s;
  transition: -webkit-transform 1s ease .3s;
  transition: transform 1s ease .3s;
  transition: transform 1s ease .3s, -webkit-transform 1s ease .3s;
}

.anime__mv .lineTxt {
  opacity: 0;
  -webkit-transition: opacity 1s ease .3s;
  transition: opacity 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__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);
}

@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 40px 0;
    padding-top: 70px;
  }
  .c5-block__mv__logo {
    display: none;
  }
  .c5-block__mv__txt {
    position: static;
    font-size: 4.4vw;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: none;
    margin: -20px auto 0;
  }
  .c5-block__mv__txt .lineTxt {
    padding-top: 1em;
  }
  .c5-block__mv__txt .lineTxt02 {
    font-size: 2.53vw;
  }
  .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: 12px;
  }
  .c5-cols__btn a span {
    font-size: 14px;
  }
  .c5-btn__page a {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    border-width: 1px;
  }
  .c5-btn__page a:last-child {
    margin-bottom: 0;
  }
  .c5-btn__page a:after {
    margin-top: -3px;
    width: 5px;
    height: 5px;
  }
  .c5-btn__page a.ver01:after {
    left: 20px;
  }
  .c5-btn__page a.ver02:after {
    right: 20px;
  }
  .c5-btn__page a span {
    font-size: 16px;
  }
  .c5-section {
    margin-bottom: 50px;
  }
  .c5-section p {
    font-size: 14px;
  }
  .c5-caution {
    margin-top: 30px;
  }
  .c5-section .c5-txt__commentName-wrapper {
    margin-top: 20px;
  }
  .c5-section__head {
    margin-bottom: 20px!important;
  }
  .ver-img__left.c5-section__head {
    text-align: right;
  }
  .c5-section__head.ver-img__left .c5-section__ttl::after {
    width: 100%;
    top: -10px;
  }
  .c5-section__head.ver-img__left .c5-section__ttl__inner {
    left: auto;
  }
  .c5-section__head.ver-img__right .c5-section__ttl::after {
    width: 100%;
    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(0);
            transform: translateX(0);
  }
  .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: 20px;
    padding-bottom: 40px;
  }
  .c5-anchors__title {
    font-size: 18px;
  }
  .c5-anchors__title span {
    padding: 0 30px;
  }
  .c5-anchors > li {
    min-height: 0;
  }
  .c5-anchors > li > a {
    height: auto;
  }
  .c5-ttl__member {
    font-size: 6.4vw;
  }
  .c5-block__member {
    margin-bottom: 100px;
  }
  .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!important;
  }
  .c5-cols__figure__caption {
    margin-top: 30px;
  }
  .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!important;
    width: auto!important;
  }
  .c5-cols__img > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .c5-img__center {
    margin: 40px 0;
  }
  .c5-img__center .ttl {
    font-size: 14px;
  }
  .c5-cols__img .caption {
    margin-top: 1em;
    font-style: 14px
  }
  .c5-img__center .caption {
    margin-top: 1em;
    font-style: 14px
  }
  .c5-section__ttl {
    padding: 15px !important;
    position: static;
    margin-top: 0;
    display: inline-block;
  }
  .c5-section__ttl__inner {
    font-size: 4.7vw;
    top: -10px;
    display: inline-block;
  }
  .c5-section__number {
    position: static;
    max-width: none;
    margin: 0 0 3vw;
  }
  .c5-section__number img {
    max-width: 49vw;
  }
  .ver-img__left .c5-section__ttl:before {
    top: 0;
  }
  .ver-img__left .c5-section__img {
    margin-right: 0!important;
  }
  .ver-img__left .c5-section__number {
    text-align: left;
    padding-left: 4vw;
  }
  .ver-img__right .c5-section__ttl:before {
    top: 0;
  }
  .ver-img__right .c5-section__img {
    margin-left: 0!important;
  }
  .ver-img__right .c5-box__deco::before {
    right: -15px;
    bottom: -15px;
  }
  .ver-img__right .c5-section__number {
    text-align: right;
    padding-right: 4vw;
  }
  .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-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
}

.product-title {
    padding-top: 3em;
}

.s5-listItem4 {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .s5-listItem4 {
    width: auto;
  }
}