@charset "UTF-8";

/* ↓ 色とテキストの定義 ------------------------*/
html {
    scroll-behavior: smooth;
    font-size: 14px;
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    html {
        font-size: 3.3vw;
        /*1L30文字*/
    }
}

body {
    color: #575757;
    letter-spacing: 0.09rem;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-family: 'Roboto', "Noto Sans CJK JP", sans-serif;
    font-weight: 400;
    /*bold700 regular400 light 300*/
    position: relative;
}

#top {
    display: none;
}

a {
    color: #5ebced;
    text-decoration: none;
}

.mincho {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    letter-spacing: 0.04rem;
}

.mincho-light {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    letter-spacing: 0.04rem;
}

.marugo {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

/* ↓ 共通スタイル ------------------------*/
.rounded {
    border-radius: 0.2rem !important;
}

/*imgタグトリミング*/
.object-fit-img {
    object-fit: cover;
    font-family: 'object-fit: contain;'
}

/*画像のマウスオーバー*/
a:hover {
    opacity: 0.7;
}

/* ↓ 横幅 ------------------------*/
/*pcの横幅*/
.pcWidth-xl {
    width: 1024px;
    max-width: 98%;
    margin: 0 auto;
}

.pcWidth-l {
    width: 960px;
    max-width: 98%;
    margin: 0 auto;
}

.pcWidth-m {
    width: 900px;
    max-width: 98%;
    margin: 0 auto;
}

.pcWidth-s {
    width: 760px;
    max-width: 98%;
    margin: 0 auto;
}

@media screen and (min-width: 1400px) {
    .pcWidth-xl {
        width: 1216px;
    }

    .pcWidth-l {
        width: 1152px;
    }

    .pcWidth-m {
        width: 1080px;
    }

    .pcWidth-s {
        width: 912px;
    }
}

/*spの横幅*/
@media screen and (max-width: 540px) {
    .spWidth-max {
        max-width: 100%;
    }

    .spWidth-l {
        max-width: 95%;
    }

    .spWidth-m {
        max-width: 90%;
    }

    .spWidth-s {
        max-width: 78%;
    }
}

/*セクションと見出しの上下のマージン*/
.secOuter-s {
    padding: 4rem 0px;
}

.secOuter-m {
    padding: 5rem 0px;
}

.secOuter-l {
    padding: 7rem 0px;
}

@media screen and (max-width: 540px) {
    .secOuter-s {
        padding: 3rem 0px;
    }

    .secOuter-m {
        padding: 4rem 0px;
    }

    .secOuter-l {
        padding: 6rem 0px;
    }
}

.headline-l {
    margin-bottom: 5rem;
}

.headline-m {
    margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
    .headline-l {
        margin-bottom: 3rem;
    }

    .headline-m {
        margin-bottom: 2rem;
    }
}

.textCenter {
    text-align: center;
}

/* ↓ ボタン ------------------------*/
.btn-s {
    font-size: 0.8rem;
    position: relative;
    padding: 0.5rem 2rem 0.5rem 1rem;
    border-radius: 0.2rem;
    color: white;
    background: #8DB8E0;
    line-height: 1;
}

.btn-s-icon {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    right: 0.8rem;
    vertical-align: bottom;
    transition: all 0.5s ease;
}

.btn-s:hover .btn-s-icon {
    position: absolute;
    right: 0.2rem;
    transition: all 0.5s ease;
}

.badge {
    font-size: 0.8rem;
    font-family: 'Allerta Stencil', sans-serif;
    padding: 0.2rem 0.8rem 0.25rem 0.8rem;
    border-radius: 0.2rem;
    color: white;
    line-height: 1;
    margin-left: 0.4rem;
    vertical-align: baseline;
}

@media screen and (max-width: 540px) {
    .badge {
        padding: 0.1rem 0.6rem 0.12rem 0.6rem;
    }
}

.badge-special {
    background: #5DC0C0;
}

.badge-live {
    background: #E98BA3;
}

.badge-radio {
    background: #36A1C3;
}

.badge-release {
    background: #004281;
}

.badge-tv {
    background: #90ACDA;
}

/* ↓ ヘッダー ------------------------*/
.gnavOuter {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0.6rem 1.4rem 1.4rem 1.4rem;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.02);
    transition: all 0.5s ease;
    z-index: 10;
}

