@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* 共通 */
.mainContents {
    font-family: 'Noto Sans JP', sans-serif;
    color: #222;
    overflow: hidden;
}
@media(min-width: 769px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .pc{
		display: none;
	}
	.sp{
		display: block;
	}
}
p,ul{
    margin: 0;
}
img{
    max-width: max-content;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
a:hover{
    text-decoration: none;
    opacity: 0.7;
}
*{
    box-sizing: border-box;
}
.content{
    padding: 180px 0 100px;
}
h3{
    text-align: center;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
}
.sectionInner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.c-btn span{
    position: relative;
}
.c-btn a{
    max-width: 545px;
    width: 100%;
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #F57615;
    border-radius: 38px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    box-shadow: 5px 4px 0px #D56E1E;
    position: relative;
}

@media screen and (max-width: 768px){
    .sectionInner{
        max-width: none;
        width: 89.33vw;
        margin: 0 auto;
    }
    .content{
        padding: 28.53vw 0 33.06vw;
    }

    .c-btn span{
        position: relative;
    }
    .c-btn a{
        max-width: none;
        width: 100%;
        min-height: 18.66vw;
        border-radius: 14.66vw;
        font-size: 5.33vw;
        line-height: 1.66;
        box-shadow: 1.33vw 1.33vw 0px #D56E1E;
        text-align: left;
        padding: 2.67vw 0;
    }
}
/* /共通 */


/* header,footer */
@media(min-width: 769px) {
    .pagefooter_totop {
        transition: all 0.5s;
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: 10px;
        bottom: 50px;
        background: #0099ff;
        height: 45px;
        width: 45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 20002;
    }
    .pagefooter_totop a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .pagefooter_totop img {
        width: 16px;
        height: 9px;
        margin-bottom: 2px;
        vertical-align: baseline;
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .pageHeader {
        border-bottom: 1px solid #CCCCCC !important;
    }
    .pageHeader h1 {
        padding: 18px 22px;
        margin: 0 !important;
    }
    .pageHeader h1 img {
        width: 110px;
        height: auto;
    }
    .pagefooter {
        padding: 11px 20px 0px !important;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: space-between !important;
        -webkit-justify-content: space-between !important;
        flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
    }
    .pagefooter_logo {
        flex-basis: 135px;
        -webkit-flex-basis: 135px;
        max-width: 135px;
        margin: 0 !important;
    }
    .pagefooter_logo img {
        width: 110px;
        height: auto;
    }
    .pagefooter_nav {
        flex: 1;
        font-size: 13px;
    }
    .pagefooter_nav ul {
        padding: 15px 0 0;
        margin: 0 !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }
    .pagefooter_nav li {
        margin-top: -2px;
        border-left: 1px solid #333333;
        padding: 0 20px;
    }

    .pagefooter_nav li:first-child {
        border: none;
    }
    .pagefooter_nav a {
        color: #333333;
        text-decoration: none;
    }
    .pagefooter small {
        padding-top: 15px;
        font-size: 13px;
    }
    .pc-hide {
        display: none !important;
    }
    .show {
        opacity: 1 !important;
    }
}
@media screen and (max-width: 768px){
    .pageHeader h1 {
        padding: 18px 22px;
        margin: 0 !important;
    }
    .pageHeader h1 img {
        width: 110px;
        height: auto;
    }
    .pagefooter {
        /* with button */
        padding-bottom: 15.866666590000001vw;

        /* without button */
        padding-bottom: 0;
    }
    .pagefooter_logo {
        display: none;
    }
    .pagefooter_totop a {
        margin-top: 20px;
        background: url('../img/footer_btn01-sp@2x.png?1536157024') center center no-repeat;
        background-size: 58px 35px;
        width: 58px;
        height: 35px;
        text-indent: -9999px;
        display: inline-block;
        width: 100%;
        height: 100px;
    }
    .pagefooter_totop a.pc{
        display: none;
    }
    .pagefooter_nav li {
        border-top: 1px solid #CCCCCC;
    }
    .pagefooter_nav a {
        display: block;
        text-align: center;
        color: #333333;
        text-decoration: none;
        padding: 23px 0;
    }
    .pagefooter small {
        border-top: 1px solid #CCCCCC;
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 13px;
    }
}


/* kvArea */
#kvArea{
    background: #fff;
}
#kvArea h2{
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
}
/* /kvArea */


