@charset "utf-8";
/*==================================
SWITCH DOT LINE WCS-CSS
Ver.3.0
Edit:2022 -
LastUpdate:202203
==================================*/
.main-pc{
    display: none;
}
#modal_content-menu .menu_list ul li a{
    font-style: normal;
}
#modal_content-menu .modal_content{
    background-color: #2d1f63;
}
#modal_content-menu .menu-site_content {
    background-color: #2d1f63;
}
/*==================================
News
==================================*/
#index_news{
  background: rgba(233, 212, 241, 0.25);
    /* background-image: url(img/bg-img.png);
    background-repeat: repeat;
    background-size: 800px; */
}
.news-area{
    /* border-top: 5px #51404A solid;
    border-bottom: 5px #51404A solid; */
    padding: 25px 5px 10px;
}
.news-detail{
    padding-bottom: 15px;
    display: inline-block;
}
.news-day{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 1px 0px;
/*    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;
/*    border-radius: 3px;*/
    width: 100px;
    text-align: center;
    height: max-content;
}
.news-text{
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
    width: 85%;
    padding-top: 8px;
    font-size: 12px;
}
.news-text a{
    color: #2D1F63;
}
.news-accordion {
    margin: 0.5em 0 2em;
    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: #2f1f62;
    color: #fcfcfc;
    padding: 0.5em 3.5em;
    display: block;
    font-weight: bold;
    border-radius: 50px;
    width: 30%;
    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 20px;
}
.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: 5000px;
    transition: 1.5s;
    backface-visibility:hidden;
}
.news-toggle:checked + .news-title::before {
    transform: rotate(90deg) !important;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}

/*==================================
Schedule
==================================*/
.schedule-title2{
    display: flex;
    margin: 20px 0 15px;
    opacity: 0.85;
}
.schedule-title2 img{
  width: 90%;
  height: auto;
  margin: 0 auto;
}
#index_schedule{
  background: #fff;
}
.schedule-area{
    position: relative;
    width: 90%;
/*    padding: 3px;*/
    margin: 0 auto 15px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    border: 2px #D24434 solid;
    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: 8% 3% 8%;
    /* background-color: #FEFBF6;
    border: 1px #D24434 solid; */
    border-radius: 3px;
    color: #0C0C0C;
    opacity: 0.85;
}
.schedule-area-inner h4{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
      color: #2D1F63;
}
.schedule-area-inner a{
  margin: 1em;
  padding: 1em;
  display: block;
  text-align: center;
  border: 1px solid #2D1F63;
  color: #2D1F63;
}
.schedule-box{
    display: block;
    padding: 15px 0;
}
.schedule-detail{
    display: block;
    text-align: center;
    width: 84%;
    font-size: 16px;
    line-height: 2em;
    margin: auto;
    font-weight: bold;
}
.schedule-detail span{
    font-size: 20px;
    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-area{
    position: relative;
    overflow: hidden;
} 
.soldout{
    width: 150px;
    height: 30px;
    padding: 8px 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: 8px 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);
}
.ticket-area span{
    font-size: 12px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    width: 90%;
    margin: auto;
/*    display: block;*/
}
.ticket-area h3{
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    padding: 15px 10px 0 0;
}
.ticket-price{
    display: flex;
    justify-content: space-between;
    width: 88%;
    margin: auto;
    padding: 6% 6% 5% 6%;
    background-color: #D24434;
    color: #FEFBF6;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: bold;
    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;
}
dd{
    display: flex;
    align-items: center;
}
.ticket-text{
    padding: 3px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    border: 2px #D24434 solid;
    border-radius: 5px;
    font-family: 'Noto Serif JP', sans-"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    margin-bottom: 30px;
    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{
    margin: 10px auto 30px;
    text-align: center;
}
.karena-item img {
  cursor: pointer;
  width: 70%;
}
#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-inner{
    padding: 15px 20px 30px;
    /* border: 1px #D24434 solid;
    background-color: #FEFBF6; */
    border-radius: 3px;
    color: #51404A;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.ticket-text h4{
    display: block;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px #2D1F63 solid;
}
.ticket-text-inner strong{
    display: block;
    font-size: 14px;
    margin: 20px 0 10px;
    text-decoration: underline;
}
.ticket-text .red{
    font-size: 12px;
    color: #e31b1b;
}
.ticket-text span{
    font-size: 12px;
}
.ticket-box-2{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 2.5em;
    text-align: center;
    margin: 0px auto 0px;
}
.ticket-box-2 a{
    display: block;
    width: 80%;
    margin: auto;
    color: #2D1F63;
    font-size: 14px;
    background-color: #dd2a3f;
    border: 1px #D24434 solid;
/*    border-radius: 16px;*/
    line-height: 1.4em;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 0px;
    border: 1px solid #E9D4F1;
    background: rgba(233, 212, 241, 0.25);
}
.ticket-box-2.btn_long a{
    background: #2D1F63;
    color: #fff;
}
.addnew-2{
    width: 100px;
    height: 28px;
    padding: 4px 0 0 0;
    background: #C033CC;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
}
.ticket-accordion {
    margin: 0.5em 0 2em;
    max-width: 100%;
}
.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: 0.8em 3.5em;
    display: block;
    font-weight: bold;
    border-radius: 50px;
    width: 65%;
    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 20px;
}
.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;
}

