@charset "UTF-8";
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* ----------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------- */
#mv {
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  #mv {
    height: 100vh;
  }
}
#mv > img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 520px) {
  #mv > img {
    height: 130%;
    transform: translateY(-2%);
  }
}
#mv .abs-img, #mv .abs-copy {
  position: absolute;
}
#mv .abs-img {
  width: 22.1%;
  inset: auto auto 3.7% 2.4%;
}
#mv .abs-img img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(0%) hue-rotate(356deg) brightness(103%) contrast(102%);
}
#mv .abs-copy {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 3.07rem;
  line-height: 1.7491856678;
  letter-spacing: 0.45em;
  font-weight: 400;
  inset: 23.6% 20% auto auto;
}
@media screen and (max-width: 1024px) {
  #mv .abs-copy {
    font-size: 2.4rem;
    inset: 17% 19% auto auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #mv .abs-copy {
    inset: 17% 8% auto auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #mv .abs-copy {
    inset: 16% 16% auto auto;
    font-size: 1.5rem;
  }
}
#mv .abs-copy span {
  margin-top: 3.9em;
}

/* ----------------------------------------------------------------------
like it
---------------------------------------------------------------------- */
#likeit {
  padding: 25.1rem 0 22rem;
}
@media screen and (max-width: 520px) {
  #likeit {
    padding: 17rem 0 17rem;
  }
}
#likeit .inner {
  padding-bottom: 45.5rem;
}
@media screen and (max-width: 1024px) {
  #likeit .inner {
    padding-bottom: 22rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #likeit .inner {
    padding-bottom: 45rem;
  }
}
#likeit .inner .ttl-box {
  text-align: center;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.3em;
  font-weight: 400;
  margin-bottom: 7.7em;
}
@media screen and (max-width: 520px) {
  #likeit .inner .ttl-box {
    font-size: 1.6rem;
    margin-bottom: 4.9em;
  }
}
#likeit .inner .ttl-box > p {
  font-size: 151%;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}
#likeit .inner .txt-box {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  font-size: 1.6rem;
  line-height: 3.125;
  letter-spacing: 0.32em;
  font-weight: 400;
}
#likeit .inner .txt-box span {
  writing-mode: vertical-rl;
  display: inline-block;
  min-height: 23em;
}
@media screen and (max-width: 1024px) {
  #likeit .inner .txt-box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #likeit .inner .txt-box {
    font-size: 1.2rem;
    line-height: 2.7;
  }
}
#likeit .inner .abs-img {
  position: absolute;
}
#likeit .inner .abs-img.first {
  width: 14.6%;
  inset: auto 32.2% 0 auto;
}
@media screen and (max-width: 520px) {
  #likeit .inner .abs-img.first {
    width: 30%;
    inset: auto 9% 0 auto;
  }
}
#likeit .inner .abs-img.second {
  width: 22.8%;
  inset: auto auto 17.7% 0;
}
@media screen and (max-width: 1024px) {
  #likeit .inner .abs-img.second {
    inset: auto auto 17.7% -5%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #likeit .inner .abs-img.second {
    inset: auto auto 14% -5%;
    width: 40%;
  }
}
#likeit .inner .abs-img.third {
  width: 27%;
  inset: 20.3% -6.5% auto auto;
}
@media screen and (max-width: 1024px) {
  #likeit .inner .abs-img.third {
    inset: 20.3% -11.5% auto auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #likeit .inner .abs-img.third {
    inset: auto -11.5% 28% auto;
    width: 44%;
  }
}

/* ----------------------------------------------------------------------
gallery01
---------------------------------------------------------------------- */
#gallery01 {
  padding: 0 1rem;
  margin-bottom: 30rem;
}
#gallery01 .gallery-box {
  margin-top: 20vh;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  padding: 1rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  gap: 1rem;
}
#gallery01 .gallery-box:first-child {
  margin-top: 0;
}
#gallery01 .gallery-box .child {
  width: calc((100% - 1rem) / 2);
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #gallery01 .gallery-box .child {
    width: 100%;
  }
}
#gallery01 .gallery-box .child img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 4s;
}
#gallery01 .gallery-box.is-scroll .child img {
  transform: scale(1.01);
}

