@charset "UTF-8";

/*--↓ メガメニュースタイル ↓--*/
header {
	position: fixed;
	top: 0px;
	width: 100vw;
	z-index: 100;
	/* [disabled]background-color: #FFFFFF; */
}
header .container {
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
header .pc_menu {
	display: none;
}
header .headA {
	z-index: 100;
	display: flex;
	align-items: center;
	background-color: rgba(255,255,255,0.00);
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-right-radius: 6px;
	position: relative;
}
header .filter {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-bottom-right-radius: 7px;
	left: 0px;
	box-shadow: 1px 1px 3px #8C8C8C;
}
header .headA a{
	transition: all 0.3s;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	margin-top: 2px;
}
header .headA a:hover{
	opacity: 0.7;
}
header .headA h1 {
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 3px;
	font-weight: lighter;
}
header .headA p {
	font-size: min(2.7vw,13px);/*（基本サイズ、最大サイズ）*/
	color: #000000;
	line-height: 1.3;
	margin-left: 8px;
	position: relative;
	text-shadow: 1px 0 2px #FFFFFF;
}
header .headA a img {
	width: 160px;
	height: auto;
	display: block;
}
header .no_link {
	pointer-events: none;
	text-decoration: none;
}
/*--↓ ハンバーガーメニュースタイル ↓--*/
header .phone_back {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0px;
	visibility: hidden;
	left: 0px;
	z-index: 90;
	background-color: rgba(0,0,0,0.50);
}
header .phone_menu {
	height: 80vh;
	position: fixed;
	z-index: 90;
	width: 150px;
	overflow-y: auto;
	padding-bottom: 170px;
	transition: all 0.3s;
	transform: translate(100%);
	left: auto;
	right: 0px;
	background-color: #FFFFFF;
	top: 0px;
	padding-top: 70px;
	padding-left: 50px;
}
header .phone_menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
header .phone_menu ul li {
	align-items: center;
}
header .phone_menu ul li .acd_btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 5px;
}
header .phone_menu ul li .acd_btn .arrow {
	display: block;
	width: 6px;
	height: 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	border-right: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	transform: rotate(45deg);
	transition: all 0.3s;
}
/*矢印が反転した時の指定*/
header .phone_menu ul li .acd_btn.selected .arrow {
	display: block;
	width: 6px;
	height: 6px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0px;
	border-right: 1px solid #3D3D3D;
	border-bottom: 1px solid #3D3D3D;
	transform: rotate(-135deg);
	transition: all 0.3s;
}
header .phone_menu ul li a {
	text-decoration: none;
}
header .phone_menu ul li a:hover {
	opacity: 0.7;
}
header .phone_menu ul li .acd_btn a {
	color: #044372;
	font-size: 15px;
	transition: all 0.3s;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
}
header .phone_menu ul li .acd_content {
	display: none;
}
header .phone_menu .acd_content li {
	border-bottom: 1px solid #3D3D3D;
	border-left: 1px solid #3D3D3D;
	display: flex;
	align-items: center;
	margin-left: 13px;
	margin-right: 13px;
}
header .phone_menu .acd_content li:last-child {
	margin-bottom: 30px;
}
header .phone_menu .acd_content li a {
	font-size: 13px;
	color: #3D3D3D;
	width: 100%;
	transition: all 0.3s;
	padding-bottom: 8px;
	padding-top: 10px;
	padding-left: 12px;
}
header .phone_menu .sns_box {
	display: flex;
	margin-top: 10px;
}
header .phone_menu .sns_box a {
	width: 35px;
	display: block;
	margin-right: 13px;
}
header .phone_menu .sns_box img {
	width: 100%;
	height: auto;
}
/*ハンバーガーボタン*/
.menu-trigger {
	position: relative;
	cursor: pointer;
	width: 41px;
	height: 41px;
	z-index: 100;
	background-color: #FFFFFF;
	border-radius: 50%;
	margin-right: 2.5vw;
	transition: all 0.3s;
}
/*スクロール後のメーニュースタイル付与*/
header.scroll .menu-trigger {
	box-shadow: 1px 1px 8px #8C8C8C;
	
}
.menu-trigger .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 23px;
}
.menu-trigger span{
	display: block;
	transition: all .3s;/*アニメーションの設定*/
	height: 2px;
	border-radius: 2px;
	background-color: #044372;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
	width: 100%;
	left: 0px;
}
.menu-trigger span:nth-of-type(2) {
	margin-top: 7px;
	width: 100%;
	left: 0px;
}
.menu-trigger span:nth-of-type(3) {
	margin-top: 7px;
	width: 100%;
	left: 0px;
}
/*activeクラスが付与されると線が回転して×になる*/
.menu-trigger.active span:nth-of-type(1) {
	top: 16px;
	transform: translateY(9px) rotate(-135deg);
	width: 100%;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	top: 28px;
	transform: translateY(-9px) rotate(135deg);
	width: 100%;
}
/*クラス変更でハンバーガーメニューを開く*/
header .phone_menu.active {
	transform: translate(0);
	opacity: 1;
}
/*クラス変更でハンバーガーメニュー背景暗転*/
header .phone_back.active {
	visibility: visible;
	animation-duration: .3s;
	animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		visibility: hidden;
		opacity: 0;
	}
	100% {
		visibility: visible;
		opacity: 1;
	}
}


