@charset "utf-8";

/* body {
    color: #333;
    margin: 0;
    font-size: 1rem;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'Noto Sans CJK', 'Droid Sans', Roboto, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    background-color: #fcfcfc;
} */
/*--------------------------------------------
    heder
--------------------------------------------*/
.gyheder {
  width: 100%;
}

/*--------------------------------------------
    main
--------------------------------------------*/
.gymain {
  margin: 0;
  padding: 46px 10px;
  font-size: 14px;
}
.gymain a {
    color: #000;
    text-decoration: underline;
}
.gymain a:hover{ opacity: 0.7; }



/*------------------------ special */
.special {
position: relative;

}
.special__jkt {
    position: absolute;
    left: 10px;
    bottom: 5px;
    width: 214px;
}
.special__head {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 4px 238px;
}
.special__date {
    background-color: #fef4d6;
    padding: 10px 0;
}
.special__date > p {
    color: #666;
    font-size: 13px;
    padding: 0;
    margin: 0 0 0 238px;
}
.special__btn {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    bottom: -40px;
}
a.special__btn:hover{
    opacity: 1;
}

/*------------------------ release */

.release {
    border: 1px solid #b0b0b0;
    padding: 30px 12px;
    position: relative;
    margin-top: 76px;
}
.release__ttl {
    position: absolute;
    top: -11px;
    left: 1px;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    color: #808080;
    padding: 0 10px;
    margin: 0;
}
.release__inner {

}
.release__inner hr {
    border-top: 1px solid #b0b0b0;
    margin: 30px 0;

}
.release__inner__disc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: nowrap;
}
.release__inner__disc__jkt {
    background-color: #808080;
    width: 180px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.release__inner__disc__date {
    flex: 1;
    padding-left: 20px;
}
.disc-date {
    margin: 0 0 6px;
    padding: 0;
    font-size: 13px;
}
.disc-ttl {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
}
.release__inner__disc__btn {
    text-decoration: none!important;
    font-weight: bold;
    font-size: 16px;
    color: #fff!important;
    display: block;
    width: 240px;
    background-color: #b0b0b0;
    border-radius: 20px;
    text-align: center;
    padding: 12px 24px;
    margin: 30px auto;
}



/*------------------------ live */
.live {
    margin-top: 76px;
    border: 1px solid #000;
}
.live__head {
    background-color: #000;
    padding: 20px;
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.live__inner {
    padding: 24px 16px 46px;
}

/* live contents */

.live__inner__contents {
    margin-top: 24px;
}
.lcontents__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
.lcontents__head__num {
    font-family: Arial;
    font-style:italic;
    font-weight: normal;
    font-size: 58px;
    margin-top: 5px;
}
.lcontents__head__ttl {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 0 8px;
}
.lcontents__head__ttl-sub {
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-top: -3px;
}
.lcontents__schedule {
    list-style: none;
    margin: -23px 0 0;
    padding: 0;
    border: 1px solid #b0b0b0;
    font-size: 12px;
}
.lcontents__schedule > li {
    display: flex;
    justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.lcontents__schedule__th {
    width: 172px;
    background-color: #b0b0b0;
    border-bottom: 1px solid #fff;
    padding: 12px;
    color: #fff;
}
.lcontents__schedule__td {
    flex: 1;
    border-bottom: 1px solid #b0b0b0;
    padding: 12px;
    line-height: 1.3;
}
.lcontents__schedule > li > .end {
    border-bottom: none;
}

/* live ticket */
.live__inner__ticket {
    margin-top: 46px;
}
.live__inner__ticket > h1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
.live__inner__ticket > h1::after {
  content: "";
  flex-grow: 1;
  margin: 0 0 0 15px;
  height: 1px;
  background: #000;
}
.live__inner__ticket__info {
    padding: 0 12px;
}
.live__inner__ticket__info > .fa-square {
    font-size: 18px;
    margin-right: 12px;
}
.live__inner__ticket__info > a {
    font-weight: bold;
}
