@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
/* スライダーファーストビューここから */
.sec__mv .swiper {
  width: 100%;
  height: calc(100vh -80px);
}
@media screen and (max-width: 719px) {
  .sec__mv .swiper-wrapper {
    position: relative;
  }
}
.sec__mv .swiper-slide {
  width: 100%;
}
.sec__mv .swiper-horizontal > .swiper-pagination-bullets,
.sec__mv .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.sec__mv .swiper .swiper-pagination-custom,
.sec__mv .swiper .swiper-pagination-fraction {
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 719px) {
  .sec__mv .swiper-horizontal > .swiper-pagination-bullets,
  .sec__mv .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sec__mv .swiper .swiper-pagination-custom,
  .sec__mv .swiper .swiper-pagination-fraction {
    margin-top: 15px;
  }
}
.sec__mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec__mv .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.sec__mv .swiper .swiper-pagination-custom .swiper-pagination-bullet,
.sec__mv .swiper .swiper-pagination-fraction .swiper-pagination-bullet {
  width: 100%;
  max-width: 40px;
  border-radius: 0%;
  height: 4px;
  background: #997c62;
  margin-right: 5px;
  margin-left: 5px;
}
.sec__mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active,
.sec__mv .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active,
.sec__mv .swiper .swiper-pagination-custom .swiper-pagination-bullet-active,
.sec__mv .swiper .swiper-pagination-fraction .swiper-pagination-bullet-active {
  width: 100%;
  max-width: 40px;
  border-radius: 0%;
  height: 4px;
  background: #6e4f2c;
  margin-right: 5px;
  margin-left: 5px;
}

/* スライダーファーストビューここまで */

/* スライダー下お知らせ */
.sec__information.sec__information_select {
  padding: 120px 0 0;
}
@media screen and (max-width: 719px) {
  .sec__information.sec__information_select {
    padding: 50px 0 0;
  }
}
/* 101バナーここから */
.bnr__top {
  display: block;
}

.bnr__first {
  margin-bottom: 40px;
}

/* 初回バナーここから */
.sec__bnr {
  margin-bottom: 40px;
}
.sec__bnr .bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  width: 100%;
}
.sec__bnr .bnr .item {
  display: block;
  /* width: 49%; */
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .sec__bnr .bnr {
    gap: 15px;
  }
  .sec__bnr .bnr .item {
    width: 100%;
  }
}
.sec__information.sec__information_select .sec__bnr {
  width: 65%;
  padding: 0 25px;
  margin: 20px auto 80px;
}

@media screen and (max-width: 719px) {
  .sec__information.sec__information_select .sec__bnr {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
  }
}
/*
.bnr__img {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bnr__img:hover {
  opacity: 0.8;
}*/
/* メッセージセクションここから */
.sec__concept {
  padding: 160px 0 0;
}

