@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=Noto+Sans+JP:wght@100..900&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: #303030;
  --c-bg_odd: #E5E9ED;
  --c-bg_even: #D8DBDE;
  --c-wh: #fff;
  --c-gray: #A4A4A4;
}

/* --------------------
	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;
}

section:nth-child(odd) {
  background-color: var(--c-bg_odd);
}

section:nth-child(even) {
  background-color: var(--c-bg_even);
}

header {
  position: relative;
}
@media screen and (min-width: 1000px) {
  header {
    background: url(../img/mv-img-pc.webp) no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
  }
}
header h1 {
  width: 66.6666666667vw;
  position: absolute;
  bottom: 45.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  header h1 {
    width: 30vw;
    position: absolute;
    bottom: 5.3125vw;
  }
}
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: 100%;
  font-size: 3.2vw;
  padding: 13.3333333333vw;
  line-height: 2;
  letter-spacing: 0.08em;
  background-color: var(--c-wh);
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .header__p {
    width: 100%;
    font-size: 13px;
    padding: 3.90625vw;
  }
}

/*-------- section共通 --------*/
h2 {
  width: 80vw;
  margin: 0 auto 8vw;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 1000px) {
  h2 {
    width: 78.125vw;
    margin: 0 auto 2.34375vw;
  }
}
h2 .h2-top {
  display: flex;
  justify-content: space-between;
  font-size: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  h2 .h2-top {
    flex-direction: column;
    gap: 0.46875vw;
    font-size: 1.015625vw;
    margin-bottom: 0.78125vw;
  }
}
h2 .h2-bottom {
  position: relative;
  font-size: 5.6vw;
  width: 34.6666666667vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
  h2 .h2-bottom {
    width: 27.34375vw;
    font-size: 2.421875vw;
  }
}
h2 .h2-bottom span {
  display: flex;
  align-items: center;
  gap: 4.8vw;
}
@media screen and (min-width: 1000px) {
  h2 .h2-bottom span {
    gap: 5.546875vw;
  }
}
h2 .h2-bottom span::before {
  content: "";
  display: block;
  background-color: var(--c-gray);
  width: 5.3333333333vw;
  height: 1px;
}
@media screen and (min-width: 1000px) {
  h2 .h2-bottom span::before {
    width: 7.8125vw;
  }
}

section {
  padding-top: 16vw;
}
@media screen and (min-width: 1000px) {
  section {
    padding-top: 4.6875vw;
  }
}

@media screen and (min-width: 1000px) {
  .img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: 0 auto;
  /* --- PC用の指定 --- */
}
.img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.img-wrap .img {
  /* スマホ：1〜3枚目は1列（2カラム分） */
  /* スマホ：4・5枚目は半々（1カラムずつ） */
}
.img-wrap .img:nth-child(1), .img-wrap .img:nth-child(2), .img-wrap .img:nth-child(3) {
  grid-column: span 2;
}
.img-wrap .img:nth-child(4), .img-wrap .img:nth-child(5) {
  grid-column: span 1;
}
@media screen and (min-width: 1000px) {
  .img-wrap {
    grid-template-columns: repeat(6, 1fr); /* PC：6列ベース */
  }
  .img-wrap .img {
    /* PCの配置（各2〜4カラム指定） */
    /* 上段左（大） */
    /* 上段右（フード） */
    /* 下段左（階段） */
    /* 下段中（立ち姿） */
    /* 下段中（立ち姿） */
    /* ※PC版の右下画像がある場合は同様に span 2 を追加 */
  }
  .img-wrap .img:nth-child(1) {
    grid-column: span 4;
  }
  .img-wrap .img:nth-child(2) {
    grid-column: span 2;
  }
  .img-wrap .img:nth-child(3) {
    grid-column: span 2;
  }
  .img-wrap .img:nth-child(4) {
    grid-column: span 2;
  }
  .img-wrap .img:nth-child(5) {
    grid-column: span 2;
  }
}

.img-margin {
  display: block;
  padding: 13.3333333333vw;
  background-color: var(--c-bg_odd);
}
@media screen and (min-width: 1000px) {
  .img-margin {
    padding: 0;
  }
}

.item {
  width: 72vw;
  margin: 0 auto;
  padding: 16vw 0;
}
@media screen and (min-width: 1000px) {
  .item {
    width: 39.0625vw;
    display: flex;
    align-items: center;
    gap: 2.34375vw;
    padding: 4.6875vw 0;
  }
}
.item-ttl .logo-taion {
  width: 14.6666666667vw;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 1000px) {
  .item-ttl .logo-taion {
    width: 4.296875vw;
    margin: 0 0 1.171875vw 0;
  }
}
.item-ttl span {
  font-size: 2.6666666667vw;
  text-align: center;
  display: block;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 8vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .item-ttl span {
    font-size: 0.78125vw;
    margin-bottom: 2.34375vw;
    text-align: left;
  }
}
.item-ttl p {
  font-size: 2.9333333333vw;
  line-height: 1.5;
  margin-bottom: 8vw;
}
@media screen and (min-width: 1000px) {
  .item-ttl p {
    font-size: 0.859375vw;
    margin-bottom: 2.34375vw;
  }
}

