@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'nexabold';
  src: url(/common/font/nexabold.woff) format("woff");
}

.width-100-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1366px;
	background: #fff;
}

/*---------------------------------------------------

  top-middle-area

---------------------------------------------------*/
.top-middle {
	overflow: hidden;
}
/*@media screen and (max-width: 750px) {
	.top-middle {
		overflow: auto;
	}
}*/

/*---------------------------------------------------

  top-special-area

---------------------------------------------------*/
.top-special-area {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
}
.top-special-right-area {
	background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-special-right-area {
		position: absolute;
	}
}
.top-special-left-area {
	width: calc(100% - 80px);
}
.top-banner-left-area-upper {
	width: 100%;
	display: flex;
	margin-bottom: 0px;
	background: linear-gradient(0deg, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 0.1)), #FFFFFF;
}
.top-banner-left-area-upper::before {
	content: '';
	height: 0px;
	width: 100%;
	border-bottom: 1px solid rgba(137, 137, 137, 0.2);
	position: absolute;
	top: 156px;
}
.top-banner-left-area-upper-left-outter {
	width: 35.45%;
	margin-right: 3.11%;
	position: relative;
	display: flex;
	align-items: flex-start;
}
.top-banner-left-area-upper-left-outter::before {
	content: '';
	width: 0px;
	height: 100%;
	border-left: 1px solid rgba(137, 137, 137, 0.2);
	left: 80px;
	top: 0;
	position: absolute;
}
.top-banner-left-area-upper-left-outter::after {
	content: '';
	width: 0px;
	height: 100%;
	top: 0;
	right: 0;
	border-right: 1px solid rgba(137, 137, 137, 0.2);
	position: absolute;
}
.top-banner-left-area-upper-left {
	width: 100%;
	padding-top: 126px;
	margin-bottom: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid rgba(137, 137, 137, 0.2);
}
@media screen and (max-width: 1200px) {
	.top-banner-left-area-upper-left {
		padding-top: 96px;
		margin-bottom: 96px;
	}
	.top-banner-left-area-upper::before {
		top: 126px;
	}
}
.top-banner-title-area-upper-blank {
	height: 27px;
}
.top-banner-title-swiper-area {
	padding-left: 80px;
}
.top-banner-left-area-upper-left-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 39px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2em;
	color: #000;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}
.top-banner-left-area-upper-left-detail {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.18em;
	color: #000;
	padding: 0 10px;
}
.top-banner-left-area-upper-left-buttons {
	display: flex;
	padding-left: 80px;
	margin-top: 60px;
}
.banner-swiper-button-prev {
	background: #c00;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-right: 4px;
	cursor: pointer;
}
.banner-swiper-button-prev::after {
	background-image: url(/common/images/SVG/button-left-white-arrow.svg);
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	height: 100%;
	width: 100%;
	background-position-y: center;
	background-position-x: 12px;
}
.banner-swiper-button-prev:hover:after {
	-webkit-animation: left-arrow-outandin 1s forwards;
	animation: left-arrow-outandin 1s forwards;
}
@-webkit-keyframes left-arrow-outandin {
	0% , 100% {
		background-position-x: 12px;
	}
	50% {
		background-position-x: -4px;
		visibility: hidden;
	}
	51% {
		background-position-x: 30px;
	}
}
@keyframes left-arrow-outandin {
	0% , 100% {
		background-position-x: 12px;
	}
	50% {
		background-position-x: -4px;
		visibility: hidden;
	}
	51% {
		background-position-x: 30px;
	}
}

.banner-swiper-button-next {
	background: #000;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.banner-swiper-button-next::after {
	background-image: url(/common/images/SVG/button-right-white-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	display: inline-block;
	content: '';
	height: 100%;
	width: 100%;
	background-position-x: 10px;
	opacity: 1;
}
.banner-swiper-button-next:hover:after {
	-webkit-animation: right-arrow-outandin 1s forwards;
	animation: right-arrow-outandin 1s forwards;
}

@-webkit-keyframes right-arrow-outandin {
	0% , 100% {
		background-position-x: 10px;
	}
	50% {
		background-position-x: 27px;
		visibility: hidden;
	}
	51% {
		background-position-x: -8px;
	}
}
@keyframes right-arrow-outandin {
	0% , 100% {
		background-position-x: 10px;
	}
	50% {
		background-position-x: 27px;
		visibility: hidden;
	}
	51% {
		background-position-x: -8px;
	}
}
.top-banner-left-area-upper-right {
	width: 61.44%;
	align-self: center;
}

/*---------------------------------------------------
  top-special-area for sp
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.top-special-area-outter {
		background: linear-gradient(0deg, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 0.1)), #fff;
	}
	.top-special-left-area {
		width: 100%;
	}
	.top-banner-left-area-upper {
		flex-direction: column-reverse;
		margin-bottom: 0px;
	}
	.top-banner-left-area-upper::after {
		content: '';
		width: 0px;
		height: 100%;
		border-left: 1px solid rgba(137, 137, 137, 0.2);
		top: 0;
		right: 30px;
    	position: absolute;
	}
	.top-banner-left-area-upper::before {
		border-bottom: 0px;
	}
	.top-banner-left-area-upper-left-outter {
		width: 100%;
    	margin-right: 0;
		border-top: 1px solid rgba(137, 137, 137, 0.2);
		align-items: center;
	}
	.top-banner-left-area-upper-left-outter::before {
		left: 29px;
	}
	.top-banner-left-area-upper-left-outter::after {
		border-right: 0px;
	}
	.top-banner-left-area-upper-left {
		padding-top: 0px;
		margin-bottom: 60px;
		padding-right: 29px;
	}
	.top-banner-title-area-upper-blank {
		display: none;
	}
	.top-banner-title-swiper-area {
		padding-left: 29px;
		margin-top: 20px;
	}
	.top-banner-left-area-upper-left-title {
		font-size: 22px;
		line-height: 33px;
	}
	.sp-top-banner-readmore-button {
		font-family: Arial;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #c00;
		position: relative;
    	text-align: end;
		padding-right: 2px;
	}
	.sp-top-banner-readmore-button::after {
		content: '';
		display: inline-block;
		width: 7px;
		height: 9px;
		background-image: url(/common/images/SVG/readmore-red-down-arrow.svg);
		background-size: 7px 4px;
		background-position: center;
		background-repeat: no-repeat;
		margin-left: 8px;
	}
	.sp-readmmore-open.sp-top-banner-readmore-button::after {
		background-image: url(/common/images/SVG/readless-red-up-arrow.svg);
	}
	.top-banner-left-area-upper-left-buttons {
		padding-left: 30px;
    	margin-top: 30px;
	}
	.top-banner-left-area-upper-right {
		width: 100%;
	}
	.banner-swiper-button-prev:hover:after {
		-webkit-animation: none;
		animation: none;
	}
	.banner-swiper-button-next:hover:after {
		-webkit-animation: none;
		animation: none;
	}
}


/*---------------------------------------------------

  top-banner

---------------------------------------------------*/
#top-banner-slider {
	width: 100%;
}
.top-banner-control-arrow {
	position: absolute;
	justify-content: flex-end;
	width: 64px;
	display: flex;
	margin-left: 80px;
	bottom: 22.6%;
}
.top-banner-control-arrow .swiper-button-prev {
	background: #c00;
	-webkit-transform: unset;
	transform: unset;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-top: 0px;
	position: relative;
	left: 0;
}
.top-banner-control-arrow .swiper-button-prev::after {
	background-image: url(/common/images/SVG/button-left-white-arrow.svg);
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	height: 8px;
	width: 8px;
	background-position-x: 1px;
	opacity: 1;
}
.top-banner-control-arrow .swiper-button-next {
	background: #000;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	-webkit-transform: unset;
	transform: unset;
	margin-left: 4px;
	right: 0;
	margin-top: 0px;
	position: relative;
}
.top-banner-control-arrow .swiper-button-next::after {
	background-image: url(/common/images/SVG/button-right-white-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	display: inline-block;
	content: '';
	height: 100%;
	width: 100%;
	background-position-x: 10px;
	opacity: 1;
}
.top-banner-control-arrow .swiper-button-next:hover:after {
	-webkit-animation: next-arrow-outandin 1s forwards;
	animation: next-arrow-outandin 1s forwards;
}
@-webkit-keyframes next-arrow-outandin {
	0% , 100% {
		background-position-x: 10px;
	}
	50% {
		background-position-x: 27px;
		visibility: hidden;
	}
	51% {
		background-position-x: -8px;
	}
}
@keyframes next-arrow-outandin {
	0% , 100% {
		background-position-x: 10px;
	}
	50% {
		background-position-x: 27px;
		visibility: hidden;
	}
	51% {
		background-position-x: -8px;
	}
}
#top-banner-slider .swiper-slide img {
	width: 100%;
	height: auto;
}
#top-banner-slider .swiper-slide {
	font-size: 0;
}