/*==================================
LIVE VIEWING
==================================*/
#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;
    color: #fff;
}
#index_liveviewing h2{
/*    transform: skewY(4deg);*/
}
.liveviewing-main{
    display: flex;
    margin: 20px 0 15px;
}
.liveviewing-main img{
  width: 96%;
  height: auto;
  margin: 0 auto;
}
#index_liveviewing p{
    margin: auto;
    margin-top: 5px;
}
.liveviewing-text{
    width: 90%;
    margin: auto;
}
#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{
    text-align: left;
    display: block;
    border-bottom: 0px;
}
.liveviewing-table-right{
    text-align: left;
    line-height: 1.8em;
    display: block;
    margin-bottom: 8px;
}
.liveviewing-table-right h4{
    display: block;
    text-align: center;
    width: 100%;
    margin: auto;
    background: #fff;
    color: #000;
    padding: 10px 0px 8px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 10px;
}
#index_liveviewing table span{
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 5px;
    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: 0.6em 0 0;
    max-width: 100%;
}
.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 {
    color: #fff;
    padding: 1em 1em 1em 2.8em;
    display: block;
    font-weight: bold;
    font-family: 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 20px;
}
.liveviewing-title::after {
    transform: rotate(90deg);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.liveviewing-content {
    max-height: 0;
    overflow: hidden;
}
.liveviewing-content p {
    margin: 0;
    padding: 1.5em;
    font-size: 0.9em;
    line-height: 1.5;
    margin: 10px auto;
    font-family: serif;
    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 0px;
}
.liveviewing-btn a{
    display: block;
    width: 60%;
    margin: auto;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 80px;
}
.liveviewing-btn a:hover{
    background-color: rgba(255,255,255,.8);
    text-decoration: none;
}
/*==================================
Goods
==================================*/
#index_goods{
/*    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, rgba(166, 66, 177, 0.46) 0%, rgba(166, 66, 177, 0.00) 100%), #2D1F63;
}
.coming-soon{
    height: 300px;
    color: #fff;
    text-align: center;
}
.goods-box{
    display: flex;
    flex-wrap: wrap;
    margin: 10% 0 5%;
}
.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: 48%;
    color:#fff;
    margin: 0 1% 5% 1%;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.goods-area-img{
    height: 180px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 10px;
}
.goods-area img{
    max-width: 90%;
    max-height: 160px;
    margin: auto;
}
.goods-area .tag{
    background: #fff;
    border-radius: 30px;
    padding: 7px 15px 6px;
    color: #392168;
    font-size: 12px;
    line-height: 3em;
    font-weight: bold;
}
.goods-price span{
    font-size: 12px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.goods-price strong{
    font-size: 12px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.goods-text{
    color:#fff;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.goods-accordion {
    margin: 1em 0 0;
    max-width: 100%;
}
.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: #2D1F63;
    padding: 1em 3.5em;
    display: block;
    font-weight: bold;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
/*    border-radius: 50px;*/
    width:  100%;
    margin: auto;
}
.goods-title:hover{
    background-color: #998F95;
}
.goods-title::after,
.goods-title::before {
    content: "";
    position: absolute;
    left: 2em;
    top: 1.5em;
    width: 2px;
    height: 0.75em;
    background-color: #2D1F63;
    transition: background-color 0.3s;
    backface-visibility:hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 20px;
}
.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: 1.5em;
    font-size: 0.9em;
    line-height: 1.5;
    background-color: #fcfcfc;
    margin: 10px auto;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.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;
}
/*==================================
FAQ
==================================*/
#index_faq{
    background-image: url(img/bg-img.png);
    background-repeat: repeat;
    background-size: 1200px;
    background: none;
}
.faq-area{
    margin-bottom: 30px;
}
.faq-text{
/*    padding: 3px;*/
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    background-color: #FEFBF6;
    border: 2px #D24434 solid;
    border-radius: 5px;
    font-family: 'Noto Serif JP', sans-"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    margin-top: 10px;
    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: 15px 20px 30px;
    /* border: 1px #D24434 solid;
    background-color: #FEFBF6; */
    border-radius: 3px;
    color: #171416;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.faq-text h4{
    display: block;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px #E9D4F1 solid;
}
.faq-accordion {
    margin: 1em 0 2em;
    max-width: 100%;
}
.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.8em 3em;
    display: block;
    font-size: 11px;
    border-radius: 100px;
    width: 75%;
    margin: auto;
    line-height: 1.5em;
}
.faq-title:hover{
    opacity: 0.8;
}
.faq-title::after,
.faq-title::before {
    content: "";
    position: absolute;
    left: 1.7em;
    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 20px;
}
.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;
}

