@charset "utf-8";

/* home
============================================ */
#mv {
  margin: auto;
  padding: 25px 15px;
  height: calc(60px + (100vw - 30px) + 25px);
  background: #fff;
}
#mv .slide_box {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 100%;
  max-width: 815px;
}
#mv .btn {
  margin-bottom: 15px;
  padding: 0;
  width: 100%;
}
#mv .slide img {
  width: 100%;
}
#mv .slick-list {
  background: #fff;
  box-shadow: 1px 2px 5px rgba(0,0,0,.3);
}
#mv .slick-arrow {
  margin-top: -14px;
  padding: 0;
  width: 18px;
  height: 28px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  cursor: pointer;
  z-index: 1;
}
#mv .slick-prev {
  background-image: url(../img/slide_arrow_l.png);
  left: 10px;
}
#mv .slick-next {
  background-image: url(../img/slide_arrow_r.png);
  background-size: contain;
  right: 10px;
}
#mv .slick-dots {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#mv .slick-dots li {
  margin: 1px;
  width: 30px;
}

#gridNav {
  top: calc((100vw - 30px) + 85px);
  width: 100%;
  position: absolute!important;
  overflow-x: clip;
}
#gridNav > div {
  background-image: url(../img/sidebars/bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  position: relative;
}
.sidebar-item-wrapper {
  padding: 0;
  width: 100%;
  max-width: none;
  min-height: auto;
  font-size: 0;
  aspect-ratio: 390 / 185;
  display: block;
  position: relative;
}
.sidebar-item-wrapper .bg-holder {
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, .6); */
  transition: .3s linear;
}
.sidebar-item-wrapper:hover .bg-holder {
  transform: scale(1);
}
.sidebar-item-wrapper .bg-holder + div {
  width: 100%;
  height: calc(100% + 2px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); */
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: 0;
  transition: .3s linear;
}
.sidebar-item-wrapper:hover .bg-holder + div {
  /* transform: scale(1.1); */
}
.sidebar-item-wrapper .bg-holder.about + div {
  background-image: url(../img/sidebars/about_sp.png);
}
.sidebar-item-wrapper .bg-holder.ticket + div {
  background-image: url(../img/sidebars/ticket_sp.png);
}
.sidebar-item-wrapper .bg-holder.vote + div {
  background-image: url(../img/sidebars/vote_sp.png);
}
.sidebar-item-wrapper .bg-holder.guest + div {
  background-image: url(../img/sidebars/guest_sp.png);
}
.sidebar-item-wrapper .bg-holder.model + div {
  background-image: url(../img/sidebars/model_sp.png);
}
.sidebar-item-wrapper .bg-holder.sponsor + div {
  background-image: url(../img/sidebars/sponsor_sp.png);
}
.sidebar-item-wrapper .bg-holder.sponsor-contact + div {
  background-image: url(../img/sidebars/sponsor-contact_sp.png);
}
.sidebar-item-wrapper .bg-holder.history + div {
  background-image: url(../img/sidebars/history_sp.png);
}

#home_cont {
  margin: 94.88vw 0 0 0;
}
#home_cont .wrap {
  width: 100%;
  position: relative;
}
#home_cont .wrap::before {
  content: '';
  width: 100%;
  height: calc(100vh - 58px);
  background-image: url(../img/home/home_cont_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: fixed;
  top: 58px;
  z-index: -1;
}
#home h2.ttl {
  margin: 0 auto calc(13.2vw + 10px);
  width: 64%;
  max-width: 557px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#whatsnew {
  padding: 12px 0 13.2vw;
  width: 100%;
  position: relative;
}
#whatsnew .container-fluid {
  padding: 0;
  position: relative;
}
#whatsnew .news_box {
  padding-left: 7%;
  padding-right: 7%;
}
#whatsnew .news_box_inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#whatsnew .list_wrap {
  margin: 12px auto 38px;
  max-width: 780px;
  background: #fff;
}
#whatsnew .list {
  max-height: 15em;
  min-height: 15em;
  overflow-y: scroll;
}
#whatsnew .list li:not(:last-of-type) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted var(--osaka);
}
#whatsnew .list .date {
  margin-bottom: .5em;
  color: var(--osaka);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
#whatsnew .list .news_ttl {
  line-height: 1.5;
}
.home_sns {
  margin: 0 -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home_sns li {
  margin: 7px;
  width: 43px;
}
#home_about {
  padding: 12px 0 13.2vw;
}
#home_about .w_box {
  z-index: 1;
}
#home_about .w_box > section {
  padding: 0;
}
#home_about h3 {
  margin: 0 auto 28px;
  width: 84%;
  max-width: 586px;
}
#home_about .about_mv {
  margin: 0 auto;
  max-width: 780px;
}
#home_about .about_mv .img {
  margin: 0 auto 28px;
  width: 52%;
}
#home_about .about_mv .txt,
#home_about .about_show .txt {
  font-size: 1.5rem;
}
#home_about .about_mv .txt em {
  color: var(--osaka);
  font-size: 120%;
  font-weight: 700;
}
#home_about .about_show {
  margin: 32px auto 0;
  max-width: 780px;
  display: flex;
}
#home_about .about_show .img {
  margin-right: 4%;
  width: 31%;
  flex-shrink: 0;
}
#home_about .about_place {
  margin: 28px auto 0;
  max-width: 780px;
}
#home_about .about_info {
  margin: 34px auto;
  padding: 34px 0!important;
  border-top: 1px solid var(--txt-color);
  border-bottom: 1px solid var(--txt-color);
}
#home_about .about_info p {
  margin: 0 auto;
  width: 100%;
  max-width: 690px;
}
#home_about .about_youtube {
  margin-top: 48px;
}
#home_about .about_youtube dt {
  margin: 0 auto 26px;
  width: 66%;
  max-width: 440px;
}
#home_about .about_youtube dd {
  margin: 0 -5vw;
}
#home_about .about_youtube dd .slick-slide {
  height: auto;
}
#home_about .about_youtube dd .slick-slide a {
  margin: 0 -1.8vw;
  display: block;
}