/* #viewingArea */
#viewingArea{
    background: #fff;
}
    /* .anchorLink */
    #viewingArea .wrapper{
        background: #fff;
        padding: 25px 0 45px;
    }
    #viewingArea .anchorLink{
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    #viewingArea .anchorLink li{
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 280px;
        width: 100%;
        min-height: 208px;
        background: #F57615;
        box-shadow: 5px 5px 0px #D56E1E;
        position: relative;
    }
    #viewingArea .anchorLink li::after{
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 14px;
        margin: auto;
        width: 29px;
        height: 17px;
        background: url(../img/c-btn_icon_anchorLink_arrow.svg)no-repeat;
    }
    #viewingArea .anchorLink li:nth-child(3):after{
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 14px;
        margin: auto;
        width: 29px;
        height: 17px;
        background: url(../img/c-btn_icon_anchorLink_arrow02.svg)no-repeat;
    }
    #viewingArea .anchorLink li:nth-child(1):before{
        content: "";
        position: absolute;
        right: -16px;
        left: 0;
        top: 24px;
        margin: auto;
        width: 52px;
        height: 54px;
        background: url(../img/c-btn_icon_anchorLink_watch.svg)no-repeat;
    }
    #viewingArea .anchorLink li:nth-child(2):before{
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 14px;
        margin: auto;
        width: 72px;
        height: 47px;
        background: url(../img/c-btn_icon_anchorLink_osusume.svg)no-repeat;
    }
    #viewingArea .anchorLink li:nth-child(3):before{
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 24px;
        margin: auto;
        width: 71px;
        height: 47px;
        background: url(../img/c-btn_icon_anchorLink_program.svg)no-repeat;
    }
    #viewingArea .anchorLink li:nth-child(4):before{
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        top: 17px;
        margin: auto;
        width: 33px;
        height: 53px;
        background: url(../img/c-btn_icon_anchorLink_create.svg)no-repeat;
    }
    #viewingArea .anchorLink li a{
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.6;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    #viewingArea .anchorLink li a span{
        position: relative;
        top: 13px;
    }
    #viewingArea .anchorLink li:nth-child(2){
        background: #136BD4;
        box-shadow: 5px 5px 0px #0F5EBC;
    }
    #viewingArea .anchorLink li:nth-child(3){
        background: #FCF067;
        box-shadow: 5px 5px 0px #CEC556;
    }
    #viewingArea .anchorLink li:nth-child(3) a{
        color: #222;
    }
    #viewingArea .anchorLink li:nth-child(4){
        background: #EF5E6A;
        box-shadow: 5px 5px 0px #CD535D;
    }
    #viewingArea .anchorLink li:not(:last-child){
        margin-right: 20px;
    }
    @media screen and (max-width: 768px){
        #viewingArea .wrapper{
            max-width: none;
            width: 89.33vw;
            margin: 0 auto;
            padding: 6.66vw 0 9.33vw;
        }
        #viewingArea .anchorLink{
            flex-wrap: wrap;
        }
        #viewingArea .anchorLink li{
            border-radius: 2.13vw;
            max-width: none;
            width: 41.86vw;
            min-height: 50.13vw;
        }
        #viewingArea .anchorLink li:not(:last-child){
            margin-right: 4.26vw;
        }
        #viewingArea .anchorLink li:nth-child(2){
            margin: 0;
        }
        #viewingArea .anchorLink li:nth-child(n + 3){
            margin-top: 5.33vw;
        }
        #viewingArea .anchorLink li a{
            font-size: 5.33vw;
        }
        #viewingArea .anchorLink li:nth-child(2) a{
            font-size: 4.33vw;
        }
        #viewingArea .anchorLink li::after{
            bottom: 3vw;
            width: 7.73vw;
            height: 4.53vw;
        }
        #viewingArea .anchorLink li:nth-child(3):after{
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            bottom: 3vw;
            margin: auto;
            width: 7.73vw;
            height: 4.53vw;
            background: url(../img/c-btn_icon_anchorLink_arrow02.svg)no-repeat;
        }
        #viewingArea .anchorLink li:nth-child(1):before{
            content: "";
            position: absolute;
            right: -4vw;
            left: 0;
            top: 4.8vw;
            margin: auto;
            width: 13.6vw;
            height: 13.86vw;
            background: url(../img/c-btn_icon_anchorLink_watch.svg)no-repeat;
            background-size: contain;
        }
        #viewingArea .anchorLink li:nth-child(2):before{
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 4.8vw;
            margin: auto;
            width: 18.2vw;
            height: 11.53vw;
            background: url(../img/c-btn_icon_anchorLink_osusume.svg)no-repeat;
            background-size: contain;
        }
        #viewingArea .anchorLink li:nth-child(3):before{
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 4.8vw;
            margin: auto;
            width: 18.93vw;
            height: 12.53vw;
            background: url(../img/c-btn_icon_anchorLink_program.svg)no-repeat;
            background-size: contain;
        }
        #viewingArea .anchorLink li:nth-child(4):before{
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            top: 4.53vw;
            margin: auto;
            width: 8.79vw;
            height: 14.13vw;
            background: url(../img/c-btn_icon_anchorLink_create.svg)no-repeat;
            background-size: contain;
        }
        #viewingArea .anchorLink li a span{
            position: relative;
            top: 4.66vw;
        }
        #viewingArea .anchorLink li:nth-child(2){
            background: #136BD4;
            box-shadow: 1.33vw 1.33vw 0px #0F5EBC;
        }
        #viewingArea .anchorLink li:nth-child(3){
            background: #FCF067;
            box-shadow: 1.33vw 1.33vw 0px #CEC556;
        }
        #viewingArea .anchorLink li:nth-child(3) a{
            color: #222;
        }
        #viewingArea .anchorLink li:nth-child(4){
            background: #EF5E6A;
            box-shadow: 1.33vw 1.33vw 0px #CD535D;
        }
    }
    /* /.anchorLink */

    /* #watchArea */
    #watchArea{
        padding: 182px 0 100px;
        background: #36BAF2;
        position: relative;
        z-index: 1;
    }
    #watchArea::before{
        content: "";
        position: absolute;
        top: 95.5px;
        left: 0;
        width: 1025px;
        height: 104px;
        background: url(../img/watchArea_bg_text.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #watchArea h3{
        margin: 0 auto 50px;
        text-align: center;
    }
    #watchArea .box{
        background: #fff;
        border-radius: 20px;
        padding: 60px 80px;
        border: 2px solid #222;
        width: 100%;
        position: relative;
    }
    /* #watchArea .box::before{
        content: "";
        position: absolute;
        top: 82px;
        right: 68px;
        width: 128px;
        height: 124px;
        background: url(../img/watchArea_illust01.svg)no-repeat;
        background-size: contain;
    } */
    #watchArea .box::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 80px;
        width: 113px;
        height: 99px;
        background: url(../img/watchArea_illust02.svg)no-repeat;
        background-size: contain;
    }
    #watchArea .box .title{
        text-align: center;
        font-size: 24px;
        font-weight: 500;
        padding-bottom: 10px;
        border-bottom: 2px dashed #EB0000;
        max-width: max-content;
        width: 100%;
        margin: 0 auto;
    }
    #watchArea .box .title span{
        font-size: 30px;
        font-weight: bold;
        color: #EB0000;
    }
    #watchArea .box01{
        text-align: center;
        margin: 40px auto 0;
    }
    #watchArea .box01 p.attentionText{
        margin: 30px auto 0;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 500;
        color: #EB0000;
    }
    #watchArea .box02{
        margin: 75px auto 0;
        position: relative;
    }
    #watchArea .box02 .subTitle{
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #039AD9;
        text-align: center;
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #222;
        max-width: max-content;
        min-width: 420px;
        width: 100%;
        min-height: 50px;
        padding: 0px 20px;
        position: absolute;
        right: 0;
        left: 0;
        top: -25px;
        margin: auto;
    }
    #watchArea .box02 .flex{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-radius: 15px;
        border: 2px solid #222;
        padding: 35px 50px;
    }
    #watchArea .box02 .flex .textBox{
        margin-right: 80px;
    }
    #watchArea .box02 .flex .textBox .text{
        font-size: 20px;
        font-weight: 500;
        line-height: 1.75;
    }
    #watchArea .box02 .flex .textBox .annotationList{
        font-size: 14px;
        line-height: 1.8;
        margin: 25px 0 0;
    }
    #watchArea .box03{
        margin: 50px auto 0;
        text-align: center;
    }
    #watchArea .box03 .text{
        font-size: 15px;
        line-height: 1.8;
    }
    #watchArea .box03 .c-btn{
        margin-top: 30px;
    }
    #watchArea .c-btn span{
        padding-left: 43px;
    }
    #watchArea .c-btn span::after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 28px;
        height: 30px;
        background: url(../img/c-btn_icon_tel.svg)no-repeat;
    }
    #watchArea .box03 .annotationList{
        font-size: 14px;
        line-height: 1.8;
        margin: 25px auto 0;
    }
    #watchArea .flexWrapper {
        display: flex;
        justify-content: center;
    }
    #watchArea .flexWrapper .stepBox {
        background: #fff;
        border-radius: 16px;
        max-width: 334px;
        width: 33%;
        min-height: 602px;
        padding: 0 17px 30px 17px;
        border: 2px solid #222;
    }
    #watchArea .flexWrapper .stepBox:not(:last-child) {
        margin-right: 20px;
    }
    #watchArea .flexWrapper .stepBox h4 {
        text-align: center;
        color: #004d99;
        font-size: 24px;
        line-height: 1;
        font-weight: bold;
        padding: 29px 0 27px 0;
        border-bottom: 2px solid #e5e5e5;
        margin: 0 0 21px 0;
    }
    #watchArea .flexWrapper .stepBox .text {
        text-align: center;
        color: #000000;
        font-size: 18px;
        line-height: 1.8;
        font-weight: bold;
        margin: 0 auto;
        min-height: 50px;
        display: grid;
        align-items: center;
    }
    #watchArea .flexWrapper .stepBox .img {
        text-align: center;
    }
    #watchArea .cvButton a span,
    #watchArea .myskaButton a span {
        position: relative;
        right: -8px;
    }
    #watchArea .cvButton a span img,
    #watchArea .myskaButton a span img {
        max-width: none;
        width: 20px;
    }
        /* step1 */
        #watchArea .flexWrapper .stepBox.step1 .text {
            margin: 0 0 21px 0;
        }
        #watchArea .flexWrapper .stepBox.step1 .img {
            margin: 0 0 26px 0;
        }
        #watchArea .flexWrapper .stepBox.step1 .supportLink {
            text-align: center;
        }
        #watchArea .flexWrapper .stepBox.step1 .supportLink a {
            text-align: center;
            color: #0099ff;
            font-size: 16px;
            line-height: 1.2;
            font-weight: 600;
        }
        /* ========= */

        /* step2 */
        #watchArea .flexWrapper .stepBox.step2 .text {
            margin: 0 0 73px 0;
        }
        #watchArea .flexWrapper .stepBox.step2 .cvButton a {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ff6869;
            color: #ffffff;
            width: 100%;
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            font-weight: bold;
            border-radius: 36px;
            padding: 12px 0 13px 0;
            margin: 0 0 14px 0;
        }
        #watchArea .flexWrapper .stepBox.step2 .annotationList {
            text-align: left;
            color: #000;
            font-size: 14px;
            line-height: 1.8;
            margin: 0 0 34px 0;
        }
        #watchArea .flexWrapper .stepBox.step2 .myskaButton a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0099ff;
            width: 100%;
            text-align: center;
            font-size: 16px;
            line-height: 1.5;
            font-weight: bold;
            border-radius: 36px;
            padding: 12px 0 13px 0;
            margin: 0 0 14px 0;
            border: 1px solid #0099ff;
        }
        /* ========= */

        /* step3 */
        #watchArea .flexWrapper .stepBox.step3 {
            text-align: center;
        }
        #watchArea .flexWrapper .stepBox.step3 .text {
            margin: 0 0 73px 0;
        }
        #watchArea .flexWrapper .stepBox.step3 .img {
            margin: 0 0 24px 0;
        }
        #watchArea .flexWrapper .stepBox.step3 .textBottom {
            color: #000;
            font-size: 14px;
            line-height: 1.8;
            font-weight: 600;
        }
        /* ========= */

        #watchArea .priceInfo2{
            margin: 50px auto 0;
        }
        #watchArea .priceInfo2 .subTitle {
            font-size: 26px;
            line-height: 1.3;
            font-weight: bold;
            max-width: max-content;
            margin: 0 auto 30px;
        }
        #watchArea .priceInfo2 .img {
            margin: 0 0 30px;
            text-align: center;
            background: #eee;
            padding: 40px 10px;
            border-radius: 80px;
        }
        #watchArea .priceInfo2 .mustReadbox {
            box-sizing: border-box;
            border: 2px solid #D3D3D3;
            background: #fff;
            color: #222222;
            margin: 0 auto 60px;
            max-width: 760px;
            width: 100%;
        }
        #watchArea .priceInfo2 .mustReadbox dl {
            margin: 0;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt {
            position: relative;
            padding: 15px 70px 15px 65px;
            font-size: 22px;
            font-weight: 500;
            cursor: pointer;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt::before {
            content: "";
            width: 26px;
            height: 26px;
            position: absolute;
            top: 50%;
            left: 42px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(../img/payment_icon01.png) no-repeat center center;
            background-size: cover;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt::after {
            content: "";
            width: 24px;
            height: 24px;
            background: #0099ff;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        #watchArea .priceInfo2 .mustReadbox dl dt > span::before {
            content: "";
            width: 13px;
            height: 2px;
            background: #ffffff;
            position: absolute;
            top: 50%;
            right: 31px;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 1;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt > span::after {
            content: "";
            width: 13px;
            height: 2px;
            background: #ffffff;
            position: absolute;
            top: 50%;
            right: 31px;
            -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
            transition: all .5s;
            z-index: 1;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt.active > span::after {
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
        }
        #watchArea .priceInfo2 .mustReadbox dl dd {
            display: none;
            padding: 0;
            color: #888;
            font-size: 14px;
            line-height: 1.57;
            border-top: 1px solid #0099ff;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable {
            width: 100%;
            border-spacing: 0px;
            margin: 0 auto;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable th {
            background-color: #09f;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            color: #fff;
            padding: 20px 5px;
            width: 25%;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td {
            padding: 10px;
            border-bottom: 1px solid #ccc;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_01, #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_02 {
            margin: 5px 0 0;
            padding: 0 0 0 1rem;
            font-size: 14px;
            color: #888;
            line-height: 1.57;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_01::before {
            content: "※";
            margin-left: -1rem;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_02::before {
            content: "\2605";
            margin-left: -1rem;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable tr:last-child th,
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable tr:last-child td {
            border-bottom: none;
        }
    @media screen and (max-width: 1200px){
        #watchArea .box .title{
            width: 65%;
        }
    }
    @media screen and (max-width: 1100px){
        #watchArea .flexWrapper .stepBox.step2 .cvButton a {
            font-size: 14px;
        }
        #watchArea .flexWrapper .stepBox.step2 .myskaButton a {
            font-size: 13px;
        }
        #watchArea .myskaButton a span {
            position: relative;
            right: -6px;
        }
        #watchArea .flexWrapper .stepBox:not(:last-child) {
            margin-right: 20px;
        }
    }

    @media screen and (max-width: 768px){
        #watchArea{
            padding: 24.66vw 0 21.33vw;
        }
        #watchArea::before{
            content: "";
            position: absolute;
            top: 15.36vw;
            left: 0;
            right: 0;
            margin: auto;
            width: 97.86vw;
            height: 9.86vw;
            background: url(../img/watchArea_bg_text.svg)no-repeat;
            background-size: contain;
            z-index: -1;
        }
        /* #watchArea .box::before{
            content: "";
            position: absolute;
            top: 6.08vw;
            right: 4.8vw;
            width: 24.4vw;
            height: 23.6vw;
            background: url(../img/watchArea_illust01.svg) no-repeat;
            background-size: contain;
        } */
        #watchArea .box::after{
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            width: 24vw;
            height: 21.06vw;
            background: url(../img/watchArea_illust02.svg)no-repeat;
            background-size: contain;
        }
        #watchArea h3{
            margin: 0 auto 10.66vw;
        }
        #watchArea .box{
            border-radius: 3.2vw;
            padding: 12.8vw 5.33vw 28.53vw;
            border: 0.53vw solid #222;
        }
        #watchArea .box .title{
            font-size: 6.4vw;
            line-height: 2;
            padding-bottom: 3.2vw;
            border-bottom: 0.53vw dashed #EB0000;
            max-width: none;
            width: 100%;
            display: inline;
        }
        #watchArea .box .title span{
            font-size: 8vw;
        }

        #watchArea .box01{
            margin: 10.66vw auto 0;
        }
        #watchArea .box01 p.attentionText{
            margin: 8vw auto 0;
            font-size: 5.33vw;
            line-height: 1.8;
            text-align: left;
        }
        #watchArea .box02{
            margin: 20vw auto 0;
        }
        #watchArea .box02 .subTitle{
            font-size: 4vw;
            line-height: 1.8;
            border-radius: 10.66vw;
            border: 0.53vw solid #222;
            min-width: auto;
            min-height: 19.46vw;
            padding: 0px 6.13vw;
            top: -9.73vw;
        }
        #watchArea .box02 .flex{
            border-radius: 10.66vw;
            border: 0.53vw solid #222;
            padding: 16.8vw 5.33vw 6.66vw;
            flex-direction: column;
        }
        #watchArea .box02 .flex .textBox{
            margin-right: 0;
        }
        #watchArea .box02 .flex .textBox .text{
            font-size: 4.8vw;
        }
        #watchArea .box02 .flex .textBox .annotationList{
            font-size: 3.73vw;
            margin: 5.33vw 0 0;
        }
        #watchArea .box02 .flex .imgBox{
            margin: 5.33vw auto 0;
        }
        #watchArea .box03{
            margin: 10.66vw auto 0;
        }
        #watchArea .box03 .text{
            font-size: 4vw;
        }
        #watchArea .box03 .c-btn {
            margin-top: 8vw;
        }
        #watchArea .c-btn span{
            padding-left: 10.13vw;
        }
        #watchArea .c-btn span::after{
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 28px;
            height: 30px;
            background: url(../img/c-btn_icon_tel.svg)no-repeat;
        }
        #watchArea .box03 .annotationList {
            font-size: 3.73vw;
            margin: 6.66vw auto 0;
        }
        #watchArea .flexWrapper {
            flex-direction: column;
            border-radius: 16vw;
        }
        #watchArea .flexWrapper .stepBox {
            background: #fff;
            border-radius: 2.13vw;
            padding: 0 4.66vw;
            max-width: none;
            width: 100%;
            min-height: auto;
            border: 0.53vw solid #222;
        }
        #watchArea .flexWrapper .stepBox:not(:last-child) {
            margin-bottom:  5.33vw;
            margin-right: 0;
        }
        #watchArea .flexWrapper .stepBox h4 {
            text-align: center;
            color: #004d99;
            font-size: 5.33vw;
            line-height: 1;
            font-weight: bold;
            padding: 8vw 0 7.86vw 0;
            border-bottom: 0.53vw solid #e5e5e5;
            margin: 0 0 6.13vw 0;
        }
        #watchArea .flexWrapper .stepBox .text {
            text-align: center;
            color: #000000;
            font-size: 4.8vw;
            line-height: 1.8;
            font-weight: bold;
            margin: 0 auto;
        }
        #watchArea .flexWrapper .stepBox .img {
            text-align: center;
        }
            /* step1 */
            #watchArea .flexWrapper .stepBox.step1 {
                padding-bottom: 9.73vw;
            }
            #watchArea .flexWrapper .stepBox.step1 .text {
                margin: 0 0 6vw 0;
            }
            #watchArea .flexWrapper .stepBox.step1 .img {
                margin: 0 0 7.6vw 0;
            }
            #watchArea .flexWrapper .stepBox.step1 .supportLink {
                text-align: center;
            }
            #watchArea .flexWrapper .stepBox.step1 .supportLink a {
                text-align: center;
                color: #0099ff;
                font-size: 4.26vw;
                line-height: 1.2;
                font-weight: 600;
            }
            /* ========= */

            /* step2 */
            #watchArea .flexWrapper .stepBox.step2 {
                padding: 0 5.33vw 10.66vw 5.33vw;
            }
            #watchArea .flexWrapper .stepBox.step2 .text {
                font-size: 4.8vw;
                margin: 0 0 6.26vw 0;
            }
            #watchArea .flexWrapper .stepBox.step2 .cvButton a {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #ff6869;
                color: #ffffff;
                width: 100%;
                text-align: center;
                font-size: 3vw;
                line-height: 1.5;
                font-weight: bold;
                border-radius: 8vw;
                padding: 2vw 3vw;
                margin: 0 0 3.59vw 0;
            }
            #watchArea .flexWrapper .stepBox.step2 .annotationList {
                text-align: left;
                color: #000;
                font-size: 3.73vw;
                line-height: 1.8;
                margin: 0 0 6.66vw 0;
            }
            #watchArea .flexWrapper .stepBox.step2 .myskaButton a {
                display: flex;
                align-items: center;
                justify-content: center;
                color: #0099ff;
                width: 100%;
                text-align: center;
                font-size: 3vw;
                line-height: 1.5;
                font-weight: bold;
                border-radius: 8vw;
                padding: 2vw 3vw;
                border: 0.26vw solid #0099ff;
            }
            /* ========= */

            /* step3 */
            #watchArea .flexWrapper .stepBox.step3 {
                text-align: center;
                padding-bottom: 9.06vw;
            }
            #watchArea .flexWrapper .stepBox.step3 .text {
                font-size: 4.8vw;
                margin: 0 0 7.73vw 0;
            }
            #watchArea .flexWrapper .stepBox.step3 .img {
                width: auto;
                margin: 0 auto 5.2vw auto;
            }
            #watchArea .flexWrapper .stepBox.step3 .textBottom {
                color: #000;
                font-size: 3.73vw;
                line-height: 1.8;
                font-weight: 600;
            }
        #watchArea .cvButton a span,
        #watchArea .myskaButton a span {
            position: relative;
            right: -1vw;
        }
        #watchArea .cvButton a span img,
        #watchArea .myskaButton a span img {
            width: 4.53vw;
        }

        #watchArea .priceInfo2 .subTitle {
            font-size: 5.33vw;
            text-align: center;
            margin: 0 auto 8vw;
        }
        #watchArea .priceInfo2{
            margin: 13.33vw auto 0;
        }
        #watchArea .priceInfo2 .img {
            display: flex;
            justify-content: center;
            margin: 0 0 8vw;
            border-radius: 16vw;
            padding: 10vw 1vw;
        }
        #watchArea .priceInfo2 .img img {
            width: 100%;
            margin: 0 auto;
        }
        #watchArea .priceInfo2 .mustReadbox {
            background: #fff;
            color: #222222;
            box-sizing: border-box;
            border: 0.53vw solid #D3D3D3;
            margin: 0 auto 13.33vw;
        }
        #watchArea .priceInfo2 .mustReadbox dl {
            margin: 0;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt {
            position: relative;
            padding: 2.5vw 11.5vw 2.5vw 9vw;
            font-size: 3.7vw;
            line-height: normal;
            font-weight: 500;
            cursor: pointer;
            text-align: center;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt::before {
            content: "";
            width: 6.66vw;
            height: 6.66vw;
            position: absolute;
            top: 50%;
            left: 5.92vw;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: url(../img/payment_icon01.png) no-repeat center center;
            background-size: contain;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt::after {
            content: "";
            width: 7.19vw;
            height: 7.19vw;
            background: #0099ff;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            right: 0vw;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
        #watchArea .priceInfo2 .mustReadbox dl dt > span::before {
            content: "";
            width: 4vw;
            height: 0.53vw;
            background: #ffffff;
            position: absolute;
            top: 50%;
            right: 3.13vw;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 1;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt > span::after {
            content: "";
            width: 4vw;
            height: 0.53vw;
            background: #ffffff;
            position: absolute;
            top: 50%;
            right: 3.13vw;
            -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
            transition: all .5s;
            z-index: 1;
        }
        #watchArea .priceInfo2 .mustReadbox dl dt.active > span::after {
            -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
        }
        #watchArea .priceInfo2 .mustReadbox dl dd {
            display: none;
            padding: 0;
            color: #888;
            font-size: 3.4vw;
            line-height: 1.57;
            border-top: 1px solid #0099ff;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable {
            border: none;
            width: 100%;
            border-spacing: 0px;
            margin: 0 auto;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable th {
            background-color: #09f;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            color: #fff;
            padding: 3vw 1vw;
            width: 25%;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td {
            font-size: 3vw;
            padding: 1.4vw;
            border-bottom: 1px solid #ccc;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_01, #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_02 {
            margin: 0.8vw 0 0;
            padding: 0 0 0 1rem;
            color: #888;
            line-height: 1.57;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_01::before {
            content: "※";
            margin-left: -1rem;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable td .icon_type_02::before {
            content: "\2605";
            margin-left: -1rem;
        }
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable tr:last-child th,
        #watchArea .priceInfo2 .mustReadbox dl dd .cautionTable tr:last-child td {
            border-bottom: none;
        }
    }
    /* /#watchArea */
/* /viewingArea */


/* osusumeArea */
#osusumeArea{
    background: #65C7F0;
    position: relative;
    z-index: 1;
}
#osusumeArea::before{
    content: "";
    position: absolute;
    top: 95.5px;
    right: 0;
    width: 880px;
    height: 104px;
    background: url(../img/osusumeArea_bg_text.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#osusumeArea::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 280px;
    width: 135px;
    height: 113px;
    background: url(../img/osusumeArea_illust02.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#osusumeArea .osusumeText{
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    background: #039AD9;
    text-align: center;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #222;
    max-width: max-content;
    min-width: 718px;
    width: 100%;
    min-height: 66px;
    padding: 0px 30px;
    margin: 0 auto 30px;
    position: relative;
}
#osusumeArea .osusumeText::before{
    content: "";
    position: absolute;
    top: -72px;
    left: -72px;
    width: 124px;
    height: 107px;
    background: url(../img/osusumeArea_illust01.svg)no-repeat;
    background-size: contain;
}
#osusumeArea .osusumeText span{
    color: #FCF067;
}
#osusumeArea h3{
    margin: 0 auto 60px;
}
#osusumeArea ul.osusumeJenre{
    display: flex;
    justify-content: center;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto 60px;
}
#osusumeArea ul.osusumeJenre li{
    width: 50%;
    cursor: pointer;
    text-align: center;
}
#osusumeArea ul.osusumeJenre li.active{
    cursor: initial;
    pointer-events: none;
}
#osusumeArea ul.osusumeJenre li:hover{
    opacity: 0.7;
}
#osusumeArea ul.osusumeJenre li.active:hover{
    opacity: 1;
}
#osusumeArea ul.osusumeJenre li:not(:last-child){
    margin-right: 20px;
}
#osusumeArea #osusumeList .slick-prev{
    position: absolute;
    top: 250px;
    left: 80px;
    background: url(../img/slick_prev.svg)no-repeat;
    width: 80px;
    height: 80px;
    border: none;
    z-index: 10;
    text-indent: -999em;
}
#osusumeArea #osusumeList .slick-next{
    position: absolute;
    top: 250px;
    right: 80px;
    background: url(../img/slick_next.svg)no-repeat;
    width: 80px;
    height: 80px;
    border: none;
    z-index: 10;
    text-indent: -999em;
}
#osusumeArea #osusumeList .osusumeWrapper{
    display: none;
}
#osusumeArea #osusumeList .osusumeWrapper.active{
    display: block;
}
#osusumeArea #osusumeList .osusumeWrapper ul.osusume{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 30px 30px;
}
#osusumeArea #osusumeList .osusumeWrapper ul.osusume.slick-initialized{
    display: block;
    margin: 0;
}
#osusumeArea .slick-list{
    overflow: visible;
}
#osusumeArea #osusumeList .programTile.Tag{
    position: relative;
}
#osusumeArea #osusumeList .programTile.Tag:before{
    content: "";
    position: absolute;
    top: -40px;
    left: -20px;
    width: 82px;
    height: 81px;
    background: url(../img/osusumeArea_tag.svg);
    background-size: contain;
    z-index: 1;
}
#osusumeArea .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    position: relative;
    padding-left: 66px;
    width: max-content;
}
#osusumeArea .slick-dots li{
    background: #039AD9;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}
