@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1440px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: c;
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
}

.contain {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::placeholder, textarea::placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.blue {
  color: #1570a6;
}

.yellow {
  color: #fff000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
.p_index .key {
  background: url(../img/index/bg_key.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p_index .key {
    background: url(../img/index/sp/bg_key.png) center center/cover no-repeat;
  }
}
.p_index .key .l_content_size_pc_1 {
  position: relative;
}
.p_index .key_img {
  padding: 29px 16px 36px 58px;
}
@media screen and (max-width: 768px) {
  .p_index .key_img {
    padding: 8.2666666667vw 0 0;
    margin: 0 -4vw;
  }
}
.p_index .key_text {
  position: absolute;
  top: 103px;
  right: 0;
  margin-right: -54px;
}
.p_index .key_btn {
  position: absolute;
  bottom: -65px;
  right: 0;
  margin-right: -30px;
}
.p_index .contents_ttl {
  font-size: 4rem;
  font-weight: 700;
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_index .contents_ttl {
    font-size: 6.6666666667vw;
    padding: 8vw 0 5.3333333333vw;
  }
}
.p_index .implement .contents_ttl {
  color: #1570a6;
}
.p_index .implement_list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .implement_list {
    margin: 0 -4vw 8vw;
  }
}
.p_index .implement_list li + li {
  margin-left: 69px;
}
@media screen and (max-width: 768px) {
  .p_index .implement_list li + li {
    margin-left: 5.3333333333vw;
  }
}
.p_index .contact_top {
  background: #1570a6;
  padding: 11px 0;
}
@media screen and (max-width: 768px) {
  .p_index .contact_top {
    padding: 4vw 0;
  }
}
.p_index .contact_bottom {
  background: url(../img/common/bg_contact.png) repeat;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p_index .contact_bottom {
    background: #62b7e9;
    padding: 5.3333333333vw 0;
  }
}
.p_index .contact_bottom .l_content_size_pc_1 {
  position: relative;
}
.p_index .contact_chara {
  position: absolute;
  top: -70px;
  left: 137px;
}
@media screen and (max-width: 768px) {
  .p_index .contact_chara {
    top: -12.8vw;
    left: 2.6666666667vw;
    width: 22.6666666667vw;
  }
}
.p_index .contact_img01 {
  display: flex;
  justify-content: center;
}
.p_index .contact_box {
  width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #1570a6;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box {
    width: inherit;
    border: 2px solid #1570a6;
  }
}
.p_index .contact_box-ttl {
  background: #1570a6;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-ttl {
    padding: 4.4vw 0;
  }
  .p_index .contact_box-ttl img {
    width: 75.6vw;
  }
}
.p_index .contact_box-inner {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-inner {
    padding: 3.8666666667vw 4vw 4.4vw;
    display: block;
  }
}
.p_index .contact_box-text {
  font-size: 2rem;
  font-weight: 700;
  color: #1570a6;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-text {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .contact_box-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel {
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .contact_box-tel img {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel img {
    margin-right: 3.4666666667vw;
    width: 11.4666666667vw;
  }
}
.p_index .contact_box-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 6.6rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel p {
    font-size: 10vw;
  }
}
.p_index .maintenance {
  background: linear-gradient(to bottom, #fff 0%, #fff 724px, #e8eff3 724px);
}
@media screen and (max-width: 768px) {
  .p_index .maintenance {
    background: linear-gradient(to bottom, #fff 0%, #fff 131.8666666667vw, #e8eff3 131.8666666667vw);
  }
}
.p_index .maintenance_text01 {
  display: flex;
  justify-content: center;
  padding: 80px 0 36px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text01 {
    padding: 12.2666666667vw 0 5.8666666667vw;
    width: 84.9333333333vw;
    margin: 0 auto;
  }
}
.p_index .maintenance_img01 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_img01 {
    margin-bottom: 7.6vw;
  }
}
.p_index .maintenance_text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: -16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text {
    font-size: 6vw;
    margin-bottom: -2.9333333333vw;
  }
}
.p_index .maintenance_box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(20, 124, 185, 0.2);
  padding: 58px 0 40px;
  width: 1000px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_box {
    padding: 8.2666666667vw 3.3333333333vw 5.4666666667vw 3.8666666667vw;
    width: inherit;
    margin-bottom: 7.7333333333vw;
  }
}
.p_index .maintenance_text02 {
  display: flex;
  justify-content: center;
}
.p_index .maintenance_text03 {
  display: flex;
  justify-content: center;
}
.p_index .maintenance_text03-outer {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text03-outer {
    margin-bottom: 7.7333333333vw;
  }
}
.p_index .maintenance_img02 {
  position: absolute;
  bottom: 29px;
  right: 78px;
}
.p_index .maintenance_text04 {
  display: flex;
  justify-content: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text04 {
    width: 79.0666666667vw;
    margin: 0 auto 7.7333333333vw;
  }
}
.p_index .maintenance_bottom {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_bottom {
    font-size: 11.3333333333vw;
    margin-top: -7.3333333333vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p_index .btn {
    position: relative;
  }
}
.p_index .btn a {
  width: 350px;
  height: 70px;
  background: #fff;
  border: 2px solid #000;
  display: block;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 66px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background 0.5s, color 0.5s;
}
@media screen and (max-width: 768px) {
  .p_index .btn a {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 3.7333333333vw;
    line-height: 11.2vw;
  }
}
.p_index .btn a:hover {
  background: #000;
  color: #fff;
}
.p_index .scroll_list {
  display: flex;
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.p_index .scroll_list-wrap {
  display: flex;
}
.p_index .scroll_list li {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p_index .scroll_list li {
    width: 40vw;
  }
}
.p_index .reason {
  background: #0d78bc;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .reason {
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .reason .contents_ttl {
  color: #fff;
}
.p_index .reason_text01 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_index .reason_text01 {
    font-size: 3.4666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
.p_index .reason_list {
  margin: 0 200px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_index .reason_list {
    font-size: 3.4666666667vw;
    margin: 0;
  }
}
.p_index .reason_list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .reason_list li {
    width: 44vw;
    margin-bottom: 4vw;
  }
}
.p_index .reason_chara {
  position: absolute;
  bottom: -21px;
  right: 0;
  margin-right: -64px;
}
@media screen and (max-width: 768px) {
  .p_index .reason_chara {
    position: static;
    width: 64.8vw;
    margin: 0 auto 3.4666666667vw;
  }
}
.p_index .reason_text02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_index .reason_text02 {
    font-size: 4.5333333333vw;
  }
}
.p_index .reason_text02-wrap {
  position: relative;
}
.p_index .voice {
  background: #f5f5f5;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_index .voice {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.p_index .voice_list li {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_list li {
    width: 84vw;
    width: 100%;
  }
}
.p_index .voice_box {
  background: #fff;
  border: 3px solid #c9caca;
  position: relative;
  padding: 37px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box {
    padding: 6.6666666667vw 6.6666666667vw 5.3333333333vw;
  }
}
.p_index .voice_box dt {
  color: #2787bf;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box dt {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .voice_box dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box dd {
    font-size: 3.2vw;
  }
}
.p_index .voice_num {
  margin: 0 0 -40px 44px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_index .voice_num {
    margin: 0 0 -6.1333333333vw 5.8666666667vw;
  }
}
.p_index .voice_num p {
  background: #2787bf;
  color: #fff;
  width: 230px;
  height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_index .voice_num p {
    width: 30.6666666667vw;
    height: 9.3333333333vw;
    font-size: 4vw;
  }
}
.p_index .voice_num:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #2787bf;
  top: 90%;
  left: 15%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .p_index .voice_num:after {
    top: 80%;
    left: 10%;
  }
}
.p_index .voice_name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_name {
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
  }
}
.p_index .voice_name span {
  border-bottom: 3px solid #000;
}
.p_index .splide__arrow {
  background: #2787bf;
  width: 80px;
  height: 80px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p_index .splide__arrow svg {
  fill: #fff;
  width: 2.4em;
  height: 2.4em;
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow svg {
    width: 1.4em;
    height: 1.4em;
  }
}
.p_index .splide__arrow--prev {
  left: calc(50% - 395px);
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow--prev {
    left: 1.8666666667vw;
  }
}
.p_index .splide__arrow--next {
  right: calc(50% - 395px);
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow--next {
    right: 1.8666666667vw;
  }
}
.p_index .flow {
  background: url(../img/index/bg_flow.jpg) center center/cover no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .flow {
    background: url(../img/index/sp/bg_flow.jpg) center center/cover no-repeat;
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .flow .contents_ttl {
  color: #fff;
}
.p_index .flow_img {
  display: flex;
  justify-content: center;
}
.p_index .faq {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_index .faq {
    padding-bottom: 9.3333333333vw;
  }
}
.p_index .faq_box {
  background: #f3fbfe;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 20px;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box {
    width: inherit;
    margin-bottom: 4vw;
    padding: 4vw;
  }
}
.p_index .faq_box dt {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box dt {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    margin-right: 3.8666666667vw;
  }
}
.p_index .faq_box dd {
  width: 856px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box dd {
    width: 72vw;
  }
}
.p_index .faq_question {
  position: relative;
  display: flex;
}
.p_index .faq_question dt {
  background: #1570a6;
  color: #fff;
}
.p_index .faq_question dd {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1570a6;
  margin-top: 8px;
  width: 816px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_question dd {
    font-size: 4.5333333333vw;
    margin-top: 0.2666666667vw;
    width: 66.6666666667vw;
  }
}
.p_index .faq_question:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: calc(50% - 20px);
  right: 0;
  color: #a7cee5;
  font-size: 3rem;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p_index .faq_question:before {
    font-size: 4vw;
    top: 2vw;
  }
}
.p_index .faq_question.open:before {
  transform: rotate(180deg);
}
.p_index .faq_answer {
  height: 0;
  opacity: 0;
  transition-duration: 0.4s;
}
.p_index .faq_answer.active {
  margin-top: 25px;
  display: flex;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_index .faq_answer.active {
    margin-top: 3.3333333333vw;
  }
}
.p_index .faq_answer dt {
  background: #c8e2f1;
  color: #1570a6;
}
.p_index .faq_answer dd {
  font-size: 1.6rem;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_answer dd {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.p_index .news {
  background: url(../img/index/bg_news.png) center center/cover no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .news {
    background: url(../img/index/sp/bg_news.png) center center/cover no-repeat;
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .news_list {
  width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_index .news_list {
    width: inherit;
    margin-bottom: 4vw;
  }
}
.p_index .news_list:after {
  content: "";
  width: 320px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_index .news_list:after {
    width: inherit;
  }
}
.p_index .news_item {
  width: 320px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item {
    width: 44vw;
    padding: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p_index .news_item-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-img {
    margin-bottom: 3.3333333333vw;
  }
}
.p_index .news_item-date {
  color: #1570a6;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-date {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p_index .news_item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-ttl {
    font-size: 3.4666666667vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4vw;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: relative;
}
.l_header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
}
.l_header .header_top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header .header_top-text {
  margin-left: 200px;
  font-size: 1.8rem;
  font-weight: 700;
}
.l_header .header_contact {
  display: flex;
  align-items: center;
  margin: 15px 30px 15px 0;
}
.l_header .header_contact-text {
  font-size: 2.2rem;
  font-weight: 700;
}
.l_header .header_contact-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
.l_header .header_contact-tel img {
  margin-right: 12px;
}
.l_header .header_contact-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
}
.l_header .header_contact-mail {
  margin-left: 20px;
}
.l_header .header_bottom {
  background: #1570a6;
}
.l_header .gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.l_header .gnav:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(10, 81, 123);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.l_header .gnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l_header .gnav li:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(10, 81, 123);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.l_header .gnav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 165px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: relative;
}
.l_header_sp .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16vw;
}
.l_header_sp .header_text {
  margin-left: 20.2666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
.l_header_sp .logo {
  width: 20vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
.l_header_sp .toggle {
  width: 16vw;
  height: 16vw;
  background: #1570a6;
  position: relative;
}
.l_header_sp .toggle span {
  width: 6.6666666667vw;
  height: 0.4vw;
  background: #fff;
  display: block;
  position: absolute;
  left: 4.6666666667vw;
  transition: transform 0.5s, top 0.5s, width 0.5s;
}
.l_header_sp .toggle span:nth-child(1) {
  top: 5.8666666667vw;
}
.l_header_sp .toggle span:nth-child(2) {
  top: 7.4666666667vw;
}
.l_header_sp .toggle span:nth-child(3) {
  top: 9.0666666667vw;
}
.l_header_sp.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l_header_sp.open .toggle span:nth-child(1) {
  top: 8vw;
  transform: rotate(45deg);
}
.l_header_sp.open .toggle span:nth-child(2) {
  top: 8vw;
  width: 0;
  transform: rotate(-45deg);
}
.l_header_sp.open .toggle span:nth-child(3) {
  top: 8vw;
  transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: 26.6666666667vw 0 5.6vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  transition-duration: 0.4s;
  transform: translate(0, -100vh);
}
.l_menu_sp.active {
  opacity: 1;
  transform: translate(0, 0);
}
.l_menu_sp .gnav {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}
.l_menu_sp .gnav li {
  margin-bottom: 8vw;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_logo {
  display: flex;
  justify-content: center;
  margin: 60px 0 34px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: 13.6vw auto 10vw;
    width: 22.2666666667vw;
  }
}
.l_footer .footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav {
    display: block;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
}
.l_footer .footer_nav li + li {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav li + li {
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.l_footer .footer_nav a {
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav a {
    font-size: 4vw;
  }
}
.l_footer .footer_nav a:hover {
  color: #1570a6;
}
.l_footer .footer_copy {
  text-align: center;
  font-size: 1.5rem;
  color: #4eabe1;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

body {
  font-size: 16px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  min-width: 1200px;
}
body.menu-open {
  overflow: hidden !important;
  touch-action: none;
  overscroll-behavior: none;
  /* position: fixed; を削除してスクロール位置を保持 */
  width: 100vw;
}
@media (max-width: 767px) {
  body {
    min-width: auto;
  }
}

.l-loader {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-loader.hide {
  pointer-events: none;
  opacity: 0;
  transition: opacity 500ms;
}
.l-loader_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-loader_logo img {
  width: 150px;
}
@media (max-width: 767px) {
  .l-loader_logo img {
    width: 100px;
  }
}

.global-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  pointer-events: auto;
  opacity: 1;
  pointer-events: none;
  display: none;
}
.global-menu__container {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  padding: 0px 100px 0 0;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .global-menu__container {
    padding: 20vw 6.6666666667vw 10.6666666667vw;
    height: auto;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.9);
  }
}
.global-menu .g_fixed_text {
  font-size: 100px;
  writing-mode: vertical-rl;
  font-weight: 500;
  color: #7f7f7f;
  position: absolute;
  top: 120px;
  left: 36px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .global-menu .g_fixed_text {
    display: none;
  }
}
.global-menu .g_menu_wrap {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .global-menu .g_menu_wrap {
    padding: 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .global-menu .g_menu_left {
    border-bottom: solid 1px #eeeeee;
    margin-bottom: 20px;
  }
}
.global-menu .g_menu_left_ttl {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .global-menu .g_menu_left_ttl {
    font-size: 8vw;
    margin-bottom: 3.7333333333vw;
  }
}
.global-menu .g_menu_left_ttl a:hover {
  color: rgb(54, 229, 222);
}
.global-menu .g_menu_left ul li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .global-menu .g_menu_left ul li {
    margin-bottom: 3.7333333333vw;
  }
}
.global-menu .g_menu_left ul li a, .global-menu .g_menu_left ul li p {
  font-size: 28px;
  display: inline-block;
  border-left: solid 4px rgb(54, 229, 222);
  padding: 0 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .global-menu .g_menu_left ul li a, .global-menu .g_menu_left ul li p {
    font-size: 6vw;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }
}
.global-menu .g_menu_left ul li a:hover, .global-menu .g_menu_left ul li p:hover {
  background: #000;
  color: rgb(54, 229, 222);
}
.global-menu .g_menu_left ul li p:hover {
  background: transparent;
  color: initial;
}
@media (max-width: 767px) {
  .global-menu .g_menu_right {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .global-menu .g_menu_right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 0;
  }
}
.global-menu .g_menu_right ul li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .global-menu .g_menu_right ul li {
    width: calc(50% - 15px);
    margin-bottom: 0;
  }
}
.global-menu .g_menu_right ul li a {
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .global-menu .g_menu_right ul li a {
    font-size: 4.2666666667vw;
  }
}
.global-menu .g_menu_right ul li a:hover {
  color: rgb(54, 229, 222);
}
.global-menu .g_menu_bottom {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .global-menu .g_menu_bottom {
    padding: 0;
  }
}
.global-menu .g_menu_bottom ul {
  display: flex;
  gap: 0 30px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .global-menu .g_menu_bottom ul {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .global-menu .g_menu_bottom ul li {
    border-left: solid 1px #000;
    padding-left: 10px;
    width: calc(50% - 15px);
  }
}
.global-menu .g_menu_bottom ul li a {
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .global-menu .g_menu_bottom ul li a {
    font-size: 3.4666666667vw;
    letter-spacing: 0;
  }
}
.global-menu .g_menu_bottom ul li a:hover {
  color: rgb(54, 229, 222);
}
.global-menu.is-open {
  pointer-events: auto;
  display: block;
}
@media (max-width: 767px) {
  .global-menu.is-open {
    overflow: auto;
  }
}
.global-menu.is-open .global-menu__overlay {
  opacity: 1;
  pointer-events: auto;
}
.global-menu.is-open .global-menu__container {
  transform: translateX(0);
}

.mv {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
}
.mv__video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}

main, section {
  width: 100%;
  padding: 56px 0 0;
  border-radius: 0;
  box-shadow: none;
  white-space: normal;
  word-break: auto-phrase;
}
@media (max-width: 767px) {
  main, section {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

section.talent {
  background: #f8f8f8;
}

section.topics {
  background: #fff;
}

section.business {
  background: rgba(255, 255, 255, 0.9);
  color: #fff;
  padding: 0;
}
section.business .business__inner {
  display: flex;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 120px 30px;
  gap: 100px;
}
@media (max-width: 1280px) {
  section.business .business__inner {
    padding: 120px 120px 120px 20px;
  }
}
@media (max-width: 767px) {
  section.business .business__inner {
    flex-direction: column;
    gap: 30px 0;
    width: 100%;
    padding: 40px 0;
  }
}
section.business .business__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 800px;
  border-right: solid 1px #555;
  padding-right: 100px;
}
@media (max-width: 767px) {
  section.business .business__content {
    width: 100%;
    padding: 0;
    padding: 0 6.6666666667vw;
    border-right: none;
  }
}
section.business .section-title {
  font-size: 75px;
  font-weight: 500;
  margin-bottom: 48px;
  letter-spacing: 4px;
  text-align: left;
  color: #000;
}
@media (max-width: 767px) {
  section.business .section-title {
    font-size: 8vw;
    margin-bottom: 8vw;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
  }
}
section.business .business__desc {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #000;
}
@media (max-width: 767px) {
  section.business .business__desc {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
  }
}
section.business .business__desc_last {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  section.business .business__desc_last {
    margin-bottom: 5.3333333333vw !important;
  }
}
section.business .business__desc-en {
  font-size: 13px;
  font-weight: 300;
  color: #555;
  margin-bottom: 10px;
  line-height: 2;
  letter-spacing: 0;
  word-break: keep-all;
}
@media (max-width: 767px) {
  section.business .business__desc-en {
    font-size: 3.0666666667vw;
    margin-bottom: 3vw;
    line-height: 1.6;
  }
}
section.business .business__btn {
  display: inline-block;
  background: rgb(54, 229, 222);
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 12px 15px 12px 30px;
  width: 240px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.business .business__btn {
    padding: 8px 15px;
    font-size: 3.7333333333vw;
    margin: 0 auto;
    justify-content: center;
  }
}
section.business .business__btn:after {
  content: "→";
  display: block;
}
@media (max-width: 767px) {
  section.business .business__btn:after {
    content: none;
  }
}
section.business .business__btn:hover {
  background: #333;
  color: rgb(54, 229, 222);
}
section.business .business__logo-img {
  width: 170px;
  max-width: 100%;
  height: auto;
  display: block;
}

.section__inner {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .section__inner {
    padding: 0 120px 0 20px;
  }
}
@media (max-width: 767px) {
  .section__inner {
    padding: 0 6.6666666667vw;
  }
}

section.talent {
  padding: 120px 0;
  background: #f5f3f2;
  opacity: 0.95;
}
@media (max-width: 767px) {
  section.talent {
    padding: 10.6666666667vw 0;
  }
}
section.talent .section__inner {
  position: relative;
  padding: 0;
  max-width: none;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  section.talent .section__inner {
    padding: 0 6.6666666667vw;
  }
}
section.talent .talent__viewmore {
  display: inline-block;
  background: rgb(54, 229, 222);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 8px 15px 8px 30px;
  width: 240px;
  display: flex;
  justify-content: space-between;
}
section.talent .talent__viewmore:after {
  content: "→";
  display: block;
}
@media (max-width: 767px) {
  section.talent .talent__viewmore:after {
    content: none;
  }
}
section.talent .talent__viewmore:hover {
  background: #333;
  color: rgb(54, 229, 222);
}
@media (max-width: 767px) {
  section.talent .talent__viewmore {
    font-size: 3.7333333333vw;
    margin: 0 auto;
    padding: 8px 15px;
    justify-content: center;
  }
}
section.talent .talent__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  section.talent .talent__header {
    padding: 0 120px 0 20px;
  }
}
@media (max-width: 767px) {
  section.talent .talent__header {
    margin-bottom: 8vw;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
  }
}
section.talent .talent__header .section-title {
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0;
}
@media (max-width: 767px) {
  section.talent .talent__header .section-title {
    font-size: 8vw;
  }
}
section.talent .talent__slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 16px;
}
section.talent .talent__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 48px;
  height: 30px;
  font-size: 1.6rem;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border 0.2s;
  margin: 0;
  background: #fff;
}
section.talent .talent__arrow:hover {
  background: #f0f0f0;
  border: 1px solid rgb(54, 229, 222);
  color: rgb(54, 229, 222);
}
section.talent .talent__arrow.talent__arrow--prev {
  left: calc(50% - 500px);
}
section.talent .talent__arrow.talent__arrow--next {
  right: calc(50% - 500px);
}
section.talent .talent__slider {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  padding-bottom: 16px;
  margin: 0;
  justify-content: flex-start;
  flex: 1 1 0;
}
@media (max-width: 767px) {
  section.talent .talent__slider {
    flex-wrap: wrap;
    gap: 10px;
  }
}
section.talent .talent__slider .slick-list {
  padding-left: 15%;
}
section.talent .talent__card {
  max-width: 240px;
  margin: 0 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.talent .talent__card {
    max-width: 26.9333333333vw;
    margin: 0;
  }
}
section.talent .talent__card img {
  width: 240px;
  height: 300px;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  section.talent .talent__card img {
    width: 200px;
    height: 32.9333333333vw;
  }
}
section.talent .talent__card .talent__name-ja {
  font-weight: bold;
  margin: 16px 0 0 0;
  font-size: 13px;
  color: #222;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  section.talent .talent__card .talent__name-ja {
    display: none;
  }
}
section.talent .talent__card .talent__name-en {
  font-size: 11px;
  color: #888;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.talent .talent__card .talent__name-en {
    display: none;
  }
}
section.talent .talent__card:first-child {
  margin-left: 0;
}
section.talent .talent__card:last-child {
  margin-right: 0;
}
section.talent .talent__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 0;
}
section.talent .talent__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
}
section.talent .talent__dot.talent__dot--active {
  background: rgb(54, 229, 222);
}

