@charset "UTF-8";
.fixed__menu {
  position: fixed;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .fixed__menu {
    display: none;
  }
}
.fixed__menu--lists {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.fixed__menu--list {
  text-align: right;
}
.fixed__menu--list a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 800;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.fixed__menu--list a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease;
}
.fixed__menu--list a::after {
  content: "";
  height: 1px;
  width: 200%;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.3s ease;
}
.fixed__menu--list.active a {
  position: relative;
}
.fixed__menu--list.active a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
}
.fixed__menu--list.active a::after {
  content: "";
  height: 1px;
  width: 200%;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: scaleX(1);
}
.fixed__menu--list:hover a {
  position: relative;
}
.fixed__menu--list:hover a::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 1;
}
.fixed__menu--list:hover a::after {
  content: "";
  height: 1px;
  width: 200%;
  background: #000;
  position: absolute;
  bottom: 2px;
  left: 0;
  transform: scaleX(1);
}
.fixed__menu.white .fixed__menu--list a {
  color: #fff;
}
.fixed__menu.white .fixed__menu--list a::after {
  background: #fff;
}
.fixed__menu.white .fixed__menu--list a::before {
  background: #fff;
}

.fv {
  width: 100%;
  position: relative;
  z-index: 10;
  height: calc(100vh - 60px);
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100vh;
    height: 100svh;
  }
}
.fv__inner {
  position: absolute;
  top: 0;
  right: 3%;
  width: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 101;
}
@media screen and (max-width: 768px) {
  .fv__inner {
    padding: 13.3333333333vw 20px;
    height: auto;
    top: unset;
    right: unset;
    left: 0;
    bottom: 60px;
    width: 100%;
  }
}
.fv__img {
  height: 100%;
  position: relative;
}
.fv__img img {
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.fv__img .swiper-wrapper {
  height: 100%;
}
.fv__img .swiper-slide {
  display: block;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv__img .swiper-slide::after {
    position: absolute;
    display: block;
    content: "";
    height: 25%;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #000000);
    z-index: 10;
  }
}
.fv__img .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__img .swiper-pagination2 {
  top: unset;
  position: absolute;
  bottom: 50px;
  right: 60px;
  left: unset;
  background: #fff;
  z-index: 1000;
  width: 159px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .fv__img .swiper-pagination2 {
    display: none;
  }
}
.fv__img .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #383838;
}
.fv__logo {
  text-align: right;
}
@media screen and (max-width: 1320px) {
  .fv__logo {
    max-width: 300px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .fv__logo {
    margin-left: 0;
    width: 48vw;
  }
}
.fv__caption {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .fv__caption {
    width: calc(100% - 40px);
    left: 20px;
    margin-top: 6.6666666667vw;
    font-size: 4.8vw;
    color: #fff;
  }
}
.fv.mens .fv__caption span {
  color: #fff;
}
.fv.pro .fv__caption {
  color: #fff;
}

.special {
  background-image: url(../img/special-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .special {
    background-image: url(../img/special-bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.special_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.special_bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special__inner {
  padding: 250px 0 180px;
  width: 95%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .special__inner {
    padding: 21.3333333333vw 0 14.9333333333vw;
    width: 90%;
  }
}
.special__title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 250px;
  position: relative;
  z-index: 5;
  font-weight: 800;
  white-space: nowrap;
  top: 50%;
  position: sticky;
}
@media screen and (max-width: 1320px) {
  .special__title {
    font-size: 140px;
  }
}
@media screen and (max-width: 768px) {
  .special__title {
    font-size: 20.2666666667vw;
  }
}
.special__title--sticky {
  height: 800px;
  position: absolute;
  top: -400px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1320px) {
  .special__title--sticky {
    top: -500px;
  }
}
@media screen and (max-width: 768px) {
  .special__title--sticky {
    height: 192vw;
    top: -160vw;
  }
}
.special__img {
  max-width: 715px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1320px) {
  .special__img {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .special__img {
    width: 76%;
    margin-bottom: 13.3333333333vw;
  }
}
.special__head {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 48px;
}
@media screen and (max-width: 1320px) {
  .special__head {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .special__head {
    font-size: 4.8vw;
    margin-bottom: 9.3333333333vw;
  }
}
.special__text {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1320px) {
  .special__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .special__text {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
    text-align: left;
    padding: 0 5.3333333333vw;
  }
}

.pickup {
  position: relative;
  z-index: 7;
}
.pickup > div {
  background: linear-gradient(to bottom, #fff 10%, #DBC9BF, #D6A9A3, #DBC9BF, #fff 90%);
}
@media screen and (max-width: 768px) {
  .pickup > div {
    background: none;
  }
}
.pickup__inner {
  padding: 488px 0 180px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pickup__inner {
    padding: 40vw 0 0;
  }
}
.pickup__title {
  text-align: center;
  font-size: 140px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.pickup__title--sticky {
  height: 800px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  top: -350px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1320px) {
  .pickup__title--sticky {
    top: -500px;
  }
}
@media screen and (max-width: 768px) {
  .pickup__title--sticky {
    height: 192vw;
    top: -149.3333333333vw;
  }
}
.pickup__title--sticky > div {
  top: 50%;
  position: sticky;
}
@media screen and (max-width: 1320px) {
  .pickup__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .pickup__title {
    font-size: 16vw;
  }
}
.pickup .subTitle {
  display: block;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 35px;
}
@media screen and (max-width: 1320px) {
  .pickup .subTitle {
    font-size: 28px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pickup .subTitle {
    font-size: 3.7333333333vw;
  }
}
.pickup__slider {
  padding: 50px 0 200px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pickup__slider {
    padding: 21.3333333333vw 0 34.6666666667vw;
  }
}
.pickup__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.pickup__slider--item {
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.pickup__slider--item img {
  aspect-ratio: 0.75 !important;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.3);
}
.pickup__slider--item .contents {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .pickup__slider--item .contents {
    height: auto;
    top: unset;
    bottom: 0;
    opacity: 1;
    padding: 30px 10px 10px;
    gap: 10px;
    background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.pickup__slider--item .contents .date {
  color: #fff;
  font-weight: 800;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .pickup__slider--item .contents .date {
    font-size: 2.9333333333vw;
    color: #817F7F;
  }
}
.pickup__slider--item .contents .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .pickup__slider--item .contents .title {
    text-align: left;
    font-size: 3.2vw;
    color: #000000;
  }
}
.pickup__slider--item:hover {
  opacity: 1;
}
.pickup__slider--item:hover .contents {
  opacity: 1;
}
.pickup__slider--item:nth-of-type(odd) {
  transform: translateY(80px);
}
@media screen and (max-width: 768px) {
  .pickup__slider--item:nth-of-type(odd) {
    transform: translateY(80px);
  }
}
.pickup .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickup .swiper-pagination-bullet {
  background: #000;
  opacity: 1;
  width: 6px;
  height: 6px;
  margin: 0 10px !important;
}
@media screen and (max-width: 768px) {
  .pickup .swiper-pagination-bullet {
    margin: 0 4px !important;
  }
}
.pickup .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
}

.article__inner {
  padding: 100px 0 130px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article__inner {
    padding: 21.3333333333vw 0;
    width: 100%;
  }
}
.article__title {
  text-align: center;
  font-size: 140px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.article__title .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (max-width: 1320px) {
  .article__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 16vw;
  }
}
.article__catsWrap {
  margin-top: 21px;
  width: 100%;
  overflow-x: auto;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .article__catsWrap {
    padding: 0 5.3333333333vw;
  }
  .article__catsWrap::-webkit-scrollbar {
    display: none;
  }
}
.article__cats {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .article__cats {
    width: -moz-max-content;
    width: max-content;
    gap: 20px;
  }
}
.article__cat {
  font-weight: 800;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .article__cat {
    font-size: 3.4666666667vw;
  }
}
.article__lists {
  margin-top: 100px;
  margin-bottom: 80px;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 1320px) {
  .article__lists {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article__lists {
    margin-top: 8vw;
    padding: 0 5.3333333333vw;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 10.6666666667vw;
  }
}
.article__list {
  display: inline-block;
  /* 多段組向けに inline-block に */
  width: 100%;
  /* カラム幅に合わせる */
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  /* 要素の分断を防止 */
  margin-bottom: 70px;
}
@media screen and (max-width: 1320px) {
  .article__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article__list {
    margin-bottom: 26px;
  }
}
.article__list--img {
  margin-bottom: 16px;
  overflow: hidden;
}
.article__list--img img {
  width: 100%;
  transition: all 0.2s ease;
}
.article__list--img:hover img {
  transform: scale(1.1);
}
.article__list--date {
  font-size: 11px;
  font-weight: bold;
  display: block;
  color: #817F7F;
}
.article__list--title {
  margin: 10px 0 20px;
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article__list--title {
    font-size: 3.2vw;
    margin: 10px 0;
  }
}
.article__list--cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.article__list--cat {
  border: 1px solid #000;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  display: block;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .article__list--cat {
    font-size: 2.9333333333vw;
  }
}
.article__list--cat:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.more__btn {
  display: block;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  border: 2px solid #000000;
  border-radius: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  transition: 0.3s ease;
  background-image: url(../img/icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 33px;
  background-position: 95%;
  background-color: #fff;
  box-shadow: 5px 5px;
}
@media screen and (max-width: 1320px) {
  .more__btn {
    width: 360px;
  }
}
@media screen and (max-width: 768px) {
  .more__btn {
    width: 166px;
    height: 33px;
    line-height: 30px;
    font-size: 15px;
    background-size: 19px;
    box-shadow: 6px 6px;
  }
}
.more__btn:hover {
  opacity: 1;
  background-color: #D5D5D5;
  box-shadow: none;
  transform: translate(10px);
}
@media screen and (max-width: 768px) {
  .more__btn:hover {
    transform: translate(6px);
  }
}

.movie {
  overflow: hidden;
}
.movie.preppy {
  background: url(../img/movie-bg-preppy.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .movie.preppy {
    background: url(../img/movie-bg-preppy-sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.movie.mens {
  background: url(../img/movie-bg-mens.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .movie.mens {
    background: url(../img/movie-bg-mens-sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.movie.pro {
  background: url(../img/movie-bg-pro.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .movie.pro {
    background: url(../img/movie-bg-pro-sp.png) no-repeat;
    background-size: 100%;
    background-position: center;
  }
}
.movie__inner {
  padding: 200px 0 200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .movie__inner {
    padding: 18.6666666667vw 0 26.6666666667vw;
  }
}
.movie__title {
  text-align: center;
  font-size: 140px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.movie__title .char {
  display: inline-block;
  transform: translateY(-120%);
}
@media screen and (max-width: 1320px) {
  .movie__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .movie__title {
    font-size: 16vw;
  }
}
.movie__slider {
  margin: 60px 0 100px;
}
.movie__slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .movie__slider {
    margin: 8vw 0;
  }
}
.movie__slider--item {
  aspect-ratio: 0.6;
}
.movie__slider--item img {
  border-radius: 27px;
  aspect-ratio: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.movie__slider--item iframe {
  border-radius: 27px;
  width: 100%;
  height: 100% !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
@media screen and (max-width: 768px) {
  .movie__slider--item iframe {
    height: 450px;
  }
}
.movie__slider--item video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 27px;
}
.movie__link {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .movie__link {
    margin: 40px auto;
  }
  .movie__link img {
    width: 40px;
  }
  .movie__link img.tiktok {
    width: 30px;
  }
}
.movie__linkBox {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .movie__linkBox {
    margin: 40px auto;
  }
}
.movie__linkBox img {
  vertical-align: bottom;
}
.movie__linkBox .movie__link {
  margin: 0;
}
.movie__linkBox span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.movie__linkBox .icons {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
}

.event {
  overflow: hidden;
}
.event__inner {
  padding: 150px 0;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .event__inner {
    padding: 21.3333333333vw 0 34.6666666667vw;
  }
}
.event__title {
  text-align: center;
  font-size: 140px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 1320px) {
  .event__title {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .event__title {
    font-size: 16vw;
  }
}
.event__title span {
  padding: 0 60px;
  background: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: translateY(50px);
  opacity: 1;
}
.event__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #707070;
}
.event__slider {
  margin-top: 154px;
  margin-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .event__slider {
    margin-top: 80px;
  }
}
.event__slider .swiper-slide img {
  height: auto;
  width: 100%;
}
.event .swiper-button-prev:after,
.event .swiper-rtl .swiper-button-next:after,
.event .swiper-button-next:after,
.event .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.event .swiper-button-next,
.event .swiper-button-prev {
  width: 95px;
}
@media screen and (max-width: 768px) {
  .event .swiper-button-next,
  .event .swiper-button-prev {
    display: none;
  }
}
.event .swiper-button-prev {
  left: 30px;
}
.event .swiper-button-next {
  right: 30px;
}
.event__thumbnail {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .event__thumbnail {
    width: 90%;
    border-right: none;
  }
}
.event__thumbnail .swiper-slide {
  padding: 20px 50px;
  text-align: center;
  border-left: 1px solid #B5B5B5;
  opacity: 0.4;
  cursor: pointer;
}
.event__thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .event__thumbnail .swiper-slide {
    padding: 10px 20px;
    border-left: none;
  }
  .event__thumbnail .swiper-slide + .swiper-slide {
    border-left: 1px solid #B5B5B5;
  }
}

.magazine {
  overflow: hidden;
}
.magazine__inner {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .magazine__inner {
    padding: 8vw 0 0;
    background: #000;
  }
}
.magazine__title {
  text-align: center;
  font-size: 140px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  margin-bottom: -30px;
  overflow: hidden;
}
.magazine__title .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (max-width: 1320px) {
  .magazine__title {
    font-size: 90px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .magazine__title {
    overflow: visible;
    font-size: 16vw;
    color: #fff;
    margin-bottom: 5.3333333333vw;
  }
}
.magazine__bg {
  background: #000;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .magazine__bg {
    padding-top: 0;
    padding-bottom: 16vw;
  }
}
.magazine__box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .magazine__box {
    flex-direction: column-reverse;
    gap: 41px;
  }
}
.magazine__left {
  width: 28%;
}
@media screen and (max-width: 1320px) {
  .magazine__left {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .magazine__left {
    width: 95%;
    margin: 0 auto;
  }
}
.magazine__head {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 26px;
}
@media screen and (max-width: 1320px) {
  .magazine__head {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .magazine__head {
    font-size: 4.8vw;
    text-align: center;
  }
}
.magazine__text {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .magazine__text {
    font-size: 3.4666666667vw;
  }
}
.magazine__center {
  width: 41%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1320px) {
  .magazine__center {
    width: 48%;
  }
}
.magazine__center span {
  display: none;
  width: 56px;
  height: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EEE7DD;
  border-radius: 50%;
  gap: 15px;
  position: absolute;
  z-index: 2;
  top: -30px;
  left: -30px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .magazine__center span {
    display: flex;
  }
}
.magazine__center img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .magazine__center {
    width: 85%;
    margin: 0 auto;
  }
}
.magazine__right {
  width: 26%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1320px) {
  .magazine__right {
    display: none;
  }
}
.magazine__right .circle {
  width: 333px;
  height: 333px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #EEE7DD;
  border-radius: 50%;
  gap: 15px;
  margin-left: -60px;
  margin-bottom: 42px;
}
.magazine__right .circle span {
  font-size: 56px;
  font-weight: 500;
}
.magazine__detail h4 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 22px;
}
.magazine__detail .date {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 26px;
  margin-bottom: 26px;
  display: block;
  position: relative;
}
.magazine__detail .date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 28px;
  background: #fff;
}
.magazine__detail .price {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.magazine__slider {
  width: 95%;
  margin: 0 auto;
  margin-top: 100px;
}
.magazine__slider .swiper-wrapper {
  transition-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .magazine__slider {
    display: none !important;
  }
}
.magazine__slider--item {
  text-align: center;
}
.magazine__slider--item img {
  margin-bottom: 16px;
  width: 100%;
}
.magazine__slider--item span {
  color: #fff;
  line-height: 1.7;
  font-size: 14px;
  font-weight: bold;
}
.magazine .more__btn {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .magazine .more__btn {
    margin-top: 10.6666666667vw;
    display: block !important;
  }
}
.magazine .pro .more__btn {
  margin-top: 0;
  display: block !important;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .magazine .pro .more__btn {
    width: 250px;
    margin-top: 30px;
    font-size: 12px;
  }
}

.swiper-wrapper > p {
  text-align: center;
  margin: 0 auto;
}

.event__slider--item:hover {
  opacity: 1;
}

.event__slider--box {
  position: relative;
}

#event__slider02,
#event__slider05,
#event__slider08 {
  width: 30%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #event__slider02,
  #event__slider05,
  #event__slider08 {
    top: 0;
    transform: translate(0);
    width: 40%;
  }
}

#event__slider01,
#event__slider04,
#event__slider07 {
  width: 46%;
  z-index: 101;
  position: relative;
  overflow: hidden;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  #event__slider01,
  #event__slider04,
  #event__slider07 {
    width: 75%;
    transform: translateY(90px);
  }
}

#event__slider03,
#event__slider06,
#event__slider09 {
  width: 30%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #event__slider03,
  #event__slider06,
  #event__slider09 {
    width: 40%;
    top: 0;
    transform: translate(0);
  }
}

.event__thumbnail {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .event__thumbnail {
    margin-top: 37.3333333333vw;
  }
}
.event__thumbnail--lists {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  border-right: 1px solid #B5B5B5;
}
.event__thumbnail--list {
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  width: 33.3333333333%;
  border-left: 1px solid #B5B5B5;
}
.event__thumbnail--list img {
  opacity: 0.5;
}
.event__thumbnail--list.is-active img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .event__thumbnail--list {
    padding: 5px 0px;
  }
}
.event__thumbnail--list img {
  width: auto;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .event__thumbnail--list img {
    height: 7.2vw;
  }
}

.event__sliderPrev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
  cursor: pointer;
  width: 30%;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
  transition: 0.3s ease;
}
.event__sliderPrev:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .event__sliderPrev {
    width: 40%;
    display: none;
  }
}

.event__sliderNext {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 100;
  cursor: pointer;
  width: 30%;
  padding-right: 50px;
  aspect-ratio: 1;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  transition: 0.3s ease;
}
.event__sliderNext:hover {
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .event__sliderNext {
    width: 40%;
    display: none;
  }
}

.pickup__slider--item {
  will-change: transform;
}/*# sourceMappingURL=top.css.map */