@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200&display=swap");
.s5-returnToTop {
  z-index: 98; }

/*base------------------------------------------------------*/
.c5-featureWrap {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden; }

.c5-featureContents {
  position: relative;
  font-size: 16px;
  line-height: 1.75; }
  .c5-featureContents + * {
    margin-top: 100px; }
  .c5-featureContents * {
    box-sizing: border-box; }
  .c5-featureContents h1:not([class]), .c5-featureContents h2:not([class]), .c5-featureContents h3:not([class]), .c5-featureContents h4:not([class]), .c5-featureContents h5:not([class]) {
    margin: 0; }
  .c5-featureContents p {
    margin: 0; }
  .c5-featureContents img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }

.c5-sp {
  display: none; }

/*NAVI ------------------------------------------------------*/
.c5-navWrap {
  position: relative;
  top: 0;
  z-index: 99;
}
  .c5-navWrap .c5-logo {
    text-align: center; }
    .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__inner {
  padding: 15px; }

  .c5-navbarWrap .toggle-text {
    font-size: 0.8rem;
    text-align: center; }

.c5-navbar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 40px;
  cursor: pointer; }
  .c5-navbar span {
    display: block;
    position: relative;
    height: 3px;
    background: #2f353d;
    transition: transform ease-out 0.2s; }
    .c5-navbar span:nth-child(2) {
      margin: 8px 0; }

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

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

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

