@charset "utf-8";
/*==================================
SWITCH DOT LINE WCS-CSS
Ver.3.0
Edit:2022 -
LastUpdate:202203
==================================*/
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.main-sp{
    display: none;
}
body{
  background: #fff;
}
#modal_content-menu .modal_content{
    background-color: #2d1f63;
}
#modal_content-menu .menu-site_content {
    background-color: #2d1f63;
}
#modal_content-menu .menu_list ul li a{
    font-style: normal;
}

/*==================================
News
==================================*/
.content01{
    position: relative;
    width: 100%;
    top: -30px;
}
.content01::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 60vw solid transparent;  /* 透明 */ 
    border-right: 60vw solid #faf5fc;  /* むらさき */ 
    border-bottom: 60px solid #faf5fc;  /* むらさき */ 
}
#index_news{
    background: #faf5fc;
/*    transform: skewY(-4deg) translate3d(0, 0, 0);*/
    /* background-image: url(img/bg-img.png);
    background-repeat: repeat;
    background-size: 800px; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#index_news h2{
/*  transform: skewY(4deg);*/
}
.news-area{
    /* border-top: 5px #51404A solid;
    border-bottom: 5px #51404A solid; */
    padding: 30px 5px 60px;
    margin-bottom: 45px;
/*    transform: skewY(4deg);*/
}
.news-detail{
    padding-bottom: 15px;
    display: flex;
}
.news-day{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 1px 3px;
/*    border-radius: 4px;*/
    background: -webkit-linear-gradient(top left, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), -webkit-linear-gradient(top right, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), #2D1F63;
    background: -o-linear-gradient(top left, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), -o-linear-gradient(top right, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), #2D1F63;
    background: linear-gradient(to bottom right, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), linear-gradient(to bottom left, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), #2D1F63;
    width: 10%;
    text-align: center;
    height: max-content;
    font-weight: bold;
}
.news-text{
    display: inline-block;
    font-weight: bold;
    margin-left: 20px;
    width: 85%;
    padding-top: 2px;
}
.news-text a{
    color: #2D1F63;
}
.news-accordion {
    margin: 2.5em auto 3.5em;
    max-width: 100%;
}
.news-toggle {
    display: none;
}
.news-option {
    position: relative;
    margin-bottom: 1em;
}
.news-title,
.news-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.news-title {
/*    border: solid 1px #51404A;*/
    background-color: #2d1e61;
    color: #fcfcfc;
    padding: 0.5em 3.5em;
    display: block;
    font-weight: bold;
    border-radius: 50px;
    width: 20%;
    margin: auto;
    text-align: center;
}
.news-title:hover{
    background-color: #998F95;
}
.news-title::after,
.news-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #fcfcfc;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 30px;
}
.news-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.news-content {
    max-height: 0;
    overflow: hidden;
}
.news-content p {
    margin: 0;
    padding: 1.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.news-toggle:checked + .news-title + .news-content {
    max-height: 1000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.news-toggle:checked + .news-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

/*==================================
Schedule
==================================*/
.content02{
    position: relative;
    width: 100%;
    top: -28px;
}
.content02::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 60vw solid transparent;  /* 透明 */ 
    border-right: 60vw solid #fff;  /* むらさき */ 
    border-bottom: 60px solid #fff;  /* むらさき */ 
}
.schedule-title2{
    display: flex;
    margin: 30px 0 50px;
    opacity: 0.85;
}
.schedule-title2 img{
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#index_schedule{
  background: #fff;
    /* background-image: url(img/bg-img.png);
    background-repeat: repeat;
    background-size: 800px; */
}
.schedule-area{
    position: relative;
    width: 420px;
/*    padding: 3px;*/
    margin: 0 10px;
    /* border: 2px #D24434 solid; */
    border-radius: 5px;
    font-family: 'Noto Serif JP', sans-serif;
    border-radius: 16px;
    border: 1px solid #E9D4F1;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(45, 31, 99, 0.10);
}
.schedule-area-inner{
    padding: 30px 30px 30px 30px;
    /* background-color: #FEFBF6; */
    /* border: 1px #D24434 solid; */
    border-radius: 3px;
    color: #0C0C0C;
    opacity: 0.85;
}
.schedule-area-inner a{
  margin: 1em;
  padding: 1em;
  display: block;
  text-align: center;
  border: 1px solid #2D1F63;
  color: #2D1F63;
}
.schedule-area-inner h4{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    color: #2D1F63;
}
.schedule{
    padding-bottom: 100px;
}
.schedule-box{
    display: flex;
    padding: 20px 0;
    justify-content: center;
}
.schedule-detail{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 2em;
    margin: auto;
    font-weight: bold;
}
.schedule-detail span{
    font-size: 28px;
    display: inline-block;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px #ccc solid;
    color: #2D1F63;
}
.schedule-info{
    display: block;
    font-size: 12px;
    margin: 20px auto 0;
    width: 82%;
    text-align: center;
}
.schedule-info a{
    border: none;
    margin: 0em;
    padding: 0em;
}
.schedule-text{
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
}
/*.schedule-area{
    position: relative;
    overflow: hidden;
} */
.soldout{
    width: 150px;
    height: 30px;
    padding: 3px 0 0 0;
    background: #494243;
    clip-path: polygon(6.0% 100%, 0% 0%, 100% 0%, 94.0% 100%);
    margin: auto;
    text-align: center;
    color: #fff;
}
.addnew{
    width: 120px;
    height: 30px;
    padding: 3px 0 0 0;
    background: #C033CC;
    clip-path: polygon(6.0% 100%, 0% 0%, 100% 0%, 94.0% 100%);
    margin: auto;
    text-align: center;
    color: #fff;
}

/*==================================
Ticket
==================================*/
#index_ticket{
  background: rgba(233, 212, 241, 0.25);
/*  transform: skewY(-4deg);*/
}
#index_ticket h2{
/*  transform: skewY(4deg);*/
}
#index_ticket .device_width{
/*  transform: skewY(4deg);*/
}
.ticket-area span{
    font-size: 12px;
    font-family: 'Noto Serif JP', sans-serif;
}
.ticket-area h3{
    font-family: 'Noto Serif JP', sans-serif;
}
.ticket-price{
    display: flex;
    justify-content: space-between;
    border-bottom: 0px solid #ddd;
    padding: 1.4em 0em 0;
    color: #FEFBF6;
    font-size: 20px;
    padding: 25px 40px;
    font-family: 'Noto Serif JP', sans-serif;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    border-radius: 16px;
    background: -webkit-linear-gradient(top right, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), -webkit-linear-gradient(top left, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), #2D1F63;
    background: -o-linear-gradient(top right, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), -o-linear-gradient(top left, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), #2D1F63;
    background: linear-gradient(to bottom left, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), linear-gradient(to bottom right, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), #2D1F63;
}
.ticket-text{
/*    padding: 3px;*/
    font-family: 'Noto Serif JP', sans-serif;
    /* border: 2px #D24434 solid; */
    border-radius: 5px;
    margin: 20px 0 40px;
    border-radius: 16px;
    border: 1px solid #E9D4F1;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(45, 31, 99, 0.10);
}
.karena{
    margin: 10px auto 30px;
    text-align: center;
}
.karena-item img {
  cursor: pointer;
  width: 50%;
}
#grayDisplay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}
.ticket-text .red{
    font-size: 12px;
    color: #e31b1b;
}
.ticket-text span{
    font-size: 12px;
}
.ticket-text-inner{
    padding: 20px 30px;
    /* border: 1px #D24434 solid; */
    /* background-color: #FEFBF6; */
    border-radius: 3px;
    color: #51404A;
}
.ticket-text h4{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px #2D1F63 solid;
}
.ticket-text-inner strong{
    display: block;
    font-size: 18px;
    margin: 25px 0 15px;
    text-decoration: underline;
}
.ticket-box-2{
    width: 85%;
    font-size: 14px;
    line-height: 4em;
    text-align: center;
    margin: 0px auto 0px;
}
.ticket-box-2 a{
    display: block;
    width: 40%;
    margin: auto;
    color: #2D1F63;
    font-size: 14px;
    background-color: #ccc;
    border: 1px #D24434 solid;
    border-radius: 50px;
    padding: 4px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 80px;
    border: 1px solid #E9D4F1;
    background: rgba(233, 212, 241, 0.25);
}
.ticket-box-2.btn_long a{
    background: #2D1F63;
    color: #fff;
    line-height: 1.5;
    padding: 1em;
}
.addnew-2{
    width: 120px;
    height: 30px;
    padding: 4px 0 0 0;
    background: #C033CC;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}
.ticket-accordion {
    margin: 2.5em auto 3.5em;
    max-width: 90%;
}
.ticket-toggle {
    display: none;
}
.ticket-option {
    position: relative;
    margin-bottom: 1em;
}
.ticket-title,
.ticket-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.ticket-title {
/*    border: solid 1px #51404A;*/
    background-color: #333;
    color: #fcfcfc;
    padding: 1em 3.5em;
    display: block;
    font-weight: bold;
    border-radius: 50px;
    width: 80%;
    margin: auto;
}
.ticket-title:hover{
    background-color: #998F95;
}
.ticket-title::after,
.ticket-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #fcfcfc;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 30px;
}
.ticket-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.ticket-content {
    max-height: 0;
    overflow: hidden;
}
.ticket-content p {
    margin: 0;
    padding: 1.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.ticket-toggle:checked + .ticket-title + .ticket-content {
    max-height: 1000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.ticket-toggle:checked + .ticket-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.ticket-bottom{
    margin-bottom: 100px;
}
/*==================================
LIVE VIEWING
==================================*/
.content03{
    position: relative;
    width: 100%;
    top: -28px;
}
.content03::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 60vw solid transparent;  /* 透明 */ 
    border-right: 60vw solid #0a0a26;  /* むらさき */ 
    border-bottom: 60px solid #0a0a26;  /* むらさき */ 
}
#index_liveviewing{
/*    background: linear-gradient(30deg, rgba(211, 206, 209, 1), rgba(81, 64, 74, 1));*/
    background: linear-gradient(225deg, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), linear-gradient(135deg, rgb(0 0 0) 0%, rgba(166, 66, 177, 0.00) 100%), #0b0818;
/*    transform: skewY(-4deg);*/
    color: #fff;
}
#index_liveviewing h2{
/*    transform: skewY(4deg);*/
}
#index_liveviewing .device_width{
/*    transform: skewY(4deg);*/
}
.liveviewing-main{
    display: flex;
    margin: 30px 0 50px;
}
.liveviewing-main img{
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.liveviewing-main{
    display: flex;
    margin: 30px 0;
}
.liveviewing-title-left{
    width: 5%;
    font-size: 160px;
    font-family: serif;
    color: #fcfcfc;
    padding-top: 45px;
}
.liveviewing-title-center{
    width: 90%;
    text-align: center;
    font-size: 36px;
    font-family: system-ui,serif;
    color: #fcfcfc;
    line-height: 1.2em;
}
.liveviewing-title-right{
    width: 5%;
    font-size: 160px;
    font-family: serif;
    color: #fcfcfc;
    padding-top: 45px;
}
#index_liveviewing table th, table td{
/*    pointer-events: none;*/
    line-height: 1.4em;
}
#index_liveviewing table th, table td:hover{
    background: linear-gradient(225deg, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), linear-gradient(135deg, rgb(0 0 0) 0%, rgba(166, 66, 177, 0.00) 100%), #0b0818;
}
#index_liveviewing table th, table td a{
    color: #e22bf1;
}
.liveviewing-table-left{
    width: 15%;
    text-align: center;
}
.liveviewing-table-right{
    text-align: left;
    line-height: 1.8em;
}
.liveviewing-table-right h4{
    display: block;
    text-align: center;
    width: 65%;
    margin: auto;
    background: #fff;
    color: #000;
    padding: 10px 0px;
    border-radius: 50px;
}
#index_liveviewing table span{
    font-size: 13px;
    line-height: 1.5em;
    margin-top: 10px;
    display: block;
}
#index_liveviewing h3{
    font-size: 28px;
    text-align: center;
}
.liveviewing-text2{
    font-size: 16px!important;
    display: block!important;
    text-align: center;
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
    padding: 15px 0;
    margin-top: 15px!important;
}
.liveviewing-accordion {
    margin: 1em auto 0;
/*    max-width: 90%;*/
}
.liveviewing-toggle {
    display: none;
}
.liveviewing-option {
    position: relative;
    margin-bottom: 1em;
}
.liveviewing-title,
.liveviewing-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.liveviewing-title {
/*    background-color: rgba(255,255,255,1);*/
    color: #fff;
    padding: 1em 3.5em;
    display: block;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
    margin: auto;
    border: 1px #fff solid;
}
.liveviewing-title:hover{
    background-color: rgba(255,255,255,.3);
}
.liveviewing-title::after,
.liveviewing-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 30px;
}
.liveviewing-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.liveviewing-content {
    max-height: 0;
    overflow: hidden;
}
.liveviewing-content p {
    padding: 2em;
    font-size: 0.9em;
    line-height: 1.5;
/*    background-color: #fcfcfc;*/
    margin: 10px auto;
    font-family: 'Noto Serif JP', sans-serif;
    color: #fff;
    border: 1px #fff solid;
}
.liveviewing-toggle:checked + .liveviewing-title + .liveviewing-content {
    max-height: 5000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.liveviewing-toggle:checked + .liveviewing-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.liveviewing-btn{
    font-size: 14px;
    line-height: 4em;
    text-align: center;
    margin: 0px auto 100px;
}
.liveviewing-btn a{
    display: block;
    width: 40%;
    margin: auto;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 80px;
}
.liveviewing-btn a:hover{
    background-color: rgba(255,255,255,.8);
    text-decoration: none;
}

/*==================================
Goods
==================================*/
.content04{
    position: relative;
    width: 100%;
    top: -30px;
}
.content04::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 60vw solid transparent;  /* 透明 */ 
    border-right: 60vw solid #47256f;  /* むらさき */ 
    border-bottom: 60px solid #47256f;  /* むらさき */ 
}
#index_goods{
/*    background: linear-gradient(30deg, rgba(211, 206, 209, 1), rgba(81, 64, 74, 1));*/
    background: #47256f
