/* ========================================

	style_pc.css

========================================== */

/* base
================================= */
.sp {
    display: none !important;
}

body {
    font-family: YakuHanJP, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    line-height: 1.8;
}

.container {
    padding: 0 0 0 20%;
}

.container .contents-inner {
    padding-bottom: 300px;
}

.more a,
.back a {
    font-size: 22px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.back {
    padding: 60px 0 0;
}

.btn a {
    display: inline-block;
    width: 360px;
    font-size: 16px;
}

.list--accordion li {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.list--accordion li .accordion-detail {
    padding: 0px 40px 40px;
}

.list--accordion li .accordion-detail table {
    width: 100%;
    margin: 0 0 40px;
}

.list--accordion li .tit {
    margin: 0 !important;
    padding: 30px 60px;
    font-size: 24px;
    cursor: pointer;
}

.list--accordion li [class^="icon--"] {
    font-size: 24px;
    padding: 0 15px 0 10px;
    line-height: 1.3;
}

.list--accordion li .icon--a {
    padding-top: 30px;
}

.list--accordion li:hover .tit:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.list--accordion li:hover .tit:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.list--attention {
    padding-top: 10px;
}

.list--attention li {
    margin: 0 0 10px;
}

/* header
--------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 20%;
    height: 100vh;
    background: #F5EEDE;
    z-index: 10;
    overflow: auto;
}

.header .g-nav {
    position: absolute;
    width: 100%;
    padding: 10%;
/*
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
*/
}

.header .g-nav .logo {
    width: 80%;
    margin: 0 auto 40px;
}

.page--home .header .g-nav .logo {
    display: none;
}

.header .g-nav .nav--menu {
    width: 100%;
    text-align: left;
}

.header .g-nav .nav--menu li {
    margin: 0 0 10px;
}

.header .g-nav .nav--menu li a {
    font-size: 20px;
    text-decoration: none;
    color: #333333;
    display: block;
    position: relative;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.header .g-nav .nav--menu li a::after {
    content: '';
    display: block;
    width: 100%;
    height: 15px;
    background: no-repeat center bottom;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.header .g-nav .nav--menu li a img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.header .g-nav .nav--menu li a i {
    width: 35px;
}

.header .g-nav .nav--menu li a span svg {
    width: 25px;
    height: 14px;
    margin-right: 11px;
    position: relative;
}

.header .g-nav .nav--menu li:last-child {
    margin-bottom: 0;
}

.header .g-nav .nav--menu li.menu-banner {
    line-height: 0;
    margin-bottom: 0;
    margin-top: 40px;
}

.header .g-nav .nav--menu li.menu-banner.standing {
    margin-top: 10px;
}

.header .g-nav .nav--menu li.menu-banner img {
    width: 100%;
}

.header .g-nav .nav--menu li a span,
.block--sns .list--share li a i,
.more a span,
.back a span {
    display: inline-block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.header .g-nav .nav--menu li a span:nth-of-type(1),
.block--sns .list--share li a i,
.more a span:nth-of-type(1),
.back a span:nth-of-type(1) {
    -webkit-transition: transform .5s 0s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s 0s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s 0s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s 0s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(2),
.more a span:nth-of-type(2),
.back a span:nth-of-type(2) {
    -webkit-transition: transform .5s .05s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .05s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .05s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .05s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(3),
.more a span:nth-of-type(3),
.back a span:nth-of-type(3) {
    -webkit-transition: transform .5s .1s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .1s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .1s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .1s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(4),
.more a span:nth-of-type(4),
.back a span:nth-of-type(4) {
    -webkit-transition: transform .5s .15s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .15s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .15s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .15s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(5),
.more a span:nth-of-type(5) {
    -webkit-transition: transform .5s .2s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .2s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .2s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .2s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(6),
.more a span:nth-of-type(6) {
    -webkit-transition: transform .5s .25s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .25s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .25s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .25s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(7),
.more a span:nth-of-type(7) {
    -webkit-transition: transform .5s .3s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .3s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .3s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .3s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(8),
.more a span:nth-of-type(8) {
    -webkit-transition: transform .5s .35s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .35s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(9) {
    -webkit-transition: transform .5s .4s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .4s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
}


.header .g-nav .nav--menu li a span:nth-of-type(10),
.more a span:nth-of-type(8) {
    -webkit-transition: transform .5s .45s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .45s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(11) {
    -webkit-transition: transform .5s .5s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .5s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(12),
.more a span:nth-of-type(8) {
    -webkit-transition: transform .5s .55s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .55s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(13) {
    -webkit-transition: transform .5s .6s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .6s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(14),
.more a span:nth-of-type(8) {
    -webkit-transition: transform .5s .65s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .65s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .35s cubic-bezier(.9, -.05, .07, 1.5);
}

.header .g-nav .nav--menu li a span:nth-of-type(15) {
    -webkit-transition: transform .5s .7s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
    transition: transform .5s .7s cubic-bezier(.9, -.05, .07, 1.5), opacity .5s .4s cubic-bezier(.9, -.05, .07, 1.5);
}



.header .g-nav .nav--menu li a:hover span,
.more a:hover span,
.back a:hover span {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.block--sns .list--share li a:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}



/* keyvisual
--------------------------------- */
.keyvisual {
    height: 100vh;
}

.keyvisual .main-tit {
    /*
	width: 650px;
    height: 520px;
*/
    min-width: 650px;
    min-height: 520px;
    max-width: 680px;
    width: 60%;
    top: 42%;
    left: 50%;
}

.keyvisual .scroll {
    width: 20px;
    position: absolute;
    right: 30px;
}

.keyvisual .scroll p {
    font-size: 18px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    line-height: 0;
    bottom: 25px;
    left: -12px;
    display: inline-block;
}


/* banner
--------------------------------- */
.banner .list--bnr {
    -webkit-transition: all .8s ease 1.2s;
    transition: all .8s ease 1.2s;
}

.banner .list--bnr {
    /*    margin: 0 0 120px;*/
    padding: 60px 5% 60px;
    text-align: center;
}

.banner .list--bnr li {
    display: inline-block;
    width: 360px;
    text-align: center;
    margin: 0 10px 0 0;
}

.banner .list--bnr li:last-of-type {
    margin: 0;
}

.banner .list--bnr li a img {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.banner .list--bnr li a:hover img,
.header .g-nav .nav--menu li a:hover img {
    opacity: 0.7;
}

/* contents
--------------------------------- */
[class^="section--"] {
    margin: 0 0 130px 5%;
    padding: 90px 0;
    border-radius: 50px;
    position: relative;
}

[class^="section--"] .inner {
    padding: 0 9vw 0 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.section-tit {
    width: 400px;
    top: -80px;
    left: 60px;
}

.inview {
    right: -20px;
}

.inview.view {
    right: 0;
}


/* news
--------------------------------- */
.section--news .inner .list--news {
    margin: 0 0 40px;
}

.section--news .inner .list--news li {
    margin: 0 0 20px;
}

.section--news .inner .list--news li,
.btn a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.section--news .inner .list--news li:hover,
.btn a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.section--news .inner .list--news li:last-child {
    margin-bottom: 0;
}

.section--news .inner .list--news li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    position: relative;
    padding: 30px 45px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.section--news .inner .list--news li .date {
    float: left;
    padding-right: 20px;
}

.section--news .inner .list--news li .date+p {
    padding-left: 90px;
}

/* schedule
--------------------------------- */
.section--schedule .inner .scheduleList {
    width: 100%;
    border-bottom: 1px solid #E3D283;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
}

.section--schedule .inner .scheduleList .DisContinue .date p,
.section--schedule .inner .scheduleList .DisContinue .date span,
.section--schedule .inner .scheduleList .DisContinue .time,
.section--schedule .inner .scheduleList .DisContinue .area,
.section--schedule .inner .scheduleList .DisContinue .venue {
	text-decoration: line-through;
}

.section--schedule .inner .scheduleList .thead th {
    font-size: 16px;
    color: #8c6424;
    line-height: 19px;
    padding: 0 0 10px 20px;
}

.section--schedule .inner .scheduleList .thead th.date {
    padding-left: 5px;
}

.section--schedule .inner .scheduleList .thead th.time {
    padding: 0 0 10px;
}

.section--schedule .inner .scheduleList .thead th.area {
    padding-left: 50px;
}

.section--schedule .inner .scheduleList tr:not(.thead) {
    border-top: 1px solid #E3D283;
}

.section--schedule .inner .scheduleList .dayTwo .date {
    border-top: none;
}

.section--schedule .inner .scheduleList .dayTwo .date,
.section--schedule .inner .scheduleList .dayTwo .time {
    position: relative;
}

.section--schedule .inner .scheduleList td {
    vertical-align: middle;
    padding: 19px 0;
}

.section--schedule .inner .scheduleList .date {
    /*	width: 96px;*/
    width: 76px;
}

.section--schedule .inner .scheduleList .date p {
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}

.section--schedule .inner .scheduleList .area {
    width: 97px;
    font-weight: bold;
    padding-left: 50px;
}

.section--schedule .inner .scheduleList .venue {
    width: 170px;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 50px 0 50px 20px;
    font-weight: bold;
}

.section--schedule .inner .scheduleList .venue a {
    color: #333;
}

.section--schedule .inner .scheduleList .venue a i {
    font-size: 12px;
    position: relative;
    bottom: 2px;
    margin-left: 6px;
}

.section--schedule .inner .scheduleList .holding {
    width: 100px;
	color: #ff0000;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 25px 0 25px 10px;
	text-decoration: none;
}

.section--schedule .inner .scheduleList .time {
    width: 76px;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.05em;
    padding: 25px 0;
}

.section--schedule .inner .scheduleList .info {
    width: 250px;
    font-size: 12px;
    vertical-align: middle;
    padding: 40px 20px 40px 20px;

}

.section--schedule .inner .scheduleList .ticket {
    width: 230px;
    letter-spacing: 0.05em;
    line-height: 200%;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 10px 0 10px 15px;
}

.section--schedule .inner .scheduleList .ticket span {
    font-size: 10px;
}

.section--schedule .inner .scheduleList td.time span {
    display: block;
    text-align: center;
    margin: 5px 0 0;
}

.section--schedule .inner .scheduleList .subTxt {
    display: block;
    font-size: 10px;
    line-height: 1.7em;
}

.section--schedule .inner .scheduleList .pc {
    display: table-cell !important;
}

.section--schedule .inner .liveTable {
    border-top: 1px solid #b6a485;
}

.section--schedule .inner .liveTable dl {
    display: table;
}

.section--schedule .inner .liveTable dt {
    display: table-cell;
    width: 160px;
    color: #604c3f;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #b6a485;
    vertical-align: middle;
}

.section--schedule .inner .liveTable dd {
    display: table-cell;
    width: 520px;
    padding: 25px 0 25px 10px;
    color: #604c3f;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    border-bottom: solid 1px #b6a485;
}

.liveCaption:not(:last-child) {
    margin-bottom: 20px;
}

.liveTable .liveCaption .subTxt,
#ticket .liveTable dl:last-of-type .liveCaption {
    font-size: 12px;
}

#ticket .liveTable:last-of-type .liveCaption {
    font-size: 13px;
}

.liveCaption li {
    text-indent: -1em;
    line-height: 150%;
    padding-left: 1em;
    margin-bottom: 8px;
}

.liveCaption li span {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.liveCaption li a {
    color: inherit;
}


/* twitter
--------------------------------- */
.contentsBox {
    width: 950px;
    padding: 60px 0;
    margin: 0 auto 60px auto;
}

.contentsBox .twitterBox {
    width: 680px;
    margin: 0 auto;
    padding: 60px 120px;
    background-color: #CFE0EA;
    border-radius: 50px;
}

/* home
--------------------------------- */
.page--home .section--news,
.page--news .section--news {
    padding-bottom: 50px;
}

.page--home .section--news {
    margin-top: 120px;
}

/* page
--------------------------------- */
body:not(.page--home) .container .contents-inner {
    padding-top: 130px;
}

body:not(.page--home) .section--detail .tit {
    font-size: 26px;
    line-height: 1.6;
    margin: 0 0 30px;
}

body:not(.page--home) .section--detail .date {
    font-size: 18px;
    margin: 0 0 5px;
}

body:not(.page--home) .section--detail .text a:hover,
.page--ticket .section--ticket .block--ticket .list--caption li a:hover {
    text-decoration: none;
}

.section--detail .inner {
    padding: 0;
    max-width: 900px;
    width: 80%;
}

/* ticket
--------------------------------- */
.page--ticket .section--ticket .block--ticket {
    margin: 0 0 60px;
    padding: 60px;
}

.page--ticket .section--ticket .block--ticket.ticket-detail {
    margin: 0;
    padding: 35px;
}

.page--ticket .section--ticket .block--ticket.ticket-detail .block-tit {
    margin: 0;
    text-align: center;
}

.page--ticket .section--ticket .block--ticket .block-tit {
    font-size: 24px;
    margin: 0 0 30px;
}

.page--ticket .section--ticket .block--ticket .list--caption li {
    margin: 0 0 15px;
    line-height: 1.8;
}

.page--ticket .section--ticket .block--ticket .list--caption li .txt--sub {
    padding-top: 3px;
}

.page--ticket .section--ticket .block--ticket .list--caption li:last-child {
    margin-bottom: 0;
}

.page--ticket .section--ticket .ticket-info {
    line-height: 1.5;
}

.page--ticket .section--ticket .ticket-info dt {
    text-align: left;
    clear: left;
    float: left;
    padding: 30px 0;
}

.page--ticket .section--ticket .ticket-info dd {
    text-align: left;
    padding: 30px 0 30px 150px;
}

.page--ticket .section--ticket .ticket-info dd .entry {
    display: inline-block;
}

.page--ticket .section--ticket .ticket-info dd .entry a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page--ticket .section--ticket .ticket-info dd .entry a:hover {
    opacity: 0.7;
}

.page--ticket .section--ticket .ticket-info dd .conditions {
    padding-top: 10px;
    margin: 0 0 15px;
}

.page--ticket .section--ticket .ticket-info dd .conditions>li {
    margin: 0 0 10px;
}

.page--ticket .section--ticket .ticket-info dd .conditions .list--sub {
    padding-top: 5px;
}

.page--ticket .section--ticket .ticket-info dd .txt--sub {
    padding-top: 10px;
}

.page--ticket .section--ticket .list--ticket li th {
    width: 200px;
    font-weight: bold;
    text-align: right;
    padding: 15px;
    border: 1px solid #bbb;
    background: #f1f0f0;
}

.page--ticket .section--ticket .list--ticket li td {
    border: 1px solid #bbb;
    padding: 20px;
    line-height: 1.8;
}

.page--ticket .section--ticket .list--ticket li td .list--sub {
    font-size: 12px;
    padding-top: 10px;
}

.page--ticket .section--ticket .list--ticket li td .list--sub li {
    line-height: 1.3;
    margin: 0 0 5px;
}



/* faq
--------------------------------- */
.page--qa .section--qa .list--qa>li {
    margin: 0 0 20px;
}

.page--qa .section--qa .list--qa li .tit {
    font-size: 16px;
    padding: 30px 90px 30px 40px;
}

.page--qa .section--qa .list--qa li .tit p {
    padding-left: 40px;
}

.page--qa .section--qa .list--qa li .text {
    padding-top: 30px;
    padding: 30px 0 0 40px;
}

/* banner_bottom
--------------------------------- */
.block--banner-bottom {
    width: 100%;
    margin: 0 0 60px;
}

.block--banner-bottom .list--bnr li {
    width: 14.5vw;
    max-width: 209px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    line-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.block--banner-bottom .list--bnr.oneroom li {
    margin-bottom: 0;
}

.block--banner-bottom .list--bnr:not(.oneroom) li:nth-child(3n) {
    margin-right: 0;
}

.block--banner-bottom .list--bnr li:hover {
    opacity: 0.7;
}

/* footer
--------------------------------- */
footer {
    padding: 60px 0 60px 20%;
}

footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px 0 90px;
    margin-left: 5%;
}

footer .copyright {
    font-size: 12px;
}

footer .block--sns .list--share li {
    display: inline-block;
    margin-right: 24px;
}

footer .block--sns .list--share li.twitter {
    margin-right: 0;
}

footer .block--sns .list--share li:first-child {
    font-size: 18px;
    line-height: 20px;
}

footer .block--sns .list--share i {
    font-size: 20px;
}

/* admissionnotice
--------------------------------- */
.page--admissionnotice .text .lead {
    margin: 0 0 30px;
}

.page--admissionnotice .text .block--attention {
    padding: 30px 40px;
    margin: 0 0 30px;
}

.page--admissionnotice .text .block--attention dt {
    font-size: 18px;
    margin: 0 0 15px;
}

.page--admissionnotice .text .block--attention dt:before {
    margin-right: 10px;
}

.page--admissionnotice .text .block--attention dd .list--attention {
    padding: 0;
}

.page--admissionnotice .text .block--attention dd .list--attention>li {
    margin: 0 0 10px;
    padding-left: 1.6em;
    text-indent: -1.6em;
    line-height: 1.6;
}

.page--admissionnotice .text .block--attention dd .list--attention>li:before {
    margin-right: 8px;
}

.page--admissionnotice .text .block--attention dd .list--attention>li .txt--sub {
    padding-top: 5px;
}

.page--admissionnotice .text .block--attention dd .list--attention>li .document {
    padding: 15px 20px;
    margin-top: 10px;
    line-height: 2;
}

.page--admissionnotice .text .block--attention dd .list--attention li .document li {
    margin: 0 10px 0 0;
    display: inline-block;
}

.page--admissionnotice .text .block--ticket-type {
    margin: 0 0 80px;
    padding-top: 30px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type {
    margin: 0 0 50px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt {
    font-size: 17px;
    margin: 0 0 15px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt span {
    font-size: 16px;
    padding-top: 5px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dt span {
    font-size: 12px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt i {
    margin-right: 10px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dt svg {
    width: 23px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dd p {
    padding: 8px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dd .thumb {
    padding: 25px 0;
}

.page--admissionnotice .text .block--ticket-type .ticket-type dd .thumb img {
    width: 100%;
    max-width: 300px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type.paper dd .thumb {
    padding: 18px 0;
}

.page--admissionnotice .text .block--ticket-type .ticket-type:not(.paper) dt {
    font-size: 26px;
    margin: 0 0 18px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type:not(.paper) dd p {
    font-size: 18px;
    padding: 12px;
}

.page--admissionnotice .text .block--ticket-type .ticket-type:not(.paper) dd .thumb img {
    max-width: 520px;
}

/* goods
--------------------------------- */
.list--goods li:hover {
    transform: scale(1.05);
}

.block--overlay .list--ph img {
    max-width: 600px;
}


/* challenge room
--------------------------------- */

.section--challenge-room i{
  font-style: normal;
}

.section--challenge-room{
  background: #F5B0A1;
}
.page--challenge-room .section--detail .inner{ width: 900px; }

.block--challenge{
  position: relative;
  padding: 70px 80px 40px;
  background: #fff url("/static/backnumber/fanclub-pc/feature/oneroom_vol5/img/cmn/bg_scoreBoard_mid.jpg") repeat-y scroll top center / contain;
  width: 100%;
  height: auto;
}
.block--challenge::before,
.block--challenge::after{
  position: absolute;
  left:0;
  display:block;
  content:'';
  width: 100%;
  height: 50px;
  background: #fff url("/static/backnumber/fanclub-pc/feature/oneroom_vol5/img/cmn/bg_scoreBoard_top.jpg") no-repeat scroll center / contain;
}
.block--challenge::before{
  top: 0;
  z-index: 10;
}
.block--challenge::after{
  background: #fff url("/static/backnumber/fanclub-pc/feature/oneroom_vol5/img/cmn/bg_scoreBoard_btm.jpg") no-repeat scroll center /  cover;
  bottom: 0;
}
.block--room{
  margin: 0 0 60px;
  padding: 60px;
  border-radius: 3px;
  background: #fff;
}
.block--room .lead, .block--room .lead p{
  padding:0 0 20px;
}
.block--room .lead .bold{
  font-weight: bold;
}
.block--room .lead .sml{
    font-size: 13px;
}
.block--room .lead .indent{
  display: inherit;
  letter-spacing: 0.5px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.scoreBoard > table{
  width: 100%;
  margin:0 auto 30px;
  font-weight: bold;
  border: 1px solid;
  font-size: 12px;
}
.scoreBoard > table tr:nth-of-type(n + 12){
    background: #ddd;
}
.scoreBoard > table tr:last-child{
    background:#f5eede
}
.scoreBoard > table th{
  width: 170px;
  padding: 15px 3px;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 2px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.scoreBoard > table tr:nth-of-type(n + 12) th{
    color: #999;
    border-color:#333;
}
.scoreBoard > table tr:last-child th{
    color: #333;
}
.scoreBoard > table th br{
  display:none;
}
.scoreBoard > table th span{
  margin: 0 5px 0 0;
  font-weight: normal;
}
.scoreBoard > table td{
  padding: 0;
  border-right:1px solid;
  border-bottom:1px solid;
  height: 50px;
  font-size: 16px;
}
.scoreBoard > table th.name,
.scoreBoard > table td{
  text-align:center;
  vertical-align:middle;
}

.scoreBoard > table th.name{
  width: 150px;
  letter-spacing: 0.5px;
}


/* iPad Pro 対応
--------------------------------- */
@media screen and (min-width:960px) and (max-width:1100px) {
    .keyvisual .main-tit {
        min-width: 560px;
        min-height: 450px;
        width: 45
    }

    .block--banner-bottom .list--bnr li {
        width: 13.5vw;
    }
}