    /*----------------------------------------------------------------------------レスポンシブCSS-------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------スマホ--------*/
    /*--------ヘッダー--------*/
    .pcheader {
        display: none;
    }
    .spheader_logo_wrap {
        width: 188px;
    }
    .spheader_logo {
        font-size: 0;
    }
    .spheader_logo a {
        display: inline-block;
    }
    .spheader_flex {
        align-items: center;
        padding: 0 0 0 20px;
    }
    .spheader_loginbtn {
        width: 77px;
    }
    .spheader_loginbtn > span {
        display: inline-block;
        background-color: #fff000;
        font-size: 12px;
        line-height: 20px;
        padding: 3px 10px;
        border-radius: 999px;
        font-weight: 600;
        cursor: pointer;
    }
    .spheader_right {
        position: relative;
        padding: 12px 55px 12px 0;
    }
    .spheader_ham {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: #FFF;
    }
    .spheader_ham > span {
        display: inline-block;
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: #000;
        position: absolute;
        left: 16px;
    }
    .spheader_ham > span:nth-child(1) {
        top: 17px;
    }
    .spheader_ham > span:nth-child(2) {
        top: 23px;
    }
    .spheader_ham > span:nth-child(3) {
        top: 29px;
    }
    .spheader_ham.spheader_ham_open > span:nth-child(1) {
        transform: rotate(45deg);
        top: 22px;
    }
    .spheader_ham.spheader_ham_open > span:nth-child(2) {
        display: none;
    }
    .spheader_ham.spheader_ham_open > span:nth-child(3) {
        transform: rotate(-45deg);
        top: 22px;
    }
    .spheader {
        border-bottom: 2px solid #f3f3f3;
        position: fixed;
        left: 0;
        top: 0;
        background: #FFF;
        z-index: 50;
        width: 100%;
    }
    .header_space {
        height: 50px;
    }
    .spmenu {
        position: fixed;
        left: 0;
        top: 52px;
        background: #FFF;
        width: 100%;
        transition: .1s;
        display: none;
    }
    .spmenu_signup_wrap {
        background: #f3f3f3;
        padding: 20px 25px;
        text-align: center;
    }
    .spmenu_signup > span {
        display: inline-block;
        width: 100%;
        background: #fff000;
        font-size: 14px;
        font-weight: 600;
        border-radius: 999px;
        padding: 12px 10px;
        cursor: pointer;
    }
    .spmenu_ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    .spmenu_ul li {
        border-bottom: 5px solid #f3f3f3;
        position: relative;
    }
    .spmenu_ul li span {
        display: inline-block;
        padding: 18px 25px;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }
    .spmenu_ul li::before {
        content: "";
        position: absolute;
    	top: 50%;
    	right: 25px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 5px;
    	height: 8px;
    	background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/icon-arrowRight-black.svg);
    }
    .fx_btn {
        display: inline-block;
        width: 100%;
        max-width: 280px;
        font-weight: 600;
        font-size: 20px;
        border-radius: 999px;
        padding: 18px 10px;
        box-shadow: 0 0 20px rgba(0,0,0,.25);
        background: #FFF000;
        cursor: pointer;
        transition: .3s;
        position: fixed;
    	left: 50%;
    	bottom: 15px;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	z-index: 20;
    	text-align: center;
    }
    .fx_btn:hover {
        background: #FFF666;
    }
    .fx_btn.fx_btn_off {
        display: none!important;
    }

    .spcta_bg {
        background: rgba(0,0,0,.3);
	position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 99;
	padding: 50px 0;
    }

    .modallink {
        position: fixed;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    	width: calc(100% - 55px);
    	background: #FFF;
    	border-radius: 22px;
    	border: 1px solid #000;
    	z-index: 100;
    	padding: 22px 40px;
    	max-width: 360px;
    	display: none;
    }
    .modallink p {
        letter-spacing: 0;
    }
    .modallink_txt1 {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .modallink_txt2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .modallink_txt3 a {
        font-weight: 500;
        text-decoration: underline;
        color: #4F96F6;
        word-break: break-all;
    }
    .modallink.clicked {
        display: block;
    }
    .body_overlay {
        /*position: fixed;
        width: 100%;*/
        overflow: hidden;
        position: relative;
    }
    .body_overlay::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .3;
        z-index: 99;
    }
    
    .modallinkdouble {
    	max-width: 720px;
    }