/*    transform: skewY(-4deg);*/
}
#index_goods h2{
/*    transform: skewY(4deg);*/
}
#index_goods .device_width{
/*    transform: skewY(4deg);*/
}
.coming-soon{
    height: 450px;
    color: #fff;
    text-align: center;
}
.goods-box{
    display: flex;
    flex-wrap: wrap;
}
.addnew-3{
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 10px;
    background: #c033cc;
    padding: 0px 8px;
    text-align: center;
}
.goods-area{
    padding: 0px;
    width: 23%;
    color:#fff;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', sans-serif;
}
.goods-area:not(:nth-child(4n+4)) {
  margin-right: 2%;
}
.goods-area:nth-child(n+4) {
/*  margin-top: 30px;*/
}
@media not all and (min-width: 768px) {
  .goods-area {
    width: 100%;
  }
  .goods-area:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
  .goods-area:nth-child(n+2) {
    margin-top: 30px;
  }
}
.goods-area-img{
    height: 200px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 10px;
}
.goods-area img{
    max-width: 90%;
    max-height: 180px;
    margin: auto;
}
.goods-area .tag{
    background: #fff;
    border-radius: 30px;
    padding: 4px 15px 6px;
    color: #392168;
    font-size: 14px;
    line-height: 3em;
    font-weight: bold;
}
.goods-area a{
    will-change: opacity;
    backface-visibility: hidden;
}
.goods-price{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 14px;
}
.goods-price span{
    font-size: 12px;
    padding-left: 5px;
    font-family: 'Noto Serif JP', sans-serif;
}
.goods-text{
    color:#fff;
    font-family: 'Noto Serif JP', sans-serif;
}
.goods-accordion {
    margin: 1em auto 0;
/*    max-width: 90%;*/
}
.goods-toggle {
    display: none;
}
.goods-option {
    position: relative;
    margin-bottom: 1em;
}
.goods-title,
.goods-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.goods-title {
/*    border: solid 1px #51404A;*/
    background-color: rgba(255,255,255,1);
    color: #000;
    padding: 1em 3.5em;
    display: block;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
    /*border-radius: 50px;
    width: 80%;*/
    margin: auto;
}
.goods-title:hover{
    background-color: rgba(255,255,255,.8);
}
.goods-title::after,
.goods-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #000;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 30px;
}
.goods-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.goods-content {
    max-height: 0;
    overflow: hidden;
}
.goods-content p {
    margin: 0;
    padding: 2em;
    font-size: 0.9em;
    line-height: 1.5;
    background-color: #fcfcfc;
    margin: 10px auto;
    font-family: 'Noto Serif JP', sans-serif;
    color: #000;
}
.goods-toggle:checked + .goods-title + .goods-content {
    max-height: 5000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.goods-toggle:checked + .goods-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

.goods_btn_area {
    background-color: #fcfcfc;
    margin-top: 10px;
}
.goods_btn_area .ticket-box-2 a {
    margin-top: 30px;
    margin-bottom: 0px;
}
.goods-bottom{
    margin-bottom: 100px
}
/*==================================
FAQ
==================================*/
.content05{
    position: relative;
    width: 100%;
    top: -28px;
}
.content05::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 60vw solid transparent;  /* 透明 */ 
    border-right: 60vw solid #fcfcfc;  /* むらさき */ 
    border-bottom: 60px solid #fcfcfc;  /* むらさき */ 
}
.faq-area{
    margin-bottom: 50px;
}
#index_faq{
    background-image: url(img/bg-img.png);
    background-repeat: repeat;
    background-size: 800px;
    background: none;
}
.faq-text{
/*    padding: 3px;*/
    font-family: 'Noto Serif JP', sans-serif;
    /* background-color: #FEFBF6; */
    /* border: 2px #D24434 solid; */
    border-radius: 5px;
    margin: 0 0 30px;
    border-radius: 16px;
    border: 1px solid #E9D4F1;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(45, 31, 99, 0.10);
}
.faq-text-inner{
    padding: 30px;
    /* border: 1px #D24434 solid;
    background-color: #FEFBF6; */
    border-radius: 3px;
    color: #51404A;
}
.faq-text-inner strong{
    font-size: 1.2em;
}
.faq-text h4{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px #E9D4F1 solid;
}
.faq-accordion {
    margin: 2em auto 3em;
    max-width: 90%;
}
.faq-toggle {
    display: none;
}
.faq-option {
    position: relative;
    margin-bottom: 1em;
}
.faq-title,
.faq-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: 0.3s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.faq-title {
/*    border: solid 1px #51404A;*/
    background-color: #2D1F63;
    color: #fcfcfc;
    padding: 0.7em 3.5em;
    display: block;
    font-weight: bold;
    border-radius: 50px;
    width: 80%;
    margin: auto;
}
.faq-title:hover{
    opacity: 0.8;
}
.faq-title::after,
.faq-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.2em;
    width: 2px;
    height: 0.75em;
    background-color: #fcfcfc;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 30px;
}
.faq-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.faq-content {
    max-height: 0;
    overflow: hidden;
}
.faq-content p {
    margin: 0;
    padding: 1.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.faq-toggle:checked + .faq-title + .faq-content {
    max-height: 1000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.faq-toggle:checked + .faq-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

/*#index_fc_contents{
    transform: skewY(-4deg);
}
#index_fc_contents h2{
    transform: skewY(4deg);
}
#index_fc_contents .device_width{
    transform: skewY(4deg);
}*/

.content06{
    position: relative;
    width: 100%;
    top: -30px;
}
.content06::after {
    content: '';
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
    border-top: 60px solid transparent;  /* 透明 */ 
    border-left: 60vw solid transparent;  /* 透明 */ 
    border-right: 60vw solid #f8f3fa;  /* むらさき */ 
    border-bottom: 60px solid #f8f3fa;  /* むらさき */ 
}
/*==================================
*** CORE ***
==================================*/
html {
  font-size: 15px;
  overflow: auto;
}
body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fcfcfc;
  line-height: 160%;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #51404A;
  text-align: center;
  letter-spacing: 0.06em !important;
  font-feature-settings: "palt" 1;
  overflow: hidden;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
}
a img {
  border: none;
}
article {
  display: block;
  padding: 0;
  margin: 0;
}
section {
  margin: 0;
}


/*==================================
CSS ANIMATION
==================================*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==================================
LAYOUT - EDIT
==================================*/
#content-ive {
  position: relative;
  top: 0;
  background: #fff;
}
article {
  width: 100vw;
  padding: 0;
  /* background-image: url(img/bg-line-brown.png); */
  background-position-x: calc(50vw - 430px);
  background-image: none;
  background-repeat: repeat-y;
  background-size: 1px;
}
section {
  padding: 30px 0 0 0;
  margin: -2px 0 0 0;
  background-color: #fff;
  /* background-image: url(https://ive-official.jp/contents/1/DIVE/common/bg-content.png); */
  background-position: center;
  background-repeat: repeat;
  background-size: 20px;
  border-bottom: 0px solid #fcfcfc;
}
.device_width {
  width: 860px;
  padding: 30px;
  margin: 0 auto;
  text-align: left;
}