.c5-nav {
  background: #2f353d;
  transform: translateX(-100%);
  transition: ease-out 0.5s;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  z-index: -1;
  width: calc(100vw - 100px);
  height: calc(100vh - 175px); }
  .c5-nav.open-nav {
    z-index: 100;
    overflow-y: auto;
    transform: translateX(0);
    margin-left: 100px; }
  .c5-nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3vw; }
  .c5-nav li {
    width: 49.5%;
    margin-bottom: 20px; }
  .c5-nav a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding: 25px; }
    .c5-nav a:hover {
      text-decoration: none; }
      .c5-nav a:hover .menu-numbers {
        color: #fff; }
      .c5-nav a:hover img {
        opacity: .7; }
    .c5-nav a img {
      width: 10vw;
      max-width: 150px;
      transition: opacity .3s ease; }
  .c5-nav .menu-numbers {
    color: #898d92;
    margin-left: 4%;
    font-size: 2rem;
    transition: color .3s ease;
    font-family: 'Noto Serif JP', serif; }
  .c5-nav .menu-text {
    margin-left: 4%;
    line-height: 1.6;
    font-size: 1.25rem; }

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

.c5-navWrap .c5-logo {
  visibility: hidden;
}

/*MV ------------------------------------------------------*/
.c5-block__mv {
  margin: 0 0 120px;
  position: relative;
}

.c5-block__mv__txt {
  font-weight: bold;
  z-index: 2;
  line-height: 1.4;
  text-align: center;
  padding-top: 60px;
}
.c5-block__mv__logo {
  line-height: 1;
  margin-bottom: 2.8125vw;
  display: none;
}
.c5-block__mv__logo span {
  display: inline-block;
}
.c5-block__mv__logo img {
  width: 163px;
  width: 10.1875vw;
}

.c5-block__mv__txt .lineTxt {
  display: block;
  background: #fff;
  margin-bottom: 1.25vw;
}
.c5-block__mv__txt .lineTxt:last-child {
  margin-bottom: 0;
}
.c5-block__mv__txt .lineTxt01 {
  font-size: 26px;
  font-size: 1.625vw;
}
.c5-block__mv__txt .lineTxt02 {
  font-size: 38px;
  font-size: 2.375vw;
  line-height: 1.1;
}

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

/*SUMALLY ------------------------------------------------------*/
.c5-block__sumally {
  position: relative;
}
.c5-block__sumally .block-txt__caution {
  font-size: 12px;
  color: #83838F;
}

@media only screen and (max-width: 767px) {
.c5-block__sumally {
  padding-bottom: 40px;
}
}

/*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: #f2f4f5;
    z-index: 0; }

.c5-block__member__inner {
  position: relative;
  z-index: 1; }

.c5-ttl__member {
  letter-spacing: .05em;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 30px 0; }

.c5-list__member {
  display: flex;
  flex-wrap: wrap;
  max-width: 1080px;
  margin: -30px auto 0 auto;
  -webkit-justify-content: center;
          justify-content: center;
}
  .c5-list__member.ver-center {
    justify-content: center; }
  .c5-list__member__child {
    flex: 0 1 150px;
    margin: 30px 15px 0 15px; }
  .c5-list__member__caption {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.4; }

.c5-anchors {
  list-style: none;
  padding: 0;
  margin: 85px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px; }
  .c5-anchors > li {
    flex: 0 1 33.2%;
    margin: 0 1px 1px 0;
    min-height: 80px; }
  .c5-anchors a {
    display: table;
    width: 100%;
    background-color: #f2f4f5;
    padding: 15px 15px 15px 35px;
    position: relative;
    height: 100%;
    transition: background .3s ease; }
    .c5-anchors a > div {
      display: table-cell;
      vertical-align: middle; }
    .c5-anchors a:hover {
      text-decoration: none;
      background-color: #ddd; }
    .c5-anchors a::before {
      content: '';
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      transform: rotate(135deg);
      position: absolute;
      width: 8px;
      height: 8px;
      top: 50%;
      left: 15px;
      margin-top: -4px; }

/*SECTION ------------------------------------------------------*/
.c5-section {
  margin-bottom: 180px; }
  .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: 12.5vw;
}
.c5-section__ttl {
  position: absolute;
  z-index: 10;
  padding: 2vw 5vw;
  overflow: hidden;
  bottom: -7vw;
  color: #fff;
}
.c5-section__ttl:before {
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ver-img__left .c5-section__ttl {
  right: 0;
}
.ver-img__left .c5-section__ttl:before {
  left: 0;
  background: linear-gradient(135deg, rgba(21,27,41,1) 0%, rgba(21,27,41,0) 100%);
}
.ver-img__right .c5-section__ttl {
  left: 0;
}
.ver-img__right .c5-section__ttl:before {
  right: 0;
  background: linear-gradient(310deg, rgba(21,27,41,1) 0%, rgba(21,27,41,0) 100%);
}
.c5-section__ttl__inner {
  position: relative;
  z-index: 2;
  font-size: 2.25vw;
  line-height: 1.5;
  font-weight: bold;
  margin: 0;
}
.c5-section__img {
  position: relative;
  width: 68.75%;
}
.c5-section__img img {
  width: 100%;
  max-width: none;
}
.ver-img__left .c5-section__img {
  margin-right: auto;
}
.ver-img__right .c5-section__img {
  margin-left: auto;
}
.c5-section__number {
  position: absolute;
  top: 3.75vw;
  z-index: 10;
}
.c5-section__number img {
  height: 13.875vw;
  width: auto;
}
.ver-img__left .c5-section__number {
  right: -21.25vw;
}
.ver-img__right .c5-section__number {
  left: -21.25vw;
}

@media only screen and (max-width: 767px) {
.c5-section__head {
  padding-top: 18.75vw;
  margin-bottom: 30px;
}
.c5-section__head.ver-img__left {
  text-align: left;
}
.c5-section__head.ver-img__right {
  text-align: left;
}
.c5-section__ttl {
  padding: 6.25vw;
  bottom: auto;
  position: relative;
  display: inline-block;
  margin-top: -7vw;
  text-align: center;
  width: calc(100% - 40px);
}
.ver-img__left .c5-section__ttl {
  right: auto;
  left: 20px;
}
.ver-img__right .c5-section__ttl {
  left: 20px;
}
.c5-section__ttl__inner {
  font-size: 4.6875vw;
  line-height: 1.5;
}
.c5-section__img {
  width: 100%;
}
.c5-section__number {
  position: static;
  text-align: center;
  margin-bottom: 15px;
}
.c5-section__number img {
  height: 21.25vw;
  display: inline-block;
  padding-right: 3.125vw;
}
}


/*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-txt__caution {
  font-size: 86%;
  color: #888;
}
.c5-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .c5-cols + .c5-cols {
    margin-top: 50px; }
  .c5-cols + p {
    margin-top: 20px; }
  .c5-cols.ver-img__right {
    flex-direction: row-reverse; }
    .c5-cols.ver-img__right .c5-cols__figure {
      margin-left: 60px; }
  .c5-cols.ver-img__left .c5-cols__figure {
    margin-right: 60px; }
  .c5-cols__figure {
    text-align: center;
    flex: 0 1 45%;
    position: relative; }
  .c5-cols__figure > div {
    margin-bottom: 40px;
  }
  .c5-cols__figure > div:last-child {
    margin-bottom: 0;
  }
.c5-cols .c5-cols__figure__txt {
  text-align: center;
  font-size: 12px;
  margin: 1em 0 0;
}
.c5-cols__txt {
  flex: 1;
  margin: 0!important;
  padding-top: 1em;
}
.c5-cols__ttl {
  margin: 0 0 .5em!important;
  font-weight: bold;
  line-height: 1.5!important;
}
.c5-cols__note {
  margin: 0!important;
  line-height: 1.5!important;
}

.c5-cols__img {
  display: flex;
  justify-content: center;
  margin: 50px -20px 80px -20px;
  text-align: center;
  flex-wrap: wrap; }
  .c5-cols__img > div {
    width: 50%;
    padding: 0 20px;
    margin-top: 30px; }
  .c5-cols__img .caption {
    margin-top: 10px; }

.c5-cols__img02 {
  text-align: center;
  display: -webkit-flex;
  display:    -moz-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c5-cols__img02 .c5-cols__img__in {
  width: 47%;
}
.c5-cols__img02 .c5-cols__img__txt {
  width: 100%;
  margin-top: 1.5em;
}
.c5-cols__img02 .c5-cols__ttl {
  margin: 0 0 1em;
}
.c5-cols__img02 .c5-cols__txt {
  padding: 0;
  margin: 0;
}
.c5-cols__img02 .c5-cols__img__txt.var-txt__left {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.c5-cols__img02 .c5-cols__img__txt.var-txt__left .c5-cols__txt  {
  text-align: left;
}
.c5-movie > div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c5-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
@media only screen and (max-width: 767px) {
.c5-cols__img02 {
  display: block;
}
.c5-cols__img02 .c5-cols__img__in {
  width: 100%;
  margin-top: 20px;
}
.c5-cols__img02 .c5-cols__img__in:first-child {
  margin-top: 0;
}
}

.c5-img__center {
  text-align: center;
  margin: 80px 0; }
  .c5-img__center.ver-col2 {
    justify-content: center;
    display: flex; }
    .c5-img__center.ver-col2 > div {
      flex: 0 1 40%;
      margin: 0 1vw; }
  .c5-img__center.ver-full {
    display: flex; }
    .c5-img__center.ver-full > div {
      flex: auto; }
    .c5-img__center.ver-full img {
      width: 100%;
      max-width: none; }
    .c5-img__center .ttl {
      margin: 1.5em 0 .5em;
      font-weight: bold;
    }
    .c5-img__center .taL {
      text-align: left;
      max-width: 900px;
      margin: auto;
    }

.c5-box__deco {
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}
.c5-box__deco:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc( 100% - 30px );
  height: calc( 100% - 30px );
  background: rgb(250,224,165);
  background: linear-gradient(180deg, rgba(250,224,165,1) 0%, rgba(209,180,121,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: rgba(103,77,18,.06);
  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; }

.c5-cols__sns {
  display: flex;
  justify-content: center;
  align-items: center; }

.c5-cols__sns__child {
  flex: 0 1 150px;
  margin: 0 5px; }

.c5-btn__sns {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  padding: 7px;
  background-color: #ccc; }
  .c5-btn__sns:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff; }
  .c5-btn__sns.fb {
    background-color: #465b99; }
  .c5-btn__sns.tw {
    background-color: #55acee; }
  .c5-btn__sns img {
    vertical-align: top;
    width: 1.5rem;
    margin-right: .5rem; }

/*btn ------------------------------------------------------*/
.c5-btn__page {
  display: block;
  background-color: #efefef;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding: 20px;
  max-width: 870px;
  margin: 120px auto 0 auto;
  transition: background .3s ease; }
  .c5-btn__page.back::before {
    left: 20px;
    right: auto;
    transform: rotate(-135deg); }
  .c5-btn__page:hover {
    background-color: #ccc;
    text-decoration: none; }
  .c5-btn__page::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px; }
  .c5-btn__page .chapter {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 5px; }

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  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; }
  .c5-cols__product.col2 {
    justify-content: space-between; }
    .c5-cols__product.col2 > div {
      flex: 0 1 48%; }
      .c5-cols__product.col2 > div .figure {
        margin: 0 auto 20px; }

