@charset "UTF-8";


/* common
-------------------------------------------------- */
* {
	box-sizing: border-box;
	outline: none;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	transition: 0.3s all;
}
/* PC */
@media print, screen and (min-width: 769px) {
	a:hover {
		opacity: 0.5;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	
}


/* header
-------------------------------------------------- */
.l-header__first {
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	height: 80px;
}
.l-header__logo {
	margin-left: 20px;
	margin-right: auto;
}
.l-header__logo.proseries {
	margin-left: auto;
	margin-right: 20px;
}
.l-header__logo img {
	vertical-align: middle;
}

/* l-header__shop */
.l-header__shop {
	position: relative;
}
.l-header__shop .btn_trigger {
	color: #fff;
	font-weight: 700;
	width: 180px;
}
.l-header__shop .btn_trigger .btn_trigger__inner {
	background-color: #DE5D05;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 80px;
	transition: 0.3s all;
	width: 100%;
}
.l-header__shop .l-header__shop_items > .l-header__shop_item.search a img {
	margin-bottom: 5px;
}
.l-header__shop .l-header__shop_items > .l-header__shop_item.no-link a {
	pointer-events: none;
	position: relative;
}
.l-header__shop .l-header__shop_items > .l-header__shop_item.no-link a:before {
	background-color: #D2D2D2;
	content: "";
	height: 100%;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* l-header__second */
.l-header__second a {
	color: #333;
}

/* l-header__language */
.l-header__language {
	position: relative;
}
.l-header__language .btn_trigger {
	font-size: 1.3rem;
	width: 100px;
}
.l-header__language .btn_trigger .btn_trigger__inner {
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 54px;
	transition: 0.3s all;
	width: 100%;
}
.l-header__language .btn_trigger .btn_trigger__inner > span {
	display: inline-block;
	padding-left: 17px;
	position: relative;
}
.l-header__language .btn_trigger .btn_trigger__inner > span:before {
	background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_language.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
}
.l-header__language .l-header__language_items > .l-header__language_item > a {
	color: #999;
}
.l-header__language .l-header__language_items > .l-header__language_item > span {
	color: #333;
}

/* l-header__attention */
.l-header__attention {
	background-color: #fff;
}
.l-header__attention a {
	background-color: #FEE1E2;
	color: #980101;
	display: block;
	font-size: 1.3rem;
	line-height: 30px;
	text-align: center;
}

/* use-attention */
.popup-content#use-attention {
	padding: 50px;
}
.popup-content#use-attention .tx-message {
	font-weight: 700;
	line-height: 2;
	text-align: center;
}
.popup-content#use-attention .table-detail {
	margin: 30px 10px 0;
}
.popup-content#use-attention .table-detail table {
	width: 100%;
}
.popup-content#use-attention .table-detail table th,
.popup-content#use-attention .table-detail table td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.2;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}
.popup-content#use-attention .table-detail table th {
	background-color: #DCD0F6;
	color: #DE5D05;
	font-weight: 700;
}
.popup-content#use-attention .table-detail table td {
	background-color: #F2F2F2;
}
.popup-content#use-attention .tx-note {
	font-size: 1.4rem;
	margin-top: 10px;
	text-align: center;
}

/* btn_sns */
.l-header__first .btn_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 80px;
}
.l-header__first .btn_sns a {
	text-align: center;
}
.l-header__first .btn_sns a img {
	width: 44px;
}

