@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&display=swap");
@import url("https://use.typekit.net/xdi1gra.css");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #7C7C7C;
  --c-bg_sec: #f0f0f0;
  --c-accent: #B46876;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: var(--c-txt);
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 14px;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents {
  /* --------------------
  	header
  -------------------- */
}
#contents header .mv {
  position: relative;
}
#contents header .mv img {
  width: 100vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contents header .mv h1 {
  position: absolute;
  bottom: 13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1000px) {
  #contents header .mv h1 {
    bottom: 5.46875vw;
  }
}
#contents header .mv h1 img {
  width: 72vw;
}
@media screen and (min-width: 1000px) {
  #contents header .mv h1 img {
    width: 40.15625vw;
  }
}
#contents header .mv .logo {
  position: absolute;
  top: 4vw;
  right: 4vw;
}
@media screen and (min-width: 1000px) {
  #contents header .mv .logo {
    top: 1.953125vw;
    right: 1.953125vw;
  }
}
#contents header .mv .logo img {
  width: 9.3333333333vw;
  filter: opacity(60%);
}
@media screen and (min-width: 1000px) {
  #contents header .mv .logo img {
    width: 4.6875vw;
  }
}
#contents header .mv {
  /* スクロールダウンの位置 */
}
#contents header .mv .scroll {
  position: relative;
  bottom: 60px;
  text-align: center;
}
#contents header .mv {
  /* 矢印のアニメーション部分 */
}
#contents header .mv .scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
#contents header .mv {
  /* 矢印のアニメーション */
}
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
#contents header .ttl {
  padding: 13.3333333333vw 10vw;
  background: var(--c-bg_sec);
}
#contents header .ttl p {
  color: var(--c-txt);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #contents header .ttl {
    padding: 7.8125vw 19.53125vw;
  }
}
#contents {
  /* --------------------
  	section
  -------------------- */
}
#contents section {
  padding-bottom: 20.5333333333vw;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  #contents section {
    padding-bottom: 120px;
  }
}
#contents .styling {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .styling {
    margin-bottom: 120px;
  }
}
#contents .item {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents .item {
    display: flex;
    gap: 3.90625vw;
    justify-content: center;
    width: 67.96875vw;
    align-items: center;
  }
}
#contents .item-img {
  width: 69.3333333333vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .item-img {
    width: 27.34375vw;
    min-width: 350px;
    height: auto;
    margin: 0;
  }
}
#contents .item-list h2 {
  margin: 0 auto 3.7333333333vw;
  color: var(--c-accent);
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #contents .item-list h2 {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1000px) {
  #contents .item-list > div {
    width: 400px;
  }
}
#contents .item-list > div:not(:last-of-type) {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .item-list > div:not(:last-of-type) {
    margin-bottom: 3.125vw;
  }
}
#contents .item-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contents .item-list a span {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
#contents .item-list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .item-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#contents .item-list__btn {
  display: block;
  width: 24vw;
  padding: 1.6vw;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.2vw;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  #contents .item-list__btn {
    width: 82px;
    padding: 6px;
    font-size: 12px;
  }
}
#contents .item-list__main h2 {
  color: var(--c-accent);
}
#contents .item-list__main .item-list__btn {
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: var(--c-bg_sec);
}
#contents .item-list__main a {
  transition: all 0.3s ease 0s;
}
#contents .item-list__main a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  #contents .item-list__main a:hover {
    transform: translateY(3px);
  }
}
#contents .item-list__other h2 {
  color: var(--c-accent);
}
#contents .item-list__other .item-list__btn {
  border: 1px solid var(--c-txt);
}
#contents .item-list__other a {
  transition: all 0.3s ease 0s;
}
#contents .item-list__other a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  #contents .item-list__other a:hover {
    transform: translateY(3px);
  }
}
#contents {
  /* --------------------
  	slick.js
  -------------------- */
}
#contents .dots-class {
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}
#contents .dots-class li button {
  display: none;
}
#contents .dots-class li {
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  margin-right: 5.3333333333vw;
  border-radius: 50%;
  background-color: #c7c7c7;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
#contents .dots-class li:last-child {
  margin-right: 0;
}
#contents .dots-class li.slick-active {
  background-color: var(--c-accent);
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: black;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__btn a {
  display: block;
  width: 80%;
  margin: 0 auto 10.6666666667vw;
  padding: 4vw;
  border: 1px solid var(--c-bg_sec);
  color: var(--c-bg_sec);
  transition: all 0.5s ease 0s;
  position: relative;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .footer__btn a {
    width: 380px;
    padding: 14px;
    margin: 0 auto 3.90625vw;
  }
}
.footer__btn a:hover {
  opacity: 0.6;
}
.footer__btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4px solid transparent;
  border-right: 0 solid transparent;
  border-left: 6px solid var(--c-bg_sec);
  border-bottom: 4px solid transparent;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
}
.footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.6;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease 0.3s;
}

.fadein1300ms {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease 1.3s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

/* --------------------
	comingsoon
-------------------- */
.link__none {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.5;
}/*# sourceMappingURL=260529_sop-w_linenlike_style.css.map */