#home_audition {
  padding: calc(13.2vw + 56px) 0 calc(13.2vw + 20px);
  width: 100%;
}
#home_audition .audition_txt {
  margin: 0 auto;
  width: 95%;
  max-width: 752px;
}
#home_audition .audition_btn {
  margin: 28px auto 0;
  width: 35%;
  max-width: 300px;
}

.home_btn_event {
  margin: 0 auto 38px;
  width: 52%;
  max-width: 486px;
}

#home #sponsor {
  padding: 4rem 15px;
  width: 100%;
  background: #fff;
}
#home #sponsor .w_box {
  background: #fff;
}
#sponsor h3 {
  margin-bottom: 1em;
  font-family: 'Bebas Neue';
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: .05em;
}
#sponsor h3.jp {
  font-size: 1.8rem;
  font-weight: 700;
}
#sponsor article:not(:last-of-type) {
  margin-bottom: 50px;
}
#sponsor article ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
#sponsor article li {
  margin-bottom: 20px;
}
#sponsor article li a {
  transition: .3s ease-in-out;
}
#sponsor article li a:hover {
  opacity: .7;
}
#sponsor article li img {
  width: 100%;
}
#sponsor article p {
  text-align: center;
  word-break: keep-all;
}
#sponsor .special-p li {
  width: 70%;
  max-width: 300px;
}
#sponsor .sponsor ul,
#sponsor .media ul {
  max-width: 950px;
}
#sponsor .sponsor li,
#sponsor .media li {
  padding: 0 5px;
  width: 33.3333%;
  width: calc(100% / 3);
  max-width: 190px;
}
#sponsor .media {
  display: block;
}
#sponsor .clean li {
  padding: 25px 20px;
  width: 45%;
  max-width: 160px;
}
#sponsor .media li {
  padding-top: 25px;
  padding-bottom: 25px;
}
#sponsor .media li.fmosaka {
  max-width: 150px;
}
#sponsor .stay li {
  padding: 25px 20px;
  width: 50%;
  max-width: 240px;
}
#sponsor .official li {
  margin-bottom: 40px;
  padding: 0 30px;
  width: 60%;
  max-width: 240px;
}
#sponsor .shusai p:not(:last-of-type) {
  margin-bottom: 20px;
}
#sponsor .shusai p img {
  max-width: 100px;
}
#sponsor .nihonhaku {
  margin-top: 50px;
}
#sponsor .nihonhaku ul {
  -webkit-box-align: center;
  align-items: center;
}
#sponsor .nihonhaku li {
  padding: 0 10px;
  width: 50%;
  max-width: 264px;
}
#sponsor .nihonhaku p {
  margin-top: .3em;
  font-size: 1.2rem;
}

/* about
============================================ */
#about,
.ui.styled.accordion .title,
.ui.accordion .title:not(.ui),
.ui.styled.accordion .active.title,
.ui.styled.accordion .content .txt {
  color: var(--txt-color)!important;
}
#about .bg-holder2 {
  background-image: url(../img/side/about.jpg);
}
#about .btn {
  margin: 20px auto;
  padding: 0;
  max-width: 350px;
  letter-spacing: 0;
  display: block;
}
#about .btn a {
  padding: 1em 2em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background: var(--txt-color);
  border-radius: 2px;
  display: block;
  transition: .3s ease-in-out;
}
#about .btn a:hover {
  opacity: .7;
}
.about_info {
  padding-left: 7%;
  padding-right: 7%;
}
.about_info h3 {
  margin: 0 auto 28px;
  width: 70%;
  text-align: center;
}
.about_info dl:not(:first-of-type) {
  margin-top: 28px;
}
.about_info dt {
  margin: 0 auto .7em;
  padding: .2em .5em .3em;
  width: 10em;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  border: 1px solid var(--osaka);
  border-radius: 2em;
}
.about_info dd {
  font-size: 1.2rem;
  text-align: center;
}
.about_info dd p {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.about_info dd span {
  color: var(--osaka);
  font-size: 170%;
  font-weight: 700;
}
.about_info dd em {
  font-style: normal;
  font-weight: 700;
}
.about_info .map {
  margin: 24px auto;
  width: 100%;
  max-width: 494px;
  aspect-ratio: 5 / 4;
}
.about_info .map iframe {
  width: 100%;
  height: 100%;
}
#about_visual {
  text-align: center;
}
#about_visual .image {
  margin: 28px auto;
  width: 100%;
  max-width: 840px;
}
#about_visual .txt {
  font-size: 1.2rem;
}
#about_visual .txt img {
  width: auto;
  height: 1.3em;
}
#about_visual .youtube {
  margin: 24px auto 0;
  width: 100%;
  max-width: 630px;
}