/*---------------------------------------------------

  top-store-search-area

---------------------------------------------------*/
.top-store-search-area {
	display: flex;
	position: relative;
	width: 683px;
	height: 448px;
	filter: drop-shadow(0px 8px 14px rgba(0, 0, 0, 0.2));
	background: white;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	left: 0px;
	z-index: 2;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-store-search-area {
		box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.2);
	}
}
.top-store-search-area.store-open {
	left: -603px;
}
.top-store-search-btn {
	width: 80px;
	height: 100%;
	cursor: pointer;
}
.top-store-search-btn-top {
	height: 288px;
	background: #c00;
}
.top-store-search-btn-top-inner {
	padding-top: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.top-store-search-icon-area {
	font-size: 0;
	margin-left: 28px;
}
.top-store-search-icon {
	width: 22.38px;
	height: 30.32px;
}
.top-store-search--title {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	align-items: center;
	text-align: center;
	width: 22px;
	height: 133px;
	letter-spacing: 0.2em;
	color: #fff;
	margin: 13px auto 0 auto;
	padding-left: 0.2em;
}
.top-store-search-btn-bottom {
	display: flex;
	align-items: center;
  	justify-content: center;
	height: 160px;
	background-color: #c00;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.top-store-search-btn-bottom::before {
	content: "";
	height: 160px;
	width: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.top-store-search-area.store-open .top-store-search-btn-bottom::before {
	height: 0px;
}
.top-store-search-left-arrow {
	display: block;
	height: 16px;
	width: 22px;
	z-index: 2;
}
.top-store-search-area.store-open .top-store-search-left-arrow {
	display:  none;
}
.top-store-search-right-arrow {
	display: none;
	height: 16px;
	width: 22px;
	z-index: 2;
}
.top-store-search-area.store-open .top-store-search-right-arrow {
	display: block;
}
.top-store-search-area-right-upper {
	height: 60px;
	background: linear-gradient(0deg, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 0.1)), #fff;
	border-bottom: 1px solid rgba(137, 137, 137, 0.4);
	box-sizing: border-box;
	padding: 10px 34px 10px 10px;
	display: flex;
	justify-content: space-between;
}
.top-store-search-input-area {
	display: flex;
	flex-wrap: nowrap;
}
.top-store-search-input-search {
	font-family: 'Meiryo';
	background-color: #fff;
	border: none;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
	padding: 9px 10px 7px 30px;
	width: 309px;
	height: 40px;
	caret-color: #c00;
	letter-spacing: 0.2em;
	color: #000;
}
@supports (-webkit-mask: none) and (not (caret-color: #c00)) {
	.top-store-search-input-search {
		color: #c00;
	}
	.top-store-search-input-search::first-line {
		color:#000;
	}
}
.top-store-search-input-area input::-webkit-input-placeholder {
	font-family: 'Meiryo';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-store-search-input-area input::-moz-placeholder {
	font-family: "Meiryo";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-store-search-input-area input::-ms-input-placeholder {
	font-family: "Meiryo";
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-store-search-input-submit {
	background: #c00;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
	border: none;
	line-height: 28px;
	margin: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	font-size: 14px;
	background-image: url(/common/images/SVG/top-product-search-button.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 18px;
}
.top-store-search-input-area input[type=submit]:focus {
	outline: none;
}
.top-store-search-input-area input[type=search]:focus {
 outline: none;
}
.top-store-search-present-location-button {
	box-sizing: border-box;
	height: 40px;
	width: 200px;
	background-color: #c00;
}
.top-store-search-present-location-button a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-store-search-present-location-button span {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2em;
	color: #fff;
}
.top-store-search-present-location-button span::before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(/common/images/SVG/top-store-search-present-location-icon.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
.top-store-search-area-right-bottom {
	display: flex;
}
.top-store-search-region {
	width: 200px;
}
.top-store-search-region ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.top-store-search-region ul li {
	display: flex;
	border-bottom: 1px solid rgba(137,137,137, 0.4);
	border-right: 1px solid rgba(137,137,137, 0.4);
	padding: 0px 31px 0px 40px;
	height: 47.5px;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.top-store-search-region ul .top-store-search-region-block.region-active {
	background: #000;
}
.top-store-search-region ul li:hover {
	background: #535353;
}
.top-store-search-region ul li:last-child {
	border-bottom: 0;
	height: 48.5px;
}
.top-store-search-region ul li .region-title {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2em;
	color: #000;
}
.top-store-search-region ul li:hover .region-title {
	color: #fff;
}
.top-store-search-region ul .top-store-search-region-block.region-active .region-title {
	color: #fff;
}
.top-store-search-region ul li .region-right-arrow::after{
	background-image: url(/common/images/SVG/top-store-search-region-right-black-arrow.svg);
	background-repeat: no-repeat;
	display:inline-block;
	content: '';
	height: 8px;
	width: 16px;
	background-position: center;
}
.top-store-search-region ul li:hover .region-right-arrow::after{
	background-image: url(/common/images/SVG/top-store-search-region-right-white-arrow.svg);
}
.top-store-search-region ul .top-store-search-region-block.region-active .region-right-arrow::after{
	background-image: url(/common/images/SVG/top-store-search-region-right-white-arrow.svg);
}
.top-store-search-area .top-store-search-region-division {
	width: 60px;
	height: 388px;
	background: linear-gradient(90deg, #000 -15.74%, rgba(0, 0, 0, 0.353387) 14.74%, rgba(0, 0, 0, 0) 64.5%);
	opacity: 0.2;
	filter: blur(5px);
}



/*---------------------------------------------------

  top-scroll-button-area

---------------------------------------------------*/
.top-scroll-button-area {
	width: 80px;
	background-color: #fff;
	height: calc(100% - 448px);
	min-height: 210px;
	cursor: pointer;
}
.top-scroll-title {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.2em;
	color: #000;
	width: 22px;
	margin: 0px auto 21px auto;
	padding-left: 0.2em;
	text-align: center;
	padding-top: 35px;
}
.top-scroll-down-arrow-area {
	text-align: center;
}
.top-scroll-down-arrow::after {
	background-image: url(/common/images/SVG/top-scroll-down-black-arrow.svg);
	display:inline-block;
	content: '';
	height: 31px;
	width: 8px;
	background-position-x: center;
	background-position-y: 0px ;
}
.top-scroll-button-area:hover .top-scroll-down-arrow::after {
	animation: scroll-down-arrow-outandin 0.5s linear forwards;
	-webkit-animation: scroll-down-arrow-outandin 0.5s linear forwards;
}
@-webkit-keyframes scroll-down-arrow-outandin {
	0% {
		background-position-y: 0px;
	}
	100% {
		background-position-y: 31px;
	}
}
@keyframes scroll-down-arrow-outandin {
	0% {
		background-position-y: 0px;
	}
	100% {
		background-position-y: 31px;
	}
}



/*---------------------------------------------------

  top-product-search-area

---------------------------------------------------*/
.top-product-search-area-outter-outter {
	background: linear-gradient(90deg, #c00, #c00 30%, #fff 30%, #fff);
}
.top-product-search-area {
	position: relative;
	background: #c00;
	padding: 5px 10px 7px 80px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	max-width: 1020px;
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 0;
}
.top-product-search-inner {
	display: flex;
	flex-wrap: wrap;
}
.top-product-search-title {
	font-style: normal;
	font-weight: normal;
	font-size: 1.6rem;
	color: #fff;
	line-height: 21px;
	align-self: center;
	padding: 5px 0;
	letter-spacing: 0.2em;
	margin-right: 30px;
}
.top-product-search-input-area {
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 5px 0;
}
.top-product-search-input-search {
	font-family: 'Meiryo';
	background-color: #fff;
	border: none;
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
	padding: 18px 10px 18px 30px;
	width: 619px;
	height: 60px;
	caret-color: #c00;
	letter-spacing: 0.2em;
	color: #000;
}
@supports (-webkit-mask: none) and (not (caret-color: #c00)) {
	.top-product-search-input-search {
		color: #c00;
	}
	.top-product-search-input-search::first-line {
		color:#000;
	}
}
.top-product-search-input-area input::-webkit-input-placeholder {
	font-family: 'Meiryo';
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-product-search-input-area input::-moz-placeholder {
	font-family: "Meiryo";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-product-search-input-area input::-ms-input-placeholder {
	font-family: "Meiryo";
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-product-search-input-submit {
	background: #000;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 5%);
	border: none;
	float: left;
	line-height: 28px;
	margin: 0;
	width: 60px;
	height: 60px;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	color: #fff;
	font-size: 14px;
	background-image: url(/common/images/SVG/top-product-search-button.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 18px;
}
.top-product-search-input-submit:active {
	background-color: #535353;
}
.top-product-search-input-area input[type=submit]:focus {
	 outline: none;
}
.top-product-search-input-area input[type=search]:focus {
	outline: none;
}
@media screen and (max-width: 1100px) {
	.top-product-search-area {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/*---------------------------------------------------

  top-product-area

---------------------------------------------------*/
.top-product-area {
	margin-top: 80px;
}
.top-product-title-inner {
	display: flex;
	padding: 60px 80px 0;
	margin-bottom: 60px;
}
.top-product-title-inner::after {
	content: '';
	width: 30px;
	height: 3px;
	background-color: #c00;
}
.top-product-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 39px;
	letter-spacing: 0.2em;
	color: #000;
	margin: 0;
	margin-right: 215px;
}
.top-product-detail {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.12em;
	color: #898989;
	width: 408px;
	margin-right: auto;
}
.top-product-category-area-outter {
	background: linear-gradient(90deg, #000, #000 50%, #c00 50%, #c00);
}
.top-product-category-area {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	overflow: hidden;
	border-right: 1px solid rgba(196,196,196,0.7);
}
.top-product-category-left-area {
	width: calc(100% - 325px);
	min-height: 779px;
	background: #000;
	position: relative;
	left: 0;
}
.top-product-category-inner {
	padding: 76px 0px 77.5px 0px;
  	margin-left: 80px;
}
.top-product-category-inner::before,
.top-product-category-inner::after {
	content:"";
  	border-left: 1px solid rgba(196,196,196,0.4);
	position: absolute;
	top: 0;
	height: 100%;
}
.top-product-category-right-area .top-product-category-inner::before,
.top-product-category-right-area .top-product-category-inner::after {
  	border-left: 1px solid rgba(196,196,196,0.5);
}
.top-product-category-inner::after {
	top: 199px;
	right: 58.5px;
	height: calc(100% - 199px);
}
.top-product-category-upper {
	display: flex;
	justify-content: left;
	margin-bottom: 37.5px;
	padding-right: 60px;
	overflow: hidden;
	border-top: 1px solid rgba(196,196,196,0.4);
  	border-bottom: 1px solid rgba(196,196,196,0.4);
}
.top-product-category-right-area .top-product-category-upper {
	border-top: 1px solid rgba(196,196,196,0.5);
  	border-bottom: 1px solid rgba(196,196,196,0.5);
}
.top-product-category-title-area {
	margin-right: 14px;
	width: 151px;
	min-width: 151px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.top-product-category-title {
	margin: 0;
	margin-bottom: 20px;
	height: 45px;
	padding: 10px;
}
.top-product-category-title span {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	display: flex;
	letter-spacing: 0.2em;
	color: #fff;
	margin-bottom: 9px;
}
.top-product-category-area .top-product-category-left-area .top-product-category-upper .top-product-category-img {
	font-size: 0;
	background-image: url("/common/images/png/top-product/top-product-machine-type-img-736x121@4.jpg");
	width: 100%;
	min-width: 736px;
	height: 121px;
	background-size: 100% 100%;
  	background-repeat: no-repeat;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border-right: 1px solid rgba(196,196,196,0.4);
}
.top-product-category-area.category-machine-toggle-close .top-product-category-left-area .top-product-category-upper .top-product-category-img {
	background-image: url("/common/images/png/top-product/top-product-machine-type-close-img-80x121@4.jpg");
	background-size: 80px 121px;
}
.top-product-category-area .top-product-category-right-area .top-product-category-upper .top-product-category-img {
	font-size: 0;
	background-image: url("/common/images/png/top-product/top-product-work-type-close-img-80x121@4.jpg");
	width: 100%;
	min-width: 736px;
	height: 121px;
	background-size: 80px 121px;
	background-repeat: no-repeat;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	border-right: 1px solid rgba(196,196,196,0.7);
}
.top-product-category-area.category-work-toggle-open .top-product-category-right-area .top-product-category-upper .top-product-category-img {
	background-image: url("/common/images/png/top-product/top-product-work-type-img-736x121@4.jpg");
	background-size: 100% 100%;
}
.top-product-category-inner .top-product-category-list {
	margin-left: -5px;
	margin-right: 60px;
}
.top-product-category-list .top-product-category-ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.top-product-category-ul .top-product-category-item {
	width: calc((100% - 30px) / 6);
	margin: 2.5px 0px 2.5px 5px;
	list-style-type: none;
	background-color: #fff;
	font-size: 0;
}
@media screen and (max-width: 1357px) {
	.top-product-category-ul .top-product-category-item {
		width: calc((100% - 25px) / 5);
	}
}
@media screen and (max-width: 1211px) {
	.top-product-category-ul .top-product-category-item {
		width: calc((100% - 20px) / 4);
	}
}
@media screen and (max-width: 1063px) {
	.top-product-category-ul .top-product-category-item {
		width: calc((100% - 15px) / 3);
	}
}
@media screen and (max-width: 917px) {
	.top-product-category-ul .top-product-category-item {
		width: calc((100% - 10px) / 2);
	}
}
@media screen and (max-width: 750px) {
	.top-product-category-ul .top-product-category-item {
		width: calc((100% - 10px) / 2);
	}
}
.top-product-category-item > a {
	text-decoration: none;
}
.top-product-category-item > a > img {
	width: 100%;
	height: auto;
}
.top-product-category-item:hover .top-product-category-item-title {
	color: #fff;
	background-color: #c00;
}
.top-product-category-right-area .top-product-category-item:hover .top-product-category-item-title {
	background-color: #000;
}
.top-product-category-item .top-product-category-item-title {
	background: linear-gradient(0deg, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 0.1)), #fff;
	font-style: normal;
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #535353;
	padding: 0 13.27px;
	height: 47.5px;
}
.top-product-category-area .top-product-category-right-area {
	width: calc(100% - 325px);
	background: #c00;
	position: absolute;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	left: calc(100% - 325px);
	min-height: 779px;
	height: 100%;
}
.top-product-category-area.category-work-toggle-open .top-product-category-right-area {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	left: 325px;
}
.top-product-category-area.category-work-toggle-close .top-product-category-right-area {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	left: calc(100% - 325px);
}
.top-product-category-right-area .top-product-category-inner .top-product-category-list {
	display: none;
}
.top-product-category-right-area .top-product-category-toggle-button-area {
	width: 80px;
	height: 80px;
	background: #c00;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	top: 199px;
	left: -40px;
	position: relative;
	z-index: 1;
}
.top-product-category-area.category-work-toggle-open .top-product-category-right-area .top-product-category-toggle-button-area {
	background: #000;
}
.top-product-category-toggle-button-area .top-product-category-left-arrow {
	width: 22px;
	height: 16px;
}
.top-product-category-area.category-work-toggle-open .top-product-category-toggle-button-area .top-product-category-left-arrow {
	display: none;
}
.top-product-category-toggle-button-area .top-product-category-right-arrow {
	display: none;
	width: 22px;
  	height: 16px;
}
.top-product-category-area.category-work-toggle-open .top-product-category-toggle-button-area .top-product-category-right-arrow {
	display: block;
}
.top-product-category-right-area .top-product-category-inner {
	margin-top: -80px;
}
.top-product-category-area.category-machine-toggle-close .top-product-category-left-area .top-product-category-list {
	-webkit-animation: list-hide 1s forwards;
	animation: list-hide 1s forwards;
	display: none;
}
.top-product-category-area.category-machine-toggle-open .top-product-category-left-area .top-product-category-list {
	-webkit-animation: list-show 1s forwards;
	animation: list-show 1s forwards;
	opacity: 0;
}
.top-product-category-area.category-work-toggle-open .top-product-category-right-area .top-product-category-list {
	-webkit-animation: list-show 1s forwards;
	animation: list-show 1s forwards;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	opacity: 0;
	display: block;
}
.top-product-category-area.category-work-toggle-close .top-product-category-right-area .top-product-category-list {
	-webkit-animation: list-hide 1s forwards;
	animation: list-hide 1s forwards;
	display: none;
}
.top-product-category-left-list-hide {
	display: none !important;
}

@-webkit-keyframes right-area-show {
	0% {
		left: calc(100% - 325px);
	}
	100% {
		left: 325px;
	}
}
@keyframes right-area-show {
	0% {
		left: calc(100% - 325px);
	}
	100% {
		left: 325px;
	}
}

@-webkit-keyframes left-area-hide {
	0% {
		width: calc(100% - 325px);
	}
	5% {
		width: calc(100% - 325px);
	}
	100% {
		width: 1041px;
	}
}
@keyframes left-area-hide {
	0% {
		width: calc(100% - 325px);
	}
	5% {
		width: calc(100% - 325px);
	}
	100% {
		width: 1041px;
	}
}

@-webkit-keyframes right-area-hide {
	0% {
		left: 325px;
	}
	100% {
		left: calc(100% - 325px);
	}
}
@keyframes right-area-hide {
	0% {
		left: 325px;
	}
	100% {
		left: calc(100% - 325px);
	}
}

@-webkit-keyframes left-area-show {
	0% {
		width: 1041px;
	}
	90% {
		width: calc(100% - 325px);
	}
	100% {
		width: calc(100% - 325px);
	}
}
@keyframes left-area-show {
	0% {
		width: 1041px;
	}
	90% {
		width: calc(100% - 325px);
	}
	100% {
		width: calc(100% - 325px);
	}
}

@-webkit-keyframes list-hide {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes list-hide {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes list-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
@keyframes list-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
/*---------------------------------------------------
  top-product-area for sp
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.top-product-area {
		margin-top: 120px;
		margin-bottom: 120px;
	}
	.top-product-title-inner {
		position: relative;
		display: block;
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.top-product-title-inner::after {
		position: absolute;
		top: 0;
		right: 30px;
	}
	.top-product-title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.top-product-detail {
		font-size: 14px;
		line-height: 21px;
		width: unset;
		margin-right: 90px;
	}
	.sp-top-product-type-area {
		width: 100%;
		height: 197px;
		background-color: #000;
		position: relative;
	}
	.sp-top-product-type-area.sp-product-type-work {
		background-color: #c00;
	}
	.sp-top-product-type-area::before {
		content: '';
		height: 100%;
		border-right: 1px solid rgba(196,196,196, 0.5);
		position: absolute;
    	left: 30px;
	}
	.sp-top-product-type-area-inner {
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
	}
	.sp-top-product-type-outter {
		box-sizing: border-box;
		height: 100%;
		padding: 40px 0;
	}
	.sp-top-product-type {
		display: flex;
		height: 100%;
		border-top: 1px solid rgba(196,196,196, 0.5);
		border-bottom: 1px solid rgba(196,196,196, 0.5);
	}
	.sp-top-product-type-left {
		height: 100%;
		width: 185px;
		min-width: 185px;
		border-right: 1px solid rgba(196,196,196, 0.4);
	}
	.sp-top-product-type-title {
		font-weight: bold;
		font-size: 14px;
		line-height: 15px;
		letter-spacing: 0.2em;
		color: #fff;
		margin: 0;
		margin-bottom: 20px;
		padding: 10px 10px 0 10px;
	}
	.sp-top-product-type-open-button {
		display: flex;
		cursor: pointer;
		padding-left: 10px;
	}
	.sp-top-product-type-open-button-text {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #fff;
		margin-right: 10px;
	}
	.sp-top-product-type-open-button-arrow {
		content: "";
		background-image: url(/common/images/SVG/article-right-white-arrow.svg);
		background-size: 30px 8px;
		background-position: center;
		width: 30px;
    	background-repeat: no-repeat;
	}
	.sp-top-product-type-right {
		height: 100%;
		background-image: url(/common/images/png/top-product/top-product-machine-type-full-img-1038x303@4.jpg);
		background-size: cover;
		width: 100%;
		background-repeat: no-repeat;
	}
	.sp-top-product-type-right.sp-product-type-work {
		background-image: url(/common/images/png/top-product/top-product-work-type-full-img-749x264@4.jpg);
	}
	.sp-top-product-type-detail-area-outter {
		position: fixed;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		background-color: #000;
		z-index: 11;
		display: none;
	}
	.sp-top-product-type-detail-area-outter.sp-product-type-work {
		background-color: #c00;
	}
	.sp-top-product-type-detail-area-outter.sp-top-product-type-detail-open {
		display: block;
	}
	.sp-top-product-type-detail-area {
		height: 100%;
	}
	.sp-top-product-type-detail-area::before {
		content: '';
		position: absolute;
		left: 30px;
		height: 100%;
		width: 0px;
		border-right: 1px solid rgba(196,196,196, 0.7);
	}
	.sp-top-product-type-detail-area-upper {
		height: 80px;
		padding-left: 30px;
	}
	.sp-top-producttype-detail-close-button-area {
		box-sizing: border-box;
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(196,196,196, 0.7);
	}
	.sp-top-producttype-detail-close-button {
		display: flex;
		width: 65px;
		cursor: pointer;
	}
	.sp-top-product-type-close-button-arrow {
		background-image: url(/common/images/SVG/button-left-white-arrow-30.svg);
		background-size: 30px 8px;
		background-position: center;
		width: 30px;
    	background-repeat: no-repeat;
	}
	.sp-top-product-type-close-button-text {
		font-family: Arial;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.02em;
		color: #fff;
		margin-left: 10px;
	}
	.sp-top-product-type-detail-area-scroll {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		box-sizing: border-box;
		padding-left: 30px;
	}
	.sp-top-product-type-detail-title {
		font-weight: bold;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.2em;
		color: #fff;
		margin: 0;
		margin-bottom: 10px;
		padding: 10px;
	}
	.sp-top-product-type-detail-img-area {
		box-sizing: border-box;
		padding-right: 30px;
		border-top: 1px solid rgba(196,196,196, 0.7);
		border-bottom: 1px solid rgba(196,196,196, 0.7);
	}
	.sp-top-product-type-detail-img {
		height: 117px;
		background-image: url(/common/images/png/top-product/top-product-machine-type-full-img-1038x303@4.jpg);
		background-size: cover;
		width: 100%;
		background-repeat: no-repeat;
		background-position-y: center;
		border-right: 1px solid rgba(196,196,196, 0.7);
	}
	.sp-top-product-type-detail-img.sp-product-type-work {
		background-image: url(/common/images/png/top-product/top-product-work-type-full-img-749x264@4.jpg);
	}
	.sp-top-product-type-detail-list-area {
		box-sizing: border-box;
		width: 100%;
		padding-right: 30px;
		position: relative;
	}
	.sp-top-product-type-detail-list-area::after {
		content: '';
		height: calc(100% + 79px);
		width: 0;
		border-left: 1px solid rgba(196,196,196, 0.7);
		position: absolute;
		top: 0;
		right: 29px;
	}
	.sp-top-product-type-detail-list-area ul {
		display: flex;
    	flex-wrap: wrap;
		width: 100%;
		list-style: none;
		box-sizing: border-box;
		margin: 0;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 69px;
		margin-bottom: 79px;
	}
	.sp-top-product-type-detail-list-area ul li {
		width: calc((100% - 5px) / 2);
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.sp-top-product-type-detail-list-area ul li:nth-child(2n) {
		margin-right: 0px;
	}
	.sp-top-product-type-detail-item {
		background-color: #FFF;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		font-size: 0;
	}
	.sp-top-product-type-detail-item a {
		text-decoration: none;
	}
	.sp-top-product-type-detail-item a img {
		width: 100%;
	}
	.sp-top-product-type-detail-item-title {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0.2em;
		color: #535353;
		background: linear-gradient(0deg, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 0.1)), #FFFFFF;
		padding: 0px 15px;
		height: 50px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width: 375px) {
	.sp-top-product-type-right {
		background-position: -120px 0px;
	}
	.sp-top-product-type-right.sp-product-type-work {
		background-position: -20px 0px;
	}
	.sp-top-product-type-detail-img {
		background-position: -44px 0px;
	}
	.sp-top-product-type-detail-img.sp-product-type-work {
		background-image: url(/common/images/png/top-product/top-product-work-type-detial-img-315x117@4.jpg);
		background-size: 100% 100%;
		height: 117px;
		width: 100%;
		background-position: center;
	}
}





/*---------------------------------------------------

  top-recommended-product-area

---------------------------------------------------*/
.top-recommended-product-area {
	padding-bottom: 73px;
}
.top-recommended-product-area-inner {
	padding: 181px 70px 0px 85px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top-recommended-product-left {
	width: 280px;
	margin-right: 91px;
	padding-top: 5px;
}
.top-recommended-product-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 58px;
	/*display: flex;
	align-items: center;*/
	letter-spacing: 0.2em;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
}
.top-recommended-product-subtitle {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	align-items: center;
	letter-spacing: 0.12em;
	color: #898989;
	margin-bottom: 30px;
}
.top-recommended-product-button-area {
	width: 64px;
	display: flex;
	margin-bottom: 40px;
}
.top-recommended-product-button-area .recommended-swiper-button-prev {
	background: #CC0000;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.top-recommended-product-button-area .recommended-swiper-button-prev::before {
	background-image: url(/common/images/SVG/button-left-white-arrow.svg);
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	height: 30px;
	width: 32px;
	background-size: 8px 8px;
	background-position: center;
}
.top-recommended-product-button-area .recommended-swiper-button-next {
	background: #000000;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin-left: 4px;
	cursor: pointer;
}
.top-recommended-product-button-area .recommended-swiper-button-next::before {
	background-image: url(/common/images/SVG/button-right-white-arrow.svg);
	background-repeat: no-repeat;
	display: inline-block;
	content: '';
	height: 30px;
	width: 28px;
	background-size: 8px 8px;
	background-position: center;
}
.top-recommended-product-right {
	max-width: 840px;
	min-width: 560px;
	width: calc(100% - 371px);
}
#top_recommended_product_swiper a {
	text-decoration: none;
	display: block;
}
#top_recommended_product_swiper .swiper-slide-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.top-recommended-product-item {
	position: relative;
	width: 270px;
	height: 200px;
	margin: 5px;
	background-repeat: no-repeat;
	background-size: contain;
}
.top-recommended-product-item-number {
	/*font-family: 'Arial';*/
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	letter-spacing: 0.12em;
	color: #fff;
	margin-left: 40px;
	margin-bottom: 44px;
	margin-top: 40px;
	height: 14px;
}
.top-recommended-product-item-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 150%;
	display: flex;
	align-items: center;
	letter-spacing: 0.15em;
	color: #fff;
	margin: 0;
	margin-left: 40px;
	height: 60px;
	width: 180px;
}
.recommended-product-1 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-new.jpg);
	background-size: 270px 200px;
}
.recommended-product-1:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-new.jpg);
}
.recommended-product-1::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-1::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	left: 40px;
	display: block;
	top: 0;
}
/* 夏季特集 */
.recommended-product-2 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-summer_2022.jpg);
	background-size: 270px 200px;
}
.recommended-product-2:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-summer_2022.jpg);
}
.recommended-product-2::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
/* 冬季特集01 */
.recommended-product-2-1 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-light_2022.jpg);
	background-size: 270px 200px;
}
.recommended-product-2-1:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-light_2022.jpg);
}
.recommended-product-2-1::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
/* 冬季特集02 */
.recommended-product-2-2 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-heater_2022.jpg);
	background-size: 270px 200px;
}
.recommended-product-2-2:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-heater_2022.jpg);
}
.recommended-product-2-2::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}

