@charset "utf-8";

.min{ font-family: 'Noto Serif JP', serif;}
.en{ font-family: din-condensed, sans-serif; font-weight: 400; font-style: normal;}

sup{ vertical-align: super; font-size: smaller;}


html{
	font-size: 62.5%;
}
body{
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.4em;
	line-height: 1.5;
	color: #040000;
	position: relative;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing: 0.05em;
}

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

a{
	display: inline-block;
	color: #040000;
	transition: 0.3s;
}
a:hover{
	opacity: 0.6;
}

.inner{
	width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

header{
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}
header .header_wrap{
	padding-top: 10px;
}
header .header_wrap ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
header .header_wrap ul li.logo_p,
header .header_wrap ul li.logo_c{
	line-height: 0;
}
header .header_wrap ul li.logo_c{
	text-align: right;
}
header .nav_pc{
	display: inline-block;
	width: 40px;
	position: fixed;
	top: 30%;
	left: 0;
	background: #036eb7;
	box-sizing: border-box;
	padding: 25px 25px 25px 0;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	transition: 0.3s;
	z-index: 99;
}
header .nav_pc:hover{
	width: auto;
}
header .nav_pc ul{
	display: flex;
	flex-direction: column;
}
header .nav_pc ul li{
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
}
header .nav_pc ul li:last-child{
	margin-bottom: 0;
}
header .nav_pc ul li a::before{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 13px;
	margin-top: -4px;
	transition: 0.3s;
}
header .nav_pc ul li a::after{
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 21px;
	margin-top: -1px;
	transition: 0.3s;
}
header .nav_pc:hover ul li a::after{
	width: 22px;
}
header .nav_pc ul li.active a::before,
header .nav_pc ul li:hover a::before{
	background: #000;
}
header .nav_pc:hover ul li.active a::after,
header .nav_pc:hover ul li a:hover::after{
	background: #000;
}
header .nav_pc ul li.active{
}
header .nav_pc ul li a{
	font-size: 16px;
	line-height: 1.625;
	color: #fff;
	padding: 0 10px 0 50px;
	white-space: nowrap;
}
header .nav_pc ul li a:hover,
header .nav_pc ul li.active a{
	display: inline-block;
	color: #000;
	background: #ffe67b;
	opacity: 1;
}
header .nav_pc ul li a span.otc{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 93px;
	height: 19px;
	font-size: 1.4rem;
	border: 1px solid #fff;
	padding-top: 1px;
	margin-right: 3px;
}
header .nav_pc ul li a:hover span.otc,
header .nav_pc ul li.active a span.otc{
	border: 1px solid #000;
}
header .nav_pc ul li a span.small{
	font-size: 1.4rem;
}

header .nav_sp{
	display: none;
}
header img{
	width: 80%;
}
header#h_2nd{
	height: 70px;
}
header#h_2nd .header_wrap{
	height: 100%;
	padding-top: 0;
}
header#h_2nd .header_wrap ul{
	height: 100%;
}

header .nav_pc{
	top: 170px;
}

.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
	z-index: 9999;
}

.pc{
	display: block;
}
.sp{
	display: none;
}

.btn{
	box-shadow: 7px 7px 0 rgba(0,0,0,0.15)
}
.btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	position: relative;
	box-sizing: border-box;
	font-feature-settings: "palt";
}
.btn a::before{
	display: block;
	content: "";
	width: calc(100% - 10px);
	height: 100%;
	box-sizing: border-box;
	border-top: 1px solid;
	border-bottom: 1px solid;
	position: absolute;
	top: 0;
	left: 5px;
}
.btn a::after{
	display: block;
	content: "";
	width: 100%;
	height: calc(100% - 10px);
	box-sizing: border-box;
	border-right: 1px solid;
	border-left: 1px solid;
	position: absolute;
	top: 5px;
	left: 0;
}

nav.anchor{
	width: 100%;
	height: 60px;
	background: #fff;
	position: relative;
	z-index: 99;
}
nav.anchor ul{
	display: flex;
	justify-content: center;
	height: 100%;
}
nav.anchor ul li{
	height: 100%;
}
nav.anchor ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 35px;
	white-space: nowrap;
}
nav.anchor ul li.bg_yellow a{
	background: #ffe67b;
}
nav.anchor ul li a::after{
	display: inline-block;
	content: "";
	width: 19px;
	height: 19px;
	background: url("../img/ico_arrow_nav.svg") no-repeat center center;
	background-size: cover;
	margin: 0 0 0 5px;
}

nav.anchor.a_2nd ul li a::after{
	background: url("../img/ico_arrow_btn_blue.svg") no-repeat center center / cover;
}


#mv h1{
	width: 100%;
	position: absolute;
	font-size: 5rem;
	color: #036eb7;
}
#mv h1 .inner{
	width: 1230px;
}
#mv h1 .large,
#mv h1 .sup_txt{
	display: inline-block;
}
#mv h1 .inner sup{
	vertical-align: super;
	font-size: 2rem;
}


.cont_link .btm{
	width: 140px;
	height: 140px;
	box-sizing: border-box;
	position: fixed;
	right: 70px;
	bottom: 50px;
	z-index: 99;
	border-radius: 100px;
	background: #fff;
}
.cont_link .btm a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
}

