@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 * {
  box-sizing: border-box;
}
.c5-featureContents h1, .c5-featureContents h2, .c5-featureContents h3, .c5-featureContents h4, .c5-featureContents h5 {
  font-size: 100%;
}
.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 {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
img.s5-iconInline {
	vertical-align: middle;
}
.c5-featureContents .hvop {
  transition: opacity .3s;
}
.c5-featureContents .hvop:hover {
  opacity: .7;
  text-decoration: none;
}

.c5-sp {
  display: none;
}

/*MV ------------------------------------------------------*/
.c5-mv {
  margin-bottom: 10px;
}

/*SECTION ------------------------------------------------------*/
.c5-section {
  margin-bottom: 180px;
}
.c5-section p {
  line-height: 2;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 1em;
}
.c5-section p.s5-small1 {
	font-size: 12px;
}
.c5-section p:last-child {
  margin-bottom: 0;
}
.c5-section__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.c5-section__head {
  text-align: center;
  margin-bottom: 50px;
}
.c5-section__head .head-image {
  margin-bottom: 30px;
}
.c5-section__head .head-title {
  margin: 0 0 30px;
}
.c5-section__head .head-lead {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 1em;
}
.c5-section__lead {
  max-width: 900px;
  margin: 0 auto 120px;
}
.c5-section .contents-head {
  text-align: center;
  margin-bottom: 75px;
}
.c5-section .contents-head .head-lead {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 1em;
}
.c5-section .contents-head .head-title {
  margin: 0 0 60px;
}
.c5-btn__type01 {
  text-align: center;
  margin-top: 120px;
  padding-bottom: 60px;
}
.c5-btn__type01 a {
  font-size: 24px;
  background: #f2efeb;
  border: 2px solid #a68168;
  border-radius: 6px;
  padding: .5em 1.5em;
  line-height: 1.5;
  letter-spacing: .05em;
  display: inline-block;
}
.c5-btn__type01 span {
  display: inline-block;
  padding-left: 45px;
  position: relative;
}
.c5-btn__type01 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #2f353d;
}

/*anchor------------------------------------------------------*/
.c5-anchor__nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.c5-anchor__nav li {
  list-style: none;
  width: 32%;
}

/*slider------------------------------------------------------*/
.c5-slider {
  display: flex;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-bottom: 100px;
  position: relative;
}
.c5-slider__image {
  width: 50%;
  width: 70%;
  margin-left: -20%;
}
.c5-slider__image .caution {
  text-align: right;
  font-size: 12px;
}
.c5-slider__text {
  width: 46%;
  margin-left: auto;
}
.c5-slider__text .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 70px;
}
.c5-slider .reason-list {
  margin: 0;
  padding: 0;
}
.c5-slider .reason-list li {
  margin-bottom: 45px;
  list-style: none;
  display: flex;
  align-items: center;
}
.c5-slider .reason-list li:last-child {
  margin-bottom: 0;
}
.c5-slider .reason-list li p {
  margin: 0;
}
.c5-slider .reason-list li .caution {
  font-size: 12px;
}
.c5-slider .reason-list li a {
  color: #5787f4;
  text-decoration: underline;
}
.c5-slider .reason-list__num {
  width: 66px;
}
.c5-slider .slick-slider {
  position: static;
}
.c5-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
.c5-slider .slick-dots li {
  margin: 0;
  width: 75px;
  height: auto;
  margin-right: 15px;
  border: 1px solid #d3d3d1;
}
.c5-slider .slick-dots li.slick-active {
  border-color: #000;
}
.c5-slider .slick-dots li span {
  display: block;
}

/*comment------------------------------------------------------*/
.c5-comment {
  position: relative;
}
.c5-comment.img-left {
  padding-left: 150px;
}
.c5-comment.img-left .c5-comment__text {
  padding-left: 120px;
}
.c5-comment.img-left .c5-comment__image {
  left: 0;
}
.c5-comment.img-right {
  padding-right: 150px;
}
.c5-comment.img-right .c5-comment__text {
  padding-right: 120px;
}
.c5-comment.img-right .c5-comment__image {
  right: 0;
}
.c5-comment__text {
  background: #f2efeb;
  border-radius: 10px;
  padding: 5%;
}
.c5-comment__image {
  position: absolute;
  top: 40px;
  text-align: center;
  background: #e3e0dd;
  border-radius: 10px;
  width: 220px;
  padding: 30px 0;
}
.c5-comment__image p {
  line-height: 1.5;
  margin-top: .8em;
}
.c5-comment__image p span {
  font-weight: 700;
  font-size: 20px;
}