/*
    .modallink p {
        letter-spacing: 0;
    }
    .modallink_txt1 {
        font-weight: 600;
        font-size: 17px;
        margin-bottom: 10px;
    }
    .modallink_txt2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .modallink_txt3 a {
        font-weight: 500;
        text-decoration: underline;
        color: #4F96F6;
        word-break: break-all;
    }
    .modallink.clicked {
        display: block;
    }
*/
    
    /*--------トップページ--------*/
    .sec_wrap {
        padding: 40px 0 64px;
        text-align: center;
    }
    .sec_img1 {
        font-size: 0;
    }
    .sec1_h {
        font-size: 0;
    }
    .sec1_img1 {
        text-align: center;
    }
    .sec1_img1 img {
        width: 183px;
    }
    .sec1_right {
        margin-bottom: 40px;
    }
    .sec1_h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .sec1_h3 > span {
        background: linear-gradient(transparent 70%, #FFF000 70%);
    }
    .sec1_txt1 {
        font-weight: 600;
        margin-bottom: 24px;
    }
    .sec1_wrap {
        padding-bottom: 40px;
    }
    .sec2_flexbox {
        border: 6px solid #F3F3F3;
        border-radius: 6px;
        text-align: center;
        margin: 0 auto 20px;
        padding: 24px;
        border-radius: 18px;
    }
    .sec2_img1 img {
        width: 120px;
    }
    .sec2_img1 {
        font-size: 0;
        margin-bottom: 30px;
    }
    .sec2_txt1 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 16px;
    }
    .sec2_txt2 {
        text-align: left;
        font-size: 14px;
        font-weight: 500;
    }
    .sec2_wrap {
        padding-bottom: 44px;
    }
    .sec3_wrap {
        text-align: center;
    }
    .sec3_h {
        font-size: 0;
        margin-bottom: 16px;
    }
    .sec3_h img {
        width: 349px;
    }
    .sec3_txt1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .sec3_txt2 {
        position: relative;
        font-weight: 600;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .sec3_txt2 > span {
        background: linear-gradient(transparent 70%, #FFF000 70%);
    }
    .sec3_txt2::before {
        content: "";
        position: absolute;
    	left: 50%;
    	bottom: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 60px;
    	height: 6px;
    	background: #000;
    }
    .step_img1 img {
        width: 160px;
    }
    .step_img1 {
        font-size: 0;
    }
    .step_flex_left {
        margin-bottom: 16px;
    }
    .step_flex_right h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .step_txt1 {
        font-size: 14px;
        line-height: 1.7;
        font-weight: 500;
        text-align: left;
    }
    .step_txt2 {
        font-size: 14px;
        line-height: 1.7;
        font-weight: 600;
        padding-left: 1em;
        text-align: left;
        position: relative;
    }
    .step_txt2::before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0;
    }
    .step_flex2_left {
        margin-bottom: 16px;
    }
    .step_qr {
        font-size: 0;
    }
    .step_qr img {
        width: 91px;
    }
    .step_flex {
        margin-bottom: 40px;
    }
    .link {
        color: #4F96F6;
        text-decoration: underline;
    }
    .step_wrap {
        padding-bottom: 24px;
    }
    .lv2_ver1 {
        position: relative;
        text-align: center;
        font-size: 24px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    .lv2_ver1::before {
        content: "";
        position: absolute;
    	left: 50%;
    	bottom: 0;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 60px;
    	height: 6px;
    	background: #000;
    }
    .sec4_img1 {
        font-size: 0;
        text-align: center;
        margin-bottom: 8px;
    }
    .sec4_img1 img {
        width: 784px;
    }
    .sec4_txt {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 4px;
    }
    .sec4_txt1 {
        font-weight: 600;
    }
    .sec4_wrap {
        padding-bottom: 60px;
    }
    .sec4_txt3 {
        position: relative;
        padding-left: 1.3em;
    }
    .sec4_txt3::before {
        content:"\02217";
	    font-size: 1.5rem;
        position: absolute;
	    top: -3px;
	    left: 0;
	    display: inline-block;
	    line-height: 1;
    }
    .sec5_wrap {
        padding-bottom: 64px;
    }
    .sec5_in {
        background: #f3f3f3;
        padding: 20px;
        border-radius: 20px;
    }
    .sec5_in h3 {
        border-left: 6px solid #FFF000;
        font-size: 20px;
        padding-left: 16px;
        margin-bottom: 10px;
    }
    .sec5_in span1 {
        font-size: 14px;
        letter-spacing: 1.7;
        margin-bottom: 10px;
    }
    .sec5_in span2 {
        font-size: 16px;
        letter-spacing: 1.7;
        background: linear-gradient(transparent 60%, #FFF000 60%);
    }
    .sec5_flexbox {
        text-align: left;
        padding: 0px;
    }
    .sec5_box {
        background: #FFF;
        border-radius: 20px;
        padding: 10px;
        margin-bottom: 40px;
    }

    .sec5_box3 {
        display: flex;
        vertical-align: middle;
    }
    
    .sec5_box:last-child {
        margin-bottom: 0;
    }

    .sec5_box h2 {
        font-size: 22px;
        font-weight: 600;
    }

    .sec5_box h4 {
        margin-bottom: 10px;
        width: 100%;
        height: 20px;
        font-size: 12px;
        color: #FFF;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        border-radius: 20px;
    }
    .sec5_box p {
        font-size: 14px;
        line-height: 1.6;
    }

    .sec5_box p2 {
        font-size: 18px;
        line-height: 1.6;
        font-weight: 600;
    }

    .sec5_box p3 {
        font-size: 14px;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 10px;
        box-sizing: border-box;
        float: left;
        padding-left: 26px;
        background-image: url(../img/icon_plan_check.png);
        background-size: 16px auto;
        background-position: left 4px;
        background-repeat: no-repeat;
    }
    .sec5_box p4 {
        margin-right: 10px;
        margin-bottom: 15px;
        width: 80px;
        height: 20px;
        font-size: 10px;
        color: #FFF;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        border-radius: 20px;
    }
    .sec5_box p5 {
        margin-right: 10px;
        margin-bottom: 15px;
        width: 80px;
        height: 20px;
        font-size: 10px;
        color: #000;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff000;
        border-radius: 20px;
    }

    .sec5_box p6 {
        font-size: 14px;
        line-height: 1.6;
        flex-basis: 70%;
    }

    .sec5_title {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }

    .sec5_box img {
        font-size: 0;
        text-align: center;
        margin-bottom: 8px;
        margin-right: 10px;
        height: 40px;
    }
    
    .qa dt {
        cursor: pointer;
        background: #FFF000;
        border-radius: 12px;
        position: relative;
        padding: 15px 40px 15px 55px;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .qa dt::before {
        content: "";
        position: absolute;
        left: 12.5px;
        top: 15px;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/q.png);
    }
    .qa dt:hover {
        color: #666;
        text-decoration: underline;
    }
    .qa_toggle {
        display: inline-block;
        width: 15px;
        height: 15px;
        position: absolute;
    	top: 50%;
    	right: 12.5px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transition: .3s;
    }
    .qa_toggle::before, .qa_toggle::after {
        content: "";
        width: 100%;
        height: 4px;
        border-radius: 999px;
        background: #000;
        position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
    }
    .qa_toggle::after {
        transform: translate(-50%, -50%) rotate(90deg);
    	-webkit-transform: translate(-50%, -50%) rotate(90deg);
    	-ms-transform: translate(-50%, -50%) rotate(90deg);
    }
    .qa dt.qa_clicked .qa_toggle {
        transform: translateY(-50%) rotate(-45deg);
    	-webkit-transform: translateY(-50%) rotate(-45deg);
    	-ms-transform: translateY(-50%) rotate(-45deg);
    }
    .qa dt.qa_clicked {
        border-radius: 12px 12px 0 0;
    }
    .qa dd {
        display: none;
        position: relative;
        padding: 0 40px 30px 55px;
        font-size: 15px;
        line-height: 1.5;
        margin: 0;
    }
    .qa dd::before {
        content: "";
        position: absolute;
        left: 12.5px;
        top: 0;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../img/a.png);
    }
    .qa_txt1 {
        font-weight: 600;
        margin: 10px 0 10px;
    }
    .sec6_wrap {
        padding-bottom: 44px;
    }
    .cta_bg {
        background: rgba(0,0,0,.3);
    }
    .cta_wrap {
        padding: 20px 10px;
        text-align: center;
    }
    .cta_btn {
        display: inline-block;
        width: 100%;
        max-width: 280px;
        font-weight: 600;
        font-size: 20px;
        border-radius: 999px;
        padding: 18px 10px;
        box-shadow: 0 0 20px rgba(0,0,0,.25);
        background: #FFF000;
        cursor: pointer;
        transition: .3s;
    }
    .cta_btn:hover {
        background: #FFF666;
    }
    .cta_btn_wrap {
        opacity: 0;
    }
    .cta_btn_wrap_on {
        opacity: 1;
    }
    .mn_bg {
        background: #000;
        padding: 35.5px 0;
        text-align: center;
    }
    .mn_txt1 span {
        display: inline-block;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }
    .mn_txt1 span img {
        display: inline-block;
        margin: 0 0 3px 10px;
        vertical-align: middle;
    }
    @media screen and (max-width: 767px) {
        div.pccta_bg_fixed {
                display: none!important;
        }
    }
    .campaignbnr {
        font-size: 0;
        margin-bottom: 64px;
        text-align: center;
    }
    .cmp_table {
        margin: 0 0 40px;
    }
    .cmp_wrap {
        padding: 0 0 24px;
    }
    .cmp_table {
        border-collapse: separate;
    }
    .cmp_table th, .cmp_table td {
        font-size: 12px;
        line-height: 1.7;
        text-align: left;
        padding: 12px;
        border: 1px solid #CCCCCC;
        border-top: none;
    }
    .cmp_table {
        border-spacing: 0;
        overflow: hidden;
    }
    .cmp_table th {
        background: #F3F3F3;
        width: 30%;
        border-right: none;
    }
    .cmp_table tr:first-child th {
        border-radius: 12px 0 0 0;
        border-top: 1px solid #CCCCCC;
    }
    .cmp_table tr:first-child td {
        border-radius: 0 12px 0 0;
        border-top: 1px solid #CCCCCC;
    }
    .cmp_table tr:last-child th {
        border-radius: 0 0 0 12px;
    }
    .cmp_table tr:last-child td {
        border-radius: 0 0 12px 0;
    }
    .cmp_list {
        padding: 0 0 0 20px;
        font-size: 12px;
        line-height: 1.7;
    }
    .cmp_table td .modallink_switch_btn {
        text-decoration: underline;
        cursor: pointer;
    }
    .cty_txt {
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        margin: -20px 0 64px;
    }
    .cty_txt .modallink_switch_btn {
        cursor: pointer;
    }
    
    
    
    
    /*--------タブレット--------*/
    @media screen and (min-width: 768px) {
        /*--------ヘッダー--------*/
        .header_space {
            height: 0;
        }
        .spheader {
            display: none;
        }
        .pcheader {
            display: block;
            box-shadow: 0 6px 0 0 rgba(0, 0, 0, .05);
        }
        .pcheader_flex {
            align-items: center;
            margin: 0 auto;
            max-width: 920px;
            padding: 30px 0 24px;
        }
        .pcheader_logo_wrap {
            width: 281px;
        }
        .pcheader_logo {
            font-size: 0;
        }
        .pcheader_logo a {
            display: inline-block;
        }
        .pcheader_right {
            width: calc(100% - 281px);
            text-align: right;
            justify-content: flex-end;
            align-items: center;
        }
        .pcheader_right2 {
            width: 120px;
            margin-left: 37px;
        }
        .pcheader_loginbtn {
            display: inline-block;
            width: 100%;
            background: #FFF000;
            text-align: center;
            border-radius: 999px;
            font-weight: 600;
            font-size: 14px;
            padding: 7px 2px 7px;
            cursor: pointer;
            transition: .2s;
        }
        .pcheader_loginbtn:hover {
            background: #FFF666;
        }
        .pcheader_btn {
            display: inline-block;
            font-size: 12px;
            font-weight: 500;
            vertical-align: middle;
            cursor: pointer;
        }
        .pcheader_btn:hover {
            text-decoration: underline;
        }
        .pcheader_btn1 img {
            display: inline-block;
            margin: 0 0 0 5px;
        }
        .pcheader_btn_space {
            display: inline-block;
            vertical-align: middle;
            width: 1px;
            height: 14px;
            background: #ccc;
            margin: 0 15px;
        }
        .fx_btn {
            font-size: 36px;
            padding: 45px 10px;
            max-width: 480px;
            line-height: 1;
            bottom: 30px;
            display: none!important;
        }
        .modallink {
            padding: 40px 60px;
        }
        
        
        /*--------トップページ--------*/
        .sec_wrap {
            padding: 80px 0;
        }
        .sec1_h {
            margin-bottom: 0;
        }
        .sec1_flex {
            flex-direction: row-reverse;
            padding-right: 25px;
        }
        .sec1_right {
            width: 28.5%;
        }
        .sec1_img1 img {
            width: auto;
        }
        .sec1_left {
            width: 67%;
        }
        .sec1_h3 {
            font-size: 30px;
            margin-bottom: 30px;
        }
        .sec1_txt1 {
            font-size: 20px;
            margin-bottom: 30px;
        }
        .sec2_flexbox {
            width: 31%;
            margin: 0;
        }
        .sec2_txt2 {
            font-size: 16px;
        }
        .sec2_wrap {
            padding-bottom: 80px;
        }
        .sec3_h img {
            width: 630px;
        }
        .sec3_h {
            margin-bottom: 60px;
        }
        .sec3_txt1 {
            font-size: 36px;
            margin-bottom: 25px;
        }
        .sec3_txt2 {
            font-size: 24px;
            padding-bottom: 60px;
            margin-bottom: 60px;
        }
        .step_flex_left {
            width: 200px;
            margin: 0;
            position: relative;
        }
        .step_img1 {
            position: relative;
            z-index: 5;
        }
        .step_img1 img {
            width: auto;
        }
        .step_flex_right {
            width: calc(100% - 220px);
            text-align: left;
            padding: 5px 0 0;
        }
        .step_flex_right h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }
        .step_txt1 {
            font-size: 16px;
        }
        .step_txt2 {
            font-size: 16px;
            margin-top: 10px;
        }
        .step_flex2_left {
            margin: 0;
            width: 74%;
        }
        .step_flex2_right {
            width: 26%;
        }
        .step_flex_left::before {
            content: "";
            position: absolute;
        	left: calc(50% + 7px);
        	transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        	top: 160px;
        	width: 10px;
        	height: calc(100% + 60px);
        	background: #444;
        }
        .step_flex:last-child .step_flex_left::before {
            display: none;
        }
        .step_wrap {
            padding-bottom: 40px;
        }
        .lv2_ver1 {
            font-size: 36px;
        }
        .sec4_txt {
            text-align: center;
            font-size: 16px;
        }
        .sec4_wrap {
            padding-bottom: 76px;
        }
        .sec4_txt3::before {
            position: relative;
            top: 0;
        }
        .sec4_img1 {
            margin-bottom: 40px;
        }
        .sec5_wrap {
            padding-bottom: 80px;
        }
        .sec5_flexbox {
            width: 48%;
            padding: 0px;
        }
        .sec5_in {
            padding: 40px;
        }
        .sec5_box {
            padding: 20px;
        }
        .sec5_box2 {
            padding: 20px;
        }
        
        .sec5_box h3 {
            font-size: 25px;
        }
        
        .sec5_box h3 {
            font-size: 20px;
        }
        .sec5_box p {
            font-size: 16px;
        }
        .sec5_box p3 {
            font-size: 16px;
            background-size: 20px auto;
            background-position: left 2px;
            background-repeat: no-repeat;
        }

        .sec5_box p4 {
            height: 24px;
            margin-left: 10px;
            font-size: 12px;
            width: 100px;
        }

        .sec5_box p5 {
            height: 24px;
            margin-left: 10px;
            font-size: 12px;
            width: 100px;
        }

        .sec5_box p6 {
            font-size: 16px;
        }
        
        .sec5_box img {
            margin-right: 20px;
            height: 50px;
        }

        .qa dt {
            font-size: 20px;
            padding: 20px 40px 20px 80px;
        }
        .qa dt::before {
            width: 40px;
            height: 40px;
            left: 20px;
        }
        .qa_toggle {
            right: 20px;
            width: 21px;
            height: 21px;
        }
        .qa dd {
            padding: 0 40px 35px 80px;
            font-size: 16px;
        }
        .qa dd::before {
            width: 40px;
            height: 40px;
            left: 20px;
        }
        .qa_txt1 {
            margin: 10px 0;
            font-size: 19px;
        }
        .sec6_wrap {
            padding-bottom: 60px;
        }
        .cta_wrap {
            padding: 60px 10px;
        }
        .cta_btn {
            font-size: 36px;
            padding: 48px 10px;
            max-width: 480px;
        }
        .mn_bg {
            padding: 49.5px 0;
        }
        .cta_bg {
            display: none!important;
        }
        .pccta_bg {
            background: rgba(0,0,0,.3);
            padding: 40px 0;
        }
        .pccta_flex {
            margin: 0 auto;
            max-width: 480px;
        }
        .pccta_signup {
            width: 280px;
            background: #FFF000;
            text-align: center;
            border-radius: 999px;
            box-shadow: 0 0 20px rgba(0,0,0,.25);
            cursor: pointer;
            font-weight: 600;
            font-size: 20px;
            padding: 15px;
            transition: .2s;
        }
        .pccta_signup:hover {
            background: #FFF666;
        }
        .pccta_login {
            width: 160px;
            background: #fff;
            text-align: center;
            border-radius: 999px;
            box-shadow: 0 0 20px rgba(0,0,0,.25);
            cursor: pointer;
            font-weight: 600;
            font-size: 20px;
            padding: 15px;
            transition: .2s;
        }
        .pccta_login:hover {
            background: #FFF666;
        }
        .pccta_bg_fixed {
            position: fixed;
            width: 100%;
            left: 0;
            bottom: 0;
            z-index: 99;
            /* background: none; */
        }
        .pccta_bg_bottom {
            height: 140px;
        }
        .campaignbnr {
            margin-bottom: 80px;
        }
        .cty_txt {
            margin-top: -40px 0 80px;
        }
        .modallinkdouble_pc .modallink_txt2 {
            text-align: center;
            margin-bottom: 33px;
        }
        .modallinkdouble_pc_btn {
            text-align: center;
            margin-bottom: 15px;
            margin-top: 30px;
        }
        .modallinkdouble_pc_btn a {
            display: inline-block;
            width: 100%;
            max-width: 277px;
            background: #FFF000;
            border-radius: 999px;
            font-weight: 600;
            padding: 8px 12px;
            font-size: 14px;
        }
        
        
    }
    
    
    
    
    
    /*--------PC--------*/
    @media screen and (min-width: 920px) {
        /*--------トップページ--------*/
        /* Aies追加 */
        .pchide {display: none !important;}
    }
    

