/* 蜈ｱ騾� */

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	color: #333 !important;
}

footer,
.pg_ttl,
.oc_field,
.oc_field-renew,
.sns_icon,
#fixedBtn {
    display: none;
}

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

#page_top,
#fixed_floating {
    display: none;
    visibility: hidden;
}

main>*:not(.intro):first-child {
    padding-top: 90px !important;
}

.lp_bg {
	background: #FFF;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    position: relative;
}

/* ブルブル */

.buru_btn {
    margin: 15px auto 0;
    animation: move_a 2s infinite;
    transition: .3s all;
}

.buru_btn a {
    display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer !important;
}

@keyframes move_a {
    0% {
        transform: translate(0px, 4px);
    }

    5% {
        transform: translate(0px, -4px);
    }

    10% {
        transform: translate(0px, 4px);
    }

    15% {
        transform: translate(0px, -4px);
    }

    20% {
        transform: translate(0px, 4px);
    }

    25% {
        transform: translate(0px, -4px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

/* フワフワ */

.fuwafuwa {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
}

@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.hs2_gra_main {
	background: #fcd200;
}

.hs2_gra_main h1 {
	max-width: 1000px;
	margin: 0 auto;
}

.hs2_gra_wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}

.hs2_gra_sub {
	color: #4ba1cc;
	text-align: center;
	font-size: 2em;
	margin-top: 3%;
	font-weight: 600;
}

.hs2_gra_logo {
	max-width: 800px;
	margin: 1% auto 0;
}

.hs2_gra_lead {
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	margin-top: 3%;
}

.hs2_gra_list {
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.hs2_gra_list li {
	width: 50%;
	margin-top: 2%;
}

.hs2_gra_list li figure {
	padding: 0 5%;
}
.hs2_gra_list li:nth-child(odd) {
	background: url("/hs2_gra/img/line.png") no-repeat center right;
	padding-right: 6px;
}

.hs2_gra_btn {
	max-width: 500px;
	margin: 50px auto 0;
}

.hs2_gra_sub_sub_ttl {
	max-width: 500px;
	width: 80%;
	margin: 7% auto 3%;
}

.hs2_gra_sub_sub_ttl2 {
	max-width: 600px;
	width: 80%;
	margin: 7% auto 3%;
}

.hs2_gra_qr {
	background: url("/hs2_gra/img/qr.png") no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 30%;
}

.hs2_gra_btn2 {
	max-width: 400px;
	width: 40%;
	margin: 7% auto 0;
	padding-top: 3%;
}

.PC_none {
	display: none;
}
.hs2_gra_list_wrap {
	background: url("/hs2_gra/img/line_beside_long.png") no-repeat bottom center;
	padding-bottom: 50px;
}

.neko_answer figure {
	margin:5% 0;
}

@media screen and (max-width:767px) {
	main>*:not(.intro):first-child {
    padding-top: 60px !important;
	}
	.SP_none {
    display: none;
	}
	.hs2_gra_list {
	display: block;
	}
	.hs2_gra_list li figure {
	padding: 0;
	}
	.hs2_gra_list li:nth-child(odd) {
	background: url("/hs2_gra/img/line_beside.png") no-repeat bottom center;
	background-size: contain;
	padding-right: 0;
	}
	.hs2_gra_list_wrap {
    background: none; 
    padding-bottom: 0; 
	}
	.hs2_gra_list li,
	.hs2_gra_list_wrap_line {
	width: 100%;
	margin-top: 10%;
	background: url("/hs2_gra/img/line_beside.png") no-repeat bottom center;
	background-size: contain;
	padding-bottom: 10%;
	}
	.hs2_gra_lead {
    font-size: 1.1em;
	text-align: left;
    margin: 5% 0 -3%;
	}
	.hs2_gra_list li.first {
	background: none;
	margin-top: 5%;
	padding-bottom: 0;
	}
	.hs2_gra_btn {
    margin: 30px auto 0;
	}
	.hs2_gra_sub_sub_ttl {
	margin: 15% auto 0;
	}
	.hs2_gra_sub {
    font-size: 1.5em;
    margin-top: 5%;
	}
	.PC_none {
	display: block !important;
	}
	.hs2_gra_wrap {
	padding-bottom: 10%;
	padding-bottom: 10%;
	}
	.neko_answer figure {
    margin: 10% 0;
	}
	
}