/* guest
============================================ */
#guest .bg-holder2 {
  background-image: url(../img/side/guest.jpg);
}
#guest .w_box > section {
  padding: 0;
}
#guest .w_box > section:not(:first-of-type) {
  margin-top: 48px;
}
#guest .w_box > section h3 {
  margin: 0 auto 5px;
  text-align: center;
}
#guest .w_box > section h3 img {
  width: 256px;
}
#guest .w_box > section .coming {
  margin: 8px auto 0;
  width: 244px;
}
#guest .sortable {
  margin: 0 auto;
  max-width: 1000px;
}
.model_list > div img:not(.new_guest):not(.ico_mil),
.artist_list > div img:not(.new_guest):not(.ico_mil) {
  width: 100%;
}
.artist_list > div .info {
  margin-top: -1px;
}
.model_list > div .name,
.artist_list > div .name {
  padding: 2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: var(--txt-color);
  font-size: 1.24rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#guest .special .model_list > div .name {
  background: var(--osaka);
}
#guest .guest .model_list > div .name {
  background: #E74291;
}
#guest .artist .artist_list > div .name {
  background: #F19EC2;
}
.sortable-container {
  height: auto!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sortable-item {
  position: relative!important;
  left: 0!important;
  top: 0!important;
  transform: none!important;
  transition-duration: .1s!important;
}
.new_guest {
  margin-right: .3em;
  width: 24px;
}
.ico_mil {
  width: 34px;
  position: absolute;
  top: -2px;
  left: -2px;
}
#guest .sortable .copyright {
  margin-top: 1em;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .model_list .col-6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .model_list > div .name {
    font-size: 1rem;
  }
  .model_list .new_guest {
    width: 20px;
  }
}

/* artist
============================================ */
.artist_list {
  margin-bottom: -4rem;
  padding: 0 15px;
}
.artist_list > div {
  margin-bottom: 4rem!important;
  padding: 0 .5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.artist_list > div .video {
  margin-top: 10px;
}

/* partner
============================================ */
#sponsor-page .bg-holder2 {
  background-image: url(../img/side/sponsor.jpg);
}
#sponsor-page #sponsor {
  margin-top: 0;
  background: none;
}

/* ticket
============================================ */
#ticket .bg-holder2 {
  background-image: url(../img/side/ticket.jpg);
}
.ticket_info > dl > dt img {
  margin: 0 auto;
  width: 80%;
  display: block;
}
.ticket_info > dl > dt .time {
  margin: 14px auto 0;
  width: fit-content;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.ticket_info > dl > dt .time::before,
.ticket_info > dl > dt .time::after,
.ticket_info > dl > dt .time p::before,
.ticket_info > dl > dt .time p::after {
  content: '';
  width: 2px;
  height: 50%;
  background: var(--osaka);
  position: absolute;
}
.ticket_info > dl > dt .time::before {
  margin-top: 4px;
  top: 0;
  left: -1.2em;
  transform: rotate(30deg);
}
.ticket_info > dl > dt .time::after {
  bottom: 0;
  left: -1.2em;
  transform: rotate(-30deg);
}
.ticket_info > dl > dt .time p::before {
  margin-top: 4px;
  top: 0;
  right: -1.2em;
  transform: rotate(-30deg);
}
.ticket_info > dl > dt .time p::after {
  bottom: 0;
  right: -1.2em;
  transform: rotate(30deg);
}
.ticket_info > dl > dt .time span {
  display: none;
}
.ticket_info > dl > dd {
  margin: 24px auto 0;
  max-width: 840px;
}
.ticket_info > dl > dd dl:not(:first-of-type) {
  margin-top: 2em;
}
.ticket_info > dl > dd dt {
  padding: .7em 1em .8em;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 2em;
  display: flex;
}
.ticket_info > dl > dd dt .price {
  margin-left: auto;
}
.ticket_info > dl > dd .priority-r dt {
  background: #B81A3A;
}
.ticket_info > dl > dd .reserved dt {
  background: var(--osaka);
}
.ticket_info > dl > dd .priority-s dt {
  background: #E74291;
}
.ticket_info > dl > dd .standing dt {
  background: #F19EC2;
}
.ticket_info > dl > dd dd {
  margin-top: .5em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.ticket_info .map {
  margin: 40px auto 0;
  width: 80%;
  max-width: 584px;
}

/* history
============================================ */
#history .bg-holder2 {
  background-image: url(../img/side/history.jpg);
}
#history .w_box {
  border-color: #0467C3;
}
#history h3 {
  margin: 0 auto 24px;
  width: 85%;
  max-width: 572px;
}
#history .list {
  margin: 0 auto -20px;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#history .list li {
  margin-bottom: 20px;
  width: 47%;
  text-align: center;
}
#history .list li:nth-child(2n) {
  margin-left: 6%;
}
#history .list li a {
  transition: 0.3s ease-in-out;
}
#history .list li a:hover {
  opacity: .7;
}