.recommended-product-3 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img3.jpg);
	background-size: 270px 200px;
}
.recommended-product-3:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img3.jpg);
}
.recommended-product-3::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-3::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 40px;
	display: block;
	top: 0;
}
.recommended-product-4 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img4.jpg);
	background-size: 270px 200px;
}
.recommended-product-4:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img4.jpg);
}
.recommended-product-4::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-4::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	left: 40px;
	display: block;
	top: 0;
}
.recommended-product-5 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img5.jpg);
	background-size: 270px 200px;
}
.recommended-product-5:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img5.jpg);
}
.recommended-product-5::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-6 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img6.jpg);
	background-size: 270px 200px;
}
.recommended-product-6:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img6.jpg);
}
.recommended-product-6::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-6::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 40px;
	display: block;
	top: 0;
}
.recommended-product-7 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img7.jpg);
	background-size: 270px 200px;
}
.recommended-product-7:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img7.jpg);
}
.recommended-product-7::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-7::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	left: 40px;
	display: block;
	top: 0;
}
.recommended-product-8 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img8.jpg);
	background-size: 270px 200px;
}
.recommended-product-8:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img8.jpg);
}
.recommended-product-8::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-9 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img9.jpg);
	background-size: 270px 200px;
}
.recommended-product-9:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img9.jpg);
}
.recommended-product-9::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-9::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 40px;
	display: block;
	top: 0;
}
.recommended-product-10 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img10.jpg);
	background-size: 270px 200px;
}
.recommended-product-10:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img10.jpg);
}
.recommended-product-10::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-10::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	left: 40px;
	display: block;
	top: 0;
}
.recommended-product-11 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img11.jpg);
	background-size: 270px 200px;
}
.recommended-product-11:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img11.jpg);
}
.recommended-product-11::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-12 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img1-270x200@4.png);
	background-size: 270px 200px;
}
.recommended-product-12:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img1-270x200@4.png);
}
.recommended-product-12::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-12::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 40px;
	display: block;
	top: 0;
}
.recommended-product-13 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img13.jpg);
	background-size: 270px 200px;
}
.recommended-product-13:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img13.jpg);
}
.recommended-product-13::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 50%;
	display: block;
}
.recommended-product-13::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	left: 40px;
	display: block;
	top: 0;
}
.recommended-product-14 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img14.jpg);
	background-size: 270px 200px;
}
.recommended-product-14:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img14.jpg);
}
.recommended-product-14::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-14::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 40px;
	display: block;
	top: 0;
}
.recommended-product-16 {
	background-image: url(/common/images/png/top-recommended-product/top-recommended-product-img16.jpg);
	background-size: 270px 200px;
}
.recommended-product-16:hover {
	background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/common/images/png/top-recommended-product/top-recommended-product-img16.jpg);
}
.recommended-product-16::before{
	content: '';
	width: 100%;
	opacity: 0.6;
	height: 1px;
	/*background-color: #FFFFFF;*/
	position: relative;
	top: 54px;
	display: block;
}
.recommended-product-16::after{
	content: '';
	height: 100%;
	opacity: 0.6;
	width: 1px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	right: 40px;
	display: block;
	top: 0;
}
.top-recommended-product-bottom {
	width: 30px;
	height: 3px;
	background-color: #CC0000;
	margin-top: -8px;
	margin-left: 85px;
	/* margin-bottom: 181px;パーソナライズド化部分非表示のため一旦非表示*/
}
@media screen and (max-width: 1382px){
	.top-recommended-product-bottom {
		margin-top: 80px;
	}
}

/*---------------------------------------------------
  sp top-recommended-product-area
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.top-recommended-product-area {
		padding-bottom: 120px;
		margin-bottom: 35px;
	}
	.top-recommended-product-area-inner {
		padding: 0px 0px 0px 30px;
		display: block;
	}
	.top-recommended-product-left {
		width: 100%;
		margin-right: auto;
		padding-top: 0px;
	}
	.top-recommended-product-title {
		font-size: 22px;
		line-height: 33px;
		/*letter-spacing: 0.2em;
		margin-bottom: 30px;*/
	}
	.top-recommended-product-subtitle {
		width: 225px;
		font-size: 14px;
		line-height: 21px;
		color: #898989;
		margin-bottom: 40px;
	}
	.top-recommended-product-right {
		max-width: unset;
		min-width: unset;
		width: 100%;
	}
	#sp_top_recommended_product_swiper a {
		text-decoration: none;
		display: block;
	}
	#sp_top_recommended_product_swiper .swiper-slide{
		width: 270px;
	}
	.top-recommended-product-item {
		margin: 0px;
		pointer-events: none;
	}
	.top-recommended-product-item-number {
		line-height: 16px;
	}
	.swiper-container-pointer-events {
		touch-action: pan-y;
	}
	.top-recommended-product-bottom {
		margin: 0;
		margin-left: 30px;
		margin-top: 80px;
	}
}