section.pickup-news {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  color: #fff;
  padding: 120px 0 60px;
}
@media (max-width: 767px) {
  section.pickup-news {
    padding: 10.6666666667vw 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 40%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  }
}
section.pickup-news .section__inner {
  max-width: none;
  padding: 0;
}
section.pickup-news .section-title {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  letter-spacing: 4px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  section.pickup-news .section-title {
    padding: 0 120px 0 20px;
  }
}
@media (max-width: 767px) {
  section.pickup-news .section-title {
    margin: 0 5.3333333333vw;
    margin-bottom: 4vw;
    font-size: 8vw;
    letter-spacing: 2px;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
  }
}
section.pickup-news .pickup-news__item {
  background: #fff;
  color: #222;
}
section.pickup-news .pickup-news__item-content {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  section.pickup-news .pickup-news__item-content {
    font-size: 3.3333333333vw;
    /* text-transform: uppercase; */
    word-break: keep-all;
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden;
    margin-top: 10px;
  }
}

.pickup-news_wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pickup-news_wrap {
    padding: 0 6.6666666667vw;
    margin-bottom: 6vw;
  }
}

.pickup-news__slider {
  display: flex;
  gap: 32px;
  padding-bottom: 16px;
  padding-top: 80px;
  margin-top: -37px;
}
@media (max-width: 767px) {
  .pickup-news__slider {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.pickup-news__slider .slick-prev,
.pickup-news__slider .slick-next {
  top: 8px;
  z-index: 99999;
  position: absolute;
  right: 0;
  left: auto;
  border: solid 1px #fff;
  padding: 0 10px;
  width: 48px;
  height: 30px;
  border-radius: 20px;
}

.pickup-news__slider .slick-prev:hover,
.pickup-news__slider .slick-next:hover {
  border: solid 1px rgb(54, 229, 222);
}

.pickup-news__slider .slick-prev:hover:before,
.pickup-news__slider .slick-next:hover:before {
  color: rgb(54, 229, 222);
}

@media (max-width: 767px) {
  .pickup-news__slider .slick-prev,
  .pickup-news__slider .slick-next {
    top: auto;
    bottom: 0;
    border: solid 1px #cccccc;
  }
}
@media (max-width: 767px) {
  .pickup-news__slider .slick-prev:before,
  .pickup-news__slider .slick-next:before {
    color: #000;
  }
}

.pickup-news__slider .slick-prev {
  left: calc(50% + 300px);
}
@media (max-width: 1280px) {
  .pickup-news__slider .slick-prev {
    left: calc(50% + 315px);
  }
}
@media (max-width: 767px) {
  .pickup-news__slider .slick-prev {
    left: 24px;
  }
}

.pickup-news__slider .slick-next {
  left: calc(50% + 500px);
  right: auto;
}
@media (max-width: 1280px) {
  .pickup-news__slider .slick-next {
    left: calc(50% + 450px);
  }
}
@media (max-width: 767px) {
  .pickup-news__slider .slick-next {
    left: auto;
    right: 24px;
  }
}

.pickup-news__item {
  max-width: 480px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  margin: 0 20px;
}

.pickup-news__item figure {
  background: #000;
}

.pickup-news__item img {
  width: 480px;
  height: 320px;
  object-fit: cover;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  .pickup-news__item img {
    width: 51.2vw;
    height: 34.1333333333vw;
  }
}
@media (max-width: 767px) {
  .pickup-news__item {
    max-width: 51.2vw;
    margin: 0 2.1333333333vw;
  }
}

.pickup-news_left {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 1280px) {
  .pickup-news_left {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pickup-news_left {
    padding-left: 0;
  }
}
.pickup-news_left .en {
  font-size: 35px;
  display: flex;
  align-items: center;
}
.pickup-news_left .en:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .pickup-news_left .en {
    font-size: 4.6666666667vw;
  }
}
.pickup-news_left .ja {
  font-size: 18px;
}
@media (max-width: 767px) {
  .pickup-news_left .ja {
    font-size: 4.6666666667vw;
  }
}

.pickup-news_right {
  padding-right: 100px;
}
@media (max-width: 1280px) {
  .pickup-news_right {
    padding-right: 120px;
  }
}

.pickup-news__count {
  font-size: 14px;
}
@media (max-width: 767px) {
  .pickup-news__count {
    color: #000;
    margin-top: -40px;
    display: inline-block;
    display: flex;
    justify-content: center;
  }
}

.pickup-news__artist {
  font-size: 14px;
  display: block;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.pickup-news__artist:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}
.pickup-news__artist:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}

section.topics {
  background: rgb(255, 255, 255);
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  section.topics {
    padding: 10.6666666667vw 0;
  }
}

.topics__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .topics__header {
    margin-bottom: 8vw;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
  }
}
.topics__header a {
  background: rgb(54, 229, 222);
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 8px 15px 8px 30px;
  width: 240px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
}