/* report
============================================ */
#report .bg-holder2 {
  background-image: url(../img/side/report.jpg);
}
#report .page-content > section h2.ttl {
  margin-bottom: 15px;
}
#report .report_box {
  padding: 45px 0;
  background: #fff;
}
#report .report_inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1080px;
}
#report .report_inner > section {
  margin-top: 60px;
  padding: 0;
}
#report h3 {
  margin: 0 auto 20px;
  width: 65%;
  max-width: 326px;
}
#report .report_tab {
  margin: 0 auto 75px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
#report .report_tab p {
  width: 90px;
  text-align: center;
  line-height: 12px;
  border-left: 1px solid #5b2ea3;
}
#report .report_tab p:last-of-type {
  border-right: 1px solid #5b2ea3;
}
#report .report_tab p svg {
  width: auto;
  height: 12px;
  fill: #b5b5b5;
  transition: .3s ease-in-out;
}
#report .report_tab p.active svg,
#report .report_tab p:hover svg {
  fill: #5b2ea3;
}
#report .report_list {
  margin-bottom: -75px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#report .report_list.gallery {
  margin-bottom: -35px;
}
#report .report_list li {
  margin-bottom: 75px;
  width: 47%;
}
#report .report_list.gallery li {
margin-bottom: 35px;
}
#report .report_list li:nth-of-type(2n) {
  margin-left: 6%;
}
#report .report_list li .logo {
  margin: 0 auto 15px;
  text-align: center;
}
#report .report_list li .logo img {
  width: auto;
  height: 40px;
}
#report .report_list li .report_btn {
  margin: 10px auto 0;
  width: 33%;
  min-width: 13em;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: block;
}
#report .report_list li .report_btn a {
  padding: 1em .5em;
  border: 1px solid;
  border-radius: 6px;
  display: block;
  transition: .3s ease-in-out;
}
#report .report_list li .report_btn.model a {
  color: #ff4a9f;
  border-color: #ff4a9f;
}
#report .report_list li .report_btn.brand a {
  color: #9c9c9c;
  border-color: #9c9c9c;
}
#report .report_list li .report_btn a:hover {
  color: #fff;
}
#report .report_list li .report_btn.model a:hover {
  background: #ff4a9f;
}
#report .report_list li .report_btn.brand a:hover {
  background: #9c9c9c;
}

#report .report_brand {
  margin-bottom: 30px;
}
#report .report_brand .logo {
  text-align: center;
}
#report .report_brand .logo img {
  margin: 0 auto;
  width: auto;
  height: 55px;
}
#report .report_brand .report_btn {
  margin: 20px auto 0;
  width: 13em;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#report .report_brand .report_btn a {
  padding: 1em .5em;
  color: #9c9c9c;
  border: 1px solid #9c9c9c;
  border-radius: 8px;
  display: block;
  transition: .3s ease-in-out;
}
#report .report_brand .report_btn a:hover {
  color: #fff;
  background: #ff4a9f;
  border-color: #ff4a9f;
}
#report .report_list li figcaption {
  margin-top: .5em;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}

#report .mfp-content {
  max-width: 706px;
}
#report .popup-box {
  padding: 10px;
  background: #fff;
  border-radius: 12px;
}
#report .popup-box .logo {
  margin: 0 auto 10px;
  text-align: center;
}
#report .popup-box .logo img {
  margin: 0 auto;
  width: auto;
  height: 50px;
}
#report .popup-box figure {
  margin: 0 auto;
  width: 68%;
  max-width: 482px;
}
#report .popup-box figcaption {
  margin-top: .5em;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
}

/* vote
============================================ */
#vote .bg-holder2 {
  background-image: url(../img/side/vote.jpg);
}

/* model
============================================ */
#model .bg-holder2 {
  background-image: url(../img/side/model.jpg);
}

/* faq
============================================ */
#faq .bg-holder2 {
  background-image: url(../img/side/faq.jpg);
}

/* contact
============================================ */
#contact .bg-holder2 {
  background-image: url(../img/side/contact.jpg);
}
#contact .contact_txt {
  font-size: 1.2rem;
  text-align: center;
}
#contact .contact_form {
  margin: 20px auto 0;
  max-width: 840px;
}
#contact .contact_form dl:not(:first-of-type) {
  margin-top: 1.5em;
}
#contact .contact_form dt {
  margin-bottom: .5em;
}
#contact .contact_form dt label {
  color: var(--osaka);
  font-family: initial;
  font-size: 1.4rem;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1;
}
#contact .contact_form dt .require {
  margin-top: -.2em;
  margin-left: .5em;
  padding: .2em .7em .3em;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
  background: var(--osaka);
  border-radius: 2em;
  display: inline-block;
}
#contact .contact_form dd {
  font-size: 1.4rem;
}
#contact .contact_form input,
#contact .contact_form textarea {
  padding: .5em;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  background: #fff;
  border: 1px solid #ddd;
}
#contact .contact_form textarea {
  line-height: 1.5;
}
#contact .contact_form input:focus,
#contact .contact_form textarea:focus {
  border-color: var(--osaka);
  outline: none;
}
#contact .contact_form button {
  margin: 28px auto 0;
  padding: 1em;
  width: 70%;
  max-width: 496px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: var(--osaka);
  border: none;
  border-radius: 2em;
  display: block;
  outline: none;
  cursor: pointer;
}
#contact .contact_form .contact_back {
  width: 50%;
  max-width: 380px;
  font-size: 1.2rem;
  background-color: #aaa;
}