@media screen and (max-width: 719px) {
  .sec__concept {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 719px) {
  .sec__concept .base {
    padding: 0;
  }
}
.base__bg {
  width: 100%;
  background: #f7f5f2;
  padding: 120px 0;
  margin-top: 120px;
}
@media screen and (max-width: 719px) {
  .base__bg {
    padding: 80px 0;
    margin-top: 80px;
}
}
.base__bg__inner {
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .base__bg__inner {
    padding: 0;
  }
}
.concept__products__img {
  width: 70%;
  margin: 0 0 -40px auto;
}
@media screen and (max-width: 719px) {
  .concept__products__img {
    width: 80%;
    margin: 0 0 40px auto;
  }
}
.sec__concept .concept__flex__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec__concept .concept__flex__wrap.concept__flex__wrap__first {
  margin-top: 60px;
}
.sec__concept .base__bg .concept__flex__wrap {
  max-width: 1050px;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 719px) {
  .sec__concept .concept__flex__wrap.concept__flex__wrap__first {
    flex-direction: column-reverse;
  }
  .sec__concept .base__bg .concept__flex__wrap {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
}
.sec__concept .concept__img {
  width: clamp(370px, 44%, 440px);
  height: 100%;
  margin: 0 auto;
}
.sec__concept .concept__flex__wrap.concept__flex__wrap__first .concept__img {
  width: 61%;
}
@media screen and (max-width: 719px) {
  .sec__concept .concept__img {
    width: 100%;
    background: #FFF;
    margin: 0 auto 40px;
  }
  .sec__concept .concept__flex__wrap.concept__flex__wrap__first .concept__img {
    width: 100%;
  }
}
.sec__concept .concept__txt__wrap {
  width: 49%;
  /*padding: 60px 0 0;*/
}
.sec__concept .concept__flex__wrap.concept__flex__wrap__first .concept__txt__wrap {
  width: 38%;
}
@media screen and (max-width: 719px) {
  .sec__concept .concept__flex__wrap.concept__flex__wrap__first .concept__txt__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 899px) and (min-width: 720px) {
  .sec__concept .concept__txt__wrap {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }
}
@media screen and (720px < width < 990px) {
  .sec__concept .concept__txt__wrap {
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 719px) {
  .sec__concept .concept__txt__wrap {
    width: 100%;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 719px) {
  .sec__concept .concept__txt__main.txt__main {
    text-align: left;
    letter-spacing: 0.1em;
    padding: 0 0 35px 20px;
  }
}
/*
.concept__txt__h2 {
  color: #6e4f2c;
  font-size: 18px !important;
  line-height: 2;
  text-align: center;
  margin: 60px auto;
}*/
.sec__concept .concept__txt__h3 {
  color: #997c62;
  font-size: 21px!important;
  line-height: 2.6em;
  margin-bottom: 60px;
}
@media screen and (max-width: 719px) {
  .sec__concept .concept__txt__h3 {
    margin-bottom: 40px;
  }

  .sec__concept .concept__flex__wrap.concept__flex__wrap__first .concept__txt__sub {
    padding-left: 20px;
  }
}
.sec__concept .concept__txt__sub.txt__sub {
  line-height: 2.6em;
}
@media screen and (max-width: 900px) {
  .sec__concept .concept__txt__sub.txt__sub {
    font-size: 15px!important;
    text-align: left;
  }
}

@media screen and (720px < width < 990px) {
  .sec__concept .new__line__vp {
    display: block;
  }
}
.sec__concept sup,
.sec__concept .small {
  font-size: 10px;
}
.sec__concept .btn__wrap {
  margin: 60px 0 0;
}
@media screen and (max-width: 719px) {
  .sec__concept .btn__wrap {
    margin: 0;
  }
}
.sec__concept .btn__wrap .view__more__btn {
  background: #f7f5f2;
  color: #997c62;
  border: 1px solid #997c62;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 719px) {
  .sec__concept .btn__wrap .view__more__btn {
    margin: 0 auto;
  }
}
.sec__concept .btn__wrap .view__more__btn:hover {
  background: #6e4f2c!important;
  color: #FFF;
  border: 1px solid #6e4f2c;
}
.sec__concept .btn__wrap .view__more__btn::after {
  border: solid 1px #6e4f2c;
  border-bottom: solid 1px transparent;
  border-left: solid 1px transparent;
}

.sec__concept .btn__wrap .view__more__btn:hover::after {
  border: solid 1px #FFF;
  border-bottom: solid 1px transparent;
  border-left: solid 1px transparent;
}

/* メッセージセクションここまで */
/* 製品紹介ここから */
.sec__product {
  padding: 120px 0 125px;
}

@media screen and (max-width: 719px) {
  .sec__product {
    padding: 80px 0;
  }
}

.sec__product .product__bg__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap {
    margin-bottom: 40px;
  }
}
.sec__product .product__bg__wrap .product__box {
  width: 33.333%;
  padding: 56px 15px 34px;
  text-align: center;
  opacity:1;
  transition:all 0.4s;
  position: relative;
}
@media screen and (max-width: 719px) {
  .sec__product.sec__product__top .product__bg__wrap .product__box:after {
    content: "";
    border: solid #6e4f2c;
    border-width: 0 2px 2px 0;
    padding: 4px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(-45deg);
  }
}


.sec__product .product__bg__wrap .product__box:hover {
  opacity:0.8;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box {
    width: 100%;
    padding: 30px 15px;
  }
  .sec__product.sec__product__top .product__bg__wrap .product__box {
    padding: 20px 15px;
  }
}
.sec__product .product__bg__wrap .product__box .img {
  max-width: 302px;
  margin: 0 auto 37px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box .img {
    max-width: 237px;
    margin: 0 auto 27px;
  }
  .sec__product.sec__product__top .product__bg__wrap .product__box .img {
    max-width: 200px;
    margin: 0 auto 15px;
  }
}


.sec__product .product__bg__wrap .product__box .logo {
  margin: 0 auto 10px;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box .logo {
    padding-right: 0;
  }
}
.sec__product .product__bg__wrap .product__box .logo:after {
  content: "";
  border: solid #6e4f2c;
  border-width: 0 2px 2px 0;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box .logo:after {
    display: none;
  }
}
.sec__product .product__bg__wrap .product__box .name {
  font-size: 12px;
  color: #6e4f2c;
  margin-bottom: 10px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box .name {
    font-size: 10px;
  }
}
.sec__product .product__bg__wrap .product__box .label {
  font-size: 14px;
  color: #6e4f2c;
  max-width: 160px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #6e4f2c;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box .label {
    font-size: 13px;
  }
}
.sec__product .product__bg__wrap .product__box.box01 {
  background: #d6c9bb;
}
.sec__product .product__bg__wrap .product__box.box01 .logo {
  max-width: 279px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box.box01 .logo {
    max-width: 217px;
  }
}
.sec__product .product__bg__wrap .product__box.box02 {
  background: #d6c3b7;
}
.sec__product .product__bg__wrap .product__box.box02 .logo {
  max-width: 265px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box.box02 .logo {
    max-width: 205px;
  }
}
.sec__product .product__bg__wrap .product__box.box03 {
  background: #e4d0b2;
}
.sec__product .product__bg__wrap .product__box.box03 .logo {
  max-width: 225px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box.box03 .logo {
    max-width: 170px;
  }
}
.sec__product .product__bg__wrap .product__box.box04 {
  background: #e3c7b1;
}
.sec__product .product__bg__wrap .product__box.box04 .logo {
  max-width: 255px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box.box04 .logo {
    max-width: 200px;
  }
}
.sec__product .product__bg__wrap .product__box.box05 {
  background: #f2e1cf;
}
.sec__product .product__bg__wrap .product__box.box05 .logo {
  max-width: 300px;
}
@media screen and (max-width: 719px) {
  .sec__product .product__bg__wrap .product__box.box05 .logo {
    max-width: 240px;
  }
}

/* 製品紹介ここまで */
/*  */
/* ブランドについてセクションここから */
.sec__about {
  padding: 120px 0 0;
}
@media screen and (max-width: 719px) {
  .sec__about .base {
    padding: 0;
  }
}
.sec__about .ttl__wrap {
  padding-bottom: 70px;
}
@media screen and (max-width: 719px) {
  .sec__about .ttl__wrap {
    padding-bottom: 45px;
  }
}
.sec__about .about__contents__box {
  padding: 75px 0 65px;
  background: #f1f1f1;
  margin: 0 0 100px;
}

@media screen and (max-width: 719px) {
  .sec__about .about__contents__box {
    padding: 50px 0 65px;
    margin: 0 -15px 100px;
  }
}
.sec__about .about__flex__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 719px) {
  .sec__about .about__flex__wrap {
    margin-bottom: 40px;
  }
  .sec__about .base__bg .about__flex__wrap {
    margin-bottom: 0;
  }
  /*.sec__about .about__flex__wrap.about__flex__wrap__last {
    flex-direction: column-reverse;
  }*/
}
.sec__about .about__img {
  width: clamp(370px, 44%, 440px);
  height: 100%;
}
.sec__about .about__flex__wrap.about__flex__wrap__first .about__img {
  width: clamp(370px, 60%, 600px);
}
.sec__about .about__flex__wrap.about__flex__wrap__last .about__img {
  width: clamp(370px, 53%, 600px);
}
@media screen and (max-width: 899px) {
  .sec__about .about__img {
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 60px auto;
  }
  .sec__about .about__flex__wrap.about__flex__wrap__first .about__img{
    width: 80%;
    margin: 0 0 0 auto;
  }
  .sec__about .about__flex__wrap.about__flex__wrap__last .about__img {
    width: calc(100% - 40px);
    margin: 40px auto;
  }
}
.sec__about .about__txt__wrap {
  width: 40%;
}


@media screen and (max-width: 900px) {

  .sec__about .about__txt__wrap {
    width: 100%;
    padding: 0;
  }
}
.sec__about .about__txt__main.txt__main {
  font-feature-settings: "palt";
  padding: 0 0 35px;
  margin-top: -10px;
}
@media screen and (max-width: 719px) {
  .sec__about .about__txt__main.txt__main {
    text-align: left;
    padding-left: 20px;
  }
}
.sec__about .about__txt__h3 {
  color: #997c62;
  font-size: 21px !important;
  line-height: 2.6em;
  margin-top: 50px;
}
@media screen and (max-width: 719px) {
  .sec__about .about__txt__h3 {
    font-size: 18px !important;
    padding-left: 20px;
  }
}
.sec__about .about__txt__sub.txt__sub {
  line-height: 2.6em;
}
@media screen and (max-width: 719px) {
  .sec__about .about__txt__h3.about__txt__h3_right {
    text-align: left;
  }
  .sec__about .about__txt__sub.txt__sub {
    font-size: 16px!important;
    text-align: left;
    padding-left: 20px;
  }
}
.sec__about sup,
.sec__about .small {
  font-size: 10px;
}
.sec__about .btn__wrap {
  margin-top: 60px;
}
.sec__about .btn__wrap .view__more__btn {
  background: #f7f5f2;
  color: #997c62;
  border: 1px solid #997c62;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 719px) {
  .sec__about .btn__wrap .view__more__btn {
    margin: 0 auto;
  }
}
.sec__about .btn__wrap .view__more__btn:hover {
  background: #6e4f2c!important;
  color: #FFF;
  border: 1px solid #6e4f2c;
}
.sec__about .btn__wrap .view__more__btn::after {
  border: solid 1px #6e4f2c;
  border-bottom: solid 1px transparent;
  border-left: solid 1px transparent;
}

.sec__about .btn__wrap .view__more__btn:hover::after {
  border: solid 1px #FFF;
  border-bottom: solid 1px transparent;
  border-left: solid 1px transparent;
}





/* ブランドについてセクションここまで */

.sec__subscription .subscription__in {
  background: #f7f5f2;
  padding: 85px 0 100px;
}
@media screen and (max-width: 719px) {
  .sec__subscription .subscription__in {
    padding: 58px 0 85px;
  }
}
.sec__subscription .subscription__ttl__wrap {
  padding-bottom: 45px;
}
@media screen and (max-width: 719px) {
  .sec__subscription .subscription__ttl__wrap {
    padding-bottom: 30px;
  }
}
.sec__subscription .subscription__txt__sub {
  text-align: center;
}
@media screen and (max-width: 719px) {
  .sec__subscription .subscription__txt__sub {
    line-height: 2em;
  }
}
.sec__subscription .subscription__btn__wrap {
  transform: translateY(-50%);
}

/* お知らせセクションここから */
.sec__information {
  padding: 0 0 140px;
}

@media screen and (max-width: 719px) {
  .sec__information {
    padding: 0 0 100px;
  }
}

/* お知らせセクションここまで */

.sec__library {
  padding: 0 0 100px;
}
