@charset "UTF-8";
/* ------------------------------
	設定
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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: #505050;
  --c-bg_main: #EAEAEA;
}

/* --------------------
	contents
-------------------- */
#contents {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: var(--c-txt);
  font-size: 3.4666666667vw;
  background-color: var(--c-bg_main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* --------------------
  	header
  -------------------- */
  /* --------------------
  	section
  -------------------- */
  /* --------------------
  	slick.js
  -------------------- */
  /* --------------------
  	aside
  -------------------- */
}
@media screen and (min-width: 1000px) {
  #contents {
    font-size: 14px;
  }
}
#contents img {
  width: 100%;
  height: auto;
}
#contents header {
  position: relative;
}
#contents header h1 {
  position: absolute;
  bottom: 13.8666666667vw;
  left: 50%;
  transform: translateX(-50%);
  width: 82.1333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents header h1 {
    width: 41.640625vw;
    bottom: 5.625vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#contents header .logo {
  position: absolute;
  top: 4vw;
  left: 4vw;
  width: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents header .logo {
    width: 5.3125vw;
    top: 2.34375vw;
    left: 2.34375vw;
  }
}
#contents .header-p {
  padding: 10.6666666667vw 8vw;
  font-size: 3.4666666667vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #contents .header-p {
    padding: 3.90625vw;
    font-size: 14px;
    width: 39.0625vw;
    margin: 0 auto;
    text-align: center;
  }
}
#contents section {
  padding-bottom: 16vw;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  #contents section {
    padding-bottom: 120px;
  }
}
#contents section:last-child {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents section:last-child {
    padding-bottom: 7.8125vw;
  }
}
#contents .styling {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #contents .styling {
    margin-bottom: 60px;
  }
}
#contents .styling-txt {
  width: 80%;
  margin: 0 auto 10.6666666667vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  #contents .styling-txt {
    width: 480px;
    margin: 0 auto 40px;
  }
}
#contents .item-list > div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  #contents .item-list > div {
    width: 480px;
  }
}
#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:hover .item-list__btn {
  border: 1px solid var(--c-txt);
  background-color: var(--c-bg_main);
  color: var(--c-txt);
}
#contents .item-list a span {
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#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;
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: var(--c-bg_main);
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  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 .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: #C4C4C4;
  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-txt);
}
#contents aside {
  padding: 0 0 26.6666666667vw;
  background: var(--c-bg_sec);
}
@media screen and (min-width: 1000px) {
  #contents aside {
    padding: 0 0 100px;
  }
}
#contents .allitem {
  position: relative;
  width: 80vw;
  margin: 0 auto 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .allitem {
    margin: 0 auto 100px;
  }
}
#contents .allitem__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--c-bg_main);
  text-align: center;
  font-size: 2.9333333333vw;
  white-space: nowrap;
  z-index: 10;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  #contents .allitem__txt {
    font-size: 11px;
  }
}
#contents .allitem__txt h2 {
  font-size: 5.3333333333vw;
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  #contents .allitem__txt h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  #contents .allitem {
    width: 600px;
  }
}
#contents .allitem a .allitem__bk {
  overflow: hidden;
}
#contents .allitem a .allitem__bk img {
  transition: all 0.5s ease;
}
#contents .allitem a:hover .allitem__bk img {
  transform: scale(1.05);
  opacity: 0.8;
}
#contents .credit {
  text-align: center;
  margin: 0 auto 26.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #contents .credit {
    margin: 0 auto 100px;
  }
}
#contents .credit h2 {
  font-size: 5.3333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  #contents .credit h2 {
    font-size: 20px;
  }
}
#contents .credit__name {
  font-weight: 600;
}
#contents .credit__link {
  text-decoration: underline;
}
#contents .credit__link a {
  display: block;
  transition: all 0.5s ease;
}
#contents .credit__link a:hover {
  opacity: 0.5;
}
#contents .aside__btn {
  display: block;
  width: 80vw;
  margin: 0 auto;
  padding: 4vw;
  border: 1px solid var(--c-txt);
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) {
  #contents .aside__btn {
    width: 600px;
    padding: 14px;
  }
}
#contents .aside__btn:hover {
  background-color: var(--c-txt);
  color: var(--c-bg_main);
  border: 1px solid var(--c-txt);
}

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

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

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

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

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: var(--c-txt);
  font-family: "avenir-lt-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@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);
  }
}
/*# sourceMappingURL=251107_slb-w_outer_cd_style.css.map */