/*---------------------------------------------------

  top-company-area

---------------------------------------------------*/
.top-company-area-outter {
	background-color: #c00;
}
.top-company-area {
	font-size: 0;
}
.top-company-area-inner {
	position: relative;
}
/*.top-company-area-upper {
	padding-right: 80px;
	padding-left: 80px;
	width: 100%;
	box-sizing: border-box;
}
.top-company-area-upper-inner {
	width: 100%;
	height: 260px;
	background: #000;
	position: relative;
	top: -85px;
	margin-bottom: -85px;
	padding: 20px 16px 20px 20px;
	box-sizing: border-box;
	display: none;
}
#top_company_area_upper_swiper .swiper-slide {
	width: 218px;
}
#top_company_area_upper_swiper .swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.top-company-upper-swiper-item {
	height: 220px;
	width: 218px;
}
.top-company-upper-swiper-item:hover .top-company-upper-swiper-item-title {
	background:#C00;
	color: #FFF;
}
.top-company-upper-swiper-item > a {
	text-decoration: none;
}
.top-company-upper-swiper-item-img {
	height: 160px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-company-upper-swiper-item-title {
	background: linear-gradient(0deg, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 0.1)), #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2em;
	color: #000000;
	padding: 0 20px;
	height: 60px;
}*/
.top-company-area-left-blank {
	width: 80px;
	min-width: 80px;
}
.top-company-area-left-blank-box {
	margin-top: 212px;
	height: 118px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.top-company-area-bottom-blank {
	position: absolute;
	width: calc(100% - 458.5px);
	bottom: 215px;
	left: 458.5px;
	height: 0px;
	border-top: 1px solid rgba(255,255,255,0.5);
	z-index: 0;
}
.top-company-area-bottom {
	display: flex;
	/*background-image: url(/common/images/png/top-company-info/top-company-info-img-910x707@1.png);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: right;
	background-size: 908px;*/
	position: relative;
	z-index: 1;
}
.top-company-area-bottom-greyline {
	position: absolute;
	border-bottom: 1px solid rgba(255,255,255,0.7);
}
.top-company-area-left {
	max-width: 376.5px;
	border-right: 1px solid rgba(255,255,255,0.4);
	border-left: 1px solid rgba(255,255,255,0.4);
}
.top-company-area-left-logo-img {
	margin-top: 212px;
	margin-bottom: 40px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	width: 376px;
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
}
.top-company-area-left-logo-img img {
	width: auto;
    height: 100%;
}

.top-company-area-title {
	width: 378px;
	font-size: 1.8rem;
	line-height: 27px;
	display: flex;
	align-items: center;
	letter-spacing: 0.18em;
	color: #FFFFFF;
	margin-bottom: 60px;
	padding: 0 10px;
    box-sizing: border-box;
}
.top-company-area-button-area {
	display: flex;
	margin-bottom: 215px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.top-company-area-button-area img {
	border-left: 1px solid rgba(255,255,255,0.4);
	width: auto;
	height: 60px;
}
.top-company-area-button {
	width: 300px;
	height: 60px;
}
.top-company-area-button > a {
	text-decoration: none;
}
.top-company-area-button-text-container {
	position: relative;
	top: -1px;
	width: 100%;
	border-radius: 30px;
	background-color: #CC0000;
	align-items: center;
	display: flex;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-company-area-button-text-container {
		display: inline-block;
	}
}
.top-company-area-button-text-container::before {
	content: '';
	width: 0%;
	height: 0%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
}
.top-company-area-button-text-container::after {
	content: '';
	width: 0%;
	height: 0%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background-color: #CC0000;
	position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-company-area-button-text-container::after {
		top: 0;
	}
}
.top-company-area-button:hover .top-company-area-button-text-container::before {
	-webkit-animation: top-company-area-button-background-first 0.3s linear forwards;
	animation: top-company-area-button-background-first 0.3s linear forwards;
}
.top-company-area-button:hover .top-company-area-button-text-container::after {
	-webkit-animation: top-company-area-button-background-second 0.3s linear 0.8s forwards;
	animation: top-company-area-button-background-second 0.3s linear 0.8s forwards;
}
@-webkit-keyframes top-company-area-button-background-first {
	0% {
		width: 0%;
		height: 0%;
	}
	8% {
		height: 100%;
	}
	80% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
@keyframes top-company-area-button-background-first {
	0% {
		width: 0%;
		height: 0%;
	}
	8% {
		height: 100%;
	}
	80% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
@-webkit-keyframes top-company-area-button-background-second {
	0% {
		width: 0%;
		height: 0%;
	}
	7% {
		height: 100%;
	}
	85% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
@keyframes top-company-area-button-background-second {
	0% {
		width: 0%;
		height: 0%;
	}
	7% {
		height: 100%;
	}
	85% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
.top-company-area-button-text {
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	border-radius: 30px;
	height: 60px;
	align-items: center;
	display: flex;
	padding-left: 72px;
	box-sizing: border-box;
}
.top-company-area-button-text::before {
	content: attr(data-text);
	color: #CC0000;
	position: absolute;
	width: 0;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	align-items: center;
	display: flex;
	background-image: url(/common/images/SVG/footer-contact-red-right-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 126px;
}
.top-company-area-button-text::after {
	content: attr(data-text);
	color: #FFFFFF;
	position: absolute;
	width: 0;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	align-items: center;
	display: flex;
	background-image: url(/common/images/SVG/footer-contact-white-right-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 126px;
	z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-company-area-button-text::after {
		left: 72px;
		top: 12px;
	}
}

.top-company-area-button:hover .top-company-area-button-text::before {
	-webkit-animation: top-company-area-button-text-first 0.195s linear 0.072s forwards;
	animation: top-company-area-button-text-first 0.195s linear 0.072s forwards;
}
.top-company-area-button:hover .top-company-area-button-text::after {
	-webkit-animation: top-company-area-button-text-second 0.195s linear 0.872s forwards;
	animation: top-company-area-button-text-second 0.195s linear 0.872s forwards;
}
@keyframes top-company-area-button-text-first {
	0% {
		width: 0%;
	}
	100% {
		width: 65%;
	}
}
@keyframes top-company-area-button-text-second {
	0% {
		width: 0%;
	}
	100% {
		width: 65%;
	}
}
@-webkit-keyframes top-company-area-button-text-first {
	0% {
		width: 0%;
	}
	100% {
		width: 65%;
	}
}
@-webkit-keyframes top-company-area-button-text-second {
	0% {
		width: 0%;
	}
	100% {
		width: 65%;
	}
}
.top-company-area-right-arrow {
	height: 26px;
}
.top-company-area-right-arrow::after {
	background-image: url(/common/images/SVG/footer-contact-white-right-arrow.svg);
	background-repeat: no-repeat;
	display:inline-block;
	content: '';
	height: 26px;
	width: 31px;
	background-position: center;
	margin-left: 18px;
}
.top-company-area-right {
	width: 100%;
	/*padding-top: 78px;*/
    /*background-image: url(/common/images/png/top-company-info/top-company-info-img-910x707@1.png);*/
    background-image: url(/common/images/png/top-company-info/top-company-info-img.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: contain;
}


/*---------------------------------------------------
  top-company-area for sp
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.top-company-area-upper {
		padding-right: 30px;
		padding-left: 30px;
	}
	.top-company-area-upper-inner {
		height: 221px;
		top: -35px;
		margin-bottom: -35px;
		padding: 20px 10px 20px 20px;
	}
	#top_company_area_upper_swiper .swiper-slide {
		width: 155px;
	}
	.top-company-upper-swiper-item {
		height: 181px;
		width: 155px;
	}
	.top-company-upper-swiper-item-img {
		height: 110px;
	}
	.top-company-upper-swiper-item-img img {
		width: 102px;
		height: 60px;
	}
	.top-company-upper-swiper-item-title {
		padding: 0 10px;
		height: 71px;
	}
	.top-company-area-left-blank {
		display: none;
	}
	.top-company-area-left-blank-box {
		display: none;
	}
	.top-company-area-bottom-blank {
		display: block;
		height: 100%;
		width: 0;
		border-left: 1px solid rgba(255,255,255,0.4);
		left: 30px;
		bottom: 0;
		border-top: 0;
	}
	.top-company-area-bottom {
		display: block;
		/*background-position-x: left;
    	background-size: 100% auto;*/
	}
	.top-company-area-bottom::before {
		content: '';
		width: 0;
		height: 100%;
		position: absolute;
		right: 30px;
		border-left: 1px solid rgba(255,255,255,0.4);
	}
	.top-company-area-left {
		width: 100%;
		max-width: unset;
		border: 0;
		padding-top: 120px;
		/*padding-bottom: 350px;*/
	}
	.top-company-area-left-logo-img{
		margin-top: 0;
		/*padding: 0 30px;
		display: flex;
		justify-items: center;*/
	}
	.top-company-area-title {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		box-sizing: border-box;
	}
	.top-company-area-button-area {
		padding: 0 30px;
    	box-sizing: border-box;
		margin-bottom: 277px;
	}
	.top-company-area-button-area img {
		width: calc(100% - 239px);
	}
	.top-company-area-button {
		width: 239px;
	}
	.top-company-area-button:hover .top-company-area-button-text-container::before {
		-webkit-animation: none;
		animation: none;
	}
	.top-company-area-button:hover .top-company-area-button-text-container::after {
		-webkit-animation: none;
		animation: none;
	}
	.top-company-area-button-text {
		font-size: 14px;
		line-height: 28px;
		padding-left: 54px;
	}
	.top-company-area-button-text::before {
		background-position-x: 104px;
	}
	.top-company-area-button-text::after {
		background-position-x: 104px;
	}
	.top-company-area-button:hover .top-company-area-button-text::before {
		-webkit-animation: none;
		animation: none;
	}
	.top-company-area-button:hover .top-company-area-button-text::after {
		-webkit-animation: none;
		animation: none;
	}
	.top-company-area-right {
		height: 350px;
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.top-company-area-button-text::after {
			left: 54px;
		}
	}
	.top-company-area-right-arrow::after {
		margin-left: 20px;
	}
}
@media screen and (max-width: 598px) {
	.top-company-area-button-area {
		margin-bottom: 150px;
	}
}
@media screen and (max-width: 500px) {
	.top-company-area-button-area {
		margin-bottom: 77px;
	}
}
@media screen and (max-width: 375px) {
	.top-company-area-button-area {
		margin-bottom: 0;
	}
}


/*---------------------------------------------------

  top-lastest-news-area

---------------------------------------------------*/
.top-lastest-news-upper {
	width: 100%;
	height: 120px;
	background: linear-gradient(180deg, #000 -15.74%, rgba(0, 0, 0, 0.353387) 14.74%, rgba(0, 0, 0, 0) 64.5%);
	opacity: 0.2;
	filter: blur(5px);
	margin-bottom: 68px;
}
.top-lastest-news-title-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 96px;
	padding-left: 80px;
	box-sizing: border-box;
}
.top-lastest-news-area-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 39px;
	letter-spacing: 0.2em;
	color: #000;
	margin: 0;
	margin-right: 199px;
	width: 179px;
}
.top-lastest-news-area-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.12em;
	color: #898989;
	margin-right: 80px;
}
.top-lastest-news-list {
	padding-left: 80px;
	padding-right: 80px;
	margin-bottom: 80px;
	box-sizing: border-box;
}
.top-lastest-news-list > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.top-lastest-news-list > ul li {
	border-bottom: 1px solid #898989;
}
.top-lastest-news-list > ul li:first-child {
	border-top: 3px solid #000;
}
.top-lastest-news-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 60px;
	padding-bottom: 40px;
}
.top-lastest-news-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #fff;
	width: 200px;
	height: 40px;
	background-color: #c00;
}
.top-lastest-news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 300px);
	margin-left: 100px;
}
.top-lastest-news-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.top-lastest-news-title a {
	color: #000;
	text-decoration: underline;
}
.top-lastest-news-title a:hover {
	opacity: 0.6;
}
.top-lastest-news-detail {
	font-size: 18px;
	line-height: 27px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	align-items: center;
	letter-spacing: 0.1em;
	color: #000;
	margin-bottom: 32px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.top-lastest-news-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top-lastest-news-time {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #898989;
}
.top-lastest-news-meta a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.2em;
	color: #c00;
	text-decoration: none;
	cursor: pointer;
}
.top-lastest-news-link {
	margin-right: 18px;
}
.top-lastest-news-link-right-arrow {
	height: 30px;
}
.top-lastest-news-link-right-arrow::after {
	background-image: url(/common/images/SVG/top-lastest-news-link-right-arrow.svg);
	display: inline-block;
	content: '';
	height: 100%;
	width: 36px;
	background-position-y: center;
	background-position-x: 0px ;
}
.top-lastest-news-meta a:hover .top-lastest-news-link-right-arrow::after {
	animation: news_link_right_arrow 0.5s linear forwards;
}
@keyframes news_link_right_arrow {
	0% {
		background-position-x: 0px;
	}
	100% {
		background-position-x: 36px;
	}
}
.top-lastest-news-button-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 68px;
}
.top-lastest-news-button {
	width: 300px;
	height: 60px;
}
.top-lastest-news-button > a {
	text-decoration: none;
}
.top-lastest-news-button-text-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-lastest-news-button-text-container {
		display: inline-block;
	}
}
.top-lastest-news-button-text-container::before,
.top-lastest-news-button-text-container::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background-color: #000;
}
.top-lastest-news-button-text-container::after {
	background-color: #FFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-lastest-news-button-text-container::after {
		top: 0;
	}
}

