/* MAIN ---------------------------------------------------------------------------- */
.page-id-1350 {
  background-color: #000000;
  color: #ffffff;
  font-weight: 400;
}

.page-id-1350 header {
  border-bottom: 1px solid #ffffff;
  padding-right: 0;
}

.page-id-1350 header a {
  color: #ffffff;
}

.page-id-1350 .header_nav__logo {
  padding: 0;
  max-width: 440px;
  width: 30%;
}

.page-id-1350 .header_nav__menu {
  height: 80px;
}

.page-id-1350 .header_nav__menu {
  /* display: none;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center; */
}

.page-id-1350 .header_nav__menu__list {
  padding: 0;
  padding-left: 40px;
  gap: 24px;
}

.page-id-1350 .front_mv {}

.page-id-1350 .header_nav__menu__pc {
  border-left: 1px solid #ffffff;
  padding: 0;
  height: 100%;
}

.page-id-1350 .header_nav__menu__list__item {
  padding: 0;
  height: 100%;
}

.page-id-1350 .header_nav__menu__list__item:last-child {
  background-color: #B90F0F;
  padding: 0 32px;
}

.page-id-1350 .header_nav__menu__list__item a {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  height: 100%;
}

.page-id-1350 .front_mv__catch {
  color: #BAA262;
  font-size: 3.2rem;
  font-weight: 700;
  text-indent: 0;
}

.page-id-1350 .front_mv__subttl {
  font-size: 3.3rem;
  font-weight: 700;
  margin: 16px 0;
  text-indent: 0;
}


.page-id-1350 .front_mv__ttl {
  color: #ffffff;
  font-size: 8rem;
  margin: 24px 0;
}

.page-id-1350 .front_mv__ttl span {
  color: #ffffff;
  font-size: 12.0rem;
}

.page-id-1350 .front_mv__desc {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0;
  margin-top: 0;
}

.front_mv__attention {
  color: rgb(0, 163, 255);
  margin-top: 8px;
  line-height: 2rem;
  display: block;
}

.rfp-wrapper {
  position: relative;
  z-index: 0;
}

/* 背景レイヤー（パララックス用） */
.rfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/rfp/mv.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
  /* さらに下に回す */
  will-change: transform;
}

/* 黒フィルター（暗くするだけ） */
.rfp-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  /* 初期は透明 */
  transition: background 0.6s ease;
  z-index: -1;
}

/* Aboutに入ったら暗くする */
.rfp-wrapper.darken::before {
  background: rgba(0, 0, 0, 0.5);
  /* 好みで調整 */
}

/* コンテンツは前面 */
.rfp-wrapper>* {
  position: relative;
  z-index: 1;
}

.page-id-1350 .front_mv img {
  object-fit: cover;
  height: 100%;
}

.rfp__flex {
  display: flex;
  flex-direction: row;
  background-color: #2B2B2B;
}

.rfp__inner {
  width: 100%;
  padding: 32px;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 1218px) {
  .page-id-1350 .header_nav__menu {
    display: none;
  }

  .page-id-1350 .header_nav__logo {
    padding: 0;
    width: 80%;
    margin: 8px 0;
  }

  .page-id-1350 .header_nav__toggle {
    display: block;
  }

  .page-id-1350 header {
    border-bottom: none;
    padding-right: 16px
  }

  .page-id-1350 .header_nav__menu__list {
    display: block;
  }

  .page-id-1350 .header_nav__menu__pc {
    display: none;
  }

  .page-id-1350 .header_nav__toggle span {
    background-color: #B90F0F;
  }

  .page-id-1350 .header_nav.open .header_nav__menu {
    display: flex;
    background-color: rgb(32 67 56 / 80%);
    z-index: -1;
  }

  .page-id-1350 .header_nav__menu__sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    padding: 32px;
  }

  .page-id-1350 .header_nav__menu {
    display: none;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
  }

  .page-id-1350 .header_nav__toggle {
    display: block;
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  .page-id-1350 .header_nav__toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .page-id-1350 .header_nav__toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .page-id-1350 .header_nav__toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }

  .page-id-1350 .header_nav__toggle span:nth-child(1) {
    top: 18px;
  }

  .page-id-1350 .header_nav__toggle span:nth-child(3) {
    bottom: 18px;
  }
}

