@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;
  color: #2F353D;
}
.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;
}

/*contents ------------------------------------------------------*/
.c5-main {
  font-size: 18px;
  letter-spacing: .32em;
  line-height: 2;
  font-family: 'Noto Serif JP', sans-serif;
}
.c5-main p {
  margin-bottom: 2em;
}
.c5-main p:last-child {
  margin-bottom: 0;
}
.c5-main sup {
  font-size: 12px;
}

.c5-mv {
  background: #D7D7D7 url("../images/img_01.png") no-repeat 80% center;
  background-size: auto 73%;
  position: relative;
  height: 86vh;
}
@media only screen and (max-width: 767px) {
  .c5-mv {
    background-position: center bottom 40px;
    background-size: 80%;
    padding-bottom: 135%;
    height: auto;
  }
}

.c5-mv_txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5vw 2vw;
  font-size: 2.2vw;
  line-height: 2.5;
  bottom: 5vw;
  left: 12%;
  letter-spacing: .45em;
}
@media only screen and (max-width: 767px) {
  .c5-mv_txt {
    left: 0;
    top: 12vw;
    bottom: auto;
    padding: 5vw 6vw;
    font-size: 5.2vw;
  }
}

.c5-mv_txt span {
  font-size: 2vw;
  letter-spacing: .1em;
}
@media only screen and (max-width: 767px) {
  .c5-mv_txt span {
    font-size: 5vw;
  }
}

.c5-block_lead {
  padding: 8vw 4vw;
  text-align: center;
  font-size: 1.15vw;
}
@media only screen and (max-width: 767px) {
  .c5-block_lead {
    padding: 60px 20px;
    font-size: 14px;
  }
}

.c5-block {
  background-color: #D7D7D7;
  padding: 8vw 0;
}
@media only screen and (max-width: 767px) {
  .c5-block {
    padding: 60px 0;
  }
}

.c5-bg_white {
  background-color: #fff;
}

.c5-cols {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c5-cols {
    display: block;
  }
}
.c5-cols.rv {
  flex-direction: row-reverse;
}
.c5-cols._ver1 {
  padding: 0 4vw;
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver1 {
    padding: 0 20px;
  }
}
.c5-cols._ver1 .c5-cols_img {
  margin: 0 5vw;
  flex: 0 1 32%;
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver1 .c5-cols_img {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .c5-cols._ver1 .c5-cols_img img {
    max-width: 70%;
  }
}
.c5-cols._ver2 {
  padding-left: 4vw;
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver2 {
    padding-left: 0;
  }
}
.c5-cols._ver2 .c5-cols_img {
  flex: 0 1 56%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver2 .c5-cols_img {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver2 .c5-cols_txt {
    padding: 0 20px;
  }
}
.c5-cols._ver3 {
  padding-right: 4vw;
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver3 {
    padding: 0 20px;
  }
}
.c5-cols._ver3 .c5-cols_img {
  margin-right: 5vw;
  flex: 0 1 46%;
}
@media only screen and (max-width: 767px) {
  .c5-cols._ver3 .c5-cols_img {
    margin: 0 0 20px 0;
  }
}
.c5-cols_txt {
  flex: 1;
  font-size: 1.15vw;
}
@media only screen and (max-width: 767px) {
  .c5-cols_txt {
    font-size: 14px;
  }
}

.c5-txt_c {
  text-align: center;
}

.c5-txt_note {
  font-size: 12px;
  letter-spacing: .25em;
  color: #656565;
}

.c5-section {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c5-section {
    margin-bottom: 50px;
  }
}

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: 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;
}

.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: 0.44444444em;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: linear-gradient(to right, #41c393, #2a88cc);
}

.anime__fadeIn {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 1s ease .4s;
}

.anime__fadeIn.visible {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (max-width: 1000px) {
  .c5-main {
    font-size: 16px;
    letter-spacing: .28em;
  }
}
@media only screen and (max-width: 767px) {
  .c5-main {
    font-size: 14px;
  }

  .c5-cols__product {
    display: block;
  }
  .c5-cols__product .figure {
    margin: 0 0 20px 0;
    max-width: none;
  }

  .c5-main sup,
  .c5-txt_note {
    font-size: 10px;
  }

  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }
}
