@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: #333333;
  --c-bg_main: #f0f0f0;
  --c-bg_sec: #f0f0f0;
  --c-accent: #29646F;
}

/* --------------------
	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;
  /* --------------------
  	header
  -------------------- */
  /* --------------------
  	section
  -------------------- */
  /* --------------------
  	slick.js
  -------------------- */
  /* --------------------
  	movie
  -------------------- */
  /* --------------------
  	aside
  -------------------- */
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 14px;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents header {
  padding: 10.6666666667vw 10vw 10.6666666667vw;
  background: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  #contents header {
    padding: 80px;
  }
}
#contents header p {
  color: var(--c-accent);
}
#contents h1 {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents h1 {
    width: 465px;
    margin-bottom: 40px;
  }
}
#contents section {
  padding-bottom: 16vw;
  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: 60px;
  }
}
#contents h2 {
  margin: 0 auto 3.7333333333vw;
  color: var(--c-txt);
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #contents h2 {
    margin-bottom: 13px;
  }
}
#contents .item-list > div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents .item-list > div {
    width: 450px;
  }
}
#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: 50px;
  }
}
#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, #contents .item-list__main li {
  color: var(--c-accent);
}
#contents .item-list__main .item-list__btn {
  border: 1px solid var(--c-accent);
  background-color: var(--c-accent);
  color: var(--c-bg_main);
}
#contents .item-list__main a {
  transition: all 0.3s ease 0s;
}
#contents .item-list__main a:hover {
  opacity: 0.7;
  transform: translateY(3px);
}
#contents .item-list__other h2, #contents .item-list__other li {
  color: var(--c-txt);
}
#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;
  transform: translateY(3px);
}
#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);
}
#contents .sec-movie {
  background-color: #fff;
  padding: 16vw 0 0;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #contents .sec-movie {
    padding: 60px 0 0;
  }
}
#contents .sec-movie .sec__ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--c-txt);
  font-size: 6.9333333333vw;
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  #contents .sec-movie .sec__ttl {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
#contents .c-video {
  position: relative;
  margin-bottom: 16vw;
  padding: 0 10vw 0;
}
@media screen and (min-width: 1000px) {
  #contents .c-video {
    margin-bottom: 100px;
    padding: 0;
  }
}
#contents .c-video__frame {
  overflow: hidden;
  position: relative;
  width: 80vw;
  height: 142.4vw;
}
@media screen and (min-width: 1000px) {
  #contents .c-video__frame {
    margin: 0 auto;
    padding-top: 0;
    width: 417px;
    height: 741px;
  }
}
#contents .c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
#contents .c-video__frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  pointer-events: none;
}
#contents .c-video iframe {
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 142.4vw;
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  #contents .c-video iframe {
    margin: 0 auto;
    width: 417px;
    height: 741px;
  }
}
#contents aside {
  padding: 0 0 21.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  #contents aside {
    padding: 0 0 100px;
  }
}
#contents aside .aside__btn {
  transition: all 0.3s ease 0s;
}
#contents aside .aside__btn:hover {
  opacity: 0.7;
  transform: translateY(5px);
}
#contents .aside__btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 4vw;
  border: 1px solid var(--c-txt);
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  #contents .aside__btn {
    width: 380px;
    padding: 14px;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: var(--c-accent);
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.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.5;
  }
}
.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;
}

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

.turn-bottom {
  clip-path: inset(0 0 100% 0);
  transition: all 1s cubic-bezier(0.6, 0.09, 0.08, 0.9);
}

.turn-bottom-active {
  clip-path: inset(0 0 0 0);
}

/* --------------------
	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=251107_sop_outer_style.css.map */