:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes square-animation {
  0% {
    box-shadow: 0 0 0 9999px #fff;
  }
  100% {
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 0 9999px #fff;
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.top-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 301;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.is_loaded .top-loading {
  opacity: 0;
  pointer-events: none;
}
.is_transition_disabled .top-loading {
  transition-delay: 0s;
}
.top-loading--txt {
  font-family: "Marcellus", serif;
  font-size: max(42px, 2.9166666667vw);
  opacity: 0;
}
@media (max-width: 768px) {
  .top-loading--txt {
    font-size: max(32px, 8.5333333333vw);
  }
}
.is_loading .top-loading--txt {
  animation: fadein-out 2.8s forwards;
}

.top-mv {
  width: 100%;
  height: 100vh;
  background-image: url(../../img/top-mv.webp);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  transition: 0.1s;
}
@media (max-width: 768px) {
  .top-mv {
    background-image: url(../../img/top-mv-sp.webp);
    background-position: 50% 0%;
  }
}
.top-mv--deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.top-mv--deco::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(600px, 41.6666666667vw);
  height: max(334px, 23.1944444444vw);
  transform: translate(-50%, -50%);
  background: transparent;
  box-shadow: 0 0 0 9999px #fff;
}
@media (max-width: 768px) {
  .top-mv--deco::before {
    width: max(215px, 57.3333333333vw);
    height: max(144px, 38.4vw);
  }
}
.is_loaded .top-mv--deco::before {
  animation: square-animation 0.7s forwards 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.top-mv--scroll {
  font-family: "Marcellus", serif;
  font-size: max(16px, 1.1111111111vw);
  writing-mode: vertical-rl;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: max(10px, 0.6944444444vw);
  line-height: 1.25;
  opacity: 0;
  transition: 1s;
  transition-delay: 2.4s;
}
@media (max-width: 768px) {
  .top-mv--scroll {
    font-size: max(12px, 3.2vw);
    right: max(7px, 1.8666666667vw);
    line-height: 1.25;
  }
}
.is_loaded .top-mv--scroll {
  opacity: 1;
}
.is_transition_disabled .top-mv--scroll {
  transition-delay: 0s;
}

.top-mv_ttl {
  position: absolute;
  width: 100%;
  bottom: max(40px, 2.7777777778vw);
  left: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-mv_ttl {
    bottom: 140px;
  }
}
@media (max-width: 500px) {
  .top-mv_ttl {
    bottom: 130px;
  }
}
.top-mv_ttl--txt {
  display: none;
}
.top-mv_ttl--logo_wrap {
  display: flex;
  width: max(2880px, 200vw);
}
@media (max-width: 768px) {
  .top-mv_ttl--logo_wrap {
    width: max(1536px, 409.6vw);
  }
}
.top-mv_ttl svg {
  width: max(1374px, 95.4166666667vw);
  display: block;
  margin-right: max(66px, 4.5833333333vw);
}
@media (max-width: 768px) {
  .top-mv_ttl svg {
    width: max(768px, 204.8vw);
    margin-right: 0;
  }
}
.top-mv_ttl svg #stroke > *,
.top-mv_ttl svg #fill > * {
  transition: 1s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translateY(-100%);
}
.is_loaded .top-mv_ttl svg #stroke > *,
.is_loaded .top-mv_ttl svg #fill > * {
  transform: none;
}
.is_transition_disabled .top-mv_ttl svg #stroke > *,
.is_transition_disabled .top-mv_ttl svg #fill > * {
  transition-delay: 0s;
}
.top-mv_ttl svg #stroke > *:nth-child(1),
.top-mv_ttl svg #fill > *:nth-child(1) {
  transition-delay: 2.1s;
}
.top-mv_ttl svg #stroke > *:nth-child(2),
.top-mv_ttl svg #fill > *:nth-child(2) {
  transition-delay: 2.3s;
}
.top-mv_ttl svg #stroke > *:nth-child(3),
.top-mv_ttl svg #fill > *:nth-child(3) {
  transition-delay: 2.05s;
}
.top-mv_ttl svg #stroke > *:nth-child(4),
.top-mv_ttl svg #fill > *:nth-child(4) {
  transition-delay: 2.4s;
}
.top-mv_ttl svg #stroke > *:nth-child(5),
.top-mv_ttl svg #fill > *:nth-child(5) {
  transition-delay: 2.2s;
}
.top-mv_ttl svg #stroke > *:nth-child(6),
.top-mv_ttl svg #fill > *:nth-child(6) {
  transition-delay: 2.15s;
}
.top-mv_ttl svg #stroke > *:nth-child(7),
.top-mv_ttl svg #fill > *:nth-child(7) {
  transition-delay: 2.35s;
}

