@charset "UTF-8";

html {
	min-height: 101vh;
}

body {
	position: relative;
}

.inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

a {
	color: inherit;
}

/* .nav_xeam .luxbar-brand {
	font-size: 1em;
}

.nav_xeam .luxbar-brand img {
	max-height: 1em;
}

.nav_xeam .luxbar-hamburger span,
.nav_xeam .luxbar-hamburger span::before,
.nav_xeam .luxbar-hamburger span::after {
	background-color: #fff;
}

.nav_xeam .luxbar-item:hover {
	background-color: #555;
}

.nav_xeam .dropdown > a {
	-webkit-transition: none;
	transition: none;
}

.nav_xeam .dropdown > a::after {
	display: inline-block;
	content: '\f078';
	font-weight: 900;
	font-family: "Font Awesome\ 5 Free";
	margin-left: .2em;
	position: static;
	right: auto;
	top: auto;
	border: none;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.nav_xeam .dropdown.open > a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav_xeam .dropdown > ul {
	position: absolute;
	top: 58px;
	left: 0;
	min-width: 100%;
	font-size: .9em;
	text-align: center;
	overflow-x: visible;
	background-color: #555;
}

.nav_xeam .dropdown.open > ul {
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.nav_xeam .dropdown > ul .luxbar-item {
	height: auto;
	padding: 0;
}

.nav_xeam .dropdown > ul .luxbar-item a {
	display: block;
	padding: 1em;
	line-height: inherit;
}

.nav_xeam .dropdown > ul .luxbar-item a:hover {
	text-decoration: underline;
}

.nav_xeam .luxbar-menu-dark .active {
	background-color: #e84118;
}

.nav_xeam .luxbar-menu-dark .active :hover {
	color: #e84118;
	background-color: #fff;
} */

.ie_alert {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	color: #fff;
	z-index: 1;
	background-color: rgba(231, 76, 60, .9);
}

.ie_alert .inner > * {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.ie_alert h2 {
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: bold;
}

.ie_alert a {
	display: block;
	margin-top: 1em;
	font-size: 1.1em;
	text-decoration: underline;
}

.ie_alert a:hover {
	text-decoration: none;
}

.xeam_index > section + section {
	margin-top: 50px;
}

.xeam_index > section h2 {
	display: inline-block;
	padding-bottom: .1em;
	font-size: 1.4em;
	border-bottom: 2px solid #aaa;
}

.xeam_index > section h2 + * {
	margin-top: 20px;
}

.xeam_index .news {
	padding: 30px 0;
	margin-top: 58px;
}

.xeam_index .news .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.xeam_index .news .feed {
	width: 60%;
}

.xeam_index .news .feed h2 {
	width: 100%;
	padding-bottom: 0;
	border-bottom: none;
}

.xeam_index .news .feed ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.xeam_index .news .feed ul li + li {
	margin-top: .6em;
}

.xeam_index .news .feed ul li .cat {
	width: 4em;
	padding: .2em;
	margin-right: 1em;
	color: #fff;
	font-size: .8em;
	text-align: center;
	background-color: #ccc;
	border-radius: 4px;
}

.xeam_index .news .feed ul li .cat.important {
	background-color: #d82c38;
}

.xeam_index .news .feed ul li time {
	display: block;
	color: #bbb;
	font-size: .8em;
}

.xeam_index .news .feed .btn {
	margin-top: 20px;
}

.xeam_index .news .feed .btn a {
	display: block;
	width: 50%;
	padding: .4em;
	margin: 0 auto;
	color: #bbb;
	text-align: center;
	border: 2px solid #bbb;
	border-radius: 6px;
}

.xeam_index .news .feed .btn a:hover {
	color: #555;
	border-color: #555;
}

.xeam_index .news .banner .important {
	display: block;
	padding: .8em;
	text-align: center;
	border: 2px solid #e80611;
	border-radius: 6px;
}

.xeam_index .news .banner .important + .important {
	margin-top: 1em;
}

.xeam_index .news .banner .important::before {
	display: inline-block;
	content: '\f4be';
	margin-right: .6em;
	color: #e80611;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .3s all;
	transition: .3s all;
}

.xeam_index .news .banner .important:hover {
	color: #fff;
	background-color: #e80611;
}

.xeam_index .news .banner .important:hover::before {
	color: #fff;
}

.xeam_index .news .banner .img {
	margin-top: 30px;
}

.xeam_index .news .banner .img a {
	display: inline-block;
}

.xeam_index .news .banner .img a:hover {
	opacity: .8;
}

.xeam_index .news .testdrive_schedule {
	width: 36%;
	padding: 1em;
	border: 1px solid #ccc;
}

.xeam_index .mv {
	margin-top: 50px;
}

.xeam_index .mv .swiper-slide {
	background-color: #000;
}

.xeam_index .mv .swiper-slide a {
	display: block;
}

.xeam_index .mv .swiper-slide a img {
	opacity: .6;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.xeam_index .mv .swiper-slide-active a img {
	opacity: 1;
}

.xeam_index .mv .swiper-button-next,
.xeam_index .mv .swiper-button-prev {
	-webkit-transition: .2s all;
	transition: .2s all;
	-webkit-filter: opacity(70%) saturate(0%) brightness(200%);
	filter: opacity(70%) saturate(0%) brightness(200%);
}

.xeam_index .mv .swiper-button-next:hover,
.xeam_index .mv .swiper-button-prev:hover {
	-webkit-filter: opacity(100%) saturate(0%) brightness(100%);
	filter: opacity(100%) saturate(0%) brightness(100%);
}

.xeam_index .mv .swiper-pagination-bullet-active {
	background-color: #333;
}

.xeam_index .lineup {
	padding: 40px 0;
	background-color: #eee;
}

.xeam_index .lineup .lineup-status {
	margin-top: 48px;
}

.xeam_index .lineup .lineup-status > h3 {
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	line-height: 2.4;
}

.xeam_index .lineup .lineup-status.onsale > h3 {
	background: #0F6AAB;
}

.xeam_index .lineup .lineup-status.few > h3 {
	background: #EA5514;
}

.xeam_index .lineup .lineup-status.sold > h3 {
	background: #595757;
}

.xeam_index .lineup ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.8em;
}

.xeam_index .lineup ul li {
	width: 25%;
	padding: 1em;
}

.xeam_index .lineup ul li img.brandLogo{
	height: 18px;
    max-width: none;
	margin-bottom: 24px;
}

.xeam_index .lineup ul li a {
	display: block;
	height: 100%;
	padding: 1em;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all;
}

.xeam_index .lineup ul li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.xeam_index .lineup ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
}

.xeam_index .lineup ul li a img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.xeam_index .lineup ul li .txt {
	margin-top: auto;
	padding-left: 1.6rem;
}

.xeam_index .lineup ul li h3 {
	margin-top: 1em;
	font-weight: bold;
}

.xeam_index .lineup ul li .type {
	font-size: .8em;
	opacity: .6;
}