.topics__header a:hover {
  background: #000;
  color: rgb(54, 229, 222);
}

.topics__header a:after {
  content: "→";
  display: block;
}

.topics__list {
  margin: 0 auto;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media (max-width: 767px) {
  .topics__list {
    flex-direction: column;
    margin-bottom: 10.6666666667vw;
  }
}

.topics__item {
  width: calc(50% - 30px);
}
@media (max-width: 767px) {
  .topics__item {
    width: 100%;
  }
}
.topics__item-img {
  width: 210px;
  height: 140px;
  flex-shrink: 0;
  background: #000;
}

.topics__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .topics__item-img {
    width: 40vw;
    height: 26.6666666667vw;
  }
}
.topics__item a {
  display: flex;
  gap: 0 30px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .topics__item a {
    gap: 0 4.2666666667vw;
  }
}
.topics__item .topics__artist {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.topics__item .topics__artist:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}
.topics__item .topics__artist:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .topics__item .topics__artist {
    font-size: 2.6666666667vw;
  }
}
.topics__item .topics__date, .topics__item .topics__category {
  font-size: 14px;
  margin-right: 8px;
  color: #999;
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .topics__item .topics__date, .topics__item .topics__category {
    font-size: 3.2vw;
  }
}
.topics__item .topics__category {
  background: #000;
  color: #fff;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 10px;
  letter-spacing: initial;
}
@media (max-width: 767px) {
  .topics__item .topics__category {
    font-size: 2.6666666667vw;
    padding: 0px 2.6666666667vw;
  }
}
.topics__item .topics__title {
  font-weight: bold;
  margin: 4px 0;
  font-size: 14px;
  padding-bottom: 4px;
  border-bottom: solid 1px #000;
}
@media (max-width: 767px) {
  .topics__item .topics__title {
    font-size: 3.2vw;
    border-bottom: none;
    border-top: solid 1px #000;
    padding-top: 4px;
    text-transform: uppercase;
    word-break: break-word;
    line-height: 1.4;
    font-weight: 500;
  }
}
.topics__item .topics__desc {
  font-size: 13px;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden;
  color: #555;
  white-space: normal;
  word-break: break-all;
}
@media (max-width: 767px) {
  .topics__item .topics__desc {
    display: none;
    font-size: 3.3333333333vw;
  }
}