/*point------------------------------------------------------*/
.c5-point {
  margin-bottom: 150px;
}
.c5-point__nav {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.c5-point__nav li {
  border-radius: 10px;
  overflow: hidden;
  list-style: none;
  width: 32%;
  background: #000;
}
.c5-point__nav a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c5-point__nav .nav-text {
  display: inline-block;
  font-size: 17px;
  line-height: 1.7;
  padding: 1em 0;
}
.c5-point__nav .nav-text:after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #a68168;
  border-right: 2px solid #a68168;
  transform: rotate(45deg);
}

.js-modal-open {
  cursor: pointer;
}

.js-modal-close {
  cursor: pointer;
  color: #a68168;
  font-size: 30px;
  line-height: 1.1;
  position: absolute;
  top: 13px;
  right: 13px;
}

.js-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .5);
  z-index: 100;
}
.js-modal .modal-wrapper {
  display: table;
  width: 100%;
  height: 100vh;
}
.js-modal .modal-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.js-modal .modal-contents {
  position: relative;
  background: #000;
  max-width: 960px;
  margin: auto;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}
.modal-contents .s5-small1 {
	line-height: 1.5;
}

.point-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.point-contents {
  display: flex;
  margin-top: 25px;
}
.point-contents p {
  line-height: 1.7;
}
.point-contents__image {
  width: 50%;
}
.point-contents__text {
  width: 47%;
  margin-left: auto;
}

/*scene------------------------------------------------------*/
.c5-scene__head {
  position: relative;
  margin-bottom: 100px;
}
.c5-scene__head .head-title {
  position: absolute;
  z-index: 1;
  margin: 0;
}
.c5-scene__head .head-title.tl {
  top: 20px;
  left: 20px;
}
.c5-scene__head .head-title.br {
  right: 20px;
  bottom: 20px;
}

.c5-scene__reason {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
}
.c5-scene__reason .reason-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.7;
  margin-right: 1%;
  letter-spacing: 0;
}
.c5-scene__reason .reason-text {
  width: 56%;
  margin-left: auto;
}

.c5-scene__introduction {
  margin-bottom: 120px;
  display: flex;
}
.c5-scene__introduction .introduction-image {
  width: 38%;
}
.c5-scene__introduction .introduction-text {
  width: 56%;
}
.c5-scene__introduction .introduction-text .title {
  font-size: 28px;
  font-weight: bold;
}
.c5-scene__introduction.img-left .introduction-image {
  -ms-order: 1;
      order: 1;
}
.c5-scene__introduction.img-left .introduction-text {
  margin-left: auto;
  -ms-order: 2;
      order: 2;
}
.c5-scene__introduction.img-right .introduction-image {
  margin-left: auto;
  -ms-order: 2;
      order: 2;
}
.c5-scene__introduction.img-right .introduction-text {
  -ms-order: 1;
      order: 1;
}

.c5-scene .c5-comment__image {
  top: -30px;
}

/*enq------------------------------------------------------*/
.c5-block_enq {
  line-height: 1.6;
  padding: 60px 0;
  text-align: center;
  background-color: #ededed;
}

/*Product ------------------------------------------------------*/
.c5-cols__product {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.c5-cols__product > div {
  width: 48%;
}
.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;
}