/*==================================
FIXED HEADER
==================================*/
header {
    width: 100%;
    line-height: 0;
/*    transition: 1s ease 0.2s;*/
    backface-visibility:hidden;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    border-bottom: none;
    position: initial;
    overflow: hidden;
    left: 0;
    top: 0;
    margin-bottom: -100px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*filter: blur(0);
    -webkit-filter: blur(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 0;*/
    z-index: 99;
}
header img {
/*    max-width: 1000px;*/
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    line-height: 0;
    height: auto;
    object-fit: cover;
    background: none;
}
header a {
  color: #51404A;
}

/* MENU ICON */
header a#menu_icon {
    display: block;
    width: 50px;
    height: 50px;
    top: 25px;
    right: 20px;
    position: absolute;
    margin-left: calc(100vw - 80px);
    background-image: url(img/icon-menu.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    transition: 0.4s;
    backface-visibility:hidden;
    position: fixed;
    z-index: 99;
}
header a:hover#menu_icon{
    background-image:url(img/icon-menu.png);
    opacity: 0.5;
}

/*==================================
FOOTER
==================================*/
/* BASIC */
footer span{
    width: 390px;
    display: block;
    margin: 30px auto 20px;
    padding: 20px 0;
    /* border-top: 1px #51404A solid ;
    border-bottom: 1px #51404A solid ; */
    font-size: 24px;
    font-family: Calisto MT、Bookman Old Style、Bookman、Goudy Old Style、Garamond、Hoefler Text、Bitstream Charter、Georgia, serif;
    line-height: 1.4em;
}
footer {
  display: block;
  padding: 30px 0 60px 0;
  margin: 0;
  /* background-image: url(img/bg-img.png); */
  background: linear-gradient(225deg, rgba(23, 22, 77, 0.50) 0%, rgba(23, 22, 77, 0.00) 100%), linear-gradient(135deg, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), #2D1F63;

  color: #fff;
}
footer a {
  color: #fff;
  transition: 0.4s;
  backface-visibility:hidden;
}

