@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通ベースラインCSS
===================================================================== */


/* =====================================================================
*    共通・大枠
* =================================================================== */

html {
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    color: #333333;
}

.wrapper,
.wrapper_subpage {
    overflow: hidden;
    position: relative;
}


/* Amazon社名共通 */

.amazon {
    font-family: Verdana, "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
}

.inner {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

#main {
    display: block;
    position: relative;
}

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

@media screen and (min-width:700px) {
    .sp {
        display: none;
    }

    .wrapper a,
    .wrapper_subpage a {
        display: block;
        transition: all 0.2s ease;
    }

    .wrapper a:hover,
    .wrapper_subpage a:hover {
        opacity: 0.5;
    }
}


/*-------------------------------------
    共通ボタン
-------------------------------------*/

.btn {
    min-width: 180px;
    background-color: #FFF;
    border: 2px solid #6c2363;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.btn a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #6c2363;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    padding: 8px 21px 8px 5px;
    transition: all 0.2s ease;
}

.btn a::after {
    content: "";
    width: 6px;
    height: 100%;
    display: block;
    background: url(../img/common/img_right_icon.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 10px;
    transition: all 0.2s ease;
}

@media screen and (min-width:700px) {
    .btn {
        min-width: 200px;
        border-radius: 3px;
    }

    .btn a {
        font-size: 18px;
        line-height: 20px;
        padding: 15px 33px 15px 10px;
    }

    .btn a::after {
        width: 8px;
        right: 15px;
    }

    .btn:hover {
        background-color: #6c2363;
    }

    .btn:hover a {
        opacity: 1;
        color: #FFF;
    }

    .btn:hover a::after {
        background: url(../img/common/img_right_icon_on.png) no-repeat center center;
        background-size: 100% auto;
    }
}


/* =====================================================================
*    ヘッダー要素
* =================================================================== */

#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
}

#header.fixed {
    position: fixed;
}

#header .chase_top {
    width: 100%;
    height: 65px;
    background: url(../img/common/bg_header_pc.jpg) no-repeat center bottom;
    background-size: calc(998 / 750 * 100%) auto;
    border-bottom: 3px solid #be3695;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#header .chase_top .logo_area {
    width: 100%;
    height: 65px;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-right: 65px;
}

#header .chase_top .logo_area a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.wrapper_subpage #header .header_h1 {
    width: 137px;
    height: 41px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 13px;
    padding-left: 22px;
}

.wrapper_subpage #header .header_oatime {
    width: 80px;
    height: 36px;
    text-indent: -999em;
    overflow: hidden;
    background: url(../img/common/img_oatime_02.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 15px;
    margin-left: 168px;
}

@media screen and (min-width:700px) {
    #header {
        position: relative;
        padding-bottom: 70px;
    }

    #header.fixed {
        position: relative;
    }

    #header .chase_top {
        height: auto;
        border-bottom: 0;
        position: relative;
    }

    #header .chase_top .logo_area {
        max-width: 1080px;
        background-size: cover;
        height: auto;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    #header .chase_top .logo_area::after {
        content: "";
        width: 100%;
        height: 0;
        padding-top: calc(220 / 1080 * 100%);
        display: block;
        background: url(../img/common/img_header.png) no-repeat right center;
        background-size: 100% auto;
        position: relative;
        margin-left: auto;
    }

    #header .chase_top .logo_area a {
        width: calc(310 / 1080 * 100%);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        text-decoration: none;
        z-index: 1;
    }

    .wrapper_subpage #header .header_h1 {
        width: calc(190 / 310 * 100%);
        height: auto;
        position: relative;
        padding: 0;
    }

    .wrapper_subpage #header .header_oatime {
        width: calc(104 / 310 * 100%);
        position: relative;
        margin: 0;
        height: auto;
        padding-top: calc(48 / 310 * 100%);
    }
}


/*-------------------------------------
	メニュー
-------------------------------------*/


/* ボタン（SPのみ） */

#header .menu_btn {
    width: 65px;
    height: 65px;
    background-color: #6c2363;
    position: absolute;
    top: 0;
    right: 0;
}

#header .menu_btn a,
#header .menu_btn a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

#header .menu_btn a {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#header .menu_btn a span {
    position: absolute;
    left: 16px;
    width: 35px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
}

#header .menu_btn a span:nth-of-type(1) {
    top: 18px;
}

#header .menu_btn a span:nth-of-type(2) {
    top: 31px;
}

#header .menu_btn a span:nth-of-type(3) {
    bottom: 18px;
}