.xeam_index .lineup ul li .price {
	margin-top: 1em;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

.xeam_index .lineup ul li .price + .price {
	margin-top: 0;
}

.xeam_index .lineup ul li .price::before {
	content: '￥';
	font-size: .8em;
}

.xeam_index .lineup ul li .price::after {
	content: '(税込)';
	font-size: .6em;
}

.xeam_index .lineup ul li .price_box {
	margin-top: .6em;
	flex-shrink: 0;
}

.xeam_index .lineup ul li .price_box p {
	font-size: .6em;
	font-weight: bold;
}

.xeam_index .lineup ul li .price_box p span{
	font-size: 2.1em;
}

.xeam_index .lineup ul li .price_box .inTax {
	color: #8C8C8C;
}

.xeam_index .review {
	padding: 50px 0;
	margin-top: 0;
	color: #999;
	text-align: center;
}

.xeam_index .review h2 {
	padding-bottom: 0;
	font-size: 1em;
	border-bottom: none;
}

.xeam_index .review .swiper-container {
	margin-top: 20px;
}

.xeam_index .review .swiper-slide {
	padding: 0 10%;
}

.xeam_index .review .swiper-slide h3 {
	color: #444;
	font-size: 2.4em;
}

.xeam_index .review .swiper-slide .review_txt {
	margin-top: 30px;
	font-size: 1.6em;
}

.xeam_index .review .swiper-slide .review_owner {
	margin-top: 30px;
}

.xeam_index .review .swiper-slide .more {
	display: inline-block;
	padding: 1em 2em;
	margin-top: 40px;
	border: 2px solid #aaa;
	border-radius: 6px;
}

.xeam_index .review .swiper-slide .more:hover {
	color: #fff;
	background-color: #aaa;
}

.xeam_index .review .swiper-pagination {
	position: static;
	margin-top: 30px;
}

.evstrap {
	background: url('/evcafemeeting/assets/img/strap-image.png') no-repeat top center;
	background-size: contain;
}

.xeam_index .youtube .swiper-slide {
	padding: 2em;
	-webkit-transition: .3s all;
	transition: .3s all;
	opacity: .6;
	-webkit-filter: blur(6px);
	filter: blur(6px);
}

.xeam_index .youtube .swiper-slide-active {
	padding: 0;
	opacity: 1;
	-webkit-filter: blur(0);
	filter: blur(0);
}

.xeam_index .youtube .swiper-slide-active:hover {
	opacity: .8;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.xeam_index .youtube article a {
	position: relative;
	display: block;
}

.xeam_index .youtube article a img {
	width: 100%;
}

.xeam_index .youtube article a .txt {
	position: absolute;
	bottom: 2em;
	left: 2em;
	width: 50%;
	color: #fff;
	font-size: .9em;
	opacity: 0;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.xeam_index .youtube .swiper-slide-active a .txt {
	opacity: 1;
}

.xeam_index .youtube article a .txt time {
	padding: .6em 1em;
	font-size: .8em;
	background-color: rgba(0, 0, 0, .8);
}

.xeam_index .youtube article a .txt .title {
	padding: .6em 1em;
	margin-top: 1em;
	background-color: rgba(0, 0, 0, .8);
}

.xeam_index .youtube .swiper-pagination {
	position: static;
}

.xeam_index .banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.xeam_index .banner ul .big {
	width: 100%;
	margin-bottom: 2em;
}

.xeam_index .banner ul li {
	margin: 1em;
}

.xeam_index .banner ul li a {
	display: block;
}

.xeam_index .banner ul li a:hover {
	opacity: .8;
}

.xeam_index .banner ul li a img {
	border: 1px solid #aaa;
}

.xeam_index .mailcampaign {
	margin-top: 50px;
}

.mailmagazine {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	word-break: break-all;
	color: #333;
	padding: 40px 0;
	margin: 50px 0;
	background-color: #eee;
}

.mailmagazine .inner {
	display: block;
	padding: 20px 4%;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #fc5c65;
}

.mailmagazine .inner:hover {
	opacity: .8;
}

body > .mailmagazine h2 {
	display: inline-block;
	color: #fff;
	font-size: 1.4em;
	border-bottom: 2px solid #fff;
}

body > .mailmagazine h2 + p {
	margin-top: 1em;
}

.new2018 > .mail_MagazineNormal {
	margin-top: 0;
	text-align: center;
	background: url(/notte/img/mailMagazinenormal/mailmg_bg.jpg) no-repeat center bottom, #e9c106;
}

.mail_MagazineNormal .inner {
	width: 40%;
	padding: 30px 0;
}

.mail_MagazineNormal .inner h2 {
	padding-bottom: 1em;
}

.mail_MagazineNormal .rimit {
	color: #fff;
	background-color: #e84118;
}

.mail_MagazineNormal .rimit .inner {
	padding: 1em 0;
}

.mail_MagazineNormal .rimit .inner::before {
	display: none;
}

.mail_MagazineNormal .rimit strong {
	padding: 0 .4em;
	font-size: 1.6em;
}

.MagazineNormal_btn {
	margin-top: 20px;
	background: #1d1d1d;
	border-radius: 10px;
}

.MagazineNormal_btn:hover {
	background: #444;
}

.mail_MagazineNormal .inner .MagazineNormal_btn a {
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
	padding: 1em 4em;
}

@media screen and (max-width: 1024px) {
	/* .xeam_index .news h2 {
		display: none;
	} */

	.inner {
		width: 94%;
	}

	.xeam_index .lineup ul li {
		width: 50%;
	}

	.haihai main .inputform tr {
		display: inherit;
	}

	.haihai main .inputform td {
		width: auto;
	}

	.haihai main .inputform tr .column {
		width: auto;
	}

	.haihai main .inputform tr .data {
		width: auto;
		padding-top: 0;
	}

	.haihai main .inputform tr .data tr td {
		display: inline-block;
	}

	.haihai main .inputform tr .data tr td + td {
		margin-left: 2em;
	}

	.nav_xeam .luxbar-item:hover {
		background-color: inherit;
	}

	.nav_xeam .luxbar-item:hover a {
		color: inherit;
	}

	.nav_xeam .dropdown:hover > a::after {
		-webkit-transform: none;
		transform: none;
	}

	.nav_xeam .dropdown a.open {
		background-color: #666;
	}

	.nav_xeam .dropdown a.open::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.nav_xeam .dropdown:hover > ul {
		display: none;
	}

	.nav_xeam .dropdown > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav_xeam .dropdown > ul {
		position: static;
		display: none;
		font-size: inherit;
	}

	.nav_xeam .dropdown:hover > ul {
		background-color: inherit;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.footer_xeam {
		font-size: inherit;
	}

	.footer_xeam .sns ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer_xeam .sns ul .contact {
		width: 100%;
		margin-top: 2em;
	}

	.footer_xeam .sns ul .contact a {
		width: 100%;
		padding: .8em;
		text-align: center;
	}

	.footer_xeam .sns ul li:not(.contact) {
		font-size: 1.4em;
	}

	.footer_xeam .sns ul li:not(.contact) a::before {
		padding-right: 0;
	}

	.footer_xeam .sns ul li a span {
		display: none;
	}

	.footer_xeam .menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 2em;
	}

	.footer_xeam .menu nav {
		width: 100%;
	}

	.footer_xeam .menu nav + nav {
		margin-top: 1em;
	}

	.footer_xeam .menu nav h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 1em;
	}

	.footer_xeam .menu nav h2:hover {
		cursor: pointer;
	}

	.footer_xeam .menu nav h2::after {
		display: inline-block;
		content: '\f078';
		font-weight: 900;
		font-family: "Font Awesome\ 5 Free";
		margin-left: .6em;
		-webkit-transition: .3s all;
		transition: .3s all;
	}

	.footer_xeam .menu nav h2.open {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.footer_xeam .menu nav h2.open::after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.footer_xeam .menu .product ul {
		display: none;
		margin-top: 0;
	}

	.footer_xeam .menu .product ul li + li {
		margin-left: 0;
	}

	.footer_xeam .menu nav ul {
		display: none;
		margin-top: 0;
	}

	.footer_xeam .menu nav ul li + li {
		margin-top: 0;
	}

	.footer_xeam .menu nav ul li a {
		width: 100%;
		padding: 1em;
	}

	.footer_xeam .menu nav ul li a:hover {
		-webkit-transform: none;
		transform: none;
	}

	.xeam_index .news .feed {
		-webkit-box-ordinal-group: 31;
		-ms-flex-order: 30;
		order: 30;
		width: 100%;
	}

	.xeam_index .news .feed .btn a {
		width: auto;
		padding: .8em;
	}

	.xeam_index .news .banner {
		-webkit-box-ordinal-group: 21;
		-ms-flex-order: 20;
		order: 20;
		width: 100%;
	}

	.xeam_index .news .banner .img {
		text-align: center;
	}

	.xeam_index .news .testdrive_schedule {
		margin-top: 30px;
	}

	.xeam_index .youtube article a .txt {
		width: calc(100% - 4em);
	}
}

@media screen and (max-width: 768px) {

	.luxbar-navigation {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.new2018 > .mail_MagazineNormal {
		background-image: url(/notte/img/mailMagazinenormal/mailmg_bgsp.jpg);
	}

	.mail_MagazineNormal .inner {
		position: relative;
		width: 100%;
		padding: 30px 2%;
		z-index: 0;
	}

	.mail_MagazineNormal .inner::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		background-color: rgba(233, 193, 6, .7);
		z-index: -1;
	}

	.xeam_index .banner ul {
		display: block;
	}

	.xeam_index .banner ul li {
		text-align: center;
	}

	.xeam_index .review .swiper-slide {
		padding: 0 1em;
	}

	.xeam_index .review .swiper-slide h3 {
		font-size: 2em;
	}

	.xeam_index .review .swiper-slide .review_txt {
		font-size: 1.2em;
	}

	.xeam_index .review .swiper-slide .more {
		display: block;
		padding: 1em;
	}

	.SP_view {
		display: block;
	}

	.PC_view {
		display: none;
	}

	.mainVisualcampaignwrapper {
		width: 100%;
	}

	.mainVisualcampaignwrapper h1 {
		margin: 0;
		width: 100%;
		padding: 1em 0 0 0;
	}

	.mainVisualcampaignwrapper h1 img {
		width: 100%;
	}

	body.reviewcampaign div.contentinner {
		width: 95%;
		margin: 0 auto;
	}

	.contentinner h2,
	.contentinner h2 img {
		width: 100%;
	}

	ul.reviewflow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 1em;
		width: 109%;
	}

	ul.reviewflow li {
		width: 43%;
		margin-bottom: 2em;
		text-align: left;
	}

	ul.reviewflow li:nth-child(even) {
		margin-left: 0.7em;
	}

	ul.reviewflow li img {
		width: 100%;
	}

	body.reviewcampaign .reviewbottom_button {
		display: block;
		padding: 0em;
		margin: 0 auto;
	}

	body.reviewcampaign .reviewbottom_button li {
		width: 90%;
		padding-bottom: 1.5em;
	}

	body.reviewcampaign .reviewbottom_button li img {
		width: 100%;
	}
}

.footer_xeam {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 1px;
	word-break: break-all;
	color: #333;
	padding: 40px 0;
	margin-top: 50px;
	color: #fff;
	background-color: #333;
}

.footer_xeam a:hover {
	text-decoration: underline;
}

.footer_xeam .sns ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_xeam .sns ul li + li {
	margin-left: 2em;
}

.footer_xeam .sns ul li a {
	display: inline-block;
}

.footer_xeam .sns ul li a::before {
	display: inline-block;
	padding-right: .6em;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Font Awesome 5 Brands";
	-webkit-transition: .3s all;
	transition: .3s all;
}

.footer_xeam .sns ul .tw a::before {
	content: '\f099';
}

.footer_xeam .sns ul .fb a::before {
	content: '\f09a';
}

.footer_xeam .sns ul .ig a::before {
	content: '\f16d';
}

.footer_xeam .sns ul .yt a::before {
	content: '\f167';
}

.footer_xeam .sns ul .sns a::before {
	content: '\f57d';
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}

.footer_xeam .sns ul .contact {
	margin-left: auto;
}

.footer_xeam .sns ul .contact a {
	padding: .2em 1em;
	color: #333;
	background-color: #fff;
	border: 2px solid transparent;
	border-radius: 10em;
}

.footer_xeam .sns ul .contact a::before {
	content: '\f0e0';
	color: rgba(0, 0, 0, 0.5);
	font-family: "Font Awesome\ 5 Free";
}

.footer_xeam .sns ul .contact a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-color: #fff;
}

.footer_xeam .sns ul .contact a:hover::before {
	color: inherit;
}

.footer_xeam .sns ul li a:hover::before {
	color: rgba(255, 255, 255, 0.8);
}

.footer_xeam > p {
	margin-top: 1em !important;
	color: rgba(255, 255, 255, 0.5);
	font-size: .8em;
	text-align: center;
}

.footer_xeam .menu {
	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;
}

.footer_xeam .menu .product {
	/* display: flex; */
	width: 100%;
	padding: 1em 0;
	margin: 1em 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.footer_xeam .menu .product h2 {
	text-align: center;
}

.footer_xeam .menu .product ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1em;
}

.footer_xeam .menu .product ul li {
	margin: .6em;
}

.footer_xeam .menu nav {
	text-align: center;
}

.footer_xeam .menu nav h2 {
	color: rgba(255, 255, 255, .5);
	font-size: .9em;
}

.footer_xeam .menu nav ul {
	margin-top: 1em;
}

.footer_xeam .menu nav ul:only-child {
	margin-top: 2.4em;
}

.footer_xeam .menu nav ul li + li {
	margin-top: .6em;
}

.footer_xeam .menu nav ul li a {
	display: inline-block;
}

/* .footer_xeam .menu nav ul li a::before {
	content: '\f105';
	display: inline-block;
	padding-right: .6em;
	color: rgba(255, 255, 255, 0.5);
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
	-webkit-transition: .3s all;
	transition: .3s all;
} */

.footer_xeam .menu nav ul li a:hover {
	text-decoration: none;
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
}

/* .footer_xeam .menu nav ul li a:hover::before {
	color: rgba(255, 255, 255, 0.8);
} */

.footer_xeam .cashless {
	max-width: 200px;
	margin-top: 30px !important;
}

.footer_xeam address {
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: .8em;
	text-align: center;
}

.contactpage {
	padding-top: 60px;
	margin-top: 60px;
}

.contactpage .title {
	text-align: center;
}

.contactpage .title h1 {
	font-size: 1.6em;
}

.contactpage .title p {
	margin-top: 1em;
}

.contactpage .howto {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 100px;
}

.contactpage .howto li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.contactpage .howto li + li {
	border-left: 1px solid #ccc;
}

.contactpage .howto li a {
	display: inline-block;
	width: 100%;
	padding: 1em;
}

.contactpage .howto li a:hover {
	color: #1f5e6a;
	background-color: rgba(62, 189, 212, .2);
}

.contactpage .howto li i {
	color: #999;
	font-size: 3em;
	transition: .3s all;
}

.contactpage .howto li a:hover i {
	color: #1f5e6a;
}

.contactpage .howto li p {
	margin-top: 1em;
}

.contactpage .howto li p strong {
	margin-bottom: .6em;
	font-size: 1.2em;
}

.contactpage .contact_tel {
	padding: 50px 0;
	margin-top: 80px;
	/* background: linear-gradient(0deg, rgba(255, 120, 0, .7), rgba(255, 120, 0, .7)), url('/telephone/img/mv.jpg') no-repeat center center; */
	background-color: #005199;
}

.contactpage .contact_tel h2 {
	color: #fff;
	font-size: 1.6em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.contactpage .contact_tel ul {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.contactpage .contact_tel ul li {
	width: 48%;
	padding: 40px 4%;
}

.contactpage .contact_tel ul .repair {
	background: url('/img/contact/bg_repair.png') no-repeat center right;
	background-size: contain;
	background-color: #fff;
}

.contactpage .contact_tel ul .product {
	background: url('/img/contact/bg_product.png') no-repeat center right;
	background-size: contain;
	background-color: #fff;
}

.contactpage .contact_tel ul li h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.contactpage .contact_tel ul li h3 small {
	font-size: .7em;
	opacity: .8;
}

.contactpage .contact_tel ul li .tel_num {
	display: inline-block;
	margin-top: 10px;
	font-size: 2em;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-bottom: 1px solid transparent;
}

.contactpage .contact_tel ul li .tel_num::before {
	display: inline-block;
	content: '\f098';
	width: 1.2em;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	padding-right: .2em;
}

.contactpage .contact_tel ul li .tel_num:hover {
	color: #37aabe;
	border-color: #37aabe;
}

.contactpage .contact_tel ul li .tel_num:hover::before {
	content: '\f2a0';
	width: 1.2em;
}

.contactpage .contact_tel ul li .time {
	margin-top: 10px;
	font-size: .8em;
}

.contactpage .contactform {
	padding-top: 100px;
}

.contactpage .contactform h2{
	text-align: center;
    font-size: 1.6em;
}

.contactpage .contactform .initial_hide {
	display: none;
}

.contactpage .contactform dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.contactpage .contactform dl > * {
	padding: 0 2%;
}

.contactpage .contactform dl > *:not(:first-of-type) {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px dashed #ccc;
}

.contactpage .contactform dt {
	width: 30%;
}

.contactpage .contactform dd {
	width: 70%;
}

.contactpage .contactform dd input,
.contactpage .contactform dd select {
	width: 100%;
	padding: .6em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.contactpage .contactform dd .list_2col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contactpage .contactform dd .list_2col li {
	width: 48%;
}

.contactpage .contactform dd .select_wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contactpage .contactform dd .select_wrap::after {
	position: absolute;
	right: .6em;
	display: inline-block;
	content: '\f0dd';
	font-weight: 900;
	font-family: "Font Awesome\ 5 Free";
	pointer-events: none;
}

.contactpage .contactform dd .select_wrap > span {
	width: 100%;
}

.contactpage .contactform dd .select_wrap select:hover {
	cursor: pointer;
}

.contactpage .contactform dt h2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: .4em;
	font-size: inherit;
	font-weight: bold;
	border-bottom: 3px solid #aaa;
}

.contactpage .contactform dt .required:after {
	display: inline-block;
	content: '必須';
	font-size: .7em;
	padding: .4em;
	margin-left: 1em;
	color: #fff;
	background-color: #ff3838;
}

.contactpage .contactform dt h2 + p {
	margin-top: 1em;
	font-size: .8em;
}

.contactpage .wpcf7-form-control-wrap {
	display: block;
}

.contactpage .contactform dd.two_columns {
	display: flex;
	flex-wrap: wrap;
}

.contactpage .contactform dd.two_columns > * {
	width: 48%;
}

.contactpage .contactform dd.two_columns > *:last-of-type {
	margin-left: 4%;
}

.contactpage .contactform dd textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.contactpage .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
	margin-left: 2em;
}

.contactpage .wpcf7-radio input {
	display: none;
}

.contactpage .wpcf7-radio input + span::before {
	content: '\f1db';
	display: inline-block;
	font-family: 'FontAwesome';
	padding-right: .4em;
}

.contactpage .wpcf7-radio input:checked + span::before {
	content: '\f05d';
}

.contactpage .submit {
	margin-top: 50px;
}

.contactpage .submit input {
	display: block;
	width: 100%;
	padding: 1em;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

body.reviewlist {
	padding-top: 60px;
	margin-top: 60px;
}

.reviewlist main h1 {
	font-size: 1.6em;
	text-align: center;
}

.reviewlist main h1 + p {
	margin-top: 1em;
	text-align: center;
}

.reviewlist main .wrap {
	margin-top: 50px;
}

.reviewlist main .wrap article {
	padding: 30px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.reviewlist main .wrap article + article {
	margin-top: 50px;
}

.reviewlist main .wrap article h2 {
	display: inline-block;
	padding-bottom: .2em;
	font-weight: bold;
	border-bottom: 2px solid #333;
}

.reviewlist main .wrap article h2 time {
	color: #888;
	padding-left: 1em;
	font-size: .8em;
}

.reviewlist main .wrap article .motive {
	padding: 1em;
	margin: 1em 0 2em;
	font-size: .9em;
	background-color: #eee;
	border-radius: 4px;
}

.reviewlist main .wrap article .motive p {
	font-size: .9em;
	font-weight: bold;
}

.reviewlist main .wrap article .motive ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1em;
	margin-left: -.4em;
}

.reviewlist main .wrap article .motive ul li + li::before {
	display: inline-block;
	content: '/';
	padding: 0 .2em;
}

.reviewlist main .wrap article h3 {
	color: #888;
	font-size: .8em;
	font-weight: bold;
}

.reviewlist main .wrap article h2 + h3 {
	margin-top: 2em;
}

.reviewlist main .wrap article h3 + p {
	margin-top: .6em;
}

.reviewlist main .wrap article p + h3 {
	margin-top: 3em;
}

body.official_store {
	padding-top: 60px;
	margin-top: 60px;
}

.holidaywrapper {
	padding: 1em;
	margin: 0 0 50px;
	color: #ff3838;
	text-align: center;
	background: #fff7f6;
	border-top: 1px solid #ff3838;
	border-bottom: 1px solid #ff3838;
}

.official_store .holidaywrapper {
	margin-top: 30px;
}

.holidaywrapper h2 {
	font-size: 1.4em;
}

.holidaywrapper p {
	margin-top: 1em;
}

.holidaywrapper p a {
	display: inline-block;
	padding: .6em 1em;
	color: #fff;
	background-color: #ff3838;
	border-radius: 10em;
}

.holidaywrapper p a:hover {
	background-color: #ff8787;
}

.official_store main h1 {
	font-size: 1.6em;
	text-align: center;
}

.official_store main h1 small {
	padding-left: .6em;
	color: #888;
}

.official_store main .inner > p {
	margin-top: 1em;
	text-align: center;
}

.official_store main .event {
	margin-top: 50px;
}

.official_store main .event > * + * {
	margin-top: 1em;
}

.official_store main .event h2 {
	font-size: 1.6em;
}

.official_store main .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}

.official_store main .detail .swiper-container {
	width: 54%;
	margin: 0;
}

.official_store main .detail address {
	display: inline-block;
	max-width: 450px;
}

.official_store main .detail address h2 {
	font-size: 1.4em;
}

.official_store main .detail address h2 small {
	padding-left: .6em;
	color: #888;
}

.official_store main .detail address > * + * {
	margin-top: 1em;
}

.official_store main .detail address .tel::before {
	content: '\f095';
	display: inline-block;
	padding-right: .6em;
	color: #888;
	font-family: "Font Awesome\ 5 Free";
	font-weight: 900;
}

.official_store main .detail address time small {
	padding-left: .6em;
	color: #888;
}

.official_store main .detail address .sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.official_store main .detail address .sns li:first-child {
	padding: .2em 1em;
	color: #fff;
	font-size: .8em;
	background-color: #333;
	border-radius: 10em;
	text-align: center;
}

.official_store main .detail address .sns li + li {
	margin-left: 1em;
	font-size: 1.6em;
}

.official_store main .detail address .sns .fa-twitter {
	color: #48aae6;
	display: block;
	margin: 0 auto;
}

.official_store main .detail address .sns .fa-instagram {
	color: #d93175;
	display: block;
	margin: 0 auto;
}

.official_store main .detail address .sns li a {
	text-align: center;
}

.official_store main .detail address .sns li a span.snsname {
	font-size: 20%;
	display: block;
}

.official_store main .map {
	position: relative;
	padding-bottom: 34%;
	margin-top: 30px;
	height: 0;
	overflow: hidden;
}

.official_store main .map iframe,
.official_store main .map object,
.official_store main .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.official_store main .service {
	padding-top: 100px;
}

.official_store main .service h2 {
	font-size: 1.6em;
	text-align: center;
}

.official_store main .service h2 + p {
	margin-top: 1em;
	text-align: center;
}

.official_store main .service .notteps {
	margin-top: 50px;
	text-align: center;
}

.official_store main .service a.cp_btn {
	display: block;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #3d8bdf;
	border: 2px solid #3d8bdf;
	border-radius: 3px;
	-webkit-transition: .4s;
	transition: .4s;
	width: 300px;
	margin: 0 auto;
}

.official_store main .service a.cp_btn:hover {
	background: #3d8bdf;
	color: #fff;
}


.official_store main .option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 40px;
}

.official_store main .option li {
	width: 48%;
	margin: 30px 0;
}

.official_store main .option li:nth-child(even) {
	margin-left: 4%;
}

.official_store main .option li h3 {
	display: inline-block;
	padding-bottom: .4em;
	font-weight: bold;
	border-bottom: 4px solid #1aabc1;
}

.official_store main .option li p {
	margin-top: 1em;
}

.official_store main .option li p small {
	display: inline-block;
	padding: 1em;
	color: #888;
	border-top: 1px dashed #1aabc1;
	border-bottom: 1px dashed #1aabc1;
}

.official_store main .caution {
	margin-top: 40px;
}

body.faq {
	padding-top: 60px;
	margin-top: 60px;
}

.faq h1 {
	font-size: 1.6em;
	text-align: center;
}

.faq h1 + p {
	margin-top: 1em;
	text-align: center;
}

.faq .faq_wrapper {
	margin-top: 50px;
}

body.goods {
	padding-top: 60px;
	margin-top: 60px;
}

.goods h1 {
	font-size: 1.6em;
	text-align: center;
}

.goods h1 + p {
	margin-top: 1em;
	text-align: center;
}

.goods .mv {
	margin-top: 50px;
}

body.inspection {
	padding-top: 60px;
	margin-top: 60px;
}

.inspection h1 {
	font-size: 1.6em;
	text-align: center;
}

.inspection .default-wrap {
	margin-top: 50px;
}

.agreement {
	margin-top: 60px;
}

.agreement h1 {
	font-size: 1.6em;
	text-align: center;
}

.agreement h1 + p {
	margin-top: 1em;
	text-align: center;
}

.agreement .flow {
	margin-top: 50px;
}

body.gallery {
	padding-top: 60px;
	margin-top: 60px;
}

.gallery h1 {
	font-size: 1.6em;
	text-align: center;
}

.gallery h1 + p {
	margin-top: 1em;
	font-size: .9em;
	color: #aaa;
	text-align: center;
}

.gallery .contents {
	margin-top: 50px;
}

body.reservation {
	margin-top: 60px;
}

.reservation h1 {
	font-size: 1.6em;
	text-align: center;
}

.faq .lower_titleimg + p {
	margin: 50px 0;
	text-align: center;
}

.faq .lower_titleimg + p a {
	color: #1aabc1;
	text-decoration: underline;
}

.faq .faq_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.faq .faq_wrapper .faq_contents {
	width: 48%;
}

.faq .faq_wrapper .faq_contents:nth-child(even) {
	margin-left: 4%;
}

.faq .faq_wrapper .faq_contents:nth-child(n+3) {
	margin-top: 60px;
}

.faq .faq_wrapper .faq_contents > h2 {
	padding: .6em;
	color: #fff;
	font-size: 1.1em;
	background-color: #4e6171;
}

.faq .faq_contents .accordion {
	border-bottom: 1px solid #ccc;
}

.faq .faq_contents .accordion .question:hover {
	color: #1aabc1;
	cursor: pointer;
}

.faq .faq_contents .accordion .question p {
	padding: 1em;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.faq .faq_contents .accordion .answer {
	display: none;
	padding: 1em;
	background-color: #fafafa;
	border-top: 1px dashed #ccc;
}

.faq .faq_contents .accordion .question > *:first-child:before,
.faq .faq_contents .accordion .answer > *:first-child:before {
	display: inline-block;
	padding-right: .4em;
	font-size: 1.6em;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}

.faq .faq_contents .accordion .question > *:first-child:before {
	content: 'Q';
	color: #1bb2c8;
}

.faq .faq_contents .accordion .answer > *:first-child:before {
	content: 'A';
	color: #f05350;
}

.faq .faq_contents .accordion .answer > * + * {
	margin-top: 1em;
}

.faq .faq_contents .accordion .answer ul li + li,
.faq .faq_contents .accordion .answer ol li + li {
	margin-top: .6em;
}

.faq .faq_contents .accordion .answer a {
	padding: 0 .2em;
	text-decoration: underline;
}

.faq .faq_contents .accordion .answer a:hover {
	color: #1bb2c8;
}

.faq .contact_faq {
	margin-top: 50px;
	margin-bottom: 50px;
}

.faq .contact_faq h2 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.faq .contact_faq h2:after {
	content: '\f0d7';
	display: block;
	padding-top: .1em;
	color: #1aabc1;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.faq .contact_faq .link_btn {
	margin-top: 50px;
	text-align: center;
}

.faq .contact_faq .link_btn a {
	padding: .4em 1em;
	color: #fff;
	font-size: 1.4em;
	background-color: #1aabc1;
	border-radius: 6px;
}

.faq .contact_faq .link_btn a:hover {
	background-color: #333;
}

.psv_txt {
	color: #8f9193;
}

.mgy_txt {
	color: #373a43;
}

.rbl_txt {
	color: #334a86;
}

.pye_txt {
	color: #efe45e;
}

.cbk_txt {
	color: #333334;
}

.pwh_txt {
	color: #e2dbd5;
}

.prd_txt {
	color: #ea404b;
}

.spk_txt {
	color: #f0aabb;
}

.lbl_txt {
	color: #60e2f5;
}

.llv_txt {
	color: #8ab5dc;
}

.goods .mv h2 {
	font-size: 3em;
	text-align: center;
}

.goods .mv h2 small {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.goods .mv h2 small span {
	padding-right: .4em;
}

.goods .mv h2 small span img {
	max-height: 1.4em;
}

.goods .mv ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}

.goods .mv ul li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 1em;
}

.goods .about {
	margin-top: 80px;
	background: url("../img/goods/bg_skew_pk.png") no-repeat center bottom;
	background-size: contain;
}

.goods .about .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 0;
}