/* NAV */
footer nav {
  padding: 0 0 0 0;
  margin: 15px 0;
  background-image: none;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100px;
}
footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer nav ul li {
  display: block;
  padding: 0;
  margin: 0 10px;
}

/*==================================
ANCHOR LINK
==================================*/
.anchor {
  display: block;
  padding-top: 240px !important;
  margin-top: -240px !important;
  position: absolute;
}

/*==================================
TRANSLATE
==================================*/
#btn-translate {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  /* width: 150px;
  height: 30px; */
  position: fixed;
  bottom: 30px;
  right: 0;
  /* background-color: rgba(255, 0, 0, 0.5); */
  cursor: pointer;
  transition: 0.4s;
  backface-visibility:hidden;
  z-index: 130;
}

.goog-te-gadget-simple {
  padding: 5px 8px !important;
  border: none !important;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
}

/*==================================
  lity.css
  ==================================*/
.lity-hide {
  display: none;
}

/*==================================
*** ORIGINAL DESIGN ***
==================================*/
/* PAGE TOP */
#pagetop_area {
  padding: 15px 0 20px 0;
  margin: -60px 0 0 0;
  background: none;
  background-color: #fcfcfc;
  border-bottom: none;
}
#pagetop_area a {
  padding: 20px 0 0 0;
  margin: 0;
  background-image: url(https://ive-official.jp/contents/1/DIVE/common/btn-pagetop.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #51404A;
  transition: 0.4s;
  backface-visibility:hidden;
}

