@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: url("../images/img_01.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  height: 86vh;
}

.c5-mv_txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  padding: 2vw 3vw;
  font-size: 2.5vw;
  line-height: 2.5;
  bottom: 4vw;
  left: 4vw;
  letter-spacing: .45em;
}

.c5-block_lead {
  padding: 80px 15px;
  text-align: center;
}

.c5-block01 {
  position: relative;
}

.c5-block01_txt {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
}

.c5-block02 {
  position: relative;
}

.c5-block02_txt {
  position: absolute;
  top: 50%;
  left: 40vw;
  padding-right: 20px;
  transform: translateY(-50%);
}

.c5-bg_01 {
  height: 500px;
  background: url("../images/img_02.jpg") no-repeat center;
  background-size: cover;
}

.c5-bg_02 {
  height: 500px;
  background: url("../images/img_03.jpg") no-repeat center;
  background-size: cover;
}

.c5-bg_03 {
  height: 500px;
  background: url("../images/img_04.jpg") no-repeat center;
  background-size: cover;
}

.c5-txt_c {
  text-align: center;
}

.c5-txt_note {
  font-size: 12px;
  letter-spacing: .25em;
  color: #656565;
}

.c5-section {
  margin-bottom: 100px;
}

.c5-txt_color2 {
    color: #fff;
  }

/*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;
}

.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-mv {
    background: url("../images/img_01_sp.jpg") no-repeat;
    background-size: 100%;
    padding-top: 147%;
    height: auto;
  }

  .c5-mv_txt {
    left: 0;
    top: 12vw;
    bottom: auto;
    padding: 5vw 8vw;
    font-size: 6.5vw;
  }

  .c5-bg_01,
  .c5-bg_02,
  .c5-bg_03 {
    background: none;
    padding-top: 0;
    height: auto;
  }

  .c5-block_lead,
  .c5-block01_txt,
  .c5-block02_txt {
    position: static;
    padding: 30px 20px;
    transform: none;
  }

  .c5-section {
    margin-bottom: 50px;
  }

  .c5-main sup,
  .c5-txt_note {
    font-size: 10px;
  }

  .c5-pc {
    display: none;
  }

  .c5-sp {
    display: block;
  }
  .c5-txt_color2 {
    color: #2F353D!important;
  }
}