#header .menu_btn a.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

#header .menu_btn a.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

#header .menu_btn a.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

#header .menu_btn a.active span:nth-of-type(3) {
    opacity: 0;
}


/* メニュー */

#header #nav {
    width: 100%;
    background-color: #6c2363;
    padding: 0 10px 10px;
    box-sizing: border-box;
    z-index: 1;
    transform: translate3d(0, 0, 0);
}

#header #nav ul {
    padding-top: 78px;
    display: none;
}

#header #nav ul li {
    width: 100%;
    height: 40px;
    background-color: #be3695;
}

#header #nav ul li:not(:last-child) {
    margin-bottom: 2px;
}

#header #nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#header #nav ul li a img {
    width: auto;
    height: 25px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width:700px) {
    #header #nav {
        width: 100%;
        height: 70px;
        background-color: #be3695;
        border-bottom: 2px solid #820a6f;
        position: absolute;
        box-sizing: border-box;
        padding: 15px 0 13px;
    }

    #header #nav::before {
        content: "";
        width: 260px;
        height: 68px;
        display: block;
        background: url(../img/common/bg_menu_left.jpg) no-repeat left center;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    #header #nav::after {
        content: "";
        width: 260px;
        height: 68px;
        display: block;
        background: url(../img/common/bg_menu_right.jpg) no-repeat right center;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    #header.fixed #nav {
        position: fixed;
        top: 0;
    }

    #header #nav ul {
        width: 100%;
        max-width: 1080px;
        height: 100%;
        text-align: center;
        letter-spacing: -.40em;
        border-right: 1px solid #7f086d;
        box-sizing: border-box;
        position: relative;
        display: block;
        padding-top: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
    }

    #header #nav ul li {
        width: 14.2856%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        background-color: transparent;
        border-left: 1px solid #7f086d;
        box-sizing: border-box;
    }

    #header #nav ul li:not(:last-child) {
        margin-bottom: 0;
    }

    #header #nav ul li a {
        height: 68px;
        position: absolute;
        top: -15px;
        left: 0;
    }

    #header #nav ul li a:hover {
        opacity: 1;
    }

    #header #nav ul li a::after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: url(../img/common/bg_menu_hover.png) no-repeat center bottom;
        background-size: 100% auto;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.2s ease;
    }

    #header #nav ul li a:hover::after {
        opacity: 1;
    }

    #header #nav ul li a img {
        max-width: 90%;
        height: 32px;
        z-index: 2;
    }
}


/* =====================================================================
*    メイン要素：下層ベースライン（汎用）
* =================================================================== */

.wrapper_subpage {
    background-color: #fafafa;
}

.wrapper_subpage .wrap_inner {
    width: 100%;
    max-width: 1080px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.wrapper_subpage #main {
    width: 100%;
    padding-top: 98px;
    padding-bottom: 12.5%;
    box-sizing: border-box;
}


/* ページタイトル */

.wrapper_subpage #main>h1 {
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 8.9286%;
}

.wrapper_subpage #main>h1 a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 放送日：タイトル表記 */

.oadate_ttl {
    letter-spacing: -.40em;
    text-align: center;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 8.9286%;
}

.oadate_ttl span {
    display: inline-block;
    padding-top: 5px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: normal;
    font-weight: bold;
    vertical-align: top;
}

.oadate_ttl::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/common/img_tv_icon.png) no-repeat left top;
    background-size: 100% auto;
    margin-right: 15px;
    vertical-align: top;
}


/* めばえ：タイトル表記 */

.mebae_ttl {
    width: 100%;
    height: 35px;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #333;
    position: relative;
    margin-bottom: 8.9286%;
}

