@charset "UTF-8";


.more-btn-black {
  max-width: 120px;
  display: block;
}

/* =================================
top-fv
================================= */
.top-fv {
  margin-bottom:0;
}
.top-fv__slider {
  position:relative;
  height:800px;
  overflow:hidden;
}
.top-fv__slide {
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .6s ease, visibility .6s ease;
}
.top-fv__slide.is-active {
  opacity:1;
  visibility:visible;
}
.top-fv__slide img {
  height:100%;
  object-fit:cover;
}
.top-fv__content {
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:center;
}
.top-fv__box {
  max-width:560px;
  color:#fff;
}
.top-fv__ttl {
  line-height:1.35;
  text-shadow: 
  0 0 7px rgba(0, 0, 0, 0.8),
  0 0 10px rgba(0, 0, 0, 0.8);
}
.top-fv__txt {
  margin-top:25px;
  text-shadow: 
  0 0 7px rgba(0, 0, 0, 0.8),
  0 0 10px rgba(0, 0, 0, 0.8);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
.top-fv__btns {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  margin-top:35px;
}
.top-fv__btn {
  min-width:240px;
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  border:1px solid #fff;
  font-weight:500;
}
.top-fv__btn span {
  padding-right:35px;
  position:relative;
}
.top-fv__btn span::after {
  content:"";
  width:10px;
  height:10px;
  border-top:1px solid currentColor;
  border-right:1px solid currentColor;
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%) rotate(45deg);
}
.top-fv__btn--ghost {
  color:#fff;
  background:rgba(255,255,255,.1);
}
.top-fv__btn--white {
  color:#000;
  background:#fff;
  border-color:#fff;
}
.top-fv__dots {
  position:absolute;
  left:50%;
  bottom:25px;
  transform:translateX(-50%);
  z-index:2;
  display:flex;
  gap:15px;
}
.top-fv__dot {
  width:12px;
  height:12px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.45);
  cursor:pointer;
  padding:0;
}
.top-fv__dot.is-active {
  background:#dcb686;
}

@media screen and (max-width: 768px) {
  .top-fv__slider {
    height:700px
  }
  .top-fv__content {
    align-items:flex-start;
    padding-top:70px;
  }
  .top-fv__box {
    max-width: none;
    width: 100%;
  }
  .top-fv__txt {
    margin-top:20px;
  }
  .top-fv__btns {
    flex-direction:column;
    gap:15px;
    margin-top:30px;
  }
  .top-fv__btn {
    min-width:0;
    width:100%;
    max-width:290px;
    padding:16px 20px;
  }
  .top-fv__btn--ghost {
    background:rgba(255,255,255,.3);
  }
  .top-fv__dots {
    bottom:18px;
    gap:12px;
  }
  .top-fv__dot {
    width:10px;
    height:10px;
  }
}

@media screen and (max-width: 500px) {
  .top-fv__slider {
    height:600px
  }
  .top-fv__content {
    padding: 70px 8% 0;
  }
  .top-fv__btns {
    max-width: 300px;
    margin: 30px auto 0;
  }
  .top-fv__btn {
    max-width:none;
  }
}


/* =================================
top-sec-head
================================= */
.top-sec-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.top-sec-head--center {
  align-items:flex-end;
}
.top-sec-head--line {
  padding-bottom:10px;
  border-bottom:1px solid #000;
}
.top-sec-head__ttl-en {
  color:#b3b3b3;
  line-height:1;
}
.top-sec-head__ttl-ja {
  margin-top:5px;
}

@media screen and (max-width: 768px) {
  .top-sec-head {
    align-items:flex-end;
  }
}

/* =================================
top-news
================================= */