#osusumeArea .slick-dots li:hover{
    opacity: 0.7;
}
#osusumeArea .slick-dots li.active:hover{
    opacity: 1;
}
#osusumeArea .slick-dots li:not(:last-child){
    margin-right: 15px;
}
#osusumeArea .slick-dots li.slick-active{
    width: 24px;
    height: 24px;
    background: #fff;
}
#osusumeArea .pauseButton{
    background: none;
    cursor: pointer;
    border: none;
    position: absolute;
    left: 0;
    padding: 0;
}
#osusumeArea .pauseButton:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1400px){
    #osusumeArea::after{
        right: 0;
    }
}
@media screen and (max-width: 768px){
    #osusumeArea{
        padding-bottom: 50.4vw;
    }
    #osusumeArea .osusumeText::before{
        content: "";
        position: absolute;
        top: -9.33vw;
        right: 0;
        left: 0;
        margin: auto;
        width: 84vw;
        height: 9.86vw;
        background: url(../img/osusumeArea_bg_text.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #osusumeArea::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 18.66vw;
        width: 28.79vw;
        height: 24vw;
        background: url(../img/osusumeArea_illust02.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #osusumeArea::before{
        content: "";
        position: absolute;
        top: inherit;
        bottom: 0;
        left: 17.33vw;
        width: 29.59vw;
        height: 25.86vw;
        background: url(../img/osusumeArea_illust01.svg)no-repeat;
        background-size: contain;
    }
    #osusumeArea .osusumeText{
        font-size: 5.33vw;
        line-height: 1.5;
        border-radius: 12vw;
        display: block;
        border: 0.53vw solid #222;
        width: 89.33vw;
        min-width: auto;
        min-height: auto;
        padding: 3.2vw 5.4vw;
        margin: 0 auto 4vw;
    }
    #osusumeArea h3 {
        width: 89.33vw;
        margin: 0 auto 10.66vw;
    }
    #osusumeArea ul.osusumeJenre {
        max-width: none;
        width: 89.33vw;
        margin: 0 auto 13.33vw;
    }
    #osusumeArea ul.osusumeJenre li:not(:last-child) {
        margin-right: 2.66vw;
    }
    #osusumeArea ul.osusumeJenre li:hover{
        opacity: 1;
    }
    #osusumeArea #osusumeList .slick-prev{
        position: absolute;
        top: 70vw;
        left: 0;
        background: url(../img/slick_prev_sp.svg)no-repeat;
        background-size: contain;
        width: 10.66vw;
        height: 21.33vw;
        border: none;
        z-index: 10;
        text-indent: -999em;
    }
    #osusumeArea #osusumeList .slick-next{
        position: absolute;
        top: 70vw;
        right: 0;
        background: url(../img/slick_next_sp.svg)no-repeat;
        background-size: contain;
        width: 10.66vw;
        height: 21.33vw;
        border: none;
        z-index: 10;
        text-indent: -999em;
    }
    #osusumeArea #osusumeList .osusumeWrapper{
        display: none;
    }
    #osusumeArea #osusumeList .osusumeWrapper.active{
        display: block;
    }
    #osusumeArea .slick-dots{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 4vw;
        margin: 8vw 5.33vw 22vw;
        padding: 0;
        width: auto;
    }
    #osusumeArea .slick-dots li{
        background: #039AD9;
        width: 4.26vw;
        height: 4.26vw;
        display: inline-block;
        border-radius: 50%;
        text-indent: -999em;
        border: none;
        cursor: pointer;
    }
    #osusumeArea .slick-dots li:hover{
        opacity: 1;
    }
    #osusumeArea .slick-dots li.active:hover{
        opacity: 1;
    }
    #osusumeArea .slick-dots li:not(:last-child){
        margin-right: 0;
    }
    #osusumeArea .slick-dots li.slick-active{
        width: 6.4vw;
        height: 6.4vw;
    }
    #osusumeArea .pauseButton{
        background: none;
        cursor: pointer;
        border: none;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -17vw;
        padding: 0;
    }
    #osusumeArea .pauseButton:hover{
        opacity: 1;
    }
}


