@charset "UTF-8";
/*responsive----------------------------------------------------*/
/*color*/
body {
  color: #262626;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

main {
  overflow: hidden;
}

p {
  font-size: 16px;
}
@media (max-width: 599px) {
  p {
    font-size: 12px;
  }
}

h2.main {
  text-align: center;
  margin-bottom: 4%;
}
h2.main img {
  width: 100%;
}
h2.main div {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  h2.main div {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  h2.main {
    margin-bottom: 7%;
  }
}

.cf {
  display: block;
}
.cf::before, .cf::after {
  content: "";
  display: block;
  clear: both;
}

.alignright {
  display: block;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.alignleft {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

/*wrap*/
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .wrap {
    max-width: 90%;
  }
}

/*responsive*/
.font-s {
  font-size: 0.8em;
  line-height: 1em;
}

.font-l {
  font-size: 1.4em;
  line-height: 1.6em;
}

.pc {
  display: block;
}
@media (max-width: 1024px) {
  .pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.pc2 {
  display: block;
}
@media (max-width: 1024px) {
  .pc2 {
    display: block;
  }
}
@media (max-width: 599px) {
  .pc2 {
    display: none;
  }
}

.pc3 {
  display: block;
}
@media (max-width: 1024px) {
  .pc3 {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc3 {
    display: none;
  }
}
@media (max-width: 599px) {
  .pc3 {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

.sp2 {
  display: none;
}
@media (max-width: 1024px) {
  .sp2 {
    display: none;
  }
}
@media (max-width: 599px) {
  .sp2 {
    display: block;
  }
}

.sp3 {
  display: none;
}
@media (max-width: 1024px) {
  .sp3 {
    display: none;
  }
}
@media (max-width: 375px) {
  .sp3 {
    display: block;
  }
}

.sp4 {
  display: none;
}
@media (max-width: 1024px) {
  .sp4 {
    display: none;
  }
}
@media (max-width: 768px) {
  .sp4 {
    display: block;
  }
}
@media (max-width: 599px) {
  .sp4 {
    display: block;
  }
}

/*btn*/
.btn-shiryou a {
  background-color: #0f9dce;
  padding: 2.5% 3%;
  border-radius: 70px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-weight: 800;
  width: 500px;
  position: relative;
  text-decoration: none;
}
.btn-shiryou a:hover {
  background-color: #58bee1;
}
.btn-shiryou a::before {
  content: "";
  position: absolute;
  background-image: url("../images/common/shiryou.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
}
.btn-shiryou a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
@media (max-width: 1024px) {
  .btn-shiryou a {
    padding: 4%;
  }
}
@media (max-width: 599px) {
  .btn-shiryou a {
    padding: 5%;
    width: 100%;
    font-size: 0.9em;
  }
  .btn-shiryou a::before {
    width: 30px;
    height: 30px;
    left: 7%;
  }
  .btn-shiryou a::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    right: 7%;
  }
}
@media (max-width: 375px) {
  .btn-shiryou a {
    font-size: 0.8em;
  }
}

.btn-moushikomi {
  margin-top: 3em;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .btn-moushikomi {
    display: block;
  }
}
.btn-moushikomi a {
  background-color: #eb5f2b;
  padding: 2.5% 3%;
  border-radius: 70px;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: 800;
  width: 370px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .btn-moushikomi a {
    width: 100%;
    margin-bottom: 2em;
  }
}
.btn-moushikomi a:hover {
  background-color: #f8b927;
}
.btn-moushikomi a:first-child {
  background-color: #0F9DCE;
}
.btn-moushikomi a:first-child:hover {
  background-color: #73cdec;
}
.btn-moushikomi a::before {
  content: "";
  position: absolute;
  background-image: url("../images/common/moushikomi.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 8%;
}
.btn-moushikomi a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  transform: rotate(45deg);
  top: 50%;
  right: 8%;
  margin-top: -4px;
}
@media (max-width: 1024px) {
  .btn-moushikomi a {
    padding: 4%;
  }
}
@media (max-width: 599px) {
  .btn-moushikomi a {
    padding: 5%;
    width: 100%;
    font-size: 0.9em;
  }
  .btn-moushikomi a::before {
    width: 30px;
    height: 30px;
    left: 7%;
  }
  .btn-moushikomi a::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    right: 7%;
  }
}
@media (max-width: 375px) {
  .btn-moushikomi a {
    font-size: 0.8em;
  }
}

.btn-shiryou a,
.btn-moushikomi a {
  transition: all 0.3s;
}
.btn-shiryou a:hover,
.btn-moushikomi a:hover {
  transform: scale(1.1);
}

/*ふわっと*/
/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

/*main*/
main section:not(#main) {
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (max-width: 599px) {
  main section:not(#main) {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}
main section .wrap {
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (max-width: 1024px) {
  main section .wrap {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}
main section img {
  width: 100%;
}
main section#main .main_bk {
  background-image: url("../images/top/top-bk.webp");
  background-size: cover;
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main section#main .main_bk {
    height: 120vw;
  }
}
@media (max-width: 768px) {
  main section#main .main_bk {
    height: 150vw;
  }
}
main section#main .main_bk .main_title {
  position: absolute;
  background-image: url("../images/top/title.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 110%;
  max-width: 900px;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  main section#main .main_bk .main_title {
    top: 60%;
  }
}
@media (max-width: 768px) {
  main section#main .main_bk .main_title {
    background-image: url("../images/top/title-sp.png");
    height: 100%;
    width: 110vw;
    top: 60%;
  }
}
@media (max-width: 375px) {
  main section#main .main_bk .main_title {
    width: 110vw;
    top: 89vw;
  }
}
main section#main .main_bk .main_title .title {
  position: relative;
  width: 100%;
  height: 100%;
}
main section#main .main_bk .main_title .title .main_cloud01 {
  position: absolute;
  width: 7vw;
  bottom: 40%;
  right: -5vw;
}
main section#main .main_bk .main_title .title .main_cloud01 img {
  width: 100%;
}
@media (max-width: 1940px) {
  main section#main .main_bk .main_title .title .main_cloud01 {
    width: 10vw;
  }
}
@media (max-width: 1200px) {
  main section#main .main_bk .main_title .title .main_cloud01 {
    right: 0;
  }
}
@media (max-width: 1024px) {
  main section#main .main_bk .main_title .title .main_cloud01 {
    right: 1vw;
  }
}
@media (max-width: 768px) {
  main section#main .main_bk .main_title .title .main_cloud01 {
    width: 18vw;
    right: 3vw;
  }
}
main section#main .main_bk .main_title .title .main_cloud02 {
  position: absolute;
  width: 7vw;
  top: 20%;
  left: -3vw;
}
main section#main .main_bk .main_title .title .main_cloud02 img {
  width: 100%;
}
@media (max-width: 1940px) {
  main section#main .main_bk .main_title .title .main_cloud02 {
    width: 10vw;
  }
}
@media (max-width: 1200px) {
  main section#main .main_bk .main_title .title .main_cloud02 {
    left: -1vw;
  }
}
@media (max-width: 1024px) {
  main section#main .main_bk .main_title .title .main_cloud02 {
    top: 13%;
    left: 1vw;
  }
}
@media (max-width: 768px) {
  main section#main .main_bk .main_title .title .main_cloud02 {
    width: 18vw;
    top: 5%;
    left: 5vw;
  }
}
main section#main .main_bk .main_kobe01 {
  position: absolute;
  width: 30vw;
  left: -3vw;
  bottom: -1%;
}
@media (max-width: 1940px) {
  main section#main .main_bk .main_kobe01 {
    width: 37vw;
  }
}
main section#main .main_bk .main_kobe01 img {
  width: 100%;
}
@media (max-width: 1366px) {
  main section#main .main_bk .main_kobe01 {
    width: 33vw;
  }
}
@media (max-width: 768px) {
  main section#main .main_bk .main_kobe01 {
    width: 50vw;
  }
}
@media (max-width: 599px) {
  main section#main .main_bk .main_kobe01 {
    width: 57vw;
  }
}
main section#main .main_bk .main_kobe02 {
  position: absolute;
  width: 30vw;
  right: -3vw;
  bottom: -2%;
}
@media (max-width: 1940px) {
  main section#main .main_bk .main_kobe02 {
    width: 37vw;
  }
}
main section#main .main_bk .main_kobe02 img {
  width: 100%;
}
@media (max-width: 1366px) {
  main section#main .main_bk .main_kobe02 {
    width: 33vw;
  }
}
@media (max-width: 768px) {
  main section#main .main_bk .main_kobe02 {
    width: 50vw;
  }
}
@media (max-width: 599px) {
  main section#main .main_bk .main_kobe02 {
    width: 55vw;
  }
}
main section#main .main_bk .main_left {
  position: absolute;
  width: 15vw;
  left: 0;
  top: 0;
}
@media (max-width: 1940px) {
  main section#main .main_bk .main_left {
    width: 25vw;
  }
}
main section#main .main_bk .main_left img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main .main_bk .main_left {
    width: 35vw;
  }
}
main section#main .main_bk .main_right {
  position: absolute;
  width: 15vw;
  right: 0;
  top: 0;
}
@media (max-width: 1940px) {
  main section#main .main_bk .main_right {
    width: 25vw;
  }
}
main section#main .main_bk .main_right img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main .main_bk .main_right {
    width: 35vw;
  }
}
main section#main .main_bottom {
  background-image: url("../images/top/top-bottom.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 1vw;
}
@media (max-width: 1200px) {
  main section#main .main_bottom {
    height: 2vw;
  }
}
@media (max-width: 1024px) {
  main section#main .main_bottom {
    background-image: url("../images/top/top-bottom-sp.webp");
    height: 3vw;
  }
}
main section#main_about {
  padding-bottom: 14vw;
  position: relative;
}
main section#main_about .image03 {
  position: absolute;
  width: 16%;
  text-outline: -10vw;
  left: -3vw;
  top: -15vw;
}
main section#main_about .image03 img {
  width: 100%;
}
@media (max-width: 1450px) {
  main section#main_about .image03 {
    left: 1vw;
    top: -18vw;
  }
}
@media (max-width: 599px) {
  main section#main_about .image03 {
    top: -45vw;
  }
}
main section#main_about .image01,
main section#main_about .image02 {
  position: absolute;
  width: 9%;
  z-index: -1;
}
main section#main_about .image01 img,
main section#main_about .image02 img {
  width: 100%;
}
@media (max-width: 1450px) {
  main section#main_about .image01,
  main section#main_about .image02 {
    width: 11%;
  }
}
main section#main_about .image02 {
  right: 13vw;
  top: 15vw;
}
@media (max-width: 1600px) {
  main section#main_about .image02 {
    right: 10vw;
  }
}
@media (max-width: 1450px) {
  main section#main_about .image02 {
    top: 26vw;
    right: 6vw;
  }
}
@media (max-width: 1200px) {
  main section#main_about .image02 {
    top: 30vw;
  }
}
@media (max-width: 1024px) {
  main section#main_about .image02 {
    top: 50vw;
  }
}
@media (max-width: 768px) {
  main section#main_about .image02 {
    top: 53vw;
  }
}
@media (max-width: 599px) {
  main section#main_about .image02 {
    top: 60vw;
  }
}
@media (max-width: 426px) {
  main section#main_about .image02 {
    top: 70vw;
  }
}
@media (max-width: 375px) {
  main section#main_about .image02 {
    top: 80vw;
  }
}
main section#main_about .image01 {
  left: 13vw;
  bottom: 15vw;
}
@media (max-width: 1600px) {
  main section#main_about .image01 {
    left: 10vw;
  }
}
@media (max-width: 1450px) {
  main section#main_about .image01 {
    left: 6vw;
  }
}
@media (max-width: 768px) {
  main section#main_about .image01 {
    bottom: 3vw;
  }
}
main section#main_about .bk01,
main section#main_about .bk02,
main section#main_about .bk03,
main section#main_about .bk04,
main section#main_about .bk05 {
  position: absolute;
  z-index: -2;
  width: 40%;
}
main section#main_about .bk01 img,
main section#main_about .bk02 img,
main section#main_about .bk03 img,
main section#main_about .bk04 img,
main section#main_about .bk05 img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main_about .bk01,
  main section#main_about .bk02,
  main section#main_about .bk03,
  main section#main_about .bk04,
  main section#main_about .bk05 {
    width: 80%;
  }
}
main section#main_about .bk01,
main section#main_about .bk03,
main section#main_about .bk05 {
  left: -10vw;
}
main section#main_about .bk02,
main section#main_about .bk04 {
  right: -10vw;
}
main section#main_about .bk01 {
  top: -10vw;
}
main section#main_about .bk02 {
  top: 50%;
  transform: translateY(-50%);
}
main section#main_about .bk03 {
  bottom: -10vw;
}
main section#main_about p {
  font-weight: 800;
  text-align: center;
  line-height: 2em;
}
@media (max-width: 1024px) {
  main section#main_about p {
    text-align: left;
  }
}
main section#main_about .bunnya {
  width: 80%;
  margin: 4% auto;
}
main section#main_about .bunnya img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main_about .bunnya {
    margin: 7% auto;
    width: 60%;
  }
}
@media (max-width: 768px) {
  main section#main_about .bunnya {
    width: 80%;
  }
}
@media (max-width: 599px) {
  main section#main_about .bunnya {
    width: 100%;
  }
}
main section#main_about .bunnya .yokoku_img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
main section#main_about .bunnya .yokoku_img img {
  width: 80%;
}
@media (max-width: 1024px) {
  main section#main_about .bunnya .yokoku_img img {
    width: 100%;
  }
}
main section#main_about .bunnya .about_live > img {
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  main section#main_about .bunnya .about_live > img {
    width: 60%;
    margin-bottom: 1em;
  }
}
@media (max-width: 599px) {
  main section#main_about .bunnya .about_live > img {
    width: 50%;
  }
}
main section#main_about .bunnya .about_live .vimeo_wrap {
  display: flex;
  justify-content: space-between;
  width: 87%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main section#main_about .bunnya .about_live .vimeo_wrap {
    display: block;
  }
}
main section#main_about .bunnya .about_live .vimeo_wrap .item:last-child {
  margin-left: 2em;
}
@media (max-width: 1024px) {
  main section#main_about .bunnya .about_live .vimeo_wrap .item:last-child {
    margin-left: 0;
    margin-top: 2em;
  }
}
main section#main_about .bunnya .about_live .vimeo_wrap .item iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 1em;
}
@media (max-width: 599px) {
  main section#main_about .bunnya .merit-wrap {
    margin-top: 12%;
  }
}
main section#main_about .bunnya .merit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section#main_about .bunnya .merit .item {
  width: 32%;
}
main section#main_about .bunnya .merit .item img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main_about .bunnya .merit .item {
    width: 48%;
  }
  main section#main_about .bunnya .merit .item:nth-child(n+3) {
    padding-top: 6%;
  }
}
@media (max-width: 768px) {
  main section#main_about .bunnya .merit .item {
    width: 80%;
    margin: 0 auto;
    padding-top: 6%;
  }
  main section#main_about .bunnya .merit .item:nth-child(n+3) {
    padding-top: 6%;
  }
  main section#main_about .bunnya .merit .item:first-child {
    padding-top: 0;
  }
}
@media (max-width: 599px) {
  main section#main_about .bunnya .merit .item {
    width: 100%;
  }
}
main section .comingsoon {
  text-align: center;
  display: inline-block;
  width: 100%;
}
main section .comingsoon img {
  width: 80%;
}
@media (max-width: 1024px) {
  main section .comingsoon img {
    width: 100%;
  }
}
main section#main_venue, main section#main_outline {
  padding: 1vw 0;
  background-color: #f5f8f9;
  position: relative;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
  /*
  a.modal-trigger {
    color: inherit;
    font-weight: 800;
  }

  .modal-trigger:focus + .modal,
  .modal-content:focus {
    display: flex;
  }

  .modal-close {
    position: absolute;
    top: -5%;
    right: -5%;
    font-weight: bold;
    color: #000;
    text-decoration: none;
  }

  .modal-close:hover,
  .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }*/
}
main section#main_venue .image04,
main section#main_venue .image05, main section#main_outline .image04,
main section#main_outline .image05 {
  position: absolute;
}
main section#main_venue .image04 img,
main section#main_venue .image05 img, main section#main_outline .image04 img,
main section#main_outline .image05 img {
  width: 100%;
}
main section#main_venue .image04, main section#main_outline .image04 {
  width: 9%;
  right: 13vw;
  top: -10vw;
}
@media (max-width: 1600px) {
  main section#main_venue .image04, main section#main_outline .image04 {
    right: 10vw;
  }
}
@media (max-width: 1450px) {
  main section#main_venue .image04, main section#main_outline .image04 {
    width: 11%;
    right: 6vw;
  }
}
main section#main_venue .image05, main section#main_outline .image05 {
  width: 12%;
  left: 13vw;
}
@media (max-width: 1600px) {
  main section#main_venue .image05, main section#main_outline .image05 {
    left: 10vw;
  }
}
@media (max-width: 1450px) {
  main section#main_venue .image05, main section#main_outline .image05 {
    width: 16%;
    left: 6vw;
  }
}
main section#main_venue .artist_about, main section#main_outline .artist_about {
  font-weight: 800;
}
main section#main_venue ul.genre, main section#main_outline ul.genre {
  padding: 2em;
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  /*
      background-color: white;*/
  border-radius: 10px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main section#main_venue ul.genre, main section#main_outline ul.genre {
    width: 100%;
  }
}
@media (max-width: 599px) {
  main section#main_venue ul.genre, main section#main_outline ul.genre {
    padding: 2em 0;
  }
}
main section#main_venue ul.genre li, main section#main_outline ul.genre li {
  list-style-type: none;
  width: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section#main_venue ul.genre li:nth-child(1), main section#main_outline ul.genre li:nth-child(1) {
  color: #e84923;
}
main section#main_venue ul.genre li:nth-child(2), main section#main_outline ul.genre li:nth-child(2) {
  color: #008ccf;
}
main section#main_venue ul.genre li:nth-child(3), main section#main_outline ul.genre li:nth-child(3) {
  color: #77c28b;
}
main section#main_venue ul.genre li:nth-child(4), main section#main_outline ul.genre li:nth-child(4) {
  color: #cb86b7;
}
main section#main_venue ul.genre li:nth-child(5), main section#main_outline ul.genre li:nth-child(5) {
  color: #4BC6C3;
}
main section#main_venue ul.genre li p, main section#main_outline ul.genre li p {
  margin: 0;
  margin-top: 5px;
}
main section#main_venue ul.genre li .image, main section#main_outline ul.genre li .image {
  text-align: center;
  width: 70%;
}
main section#main_venue ul.genre li .image img, main section#main_outline ul.genre li .image img {
  width: 100%;
}
main section#main_venue .wave, main section#main_outline .wave {
  position: absolute;
  top: -15vw;
  width: 100%;
  z-index: -1;
}
main section#main_venue .wave02, main section#main_outline .wave02 {
  position: absolute;
  bottom: -18vw;
  width: 100%;
  z-index: -1;
  transform: rotate(180deg);
}
main section#main_venue .venue, main section#main_outline .venue {
  width: 70%;
  margin: 0 auto;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main section#main_venue .venue, main section#main_outline .venue {
    width: 100%;
  }
}
main section#main_venue .venue .item, main section#main_outline .venue .item {
  width: 48%;
}
main section#main_venue .venue .item img, main section#main_outline .venue .item img {
  width: 100%;
}
main section#main_venue .venue .item:nth-child(n+3), main section#main_outline .venue .item:nth-child(n+3) {
  padding-top: 4%;
}
@media (max-width: 1024px) {
  main section#main_venue .venue .item, main section#main_outline .venue .item {
    width: 45%;
  }
}
@media (max-width: 768px) {
  main section#main_venue .venue .item, main section#main_outline .venue .item {
    margin: 0 auto;
  }
  main section#main_venue .venue .item:nth-child(n+3), main section#main_outline .venue .item:nth-child(n+3) {
    padding-top: 8%;
  }
}
main section#main_venue .tabs, main section#main_outline .tabs {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1em;
}
@media (max-width: 1024px) {
  main section#main_venue .tabs, main section#main_outline .tabs {
    width: 100%;
  }
}
main section#main_venue .tab_item, main section#main_outline .tab_item {
  width: 100%;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
  display: flex;
  align-items: flex-end;
}
main section#main_venue .tab_item .image, main section#main_outline .tab_item .image {
  border-radius: 10px;
  transition: 0.3s ease-out;
  padding: 7px 40%;
}
main section#main_venue .tab_item .image img, main section#main_outline .tab_item .image img {
  width: 100%;
}
@media (max-width: 599px) {
  main section#main_venue .tab_item .image, main section#main_outline .tab_item .image {
    padding: 5px 30%;
  }
}
main section#main_venue .tab_item.tab_l, main section#main_outline .tab_item.tab_l {
  grid-column: 1/2;
}
main section#main_venue .tab_item.tab_l .image, main section#main_outline .tab_item.tab_l .image {
  background-color: #0f9dce;
}
main section#main_venue .tab_item.tab_l::before, main section#main_outline .tab_item.tab_l::before {
  position: absolute;
  content: "";
  background-color: #0f9dce;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  width: 30px;
  height: 0;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 20%);
  transition: all 0.5s;
  z-index: -1;
}
main section#main_venue .tab_item.tab_r, main section#main_outline .tab_item.tab_r {
  grid-column: 2/3;
}
main section#main_venue .tab_item.tab_r .image, main section#main_outline .tab_item.tab_r .image {
  background-color: #eb5f2b;
}
main section#main_venue .tab_item.tab_r::before, main section#main_outline .tab_item.tab_r::before {
  position: absolute;
  content: "";
  background-color: #eb5f2b;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  width: 30px;
  height: 0;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 20%);
  transition: 0.3s ease-out;
  z-index: -1;
}
main section#main_venue input[name=tab_item], main section#main_outline input[name=tab_item] {
  display: none;
}
main section#main_venue input[name=tab_item2], main section#main_outline input[name=tab_item2] {
  display: none;
}
main section#main_venue .tab_content, main section#main_outline .tab_content {
  display: none;
  overflow: hidden;
  grid-row: 2/3;
  grid-column: 1/3;
}
main section#main_venue .tab_content .tab_content_description, main section#main_outline .tab_content .tab_content_description {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
main section#main_venue .tab_content .tab_content_description .sp2 div:last-child, main section#main_outline .tab_content .tab_content_description .sp2 div:last-child {
  margin-top: 1em;
}
main section#main_venue .tab_content .tab_content_description .container, main section#main_outline .tab_content .tab_content_description .container {
  width: 25%;
}
@media (max-width: 768px) {
  main section#main_venue .tab_content .tab_content_description .container, main section#main_outline .tab_content .tab_content_description .container {
    width: 50%;
  }
}
main section#main_venue .tab_content .tab_content_description .container > a, main section#main_outline .tab_content .tab_content_description .container > a {
  display: block;
}
main section#main_venue .tab_content .tab_content_description .container > a img, main section#main_outline .tab_content .tab_content_description .container > a img {
  width: 100%;
  border-radius: 10px;
}
main section#main_venue #artist_l:checked ~ #artist_l_content,
main section#main_venue #artist_r:checked ~ #artist_r_content,
main section#main_venue #design:checked ~ #design_content, main section#main_outline #artist_l:checked ~ #artist_l_content,
main section#main_outline #artist_r:checked ~ #artist_r_content,
main section#main_outline #design:checked ~ #design_content {
  display: block;
}
main section#main_venue .tabs input:checked + .tab_item .image, main section#main_outline .tabs input:checked + .tab_item .image {
  border-radius: 30px;
}
main section#main_venue .tabs input:checked + .tab_item.tab_l::before, main section#main_outline .tabs input:checked + .tab_item.tab_l::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_venue .tabs input:checked + .tab_item.tab_r::before, main section#main_outline .tabs input:checked + .tab_item.tab_r::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_venue .container, main section#main_outline .container {
  text-align: center;
  padding: 2%;
}
main section#main_venue button.modal__btn, main section#main_outline button.modal__btn {
  border: none;
  background-color: inherit;
  padding: 0;
}
main section#main_venue .modal__overlay, main section#main_outline .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
main section#main_venue .modal, main section#main_outline .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
main section#main_venue .modal.is-open, main section#main_outline .modal.is-open {
  display: block;
}
main section#main_venue .modal-content, main section#main_outline .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 500px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
main section#main_venue .modal-content img, main section#main_outline .modal-content img {
  width: 100%;
}
main section#main_venue .modal-content .icon, main section#main_outline .modal-content .icon {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 20%;
  height: auto;
}
main section#main_venue .modal-content .icon img, main section#main_outline .modal-content .icon img {
  width: 100%;
}
main section#main_venue .modal-content .artist_name, main section#main_outline .modal-content .artist_name {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}
main section#main_venue .modal-content button.modal__close, main section#main_outline .modal-content button.modal__close {
  position: absolute;
  top: -5%;
  right: -5%;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  background: none;
  border: none;
}
main section#main_venue .youkoulist, main section#main_outline .youkoulist {
  margin-bottom: 7%;
}
@media (max-width: 768px) {
  main section#main_venue .youkoulist, main section#main_outline .youkoulist {
    margin-bottom: 25vw;
  }
}
main section#main_venue .youkoulist dl, main section#main_outline .youkoulist dl {
  display: flex;
  margin: 0;
}
main section#main_venue .youkoulist dl dt, main section#main_outline .youkoulist dl dt {
  line-height: 1.8em;
  width: 20%;
  padding: 3% 0;
  font-weight: 800;
  border-bottom: 3px solid #0f9dce;
  font-size: 1.1em;
}
@media (max-width: 768px) {
  main section#main_venue .youkoulist dl dt, main section#main_outline .youkoulist dl dt {
    width: 25%;
    padding: 3vw 0;
  }
}
@media (max-width: 599px) {
  main section#main_venue .youkoulist dl dt, main section#main_outline .youkoulist dl dt {
    font-size: 14px;
    width: 20%;
    padding: 5vw 0;
  }
}
@media (max-width: 426px) {
  main section#main_venue .youkoulist dl dt, main section#main_outline .youkoulist dl dt {
    font-size: 12px;
  }
}
main section#main_venue .youkoulist dl dd, main section#main_outline .youkoulist dl dd {
  font-weight: 800;
  padding: 3% 0 3% 2%;
  width: 80%;
  margin-left: 0;
  border-bottom: 3px solid white;
  padding-left: 3%;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  main section#main_venue .youkoulist dl dd, main section#main_outline .youkoulist dl dd {
    width: 75%;
    padding: 3vw 0 3vw 3%;
  }
}
@media (max-width: 599px) {
  main section#main_venue .youkoulist dl dd, main section#main_outline .youkoulist dl dd {
    width: 80%;
    padding: 5vw 0 5vw 5%;
    font-size: 12px;
  }
}
main section#main_venue .youkoulist dl dd p:first-child, main section#main_outline .youkoulist dl dd p:first-child {
  margin-top: 0;
}
main section#main_venue .youkoulist dl dd p:last-child, main section#main_outline .youkoulist dl dd p:last-child {
  margin-bottom: 0;
}
main section#main_venue .youkoulist dl dd ul, main section#main_outline .youkoulist dl dd ul {
  padding-left: 0;
  list-style-position: inside;
  line-height: 2em;
}
main section#main_venue .youkoulist dl dd ul li, main section#main_outline .youkoulist dl dd ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
main section#main_venue .youkoulist dl dd ul.flex, main section#main_outline .youkoulist dl dd ul.flex {
  line-height: 1.6em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section#main_venue .youkoulist dl dd ul.flex li, main section#main_outline .youkoulist dl dd ul.flex li {
  width: 50%;
}
main section#main_venue .youkoulist dl dd ul.flex li:nth-child(n+3), main section#main_outline .youkoulist dl dd ul.flex li:nth-child(n+3) {
  padding-top: 1%;
}
@media (max-width: 768px) {
  main section#main_venue .youkoulist dl dd ul.flex li, main section#main_outline .youkoulist dl dd ul.flex li {
    width: 100%;
    padding-top: 1%;
  }
  main section#main_venue .youkoulist dl dd ul.flex li:nth-child(n+3), main section#main_outline .youkoulist dl dd ul.flex li:nth-child(n+3) {
    padding-top: 1%;
  }
}
main section#main_venue .btn_flex, main section#main_outline .btn_flex {
  margin-top: 6%;
  display: flex;
  text-align: center;
  justify-content: center;
}
main section#main_venue .btn_flex .btn-moushikomi, main section#main_outline .btn_flex .btn-moushikomi {
  margin-left: 3%;
}
main section#main_venue .btn_flex .btn-shiryou a,
main section#main_venue .btn_flex .btn-moushikomi a, main section#main_outline .btn_flex .btn-shiryou a,
main section#main_outline .btn_flex .btn-moushikomi a {
  width: 450px;
  padding: 5% 3%;
}
@media (max-width: 1024px) {
  main section#main_venue .btn_flex, main section#main_outline .btn_flex {
    display: block;
  }
  main section#main_venue .btn_flex .btn-moushikomi, main section#main_outline .btn_flex .btn-moushikomi {
    margin-left: 0;
    margin-top: 3.5%;
  }
}
@media (max-width: 1024px) and (max-width: 599px) {
  main section#main_venue .btn_flex, main section#main_outline .btn_flex {
    margin-top: 12%;
  }
}
@media (max-width: 1024px) {
  main section#main_venue .btn_flex .btn-shiryou a,
  main section#main_venue .btn_flex .btn-moushikomi a, main section#main_outline .btn_flex .btn-shiryou a,
  main section#main_outline .btn_flex .btn-moushikomi a {
    width: 450px;
    padding: 4% 3%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  main section#main_venue .btn_flex .btn-shiryou a,
  main section#main_venue .btn_flex .btn-moushikomi a, main section#main_outline .btn_flex .btn-shiryou a,
  main section#main_outline .btn_flex .btn-moushikomi a {
    padding: 4%;
  }
}
@media (max-width: 1024px) and (max-width: 599px) {
  main section#main_venue .btn_flex .btn-shiryou a,
  main section#main_venue .btn_flex .btn-moushikomi a, main section#main_outline .btn_flex .btn-shiryou a,
  main section#main_outline .btn_flex .btn-moushikomi a {
    padding: 5%;
    width: 100%;
  }
  main section#main_venue .btn_flex .btn-shiryou a::before,
  main section#main_venue .btn_flex .btn-moushikomi a::before, main section#main_outline .btn_flex .btn-shiryou a::before,
  main section#main_outline .btn_flex .btn-moushikomi a::before {
    width: 30px;
    height: 30px;
    left: 7%;
  }
  main section#main_venue .btn_flex .btn-shiryou a::after,
  main section#main_venue .btn_flex .btn-moushikomi a::after, main section#main_outline .btn_flex .btn-shiryou a::after,
  main section#main_outline .btn_flex .btn-moushikomi a::after {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    right: 7%;
  }
}
@media (max-width: 1024px) and (max-width: 375px) {
  main section#main_venue .btn_flex .btn-shiryou a,
  main section#main_venue .btn_flex .btn-moushikomi a, main section#main_outline .btn_flex .btn-shiryou a,
  main section#main_outline .btn_flex .btn-moushikomi a {
    font-size: 0.8em;
  }
}
main section#main_venue .btn-moushikomi a:first-child, main section#main_outline .btn-moushikomi a:first-child {
  background-color: #eb5f2b;
}
main section#main_venue .btn-moushikomi a::before, main section#main_outline .btn-moushikomi a::before {
  background-image: url(../images/common/pin.svg);
}
main section#main_time {
  padding: 1vw 0;
  position: relative;
  margin: 15% 0;
  /*タブ切り替え全体のスタイル*/
  /* .tabs {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 1em;

    @include tab {
      width: 100%;
    }
    @include sp {
      gap: 0.5em;
    }
  }*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
main section#main_time .time_2025 {
  width: 70%;
  margin: 0 auto;
}
main section#main_time .time_2025 img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  main section#main_time .time_2025 {
    width: 100%;
  }
}
main section#main_time .image04,
main section#main_time .image05 {
  position: absolute;
}
main section#main_time .image04 img,
main section#main_time .image05 img {
  width: 100%;
}
main section#main_time .image04 {
  width: 9%;
  right: 13vw;
  top: -10vw;
}
@media (max-width: 1600px) {
  main section#main_time .image04 {
    right: 10vw;
  }
}
@media (max-width: 1450px) {
  main section#main_time .image04 {
    width: 11%;
    right: 6vw;
  }
}
main section#main_time .image05 {
  width: 12%;
  left: 13vw;
}
@media (max-width: 1600px) {
  main section#main_time .image05 {
    left: 10vw;
  }
}
@media (max-width: 1450px) {
  main section#main_time .image05 {
    width: 16%;
    left: 6vw;
  }
}
main section#main_time .wave {
  position: absolute;
  top: -15vw;
  width: 100%;
  z-index: -1;
}
main section#main_time .wave02 {
  position: absolute;
  bottom: -18vw;
  width: 100%;
  z-index: -1;
  transform: rotate(180deg);
}
main section#main_time .venue {
  width: 70%;
  margin: 0 auto;
  padding-top: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main section#main_time .venue {
    width: 100%;
  }
}
main section#main_time .venue .item {
  width: 48%;
}
main section#main_time .venue .item img {
  width: 100%;
}
main section#main_time .venue .item:nth-child(n+3) {
  padding-top: 4%;
}
@media (max-width: 768px) {
  main section#main_time .venue .item {
    width: 80%;
    margin: 0 auto;
  }
  main section#main_time .venue .item:nth-child(n+3) {
    padding-top: 8%;
  }
}
@media (max-width: 599px) {
  main section#main_time .venue .item {
    width: 100%;
  }
}
main section#main_time .tabs {
  width: 100%;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1em;
  display: none;
}
@media (max-width: 1024px) {
  main section#main_time .tabs {
    width: 100%;
  }
}
@media (max-width: 599px) {
  main section#main_time .tabs {
    display: grid;
  }
}
main section#main_time .tabs a .image {
  border-radius: 10px;
  transition: 0.3s ease-out;
  padding: 7px 40%;
}
@media (max-width: 599px) {
  main section#main_time .tabs a .image {
    padding: 5px 30%;
  }
}
main section#main_time .tabs a .image img {
  margin: 0;
  width: 100%;
}
main section#main_time .tabs a:first-child .image {
  background-color: #0f9dce;
}
main section#main_time .tabs a:last-child .image {
  background-color: #eb5f2b;
}
main section#main_time .tab_item,
main section#main_time .tab_item3 {
  width: 100%;
  font-weight: bold;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  background-color: #d9d9d9;
  padding: 10px 25px;
  font-size: 1.2em;
  border-radius: 10px;
  display: table;
}
@media (max-width: 1200px) {
  main section#main_time .tab_item,
  main section#main_time .tab_item3 {
    font-size: 1em;
  }
}
@media (max-width: 1024px) {
  main section#main_time .tab_item,
  main section#main_time .tab_item3 {
    padding: 10px;
  }
}
main section#main_time .tab_item p,
main section#main_time .tab_item3 p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4em;
}
@media (max-width: 599px) {
  main section#main_time .tab_item p,
  main section#main_time .tab_item3 p {
    font-size: 14px;
  }
}
main section#main_time .tab_item img,
main section#main_time .tab_item3 img {
  padding: 10px 40%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  transition: 0.3s ease-out;
}
@media (max-width: 599px) {
  main section#main_time .tab_item img,
  main section#main_time .tab_item3 img {
    padding: 10px 30%;
  }
}
main section#main_time .tab_item.time_l,
main section#main_time .tab_item3.time_l {
  grid-column: 1/2;
}
main section#main_time .tab_item.time_l::before,
main section#main_time .tab_item3.time_l::before {
  position: absolute;
  content: "";
  background-color: #0f9dce;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  width: 30px;
  height: 0;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 20%);
  transition: all 0.5s;
  z-index: -1;
}
main section#main_time .tab_item.time_c,
main section#main_time .tab_item3.time_c {
  grid-column: 2/3;
}
main section#main_time .tab_item.time_c::before,
main section#main_time .tab_item3.time_c::before {
  position: absolute;
  content: "";
  background-color: #0f9dce;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  width: 30px;
  height: 0;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 20%);
  transition: all 0.5s;
  z-index: -1;
}
main section#main_time .tab_item.time_r,
main section#main_time .tab_item3.time_r {
  grid-column: 3/4;
}
main section#main_time .tab_item.time_r::before,
main section#main_time .tab_item3.time_r::before {
  position: absolute;
  content: "";
  background-color: #0f9dce;
  clip-path: polygon(50% 50%, 0 0, 100% 0);
  width: 30px;
  height: 0;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 20%);
  transition: 0.3s ease-out;
  z-index: -1;
}
main section#main_time .tab_sp {
  display: none;
}
@media (max-width: 768px) {
  main section#main_time .tab_sp {
    display: contents;
  }
}
main section#main_time input[name=tab_item] {
  display: none;
}
main section#main_time input[name=tab_item3] {
  display: none;
}
main section#main_time .tab_content {
  display: none;
  overflow: hidden;
  grid-row: 2/3;
  grid-column: 1/4;
  margin-top: 2em;
}
main section#main_time .tab_content .tab_content_description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  main section#main_time .tab_content .tab_content_description {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 426px) {
  main section#main_time .tab_content .tab_content_description {
    width: 100%;
  }
}
main section#main_time .tab_content .tab_content_description .sp2 div:last-child {
  margin-top: 3em;
}
main section#main_time .tab_content .tab_content_description img {
  width: 100%;
}
main section#main_time #time_l:checked ~ #time_l_content,
main section#main_time #time_r:checked ~ #time_r_content,
main section#main_time #time_c:checked ~ #time_c_content {
  display: block;
}
main section#main_time .tabs input:checked + .tab_item {
  border-radius: 30px;
  background-color: #0f9dce;
  color: #fff;
}
main section#main_time .tabs input:checked + .tab_item.time_l::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_time .tabs input:checked + .tab_item.time_c::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_time .tabs input:checked + .tab_item.time_r::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_time .tabs input:checked + .tab_item3 {
  border-radius: 30px;
  background-color: #0f9dce;
  color: #fff;
}
main section#main_time .tabs input:checked + .tab_item3.time_l::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_time .tabs input:checked + .tab_item3.time_c::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_time .tabs input:checked + .tab_item3.time_r::before {
  bottom: -23px;
  z-index: 10;
  height: 30px;
}
main section#main_time .time_image {
  width: 70%;
  margin: 0 auto;
}
main section#main_time .time_image h3 {
  font-size: 1.4em;
}
main section#main_time .time_image h3 strong {
  color: #0f9dce;
}
@media (max-width: 768px) {
  main section#main_time .time_image h3 {
    font-size: 1.2em;
  }
}
main section#main_time .time_image img {
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  main section#main_time .time_image {
    width: 100%;
  }
}
main section#main_outline .perform_lead {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 5%;
  font-weight: 800;
  line-height: 2em;
}
main section#main_outline .perform_lead > img {
  width: 70%;
}
@media (max-width: 1024px) {
  main section#main_outline .perform_lead {
    width: 100%;
    text-align: left;
  }
}
main section#main_outline .yotei {
  width: 70%;
  margin: 0 auto;
  display: block;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  main section#main_outline .yotei {
    width: 100%;
  }
}
@media (max-width: 768px) {
  main section#main_outline .yotei {
    width: 100%;
  }
}
@media (max-width: 599px) {
  main section#main_outline .yotei {
    width: 100%;
    margin-top: 2em;
  }
}
main section#main_access {
  margin: 15% 0 0;
}
main section#main_access .map {
  width: 70%;
  display: block;
  margin: 2em auto;
  aspect-ratio: 4/3;
  height: auto;
}
@media (max-width: 1024px) {
  main section#main_access .map {
    width: 100%;
  }
}
main section#main_contact {
  padding-top: 0;
}
main section#main_contact .wrap {
  padding-top: 0;
}
main section#main_contact .contact_wrap {
  max-width: 800px;
  width: 90%;
  border: 1px solid #0f9dce;
  border-radius: 10px;
  padding: 2em 4em;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  main section#main_contact .contact_wrap {
    width: 100%;
  }
}
@media (max-width: 599px) {
  main section#main_contact .contact_wrap {
    padding: 2em 1em;
  }
}
main section#main_contact .contact_wrap .tel {
  margin-bottom: 0.5em;
}
@media (max-width: 599px) {
  main section#main_contact .contact_wrap .tel .icon {
    width: 10%;
  }
  main section#main_contact .contact_wrap .tel .icon img {
    width: 100%;
  }
}
main section#main_contact .contact_wrap .tel .number {
  width: 45%;
}
main section#main_contact .contact_wrap .tel .number img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main_contact .contact_wrap .tel .number {
    width: 55%;
  }
}
@media (max-width: 599px) {
  main section#main_contact .contact_wrap .tel .number {
    width: 65%;
  }
}
@media (max-width: 599px) {
  main section#main_contact .contact_wrap .mail {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  main section#main_contact .contact_wrap .mail .icon {
    width: 10%;
  }
}
main section#main_contact .contact_wrap .mail .icon img {
  width: 100%;
}
main section#main_contact .contact_wrap .mail .number {
  width: 100%;
}
main section#main_contact .contact_wrap .mail .number img {
  width: 100%;
}
@media (max-width: 1024px) {
  main section#main_contact .contact_wrap .mail .number {
    width: 85%;
  }
}
@media (max-width: 599px) {
  main section#main_contact .contact_wrap .mail .number {
    width: 90%;
  }
}
main section#main_contact .contact_wrap p {
  font-weight: bold;
}
main section#main_contact .contact_wrap div {
  display: flex;
  align-items: center;
  justify-content: center;
}
main section#main_contact .contact_wrap div a {
  text-decoration: none;
  color: #0f9dce;
  font-weight: 800;
}
main section#main_contact .contact_wrap div img {
  width: -moz-fit-content;
  width: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#main_contact .contact_wrap div a {
  display: block;
  width: 80%;
}
main .menu_list {
  background-color: #0f9dce;
}
main .menu_list ul {
  margin: 0 auto;
  padding: 1.5em 0;
  display: flex;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
main .menu_list ul li {
  padding: 0 2em;
  border-right: 1px solid white;
}
main .menu_list ul li:last-child {
  border-right: none;
}
@media (max-width: 1200px) {
  main .menu_list ul li {
    padding: 0 1em;
  }
}
@media (max-width: 599px) {
  main .menu_list ul li {
    padding: 0 0.5em;
  }
}
@media (max-width: 1024px) {
  main .menu_list ul li {
    width: 33%;
  }
  main .menu_list ul li:nth-child(3) {
    border-right: none;
  }
  main .menu_list ul li:nth-child(n+4) {
    margin-top: 1.2em;
  }
}
@media (max-width: 768px) {
  main .menu_list ul li {
    padding: 0;
  }
}
@media (max-width: 599px) {
  main .menu_list ul li {
    /* &:nth-child(2) {
      width: 40%;
    }
    &:nth-child(1) {
      width: 30%;
    }
    &:nth-child(3) {
      width: 30%;
    }
    &:nth-child(n + 4) {
      width: 40%;
    }*/
  }
}
@media (max-width: 426px) {
  main .menu_list ul li {
    /*&:nth-child(n + 4) {
      margin-top: 1em;
    }
    &:nth-child(2) {
      width: 42%;
    }
    &:nth-child(1) {
      width: 29%;
    }
    &:nth-child(3) {
      width: 29%;
    }*/
  }
}
main .menu_list ul li a {
  transition: 0.3s;
  text-decoration: none;
  color: white;
  font-weight: 800;
  font-size: 1.2em;
}
@media (max-width: 1200px) {
  main .menu_list ul li a {
    font-size: 1em;
  }
}
@media (max-width: 599px) {
  main .menu_list ul li a {
    font-size: 0.9em;
  }
}
main .menu_list ul li a:hover {
  opacity: 0.6;
}

footer {
  background-color: #0f9dce;
}
footer .menu_list ul {
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 0.9em;
}
@media (max-width: 1024px) {
  footer .menu_list ul {
    padding-bottom: 2em;
  }
}
@media (max-width: 1024px) {
  footer .menu_list ul li:nth-child(n+4) {
    margin-top: 1em;
  }
}
footer .copy {
  color: white;
  text-align: center;
  font-weight: 800;
  padding: 1% 0;
}
@media (max-width: 599px) {
  footer .copy {
    padding: 4vw 0;
  }
}

body.is-open {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}/*# sourceMappingURL=style.css.map */