﻿@charset "UTF-8";

/* プレミアムアワー CSS */


/*--------------------------------
キーカラー
赤......#c4403c
薄赤....#e3a380
黒......#343434
灰......#a3a6a7
--------------------------------*/

@media only screen and (max-width: 1024px) {
    .premium-hour {
        margin: 0 20px;
    }
}


/*--------------------------------
ヘッダー
--------------------------------*/


/* ヘッダー始め */


/* ヘッダーロゴ */

.premium-hour .c-header__logo img {
    width: 100%;
    height: auto;
}


/* 企画趣旨 */


/* キャッチコピー */

.premium-hour .c-header__catch-copy {
    display: flex;
}

@media only screen and (max-width: 900px) {
    .premium-hour .c-heade/Images/oita-press/sales/movie-hour/dummy/600x847r__catch-copy {
        flex-direction: column;
    }
}

.premium-hour .c-header__catch-copy p {
    font-size: 110%;
    /* sp: 20px ~ 32px :pc */
    min-height: 0vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    line-height: 1.3;
}


/* リード文 */

.premium-hour .c-header__lead {
    text-align: justify;
}

.premium-hour .c-header__lead p {
    font-size: 110%;
    /* sp: 18px ~ 20px :pc */
    min-height: 0vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.3;
}


/* 「新着情報」部分 */

.premium-hour .c-new-info__title h2 {
    font-size: 1.7em;
    /* sp: 28px ~ 32px :pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}


/* 新着情報一覧 */

.premium-hour .c-new-info__list ul li a {
    display: flex;
}

.premium-hour .c-new-info__list ul li a p {
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    min-height: 0vw;
    letter-spacing: 0.1em;
    text-align: justify;
}

.preopen {
    margin-top: 3.2rem;
}

.preopen img {
    width: 100%;
}

/*--------------------------------
メイン
--------------------------------*/

/* メイン始め */

.premium-hour .l-main__primary {
    display: flex;
    flex-direction: column;
}


/* 「上映中」部分 */

.premium-hour .c-nowShowing__title h2 {
    font-size: 1.7em;
    /* sp: 28px ~ 32px :pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}


/* 上映中コンテンツ始め */

.premium-hour .l-nowShowing__wrapper {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-nowShowing__wrapper {
        flex-direction: column;
    }
}


/* 上映中左側コンテンツ */

.premium-hour .l-nowShowing__main-container {
    margin: 0 auto;
}


/* 上映作品メインイメージ */

.premium-hour .m-nowShowing__aspect-ratio {
    width: 30vw;
    height: auto;
}

@media only screen and (max-width: 900px) {
    .premium-hour .m-nowShowing__aspect-ratio {
        justify-content: center;
        width: 90vw;
    }
}

.premium-hour .c-nowShowing__main-img {
    /*border: 1px solid #343434;*/
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin: 10px 5px;
}

.premium-hour .c-nowShowing__main-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}


/* 上映中の映画タイトル */

.premium-hour .c-nowShowing__movie-title {
    text-align: justify;
}

.premium-hour .c-nowShowing__movie-title h3 {
    font-size: clamp(1.25rem, 1.1581rem + 0.3922vw, 1.4375rem);
    /* sp: 20px ~ 23px :pc */
    min-height: 0vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-align: center;
}


/* 上映中の映画サブタイトル */

.premium-hour .c-nowShowing__movie-subtitle {
    text-align: justify;
}

.premium-hour .c-nowShowing__movie-subtitle h4 {
    font-size: clamp(1.125rem, 1.0637rem + 0.2614vw, 1.25rem);
    /* sp: 18px ~ 20px :pc */
    min-height: 0vw;
    font-weight: bolder;
    line-height: 1.9;
    letter-spacing: 0.1em;
    text-align: center;
}


/* 上映期間 */

.premium-hour .c-nowShowing__running-period {
    display: flex;
    flex-direction: column;
}

.premium-hour .c-running-period__day p,
.c-running-period__time p {
    font-size: 110%;
    /* sp: 18px ~ 20px :pc */
    min-height: 0vw;
    /*font-weight: bolder;
  line-height: 1.3;*/
    letter-spacing: 0.1em;
    margin-top: 20px;
    text-align: center;
}


/* 上映中右側コンテンツ */

.premium-hour .l-nowShowing__sub-container {
    margin-left: 2rem;
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-nowShowing__sub-container {
        margin-left: 0;
        margin-top: 2rem;
    }
}


/* 上映中作品情報一覧 */

.premium-hour .l-nowShowing__info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-nowShowing__info {
        justify-content: flex-start;
        align-items: flex-start;
    }
}