.goods .about .img {
	width: 40%;
}

.goods .about .txt {
	font-weight: bold;
}

.goods .about .txt h2 {
	font-size: 2em;
}

.goods .about .txt h2 span img {
	max-height: 1.2em;
}

.goods .about .txt h2 + p {
	margin-top: 3em;
}

.goods .about .txt p + p {
	margin-top: 1em;
}

.goods .safety {
	background: url("../img/goods/bg_safety.png") no-repeat top right;
}

.goods .safety .inner {
	padding: 50px 0;
}

.goods .safety h2 {
	font-size: 1.6em;
	font-weight: bold;
}

.goods .safety article {
	margin-top: 2em;
}

.goods .safety article h3 {
	font-size: 1.2em;
	font-weight: bold;
}

.goods .safety article p + p {
	margin-top: 1em;
}

.goods .photo {
	margin-top: 50px;
}

.goods .photo .slick-slide {
	-webkit-transition: .3s all;
	transition: .3s all;
}

.goods .photo .slick-slide:not(.slick-current) {
	background-color: #000;
}

.goods .photo .slick-slide:not(.slick-current) img {
	opacity: .8;
}

.goods .lineup {
	margin-top: 100px;
}

.goods .lineup nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.goods .lineup nav ul li {
	padding: 1em;
	color: #fff;
	background-color: #aaa;
	border: 3px solid transparent;
	border-radius: 4px;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.goods .lineup nav ul li + li {
	margin-left: 1em;
}

.goods .lineup nav ul .active,
.goods .lineup nav ul li:hover {
	color: #aaa;
	background-color: transparent;
	border-color: #aaa;
	cursor: pointer;
}

.goods .lineup > div {
	margin-top: 60px;
}

.goods .lineup > div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.goods .lineup > div ul li {
	width: 33.333%;
	padding: 1em;
}

.goods .lineup > div ul li:nth-child(n + 4) {
	margin-top: 30px;
}

.goods .lineup > div ul li h3 {
	color: #aaa;
	font-size: .8em;
	line-height: 1.2;
	text-align: center;
}

.goods .lineup > div ul li h3 strong {
	font-size: 3em;
	font-weight: inherit;
	font-family: 'Pacifico', cursive;
}

.goods .lineup > div .set {
	margin-top: 50px;
	text-align: center;
}

.goods .lineup > div .price {
	margin-top: 30px;
	font-size: 2em;
	text-align: center;
}

.goods .lineup > div .price small {
	font-size: .6em;
}

.goods .other .buy {
	margin-top: 50px;
	text-align: center;
}

.goods .other .buy a {
	display: inline-block;
	padding: .6em 4em;
	color: #fff;
	font-size: 1.4em;
	background-color: #ff6b6b;
	border-radius: 4px;
}

.goods .other .buy a:not([href]) {
	background-color: #aaa;
}

.goods .other {
	margin: 100px 0;
}

.goods .other article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 80px;
	border-top: 1px dashed #ccc;
}