/*↑背景固定の場合はabsolute、追従の場合はfixedに変更*/

.bgTopmost {
    background: none;
    box-shadow: none;
    transition: all 0.5s ease;
}

.gnavInner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gNavLeft {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gNavLeft img {
    width: 12rem;
}

.gNavRight {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5rem;
}

@media screen and (max-width: 540px) {
    .gNavRight {
        margin-right: 4rem;
    }
}


.gNavRight img {
    height: 1.5rem;
    margin-left: 1.3rem;
    padding-bottom: 0.3rem;
}

.fixedNav {
    position: fixed;
    z-index: 10;
    top: 1.8rem;
    right: 6.5rem;
}

.menuArea {
    width: 100%;
    height: 6.8rem;
}

@media screen and (max-width: 540px) {
    .menuArea {
        height: 5rem;
    }
}

/* ↓ パンくずリスト ------------------------*/
.bread {
    margin-top: -0.5rem;
    color: darkgray;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    height: 1rem;
}

.bread div {
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.bread a {
    color: darkgray;
}

/* ↓ ドロワーメニューカスタマイズ ------------------------*/
.hamburger {
    top: 0.6rem;
    position: absolute;
}

@media screen and (max-width: 540px) {
    .hamburger {
        right: 1rem;
    }
}

.spNavigations {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: left;
}

@media screen and (max-width: 540px) {
    .spNavigations {
        padding-top: 8rem;
        align-items: flex-start;
    }
}

.spNavigation-width {
    max-width: 90%;
    margin: 0 auto;
    width: 28rem;
}

.spNavigation {
    display: flex;
    width: 100%;
    color: #575757;
    border-top: 1px dashed #666666;
    align-items: center;
    font-size: 1rem;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0.5rem 0px;
}

.spNavigation:last-child {
    border-bottom: 1px dashed #666666;
}

.spNavigation p span {
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1;
    letter-spacing: normal;
}

.spNavigation img {
    width: 4rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

/* ↓ セクション ｜ ファーストビュー / メインスライダー ------------------------*/
.fv {
    height: 600px;
    padding-top: 53px;
    background-image: url(../top-img/fv_green.jpg), url(../top-img/fv_vision.png), url(../top-img/bg_fv01.png), url(../top-img/fv_town.gif);
    background-repeat: repeat-x, no-repeat, repeat-x, no-repeat;
    background-position: center bottom, center bottom, center top, center bottom;
    background-size: 1200px 37px, 790px 560px, 1200px 386px, 1500px 129px;
}

/*1.2*/
@media screen and (min-width: 1400px) {
    .fv {
        height: 720px;
        padding-top: 63.6px;
        background-image: url(../top-img/fv_green.jpg), url(../top-img/fv_vision.png), url(../top-img/bg_fv01.png), url(../top-img/fv_town.gif);
        background-repeat: repeat-x, no-repeat, repeat-x, no-repeat;
        background-position: center bottom, center bottom, center top, center bottom;
        background-size: 1440px 44.4px, 948px 672px, 1440px 436.2px, 1800px 154.8px;
    }
}

@media screen and (max-width: 540px) {
    .fv {
        height: calc(72vw + 35px);
        padding-top: calc(7.2vw + 35px);
        background-image: url(../top-img/fv_green.jpg), url(../top-img/fv_vision.png), url(../top-img/bg_fv01.png), url(../top-img/fv_town.gif);
        background-repeat: repeat-x, no-repeat, repeat-x, no-repeat;
        background-position: center bottom, center bottom, center top, center bottom;
        background-size: 144vw 4.4vw, 94.8vw 67.2vw, 144vw 43.6vw, 180vw 15.5vw;
    }
}

.slider a img:hover {
    opacity: 1;
}

.slider a:hover {
    opacity: 1;
}

.slider-image {
    height: 420px;
    width: 760px;
    margin-left: 2rem;
    margin-right: 2rem;
}

@media screen and (min-width: 1400px) {
    .slider-image {
        height: 502px;
        width: 912px;
        margin-left: 2.4rem;
        margin-right: 2.4rem;
    }
}

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

    .slider {
        width: 90vw;
        margin: 0 auto;
    }

    .slider-image {
        width: 100%;
        height: auto;
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-dots li button:before {
    color: #988578 !important;
}


/* ↓ セクション ｜ スケジュールとツイッタ ------------------------*/
.sec-schedule_twitter {
    margin-top: 0rem;
    display: flex;
}

@media screen and (max-width: 540px) {
    .sec-schedule_twitter {
        margin-top: 0rem;
        display: block;
    }
}

.sec-schedule {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
}

@media screen and (max-width: 540px) {
    .sec-schedule {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

.sec-twitter {
    width: 50%;
    padding-left: 2%;
    padding-right: 2%;
}

@media screen and (max-width: 540px) {
    .sec-twitter {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: 3rem;
    }
}

.secSchedule-title {
    font-size: 1.2rem;
    line-height: 1.4;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4d4d4d;
}

.secTwitter-title {
    font-size: 1.2rem;
    line-height: 1.4;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4d4d4d;
}

.schedule-list {
    min-height: 5.4rem;
    color: #575757;
    letter-spacing: 0.06rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #666666;
    line-height: normal;
}

.schedule-list:first-child {
    border-top: 2px solid #666666;
}

.scheduleList-day {
    color: #666;
    margin-bottom: 0.3rem;
    font-weight: 300;
}

@media screen and (max-width: 540px) {
    .schedule-list {
        height: 6rem;
        line-height: 1.4rem;
    }

    .scheduleList-day {
        color: #666;
        margin-bottom: 0.1rem;
    }
}

.icon-today {
    height: 4rem;
    width: auto;
}

.twitter-content {
    border-top: 2px solid #666666;
}

/* ↓ セクション ｜ 所属アーティスト ------------------------*/
.sec-artist {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
    .sec-artist {
        margin: 0 auto;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

.secArtist-title {
    font-size: 1.2rem;
    line-height: 1.4;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4d4d4d;
}

@media screen and (max-width: 540px) {
    .secArtist-title {
        justify-content: flex-start;
    }
}

.secArtist-content {
    display: flex;
    justify-content: center;
}

.secArtist-rabel {
    width: 32%;
    height: 6.8rem;
    border-radius: 0.5rem;
    background: #f5f8fa;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 540px) {
    .secArtist-rabel {
        width: 45%;
    }
}


.secArtist-rabel:first-child {
    margin-right: 2%;
}

.secArtist-rabel:last-child {
    margin-left: 2%;
}

.secArtist-rabel-1:hover {
    background: #DBD3E4;
    transition: all 0.5s ease;
}

.secArtist-rabel-2:hover {
    background: #B9E2C9;
    transition: all 0.5s ease;
}

.secArtist-rabel-3:hover {
    background: #CDC0B6;
    transition: all 0.5s ease;
}

.secArtist-rabel img {
    height: 80%;
    width: auto;
    transition: all 0.3s ease;
}

.secArtist-rabel:hover .secArtistRabel-image {
    height: 84%;
    width: auto;
    transition: all 0.3s ease;
}

@media screen and (max-width: 540px) {
    .secArtist-rabel img {
        width: 70%;
        height: auto;
        transition: all 0.3s ease;
    }
}

/* ↓ モーダル ------------------------*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal-bg {
    background: rgba(191, 191, 191, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal-box {
    background: #fff;
    padding: 1.5rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 760px;
    max-width: 95%;
}

@media screen and (min-width: 1400px) {
    .modal-box {
        width: 912px;
        max-width: 98%;
    }
}

.modal-title {
    display: flex;
    justify-content: space-between;
}

.modal-content {
    display: flex;
    margin: 0 auto;
    width: 40rem;
    max-width: 90%;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}

.modalContent-left {
    width: 50%;
    padding-right: 1rem;

}

.modalContent-right {
    width: 50%;
    padding-left: 1rem;
}

.modalContent-card {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #575757;
    margin-bottom: 1.3rem;
}

@media screen and (max-width: 540px) {
    .modalContent-card {
        font-size: 1rem;
        letter-spacing: normal;
    }
}

.modalContent-card:last-child {
    margin-bottom: 0rem;
}

.modalContent-card img {
    width: 4.2rem;
    margin-right: 1.2rem;
}

@media screen and (max-width: 540px) {
    .modalContent-card img {
        width: 3.2rem;
        margin-right: 0.8rem;
    }
}

@media screen and (max-height: 720px) {
    .modalContent-card img {
        width: 3rem;
        margin-right: 1.2rem;
    }
}

.modalTitle-image {
    height: 2.6rem;
    width: auto;
}

.modalTitle-close {
    width: 2.4rem;
}

.modalContent-headline {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 auto;
    width: 40rem;
    max-width: 90%;
}


/* ↓ セクション ｜ ステーションコーナータイトル ------------------------*/

.sec-corner {
    position: relative;
    margin-top: 5rem;
    width: 100%;
    padding: 6rem 0 4.8rem 0;
    background-image: url(../top-img/bg_diagonal_top.png), url(../top-img/bg_diagonal_bottom.png), url(../top-img/bg_corner.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center top, center bottom, center center;
    background-size: 100% 2rem, 100% 2rem, cover;
}

@media screen and (max-width: 540px) {
    .sec-corner {
        margin-top: 3rem;
        padding: 5rem 0 4rem 0;
    }
}

.secCornerCard-wrapper {
    padding: 1rem;
    text-align: center;
}

@media screen and (max-width: 540px) {
    .secCornerCard-wrapper {
        padding: 0.4rem 1rem;
    }
}

.secCornerCard-thumnail {
    width: 100%;
}

.secCornerCard-thumnail img {
    width: 100%;
}

.secCornerCard-title {
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 1.4rem;
    margin-top: 0.8rem;
    line-height: 1;
    letter-spacing: normal;
}

@media screen and (max-width: 540px) {
    .secCornerCard-title {
        font-size: 1.2rem;
    }
}

.secCornerCard-subtitle {
    color: #575757;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 0.2rem;
}

.container-people {
    position: absolute;
    right: 8rem;
    bottom: -2rem;
}

.container-people img {
    width: 7rem;
}

@media screen and (max-width: 540px) {
    .container-people {
        position: absolute;
        right: 4rem;
        bottom: -1rem;
    }

    .container-people img {
        width: 5rem;
    }
}

/* ↓ セクション ｜ ステーションコーナータイトル ------------------------*/
.small-slider {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.smallslider-block {
    width: 12rem;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #575757;
}

@media screen and (max-width: 540px) {
    .smallslider-block {
        width: 8rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

.smallslider-block p {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.4rem;
}

.smallslider-block img {
    width: 100%;
}

/* ↓ フッター ------------------------*/
.sec-footer {
    padding: 4rem 1rem 5rem 1rem;
    background: url(../top-img/bg_footer.png)repeat-x;
    background-position: top center;
    background-size: 1200px 500px;
    text-align: center;
}

@media screen and (max-width: 540px) {
    .sec-footer {
        padding: 3rem 1rem 7rem 1rem;
    }
}

.footer-banners {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 540px) {
    .footer-banners {
        display: block;
        margin-bottom: 2rem;
    }
}

.footer-banner {
    display: block;
    width: 30%;
    margin: 0 auto;
    margin: 1%;
    text-align: center;
}

@media screen and (max-width: 540px) {
    .footer-banner {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
}

.footer-banner img {
    width: 100%;
}


.footer-menu {
    margin-top: 1rem;
}

.footer-menu a {
    color: gray;
}

.footer-copy {
    font-size: 0.8rem;
    margin-top: 1rem;
    letter-spacing: normal;
    color: darkgray;
}

/* ↓ ページ共通ヘッダー ------------------------*/
.page-bg {
    background-image: url(../top-img/bg_watercolor.png);
    background-repeat: rrepeat;
    background-position: center bottom;
    background-size: 1200px 750px;
}

.pageheader {
    text-align: center;
    height: 16rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 540px) {
    .pageheader {
        height: 13rem;
        padding-top: 2rem;
    }
}

.pageheader-noimage {
    height: 6rem;
}

@media screen and (max-width: 540px) {
    .pageheader-noimage {
        height: 4rem;
    }
}

.pageheader img {
    width: 6rem;
}

@media screen and (max-width: 540px) {
    .pageheader img {
        width: 5rem;
    }
}

.pageheader-title {
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: normal;
}

@media screen and (max-width: 540px) {
    .pageheader-title {
        font-size: 1.4rem;
    }
}

.pageheader-subtitle {
    color: #575757;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 0.2rem;
}

@media screen and (max-width: 540px) {
    .pageheader-subtitle {
        font-size: 1rem;
    }
}

.pagecontent {}

.page-card {
    width: 100%;
    background: white;
    border-radius: 0.2rem;
    padding: 4.2rem 12rem 6rem 12rem;
    /*    box-shadow: 0px 0px 10px -1px #d3d3d3;*/
    margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
    .page-card {
        width: 100%;
        padding: 3rem 1.6rem 5rem 1.6rem;
    }
}

/* ↓ Theater ------------------------*/
.theater-title {
    text-align: center;
}

.theater-title img {
    width: 80%;
}

@media screen and (max-width: 540px) {
    .theater-title img {
        width: 100%;
    }
}

.theater-catch {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-top: 0.8rem;
}

@media screen and (max-width: 540px) {
    .theater-catch {
        font-size: 1.4rem;
    }
}

.theater-headline {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 4rem;
    line-height: 1;
}

@media screen and (max-width: 540px) {
    .theater-headline {
        margin-top: 2rem;
    }
}

.theater-headline img {
    width: 4rem;
    vertical-align: middle;
    margin-right: 0.6rem;
}

.theater-subheadline {
    font-size: 1rem;
    font-weight: 700;
    display: block;
    width: 100%;
    margin-top: 2.2rem;
    border: 1px solid;
    border-radius: 2rem;
    text-align: center;
    padding: 0.8rem;
    background: #e5b13d;
    color: white;
}

@media screen and (max-width: 540px) {
    .theater-subheadline {
        font-size: 1.2rem;
    }
}

/*fontのサイズの種類*/
.theater-text-l {
    font-size: 1.2rem;
    margin-top: 1.2rem;
}

.theater-text-m {
    margin-top: 1.2rem;
}

.theater-text-s {
    margin-top: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.07rem;
}

/*spanの種類*/
.bigtext {
    font-size: 1.6rem;
    font-weight: 700;
}

.marker_yellow {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*色*/
.turquoise {
    color: #42d1d1;
}

.deepblue {
    color: #4397bf;
}

.pink {
    color: #e4809c;
}

/*URL*/
.theater-url {
    font-size: 1rem;
    font-weight: 400;
}

.theater-url:before {
    content: "▶︎";
    font-size: 0.6rem;
    margin-right: 0.5rem;
    margin-left: 1rem;
}

.theater-box {
    padding: 0.5rem 1.6rem 1.6rem 1.6rem;
    border: 1px solid;
    border-radius: 0.5rem;
    margin-top: 1.8rem;
}


/*配信*/
.theaterBroadcast-group {
    margin-top: 1.8rem;
    border-left: 4px solid #4397bf;
    padding-left: 1.8rem;
}

.theaterBroadcast-title {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    padding-top: 0.8rem;
}

.theaterBroadcast-title img {
    height: 2.8rem;
}

@media screen and (max-width: 540px) {
    .theaterBroadcast-title img {
        height: 2rem;
    }
}

.card-padding {
    height: 3rem;
    width: 100%;
}

@media screen and (max-width: 540px) {
    .card-padding {
        height: 1rem;
        width: 100%;
    }
}

.pageCard-title {
    font-family: 'Allerta Stencil', sans-serif;
    font-size: 1.8rem;
    margin-top: 0.8rem;
    line-height: 1;
    letter-spacing: normal;
}

.pageCard-subtitle {
    font-size 1.2rem;
    margin-top: 0.5rem;
}

.pageCard-content {
    margin-top: 1.8rem;
}

/* ↓ Library ------------------------*/
.page-library {
    display: flex;
    flex-wrap: wrap;
}

.page-papers {
    width: 65%;
    margin-right: 4%;
}

@media screen and (max-width: 540px) {
    .page-papers {
        width: 100%;
        margin-right: 0%;
    }
}

/*20201102*/
.pagePaper-onesheet {
    margin-bottom: 3rem;
}

.pagePaper-onesheet:last-child {
    margin-bottom: 0;
}


.pagePaper-top {
    width: 100%;
    height: 12px;
    background-image: url(../top-img/bg_paper_top.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 48px 12px;
    margin-bottom: -1px;
}

.pagePaper-bottom {
    width: 100%;
    height: 12px;
    background-image: url(../top-img/bg_paper_bottom.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 48px 12px;
    margin-top: -1px;
}

.pagePaper-middle {
    background: white;
    padding: 4rem 4rem 6rem 4rem;
    position: relative;
}

@media screen and (max-width: 540px) {
    .pagePaper-middle {
        background: white;
        padding: 4rem 2rem;
    }
}

.pagePaper-day {
    font-weight: 300;
    margin-top: 0.2rem;
    font-size: 0.9rem;
}

.pagePaper-title {
    font-size: 1.6rem;
    line-height: 1.4;
}

@media screen and (max-width: 540px) {
    .pagePaper-title {
        font-size: 1.4rem;
    }
}

.pagePaper-content {
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #575757;
}

@media screen and (max-width: 540px) {
    .pagePaper-content {
        font-size: 1.1rem;
    }
}

.page-sidemenu {
    width: 31%;
    height: auto;
    background: white;
    padding: 4rem 3rem;
}

@media screen and (max-width: 540px) {
    .page-sidemenu {
        width: 100%;
        margin-top: 2rem;
        padding: 4rem 2rem;
    }
}

.pageSidemenu-title {
    font-size: 1.4rem;
    font-weight: 300;
}

.pageeSidemenu-lists {
    margin-top: 2rem;
}

.pageeSidemenu-list {
    padding: 1rem 0px;
    border-top: 1px dashed #666666;
    /*border-bottom: 1px dashed #666666;*/
    display: flex;
    align-items: center;
}

.pageeSidemenuList-titles {}

.pageeSidemenuList-title {
    font-size: 1rem;
    line-height: 1.4;
}

.pageeSidemenuList-tri img {
    width: 0.8rem;
    margin-left: 0.5rem;
}

@media screen and (max-width: 540px) {
    .pageeSidemenuList-title {
        font-size: 1.2rem;
    }
}

.pagePaper-writer {
    margin-top: 0.4rem;
    line-height: 1.4;
}

/* ↓ その他のページ ------------------------*/
.pageCard-table {
    border-bottom: 1px solid #D5D5D5;
    padding: 1rem;
    border-collapse: collapse;
    letter-spacing: 0.07rem;
}

th,
td {
    padding: 0.5rem 0;
}

th {
    text-align: left;
    padding-right: 1rem;
    min-width: 8rem;
}

td {
    padding-left: 1rem;
    border-left: 1px solid #D5D5D5;
}

tr {
    border-top: 1px solid #D5D5D5;
}

tr:last-child {
    border-bottom: 1px solid #D5D5D5;
}

.pageCard-btn {
    font-size: 1.2rem;
    padding: 1rem;
    border: 1px solid;
    border-radius: 0.3rem;
}



/* ↓ フッターアニメーション ------------------------*/
.footertrain {
    height: 129px;
    padding-top: 53px;
    margin-bottom: -40px;
    background-image: url(../top-img/fv_town.gif), url(../top-img/bg_watercolor.png);
    background-repeat: no-repeat, repeat;
    background-position: center bottom, center top;
    background-size: 1500px 129px, 1200px 750px;
}

/*1.2*/
@media screen and (min-width: 1400px) {
    .footertrain {
        height: 154.8px;
        padding-top: 63.6px;
        margin-bottom: -44.4px;
        background-image: url(../top-img/fv_town.gif), url(../top-img/bg_watercolor.png);
        background-repeat: no-repeat, repeat;
        background-position: center bottom, center top;
        background-size: 1800px 154.8px, 1200px 750px;
    }
}

@media screen and (max-width: 540px) {
    .footertrain {
        height: calc(15.5vw + 35px);
        padding-top: calc(7.2vw + 35px);
        margin-bottom: -4.4vw;
        background-image: url(../top-img/fv_town.gif), url(../top-img/bg_watercolor.png);
        background-repeat: no-repeat, repeat;
        background-position: center bottom, center top;
        background-size: 180vw 15.5vw, 1200px 750px;
    }
}

/* ↓ コンタクトCSS ------------------------*/
.pageCardContent-discription {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.double-btns {
    display: flex;
    margin-bottom: 2.5rem;
}

.double-btn {
    background: #8DB8E0;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    padding: 1rem;
    width: 48%;
    border-radius: 0.5rem;
    line-height: normal;
}

.double-btn:last-child {
    margin-left: 4%;
}

/* ↓ ファンクラブ、コミュニティー ------------------------*/
.pageCard-contentwide {
    width: 100%;
    background: white;
    border-radius: 0.2rem;
    padding: 4.2rem 4.2rem 6rem 4.2rem;
    /*    box-shadow: 0px 0px 10px -1px #d3d3d3;*/
    margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
    .pageCard-contentwide {
        width: 92%;
        padding: 3rem 2rem 5rem 2rem;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
}

.fanclubs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fanclub {
    width: 31%;
    margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
    .fanclub {
        width: 100%;
        margin-top: 3rem;
        margin-bottom: 0rem
    }

    .fanclub:first-child {
        margin-top: 0rem;
    }
}

.fanclub-logo {
    text-align: center;
}

.fanclub-logo img {
    width: 100%;
    margin-bottom: 1rem;
}

@media screen and (max-width: 540px) {
    .fanclub-logo img {
        width: 80%;
    }
}

.fanclub-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.fanclub-sentence {
    line-height: 1.5;
    padding-bottom: 1rem;
}

.fanclub-info {
    padding-top: 1rem;
    border-top: 1px dotted;
}

.fanclub-info span {
    font-size: 1.2rem;
    font-weight: 600;
}

.fanclub-small {
    line-height: 1.4;
    font-size: 0.8rem;
    letter-spacing: normal;
}

.fanclub-link {
    margin-top: 0.5rem;
}

.fanclub-qr {
    margin-top: 0.5rem;
    width: 6rem;
}

@media screen and (max-width: 540px) {
    .fanclub-qr {
        display: none;
    }
}

/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
    display: block;
}

.spArea {
    display: none;
}

@media screen and (max-width: 540px) {
    .pcArea {
        display: none;
    }

    .spArea {
        display: block;
    }
}