/*RIGHT or LEFT or CENTER ------------------------------------------------------*/
.ver-img__right .c5-box__deco {
  /*margin: 0 50px 50px 0;
  &::before {
    right: -50px;
    left: auto;
  }*/ }

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

.qube {
  display: none; }

.js_modal {
  display: block;
  position: relative; }
  .js_modal::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    background: url("../images/icon_lens.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px; }

/*ANIMATION ------------------------------------------------------*/
.anime__mv.visible .c5-block__mv__logo,
.anime__mv.visible .lineTxt {
  opacity: 1;
  transform: translateX(0) !important; }
.anime__mv.visible .c5-mv img {
  opacity: 1;
  transform: scale(1); }
.anime__mv .ver-right .c5-block__mv__logo,
.anime__mv .ver-right .lineTxt {
  transform: translateX(30%); }
.anime__mv .c5-block__mv__logo {
  opacity: 0;
  transform: translateX(-30%);
  transition: all 1s ease; }
.anime__mv .lineTxt {
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 1s ease .3s, transform 1s ease .3s; }
  .anime__mv .lineTxt:nth-of-type(2) {
    transition-delay: .6s; }
  .anime__mv .lineTxt:nth-of-type(3) {
    transition-delay: .9s; }
  .anime__mv .lineTxt:nth-of-type(4) {
    transition-delay: 1.2s; }
.anime__mv .c5-mv img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease 1s; }