.cont_link ul.side{
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	margin-top: -28vh;
}
.cont_link ul.side li{
	width: 55px;
	border-radius: 10px 0 0 10px;
	background: #fff;
}
.cont_link ul.side li.checksheat{
	margin-bottom: 5px;
}
.cont_link ul.side li a{
	display: flex;
	align-items: center;
	width: 100%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.1;
	color: #fff;
	border-radius: 10px 0 0 10px;
}
.cont_link ul.side li.checksheat a{
	height: 190px;
	background-color: #4f8811;
    background-image: url(../img/ico_checksheat.svg), url(../img/ico_link.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center 10px, center bottom 15px;
    background-size: 25px auto, 16px auto;
	border: 2px solid #84ac58;
	padding-top: 50px;
}
.cont_link ul.side li.leaflet a{
	height: 180px;
	background-color: #004682;
    background-image: url(../img/ico_leaflet.svg), url(../img/ico_dl.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: center 10px, center bottom 12px;
    background-size: 28px auto, 21px auto;
    box-sizing: border-box;
    border: 2px solid #4d7da8;
	padding-top: 45px;
}

.cont_link .pagetop{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 2vh;
	z-index: 99;
	background: #fff;
	border-radius: 12px 0 0 12px;
	opacity: 0;
	transition: 0.8s;
}
.cont_link .pagetop.active{
	opacity: 1;
}
.cont_link .pagetop a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px 0 0 10px;
	background-color: #000;
	background-image: url("../img/arrow_pagetop.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}


footer{
	overflow: hidden;
}
footer#f_2nd{
	border-top: 1px solid #e0e0e0;
}
footer .footer_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1000px;
	height: 80px;
	margin: auto;
}
footer .footer_nav .f_logo{
	display: inline-block;
}
footer .footer_nav ul{
	display: flex;
}
footer .footer_nav ul li::after{
	display: inline-block;
	content: "｜";
}
footer .footer_nav ul li:first-child::before{
	display: inline-block;
	content: "｜";
}
footer .footer_nav ul li a{
	font-size: 17px;
	font-weight: normal;
	padding: 0 20px;
}
footer .copyright{
	height: 50px;
	background: #036eb7;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:initial
}

@media screen and (max-width: 1320px){
	.inner{
		width: 90%;
	}
	
/*	.btn a{
		font-size: 100%;
	}*/
	
	.cont_link .btm{
		width: 14vw;
		height: 14vw;
		max-width: 120px;
		max-height: 120px;
	}
	
	nav.anchor ul li a{
		font-size: 1.3vw;
		padding: 0 1.2vw;
	}
	nav.anchor ul li a::after{
		width: 16px;
		height: 16px;
		margin-top: 0;
	}
	
	footer .footer_nav{
		width: 90%;
	}
	footer .footer_nav ul li a{
		font-size: 1.4vw;
		padding: 0 2vw;
	}
}

@media screen and (max-width: 767px){
	/* スクロールバー */
	.scrollbox::-webkit-scrollbar {
		background: #ccc;
		width: 10px;
	}
	.scrollbox::-webkit-scrollbar-thumb {
		background: #aaa;
		border-radius: 50px;
		height: 50px;
	}
	
	
	header {
		padding: 0 5%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background: #fff;
	}
	header .header_wrap{
		padding: 0;
	}
	header .header_wrap ul{
		height: 50px;
		justify-content: flex-start;
		box-sizing: border-box;
		padding-top: 3px;
	}
	
	header .logo_p{
		margin-right: 20px;
	}
	
	header .nav_pc{
		display: none;
	}

	header .nav_sp{
		display: block;
		width: 100%;
		position: absolute;
		right: 10px;
	}
	header .nav_sp .nav_btn_wrap{
		width: 35px;
		height: 25px;
		position: absolute;
		top: -25px;
		right: 5px;
	}
	header .nav_sp .nav_btn{
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background-color: #000;
		transition: all 0.5s;
	}
	header .nav_sp .nav_btn::before,
	header .nav_sp .nav_btn::after{
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background-color: #000;
		position: absolute;
		transition: all 0.5s;
	}
	header .nav_sp .nav_btn::before{
		transform: translateY(-10px);
	}
	header .nav_sp .nav_btn::after{
		transform: translateY(10px);
	}
	
	header .nav_sp.open .nav_btn{
		background-color: transparent;
	}
	header .nav_sp.open .nav_btn::before{
		transform: rotate(45deg);
	}
	header .nav_sp.open .nav_btn::after{
		transform: rotate(-45deg);
	}
	header img {
		width: 100%;
	}
	
	header#h_2nd{
		height: 50px;
	}
	header#h_2nd .header_wrap ul{
		height: 100%;
		padding-top: 0;
	}

	nav.hamburger{
		display: block;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: calc(-100% - 10px);
		width: 100%;
		height: calc(100vh - 40px);
		background-color: #036eb7;
		text-align: left;
		transition: right 0.5s;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 0 0 100px;
		z-index: 99;
	}
	nav.hamburger ul{
		display: block;
	}
	nav.hamburger a{
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 4.8vw;
		box-sizing: border-box;
		color: #fff;
	}
	nav.hamburger ul.nav_list{
		margin-bottom: 45px;
		margin-right: 5%;
	}
	nav.hamburger ul.nav_list li{
		height: 12.8vw;
		border-bottom: 1px solid #81b6db;
	}
	nav.hamburger ul.nav_list li a{
		padding: 0 0 0 5.6vw;
		background-image: url("../img/sp/ico_sp_nav.svg");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 22px auto;
	}
	nav.hamburger ul.nav_list li.nav_buy a{
		background-color: #ffe67b;
		color: #000;
		font-weight: bold;
		background-image: url("../img/sp/ico_sp_nav_buy.svg");
	}
	
	nav.hamburger ul.nav_link{
		width: 90%;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
	}
	nav.hamburger ul.nav_link li{
		width: 43vw;
		height: 13.3vw;
	}
	nav.hamburger ul.nav_link li a{
		width: 100%;
		height: 100%;
		font-size: 3.73vw;
		line-height: 1.23;
		box-sizing: border-box;
		padding-top: 5px;
	}
	nav.hamburger ul.nav_link li.checksheat a{
		border: 1px solid #84ac58;
		padding-left: 10vw;
		background-color: #4f8811;
		background-image: url(../img/ico_checksheat.svg), url(../img/ico_link.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: 2.2vw center, right 2.2vw center;
		background-size: 5.6vw auto, 4.27vw auto;
	}
	nav.hamburger ul.nav_link li.leaflet a{
		border: 1px solid #4d7da8;
		padding-left: 12.5vw;
		background-color: #004682;
		background-image: url(../img/ico_leaflet.svg), url(../img/ico_dl.svg);
		background-repeat: no-repeat, no-repeat;
		background-position: 2.2vw center, right 2.2vw center;
		background-size: 7.2vw auto, 3.3vw auto;
	}
	nav.hamburger ul.nav_f_link{
		width: 90%;
		margin: auto;
	}
	nav.hamburger ul.nav_f_link li{
		margin-bottom: 15px;
	}
	nav.hamburger ul.nav_f_link li a{
		font-size: 4.27vw;
		padding: 5px 0;
	}
	
	.nav_sp.open nav.hamburger{
	  right: -10px;
	}

	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	.btn a{
		font-size: 4vw;
	}
	
	nav.anchor{
		display: none;
	}
	
	#mv h1 .inner sup{
		font-size: smaller;
	}
	
	.cont_link{
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
	}
	.cont_link .btm{
		position: static;
		width: 100%;
		height: 13.3vw;
		border-radius: 0;
		max-width: 100%;
		max-height: 100%;
	}
	.cont_link .btm a{
		border-radius: 0;
		padding-top: 2px;
		padding-left: 16.5vw;
		font-size: 5vw;
		display: flex;
		align-items: center;
		border: 1px solid #ef669d;
		background-color: #e5005b;
		background-image: url(../img/ico_search.svg);
		background-repeat: no-repeat;
		background-position: 5vw center;
		background-size: 8.67vw auto;
		color: #fff;
	}
	
	.cont_link ul.side{
		display: flex;
		position: static;
		margin-top: 0;
	}
	.cont_link ul.side li{
		width: 43vw;
		border-radius: 0;
	}
	.cont_link ul.side li.checksheat{
		margin-bottom: 0;
	}
	.cont_link ul.side li a{
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-size: 3.73vw;
		line-height: 1.23;
		display: flex;
		align-items: center;
	}
	.cont_link ul.side li.checksheat a{
		height: 13.3vw;
		border-radius: 0;
		padding-top: 0;
		padding-left: 10vw;
		background-position: 2.67vw center, right 1.67vw center;
		background-size: 5.6vw auto, 4.27vw auto;
	}
	.cont_link ul.side li.leaflet a{
		height: 13.3vw;
		border-radius: 0;
		padding-top: 0;
		padding-left: 12.7vw;
		background-position: 3.3vw center, right 2.67vw center;
		background-size: 7vw auto, 3.3vw auto;
	}
	
	.cont_link .pagetop{
		position: fixed;
		right: 0;
		bottom: 0;
		width: 14vw;
    	height: 13.3vw;
		border-radius: 0;
		opacity: 1;
	}
	.cont_link .pagetop a{
		border-radius: 0;
	}
	
	footer .footer_nav{
		display: flex;
		width: 100%;
		height: 180px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	footer .footer_nav .f_logo{
		display: flex;
		margin-bottom: 15px;
	}
	footer .footer_nav ul{
		max-width: 300px;
		justify-content: center;
		flex-wrap: wrap;
	}
	footer .footer_nav ul li:nth-child(odd)::before{
		display: inline-block;
	    content: "｜";
	}
	footer .footer_nav ul li a{
		font-size: 12px;
		line-height: 1.98;
	}
	footer .copyright{
		height: 55px;
		font-size: 12px;
		line-height: 1.5;
		text-align: center;
		padding-bottom: 27vw;
	}
}


.scrl_anim {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.scrl_anim.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}