.fixed_action{
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 2000;
}
.fixed_action a{
  background: #C033CC;
  color: #fff;
  display: block;
  padding: 1em;
  transform: skewY(-5deg);
  border-radius: 4px 0 0 4px;

}
.fixed_action a:hover{
  background: #2D1F63;
}

/* INDEX FAN CLUB */
#index_fc_contents{
  background-color: #dd2a3f;
  background-image: url(https://ive-official.jp/contents/1/DIVE/common/bg-fc_area.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 88px;
  padding-bottom: 100px;
  background: none;
  background: rgba(233, 212, 241, 0.25);
}

/*==================================
TEXT
==================================*/
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  line-height: 140%;
}
p {
  line-height: 160% !important;
  padding: 5px 0;
  margin: 0;
}
hr{
    width: 50%;
    margin-left: 0px;
    text-align: left;
}
a {
  color: #e22bf1;
  text-decoration: none;
}
h1 {
  font-size: 4rem;
}
h2 {
  text-align: center;
  display: block;
  margin: .25em auto;
  background: none;
}
h2:before{
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #2D1F63;
  margin: 0 auto 24px;
}
#index_fc_contents h2 {
  /* background-image: url(https://ive-official.jp/contents/1/DIVE/common/bg-line_white.png); */
  background: none;
  color: #fff;
}