.topics .topics__viewmore {
  background: rgb(54, 229, 222);
  color: #333;
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 12px 15px 12px 30px;
  width: 240px;
  display: flex;
  justify-content: space-between;
}
.topics .topics__viewmore:after {
  content: "→";
  display: block;
}
@media (max-width: 767px) {
  .topics .topics__viewmore:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .topics .topics__viewmore {
    font-size: 3.7333333333vw;
    padding: 8px 15px;
    justify-content: center;
    margin: 0 auto;
  }
}

.section-title {
  font-size: 70px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 8vw;
  }
}

.mv-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .bg-video {
    padding-top: 0px;
  }
}

main, header, footer, .side-nav {
  position: relative;
  z-index: 1;
}

.mv {
  background: transparent;
  min-height: 70vh;
  width: 100vw;
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
}

section.talent {
  background: rgba(248, 248, 248, 0.92);
}

.footer {
  background: #f5f3f2;
  color: #fff;
  padding: 0 0 0 0;
  position: relative;
}
@media (max-width: 1280px) {
  .footer {
    padding: 0 100px 0 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 10.6666666667vw 6.6666666667vw;
  }
}
.footer__main {
  display: flex;
  align-items: flex-start;
  padding: 60px 20px 40px;
  max-width: 1140px;
  margin: 0 auto;
  gap: 0 100px;
}
@media (max-width: 1280px) {
  .footer__main {
    gap: 0 60px;
  }
}
@media (max-width: 767px) {
  .footer__main {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.footer__logo-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .footer__logo-sns {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer__logo-img {
  width: 80px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer__logo-img {
    margin-bottom: 0;
  }
}
.footer__sns {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.footer__sns a {
  color: #fff;
  transition: color 0.2s;
}
.footer__sns a img {
  width: 20px;
}
.footer__sns-divider {
  color: #555;
  font-size: 2.2rem;
  margin: 0 10px;
}

.footer__nav-area {
  width: 100%;
}

.footer__nav-block-wrap {
  width: 100%;
  display: flex;
  gap: 0 15px;
}

@media (max-width: 767px) {
  .footer__nav-block-wrap {
    flex-direction: column;
    gap: 30px 0;
  }
}

.footer__nav-block {
  width: calc(100% / 3 - 16px);
}

.footer__nav-block:first-child {
  width: calc(100% / 3 + 20px);
}

@media (max-width: 767px) {
  .footer__nav-block,
  .footer__nav-block:first-child {
    width: 100%;
  }
}

.footer__nav-block ul li a {
  border-left: solid 4px rgb(54, 229, 222);
  display: inline-block;
  padding: 5px 10px;
}

.footer__nav-block ul li a:hover {
  background: rgb(54, 229, 222);
  /* color: #fff !important; */
}

.footer__nav-right {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__nav-right {
    width: 100%;
  }

  .footer__nav-right .footer__nav-col ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer__nav-right .footer__nav-col ul li {
    width: calc(50% - 5px);
  }
}

.footer__nav-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .footer__nav-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
}
.footer__nav-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .footer__nav-title {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.footer__nav-title a {
  /* color: #555; */
  font-size: 40px;
}
@media (max-width: 767px) {
  .footer__nav-title a {
    font-size: 8.8vw;
  }
}
.footer__nav-title a:hover {
  color: rgb(54, 229, 222);
}
.footer__nav-col {
  text-align: left;
  position: relative;
}

.footer__nav-col:first-child {
  text-align: left;
}
.footer__nav-col:first-child a {
  
}
@media (max-width: 767px) {
  .footer__nav-col:first-child {
    width: 100%;
    border-left: none;
  }
  .footer__nav-col:first-child ul {
    padding-left: 0;
  }
  .footer__nav-col:first-child ul a {
    font-size: 6.1333333333vw;
  }
}
.footer__nav-col:nth-child(2) {
  border-right: none;
}
.footer__nav-col:last-child {
  text-align: left;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer__nav-col:last-child {
    width: 100%;
  }
  .footer__nav-col:last-child a {
    font-size: 5.0666666667vw;
  }
}
.footer__nav-col .footer__nav-title a {
  font-size: 2.8rem;
  font-family: "Lato", serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-bottom: 32px;
  text-align: left;
}
.footer__nav-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__nav-col ul {
    padding-left: 16px;
  }
}
.footer__nav-col ul li {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .footer__nav-col ul li {
    margin-bottom: 2.6666666667vw;
  }
  .footer__nav-col ul li:last-child {
    margin-bottom: 0;
  }
}
.footer__nav-col ul li a {
  /* color: #000; */
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.footer__nav-col ul li a:hover {
  background: #000;
  color: rgb(54, 229, 222);
}
@media (max-width: 767px) {
  .footer__nav-col ul li a {
    font-size: 6.1333333333vw;
  }
}

.footer__nav-right .footer__nav-col ul li a:hover {
  background: transparent;
}


.footer__bottom {
  margin-top: 0;
  padding: 0 0 16px;
  text-align: center;
  background: #f5f3f2;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__bottom_wrap {
  border-top: 1px solid #333;
  padding-top: 32px;
}
.footer__bottom-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
}
@media (max-width: 767px) {
  .footer__bottom-links {
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: center;
    margin-bottom: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .footer__bottom-links li {
    width: 40%;
    text-align: left;
  }
  .footer__bottom-links li:nth-child(2n) {
    border-left: solid 1px #fff;
    padding-left: 20px;
  }
}
.footer__bottom-links li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .footer__bottom-links li a {
    font-size: 3.4666666667vw;
  }
}
.footer__bottom-links li a:hover {
  color: rgb(54, 229, 222);
}
.footer__copyright {
  font-size: 10px;
  color: #999999;
  letter-spacing: 0.1em;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 2.6666666667vw;
    letter-spacing: 0;
    text-align: left;
  }
}


.footer__nav-right .footer__nav-col {}

.footer__nav-right .footer__nav-col li {}

.footer__nav-right .footer__nav-col li a {
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer__nav-right .footer__nav-col li a {
    font-size: 4.2666666667vw;
  }
}





.pc_none {
  display: none !important;
}
@media (max-width: 767px) {
  .pc_none {
    display: block !important;
  }
}

.sp_none {
  display: block !important;
}
@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

#header {
  z-index: 9999;
}

.side-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: -2px 0 12px rgba(0, 0, 0, 0.06);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0 24px 0;
}
@media (max-width: 767px) {
  .side-nav {
    left: 0;
    right: auto;
    width: 100%;
    height: auto;
    flex-direction: row;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .side-nav__logo {
    order: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.side-nav__logo img {
  width: 56px;
  display: block;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .side-nav__logo img {
    margin-bottom: 0;
    width: 46px;
  }
}
.side-nav__center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (max-width: 767px) {
  .side-nav__center {
    order: 3;
  }
}
.side-nav__center.active .side-nav__menu-icon:nth-child(1) {
  transform: translate(0px, 8px) rotate(45deg);
}
.side-nav__center.active .side-nav__menu-icon:nth-child(2) {
  opacity: 0;
}
.side-nav__center.active .side-nav__menu-icon:nth-child(3) {
  transform: translate(0px, -8px) rotate(-45deg);
}
.side-nav__menu {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  outline: none;
  /* rotate: 90deg; */
}
@media (max-width: 767px) {
  .side-nav__menu {
    rotate: initial;
  }
}
.side-nav__menu-icon {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #000;
  width: 30px;
  margin: 6px 0;
  transition: transform 0.2s ease-in-out, top 0.5s ease;
}
.side-nav__menu-text {
  /* writing-mode: vertical-rl; */
  letter-spacing: 0.2em;
  font-size: 1rem;
  color: #222;
  font-weight: 600;
}
.side-nav__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .side-nav__bottom {
    flex-direction: row;
    margin-top: 0;
    order: 1;
  }
}
.side-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 8px;
}
.side-nav__close .side-nav__close-icon {
  font-size: 2rem;
  color: #222;
  line-height: 1;
}
.side-nav__sns {
  color: #222;
  font-size: 1.6rem;
  transition: color 0.2s;
}
.side-nav__sns img {
  width: 20px;
}

.talent__custom-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  position: relative;
}
@media (max-width: 767px) {
  .talent__custom-indicator {
    padding: 0 5.3333333333vw;
  }
}
.talent__custom-indicator .talent__indicator-track {
  position: relative;
  width: 840px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin: 0 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .talent__custom-indicator .talent__indicator-track {
    width: 80%;
  }
}
.talent__custom-indicator .talent__indicator-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #000;
  height: 100%;
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.block {
  height: 400px;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .block {
    height: 200px;
  }
}

.l_page:before {
  content: "";
  width: 100%;
  display: block;
  height: 500px;
  background: #f5f3f2;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .l_page:before {
    content: none;
  }
}