/* ----------------------------------------------------------------------
むすび&カタチ
---------------------------------------------------------------------- */
#musubi {
  margin-bottom: 30rem;
}
#musubi:last-child {
  margin-bottom: 0;
}
#musubi .musubi-box {
  margin-bottom: 20rem;
}
#musubi .musubi-box .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 8rem;
}
@media screen and (max-width: 520px) {
  #musubi .musubi-box .inner {
    width: 96%;
  }
}
#musubi .musubi-box .inner .txt-box {
  max-width: 55.8rem;
  width: 55%;
  padding: 0 1%;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #musubi .musubi-box .inner .txt-box {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) {
  #musubi .musubi-box .inner .txt-box {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  #musubi .musubi-box .inner .txt-box {
    font-size: 1.2rem;
    padding: 0 2em;
  }
}
#musubi .musubi-box .inner .txt-box .vertical-ttl {
  min-height: 22em;
  margin-bottom: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
#musubi .musubi-box .inner .txt-box .vertical-ttl > h3 {
  font-size: 133.3%;
  letter-spacing: 0.7em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#musubi .musubi-box .inner .txt-box .vertical-ttl > p {
  font-size: 80%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#musubi .musubi-box .inner .txt-box .cmt {
  font-size: 80%;
  margin-top: 1em;
}
#musubi .musubi-box .inner .img-box {
  width: 42.2%;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  #musubi .musubi-box .inner .img-box {
    width: 100%;
    aspect-ratio: 1;
  }
}
#musubi .musubi-box .inner .img-box img {
  max-width: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#musubi .musubi-box.second .inner {
  flex-direction: row-reverse;
}
#musubi .musubi-box.second .inner .txt-box .vertical-ttl {
  justify-content: flex-start;
}

/* ----------------------------------------------------------------------
ボタンエリア
---------------------------------------------------------------------- */
#nav-area .nav-box {
  margin-top: 20vh;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 400;
  flex-direction: column;
  row-gap: 1em;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #nav-area .nav-box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #nav-area .nav-box {
    font-size: 1.2rem;
  }
}
#nav-area .nav-box h4 {
  font-size: 248%;
}
#nav-area .nav-box a {
  display: block;
  width: 4em;
}
#nav-area .nav-box:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  transition: 0.8s ease-out;
}
#nav-area .nav-box:first-child {
  margin-top: 0;
}
#nav-area .nav-box:nth-child(1):after {
  background-image: url(../img/top/btn-bg01@2x.webp);
  margin-top: 0;
}
#nav-area .nav-box:nth-child(2):after {
  background-image: url(../img/top/btn-bg02@2x.webp);
}
#nav-area .nav-box:nth-child(3):after {
  background-image: url(../img/top/btn-bg03@2x.webp);
}
#nav-area .nav-box:nth-child(4):after {
  background-image: url(../img/top/btn-bg04@2x.webp);
}
#nav-area .nav-box:has(a:hover):after {
  transform: scale(1.02);
}

/* ----------------------------------------------------------------------
ニュース
---------------------------------------------------------------------- */
#news {
  padding: 30rem 0;
}
@media screen and (max-width: 840px) {
  #news {
    padding: 24rem 0;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #news {
    padding: 18rem 0;
  }
}
#news .inner > h3 {
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #news .inner > h3 {
    font-size: 2.4rem;
  }
}
#news .inner .news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  row-gap: 5rem;
}
#news .inner .news-list .news-item {
  width: 30%;
}
@media screen and (max-width: 840px) {
  #news .inner .news-list .news-item {
    width: 32%;
  }
}
@media screen and (max-width: 840px) and (max-width: 840px) {
  #news .inner .news-list .news-item {
    width: 100%;
  }
}
#news .inner .news-list .news-item a {
  display: block;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.09em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #news .inner .news-list .news-item a {
    font-size: 1.3rem;
  }
}
#news .inner .news-list .news-item a .thumbnail {
  width: 100%;
  aspect-ratio: 450/590;
  background-color: #e1e1e1;
}
#news .inner .news-list .news-item a .ttl {
  padding: 1em 0;
}
#news .inner .news-list .news-item a .detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  font-size: 76.4%;
}
#news .inner .news-list .news-item a .detail .date {
  margin-right: 0.7em;
  padding-right: 0.7em;
  border-right: 0.1em solid #313131;
}
#news .inner .more {
  display: block;
  width: 15.6rem;
  margin: 7rem auto 0;
}