@charset "UTF-8";
/* --------------------
		setting
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@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: #4E4E4E;
  --c-bg_main: #ECECE9;
  --c-bg_odd: #F8F8F8;
  --c-bg_even: #ECECE9;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  background-color: var(--c-bg_main);
  color: var(--c-txt);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contents img {
  width: 100%;
  height: auto;
}
#contents a {
  transition: 0.2s;
}
#contents a:hover {
  opacity: 0.5;
}

.--pc-flex__reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1000px) {
  .--pc-flex__reverse {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 1000px) {
  .--pc-flex {
    display: flex;
  }
}
header {
  position: relative;
}
header h1 {
  width: 51.4666666667vw;
  position: absolute;
  top: 14.9333333333vw;
  left: 25.3333333333vw;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 24.140625vw;
    position: absolute;
    top: 24.375vw;
    left: 50.234375vw;
  }
}
header .label-logo {
  width: 14.9333333333vw;
  position: absolute;
  bottom: 5.3333333333vw;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header .label-logo {
    width: 6.484375vw;
    top: 2.34375vw;
    right: 2.34375vw;
    transform: none;
  }
}

.header__p {
  width: 80vw;
  font-size: 3.2vw;
  margin: 13.3333333333vw auto;
  line-height: 2;
  white-space: nowrap;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1000px) {
  .header__p {
    width: 100%;
    font-size: 13px;
    margin: 70px auto;
    text-align: center;
  }
}

.nav {
  display: flex;
  overflow-x: scroll;
  padding-left: 10.1333333333vw;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .nav {
    margin: 0 auto 100px;
    overflow-x: visible;
    padding: 0;
    justify-content: center;
  }
}
.nav li {
  width: 28vw;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .nav li {
    width: 105px;
  }
}
.nav li:nth-child(n+2) {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav li:nth-child(n+2) {
    margin-left: 20px;
  }
}
.nav__number {
  font-size: 4.8vw;
  margin-bottom: 2.6666666667vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  .nav__number {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
.nav__img {
  width: 28vw;
}
@media screen and (min-width: 1000px) {
  .nav__img {
    width: 105px;
  }
}
.nav li a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .nav li a:hover {
    transform: translateY(5px);
  }
}

/*-------- section共通 --------*/
#sec-01, #sec-03, #sec-05 {
  background-color: var(--c-bg_odd);
}
#sec-01 .credit__item-list li, #sec-03 .credit__item-list li, #sec-05 .credit__item-list li {
  border-bottom: var(--c-item_border_odd) 1px solid;
}

#sec-02, #sec-04, #sec-06 {
  background-color: var(--c-bg_even);
}
#sec-02 .credit__item-list li, #sec-04 .credit__item-list li, #sec-06 .credit__item-list li {
  border-bottom: var(--c-item_border_even) 1px solid;
}

.sec__inner {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .sec__inner {
    width: 985px;
    margin: 0 auto;
    padding: 100px 0;
  }
}

.txt__inner__wrap {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .txt__inner {
    width: 236px;
  }
}
.txt__inner__number {
  position: relative;
  display: flex;
  font-size: 2.1333333333vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 0 16vw 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number {
    font-size: 8px;
    margin: 0 0 65px 0;
  }
}
.txt__inner__number span {
  position: absolute;
  top: -1.3333333333vw;
  left: 6.1333333333vw;
  font-size: 10.6666666667vw;
  margin-left: 1.8666666667vw;
  line-height: 1 !important;
  letter-spacing: 0.03em;
  font-weight: 200;
}
@media screen and (min-width: 1000px) {
  .txt__inner__number span {
    font-size: 40px;
    margin-left: 7px;
    position: absolute;
    top: -5px;
    left: 25px;
  }
}
.txt__inner__p {
  font-size: 3.4666666667vw;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .txt__inner__p {
    font-size: 13px;
  }
}

.txt__inner__img {
  width: 78.6666666667vw;
  margin: 0 auto 18.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .txt__inner__img {
    width: 335px;
    margin-left: 140px;
    margin: 0 0 0 140px;
  }
}

