/*----------------------------------------
MAIN
-----------------------------------------*/
#top .com-title {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: 500;
  padding-left: 20px;
}
#top .mv {
  background: #1a1a1a;
}
#top .mv__vertical {
  display: none;
}
#top .mv__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#top .mv__item {
  position: relative;
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.38);
}
#top .mv__item picture,
#top .mv__item img {
  display: block;
  width: 100%;
  height: 100%;
}
#top .mv__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-filter 0.35s ease;
  transition: -webkit-filter 0.35s ease;
  transition: filter 0.35s ease;
  transition: filter 0.35s ease, -webkit-filter 0.35s ease;
}
#top .mv__item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
#top .mv__item span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#top .mv__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
@media only screen and (min-width: 769px) {
  #top .mv__item:hover {
    opacity: 1;
  }
  #top .mv__item:hover img {
    opacity: 1;
    -webkit-filter: brightness(0.62);
            filter: brightness(0.62);
  }
  #top .mv__item:hover span, #top .mv__item:hover::after {
    opacity: 1;
  }
}
#top__vertical {
  display: none;
}
#top .special {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 27% 8% 65%;
  grid-template-columns: 27% 65%;
  gap: 8%;
  padding: 100px 0 12rem;
}
#top .special--onebox {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
}
#top .special--onebox .special__slider {
  max-width: 900px;
  margin-inline: auto;
}
#top .special__photo img {
  width: 100%;
}
#top .special__body {
  min-width: 0;
  padding-top: 1.5rem;
}
#top .special__body h2 {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
#top .special__slide {
  position: relative;
  padding: 0 30px;
  text-align: center;
}
#top .special__slide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 5.8rem;
  background: #d8d8d8;
}
#top .special__slide img {
  max-height: 373px;
  margin: 0 auto 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .special__slide h3 {
  margin-bottom: 10px;
  font-size: clamp(1.5rem, 1.5vw, 2.5rem);
  font-weight: 500;
  text-align: center;
}
#top .special__slide a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: clamp(1.1rem, 1.1vw, 1.5rem);
}
#top .special__slide a::before, #top .special__slide a::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #d8d8d8;
}
#top .special .slick-arrow {
  display: none !important;
}
#top .scroll_wrap {
  padding-left: 10vw;
  overflow: hidden;
}
#top .scroll_wrap .mediaSec {
  overflow: auto;
}
#top .mediaSec {
  margin-bottom: 80px;
  overflow: hidden;
}
#top .mediaSec--news h2, #top .mediaSec--contents h2 {
  padding-left: 8vw;
}
#top .mediaSec--news .mediaScroll, #top .mediaSec--contents .mediaScroll {
  padding: 0 calc(10vw + 40px);
}
#top .mediaSec--movie {
  margin-bottom: 15.5rem;
}
#top .mediaScroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  overflow-x: scroll;
  padding: 0 calc(2.8vw + 40px);
}
@media (min-width: 1820px) {
  #top .mediaScroll {
    padding: 0;
    width: 1820px;
    margin-inline: auto;
  }
}
#top .mediaCard {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  display: block;
}
#top .mediaCard img {
  width: 100%;
  aspect-ratio: 901/601;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
#top .mediaCard small {
  display: block;
  font-size: 1rem;
}
#top .mediaCard span {
  display: block;
}
#top .mediaCard time {
  display: block;
  font-size: 1rem;
}
#top .mediaSec--movie .mediaScroll {
  gap: 15px;
}
#top .mediaSec--movie .mediaCard {
  -ms-flex-preferred-size: 320px;
      flex-basis: 320px;
}
#top .mediaSec--movie .mediaCard img {
  aspect-ratio: 1125/633;
  border-radius: 15px;
}
#top .brand {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.1fr 0.9fr;
  grid-template-columns: 1.1fr 0.9fr;
  background: #f4f2ed;
}
#top .brand__image {
  min-height: 63rem;
}
#top .brand__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .brand__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 4rem;
  text-align: center;
}
#top .brand__text h2 {
  margin-bottom: 50px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