.p_artist {
  background: #fbfbfb;
}
.p_artist:before {
  height: 280px;
}
@media (max-width: 767px) {
  .p_artist:before {
    height: 205vw;
  }
}
.p_artist #talent {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p_artist #talent {
    padding: 13.3333333333vw 0;
  }
  .p_artist #talent .section__inner {
    padding: 0;
  }
  .p_artist #talent .talent__header {
    padding: 0 5.3333333333vw;
  }
  .p_artist #talent .talent__slider-wrap .slick-list {
    padding-left: 0;
  }
  .p_artist #talent .talent__card {
    max-width: none;
    width: 48vw;
    margin: 0 2vw;
  }
  .p_artist #talent .talent__card img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
  .p_artist #talent .talent__name-ja,
  .p_artist #talent .talent__name-en {
    display: block;
  }
  .p_artist #talent .talent__slider .slick-slide {
    height: auto;
  }
  .p_artist #talent .talent__slider .talent__card {
    height: auto;
  }
}

.inner {
  max-width: 1140px;
  margin: 80px auto 0;
  padding: 0 0 20px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 20px 80px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding: 0 6.6666666667vw 20vw;
    margin: 120px auto 0;
  }
}

@media (max-width: 767px) {
  .inner_bg {
    padding: 120px 6.6666666667vw 20vw;
    margin: 0 auto;
    background: linear-gradient(180deg, #f5f3f2 0%, #f5f3f2 120px, #fff 120px, #fff 100%);
  }
}

@media (max-width: 767px) {
  .bg_gray {
    background: #f5f3f2;
    width: 100vw !important;
    margin: 0 calc(50% - 50vw);
    position: relative;
    z-index: 1;
    padding: 0 6.6666666667vw;
  }
}
.sec_header {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sec_header {
    margin-bottom: 30px;
  }
}
.sec_header:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background: #ccc;
  position: relative;
  top: -8px;
}
.sec_header h1 {
  display: inline-block;
  font-size: 70px;
  letter-spacing: 2px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .sec_header h1 {
    font-size: 10.6666666667vw;
  }
}
.sec_header h1:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 1px;
  background: #000;
  position: relative;
  z-index: 3;
}

.sec_header_02 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .sec_header_02 {
    margin-bottom: 20px;
  }
}
.sec_header_02:after {
  content: none;
}
.sec_header_02 h2 {
  font-size: 50px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .sec_header_02 h2 {
    font-size: 8vw;
  }
}

.l_artist,
.l_topics {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .l_artist,
  .l_topics {
    padding-right: 0;
  }
}
.l_artist_nav,
.l_topics_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .l_artist_nav,
  .l_topics_nav {
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 0;
  }
}
.l_artist_nav_list,
.l_topics_nav_list {
  width: 25%;
  border-left: solid #ccc 1px;
  text-align: center;
}
@media (max-width: 767px) {
  .l_artist_nav_list,
  .l_topics_nav_list {
    width: 50%;
  }
}
.l_artist_nav_list:last-child,
.l_topics_nav_list:last-child {
  border-right: solid #ccc 1px;
}
@media (max-width: 767px) {
  .l_artist_nav_list:last-child,
  .l_topics_nav_list:last-child {
    border-right: none;
  }
}
.l_artist_nav_list a,
.l_topics_nav_list a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .l_artist_nav_list a,
  .l_topics_nav_list a {
    display: inline-block;
    text-align: left;
    font-size: 4vw;
  }
}
.l_artist_nav_list.is-active a,
.l_topics_nav_list.is-active a {
  color: rgb(54, 229, 222);
  pointer-events: none;
}
.l_artist_list,
.l_topics_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 25px;
}
@media (max-width: 767px) {
  .l_artist_list,
  .l_topics_list {
    gap: 20px 10px;
  }
}
.l_artist_list_block,
.l_topics_list_block {
  width: calc(20% - 20px);
}
@media (max-width: 767px) {
  .l_artist_list_block,
  .l_topics_list_block {
    width: calc(50% - 5px);
  }
}
.l_artist_list_block a,
.l_topics_list_block a {
  display: block;
  text-decoration: none;
  color: #000;
}
.l_artist_list_block_manager,
.l_topics_list_block_manager {
  text-align: center;
}
.l_artist_list_img,
.l_topics_list_img {
  margin-bottom: 10px;
}
.l_artist_list_img img,
.l_topics_list_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .l_artist_list_img img,
  .l_topics_list_img img {
    height: 53.3333333333vw;
  }
}
.l_artist_list_name,
.l_topics_list_name {
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .l_artist_list_name,
  .l_topics_list_name {
    font-size: 3.7333333333vw;
  }
}
.l_artist_list_en,
.l_topics_list_en {
  font-size: 15px;
  color: #999;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .l_artist_list_en,
  .l_topics_list_en {
    font-size: 2.6666666667vw;
    margin-top: -2px;
  }
}
.l_artist_list_position,
.l_topics_list_position {
  font-size: 12px;
  color: #000;
  display: inline-block;
  background: linear-gradient(transparent 50%, #e8e8e8 50%);
  padding: 0 5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l_artist_list_position,
  .l_topics_list_position {
    font-size: 2.6666666667vw;
    margin-bottom: 20px;
  }
}
.l_artist_list_block_flex,
.l_topics_list_block_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.l_artist_list_text,
.l_topics_list_text {
  font-size: 12px;
  border: solid #000;
  border-radius: 10px;
  padding: 15px 10px 10px;
  margin-bottom: 10px;
  font-weight: 400;
  position: relative;
  text-align: left;
  border-width: 0.1px;
}
@media (max-width: 767px) {
  .l_artist_list_text,
  .l_topics_list_text {
    font-size: 2.6666666667vw;
  }
}
.l_artist_list_text:before,
.l_topics_list_text:before {
  content: "MESSAGE";
  display: inline-block;
  background: #fff;
  font-size: 12px;
  padding: 2px 5px;
  position: absolute;
  top: -10px;
  left: 10px;
}
@media (max-width: 767px) {
  .l_artist_list_text:before,
  .l_topics_list_text:before {
    font-size: 2.6666666667vw;
  }
}

.l_artist_nav_list {
  width: 16.6666666667%;
}
.l_artist_nav_list:nth-child(2) {
  width: 22%;
}
@media (max-width: 767px) {
  .l_artist_nav_list:nth-child(2) {
    width: auto;
  }
}
.l_artist_nav_list a {
  font-size: 15px;
}
.l_artist_list_img img {
  height: 220px;
}
@media (max-width: 767px) {
  .l_artist_list_img img {
    height: 44vw;
  }
}

.l_artist_list_block_manager .l_artist_list_en {
  color: #000;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.l_artist_list_block_manager .l_artist_list_en:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
  position: relative;
}
.l_artist_list_block_manager .l_artist_list_en:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
  position: relative;
}

.l_artist_list_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_artist_list_block .l_artist_list_position {
  width: max-content;
}
.l_artist_list_block .l_artist_list_text {
  flex: 1;
  width: 100%;
}

