@charset "UTF-8";
main {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: inline-block;
}
body { background-color: #fff; }

/* レスポンシブデザイン */
@media screen and (min-width:769px) {
	body { margin: 0 auto; }
	.pcview { display: block; }
	.spview { display: none; }
	#fixedBnr img { width: 100%; max-width: 70px; }
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
	a img {
		transition: 1s;
	}
	a img:hover {
		opacity: 0.8;
		transform: translateY(-5px);
	}
}
@media screen and (max-width:768px) {
	.spview { display: block; }
	.pcview { display: none; }
	footer p span { display: block; }
	#fixedBnr img { width: 100%; max-width: 50px; }
}
section .content {
	max-width: 1000px;
	margin: 0 auto;
}

/* header */
@media screen and (min-width:769px) {
	header h1 img {
		position: absolute;
		left: 40px;
		top: 20px;
		max-width: 110px;
		width: 30%;
		z-index: 10;
	}
}
@media screen and (max-width:768px) {
	header h1 img {
		position: absolute;
		left: 10px;
		top: 10px;
		max-width: 380px;
		width: 50%;
		z-index: 10;
	}
}
header {
	margin: 0 auto;
	position: relative;
}

/* main */
@media screen and (min-width:2001px) {
	.fv_anime_box {
		width: 1500px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 1000px;
	}
}
@media screen and (min-width:1501px) and (max-width:2000px) {
	.fv_anime_box {
		width: 80%;
		margin: 0 auto;
		position: absolute;
		left: 48%;
		transform: translateX(-50%);
		bottom: 14%;
	}
}
@media screen and (min-width:1501px) {
	.fv_anime.first {
		bottom: 0;
        left: 0;
        width: 30%;
	}
	.fv_anime.second {
		bottom: -90px;
        left: 23%;
        width: 30%;
	}
	.fv_anime.third {
		bottom: 50px;
        left: 50%;
        width: 29%;
	}
	.fv_anime.last {
		bottom: 140px;
        left: 78%;
        width: 29%;
	}
}

@media screen and (min-width:1250px) and (max-width:1500px) {
	.fv_anime_box {
		width: 1000px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 750px;
	}
	.fv_anime.first {
		bottom: 167px;
		left: 0;
		width: 260px;
	}
	.fv_anime.second {
		bottom: 100px;
		left: 210px;
		width: 265px;
	}
	.fv_anime.third {
		bottom: 176px;
		left: 540px;
		width: 254px;
	}
	.fv_anime.last {
		bottom: 225px;
		left: 774px;
		width: 254px;
	}
}
@media screen and (min-width:1250px) {
	.fv_content {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 100px;
		width: 100%;
	}
	.fv_content .fv_title {
		/* max-width: 809px; */
		margin: 0 auto;
		width: 60%;
	}
}
@media screen and (min-width:1000px) and (max-width:1249px){
	.fv_anime_box {
		width: 70%;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
        top: 50%;
        height: 100%;
	}
}
@media screen and (min-width:769px) and (max-width:999px){
	.fv_anime_box {
		width: 70%;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
        top: 60%;
        height: 100%;
	}
}
@media screen and (min-width:769px) and (max-width:1249px){
	.fv_content {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 50px;
		width: 100%;
	}
	.fv_content .fv_title {
		max-width: 809px;
		margin: 0 auto;
		width: 50%;
	}
	.fv_anime.first {
		bottom: 167px;
		left: 0;
		width: 35%;
	}
	.fv_anime.second {
		bottom: 100px;
		left: 20%;
		width: 35%;
	}
	.fv_anime.third {
		bottom: 176px;
		left: 55%;
		width: 30%;
	}
	.fv_anime.last {
		bottom: 225px;
		left: 80%;
		width: 30%;
	}
}
@media screen and (min-width:1001px) {
	.flow_button .icon {
		position: absolute;
		left: -40px;
		top: -115px;
		max-width: 230px;
		z-index: 1;
	}
	p.date {
		bottom: 10%;
	}
	.campaign_period {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -70px;
		width: 100%;
	}
}
@media screen and (min-width:769px) and (max-width:1000px) {
	.flow_button .icon {
		position: absolute;
		left: 0;
		top: -80px;
		max-width: 200px;
		z-index: 1;
	}
	p.date {
		bottom: 8%;
	}
	.campaign_period {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -100px;
		width: 100%;
	}
}
@media screen and (min-width:769px) {
	.campaign_period {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -100px;
		width: 100%;
	}
	.campaign_period img {
		max-width: 626px;
		margin: 0 auto;
		width: 53%;
	}
	.flow_button .two_col > p:before {
		content: "";
		background-image: url("../images/bottom_flow.png");
		width: 58px;
		height: 70px;
		background-size: cover;
		position: absolute;
		top: -90px;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow_button .two_col > p {
		margin-top: 80px;
		border: 6px solid #f5854d;
        border-radius: 10px;
		padding: 40px;
		background-color: #fff;
		position: relative;
		width: calc(48% - 80px);
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.flow_button .two_col > p.two_col_tel {
		padding: 60px 40px 40px;
	}
	.flow_button {
		max-width: 1000px;
		margin: 80px auto 0;
		padding: 60px 40px;
		background-color: #fff;
		border-radius: 30px;
		position: relative;
	}
	.flow_button p.flow_button_head:before {
		margin-right: 20px;
		margin-bottom: -7px;
	}
	.flow_button p.flow_button_head {
		font-size: 26px;
		padding: 30px;
	}
	.box {
		border-radius: 30px;
		padding: 40px;
	}
	.box h2 {
		padding: 20px;
		font-size: 20px;
		border-radius: 10px;
		margin: 0 auto 30px;
	}
	.box h2.simulation_icon:before {
		margin-right: 20px;
		margin-top: -7px;
	}
	.box p.simulation_button {
		margin: 60px auto 0;
		max-width: 400px;
		width: 90%;
		text-align: center;
	}
	.box ul li.notice {
		font-size: 24px;
	}
	p.date {
		font-size: clamp(1.25rem, 0.666rem + 1.22vw, 2.188rem);
	}
	p.date span {
		font-size: clamp(1.563rem, 0.978rem + 1.22vw, 2.5rem);
	}
	.box p {
		text-align: center;
	}
}
@media screen and (min-width:500px) and (max-width:768px) {
	.fv_anime_box {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
        top: 50%;
        height: 100%;
	}
}
@media screen and (min-width:401px) and (max-width:499px) {
	.fv_anime_box {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
        top: 50%;
        height: 100%;
	}
}
@media screen and (max-width:400px) {
	.fv_anime_box {
		width: 100%;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
        top: 60%;
        height: 100%;
	}
}
@media screen and (max-width:768px) {
	.fv_content {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 70px;
		width: 100%;
	}
	.fv_content .fv_title {
		max-width: 604px;
		margin: 0 auto;
		width: 80%;
	}
	.fv_anime.first {
		bottom: 167px;
        left: 0;
        width: 38%;
	}
	.fv_anime.second {
		bottom: 90px;
        left: 15%;
        width: 38%;
	}
	.fv_anime.third {
		bottom: 130px;
        left: 43%;
        width: 38%;
	}
	.fv_anime.last {
		bottom: 190px;
        left: 63%;
        width: 40%;
	}
	.campaign_period {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -45px;
		width: 100%;
	}
	.campaign_period img {
		max-width: 724px;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
	.flow_button .two_col > p {
		margin-top: 5px;
		border: 2px solid #f5854d;
		border-radius: 5px;
		padding: 20px;
		background-color: #fff;
		position: relative;
		width: calc(100% - 40px);
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.flow_button .two_col > p.two_col_tel {
		margin-top: 20px;
	}
	.flow_button .two_col > p.two_col_tel a picture {
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.cta_box img.txt {
		max-width: 475px;
		width: 75%;
	}
	.cta_box a img.banner {
		max-width: 540px;
		width: 80%;
	}
	.flow_button {
		margin: 200px auto 0;
		padding: 60px 20px;
		background-color: #fff;
		border-radius: 15px;
		position: relative;
	}
	.flow_button .icon {
		position: absolute;
		top: -25%;
		max-width: 256px;
		z-index: 1;
		left: 10%;
		width: 60%;
	}
	.flow_button .icon.fadein.left.show {
		transform: translateX(-50%);
		left: 50%;
	}
	.flow_button p.flow_button_head:before {
		margin-right: 10px;
		margin-bottom: -12px;
	}
	.flow_button p.flow_button_head {
		font-size: clamp(15px, 3vw, 19px);
		padding: 20px 10px 30px;
		border-radius: 5px;
	}
	.flow_button .two_col {
		margin: 30px auto 0;
	}
	.box {
		border-radius: 15px;
		padding: 40px 20px;
	}
	.box h2 {
		padding: 15px 10px 10px;
		font-size: clamp(15px, 3vw, 19px);
		border-radius: 5px;
		margin: 0 auto 30px;
	}
	.box h2.simulation_icon:before {
		margin-right: 10px;
		margin-top: -6px;
	}
	.box p.simulation_button {
		margin: 30px auto 0;
		width: 100%;
		text-align: center;
	}
	.box ul li.notice {
		font-size: clamp(14px, 3vw, 18px);
	}
	p.date {
		bottom: 8%;
		font-size: clamp(15px, 3vw, 25px);
	}
	p.date span {
		font-size: clamp(20px, 3vw, 30px);
	}
	.box p {
		text-align: left;
	}
}
.flow_button .two_col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow_button .two_col > p {
	font-family : "Hiragino Sans",sans-serif;
}
.flow_button .two_col > p a {
	display: block;
}
.cta_box {
	margin: 60px auto 0;
}
.cta_box a {
	display: block;
	margin-top: 20px;
}
.flow_button p.flow_button_head {
	font-weight: bold;
	background-color: #f05000;
	color: #fff;
	letter-spacing: 0.3em;
	position: relative;
}
.flow_button p.flow_button_head:before {
	content: "";
	background-image: url("../images/flow_button_head_image.png");
	width: 18px;
	height: 39.5px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
}
.box {
	margin: 70px auto 0;
	background-color: #f9cb97;
	border: 4px solid #fff;
}
.box h2 {
	background-color: #fff;
    font-weight: bold;
    position: relative;
    vertical-align: middle;
}
.box h2.simulation_icon:before {
	content: "";
	background-image: url("../images/simulation_image.png");
	width: 28.5px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
}
.box p {
	font-family: "Hiragino Sans",sans-serif;
}
.box ul li {
	text-align: left;
	text-indent: -26px;
    margin-left: 30px;
	font-family: "Hiragino Sans",sans-serif;
}
.box ul li:before {
	content: "●";
	font-size: 16px;
	margin-right: 10px;
}
.notice ul li:before {
	content: "●";
	font-size: .8rem;
}
section.head_fv {
	position: relative;
}
section.head_fv img {
	width: 100%;
}
.fv_anime_box {
	z-index: 5;
}
.fv_anime_box .fv_anime {
	position: absolute;
	opacity: 0;
}
.fv_anime_box .fv_anime.active {
	transform: translateX(-150px);
	animation-name: fadeIn;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
.fv_anime_box .fv_anime.first.active {
	animation-delay: 0s;
}
.fv_anime_box .fv_anime.second.active {
	animation-delay: 1s;
}
.fv_anime_box .fv_anime.third.active {
	animation-delay: 2s;
}
.fv_anime_box .fv_anime.last.active {
	animation-delay: 3s;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
p.date {
	position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
p.date,
p.date span {
	font-family: "NotoSansCJKjp-Bold", sans-serif;
	color: #383635;
    font-weight: 700;
    vertical-align: baseline;
	letter-spacing: 1px;
}

/* Campaign */
@media screen and (min-width:769px) {
	section.campaign {
		background-image: url("../images/campaign_bk.png");
		background-repeat: repeat-x;
		background-size: cover;
		padding-top: 170px;
	}
	.campaign_catch img {
		max-width: 90%;
	}
}
@media screen and (max-width:768px) {
	section.campaign {
		background-image: url("../images/campaign_bk.png");
		background-repeat: repeat-x;
		background-size: cover;
		padding-top: 90px;
	}
	.campaign_catch img {
		width: 100%;
	}
}
@media screen and (min-width:1001px) {
	section.campaign .content {
		padding: 0 0 120px;
	}
}
@media screen and (max-width:1000px) {
	section.campaign .content {
		padding: 0 20px 120px;
	}
}
@media screen and (min-width:768px) {
	div.campaign_catch {
		margin-top: -7%;
	}
}

/* Merit */
@media screen and (min-width:1001px) {
	section.merit .content {
		padding: 110px 0;
	}
	section.merit .content .icon {
		position: absolute;
		right: -40px;
		top: -100px;
		max-width: 255px;
		z-index: 1;
	}
}
@media screen and (max-width:1000px) {
	section.merit .content {
		padding: 60px 20px;
	}
}
@media screen and (min-width:769px) and (max-width:1000px) {
	section.merit .content .icon {
		position: absolute;
		right: 10px;
		top: -100px;
		max-width: 200px;
		z-index: 1;
	}
}
@media screen and (min-width:769px) {
	.gasone_switch {
		margin: 90px auto 0;
		width: 80%;
	}
	.gasone_switch img.gasone_switch_catch {
		width: 90%;
	}
}
@media screen and (max-width:768px) {
	section.merit .content .icon {
		text-align: center;
		max-width: 255px;
		margin: 40px auto 0;
		width: 60%;
	}
	.gasone_switch {
		margin: 40px auto 0;
	}
}
section.merit {
	background-image: url("../images/merit_bk.png");
	background-repeat: no-repeat;
	background-size: cover;
}
section.merit .content {
	position: relative;
}
.gasone_switch img.gasone_switch_catch {
	margin: 0 auto 20px;
}
section.merit .merit_detail {
	margin: 60px auto 0;
}
section.merit .merit_detail .notice {
	margin: 30px auto 0;
	text-align: left;
}
section.merit .merit_detail .notice h3,
section.merit .merit_detail .notice ul li {
	font-family: "Hiragino Sans", sans-serif;
}
section.merit .merit_detail .notice ul li {
	font-size: .8rem;
}

/* footer */
@media screen and (min-width:1001px) {
	footer .content .main {
		padding: 40px 0;
	}
}
@media screen and (max-width:1000px) {
	footer .content .main {
		padding: 40px 20px;
	}
}
@media screen and (min-width:769px) {
	footer .content .main > div.logo {
		width: 65%;
		text-align: left;
	}
	footer .content .main > div.sns {
		border: 2px solid rgba(62,58,57,.3);
		border-radius: 10px;
		padding: 40px 0;
		width: 30%;
	}
	div.sns ul li {
		margin: 0 2%;
	}
	footer .links {
		padding: 40px;
	}
	footer .links ul li a {
		font-size: 0.875rem;
		padding: 0 20px;
	}
	footer .copyright {
		background-color: #14A83B;
		padding: 40px;
		margin: 0 auto;
		color: #fff;
		font-size: 0.75rem;
	}
}
@media screen and (max-width:768px) {
	footer .content .main > div.logo {
		width: 100%;
		text-align: center;
	}
	footer .content .main > div.logo p a.tel_footer_sp {
		display: block;
		margin: 20px auto 0;
	}
	footer .content .main > div.sns {
		border: 2px solid rgba(62,58,57,.3);
		border-radius: 10px;
		padding: 20px 0;
		width: 75%;
		max-width: 410px;
		margin: 40px auto 0;
	}
	div.sns ul li {
		margin: 0 4%;
	}
	footer .links {
		padding: 20px 5px;
	}
	footer .links ul li a {
		font-size: 0.75rem;
		padding: 0 5px;
	}
	footer .copyright {
		background-color: #14A83B;
		padding: 20px 5px;
		margin: 0 auto;
		color: #fff;
		font-size: 0.5rem;
	}
}
footer {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	clear: both;
}
footer .content .main {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .content .main .logo p {
	font-size: .75rem;
}
div.sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
div.sns ul li a img {
	height: 60px;
}
div.sns p {
	margin: 20px auto 0;
	font-weight: 700;
}
img.logo_footer {
	max-width: 400px;
	width: 80%;
	margin-bottom: 10px;
}
img.tel_footer {
	max-width: 470px;
	width: 80%;
	margin-top: 30px;
}
footer .links {
	background-color: #F2F2F2;
	margin: 0 auto;
}
footer .links ul li {
	border-left: 1px solid #000;
	display: inline-block;
	line-height: 1;
}
footer .links ul li:last-child {
	border-right: 1px solid #000;
}
#fixedBnr {
	position:fixed;
	bottom: 10px;
	right: 10px;
	text-align: right;
}
.footerlogo { max-width: 420px; height: auto; }

/* アニメ */
.fadein {
	opacity: 0;
	transition: 1s;
	transform: translateY(50px);
}
.fadein.show {
	opacity: 1;
	transform: translateY(0);
}
.fadein.left {
	transform: translateY(0);
	transform: translateX(-50px);
}
.fadein.left.show,
.fadein.right.show {
	transform: translateY(0);
	transform: translateX(0);
}
.fadein.right {
	transform: translateY(0);
	transform: translateX(50px);
}