.top-new {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  pointer-events: none;
  transition: 0.8s;
  transition-delay: 3s;
  z-index: 101;
}
@media (max-width: 500px) {
  .top-new {
    bottom: 5px;
    right: 5px;
    width: calc(100% - 10px);
    transition-delay: 0s;
  }
}
.is_loaded .top-new {
  pointer-events: auto;
  opacity: 1;
}
@media (max-width: 500px) {
  .is_loaded .top-new {
    opacity: 0;
    pointer-events: none;
  }
}
.is_transition_disabled .top-new {
  transition-delay: 0s;
}
@media (max-width: 500px) {
  .is_scrolled .top-new {
    pointer-events: auto;
    opacity: 1;
  }
}
.is_footer .top-new {
  opacity: 0;
  pointer-events: none;
}
.top-new--link {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 500px) {
  .top-new--link {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
}
.top-new--img {
  width: 150px;
  aspect-ratio: 150/100;
  object-fit: cover;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .top-new--img {
    width: 120px;
    margin-right: 15px;
  }
}
.top-new--txt {
  width: 226px;
}
@media (max-width: 500px) {
  .top-new--txt {
    width: calc(100% - 135px);
  }
}
.top-new--info {
  display: flex;
  align-items: center;
}
.top-new--new {
  display: inline-block;
  background-color: #111;
  color: #fff;
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  padding: 0 5px;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .top-new--new {
    font-size: clamp(0.8rem, 1vw, 1rem);
    line-height: 1.3;
    padding: 0 4px;
    margin-right: 5px;
  }
}
.top-new--time {
  font-size: clamp(1rem, 1vw, 1.2rem);
  font-weight: 500;
  line-height: 1.25;
  display: inline-block;
}
@media (max-width: 500px) {
  .top-new--time {
    line-height: 1.5;
  }
}
.top-new--ttl {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.8;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  max-height: 3.6em;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .top-new--ttl {
    margin-top: 3px;
  }
}
.top-new--ttl_txt {
  display: inline;
  border-bottom: 1px solid #CCCCCC;
}

.top-about {
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: max(150px, 10.4166666667vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .top-about {
    padding-top: max(108px, 28.8vw);
    padding-bottom: max(80px, 5.5555555556vw);
    display: block;
  }
}
.top-about--txt {
  width: 43.3333333333%;
  padding-top: 120px;
  padding-bottom: 115px;
  position: sticky;
  top: max(60px, 4.1666666667vw);
}
@media (max-width: 768px) {
  .top-about--txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }
}
.top-about--sub_ttl {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  font-weight: 500;
  line-height: 2;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .top-about--sub_ttl {
    font-size: clamp(2.2rem, 2.3vw, 2.4rem);
    margin-top: 50px;
  }
}
.top-about--desc {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 2;
  margin-top: 68px;
}
@media (max-width: 768px) {
  .top-about--desc {
    margin-top: 70px;
  }
}
.top-about--art {
  width: 50%;
  position: relative;
  right: -8.3333333333vw;
  opacity: 0;
  transition: 1s;
}
@media (max-width: 1200px) {
  .top-about--art {
    right: -3vw;
  }
}
@media (max-width: 768px) {
  .top-about--art {
    right: auto;
    width: 100%;
    margin-top: 77px;
    aspect-ratio: 335/452;
    overflow: hidden;
  }
}
.top-about--art.is_show {
  opacity: 1;
}
@media (max-width: 768px) {
  .top-about--art_wrap {
    animation: infinity-scroll-top 16s infinite linear both;
  }
}
.top-about--img {
  width: 100%;
  display: block;
  margin-top: max(10px, 0.6944444444vw);
}
@media (max-width: 768px) {
  .top-about--img {
    margin-top: max(5px, 1.3333333333vw);
  }
}

.top-business {
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: max(140px, 9.7222222222vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .top-business {
    padding-top: max(80px, 21.3333333333vw);
    padding-bottom: max(160px, 42.6666666667vw);
    display: block;
  }
}
.top-business--txt {
  width: 50%;
}
@media (max-width: 768px) {
  .top-business--txt {
    width: 100%;
  }
}
.top-business--desc {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 2;
  margin-top: 97px;
}
@media (max-width: 768px) {
  .top-business--desc {
    margin-top: 54px;
  }
}
.top-business--photo_wrap {
  width: 34.5833333333%;
  aspect-ratio: 415/512;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .top-business--photo_wrap {
    width: 100vw;
    margin-left: -5vw;
    margin-top: 37px;
    aspect-ratio: 375/463;
  }
}
.top-business--photo_inner {
  overflow: hidden;
  transform: translateY(40px);
  opacity: 0;
  transition: 1s;
}
.top-business--photo_inner:first-of-type {
  width: 54.2168674699%;
  aspect-ratio: 450/800;
}
@media (max-width: 768px) {
  .top-business--photo_inner:first-of-type {
    width: 54.1333333333%;
  }
}
.top-business--photo_inner:last-of-type {
  width: 36.1445783133%;
  aspect-ratio: 300/450;
  margin-top: auto;
  transition-delay: 0.15s;
}
@media (max-width: 768px) {
  .top-business--photo_inner:last-of-type {
    width: 36.2666666667%;
  }
}
.is_show .top-business--photo_inner {
  transform: translateY(0);
  opacity: 1;
}
.top-business--photo {
  width: 150%;
  margin-left: -25%;
  transition: 1s;
  display: block;
}
.is_show .top-business--photo {
  width: 120%;
  margin-left: -10%;
  margin-top: -20%;
}
.top-business--img {
  width: 100%;
  display: block;
  height: auto;
  transition: 1s;
  transition-delay: -1.2s;
}

.top-business_list {
  padding-top: max(152px, 10.5555555556vw);
  padding-bottom: max(100px, 6.9444444444vw);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .top-business_list {
    padding-top: 0;
    padding-bottom: max(40px, 10.6666666667vw);
    display: block;
  }
}
.top-business_list--img_wrap {
  width: 50%;
  position: sticky;
  left: 0;
  top: calc((100vh - max(560px, 38.8888888889vw)) / 2);
  transform: translateX(-8.3333333333vw);
  height: max(560px, 38.8888888889vw);
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 1.2s;
}
@media (max-width: 1200px) {
  .top-business_list--img_wrap {
    transform: translateX(-3vw);
  }
}
@media (max-width: 768px) {
  .top-business_list--img_wrap {
    display: none;
  }
}
.top-business_list--img_wrap.is_show {
  opacity: 1;
}
.top-business_list--img_inner {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 600/400;
  position: relative;
}
.top-business_list--img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.top-business_list--img:first-of-type {
  top: 0;
}
.top-business_list--img:nth-of-type(2), .top-business_list--img:last-of-type {
  top: 100%;
}
.top-business_list--txt {
  width: 50%;
  counter-reset: listnum;
}
@media (max-width: 1200px) {
  .top-business_list--txt {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .top-business_list--txt {
    width: 100%;
  }
}
.top-business_list--group {
  position: relative;
  height: max(560px, 38.8888888889vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .top-business_list--group {
    height: auto;
    display: block;
    padding-top: 40px;
    padding-bottom: 58px;
  }
}
@media (max-width: 768px) {
  .top-business_list--group:before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 600/400;
    margin-bottom: 23px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.top-business_list--group:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #111;
  position: absolute;
  top: 0;
  right: -8.3333333333vw;
}
@media (max-width: 1200px) {
  .top-business_list--group:after {
    right: -3vw;
  }
}
@media (max-width: 768px) {
  .top-business_list--group:after {
    right: -5vw;
  }
}
@media (max-width: 768px) {
  .top-business_list--group:first-of-type:before {
    background-image: url(../../img/top-business-list-img01.webp);
  }
}
@media (max-width: 768px) {
  .top-business_list--group:nth-of-type(2):before {
    background-image: url(../../img/top-business-list-img02.webp);
  }
}
@media (max-width: 768px) {
  .top-business_list--group:last-of-type {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .top-business_list--group:last-of-type:before {
    background-image: url(../../img/top-business-list-img03.webp);
  }
}
.top-business_list--term {
  font-family: "Marcellus", serif;
  font-size: clamp(4rem, 4.1vw, 4.2rem);
  line-height: 1.2619047619;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  .top-business_list--term {
    font-size: clamp(2.8rem, 2.9vw, 3rem);
    line-height: 1.2333333333;
    padding-left: calc(1.6rem + 10px);
  }
}
.top-business_list--term:before {
  counter-increment: listnum;
  content: "0" counter(listnum);
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  position: absolute;
  top: 1em;
  left: calc(-1em - 23px);
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .top-business_list--term:before {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    left: 0;
  }
}
.top-business_list--term.is_show:before {
  opacity: 1;
}
.top-business_list--desc {
  margin-top: 6px;
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 2;
}
@media (max-width: 768px) {
  .top-business_list--desc {
    line-height: 2;
    padding-left: calc(1.6rem + 10px);
  }
}

.top-achievements {
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .top-achievements {
    padding-top: max(80px, 21.3333333333vw);
    padding-bottom: max(80px, 21.3333333333vw);
  }
}
.top-achievements--inner {
  padding-top: 138px;
  position: relative;
}
@media (max-width: 768px) {
  .top-achievements--inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
.top-achievements--desc {
  text-align: center;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 2.1111111111;
  margin-top: 50px;
  position: relative;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 768px) {
  .top-achievements--desc {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    line-height: 2;
    margin-top: 0;
  }
}
.top-achievements--desc-mt0 {
  margin-top: 0;
}
.top-achievements--img {
  display: block;
  position: absolute;
  transition: 0.5s;
  transition-delay: -2s;
}
@media (max-width: 768px) {
  .top-achievements--img {
    position: static;
    margin-top: max(35px, 9.3333333333vw);
    margin-bottom: max(35px, 9.3333333333vw);
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 0s;
  }
}
@media (max-width: 768px) {
  .top-achievements--img.is_show {
    transform: none;
    opacity: 1;
  }
}
.top-achievements--img-01 {
  width: 360px;
  top: 97px;
  left: calc(50% - 600px);
}
@media (max-width: 768px) {
  .top-achievements--img-01 {
    width: max(187px, 49.8666666667vw);
    margin-left: -5vw;
    padding-top: 0;
  }
}
.top-achievements--img-02 {
  width: 450px;
  top: 228px;
  left: calc(50% + 270px);
}
@media (max-width: 768px) {
  .top-achievements--img-02 {
    width: max(295px, 78.6666666667vw);
    margin-left: auto;
    margin-right: -5vw;
  }
}
.top-achievements--img-03 {
  width: 450px;
  top: 478px;
  left: calc(50% - 720px);
}
@media (max-width: 768px) {
  .top-achievements--img-03 {
    width: max(295px, 78.6666666667vw);
    margin-left: -5vw;
  }
}
.top-achievements--img-04 {
  width: 360px;
  top: 678px;
  left: calc(50% + 240px);
}
@media (max-width: 768px) {
  .top-achievements--img-04 {
    width: max(188px, 50.1333333333vw);
    margin-left: auto;
    margin-right: -5vw;
  }
}
.top-achievements--photo {
  display: block;
  width: 100%;
  transition: transform 0.2s ease-out;
}

.top-achievements_ttl {
  width: 100%;
  overflow-x: hidden;
  display: flex;
}
.top-achievements_ttl--inner {
  width: max(4856px, 337.2222222222vw);
  display: flex;
}
@media (max-width: 768px) {
  .top-achievements_ttl--inner {
    width: max(2448px, 652.8vw);
  }
}
.top-achievements_ttl--wrap {
  display: flex;
  width: max(2428px, 168.6111111111vw);
}
@media (max-width: 768px) {
  .top-achievements_ttl--wrap {
    width: max(1224px, 326.4vw);
  }
}
.top-achievements_ttl--img {
  width: max(1158px, 80.4166666667vw);
  margin-right: max(56px, 3.8888888889vw);
}
@media (max-width: 768px) {
  .top-achievements_ttl--img {
    width: max(584px, 155.7333333333vw);
    margin-right: max(28px, 7.4666666667vw);
  }
}

.top-works {
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: max(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .top-works {
    padding-top: max(80px, 21.3333333333vw);
    padding-bottom: max(80px, 21.3333333333vw);
  }
}
.top-works--container {
  height: calc(var(--works-section-base-height, 3749px) + 110px + 16.6666666667vw);
}
@media (max-width: 1200px) {
  .top-works--container {
    height: calc(var(--works-section-base-height, 3749px) + 110px + 6vw);
  }
}
@media (max-width: 768px) {
  .top-works--container {
    height: auto;
  }
}
.top-works--wrapper {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-works--wrapper {
    height: auto;
    display: block;
    position: static;
  }
}
.top-works--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(var(--works-section-base-height, 3749px) + 110px + 16.6666666667vw);
  padding-left: 8.3333333333vw;
  padding-right: 8.3333333333vw;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  height: 100%;
}
@media (max-width: 1200px) {
  .top-works--inner {
    width: calc(var(--works-section-base-height, 3749px) + 110px + 6vw);
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (max-width: 768px) {
  .top-works--inner {
    display: block;
    width: 90%;
    position: static;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-works--list {
  width: 100%;
  height: 588px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 104px;
  padding-left: 110px;
}
@media (max-width: 768px) {
  .top-works--list {
    height: auto;
    flex-wrap: wrap;
    margin-top: max(60px, 16vw);
    padding-left: 0;
  }
}
.top-works--item {
  mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  mask-position: 55% 0;
  mask-size: 250% 100%;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.4s, mask-position 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}
.top-works--item.is_show {
  mask-position: 0 0;
  opacity: 1;
}
.top-works--item:first-of-type {
  width: 11.7631368365%;
}
@media (max-width: 768px) {
  .top-works--item:first-of-type {
    width: 100%;
  }
}
.top-works--item:nth-of-type(2) {
  width: 11.7631368365%;
  transform: translateY(10.0340136054%);
}
@media (max-width: 768px) {
  .top-works--item:nth-of-type(2) {
    transform: none;
    width: 58.5074626866%;
    margin-left: -5vw;
    margin-top: 80px;
  }
}
.top-works--item:nth-of-type(3) {
  width: 5.8949053081%;
  transform: translateY(39.9659863946%);
}
@media (max-width: 768px) {
  .top-works--item:nth-of-type(3) {
    transform: none;
    width: 29.552238806%;
    margin-right: 5.9701492537%;
    margin-top: 156px;
  }
}
.top-works--item:nth-of-type(4) {
  width: 23.526273673%;
}
@media (max-width: 768px) {
  .top-works--item:nth-of-type(4) {
    width: 100%;
    margin-top: 80px;
  }
}
.top-works--item:nth-of-type(5) {
  width: 5.8682315284%;
  transform: translateY(39.9659863946%);
}
@media (max-width: 768px) {
  .top-works--item:nth-of-type(5) {
    transform: none;
    margin-top: 156px;
    width: 29.552238806%;
    margin-left: 5.9701492537%;
  }
}
.top-works--item:nth-of-type(6) {
  width: 11.7631368365%;
  transform: translateY(10.0340136054%);
}
@media (max-width: 768px) {
  .top-works--item:nth-of-type(6) {
    transform: none;
    width: 58.5074626866%;
    margin-right: -5vw;
    margin-top: 80px;
  }
}
.top-works--item:last-of-type {
  width: 11.7631368365%;
}
@media (max-width: 768px) {
  .top-works--item:last-of-type {
    width: 100%;
    margin-top: 80px;
  }
}
.top-works--img {
  display: block;
  max-width: 100%;
}

.top-mission {
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: max(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .top-mission {
    padding-top: max(80px, 21.3333333333vw);
    padding-bottom: max(107px, 28.5333333333vw);
  }
}
.top-mission--ttl {
  margin-left: auto;
}
.top-mission--wrap {
  margin-top: 41px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top-mission--wrap {
    margin-top: 61px;
    display: block;
  }
}
.top-mission--img_wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .top-mission--img_wrap {
    width: 100%;
  }
}
.top-mission--img_overlay {
  display: block;
  width: max(300px, 20.8333333333vw);
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-mission--img_overlay {
    width: max(255px, 68vw);
  }
}
.top-mission--img_overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.top-mission--img {
  display: block;
  width: 100%;
  mix-blend-mode: luminosity;
}
.top-mission--txt {
  width: 50%;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .top-mission--txt {
    width: 100%;
    margin-top: 70px;
  }
}
.top-mission--sub_ttl {
  font-size: clamp(2.6rem, 2.917vw, 3.2rem);
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 768px) {
  .top-mission--sub_ttl {
    font-size: clamp(2.2rem, 2.3vw, 2.4rem);
  }
}
.top-mission--desc {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  line-height: 2;
  margin-top: 32px;
}
.top-mission--desc:first-of-type {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .top-mission--desc:first-of-type {
    margin-top: 50px;
  }
}

.top-store {
  padding-top: max(178px, 12.3611111111vw);
  padding-bottom: max(178px, 12.3611111111vw);
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-store {
    padding-top: max(110px, 29.3333333333vw);
    padding-bottom: max(110px, 29.3333333333vw);
  }
}
.top-store--inner {
  position: relative;
}
.top-store--ttl {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.top-store--ttl .m-ttl--sub_inner {
  transform: none;
}
@media (max-width: 768px) {
  .top-store--ttl .m-ttl--sub_inner {
    transform: translateY(2em);
  }
}
.top-store--ttl .m-ttl--main > span {
  transform: none;
}
@media (max-width: 768px) {
  .top-store--ttl .m-ttl--main > span {
    transform: translateY(-80%);
  }
}
@media (max-width: 768px) {
  .top-store--ttl.is_show .m-ttl--sub_inner,
  .top-store--ttl.is_show .m-ttl--main > span {
    transform: none;
  }
}
.top-store--desc {
  font-size: clamp(1.8rem, 1.9vw, 2rem);
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .top-store--desc {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    margin-top: 16px;
  }
}

.top-store_bg {
  width: 110%;
  height: 110%;
  overflow: hidden;
  position: absolute;
  top: -5%;
  left: -5%;
  display: flex;
  justify-content: center;
  filter: url(#wave-filter);
  opacity: 0;
  transition: 0.5s;
}
.top-store_bg.is_no_animation {
  filter: none;
  opacity: 1;
}
.top-store_bg.is_show {
  opacity: 1;
}
.top-store_bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(51, 51, 51, 0.4) 0%, #111 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-store_bg--wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250vw;
  height: 100%;
}
@media (max-width: 1200px) {
  .top-store_bg--wrap {
    width: 282vw;
  }
}
@media (max-width: 768px) {
  .top-store_bg--wrap {
    width: 100%;
  }
}
.top-store_bg--inner {
  width: 83.3333333333vw;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 1200px) {
  .top-store_bg--inner {
    width: 94vw;
  }
}
@media (max-width: 768px) {
  .top-store_bg--inner {
    width: 100%;
    background-size: auto 90%;
  }
}
.top-store_bg--inner:first-of-type {
  background-image: url(../../img/top-store-bg-inner01.webp);
}
@media (max-width: 768px) {
  .top-store_bg--inner:first-of-type {
    display: none;
  }
}
.top-store_bg--inner:nth-of-type(2) {
  background-image: url(../../img/top-store-bg-inner02.webp);
}
.top-store_bg--inner:last-of-type {
  background-image: url(../../img/top-store-bg-inner03.webp);
}
@media (max-width: 768px) {
  .top-store_bg--inner:last-of-type {
    display: none;
  }
}

.top-store_list {
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .top-store_list {
    margin-top: 38px;
    width: 90%;
    display: block;
  }
}
.top-store_list--group {
  width: 270px;
  border-top: 1px solid #707070;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .top-store_list--group {
    width: 100%;
    line-height: 1.4375;
  }
}
@media (max-width: 768px) {
  .top-store_list--group:last-of-type {
    margin-top: 35px;
  }
}
.top-store_list--term {
  margin-top: 14px;
  font-weight: 500;
}
.top-store_list--term:before {
  content: "- ";
}
.top-store_list--desc {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .top-store_list--desc {
    display: flex;
    align-items: center;
  }
}
.top-store_list--link {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  margin-left: 1em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 20px;
  line-height: 1.4375;
  width: fit-content;
}
@media (max-width: 768px) {
  .top-store_list--link {
    line-height: 1.6428571429;
    margin-top: 0;
    margin-right: 55px;
    margin-left: 0;
  }
}
.top-store_list--link:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .top-store_list--link:first-of-type {
    margin-left: 1em;
  }
}
@media (max-width: 768px) {
  .top-store_list--link:last-of-type {
    margin-right: 0;
  }
}
.top-store_list--link:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 12/12;
  background-image: url(../../img/icon/icon-arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transform: rotate(-45deg);
  margin-top: -6px;
  transition: 0.3s;
}
.top-store_list--link:hover:after {
  background-image: url(../../img/icon/icon-arrow-white.svg);
}
@media (max-width: 768px) {
  .top-store_list--link:hover:after {
    background-image: url(../../img/icon/icon-arrow-gray.svg);
  }
}
.top-store_list--link:hover .top-store_list--txt:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media (max-width: 768px) {
  .top-store_list--link:hover .top-store_list--txt:after {
    transform: scale(0, 1);
  }
}
.top-store_list--txt {
  display: inline-block;
  padding-bottom: 6px;
  position: relative;
  margin-right: 18px;
}
.top-store_list--txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-store_list--txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.top-contact--link {
  background-color: #111;
  display: block;
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: max(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .top-contact--link {
    padding-top: max(77px, 20.5333333333vw);
    padding-bottom: max(80px, 21.3333333333vw);
  }
}
.top-contact--link:hover {
  background-color: #333;
}
@media (max-width: 768px) {
  .top-contact--link:hover {
    background-color: #111;
  }
}
.top-contact--link:hover .top-contact--img_wrap:after {
  opacity: 1;
}
.top-contact--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top-contact--inner {
    display: block;
  }
}
.top-contact--ttl {
  max-width: 50%;
}
@media (max-width: 1200px) {
  .top-contact--ttl {
    font-size: clamp(11rem, 12vw, 13rem);
    max-width: none;
  }
}
@media (max-width: 768px) {
  .top-contact--ttl {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-contact--img_wrap {
  width: 50%;
  aspect-ratio: 600/300;
  position: relative;
  font-size: clamp(10rem, 12vw, 14rem);
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .top-contact--img_wrap {
    width: 40%;
    font-size: clamp(11rem, 12vw, 13rem);
  }
}
@media (max-width: 768px) {
  .top-contact--img_wrap {
    width: 100%;
    aspect-ratio: 335/197;
    margin-top: 20px;
  }
}
.top-contact--img_wrap:before {
  content: "";
  display: block;
  background-color: #707070;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(0.35em);
}
@media (max-width: 768px) {
  .top-contact--img_wrap:before {
    top: auto;
    bottom: 10.6666666667vw;
    transform: none;
  }
}
.top-contact--img_wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../img/top-contact-img-wrap.webp);
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .top-contact--img_wrap:after {
    width: 88.0597014925%;
    opacity: 1;
  }
}

.top-blog {
  padding-top: max(140px, 9.7222222222vw);
  padding-bottom: max(140px, 9.7222222222vw);
}
@media (max-width: 768px) {
  .top-blog {
    margin-top: max(80px, 21.3333333333vw);
    padding-top: max(76px, 20.2666666667vw);
    padding-bottom: max(160px, 42.6666666667vw);
  }
}
.top-blog--link {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 190px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .top-blog--link {
    margin-top: 60px;
  }
}
.top-blog--link:before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #111;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.top-blog--link:hover:before {
  height: 100%;
}
@media (max-width: 768px) {
  .top-blog--link:hover:before {
    height: 0;
  }
}
.top-blog--link:hover .top-blog--link_txt {
  color: #fff;
}
@media (max-width: 768px) {
  .top-blog--link:hover .top-blog--link_txt {
    color: #333;
  }
}
.top-blog--link:hover .top-blog--link_deco:before {
  left: 100%;
}
@media (max-width: 768px) {
  .top-blog--link:hover .top-blog--link_deco:before {
    left: 0;
  }
}
.top-blog--link:hover .top-blog--link_deco:after {
  left: 0;
}
@media (max-width: 768px) {
  .top-blog--link:hover .top-blog--link_deco:after {
    left: -100%;
  }
}
.top-blog--link_txt {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.3s;
  position: relative;
}
.top-blog--link_deco {
  display: block;
  width: 12px;
  aspect-ratio: 12/12;
  position: relative;
  overflow: hidden;
}
.top-blog--link_deco:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/icon/icon-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
}
.top-blog--link_deco:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/icon/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: -100%;
}

.top-blog_list--item:nth-of-type(3n+1) {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .top-blog_list--item:nth-of-type(3n+1) {
    margin-top: 60px;
  }
}
.top-blog_list--item:nth-of-type(3n+2) {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .top-blog_list--item:nth-of-type(3n+2) {
    margin-top: 60px;
  }
}
.top-blog_list--item:nth-of-type(3n) {
  margin-top: 160px;
  transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .top-blog_list--item:nth-of-type(3n) {
    margin-top: 60px;
    transition: 0s;
  }
}

/*# sourceMappingURL=top.css.map */
