@charset "UTF-8";
html {
  font-size: 0.4762142857vw;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 6.667px;
  }
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #494544;
}

.feature a {
  transition: 0.3s;
  display: block;
  color: #494544;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: clip;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: inherit;
}

.feature {
  display: flex;
  justify-content: space-between;
}

.pc-left {
  width: 50.7142857143%;
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.pc-left .pc-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  width: 630px;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .pc-left .pc-left-inner {
    width: 45vw;
  }
}

.pc-right {
  position: relative;
  width: 43.5714285714%;
  background: #fff;
}

.feature__inner {
  width: 75rem;
}

.main-lead {
  margin-top: 41px;
}
@media screen and (min-width: 1400px) {
  .main-lead {
    margin-top: 2.9285714286vw;
  }
}
.main-lead .main-ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  color: #c9757d;
  font-weight: 700;
  font-size: 43px;
}
@media screen and (min-width: 1400px) {
  .main-lead .main-ttl {
    font-size: 3.0714285714vw;
  }
}
.main-lead .main-ttl span {
  display: block;
}
.main-lead .main-ttl span:nth-of-type(1) {
  margin-left: 4px;
}
@media screen and (min-width: 1400px) {
  .main-lead .main-ttl span:nth-of-type(1) {
    margin-left: 0.2857142857vw;
  }
}
.main-lead .main-ttl span:nth-of-type(2) {
  margin-top: 17px;
  margin-left: 1px;
}
@media screen and (min-width: 1400px) {
  .main-lead .main-ttl span:nth-of-type(2) {
    margin-top: 1.2142857143vw;
    margin-left: 0.0714285714vw;
  }
}
.main-lead .main-lead-txt {
  line-height: 2.125;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-top: 29px;
}
@media screen and (min-width: 1400px) {
  .main-lead .main-lead-txt {
    font-size: 1.1428571429vw;
    margin-top: 2.0714285714vw;
  }
}

.section {
  position: relative;
}
.section .section-tag {
  background: #ce8a94;
  position: relative;
  width: 29rem;
  height: 4.1rem;
  display: flex;
  align-items: center;
  padding-left: 4.3rem;
}
.section .section-tag .section-tag-txt {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.section .section-ttl {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #c9757d;
  font-weight: 700;
  margin-top: 2rem;
  margin-left: 4rem;
}
.section .allitem-link {
  position: relative;
  width: 68rem;
  height: 11rem;
  background: #c16776;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
}
.section .allitem-link::before {
  content: "";
  display: block;
  background: url(../img/pass.svg);
  background-repeat: no-repeat;
  width: 1rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 2rem;
}
.section .section-inner {
  width: 68rem;
  margin: 0 auto;
  position: relative;
}
.section .section-ttl-item {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 700;
  position: relative;
  margin-bottom: 5.5rem;
}
.section .section-ttl-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #d88b96;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -2.4rem;
}
.section .select_item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
}
.section .select_item-list .select_item {
  width: 21.76rem;
}
.section .m-item .m-item-icon {
  display: none;
}
.section .m-item .m-item-description {
  font-size: 2.2rem;
  line-height: 1.4090909091;
  margin-top: 1.5rem;
}
.section .m-item .m-item-description .m-item-price {
  margin-top: 1rem;
}
.section .m-item .m-item-description .m-item-price.discount span:nth-of-type(2) {
  color: #be0d23;
  margin-left: 1rem;
}
.section .m-item .m-item-description .m-item-category {
  display: none;
}
.section .m-item .m-item-description .m-item-name {
  display: none;
}
.section .m-item .m-item-description .m-item-magazine {
  display: none;
}

.section.sec01 .coordinate-list {
  margin-top: 3.8rem;
  margin-left: 4rem;
}
.section.sec01 .coordinate-list .coordinate .coordinate-info {
  font-size: 2.4rem;
  line-height: 2.5;
  text-align: center;
}
.section.sec01 .section-explanation {
  position: relative;
  margin-top: 10rem;
}
.section.sec01 .section-explanation .section-explanation-tag {
  background: #ce8a94;
  position: relative;
  width: 29rem;
  height: 4.1rem;
  display: flex;
  align-items: center;
  padding-left: 4.3rem;
}
.section.sec01 .section-explanation .section-explanation-tag .section-explanation-tag-txt {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
}
.section.sec01 .section-explanation .section-explanation-ttl {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #c9757d;
  font-weight: 700;
  margin-top: 2rem;
  margin-left: 4rem;
}
.section.sec01 .section-explanation .section-explanation-txt {
  font-size: 2.7rem;
  line-height: 1.8518518519;
  color: #494544;
  margin-top: 4rem;
  margin-left: 4rem;
}
.section.sec01 .section-explanation .section-explanation-txt span {
  font-size: 2.7rem;
  line-height: 2.2222222222;
  font-weight: 700;
}
.section.sec01 .section-explanation .allitem-link {
  margin-top: 7rem;
}
.section.sec02 {
  margin-top: 11.3rem;
}
.section.sec02 .allitem-link {
  margin-top: 9.8rem;
}
.section.sec03 {
  margin-top: 13.3rem;
}
.section.sec03 .allitem-link {
  margin-top: 9.8rem;
}
.section.sec04 {
  margin-top: 13.3rem;
}
.section.sec04 .allitem-link {
  margin-top: 9.8rem;
}
.section.sec04 .outro {
  position: relative;
  margin: 0 auto;
  margin-top: 18rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 67.1rem;
  height: 67rem;
  border-left: 2px solid #b5838d;
  border-right: 2px solid #b5838d;
}
.section.sec04 .outro .logo {
  width: 46rem;
  margin-top: 11.4rem;
}
.section.sec04 .outro .outro-txt {
  font-size: 2.6rem;
  line-height: 1.9230769231;
  margin-top: 6rem;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-list {
  padding-right: 39rem;
}
.ph-slider .slick-list .slick-slide {
  margin-right: 2rem;
}
.ph-slider .slick-arrow {
  z-index: 5;
}
.ph-slider .slick-arrow::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #ce8a94;
  border-right: 2px solid #ce8a94;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ph-slider .slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.ph-slider .slick-next {
  right: 2.2rem;
  top: auto;
  bottom: -6.7rem;
}
.ph-slider .slick-prev {
  left: auto;
  right: 20.8rem;
  top: auto;
  bottom: -6.7rem;
}
.ph-slider .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  bottom: -5rem;
  right: 6.2rem;
  z-index: 5;
}
.ph-slider .slick-dots li {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0.7rem;
  border-radius: 50%;
  padding: 0;
  background: #eadfdf;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #ce8a94;
}

/* 初期状態 */
.slick-dots li:nth-child(n+6) {
  display: none;
}

/* 6-10番目のdotがactiveの時の切り替え */
.slick-dots:has(li:nth-child(n+6).slick-active) li:nth-child(-n+5) {
  display: none;
}

.slick-dots:has(li:nth-child(n+6).slick-active) li:nth-child(n+6) {
  display: inline-block; /* block → inline-block に変更 */
}/*# sourceMappingURL=style.css.map */