#top .brand__text p {
  font-size: 1.7rem;
  line-height: 2.4;
}
#top .shop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1.1fr;
  grid-template-columns: 0.9fr 1.1fr;
  background: #f4f2ed;
}
#top .shop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8rem 4rem;
  text-align: center;
}
#top .shop__text h2 {
  margin-bottom: 40px;
  font-size: 3rem;
}
#top .shop__text p {
  margin-bottom: 40px;
  font-size: 1.7rem;
  line-height: 2.3;
}
#top .shop__text a {
  padding: 10px 25px;
  background: #1a1a1a;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
#top .shop__image {
  min-height: 62rem;
}
#top .shop__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .intro {
  padding: 14rem 0 7rem;
  text-align: center;
}
#top .intro h2 {
  margin: 0 auto 6rem;
  width: 390px;
}
#top .intro__lead {
  margin-bottom: 12rem;
  font-size: 1.7rem;
  line-height: 2.3;
}
#top .intro__link {
  width: 35rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1a1a1a;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 768px) {
  #top {
    padding-top: 48px;
  }
  #top .com-title {
    margin-bottom: 10px;
    font-size: 2rem;
    padding-left: 0;
  }
  #top .mv {
    position: relative;
  }
  #top .mv__grid {
    position: relative;
    z-index: 1;
  }
  #top .mv__item {
    height: auto;
  }
  #top .mv__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #top .mv__item > span {
    opacity: 1;
    font-size: 1.5rem;
    text-decoration: none;
  }
  #top .mv__item > span::after {
    content: none;
  }
  #top .special {
    display: block;
    padding-block: 20px 42px;
  }
  #top .special__photo {
    margin-bottom: 20px;
  }
  #top .special__photo img {
    aspect-ratio: 1/1.25;
  }
  #top .special__body {
    padding-top: 0;
  }
  #top .special__body h2 {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  #top .special__slider {
    margin: 0;
  }
  #top .special__slide {
    padding: 0 48px;
  }
  #top .special__slide::after {
    display: none;
  }
  #top .special__slide img {
    width: auto;
    height: 178px;
    margin-bottom: 22px;
  }
  #top .special__slide h3 {
    margin-bottom: 7px;
    font-size: 2rem;
  }
  #top .special__slide a {
    gap: 11px;
    font-size: 1.5rem;
  }
  #top .special__slide a::before, #top .special__slide a::after {
    width: 13px;
  }
  #top .special .slick-arrow {
    display: block !important;
    position: absolute;
    top: 84px;
    z-index: 2;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    overflow: hidden;
  }
  #top .special .slick-arrow::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
  }
  #top .special .slick-prev {
    left: 2px;
  }
  #top .special .slick-prev::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #top .special .slick-next {
    right: 2px;
  }
  #top .special .slick-next::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #top .mediaSec {
    width: 100%;
    margin-bottom: 26px;
  }
  #top .mediaSec--news h2, #top .mediaSec--contents h2 {
    padding-left: 0;
  }
  #top .mediaSec--news .mediaScroll, #top .mediaSec--contents .mediaScroll {
    padding-left: 10%;
  }
  #top .mediaSec--movie {
    margin-bottom: 40px;
  }
  #top .mediaScroll {
    gap: 10px;
    padding-bottom: 4px;
    padding-left: 10%;
  }
  #top .mediaCard {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
  #top .mediaCard small {
    font-size: 1rem;
  }
  #top .mediaCard span,
  #top .mediaCard time {
    font-size: 1rem;
  }
  #top .mediaCard span {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  #top .mediaSec--movie .mediaCard {
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
  }
  #top .brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .brand__image {
    min-height: auto;
  }
  #top .brand__text {
    padding: 34px 5% 38px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top .brand__text h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  #top .brand__text p {
    font-size: 1.3rem;
    line-height: 2.25;
  }
  #top .shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .shop__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 36px 20px 40px;
  }
  #top .shop__text h2 {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  #top .shop__text p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 2.1;
  }
  #top .shop__text a {
    min-width: 250px;
    padding: 15px 20px;
    font-size: 1.2rem;
  }
  #top .shop__image {
    min-height: auto;
  }
  #top .intro {
    padding: 40px 0;
    text-align: center;
  }
  #top .intro h2 {
    margin: 0 auto 20px;
    width: 290px;
  }
  #top .intro__lead {
    margin-bottom: 50px;
    font-size: 1.3rem;
    line-height: 2.3;
  }
  #top .intro__link {
    width: 250px;
    height: 50px;
    font-size: 1.2rem;
    margin: 0 auto 10px;
  }
}