@charset "utf-8";

:root {
  --color: #717279;
  --font1: "Lexend Deca";
}

.fca_cat-hero {
  overflow: visible;
}

.sr_page-shopping-result__free {
  overflow: visible;
}

.moflin_fp {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: var(--color);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.moflin_fp * {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.moflin_fp a {
  text-decoration: none;
}

.moflin_fp img {
  height: auto;
  width: 100%;
}

.moflin-title_fp {
  height: 100%;
  max-width: 126px;
  padding-bottom: 30px;
  padding-top: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 18.394160583%;
}

.moflin-title__image_fp {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  top: 30px;
}

.moflin-body_fp {
  margin-left: auto;
  margin-right: auto;
  max-width: 685px;
  position: relative;
}

.moflin-main_fp {
  background-color: #fffeee;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  padding-bottom: 35px;
}

.moflin-contents_fp {
  margin-top: 76px;
  overflow: hidden;
}

.moflin-content_fp:not(:first-child) {
  margin-top: 100px;
}

.moflin-content__title_fp {
  border-bottom: 1px solid var(--color);
  font-family: var(--font1);
  font-size: 25px;
  margin-bottom: 14px;
  margin-left: auto;
  padding-bottom: 6px;
  width: 94.666666666%;
}

.moflin-content__caption_fp {
  font-size: 16px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 89.066666666%;
}

.moflin-content__name_fp {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 89.066666666%;
}

.moflin-content__picts_fp {
  margin-left: auto;
  margin-right: auto;
  margin-top: 54px;
  width: 73.6%;
}

.moflin-item__title_fp {
  font-family: var(--font1);
  font-size: 15px;
  margin-top: 60px;
  text-align: center;
}

.moflin-item__in_fp {
  position: relative;
}

.moflin-item__in_fp::before,
.moflin-item__in_fp::after {
  background-color: var(--color);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}

.moflin-item__in_fp::before {
  left: -10px;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.moflin-item__in_fp::after {
  right: -10px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.moflin-item__pickup_fp {
  background-image: url(../images/pickup_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #64a2ca;
  font-size: 18px;
  font-weight: 700;
  height: 26px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  max-width: 150px;
  text-align: center;
}

.moflin-item__slider_fp {
  margin-left: auto;
  margin-top: 25px;
  padding-bottom: 30px;
  width: 94.4%;
}

.slick-list a {
  display: block;
}

.slick-list figure {
  margin-right: 20px;
  padding-bottom: 60px;
  position: relative;
}

.slick-list figcaption a {
  position: relative;
}

.slick-list figcaption a::after {
  background-color: #64a2ca;
  border-radius: 22px;
  color: #fff;
  content: "詳細をみる";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
}

.slick-list figcaption a::before {
  background-image: url(../images/arrow.svg);
  background-size: 100%;
  content: "";
  height: 6px;
  position: absolute;
  bottom: -60px;
  right: 16px;
  width: 18px;
  z-index: 1;
}

.moflin-item_fp .title {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 6px;
  margin-top: 16px;
}

.moflin-item_fp .set_name {
  font-size: 10px;
}

.moflin-item_fp .price {
  font-size: 16px;
  font-weight: 700;
}

.slick-dots {
  bottom: 0;
}

.slick-dots li {
  background-color: #cacaca;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}

.slick-dots .slick-active {
  background-color: #b1d0e4;
}

.slick-dots li button {
  height: 9px;
  padding: 0;
  width: 9px;
}

.slick-dots li button:before {
  font-size: 0;
  line-height: 9px;
  height: 9px;
  width: 9px;
}

.slick-prev,
.slick-next {
  background-color: #fff;
  border-radius: 50%;
  display: none;
  height: 49px;
  top: 35%;
  width: 49px;
  z-index: 1;
}

.slick-next {
  right: 14px;
}

.slick-prev {
  left: 0;
}

.slick-prev.active,
.slick-next.active {
  display: block;
}

.slick-prev:before,
.slick-next:before {
  color: #64a2ca;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #fff;
}

.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.pagetop_fp {
  cursor: pointer;
  font-size: 14px;
  font-family: var(--font1);
  margin-right: 20px;
  margin-top: 30px;
  text-align: right;
  text-decoration: underline;
}

.more-btn_fp {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
  width: 81.6%;
}

.more-btn_fp::before,
.more-btn_fp::after {
  background-color: #fff;
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95.424836601%;
  z-index: 1;
}

.more-btn_fp::before {
  top: 4px;
}

.more-btn_fp::after {
  bottom: 4px;
}

.more-btn__link_fp {
  background-color: #f4a452;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  height: 78px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

.more-btn__link_fp::after {
  background-image: url(../images/arrow_02.svg);
  background-size: 100%;
  content: "";
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.more-btn__link_fp:hover {
  color: #fff;
  opacity: 0.6;
}

.fsc_gfooter__breadcrumb {
  margin-top: 0;
}

.sp {
  display: none;
}

@media not all and (min-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .moflin_fp {
    background-image: none;
  }

  .moflin-title_fp {
    height: auto;
    right: 18px;
    top: 35px;
    width: 33.6%;
  }

  .moflin-title__image_fp {
    position: static;
  }

  .moflin-body_fp {
    max-width: 100%;
  }

  .moflin-main_fp {
    background-color: #fffeee;
    max-width: 100%;
    padding-top: 140px;
  }

  .moflin-image_fp {
    width: 72.533333333%;
  }
}