.goods .other article + article {
	margin-top: 80px;
}

.goods .other article .swiper-container {
	width: 30%;
	border: 1px solid #ccc;
}

.goods .other article .txt {
	width: 66%;
}

.goods .other article .txt h3 {
	font-size: 2em;
	font-weight: bold;
}

.goods .other article .txt .new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.goods .other article .txt .new::before {
	display: inline-block;
	content: 'new';
	padding: .3em .6em;
	margin-left: .2em;
	color: #fff;
	font-size: .4em;
	font-weight: 500;
	line-height: 1;
	background-color: #e74c3c;
	border-radius: 10em;
}

.goods .other article .txt h3 + p {
	margin-top: 1em;
}

.goods .other article .txt .detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.goods .other article .txt .detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	font-size: .9em;
	border: 1px solid #aaa;
}

.goods .other article .txt .detail dl > * {
	padding: .4em;
}

.goods .other article .txt .detail dl > *:not(:first-of-type) {
	border-top: 1px solid #aaa;
}

.goods .other article .txt .detail dl dt {
	width: 40%;
	background-color: #eee;
}

.goods .other article .txt .detail dl dd {
	width: 60%;
	border-left: 1px solid #aaa;
}

.goods .other article .txt .detail ul {
	width: 46%;
}

.goods .other article .txt .buy a {
	display: block;
}