/* PC */
@media print, screen and (min-width: 769px) {
	#l-header {
		position: fixed;
		top: 0;
		left: 0;
		min-width: 1200px;
		transition-duration: .5s;
		width: 100%;
		z-index: 100;
	}
	/*
	#l-header.is-hidden {
		transform: translate3d(0, -100%, 0);
	}
	*/

	/* l-header__shop */
	.l-header__shop .btn_trigger .btn_trigger__inner > span {
		padding-right: 18px;
		position: relative;
	}
	.l-header__shop .btn_trigger .btn_trigger__inner > span:after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		content: "";
		height: 6px;
		right: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(135deg);
		width: 6px;
	}
	.l-header__shop .btn_trigger:hover .btn_trigger__inner {
		background-color: #FFC096;
		opacity: 1;
	}
	.l-header__shop .l-header__shop_list {
		display: none;
		position: absolute;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
		top: 80px;
		right: 0;
		width: 230px;
		z-index: 100;
	}
	/*
	#l-header.is-hidden .l-header__shop .l-header__shop_list {
		display: none;
	}
	*/
	.l-header__shop .l-header__shop_items > .l-header__shop_item:nth-of-type(n+2) {
		border-top: 1px solid #FFC096;
	}
	.l-header__shop .l-header__shop_items > .l-header__shop_item a {
		display: block;
		line-height: 50px;
		text-align: center;
	}
	.l-header__shop .l-header__shop_items > .l-header__shop_item a img {
		vertical-align: middle;
	}
	/* l-header__second */
	.l-header__second {
		background-color: #FDEBDF;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		height: 54px;
	}

	/* l-globalnav */
	#l-globalnav {
		/*width: calc(100% - 100px);*/
		width: 100%;
	}
	#l-globalnav,
	#l-globalnav > ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#l-globalnav > ul li {
		font-size: 1.3rem;
	}
	#l-globalnav > ul li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 54px;
		padding-left: 12px;
		padding-right: 12px;
		width: 100%;
	}
	#l-globalnav > ul li a:hover,
	#l-globalnav > ul li a.is-current {
		background-color: #FFC096;
		color: #fff;
		opacity: 1;
	}

	/* l-header__language */
	.l-header__language:hover .btn_trigger .btn_trigger__inner {
		background-color: #FFC096;
		color: #fff;
	}
	.l-header__language:hover .btn_trigger .btn_trigger__inner > span:before {
		background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_language_w.svg);
	}
	.l-header__language .l-header__language_list {
		display: none;
		position: absolute;
		top: 54px;
		right: 0;
		width: 120px;
		z-index: 100;
	}
	.l-header__language:hover .l-header__language_list {
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
		opacity: 1;
		z-index: 10;
	}
	.l-header__language .l-header__language_items > .l-header__language_item:nth-of-type(n+2) {
		border-top: 1px solid #FFC096;
	}
	.l-header__language .l-header__language_items > .l-header__language_item > * {
		display: block;
		font-size: 1.4rem;
		line-height: 50px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.l-header__language .l-header__language_items > .l-header__language_item > * img {
		vertical-align: middle;
	}

	.nav-trigger {
		display: none;
	}

}

/* SP */
@media only screen and (max-width: 768px) {
	#l-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		z-index: 100;
	}
	.l-header__first {
		height: 46px;
	}
	.l-header__logo {
		margin-left: 10px;
		width: 154px;
	}
	.l-header__logo.proseries {
		margin-left: auto;
		margin-right: 10px;
		width: 74px;
	}

	/* l-header__shop */
	.l-header__shop .btn_trigger {
		font-size: 1.3rem;
		width: 70px;
	}
	.l-header__shop .btn_trigger .btn_trigger__inner {
		height: 46px;
	}
	.l-header__shop .l-header__shop_list {
		left: 0;
		right: 0;
		display: none;
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		top: 75px;
		width: 90%;
		z-index: 100;
	}
	.l-header__shop .l-header__shop_items > .l-header__shop_item:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.l-header__shop .l-header__shop_items > .l-header__shop_item a {
		background-color: #fff;
		display: block;
		line-height: 60px;
		text-align: center;
	}
	.l-header__shop .l-header__shop_items > .l-header__shop_item a img {
		vertical-align: middle;
	}
	.l-header__shop .l-header__shop_list .c-btn-close {
		background-image: url(/content/dam/shc/jp/asverin/assets/images/btn_close.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		height: 30px;
		margin-left: auto;
		margin-bottom: 10px;
		position: absolute;
		top: -45px;
		right: 0;
		width: 30px;
	}
	

	/* l-header__language */
	.l-header__language .btn_trigger,
	.l-header__language .l-header__language_list {
		display: none;
	}
	#l-globalnav.is-open + .l-header__language .btn_trigger {
		display: block !important;
	}
	.l-header__language .btn_trigger {
		border-bottom: 1px solid #FFC096;
		font-size: 1.4rem;
		position: absolute;
		left: 0;
		top: 202px;
		padding: 0 20px;
		text-align: left;
		width: 100%;
		z-index: 100;
	}
	.l-header__language .btn_trigger .btn_trigger__inner {
		height: 63px;
		justify-content: flex-start;
	}
	.l-header__language .l-header__language_list {
		display: none;
		left: 0;
		right: 0;
		display: none;
		margin-left: auto;
		margin-right: auto;
		position: fixed;
		top: 75px;
		width: 90%;
		z-index: 100;
	}
	.l-header__language .l-header__language_items > .l-header__language_item:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.l-header__language .l-header__language_items > .l-header__language_item > * {
		background-color: #fff;
		display: block;
		line-height: 60px;
		padding-left: 20px;
		padding-right: 65px;
		position: relative;
		text-align: left;
	}
	.l-header__language .l-header__language_items > .l-header__language_item > *:after {
		background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow02.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		content: "";
		height: 6px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 28px;
	}
	.l-header__language .l-header__language_list .c-btn-close {
		background-image: url(/content/dam/shc/jp/asverin/assets/images/btn_close.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		height: 30px;
		margin-left: auto;
		margin-bottom: 10px;
		position: absolute;
		top: -45px;
		right: 0;
		width: 30px;
	}

	/* l-header__second */
	.l-header__second {
		position: relative;
	}

	.nav-trigger {
		background-color: #FFC096;
		display: block;
		height: 46px;
		position: relative;
		width: 46px;
	}
	.nav-trigger .line1,
	.nav-trigger .line2,
	.nav-trigger .line3 {
		background-color: #DE5D05;
		height: 2px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: 0.3s ease-in-out;
		width: 20px;
	}
	.nav-trigger .line1 {
		top: 15px;
	}
	.nav-trigger .line2 {
		top: 22px;
	}
	.nav-trigger .line3 {
		top: 29px;
	}
	.nav-trigger.is-open .line1 {
		left: 28%;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
	}
	.nav-trigger.is-open .line2 {
		display: none;
	}
	.nav-trigger.is-open .line3 {
		left: 30%;
		top: 50%;
		transform: rotate(-45deg) translateY(-50%);
	}

	/* l-globalnav */
	#l-globalnav {
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
		display: none;
		padding-top: 10px;
		padding-bottom: 15px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
	#l-globalnav > ul:nth-of-type(1) {
		display: none;
	}
	#l-globalnav > ul li {
		border-bottom: 1px solid #FFC096;
		font-size: 1.4rem;
	}
	#l-globalnav > ul li a {
		display: block;
		padding: 20px 70px 20px 20px;
		position: relative;
	}
	#l-globalnav > ul li a:after {
		background-image: url(/content/dam/shc/jp/asverin/assets/images/icon_arrow02.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
		content: "";
		height: 6px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 28px;
	}
	#l-globalnav > .btn_sns {
		margin: 15px auto 0;
    width: 60px;
	}
	#l-globalnav > .btn_sns a {
		display: block;
	}
	#l-globalnav > .btn_sns a img {
		width: 100%;
	}

	#l-overlay {
		background-color: rgba(000, 000, 000, 0.6);
		display: none;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 99;
	}

}