/* programArea */
#programArea{
    background: #FCF067;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
#programArea::before{
    content: "";
    position: absolute;
    top: 95.5px;
    left: 0;
    width: 675px;
    height: 104px;
    background: url(../img/programArea_bg_text.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#programArea h3{
    margin: 0 auto 50px;
}
#programArea #programList .programWrapper{
    position: relative;
}
#programArea #programList .programWrapper:not(:last-child){
    margin: 0 0 50px;
}
#programArea #programList{
    width: min(100%, 1200px);
    margin: 0 auto;
}
#programArea #programList .programWrapper .schedule{
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 2px dashed #222;
    margin: 0 auto 30px;
    text-align: center;
}
#programArea #programList .programWrapper ul.programs{
    width: calc(100% + (100vw - 100%) / 2);
    position: initial;
}
#programArea #programList .slick-prev{
    position: absolute;
    top: 250px;
    left: -100px;
    background: url(../img/slick_prev.svg)no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    border: none;
    z-index: 10;
    text-indent: -999em;
}
#programArea #programList .slick-next{
    position: absolute;
    top: 250px;
    right: -80px;
    background: url(../img/slick_next.svg)no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    border: none;
    z-index: 10;
    text-indent: -999em;
}
.slick-arrow:hover{
    opacity: 0.7;
}
#programArea #programList .programWrapper ul.programs .program,
#osusumeArea #osusumeList .osusumeWrapper ul.osusume .program{
    border-radius: 15px;
    border: 2px solid #222;
    width: 360px;
    background: #fff;
    color: #222;
    margin: 0 10px;
}
.program .programImg{
    width: 100%;
    height: 203px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.program .programImg img{
    width: auto;
    height: 100%;
}
.program .programInner{
    padding: 20px 20px 30px;

}
.program .programCategory{
    display: flex;
    justify-content: flex-start;
}
.program .programCategory li{
    border: 1px dashed #FA8D39;
    color: #FA8D39;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20px;
}
.program .programCategory li:not(:last-child){
    margin-right: 10px;
}
.program .programTitle{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin: 15px 0 0;
}
.program .programLead{
    font-size: 14px;
    line-height: 1.8;
    margin: 15px 0 0;
}
.program .more{
    color: #09f;
    text-decoration: underline;
}
.program .programSchedule{
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0 0;
}
.program .channelInfo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 14px 0 0;
}
.program .channelInfo .channelIcon img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 1px;
    box-sizing: border-box;
}
.program .channelInfo .channelIcon{
    max-width: 36px;
    width: 100%;
    margin-right: 10px;
}
.program .channelInfo .channelNumber{
    color: #999;
    font-size: 12px;
    line-height: 1.3;
}
.program .channelInfo .channelName{
    font-size: 14px;
    line-height: 1.3;
    margin: 2px 0 0;
}
@media screen and (max-width: 1400px){
    #programArea #programList .slick-prev{
        left: 0;
    }
    #programArea #programList .slick-next{
        right: 0;
    }
}

