@charset "UTF-8";

body {
	padding-top: 56px !important;
	position: relative;

}
@media only screen and (min-width: 768px) {
	body#top {
		padding-top: 70px !important;
	}

	.sp_only{
		display: none;
	}

	.sp_fixed_cv{
		display: none;
	}
}

header *{
  box-sizing: border-box;
}

header {
	width: 100%;
	background-color: #ffffff;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
}

header .inner_header {
	width: 95%;
	height: 70px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header_login { 
	display:none;
}

header .inner_header .header_logo img{
	width: 259px;
}


/* information */
header .inner_header .header_information {

}
header .inner_header .header_information ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
}

header .inner_header .header_information ul li:not(:last-child){
	width: 146px;
	height: 43px;
	position: relative;
	margin-left: 8px;
	border-bottom: 3px solid #0F1031;
}
header .inner_header .header_information ul li:nth-child(3){
	border-bottom: 3px solid #AB2945;
	width: 155px;
}
header .inner_header .header_information ul li:last-child{
	margin-left: 8px;
}

header .inner_header .header_information ul li a{
	transition:all 0.4s;
}
header .inner_header .header_information ul li:not(:last-child) a{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
header .inner_header .header_information ul li a.header_information_inquiry{
  background: #004ea2;
	text-decoration: none!important;
}
.header_info_right{
  padding-left: 5px;
}
.header_info_right-col--1{
	color: #fff;
	font-size: 10px;
	text-align: center;
	letter-spacing: 0.08em;
}
.header_info_right-col--2{
  font-size: 14px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-top: 4px;
  font-weight: 200;
}
.header_information_online .header_info_right-col {
	text-align: center;
}
.header_information_online .header_info_right-col--1 {
	font-size: 8px;
}
header .inner_header .header_information ul li:nth-child(3) .header_information_online .header_info_right-col--1 {
	letter-spacing: 0.01em;
}
.header_information_online .header_info_right-col--2 {
	font-size: 13px;
}

header .inner_header .header_information ul li a.header_information_inquiry:hover{
	opacity: 0.8;
}
header .inner_header .header_information ul li a.header_information_online{
  background: #ec6d81;
}
header .inner_header .header_information ul li a.header_information_online:hover{
	opacity: 0.8;
}

header .inner_header .header_information ul li:last-child a:hover {
	opacity: 0.6;
}
header .inner_header .header_information_menu{
	width: 40px;
	height: 40px;
	display: block;
}

/* 20200828追加 */
.officialstore-btn{
	background: #004ea2;
	text-decoration: none;
	padding: 0 6px;
}
.officialstore-btn:hover{
	opacity: 0.8;
}
.officialstore-btn_left{
	width: 32px;
}
.officialstore-btn_right{
	width: calc(100% - 32px);
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 1.4;
}

.header_drawer_open{
	position: fixed;
	top: 23px;
	right: 21px;
	z-index: 19999;
}

/* SP */

@media only screen and (max-width: 767px) {
	body{
		padding-top: 65px !important;
	}
	body#top{
		padding-top: 60px !important;
	}

	header .pc_only {
		display: none !important;
	}
	header {
		width: 100%;
		background: rgba(255,255,255,.6);
		min-width: auto;
		border-bottom: 0;
	}
	body#top header {
		background: #fff;
	}

	header.header_fixed{
		position: fixed;
		display: none;
	}
	header .inner_header{
		width: auto;
	}

	/* logo */
	header .inner_header .header_logo{
		margin: 0 auto;
	}
	header .inner_header .header_logo img{
		width: 175px;
	}

	header .inner_header {
		height: 50px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.header_login {
		display: block!important;
		width: 70px;
		margin-right: -70px;
	}
	.header_login img {
		margin-left: 15px;
		object-fit: contain;
	}


	header .inner_header .header_logo{
	}

	header .inner_header .header_information {
	}
	header .inner_header .header_information ul{
		margin: 0 15px 0 auto;
	}
	.header_drawer_open{
		position: fixed;
		top: 14px;
		right: 12px;
		z-index: 19999;
	}

}






