@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #6C6C6C;
	font-size: 1.8rem;
	line-height: 1.94;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin-top: 66px;
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
	}
	#container {
		margin-top: 55px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	border-bottom: 1px solid #BCBCBC;
	background-color: #F0F0F0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#gHeader .hBox {
	margin: 0 auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gHeader .hBox .lBox {
	display: flex;
}
#gHeader .hBox .logo {
	margin: 7px 30px 0 0;
	width: 125px;
}
#gHeader .hBox h1 {
	margin-top: 3px;
	display: flex;
	color: #299EAC;
	font-size: 2rem;
	font-weight: 700;
}
@media all and (max-width: 896px) {
	#gHeader {
		background-color: #fff;
	}
	#gHeader .hBox {
		margin: 0;
		padding-left: 25px;
		width: auto;
		height: 55px;
		justify-content:flex-start;
		align-items: center;
	}
	#gHeader .hBox .logo {
		margin: 0 28px 0 0;
		width: 90px;
		transform: translateY(8px);
	}
	#gHeader .hBox h1 {
		font-size: 1.5rem;
	}
	#gHeader .menu {
		width: 55px;
		height: 55px;
		position: absolute;
		right: 0;
		top: 0;
		border: 1px solid #299EAC;
		box-sizing: border-box;
		background-color: #299EAC;
		transition: 0.3s;
	}
	#gHeader .menu::before,
	#gHeader .menu::after {
		margin-left: -17px;
		width: 33px;
		height: 2px;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fff;
		transition: 0.3s;
		content: "";
	}
	#gHeader .menu::before {
		margin-top: -12px;
		box-shadow: 0 10px #fff;
	}
	#gHeader .menu::after {
		margin-top: 8px;
	}
	#gHeader .menu.on {
		background-color: #fff;
	}
	#gHeader .menu.on::before {
		margin-top: 0;
		box-shadow: 0 0 #fff;
		background-color: #299EAC;
		transform: rotate(45deg);
	}
	#gHeader .menu.on::after {
		margin-top: 0;
		background-color: #299EAC;
		transform: rotate(-45deg);
	}
}
@media all and (max-width: 374px) {
	#gHeader .hBox {
		padding-left: 10px;
	}
	#gHeader .hBox .logo {
		margin-right: 7px;
	}
	#gHeader .hBox h1 {
		margin-top: 5px;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	display: flex;
}
#gNavi li {
	text-align: center;
	border-left: 1px solid #fff;
}
#gNavi li:last-child {
	border-right: 1px solid #fff;
}
#gNavi li a {
	padding: 13px 10px 14px;
	width: 130px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #299EAC;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.33;
	box-sizing: border-box;
}
#gNavi li a:hover {
	color: #fff;
	background-color: #299EAC;
}
@media all and (max-width: 896px) {
	#gNavi {
		padding: 20px 25px 200px;
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 55px;
		right: 0;
		z-index: 9999;
		box-sizing: border-box;
		background-color: #299EAC;
		transform: translateX(100%);
		transition: 0.3s;
        overflow: auto;
	}
	#gNavi.on {
		transform: translateX(0);
	}
	#gNavi li {
		border-bottom: 1px solid #fff;
		border-left: none;
	}
	#gNavi li:last-child {
		border-right: none;
	}
	#gNavi li a {
		padding: 18px 10px 18px 0px;
		width: auto;
		height: 100%;
		display: block;
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.33;
		text-align: left;
		background: url("../../img/common/icon09.png") no-repeat right 5px center / auto 14px;
	}
}
/*------------------------------------------------------------
	footnav
------------------------------------------------------------*/
.footnav {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #666
}
.footnav .l-constrained {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 1000px;
}
.footnav_l-left {
    float: left;
    width: 90px
}
.footnav_l-center {
    float: left;
    padding-right: 70px;
	border-right: 1px solid #A5A5A5;
}
.footnav_l-right {
    float: right;
    padding: 0 40px 0 45px;
}
.footnav_icon {
    margin-top: -4px;
    margin-left: -4px
}
.footnav_sns .header {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    font-family: 'DINNextLTPro-Medium';
    color: #222
}
.footnav_sns .list {
    margin: 12px 0 0 -6px;
    padding: 0;
    list-style: none
}
.footnav_sns .list_item {
    float: left;
    margin-right: 21px
}
.footnav_sns .list_item > a {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(https://cdn.anyca.net/static/img/web/pc/footer/btn_sns.png);
    background-repeat: no-repeat;
    background-size: 101px auto
}
.footnav_sns .list_item.facebook > a {
    background-position: 6px 0
}
.footnav_sns .list_item.facebook > a:hover {
    background-position: 6px -22px
}
.footnav_sns .list_item.twitter > a {
    background-position: -36px 0
}
.footnav_sns .list_item.twitter > a:hover {
    background-position: -36px -22px
}
.footnav_sns .list_item.instagram > a {
    background-position: -81px 0
}
.footnav_sns .list_item.instagram > a:hover {
    background-position: -81px -22px
}
.footnav_menu {
    float: left;
    margin: 0 0 0 80px;
    padding: 0;
    list-style: none
}
.footnav_menu a {
    display: block;
    color: #fff;
    text-decoration: none
}
.footnav_menu a:hover {
    opacity: .4
}
.footnav_menu > li {
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 700
}
.footnav_menu > li:last-child {
    margin-bottom: 0
}
.footnav_menu .small {
    font-size: 10px;
    font-weight: 400
}
.footnav_submenu {
    margin: -6px 0 0;
    padding: 0;
    list-style: none
}
.footnav_submenu a {
    display: block;
    color: #dcdcdc
}
.footnav_submenu > li {
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4
}
.footnav_submenu > li:last-child {
    margin-bottom: 0
}
.footnav_download .header {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1;
    font-family: 'DINNextLTPro-Medium';
    color: #222
}
.footnav_download_item {
    margin-top: 10px
}
.footnav_download_item .btn {
    border: 0;
    background-color: transparent;
    overflow: hidden;
    display: block;
    width: 125px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 125px auto
}
.footnav_download_item .btn:before {
    content: '';
    display: block;
    width: 0;
    height: 150%
}
.footnav_download_item .btn:hover {
    background-position: 0 -38px
}
.footnav_download_item .btn.is-disabled, .footnav_download_item .btn.is-disabled:hover {
    pointer-events: none;
    background-position: 0 -76px
}
.bottombar {
    margin-bottom: 95px;
    padding: 0 30px;
    height: 54px;
    background-color: #5c5c5c;
    overflow: hidden
}
.bottombar_copyright {
    float: left;
    height: 17px;
    margin: 23px 0 18px;
    line-height: 17px;
    font-size: 9px;
    line-height: 1;
    font-family: 'DINNextLTPro-Light';
    color: #eee
}
.bottombar_copyright .link {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle
}
.bottombar_nav {
    float: right;
    margin: 21px -20px 0 21px;
    padding: 0;
    font-size: 9px;
    line-height: 12px
}
.bottombar_nav .nav_item:first-child {
    border-left: 0
}
.bottombar .nav_item {
    display: inline-block;
    border-left: 1px solid #787878
}
.bottombar .nav_item > a {
    display: block;
    margin: -10px 0;

    padding: 10px 20px;
    color: #eee;
    text-decoration: none
}
.bottombar .nav_item > a:hover {
    text-decoration: underline
}
.bottombar--big {
    height: 80px
}
.bottombar--big .bottombar_copyright {
    margin: 31px 0
}
.bottombar--big .bottombar_nav {
    margin-top: 31px
}
.btn-pagetop {
    width: 54px;
    height: 54px;
    background-color: #666;
    border-top-left-radius: 4px;
    z-index: 25
}
.btn-pagetop:before, .btn-pagetop:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transition: top .1s linear;
    transition: top .1s linear
}
.btn-pagetop:before {
    margin-top: 0;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 10px solid transparent
}
.btn-pagetop:after {
    margin-top: 1px;
    margin-left: -9px;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #666;
    border-left: 9px solid transparent
}
.btn-pagetop:hover:before, .btn-pagetop:hover:after {
    top: 15px
}
.footnav_cpn {
    padding-top: 37px;
    padding-bottom: 37px;
    background-color: #299eac;
    background-image: url(https://cdn.anyca.net/static/img/web/pc/bg_pattern01.png);
    background-size: 3px
}
.footnav_cpn:before, .footnav_cpn:after {
    content: '';
    display: table
}
.footnav_cpn:after {
    clear: both
}
.footnav_cpn__left {
    float: left;
    width: 578px;
    height: 43px
}
.footnav_cpn__right {
    float: right;
    height: 43px;
    text-align: right
}
.footnav_cpn__button {
    border: 0;
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 141px;
    height: 43px
}
.footnav_cpn__button:before {
    content: '';
    display: block;
    width: 0;
    height: 150%
}
.footnav_cpn__button:hover {
    background-position-y: 100%
}
.footnav_cpn__button_appstore {
    margin-right: 17px;
    background-image: url(https://cdn.anyca.net/static/img/web/pc/campaign2/footnav_appstore.png)
}
.footnav_cpn__button_googleplay {
    background-image: url(https://cdn.anyca.net/static/img/web/pc/campaign2/footnav_googleplay.png)
}
#footnav .fixBtn {
	background-color: #fff;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	overflow: hidden;
}
#footnav .fixBtn a {
	padding: 18px 10px 19px;
	display: block;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	background-color: #EF7660;
}
#footnav .fixBtn a:hover {
	opacity: 0.7;
}
#footnav .fixBtn a::before {
	width: 171px;
	height: 274px;
	position: absolute;
	left: -100%;
	top: 50%;
	background-color: #fff;
	opacity: 0.2;
	transform: rotate(30deg) translateY(-50%);
	transition: 0.3s;
	content: "";
}
#footnav .fixBtn a:hover::before {
	left: 100vw;
}
#footnav .fixBtn a span {
	padding-right: 130px;
	position: relative;
}
#footnav .fixBtn a span::after {
	width: 15px;
	height: 28px;
	position: absolute;
	right: 0;
	top: 50%;
	background: url("../../img/common/icon08.png") no-repeat center;
	transform: translateY(-40%);
	transition: right 0.3s;
	content: "";
}
#footnav .fixBtn a:hover span::after {
	right: -30px;
}
@media all and (max-width: 896px) {
    .l-footer {
        margin: 0 0 56px;
    }
    .footnav {
        padding: 0;
    }
    .footnav .l-constrained {
        width: auto;
    }
    .footer-container {
        text-align: center;
        background-color: #5C5C5C;
    }
    .footer__copyright {
        padding: 20px 0;
        text-align: center;
        line-height: 1;
    }
    .footer__copyright img {
        vertical-align: middle
    }
    .footer__copyright .logo {
        display: inline-block;
        margin-right: 13px;
        vertical-align: middle
    }
    .footer__copyright .text {
        font-family: 'DINNextLTPro-Light';
        font-size: 9px;
        color: #dcdcdc
    }
    .footer__hr {
        margin: 0 15px;
        border-width: 1px 0 0;
        border-style: dashed;
        border-color: #787878
    }
    .footer__link-item {
        display: inline-block;
        text-align: left;
        margin-bottom: 25px;
        margin-right: 5px;
        padding-left: 10px;
        background-image: url(https://cdn.anyca.net/static/img/web/sp/footer/list_marker.png);
        background-position: 0 50%;
        background-size: 4px auto;
        background-repeat: no-repeat
    }
    .footer__link-item a {
        display: block;
        font-size: 9px;
        line-height: 1;
        color: #dcdcdc;
        text-decoration: none;
        padding: 25px 0 28px;
        margin: -30px 0;
    }
    .footnav {
        overflow: hidden;
        background-color: #666;
        background-size: 32px auto
    }
    .footnav__lead {
        margin-top: 25px;
        margin-bottom: 15px;
        font-family: 'DINNextLTPro-Medium';
        font-size: 12px;
        line-height: 1;
        color: #dcdcdc;
        text-align: center
    }
    .footnav__notice {
        text-align: center;
        margin: 0 auto 10px;
        font-size: 10px;
        line-height: 1
    }
    .footnav__download .btn {
        border: 0;
        background-color: transparent;
        overflow: hidden;
        display: block;
        width: 179px;
        height: 55px;
        margin: 0 auto 25px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 179px auto
    }
    .footnav__download .btn:before {
        content: '';
        display: block;
        width: 0;
        height: 150%
    }
    .footnav__download .btn.is-disabled {
        pointer-events: none;
        background-position: 0 -55px
    }
    .footnav__download .btn-apple {
        background-image: url(https://cdn.anyca.net/static/img/web/sp/footer/download_apple.png)
    }
    .footnav__download .btn-google {
        background-image: url(https://cdn.anyca.net/static/img/web/sp/footer/download_google.png)
    }
    .footnav__hr {
        border-width: 1px 0 0;
        border-style: dashed;
        border-color: #787878
    }
    .footnav__follow__icon-box {
        width: 110px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .footer_banner {
        display: block;
        background-color: #299eac;
        width: 100%;
        height: 100%;
        line-height: 50px;
        text-align: center;
        border: 10px solid #fff;
        -webkit-box-shadow: 0 -1px 0 #ccc;
        box-shadow: 0 -1px 0 #ccc
    }
    .footer_banner > img {
        vertical-align: middle
    }
    .footer_banner--campaign {
        background-color: #ff5640
    }
    .footer_banner--aff {
        background-color: #ffb332
    }
    .footer_banner--driver__wv {
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 10px 0;
        border: 0;
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        text-decoration: none
    }
    .footer_banner--driver__wv:link, .footer_banner--driver__wv:visited, .footer_banner--driver__wv:hover, .footer_banner--driver__wv:active {
        color: #fff
    }
	#footnav .fixBtn a {
		padding: 11px 10px 11px;
		font-size: 1.8rem;
	}
	#footnav .fixBtn a:hover::before {
		left: -100%;
	}
	#footnav .fixBtn a span {
		padding-right: 17px;
	}
	#footnav .fixBtn a span::after {
		width: 8px;
		height: 18px;
		position: absolute;
		right: 0;
		top: 50%;
		background: url("../../img/common/icon08.png") no-repeat center / cover;
		transform: translateY(-40%);
		transition: right 0.3s;
		content: "";
	}
	#footnav .fixBtn a:hover span::after {
		right: 0;
	}
}