/*point------------------------------------------------------*/
.c5-profile {
  padding: 0 15px;
}
.c5-profile__inner {
  display: flex;
  max-width: 900px;
  padding-top: 30px;
  margin: auto;
  border-top: 1px solid #d3d3d1;
}
.c5-profile__image {
  width: 22%;
}
.c5-profile__text {
  width: 74%;
  margin-left: auto;
  line-height: 1.5;
}
.c5-profile__text .title {
  font-size: 15px;
  margin-bottom: .5em;
}
.c5-profile__text .sub {
  font-size: 15px;
}
.c5-profile__text .name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.c5-profile__text .text {
  font-size: 13px;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .c5-ttl__sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .c5-cols__product {
    display: block;
  }
  .c5-cols__product > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .c5-cols__product > div:last-child {
    margin-bottom: 0;
  }
  .c5-cols__product .figure {
    margin: 0 0 20px 0;
    max-width: none;
  }
  .c5-pc {
    display: none;
  }
  .c5-sp {
    display: block;
  }
  /*SECTION ------------------------------------------------------*/
  .c5-section {
    margin-bottom: 80px;
  }
  .c5-section__head {
    margin-bottom: 25px;
  }
  .c5-section__head .head-image {
    margin-bottom: 25px;
  }
  .c5-section__head .head-title {
    margin: 0 0 20px;
  }
  .c5-section__head .head-lead {
    font-size: 19px;
  }
  .c5-section__lead {
    padding: 0 1em;
  }
  .c5-section .contents-head {
    margin-bottom: 25px;
  }
  .c5-section .contents-head .head-lead {
    font-size: 19px;
  }
  .c5-section .contents-head .head-title {
    margin: 0 0 20px;
  }
  .c5-section .contents-head .head-text {
    text-align: left;
    padding: 0 1em;
  }
  .c5-btn__type01 {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .c5-btn__type01 a {
    font-size: 16px;
    text-align: left;
    padding: 0.5em 1em;
  }
  .c5-btn__type01 span {
    padding-left: 20px;
  }
  .c5-btn__type01 span:before {
    margin-top: -6px;
    border-width: 6px 0 6px 12px;
  }
  /*anchor------------------------------------------------------*/
  .c5-anchor__nav {
    display: block;
  }
  .c5-anchor__nav li {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .c5-anchor__nav li:last-child {
    margin-bottom: 0;
  }
  .c5-anchor__nav li img {
    width: 80%;
  }
  /*slider------------------------------------------------------*/
  .c5-slider {
    padding-top: 30px;
    margin-bottom: 50px;
    display: block;
    padding-bottom: 0;
  }
  .c5-slider__image {
    width: 100vw;
    margin-bottom: 25px;
    margin-left: -15px;
  }
  .c5-slider__text {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
  }
  .c5-slider__text .title {
    font-size: 17px;
    margin-bottom: 40px;
  }
  .c5-slider .reason-list {
    margin: 0;
    padding: 0;
  }
  .c5-slider .reason-list__num {
    width: 55px;
  }
  .c5-slider .reason-list__text {
    width: calc(100% - 55px);
    margin-left: auto;
    font-size: 14px;
  }
  .c5-slider .slick-slider {
    position: static;
  }
  .c5-slider .slick-dots {
    position: static;
  }
  .c5-slider .slick-dots li {
    width: 17%;
    margin: 0 1.5%;
  }
  /*comment------------------------------------------------------*/
  .c5-comment.img-left {
    padding-left: 15px;
  }
  .c5-comment.img-left .c5-comment__image {
    left: -15px;
  }
  .c5-comment.img-right {
    padding-right: 0;
    padding-left: 15px;
  }
  .c5-comment.img-right .c5-comment__image {
    right: auto;
    left: -15px;
  }
  .c5-comment__text {
    position: relative;
    padding: 25px 15px !important;
    margin-top: -15px;
  }
  .c5-comment__image {
    position: relative;
    z-index: 1;
    top: 0;
    width: 270px;
    display: flex;
    padding: 15px;
    text-align: left;
  }
  .c5-comment__image img {
    width: 70px;
  }
  .c5-comment__image p {
    padding-left: 1em;
    line-height: 1.4;
  }
  /*point------------------------------------------------------*/
  .c5-point {
    margin-bottom: 60px;
  }
  .c5-point__nav {
    display: block;
  }
  .c5-point__nav li {
    width: 100%;
    margin-bottom: 15px;
  }
  .c5-point__nav li:last-child {
    margin-bottom: 0;
  }
  .c5-point__nav .nav-text {
    font-size: 16px;
  }
  .js-modal .modal-contents {
    padding: 15px;
  }
  .point-title {
    font-size: 16px;
  }
  .point-contents {
    display: block;
  }
  .point-contents__image {
    width: 100%;
  }
  .point-contents__text {
    width: 100%;
    margin-top: 15px;
  }
  .point-contents__text p {
    font-size: 13px;
    line-height: 1.6;
  }
  /*scene------------------------------------------------------*/
  .c5-scene__head {
    margin-bottom: 30px;
  }
  .c5-scene__head .head-title.tl {
    top: -70px;
    left: 8px;
  }
  .c5-scene__head .head-title.br {
    right: 8px;
    bottom: 20px;
  }
  .c5-scene__reason {
    margin-bottom: 30px;
    display: block;
  }
  .c5-scene__reason .reason-title {
    font-size: 20px;
  }
  .c5-scene__reason .reason-text {
    width: 100%;
  }
  .c5-scene__introduction {
    display: block;
    margin-bottom: 30px;
  }
  .c5-scene__introduction .introduction-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .c5-scene__introduction .introduction-text {
    width: 100%;
  }
  .c5-scene__introduction .introduction-text .title {
    font-size: 20px;
    line-height: 1.5;
  }
  .c5-scene .c5-comment__image {
    top: 0;
  }
  #scene01 {
    padding-top: 100px;
  }
  /*point------------------------------------------------------*/
  .c5-profile__inner {
    display: block;
  }
  .c5-profile__image {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .c5-profile__image img {
    width: 200px;
  }
  .c5-profile__text {
    width: 100%;
  }
  .c5-profile__text .title {
    font-size: 15px;
    margin-bottom: .5em;
  }
  .c5-profile__text .sub {
    font-size: 15px;
  }
  .c5-profile__text .name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .c5-profile__text .text {
    font-size: 13px;
    line-height: 2;
  }
}