.top-lastest-news-button:hover .top-lastest-news-button-text-container::before {
	-webkit-animation: top_news_button 0.3s linear forwards;
	animation: top_news_button 0.3s linear forwards;
}
.top-lastest-news-button:hover .top-lastest-news-button-text-container::after {
	-webkit-animation: top_news_button 0.3s linear 0.8s forwards;
	animation: top_news_button 0.3s linear 0.8s forwards;
}
@keyframes top_news_button {
	0% {
		width: 0%;
		height: 0%;
	}
	5% {
		height: 100%;
	}
	80% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
.top-lastest-news-button-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.12em;
	color: #000;
	border-radius: 30px;
	height: 60px;
	padding-left: 75px;
	box-sizing: border-box;
}
.top-lastest-news-button-text::before,
.top-lastest-news-button-text::after {
	content: attr(data-text);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	position: absolute;
	width: 0;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(/common/images/SVG/footer-contact-white-right-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 120px;
}
.top-lastest-news-button-text::after {
	color: #000;
	background-image: url(/common/images/SVG/top-lastest-news-button-right-black-arrow.svg);
	z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.top-lastest-news-button-text::before,
	.top-lastest-news-button-text::after {
		left: 75px;
		top: 12px;
	}
}
.top-lastest-news-button:hover .top-lastest-news-button-text::before {
	-webkit-animation: top_news_button_text 0.195s linear 0.072s forwards;
	animation: top_news_button_text 0.195s linear 0.072s forwards;
}
.top-lastest-news-button:hover .top-lastest-news-button-text::after {
	-webkit-animation: top_news_button_text 0.195s linear 0.872s forwards;
	animation: top_news_button_text 0.195s linear 0.872s forwards;
}
@keyframes top_news_button_text {
	0% {
		width: 0%;
	}
	100% {
		width: 65%;
	}
}
.top-lastest-news-button-right-arrow {
	height: 26px;
}
.top-lastest-news-button-right-arrow::after {
	content: "";
	display:inline-block;
	height: 26px;
	width: 31px;
	margin-left: 20px;
	background-position: center;
	background-image: url(/common/images/SVG/top-lastest-news-button-right-black-arrow.svg);
	background-repeat: no-repeat;
}
.top-lastest-news-bottom {
	width: 100%;
	height: 120px;
	background: linear-gradient(180deg, #000 -15.74%, rgba(0, 0, 0, 0.353387) 14.74%, rgba(0, 0, 0, 0) 64.5%);
	opacity: 0.2;
	filter: blur(5px);
	transform: rotate(-180deg);
}
@media screen and (max-width: 750px) {
	.top-lastest-news-upper {
		height: 100px;
    	margin-bottom: 0;
	}
	.top-lastest-news-title-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 60px;
	}
	.top-lastest-news-area-title {
		font-size: 22px;
		line-height: 33px;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.top-lastest-news-area-detail {
		font-size: 14px;
		line-height: 21px;
		margin-right: auto;
	}
	.top-lastest-news-list {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 60px;
	}
	.top-lastest-news-list-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.top-lastest-news-category {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		width: 100%;
		padding-left: 20px;
		margin-bottom: 20px;
		font-size: 1.4rem;
    	height: 30px;
		box-sizing: border-box;
	}
	.top-lastest-news-item {
		width: 100%;
		margin: 0;
	}
	.top-lastest-news-title {
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-wrap: normal;
		word-break: normal;
		white-space: normal;
		display: -webkit-box;
		height: 48px;
		margin-bottom: 10px;
		font-size: 1.6rem;
		line-height: 24px;
	}
	.top-lastest-news-detail {
		-webkit-line-clamp: 3;
		height: 63px;
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 21px;
	}
	.top-lastest-news-time {
		font-size: 14px;
    	line-height: 28px;
	}
	.top-lastest-news-meta a {
		font-size: 14px;
    	line-height: 28px;
	}
	.top-lastest-news-meta a:hover .top-lastest-news-link-right-arrow::after {
		animation: none;
	}
	.top-lastest-news-link {
		margin-right: 12px;
	}
	.top-lastest-news-link-right-arrow {
		height: 28px;
	}
	.top-lastest-news-button-area {
		margin-bottom: 21px;
		padding: 0 30px;
		box-sizing: border-box;
	}
	.top-lastest-news-button {
		width: 315px;
		height: 60px;
	}
	.top-lastest-news-button-text {
		font-size: 14px;
		line-height: 17px;
		padding-left: 94px;
	}
	.top-lastest-news-button-text::before,
	.top-lastest-news-button-text::after {
		background-position-x: 98px;
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.top-lastest-news-button-text::before,
		.top-lastest-news-button-text::after {
			left: 94px;
		}
	}
	.top-lastest-news-button:hover .top-lastest-news-button-text-container::before,
	.top-lastest-news-button:hover .top-lastest-news-button-text-container::after {
		-webkit-animation: none;
		animation: none;
	}
	.top-lastest-news-button:hover .top-lastest-news-button-text::before,
	.top-lastest-news-button:hover .top-lastest-news-button-text::after {
		-webkit-animation: none;
		animation: none;
	}
	.top-lastest-news-bottom {
		height: 100px;
	}
}



/*---------------------------------------------------

  top-new-services-area

---------------------------------------------------*/
.top-new-services-area-outter {
	background-color: #000000;
}
.top-new-services-area-inner {
	display: flex;
	position: relative;
	border-left: 1px solid rgba(255,255,255,0.4);
}
.top-new-services-area-inner::before {
	content: '';
	border-left: 1px solid rgba(255,255,255,0.4);
	position: absolute;
	left: 80px;
	height: 100%;
}
.top-new-services-left {
	width: 458px;
	border-right: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 281px;
}
.top-new-services-left-upper {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.top-new-services-left-upper-left {
	width: 261px;
	border-right: 1px solid rgba(255,255,255,0.4);
	padding-left: 80px;
	padding-top: 152px;
}
.top-new-services-title {
	font-weight: bold;
	font-size: 26px;
	line-height: 150%;
	letter-spacing: 0.2em;
	color: #fff;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 10px;
}
.top-new-services-subtitle {
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.12em;
	color: #898989;
	margin-bottom: 30px;
	padding: 0 10px;
}
.top-new-services-swiper-buttons {
	width: 64px;
	display: flex;
}
.top-new-services-swiper-buttons .banner-swiper-button-prev {
	background: #FFF;
}
.top-new-services-swiper-buttons .banner-swiper-button-prev::after {
	background-image: url(/common/images/SVG/button-left-black-arrow.svg);
}
.top-new-services-swiper-buttons .banner-swiper-button-next {
	background: #CC0000;
}
.top-new-services-left-bottom {
	margin-top: 248px;
	width: 30px;
	margin-left: 80px;
	padding-bottom: 300px;
	border-top:3px solid #FFFFFF;
}
.top-new-services-right {
	width: calc(100% - 458px);
}
#top_new_services_swiper {
	padding-top: 154px;
	padding-bottom: 80px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	border-right: 1px solid rgba(255,255,255,0.4);
}
.top-new-services-swiper-item {
	width: 350px;
	height: 460px;
}
#top_new_services_swiper .swiper-slide {
	width: 350px;
}

	/*---------------------------------------------------
	top-new-services-area for sp
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.top-new-services-area-inner {
		border-left: 0px;
		flex-flow: column;
		flex-direction: column;
	}
	.top-new-services-area-inner::before {
		left: 30px;
	}
	.top-new-services-left {
		width: 100%;
    	border-right: 0;
		margin-bottom: 40px;
	}
	.top-new-services-left-upper-left {
		padding-left: 30px;
		box-sizing: border-box;
		padding-top: 100px;
		width: fit-content;
	}
	.top-new-services-title {
		font-size: 22px;
	}
	.top-new-services-subtitle {
		font-size: 14px;
    	width: 235px;
	}
	.top-new-services-left-bottom {
		display: none;
	}
	.top-new-services-right {
		width: 100%;
		box-sizing: border-box;
		padding-left: 30px;
		margin-bottom: 367px;
		padding-bottom: 80px;
	}
	.top-new-services-right::after {
		content: '';
		width: 30px;
		border-bottom: 3px solid #FFF;
		position: absolute;
		margin-top: 80px;
	}
	#top_new_services_swiper {
		padding-top: 0;
		border-right: 0;
		padding-bottom: 40px;
	}
	.top-new-services-swiper-item {
		width: 270px;
		height: 355px;
	}
	.top-new-services-swiper-item img {
		width: 270px;
		height: 355px;
	}
	#top_new_services_swiper .swiper-slide {
		width: 270px;
	}
}


/*---------------------------------------------------

  top-article-area

---------------------------------------------------*/
.top-article-area-outter {
	background-color: rgba(137,137,137,0.1);
}
.top-article-area {
	display: block;
}
.top-article-area-inner {
	position: relative;
	margin-left: 80px;
	margin-right: 80px;
	padding-bottom: 100px;
}
.top-article-type-list {
	width: 100%;
	margin-top: -281px;
}
.top-article-type-item {
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	width: 100%;
	padding-top: 68px;
	margin-bottom: 20px;
}
.top-article-type-logo {
	margin-left: 80px;
	margin-bottom: 62px;
	font-size: 0;
}
.top-article-type-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	margin-bottom: 71px;
	padding: 0 80px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
}
.top-article-type-title::after {
	content: "";
	-ms-flex-negative: 1;
	flex-shrink: 1;
	display: block;
	width: 100%;
	margin: auto;
	margin-right: -80px;
	height: 0;
	border-bottom: 1px solid #000;
}
.top-article-type-title > span {
    display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: auto;
    max-width: 100%;
	padding-right: 20px;
	z-index: 1;
}
.top-article-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0 80px;
	font-size: 0;
}
.top-article-list li {
	width: 31%;
	margin-right: 3.5%;
}
.top-article-list li:nth-child(3n) {
	margin-right: 0;
}
.top-article-list li > a {
	text-decoration: none;
}
.top-article-list-item {
	margin-bottom: 40px;
}
.top-article-img-outer {
	position: relative;
	margin-bottom: 20px;
}
.top-article-img-outer::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0;
}
.top-article-img {
	width: 100%;
	height: auto;
}
.top-article-title {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 54px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
}
.top-article-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-article-link {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #c00;
}
.top-article-link-right-arrow::after {
	content: "";
	display: inline-block;
	background-image: url(/common/images/SVG/top-lastest-news-link-right-arrow.svg);
	height: 100%;
	width: 36px;
	background-position-y: center;
	background-position-x: 0;
}
.top-article-list > li > a:hover .top-article-img-outer::before {
	opacity: 0.4;
}
.top-article-list > li > a:hover .top-article-link-right-arrow::after {
	animation: article_list_arrow 0.5s linear forwards;
}
@keyframes article_list_arrow {
	0% {
		background-position-x: 0px
	}
	100% {
		background-position-x: 36px
	}
}

.top-article-type-button-link {
	text-decoration: none;
}
.top-article-type-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 60px;
	background: #c00;
}
.top-article-type-button-text {
	font-size: 1.8rem;
	line-height: 1;
	text-align: right;
	letter-spacing: 0.1em;
	color: #fff;
}
.top-article-type-button .top-article-link-right-arrow::after {
	content: "";
	display:inline-block;
	width: 34px;
	height: 9px;
	margin-left: 20px;
	background-image: url(/common/images/SVG/article-right-white-arrow.svg);
	background-position-y: center;
	background-position-x: 0px;
	background-size: cover;
}
.top-article-type-button-link:hover .top-article-type-button .top-article-link-right-arrow::after {
	animation: top_article_bottom_button_arrow 0.5s linear forwards;
}
@keyframes top_article_bottom_button_arrow {
	0% {
		background-position-x: 0px;
	}
	100% {
		background-position-x: 35px;
	}
}