.mebae_ttl::before {
    content: "";
    width: 55px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    background: url(../img/common/img_mebae_icon.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-right: 65px;
}


/* 過去の放送内容：タイトル表記 */

.pastoa_ttl {
    width: 100%;
    height: 35px;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #333;
    position: relative;
    margin-bottom: 8.9286%;
}

.pastoa_ttl::before {
    content: "";
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    background: url(../img/common/img_pastoa_icon.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 95px;
}


/* 月別一覧：タイトル表記 */

.month_ttl {
    width: 100%;
    height: 35px;
    font-weight: bold;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    border-bottom: 2px solid #333;
    position: relative;
    margin-bottom: 8.9286%;
}

.month_ttl::before {
    content: "";
    width: 34px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    background: url(../img/common/img_month_icon.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 75px;
}

.month_ttl_s {
    width: 100%;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border-bottom: 2px solid #333;
    position: relative;
    margin-bottom: 8.9286%;
}

.month_ttl_s::before {
    content: "";
    width: 28px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
    background: url(../img/common/img_month_icon.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 70px;
}


/* アーカイブ月選択：アコーディオン */

.oa_month_list {
    width: 92.8572%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.oa_month_list>li:not(:last-child) {
    margin-bottom: 7.1429%;
}

.oa_month_list li h2 {
    width: 100%;
    height: 35px;
    display: inline-block;
    position: relative;
    background-color: #6c2363;
    border-radius: 3px;
    margin-bottom: 0.9616%;
}

.oa_month_list li h2::after {
    content: "+";
    width: 35px;
    height: 35px;
    color: #FFF;
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s ease;
}

.oa_month_list li h2 a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    line-height: 35px;
    text-decoration: none;
}

.oa_month_list li.active h2::after {
    content: "－";
}

.oa_month_list li ul {
    text-align: center;
    letter-spacing: -.40em;
    display: none;
}

.oa_month_list li ul li {
    width: 21.4286%;
    height: 30px;
    color: #CCC;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: normal;
    display: inline-block;
    margin-top: 1.9231%;
    border-left: 1px dotted #333;
}

.oa_month_list li ul li:nth-child(4n) {
    border-right: 1px dotted #333;
}

.oa_month_list li ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #333;
}


/* アーカイブ：一覧リスト */

.oa_list {}

.oa_list li {
    overflow: hidden;
    margin-top: 8.3334%;
}

.oa_list .img {
    box-sizing: border-box;
    border: 1px solid #818181;
}

.oa_list .date {
    height: 25px;
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    float: left;
    background-color: #6c2363;
    border-radius: 2px;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 4.1667%;
    margin-bottom: 6.25%;
}

.oa_list .corner_name {
    clear: both;
    color: #6c2363;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #333;
}

.oa_list .title {
    clear: both;
    text-align: left;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: bold;
    margin-top: 2.0834%;
}

.oa_list .catch {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 4.1667%;
}

.oa_list .btn {
    margin-top: 4.1667%;
}

@media screen and (min-width:700px) {
    .wrapper_subpage .wrap_inner {
        width: 95%;
        max-width: 1080px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }

    .wrapper_subpage #main {
        width: 74.0741%;
        max-width: 800px;
        float: left;
        padding: 80px 1.8519% 130px;
    }

    /* ページタイトル */
    .wrapper_subpage #main>h1 {
        font-size: 36px;
        line-height: 1em;
        margin-bottom: 7.8948%;
    }

    /* 放送日：タイトル表記 */
    .oadate_ttl {
        padding-bottom: 5px;
        margin-bottom: 5.2632%;
    }

    .oadate_ttl span {
        padding-top: 5px;
        font-size: 26px;
        line-height: 1em;
    }

    .oadate_ttl::before {
        width: 31px;
        height: 31px;
    }

    /* めばえ：タイトル表記 */
    .mebae_ttl {
        font-size: 26px;
        margin-bottom: 5.2632%;
    }

    /* 過去の放送内容：タイトル表記 */
    .pastoa_ttl {
        font-size: 26px;
        margin-bottom: 5.2632%;
    }

    .pastoa_ttl::before {
        margin-right: 120px;
    }

    /* 月別一覧：タイトル表記 */
    .month_ttl {
        font-size: 26px;
        margin-bottom: 5.2632%;
    }

    .month_ttl::before {
        margin-right: 100px;
    }

    .month_ttl_s {
        font-size: 22px;
        margin-bottom: 5.2632%;
    }

    .month_ttl_s::before {
        margin-right: 90px;
    }

    /* アーカイブ月選択：アコーディオン */
    .oa_month_list {
        width: 100%;
        margin-top: 60px;
    }

    .oa_month_list li {
        text-align: center;
        letter-spacing: -.40em;
    }

    .oa_month_list>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .oa_month_list li a:hover {
        opacity: 1;
        color: #FFF;
        background-color: #6c2363;
    }

    .oa_month_list li h2 {
        width: auto;
        letter-spacing: normal;
        padding-left: 3.9474%;
        padding-right: 3.9474%;
        margin-bottom: 0;
    }

    .oa_month_list li h2::after {
        display: none;
    }

    .oa_month_list li h2 a {
        cursor: default;
        font-size: 18px;
    }

    .oa_month_list li ul {
        display: inline-block;
    }

    .oa_month_list li ul li {
        width: 48px;
        height: 25px;
        line-height: 25px;
        border-left: 1px dotted #333;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 18px;
    }

    .oa_month_list li ul li:nth-child(4n) {
        border-right: none;
    }

    .oa_month_list li ul li:first-child {
        border-left: none;
    }

    /* アーカイブ：一覧リスト */
    .oa_list {
        width: 100%;
        text-align: left;
        letter-spacing: -.40em;
        margin-top: 2.6316%;
    }

    .oa_list .date {
        font-size: 18px;
    }

    .oa_list li {
        width: 47.0588%;
        letter-spacing: normal;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
        margin-bottom: 40px;
    }

    .oa_list li:nth-child(2n-1):not(:last-child) {
        margin-right: 5.8823%;
    }

    .oa_list .corner_name {
        font-size: 20px;
        line-height: 1.6em;
    }

    .oa_list .title {
        font-size: 20px;
        line-height: 1.4em;
    }

    .oa_list .catch {
        font-size: 18px;
    }
}


/* =====================================================================
*    サイド要素：下層ベースライン（汎用）
* =================================================================== */

#right_area {
    width: 100%;
    background-color: #FFF;
    box-sizing: border-box;
    padding-top: 12.5%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

#right_area>section,
#right_area>div {
    padding-bottom: 8.9286%;
}

