@charset 'utf-8';


body:not(.expageheader):before,
body.expageheader:before {
	height: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

	body:not(.nosticky):not(.expageheader):before,
	body.expageheader:not(.nosticky):before {
		height: 60px;
	}
}

@media only screen and (min-width: 1001px) {

	body.nosticky:before {
		height: 0;
	}

	body:not(.nosticky):not(.expageheader):before,
	body.expageheader:not(.nosticky):before {
		height: 120px;
	}

	body.detach:not(.nosticky):not(.expageheader):before,
	body.detach.expageheader:not(.nosticky):before {
		height: 180px;
	}
}


body.fixed #upper {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

body.fixed #navi_header_thin {
	border-bottom-color: #fff;
}

@media only screen and (min-width: 1001px) {

	#upper,
	body.fixed #upper {
		border-bottom-color: #fff;
	}

	body.nosticky #upper {
		box-shadow: none;
	}
}



#mainvisual {
	width: 100%;
	margin-bottom: 30px;
	/*padding-top: 60px;*/
	overflow: hidden;
	position: relative;
}

#mainvisual > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}

#promotion {
	width: 100%;
}

#pr_media {
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
	position: relative;
}

#pr_media > span {
	display: block;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#pr_media img {
	width: auto;
	height: 100%;
}

@media only screen and (min-width: 541px) {

	#pr_media {
		padding-top: 60%;
	}
}

@media only screen and (min-width: 769px) {

	#pr_media {
		padding-top: 37.5%;
	}
}

@media only screen and (min-width: 1001px) {
/*
	body:not(.nosticky) #mainvisual {
		padding-top: 120px;
	}

	body.detach:not(.fixed):not(.nosticky) #mainvisual {
		padding-top: 180px;
	}

	#mainvisual {
		padding-top: 120px;
	}

	body.detach:not(.nosticky) #mainvisual {
		padding-top: 180px;
	}

	body.nosticky #mainvisual {
		padding-top: 0;
	}
*/
}



#serviceinfo {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#serviceinfo > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 10px;
	padding-top: 50px;
	font-size: 0;
	vertical-align: top;
	position: relative;
}

#servicelist {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

#servicelist .item {
	display: inline-block;
	width: 100%;
	padding: 0;
	vertical-align: top;
}

#servicelist .item a {
	display: block;
	width: 100%;
	padding: 20px;
	text-decoration: none;
	vertical-align: top;
}

#servicelist .item a:hover,
#servicelist .item a.hover {
	background: #b9daf0;
}

#servicelist figure {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

#servicelist figure img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}

#servicelist a:hover figure img,
#servicelist a.hover figure img {
	transform: scale(1.3, 1.3);
}

#servicelist h2 {
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
}

#servicelist p {
	color: #666;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}

@media only screen and (min-width: 541px) {

	#servicelist .item {
		width: 50%;
		min-height: 4.8em;
	}

	#servicelist p {
		min-height: 4.8em;
	}
}

@media only screen and (min-width: 641px) {

	#serviceinfo footer .btnarea a {
		padding: 10px 40px;
	}

	#servicelist .item a {
		padding: 20px;
	}
}

@media only screen and (min-width: 1001px) {

	#serviceinfo > .inner {
		padding-top: 70px;
	}

	#servicelist .item a {
		padding: 30px;
	}

	#servicelist h2 {
		font-size: 20px;
	}

	#servicelist p {
		font-size: 14px;
	}
}





#newestitems {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	position: relative;
}

#newestitems > .inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 0;
	vertical-align: top;
	position: relative;
}

body.safearea #serviceinfo > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

@media only screen and (min-width: 769px) {

	#newestitems {
		padding: 50px 0;
	}
}


#newestitemssection {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

#newestitemssection .newestitemsframe {
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#newestitemssection .newestitemsframe.open {
	opacity: 1;
	position: relative;
	z-index: 10;
}

.newestitemstab {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.newestitemstab ul {
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding: 0;
}

.newestitemstab li {
	list-style: none;
	display: inline-block;
	width: 100%;
	height: 50px;
	padding: 0;
	font-size: 16px;
	vertical-align: top;
	transition: .2s;
	position: relative;
	cursor: pointer;
}

.newestitemstab li:not(:last-child) {
	padding-right: 1px;
}

.newestitemstab .cover {
	width: 100%;
	height: 100%;
	border: 1px solid #004098;
	background: #bfcfe5;
	color: #004098;
	position: relative;
	transition: .2s;
}

.newestitemstab li.open .cover,
.newestitemstab li.hover .cover {
	background: #004098;
	color: #fff;
}

.newestitemstab li .label {
	display: block;
	margin: 0 auto;
	font-weight: 700;
	line-height: 1;
	font-feature-settings : 'palt';
}

.newestitemstab li .label span  {
	display: block;
	font-size: .85em;
}

.newestitemstab li.open:after {
	content: '';
	width: 0;
	height: 0;
	margin-left: -14px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #004098 transparent transparent transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
}

.newestitemstab li .cover div {
	display: inline-block;
	vertical-align: middle;
}

.newestitemstab li .cover:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

@media only screen and (min-width: 769px) {

	.newestitemstab li {
		font-size: 18px;
	}

	.newestitemstab li .label span {
		display: inline;
	}
}