.top-news {
  background: #f7f8fa;
  padding: 40px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.top-news .top-sec-head__ttl-en {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.top-news__item + .top-news__item {
  margin-top:5px;
}
.top-news__link {
  display:flex;
  align-items:center;
  gap:35px;
}
.top-news__date {
  width:90px;
  flex-shrink:0;
  color:#666;
  line-height:1.8;
}
.top-news__ttl {
  line-height:1.8;
}

@media screen and (max-width: 1000px) {
  .top-news__inner {
    flex-direction: column;
    position: relative;
  }
  .top-news .more-btn-black {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .top-news__list {
    margin-top:25px;
  }
  .top-news__link {
    display:block;
  }
  .top-news__ttl {
    margin-top:5px;
    line-height:1.7;
  }
}


/* =================================
top-lineup
================================= */

.top-lineup__head {
  position: relative;
  text-align: center;
}
    
.top-lineup__ttl {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.top-lineup .more-btn-black {
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.top-lineup__list {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:40px 40px;
  margin-top:50px;
}
.top-lineup__img {
  background:#fff;
}

  @media screen and (max-width: 768px) {
  .top-lineup__list {
    grid-template-columns:repeat(2, 1fr);
    gap:30px 20px;
    margin-top:35px;
  }
}

@media screen and (max-width: 500px) {
  .top-lineup__list {
    gap:25px 15px;
  }
}


/* =================================
top-stock
================================= */
.top-stock {
  margin-bottom:80px;
}
.top-stock__list {
  display:flex;
  flex-direction:column;
}
.top-stock__item + .top-stock__item {
  border-top:1px solid rgba(255,255,255,.5);
}
.top-stock__link {
  height:360px;
  display:block;
  position:relative;
  overflow:hidden;
}
.top-stock__link img {
  position:absolute;
  inset:0;
  height:100%;
  object-fit:cover;
}
.top-stock__link::after {
  content:"";
  width:60%;
  height:100%;
  background:linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.8) 45%, rgba(0,0,0,.1) 100%);
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}
.top-stock__content {
  width:100%;
  max-width:1200px;
  height:100%;
  padding:0 2%;
  margin:0 auto;
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
}
.top-stock__ttl {
  color:#fff;
  padding-right:110px;
  position:relative;
}
.top-stock__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 74px;
  height: 8px;
  background-image: url("../img/common/arrow-white-long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-stock__item:first-child .top-stock__link {
  border-top:1px solid #d0b57f;
}
.top-stock__item + .top-stock__item .top-stock__link {
  border-top:1px solid #d0b57f;
}

  @media screen and (max-width: 768px) {
  .top-stock {
    margin-bottom:60px;
  }
  .top-stock__link {
    height:200px;
  }
  .top-stock__link::after {
    width:50%;
  }
  .top-stock__content {
    padding:0 5%;
  }
  .top-stock__ttl {
    padding-right:95px;
  }
}

@media screen and (max-width: 500px) {
  .top-stock__link {
    height:130px;
  }
  .top-stock__ttl {
    padding-right:70px;
  }
  .top-stock__ttl::after {
    width: 45px;
    height: 5px;
  }
}

/* =================================
top-shop
================================= */
.top-shop__list {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:25px;
  margin-top:40px;
}
.top-shop__name {
  margin-top:10px;
  font-weight:600;
}

@media screen and (max-width: 768px) {
  .top-shop__list {
    grid-template-columns:1fr;
    gap:35px;
    margin-top:30px;
  }
  .top-shop__name {
    margin-top:15px;
  }
}

/* =================================
top-service
================================= */
.top-service__list {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:25px;
  margin-top:40px;
}
.top-service__link {
  min-height:150px;
  padding:20px 20px 20px 180px;
  background:#000;
  display:flex;
  align-items:center;
  position:relative;
  border-radius: 80px 0 0 80px;
}
.top-service__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 74px;
  height: 8px;
  background-image: url("../img/common/arrow-white-long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-service__icon {
  width:150px;
  height:150px;
  border:3px solid #111;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
}
.top-service__icon img {
  width:62%;
}
.top-service__name {
  color:#fff;
  font-weight:600;
  padding-right:60px;
  position:relative;
}

@media screen and (max-width: 768px) {
  .top-service__list {
    grid-template-columns:1fr;
    gap:20px;
    margin-top:30px;
  }
  .top-service__link {
    min-height:120px;
    padding:20px 20px 20px 95px;
  }
  .top-service__icon {
    width:78px;
    height:78px;
    left:15px;
  }
  .top-service__icon img {
    width:40px;
  }
  .top-service__name {
    padding-right:45px;
  }
  .top-service__name::before {
    width:32px;
  }
}

@media screen and (max-width: 500px) {
  .top-service__link {
    min-height:105px;
    padding:15px 15px 15px 82px;
  }
  .top-service__icon {
    width:68px;
    height:68px;
  }
  .top-service__icon img {
    width:34px;
  }
}


/* =================================
top-movie
================================= */

.top-movie {
  background: #f7f8fa;
  padding: 80px 0;
  max-width: none;
}
.top-sec-head__ttl-wrap {
  text-align: center;
}
.top-sec-head--line {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}
.top-movie .more-btn-black {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.top-movie__wrap iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}

@media screen and (max-width: 768px) {
  
}


/* =================================
top-about
================================= */
.top-about__wrap {
  display:flex;
  align-items:flex-start;
  gap:60px;
  margin-top:40px;
}
.top-about__ttl-en {
  text-align: left;
}
.top-about__body {
  width:calc(50% - 30px);
}
.top-about__img {
  width:calc(50% - 30px);
}
.top-about__lead {
  line-height:1.8;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.top-about__txts {
  margin-top:35px;
}
.top-about__txt {
  line-height:2;
}
.top-about__txt + .top-about__txt {
  margin-top:15px;
}

@media screen and (max-width: 768px) {
  .top-about__wrap {
    flex-direction:column-reverse;
    gap:30px;
    margin-top:30px;
  }
  .top-about__body,
  .top-about__img {
    width:100%;
  }
  .top-about__txts {
    margin-top:25px;
  }
}

@media screen and (max-width: 500px) {
  .top-about__lead {
    line-height:1.7;
  }
}


/* =================================
top-recruit
================================= */

.top-recruit {
  background:#000;
  color:#fff;
  padding:80px 0;
}
.top-recruit__inner {
  max-width: none;
  padding: 0;
}
.top-recruit__head {
  display:flex;
  align-items:flex-start;
  gap:30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2% 10px;
}
.top-recruit__ttl-wrap {
  border-right: 2px solid #fff;
  padding-right: 30px;
}
.top-recruit__ttl-en {
  color:#b7b7b7;
  line-height:1;
}
.top-recruit__ttl-ja {
  margin-top:5px;
  font-family:"Noto Serif JP", serif;
  line-height:1.3;
}
.top-recruit__txt {
  line-height:1.9;
}
.top-recruit__list {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:15px;
  margin-top:30px;
}
.top-recruit__link {
  display:block;
  position:relative;
}
.top-recruit__img img {
  aspect-ratio:1 / 1;
  object-fit:cover;
}
.top-recruit__name {
  width: 100%;
  padding: 12px 70px 12px 15px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 100%);
  color: #fff;
  text-align: right;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2rem;
}
.top-recruit__name::after {
  content: "";
  display: block;
  position: absolute;
  top: 35%;
  right: 15px;
  width: 46px;
  height: 8px;
  background-image: url("../img/common/arrow-white-short.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.top-recruit__entry {
  margin-top:35px;
  text-align:center;
}
.top-recruit__entry-btn {
  width:100%;
  max-width:950px;
  padding:20px 30px;
  display:inline-block;
  background:#2aaae2;
  color:#fff;
  font-weight:500;
  text-align:center;
  position:relative;
}
.top-recruit__entry-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 74px;
  height: 8px;
  background-image: url("../img/common/arrow-white-long.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .top-recruit {
    padding:60px 0;
  }
  .top-recruit__head {
    display:block;
    padding: 0 4% 10px;
  }
  .top-recruit__txts {
    margin-top:20px;
  }
  .top-recruit__list {
    grid-template-columns:repeat(2, 1fr);
    gap:2px;
    margin-top:25px;
  }
  .top-recruit__name {
    font-size: 1.8rem;
  }
  .top-recruit__entry {
    margin-top:25px;
  }
  .top-recruit__entry-btn {
    padding:18px 20px;
  }
}

@media screen and (max-width: 500px) {
  .top-recruit__head {
    display:block;
    padding: 0 6% 8px;
  }
  .top-recruit__name {
    padding: 8px 45px 8px 10px;
    font-size: 1.4rem;
  }
  .top-recruit__name::after {
    width: 55px;
    height: 5px;
    top:35%;
    right:0;
  }
}