/*==================================
*** CORE ***
==================================*/
html {
  font-size: 14px;
  overflow: auto;
  height: -webkit-fill-available;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
  line-height: 160%;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-style: normal;
  color: #1b0612;
  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%;
  min-height: -webkit-fill-available;
}
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;
}
article {
  padding: 90px 0 0 0;
  background-image: url(img/bg-line-brown.png);
  background-position: center;
  background-repeat: repeat-y;
  background-size: 1px;
  background: none;
}
section {
  padding: 60px 0 10px;
  margin: 0 0 0 0;
  background-color: #f3f3f3;
  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;
}
#index_fc_contents {
  padding: 0 0 60px;
  margin: 0 0 0 0;
  background-color: #f3f3f3;
  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;
  background: none;
  background: rgba(233, 212, 241, 0.25);
}
.device_width {
  padding: 15px 0;
  margin: 0 15px;
  text-align: left;
}

/*==================================
FIXED HEADER
==================================*/
header {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.01);
  position: initial;
  z-index: 120;
/*  margin-top: 50px;*/
  padding-top: 55px;
  background-color: #faf5fc;
  position: inherit;
  z-index: 99;

}
header img {
    width: 100%;
    height: auto;
}
header a {
  color: #1b0612;
}

/* MENU ICON */
header a#menu_icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 60px;
  position: absolute;
  right: 5px;
  top: 0;
  background-image: url(img/icon-menu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
  position: fixed;
}

/*==================================
FOOTER
==================================*/
/* BASIC */
footer span{
    width: 80%;
    display: block;
    margin: 10px auto 20px;
    padding: 20px 0;
    border-top: 1px rgba(255,255,255,.3) solid ;
    border-bottom: 1px rgba(255,255,255,.3) solid ;
    font-size: 18px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    line-height: 1.4em;
}
footer {
  display: block;
  padding: 30px 0 60px 0;
  margin: 0;
  /* background-image: url(img/bg-img.png); */
  color: #fff;
  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;

}

