@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@import url("https://use.typekit.net/mwc6bmv.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300&display=swap");
@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: #080808;
  --c-bg_main: #ffffff;
  --c-bg_sec: #ffffff;
  --c-accent: #35447C;
  --c-line: #E6E7E8;
  --c-btn: #C9D7EB;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  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 a {
  transition: 0.3s;
  cursor: pointer;
}
/* --------------------
	header
-------------------- */
header {
  padding: 0vw 0vw 0vw;
  background: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  header {
    padding-bottom: 80px;
  }
}
header p {
  width: 80%;
  margin: 0 auto;
  padding: 0vw 0vw 16vw;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  header p {
    padding: 80px 80px 60px;
  }
}
header p .text {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.4666666667vw;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  header p .text {
    font-size: clamp(14px, 1.09375vw, 14px);
  }
}
header .attention {
  width: 80%;
  margin: 0 auto;
  padding: 0vw 0vw 21.3333333333vw;
  font-weight: 700;
  color: red;
}
@media screen and (min-width: 1000px) {
  header .attention {
    padding: 0 80px 80px;
  }
}
header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65.3333333333vw;
}
@media screen and (min-width: 1000px) {
  header .title {
    width: 35.15625vw;
    max-width: 500px;
  }
}
header .mv__img {
  position: relative;
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  header .mv__img {
    margin-bottom: 40px;
  }
}

.marker {
  background-size: 0 100%;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#efdde1, #efdde1);
}

.marker.active {
  background-size: 100% 90%;
}

.marker.--short {
  transition: 3s;
}

/* --------------------
	section
-------------------- */
section {
  padding-bottom: 16vw;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  section {
    padding-bottom: 120px;
  }
}

.styling {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .styling {
    margin-bottom: 60px;
  }
}

h2 {
  margin: 0 auto 3.7333333333vw;
  color: var(--c-accent);
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  h2 {
    margin-bottom: 13px;
  }
}

.item-list > div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .item-list > div {
    width: 450px;
  }
}
.item-list > div:not(:last-of-type) {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .item-list > div:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.item-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.07em;
  font-size: 13px;
}
.item-list a:hover .item-list__btn {
  border: 1px solid var(--c-btn);
  background-color: var(--c-btn);
}
.item-list a span {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--c-txt);
  font-weight: 300;
  font-size: 14px;
}
.item-list a .shortening {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  font-size: 13px;
}
.item-list li {
  font-weight: 800;
}
.item-list li:not(:last-child) {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.item-list__btn {
  display: block;
  width: 24vw;
  padding: 1.6vw;
  border: 1px solid var(--c-txt);
  font-family: "helvetica-neue-lt-pro", 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) {
  .item-list__btn {
    width: 82px;
    padding: 6px;
    font-size: 14px;
  }
}

.link__none {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  font-size: 3.2vw;
  font-weight: 400;
  cursor: default !important;
  pointer-events: none !important;
  opacity: 0.4;
  padding: 1.6vw 0 1.6vw;
}
@media screen and (min-width: 1000px) {
  .link__none {
    padding: 6px 0 6px;
    font-size: 12px;
  }
}

.sec__ttl {
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 16vw auto 16vw;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .sec__ttl {
    margin: 4.6875vw auto 4.6875vw;
    font-size: clamp(20px, 1.5625vw, 20px);
  }
}

.sec-movie {
  padding-bottom: 0;
  border-top: solid 1px var(--c-line);
}

.c-video {
  position: relative;
  margin-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  .c-video {
    margin-bottom: 0;
  }
}
.c-video__frame {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 178vw;
  padding-top: 56.25%;
}
@media screen and (min-width: 1000px) {
  .c-video__frame {
    margin: 0 auto;
    padding-top: 0;
    width: 434px;
    height: 772px;
  }
}
.c-video__frame.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.c-video__frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  pointer-events: none;
}
.c-video iframe {
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -71px;
  left: 0;
  width: 100vw;
  height: calc(100% + 140px);
  transition-property: opacity, visibility;
}
@media screen and (min-width: 1000px) {
  .c-video iframe {
    margin: 0 auto;
    width: 434px;
    height: 772px;
  }
}

nav {
  border-top: solid 1px var(--c-line);
}

.nav {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 0vw;
  padding-left: 10.1333333333vw;
}
.nav li {
  width: 33.3333333333vw;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .nav li {
    width: 125px;
  }
}
.nav li:nth-child(n+2) {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .nav li:nth-child(n+2) {
    margin-left: 10px;
  }
}
.nav__img {
  position: relative;
  overflow: hidden;
  width: 33.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav__img {
    width: 125px;
  }
}
@media screen and (min-width: 1000px) {
  .nav {
    width: 450px;
    margin: 0 auto 100px;
    overflow-x: scroll;
    padding: 0;
    justify-content: start;
  }
}
.nav li a {
  display: block;
}

.nav__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 1;
}

.nav__img:hover::before {
  opacity: 1;
}

/* --------------------
	slick.js
-------------------- */
.slider {
  position: relative;
}

.dots-class {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  height: 40px;
}

.dots-class::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  z-index: -1;
}

.dots-class li button {
  display: none;
}

.dots-class li {
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  margin-right: 5.3333333333vw;
  border-radius: 50%;
  background-color: var(--c-bg_main);
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.dots-class li:last-child {
  margin-right: 0;
}
.dots-class li.slick-active {
  background-color: var(--c-accent);
}

/* --------------------
	aside
-------------------- */
aside {
  padding: 21.3333333333vw 0;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  aside {
    padding: 30px 0 130px;
  }
}

.aside__btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 4vw;
  border: 1px solid var(--c-txt);
  font-family: "helvetica-neue-lt-pro", 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) {
  .aside__btn {
    width: 380px;
    padding: 14px;
  }
}
.aside__btn:hover {
  background-color: var(--c-btn);
  border: 1px solid var(--c-btn);
}

.aside__btn:first-child {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside__btn:first-child {
    margin-bottom: 1.171875vw;
  }
}

aside a:last-child {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.btn_ig {
  width: 13px;
  height: 13px;
  margin-left: 6px;
}
.btn_ig:hover {
  color: var(--c-bg_main);
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 34.6666666667vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: 10.15625vw;
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
  width: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    width: 10.15625vw;
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 1000px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.015625vw;
  }
}

/* --------------------
	animation
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}
.fadein.active {
  opacity: 1;
  visibility: visible;
}

.mv__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-animation: blur 1.5s ease-in-out forwards;
          animation: blur 1.5s ease-in-out forwards;
}

@-webkit-keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

@keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.slider::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  pointer-events: none;
  z-index: 2;
  opacity: 1;
}

.slider.animate-blur::after {
  -webkit-animation: blur 1s ease-in-out forwards;
          animation: blur 1s ease-in-out forwards;
}

@keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
  }
  100% {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
/*# sourceMappingURL=style.css.map */