@media screen and (max-width: 768px){
    #programArea::before{
        content: "";
        position: absolute;
        top: 20.2vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 64.26vw;
        height: 9.86vw;
        background: url(../img/programArea_bg_text.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #programArea h3{
        margin: 0 auto 10.66vw;
    }
    #programArea #programList .programWrapper:not(:last-child){
        margin: 0 0 12vw;
    }
    #programArea #programList{
        width: 100%;
        margin: 0 auto;
    }
    #programArea #programList .programWrapper .schedule{
        font-size: 6.4vw;
        padding-bottom: 2.13vw;
        border-bottom: 0.53vw dashed #222;
        margin: 0 5.33vw 6.66vw;
    }
    #programArea #programList .programWrapper ul.programs{
        width: 100%;
        position: initial;
    }
    #programArea #programList .slick-prev{
        position: absolute;
        top: 70vw;
        left: 0;
        background: url(../img/slick_prev_sp.svg)no-repeat;
        background-size: contain;
        width: 10.66vw;
        height: 21.33vw;
        border: none;
        z-index: 10;
        text-indent: -999em;
    }
    #programArea #programList .slick-next{
        position: absolute;
        top: 70vw;
        right: 0;
        background: url(../img/slick_next_sp.svg)no-repeat;
        background-size: contain;
        width: 10.66vw;
        height: 21.33vw;
        border: none;
        z-index: 10;
        text-indent: -999em;
    }
    #programArea #programList .programWrapper ul.programs .program,
    #osusumeArea #osusumeList .osusumeWrapper ul.osusume .program{
        border-radius: 4vw;
        border: 0.53vw solid #222;
        width: 89.33vw;
        margin: 0 5.33vw;
    }
    .program .programImg{
        width: 100%;
        height: 50.13vw;
        border-radius: 4vw 4vw 0 0;
    }
    .program .programImg img{
        width: auto;
        height: 100%;
    }
    .program .programInner{
        padding: 5.33vw 5.33vw 8vw;

    }
    .program .programCategory li{
        border: 0.26vw dashed #FA8D39;
        font-size: 3.2vw;
        padding: 0 1.33vw;
        flex-wrap: wrap;
        min-height: 5.33vw;
    }
    .program .programCategory li:not(:last-child){
        margin-right: 2.66vw;
    }
    .program .programTitle{
        font-size: 4.26vw;
        margin: 4vw 0 0;
    }
    .program .programLead{
        font-size: 3.73vw;
        margin: 4vw 0 0;
    }
    .program .programSchedule{
        font-size: 4vw;
        margin: 4vw 0 0;
    }
    .program .channelInfo{
        margin: 3.73vw 0 0;
    }
    .program .channelInfo .channelIcon img{
        width: 9.6vw;
        height: 9.6vw;
        border: 0.26vw solid #999;
        border-radius: 0.53vw;
        padding: 0.26vw;
    }
    .program .channelInfo .channelIcon{
        max-width: 9.6vw;
        width: 100%;
        margin-right: 2.66vw;
    }
    .program .channelInfo .channelNumber{
        color: #999;
        font-size: 3.2vw;
    }
    .program .channelInfo .channelName{
        font-size: 3.73vw;
        margin: 0.53vw 0 0;
    }
}
/* /programArea */