.goods .other article .txt .buy .soldout {
	color: #fff;
	background-color: #aaa;
}

.goods .slick-dots {
	position: static;
}

.goods .slick-next,
.goods .slick-prev {
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	z-index: 1;
}

.goods .slick-next {
	right: 2%;
}

.goods .slick-prev {
	left: 2%;
}

.goods .slick-next:before,
.goods .slick-prev:before {
	color: #aaa;
	font-size: 30px;
}

body.review {
	padding-top: 60px;
	margin-top: 60px;
}

.review h1 {
	font-size: 1.6em;
	text-align: center;
}

.review h1 + p {
	margin-top: 1em;
	text-align: center;
}

.review form {
	margin-top: 50px;
}

.review .questionnaire dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.review .questionnaire dl > * {
	padding: 0 2%;
}

.review .questionnaire dl > *:not(:first-of-type) {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px dashed #ccc;
}

.review .questionnaire dt {
	width: 30%;
}

.review .questionnaire dd {
	width: 70%;
}

.review .questionnaire dd input,
.review .questionnaire dd select {
	width: 100%;
	padding: .6em;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.review .questionnaire .smalltextarea {
	width: auto;
}

.review .questionnaire dd > label {
	display: inherit;
}

.review .questionnaire .message {
	margin-top: 50px;
	padding-block: 50px;
	margin-block: 50px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

.review .questionnaire .message h2 {
	text-align: center;
    font-size: 1.4em;
}

.review .questionnaire .message ul {
	margin-top: 32px;
}
.review .questionnaire .message ul li {
	line-height: 2;
}

/* .review .questionnaire dd > label {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.review .questionnaire dd > label::after {
position: absolute;
right: .6em;
display: inline-block;
content: '\f107';
font-family: 'FontAwesome';
pointer-events: none;
} */

.review .questionnaire dd > label > span {
	width: 100%;
}

.review .questionnaire dd > label select:hover {
	cursor: pointer;
}

.review .questionnaire dt h2 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: .4em;
	font-size: inherit;
	font-weight: bold;
	border-bottom: 3px solid #aaa;
}

.review .questionnaire dt .required:after {
	display: inline-block;
	content: '必須';
	font-size: .7em;
	padding: .4em;
	margin-left: 1em;
	color: #fff;
	background-color: #ff3838;
}

.review .questionnaire dt h2 + p {
	margin-top: 1em;
	font-size: .8em;
}

.review .wpcf7-form-control-wrap {
	display: block;
}

body.review dd.select span.reviewMei,
body.review dd.select span.reviewSei,
body.review dd.select span.Mileage {
	display: inline;
}

body.review dd.select span.reviewMei input,
body.review dd.select span.reviewSei input,
body.review dd.select span.Mileage input {
	width: 200px;
}

.review .questionnaire dd textarea {
	width: 100%;
	padding: 1em;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.review .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
	margin-left: 2em;
}

.review .wpcf7-radio input {
	display: none;
}

.review .wpcf7-radio input + span::before {
	content: '\f058';
	display: inline-block;
	padding-right: .4em;
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
}

.review .wpcf7-radio input:checked + span::before {
	font-weight: 900;
}

.review .wpcf7-form-control-wrap[data-name='indicator'] label > span::before {
	display: inline-block;
	content: "";
	padding-right: 0.6em;
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	opacity: 0.8;
}

.review .wpcf7-form-control-wrap[data-name='indicator'] label input:checked + span {
	border-color: #333;
}

.review .wpcf7-form-control-wrap[data-name='indicator'] label input:checked + span::before {
	content: "";
	color: #333;
}

.review .motive .wpcf7-list-item {
	display: block;
	margin: 0;
}

.review .motive .wpcf7-list-item + .wpcf7-list-item {
	border-top: 1px dashed #ccc;
}

.review .wpcf7-checkbox {
	display: block;
}

.review .wpcf7-checkbox label {
	display: inherit;
}

.review .wpcf7-checkbox label:hover {
	cursor: pointer;
}

.review .wpcf7-checkbox input {
	display: none;
}

.review .wpcf7-checkbox .wpcf7-list-item-label {
	display: inherit;
	padding: 1.4em 1em;
}

.review .wpcf7-checkbox .wpcf7-list-item-label::before {
	content: '\f0c8';
	display: inline-block;
	padding-right: .6em;
	font-family: "Font Awesome 5 Free";
	font-weight: normal;
	opacity: .8;
}

.review .wpcf7-checkbox input:checked + .wpcf7-list-item-label::before {
	content: '\f14a';
	font-weight: bold;
}

.review .submit {
	margin-top: 50px;
}

.review .submit input {
	display: block;
	width: 100%;
	padding: 1em;
	text-align: center;
	border-radius: 4px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

/* 買取り/下取り一次査定希望フォーム 送信完了モーダル */
.wpcf7 form.sent .wpcf7-response-output {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
	margin: 2em 0.5em;
}

#wpcf7-f17236-o1.wpcf7 form.sent .wpcf7-response-output {
	display: block;
}

.reviewModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
	z-index: 999;
}

.reviewModal-body {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: grid;
	place-items: center;
	width: min(94%,680px);
	min-height: 25vh;
	padding: 4%;
	background: #46b450;
	color: #fff;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17);
  animation-name: modalopen;
  animation-duration: 1s;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.reviewModal-close {
  font-size: 2rem;
	position: absolute;
	top: 2%;
	right: 2%;
}

.reviewModal-close:hover {
  cursor: pointer;
}

.reviewModal-content-title {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	@media screen and (max-width: 768px) {
		font-size: 1.4rem;
	}
}

.reviewModal-content-text {
	font-size: 1.2rem;
	text-align: center;
	margin-top: 1.6rem;
	@media screen and (max-width: 768px) {
		font-size: 1.1rem;
		margin-top: 1.2rem;
	}
}

.sp-only {
	display: none;
	@media screen and (max-width: 576px) {
		display: block;
	}
}
/* 買取り/下取り一次査定希望フォーム 送信完了モーダル ここまで */

body.is-open {
  height: 100%;
  overflow: hidden;
}

body.salesagent {
	padding-top: 60px;
	margin-top: 60px;
}

.salesagent h1 {
	font-size: 1.6em;
	text-align: center;
}

.salesagent h1 + p {
	margin-top: 1em;
	text-align: center;
}

.salesagent form input:-webkit-autofill,
.salesagent form textarea:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

.salesagent form select::-ms-expand {
	display: none;
}

.salesagent form input:focus::-webkit-input-placeholder {
	color: transparent;
}

.salesagent form input:focus:-moz-placeholder {
	color: transparent;
}

.salesagent form input:focus::-moz-placeholder {
	color: transparent;
}

.salesagent .contents {
	padding-bottom: 100px;
}

.salesagent .contents .wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: .4em;
	color: #e74c3c;
	font-size: .8em;
	font-weight: inherit;
}

.salesagent .screen-reader-response:first-of-type {
	display: none;
}

.salesagent .wpcf7-response-output.wpcf7-validation-errors,
.salesagent .wpcf7-response-output.wpcf7-mail-sent-ok {
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
}

.salesagent .wpcf7-response-output.wpcf7-mail-sent-ok {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
	padding: 2em 1em;
	margin: 10px auto;
	color: #fff;
	font-weight: bold;
	background-color: #1aabc1;
	border-radius: 4px;
}

.salesagent .wpcf7-response-output.wpcf7-mail-sent-ok:before {
	display: inline-block;
	padding-right: .4em;
	content: '\f05d';
	font-weight: normal;
	font-family: 'FontAwesome';
}

.salesagent .screen-reader-response ul {
	display: none;
}

.salesagent .inner .wpcf7 > form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.salesagent .text-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	margin: 50px auto 0;
}

.salesagent .text-block article {
	width: 46%;
}

.salesagent .text-block h3 {
	padding-bottom: .4em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #333;
}

.salesagent .text-block article > ul {
	margin-top: 20px;
}

.salesagent .text-block article > ul > li {
	padding-left: 1em;
	font-size: .9em;
	text-indent: -1em;
}

.salesagent .text-block article > ul > li + li {
	margin-top: 1em;
}

.salesagent .text-block article > ul > li:last-child {
	margin-top: 2em;
	padding-left: 0;
	text-indent: 0;
	text-align: center;
}

.salesagent .text-block article > ul > li strong {
	display: inline;
}

.salesagent .text-block article > ul > li ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.salesagent .text-block article > ul > li ul li {
	padding: 1em 0;
	width: 6em;
	height: 6em;
	color: #fff;
	font-size: .8em;
	background-color: #999;
	border-radius: 6px;
}

.salesagent .text-block article > ul > li ul li strong {
	display: block;
	font-size: 2em;
}