.artist_flex {
  display: flex;
  align-items: flex-start;
  gap: 0 70px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .artist_flex {
    flex-direction: column;
    gap: 0;
    margin-bottom: 13.3333333333vw;
  }
}
.artist_left, .artist_right {
  width: calc(50% - 35px);
}
@media (max-width: 767px) {
  .artist_left, .artist_right {
    width: 100%;
  }
}
.artist_left {
  width: 520px;
}
@media (max-width: 767px) {
  .artist_left {
    padding-bottom: 13.3333333333vw;
  }
}
.artist_slider {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .artist_slider {
    width: 82.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.artist_slider_img img {
  width: 520px;
  height: 650px;
  height: auto;
  object-fit: cover;
  object-fit: contain;
  object-position: top;
}
@media (max-width: 767px) {
  .artist_slider_img img {
    width: 82.6666666667vw;
    height: auto;
  }
}
.artist_name_en {
  font-size: 40px;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 45px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .artist_name_en {
    font-size: 9.3333333333vw;
    line-height: 9.3333333333vw;
    margin-bottom: 5.3333333333vw;
    white-space: normal;
    word-break: keep-all;
  }
}
.artist_name {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .artist_name {
    font-size: 5.3333333333vw;
  }
}
.artist_right_head {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .artist_right_head {
    margin-bottom: 13.3333333333vw;
    background: #f5f3f2;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0px 6.6666666667vw 40px;
    margin-bottom: 40px;
  }
}
.artist_right_sns {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .artist_right_sns {
    margin-bottom: 10.6666666667vw;
  }
}
.artist_right_sns ul {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .artist_right_sns ul {
    gap: 0 4vw;
  }
}
.artist_right_sns ul li img {
  width: 25px;
}
@media (max-width: 767px) {
  .artist_right_sns ul li img {
    width: 5.3333333333vw;
  }
}
.artist_right_sns ul li p {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 2px 16px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .artist_right_sns ul li p {
    font-size: 2.6666666667vw;
    padding: 2px 2.6666666667vw;
  }
}
.artist_right_content {
  margin-bottom: 40px;
}
.artist_right_content_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .artist_right_content_ttl {
    font-size: 4.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.artist_right_content_txt {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .artist_right_content_txt {
    font-size: 3.3333333333vw;
  }
}
.artist_right_profile dl {
  display: flex;
  align-items: center;
  gap: 0 60px;
  font-size: 15px;
  border-bottom: solid 1px #eeeeee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.artist_right_profile dl:first-child {
  border-top: solid 1px #eeeeee;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .artist_right_profile dl {
    font-size: 4vw;
    gap: 0 4vw;
  }
}
.artist_right_profile dl dt {
  font-weight: 900;
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .artist_right_profile dl dt {
    font-size: 4vw;
    width: 22.6666666667vw;
  }
}
.artist_career {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .artist_career {
    margin-bottom: 13.3333333333vw;
  }
}
.artist_career_ttl {
  background: #f5f3f2;
  font-size: 26px;
  padding: 10px 30px;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .artist_career_ttl {
    font-size: 6.9333333333vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.artist_career_body {
  padding: 40px 30px;
  font-size: 14px;
  background: #fff;
}
@media (max-width: 767px) {
  .artist_career_body {
    padding: 5.3333333333vw 5.3333333333vw;
    font-size: 3.3333333333vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    white-space: normal;
    word-break: keep-all;
  }
  .artist_career_body p {
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
.artist_career_body_ttl {
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
}
.artist_topics {
  margin-bottom: 60px;
}
.artist_topics_body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.artist_topics_list {
  width: calc(50% - 10px);
}
.artist_topics_list:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .artist_topics_list_inner {
    font-size: 2.6666666667vw;
  }
}
.artist_topics_list_inner_content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .artist_topics_list_inner_content {
    margin-top: 10px;
    width: 100%;
  }
}
.artist_topics_list_inner_img {
  width: 210px;
  height: 140px;
  flex-shrink: 0;
  background: #000;
}
@media (max-width: 767px) {
  .artist_topics_list_inner_img {
    height: 26.6666666667vw;
    width: 100%;
  }
}

.artist_topics_list_inner_img img {
  object-fit: contain;
}
.artist_topics_list_inner_ttl {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .artist_topics_list_inner_ttl {
    font-size: 2.9333333333vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.artist_topics_list_inner_flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .artist_topics_list_inner_flex {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.artist_topics_list_inner_flex img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.artist_topics_list_inner_date {
  font-size: 14px;
  color: #999;
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
.artist_topics_list_inner_category {
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-size: 10px;
  background: #000;
  color: #fff;
  border-radius: 20px;
  padding: 2px 16px;
}
.artist_schedule_list {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.artist_schedule_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .artist_schedule_list {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .artist_schedule_list_inner_flex {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .artist_schedule {
    margin-bottom: 0;
  }
}
.artist_schedule_body {
  max-height: 630px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .artist_schedule_body {
    max-height: 340px;
  }
}

@media (max-width: 767px) {
  .slide_navi {
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
.slide_navi_item {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .slide_navi_item {
    margin-right: 4vw;
  }
}
.slide_navi_item figure {
  margin: 0;
}
.slide_navi_item img {
  width: 80px;
  height: 100px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .slide_navi_item img {
    width: 13.3333333333vw;
    height: 16.6666666667vw;
  }
}

@media (max-width: 767px) {
  .l_topics {
    margin-bottom: 13.3333333333vw;
  }
}
.l_topics_subttl {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 767px) {
  .l_topics_subttl {
    font-size: 15px;
    top: auto;
    bottom: 30px;
    left: 0;
  }
}
.l_topics_subttl:before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .l_topics_subttl:before {
    width: 20px;
  }
}
.l_topics_subttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .l_topics_subttl:after {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .l_topics .sec_header {
    margin-bottom: 10px;
  }
  .l_topics .sec_header_inner {
    position: relative;
  }
  .l_topics .sec_header_inner:after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 1px;
    background: #ccc;
    position: relative;
    z-index: 2;
    bottom: 10px;
  }
  .l_topics .sec_header h1 {
    font-size: 6.6666666667vw;
  }
  .l_topics .sec_header h1:after {
    top: 16px;
  }
  .l_topics .sec_header:after {
    content: none;
  }
}

.l_topics_nav {
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  .l_topics_nav {
    justify-content: flex-start;
    display: flex;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .l_topics_nav_list {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .l_topics_nav_list a {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 767px) {
  .l_topics_nav_list_wrap {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .l_topics_nav_list_item {
    width: 33.3333333333%;
  }
  .l_topics_nav_list_item a {
    font-size: 4vw;
  }
}
.l_topics_list {
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .l_topics_list {
    gap: 30px 0;
  }
}
.l_topics_list_block {
  width: calc(50% - 13px);
}
@media (max-width: 767px) {
  .l_topics_list_block {
    width: 100%;
  }
}
.l_topics_list_block_flex {
  display: flex;
  gap: 0 20px;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l_topics_list_block_flex {
    align-items: flex-start;
  }
}
.l_topics_list_img {
  width: 210px;
  height: 140px;
  flex-shrink: 0;
  background: #000;
}
@media (max-width: 767px) {
  .l_topics_list_img {
    width: 40vw;
    height: 26.6666666667vw;
    margin-bottom: 0;
  }
}
.l_topics_list_img img {
  height: 100%;
  object-fit: contain;
}
.l_topics_list_content_artist {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 7px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .l_topics_list_content_artist {
    font-size: 2.6666666667vw;
    margin-bottom: 3px;
  }
}
.l_topics_list_content_artist:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}
.l_topics_list_content_artist:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  background: #000;
}
.l_topics_list_content_flex {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin-bottom: 7px;
}
.l_topics_list_content_flex_date {
  font-size: 14px;
  color: #999;
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .l_topics_list_content_flex_date {
    font-size: 2.9333333333vw;
  }
}
.l_topics_list_content_flex_category {
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 2px 12px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .l_topics_list_content_flex_category {
    font-size: 2.4vw;
    padding: 2px 2.6666666667vw;
  }
}
.l_topics_list_content_name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: solid 1px #000;
}
@media (max-width: 767px) {
  .l_topics_list_content_name {
    font-size: 3.2vw;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: solid 1px #000;
    padding-top: 5px;
    text-transform: uppercase;
    word-break: break-word;
  }
}
.l_topics_list_content_txt {
  color: #555555;
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
  white-space: normal;
  word-break: break-all;
}
@media (max-width: 767px) {
  .l_topics_list_content_txt {
    display: none;
    font-size: 3.3333333333vw;
  }
}

@media (max-width: 767px) {
  .l_news_nav {
    justify-content: center;
  }
}

.p_topics {
  background: #fbfbfb;
}
@media (max-width: 767px) {
  .p_topics:before {
    content: "";
    display: block;
    height: 300px;
  }
}
.p_topics .inner {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .p_topics .inner {
    margin-top: 150px;
  }
}
.p_topics_body {
  padding: 0 80px 80px;
  background: #fff;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .p_topics_body {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 5.3333333333vw;
  }
}
.p_topics_body_img {
  position: relative;
  top: -60px;
  background: #000;
}

.p_topics_body_img img {
  max-height: 600px;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .p_topics_body_content {
    position: relative;
    top: -40px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 40px;
  }
}
.p_topics_body_content_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p_topics_body_content_flex {
    margin-bottom: 10px;
  }
}
.p_topics_body_content_flex_left {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.p_topics_body_content_flex_left_date {
  font-size: 14px;
  color: #999;
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .p_topics_body_content_flex_left_date {
    font-size: 3.2vw;
  }
}
.p_topics_body_content_flex_left_category {
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 2px 12px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p_topics_body_content_flex_left_category {
    font-size: 2.6666666667vw;
    padding: 0px 2.6666666667vw;
  }
}
.p_topics_body_content_flex_right {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .p_topics_body_content_flex_right {
    display: none;
  }
}
.p_topics_body_content_flex_right_txt {
  font-family: "Sofia Sans", sans-serif;
  font-size: 14px;
  color: #000;
  border-right: solid 1px #000;
  padding-right: 20px;
  letter-spacing: 1px;
}
.p_topics_body_content_flex_right_sns {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.p_topics_body_content_flex_right_sns li img {
  width: 20px;
}
.p_topics_body_content_flex_right_sns li.file img {
  width: 15px;
}
.p_topics_body_content_ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  border-bottom: solid 1px #cccccc;
}
@media (max-width: 767px) {
  .p_topics_body_content_ttl {
    font-size: 5.0666666667vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
    white-space: normal;
    word-break: keep-all;
  }
}
.p_topics_body_content_txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #555555;
}
.p_topics_body_content_txt a {
  text-decoration: underline;
  color: #555555;
}
@media (max-width: 767px) {
  .p_topics_body_content_txt {
    font-size: 3.4666666667vw;
  }
}
.p_topics_body_content_txt .related_artist {
  margin-top: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  .p_topics_body_content_txt .related_artist {
    text-align: center;
  }
}
.p_topics_body_content_txt .related_artist a {
  font-size: 14px;
  background: rgb(54, 229, 222);
  color: #333;
  text-align: center;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p_topics_body_content_txt .related_artist a {
    font-size: 3.2vw;
    padding: 8px 4vw;
  }
}
.p_topics_body_sp_ttl {
  font-family: "Sofia Sans", sans-serif;
  font-size: 3.4666666667vw;
  color: #000;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.p_topics_body_sp_sns {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-bottom: 40px;
}
.p_topics_body_sp_sns li img {
  width: 5.3333333333vw;
  height: auto;
}
.p_topics_body_sp_sns li:last-child img {
  width: 4vw;
}

.p_related {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p_related {
    margin-bottom: 0;
    padding-top: 50px;
  }
}
.p_related_ttl {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .p_related_ttl {
    font-size: 8vw;
    margin-bottom: 20px;
  }
}
.p_related_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
@media (max-width: 767px) {
  .p_related_list {
    gap: 6.6666666667vw 4vw;
  }
}
.p_related_list_block {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .p_related_list_block {
    width: 100%;
  }
}
.p_related_list_block_flex {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .p_related_list_block_flex {
    gap: 8vw 4vw;
  }
}
.p_related_list_block_flex_img {
  width: 210px;
  height: 140px;
  flex-shrink: 0;
  margin: 0;
  background: #000;
}
@media (max-width: 767px) {
  .p_related_list_block_flex_img {
    width: 40vw;
    height: 26.6666666667vw;
    flex-shrink: 0;
  }
}
.p_related_list_block_flex_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.p_related_list_block_content_flex {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p_related_list_block_content_flex {
    gap: 0 10px;
  }
}
.p_related_list_block_content_flex_date {
  font-size: 14px;
  color: #999;
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .p_related_list_block_content_flex_date {
    font-size: 3.2vw;
  }
}
.p_related_list_block_content_flex_category {
  font-family: "Sofia Sans", sans-serif;
  font-style: normal;
  font-size: 10px;
  background: #000;
  color: #fff;
  padding: 2px 15px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p_related_list_block_content_flex_category {
    font-size: 2.6666666667vw;
    padding: 0px 2.6666666667vw;
  }
}
.p_related_list_block_content_name {
  font-size: 14px;
  margin-bottom: 10px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .p_related_list_block_content_name {
    font-size: 3.2vw;
  }
}
.p_related_list_block_content_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
  color: #555;
}
@media (max-width: 767px) {
  .p_related_list_block_content_txt {
    display: none;
    font-size: 3.3333333333vw;
  }
}

@media (max-width: 767px) {
  .l_manager {
    padding-bottom: 100px;
  }
  .l_manager .sec_header h1 {
    font-size: 40px;
  }
}
.l_manager_business {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .l_manager_business {
    margin-bottom: 50px;
  }
}
.l_manager_business_inner {
  display: flex;
  gap: 0 60px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .l_manager_business_inner {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 40px;
  }
}
.l_manager_business_inner_left {
  width: 280px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l_manager_business_inner_left {
    width: 100%;
    padding: 0 30px;
  }
  .l_manager_business_inner_left img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l_manager_business_inner_left img {
    height: 300px;
  }
}
.l_manager_business_inner_right {
  width: 100%;
}
.l_manager_business_inner_right_ja {
  font-size: 15px;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l_manager_business_inner_right_ja {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.l_manager_business_inner_right_ja span {
  display: block;
  text-align: right;
  margin-top: 20px;
}
.l_manager_business_en {
  font-size: 14px;
  color: #555;
  font-weight: 200;
  word-break: keep-all;
  padding-bottom: 15px;
}

.l_manager_business_en span {
  display: block;
  text-align: right;
}

@media (max-width: 767px) {
  .l_manager_business_en {
    font-size: 3.4666666667vw;
  }
}

@media (max-width: 767px) {
  .l_company .inner {
    margin-top: 0;
    padding-top: 120px;
  }
}
.l_company:before {
  content: "";
  height: 250px;
}
@media (max-width: 767px) {
  .l_company:before {
    height: auto;
  }
}
.l_company_text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .l_company_text {
    font-size: 4vw;
    margin-bottom: 130px;
  }
}
.l_company_body_list {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .l_company_body_list {
    margin-bottom: 50px;
  }
}
.l_company_body_list dl {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l_company_body_list dl {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.l_company_body_list dl:first-child {
  padding-top: 30px;
  border-top: solid 1px #eeeeee;
}
@media (max-width: 767px) {
  .l_company_body_list dl:first-child {
    padding-top: 15px;
  }
}
.l_company_body_list dl dt {
  font-size: 15px;
  font-weight: 600;
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l_company_body_list dl dt {
    font-size: 4vw;
  }
}
.l_company_body_list dl dd {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
}
@media (max-width: 767px) {
  .l_company_body_list dl dd {
    font-size: 4vw;
  }
}
.l_company_body_list dl dd a {
  color: rgb(54, 229, 222);
}
.l_company_body_map {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .l_company_body_map {
    margin-bottom: 50px;
  }
}
.l_company_body_map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .l_company_body_map iframe {
    height: 300px;
  }
}
.l_company_body_btn {
  text-align: center;
}

.btn01 {
  display: inline-block;
  width: 240px;
  background: #000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 24px;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
.btn01:after {
  content: "→";
  display: inline-block;
  font-size: 20px;
  height: 28px;
  color: #fff;
}

.l_contact {
  background: #fbfbfb;
}
.l_contact:before {
  content: "";
  height: 800px;
}
@media (max-width: 767px) {
  .l_contact:before {
    height: auto;
  }
}
.l_contact_inner {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .l_contact_inner {
    margin-top: 40px;
  }
}
.l_contact_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l_contact_text {
    font-size: 3.3333333333vw;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.l_contact_text_en {
  /* font-family: "Sofia Sans", sans-serif; */
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  line-height: 2;
  margin-bottom: 80px;
  white-space: normal;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .l_contact_text_en {
    font-size: 3.4666666667vw;
    margin-bottom: 0px;
  }
}
.l_contact_body {
  background: #fff;
  padding: 80px;
}
@media (max-width: 767px) {
  .l_contact_body {
    width: 100vw;
    margin: 50px calc(50% - 50vw) 0;
    padding: 0 5.3333333333vw;
  }
}
.l_contact_wrap {
  border-top: solid 1px #eeeeee;
}
.l_contact_list {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eeeeee;
}
@media (max-width: 767px) {
  .l_contact_list {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.l_contact_label {
  display: flex;
  align-items: baseline;
  gap: 0 30px;
  justify-content: flex-start;
}
.l_contact_label p {
  display: none;
}
@media (max-width: 767px) {
  .l_contact_label {
    flex-direction: column;
    gap: 10px 0;
  }
}
.l_contact_head {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 400;
  width: 250px;
  justify-content: space-between;
}
.l_contact_head span {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .l_contact_head span {
    font-size: 2.6666666667vw;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .l_contact_head {
    width: 100%;
    font-size: 4vw;
  }
}
.l_contact_content {
  width: 100%;
}
.l_contact_content input, .l_contact_content textarea {
  background: #f5f3f2;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .l_contact_content input, .l_contact_content textarea {
    font-size: 3.7333333333vw;
  }
}
.l_contact_note {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 60px;
}
.l_contact_note span {
  display: block;
  font-family: "Sofia Sans", sans-serif;
  margin-top: 30px;
  color: #555;
  white-space: normal;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .l_contact_note span {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
}
@media (max-width: 767px) {
  .l_contact_note {
    font-size: 3.2vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.l_contact_btn {
  display: flex;
  justify-content: center;
}
.l_contact_btn_link {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .l_contact_btn_link {
    text-align: center;
  }
}
.l_contact_btn_link:after {
  content: "→";
  display: inline-block;
  font-size: 20px;
  height: 28px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l_contact_btn_link:after {
    content: none;
  }
}
.l_contact_btn .btn01 {
  font-size: 18px;
  width: 360px;
  text-align: left;
  padding: 15px 40px;
}
@media (max-width: 767px) {
  .l_contact_btn .btn01 {
    font-size: 4.2666666667vw;
    width: 300px;
    text-align: center;
  }
}

.l_privacy {
  background: #fbfbfb;
}
.l_privacy_inner {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .l_privacy_inner {
    margin-top: 40px;
  }
}
.l_privacy_text {
  padding: 80px;
  background: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  color: #555555;
}
@media (max-width: 767px) {
  .l_privacy_text {
    font-size: 3.2vw;
    padding: 0;
  }
}
.l_privacy_text h4 {
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 15px;
}
.l_privacy_text h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
}
.l_privacy .list {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l_privacy .list:before {
  content: "・";
  display: inline-block;
  color: #000;
}
.l_privacy ul {
  list-style: katakana;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l_demanding_news:before {
  content: none;
}
.l_demanding_news .sec_header h1 {
  font-weight: 500;
  font-size: 50px;
}
@media (max-width: 767px) {
  .l_demanding_news .sec_header h1 {
    line-height: 60px;
    font-size: 9.3333333333vw;
  }
  .l_demanding_news .sec_header h1:after {
    content: none;
  }
  .l_demanding_news .sec_header:after {
    top: 0;
  }
}
.l_demanding_news_list {
  width: 100%;
}
.l_demanding_news_list .l_topics_list_block {
  width: 100%;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.l_demanding_news_list .l_topics_list_content_name {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .l_demanding_news_list .l_topics_list_content_name {
    border-top: none;
    padding-top: 0;
  }
}

.l_partner_head {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #f5f3f2;
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .l_partner_head {
    padding: 0 40px;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .l_partner_head {
    padding: 0 5.3333333333vw;
    padding-bottom: 40px;
  }
}
.l_partner_head img {
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 1280px) {
  .l_partner_head img {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .l_partner_head img {
    width: 100%;
  }
}
.l_partner_body {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .l_partner_body {
    margin-top: 50px;
  }
}
.l_partner_block {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .l_partner_block {
    margin-bottom: 40px;
  }
}
.l_partner_block img {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .l_partner_block img {
    width: 60px;
  }
}
.l_partner_block h2 {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 20px;
  background: #f5f3f2;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .l_partner_block h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 15px;
    gap: 0 15px;
  }
}
.l_partner_block h2 span {
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .l_partner_block h2 span {
    font-size: 3.2vw;
    gap: 0 5px;
  }
}
.l_partner_block h2 span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .l_partner_block h2 span:before {
    width: 15px;
  }
}
.l_partner_block h2 span:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .l_partner_block h2 span:after {
    width: 15px;
  }
}
.l_partner_block_content {
  border-left: solid 1px rgb(54, 229, 222);
  padding-left: 20px;
  margin-bottom: 20px;
}
.l_partner_block_content h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .l_partner_block_content h3 {
    font-size: 4.5333333333vw;
    padding-bottom: 5px;
  }
}
.l_partner_block_content p {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l_partner_block_content p {
    font-size: 3.3333333333vw;
  }
}
.l_partner_block_content a {
  font-size: 12px;
  display: inline-block;
  color: rgb(54, 229, 222);
}
@media (max-width: 767px) {
  .l_partner_block_content a {
    font-size: 2.9333333333vw;
  }
}
.l_partner_block_combined h2 {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .l_partner_block_combined h2 {
    font-size: 5.3333333333vw;
    padding-left: 20px;
  }
}
.l_partner_block_combined h3 {
  font-weight: 400;
}

@media (max-width: 767px) {
  .p_demanding_news .inner {
    margin-top: 0px;
  }
}
.p_demanding_news_body {
  padding: 80px;
}
@media (max-width: 767px) {
  .p_demanding_news_body {
    padding: 120px 5.3333333333vw 5.3333333333vw;
  }
}
.p_demanding_news_body_flex_left {
  width: 100%;
}

.l_fanclub,
.l_brand,
.l_contact,
.l_partner {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .l_fanclub,
  .l_brand,
  .l_contact,
  .l_partner {
    padding-right: 0;
  }
}

.l_brand .l_fanclub_block picture img {
  width: 250px;
}
@media (max-width: 767px) {
  .l_brand .l_fanclub_block picture img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l_audition:before {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .l_audition .inner {
    margin-top: 0;
    padding-top: 120px;
  }
}
.l_audition_body {
  padding: 50px 80px;
}
@media (max-width: 767px) {
  .l_audition_body {
    padding: 0;
  }
}
.l_audition_block {
  padding: 40px 80px;
  margin-bottom: 80px;
  background: #fff;
}
@media (max-width: 767px) {
  .l_audition_block {
    margin-bottom: 40px;
    padding: 20px;
  }
}
.l_audition_block_wrap {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #cccccc;
}
.l_audition_block_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .l_audition_block_title {
    font-size: 4.8vw;
    width: auto;
    flex-shrink: 0;
  }
}
.l_audition_block_text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #555555;
}
@media (max-width: 767px) {
  .l_audition_block_text {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.l_audition_block a.btn01 {
  margin-top: 20px;
}
.l_audition_block a.btn01:after {
  height: auto;
}
.l_audition_block:last-child p {
  text-align: center;
}

.l_talent_recruit_body .l_contact_label_large {
  flex-direction: column;
}
.l_talent_recruit_body .l_contact_label_large .l_contact_head {
  width: 100%;
  margin-bottom: 20px;
  justify-content: flex-start;
  gap: 0 20px;
}
.l_talent_recruit_body .l_contact_label_large .wpcf7-radio,
.l_talent_recruit_body .l_contact_label_large .wpcf7-checkbox {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .l_talent_recruit_body .l_contact_label_large .wpcf7-radio,
  .l_talent_recruit_body .l_contact_label_large .wpcf7-checkbox {
    flex-direction: column;
    gap: 10px 0;
    align-items: flex-start;
  }
}
.l_talent_recruit_body .l_contact_label_large .wpcf7-radio .wpcf7-list-item label,
.l_talent_recruit_body .l_contact_label_large .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.l_talent_recruit_body .l_contact_label_large .wpcf7-radio input,
.l_talent_recruit_body .l_contact_label_large .wpcf7-checkbox input {
  appearance: auto;
  width: 15px;
  height: 15px;
}

.l_recruit_block .l_audition_block_title {
  width: 200px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l_recruit_block .l_audition_block_title {
    width: 70px;
    font-size: 3.4666666667vw;
    flex-shrink: 0;
  }
}
.l_recruit_block .l_audition_block_text {
  text-align: left !important;
}

.l_fanclub {
  background: #fbfbfb;
}
.l_fanclub_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 20px;
}
@media (max-width: 767px) {
  .l_fanclub_flex {
    gap: 40px 0;
  }
}
.l_fanclub_block {
  width: 100%;
}
.l_fanclub_block_inner {
  display: flex;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .l_fanclub_block_inner {
    flex-direction: column;
  }
}
.l_fanclub_block picture {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .l_fanclub_block picture {
    margin-bottom: 10px;
  }
}
.l_fanclub_block picture img {
  width: 400px;
}
.l_fanclub_block_text_inner {
  width: 100%;
}
.l_fanclub_block_text_inner .name {
  font-size: 17px;
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .name {
    font-size: 4vw;
  }
}
.l_fanclub_block_text_inner .fc_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  background: linear-gradient(transparent 50%, #e8e8e8 50%);
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .fc_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    background: none;
  }
}
.l_fanclub_block_text_inner .fc_title {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .fc_title {
    font-size: 3.2vw;
    background: linear-gradient(transparent 50%, #ccc 50%);
  }
}
.l_fanclub_block_text_inner .fc_link {
  font-size: 14px;
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .fc_link {
    font-size: 3.2vw;
  }
}
.l_fanclub_block_text_inner .fc_text {
  font-size: 14px;
  font-weight: 400;
  line-height: initial;
  color: #555555;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .fc_text {
    font-size: 3.2vw;
  }
}
.l_fanclub_block_text_inner .fc_feature {
  width: 100%;
  display: flex;
  gap: 0 50px;
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .fc_feature {
    gap: 10px 0;
    background: #f5f5f5;
    padding: 8px;
  }
}
.l_fanclub_block_text_inner .fc_feature ul {
  list-style: none;
  width: calc(50% - 10px);
}
.l_fanclub_block_text_inner .fc_feature ul li {
  font-size: 14px;
  font-weight: 400;
  border-left: solid 2px rgb(54, 229, 222);
  padding-left: 10px;
}
@media (max-width: 767px) {
  .l_fanclub_block_text_inner .fc_feature ul li {
    font-size: 3.0666666667vw;
    white-space: normal;
    word-break: keep-all;
    padding-left: 8px;
  }
  .l_fanclub_block_text_inner .fc_feature ul li:nth-child(1) {
    width: 100%;
  }
}

.artist_idol_block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 50px;
}

.artist_idol {
  width: calc(50% - 10px);
}
.artist_idol_img {
  margin-bottom: 15px;
  background: #f2efe7;
  position: relative;
}
.artist_idol_img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  z-index: 2;
}
.artist_idol_name {
  font-size: 18px;
  margin-bottom: 15px;
}
.artist_idol_sns ul {
  display: flex;
  gap: 0 15px;
}
.artist_idol_sns ul li a img {
  width: auto;
  height: 20px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .artist_idol_sns ul li a img {
    height: 15px;
  }
}

.pickup-news__slider-btn {
  margin-top: 40px;
}
.pickup-news__slider-btn a {
  background: rgb(54, 229, 222);
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 32px;
  padding: 8px 15px 8px 30px;
  width: 240px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.pickup-news__slider-btn a:hover {
  background: #000;
  color: rgb(54, 229, 222);
}

.pickup-news__slider-btn a:after {
  content: "→";
  display: block;
}
@media (max-width: 767px) {
  .pickup-news__slider-btn a:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .pickup-news__slider-btn a {
    padding: 8px 15px;
    justify-content: center;
  }
}

.pagination {
  margin: 0 auto;
  margin-top: 50px;
}
.pagination .nav-links {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  .pagination .nav-links {
    gap: 0 4.6666666667vw;
  }
}
.pagination .page-numbers {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #cccccc;
  cursor: pointer;
  color: #000;
  background: #fff;
}
@media (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 3.7333333333vw;
    width: 8vw;
    height: 8vw;
  }
}
.pagination .page-numbers.current {
  background: #000;
  color: #fff;
  cursor: default;
}
.pagination .page-numbers:hover {
  background: #000;
  color: #fff;
}
.pagination .next, .pagination .prev {
  font-size: 30px;
  font-weight: 600;
  border: none;
  background: none;
}
.pagination .next:hover, .pagination .prev:hover {
  background: none;
  color: #000;
}

@media (max-width: 767px) {
  .l_artist_nav {
    display: block;
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    padding-bottom: 10px;
    position: relative;
  }
  .l_artist_nav::-webkit-scrollbar {
    display: none;
  }
  .l_artist_nav {
    scrollbar-width: none;
  }
  .l_artist_nav_list {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    width: auto;
  }
  .l_artist_nav_list a {
    font-size: 12px;
    padding: 0 10px;
  }
  .l_artist_nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
  }
  .l_artist_nav:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    width: var(--nav-width);
  }
  .l_artist_nav .scroll-bar-base {
    display: none;
  }
  .l_artist_nav .scroll-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: rgb(54, 229, 222);
    border-radius: 2px;
    transition: width 0.3s ease;
    z-index: 1;
  }
}
.l_music_nav {
  justify-content: flex-start;
}
.l_music_list {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
  border-bottom: solid 3px #f5f3f2;
}
@media (max-width: 767px) {
  .l_music_list {
    margin-bottom: 50px;
  }
}
.l_music_list_block {
  display: flex;
  gap: 0 40px;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .l_music_list_block {
    padding: 15px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.l_music_list_block_img {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-right: solid 3px #f5f3f2;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .l_music_list_block_img {
    width: 150px;
    height: 150px;
    border-right: none;
    padding-right: 0;
  }
}
.l_music_list_block_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.l_music_list_block_content_desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
}
@media (max-width: 767px) {
  .l_music_list_block_content_desc {
    word-break: initial;
  }
}

.artist_disco {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .artist_disco {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.artist_disco_body {
  background: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .artist_disco_body {
    padding: 20px 0 40px 0;
  }
}
.artist_disco_body_inner_block {
  width: 245px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .artist_disco_body_inner_block {
    width: 150px;
    margin-right: 20px;
  }
}
.artist_disco_body_inner_block a {
  display: block;
}
.artist_disco_body_inner_block_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin-bottom: 10px;
}
.artist_disco_body_inner_block_content_ttl {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.artist_disco_body .slick-prev,
.artist_disco_body .slick-next {
  top: -60px;
  z-index: 99999;
  position: absolute;
  right: 0;
  left: auto;
  border: solid 1px #000;
  padding: 0 10px;
  width: 48px;
  height: 30px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .artist_disco_body .slick-prev,
  .artist_disco_body .slick-next {
    top: -50px;
    width: 40px;
    height: 25px;
  }
}
.artist_disco_body .slick-prev:before,
.artist_disco_body .slick-next:before {
  color: #000;
}
@media (max-width: 767px) {
  .artist_disco_body .slick-prev:before,
  .artist_disco_body .slick-next:before {
    font-size: 15px;
  }
}
.artist_disco_body .slick-prev {
  right: 70px;
}
.artist_disco_body .slick-next {
  right: 0;
}
@media (max-width: 767px) {
  .artist_disco_body .slick-next {
    right: 15px;
  }
}/*# sourceMappingURL=style.css.map */


.bnr {
  background: #fff;
  padding: 0 0 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .bnr {
    padding: 50px 20px 50px;
  }
}

.bnr_inner {
  max-width: 800px;
  margin: 0 auto;
  border: solid 1px #ccc;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .bnr_inner {
    padding: 15px 0;
  }
}

.bnr_ttl {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: solid 6px rgb(54, 229, 222);
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .bnr_ttl {
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.bnr_desc {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bnr_desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.bnr_inner a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgb(54, 229, 222);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .bnr_inner a {
    font-size: 14px;
    padding: 6px 20px;
    width: 250px;
  }
}

.bnr_inner a:hover {
  background: #000;
  color: rgb(54, 229, 222);
}

.bnr_inner .btn:after {
  content: "→";
  display: block;
}