@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");

html,
body {
    overflow-x: hidden;
}

button {
    border: none;
    background:none;
    margin: 0;
    padding:0;
    cursor: pointer;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.mt0 {
    margin-top: 0 !important;
}

.cp-wrapper {
    max-width: 960px;
    margin: 0 auto;
    background-color: #F7F1EA;
}

.kv_btn_area {
    background-image: url(../images/kv_btn_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.cp_entry_btn {
    width: 77.917%;
    max-width: 748px;
    margin: 0 auto;
    padding-bottom: 2%;
}

.cp_pop {
    position: relative;
    width: 84.271%;
    max-width: 809px;
    margin: 0 auto;
    z-index: 2;
    animation: pop 1.0s ease-in-out infinite alternate-reverse;
}
@keyframes pop {
    0% {
        transform: translateY(-5%);
    }
    100% {
        transform: translateY(5%);
    }
}

.cp_ctr_btn {
    width: 77.917%;
    max-width: 748px;
    margin: -2% auto 0;
    padding-bottom: 4%;
}

.cp_txt {
    max-width: 840px;
    width: 88.271%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.cp_txt li {
    font-size: 16px;
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.cp_txt li a {
    display: inline;
    color: #028AFC;
    text-decoration: underline;
}

.cp_img {
    position: relative;
}

.cp_ctr_area {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
.cp02 .cp_ctr_area {
    bottom: -4%;
}
.cp03 .cp_ctr_area {
    bottom: 4%;
}
.cp04 .cp_ctr_area {
    bottom: -7%;
}
.cp05 .cp_ctr_area {
    bottom: 7%;
}
.cp_ctr_area .btn {
    width: 77.917%;
    margin: 0 auto;
    padding-bottom: 2%;
}

.cp_ctr_area .btn a {
    display: block;
}
.cp_ctr_area .btn a.off {
    pointer-events: none;
}
.cp_ctr_area .btn a.off img {
    filter: grayscale(1);
}

.cp_ctr_area .check_box {
    width: 60.917%;
    margin: 0 auto;
    font-size: min(3.334vw,32px);
}
.cp_ctr_area .check_box input[type=checkbox] {
    width: 3%;
    -ms-transform: scale(2, 2) translateY(-3%);
    -webkit-transform: scale(2, 2) translateY(-3%);
    transform: scale(2, 2) translateY(-3%);
}
.cp_ctr_area .check_box label {
    margin-left: 0.5em;
    font-weight: 500;
}
.cp_ctr_area .txt {
    width: 60.917%;
    margin: 0 auto;
    font-size: min(2.09vw,20px);
}

.cp_btn_area {
    background-image: url(../images/cp_img10.png);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 7% 0 13%;
}

.cp_btn_area .cp_txt {
    padding: 7% 0 0;
    font-size: min(2.09vw,20px);
}
.cp_btn_area .cp_txt li {
    font-size: min(2.09vw,20px);
}

.aco_area {
    width: 91.6667%;
    margin: 0 auto 5.125%;
}

.aco_btn {
    position: relative;
    border: 2px solid #000;
    border-bottom: 4px solid #000;
    background-color: #CB1F34;
    color: #fff;
    width: 100%;
    font-size: 22px;
    padding: 0.75em 1.0em;
    text-align: left;
}

.aco_icon_wrap {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    width: 24px;
    height: 24px;
}
.aco_icon {
    position: relative;
}
.aco_icon.is-open::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 24px;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: rotate(90deg);
}
.aco_icon.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 24px;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: all .4s ease-out;
}
.aco_icon.plus::after {
    transform: rotate(90deg);
}

.aco_body {
    display: none;
    padding: 3.125%;
    background-color: #fff;
}

.aco_ttl {
    color: #fff;
    background-color: #CB1F34;
    font-size: 1.5em;
    padding: 0.5em;
    margin: 2.0em 0 1.0em;
}

.aco_subttl {
    margin-top: 1.0em;
    font-weight: bold;
}
.aco_subttl2 {
    margin-top: 1.0em;
}

.aco_body a {
    display: inline;
    color: #028AFC;
    text-decoration: underline;
}


.indent01 {
    padding-left: 1.0em;
    text-indent: -1.0em;
}

.indent02 {
    padding-left: 2.55em;
    text-indent: -2.55em;
}

.indent03 {
    padding-left: 3.1em;
    text-indent: -3.1em;
}

.qa_area {
    background-color: #028AFC;
    padding: 0 0 1%;
}

.qa_area h2{
    padding-bottom: 1%;
}


.qa_wrap {
    width: 91.6667%;
    margin: 0 auto 5.125%;
}

.qa_btn {
    position: relative;
    display: flex;
    width: 100%;
    padding: 1.0em 3.0em 1.0em 1.0em;
    font-size: 14px;
    color: #fff;
    background-color: #000000;
    text-align: left;
    font-weight: bold;
    align-items: center;
}
.qa_btn::before {
    display: block;
    content: "Q";
    font-size: 32px;
    padding-right: 12px;
    padding-top: 8px;
}

.qa_icon {
    position: absolute;
    right: 20px;
    top: 37%;
    transition: all .4s ease-out;
}
.qa_icon.is-open {
    transform: rotate(180deg)  translate(8px, -16px);
}
.qa_icon.plus::before,.qa_icon.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 18px;
    background-color: #fff;
    transition: all .4s ease-out;
    transform: rotate(-45deg) translate(-7px,-7px);
}
.qa_icon.plus::after {
    transform: rotate(45deg);
}
.qa_body {
    display: none;
}
.qa_body_wrap {
    display: flex;
	font-size: 16px;
    padding: 16px;
    background-color: #fff;
    font-weight: bold;
}
.qa_body_wrap::before {
    display: block;
    content: "A";
    font-size: 32px;
    padding-right: 12px;
    font-weight: bold;
    line-height: 1.0;
}
.qa_body_wrap a {
    display: inline;
    color: #028AFC;
    text-decoration: underline;
}
@media screen and (min-width: 481px) {

    .cp_ctr_area .check_box input[type=checkbox] {
        -ms-transform: scale(2, 2) translateY(-1%);
        -webkit-transform: scale(2, 2) translateY(-1%);
        transform: scale(2, 2) translateY(-1%);
    }

    .qa_btn {
        font-size: 22px;
    }

    .qa_btn::before {
        font-size: 56px;
        padding-right: 22px;
        padding-top: 10px;
    }
    .qa_icon.plus::before,.qa_icon.plus::after  {
        width: 7px;
        height: 30px;
    }
        
    .qa_icon {
        right: 38px;
        top: 37%;
    }
    .qa_icon.is-open {
        transform: rotate(180deg)  translate(0px, -32px);
    }
    .qa_icon.plus::after  {
        left: 7px;
    }
    .qa_body_wrap {
        font-size: 18px;
        padding: 24px;
    }
    .qa_body_wrap::before {
        font-size: 56px;
        padding-right: 18px;
    }
}

@media screen and (min-width: 769px) {
    .cp_txt li {
        font-size: 20px;
    }

    .cp_ctr_area .check_box input[type=checkbox] {
        -ms-transform: scale(2, 2) translateY(-3px);
        -webkit-transform: scale(2, 2) translateY(-3px);
        transform: scale(2, 2) translateY(-3px);
    }

    .aco_btn {
        border: 4px solid #000;
        border-bottom: 8px solid #000;
        font-size: 30px;
    }

    .aco_icon_wrap {
        top: 27%;
        right: 3%;
        width: 32px;
        height: 32px;
    }
    .aco_icon.is-open::before {
        width: 4px;
        height: 32px;
        top: 4px;
        left: -1px;
    }
    .aco_icon.plus::before,.aco_icon.plus.plus::after  {
        width: 4px;
        height: 32px;
        top: 4px;
        left: -1px;
    }

    .qa_btn {
        font-size: 36px;
    }

    .qa_btn::before {
        font-size: 84px;
        padding-right: 24px;
        padding-top: 10px;
    }

    .qa_icon.plus::before,.qa_icon.plus.plus::after  {
        width: 10px;
        height: 50px;
    }
        
    .qa_icon {
        right: 63px;
        top: 37%;
    }
    .qa_icon.is-open {
        transform: rotate(180deg)  translate(-15px, -50px);
    }
    .qa_icon.plus::after  {
        left: 19px;
    }
    .qa_body_wrap {
        font-size: 22px;
        padding: 44px;
    }
    .qa_body_wrap::before {
        font-size: 84px;
        padding-right: 22px;
    }
}

.banner_bottom {
	max-width: 960px;
	margin: 0 auto 0;
    background-color: #000;
    padding-top: 5.125%;
    position: relative;
}
.banner_bottom .top_copyright{
    text-align: center;
    color: #fff;
}
.banner_bottom ul {
    margin-bottom: 2.0em;
}
.banner_bottom .c__inner {
    width: 90%;
		margin: auto;
}
.banner_bottom a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: underline;
}
.banner_bottom a:hover {
		text-decoration: none;
	}

#include_footer_menu footer {
    padding-bottom: 18%;
}

@media only screen and (min-width: 769px){
    .banner_bottom a {
        color: #fff;
        display: block;
        font-size: calc(var(--vw)*1.5625);
        text-align: center;
        text-decoration: underline;
    }
    .banner_bottom .c__inner {
        width: 100%;
    }
    .banner_bottom ul {
        -webkit-box-pack: center;
        display: -webkit-box;
        display: flex;
        justify-content: center;
    }
    .banner_bottom ul li {
        width: 100%;
        max-width: 648px;
    }
}
/*---header---*/
header{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0 .1875rem .9375rem 0 rgba(0,0,0,.1);
    box-shadow: 0 .1875rem .9375rem 0 rgba(0,0,0,.1);
}
header .header_inner img{
    width: 100%;
}
@media screen and (min-width: 769px) {
    header .header_inner{
        width: 10.625rem;
        max-width: 140px;
        padding: 20px 30px;
        box-sizing: content-box;
    }
    .cp-wrapper{
        margin-top: 88.77px;
    }
    }
    @media screen and (max-width: 768px) {
        header .header_inner{
        padding: 2.083333333333333vw 0 2.083333333333333vw 2.604166666666667vw;
        width: 26.692708333333332vw
    }
    .cp-wrapper{
    margin-top: 12.56vw;
    }
}
/*close*/
.cp_attention_outer{
	padding-top: 15px;
}
.cp_attention__txt3 {
    max-width: 700px;
    min-width: 300px;
    border: 2px solid;
    color: #cc0033;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 15px;
    padding: 3% 30px;
    text-align: center;
    background: #fff;
}



.copyright {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 2.0em;
}



/* float_area */
.float_area {
    display: none;
	width: 100%;
	padding: 0;
	position: fixed;
    left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
    z-index: 5;
}
.float_wrap {
    display: flex;
    justify-content: center;
}

.float_area p {
    padding: 2%;
}


@media only screen and (min-width: 751px){
	.float_area {
		padding: 20px;
	}
	.float_area p {
        padding: 0 20px;
	}
}