.anime__secHead.visible .c5-section__number {
  opacity: 1;
  transform: translateY(0); }
.anime__secHead.visible .c5-section__img img {
  opacity: 1;
  transform: scale(1); }
.anime__secHead.visible.ver-img__right .c5-section__ttl {
  transform: translateX(0) }
.anime__secHead.visible.ver-img__left .c5-section__ttl {
  transform: translateX(0) }
.anime__secHead.visible.ver-img__right .c5-section__ttl__inner {
  transform: translateX(0) }
.anime__secHead.visible.ver-img__left .c5-section__ttl__inner {
  transform: translateX(0) }
.anime__secHead.visible.ver-img__all .c5-section__ttl {
  transform: translateY(0) translateX(-50%);
  opacity: 1; }
.anime__secHead .c5-section__number {
  opacity: 0;
  transform: translateY(-30%);
  transition: all 1s ease; }
.anime__secHead .c5-section__img img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1s ease; }
.anime__secHead.ver-img__left .c5-section__ttl {
  transform: translateX(100vw);
  transition: transform 1s ease; }
.anime__secHead.ver-img__left .c5-section__ttl__inner {
  transform: translateX(200vw);
  transition: transform 1s ease .5s; }
.anime__secHead.ver-img__right .c5-section__ttl {
  transform: translateX(-100vw);
  transition: transform 1s ease; }
.anime__secHead.ver-img__right .c5-section__ttl__inner {
  transform: translateX(-200vw);
  transition: transform 1s ease .5s; }
.anime__secHead.ver-img__all .c5-section__ttl {
  opacity: 0;
  transform: translateY(30%) translateX(-50%);
  transition: all 1s ease .5s; }

.anime__member::before {
  transition: all 1s ease;
  transform: translateX(-100vw); }
.anime__member.visible::before {
  transform: translateX(0); }
.anime__member.visible .c5-ttl__member {
  opacity: 1; }
.anime__member.visible .c5-list__member__child:nth-child(odd),
.anime__member.visible .c5-list__member__child:nth-child(even) {
  opacity: 1;
  transform: translateY(0); }
.anime__member .c5-ttl__member {
  opacity: 0;
  transition: opacity 1s ease .5s; }
.anime__member .c5-list__member__child:nth-child(odd) {
  opacity: 0;
  transition: all 1s ease .5s;
  transform: translateY(-30%); }