#index_goods h2{
  /* background-image: url(https://ive-official.jp/contents/1/DIVE/common/bg-line_white.png); */
  color: #FBE9D4;
}
#index_liveviewing h2:before{
  background: rgba(255,255,255,.3);
}
#index_goods h2:before{
  background: rgba(255,255,255,.3);
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 45px 0 20px 0;
}
h3:first-of-type {
  margin: 0 0 20px 0;
}
h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 5px 0 10px 0;
}
footer nav {
  font-size: 1.1rem;
  font-family: freight-display-pro, serif;
  font-weight: 900;
  font-style: normal;
}
footer .copyright {
  font-size: 0.8rem;
  font-family: freight-display-pro, serif;
  font-weight: 500;
  font-style: italic;
}

#pagetop_area{
  background: #fff;
}
#pagetop_area a {
  font-size: 0.96rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*==========================================*/
.fix {
  overflow: hidden;
  zoom: 1;
}
.none {
  display: none;
}
.display_sp {
  display: none !important;
}
.display_pc {
  display: block !important;
}

/* fc content */
.fc_sub_title{
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 2em 0;
  color: #2D1F63;
}
.fc_item{
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.fc_image img{
  width: 100%;
  height: auto;
}
.campaign{
    width: 200px;
    height: 30px;
    padding: 3px 0 0 0;
    background: #C033CC;
    clip-path: polygon(6.0% 100%, 0% 0%, 100% 0%, 94.0% 100%);
    margin: auto;
    text-align: center;
    color: #fff;
}
.fc_p{
    padding: 1em;
    font-size: 14px;
    text-align: center;
}
.fc_p img{
    width: 80%;
}
.fc_p-bold{
    font-weight: bold;
    font-size: 1.2em;
    color: #e22bf1;
}
.fc_p-bold2{
    font-weight: bold;
}
.fc_p-bold3{
    font-weight: bold;
    font-size: 1.2em;
    color: #e22bf1;
    text-decoration: underline;
}
.fc_p-spot{
    display: block;
    color: #fff;
    background-color: #2D1F63;
    width: 96%;
    margin: auto;
    padding: 10px 0;
}
.fc_p-spot2{
    font-weight: bold;
    color: #e22bf1;
}
.fc_p_strong{
  padding: 1em;
  font-size: 20px;
  text-align: center;
  padding-top: 0;
}
.fc_image_col2{
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 1em;
  padding-top: 1em;
}
.fc_image_col2 img{
  width: 100%;
  height: auto;
}
.fc_image_col2 li{
  width: 50%;
}


.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s 0s ease;
}
.modal-overlay.visible {
    display: block;
    opacity: 1;
    z-index: 100;
}
.modalInclude {
    display: none;
}
.modalarea img{
    max-height: 400px;
    max-width: 90%;
    margin: auto;
}
.modalarea p{
    background: #392168;
    border-radius: 30px;
    padding: 3px 10px 5px;
    color: #fff;
    font-size: 16px;
    line-height: 3em;
    font-weight: bold;
    width: 100px;
    margin: auto;
    margin-top: 5px;
    font-family: 'Noto Serif JP', sans-serif;
}
.modalarea p:hover{
    background: #999;
}
.modalarea a{
    color: #fff;
    text-decoration: none;
}
.modal {
    width: 500px;
/*    max-width: 90%;*/
    max-height: 80%;
    position: fixed;
    box-sizing: border-box;
    top: 45%;
    left: 50%;
    padding: 10px 10px 15px 10px;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: scroll;
    background: #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s 0s ease;
}
@media screen and (max-width: 1023px) {
    .modal {
        max-width: 95vw;
        max-width: initial;
    }
    .modal > div {
        width: 85vw;
    }
}
.modal img#targetElm {
    /* width: calc(100% + 40px); */
    max-height: 73vh;
    vertical-align: bottom;
    margin: -20px;
    object-fit: contain;
}
@media screen and (max-width: 1023px) {
    .modal img#targetElm {
        max-width: 95vw;
        /* max-height: initial; */
    }
}
.modal .modal-closebtn {
    display: block;
    font-size: 26px;
    color: #cfa705;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.modal.visible {
    display: block;
    opacity: 1;
    z-index: 999;
}

.fadein {
    animation: fadein .3s;
}

.fadeout {
    animation: fadeout .3s;
    animation-fill-mode: forwards;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}