.p-catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-catch--right {
  text-align: right;
  margin-left: auto;
}
.p-catch__main {
  font-family: sofia-pro, sans-serif;
  font-size: 10rem;
  line-height: 0.9;
  letter-spacing: 0;
  display: block;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-catch__main {
    font-size: 14.5vw;
    margin-top: 5%;
  }
}
.p-catch__main::after {
  content: "";
  display: block;
  width: 16rem;
  height: 0.4rem;
  background: #baa272;
  margin: 5rem 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-catch__main::after {
    margin: 10% 0 5% auto;
  }
}
.p-catch__main:first-letter {
  color: #baa272;
}
.p-catch__sub {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-catch__sub {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.p-catch__txt {
  font-size: 3rem;
  font-weight: 600;
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-catch__txt {
    font-size: 2rem;
    padding-left: 0;
    text-align: right;
  }
}

.p-moreBtn-1 {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background: #000000 url(../../img/common/arrow01.png) no-repeat right 3rem center;
  background-size: 32px 6px;
  padding: 3rem 9rem 3rem 7rem;
}
.p-moreBtn-1:not(:first-child) {
  margin-top: 6rem;
}

.p-topView {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-topView {
    padding-top: 30vw;
    padding-bottom: 10vw;
    background: #000;
  }
}
.p-topView::before {
  content: "";
  position: absolute;
  height: 45rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../img/top/view_bg_1-1.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-topView::before {
    height: 65vw;
  }
}
.p-topView h2 {
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translate(-50%, -50%);
  z-index: 20;
  width: 55%;
  max-width: 90rem;
}
@media screen and (max-width: 767px) {
  .p-topView h2 {
    transform: unset;
    width: auto;
    max-width: 100%;
    left: 10%;
    right: 10%;
    top: 70%;
  }
}

.p-topMovie {
  padding: 12rem 3rem 12rem;
  background: url(../../img/top/movie_bg1-1.png) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .p-topMovie {
    padding: 2rem 3rem 4rem;
  }
}
.p-topMovie__wrap video {
  width: 100%;
}

.p-topDesc {
  text-align: center;
  padding: 12rem 3rem;
  background: url(../../img/top/bg_img1-1.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .p-topDesc {
    padding: 12% 5%;
  }
}
.p-topDesc p {
  margin: 0 auto 6rem;
  width: 25%;
  max-width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-topDesc p {
    max-width: 50%;
    width: 50%;
    margin-bottom: 6%;
  }
}
.p-topDesc h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-topDesc h2 {
    font-size: 4vw;
  }
}

.p-topRecruit {
  padding: 12rem 3rem;
  background: #060608;
  position: relative;
  z-index: 10;
}
.p-topRecruit::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 27rem;
  background: #ffffff;
  z-index: -1;
}
.p-topRecruit__wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__wrap {
    flex-direction: column;
    align-items: flex-end;
  }
}
.p-topRecruit__img {
  width: 50.2rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__img {
    width: 28%;
    position: absolute;
    z-index: -1;
    left: 5%;
    top: 17%;
  }
}
.p-topRecruit__desc {
  flex: 1;
  color: #ffffff;
}
.p-topRecruit__list {
  margin-top: 8rem;
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list {
    flex-direction: column;
    gap: 3rem;
  }
}
.p-topRecruit__list-item p {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list-item p {
    font-size: 2rem;
  }
}
.p-topRecruit__list-item h3 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list-item h3 {
    font-size: 1.4rem;
  }
}
.p-topRecruit__list li {
  width: 100%;
}
.p-topRecruit__list li:nth-of-type(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list li:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-topRecruit__list li a {
  padding: 6rem 4rem;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #7b6b4a;
  box-shadow: 1rem 3rem 3rem rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list li a {
    padding: 3rem;
  }
}
.p-topRecruit__list li a .more {
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 5rem;
  background: url(../../img/common/arrow01.png) no-repeat right center;
  background-size: 32px 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .p-topRecruit__list li a .more {
    margin-top: 3rem;
  }
}

.p-topSponsor {
  background: #ffffff;
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-topSponsor {
    padding: 15% 5% 10%;
  }
}

.p-topInsta {
  background: #ffffff;
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-topInsta {
    padding: 5% 5% 25%;
  }
}
.p-topInsta__catch {
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-topInsta__catch {
    margin-bottom: 10%;
  }
}
.p-topInsta__catch-sub {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-topInsta__catch-sub {
    font-size: 4.6vw;
  }
}
.p-topInsta__catch-main {
  font-family: sofia-pro, sans-serif;
  font-size: 10rem;
  line-height: 0.9;
  letter-spacing: 0;
  display: block;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-topInsta__catch-main {
    font-size: 14vw;
    margin-top: 4%;
  }
}
.p-topInsta__catch-main:first-letter {
  color: #baa272;
}
.p-topInsta__wrap {
  margin: 6rem auto;
  max-width: 100rem;
}

.wrapper {
  position: relative;
  z-index: 10;
}

.main-carousel {
  overflow: hidden;
}
.main-carousel .splide__track {
  transform: translateX(-20%);
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .main-carousel .splide__track {
    transform: translateX(-10%);
  }
}
.main-carousel .splide__slide a {
  display: block;
  height: auto;
  width: 100%;
  transform: scale(0.8);
  transition: 0.7s;
  transform-origin: bottom center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-carousel .splide__slide a {
    transform-origin: top center;
  }
}
.main-carousel .splide__slide a .detail {
  position: absolute;
  color: #000000;
  left: 2rem;
  bottom: 2rem;
}
.main-carousel .splide__slide a .detail .position {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.8rem;
  display: inline-block;
}
.main-carousel .splide__slide a .detail .name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-shadow: 0.05rem 0.05rem 0 #fff;
}
@media screen and (max-width: 767px) {
  .main-carousel .splide__slide a .detail .name {
    font-size: 2.8rem;
    margin-bottom: 0.8rem;
    letter-spacing: 0.04em;
  }
}
.main-carousel .splide__slide a .detail .en_name {
  font-size: 1.6rem;
  text-shadow: 0.05rem 0.05rem 0 #fff;
}
@media screen and (max-width: 767px) {
  .main-carousel .splide__slide a .detail .en_name {
    font-size: 1.8rem;
  }
}
.main-carousel .splide__slide.is-active a {
  transform: scale(1);
  z-index: 1;
}
.main-carousel .splide__num {
  position: absolute;
  top: 0;
  right: 25%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .main-carousel .splide__num {
    display: none;
  }
}
.main-carousel .splide__num span {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.main-carousel .splide__arrows {
  display: flex;
  position: absolute;
  top: 1rem;
  right: 15%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 4rem;
}
.main-carousel .splide__arrows button {
  outline: none;
  background: none;
  box-shadow: unset;
  border: none;
  width: 2.7rem;
  height: 0.6rem;
  cursor: pointer;
}
.main-carousel .splide__arrows button.splide__arrow--next {
  background: url(../../img/common/next-w.png) no-repeat center/contain;
}
.main-carousel .splide__arrows button.splide__arrow--prev {
  background: url(../../img/common/prev-w.png) no-repeat center/contain;
}

.thumbnail-carousel {
  position: absolute;
  top: 20rem;
  left: 50%;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .thumbnail-carousel {
    top: 28%;
    left: 9%;
    width: 85%;
  }
}
.thumbnail-carousel .splide__slide img {
  display: block;
}

.member_bg {
  margin-bottom: 18rem;
}
@media screen and (max-width: 767px) {
  .member_bg {
    margin-bottom: 28%;
  }
}
.member_bg img {
  width: 100%;
  height: 102rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 1767px) {
  .member_bg img {
    height: 54vw;
  }
}
@media screen and (max-width: 1468px) {
  .member_bg img {
    height: 54vw;
  }
}
@media screen and (min-width: 1233px) and (max-width: 1467px) {
  .member_bg img {
    height: 55vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1232px) {
  .member_bg img {
    height: 58vw;
  }
}
@media screen and (max-width: 1000px) {
  .member_bg img {
    height: 61rem;
  }
}
@media screen and (min-width: 1768px) {
  .member_bg img {
    height: 52vw;
  }
}
@media screen and (max-width: 767px) {
  .member_bg img {
    height: 165vw;
  }
}

.p-desc {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-positionList {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-positionList {
    margin: 3rem 0 6rem;
    gap: 1rem;
  }
}
.p-positionList a {
  display: block;
  width: calc((100% - 4rem) / 3);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-positionList a {
    width: calc(50% - 0.5rem);
  }
}
.p-positionList a .detail {
  position: absolute;
  color: #000000;
  left: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-positionList a .detail {
    left: 1rem;
    bottom: 1rem;
  }
}
.p-positionList a .detail .position {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-positionList a .detail .position {
    font-size: 1rem;
  }
}
.p-positionList a .detail .name {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-shadow: 0.05rem 0.05rem 0 #fff;
}
@media screen and (max-width: 767px) {
  .p-positionList a .detail .name {
    font-size: 1.6rem;
    margin-bottom: 0.4rem;
    letter-spacing: 0.04em;
  }
}
.p-positionList a .detail .en_name {
  font-size: 1.6rem;
  text-shadow: 0.05rem 0.05rem 0 #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-positionList a .detail .en_name {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.p-positionList__catch {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 12rem;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  border-bottom: solid 2px #baa272;
}
@media screen and (max-width: 767px) {
  .p-positionList__catch {
    margin-bottom: 3rem;
  }
}

#member_header {
  background: unset;
  padding: 0;
}
#member_header .head_img {
  position: static;
  width: 100%;
  max-width: unset;
  height: auto;
}
#member_header .head_img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  #single_mamber .member_detail dd {
    margin: -50px 5vw 0 -5vw;
  }
}