@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : base.css
Description :
===================================================================== */

/* =====================================================================
*    共通・大枠
* =================================================================== */
html {
    font-size: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
    html {
        font-size: calc(10 / 1100 * 100vw);
    }
}

@media screen and (min-width: 1100px) {
    html {
        font-size: 10px;
    }
}

.gDef-top-banner {
    background-color: #000;
}

.gDef-contents {
    color: #000;
    font-family: "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.5;
}

.gDef-contents * {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.gDef-contents img {
    width: 100%;
    height: auto;
    display: block;
}

.gDef-contents a {
    display: block;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .gDef-contents a {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .gDef-contents a:hover {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

.main {
    display: block;
}

.inner {
}

.sec_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto calc(40 / 750 * 100%);
    padding: 0 0 calc(45 / 750 * 100%);
    font-size: 5.8rem;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.sec_ttl::before, .sec_ttl::after {
    content: "";
    display: inline-block;
    width: calc(60 / 750 * 100%);
    padding-top: calc(46 / 750 * 100%);
    background: url(../images/common/bg_ttl_red.png) no-repeat left top;
    background-size: 100% auto;
    margin: 0 calc(34 / 750 * 100%) 0 0;
}

.sec_ttl::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 0 0 0 calc(34 / 750 * 100%);
}

.sec_ttl span {
    font-size: 2.5rem;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 900;
    letter-spacing: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sec_subttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    padding: 0 0 calc(40 / 750 * 100%);
    margin: 0 0 calc(30 / 750 * 100%);
}

.sec_subttl::before, .sec_subttl::after {
    content: "";
    display: inline-block;
    width: calc(40 / 750 * 100%);
    padding-top: calc(34 / 750 * 100%);
    margin: 0 calc(40 / 750 * 100%) 0 0;
    background: url(../images/common/bg_subttl_yellow.png) no-repeat left top;
    background-size: 100% auto;
}

.sec_subttl::after {
    margin: 0 0 0 calc(40 / 750 * 100%);
}

.sec_subttl span {
    font-size: 2.6rem;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 900;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffe822;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(-18 / 630 * 100%) 0 0 calc(-18 / 630 * 100%);
}

.btn_box_border {
    display: block;
    border: 0.23em solid #000;
    padding: 0.76em 0;
    color: #fff;
    font-size: 4rem;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .inner {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
    
    .sec_ttl {
        padding: 0 0 calc(45 / 1100 * 100%);
        margin: 0 auto calc(60 / 1100 * 100%);
        font-size: 6rem;
    }
    
    .sec_ttl::before, .sec_ttl::after {
        width: calc(60 / 1100 * 100%);
        padding-top: calc(46 / 1100 * 100%);
        margin: 0 calc(34 / 1100 * 100%) 0 0;
    }
    
    .sec_ttl::after {
        margin: 0 0 0 calc(34 / 1100 * 100%);
    }
    
    .sec_subttl {
        padding: 0 0 calc(33 / 475 * 100%);
        margin: 0 0 calc(20 / 475 * 100%);
        font-size: 3.5rem;
    }
    
    .sec_subttl::before, .sec_subttl::after {
        width: calc(30 / 475 * 100%);
        padding-top: calc(26 / 475 * 100%);
        margin: 0 calc(29 / 475 * 100%) 0 0;
    }
    
    .sec_subttl::after {
        margin: 0 0 0 calc(29 / 475 * 100%);
    }
    
    .sec_subttl span {
        font-size: 1.8rem;
    }
    
    .btn_box::before {
        margin: calc(-17 / 807 * 100%) 0 0 calc(-17 / 807 * 100%);
        margin: -2.11% 0 0 -2.11%;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .btn_box:hover::before {
        margin: 0 !important;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .btn_box_border {
        font-size: 3rem;
    }
}

@media screen and (min-width: 1100px) {
    
}


/* =====================================================================
*    mv
* =================================================================== */
.submv {
    background-color: #000;
}

.submv .inner {
    padding-top: calc(100 / 750 * 100%);
}

.submv_category {
    width: calc(220 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(16 / 750 * 100%) 0 0 calc(23 / 750 * 100%);
    z-index: 10;
}

.submv_ttl {
    width: calc(350 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(45 / 750 * 100%) 0 0 calc(22 / 750 * 100%);
    z-index: 10;
}

.submv_date {
    width: calc(245 / 750 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(17 / 750 * 100%) 0 0 calc(384 / 750 * 100%);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .onair_after .submv_category {
        margin: calc(12 / 750 * 100%) 0 0 calc(23 / 750 * 100%);
    }
    
    .onair_after .submv_ttl {
        width: calc(430 / 750 * 100%);
        margin: calc(36 / 750 * 100%) 0 0 calc(22 / 750 * 100%);
    }
    
    .onair_after .submv_date {
        width: calc(162 / 750 * 100%);
        margin: calc(16 / 750 * 100%) 0 0 calc(468 / 750 * 100%);
    }
}

@media screen and (min-width: 768px) {
    .submv {
        background: url(../images/common/bg_submv_pc1.png) no-repeat center bottom, url(../images/common/bg_submv_pc2.png) repeat-x left top;
        background-size: calc(1700 / 1100 * 100%) auto, auto 100%;
    }
    
    .submv .inner {
        padding-top: calc(180 / 1100 * 100%);
    }
    
    .submv_category {
        width: calc(318 / 1100 * 100%);
        margin: calc(22 / 1100 * 100%) auto 0;
        right: 0;
    }
    
    .submv_ttl {
        width: calc(477 / 1100 * 100%);
        margin: calc(59 / 1100 * 100%) auto 0;
        right: 0;
    }
    
    .submv_date {
        width: calc(459 / 1100 * 100%);
        margin: calc(122 / 1100 * 100%) auto 0;
        right: 0;
    }
}

@media screen and (min-width: 1100px) {
    .submv {
        background-size: 1700px auto, auto 100%;
    }
    
    .submv .inner {
        padding-top: 180px;
    }
}


/* =====================================================================
*    header_nav
* =================================================================== */
#wrapper {
    padding-top: calc(100 / 750 * 100%);
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.fixed.header {
    position: fixed;
    top: 0;
    width: 100%;
}

.header_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.menu_btn {
    width: calc(100 / 750 * 100%);
    position: absolute;
    top: 0;
    right: 0;
    padding-top: calc(100 / 750 * 100%);
    background-color: #000;
    z-index: 11;
}

.menu_btn::before {
    content: "";
    display: block;
    width: calc(4 / 100 * 100%);
    padding-top: calc(60 / 100 * 100%);
    background: url(../images/common/line_dot_yellow.png) repeat-y left top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    margin: calc(20 / 100 * 100%) 0 0;
}

.menu_btn .menu_padding {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 26% auto 0;
    padding-top: 35%;
}

.menu_btn .menu_padding span {
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(2 / 40 * 100%);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.menu_btn .menu_padding span:nth-child(1) {}

.menu_btn .menu_padding span:nth-child(2) {
    margin-top: calc(12 / 40 * 100%);
}

.menu_btn .menu_padding span:nth-child(3) {
    margin-top: calc(24 / 40 * 100%);
}

.menu_btn.active {
}

.menu_btn.active .menu_padding span {
    width: 120%;
    left: -10%
}

.menu_btn.active .menu_padding span:nth-child(1) {
    -webkit-transform: translateY(300%) rotate(-330deg);
    transform: translateY(300%) rotate(-330deg);
    margin-top: calc(8 / 40 * 100%);
}

.menu_btn.active .menu_padding span:nth-child(2) {
    opacity: 0;
}

.menu_btn.active .menu_padding span:nth-child(3) {
    -webkit-transform: translateY(-300%) rotate(330deg);
    transform: translateY(-300%) rotate(330deg);
    margin-top: calc(20 / 40 * 100%);
}

.menu_txt {
    width: calc(45 / 100 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto calc(24 / 100 * 100%);
}

.nav {
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nav_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: calc(160 / 750 * 100%) auto 0;
}

.nav ul:nth-child(2) {
    margin-top: 0;
}

.nav_menu li {
    width: 50%;
    margin: 0 0 calc(50 / 750 * 100%);
}

.nav_menu li.nav_wide {
    width: 100%;
}

.nav_menu li a {
    padding-top: calc(64 / 375 * 100%);
}

.nav_menu li.nav_wide a {
    padding-top: calc(64 / 750 * 100%);
}

.nav_menu li a.nolink {
    opacity: 0.2;
}

.nav_menu li a img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.nav_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(328 / 750 * 100%);
    margin: 0 auto;
    padding: calc(50 / 750 * 100%) 0 calc(100 / 750 * 100%);
    background: url(../images/common/line_dot_yellow2.png) repeat-x left top;
    background-size: calc(14 / 328 * 100%) auto;
}

.nav_sns li {
    width: calc(51 / 328 * 100%);
    margin-right: calc(80 / 328 * 100%);
}

.nav_sns li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    #wrapper {
        padding-top: 0;
    }
    
    .header {
        position: relative;
    }
    
    .fixed.header {
        position: relative;
    }
    
    .header_nav {
        position: relative;
        background-color: #000;
    }
    
    .header_nav .inner {
        padding: 0 calc(63 / 1100 * 100%);
    }
    
    .nav {
        display: block;
        position: relative;
        background-color: transparent;
        padding: calc(24 / 974 * 100%) 0;
    }
    
    .nav_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(861 / 974 * 100%);
        margin: 0;
    }
    
    .nav ul:first-child {
        margin: 0 0 calc(28 / 974 * 100%);
    }
    
    .nav ul:nth-child(2) {
        width: calc(757 / 974 * 100%);
    }
    
    .nav_menu li {
        width: auto;
        margin: 0;
    }
    
    .nav_menu li.nav_wide {
        width: auto;
    }
    
    .nav_menu li.nav_news {
        width: calc(98 / 861 * 100%);
    }
    
    .nav_menu li.nav_intro {
        width: calc(192 / 861 * 100%);
    }
    
    .nav_menu li.nav_story {
        width: calc(98 / 861 * 100%);
    }
    
    .nav_menu li.nav_chart {
        width: calc(72 / 861 * 100%);
    }
    
    .nav_menu li.nav_cast {
        width: calc(177 / 861 * 100%);
    }
    
    .nav_menu li.nav_music {
        width: calc(73 / 861 * 100%);
    }
    
    .nav_menu li.nav_chain {
        width: calc(181 / 757 * 100%);
    }
    
    .nav_menu li.nav_delivery {
        width: calc(120 / 757 * 100%);
    }
    
    .nav_menu li.nav_special {
        width: calc(109 / 757 * 100%);
    }
    
    .nav_menu li.nav_hulu {
        width: calc(260 / 757 * 100%);
    }
    
    .nav_menu li a, .nav_menu li.nav_wide a {
        padding-top: calc(42 / 1100 * 100vw);
    }
    
    .nav_menu li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_menu li a:hover::before {
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_menu li a.nolink:hover::before {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
    
    .nav_menu li.nav_news a::before {
        background: url(../images/nav/nav01_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_intro a::before {
        background: url(../images/nav/nav02_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_story a::before {
        background: url(../images/nav/nav03_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_chart a::before {
        background: url(../images/nav/nav04_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_cast a::before {
        background: url(../images/nav/nav05_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_music a::before {
        background: url(../images/nav/nav06_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_chain a::before {
        background: url(../images/nav/nav07_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_delivery a::before {
        background: url(../images/nav/nav08_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_special a::before {
        background: url(../images/nav/nav09_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_hulu a::before {
        background: url(../images/nav/nav10_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_menu li a:hover::after {
        opacity: 1;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_menu li.nav_news a::after {
        background: url(../images/nav/nav01_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_intro a::after {
        background: url(../images/nav/nav02_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_story a::after {
        background: url(../images/nav/nav03_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_chart a::after {
        background: url(../images/nav/nav04_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_cast a::after {
        background: url(../images/nav/nav05_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_music a::after {
        background: url(../images/nav/nav06_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_chain a::after {
        background: url(../images/nav/nav07_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_delivery a::after {
        background: url(../images/nav/nav08_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_special a::after {
        background: url(../images/nav/nav09_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li.nav_hulu a::after {
        background: url(../images/nav/nav10_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_menu li a.nolink::after {
        display: none;
    }
    
    .nav_menu li a img {
        display: none;
    }
    
    .nav_sns {
        display: block;
        width: calc(72 / 974 * 100%);
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        margin: calc(22 / 974 * 100%) 0 0;
        background: none;
    }
    
    .nav_sns::before {
        content: "";
        display: block;
        width: calc(4 / 72 * 100%);
        padding-top: calc(106 / 72 * 100%);
        background: url(../images/common/line_dot_yellow.png) repeat-y left top;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        margin: calc(6 / 72 * 100%) 0 0;
    }
    
    .nav_sns li {
        width: calc(25 / 72 * 100%);
        margin: 0 0 calc(19 / 72 * 100%) auto;
    }
    
    .nav_sns li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_sns li a:hover::before {
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_sns li.twitter a::before {
        background: url(../images/common/btn_sns_twitter_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.insta a::before {
        background: url(../images/common/btn_sns_insta_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.line a::before {
        background: url(../images/common/btn_sns_line_pc.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.2s ease 0.1s;
        transition: 0.2s ease 0.1s;
    }
    
    .nav_sns li a:hover::after {
        opacity: 1;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
    
    .nav_sns li.twitter a::after {
        background: url(../images/common/btn_sns_twitter_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.insta a::after {
        background: url(../images/common/btn_sns_insta_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li.line a::after {
        background: url(../images/common/btn_sns_line_pc_hover.png) no-repeat left top;
        background-size: 100% auto;
    }
    
    .nav_sns li a img {
        opacity: 0;
    }
    
    .menu_btn {
        display: none;
    }
}

@media screen and (min-width: 1100px) {
    .header_nav .inner {
        padding: 0 63px;
    }
    
    .nav_menu li a, .nav_menu li.nav_wide a {
        padding-top: 42px;
    }
}


/* =====================================================================
*    mydo bnr
* =================================================================== */
.mydo_bnr {
    padding: calc(100 / 750 * 100%) 0;
    background-color: #38d0f2;
}

.mydo_bnr::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: calc(203 / 750 * 100%);
    background: url(../images/common/line_tate_white.png) repeat left top;
    background-size: calc(20 / 750 * 100%) auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mydo_bnr .inner {
    z-index: 2;
}

.mydo_bnr_box {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .mydo_bnr {
        padding: calc(68 / 1100 * 100%) 0;
    }
    
    .mydo_bnr::after {
        padding-top: calc(130 / 1100 * 100%);
        background-size: calc(10 / 1100 * 100%) auto;
    }
    
    .mydo_bnr_box {
        width: calc(600 / 1100 * 100%);
    }
}

@media screen and (min-width: 1100px) {
    .mydo_bnr {
        padding: 68px 0;
    }
    
    .mydo_bnr::after {
        padding-top: 130px;
        background-size: 10px auto;
    }
}


/* =====================================================================
*    footer
* =================================================================== */
.footer {
    background-color: #ffe822;
}

.pagetop {
}

.pagetop a {
    width: calc(310 / 750 * 100%);
    margin: 0 auto calc(-25 / 750 * 100%);
    padding: 2% 0;
    background-color: #000;
    color: #fff;
    font-size: 2rem;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.footer_box {
    padding: calc(80 / 750 * 100%) 0 calc(100 / 750 * 100%);
}

.footer_box .nav_sns {
    width: calc(368 / 750 * 100%);
    padding: 0 calc(24 / 750 * 100%) calc(53 / 750 * 100%);
    background: url(../images/common/line_dot_bk.png) repeat-x left bottom;
    background-size: calc(12 / 368 * 100%) auto;
}

.footer_box .nav_sns li {
    width: calc(51 / 320 * 100%);
    margin-right: calc(83 / 320 * 100%);
}

.footer_box .nav_sns li:last-child {
    margin-right: 0;
}

.footer small {
    display: block;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    padding: calc(50 / 750 * 100%) 0 0;
}

@media screen and (min-width: 768px) {
    .pagetop a {
        width: calc(250 / 1100 * 100%);
        padding: 1% 0;
        margin: 0 auto calc(-20 / 1100 * 100%);
        margin-bottom: -1.82%;
        font-size: 1.7rem;
    }
    
    .pagetop a:hover {
        margin-bottom: calc(-15 / 1100 * 100%);
        margin-bottom: -1.36%;
    }
    
    .footer_box {
        padding: calc(90 / 1100 * 100%) 0;
    }
    
    .footer_box .nav_sns {
        display: none;
    }
    
    .footer small {
        font-size: 1.5rem;
        padding: 0;
    }
}


/* =====================================================================
*    bridecove_popup
* =================================================================== */
.bc_wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    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%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.bc_wrapper .bc_movie_wrap .bc_movie {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.bc_wrapper .bc_movie_wrap .bc_movie video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.vjs-icon-placeholder {
    display: block;
    margin: -1em 0 0;
}

.bc_wrapper .btn_close a {
    width: 50%;
    margin: 5% auto 0;
    padding: 0.8em 0;
    background-color: #e5004f;
    border: 0.25em solid #fff;
    color: #fff;
    font-size: 3.5rem;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

@media screen and (min-width:768px) {
    .bc_wrapper .bc_movie_wrap {
        width: calc(800 / 1100 * 100%);
    }
    
    .bc_wrapper .btn_close a {
        width: calc(250 / 700 * 100%);
        margin-top: calc(30 / 700 * 100%);
        font-size: 2.5rem;
    }
    
    .bc_wrapper .btn_close a:hover {
        background: #f9be01;
    }
}

@media screen and (min-width:1100px) {
    .bc_wrapper .bc_movie_wrap {
        width: 800px;
    }
}