/* drawer */
.header_drawer {
	width: 80%;
	height: 100vh;
	max-width: 500px;
	position: fixed;
	top:0;
	bottom: 0;
	right: -500px;
	background-color: rgba(0,78,162,.8);
	transition:all 0.6s;
	overflow-y: scroll;
  overflow-x: hidden;
	z-index: 10000;
}
.header_drawer_button{
	position: absolute;
	top: 17px;
	right: 17px;
	z-index: 10001;
}
.header_drawer.is-active{
	right: 0;
	transition:all 0.6s;
}
.header_drawer .header_drawer_inner {
	position: relative;
	width: 76%;
	margin: 0 auto;
}
.header_drawer .header_drawer_inner .container {
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.header_drawer .header_drawer_inner .container > dl:first-child{
	margin-top: 100px;
}
.header_drawer .header_drawer_inner .container > dl:last-child{
	margin-bottom: 80px;
}
.header_drawer .header_drawer_inner .container > dl > dt,
.header_drawer .header_drawer_inner .container > dl > dd{
	position: relative;
}
.header_drawer .header_drawer_inner .container > dl > dt::after,
.header_drawer .header_drawer_inner .container > dl > dd::after{
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	margin: auto;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header_drawer .header_drawer_inner .container > dl > dt > a,
.header_drawer .header_drawer_inner .container > dl > dd > a{
	display: block;
	font-size: 1.3em;
	font-weight: 200;
	color: #fff;
	padding: 1em 0;
	text-decoration: none;
}
.header_drawer .header_drawer_inner .container > dl > dd > a{
	text-indent: 1.5em;
}





/* drawer open-close button */
.header_information_menu{
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu_trigger {
  position: relative;
  width: 30px;
  height: 24px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #004ea2;
  border-radius: 0;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 10px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu_trigger.is-active span{
  background-color: #fff;
}
.menu_trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu_trigger.is-active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
	z-index: -1
}
.menu_trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}



@media only screen and (max-width: 767px) {
	.header_drawer .header_drawer_inner {
		width: 86%;
	}
	.header_drawer .header_drawer_inner .container > dl:first-child{
		margin-top: 60px;
	}
	.header_drawer .header_drawer_inner .container > dl:last-child{
		margin-bottom: 50px;
	}
	.header_drawer .header_drawer_inner .menu_close {
		right: 0;
		top: 5px;
	}
	.header_drawer .header_drawer_inner .menu_close img {
		width: 48px;
		height: 48px;
		padding: 8px;
	}
	.header_drawer .header_drawer_inner .container > dl > dt > a,
	.header_drawer .header_drawer_inner .container > dl > dd > a{
		font-size: 4vw;
	}
}





/* PC 下層ページ用 headerNav */
header .header_nav {
	-webkit-transition: margin-top 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: margin-top 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: margin-top 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
	opacity:0;
	transition: all 1.0s;
	max-height: 0;
}

header .header_nav.active {
    opacity: 1;
    transition: all 1.0s;
	max-height: unset;
}

header .header_nav .inner_header_nav {
	text-align: center;
}

header .header_nav .inner_header_nav ul {
	display: inline-block;
	height: 50px;
	-webkit-transition: height 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: height 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: height 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
	vertical-align: bottom;
}

header .header_nav .inner_header_nav ul li {
	float: left;
	display: table;
	width: auto;
	height: 100%;
	margin-left: -2px;
}

header .header_nav .inner_header_nav ul li:first-of-type {
	margin-left: 0;
}

header .header_nav .inner_header_nav ul li a {
	display: table-cell;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333333;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	background-color: rgba(0,78,162,0);
	-webkit-transition: all 125ms 0ms linear;
	-o-transition: all 125ms 0ms linear;
	transition: all 125ms 0ms linear;
}

header .header_nav .inner_header_nav ul li a span {
	display: inline-block;
	padding: 0 16px 0 16px;
	border-right: rgba(0,78,162,0.5) solid 1px;
}

header .header_nav .inner_header_nav ul li:first-of-type a span {
	border-left: rgba(0,78,162,0.5) solid 1px;
}

header .header_nav .inner_header_nav ul li.active a {
	color: #ffffff;
	background-color: rgba(0,78,162,1.0);
}

header .header_nav .inner_header_nav ul li a:hover {
	color: #ffffff;
	background-color: rgba(0,78,162,1.0);
}

header .header_nav .inner_header_nav ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}



/* SP CV-BUTTON */
.sp_fixed_cv{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
}
.sp_fixed_cv ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sp_fixed_cv_item01,
.sp_fixed_cv_item02{
	position: relative;
    height: 10vw;
    min-height: 44px;
}
.sp_fixed_cv_item01{
	width: 50vw;
	background: #004ea2;
	border-bottom: 4px solid #170C45;
}
.sp_fixed_cv_item01 img{
	width: 30.8vw;
	max-width: 231px;
}
.sp_fixed_cv_item02{
	width: 50vw;
	background: #ec6d81;
	border-bottom: 4px solid #AB2945;
}
.sp_fixed_cv_item02 img{
	width: 42.13vw;
	max-width: 316px;
}
.sp_fixed_cv_item01 a,
.sp_fixed_cv_item02 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/**Added for breadcrumbs**/
.l-main__inner {
	max-width: unset!important;
	padding: 0!important;
	z-index:9999;
	position:relative;
	width: 95.5%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	.l-main__inner {
		width: 100%;
	}
}
.c-breadcrumb {
    padding: 10px 0 5px!important;
}
@media only screen and (max-width: 767px) {
	.l-main__inner {
		max-width: unset!important;
		padding: 0 4%!important;
	}	
	.c-breadcrumb {
		padding: 3px 0 5px!important;
	}
	div#fv_de_different > *:first-child {
		margin-top: 0.9em!important;
	}
}

.contents_lineBanner {
  margin-bottom:20px;
}
.contents_lineBanner div {
	text-align:center;
}