@media screen and (max-width: 1080px) {
  .page-id-1350 .front_mv__catch {
    color: #BAA262;
    font-size: 2.8rem;
    font-weight: 700;
  }

  .page-id-1350 .front_mv__subttl {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 16px 0;
  }


  .page-id-1350 .front_mv__ttl {
    color: #ffffff;
    font-size: 6rem;
    margin: 24px 0;
  }

  .page-id-1350 .front_mv__ttl span {
    color: #ffffff;
    font-size: 9.0rem;
  }

  .page-id-1350 .front_mv__desc {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .page-id-1350 .front_mv__catch {
    color: #BAA262;
    font-size: 2.3rem;
    font-weight: 700;
  }

  .page-id-1350 .front_mv__subttl {
    font-size: 2.3rem;
    font-weight: 700;
    margin: 16px 0;
  }


  .page-id-1350 .front_mv__ttl {
    color: #ffffff;
    font-size: 5rem;
    margin: 16px 0;
  }

  .page-id-1350 .front_mv__ttl span {
    color: #ffffff;
    font-size: 7.0rem;
    line-height: 8.0rem;
  }

  .page-id-1350 .front_mv__desc {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .page-id-1350 .front_mv__catch {
    color: #BAA262;
    font-size: 1.7rem;
    font-weight: 700;
    text-indent: 0;
  }

  .page-id-1350 .front_mv__subttl {
    font-size: 1.7rem;
    font-weight: 700;
    margin: 4px 0;
  }


  .page-id-1350 .front_mv__ttl {
    color: #ffffff;
    font-size: 3rem;
    margin: 8px 0;
  }

  .page-id-1350 .front_mv__ttl span {
    color: #ffffff;
    font-size: 4.4rem;
    line-height: 7.0rem;
  }

  .page-id-1350 .front_mv__desc {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}


.page-id-1350 .header_nav.open .header_nav__menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, .9);
}

.page-id-1350 .header_nav.open .header_nav__menu__list {
  padding-left: 0;
}

.page-id-1350 .header_nav.open .header_nav__menu__list li {
  text-align: left;
  padding: 8px 0;
}

.page-id-1350 .header_nav.open .header_nav__menu__list li span {
  font-size: 2.4rem;
  font-weight: 700;
  margin-right: 16px;
}

@media screen and (max-width: 1080px) {
  .rfp__flex {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 1320px) {
  .page-id-1350 .header_nav__menu__list {
    gap: 16px;
  }

  .page-id-1350 .header_nav__menu__list__item a {
    font-size: 1.4rem;
  }
}

/* ABOUT ---------------------------------------------------------------------------- */
.rfp__about {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: auto;
  background: transparent;
  z-index: 1;
  padding: 80px 32px;
}

.rfp__about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rfp__about .rfp__inner {
  width: 50%;
  max-width: 560px;
  z-index: 10;
  position: relative;
}

.rfp__about .rfp__header img {
  width: 80%;
  display: block;
  margin: auto;
  max-width: 320px;
  margin-bottom: 40px;
}

.rfp__message__main {
  font-size: 3.6rem;
  line-height: 4.8rem;
  margin-bottom: 24px;
  font-weight: 700;
}

.rfp__message p a {
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}

.rfp__ambassador {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  width: 70%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  padding: 24px;
  position: relative;
  z-index: 10;
}

.rfp__ambassador__txt {
  flex: 1;
}

.rfp__ambassador__txt a {
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}

.rfp__ambassador__img {
  width: 180px;
  height: 180px;
  border-radius: 180px;
  overflow: hidden;
}

.rfp__ambassador__img img {
  width: 184px;
  height: 184px;
  object-fit: cover;
  object-position: center center;
  left: -2px;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  .rfp__about .rfp__inner {
    width: 100%;
    padding: 0;
  }

  .rfp__message__main {
    font-size: 2.4rem;
    line-height: 3.8rem;
    margin-bottom: 16px;
  }

  .rfp__ambassador {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-top: 40px;
    padding: 0;
  }
}

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

/* PRODUCER ---------------------------------------------------------------------------- */
.rfp__producer {
  font-weight: 300;
  padding: 80px 0;
  padding-bottom: 0;
  background-color: #B90F0F;
  color: #ffffff
}

.rfp__producer .rfp__header {
  margin-bottom: 80px;
}

.rfp__producer .rfp__ttl {
  font-size: 5.8rem;
  line-height: 8.0rem;
  font-weight: 600;
  text-align: center;
}

.rfp__producer .rfp__subttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

.rfp__producer__list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ffffff;
}

.rfp__producer__item {
  width: 50%;
  padding: 4%;
  display: flex;
  gap: 32px;
}

.rfp__producer__item:nth-child(1),
.rfp__producer__item:nth-child(2) {
  border-bottom: 1px solid #ffffff;
}

.rfp__producer__item:nth-child(1),
.rfp__producer__item:nth-child(3) {
  border-right: 1px solid #ffffff;
}

.rfp__producer__item__ttl {
  font-size: 2.8rem;
  line-height: 4.0rem;
  font-weight: 600;
}

.rfp__producer__item__subttl {
  font-size: 2.0rem;
  line-height: 3.0rem;
  margin: 16px 0;
  font-weight: 500;
}

.rfp__producer__item__img {
  width: 176px;
}

.rfp__producer__item__txt {
  flex: 1;
}

.rfp__producer__item__txt p a {
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .rfp__producer .rfp__ttl {
    font-size: 3.8rem;
    line-height: 6.0rem;
  }

  .rfp__producer .rfp__subttl {
    font-size: 1.8rem;
  }

  .rfp__producer__item {
    width: 100%;
    padding: 4%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .rfp__producer .rfp__header {
    margin-bottom: 40px;
  }

  .rfp__producer__item__img {
    margin: auto;
  }

  .rfp__producer__item__ttl {
    text-align: center;
  }

  .rfp__producer__item__subttl {
    text-align: center;
    font-size: 1.7rem;
  }

  .rfp__producer__item:nth-child(1),
  .rfp__producer__item:nth-child(2),
  .rfp__producer__item:nth-child(3) {
    border-bottom: 1px solid #ffffff;
  }

  .rfp__producer__item:nth-child(1),
  .rfp__producer__item:nth-child(3) {
    border-right: none;
  }
}

/* ARTIST ---------------------------------------------------------------------------- */
.rfp__artist {
  padding: 80px 0;
  background-color: #ffffff;
  color: #2B2B2B;
}

.rfp__artist .rfp__header {
  margin-bottom: 80px;
}

.rfp__artist .rfp__ttl {
  color: #B90F0F;
  font-size: 5.8rem;
  line-height: 8.0rem;
  font-weight: 600;
  text-align: center;
}

.rfp__artist .rfp__subttl {
  color: #B90F0F;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

.rfp__artist__list {
  overflow: hidden;
  width: 100%;
}

.rfp__artist__track {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scroll-left 40s linear infinite;
}

.rfp__artist__item {
  flex: 0 0 auto;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.rfp__artist__item__ttl {
  font-size: 2.0rem;
  font-weight: 500;
}

.rfp__artist__item__img {
  margin-bottom: 24px;
}

.rfp__artist__item__txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rfp__artist .rfp__ttl {
    font-size: 3.8rem;
    line-height: 6.0rem;
  }

  .rfp__artist .rfp__subttl {
    font-size: 1.8rem;
  }

  .rfp__artist__item__img {
    max-width: 240px;
  }

  .rfp__artist__track {
    gap: 24px;
  }

  .rfp__artist__item__ttl {
    font-size: 1.7rem;
  }
}

/* SUPPORT ---------------------------------------------------------------------------- */
.rfp__support {
  padding: 80px 0;
  background-color: #2B2B2B;
  color: #ffffff;
}

.rfp__support .rfp__ttl {
  font-size: 5.8rem;
  line-height: 8.0rem;
  font-weight: 600;
  text-align: center;
}

.rfp__support .rfp__subttl {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

.rfp__support .rfp__header {
  margin-bottom: 80px;
}

.rfp__support__list {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

.rfp__support__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-direction: 1;
  gap: 24px;
}

.rfp__support__item__txt p a {
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}

.rfp__support__item__ttl {
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.rfp__support__item p {
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .rfp__support .rfp__header {
    margin-bottom: 40px;
  }

  .rfp__support .rfp__ttl {
    font-size: 3.8rem;
    line-height: 6.0rem;
  }

  .rfp__support .rfp__subttl {
    font-size: 1.8rem;
  }

  .rfp__support__list {
    flex-direction: column;
  }
}

/* JOB DESC ---------------------------------------------------------------------------- */
.rfp__jobdesc {
  padding: 48px;
  background-color: #2B2B2B;
  color: #ffffff;
  width: 50%;
}

.rfp__jobdesc .rfp__inner {
  padding: 0 32px;
}

.rfp__jobdesc .rfp__header {
  margin-bottom: 40px;
}

.rfp__jobdesc .rfp__ttl {
  font-size: 3.2rem;
  line-height: 4.0rem;
  font-weight: 600;
  text-align: left;
}

.rfp__jobdesc .rfp__subttl {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}

.rfp__jobdesc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 16px;
}

.rfp__jobdesc__item {
  width: calc((100% - 32px)/3);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rfp__jobdesc__item__txt {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.rfp__jobdesc2 {
  background-color: #2b2b2b;
}

.rfp__jobdesc2 .btn-link {
  margin-bottom: 80px;
}

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

  .rfp__jobdesc__item {
    width: calc((100% - 16px)/2);
  }

  .rfp__jobdesc__list {
    gap: 16px;
  }
}

/* @media screen and (max-width: 767px) {

  .rfp__jobdesc__item {
    width: calc((100% - 16px)/2);
  }

  .rfp__jobdesc__list {
    gap: 16px;
  }
} */

@media screen and (max-width: 1080px) {
  .rfp__jobdesc {
    padding: 0;
    width: 100%;
  }
}

/* PROCESS ---------------------------------------------------------------------------- */
.rfp__process {
  padding: 48px;
  background-color: #2B2B2B;
  color: #ffffff;
  width: 50%;
}

.rfp__process .rfp__inner {
  padding: 0 32px;
}

.rfp__process .rfp__header {
  margin-bottom: 40px;
}

.rfp__process .rfp__process__item {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}

.rfp__process__item__txt {
  flex: 1;
}

.rfp__process__item__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.rfp__process__item__txt p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.rfp__process__item__img {
  width: 108px;
  height: 108px;
}

.rfp__process .rfp__ttl {
  font-size: 3.0rem;
  line-height: 4.0rem;
  font-weight: 600;
}

.rfp__process .rfp__subttl {
  font-size: 1.4rem;
}

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

  .rfp__process .rfp__process__item {
    flex-direction: column;
    align-items: center;
  }

  .rfp__process__item__ttl {
    font-size: 2.0rem;
    margin: 8px 0;
  }
}

@media screen and (max-width: 1080px) {
  .rfp__process {
    padding: 0;
    width: 100%;
  }
}

/* FOOTER ---------------------------------------------------------------------------- */

.page-id-1350 footer {
  border-top: none;
  background-color: #2B2B2B;
  margin-top: 0;
}

.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  width: 100%;
  padding: 16px 0;
  margin: 80px auto;
  margin-bottom: 0;
  background-color: #B90F0F;
  color: #ffffff;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  border-radius: 40px;
}

.btn-icon {
  margin-right: 8px;
  transform: translateX(-4px);
  display: flex;
  align-items: center;
}

.btn-icon img {
  width: 20px;
  height: auto;
}

.btn-text {
  color: #ffffff;
  flex: 0 0 auto;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.btn-apply {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.btn-apply::before,
.btn-apply::after {
  content: "　";
  font-size: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
}

.btn-apply::before {
  content: "「";
  left: 20%;
  top: 42%;
  font-size: 6.0rem;
  color: #BAA262;
  font-weight: 900;
}

.btn-apply::after {
  content: "」";
  right: 20%;
  top: 60%;
  font-size: 6.0rem;
  color: #BAA262;
  font-weight: 900;
}

.btn-en {
  font-size: 1.6rem;
  margin-bottom: 4px;
  letter-spacing: 2px;
}

.btn-ja {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}

.btn-icon-block {
  width: 24px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .btn-apply {
    width: 100%;
    min-height: 280px;
  }

  .btn-apply::before {
    left: 10%;
    top: 40%;
  }

  .btn-apply::after {
    right: 10%;
    top: 60%;
  }

  .btn-link {
    margin: 40px auto;
    width: 100%;
    max-width: clac(100% - 64px);
  }
}

.rfp_sp {
  display: none;
}


@media screen and (max-width: 480px) {
  .rfp_sp {
    display: block;
  }
}