#contact .contact_desc {
  margin-top: 32px;
  text-align: center;
}
#contact .contact_desc dt {
  margin-bottom: .5em;
  color: var(--osaka);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
#contact .contact_desc dd {
  font-size: 1.2rem;
}
#contact .contact_desc dd br {
  display: none;
}
#contact .contact_desc.note br {
  display: block;
}
.parsley-errors-list {
  margin-top: .5em;
}
.parsley-required {
  color: var(--osaka);
  font-size: 1rem;
  line-height: 1;
}
.parsley-required::before {
  content: '※';
}


@media (max-width: 320px) {
  /* about
  ============================================ */
  #about_visual .txt {
    font-size: 1.4rem;
  }

  /* contact
  ============================================ */
  #contact .contact_desc dd br {
    display: block;
  }
}


@media (max-width: 350px) {
  /* ticket
  ============================================ */
  .ticket_info > dl > dd dt {
    font-size: 1.2rem;
  }
}


@media (max-width: 404px) {
  /* ticket
  ============================================ */
  .ticket_info > dl > dd dt {
    font-size: 1.4rem;
  }
}


@media (min-width: 601px) {
  /* home
  ============================================ */
  #mv {
    padding: 50px 0 0;
    height: calc(114px + 85vw + 35px);
  }
  #mv .slide_box {
    padding-bottom: 35px;
    width: 85%;
  }
  #mv .btn {
    margin-bottom: 20px;
  }
  #mv .slick-arrow {
    width: 24px;
    height: 37px;
  }
  #mv .slick-dots {
    padding-top: 10px;
  }
  #mv .slick-dots li {
    margin: 2px;
    width: 50px;
  }
  #home_cont {
    margin-top: 23.72vw;
  }
  #home_cont .wrap::before {
    background-image: url(../img/home/home_cont_bg.png);
  }
  #whatsnew {
    padding-top: 30px;
  }
  #whatsnew .list {
    max-height: 20em;
    min-height: 20em;
  }
  #whatsnew .list .date {
    font-size: 2.2rem;
  }
  #whatsnew .list .news_ttl {
    font-size: 1.8rem;
  }
  .home_sns li {
    width: 60px;
  }
  #home_about {
    padding-top: 50px;
  }
  #home_about h3 {
    width: 62%;
  }
  #home_about .about_mv {
    display: flex;
  }
  #home_about .about_mv .txt,
  #home_about .about_show .txt {
    font-size: 1.8rem;
  }
  #home_about .about_mv .img {
    margin-bottom: 0;
    width: 38%;
    flex-shrink: 0;
  }
  #home_about .about_mv .txt {
    margin-left: 6%;
    flex: 1;
  }
  #home_about .about_show .img {
    margin-left: 4%;
    margin-right: 0;
    width: 26%;
    order: 2;
  }
  #home_about .about_show .txt {
    order: 1;
  }
  #home_about .about_place {
    margin-top: 46px;
  }
  #home_about .about_info {
    margin: 50px auto;
    padding: 50px 0 !important;
  }
  #home_about .about_info p {
    width: 80%;
  }
  #home_about .about_youtube {
    margin-top: 100px;
  }
  #home_about .about_youtube dt {
    margin-bottom: 48px;
    width: 48%;
  }
  #home_audition {
    padding: calc(13.2vw + 122px) 0 calc(13.2vw + 60px);
  }
  #home_audition .audition_txt {
    width: 87%;
  }
  #home_audition .audition_btn {
    margin-top: 96px;
  }
  .home_btn_event {
    margin-bottom: 100px;
    width: 52%;
  }

  #sponsor .sponsor li {
    padding: 0 20px;
  }
  #sponsor .media li {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sponsor .shusai p img {
    max-width: 200px;
  }
  #sponsor .nihonhaku li {
    padding: 0 20px;
  }
  #sponsor .nihonhaku p {
    font-size: 1.4rem;
  }

  #gridNav {
    top: calc(114px + 85vw + 35px);
  }
  #gridNav > div {
    background-image: url(../img/sidebars/bg_tab.png);
    grid-template-columns: repeat(4, 1fr);
  }
  .sidebar-item-wrapper {
    height: 11.86vw;
  }

  /* about
  ============================================ */
  .about_info h3 {
    width: 80%;
  }
  .about_info dt {
    margin-bottom: .5em;
    font-size: 2rem;
  }
  .about_info dd,
  #about_visual .txt {
    font-size: 1.6rem;
  }

  /* guest
  ============================================ */
  #guest .w_box > section h3 img {
    width: 384px;
  }
  #guest .w_box > section .coming {
    width: 350px;
  }
  .model_list > div .name,
  .artist_list > div .name {
    padding: .2em;
    font-size: 1.4rem;
  }
  .new_guest {
    width: 23px;
  }
  .ico_mil {
    width: 40px;
  }
  #guest .sortable .copyright {
    font-size: 1.2rem;
  }

  .artist_list {
    margin-bottom: -6rem;
  }
  .artist_list > div {
    margin-bottom: 6rem!important;
  }

  /* ticket
  ============================================ */
  .ticket_info > dl > dt .time {
    font-size: 1.4rem;
  }
  .ticket_info > dl > dt .time::before,
  .ticket_info > dl > dt .time p::before {
    margin-top: 3px;
  }
  .ticket_info > dl > dt .time::after,
  .ticket_info > dl > dt .time p::after {
    bottom: -1px;
  }
  .ticket_info > dl > dt .time::before,
  .ticket_info > dl > dt .time::after {
    left: -.7em;
  }
  .ticket_info > dl > dt .time p::before,
  .ticket_info > dl > dt .time p::after {
    right: -.7em;
  }
  .ticket_info > dl > dt .time br {
    display: none;
  }
  .ticket_info > dl > dt .time span {
    display: inline;
  }
  .ticket_info > dl > dd {
    width: 80%;
  }
  .ticket_info > dl > dd dt {
    font-size: 2.2rem;
  }
  .ticket_info > dl > dd dd {
    font-size: 1.6rem;
  }

  /* history
  ============================================ */
  #history .list {
    margin-bottom: -30px;
  }
  #history .list li {
    margin-bottom: 30px;
    width: 30%;
  }
  #history .list li:nth-child(2n) {
    margin-left: 0;
  }
  #history .list li:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }

  /* report
  ============================================ */
  #report .report_list li {
    width: 31%;
  }
  #report .report_list li:nth-of-type(2n) {
    margin-left: 0;
  }
  #report .report_list li:not(:nth-of-type(3n + 1)) {
    margin-left: 3.5%;
  }
  #report .report_list li .report_btn {
    width: 13em;
    font-size: 1.2rem;
  }
  #report .mfp-content {
    width: 80%;
  }
  #report .mfp-arrow-left {
    left: 14%;
  }
  #report .mfp-arrow-right {
    right: 14%;
  }
  #report .mfp-arrow:before {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-width: 4px;
  }
  #report .mfp-arrow-left:before {
    margin-right: -30px;
  }
  #report .mfp-arrow-right:before {
    margin-left: -30px;
  }
  #report .popup-box {
    padding: 20px;
  }
  #report .popup-box .logo {
    margin-bottom: 20px;
  }
  #report .popup-box .logo img {
    height: 80px;
  }
  #report .popup-box figcaption {
    font-size: 2.2rem;
  }

  /* contact
  ============================================ */
  #contact .contact_txt,
  #contact .contact_form dt label,
  #contact .contact_form dd,
  #contact .contact_desc dd {
    font-size: 1.6rem;
  }
  #contact .contact_form dl:not(:first-of-type) {
    margin-top: 2em;
  }
  #contact .contact_form dt .require {
    padding-top: .3em;
    font-size: 1.2rem;
  }
  #contact .contact_form button {
    font-size: 1.8rem;
  }
  #contact .contact_form .contact_back {
    font-size: 1.6rem;
  }
  #contact .contact_desc dt {
    font-size: 1.8rem;
  }
  .parsley-required {
    font-size: 1.2rem;
  }
}