.salesagent form input,
.salesagent form textarea {
	display: inline-block;
	width: 100%;
	padding: 1em;
	border-bottom: 2px solid #ccc;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.salesagent .wpcf7-radio,
.salesagent .wpcf7-checkbox_custom {
	display: inline-block;
}

.salesagent .wpcf7-radio label:hover,
.salesagent .wpcf7-checkbox_custom label:hover {
	cursor: pointer;
}

.salesagent .wpcf7-radio > span,
.salesagent .wpcf7-checkbox_custom > span {
	display: inline-block;
	margin: .2em 0;
	margin-right: 1em;
}

.salesagent .wpcf7-radio input,
.salesagent .wpcf7-checkbox_custom input {
	display: none;
}

.salesagent .wpcf7-radio input + span,
.salesagent .wpcf7-checkbox_custom input + span {
	-webkit-transition: .2s all;
	transition: .2s all;
}

.salesagent .wpcf7-radio input + span::before,
.salesagent .wpcf7-checkbox_custom input + span::before {
	display: inline-block;
	content: "\f1db";
	padding-right: .4em;
	color: #aaa;
	font-family: "FontAwesome";
}

.salesagent .wpcf7-checkbox_custom input + span::before {
	content: "\f096";
}

.salesagent .wpcf7-radio input:checked + span,
.salesagent .wpcf7-checkbox_custom input:checked + span {
	color: #1aabc1;
}

.salesagent .wpcf7-radio input:checked + span::before,
.salesagent .wpcf7-checkbox_custom input:checked + span::before {
	content: "\f111";
	color: #1aabc1;
}

.salesagent .wpcf7-checkbox_custom input:checked + span::before {
	content: "\f046";
}

.salesagent input:not([type=submit]):hover,
.salesagent textarea:hover {
	background-color: #fcfcfc;
	border-bottom-color: #aaa;
}

.salesagent input:not([type=submit]):focus,
.salesagent textarea:focus {
	background-color: #f3fafb;
	border-bottom-color: #1aabc1;
}

.salesagent .inner > .required {
	margin-top: 50px;
	color: #e74c3c;
	font-weight: bold;
	text-align: center;
}

.salesagent dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
	padding: 40px;
	margin: 30px auto 0;
	border: 1px solid #aaa;
}

.salesagent dl dt:not(:first-of-type),
.salesagent dl dd:not(:first-of-type) {
	margin-top: 30px;
}

.salesagent dl dt {
	width: 36%;
}

.salesagent dl dt span {
	color: #e74c3c;
	font-size: .8em;
}

.salesagent dl dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 64%;
}

.salesagent dl dd > span,
.salesagent dl dd ul li span {
	display: block;
	width: 100%;
}

.salesagent form .wpcf7-not-valid-tip {
	font-size: .8em;
}

.salesagent dl dd ul {
	width: 100%;
}

.salesagent dl dd ul li input {
	border-bottom-width: 1px;
}

.salesagent dl dd textarea {
	border: 1px solid #ccc;
}

.salesagent dl dd .wpcf7-form-control-wrap.shop-style {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
}

.salesagent dl dd .wpcf7-form-control-wrap.shop-style:before {
	display: inline-block;
	position: absolute;
	right: 1em;
	content: '\f0d7';
	font-family: 'FontAwesome';
	line-height: 0;
}

.salesagent dl dd select {
	width: 100%;
	padding: .6em 1em;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.salesagent dl dd select:hover {
	cursor: pointer;
}

.salesagent textarea:hover {
	border-color: #aaa;
}

.salesagent textarea:focus {
	border-color: #1aabc1;
}

.salesagent .privacy {
	margin-top: 60px;
}

.salesagent .privacy .inner {
	width: 80%;
}

.salesagent section.privacy h2:first-of-type {
	font-size: 2em;
}

.salesagent .privacy h2 + p {
	margin-top: 1em;
	color: #888;
	font-size: .9em;
	font-weight: bold;
}

.salesagent .privacy ol {
	margin-top: 40px;
	font-size: .9em;
}

.salesagent .privacy ol li + li {
	margin-top: 2em;
}

.salesagent .privacy ol li h3 {
	font-weight: bold;
}

.salesagent .check {
	margin-top: 50px;
}

.salesagent .check .inner {
	width: 86%;
	padding: 30px;
	border: 1px solid #1aabc1;
}

.salesagent .check p {
	text-align: center;
}

.salesagent .check p + p {
	margin-top: 1em;
}

.salesagent .check p:last-of-type {
	margin-top: 30px;
}

.salesagent .check label {
	padding: .6em 0;
	font-size: 1.2em;
	cursor: pointer;
}

.salesagent .check label .wpcf7-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.salesagent .check label input {
	display: none;
}

.salesagent .check label input + span {
	color: #aaa;
	font-weight: bold;
	-webkit-transition: .2s all;
	transition: .2s all;
}

.salesagent .check label input + span::before {
	display: inline-block;
	padding-right: 1em;
	content: '\f096';
	font-family: 'FontAwesome';
}

.salesagent .check label input:checked + span {
	color: #1aabc1;
}

.salesagent .check label input:checked + span::before {
	content: '\f046';
}

.salesagent .submit {
	width: 50%;
	margin: 50px auto 0;
	text-align: center;
}

.salesagent .submit input {
	border: none;
	border-radius: 4px;
}

.salesagent .submit input:hover {
	color: #fff;
	background-color: #1aabc1;
}

body.shoplist {
	padding-top: 60px;
	margin-top: 60px;
}

.shoplist main h1 {
	font-size: 1.6em;
	text-align: center;
}

.shoplist main > .inner > p {
	margin-top: 1em;
	text-align: center;
}

.shoplist main > .inner > p a {
	display: inline-block;
	padding: .6em 2em;
	font-weight: bold;
	border: 2px solid #333;
	border-radius: 10em;
}

.shoplist main > .inner > p a:hover {
	color: #fff;
	background-color: #333;
}

.shoplist .list {
	margin-top: 50px;
}

.shoplist .list .about .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shoplist .list .about .icon li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: .4em .8em;
}

.shoplist .list .about .icon li span {
	max-width: 2em;
	padding: .2em;
	margin-right: .4em;
	background-color: #aaa;
	border-radius: 4px;
}

.shoplist .list .about .icon .sale span {
	background-color: #27ae60;
}

.shoplist .list .about .icon li:last-child span {
	padding: 0;
	background-color: inherit;
}

.shoplist .list .direct {
	margin-top: 60px;
}

.shoplist .list article + article {
	margin-top: 80px;
}

.shoplist .list article h2 {
	padding: .6em 1em;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	line-height: 1;
	background-color: #aaa;
}

.shoplist .list article.direct h2 {
	background-color: #0d525d;
}

.shoplist .list article h2:before {
	display: inline-block;
	content: "\f041";
	font-family: "FontAwesome";
	padding-right: .6em;
}

.shoplist .list article.direct h2:before {
	content: "\f005";
}

.shoplist .list article > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.shoplist .list article > ul > li {
	position: relative;
	width: 32%;
	padding: 20px 2%;
	text-align: center;
	border: 1px solid #ccc;
}

.shoplist .list article > ul > .drive {
	border: 2px solid #e65943;
}

.shoplist .list article > ul > .drive:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	display: inline-block;
	width: 3em;
	height: 3em;
	background-image: url(../img/shoplist/mark_drive.png);
	background-size: contain;
}

.shoplist .list article > ul > li:nth-child(n+4) {
	margin-top: 30px;
}

.shoplist .list article > ul > li h3 a {
	color: #17a2b6;
}

.shoplist .list article > ul > li h3 a:hover {
	color: #0d525d;
	text-decoration: underline;
}

.shoplist .list article > ul > li .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 1em;
}

.shoplist .list article > ul > li .icon li {
	width: 2em;
	padding: .2em;
	background-color: #aaa;
	border-radius: 4px;
}

.shoplist .list article > ul > li .icon li + li {
	margin-left: .4em;
}

.shoplist .list article > ul > li .icon .sale {
	background-color: #27ae60;
}

.shoplist .list article > ul > li address {
	margin-top: 1em;
	font-size: .9em;
}

.shoplist .list article > ul > li address small:before {
	content: '〒';
	display: inline-block;
}

.shoplist .list article > ul > li .tel {
	margin-top: 1em;
}

.shoplist .list article > ul > li .tel:before {
	content: '\f095';
	display: inline-block;
	color: #aaa;
	font-size: .9em;
	font-family: 'FontAwesome';
	padding-right: .4em;
}

.shoplist .agency {
	margin-top: 80px;
	text-align: center;
}

.shoplist .agency h2 {
	font-size: 1.4em;
}

.shoplist .agency h2 + p {
	margin-top: 1em;
}

.shoplist .agency .link_wrapper {
	margin-top: 30px;
}

.shoplist .agency .link_wrapper a {
	display: inline-block;
	padding: .6em 2em;
	font-weight: bold;
	border: 2px solid #333;
	border-radius: 10em;
}

.shoplist .agency .link_wrapper a:hover {
	color: #fff;
	background-color: #333;
}

.haihai {
	margin-bottom: 50px;
}

.haihai header {
	background-color: #333;
}

.haihai header h1 a {
	display: inline-block;
	padding: 1.6em 0;
}

.haihai header h1 a img {
	height: 1em;
}

.haihai main {
	margin-top: 30px;
}

.haihai main h2 {
	font-size: 1.4em;
}

.haihai main .hm_backBtn_pos {
	margin-top: 30px;
}

.haihai main .hm_backBtn_pos a {
	display: block;
	padding: 1em;
	color: #fff;
	background-color: #333;
	border-color: transparent;
	border-radius: 4px;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.haihai main .hm_backBtn_pos a:hover {
	color: #333;
	background-color: transparent;
	border-color: #333;
}

.haihai main #hm_upper_msg {
	margin-top: 1em;
}

.haihai main #hm_required_msg {
	padding: .4em;
	margin-top: 20px;
	text-align: center;
	background-color: #eee;
}

.haihai main .required {
	display: inline-block;
	padding: .1em .4em;
	margin-right: 1em;
	color: #fff;
	font-size: .8em;
	background-color: #fc5c65;
}

.haihai main .error_list {
	padding: 1em;
	margin-top: 20px;
	color: #fc5c65;
	background-color: #feeeef;
	border: 2px solid #fc5c65;
	border-radius: 4px;
}

.haihai main .error_list li::before {
	display: inline-block;
	content: '・';
	padding-right: .4em;
}

.haihai main .inputform {
	margin-top: 30px;
}

.haihai main .inputform,
.haihai main .inputform table,
.haihai main .inputform tbody,
.haihai main .inputform tr,
.haihai main .inputform th,
.haihai main .inputform td {
	display: inherit;
}

