@charset "UTF-8";
body {
  font-family: "Noto Sans JP", system-ui;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  background: #ff6ac3;
}
@media screen and (max-width: 540px) {
  body {
    font-size: 15px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Noto Sans JP", system-ui;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 1.7;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  transition: all 0.2s;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 640px) {
  br.pcn {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  br.spn {
    display: none;
  }
}

.anime-b {
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.7s ease;
}

.move-b {
  opacity: 1;
  transform: translateY(0);
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 841px) {
  .hnavi_btn {
    display: none !important;
  }
}
.hnavi_btn.open {
  opacity: 1;
  pointer-events: all;
}

.menu-button {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  background: none;
  background: #54ca48;
  box-sizing: border-box;
}
.menu-button i {
  display: block;
  width: 30px;
  height: 3px;
  background: transparent;
  transition: background 0.5s;
  position: absolute;
  right: 10px;
  top: 24px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}
.menu-button i:before {
  transform: translateY(5px);
}
.menu-button i:after {
  transform: translateY(-5px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  transform: translateY(0px) rotate(45deg);
}

body.modal_on {
  overflow: hidden;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop_r {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop_r2 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes noise {
  0%, to {
    background-position: 0 0;
  }
  10% {
    background-position: -5% -10%;
  }
  20% {
    background-position: -15% 5%;
  }
  30% {
    background-position: 7% -25%;
  }
  40% {
    background-position: 20% 25%;
  }
  50% {
    background-position: -25% 10%;
  }
  60% {
    background-position: 15% 5%;
  }
  70% {
    background-position: 0 15%;
  }
  80% {
    background-position: 25% 35%;
  }
  90% {
    background-position: -10% 10%;
  }
}
body.fade .wrap_page {
  filter: blur(120px);
  transition: all 2s;
}
body.fade .movepage_bg {
  opacity: 1;
}

.wrap_page {
  transition: all 1s;
}

.movepage_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6ac3;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 99999999;
  pointer-events: none;
}

.wrap_loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  background: #ff6ac3;
  transition: all 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition-delay: 2.5s;
}
.wrap_loading.off {
  top: -100%;
}
.wrap_loading .loading {
  filter: blur(600px);
  transition: all 2s cubic-bezier(0, 0.55, 0.45, 1);
}
.wrap_loading .loading.active {
  filter: blur(0);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 205px;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  border-right: 5px solid #000;
  background: #54ca48;
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .header {
    left: -205px;
    transition: all 0.3s;
    z-index: 100000;
  }
}
@media screen and (max-width: 840px) {
  .header.active {
    left: 0;
  }
}
.header .hlogo {
  font-size: 0;
  margin-bottom: 48px;
}
.header .hlogo a {
  display: block;
  position: relative;
}
.header .hlogo a:hover img {
  opacity: 0;
}
.header .hlogo a:hover::before {
  opacity: 1;
}
.header .hlogo a::before {
  content: "";
  display: block;
  background: url("../img/common/hlogo_on.svg") no-repeat;
  width: 150px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
}
.header .hlogo a img {
  transition: all 0.2s;
}
.header .gnavi li {
  font-size: 0;
  margin-bottom: 20px;
  width: -moz-max-content;
  width: max-content;
}
.header .gnavi li a {
  display: block;
  position: relative;
  padding: 3px;
}
.header .gnavi li a::before {
  content: "";
  display: block;
  background: #ff6ac3;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
.header .gnavi li a:hover::before {
  width: 100%;
}
.header .gnavi li a img {
  display: block;
  position: relative;
  z-index: 20;
}
.header .side_sns {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.header .side_sns li {
  margin-right: 16px;
  font-size: 0;
}
.header .side_sns li:last-of-type {
  margin-right: 0;
}
.header .side_sns li a:hover svg circle,
.header .side_sns li a:hover svg path {
  fill: #ff6ac3;
}
.header .side_sns li a::before {
  display: none;
}
.header .side_sns li a svg circle,
.header .side_sns li a svg path {
  transition: all 0.2s;
}

.wrap_page {
  background: #ff6ac3;
  padding-left: 205px;
}
@media screen and (max-width: 840px) {
  .wrap_page {
    padding-left: 0;
  }
}
.wrap_page .wrap_mv {
  width: 100%;
  overflow: hidden;
  padding: 24px 0;
  margin-bottom: 40px;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (max-width: 540px) {
  .wrap_page .wrap_mv {
    margin-bottom: 0;
  }
}
.wrap_page .wrap_mv.bg {
  filter: grayscale(1);
}
.wrap_page .wrap_mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/noise.png") repeat;
  z-index: 1;
}
.wrap_page .wrap_mv .mv_venue {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  font-size: 0;
  z-index: 100;
}
.wrap_page .wrap_mv .mv_venue li {
  flex-shrink: 0;
  animation: loop 100s -50s linear infinite;
  will-change: transform;
}
.wrap_page .wrap_mv .mv_venue li:nth-of-type(even) {
  animation: loop2 100s linear infinite;
}
@media screen and (max-width: 540px) {
  .wrap_page .wrap_mv .mv_venue li img {
    width: auto;
    height: 30px;
  }
}
.wrap_page .wrap_mv .mv_img {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  z-index: 100;
}
.wrap_page .wrap_mv .mv_img.active li {
  animation: loop_r 80s -40s linear infinite;
}
.wrap_page .wrap_mv .mv_img.active li:nth-of-type(even) {
  animation: loop_r2 80s linear infinite;
}
.wrap_page .wrap_mv .mv_img li {
  flex-shrink: 0;
  will-change: transform;
  height: calc(100vh - 150px);
  text-align: right;
}
@media screen and (max-width: 540px) {
  .wrap_page .wrap_mv .mv_img li {
    height: 73vh;
  }
}
.wrap_page .wrap_mv .mv_img li img {
  width: auto;
  height: 100%;
}
.wrap_page .wrap_mv .mv_artist {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  z-index: 100;
}
.wrap_page .wrap_mv .mv_artist li {
  flex-shrink: 0;
  animation: loop 80s -40s linear infinite;
  will-change: transform;
}
.wrap_page .wrap_mv .mv_artist li:nth-of-type(even) {
  animation: loop2 80s linear infinite;
}
@media screen and (max-width: 540px) {
  .wrap_page .wrap_mv .mv_artist li img {
    width: auto;
    height: 30px;
  }
}
.wrap_page .concept {
  position: relative;
  display: flex;
  align-items: end;
}
.wrap_page .concept video {
  font-size: 0;
  width: 100%;
  height: auto;
  line-height: 100%;
}
@media screen and (max-width: 540px) {
  .wrap_page .concept video {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wrap_page .concept .concept_txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  box-sizing: border-box;
}
.wrap_page .concept .concept_txt p {
  max-width: 800px;
  font-size: 23px;
  color: #FFF;
  line-height: 2.2;
}
@media screen and (max-width: 840px) {
  .wrap_page .concept .concept_txt p {
    font-size: 18px;
  }
}
.wrap_page .concept::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.wrap_page .wrap_contents {
  padding-top: 160px;
  padding-bottom: 120px;
  background: rgba(255, 106, 195, 0.96);
  position: relative;
  z-index: 500;
}
@media screen and (max-width: 540px) {
  .wrap_page .wrap_contents {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.wrap_page .wrap_contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/noise.png") repeat;
}
.wrap_page .sec_slide {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  font-size: 0;
  margin-bottom: 64px;
}
.wrap_page .sec_slide li {
  flex-shrink: 0;
  animation: loop 100s -50s linear infinite;
  will-change: transform;
}
.wrap_page .sec_slide li:nth-of-type(even) {
  animation: loop2 100s linear infinite;
}
@media screen and (max-width: 540px) {
  .wrap_page .sec_slide li img {
    width: auto;
    height: 80px;
  }
}
.wrap_page .sec_ttl {
  text-align: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: bold;
}
.wrap_page .sec_lead {
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 540px) {
  .wrap_page .sec_lead {
    text-align: left;
  }
}
.wrap_page .top_sec {
  overflow: hidden;
  margin-bottom: 160px;
  padding: 20px 80px 0;
}
@media screen and (max-width: 1240px) {
  .wrap_page .top_sec {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 840px) {
  .wrap_page .top_sec {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .top_sec {
    margin-bottom: 60px;
  }
}
.wrap_page .prof {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
@media screen and (max-width: 540px) {
  .wrap_page .prof {
    position: static;
    padding: 16px 0 0;
    display: block;
    height: auto;
  }
}
.wrap_page .prof::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: soft-light;
  background: #54ca48 !important;
  transition: opacity 0.4s;
}
@media screen and (max-width: 540px) {
  .wrap_page .prof::before {
    display: none;
  }
}
.wrap_page .prof::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #54ca48;
  mix-blend-mode: lighten;
  opacity: 0;
  transition: opacity 0.4s;
}
.wrap_page .prof p {
  position: relative;
  z-index: 10;
  color: #ff6ac3;
  font-weight: 500;
  opacity: 0;
  transition: all 0.2s;
  transition-delay: 0.3s;
  transform: translateY(15px);
}
@media screen and (max-width: 540px) {
  .wrap_page .prof p {
    opacity: 1;
    color: #000;
    transform: translateY(0);
  }
}
.wrap_page .prof p.name {
  font-size: 32px;
  line-height: 1.2;
}
@media screen and (max-width: 540px) {
  .wrap_page .prof p.name {
    font-size: 24px;
  }
}
.wrap_page .prof p.kana {
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .wrap_page .prof p.kana {
    font-size: 14px;
  }
}
.wrap_page .main_contents .top_about {
  padding-bottom: 10px;
  position: relative;
  z-index: 100;
}
.wrap_page .main_contents .top_about .end_txt {
  text-align: center;
  margin-top: 108px;
  margin-bottom: -48px;
}
@media screen and (max-width: 640px) {
  .wrap_page .main_contents .top_about .end_txt {
    margin-bottom: 0;
    margin-top: 80px;
  }
}
.wrap_page .main_contents .top_about .about_movie {
  max-width: 1160px;
  margin: 108px auto 72px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .wrap_page .main_contents .top_about .about_movie {
    margin: 48px auto;
  }
}
.wrap_page .main_contents .top_about .about_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.wrap_page .main_contents .top_about .txt {
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 2.2;
}
.wrap_page .main_contents .top_about .about_yan {
  display: flex;
  justify-content: center;
}
.wrap_page .main_contents .top_about .about_yan a {
  width: 544px;
  height: 50px;
  border-radius: 25px;
  background: #54ca48;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .wrap_page .main_contents .top_about .about_yan a {
    max-width: 320px;
    width: 100%;
    height: 74px;
    border-radius: 37px;
    padding: 0 24px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1.4;
  }
}
.wrap_page .main_contents .top_about .about_yan a br {
  display: none;
}
@media screen and (max-width: 640px) {
  .wrap_page .main_contents .top_about .about_yan a br {
    display: block;
  }
}
.wrap_page .main_contents .top_about .about_yan a:hover {
  text-decoration: underline;
  color: #000;
  transform: translateY(3px);
}
.wrap_page .main_contents .message .message_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .message .message_list {
    display: block;
  }
}
.wrap_page .main_contents .message .message_list li {
  font-size: 0;
  margin-right: 90px;
  position: relative;
  max-width: 540px;
}
@media screen and (max-width: 1865px) {
  .wrap_page .main_contents .message .message_list li {
    width: 40%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .message .message_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.wrap_page .main_contents .message .message_list li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .message .message_list li:last-of-type {
    margin-bottom: 0;
  }
}
.wrap_page .main_contents .message .message_list li.message1 .prof::before {
  mix-blend-mode: screen;
}
.wrap_page .main_contents .message .message_list li.message1 .prof::after {
  mix-blend-mode: color;
}
.wrap_page .main_contents .message .message_list li a:hover img {
  filter: grayscale(1);
}
.wrap_page .main_contents .message .message_list li a:hover .prof {
  opacity: 1;
}
.wrap_page .main_contents .message .message_list li a:hover .prof p {
  transform: translateY(0);
  opacity: 1;
}
.wrap_page .main_contents .message .message_list li a:hover .prof::before {
  opacity: 1;
}
.wrap_page .main_contents .message .message_list li a:hover .prof::after {
  opacity: 1;
}
.wrap_page .main_contents .top_artist {
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_artist {
    margin-bottom: 20px;
  }
}
.wrap_page .main_contents .top_artist .artist_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .wrap_page .main_contents .top_artist .artist_list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_artist .artist_list {
    flex-direction: column;
  }
}
.wrap_page .main_contents .top_artist .artist_list li {
  width: 450px;
  margin-right: 75px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 1865px) {
  .wrap_page .main_contents .top_artist .artist_list li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1240px) {
  .wrap_page .main_contents .top_artist .artist_list li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_artist .artist_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.wrap_page .main_contents .top_artist .artist_list li:nth-of-type(3n) {
  margin-right: 0;
}
.wrap_page .main_contents .top_artist .artist_list li:nth-of-type(3) a .img {
  background: #54ca48;
}
.wrap_page .main_contents .top_artist .artist_list li:nth-of-type(3) a:hover .img img {
  opacity: 0.9;
}
.wrap_page .main_contents .top_artist .artist_list li a:hover .img img {
  filter: grayscale(1);
}
.wrap_page .main_contents .top_artist .artist_list li a:hover .img .kennai {
  background: #ff6ac3;
}
.wrap_page .main_contents .top_artist .artist_list li a:hover .prof {
  opacity: 1;
}
.wrap_page .main_contents .top_artist .artist_list li a:hover .prof p {
  transform: translateY(0);
  opacity: 1;
}
.wrap_page .main_contents .top_artist .artist_list li a:hover .prof::before {
  opacity: 1;
}
.wrap_page .main_contents .top_artist .artist_list li a:hover .prof::after {
  opacity: 1;
}
.wrap_page .main_contents .top_artist .artist_list li .img {
  text-align: center;
  font-size: 0;
  position: relative;
}
.wrap_page .main_contents .top_artist .artist_list li .img .kennai {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ada9a8;
  color: #FFF;
  font-size: 14px;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-style: normal;
  z-index: 100;
  transition: all 0.3s;
}
.wrap_page .main_contents .top_venue {
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue {
    margin-bottom: 20px;
  }
}
.wrap_page .main_contents .top_venue .area_map {
  max-width: 1080px;
  margin: 0 auto 88px;
}
.wrap_page .main_contents .top_venue .area_map .map_img {
  font-size: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue .area_map .map_img {
    margin-bottom: 24px;
  }
}
.wrap_page .main_contents .top_venue .area_map .map_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue .area_map .map_bottom {
    display: block;
  }
}
.wrap_page .main_contents .top_venue .area_map .map_bottom .parking {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #FFF;
  margin-right: 20px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue .area_map .map_bottom .parking {
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.wrap_page .main_contents .top_venue .area_map .map_bottom .parking img {
  display: block;
  flex-shrink: 0;
  margin-right: 5px;
}
.wrap_page .main_contents .top_venue .area_map .map_link {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue .area_map .map_link {
    justify-content: center;
  }
}
.wrap_page .main_contents .top_venue .area_map .map_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 230px;
  height: 50px;
  border-radius: 25px;
  background: #54ca48;
}
.wrap_page .main_contents .top_venue .area_map .map_link a:hover {
  text-decoration: underline;
  color: #000;
  transform: translateY(3px);
}
.wrap_page .main_contents .top_venue .venue_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .wrap_page .main_contents .top_venue .venue_list {
    justify-content: space-between;
  }
}
.wrap_page .main_contents .top_venue .venue_list li {
  width: 450px;
  margin-right: 75px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 1865px) {
  .wrap_page .main_contents .top_venue .venue_list li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1240px) {
  .wrap_page .main_contents .top_venue .venue_list li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue .venue_list li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.wrap_page .main_contents .top_venue .venue_list li:nth-of-type(3n) {
  margin-right: 0;
}
.wrap_page .main_contents .top_venue .venue_list li .icon {
  font-size: 0;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_venue .venue_list li .icon {
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
  }
}
.wrap_page .main_contents .top_venue .venue_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  padding-top: 66.66%;
  position: relative;
}
.wrap_page .main_contents .top_venue .venue_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap_page .main_contents .top_venue .venue_list li .ttl {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.wrap_page .main_contents .top_venue .venue_list li .txt {
  font-size: 14px;
}
.wrap_page .main_contents .top_venue .venue_list li .txt span {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 18px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  margin-right: 0.5em;
}
.wrap_page .main_contents .top_3dwalk {
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_3dwalk {
    margin-bottom: 20px;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list {
    justify-content: space-between;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li {
  width: 450px;
  margin-right: 75px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 1865px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1240px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li {
    width: 100%;
    margin-bottom: 48px;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li a.pc {
    display: none;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li a.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li a.sp {
    display: block;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li a:hover .img img {
  filter: grayscale(1);
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li a:hover .img::before {
  opacity: 1;
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li a:hover .img::after {
  opacity: 1;
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li .icon {
  font-size: 0;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 100;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li .icon {
    top: -10px;
    left: -10px;
    width: 50px;
    height: 50px;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li .img {
  position: relative;
  font-size: 0;
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li .img img {
  display: block;
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  mix-blend-mode: soft-light;
  background: #54ca48 !important;
  transition: opacity 0.4s;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .top_3dwalk .walk3d_list li .img::before {
    display: none;
  }
}
.wrap_page .main_contents .top_3dwalk .walk3d_list li .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #54ca48;
  mix-blend-mode: screen;
  opacity: 0;
  transition: opacity 0.4s;
}
.wrap_page .main_contents .overview {
  margin-bottom: 0;
}
.wrap_page .main_contents .overview .sec_ttl {
  margin-bottom: 72px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .sec_ttl {
    margin-bottom: 24px;
  }
}
.wrap_page .main_contents .overview .overview_cnt {
  max-width: 740px;
  margin: 0 auto 72px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .overview_cnt {
    margin-bottom: 48px;
  }
}
.wrap_page .main_contents .overview .overview_cnt .lead {
  margin-bottom: 24px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .overview_cnt .lead {
    margin-bottom: 32px;
  }
}
.wrap_page .main_contents .overview .overview_cnt .overview_table li {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .overview_cnt .overview_table li {
    display: block;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 16px;
  }
}
.wrap_page .main_contents .overview .overview_cnt .overview_table li:last-of-type {
  border: none;
}
.wrap_page .main_contents .overview .overview_cnt .overview_table li .ttl {
  width: 80px;
  margin-right: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .overview_cnt .overview_table li .ttl {
    width: 100%;
    margin: 0 0 8px;
  }
}
.wrap_page .main_contents .overview .overview_cnt .overview_table li .txt p {
  margin-bottom: 10px;
}
.wrap_page .main_contents .overview .credit_wrap {
  max-width: 1080px;
  margin: -24px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .credit_wrap {
    display: block;
    margin-top: 0;
  }
}
.wrap_page .main_contents .overview .credit_wrap .credit_wrap2 {
  width: 46%;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .credit_wrap .credit_wrap2 {
    width: 100%;
  }
}
.wrap_page .main_contents .overview .credit_wrap .credit_cnt {
  margin-bottom: 24px;
}
.wrap_page .main_contents .overview .credit_wrap .credit_cnt .credit_ttl {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 8px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .credit_wrap .credit_cnt .credit_ttl {
    font-size: 15px;
  }
}
.wrap_page .main_contents .overview .credit_wrap .credit_cnt ul li {
  font-size: 13px;
}
@media screen and (max-width: 540px) {
  .wrap_page .main_contents .overview .credit_wrap .credit_cnt ul li {
    font-size: 11px;
  }
}
.wrap_page .footer {
  position: relative;
  border-top: 5px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 64px 40px 40px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 940px) {
  .wrap_page .footer {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .footer {
    padding: 64px 20px;
  }
}
.wrap_page .footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/noise.png") repeat;
}
@media screen and (max-width: 940px) {
  .wrap_page .footer .fcnt_l {
    display: flex;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .footer .fcnt_l {
    display: block;
  }
}
.wrap_page .footer .fcnt_l .flogo {
  font-size: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 940px) {
  .wrap_page .footer .fcnt_l .flogo {
    margin: 0 80px 0 0;
  }
}
@media screen and (max-width: 540px) {
  .wrap_page .footer .fcnt_l .flogo {
    margin: 0 0 40px;
    width: 150px;
  }
}
.wrap_page .footer .fcnt_l .fnavi li {
  font-size: 0;
  margin-bottom: 18px;
  width: -moz-max-content;
  width: max-content;
}
.wrap_page .footer .fcnt_l .fnavi li a {
  display: block;
  position: relative;
  padding: 3px;
}
.wrap_page .footer .fcnt_l .fnavi li a::before {
  content: "";
  display: block;
  background: #54ca48;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
.wrap_page .footer .fcnt_l .fnavi li a:hover::before {
  width: 100%;
}
.wrap_page .footer .fcnt_l .fnavi li a img {
  display: block;
  position: relative;
  z-index: 20;
}
.wrap_page .footer .fcnt_r {
  position: relative;
  z-index: 100;
}
.wrap_page .footer .fcnt_r p {
  line-height: 1.6;
}
.wrap_page .footer .fcnt_r .ftxt1 {
  font-size: 14px;
  margin-bottom: 8px;
}
.wrap_page .footer .fcnt_r .memo {
  font-size: 12px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 24px;
}
.wrap_page .footer .fcnt_r .memo::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.wrap_page .footer .fcnt_r .fcontact {
  border: 1px solid #000;
  max-width: 350px;
  padding: 18px 16px;
  position: relative;
  margin-bottom: 24px;
}
.wrap_page .footer .fcnt_r .fcontact .ttl {
  font-size: 14px;
  background: #ff6ac3;
  width: -moz-max-content;
  width: max-content;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(-50%);
}
.wrap_page .footer .fcnt_r .fcontact .txt {
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 540px) {
  .wrap_page .footer .fcnt_r .fcontact .txt {
    font-size: 13px;
  }
}
.wrap_page .footer .fcnt_r .fcontact .tel, .wrap_page .footer .fcnt_r .fcontact .mail {
  font-size: 26px;
  line-height: 1.4;
}
@media screen and (max-width: 540px) {
  .wrap_page .footer .fcnt_r .fcontact .tel, .wrap_page .footer .fcnt_r .fcontact .mail {
    font-size: 24px;
  }
}
.wrap_page .footer .fcnt_r .fcontact p a {
  color: #000;
}
.wrap_page .footer .fcnt_r .flogos {
  display: flex;
  margin-bottom: 8px;
}
.wrap_page .footer .fcnt_r .flogos li {
  margin-right: 16px;
}
.wrap_page .footer .fcnt_r .flogos li:last-of-type {
  margin-right: 0;
}
.wrap_page .footer .fcnt_r .ftxt2 {
  font-size: 12px;
}
.wrap_page .footer .fcnt_r .fsns {
  display: flex;
  align-items: center;
}
.wrap_page .footer .fcnt_r .fsns li {
  margin-right: 8px;
}
.wrap_page .footer .fcnt_r .fsns li:last-of-type {
  margin-right: 0;
}
.wrap_page .footer .fcnt_r .copyright {
  font-size: 12px;
}

.pagetop {
  position: fixed;
  left: 60px;
  bottom: 20px;
}
@media screen and (max-width: 840px) {
  .pagetop {
    width: 54px;
    left: auto;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
  }
}
.pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 840px) {
  .pagetop a {
    width: 54px;
    height: 54px;
  }
}
.pagetop a:hover {
  background: #ff6ac3;
}

.modal_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.95;
  mix-blend-mode: multiply;
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.3s;
  pointer-events: none;
}
.modal_bg.active {
  background-color: #ff6ac3;
  pointer-events: all;
}

.wrap_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.wrap_modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100000;
}
.wrap_modal.active .modal {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.wrap_modal.active .modal_3d {
  pointer-events: all;
  opacity: 1;
  transform: translateY(0);
}
.wrap_modal .modal_3d {
  position: relative;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.5s ease;
  transition-delay: 0.8s;
}
.wrap_modal .modal_3d iframe {
  max-width: 100%;
}
.wrap_modal .modal_3d .close {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}
.wrap_modal .modal {
  width: 800px;
  background: #54ca48;
  padding: 40px 40px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal {
    padding: 40px 24px;
  }
}
.wrap_modal .modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .close {
    top: 10px;
    right: 10px;
    width: 24px;
  }
}
.wrap_modal .modal .yan_logo {
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .yan_logo {
    padding: 0 20px;
  }
}
.wrap_modal .modal .modal_head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_head {
    display: block;
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.wrap_modal .modal .modal_head .img,
.wrap_modal .modal .modal_head .cnt {
  width: 50%;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_head .img,
  .wrap_modal .modal .modal_head .cnt {
    width: 100%;
  }
}
.wrap_modal .modal .modal_head .name {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
.wrap_modal .modal .modal_head .name span {
  display: block;
  font-size: 15px;
}
.wrap_modal .modal .modal_head .katagaki {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .modal_head .katagaki {
    font-size: 15px;
  }
}
.wrap_modal .modal .txt {
  height: 240px;
  overflow-y: scroll;
  padding-right: 8px;
  scrollbar-color: #000 #54ca48;
  scrollbar-width: thin;
  box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .txt {
    height: 200px;
  }
}
.wrap_modal .modal .txt p {
  margin-bottom: 24px;
  text-align: justify;
}
.wrap_modal .modal .txt .ttl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .txt .ttl {
    font-size: 18px;
  }
}
.wrap_modal .modal .txt .prof {
  font-size: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 540px) {
  .wrap_modal .modal .txt .prof {
    font-size: 14px;
  }
}
.wrap_modal .modal .txt .prof .name {
  margin-bottom: 8px;
}
.wrap_modal .modal .txt .prof .katagaki {
  margin-bottom: 8px;
}
.wrap_modal .modal .txt .prof .prof_logo {
  padding-right: 10px;
}
.wrap_modal .modal .txt .prof .prof_logo a:hover {
  opacity: 0.6;
}

/*/ artist page ////////////////////////////////////////*/
.artist_page {
  padding-top: 54px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .artist_page {
    padding-top: 24px;
    margin-bottom: 60px;
  }
}
.artist_page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/noise.png") repeat;
  z-index: 1;
}
.artist_page .sec_slide {
  overflow: hidden;
}

.wrap_name {
  margin-bottom: 54px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .wrap_name {
    margin-bottom: 24px;
  }
}

.loop_wrap_l,
.loop_wrap_r {
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
  flex-flow: row nowrap;
}

.loop_wrap_l li,
.loop_wrap_r li {
  flex: 0 0 auto;
  white-space: nowrap;
}

.loop_wrap_l li:nth-child(odd) {
  animation: loop 10s -5s linear infinite;
}

.loop_wrap_l li:nth-child(even) {
  animation: loop2 10s linear infinite;
}

.loop_wrap_r li:nth-child(odd) {
  animation: loop_r 10s -5s linear infinite;
}

.loop_wrap_r li:nth-child(even) {
  animation: loop_r2 10s linear infinite;
}

.loop_wrap_l li {
  font-size: 60px;
  padding: 0 32px;
}
@media screen and (max-width: 640px) {
  .loop_wrap_l li {
    font-size: 36px;
    padding: 0 20px;
  }
}

.loop_wrap_r li {
  font-size: 25px;
  padding: 0 16px;
}
@media screen and (max-width: 640px) {
  .loop_wrap_r li {
    font-size: 18px;
    padding: 0 12px;
  }
}

.wrap_art_slide {
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto 100px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .wrap_art_slide {
    padding: 0;
    margin-bottom: 64px;
  }
}
.wrap_art_slide .swiper-wrapper {
  align-items: center;
}
.wrap_art_slide .swiper-wrapper li {
  display: flex;
  justify-content: center;
}
.wrap_art_slide .swiper-wrapper li div {
  max-width: -moz-max-content;
  max-width: max-content;
}
.wrap_art_slide .swiper-wrapper li img {
  width: auto;
  max-height: 640px;
}
.wrap_art_slide .art-pagination {
  display: flex;
  justify-content: center;
}
.wrap_art_slide .art-pagination .swiper-pagination-bullet {
  background: #e6e6e6;
  opacity: 1;
  width: 14px;
  height: 14px;
  margin: 0 8px !important;
}
@media screen and (max-width: 640px) {
  .wrap_art_slide .art-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
  }
}
.wrap_art_slide .art-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #54ca48;
}
.wrap_art_slide .swiper-prev,
.wrap_art_slide .swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .wrap_art_slide .swiper-prev,
  .wrap_art_slide .swiper-next {
    top: auto;
    bottom: -16px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1640px) {
  .wrap_art_slide .swiper-prev svg,
  .wrap_art_slide .swiper-next svg {
    width: 48px;
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .wrap_art_slide .swiper-prev svg,
  .wrap_art_slide .swiper-next svg {
    width: 20px;
    height: 32px;
  }
}
.wrap_art_slide .swiper-prev svg path,
.wrap_art_slide .swiper-next svg path {
  transition: all 0.2s;
}
.wrap_art_slide .swiper-prev:hover svg path,
.wrap_art_slide .swiper-next:hover svg path {
  stroke: #54ca48;
}

.swiper-prev {
  left: 0;
}
@media screen and (max-width: 1640px) {
  .swiper-prev {
    left: 16px;
  }
}

.swiper-next {
  right: 0;
}
@media screen and (max-width: 1640px) {
  .swiper-next {
    right: 16px;
  }
}

.art_slide {
  max-width: 1080px;
  margin: 0 auto 40px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .art_slide {
    margin-bottom: 24px;
  }
}
.art_slide li .caption {
  font-size: 12px;
  text-align: right;
  padding: 0 10px;
}
@media screen and (max-width: 980px) {
  .art_slide li .caption {
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .art_slide li .caption {
    font-size: 10px;
  }
}

.entry {
  max-width: 920px;
  margin: 0 auto 120px;
  padding: 0 40px;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .entry {
    padding: 0 20px;
    margin-bottom: 64px;
  }
}
.entry .entry_ttl {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 640px) {
  .entry .entry_ttl {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.entry p {
  margin-bottom: 64px;
  line-height: 2.4;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  .entry p {
    margin-bottom: 40px;
    line-height: 2;
  }
}
.entry p .q {
  display: block;
  margin-bottom: 8px;
}
.entry figure {
  padding: 0;
  margin: 0 0 64px;
}
@media screen and (max-width: 640px) {
  .entry figure {
    margin-bottom: 40px;
  }
}
.entry figure img {
  font-size: 0;
  margin-bottom: 5px;
}
.entry figure figcaption {
  font-size: 11px;
}

.artist_sec {
  margin-bottom: 120px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  .artist_sec {
    margin-bottom: 64px;
  }
}

.artist_sec_slide {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  font-size: 0;
  margin-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .artist_sec_slide {
    margin-bottom: 48px;
  }
}
.artist_sec_slide span {
  flex-shrink: 0;
  animation: loop 100s -50s linear infinite;
  will-change: transform;
}
.artist_sec_slide span:nth-of-type(even) {
  animation: loop2 100s linear infinite;
}

.wrap_profile {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  .wrap_profile {
    padding: 0 20px;
    display: block;
  }
}
.wrap_profile.noimg {
  justify-content: center;
}
.wrap_profile .img {
  width: 30%;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .wrap_profile .img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.wrap_profile .cnt {
  width: 63%;
}
@media screen and (max-width: 640px) {
  .wrap_profile .cnt {
    width: 100%;
  }
}
.wrap_profile .cnt .name {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.wrap_profile .cnt .name b {
  font-size: 24px;
  display: block;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .wrap_profile .cnt .name b {
    font-size: 20px;
  }
}
.wrap_profile .cnt .name span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .wrap_profile .cnt .name span {
    font-size: 13px;
  }
}
.wrap_profile .cnt .prof_info {
  display: flex;
  margin-bottom: 24px;
}
.wrap_profile .cnt .prof_info li {
  font-size: 15px;
  margin-right: 16px;
}
@media screen and (max-width: 640px) {
  .wrap_profile .cnt .prof_info li {
    font-size: 14px;
  }
}
.wrap_profile .cnt .prof_info li:last-of-type {
  margin-right: 0;
}
.wrap_profile .cnt .txt p {
  font-size: 14px;
  margin-bottom: 24px;
}
.wrap_profile .cnt .txt p:last-of-type {
  margin-bottom: 0;
}
.wrap_profile .cnt .txt .signe {
  margin-top: 32px;
}

.movie_cnt {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .movie_cnt {
    padding: 0 20px;
  }
}
.movie_cnt iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.photo_gallery_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .photo_gallery_list {
    padding: 0 20px;
    justify-content: space-between;
  }
}
.photo_gallery_list li {
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 24px;
  font-size: 0;
}
@media screen and (max-width: 980px) {
  .photo_gallery_list li {
    width: calc(25% - 6px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 640px) {
  .photo_gallery_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.photo_gallery_list li:nth-of-type(4n) {
  margin-right: 0;
}

.gallery3d .artist_sec_slide span img {
  height: 40px;
  width: auto;
}

.wrap_3d {
  max-width: 1160px;
  padding: 0 40px;
  padding-top: 56.25%;
  box-sizing: border-box;
  margin: 0 auto 84px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .wrap_3d {
    margin: 0 40px 84px;
    padding: 0;
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 640px) {
  .wrap_3d {
    margin: 0 0 40px;
  }
}
.wrap_3d iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery_info {
  max-width: 1160px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .gallery_info {
    padding: 0 20px;
    display: block;
  }
}
.gallery_info .img {
  width: 50%;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .gallery_info .img {
    width: 100%;
    margin-bottom: 16px;
  }
}
.gallery_info .cnt {
  width: 43%;
}
@media screen and (max-width: 640px) {
  .gallery_info .cnt {
    width: 100%;
  }
}
.gallery_info .cnt .ttl {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .gallery_info .cnt .ttl {
    font-size: 20px;
  }
}
.gallery_info .cnt .txt {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 16px;
}
.gallery_info .cnt .txt span {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  width: 18px;
  line-height: 18px;
  font-size: 13px;
  text-align: center;
  margin-right: 0.5em;
}
.gallery_info .cnt .gmap {
  display: flex;
  margin-bottom: 24px;
}
.gallery_info .cnt .gmap a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 200px;
  height: 40px;
  font-size: 14px;
  border-radius: 25px;
  background: #54ca48;
}
.gallery_info .cnt .gmap a:hover {
  text-decoration: underline;
  color: #000;
  transform: translateY(3px);
}
.gallery_info .cnt .links {
  display: flex;
}
.gallery_info .cnt .links li {
  margin-right: 16px;
}
.gallery_info .cnt .links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .gallery_info .cnt .links li a {
    min-width: 80px;
  }
}
@media screen and (max-width: 640px) {
  .gallery_info .cnt .links li a {
    min-width: 90px;
  }
}
@media screen and (max-width: 360px) {
  .gallery_info .cnt .links li a {
    min-width: 80px;
  }
}
.gallery_info .cnt .links li a:hover {
  color: #FFF;
  background: #54ca48;
  border: 1px solid #54ca48;
}

.under_artist_list .artist_sec_slide span img {
  height: 42px;
}
.under_artist_list .artist_list2 {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .under_artist_list .artist_list2 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .under_artist_list .artist_list2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 540px) {
  .under_artist_list .artist_list2 {
    flex-direction: column;
  }
}
.under_artist_list .artist_list2 li {
  width: 450px;
  margin-right: 75px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 1865px) {
  .under_artist_list .artist_list2 li {
    width: 30%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1240px) {
  .under_artist_list .artist_list2 li {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .under_artist_list .artist_list2 li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.under_artist_list .artist_list2 li:nth-of-type(3n) {
  margin-right: 0;
}
.under_artist_list .artist_list2 li:nth-of-type(3) a .img {
  background: #54ca48;
}
.under_artist_list .artist_list2 li:nth-of-type(3) a:hover .img img {
  opacity: 0.9;
}
.under_artist_list .artist_list2 li a:hover .img img {
  filter: grayscale(1);
}
.under_artist_list .artist_list2 li a:hover .img .kennai {
  background: #ff6ac3;
}
.under_artist_list .artist_list2 li a:hover .prof {
  opacity: 1;
}
.under_artist_list .artist_list2 li a:hover .prof p {
  transform: translateY(0);
  opacity: 1;
}
.under_artist_list .artist_list2 li a:hover .prof::before {
  opacity: 1;
}
.under_artist_list .artist_list2 li a:hover .prof::after {
  opacity: 1;
}
.under_artist_list .artist_list2 li .img {
  text-align: center;
  font-size: 0;
  position: relative;
}
.under_artist_list .artist_list2 li .img .kennai {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ada9a8;
  color: #FFF;
  font-size: 14px;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-style: normal;
  z-index: 100;
  transition: all 0.3s;
}/*# sourceMappingURL=style.css.map */