h2 {
  font-size: 5.3333333333vw;
  line-height: 1.7;
  margin-bottom: 4vw;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.credit {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: flex;
  overflow-x: scroll;
  padding-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit {
    width: 236px;
    display: block;
    overflow-x: visible;
    padding-left: 0;
  }
}
.credit li:nth-child(n+2) {
  margin-left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .credit li:nth-child(n+2) {
    margin: 0;
  }
}
.credit__item a {
  margin-bottom: 6.6666666667vw;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1000px) {
  .credit__item a {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
  }
}
.credit__item a:hover .credit__item__btn {
  border: 1px solid var(--c-txt);
  color: var(--c-bg_main);
  background-color: var(--c-txt);
}
.credit__item__img {
  width: 33.3333333333vw;
  margin-bottom: 4vw;
}
.credit__item__name {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  font-size: 3.2vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1000px) {
  .credit__item__name {
    font-size: 12px;
  }
}
.credit__item__name span {
  font-size: 2.1333333333vw;
  margin-left: 0.8vw;
}
@media screen and (min-width: 1000px) {
  .credit__item__name span {
    font-size: 8px;
    margin-left: 3px;
  }
}
.credit__item__name .comingsoon {
  font-size: 10px;
}
.credit__item__btn {
  width: 12.2666666667vw;
  padding: 1.8666666667vw;
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  font-size: 2.6666666667vw;
  transition: all 0.2s ease;
}
@media screen and (min-width: 1000px) {
  .credit__item__btn {
    width: 46px;
    padding: 5px;
    font-size: 10px;
  }
}

/*-------- block-1 --------*/
.block-1-1__wrap {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap {
    margin-bottom: 100px;
  }
}
.block-1-1__wrap figure:first-child {
  width: 67.2vw;
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap figure:first-child {
    width: 434px;
  }
}
.block-1-1__wrap figure:nth-child(2) {
  width: 32.8vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap figure:nth-child(2) {
    width: 211px;
    margin: 0;
    margin-top: 609px;
  }
}
.block-1-1__wrap figure:nth-child(3) {
  width: 56.5333333333vw;
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap figure:nth-child(3) {
    width: 340px;
    margin: 0;
    margin-top: 132px;
  }
}
@media screen and (min-width: 1000px) {
  .block-1-1__wrap {
    display: flex;
  }
}

/*-------- block-2 --------*/
.block-2 .slider {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .block-2 .slider {
    width: 487px;
  }
}
.block-2-1__wrap {
  margin-bottom: 18.6666666667vw;
  position: relative;
}
.block-2-1__wrap figure:nth-child(2) {
  width: 78.6666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap figure:nth-child(2) {
    width: 383px;
  }
}
@media screen and (min-width: 1000px) {
  .block-2-1__wrap {
    width: 487px;
    margin-left: 11px;
    margin-bottom: 150px;
  }
}

.allitem {
  position: relative;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 400;
}
.allitem__inner {
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .allitem__inner {
    font-size: 12px;
  }
}
.allitem__inner__head {
  width: 52.8vw;
  margin: 0 auto 10.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__head {
    width: 207px;
    margin: 0 auto 40px;
  }
}
.allitem__inner__all a {
  position: relative;
  display: block;
  width: 80vw;
  background-color: rgba(239, 239, 239, 0.7);
  color: var(--c-txt);
  padding: 5.3333333333vw;
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__all a {
    width: 300px;
    padding: 20px;
    margin: 0 auto 30px;
  }
}
.allitem__inner__all a::after {
  content: "→";
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 4vw;
  position: absolute;
  right: 4.5333333333vw;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__all a::after {
    font-size: 15px;
    position: absolute;
    right: 17px;
  }
}
.allitem__inner__all a:hover {
  background-color: #19447A;
  opacity: 1 !important;
  color: #fff !important;
}
.allitem__inner__all a:hover::after {
  position: absolute;
  right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__all a:hover::after {
    right: 10px;
  }
}
.allitem__inner__labeltop a {
  position: relative;
  display: block;
  width: 80vw;
  border-top: 1px solid var(--c-bg_main);
  border-bottom: 1px solid var(--c-bg_main);
  color: var(--c-txt);
  padding: 5.3333333333vw;
  text-align: center;
  color: var(--c-bg_main);
}
@media screen and (min-width: 1000px) {
  .allitem__inner__labeltop a {
    width: 300px;
    padding: 20px;
    margin: 0 auto;
  }
}
.allitem__inner__labeltop a::after {
  content: "→";
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 4vw;
  position: absolute;
  right: 4.5333333333vw;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-bg_main);
  transition: all 0.2s ease;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__labeltop a::after {
    font-size: 15px;
    position: absolute;
    right: 17px;
  }
}
.allitem__inner__labeltop a:hover::after {
  position: absolute;
  right: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__labeltop a:hover::after {
    right: 10px;
  }
}

/* --------------------
	move
-------------------- */
.mv__img {
  -webkit-animation: fadeIn 1.5s ease 0s forwards;
          animation: fadeIn 1.5s ease 0s forwards;
  opacity: 0;
  z-index: 10;
}

h1 {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

.top_logo {
  -webkit-animation: fadeIn 1.5s ease 0.8s forwards;
          animation: fadeIn 1.5s ease 0.8s forwards;
  opacity: 0;
  z-index: 10;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}

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

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadeinright {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateX(-20px);
}

.fadeinright-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.scale {
  overflow: hidden;
}
.scale img {
  transform: scale(1.1);
  transition: all 1s ease;
}

.scale-active {
  overflow: hidden;
}
.scale-active img {
  transform: scale(1);
}

.link__none {
  pointer-events: none;
  text-decoration: none !important;
  opacity: 0.5;
}
.link__none .credit__item__btn {
  display: none;
}

/* --------------------
		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;
  }
}
/*# sourceMappingURL=260313_slb-w_springitems_cd_style.css.map */