/* 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;
  display: none;
}

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

/*==================================
TRANSLATE
==================================*/
#btn-translate {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: center;
  /* width: 150px;
  height: 30px; */
  position: fixed;
  bottom: 60px;
  right: 0;
  /* background-color: rgba(255, 0, 0, 0.5); */
  cursor: pointer;
  transition: 0.4s;
  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;
}

.goog-te-banner-frame {
  z-index: 1000 !important;
}

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

/*==================================
*** ORIGINAL DESIGN ***
==================================*/
/* PAGE TOP */
#pagetop_area {
  padding: 20px 0 15px 0;
  margin: -45px 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: #1b0612;
  transition: 0.4s;
}

/* 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;
  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;
}
a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 3rem;
}
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_liveviewing h2{
  /* background-image: url(https://ive-official.jp/contents/1/DIVE/common/bg-line_white.png); */
  color: #FDF8F0;
}
#index_liveviewing h2 img{
  width: 86%;
}
#index_liveviewing h2:before{
  background: rgba(255,255,255,.3);
}
#index_goods h2{
  /* background-image: url(https://ive-official.jp/contents/1/DIVE/common/bg-line_white.png); */
  color: #FDF8F0;
}
#index_goods h2:before{
  background: rgba(255,255,255,.3);
}
h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 30px 0 15px 0;
}
h3:first-of-type {
  margin: 0 0 15px 0;
}
h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 10px 0;
}
footer .copyright {
  font-size: 0.8rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-style: italic;
}

#pagetop_area a {
  font-size: 0.96rem;
  font-family: futura-pt, sans-"Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 500;
  font-style: normal;
}

/*==========================================*/
.fix {
  overflow: hidden;
  zoom: 1;
}
.none {
  display: none;
}
.display_sp {
  display: block !important;
}
.display_pc {
  display: none !important;
}
.fixed_action{
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0px;
  z-index: 2000;
}
.fixed_action a{
  background: #C033CC;
  color: #fff;
  display: block;
  padding: 1em;
  text-align: center;
  font-weight: bold;
  /* transform: skewY(5deg); */
  /* border-radius: 0 4px 4px 0; */
}

/* fc content */
.fc_sub_title{
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 2em 0;
  color: #2D1F63;
}
.fc_item{
  font-size: 16px;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  padding-top: 1em;
}
.fc_image{

}
.fc_image img{
  width: 100%;
  height: auto;
}
.campaign{
    width: 200px;
    height: 30px;
    padding: 6px 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: 0em;
    font-size: 12px;
    margin-bottom: 1em;
    text-align: center;
}
.fc_p img{
    width: 80%;
}
.fc_p-bold{
    font-weight: bold;
    font-size: 1.1em;
    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: 90%;
    margin: auto;
    padding: 10px;
}
.fc_p-spot2{
    font-weight: bold;
    color: #e22bf1;
}
.fc_p_strong{
  padding: 1em 0;
  font-size: 16px;
  text-align: center;
  padding-top: 0;
}
.fc_image_col2{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 1em;
}
.fc_image_col2 img{
  width: 100%;
  height: auto;
}
.fc_image_col2 li{
  width: 100%;
}

.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 p{
    background: #392168;
    border-radius: 30px;
    padding: 6px 15px 8px;
    color: #fff;
    font-size: 14px;
    line-height: 3em;
    font-weight: bold;
    width: 30%;
    margin: auto;
    margin-top: 5px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.modalarea a{
    color: #fff;
}
.modalarea img{
    max-width: 90%;
    max-height: 320px;
    margin: auto;
}
.modal {
    /* width: 100%; */
    max-width: 320px;
    max-height: 73vh;
    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;
    }
}