@media (min-width: 1033px) {
  /* home
  ============================================ */
  #baseContent .col-lg-10 {
    padding: 0;
    flex: 0 0 95%;
    max-width: 890px;
  }
  #mv {
    padding-top: 50px;
    height: auto!important;
  }
  #gridNav {
    height: calc(100% - 138px);
    position: fixed!important;
    top: 138px!important;
    right: 0;
  }
  #gridNav .h-lg-100vh {
    height: 100%;
    border-left: 1px solid #F7B2B8;
  }
  #gridNav .h-lg-50vh {
    height: 100%;
  }
  #gridNav > div {
    background-image: url(../img/sidebars/bg.jpg);
    border: none;
  }
  .sidebar-item-wrapper:not(:first-of-type):not(:nth-of-type(5)) {
    border-left: 1px solid #F7B2B8;
  }
  .sidebar-item-wrapper:nth-of-type(n+5):nth-of-type(-n+8) {
    border-top: 1px solid #F7B2B8;
  }
  .sidebar-item-wrapper .bg-holder::after {
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: block;
  }
  .sidebar-item-wrapper .bg-holder + div {
    background-color: rgba(255, 255, 255, .8);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
  }
  .sidebar-item-wrapper .bg-holder.about + div {
    background-image: url(../img/sidebars/about.png);
    background-position: center top;
  }
  .sidebar-item-wrapper .bg-holder.ticket + div  {
    background-image: url(../img/sidebars/ticket.png);
    background-position: center top;
  }
  .sidebar-item-wrapper .bg-holder.vote + div  {
    background-image: url(../img/sidebars/vote.png);
    background-position: center top;
  }
  .sidebar-item-wrapper .bg-holder.guest + div  {
    background-image: url(../img/sidebars/guest.png);
    background-position: center top;
  }
  .sidebar-item-wrapper .bg-holder.model + div  {
    background-image: url(../img/sidebars/model.png);
    background-position: center bottom;
  }
  .sidebar-item-wrapper .bg-holder.sponsor + div  {
    background-image: url(../img/sidebars/sponsor.png);
    background-position: center bottom;
  }
  .sidebar-item-wrapper .bg-holder.sponsor-contact + div  {
    background-image: url(../img/sidebars/sponsor-contact.png);
    background-position: center bottom;
  }
  .sidebar-item-wrapper .bg-holder.history + div  {
    background-image: url(../img/sidebars/history.png);
    background-position: center bottom;
  }
  .sidebar-item-wrapper:hover .bg-holder {
    /* opacity: 0; */
    background-color: transparent;
    transform: scale(1);
  }
  .sidebar-item-wrapper:hover .bg-holder + div {
    background-color: rgba(255, 255, 255, 0);
    transform: scale(1);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  #home_cont {
    margin-top: 0;
  }
  #home #baseContent::before {
    width: 50%;
  }
  #home_cont .wrap::before {
    width: 50%;
    height: calc(100vh - 140px);
    top: 140px;
  }
  #home h2.ttl {
    margin-bottom: calc(6.5vw + 26px);
  }
  #home_cont .w_box::before {
    top: calc(-6.5vw + 1px);
  }
  #home_cont .w_box::after {
    bottom: calc(-6.5vw + 1px);
  }
  .home_sns li {
    width: 86px;
}
  #whatsnew {
    padding-bottom: 6.5vw;
  }
  #whatsnew .col-lg-10 {
    max-width: none;
    display: block;
  }
  #whatsnew .list {
    padding: 1.5em;
    max-height: 30em;
    min-height: 30em;
  }
  #home_about {
    padding-bottom: 6.52vw;
  }
  #home_about h3 {
    margin-bottom: 60px;
    width: 84%;
  }
  #home_about .about_show {
    margin-top: 44px;
  }
  #home_about .about_info {
    margin: 76px auto;
    padding: 76px 0 !important;
  }
  #home_about .about_youtube dd .slick-slide a {
    margin: 0 -.8vw;
  }
  #home_audition {
    padding: calc(6.52vw + 122px) 0 calc(6.52vw + 60px);
  }
  #home #sponsor {
    padding: 7.5rem 5%;
  }
  #sponsor h3 {
    font-size: 4.5rem;
  }
  #sponsor h3.jp {
    font-size: 3rem;
  }
  #sponsor article:not(:last-of-type) {
    margin-bottom: 80px;
  }

  /* about
  ============================================ */
  .about_info h3 {
    margin-bottom: 48px;
  }
  .about_info dl:not(:first-of-type) {
    margin-top: 60px;
  }
  .about_info dt {
    font-size: 2.4rem;
  }
  .about_info dd,
  #about_visual .txt {
    font-size: 2.2rem;
  }
  .about_info .map {
    margin: 44px auto 20px;
  }
  #about_visual .image {
    margin: 64px auto;
  }
  #about_visual .youtube {
    margin-top: 48px;
  }

  /* guest
  ============================================ */
  #guest .w_box > section:not(:first-of-type) {
    margin-top: 98px;
  }
  #guest .w_box > section h3 {
    margin-bottom: 14px;
  }
  #guest .w_box > section h3 img {
    width: 556px;
  }
  #guest .w_box > section .coming {
    margin-top: 28px;
    width: 444px;
  }

  /* artist
  ============================================ */
  .artist_list {
    margin-bottom: -8rem;
  }
  .artist_list > div {
    margin-bottom: 8rem!important;
  }

  /* ticket
  ============================================ */
  .ticket_info > dl > dt .time {
    margin-top: 24px;
    font-size: 1.8rem;
  }
  .ticket_info > dl > dd {
    margin-top: 48px;
  }
  .ticket_info > dl > dd dl:not(:first-of-type) {
    margin-top: 3em;
  }
  .ticket_info > dl > dd dt {
    font-size: 2.8rem;
  }
  .ticket_info > dl > dd dd {
    font-size: 1.8rem;
  }
  .ticket_info > dl > dd dd br {
    display: none;
  }
  .ticket_info .map {
    margin-top: 68px;
    width: 58%;
  }

  /* history
  ============================================ */
  #history h3 {
    margin-bottom: 44px;
  }
  #history .list li {
    margin-bottom: 36px;
  }

  /* report
  ============================================ */
  #report .page-content > section h2.ttl {
    margin-bottom: 25px;
  }
  #report .report_inner > section:not(:first-of-type) {
    margin-top: 200px;
  }
  #report .report_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #report h3 {
    margin-bottom: 25px;
  }
  #report .report_tab {
    margin-bottom: 85px;
  }
  #report .report_list {
    margin-bottom: -100px;
  }
  #report .report_list li {
    margin-bottom: 100px;
    width: 22%;
  }
  #report .report_list li:not(:nth-of-type(3n + 1)) {
    margin-left: 0;
  }
  #report .report_list li:not(:nth-of-type(4n + 1)) {
    margin-left: 4%;
  }
  #report .report_list li .logo {
    margin-bottom: 20px;
  }
  #report .report_list li .logo img {
    height: 65px;
  }
  #report .report_brand {
    margin-bottom: 50px;
  }
  #report .report_brand .logo img {
    height: 80px;
  }
  #report .report_list li figcaption {
    font-size: 1.4rem;
  }
  #report .report_list.gallery {
    margin-bottom: -75px;
  }
  #report .report_list.gallery li {
    margin-bottom: 75px;
  }

  #report .mfp-content {
    width: 48%;
  }
  #report .mfp-arrow-left {
    left: 26%;
  }
  #report .mfp-arrow-right {
    right: 26%;
  }
  .mfp-arrow-left:before {
    margin-right: -25px;
  }
  .mfp-arrow-right:before {
    margin-left: -25px;
  }

  /* contact
  ============================================ */
  #contact .contact_txt,
  #contact .contact_form dt label,
  #contact .contact_form dd,
  #contact .contact_desc dd {
    font-size: 2.2rem;
  }
  #contact .contact_form {
    margin-top: 40px;
  }
  #contact .contact_form dt {
    margin-bottom: .7em;
  }
  #contact .contact_form dt .require {
    font-size: 1.4rem;
  }
  #contact .contact_form input
  #contact .contact_form textarea {
    font-size: 2rem;
  }
  #contact .contact_form button {
    margin-top: 48px;
    font-size: 2.4rem;
  }
  #contact .contact_form .contact_back {
    font-size: 2rem;
  }
  #contact .contact_desc {
    margin-top: 48px;
  }
  #contact .contact_desc dt {
    font-size: 2.4rem;
  }
  #contact .contact_desc dd {
    font-size: 2.2rem;
  }
}