#right_area>section>h1 {
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #6c2363;
    text-align: center;
    margin-bottom: 7.1429%;
}

#right_area #corner_info .corner_list li {
    margin-top: 8.3334%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#right_area #corner_info .corner_list li a {
    width: 100%;
    /* display: block; */
    display: flex;
    overflow: hidden;
    text-decoration: none;
}

#right_area #corner_info .corner_list li .corner_img {
    width: 136px;
    min-width: 136px;
    /* float: left; */
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid #818181;
    margin-right: 3.5715%;
    height: fit-content;
}

#right_area #corner_info .corner_list li .corner_img img {
    object-fit: cover;
}

#right_area #corner_info .corner_list li .corner_catch {
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
}

#right_area #special_plan .special_list {
    letter-spacing: -.40em;
    text-align: center;
}

#right_area #special_plan .special_list li {
    display: inline-block;
    vertical-align: top;
    width: 46.4284%;
}

#right_area #special_plan .special_list li:nth-child(2n-1):not(:last-child) {
    padding-right: 7.1427%;
}

#right_area #special_plan .special_list li:nth-last-child(n+3) {
    padding-bottom: 7.1427%;
}

#right_area #form .form_list {
    letter-spacing: -.40em;
    text-align: center;
}

#right_area #form .form_list li {
    display: inline-block;
    vertical-align: top;
    width: 46.4284%;
}

#right_area #form .form_list li:nth-child(2n-1):not(:last-child) {
    padding-right: 7.1427%;
}

#right_area #form .form_list li:nth-last-child(n+3) {
    padding-bottom: 7.1427%;
}

#right_area #sns .sns_list {
    letter-spacing: -.40em;
    text-align: center;
}

#right_area #sns .sns_list li {
    width: 18.6429%;
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
}

#right_area #sns .sns_list li:not(:last-child) {
    padding-right: 7.9286%;
}

#right_area #sns .sns_list li a {
    font-size: 16px;
}

#right_area #other .other_list {
    letter-spacing: -.40em;
    text-align: center;
    border-top: 1px dotted #333333;
    padding-top: 10.7143%;
}

#right_area #other .other_list li {
    display: inline-block;
    vertical-align: top;
    width: 46.4284%;
}

#right_area #other .other_list li:nth-child(2n-1):not(:last-child) {
    padding-right: 7.1427%;
}

#right_area #other .other_list li:nth-last-child(n+3) {
    padding-bottom: 7.1427%;
}