@media screen and (max-width: 1080px) {
	.top-article-list li {
		width: 48%;
		margin-right: 4%;
	}
	.top-article-list li:nth-child(3n) {
		margin-right: 4%;
	}
	.top-article-list li:nth-child(2n) {
		margin-right: 0;
	}

}
@media screen and (max-width: 750px) {
	.top-article-area-inner {
		margin-left: 30px;
		margin-right: 30px;
		padding-bottom: 40px;
	}
	.top-article-type-list {
		margin-top: -187px;
	}
	.top-article-type-item {
		padding-top: 40px;
	}
	.top-article-type-logo {
		margin-left: 30px;
    	margin-bottom: 20px;
	}
	.top-article-type-logo img {
		height: 40px;
		width: auto;
	}
	.top-article-type-title {
		margin-bottom: 40px;
		padding: 0 30px;
		font-size: 1.4rem;
	}
	.top-article-type-title::after {
		display: none;
	}
	.top-article-type-title > span {
		padding-right: 0;
	}
	.top-article-list {
		padding: 0 30px;
		margin-bottom: 0;
	}
	.top-article-list li {
		margin-right: 0px;
    	width: 100%;
	}
	.top-article-list li:nth-child(3n) {
		margin-right: 0;
	}
	.top-article-list > li > a:hover .top-article-img-outer::before {
		opacity: 0;
	}
	.top-article-list > li > a:hover .top-article-link-right-arrow::after {
		animation: none;
	}
	.top-article-img-outer {
		margin-bottom: 15px;
	}
	.top-article-title {
    	height: 42px;
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.top-article-link {
		font-size: 1.2rem;
	}
	.top-article-type-button-text {
		font-size: 1.4rem;
	}
	.top-article-type-button .top-article-link-right-arrow {
		display: none;
	}
}


/*---------------------------------------------------

  company-recruitment-area   start

---------------------------------------------------*/
.company-recruitment-line-col-768 {
	position: absolute;
	opacity: 1;
	border-right: 1px solid rgba(255,255,255,0.4);
	border-left: 0;
	border-bottom: 0;
	border-top: 0px;
	left: 81px;
	top: 0px;
	width:0px;
	height: 100%;
	margin: 0;
}
.company-recruitment-line-col-195 {
	bottom: 0px;
	border-left: 1px solid rgba(255,255,255,0.4);
	border-right: 0;
	border-bottom: 0;
	border-top: 0px;
	opacity: 1;
	left: 458px;
	position: absolute;
	width:0px;
	height: 195px;
	margin: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company-recruitment-line-col-768 {
		left: 79px;
	}
	.company-recruitment-line-col-195 {
		top: 592px;
	}
}
.company-recruitment-area-outter {
	background-color: #000;
}
.company-recruitment-area {
	width: 100%;
	box-sizing: border-box;
}
.company-recruitment-area-inner {
	position: relative;
	height: 100%;
	width: 100%;
	background-image: url(/company/images/company-recruitment-area-bg_1020_583@1.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	background-color: #000;
}
.company-recruitment-area-head {
	width: 100%;
}
.company-recruitment-area-head-left {
	width: 554px;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 60px;
	border-top: 1px solid #000;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.company-recruitment-logo {
	width: 554px;
	height: 80px;
	box-sizing: border-box;
	padding-left: 81px;
	margin-top: 165px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.company-recruitment-logo img {
	width: auto;
    height: 100%;
    padding: 13px 12px 10px;
    box-sizing: border-box;
}
.company-recruitment-detail {
	box-sizing: border-box;
	padding-left: 81px;
	margin-top: 41px;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0.18em;
	color: #fff;
}
.company-recruitment-detail-title {
	padding: 0 10px;
}
.company-recruitment-detail-title h2 {
	margin: 0;
	margin-bottom: 9px;
	font-size: 20px;
}
.company-recruitment-detail-title ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
}
.company-recruitment-detail-sub-title {
	margin-top: 21px;
	font-weight: normal;
	font-size: 16px;
	padding: 0 10px;
}
.company-recruitment-area-middle {
	width: 100%;
	height: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.company-recruitment-area-bottom {
	width: 100%;
	height: 134px;
}
.company-recruitment-button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 81px;
}
.company-recruitment-button {
	width: 377px;
	height: 60px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 30px;
}
.company-recruitment-button a {
	text-decoration: none;
}
.company-recruitment-button-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	align-items: center;
	display: flex;
}
.company-recruitment-button-text {
	width: 300px;
	height: 60px;
	padding-left: 38px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 200%;
	display: flex;
	align-items: center;
	letter-spacing: 0.2em;
	color: #fff;
}
.company-recruitment-button .company-recruitment-button-right-arrow::after {
	background-image: url(/company/images/company_info_arrow_white_30px.svg);
	background-repeat: no-repeat;
	display:inline-block;
	content: '';
	height: 8px;
	width: 31px;
	background-position-y: -1px;
	background-position-x: 0px;
	margin-left: 20px;
	background-size: cover;
}
.company-recruitment-diagonal_line{
	width: 95px;
	height: 60px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.company-recruitment-diagonal_line img {
	width: 100%;
	height: 100%;
	opacity: 0.4;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company-recruitment-button-container {
		display: inline-block;
	}
}
.company-recruitment-button-container::before {
	content: '';
	width: 0%;
	height: 0%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background-color: #fff;
	position: absolute;
}
.company-recruitment-button-container::after {
	content: '';
	width: 0%;
	height: 0%;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background-color: #000;
	position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company-recruitment-button-container::after {
		top: 0;
	}
}
.company-recruitment-button:hover .company-recruitment-button-container::before {
	-webkit-animation: company_recruitment_button 0.3s linear forwards;
	animation: company_recruitment_button 0.3s linear forwards;
}
.company-recruitment-button:hover .company-recruitment-button-container::after {
	-webkit-animation: company_recruitment_button 0.3s linear 0.8s forwards;
	animation: company_recruitment_button 0.3s linear 0.8s forwards;
}
@keyframes company_recruitment_button {
	0% {
		width: 0%;
		height: 0%;
	}
	5% {
		height: 100%;
	}
	80% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
@-webkit-keyframes company_recruitment_button {
	0% {
		width: 0%;
		height: 0%;
	}
	5% {
		height: 100%;
	}
	80% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
.company-recruitment-button-text::before,
.company-recruitment-button-text::after {
	content: attr(data-text);
	color: #000;
	position: absolute;
	width: 0;
	height: 36px;
	overflow: hidden;
	white-space: nowrap;
	align-items: center;
	display: flex;
	background-image: url(/common/images/SVG/top-lastest-news-button-right-black-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: 17px;
	background-position-x: 257.61px;
}
.company-recruitment-button-text::after {
	color: #fff;
	background-image: url(/company/images/company_info_arrow_white_30px.svg);
	z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company-recruitment-button-text::before,
	.company-recruitment-button-text::after {
		top: 12px;
		background-position-y: 16px;
		background-position-x: 248.61px;
	}
	.company-recruitment-button-text::after {
		left: 38px;
	}
}
.company-recruitment-button:hover .company-recruitment-button-text::before {
	-webkit-animation: company_recruitment_button_text 0.225s linear 0.038s forwards;
	animation: company_recruitment_button_text 0.225s linear 0.038s forwards;
}
.company-recruitment-button:hover .company-recruitment-button-text::after {
	-webkit-animation: company_recruitment_button_text 0.225s linear 0.838s forwards;
	animation: company_recruitment_button_text 0.225s linear 0.838s forwards;
}
@keyframes company_recruitment_button_text {
	0% {
		width: 0%;
	}
	100% {
		width: 78%;
	}
}
@media screen and (max-width: 750px) {
	.company-recruitment-line-col-768 {
		left: 30px;
		border-left: 1px solid rgba(255,255,255,0.4);
		border-right: 0;
	}
	.company-recruitment-line-col-195 {
		border-right: 1px solid rgba(255,255,255,0.4);
		border-left: 0;
		right: 30px;
		left: unset;
		top: 0px;
		height: 100%;
	}
	.company-recruitment-area-inner {
		background-image: none;
	}
	.company-recruitment-area-head {
		box-sizing: border-box;
    	padding-right: 30px;
	}
	.company-recruitment-area-head-left {
		border-right: 0px;
		width: 100%;
		padding-bottom: 40px;
	}
	.company-recruitment-logo {
		width: 100%;
		height: 100%;
		padding-left: 30px;
		margin-top: 100px;
		font-size: 0;
	}
	.company-recruitment-logo img {
		width: 100%;
		height: auto;
	}
	.company-recruitment-detail {
		font-size: 16px;
    	line-height: 27px;
		margin-top: 30px;
		padding-left: 30px;
	}
	.company-recruitment-detail-title h2 {
		font-size: 16px;
		letter-spacing: 0.17em;
	}
	.company-recruitment-detail-sub-title {
		font-size: 14px;
		line-height: 21px;
	}
	.company-recruitment-area-bottom {
		margin-top: 80px;
		padding-top: 72.27%;
		height: auto;
		height: unset;
		background-image: url(/company/images/company-recruitment-area-bg_375_279@4.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position-x: left;
		background-position-y: bottom;
	}
	.company-recruitment-button-group {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-left: 30px;
	}
	.company-recruitment-button {
		width: 315px;
	}
	.company-recruitment-button-text {
		padding-left: 34px;
    	font-size: 14px;
		box-sizing: border-box;
	}
	.company-recruitment-button .company-recruitment-button-right-arrow::after {
		height: 11px;
		background-position-y: center;
		background-size: 100%;
	}
	.company-recruitment-diagonal_line {
		width: 29px;
		background-image: url(/common/images/SVG/top-second-company-area-img.svg);
	}
	.company-recruitment-diagonal_line img {
		display: none;
	}
	.company-recruitment-button-text::before,
	.company-recruitment-button-text::after {
		background-position-y: center;
		background-position-x: 205px;
	}
	.company-recruitment-button:hover .company-recruitment-button-container::before,
	.company-recruitment-button:hover .company-recruitment-button-container::after,
	.company-recruitment-button:hover .company-recruitment-button-text::before,
	.company-recruitment-button:hover .company-recruitment-button-text::after {
		-webkit-animation: none;
		animation: none;
	}
}



/*---------------------------------------------------

  company-tv-area   start

---------------------------------------------------*/
.company-tv-area-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	padding: 60px 80px;
	box-sizing: border-box;
}
.company-tv-area-left {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
    width: 26%;
    margin-right: 6%;
	box-sizing: border-box;
}
.company-tv-area-left::after {
	content: "";
    position: absolute;
	left: 0;
    bottom: 0;
    width: 30px;
	margin: auto;
    border-bottom: 3px solid #000;
}
.company-tv-title {
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
}
.company-tv-title img {
	width: 100%;
	height: auto;
}
.company-tv-sub-title {
    max-width: 225px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.12em;
    color: #898989;
}

.company-tv-area-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
    -ms-flex-negative: 1;
	flex-shrink: 1;
	width: 68%;
	box-sizing: border-box;
}
.company_tv_slide {
	width: 100%;
}
.company_tv_list {
	position: relative;
	margin: 0;
	padding: 0 0 60px;
	list-style-type: none;
	font-size: 0;
}
.company_tv_list li {
	padding: 0 15px;
}
.company_tv_list li:hover {
	opacity: 1;
}
.company_tv_list li a {
	text-decoration: none;
}
.company_tv_thm_img {
	position: relative;
	margin-bottom: 20px;
}
.company_tv_thm_img::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.company_tv_list li a:hover .company_tv_thm_img::before {
	background-color: rgba(0, 0, 0, 0.4);
}
.company_tv_thm_img img {
	width: 100%;
	height: auto;
}
.company_tv_thm_title {
	font-size: 2rem;
	line-height: 1.3;
    color: #000;
	margin: 0 0 10px;
}
.company_tv_thm_txt {
	position: relative;
	font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #c00;
	margin: 0;
}
.company_tv_thm_txt::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
    display: inline-block;
    background-image: url(/common/images/SVG/top-lastest-news-link-right-arrow.svg);
    height: 100%;
    width: 36px;
    background-position-y: center;
    background-position-x: 0;
}
.company_tv_list li a:hover .company_tv_thm_txt::after {
	animation: company_tv_arrow 0.5s linear forwards;
}
@keyframes company_tv_arrow {
	0% {
		background-position-x: 0px
	}
	100% {
		background-position-x: 36px
	}
}

.company-tv .slick-prev,
.company-tv .slick-next {
	top: 35%;
	width: 30px;
}
.company-tv .slick-prev {
	left: -20px
}
.company-tv .slick-next {
	right: -20px
}
.company-tv .slick-prev.slick-disabled,
.company-tv .slick-next.slick-disabled {
	cursor: default;
}
.company-tv .slick-prev::before,
.company-tv .slick-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: solid 2px rgba(0, 0, 0, 0.6);
    border-right: solid 2px rgba(0, 0, 0, 0.6);
    -webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.company-tv .slick-prev::before {
	left: 3px;
}
.company-tv .slick-next::before {
	right: 4px;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.company-tv .slick-dots {
	bottom: 0;
}
.company-tv .slick-dots li {
	padding: 0;
}
.company-tv .slick-dots li.slick-active button::before,
.company-tv .slick-dots li button::before {
	color: #000;
}


.company_tv_button {
	width: 300px;
	height: 60px;
	margin-right: 15px;
}
.company_tv_button a {
	text-decoration: none;
}
.company_tv_button_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	border: 1px solid #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company_tv_button_area {
		display: inline-block;
	}
}
.company_tv_button_area::before,
.company_tv_button_area::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
	background-color: #000;
}
.company_tv_button_area::after {
	background-color: #FFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company_tv_button_area::after {
		top: 0;
	}
}