.anime__member .c5-list__member__child:nth-child(even) {
  opacity: 0;
  transition: all 1s ease .5s;
  transform: translateY(30%); }

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

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

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

.visible .anime__fadeInRight,
.visible .anime__fadeInLeft {
  opacity: 1;
  transform: translateX(0); }

.anime__UpDown img {
  opacity: 0;
  transform: translateY(-15%);
  transition: all 1s ease .3s; }
.anime__UpDown::before {
  opacity: 0;
  transform: translateY(15%);
  transition: all 1s ease .3s; }
.anime__UpDown.visible img {
  opacity: 1;
  transform: translateY(0); }
.anime__UpDown.visible::before {
  opacity: 1;
  transform: translateY(0); }

@media only screen and (max-width: 767px) {
img.sp-small, video.sp-small {
  width: 60%;
}

  .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-navbar {
      transform: translateY(0);
      left: 5px;
    }

  .c5-navWrap__inner {
    padding: 10px; }

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

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

  .c5-block__mv__logo {
    margin-bottom: 30px;
  }
  .c5-block__mv__logo img {
    width: 37.5vw;
  }

  .c5-block__mv__txt {
    text-align: center;
    padding-top: 40px;
    position: static;
    transform: translateY(0);
  }
  .c5-block__mv__txt p {
    margin-top: 0;
  }
    .c5-block__mv__txt.ver-right {
      right: 0;
      left: auto; }
    .c5-block__mv__txt .lineTxt {
      padding: 0;
      margin-bottom: 0; }
    .c5-block__mv__txt .small {
      font-size: 3.5vw; }
  .c5-block__mv__txt .lineTxt01 {
    font-size: 4.375vw;
    margin-bottom: 1.5em;
  }
  .c5-block__mv__txt .lineTxt02 {
    font-size: 6.25vw;
    line-height: 1.5;
  }

.c5-block__sumally .block-img {
  position: static;
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}
.c5-block__sumally .block-img img {
  width: 52%;
}
.c5-block__sumally .block-txt {
  width: 100%;
}

  .c5-section {
    margin-bottom: 25px; }
    .c5-section p {
      font-size: 14px; }

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

  .c5-block__sns {
    margin-bottom: 100px; }

  .c5-ttl__sub {
    font-size: 14px;
    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;
    padding-bottom: 35px;
    margin-top: 40px; }
    .c5-anchors > li {
      min-height: 0; }

  .c5-ttl__member {
    font-size: 8vw; }

  .c5-block__member {
    margin-bottom: 0; }

  .c5-list__member {
    margin-left: 0;
    margin-right: 0;
    max-width: none; }
    .c5-list__member__child {
      margin-left: 10px;
      margin-right: 10px;
      flex: 0 1 calc(50% - 20px); }
    .c5-list__member__thumb {
      text-align: center; }

  .c5-cols {
    flex-wrap: wrap; }
    .c5-cols__figure {
      flex: auto;
      margin: 0 0 40px 0 !important; }
    .c5-cols__figure.mt40 {
      margin: 40px 0 0 0 !important;
    }
    .c5-cols__txt {
      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-img__center .caption {
      line-height: 1.5;
    }
    .c5-img__center .ttl {
      margin-bottom: .5em;
      line-height: 1.5;
    }
    .c5-img__center.ver-col2 {
      display: block;
    }
    .c5-img__center.ver-col2 > div {
      margin: 0 0 40px;
    }
    .c5-img__center.ver-col2 > div:last-child {
      margin-bottom: 0;
    }
    .c5-img__center .sp-left {
      text-align: left;
    }


  .ver-img__right .c5-box__deco::before {
    right: -15px;
    bottom: -15px; }


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

  .c5-box__deco {
    margin: 0 !important;
    padding: 0;
    /*&::before {
      left: -15px;
      bottom: -15px;
    }*/ }
    .c5-box__deco.bg_tri01, .c5-box__deco.bg_tri02 {
      background: none; }
.c5-box__deco:before {
  width: 100%;
  height: 100%;
}
  .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-cols__product.col2 > div:not(:last-child) {
      margin-bottom: 30px; }

  .c5-btn__page {
    margin-top: 60px;
    font-size: 16px; }

  .c5-pc {
    display: none; }

  .c5-sp {
    display: block; } }


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