.notes{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto;
}
#osusumeArea .notes{
    max-width: 1450px;
    margin: 30px auto 0;
    padding-left: 10px;
}
#programArea .notes{
    max-width: 1200px;
    margin: 30px auto 0;
    padding-left: 10px;
}
@media screen and (max-width: 768px){
    #osusumeArea .notes,
    #programArea .notes{
        font-size: 3.9vw;
        max-width: none;
        margin: 0 5.33vw;
        padding-left: 0;
    }
    #programArea .notes{
        margin-top: 8vw;
    }
}


/* createArea */
#createArea{
    background: #65C7F0;
    position: relative;
    z-index: 1;
    padding-bottom: 122px;
}
#createArea::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 280px;
    width: 94px;
    height: 93px;
    background: url(../img/createArea_illust01.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#createArea::after{
    content: "";
    position: absolute;
    top: 82.5px;
    right: 0;
    width: 724px;
    height: 104px;
    background: url(../img/createArea_bg_text.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#createArea h3{
    margin: 0 auto 50px;
}
#createArea .downloadBtn{
    text-align: center;
    margin: 65px auto 0;
    padding: 50px;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #222;
    position: relative;
}
#createArea .downloadBtn .text{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #039AD9;
    text-align: center;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #222;
    max-width: max-content;
    min-width: 420px;
    width: 100%;
    min-height: 50px;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: -25px;
    margin: auto;
}
#createArea .downloadBtn .btnList{
    max-width: 740px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