.company_tv_button:hover .company_tv_button_area::before {
	-webkit-animation: company_tv_button 0.3s linear forwards;
	animation: company_tv_button 0.3s linear forwards;
}
.company_tv_button:hover .company_tv_button_area::after {
	-webkit-animation: company_tv_button 0.3s linear 0.8s forwards;
	animation: company_tv_button 0.3s linear 0.8s forwards;
}
@keyframes company_tv_button {
	0% {
		width: 0%;
		height: 0%;
	}
	5% {
		height: 100%;
	}
	80% {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	100% {
		width: 100%;
		height: 100%;
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
}
.company_tv_button_text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 0.12em;
	color: #000;
	border-radius: 30px;
	height: 60px;
	padding-left: 50px;
	box-sizing: border-box;
}
.company_tv_button_text::before,
.company_tv_button_text::after {
	content: attr(data-text);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	position: absolute;
	width: 0;
	height: 35px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(/common/images/SVG/footer-contact-white-right-arrow.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 181px;
}
.company_tv_button_text::after {
	color: #000;
	background-image: url(/common/images/SVG/top-lastest-news-button-right-black-arrow.svg);
	z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.company_tv_button_text::before,
	.company_tv_button_text::after {
		left: 75px;
		top: 12px;
	}
}
.company_tv_button:hover .company_tv_button_text::before {
	-webkit-animation: company_tv_button_text 0.195s linear 0.072s forwards;
	animation: company_tv_button_text 0.195s linear 0.072s forwards;
}
.company_tv_button:hover .company_tv_button_text::after {
	-webkit-animation: company_tv_button_text 0.195s linear 0.872s forwards;
	animation: company_tv_button_text 0.195s linear 0.872s forwards;
}
@keyframes company_tv_button_text {
	0% {
		width: 0%;
	}
	100% {
		width: 80%;
	}
}
.company_tv_button_arrow {
	height: 35px;
}
.company_tv_button_arrow::after {
	content: "";
	display: inline-block;
	height: 35px;
	width: 31px;
	margin-left: 20px;
	background-position: center;
	background-image: url(/common/images/SVG/top-lastest-news-button-right-black-arrow.svg);
	background-repeat: no-repeat;
}

.page-transition-up,
.page-transition-down {
	width: 100%;
	height: 120px;
	background: linear-gradient(180deg, #000 -15.74%, rgba(0, 0, 0, 0.353387) 14.74%, rgba(0, 0, 0, 0) 64.5%);
	opacity: 0.2;
	filter: blur(5px);
}
.page-transition-down {
	filter: blur(1px);
	transform: rotate(-180deg);
}
@media screen and (max-width: 1000px) {
	.company-tv-area-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 80px;
	}
	.company-tv-area-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.company-tv-area-left::after {
		display: none;
	}
	.company-tv-area-right {
		width: 100%;
    	max-width: 828px;
	}
}
@media screen and (max-width: 750px) {
	.company-tv-area-inner {
		padding: 0 30px;
	}
	.company-tv-title {
		max-width: 240px;
		margin-bottom: 20px;
	}
	.company-tv-sub-title {
		font-size: 1.4rem;
	}
	.company-tv-area-right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 20px;
	}
	.company_tv_list li {
		padding: 0 5px;
	}
	.company_tv_thm_img {
		margin-bottom: 15px;
	}
	.company_tv_thm_title {
		font-size: 1.6rem;
		margin: 0 0 8px;
	}
	.company_tv_thm_txt {
		font-size: 1.2rem;
	}
	.company-tv .slick-prev,
	.company-tv .slick-next {
		top: 31%;
	}

	.page-transition-up,
	.page-transition-down {
		height: 100px;
	}
}


/*---------------------------------------------------

  top-second-company-area

---------------------------------------------------*/
.top-second-company-area-outter {
	background: #CC0000;
}
.top-second-company-inner {
	display: flex;
}
.top-second-company-left {
	width: 80px;
	border-top: 1px solid rgba(255,255,255,0.4);
	margin-top: 70px;
}
.top-second-company-middle {
	width: calc(100% - 160px);
	display: flex;
	border-left: 1px solid rgba(255,255,255,0.4);
	border-right: 1px solid rgba(255,255,255,0.4);
}
.top-second-company-middle-left-outter {
	width: 50%;
	border-right: 1px solid rgba(255,255,255,0.4);
}
.top-second-company-middle-left {
	display: flex;
	margin: 70px 0px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0;
}
.top-second-company-logo {
    width: 183px;
    height: 60px;
	padding: 12px;
    box-sizing: border-box;
}
.top-second-company-logo img {
    width: auto;
	height: 100%;
}
.top-second-company-text {
	width: 290px;
	height: 60px;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
	display: flex;
	align-items: center;
	letter-spacing: 0.12em;
	color: #FFFFFF;
}
.top-second-company-middle-right-outter {
	width: 50%;
}
.top-second-company-middle-right {
	margin: 70px 0px;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	display: flex;
  	justify-content: flex-end;
	align-items: flex-end;
}
.top-second-company-middle-right .top-company-area-button {
	margin-bottom: 0;
}
.top-second-company-right {
	width: 80px;
	height: 60px;
	margin: 70px 0px;
}
@media screen and (max-width: 995px) {
	.top-second-company-middle-right {
		height: 120px;
	}
	.top-second-company-right {
		height: 120px;
	}
}

.top-second-company-right img {
	border-right: 1px solid rgba(255,255,255,0.4);
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	width: 79px;
	height: 100%;
}

/*---------------------------------------------------
  top-second-company-area for sp
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	.top-second-company-inner {
		position: relative;
	}
	.top-second-company-inner::before {
		content: '';
		position: absolute;
		height: 100%;
		width: 0;
		border-right: 1px solid rgba(255,255,255,0.4);
		left: 30px;
	}
	.top-second-company-left {
		display: none;
	}
	.top-second-company-middle {
		display: block;
		width: 269px;
		border-left: 0px;
		margin-top: 40px;
    	/*border-right: 1px solid rgba(255,255,255,0.7);*/
	}
	.top-second-company-middle-left-outter {
		border-right: 0;
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.4);
		border-bottom: 1px solid rgba(255,255,255,0.4);
		padding-left: 30px;
		box-sizing: border-box;
		margin-top: 0;
	}
	.top-second-company-middle-left {
		display: block;
		border: 0;
		margin: 0;
		width: 240px;
	}
	.top-second-company-logo {
		margin-bottom: 30px;
		padding: 15px;
	}
	.top-second-company-logo img {
		width: 100%;
		height: auto;
	}
	.top-second-company-text {
		font-size: 14px;
		line-height: 150%;
		height: 42px;
		padding: 0 10px 10px;
    	box-sizing: border-box;
		width: 240px;
	}
	.top-second-company-middle-right-outter {
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.4);
		margin-bottom: 40px;
		box-sizing: border-box;
		padding-left: 30px;
	}
	.top-second-company-middle-right {
		margin: 0;
		border: 0;
		height: 100%;
		justify-content: flex-start;
		width: 239px;
		box-sizing: border-box;
		padding-top: 40px;
	}
	.top-second-company-right {
		width: calc(100% - 239px);
		margin-top: 40px;
		margin-bottom: 0px;
		padding-top: 132px;
		border-top: 1px solid rgba(255,255,255,0.4);
		height: 100px;
	}
	.top-second-company-right img {
		border-right: 0;
		width: 100%;
		height: 100px;
	}
}


/*---------------------------------------------------

  top-contact-area

---------------------------------------------------*/
.top-contact-area-bottom {
	/*margin-right: 80px;*/
	background: #c00;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
}
.top-contact-area-bottom > a {
	text-decoration: none;
}
.top-contact-area-bottom-text {
	height: 199px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.top-contact-area-bottom-text img {
	opacity: 0.5;
	mix-blend-mode: multiply;
	position: absolute;
	left: 0;
	top: 0;
}
.top-contact-area-bottom-text span {
	font-style: normal;
	font-size: 3rem;
	line-height: 120%;
	letter-spacing: 0.12em;
	color: #FFFFFF;
	border-radius: 500px;
    border: 1px solid #fff;
    padding: 15px 50px;
}
.top-contact-area-bottom-button {
	height: 63px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}
.top-contact-area-bottom-button-text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #CC0000;
}
.top-contact-area-bottom-button .top-article-link-right-arrow::after {
	display: inline-block;
	content: '';
	height: 11px;
	width: 34px;
	background-position-y: center;
	background-position-x: 0px;
	margin-left: 20px;
	background-size: cover;
}
.top-contact-area-bottom:hover .top-article-link-right-arrow::after {
	animation: top-contact-area-bottom-link-right-arrow-scroll 0.5s linear forwards;
}
@keyframes top-contact-area-bottom-link-right-arrow-scroll {
	0% {
		background-position-x: 0px
	}
	100% {
		background-position-x: 34px
	}
}

/*---------------------------------------------------
  top-contact-area for sp
---------------------------------------------------*/
@media screen and (max-width: 750px) {
	/*.top-contact-area-bottom {
		margin-right: 0;
	}*/
	.top-contact-area-bottom-text {
		height: 148px;
	}
	.top-contact-area-bottom-text img {
		height: 148px;
	}
	.top-contact-area-bottom-text span {
		font-size: 22px;
    	line-height: 26px;
	}
	.top-contact-area-bottom-button {
		height: 40px;
	}
	.top-contact-area-bottom-button-text {
		font-size: 14px;
	}
	.top-contact-area-bottom:hover .top-article-link-right-arrow::after {
		animation: none;
	}
}


/*---------------------------------------------------

  top-related-information-area

---------------------------------------------------*/
.top-related-information-area-inner {
	position: relative;
}
.top-related-information-upper {
	height: 120px;
	background: linear-gradient(180deg, #000 -15.74%, rgba(0, 0, 0, 0.353387) 14.74%, rgba(0, 0, 0, 0) 64.5%);
	opacity: 0.2;
}
.top-related-information-title {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2em;
	color: #000;
	margin: 0;
	margin-left: 80px;
	margin-bottom: 40px;
}
.top-related-information-list {
	margin-bottom: 120px;
	padding: 0 80px;
}
.top-related-information-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 0;
	list-style-type: none;
}
.top-related-information-list li {
	width: 32.75%;
	margin-right: 0.875%;
	margin-bottom: 1%;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.top-related-information-list li:nth-child(3n) {
	margin-right: 0;
}
.top-related-information-list li > a {
	text-decoration: none;
}
.top-related-information-item-img {
	position: relative;
}
.top-related-information-item-img img {
	width: 100%;
	height: auto;
}
.top-related-information-item-img::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.top-related-information-list li:hover .top-related-information-item-img::before {
	opacity: 0.4;
}
.top-related-information-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10% 40px;
}
.top-related-information-link-text {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #000;
}
.top-related-information-link .top-article-link-right-arrow::after {
	content: "";
	display: inline-block;
	height: 11px;
	width: 34px;
	margin-left: 20px;
	background-position-y: center;
	background-position-x: 0px;
	background-size: cover;
}
.top-related-information-list li:hover .top-article-link-right-arrow::after {
	animation: top_related_information_arrow 0.5s linear forwards;
}
@keyframes top_related_information_arrow {
	0% {
		background-position-x: 0px;
	}
	100% {
		background-position-x: 34px;
	}
}

@media screen and (max-width: 960px) {
	.top-related-information-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.top-related-information-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.top-related-information-list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 750px) {
	.top-related-information-upper {
		height: 100px;
	}
	.top-related-information-title {
		font-size: 16px;
		line-height: 20px;
		margin-left: 30px;
		margin-bottom: 40px;
	}
	.top-related-information-list {
		padding: 0 30px;
		margin-bottom: 80px;
	}
	.top-related-information-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	}
	.top-related-information-list li:nth-child(3n) {
		margin-right: 0;
	}
	.top-related-information-link {
		display: none;
	}
}


/*---------------------------------------------------

  トップエリア

---------------------------------------------------*/
.t18-top-special-area {
   position: relative;
}
.t18-top-title-h2 {
	border-bottom: 4px solid #000;
	color: #000;
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 20px 0 10px;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 750px) {
	.t18-top-special-area {
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.t18-top-title-h2 {
		border-bottom: 4px solid #000;
		font-size: 4rem;
		padding: 20px 0 10px;
	}
}


/*-------------------------
   スライダー
-------------------------*/
.t18-top-special-sld-outer {
	position: relative;
	width: calc(100% - 456px);
	overflow: hidden;
	float: left;
}
.t18-top-special-sld {
	position: relative;
	float: left;
	left: calc(50% - 456px);
	width: 914px;
	height: 438px;
	text-align: center;
}
.t18-top-special-sld-except {
	position: absolute;
 	top: 50%;
	width: 100%;
}
.t18-top-special-area .slick-slide {
	height: 438px;
}
.t18-top-special-area .slick-dotted.slick-slider {
    margin-bottom: 0px;
    overflow: hidden;
}
.t18-top-special-area .slick-dots {
	bottom: 10px;
}

/* スライダーbtn */
.t18-top-special-sld-btn {
	font-size: 1.6rem;
}
.t18-top-special-sld-btn a {
	text-decoration: none;
}
.t18-top-special-sld-btn a span {
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	display: block;
	font-size: 1.8rem;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	padding: 12px 0;
	text-align: center;
	width: 280px;
	margin: 0 auto;
}
.t18-top-special-sld-btn a:hover span {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}
.t18-top-special-sld-arrows {
	top: 50%;
}
.slick-prev, .slick-next {
    top: 50%;
}
@media screen and (max-width: 750px) {
	.t18-top-special-sld-outer {
	   width: 100%;
	}
	.t18-top-special-sld {
		clear: both;
		float: none;
		width: 100%;
		height: auto;
		left: 0;
	}
	.t18-top-special-area .slick-slide {
		height: auto;
		padding-bottom: 0;
	}

	/* スライダーbtn */
   .t18-top-special-sld-btn a span {
		font-size: 2.8rem;
	}
}


/*-------------------------
   重要なお知らせ
-------------------------*/
@media screen and (max-width: 750px) {
	#newsticker {
		height: 96px !important;
	}
}


/*-------------------------
   店舗検索
-------------------------*/
.t18-top-special-map {
	float: right;
	width: 456px;
	height: 438px;
}
.t18-top-special-map-area {
	text-align: center;
}
.t18-top-special-map .t18-top-title-h2 {
	margin-bottom: 15px;
	border-color: #c00;
	color: #c00;
}
.t18-top-special-map-area-middle {
   position: relative;
   text-align: center;
}