@media only screen and (max-width: 500px) {
	/* use-attention */
	.popup-content#use-attention {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0%);
		padding: 40px 20px;
		width: 100%;
	}
	.popup-content#use-attention .tx-message {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.popup-content#use-attention .table-detail {
		margin: 20px 0 0;
	}
	.popup-content#use-attention .table-detail table th,
	.popup-content#use-attention .table-detail table td {
		font-size: 1.4rem;
	}
	.popup-content#use-attention .popup-close {
		margin-top: 20px !important;
	}
}



/* main
-------------------------------------------------- */

/* PC */
@media print, screen and (min-width: 769px) {
	#l-main {
		min-width: 1200px;
		padding-top: 134px;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	#l-main {
		padding-top: 46px;
	}
}


/* footer
-------------------------------------------------- */
#l-footer {
	background-color: #fff;
	margin-top: 100px;
	position: relative;
}
#l-footer:before {
	background-image: url(/content/dam/shc/jp/asverin/assets/images/footer_line.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-size: auto 100%;
	content: "";
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}
.l-footer__inner {
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.l-footer__link > li a {
	color: #333;
	display: block;
	font-size: 1.4rem;
	padding-right: 23px;
	position: relative;
}
.l-footer__link > li a:before,
.l-footer__link > li a:after {
	background-color: #9CCBBA;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.l-footer__link > li a:before {
	margin-top: 2px;
	right: 1px;
	width: 17px;
}
.l-footer__link > li a:after {
	right: 0;
	transform: translateY(-50%) rotate(35deg);
	width: 8px;
}
.l-copyright {
	color: #333;
	font-size: 1rem;
	font-weight: 300;
	margin-left: auto;
	text-align: right;
}
#l-pagetop {
	border: 1px solid #fff;
	border-bottom: none;
	cursor: pointer;
	height: 60px;
	position: absolute;
	top: -60px;
	transition: 0.3s all;
	right: 0;
	width: 60px;
}
/* PC */
@media print, screen and (min-width: 769px) {
	#l-footer {
		min-width: 1200px;
	}
	.l-footer__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}
	.l-footer__link {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-left: 40px;
	}
	.l-footer__link > li + li {
		margin-left: 20px;
	}
	#l-pagetop:hover {
		opacity: 0.5;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	#l-footer:before {
		height: 5px;
	}
	.l-footer__inner {
		display: block;
		padding: 25px 5% 30px;
	}
	.l-footer__logo {
		width: 150px;
	}
	.l-footer__link {
		margin-top: 20px;
	}
	.l-footer__link > li + li {
		margin-top: 10px;
	}
	.l-footer__link > li a {
		display: table;
		padding-right: 33px;
	}
	.l-footer__link > li a:before {
		margin-top: 1px;
		width: 27px;
	}
	.l-footer__link > li a:after {
		margin-top: -1.5px;
		width: 9px;
	}
	.l-copyright {
		margin-top: 20px;
		text-align: left;
	}
}