.haihai main .inputform tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.haihai main .inputform tr .column {
	display: block;
	width: 30%;
	padding: 1em;
}

.haihai main .inputform tr .data {
	display: block;
	width: 70%;
	padding: 1em;
}

.haihai main .inputform td {
	width: 100%;
}

.haihai main .inputform td input {
	width: 100%;
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.haihai main .inputform td input[type=radio] {
	width: auto;
	padding: 0;
	margin: 0;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

.haihai main .inputform td select {
	width: 100%;
	padding: 1em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}

.haihai main .inputform td #hm_comment_1 {
	display: none;
}

.haihai main .inputform .submit {
	margin-top: 3em;
}

.haihai main .backtop {
	margin-top: 40px;
	text-align: center;
}

.haihai main .backtop p + p {
	margin-top: 30px;
}

.haihai main .backtop p a {
	display: block;
	padding: 1em;
	color: #fff;
	background-color: #333;
	border-radius: 4px;
}

.mailcampaign {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	word-break: break-all;
	color: #333;
	padding: 30px 0;
	color: #222;
	background: url("/img/mailcampaign/bg.png") no-repeat center center, #efe25e;
}

.haihai .mailcampaign {
	padding: 50px 0;
	background-position: bottom center;
}

.mailcampaign .inner {
	max-width: 600px;
}

.mailcampaign .title {
	text-align: center;
}

.mailcampaign p {
	padding: 0 18%;
	margin-top: 1em;
	text-align: center;
}

.mailcampaign .regist {
	margin-top: 30px;
}

.mailcampaign .regist a {
	display: block;
	padding: .8em;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	background-color: #222;
	border: 2px solid transparent;
	border-radius: 10px;
}

.mailcampaign .regist a:hover {
	color: #222;
	background-color: transparent;
	border-color: #222;
}

.close_campaign {
	text-align: center;
	margin: 200px 0 100px;
}

.close_campaign h1 {
	font-size: 1.6em;
	font-weight: bold;
}

.close_campaign p {
	margin-top: 1em;
}

.back_top {
	margin-top: 50px;
}

.back_top a {
	display: inline-block;
	padding: 1em 3em;
	color: #fff;
	background-color: #333;
	border: 2px solid transparent;
	border-radius: 10em;
}

.back_top a:hover {
	color: inherit;
	background-color: inherit;
	border-color: #333;
}

.reet_gallery .back_top {
	margin: 50px 0;
}

.reet_gallery .back_top .inner {
	text-align: center;
}

.error_404 {
	padding-top: 58px;
	margin: 100px 0;
}

.error_404 .title {
	text-align: center;
}

.error_404 .title h1 {
	color: #888;
}

.error_404 .title h1 strong {
	display: block;
	color: #333;
	font-size: 2em;
	font-weight: bold;
}

.error_404 .title p {
	margin-top: 40px;
}

.error_404 .link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}

.error_404 .link ul li {
	margin: 1em;
}

.error_404 .link ul li a {
	display: inline-block;
	color: #1aabc1;
}

.error_404 .link ul li a::before {
	display: inline-block;
	content: '\f0da';
	padding-right: .4em;
	color: transparent;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.error_404 .link ul li a:hover {
	color: inherit;
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
}

.error_404 .link ul li a:hover::before {
	color: inherit;
}

.fixed_link_wrap {
  position: fixed;
  top: 78px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  z-index: 11;
}

.fixed_link_wrap li {
  width: 50%;
}

.fixed_link_wrap .modify_link {
  width: 100%;
}

.fixed_link_wrap li a {
  display: block;
  padding: .8em;
  color: #fff;
  text-align: center;
  transition: .3s all;
  opacity: .9;
}

.fixed_link_wrap li a:hover {
  opacity: 1;
}

.fixed_link_wrap li .spec_link {
  background-color: #30336b;
}

.fixed_link_wrap li .buy_link {
  background-color: #b71540;
}

.fixed_link_wrap .modify_link a {
	color: #000;
	font-weight: bold;
  background-color: #ffa502;
}

@media screen and (max-width: 959px) {
  .fixed_link_wrap {
    top: 65px;
  }

  .fixed_link_wrap li a {
    padding: .8em;
  }
}

@media screen and (max-width: 768px) {
	html {
		font-size: 13px;
	}

	.contactpage .howto {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 50px;
		border-bottom: 1px solid #ccc;
	}

	.contactpage .howto li {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		border-top: 1px solid #ccc;
	}

	.contactpage .howto li + li {
		border-left: none;
	}

	.contactpage .howto li a {
		padding: 2em 1em;
	}

	.contactpage .contact_tel ul {
		display: block;
		margin-top: 20px;
	}

	.contactpage .contact_tel ul li {
		width: auto;
	}

	.contactpage .contact_tel ul li + li {
		margin-top: 20px;
	}

	.contactpage .contactform dl > * {
		padding: inherit;
	}

	.contactpage .contactform dt {
		width: 100%;
	}

	.contactpage .contactform dd {
		width: 100%;
	}

	.contactpage .contactform dl > dd {
		padding-top: 0 !important;
		margin-top: 30px !important;
		border: none !important;
	}

	.contactpage .contactform dd input,
	.contactpage .contactform dd select {
		padding: 1em;
	}

	.contactpage .contactform dd .select_wrap::after {
		right: 1em;
	}

	.mailmagazine h2 + ul {
		display: block;
	}

	.mailmagazine h2 + ul li {
		width: auto;
	}

	.mailmagazine h2 + ul li + li {
		margin-top: 2em;
	}

	.mailmagazine h2 + ul li:last-child {
		margin-top: 3em;
	}

	.mailmagazine ul li span {
		font-size: inherit;
	}

	.mailmagazine ul li input {
		padding: 1em;
	}

	.official_store main h1 small {
		display: block;
		padding-left: 0;
	}

	.official_store main .detail {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.official_store main .detail .swiper-container {
		width: 100%;
	}

	.official_store main .detail address {
		display: block;
		width: 100%;
		max-width: auto;
		margin-top: 30px;
	}

	.official_store main .map {
		padding-bottom: 56.25%;
	}

	.official_store main .option li {
		width: auto;
		margin: 0;
	}

	.official_store main .option li + li {
		margin-top: 50px;
	}

	.official_store main .option li:nth-child(even) {
		margin-left: 0;
	}

	.official_store main .option li p small {
		display: block;
	}

	.faq .faq_wrapper .faq_contents {
		width: 100%;
	}

	.faq .faq_wrapper .faq_contents:nth-child(even) {
		margin-left: 0;
	}

	.faq .faq_wrapper .faq_contents:not(:first-child) {
		margin-top: 50px;
	}

	.psv_bg {
		background-color: rgba(143, 145, 147, 0.3);
	}

	.mgy_bg {
		background-color: rgba(55, 58, 67, 0.3);
	}

	.rbl_bg {
		background-color: rgba(51, 74, 134, 0.3);
	}

	.pye_bg {
		background-color: rgba(239, 228, 94, 0.3);
	}

	.cbk_bg {
		background-color: rgba(52, 52, 52, 0.3);
	}

	.pwh_bg {
		background-color: rgba(226, 219, 213, 0.3);
	}

	.prd_bg {
		background-color: rgba(234, 64, 75, 0.3);
	}

	.spk_bg {
		background-color: rgba(240, 170, 187, 0.3);
	}

	.lbl_bg {
		background-color: rgba(96, 226, 245, 0.3);
	}

	.llv_bg {
		background-color: rgba(138, 181, 220, 0.3);
	}

	.goods .mv h2 br {
		display: none;
	}

	.goods .mv h2 small {
		display: block;
	}

	.goods .mv h2 small span {
		display: block;
		padding-right: 0;
	}

	.goods .about {
		background-size: cover;
	}

	.goods .about .inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

	.goods .about .img {
		padding: 0 10%;
		width: 100%;
		text-align: center;
	}

	.goods .about .txt {
		margin-top: 30px;
	}

	.goods .lineup > div ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
	}

	.goods .lineup > div ul li:nth-child(n + 4) {
		margin-top: 0;
	}

	.goods .lineup > div ul li > div {
		width: 30%;
	}

	.goods .lineup > div ul li h3 {
		width: 70%;
		color: #666;
		text-align: center;
	}

	.goods .other article,
	.goods .other article .txt .detail {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}

	.goods .other article .swiper-container,
	.goods .other article .txt .detail dl {
		width: 100%;
	}

	.goods .other article .txt,
	.goods .other article .txt .detail ul {
		width: 100%;
		margin-top: 30px;
	}

	.review .questionnaire dl > * {
		padding: inherit;
	}

	.review .questionnaire dt {
		width: 100%;
	}

	.review .questionnaire dd {
		width: 100%;
	}

	.review .questionnaire dl > dd {
		padding-top: 0 !important;
		margin-top: 30px !important;
		border: none !important;
	}

	.review .questionnaire dd input,
	.review .questionnaire dd select {
		padding: 1em;
	}

	.review .questionnaire dd > label::after {
		right: 1em;
	}

	.salesagent .text-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		width: auto;
	}

	.salesagent .text-block article {
		width: auto;
	}

	.salesagent .text-block article + article {
		margin-top: 30px;
	}

	.salesagent .wpcf7-response-output.wpcf7-mail-sent-ok {
		width: auto;
	}

	.salesagent dl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		width: auto;
		padding: 20px;
	}

	.salesagent dl dt {
		width: 100%;
		font-weight: bold;
		font-size: .9em;
	}

	.salesagent dl dd {
		width: 100%;
	}

	.salesagent dl dd + dt {
		margin-top: 40px !important;
	}

	.salesagent dl dt + dd {
		margin-top: 0.6em !important;
	}

	.salesagent dl dd input {
		padding: 1em .6em;
	}

	.salesagent .wpcf7-radio > span {
		margin: 0;
		margin-right: 1em;
	}

	.salesagent .wpcf7-radio > span label {
		padding: 1em;
		padding-left: 0;
	}

	.salesagent dl dd .wpcf7-form-control-wrap.shop-style {
		width: 100%;
	}

	.salesagent dl dd ul li + li {
		margin-top: .6em;
	}

	.salesagent .privacy .inner {
		width: auto;
	}

	.salesagent .check .inner {
		width: auto;
		padding: 20px;
	}

	.shoplist .list article > ul > li {
		width: 48%;
	}

	.shoplist .list article > ul > li:nth-child(n+3) {
		margin-top: 20px;
	}

	.mailcampaign .inner {
		width: 98%;
	}

	.mailcampaign p {
		padding: 0 14%;
	}

	.haiso_chien ul {
		display: block;
	}

	.haiso_chien ul li {
		width: 90%;
	}
}