.mobile_hero_menu {
	position: absolute;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	width: 96%;
	margin-top: 60px;
	z-index: 5;
}
.mobile_hero_menu a {
	text-decoration: none;
	font-size: min(3.1vw,15px);
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 9999px;
	box-shadow: 1px 1px 6px #8C8C8C;
	border: 1px solid #044372;
	font-weight: bold;
	color: #044372;
}

header .pc_small_menu {
	display: none;
}











@media (min-width:600px) and (max-width:959px){
.mobile_hero_menu a {
	font-size: 15px;
	padding-left: 9px;
	padding-right: 9px;
	margin-right: 12px;
}
.mobile_hero_menu {
	justify-content: flex-start;
}























}

@media (min-width:960px){

/*--↓ メガメニュースタイル ↓--*/
.menu_hover_filter {
	background-color: rgba(0,0,0,0.50);
	width: 100vw;
	height: 0;
	position: fixed;
	z-index: 10;
	transition: all 0.11s;
}
/*メニューホバーで背景暗転のjs用クラス*/
.mega_blackout {
	height: 100vh;
	transition: all 0.11s;
}
header .pc_menu {
	z-index: 100;
	display: inline;
	background-color: #FFFFFF;
	border-radius: 9999px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 0px;
	transition: all 0.3s;
}
/*スクロール後のメーニュースタイル付与*/
header.scroll .pc_menu {
	box-shadow: 1px 1px 8px #8C8C8C;
	/*outline: 1px solid #044372;*/
}

header .headA a img {
	width: 16vw;
	max-width: 250px;
}
header .right {
	display: flex;
	align-items: center;
}

.megamenu {
	display: flex;
	margin: 0;
	padding: 0;
}
.megamenu > li {
	list-style-type: none;
	transition: all 0.25s;
}
.megamenu > li:hover {
	transition: all .25s;
}

.megamenu > li:hover .init-bottom span{
	color: #FFFFFF;
	background-color: #044372;
}

.megamenu > li a {
	color: #3A3A3A;
	text-decoration: none;
	/*font-size: min(1vw,14px);*//*（基本サイズ、最大サイズ）*/
	font-size: 0.9vw;
	padding-left: 3px;
	padding-right: 3px;
	letter-spacing: 0.01em;
	align-items: center;
	display: flex;
	transition: all 0.25s;
}
.megamenu .menu_box .acd_content {
	background-color: #FAFAFA;
	width: auto;
	max-width: 91vw;
	right: 4.5%;
	display: none;
	position: fixed;
	top: 75px;
	z-index: 100;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
	border-radius: 8px;
	height: auto;
	margin: 0;
	border: 4px solid #005BAC;
}
.megamenu .menu_box .acd_content .menu_title {
	width: 25vw;
}
.megamenu .menu_box .acd_content .menu_title p {
	font-size: min(2vw,26px);/*（基本サイズ、最大サイズ）*/
	font-weight: bold;
	line-height: 1.7;
	padding-right: 15%;
	color: #3D3D3D;
}
.megamenu .menu_box .acd_content .menu_title p span {
	font-size: min(1.2vw,14px);/*（基本サイズ、最大サイズ）*/
	font-weight: normal;
	margin-top: 10px;
	display: inline-block;
	color: #3D3D3D;
}
.megamenu .menu_box .acd_content .flex {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.megamenu .menu_box .acd_content .inner_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60vw;
	padding-left: 4.5%;
	border-left: 2px solid #005BAC;
}
.megamenu .menu_box a {
	text-decoration: none;
}
.megamenu .menu_box .init-bottom {
	height: 52px;
	font-weight: bold;
}
.megamenu .menu_box .init-bottom span {
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 9999px;
	transition: all .25s;
}
.megamenu .menu_box .acd_content li {
	width: 16vw;
	list-style-type: none;
	padding: 0;
	text-decoration: none;
	display: block;
}
.megamenu .menu_box .acd_content li:nth-of-type(n+4) {
	margin-top:25px;
}
.megamenu .menu_box .acd_content a {
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	transition: all 0.3s;
	display: block;
}
.megamenu .acd_content .menu_img {
	width: 100%;
	height: 9vw;
	overflow: hidden;
	/* [disabled]border: 1px solid #FFFFFF; */
	box-sizing: border-box;
	border-radius: 6px;
	position: relative;
}
.megamenu .acd_content .menu_img .inner_img {
	width: 100%;
	height: 9vw;
	transition: all 0.3s;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.megamenu .menu_box .acd_content a:hover .inner_img {
	transform: scale(1.1,1.1);
}
.megamenu .acd_content a p {
	font-size: min(1vw,14px);/*（基本サイズ、最大サイズ）*/
	display: inline-block;
	color: #151515;
	letter-spacing: 0.04em;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 9px;
	padding-right: 11px;
	background-color: rgba(255,255,255,0.90);
	font-weight: bold;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	line-height: 1.4;
	max-width: 85%;
}
.megamenu .acd_content a span {
	font-size: 11px;
	display: inline-block;
	color: #FFF;
	letter-spacing: 0.04em;
	position: absolute;
	top: 0%;
	left: 0%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #FD5F00;
	border-bottom-right-radius: 6px;
	line-height: 1.4;
}
header .container {
	justify-content: space-between;
	padding-top: 17px;
	padding-right: 2.5vw;
	padding-left: 2.5vw;
}
header .headA {
	border-radius: 8px;
	padding-left: 0px;
	padding-right: 15px;
}
header .filter {
	border-radius: 9px;
	box-shadow: 1px 1px 8px #8C8C8C;
}
header .headA p {
	line-height: 1.3;
	margin-left: 10px;
	font-size: min(1vw,12px);
}




.mobile_hero_menu {
	display: none;
}


/*--↓ ハンバーガーメニュースタイル ↓--*/

header .phone_menu {
	width: 120px;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 65px;
	margin-top: 85px;
	height: auto;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 30px;
}
header .phone_menu .sns_box {
	margin-top: 10px;
}
header .phone_menu .sns_box a {
	width: 38px;
	margin-right: 13px;
	transition: all 0.3s;
}
header .phone_menu .sns_box a:hover {
	opacity: 0.8;
}
/*ハンバーガーボタン*/
.menu-trigger {
	display: none;
}
.menu-trigger:hover > span {
	background-color: #FF5F02;
}
.menu-trigger span{
}
.menu-trigger .inner {
	width: 27px;
}
.menu-trigger span:nth-of-type(1) {
}
.menu-trigger span:nth-of-type(2) {
	margin-top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	margin-top: 8px;
}
/*activeクラスが付与されると線が回転して×になる*/
.menu-trigger.active span:nth-of-type(1) {
	top: 27px;
	transform: translateY(10px) rotate(-135deg);
	width: 100%;
}
.menu-trigger.active span:nth-of-type(3){
	top: 39px;
	transform: translateY(-10px) rotate(135deg);
	width: 100%;
}
header .headA a {
	padding-top: 0px;
	padding-bottom: 0px;

}

header .phone_menu ul li .acd_btn a {
	font-size: min(1.2vw,16px);/*（基本サイズ、最大サイズ）*/
	padding-top: 10px;
	padding-bottom: 10px;
}
header {
	background-color: rgba(255,255,255,0);
}


header .pc_small_menu {
	display: inline;
	margin-left: 6px;
}
header .pc_small_menu a {
	text-decoration: none;
	font-size: min(0.8vw,11px);/*（基本サイズ、最大サイズ）*/
	padding-left: 8px;
	padding-right: 8px;
	display: flex;
	align-items: center;
	border-radius: 9999px;
	line-height: 1;
	background-color: #FFFFFF;
	transition: all .25s;
	height: 22px;
	text-align: center;
	justify-content: center;
	margin-bottom: 6px;
	color: #000000;
	/*border: 1px solid #044372;*/
}
header.scroll .pc_small_menu a {
	box-shadow: 1px 1px 8px #8C8C8C;
}
header .pc_small_menu a:last-child {
	margin-bottom: 0px;
}

header .pc_small_menu a:hover {
	color: #FFFFFF;
	background-color: #044372;
}







































}
