@charset "UTF-8";

/*===================================================
  AOP
====================================================*/

body:not(.page--home)  {
    background: #778294;
    color: #fff;
    word-break: break-all;

}
body:not(.page--home) ,
.content-main{
    transform: none!important;
    opacity: 1 !important;
}
body:not(.page--home) .wrap {
    padding: 0;
    overflow: hidden;
}
.content-main::after{
    display:none;
}
.header{
    display:none;
}
.header .header-menu{
    display:none;
}
.header-cover{
    display:none;
}
.wovn-languages {
    top: 35px;
    left: 100px;
    right: auto;
    bottom: auto;
    transition: none;
}
.loaded .wovn-languages {
    top: 35px;
    left: 100px;
}
.wovn-languages.visible .nav-dropdown {
    top: 4.2em;
}
body:not(.page--home) .footer {
    display: none;
}
.section-tit.delighter, .txt.delighter, .block--nav--category.delighter, .page--support .list--support.delighter, .page--support .txt--basic.delighter {
    opacity: 1;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: none;
    transform: none;
}
 body:not(.page--home) footer {
        margin: 0 auto;
        width: 100%;
        padding: 20px;
}
body:not(.page--home) footer .inner{
        width: 100%;
}
body:not(.page--home) footer .copyright {
    color: #fff;
	text-align: right;
}
.footerArea{

}
.footerArea .tit{
    text-align: center;
    font-size: 13px;
    margin: 0 auto 10px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footerArea .logo{
    width: 200px;
    margin: 0 auto 30px;
}



@media screen and (max-width: 960px){
body:not(.page--home) .wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.header {
    padding: 40px 30px 0px 30px;
}
.wovn-languages {
    top: 40px;
    left: 20px;
}
.loaded .wovn-languages {
    top: 40px;
    left: 20px;
}
.content-main {
    width: 100%;
    margin: auto;
}

.footerArea .tit {
    font-size: 11px;
}
.footerArea .logo {
    width: 150px;
    margin: 0 auto 30px;
}


}


/*===================================================
  FRAME
====================================================*/
.allContain {
    height: 100%;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #000;
    line-height: 1.4em;
    font-size: 16px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.contentsWrap{
    width: 55vw;
    margin: 0 0 0 auto;
}
section{
    padding: 0;
    margin: 0 0 100px;
}
section .inBox{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4vw;
    border-radius: 20px 0 0 20px;
    background-color: #fff;
    -webkit-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
section .inBox > *{
    margin-bottom:40px;
}
section .inBox > *:last-child{
    margin-bottom:0;
}
section .contentBox{
    margin: 0 0 40px;
    background:#f0f5fd;
    padding: 40px;
}
section .contentBox > *{
    margin-bottom:30px;
}
section .contentBox > *:last-child{
    margin-bottom:0;
}
/* FRAME:PC-min-770 */
@media screen and (min-width: 770px){
    .sp{display:none;}
}

/* FRAME:SP-max-769 */
@media screen and (max-width: 769px){
.pc{display:none;}
body:not(.page--home) .content--main{
    padding: 0 20px;
}
.allContain {
    margin-bottom: 0;
}
.contentsWrap{
    width: 90%;
    margin: 0 auto;
}
section {
    padding: 0;
    margin: 0 0 40px;
}
section .inBox{
    padding: 25px;
    border-radius: 15px;
}
section .inBox > * {
    margin-bottom: 20px;
}
section .contentBox {
    padding: 20px;
    border-radius: 0;
}
}





/*===================================================
  TEXT
====================================================*/
h3{
    font-size: 350%;
    line-height: 1em;
    font-weight: 800;
    color: #122f57;
}
h3 span{
    font-size: 60%;
    font-weight: 800;
    padding: 0 0 0 5px;
    color: #ff4d8c;
    vertical-align: 6px;
}
h4{
    font-size: 200%;
    line-height: 1em;
}
.red{
    color:#dd0000;
}
.tit{
    font-weight: 600;
    line-height: 1.5em;
    font-size: 160%;
}
.lead{

}
.txt{

}
.contentTit{
    font-weight: 600;
    font-size: 140%;
    border-left: 5px solid;
    padding: 2px 0 0 10px;
}
.cautionList{

}
.cautionList li {
    font-size: 90%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    margin: 0 0 10px;
    position: relative;
}
.cautionList li:before{
    content:"・";
    position:absolute;
    left:0;
}
.cautionList li:last-child{
    margin: 0;
}
.fillBox{
    padding:40px;
    background:#efefef;
    box-sizing:border-box;
}
.strokeBox{
    padding:40px;
    border:1px solid;
    box-sizing:border-box;
}
.fillBox > *,
.strokeBox > *{
    margin-bottom:40px;
}
.fillBox > *:last-child,
.strokeBox > *:last-child{
    margin-bottom:0;
}
.link{
    color: #240968;
    text-decoration: underline;
}
.btnBase a{
display: block;
    background: #0b1631;
    color: #FFF;
    text-align: center;
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    width: 300px;
    margin: 0 auto;
    border-radius: 100px;
    transition: 0.4s;
}
.btnBck a{
    margin: 0 auto 100px;
}
.blank a{
    pointer-events: none;
    background: #aaa;
}
.txtInformation{
    font-size: 80%;
    font-weight: 600;
}
.txtInformation i{
    margin: 0 5px 0 0;
}
.copyright{
    text-align: center;
}

.delighter {
    transition: all .8s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }

.cs {
    font-size: 18px;
}

/* TEXT:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
    background: #ccc;
}
.btnBase a:hover{
    background: #314a87;
}
}

/* TEXT:SP-max-769 */
@media screen and (max-width: 769px){
h3{
    font-size: 28px;
}
h4{
    font-size: min(calc(56 / 769 * 100vw),200%);
}
.lead{
    font-size: 80%;
    line-height: 1.6em;
}
.tit {
    font-size: 80%;
}
.txt {
    font-size: 80%;
}
.fillBox{
    padding:20px;
}
.strokeBox{
    padding:20px;
}
.cautionList li {
    font-size: 90%;
    line-height: 1.7em;
}
.contentTit {
    line-height: 1.2em;
}
.accordionList .accordionDetail {
    padding: 20px;
}
.txtInformation a{
    font-size: 80%;
    letter-spacing: 0.05em;
}
.btnBase a{
    width: 100%;
    font-size: 14px;
}
.cs {
    font-size: 14px;
}


}


/*===================================================
  NAVIGATION
====================================================*/
.navigation{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.navigation .headerNav {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 100px;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.navigation .headerNav li{
    padding: 0 20px;
    position: relative;
}
.navigation .headerNav li a{
    font-weight: 800;
    position: relative;
    color: #122f57;
}
.navigation .headerNav li a:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.5s ease;
}


.navigation .headerNav li a:hover{
    color: #314a87;
}



/* NAVIGATION:SP-max-769 */
@media screen and (max-width: 769px){

.hamBtn {
    display: block;
    position: fixed;
        right: 3%;
        top: 2%;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
}
.loaded .hamBtn {
    opacity:1;
}
.hamSwitch {
    background:#fff;
    padding: 10px;
}
.hamBtn .hamMenu{
    position: relative;
    width: 24px;
    height: 24px;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all .3s ease;
}
.hamBtn .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamBtn .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamBtn .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{
    background: #000;
}
.hamSwitch.open span {
    background: #FFF;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
        position: fixed;
        opacity: 0;
        pointer-events: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:#778294;
        z-index: 10;
        transition: 0.4s;
        color: #000;
}
.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .headerNav {
    display: block;
    padding: 60px;
}
.navigation .headerNav li {
        padding: 0;
        position: relative;
        margin: 0 0 30px;
        text-align: center;
}
.navigation .headerNav li:after {
    content: none;
}
.navigation .headerNav li a{
        font-size: 150%;
        color: #ffffff;
        font-weight: 800;
}
.navigation .headerNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
}
.navigation .navTit .tit1{
    display: block;
    font-weight: 800;
    font-size: 90%;
}
.navigation .navTit .tit2{
    display: block;
    font-weight: 200;
    font-size: 140%;
    margin: 0 0 10px;
    display: block;
    font-weight: 100;
}
.navigation .navTit .tit3{
    display: block;
    font-weight: 800;
    font-size: 280%;
    line-height: 1em;
}


.navigation .headerNav {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 100%;
        padding: 0;
        background: none;
}
.navigation .navTit {
    right: 40px;
}





}

/*===================================================
  ビジュアル
====================================================*/

.visual{
    height: 100vh;
    min-height: 600px;
    position: relative;
    margin: 0 auto 150px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}
.visual .mainImg{
    width: 85vh;
    position: fixed;
    left: 0;
}

.mainlogo{
    width:50vw;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 3vw;
}
.mainlogo p:nth-child(1){
    margin: 0 auto 2vw;
}
.mainlogo p:nth-child(2){

}

.scroll {
    position: absolute;
    right: 1%;
    bottom: 10%;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #fff;
}

.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.ancBtn{
    display: flex;
    justify-content: center;
}
.ancBtn li{
    width: 50%;
    max-width: 300px;
    padding: 0 10px;
    margin: 0 0 60px;
}
.ancBtn li a{
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 140%;
    border: 2px solid;
    border-radius: 100px;
    font-weight: 600;
}
.ancBtn li a span{
    font-size: 70%;
    font-weight: 800;
    padding: 0 0 0 5px;
    color: #ff4d8c;
    vertical-align: 1px;
}
/* mainlogo:PC-min-770 */
@media screen and (min-width: 770px){

.ancBtn li a:hover{
    color: #ff4d8c;
}

}

/* mainlogo:SP-max-769 */
@media screen and (max-width: 769px){

.visual {
    min-height: 100vh;
    min-height: auto;
    margin: 0 auto 50px;
    display: block;
}
.visual .mainImg {
    width: 100%;
    margin: 0 auto 3vh;
    position: initial;
}
.mainlogo{
        transform: none;
        top: auto;
        right: auto;
        position: relative;
        margin: 0 auto;
        width: 90%;
        max-width: 500px;
}
.ancBtn li {
margin: 0 0 30px;
    padding: 0 5px;
}
.ancBtn li a {
    padding: 7px 15px;
    font-size: 110%;
    position: relative;
}
.ancBtn li a span {
    display: block;
    font-size: 70%;
    padding: 0 0 0 5px;
    color: #ff4d8c;
    position: absolute;
    top: -5px;
    transform: translateY(-100%);
}
}

/*===================================================
  OP:ANCHOR
====================================================*/
.ancPoint{
    position:relative;
}
.ancPoint span{
    display: block;
    position: absolute;
    top: 40px;
}
/* ANCHOR:SP-max-769 */
@media screen and (max-width: 769px){
.ancPoint span{
    top: 0;
}
}

/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid #fff;
    padding: 0 0 30px;
    margin: 0 0 30px;
    align-items: stretch;
    font-size: 100%;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 30px 0;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 25%;
    min-width: 180px;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dd{
    width: 75%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_detail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_detail .detailList dd > *{
    margin-bottom:20px;
}
.op_detail .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_detail .detailList dd .detailInner{
    width:100%;
}
.op_detail .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_detail .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}


/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
        display: block;
        padding: 0 0 15px;
        margin: 0 0 15px;
}
.op_detail .detailList:first-child {
    padding: 15px 0;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
.op_detail .detailList dd .detailInner .txt{
    font-weight: 600;
    line-height: 1.5em;
}
}


/*===================================================
  NEWS
====================================================*/

.newsBox{

}
.newsBox .newsList{

}
.newsBox .newsList li{

}
.newsBox .newsList li a{
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    display: block;
    transition: 0.4s;
}
.newsBox .newsList li:last-child a{
    padding: 0;
    border-bottom: none;
    margin:0;
}
.newsBox .newsList li a .date{
font-size: 14px;
    margin: 0 0 10px 0;
}
.newsBox .newsList li a .tit{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    line-height: 1.5;
}

/*===================================================
  SCHEDULE
====================================================*/

.scheduleBox{

}
.scheduleBox .dateImg{
    max-width: 400px;
    width: 90%;
}
.op_schedule{

}
.op_schedule{

}
.op_schedule .scheduleCellList{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.op_schedule .scheduleCellList:last-child{
    margin: 0;
}
.op_schedule .scheduleCellList li{
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: 500;
}
.op_schedule .scheduleCellList li:after{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #000;;
}
.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate{
    width: 20%;
    font-weight: 800;
    font-size: 120%;
    line-height: 1.3em;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 120%;
    line-height: 1em;
    border-bottom: 1px dashed;
    padding: 0 0 4px;
    margin: 0 0 4px;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleDate .week{
    padding: 0 0 0 2px;
    font-size: 50%;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleVenue{
    width: 30%;
    justify-content: center;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 15%;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display:none;
}
.op_schedule .scheduleCellList .scheduleTime .cat{
    font-size: 75%;
    background: #000;
    color: #FFF;
    padding: 2px 4px;
    margin: 0 5px 0 0;
    border-radius: 4px;
}
.op_schedule .scheduleCellList .scheduleInfo{

}
.op_schedule .scheduleCellList .scheduleInfo{
    width: 35%;
    text-align: center;
    font-size: 12px;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;
    text-decoration: underline;
}
.op_schedule .scheduleCellList .scheduleInfo .tel a{
    text-decoration: none;
    pointer-events: none;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:none;
}
.op_schedule .scheduleCellList.cellHead{
    font-size: 70%;
}
.op_schedule .scheduleCellList.cellHead li{
    justify-content: center;
    font-size: 70%;
    font-weight: 400;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}


/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {
.op_schedule .scheduleCellList .scheduleDate {
    font-size: 110%;
}
.op_schedule .scheduleCellList li {
    font-size: 70%;
    font-weight: 600;
}
}


/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px){
.scheduleBox .dateImg{
    max-width: 300px;
    width: 60%;
}
.op_schedule {
    border-top:none;
    padding: 0;
}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 10px;
}
.op_schedule .scheduleCellList:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.op_schedule .scheduleCellList li:after {
    content:none;

}
.op_schedule .scheduleCellList .scheduleDate {
    width: auto;
    display: inline-block;
    font-size: 160%;
    margin: 0;
    line-height: 1.2em;
}
.op_schedule .scheduleCellList .scheduleDate .year {
    display: inline-block;
    font-size: 100%;
    border-bottom: none;
    padding: 0;
    margin: 0 5px 0 0;
}

.op_schedule .scheduleCellList .scheduleVenue {
    width: 100%;
    font-size: 120%;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleArea {
    width: auto;
    display: inline-block;
    font-size: 120%;
    font-weight: 600;
    padding: 0 0 0 5px;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 110%;
    font-weight: 600;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleTime .cap {
    display: block;
    font-weight: 800;
    font-size: 70%;
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleInfo {
width: 100%;
    font-size: 100%;
    margin: 0;
    text-align: left;
    font-size: 11px;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
}

/*===================================================
  OP:ACCORD
====================================================*/
.op_accord .accordionList{
    margin: 0 0 20px;
}
.op_accord .accordionList .accordionTit{
    background: #DDD;
    padding: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
}
.op_accord .accordionList .accordionTit span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_accord .accordionList .accordionTit.open span {
    transform: translateY(-50%);
}
.op_accord .accordionList .accordionTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_accord .accordionList .accordionDetail{
    display: none;
    padding: 40px;
    background: #EFEFEF;
}

/* OP:ACCORD:PC-min-770 */
@media screen and (min-width: 770px){
.accordionList .accordionTit:hover{
    background: #ccc;
}
}

/* OP:ACCORD:SP-max-769 */
@media screen and (max-width: 769px){
.op_accord .accordionList .accordionDetail {
    padding: 20px;
}
.op_accord .accordionList .accordionTit{
    font-size: 120%;
    padding: 20px 50px 20px 20px;
}
}

/*===================================================
 TICKET
====================================================*/

.ticketBox .contentBox{
    padding:0;
}
.ticketBox  .priceList{

}
.ticketBox  .priceList li{
    font-size: 130%;
    font-weight: 500;
    margin: 0 0 20px;
    border-left: 5px solid;
    padding: 0 0 0 10px;
}
.ticketBox  .priceList li:last-child{
    margin: 0;
}
.ticketBox .detailblock{

}
.ticketBox .detailblock > *{
    margin-bottom:30px;
}
.ticketBox .detailblock > *:last-child{
    margin-bottom:0;
}
.ticketBox .contentTit{
    position: relative;
    margin: 0;
    border: none;
    font-size: 160%;
    padding: 40px;
    text-align: center;
}
.ticketBox .fin .contentTit{
    cursor: pointer;
}
.ticketBox .fin .contentTit:after{
    content: "";
    position: absolute;
    right: 45px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .fin .contentTit.open:after{
    top: 55%;
    transform: translate(0,-50%) rotate(-45deg);
}
.ticketBox .detailblock{
    padding: 0 40px 40px;
}
.ticketBox .fin .detailblock{
    display: none;
}
.ticketBox .idCheck{
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: 40px 0;
}
.ticketBox .idCheck .contentTit{
    padding: 20px 40px;
    color: #FFF;
    cursor: pointer;
    max-width: 510px;
    margin: 0 auto;
    transition: 0.3s ease;
    background: #ff7070;
    border-radius: 100px;
    font-size: 150%;
}
.ticketBox .idCheck .contentTit.open{
    width: 100%;
    max-width:100%;
    background: transparent;
    color: #ff7070;
    padding: 0;
}
.ticketBox .idCheck .contentTit span{
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    right: 25px;
    top: 50%;
    transform: translate(0,-70%) rotate(135deg);
    transition: 0.3s ease;
}
.ticketBox .idCheck .contentTit.open span{
    transform: translate(0,-30%) rotate(-45deg);
}
.ticketBox .idCheck .inner{
    display:none;
    padding: 0;
}
.ticketBox .idCheck .txt{
    padding: 30px 0 0;
    margin: 0 0 40px;
}
.ticketBox .idCheck .capTit{
    border-bottom: 1px dashed;
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-size: 120%;
    font-weight: 600;
}
.ticketBox .idCheck .capList{
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
}
.ticketBox .idCheck .capList li{
    width: 32%;
    line-height: 0;
    box-shadow: 0 0 10px -5px rgba(0,0,0,0.4);
}
.ticketBox .idCheck .capList li:last-child{

}
.ticketBox .idCheck .methodList{
    margin: 0 0 40px;
}
.ticketBox .idCheck .methodList li{
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 110%;
    line-height: 1.3em;
    position: relative;
    padding: 0 0 0 25px;
}
.ticketBox .idCheck .methodList li span{
    position: absolute;
    left: 0;
}
.ticketBox .idCheck .methodList li:last-child{

}
.ticketBox .idCheck .btnidCheck a{
    background: transparent;
    color: #240968;
    border: 2px solid;
    font-weight: 700;
}
.ticketBox .idCheck .btnidCheck a:hover{
    background: #240968;
    color: #FFF;
}

/* PC-min-770 */
@media screen and (min-width: 770px){
.ticketBox .idCheck .contentTit:hover{
    background: #FF4D8C;
}
.ticketBox .idCheck .contentTit.open:hover{
    background: transparent;
    color:#FF4D8C;
}
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.ticketBox  .priceList li{
    font-size: 110%;
    font-weight: 600;
    margin: 0 0 15px;
}
.ticketBox .contentTit {
    padding: 20px 40px 20px 20px;
    font-size: 16px;
}
.ticketBox .detailblock {
    padding: 0 20px 20px;
}
.ticketBox .fin .contentTit:after {
    right: 20px;
    width: 10px;
    height: 10px;
}
.ticketBox .idCheck {
    padding: 20px 0;
}
.ticketBox .idCheck .contentTit {
    padding: 15px 30px;
    font-weight: 800;
    font-size: 100%;
    text-align: left;
    width: 100%;
    line-height: 1.2em;
}
.ticketBox .idCheck .inner {
    padding: 0 ;
}
.ticketBox .idCheck .txt {
    margin: 0 0 20px;
    padding: 20px 0 0;
}
.ticketBox .idCheck .capTit {
    margin: 0 0 20px;
    padding: 0 0 15px;
    font-size: 100%;
    font-weight: 600;
}
.ticketBox .idCheck .capList {
    display: block;
    margin: 0 0 20px;
}
.ticketBox .idCheck .capList li {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}
.ticketBox .idCheck .methodList li {
    font-size: 100%;
}
.ticketBox .idCheck .methodList {
    margin: 0 0 20px;
}
}



/*===================================================
 GOODS
====================================================*/
.goodsBox .goodsList li {
  font-size: 120%;
  font-weight: 600;
  margin: 0 0 20px;
  border-left: 5px solid;
  padding: 0 0 0 10px;
}

.goodsBox .cautionList li {
  font-size: 85%;
  text-decoration: underline;
  padding: 0;
  margin: 0 0 10px;
}

.goodsBox .cautionList li::before {
  content: none;
  position: absolute;
  left: 0;
}


/* PC-min-770 */
}

/* SP-max-769 */
@media screen and (max-width: 769px){

}


/*===================================================
 attentionBox
====================================================*/
.attentionBox{
    margin: 0 0 60px;
}
.attentionBox .attentionTit{
    margin: 0 0 20px;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 10px;

}
.attentionBox .accordionDetail{

}
.attentionBox .accordionDetail > *{
    margin: 0 0 15px;
}
.attentionBox .accordionDetail > *:last-child{
    margin: 0;
}
.attentionBox .accordionDetail a{
    text-decoration: underline;
}
.attentionBox .innerTit{
    font-size: 80%;
    font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 5px;
    margin-bottom: 5px;
}
.attentionBox .innerTxt{
    font-size: 70%;
    font-weight: 600;
}
.attentionBox .innerBlock{
    background: #FFF;
    padding: 20px;
}
.attentionBox .innerBlock > *{
    margin: 0 0 10px;
}
.attentionBox .innerBlock > *:last-child{
    margin: 0;
}
/*==================================================
    レスポンシブ：PC
====================================================*/
@media screen and (min-width: 770px){


}

/*==================================================
    レスポンシブ：SP
====================================================*/
@media screen and (max-width: 769px){


}



.fanclubBox{

}
.fanclubBox .prizeBox{
    position: relative;
    margin: 0 0 100px 0;
    border-bottom: 1px solid #000;
    padding: 0 0 50px 0;
}
.fanclubBox .prizeBox.last {
    position: relative;
    margin: 0 0 100px 0;
    border-bottom: none;
    padding: 0;
}
.fanclubBox .prizeBox .icon{
    background: #000;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 999px;
    font-size: 20px;
    position: absolute;
    left: -20px;
    top: -20px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.fanclubBox .prizeBox:nth-of-type(1) .icon{
    background: #E60012;
}
.fanclubBox .prizeBox:nth-of-type(2) .icon{
    background: #009643;
}
.fanclubBox .prizeBox:nth-of-type(3) .icon{
    background: #006EBC;
}
.fanclubBox .prizeBox dt{

}
.fanclubBox .prizeBox dt .tit{
    text-align: center;
    margin: 0 0 20px 0;
}
.fanclubBox .prizeBox dt .txt{
text-align: center;
    font-size: 19px;
    margin: 0 0 20px 0;
}
.fanclubBox .prizeBox dt .mini{
    text-align: center;
    font-size: 13px;
    margin: 0 0 15px 0;
}
.fanclubBox .prizeBox dd{

}
.fanclubBox .prizeBox dd .prizeList li{
    border: 1px solid #ddd;
    position: relative;
    margin: 0 auto 40px;
    width: 50%;
}
.fanclubBox .prizeBox:nth-of-type(1) dd .prizeList{
	display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.fanclubBox .prizeBox:nth-of-type(1) dd .prizeList li{
    width: 29%;
    margin: 0 20px 40px;
}
.fanclubBox .detail{
    padding: 3vw;
    background: #f7f7f7;
}
.fanclubBox .detail dt{
text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
}
.fanclubBox .detail dd{

}
.fanclubBox .detail dd .txt{
    font-size: 15px;
    margin: 0 0 10px 0;
	text-align: center;
}
.fanclubBox .detail dd .txt.center{

}

.fanclubBox .detail dd .attentionList{
    padding: 30px;
    background: rgba(0, 0, 0, 0.05);
}
.fanclubBox .detail dd .attentionList li{
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.fanclubBox .detail dd .attentionList li:last-child{
    margin: 0 0 0 1em;
}
.fanclubBox .btnList{
display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 650px;
    margin: 0 auto 40px;
}
.fanclubBox .btnList li{

}
.fanclubBox .contentTit{
    position: relative;
    margin: 0;
    border: none;
    font-size: 160%;
    padding: 40px;
}
.fanclubBox .fin .contentTit{
    cursor: pointer;
}
.fanclubBox .fin .contentTit:after{
    content: "";
    position: absolute;
    right: 45px;
    top: 45%;
    width: 20px;
    height: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(135deg);
    transition: 0.3s ease;
}
.fanclubBox .fin .contentTit.open:after{
    top: 55%;
    transform: translate(0,-50%) rotate(-45deg);
}
.fanclubBox .contentBox {
    padding: 0;
}
.fanclubBox .op_detail {
    padding: 0 40px 40px;
}
.fanclubBox .op_detail .attentionList li{
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}


@media screen and (max-width: 769px){

.fanclubBox .prizeBox {
    margin: 0 0 50px 0;
    padding: 0 0 20px 0;
}
.fanclubBox .prizeBox.last {
    margin: 0 0 50px 0;
}
.fanclubBox .prizeBox dd .prizeList li {
    margin: 0 auto 20px;
    width: 100%;
}
.fanclubBox .prizeBox:nth-of-type(1) dd .prizeList li {
    width: 100%;
    margin: 0 0 20px 0;
}
.fanclubBox .prizeBox .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    left: -20px;
    top: -10px;
}
.fanclubBox .prizeBox dt .tit {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 19px;
}
.fanclubBox .prizeBox dt .txt {
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
}
.fanclubBox .prizeBox dt .mini {
    text-align: center;
    font-size: 11px;
    margin: 0 0 5px 0;
}
.fanclubBox .detail {
    padding: 20px;
}
.fanclubBox .detail dt {
    font-size: 13px;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
.fanclubBox .detail dd .txt {
    font-size: 13px;
}
.fanclubBox .detail dd .txt.center {
    text-align: center;
}
.fanclubBox .detail dd .attentionList {
    padding: 15px;
}
.fanclubBox .detail dd .attentionList li {
    font-size: 11px;
}
.fanclubBox .btnList {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}
.fanclubBox .btnList li {
    margin: 0 0 10px 0;
}
.fanclubBox .contentTit {
    font-size: 13px;
    padding: 20px;
}
.fanclubBox .fin .contentTit:after {
    right: 15px;
    top: 45%;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
}
.fanclubBox .op_detail {
    padding: 0 15px 15px;
}
.fanclubBox .op_detail .attentionList li {
    font-size: 11px;
}





}