#createArea .downloadBtn .btnList li{
    max-width: 355px;
    width: 100%;
    min-height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F57615;
    box-shadow: 5px 5px 0px #D56E1E;
    text-align: center;
    border-radius: 38px;
}
#createArea .downloadBtn .btnList li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
#createArea .downloadBtn .btnList li a span{
    margin-right: 15px;
}
#createArea .downloadBtn .btnList li:nth-child(odd){
    margin-right: 20px;
}
#createArea .downloadBtn .btnList li:nth-child(n+3){
    margin-top: 20px;
}
#createArea .matomeBox{
    margin: 50px auto 0;
}
#createArea .matomeBox .subTitle{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 2px dashed #FCF067;
    position: relative;
    max-width: max-content;
    width: 100%;
    margin: 0 auto;
}
#createArea .matomeBox .matomeList{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 65px auto 0;
}
#createArea .matomeBox .matomeList li{
    background: #fff;
    max-width: 590px;
    width: 100%;
    border-radius: 15px;
    border: 2px solid #222;
    padding: 55px 40px 50px 40px;
    position: relative;
}
#createArea .matomeBox .matomeList li:nth-child(odd){
    margin-right: 20px;
}
#createArea .matomeBox .matomeList li:nth-child(n+3){
    margin-top: 45px;
}
#createArea .matomeBox .matomeList li .subHeading{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #039AD9;
    text-align: center;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #222;
    max-width: max-content;
    min-width: 420px;
    width: 100%;
    min-height: 50px;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    left: 0;
    top: -25px;
    margin: auto;
}
#createArea .matomeBox .matomeList li .subHeading span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #09f;
    border-radius: 50%;
    margin-left: 5px;
    font-family: "A P-OTF Tunnel Min Wideline";
    font-weight: bold;
    font-size: 15px;
}
#createArea .matomeBox .matomeList li dl{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0;
}
#createArea .matomeBox .matomeList li dl:not(:last-child){
    margin-bottom: 20px;
}
#createArea .matomeBox .matomeList li dl dt{
    border: 1px dashed #F57615;
    color: #F57615;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 70px;
    min-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
}
#createArea .matomeBox .matomeList li dl dd{
    font-size: 14px;
    line-height: 1.71;
}
#createArea .matomeBox .matomeList li dl.programName dd{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
}
#createArea .matomeBox .matomeList li .boxImage{
    text-align: center;
    margin: 20px 0 0;
}
#createArea .matomeBox .matomeList li .boxImage .speechBubble{
    background: #F57615;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 210px;
    min-height: 35px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
#createArea .matomeBox .matomeList li .boxImage .speechBubble::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    border-top: 25px solid #F57615;
    border-bottom: 0;
    z-index: -1;
}
#createArea .matomeBox .matomeList li .boxImage .img{
    margin: 21px auto 0;
}
@media screen and (max-width: 1400px){
    #createArea .matomeBox .matomeList li{
        max-width: none;
        width: 49%;
    }
    #createArea .matomeBox .matomeList li:nth-child(odd){
        margin-right: 0;
    }
}