/* あらすじ */

.premium-hour .c-nowShowing__outline {
    text-align: justify;
}

.premium-hour .c-nowShowing__outline p {
    font-size: clamp(1rem, 0.9387rem + 0.2614vw, 1.125rem);
    /* sp:16px ~ 18px:PC */
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
}


/* 監督名・キャスト名 */

.premium-hour .c-nowShowing__film-director,
.c-nowShowing__cast-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.premium-hour .c-nowShowing__film-director p,
.c-nowShowing__cast-name p {
    font-size: clamp(0.75rem, 0.6887rem + 0.2614vw, 0.875rem);
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.premium-hour .c-nowShowing__film-director ul,
.c-nowShowing__cast-name ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.premium-hour .c-nowShowing__film-director ul li,
.c-nowShowing__cast-name ul li {
    font-size: clamp(0.75rem, 0.6887rem + 0.2614vw, 0.875rem);
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-right: 0.5em;
}


/* 上映時間 */

.premium-hour .c-nowShowing__running-time {
    display: flex;
    flex-direction: row;
}

.premium-hour .c-nowShowing__running-time p {
    font-size: clamp(0.75rem, 0.6887rem + 0.2614vw, 0.875rem);
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
    line-height: 1.5;
}


/* 上映場所 */

.premium-hour .c-nowShowing__screening-place {
    display: flex;
    flex-direction: row;
}

.premium-hour .c-nowShowing__screening-place p {
    font-size: clamp(0.75rem, 0.6887rem + 0.2614vw, 0.875rem);
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.premium-hour .c-nowShowing__screening-place a {
    font-size: clamp(0.75rem, 0.6887rem + 0.2614vw, 0.875rem);
    min-height: 0vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.5;
}


/* 映画公式サイト */

.premium-hour .c-nowShowing__official-link a {
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    min-height: 0vw;
    letter-spacing: 0.1em;
}


/* 上映中コンテンツ終わり */


/* 記事リスト始め */


/* 「記事リスト」部分 */

.premium-hour .c-movieArticle__title h2 {
    font-size: 1.7em;
    /* sp:28px ~ 32px:pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}


/* 記事セレクト */

.premium-hour .l-movieArticle__container {
    display: flex;
    gap: 1rem;
}

.premium-hour .l-movieArticle__container .c-movieArticle__items {
    flex-basis: 23%;
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-movieArticle__container .c-movieArticle__items {
        flex-basis: 47%;
    }
}

.premium-hour .c-movieArticle__items a {
    color: #343434;
}


/* 記事イメージ */

.premium-hour .m-movieArticle__aspect-ratio {
    flex-basis: 100%;
}

.premium-hour .c-movieArticle__img {
    /*border: 1px solid #343434;*/
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin: 10px 5px;
}

.premium-hour .c-movieArticle__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.premium-hour .c-movieArticle__title {
    text-align: justify;
}

.premium-hour .c-movieArticle__title h3 {
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    min-height: 0vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* 記事リスト終わり */


/*--------------------------------
まもなく上映コーナー
--------------------------------*/


/* まもなく上映コーナー始め */

.premium-hour .c-comingSoon__title h2 {
    font-size: 1.7em;
    /* sp:28px ~ 32px:pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}

.premium-hour .l-comingSoon__list ul {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
}

.premium-hour .l-comingSoon__list ul li {
    flex-basis: 23%;
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-comingSoon__list ul li {
        flex-basis: 47%;
    }
}

.premium-hour .l-comingSoon__list ul li a .m-img__wrap {
    /*border: 1px solid #343434;*/
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin: 10px 5px;
}

.premium-hour .l-comingSoon__list ul li a .m-img__wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.premium-hour .l-comingSoon__list ul li a p {
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    min-height: 0vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* まもなく上映コーナー終わり */


/*--------------------------------
ツイッター
--------------------------------*/

.premium-hour .c-sns__title h2 {
    font-size: 1.7em;
    /* sp:28px ~ 32px:pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}


/*--------------------------------
シネマ5紹介
--------------------------------*/


/* シネマ5紹介始め */

.premium-hour .l-cinema5__secondary {
    display: flex;
    flex-direction: column;
}

.premium-hour .l-cinema5__wrapper {
    display: grid;
    gap: 2%;
    align-content: stretch;
    justify-content: stretch;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    grid-template-rows: 0.5fr 3fr 1fr 2fr;
    grid-template-areas: "img img logo ." "img img info info" "map map map map" "map map map map";
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-cinema5__wrapper {
        gap: 0;
        align-content: center;
        justify-content: center;
        grid-template-columns: none;
        grid-template-rows: none;
        grid-template-areas: none;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        align-items: stretch;
        row-gap: 1.5rem;
    }
}


/* シネマ5紹介 */

.premium-hour .c-cinema5__title h2 {
    font-size: 1.7em;
    /* sp: 28px ~ 32px :pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}


/* シネマ5会場イメージ */

.premium-hour .c-cinema5__img {
    grid-area: img;
    width: 280px;
}

@media only screen and (max-width: 900px) {
    .premium-hour .c-cinema5__img {
        width: 100%;
    }
}

.premium-hour .c-cinema5__img img {
    width: 100%;
    height: auto;
}


/* シネマ5ロゴイメージ */

.premium-hour .c-cinema5__logo,
.c-cinema5bis__logo {
    grid-area: logo;
}

.premium-hour .c-cinema5__logo,
.c-cinema5bis__logo {
    width: 70%;
    height: auto;
    margin-left: 10px;
}

@media only screen and (max-width: 900px) {
    .premium-hour .c-cinema5__logo img,
    .c-cinema5bis__logo img {
        width: 40%;
        height: auto;
    }
}


/* シネマ5各情報 */

.premium-hour .c-cinema5__info {
    grid-area: info;
    margin-left: 10px;
}

.premium-hour .c-info__title p {
    font-size: 110%;
    /* sp:16px ~ 18px:pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    letter-spacing: 0.1em;
}

.premium-hour .c-info__item {
  margin: 0 0 5px 10px;
}

.premium-hour .c-info__item p {
    font-size: 110%;
    /* sp:16px ~ 18px:pc */
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
}


/* シネマ5Googleマップ */

.premium-hour .c-cinema5__Google-map {
    margin-top: 20px;
    padding-right: 1px;
    grid-area: map;
    justify-self: stretch;
    align-self: stretch;
    border: 1px solid #999999;
}


/* シネマ5紹介終わり */


/*--------------------------------
上映終了コーナー
--------------------------------*/


/* 上映終了コーナー始め */

.premium-hour .c-showEnd__title h2 {
    font-size: 1.7em;
    /* sp: 28px ~ 32px :pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
}

.premium-hour .l-showEnd__list ul {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 1rem;
}

.premium-hour .l-showEnd__list ul li {
    flex-basis: 23%;
}

@media only screen and (max-width: 900px) {
    .premium-hour .l-showEnd__list ul li {
        flex-basis: 47%;
    }
}

.premium-hour .l-showEnd__list ul li a .m-img__wrap {
    /*border: 1px solid #343434;*/
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    margin: 10px 5px;
}

.premium-hour .l-showEnd__list ul li a .m-img__wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
}

.premium-hour .l-showEnd__list ul li a p {
    font-size: clamp(0.875rem, 0.8137rem + 0.2614vw, 1rem);
    min-height: 0vw;
    font-weight: bolder;
    letter-spacing: 0.1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* 上映終了コーナー終わり */


/*--------------------------------
フッター
--------------------------------*/


/* 「大分合同新聞ムービーアワーとは」 */

.premium-hour .c-omoi__title p {
    font-size: 1.5em;
    /* sp: 28px ~ 32px :pc */
    min-height: 0vw;
    font-weight: bolder;
    color: #343434;
    padding: 0.3rem 1.0rem;
    border-left: 10px double #c4403c;
    line-height: 1.3;
}

.premium-hour .c-omoi__txt p {
    font-size: 110%;
    /* sp:16px ~ 18px:PC */
    min-height: 0vw;
    font-weight: normal;
    color: #343434;
    letter-spacing: 0.1em;
    line-height: 1.9;
}


/* 大分合同新聞ムービーアワー メール */

.premium-hour .l-footer__mail {
    text-align: center;
}

.premium-hour .c-movie-hour__mail img {
    width: 45%;
    height: auto;
    transition: 0.3s;
}

@media only screen and (max-width: 699px) {
    .premium-hour .c-movie-hour__mail img {
        width: 90%;
        height: auto;
    }
}

.premium-hour .c-movie-hour__mail img:hover {
    opacity: 0.7;
}


/* 仮でSPの時記事非表示 */

@media only screen and (max-width: 900px) {
    .premium-hour .l-movieArticle__container .m-display__none {
        display: none;
    }
    .premium-hour .l-comingSoon__list ul .m-display__none {
        display: none;
    }
    .premium-hour .l-showEnd__list ul .m-display__none {
        display: none;
    }
}


.thumbnail img {
  width: 100%;
}

/* swiper */

.swiper-cinema5 {
    position: relative;
    width: 100%;
    padding: 20px;
    /*
    padding-bottom: 40px;
    box-sizing: border-box;
    background: #ffe8e7;
*/
    overflow: hidden;
}

.swiper-cinema5.visible {
    overflow: visible;
}

.article-image {
    width: 100%;
}

/*-----------------------------------------------
料金
-----------------------------------------------*/
h3{
    font-weight: bold;
    margin: 30px 0 10px 0;
    font-size: 120%;
}

.fee {
    width: 300px;
    text-align: left;
}
.fee th {
    width: 200px;
    padding: 5px 0;
    font-weight: bold;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-bottom-width: 1px
}
.fee td {
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-bottom-width: 1px
}
.fee .yen {
    width: 100px;
}

.fee_discount {
    width: 100%;
    text-align: left;
}
.fee_discount th {
    width: 25%;
    padding: 5px 0;
    font-weight: bold;
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-bottom-width: 1px
}
.fee_discount td {
    border-right-style: none;
    border-top-style: none;
    border-left-style: none;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-bottom-width: 1px
}
.fee_discount .discount_summary{
    padding: 5px;
}
.fee_discount .yen {
    width: 100px;
}

.swiper-button-prev:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #f24841 url(/-/media/Images/parts/2020/index/slide_button.ashx) no-repeat;
    background-size: 100%;
}

.swiper-button-prev{
    left: 0;
}

.swiper-button-prev:after{
    content: "";
}

.swiper-button-next:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #f24841 url(/-/media/Images/parts/2020/index/slide_button.ashx) no-repeat;
    background-size: 100%;
    transform: rotate(180deg);
}

.swiper-button-next{
    right: 0;
}

.swiper-button-next:after{
    content: "";
}