@media screen and (min-width:700px) {
    #right_area {
        width: 22.2223%;
        background-color: transparent;
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 60px;
        margin-right: 0;
    }

    #right_area>section,
    #right_area>div {
        padding-bottom: 40px;
    }

    #right_area>section>h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #right_area #corner_info .corner_list li {
        margin-top: 20px;
    }

    #right_area #corner_info .corner_list li a {
        display: block;
    }

    #right_area #corner_info .corner_list li .corner_img {
        width: 100%;
        /* float: none; */
        margin-right: 0;
        min-width: auto;
    }

    #right_area #corner_info .corner_list li .corner_catch {
        font-size: 18px;
        line-height: 1.5em;
        padding-top: 10px;
    }

    #right_area #special_plan .special_list li {
        width: 100%;
        display: block;
        margin-top: 20px;
    }

    #right_area #special_plan .special_list li:nth-child(2n-1):not(:last-child) {
        padding-right: 0;
    }

    #right_area #special_plan .special_list li:nth-last-child(n+3) {
        padding-bottom: 0;
    }

    #right_area #form .form_list li {
        width: 100%;
        display: block;
        margin-top: 20px;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }

    #right_area #sns .sns_list li {
        display: block;
        width: 100%;
        border: 1px solid #818181;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 20px;
        padding-right: 0px !important;
    }

    #right_area #sns .sns_list li a {
        letter-spacing: normal;
        font-size: 18px;
        line-height: 20px;
        text-decoration: none;
        text-align: left;
        color: #333333;
        padding: 16.6667% 8%;
    }

    #right_area #sns .sns_list li .sns_icon {
        width: 28.0899%;
        float: left;
        margin-right: 5.618%;
    }

    #right_area #sns .sns_list li p {
        margin-left: 33.7079%;
    }

    #right_area #other .other_list {
        padding-top: 20px;
    }

    #right_area #other .other_list li {
        display: block;
        width: 100%;
        margin-top: 20px;
        padding-right: 0px !important;
        padding-bottom: 0px !important;
    }
}


/* =====================================================================
*    フッター要素
* =================================================================== */

#footer {
    position: relative;
    background: url(../img/top/bg_footer_sp.jpg) no-repeat center top #db5696;
    background-size: 450px auto;
    z-index: 1000;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .footer_inner {
    position: relative;
}

@media screen and (min-width:700px) {
    #footer {
        background: url(../img/top/bg_footer_pc.jpg) no-repeat center top #db5696;
        background-size: 1560px auto;
        padding-top: 60px;
        padding-bottom: 20px;
    }
}


/*-------------------------------------
	PAGETOPボタン
-------------------------------------*/

.pagetop {
    width: 92px;
    height: 81px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.pagetop a {
    width: 100%;
    height: 100%;
    display: block;
}

@media screen and (min-width:700px) {
    .pagetop {
        width: 92px;
        height: 81px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: -50px;
        margin-left: auto;
        margin-right: auto;
    }

    .pagetop a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .pagetop {
        width: 150px;
        height: auto;
        margin-top: -80px;
    }

    .pagetop a {
        width: 100%;
        position: absolute;
        top: 0px;
        transition-duration: 0.2s;
    }

    .pagetop a:hover {
        opacity: 1;
        position: absolute;
        top: -20px;
    }
}


/*-------------------------------------
	コピーライト
-------------------------------------*/

#footer .footer_cr {
    width: 87.5%;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:768px) {
    #footer .footer_cr {
        font-size: 18px;
    }
}


/* =====================================================================
*    共通：brightcovePOPUP
* =================================================================== */

.bc_popup {
    display: block;
    position: relative;
}

.bc_popup::after {
    content: "";
    width: 55px;
    height: 49px;
    display: block;
    background: url(../img/common/img_play_icon.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.bc_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
    cursor: pointer;
}

.bc_wrapper .return_box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.bc_wrapper .bc_movie_wrap {
    width: 100%;
    max-width: 700px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    border-radius: 5px;
}

.bc_wrapper .bc_movie_wrap .bc_movie iframe,
.bc_wrapper .bc_movie_wrap .bc_movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bc_wrapper .btn_close {
    float: none !important;
    margin-top: 10px;
}

.bc_wrapper .btn_close a {
    padding: 8px 5px;
}

.bc_wrapper .btn_close a::after {
    display: none;
}

@media screen and (min-width:700px) {
    .bc_wrapper .btn_close a {
        padding: 15px 10px;
    }
}


/* =====================================================================
*    共通：imagePOPUP
* =================================================================== */

.imgpp_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
    cursor: pointer;
}

.imgpp_wrapper .return_box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.imgpp_wrapper .imgBox {
    width: 100%;
    max-width: 700px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: center;
}

.imgpp_wrapper .btn_close {
    display: inline-block;
    font-size: 2.0rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #FFF;
    font-family: 'Anton', sans-serif;
    text-align: center;
    letter-spacing: 0.07em;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
}

.imgpp_wrapper .btn_close:hover {
    color: #FFF100;
}

/* 2022.10.11 GA4 ScrollEvent */
.ten_article_end {
    height: 1px;
}