.chien_title {
	color: #e84118;
	font-size: 120%;
	text-align: center;
	padding: 1.5em 0;
}

.haiso_chien {
	border: solid 1px #ccc;
	padding: 1.5em;
}

.haiso_chien ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.haiso_chien ul li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	width: 25%;
	font-size: 110%;
	text-align: center;
}

.haiso_chien ul li p {
	color: #e84118;
}

.SP_view {
	display: none;
}

.PC_view {
	display: block;
}

body.reviewcampaign main {
	text-align: center;
}

body.reviewcampaign div.contentinner {
	width: 800px;
	padding: 3em 0;
	color: #333333;
	margin: 0 auto;
}

body.reviewcampaign div.contentinner article {
	text-align: left;
	padding-bottom: 2em;
}

.mainVisualcampaignwrapper {
	width: 100%;
	background: #d61e1f;
	text-align: center;
	padding: 5em 0 2em 0;
}

.mainVisualcampaignwrapper h1 {
	width: 900px;
	margin: 0 auto;
}

body.reviewcampaign div.contentinner h2 {
	padding-bottom: 2em;
}

body.reviewcampaign div.contentinner h3 {
	padding-bottom: 1.5em;
}

ul.reviewflow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1em;
}

ul.reviewflow li {
	width: 183px;
	margin-left: 1em;
	text-align: left;
}

ul.reviewflow li p {
	padding: 0.3em;
}

ul.presentslist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-wrap: wrap; */
	/* flex-wrap: wrap; */
	margin: 0 auto;
	/* width: 650px; */
}

ul.presentslist li {
	width: 288px;
	margin-bottom: 1.5em;
	margin-right: 1em;
}

body.reviewcampaign div.contentinner ul.presentslist li a.presentslistbtn {
	background: #d61e1f;
	text-align: center;
	color: #fff;
	padding: 1.1em;
	display: block;
	border: solid 1px #d61e1f;
	border-radius: 5px;
	margin-top: 2em;
}

body.reviewcampaign div.contentinner ul.presentslist li a.presentslistbtn:hover {
	background: #fff;
	color: #d61e1f;
}

ul.presentslist li:nth-child(even) {
	/* margin-left: 3em; */
}

ul.presentslist li figure {
	font-size: 130%;
	text-align: center;
	padding: 0em 0;
	display: block;
}

ul.presentslist li figure img {
	margin-bottom: 0.5em;
}

ul.presentslist li figure span {
	display: block;
}

.reviewothertxt h3 {
	padding-top: 1.5em;
}

.reviewothertxt p {
	padding-left: 1em;
	padding-bottom: 0.3em;
	text-indent: -1em;
}

.reviewothertxt a:hover {
	text-decoration: underline;
}

body.reviewcampaign .reviewbottom_button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 2em;
}

body.reviewcampaign .reviewbottom_button li {
	width: 43.5%;
	margin-left: 1em;
}

body.reviewcampaign .reviewbottom_button li:hover img {
	opacity: 0.7;
}

@media screen and (max-width: 480px) {
	.xeam_index .lineup ul {
		display: block;
	}

	.xeam_index .lineup ul li {
		width: auto;
		padding: .6em;
	}

	.xeam_index .lineup ul li a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		/* -webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; */
		padding: 1.8em .6em;
		position: relative;
	}

	.xeam_index .lineup ul li a img {
		width: 30%;
	}

	.xeam_index .lineup ul li .txt {
		/* width: 70%; */
		margin-top: 0;
		text-align: left;
		display: flex;
		gap: 1.6rem;
		align-items: center;
	}

	.xeam_index .lineup ul li img.brandLogo {
		width: auto;
		height: 12px;
		margin-bottom: unset;
		position: absolute;
		top: 8px;
		right: 8px;
	}

	/* .xeam_index .lineup ul li h3 {
		display: inline-block;
	} */

	/* .xeam_index .lineup ul li .type {
		display: inline-block;
	} */

	.xeam_index .lineup ul li .price {
		margin-top: .4em;
		text-align: right;
	}
	.xeam_index .lineup ul li .pricebox {
		margin-top: unset;
	}

	.xeam_index .lineup ul li h3 {
		margin-top: 0;
	}

	ul.presentslist {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 90%;
	}

	ul.presentslist li {
		width: 100%;
		text-align: center;
		border: solid 0px red;
		padding: 0px;
	}

	ul.presentslist li img {
		width: 100%;
	}

	ul.presentslist li:nth-child(even) {
		margin-left: 0em;
	}
}

.reviewbannerwrapper {
	text-align: center;
	padding: 1.5em 0;
}

.reviewbannerwrapper img:hover {
	opacity: 0.7;
}

.bottan_shop_reserve {
	display: block;
}

.bottan_shop_reserve a {
	display: inline-block;
	border-radius: 25px;
	padding: 1em 2.5em;
	text-align: center;
	color: #fff;
	font-size: 115%;
	margin: 0 auto;
	background: #eb1b34;
	margin-top: 1em;
}

.inc_soldout {
	position: fixed;
	top: 74px;
	left: 0;
	width: 100%;
	padding: .8em;
	background-color: rgba(0, 0, 0, .6);
	z-index: 20;
}

.inc_soldout p {
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.inc_option_list {
	margin-top: 30px;
}

.inc_option_list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.inc_option_list h3 {
	margin-top: 40px;
}

.inc_option_list li + li {
	border-top: 1px solid #ccc;
}

.inc_option_list li p {
	margin: 0;
}

.inc_option_list li .img {
	width: 8%;
}

.inc_option_list li .img a {
	display: block;
}

.inc_option_list li .img img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	transition: .3s all;
}

.inc_option_list li .img a:hover img {
	opacity: .8;
}

.inc_option_list li .txt {
	display: flex;
  flex-direction: column;
	width: 90%;
	text-align: left;
}

.inc_option_list li .txt .menu a:not([href]):hover {
	cursor: text;
}

.inc_option_list li .txt .menu a[href] {
	color: #3ebdd4;
}

.inc_option_list li .txt .menu a[href]:hover {
	text-decoration: underline;
}

.inc_option_list li .txt .caution {
	margin-block: .4em;
	font-size: .8em;
	color: #ea1e28;
}

.inc_option_list li .txt .model_num {
	margin-top: .2em;
	font-size: .9em;
	color: #888;
}

.inc_option_list li .txt .model_num::before {
	content: '型番 : ';
}

.inc_option_list li .txt .price {
	margin-top: auto;
	font-size: 1.4em;
	text-align: right;
}

.inc_option_list li .txt .price::before {
	content: '¥';
	font-size: .8em;
}

.inc_option_list li .txt .price::after {
	content: '(税込)';
	padding-left: .2em;
	font-size: .6em;
}

@media screen and (max-width:560px) {

	.inc_soldout {
		top: 60px;
	}

	.inc_option_list li .img {
		width: 14%;
	}

	.inc_option_list li .img img {
		width: 50px;
		height: 50px;
	}

	.inc_option_list li .txt {
		width: 82%;
	}
}

.current_campaign {
	padding: 40px 0 20px;
	margin: 60px 0;
	background-color: #fef7ea;
}

.current_campaign h2 {
	font-size: 1.4em;
	text-align: center;
}

.current_campaign ul {
	display: flex;
	justify-content: center;
}

.current_campaign ul li {
	width: 46%;
	margin: 30px 2%;
	text-align: center;
}

.current_campaign ul li.notheld {
	color: #888;
}

.current_campaign ul li a {
	display: inline-block;
}

.current_campaign ul li a img {
	max-width: 100%;
	transition: .3s;
}

.current_campaign ul li a:hover img {
	filter: brightness(1.1);
	transform: translateY(-2px);
}

.key_battery_replace {
	margin: 50px 0;
}

.key_battery_replace h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.youtube_responsive {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 30px;
}

.youtube_responsive iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cpx_tcmax_eol {
	padding: 30px 0;
	margin: 50px 0;
	color: #fff;
	text-align: center;
	background-color: #60a3bc;
}

.cpx_tcmax_eol h2 {
	padding: 0!important;
	margin: 0!important;
	font-size: 1.4em!important;
	font-weight: bold!important;
	color: inherit!important;
}

.cpx_tcmax_eol p strong {
	text-decoration: underline;
}

.helmet_stock_page {
	margin-top: 100px;
}

.helmet_stock_page .title {
	text-align: center;
}

.helmet_stock_page .title h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.helmet_stock_page .title p {
	margin-top: 1em;
}

.helmet_stock_page main .stock_list {
	margin-top: 60px;
}

.helmet_stock_page main .stock_list h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.helmet_stock_page main .stock_list table {
	width: 100%;
	margin-top: 30px;
}

.helmet_stock_page main .stock_list table thead tr {
	color: #fff;
	background-color: #333;
}

.helmet_stock_page main .stock_list table .out_of_stock {
	background-color: #eee;
}

.helmet_stock_page main .stock_list table tr > * {
	padding: .6em 1em;
	border: 1px solid #aaa;
}

.helmet_stock_page main .stock_list table .goggle {
	text-align: center;
}

.helmet_stock_page main .stock_list table .stock {
	text-align: right;
}

@media screen and (max-width: 767px) {
	.helmet_stock_page main .stock_list table {
		font-size: .8em;
	}

	.helmet_stock_page main .stock_list table tr > * {
		padding: .6em;
	}
}

@media screen and (min-width: 768px) {
	.review_inner {
		padding-block: 12rem;
	}
}

.review_backtotop {
	padding-top: 2rem;
}

@media screen and (min-width: 768px) {
	.review_backtotop {
		padding-block: 4rem;
	}
}