@media screen and (max-width: 768px){
    #createArea{
        padding-bottom: 27.73vw;
    }
    #createArea::before{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 20vw;
        height: 19.73vw;
        background: url(../img/createArea_illust01.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #createArea::after{
        content: "";
        position: absolute;
        top: 19.46vw;
        right: 0;
        left: 0;
        margin: auto;
        width: 69.06vw;
        height: 9.86vw;
        background: url(../img/createArea_bg_text.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #createArea h3{
        margin: 0 auto 10.66vw;
    }
    #createArea .downloadBtn{
        margin: 14.66vw auto 0;
        padding: 19.2vw 5.33vw 8.79vw;
        border-radius: 3.2vw;
        border: 0.53vw solid #222;
    }
    #createArea .downloadBtn .text{
        font-size: 4vw;
        line-height: 1.6;
        border-radius: 9.33vw;
        border: 0.53vw solid #222;
        min-width: auto;
        width: 78.66vw;
        min-height: 18.4vw;
        padding: 0 5.33vw;
        top: -9.2vw;
    }
    #createArea .downloadBtn .btnList{
        max-width: none;
        width: 100%;
    }
    #createArea .downloadBtn .btnList li{
        max-width: none;
        width: 100%;
        min-height: 18.66vw;
        box-shadow: 1.33vw 1.33vw 0px #D56E1E;
        text-align: center;
        border-radius: 14.66vw;
    }
    #createArea .downloadBtn .btnList li a{
        font-size: 4.8vw;
    }
    #createArea .downloadBtn .btnList li a span{
        margin-right: 4vw;
    }
    #createArea .downloadBtn .btnList li:nth-child(odd){
        margin-right: 0;
    }
    #createArea .downloadBtn .btnList li:nth-child(n+3){
        margin-top: 0;
    }
    #createArea .downloadBtn .btnList li:not(:last-child){
        margin-bottom: 8vw;
    }
    #createArea .matomeBox{
        margin: 0;
    }
    #createArea .matomeBox .subTitle{
        font-size: 6.4vw;
        line-height: 2;
        padding-bottom: 1.6vw;
        border-bottom: none;
        display: block;
        text-align: center;
    }
    #createArea .matomeBox .subTitle span{
        border-bottom: 0.53vw dashed #FCF067;
        padding-bottom: 1.33vw;
    }
    #createArea .matomeBox .matomeList{
        margin: 36.8vw auto 0;
        position: relative;
        z-index: 1;
    }
    #createArea .matomeBox .matomeList::before{
        content: "";
        position: absolute;
        top: -30.52vw;
        right: 0;
        left: 0;
        margin: auto;
        width: 21.33vw;
        height: 21.86vw;
        background: url(../img/createArea_illust02.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #createArea .matomeBox .matomeList li{
        max-width: none;
        width: 100%;
        border-radius: 3.2vw;
        border: 0.53vw solid #222;
        padding: 18.4vw 5.33vw 8vw 5.33vw;
        position: relative;
    }
    #createArea .matomeBox .matomeList li:nth-child(odd){
        margin-right: 0;
    }
    #createArea .matomeBox .matomeList li:nth-child(n+3){
        margin-top: 0;
    }
    #createArea .matomeBox .matomeList li:not(:last-child){
        margin-bottom: 14.66vw;
    }
    #createArea .matomeBox .matomeList li .subHeading{
        font-size: 4vw;
        line-height: 1.6;
        border-radius: 9.33vw;
        border: 0.53vw solid #222;
        min-width: auto;
        width: 78.66vw;
        min-height: 18.4vw;
        padding: 0px 5.33vw;
        top: -9.2vw;
    }
    #createArea .matomeBox .matomeList li .subHeading span{
        width: 6.66vw;
        height: 6.66vw;
        margin-left: 2.66vw;
        font-size: 4vw;
    }
    #createArea .matomeBox .matomeList li dl:not(:last-child){
        margin-bottom: 4vw;
    }
    #createArea .matomeBox .matomeList li dl dt{
        border: 0.26vw dashed #F57615;
        margin-right: 2.66vw;
        min-width: 18.66vw;
        min-height: 5.33vw;
        padding: 0 1.06vw;
        font-size: 3.2vw;
    }
    #createArea .matomeBox .matomeList li dl dd{
        font-size: 3.73vw;
    }
    #createArea .matomeBox .matomeList li dl.programName dd{
        font-size: 4.8vw;
    }
    #createArea .matomeBox .matomeList li .boxImage{
        margin: 5.33vw 0 0;
    }
    #createArea .matomeBox .matomeList li .boxImage .speechBubble{
        font-size: 3.73vw;
        max-width: none;
        width: 56vw;
        min-height: 9.33vw;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    #createArea .matomeBox .matomeList li .boxImage .speechBubble::after{
        bottom: -2.66vw;
        border-right: 5.86vw solid transparent;
        border-left: 5.86vw solid transparent;
        border-top: 6.66vw solid #F57615;
    }
    #createArea .matomeBox .matomeList li .boxImage .img{
        margin: 5.86vw auto 0;
    }
}
/* /createArea */


/* spaceArea */
#spaceArea{
    background: #36BAF2;
    text-align: center;
    position: relative;
    z-index: 1;
}
#spaceArea::before{
    content: "";
    position: absolute;
    top: 82.5px;
    left: 0;
    width: 891px;
    height: 104px;
    background: url(../img/spaceArea_bg_text.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#spaceArea .sectionInner::before{
    content: "";
    position: absolute;
    top: 225.5px;
    left: 10%;
    width: 128px;
    height: 135px;
    background: url(../img/spaceArea_illust01.svg)no-repeat;
    background-size: contain;
    z-index: -1;
}
#spaceArea h3{
    margin: 0 auto 50px;
}
#spaceArea .text{
    font-size: 18px;
    line-height: 1.8;
}
#spaceArea .img{
    margin: 40px auto 0;
}
#spaceArea .c-btn{
    margin-top: 40px;
}
#spaceArea .c-btn span{
    padding-left: 48px;
}
#spaceArea .c-btn span::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 33px;
    height: 29px;
    background: url(../img/c-btn_icon_space.svg)no-repeat;
    background-size: contain;
}

@media screen and (max-width: 768px){
    #spaceArea{
        padding-bottom: 43.46vw;
    }
    #spaceArea::before{
        content: "";
        position: absolute;
        top: 20.2vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 85.06vw;
        height: 9.86vw;
        background: url(../img/spaceArea_bg_text.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #spaceArea .sectionInner::before{
        content: "";
        position: absolute;
        top: inherit;
        bottom: 5.33vw;
        left: 0;
        right: 0;
        margin: auto;
        width: 27.2vw;
        height: 28.79vw;
        background: url(../img/spaceArea_illust01.svg)no-repeat;
        background-size: contain;
        z-index: -1;
    }
    #spaceArea h3{
        margin: 0 auto 10.66vw;
    }
    #spaceArea .text{
        font-size: 4.8vw;
        text-align: left;
    }
    #spaceArea .img{
        margin: 8vw auto 0;
    }
    #spaceArea .c-btn{
        margin-top: 8vw;
    }
    #spaceArea .c-btn span{
        padding-left: 12vw;
    }
    #spaceArea .c-btn span::after{
        width: 8.79vw;
        height: 7.73vw;
    }
}
/* /spaceArea */


/* subscriptionArea */
#subscriptionArea{
    padding: 15px 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    opacity: 0;
}
#subscriptionArea.show {
    opacity: 1 !important;
}
#subscriptionArea .btnWrapper{
    display: flex;
    justify-content: center;
}
#subscriptionArea .btnWrapper .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 545px;
    width: 100%;
    min-height: 76px;
    border-radius: 40px;
    background: #EF5E6A;
    box-shadow: 5px 5px 0px #CD535D;
    position: relative;
}
#subscriptionArea .btnWrapper .btn:nth-child(2){
    background: #0099FF;
    box-shadow: 5px 5px 0px #108ADB;
}
#subscriptionArea .btnWrapper .btn:not(:last-child){
    margin-right: 20px;
}
#subscriptionArea .btnWrapper .btn a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
#subscriptionArea .btnWrapper .btn a::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
    width: 12px;
    height: 21px;
    background: url(../img/subscriptionArea_btn_arrow.svg)no-repeat;
}

@media screen and (max-width: 768px){
    #subscriptionArea{
        padding: 4vw 0;
    }
    #subscriptionArea .btnWrapper .btn{
        width: 45%;
        min-height: 10.66vw;
        border-radius: 14.66vw;
        box-shadow: 1.33vw 1.33vw 0px #CD535D;
    }
    #subscriptionArea .btnWrapper .btn:nth-child(2){
        box-shadow: 1.33vw 1.33vw 0px #108ADB;
    }
    #subscriptionArea .btnWrapper .btn:not(:last-child){
        margin-right: 4vw;
    }
    #subscriptionArea .btnWrapper .btn a{
        font-size: 2.8vw;
    }
    #subscriptionArea .btnWrapper .btn a::after{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2.53vw;
        margin: auto;
        width: 1.73vw;
        height: 4.4vw;
        background: url(../img/subscriptionArea_btn_arrow.svg) no-repeat;
        background-position-y: center;
        background-size: contain;
    }
}
/* /subscriptionArea */


/* copyRight */
#copyRight{
    padding: 80px 0;
    font-size: 12px;
    line-height: 1.8;
    color: #222222;
}
#copyRight li{
    display: inline-block;
}
#copyRight li:not(:last-child){
    margin-right: 10px;
}
@media screen and (max-width: 768px){
}
/* /copyRight */