/* テキスト検索エリア */
.t18-top-special-map-area-middle-search-n {
   clear: both;
}
.t18-map-area-middle-search-n-upper {
	position: relative;
	margin: 0 30px 25px;
	overflow: hidden;
}
.t18-map-area-middle-search-n-upper::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	background-image: url(/common/images/search_icon_b.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 50%;
	width: 16px;
	height: 16px;
	margin: auto;
}
.t18-map-area-middle-search-n-search {
	background-image: none;
	border: 1px solid #ccc;
	border-right: 0;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	float: left;
	font-size: 1.6rem;
	margin: 0;
	padding: 9px 10px 10px 50px;
	width: 321px;
	height: 50px;
	box-sizing: border-box;
}
.t18-map-area-middle-search-n-search::-webkit-input-placeholder {
   color: #999;
}
.t18-map-area-middle-search-n-search::-moz-placeholder {
   color: #999;
   opacity: 1;
}
.t18-map-area-middle-search-n-submit {
	background-color: #c00;
	border: none;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0px auto 0;
	width: 70px;
	height: auto;
	position: relative;
	padding: 18px 0;
}
.t18-map-area-middle-search-n-submit:hover {
	opacity: 0.7;
}
.t18-top-special-map-area-middle-bg {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 292px;
}
.t18-top-special-map-area-middle-detail {
	position: absolute;
	top: 75px;
	left: 30px;
	width: 300px;
	height: 130px;
	border: none;
	border-radius: 5px;
	background: #ebebeb;
}
.t18-top-special-map-area-middle-detail-inner {
   text-align: left;
   padding: 25px 0px 0 30px;
   display: none;
}
.t18-top-special-map-area-middle-detail-inner:first-child{
   display: block;
}
.t18-top-special-map-area-middle-detail-inner span,
.t18-top-special-map-area-middle-detail-inner a {
   color: #000;
   line-height: 1;
   font-size: 1.6rem;
   font-weight: bold;
   margin: 0 0px 16px 0;
   padding: 0;
   text-decoration: none;
   display: block;
   float: left;
   width: 83px;
   letter-spacing: -.3px;
}
.t18-top-special-map-area-middle-detail-inner a:hover {
   text-decoration: underline;
}
.t18-top-special-map-area-middle-detail-inner span {
   color: #666;
}
.t18-top-special-map-area-middle-detail-inner:first-child span {
   width: 100%;
}
.t18-top-special-map-area-block {
   border-radius: 8px;
   color: #fff;
   background-color: #9c9797;
   display: table;
   height: 66px;
   line-height: 1.666;
   position: absolute;
   width: 71px;
}
.t18-top-special-map-area-block:hover {
   background-color: #c00;
}
.t18-top-special-map-area-block > a {
   display: table-cell;
   vertical-align: middle;
   color: #fff;
   text-decoration: none;
}
.t18-top-special-map-area-block#t18-hokkaido {
   top: 0px;
   left: 351px;
}
.t18-top-special-map-area-block#t18-tohoku {
   top: 75px;
   left: 351px;
}
.t18-top-special-map-area-block#t18-kanto {
   top: 150px;
   left: 351px;
}
.t18-top-special-map-area-block#t18-tkhk {
   top: 150px;
   left: 271px;
}
.t18-top-special-map-area-block#t18-kinki {
   top: 150px;
   left: 191px;
}
.t18-top-special-map-area-block#t18-chugoku {
   top: 150px;
   left: 111px;
}
.t18-top-special-map-area-block#t18-shikoku {
   top: 225px;
   left: 111px;
}
.t18-top-special-map-area-block#t18-kyushu {
   top: 150px;
   left: 31px;
   height: 141px;
}
.t18-top-special-map-area-middle-select {
   display: none;
}
.t18-top-special-map-area-middle-nearest {
   border-radius: 5px;
   background-color: #c00;
   position: absolute;
   top: 331px;
   left: 244px;
   width: 180px;
   height: 18px;
   padding: 8px 0;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
   opacity: 1;
}
.t18-top-special-map-area-middle-nearest:hover {
   opacity: .7;
}
.t18-top-special-map-area-middle-nearest span {
   color: #fff;
   font-size: 1.5rem;
   line-height: 1;
}
.t18-top-special-map-area-middle-nearest span::before {
   content: "";
   display: inline-block;
   width: 12px;
   height: 18px;
   background: url(/common/images/network_icon_bold.png);
   background-size: 12px 18px;
   background-repeat: no-repeat;
   margin: -2px 10px 0 0;
   vertical-align: middle;
   position: relative;
}
.t18-top-special-map-area-middle-nearest a {
   display: block;
   position: absolute;
   top: 0;
   width: 100%;
   left: 0;
   height: 100%;
}
@media screen and (max-width: 750px) {
	.t18-top-special-map {
		float: none;
		width: 100%;
		height: auto;
		clear: both;
		margin-bottom: 40px;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
   }
   .t18-top-special-map-area {
		border: none;
		box-sizing: border-box;
		padding: 20px 0 0;
   }
	.t18-top-special-map .t18-top-title-h2 {
		margin-bottom: 25px;
	}
   .t18-top-special-map-area-middle-bg {
      	display: none;
   }
   .t18-top-special-map-area-middle-detail {
      	display: none;
   }
   .t18-top-special-map-area-middle-split {
		clear: both;
		margin: 0 18px 0;
		overflow: hidden;
		display: flex;
		justify-content: center;
   }
   .t18-top-special-map-area-middle-select {
	   	position: relative;
		display: inline-block;
		float: none;
		width: 49%;
		margin-right: 2%;
   }
   .t18-top-special-map-area-middle-select::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 5px;
		right: 30px;
		width: 12px;
		height: 12px;
		border-top: 4px solid #666;
		border-right: 4px solid #666;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin: auto;
		vertical-align: middle;
	}
   .t18-top-special-map-area-middle-select select {
		text-overflow: "";
		font-size: 3rem;
		width: 100%;
		-moz-appearance: none;
		appearance: none;
		background-color: #fff;
		background-image: none;
		margin: 0;
		padding: 25px 30px;
		border: 2px solid #666;
		border-radius: 8px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
   .t18-top-special-map-area-middle-select select option {
	   font-size: 3rem;
	}
   .t18-top-special-map-area-middle-nearest {
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		width: 49%;
		height: 83px;
		float: none;
		margin: 0;
		border-radius: 8px;
   }
   .t18-top-special-map-area-middle-nearest span {
	   	display: inline-block;
		font-size: 3rem;
		margin: 27px 0;
   }
   .t18-top-special-map-area-middle-nearest span::before {
      width: 22px;
      height: 30px;
      background-size: 22px 30px;
      margin: -6px 22px 0 0;
   }
   .t18-map-area-middle-search-n-upper {
      margin: 0 18px 20px;
   }
	.t18-map-area-middle-search-n-upper::before {
		left: 30px;
		background-size: 26px;
		width: 26px;
		height: 26px;
	}
   .t18-map-area-middle-search-n-search {
		background-size: 28px;
		height: 90px;
		padding: 19px 20px 20px 75px;
		width: 80%;
		border: 2px solid #ccc;
	   	border-right: none;
		border-radius: 8px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
   }
   .t18-map-area-middle-search-n-search::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
   .t18-map-area-middle-search-n-submit {
		float: right;
		font-size: 3rem;
		height: 90px;
		width: 20%;
		border-radius: 8px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
   }
}

/*-------------------------
   重要なお知らせ
-------------------------*/
.t18-top-ticker-area {
	background: #fff;
	clear: both;
	padding: 20px 0;
}
.t18-top-ticker-area-inner {
	background: #c00;
	border: 1px solid #c00;
}
.t18-ticker-important {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	padding:12px 20px ;
}
.ticker {
   border: none;
   margin: 0 auto;
   padding: 10px 15px;
   width: auto;
   text-align: left;
   position: relative;
   overflow: hidden;
   background-color: #fff;
}
.ticker ul li {
	font-size: 1.6rem;
}
.ticker ul li span {
	margin: 0 20px 0 0;
}
.ticker ul {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
.ticker ul li a {
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
}
.ticker ul li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1370px) {
	.t18-top-ticker-area-inner {
		border-right: none;
	}
}
@media screen and (max-width: 750px) {
	.t18-top-ticker-area {
		padding: 20px 0 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
   .t18-top-ticker-area-inner {
		display: flex;
		align-items: center;
   }
   .t18-ticker-important {
		font-size: 2.0rem;
		letter-spacing: -.5px;
   }
   .ticker {
      width: 72.4%;
   }
   .ticker ul li a {
   	font-size: 2.6rem;
      list-style-type: -.5px;
      line-height: 1.25;
   }
}

/*-------------------------
   商品検索
-------------------------*/
.t18-top-special-map-area-search-p {
   	background: #ebebeb;
	text-align: center;
	padding: 25px;
}
.t18-top-special-map-area-search-p .t18-top-title-h2 {
	padding-top: 10px;
}
.t18-top-search-area {
	display: inline-block;
    text-align: left;
    margin-left: 30px;
}
.t18-map-area-middle-search-p-upper {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t18-map-area-middle-search-p-upper::before {
	content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    background-image: url(/common/images/search_icon_b.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    width: 16px;
    height: 16px;
    margin: auto;
}
.t18-map-area-middle-search-p-search {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	float: left;
	font-size: 1.6rem;
	margin: 0 9px 0 0;
	padding: 9px 10px 10px 50px;
	width: 550px;
	height: 50px;
	box-sizing: border-box;
}
.t18-map-area-middle-search-p-search::-webkit-input-placeholder {
   color: #999;
}
.t18-map-area-middle-search-p-search::-moz-placeholder {
   color: #999;
   opacity: 1;
}
.t18-map-area-middle-search-p-search:-webkit-autofill {
   background-color: rgba(232, 240, 254, 0) !important;
}
.t18-map-area-middle-search-p-submit {
   background-color: #000;
   border: none;
   border-radius: 5px;
   color: #fff;
   display: block;
   float: left;
   font-size: 1.4rem;
   line-height: 1;
   margin: 0px auto 0;
   width: 80px;
   height: auto;
   position: relative;
   padding: 18px 0;
}
.t18-map-area-middle-search-p-submit:hover {
	opacity: 0.7;
}
.t18-top-search-area-link-list {
	margin: 0;
	padding: 8px 0 0 5px;
	max-width: 635px;
}
.t18-top-search-area-link-list li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 5px;
}
.t18-top-search-area-link-list li:last-child {
	margin-right: 0;
}
.t18-top-search-area-link-list li a {
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
}
.t18-top-search-area-link-list li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 850px) {
	.t18-map-area-middle-search-p-search {
		width: 450px;
	}
}
@media screen and (max-width: 750px) {
   .t18-top-special-map-area-search-p {
		padding: 30px 18px 40px;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
   }
	.t18-top-special-map-area-search-p .t18-top-title-h2 {
		margin-bottom: 25px;
	}
	.t18-top-search-area {
		margin-left: 0;
		width: 100%;
	}
	.t18-map-area-middle-search-p-upper::before {
		left: 30px;
		background-size: 26px;
		width: 26px;
		height: 26px;
	}
   .t18-map-area-middle-search-p-search {
		font-size: 3.0rem;
		margin: 0;
		background-size: 28px;
		height: 90px;
		padding: 19px 20px 20px 75px;
		width: 80%;
		background-position: 5% 50%;
		border: 2px solid #ccc;
		border-right: none;
		border-radius: 8px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	   color: #000;
   }
   .t18-map-area-middle-search-p-search::-webkit-search-cancel-button {
		-webkit-appearance: none;
	}
   .t18-map-area-middle-search-p-submit {
		float: right;
		font-size: 3rem;
		height: 90px;
		width: 20%;

		border-radius: 8px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
   }
	.t18-top-search-area-link-list {
		padding: 15px 0 0 5px;
		max-width: 100%;
	}
	.t18-top-search-area-link-list li {
		margin-right: 20px;
    	margin-bottom: 10px;
	}
	.t18-top-search-area-link-list li a {
		font-size: 2.4rem;
	}
	.t18-top-search-area-link-list li a:hover {
		opacity: 0.7;
	}
}

/*---------------------------------------------------

  ノートとマガジンの最新記事表示エリア

---------------------------------------------------*/
/*
.t18-top-latest-article-area {
	display: flex;
	max-width: 1170px;
	margin: 80px auto 120px;
	padding: 0 40px;
	font-size: 0;
}
.t18-latest-article {
	position: relative;
	display: inline-block;
	width: 44%;
	border: 1px solid #ccc;
	margin-right: 4%;
	padding: 4% 4% 100px;
	font-size: 1.4rem;
	-ms-flex:0 1 auto;
}
.t18-latest-article:nth-child(2) {
	margin-right: 0;
}
.t18-latest-article .t18-latest-article-title {
	margin: auto;
    text-align: center;
    max-width: 420px;
}
.t18-latest-article .t18-latest-article-title img {
	width: auto;
	max-width: 100%;
}

.t18-pickup-article-area a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.t18-pickup-article-area a:hover {
	opacity: 0.6;
}
.t18-pickup-article-area .t18-pickup-title {
	position: relative;
	color: #c00;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 18px;
	padding-left: 12px;
	margin: 10px 0;
}
.t18-pickup-article-area .t18-pickup-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 18px;
	background-color: #c00;
}
.t18-pickup-article-area .t18-pickup-article-img {
	width: 120px;
	height: 63px;
	background-color: #000;
	text-align: center;
	flex-shrink: 0;
}
.t18-pickup-article-area .t18-pickup-article-img img {
	width: auto;
	height: 100%;
}
.t18-pickup-article-area .t18-pickup-article-title {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #333;
}
.t18-pickup-article-area .t18-latest-article-person-name {
	display: block;
	margin-top: 5px;
}

.t18-latest-article .t18-latest-article-list {
	list-style-type: none;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.5;
}
.t18-latest-article .t18-latest-article-list li {
	margin-bottom: 15px;
}
.t18-latest-article .t18-latest-article-list li a {
	color: #333;
}
.t18-latest-article .t18-latest-article-list li a:hover {
	opacity: 0.6;
}
.t18-latest-article .t18-latest-article-person-name {
	font-size: 1.2rem;
	color: #777;
}
.t18-latest-article .t18-latest-article-link-top {
	position: absolute;
	bottom: 50px;
	right: 8%;
	margin: 0;
	padding: 0;
}
.t18-latest-article .t18-latest-article-link-top a {
	color: #333;
    border: 1px solid #333;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
}
.t18-latest-article .t18-latest-article-link-top a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 750px) {
	.t18-top-latest-article-area {
		display: block;
		max-width: 710px;
		margin: 0 auto 60px;
		padding: 0;
	}
	.t18-latest-article {
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
		padding: 60px 60px 160px;
		box-sizing: border-box;
		font-size: 2.8rem;
	}

	.t18-pickup-article-area a {
		align-items: flex-start;
	}
	.t18-pickup-article-area .t18-pickup-title {
		font-size: 2.6rem;
		padding-left: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.t18-pickup-article-area .t18-pickup-title::before {
		width: 8px;
		height: 30px;
	}
	.t18-pickup-article-area .t18-pickup-article-img {
		width: 171px;
		height: 90px;
	}
	.t18-pickup-article-area .t18-pickup-article-title {
		padding-left: 20px;
		font-size: 2.8rem;
	}

	.t18-latest-article .t18-latest-article-list {
		font-size: 2.8rem;
	}
	.t18-latest-article .t18-latest-article-list li {
		margin-bottom: 20px;
	}
	.t18-latest-article .t18-latest-article-person-name {
		font-size: 2.2rem;
	}
	.t18-latest-article .t18-latest-article-link-top {
		left: 0;
		right: 0;
		bottom: 80px;
		margin: auto;
    	text-align: center;
	}
	.t18-latest-article .t18-latest-article-link-top a {
		padding: 15px 60px;
	}
}*/
