.wrapper {
  padding-top: 0;
}
.wrapper:has(.topContents.opening) {
  overflow: hidden;
  height: 100dvh;
}

.op-block {
  background: black;
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.op-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.op-block__skip {
  position: absolute;
  width: fit-content;
  left: 0;
  right: 0;
  bottom: 28px;
  margin: auto;
  color: var(--gray99);
  font-family: var(--notoSerif);
  font-size: 1.9rem;
  letter-spacing: 0.23em;
  line-height: 1;
}
@media (max-width: 767px) {
  .op-block__skip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
  }
}
@media (min-width: 768px) {
  .op-block__skip {
    display: block;
    bottom: 88px;
  }
}
.op-block__skip:after {
  content: "";
  display: block;
  background: url(../img/icon/ico-skip.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}
@media (min-width: 768px) {
  .op-block__skip:after {
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translate(100%, -50%);
  }
}

.topContents {
  overflow: hidden;
}
.topContents .kv-swiper-container {
  position: relative;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .topContents .kv-swiper-container {
    margin-bottom: 168px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .kv-swiper-container {
    margin-bottom: 90px;
  }
}
.topContents .kv-swiper-container .swiper-slide {
  position: relative;
}
.topContents .kv-swiper-container .swiper-slide__link {
  display: block;
}
.topContents .kv-swiper-container .swiper-slide__link:hover {
  opacity: 1;
}
.topContents .kv-swiper-container .swiper-slide__info {
  color: var(--colorEB);
  position: absolute;
  left: 7.2916666667%;
  bottom: 12.0082815735%;
}
.topContents .kv-swiper-container .swiper-slide__info__bottom {
  margin-top: 14px;
  font-family: var(--cinzel);
  font-size: 1.1rem;
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .topContents .kv-swiper-container .swiper-slide__info__bottom {
    font-size: 1.7rem;
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .kv-swiper-container .swiper-slide__info__bottom {
    font-size: 0.9rem;
    margin-top: 17px;
  }
}
.topContents .kv-swiper-container .swiper-slide__title {
  font-family: var(--notoSerif);
  font-size: 2.5rem;
  letter-spacing: 0.18em;
  line-height: 1.4255319149;
}
@media (min-width: 768px) {
  .topContents .kv-swiper-container .swiper-slide__title {
    font-size: 4.7rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .kv-swiper-container .swiper-slide__title {
    font-size: 2.8rem;
  }
}
.topContents .kv-swiper-container:after {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .kv-swiper-container:after {
    height: 95px;
  }
}
.topContents .kv-swiper-container .kv-swiper-prev,
.topContents .kv-swiper-container .kv-swiper-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.topContents .kv-swiper-container .kv-swiper-prev {
  left: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .kv-swiper-container .kv-swiper-prev {
    left: 20px;
  }
}
.topContents .kv-swiper-container .kv-swiper-next {
  right: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .kv-swiper-container .kv-swiper-next {
    right: 20px;
  }
}
.topContents .kv-swiper-container .kv-swiper-pagination {
  font-family: var(--cinzel);
  position: absolute;
  left: auto;
  right: 20px;
  bottom: 7px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: fit-content;
  z-index: 10;
  gap: 10px;
}
@media (min-width: 768px) {
  .topContents .kv-swiper-container .kv-swiper-pagination {
    gap: 11px;
    right: 36px;
    bottom: 8px;
  }
}
.topContents .kv-swiper-container .kv-swiper-pagination__separate {
  border-right: solid 0.5px #818080;
  height: 15px;
}
@media (min-width: 768px) {
  .topContents .kv-swiper-container .kv-swiper-pagination__separate {
    height: 19px;
  }
}
.topContents .kv-swiper-container .kv-swiper-pagination .swiper-pagination-total {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .topContents .banner-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .banner-area {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .banner-area {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 767px) {
  .topContents .banner-area {
    margin-bottom: 76px;
  }
  .topContents .banner-area .banner:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .topContents .banner-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: auto;
    margin-bottom: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .banner-area {
    gap: 16px;
    margin-bottom: 70px;
  }
}
.topContents .banner-area .banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.topContents .banner-area .banner__link {
  display: block;
}
.topContents .banner-area .banner__link img {
  width: 100%;
  transition: transform 0.3s ease;
}
.topContents .banner-area .banner__link:hover {
  opacity: 1;
}
.topContents .banner-area .banner__link:hover img {
  transform: scale(1.1);
}
.topContents .banner-area .banner img {
  width: 100%;
  transition: transform 0.3s ease;
}
.topContents .banner-area .banner__txt {
  color: white;
  font-family: var(--cinzel);
  font-size: 0.9rem;
  letter-spacing: 0.23em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11px;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .topContents .banner-area .banner__txt {
    font-size: 2.3rem;
    bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .banner-area .banner__txt {
    font-size: 1.4rem;
    bottom: 20px;
  }
}
.topContents .section__ttl {
  font-family: var(--cinzel);
  font-size: 1.4rem;
  letter-spacing: 0.23em;
  margin: auto;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .topContents .section__ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .section__ttl {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .section__ttl {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .topContents .section__ttl {
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .section__ttl {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }
}
.topContents .section__header {
  margin-bottom: 26px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .topContents .section__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .section__header {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .section__header {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .topContents .section__header {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .section__header {
    margin-bottom: 50px;
  }
}
.topContents .section__header .section__ttl {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.topContents .section__header__link {
  font-family: var(--cinzel);
  font-size: 1.1rem;
  color: var(--colorEB);
  letter-spacing: 0.23em;
  line-height: 1;
}
@media (min-width: 1024px) {
  .topContents .section__header__link {
    font-size: 1.8rem;
  }
}
.topContents .section__header__link:after {
  content: "";
  display: block;
  background: "";
  width: 18px;
  border-bottom: solid 0.25px #DDDDDD;
  margin-top: 3px;
}
@media (min-width: 1024px) {
  .topContents .section__header__link:after {
    border-bottom: solid 1px #DDDDDD;
    width: 44px;
    margin-top: 8px;
  }
}
.topContents .section__header__sns-list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .topContents .section__header__sns-list img[width="24"] {
    width: 15px;
  }
  .topContents .section__header__sns-list img[width="20"] {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .topContents .section__header__sns-list {
    gap: 29px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .section__header__sns-list {
    gap: 23px;
  }
  .topContents .section__header__sns-list img[width="24"] {
    width: 19px;
  }
  .topContents .section__header__sns-list img[width="20"] {
    width: 16px;
  }
}
.topContents .recommend-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .topContents .recommend-section {
    margin-bottom: 326px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .recommend-section {
    margin-bottom: 115px;
  }
}
.topContents .item-swiper-container {
  position: relative;
}
@media (max-width: 767px) {
  .topContents .item-swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .item-swiper-container {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .item-swiper-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.topContents .item-swiper-container:before, .topContents .item-swiper-container:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) {
  .topContents .item-swiper-container:before, .topContents .item-swiper-container:after {
    width: 76px;
  }
}
.topContents .item-swiper-container:before {
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.topContents .item-swiper-container:after {
  background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
.topContents .item-swiper-container .item-swiper-prev,
.topContents .item-swiper-container .item-swiper-next {
  position: absolute;
  z-index: 3;
  top: 43%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .topContents .item-swiper-container .item-swiper-prev,
  .topContents .item-swiper-container .item-swiper-next {
    width: 30px;
  }
}
.topContents .item-swiper-container .item-swiper-prev {
  left: 9px;
}
@media (min-width: 768px) {
  .topContents .item-swiper-container .item-swiper-prev {
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .item-swiper-container .item-swiper-prev {
    left: 20px;
  }
}
.topContents .item-swiper-container .item-swiper-next {
  right: 9px;
}
@media (min-width: 768px) {
  .topContents .item-swiper-container .item-swiper-next {
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .item-swiper-container .item-swiper-next {
    right: 20px;
  }
}
.topContents .concept-section {
  position: relative;
  background: url(../img/top/concept-bg@sp.png) no-repeat top 160px center;
  background-size: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .topContents .concept-section {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-bottom: 104px;
  }
  .topContents .concept-section .concept-pic {
    position: relative;
  }
  .topContents .concept-section .concept-pic:before {
    content: "";
    display: block;
    background: "";
    width: 100%;
    height: 50px;
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.13) 78.82%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
  }
  .topContents .concept-section .concept-pic:after {
    content: "";
    display: block;
    background: "";
    width: 100%;
    height: 50px;
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.13) 78.82%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .topContents .concept-section {
    background: url(../img/top/concept-bg.png) no-repeat center center;
    background-size: cover;
    padding: 56px 3.125% 150px;
    display: grid;
    grid-template-columns: 23.4375% auto 23.4375%;
    gap: 5.2083333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section {
    gap: 37px;
    grid-template-columns: 1fr max(375px, 39.55078125%) 1fr;
    padding: 50px 32px 18px;
  }
}
@media (min-width: 768px) {
  .topContents .concept-section img {
    position: relative;
    z-index: 2;
  }
}
.topContents .concept-section__content {
  text-align: center;
  position: relative;
  padding-top: 75px;
  z-index: 2;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .topContents .concept-section__content:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.13) 78.82%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 190px;
  }
}
.topContents .concept-section:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.13) 78.82%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 190px;
}
@media (max-width: 767px) {
  .topContents .concept-section:before {
    z-index: 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section:before {
    height: 100px;
  }
}
.topContents .concept-section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.13) 78.82%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 190px;
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section:after {
    height: 100px;
  }
}
.topContents .concept-section__en-ttl {
  font-family: var(--cinzel);
  letter-spacing: 0.23em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .topContents .concept-section__en-ttl {
    font-size: 1rem;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section__en-ttl {
    font-size: 1rem;
    margin-bottom: 1em;
  }
}
.topContents .concept-section__ttl {
  color: var(--colorEB);
  font-family: var(--notoSerif);
  font-size: 1.7rem;
  letter-spacing: 0.18em;
  line-height: 1.4473684211;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .topContents .concept-section__ttl {
    font-size: min(5.4676258993cqw, 3.8rem);
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section__ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
.topContents .concept-section__txt {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .topContents .concept-section__txt {
    width: 290px;
    margin: auto;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .topContents .concept-section__txt {
    font-size: min(2.3021582734cqw, 1.6rem);
    margin-bottom: 34px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section__txt {
    font-size: max(1rem, 2.962962963cqw);
  }
}
.topContents .concept-section__txt p {
  line-height: 1.6875;
}
.topContents .concept-section__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
.topContents .concept-section .view-more {
  display: grid;
  place-content: center;
  width: 156px;
  height: 40px;
  background: var(--colorB2);
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 50px;
  margin: auto;
}
@media (min-width: 768px) {
  .topContents .concept-section .view-more {
    font-size: 1.5rem;
    width: 243px;
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .concept-section .view-more {
    font-size: 1.2rem;
    width: 130px;
    height: 27px;
  }
}
.topContents__bottom {
  position: relative;
}
@media (max-width: 767px) {
  .topContents__bottom {
    background: url(../img/top/bottom-bg@sp.png) no-repeat top -130px center;
    background-size: 138.6666666667%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents__bottom {
    background: url(../img/top/bottom-bg@tb.png) no-repeat top -30px center;
    background-size: 116.796875%;
    padding-top: 113px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .topContents__bottom {
    background: url(../img/top/bottom-bg.png) no-repeat top -216px center;
    background-size: 117.1875%;
    padding-top: 192px;
  }
}
@media (max-width: 767px) {
  .topContents .collection-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .collection-section {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 767px) {
  .topContents .collection-section {
    margin-bottom: 100px;
    padding: 0;
  }
  .topContents .collection-section__content {
    overflow-x: auto;
    padding-bottom: 1em;
  }
  .topContents .collection-section__content:before, .topContents .collection-section__content:after {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 2;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .topContents .collection-section__content:before, .topContents .collection-section__content:after {
    width: 76px;
  }
}
@media (max-width: 767px) {
  .topContents .collection-section__content:before {
    background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
  }
  .topContents .collection-section__content:after {
    background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
    right: 0;
  }
}
@media (min-width: 768px) {
  .topContents .collection-section {
    margin-bottom: 250px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section {
    margin-bottom: 100px;
  }
}
.topContents .collection-section .section__ttl {
  margin-bottom: 46px;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .topContents .collection-section .section__ttl {
    padding: 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section .section__ttl {
    margin-bottom: 50px;
  }
}
.topContents .collection-section__list {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  gap: 30px;
}
@media (max-width: 767px) {
  .topContents .collection-section__list {
    width: max-content;
  }
}
@media (min-width: 768px) {
  .topContents .collection-section__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section__list {
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .topContents .collection-section .collection:nth-child(2) {
    padding-top: 80px;
  }
}
.topContents .collection-section .collection__link {
  display: block;
}
.topContents .collection-section .collection__link img {
  width: 100%;
  transition: transform 0.3s ease;
}
.topContents .collection-section .collection__link:hover {
  opacity: 1;
}
.topContents .collection-section .collection__link:hover img {
  transform: scale(1.1);
}
.topContents .collection-section .collection__pic {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .topContents .collection-section .collection__pic {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section .collection__pic {
    margin-bottom: 20px;
  }
}
.topContents .collection-section .collection__info {
  text-align: center;
}
.topContents .collection-section .collection__en-ttl {
  font-family: var(--cinzel);
  font-size: 1.5rem;
  color: var(--colorEB);
  margin-bottom: 5px;
  letter-spacing: 0.23em;
}
@media (min-width: 768px) {
  .topContents .collection-section .collection__en-ttl {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section .collection__en-ttl {
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}
.topContents .collection-section .collection__ttl {
  font-family: var(--notoSerif);
  font-size: 1.6rem;
  letter-spacing: 0.33em;
  line-height: 1;
}
@media (min-width: 768px) {
  .topContents .collection-section .collection__ttl {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .collection-section .collection__ttl {
    font-size: 1rem;
  }
}
.topContents .projects-section {
  margin-bottom: 150px;
}
.topContents .projects-section .section__header {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .topContents .projects-section {
    margin-bottom: 228px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .projects-section {
    margin-bottom: 118px;
  }
}
.topContents .projects-swiper-container {
  position: relative;
}
@media (max-width: 767px) {
  .topContents .projects-swiper-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .projects-swiper-container {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .projects-swiper-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.topContents .projects-swiper-container:before, .topContents .projects-swiper-container:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) {
  .topContents .projects-swiper-container:before, .topContents .projects-swiper-container:after {
    width: 76px;
  }
}
.topContents .projects-swiper-container:before {
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.topContents .projects-swiper-container:after {
  background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
.topContents .projects-swiper-container .projects-swiper-prev,
.topContents .projects-swiper-container .projects-swiper-next {
  position: absolute;
  z-index: 3;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
}
.topContents .projects-swiper-container .projects-swiper-prev {
  left: 30px;
}
.topContents .projects-swiper-container .projects-swiper-next {
  right: 30px;
}
.topContents .projects-swiper-container .project__link {
  display: block;
}
.topContents .projects-swiper-container .project__link img {
  width: 100%;
  transition: transform 0.3s ease;
}
.topContents .projects-swiper-container .project__link:hover {
  opacity: 1;
}
.topContents .projects-swiper-container .project__link:hover img {
  transform: scale(1.1);
}
.topContents .projects-swiper-container .project__pic {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .topContents .projects-swiper-container .project__pic {
    margin-bottom: 40px;
  }
}
.topContents .projects-swiper-container .project__ttl {
  color: var(--colorEB);
  font-family: var(--cinzel);
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .topContents .projects-swiper-container .project__ttl {
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.topContents .projects-swiper-container .project__txt {
  letter-spacing: 0.05em;
  line-height: 1.6875;
  overflow-wrap: break-word;
}
.topContents .sns-section {
  margin-bottom: 114px;
}
.topContents .sns-section:before, .topContents .sns-section:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) {
  .topContents .sns-section:before, .topContents .sns-section:after {
    width: 76px;
  }
}
.topContents .sns-section:before {
  background: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.topContents .sns-section:after {
  background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
@media (min-width: 768px) {
  .topContents .sns-section {
    margin-bottom: 212px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .sns-section {
    margin-bottom: 156px;
  }
}
.topContents .sns-section__content img {
  width: 100%;
}
@media (max-width: 767px) {
  .topContents .bottom-area {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .topContents .bottom-area {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .bottom-area {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 768px) {
  .topContents .bottom-area__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .bottom-area__list {
    gap: 0 16px;
  }
}
@media (max-width: 767px) {
  .topContents .bottom-area .bottom-block:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .topContents .bottom-area .bottom-block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
  }
}
.topContents .bottom-area .bottom-block__pic {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .topContents .bottom-area .bottom-block__pic {
    margin-bottom: 67px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .bottom-area .bottom-block__pic {
    margin-bottom: 30px;
  }
}
.topContents .bottom-area .bottom-block__ttl {
  color: var(--colorEB);
  font-family: var(--notoSerif);
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .topContents .bottom-area .bottom-block__ttl {
    font-size: 2.6rem;
    margin-bottom: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .topContents .bottom-area .bottom-block__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.topContents .bottom-area .bottom-block__txt {
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
@media (max-width: 767px) {
  .topContents .bottom-area .bottom-block__txt {
    font-size: 1rem;
  }
}