@media (min-width: 1440px) {
  /* ticket
  ============================================ */
  .ticket_info > dl > dt .time {
    font-size: 2.2rem;
  }
  .ticket_info > dl > dd dt {
    font-size: 3.2rem;
  }
  .ticket_info > dl > dd dd {
    font-size: 2rem;
  }

}


@media (min-width: 1470px) {
  /* report
  ============================================ */
  #report .mfp-arrow-left {
    left: calc(50% - 353px);
  }
  #report .mfp-arrow-right {
    right: calc(50% - 353px);
  }
}


@media (min-width: 1600px) {
  /* home
  ============================================ */
  #home_about .about_mv .txt,
  #home_about .about_show .txt {
    font-size: 2rem;
  }

  /* ticket
  ============================================ */
  .ticket_info > dl > dt img {
    width: auto;
    height: 105px;
  }
}


@media (min-width: 1735px) {
  /* home
  ============================================ */
  #home_about .about_mv .txt,
  #home_about .about_show .txt {
    font-size: 2.2rem;
  }
}


@media (min-width: 1900px) {
  /* home
  ============================================ */
  #home_about .w_box {
    background-position: center 27vw;
  }
  #home_about .about_date {
    font-size: 4.4rem;
  }

  /* about
  ============================================ */
  .about_info h3 {
    width: auto;
  }
  .about_info h3 img {
    width: auto;
    max-height: 38px;
  }

  /* report
  ============================================ */
  #report .report_list li figcaption {
    font-size: 1.6rem;
  }
}