.item-wrap {
  width: 53.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .item-wrap {
    width: 15.625vw;
  }
}
.item-wrap a {
  display: inline-block;
  transition: all 1s ease;
}
.item-wrap a:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.item-wrap .item-wrap-inner {
  position: relative;
  background-color: var(--c-wh);
  padding: 2.6666666667vw;
  width: 53.3333333333vw;
  margin: 0 auto;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .item-wrap .item-wrap-inner {
    padding: 0.78125vw;
    width: 15.625vw;
  }
}
.item-wrap .item-wrap-inner__img {
  width: 48vw;
  height: 64vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .item-wrap .item-wrap-inner__img {
    width: 14.0625vw;
    height: 18.75vw;
    margin-bottom: 1.171875vw;
  }
}
.item-wrap .item-wrap-inner__name {
  font-size: 2.6666666667vw;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-wrap .item-wrap-inner__name {
    font-size: 0.78125vw;
    margin-bottom: 0.390625vw;
  }
}
.item-wrap .item-wrap-inner .credit {
  font-size: 2.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 1000px) {
  .item-wrap .item-wrap-inner .credit {
    font-size: 0.78125vw;
    margin-bottom: 1.171875vw;
  }
}
.item-wrap .item-wrap-inner .credit span {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .item-wrap .item-wrap-inner .credit span {
    font-size: 0.625vw;
  }
}
.item-wrap .item-wrap-inner .btn {
  background-color: var(--c-txt);
  color: var(--c-wh);
  padding: 2.6666666667vw;
  font-size: 2.6666666667vw;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--c-txt);
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .item-wrap .item-wrap-inner .btn {
    font-size: 0.78125vw;
    padding: 0.78125vw;
  }
}

.unisex-icon {
  position: absolute;
  top: -5.3333333333vw;
  right: -5.3333333333vw;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  border-radius: 50%;
  background-color: var(--c-txt);
  color: var(--c-wh);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.1333333333vw;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .unisex-icon {
    width: 3.90625vw;
    height: 3.90625vw;
    font-size: 0.625vw;
    top: -1.5625vw;
    right: -1.5625vw;
  }
}

#sec-02 .img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* SP基本: 2列 */
  width: 100%;
  margin: 0 auto;
  /* 共通の画像コンテナ指定 */
  /* --- PC用の指定（上2列・下3列） --- */
}
#sec-02 .img-wrap .img {
  position: relative;
  overflow: hidden;
  grid-column: span 2; /* SPはデフォルトで全幅 */
  /* SPの例外：4・5枚目だけ半々（span 1） */
}
#sec-02 .img-wrap .img:nth-child(2), #sec-02 .img-wrap .img:nth-child(3) {
  grid-column: span 1;
}
@media screen and (min-width: 1000px) {
  #sec-02 .img-wrap {
    grid-template-columns: repeat(6, 1fr); /* 6列に分割 */
  }
  #sec-02 .img-wrap .img {
    grid-column: span 2; /* 基本は1/3幅（下段の3枚はこれだけで自動配置される） */
    /* 上段の配置（1〜2枚目） */
    /* 下段の配置（3〜5枚目） */
    /* 下段・左：2人寄り */
    /* 下段・中：階段 */
    /* 下段・右：椅子 */
  }
  #sec-02 .img-wrap .img:nth-child(3) {
    order: 1;
    grid-column: span 2; /* 上段・左：男性のアップ（1/3幅） */
  }
  #sec-02 .img-wrap .img:nth-child(1) {
    order: 2;
    grid-column: span 4; /* 上段・右：窓辺の画像（2/3幅） */
  }
  #sec-02 .img-wrap .img:nth-child(2) {
    order: 3;
    grid-column: span 2;
  }
  #sec-02 .img-wrap .img:nth-child(4) {
    order: 4;
  }
  #sec-02 .img-wrap .img:nth-child(5) {
    order: 5;
  }
}

@media screen and (min-width: 1000px) {
  #sec-03 .img-wrap {
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  #sec-04 .img-wrap-2, #sec-05 .img-wrap-2 {
    display: flex;
  }
}

.allitem {
  position: relative;
  font-weight: 600;
  font-family: "urw-din", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.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: 0.9375vw;
  }
}
.allitem__inner__head {
  width: 53.3333333333vw;
  margin: 0 auto 16vw;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__head {
    width: 17.96875vw;
    margin: 0 auto 4.6875vw;
  }
}
@media screen and (min-width: 1000px) {
  .allitem__inner__all {
    width: 50vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
.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;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__all a {
    width: 23.4375vw;
    padding: 1.5625vw;
    margin-bottom: 2.34375vw;
  }
}
.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: 0.78125vw;
  }
}
.allitem__inner__labeltop a {
  position: relative;
  display: block;
  width: 80vw;
  border-top: 1px solid color-mix(in srgb, var(--c-wh) 50%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--c-wh) 50%, transparent);
  color: var(--c-wh);
  padding: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .allitem__inner__labeltop a {
    width: 50vw;
    padding: 1.5625vw;
    margin: 0 auto;
  }
}
.allitem__inner__labeltop a:hover {
  opacity: 0.5;
}

/* --------------------
	move
-------------------- */
header {
  -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;
}

@-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 1s ease 0.3s;
  transform: translateY(10px);
}

.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=260911_slb_outer_style.css.map */