@charset "UTF-8";
@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }
}
.fs-l-main {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  max-width: initial !important;
}

.fs-l-pageMain {
  max-width: initial !important;
}

.fs-body-custom {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .fs-c-breadcrumb {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .fs-c-breadcrumb {
    padding: 0 15px;
  }
}

body {
  background-color: #faf6ee;
}

.main-contents #section-01,
.main-contents #section-02,
.main-contents #section-03,
.main-contents #section-04 {
  background-color: #faf6ee !important;
  background-image: none !important;
}

.main-contents #section-01:before,
.main-contents #section-01:after,
.main-contents #section-02:before,
.main-contents #section-02:after,
.main-contents #section-03:before,
.main-contents #section-03:after,
.main-contents #section-04:before,
.main-contents #section-04:after {
  display: none !important;
}



body {
  font-family: "Poppins", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main-contents {
  color: #111111;
}
@media screen and (min-width: 768px) {
  .main-contents {
    background: url(../img/pc_bg.jpg) center center/cover no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }
}
.main-contents img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .main-contents__inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
}
.main-contents .f-gothic {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif !important;
}
.main-contents .f-popins {
  font-family: "Poppins", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.main-contents .recommendItem-category {
  position: relative;
}
.main-contents .recommendItem-category:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .main-contents .recommendItem-category:after {
    height: 2px;
  }
}
.main-contents .recommendItem-slider .slick-slide {
  background-color: #fff;
  border: 1px solid #111;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main-contents .recommendItem-slider .slick-slide {
    border-width: 2px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.main-contents .recommendItem-slider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.main-contents .recommendItem-slider .slick-next,
.main-contents .recommendItem-slider .slick-prev {
  background: url(../img/recommendItem-swiper-arw.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 53px;
  top: 50% !important;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents .recommendItem-slider .slick-next,
  .main-contents .recommendItem-slider .slick-prev {
    width: 106px;
    height: 106px;
  }
}
.main-contents .recommendItem-slider .slick-next:before,
.main-contents .recommendItem-slider .slick-prev:before {
  content: none;
}
.main-contents .recommendItem-slider .slick-prev {
  left: 20px;
  right: auto;
}
.main-contents .recommendItem-slider .slick-next {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-contents .banner-slider .slick-next,
.main-contents .banner-slider .slick-prev {
  display: none;
  background-image: unset;
  border-right: 1px solid #322d2d;
  border-bottom: 1px solid #322d2d;
  width: 20px;
  height: 20px;
  top: 70%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents .banner-slider .slick-next,
  .main-contents .banner-slider .slick-prev {
    width: 40px;
    height: 40px;
  }
}
.main-contents .banner-slider .slick-next:before,
.main-contents .banner-slider .slick-prev:before {
  content: none;
}
.main-contents .banner-slider .slick-prev {
  right: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 35px;
}
.main-contents .banner-slider .slick-next {
  left: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 35px;
}
.main-contents .banner-slider.banner-slider-active .slick-next,
.main-contents .banner-slider.banner-slider-active .slick-prev {
  display: block;
}
.main-contents .banner-slider .img-wrap {
  position: relative;
}
.main-contents .banner-slider .img-wrap:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c8c7c7;
}
@media screen and (min-width: 768px) {
  .main-contents .banner-slider .img-wrap:before {
    width: 2px;
    height: 60px;
    top: -60px;
  }
}
.main-contents #section-01 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, rgb(244, 248, 220)), color-stop(84%, rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(244, 248, 220) 84%, rgb(255, 255, 255) 84%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents #section-01 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(244, 248, 220)), color-stop(80%, rgb(255, 255, 255)));
    background-image: linear-gradient(180deg, rgb(244, 248, 220) 80%, rgb(255, 255, 255) 80%);
  }
}
.main-contents #section-01:before, .main-contents #section-01:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .main-contents #section-01:before, .main-contents #section-01:after {
    height: 260px;
  }
}
.main-contents #section-01:before {
  background-image: url(../img/section01_stripe-top.png);
  top: 0;
}
.main-contents #section-01:after {
  background-image: url(../img/section01_stripe-bottom.png);
  bottom: 13%;
}
@media screen and (min-width: 768px) {
  .main-contents #section-01:after {
    bottom: 16%;
  }
}
.main-contents #section-01 .recommendItem-main {
  background-image: linear-gradient(-45deg, #f4f8dc 24px, transparent 0), linear-gradient(135deg, #f4f8dc 24px, transparent 0);
}
.main-contents #section-01 .recommendItem-category {
  position: relative;
}
.main-contents #section-01 .recommendItem-category:after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .main-contents #section-01 .recommendItem-category:after {
    height: 2px;
  }
}
.main-contents #section-01 .recommendItem-slider .slick-slide {
  background-color: #fff;
  border: 1px solid #111;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main-contents #section-01 .recommendItem-slider .slick-slide {
    border-width: 2px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.main-contents #section-01 .recommendItem-slider .slick-center {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 1;
}
.main-contents #section-01 .recommendItem-slider .slick-current, .main-contents #section-01 .recommendItem-slider .is-active-next {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.main-contents #section-01 .recommendItem-slider .slick-next,
.main-contents #section-01 .recommendItem-slider .slick-prev {
  background: url(../img/recommendItem-swiper-arw.png) no-repeat;
  background-size: cover;
  width: 53px;
  height: 53px;
  top: 50% !important;
}
@media screen and (min-width: 768px) {
  .main-contents #section-01 .recommendItem-slider .slick-next,
  .main-contents #section-01 .recommendItem-slider .slick-prev {
    width: 106px;
    height: 106px;
  }
}
.main-contents #section-01 .recommendItem-slider .slick-prev {
  left: 20px;
  right: auto;
}
.main-contents #section-01 .recommendItem-slider .slick-next {
  right: 20px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-contents #section-01 .text-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #f2df7b));
  background: linear-gradient(transparent 90%, #f2df7b 0%);
}
@media screen and (min-width: 768px) {
  .main-contents #section-01 .text-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #f2df7b));
    background: linear-gradient(transparent 92%, #f2df7b 0%);
  }
}
.main-contents #section-02 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, rgb(251, 233, 239)), color-stop(84%, rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(251, 233, 239) 84%, rgb(255, 255, 255) 84%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents #section-02 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(251, 233, 239)), color-stop(80%, rgb(255, 255, 255)));
    background-image: linear-gradient(180deg, rgb(251, 233, 239) 80%, rgb(255, 255, 255) 80%);
  }
}
.main-contents #section-02:before, .main-contents #section-02:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .main-contents #section-02:before, .main-contents #section-02:after {
    height: 260px;
  }
}
.main-contents #section-02:before {
  background-image: url(../img/section02_stripe-top.png);
  top: 0;
}
.main-contents #section-02:after {
  background-image: url(../img/section02_stripe-bottom.png);
  bottom: 13%;
}
@media screen and (min-width: 768px) {
  .main-contents #section-02:after {
    bottom: 16%;
  }
}
.main-contents #section-02 .recommendItem-main {
  background-image: linear-gradient(-45deg, #fbe9ef 24px, transparent 0), linear-gradient(135deg, #fbe9ef 24px, transparent 0);
}
.main-contents #section-02 .text-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #caaeca));
  background: linear-gradient(transparent 90%, #caaeca 0%);
}
@media screen and (min-width: 768px) {
  .main-contents #section-02 .text-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #caaeca));
    background: linear-gradient(transparent 92%, #caaeca 0%);
  }
}
.main-contents #section-03 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, rgb(231, 243, 229)), color-stop(84%, rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(231, 243, 229) 84%, rgb(255, 255, 255) 84%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents #section-03 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(231, 243, 229)), color-stop(80%, rgb(255, 255, 255)));
    background-image: linear-gradient(180deg, rgb(231, 243, 229) 80%, rgb(255, 255, 255) 80%);
  }
}
.main-contents #section-03:before, .main-contents #section-03:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .main-contents #section-03:before, .main-contents #section-03:after {
    height: 260px;
  }
}
.main-contents #section-03:before {
  background-image: url(../img/section03_stripe-top.png);
  top: 0;
}
.main-contents #section-03:after {
  background-image: url(../img/section03_stripe-bottom.png);
  bottom: 13%;
}
@media screen and (min-width: 768px) {
  .main-contents #section-03:after {
    bottom: 16%;
  }
}
.main-contents #section-03 .recommendItem-main {
  background-image: linear-gradient(-45deg, #e7f3e5 24px, transparent 0), linear-gradient(135deg, #e7f3e5 24px, transparent 0);
}
.main-contents #section-03 .text-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #add7d5));
  background: linear-gradient(transparent 90%, #add7d5 0%);
}
@media screen and (min-width: 768px) {
  .main-contents #section-03 .text-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #add7d5));
    background: linear-gradient(transparent 92%, #add7d5 0%);
  }
}
.main-contents #section-04 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(84%, rgb(226, 244, 245)), color-stop(84%, rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(226, 244, 245) 84%, rgb(255, 255, 255) 84%);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-contents #section-04 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgb(226, 244, 245)), color-stop(80%, rgb(255, 255, 255)));
    background-image: linear-gradient(180deg, rgb(226, 244, 245) 80%, rgb(255, 255, 255) 80%);
  }
}
.main-contents #section-04:before, .main-contents #section-04:after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .main-contents #section-04:before, .main-contents #section-04:after {
    height: 260px;
  }
}
.main-contents #section-04:before {
  background-image: url(../img/section04_stripe-top.png);
  top: 0;
}
.main-contents #section-04:after {
  background-image: url(../img/section04_stripe-bottom.png);
  bottom: 13%;
}
@media screen and (min-width: 768px) {
  .main-contents #section-04:after {
    bottom: 16%;
  }
}
.main-contents #section-04 .recommendItem-main {
  background-image: linear-gradient(-45deg, #e2f4f5 24px, transparent 0), linear-gradient(135deg, #e2f4f5 24px, transparent 0);
}
.main-contents #section-04 .text-marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #a0cce8));
  background: linear-gradient(transparent 90%, #a0cce8 0%);
}
@media screen and (min-width: 768px) {
  .main-contents #section-04 .text-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #a0cce8));
    background: linear-gradient(transparent 92%, #a0cce8 0%);
  }
}