@media (min-width: 3008px) {
  #home_about .w_box {
    background-position: center 19.5vw;
  }
}


@media (min-width:2240px), (min-width:1280px) and (-webkit-min-device-pixel-ratio:2), (min-width:1280px) and (min-resolution: 2dppx) {
  /* home
  ============================================ */
  #home_cont .wrap::before {
    background-image: url(../img/home/home_cont_bg@2x.png);
  }
  #gridNav > div {
    background-image: url(../img/sidebars/bg@2x.jpg);
  }
  .sidebar-item-wrapper .bg-holder.about + div {
    background-image: url(../img/sidebars/about@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.ticket + div  {
    background-image: url(../img/sidebars/ticket@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.vote + div  {
    background-image: url(../img/sidebars/vote@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.guest + div  {
    background-image: url(../img/sidebars/guest@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.model + div  {
    background-image: url(../img/sidebars/model@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.sponsor + div  {
    background-image: url(../img/sidebars/sponsor@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.sponsor-contact + div  {
    background-image: url(../img/sidebars/sponsor-contact@2x.png);
  }
  .sidebar-item-wrapper .bg-holder.history + div  {
    background-image: url(../img/sidebars/history@2x.png);
  }

  #about .bg-holder2 {
    background-image: url(../img/side/about@2x.jpg);
  }
  #ticket .bg-holder2 {
    background-image: url(../img/side/ticket@2x.jpg);
  }
  #vote .bg-holder2 {
    background-image: url(../img/side/vote@2x.jpg);
  }
  #guest .bg-holder2 {
    background-image: url(../img/side/guest@2x.jpg);
  }
  #model .bg-holder2 {
    background-image: url(../img/side/model@2x.jpg);
  }
  #sponsor-page .bg-holder2 {
    background-image: url(../img/side/sponsor@2x.jpg);
  }
  #faq .bg-holder2 {
    background-image: url(../img/side/faq@2x.jpg);
  }
  #history .bg-holder2 {
    background-image: url(../img/side/history@2x.jpg);
  }
  #contact .bg-holder2 {
    background-image: url(../img/side/contact@2x.jpg);
  }
}