@charset "UTF-8";

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
	display: none;
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	/* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

@font-face {
	font-family: 'icomoon';
	src: url("../font/icomoon/fonts/icomoon.eot?htdtum");
	src: url("../font/icomoon/fonts/icomoon.eot?htdtum#iefix") format("embedded-opentype"), url("../font/icomoon/fonts/icomoon.ttf?htdtum") format("truetype"), url("../font/icomoon/fonts/icomoon.woff?htdtum") format("woff"), url("../font/icomoon/fonts/icomoon.svg?htdtum#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content         : "　";
	background      : url("/wp-content/themes/hyacca/pc/assets/img/common/icon-instagram.svg") no-repeat center;
	background-size : 17px auto
}

.icon-twitter:before {
	content         : "　";
	background      : url("/wp-content/themes/hyacca/pc/assets/img/common/icon-x.svg") no-repeat center;
	background-size : 17px auto
}

.icon-pinterest:before {
	content: "\e900";
}

.icon-equalizer:before {
	content: "\e901";
}

.icon-mail:before {
	content: "\e902";
}

.icon-search:before {
	content         : "　";
	background      : url("/wp-content/themes/hyacca/pc/assets/img/common/icon-search.svg") no-repeat right;
	background-size : 15px auto;
}

.icon-bag:before {
	content         : "　";
	background      : url("/wp-content/themes/hyacca/pc/assets/img/common/icon-cart.svg") no-repeat center;
	background-size : 26px auto;
}

.icon-favorite:before {
	content: "\e905";
}

.icon-register:before {
	content: "\e906";
}

.icon-login:before {
	content: "\e907";
}

.icon-external:before {
	content: "\e908";
}

#head-icon-shiryou {
	padding: 5px 0 5px 30px;
	content         : "　";
	background      : url("/wp-content/themes/hyacca/pc/assets/img/common/icon-shiryou.svg") no-repeat left;
	background-size : 21px auto;
}

.icon-help-popup {
	background: url("https://asset.hyacca.online/wp-content/themes/hyacca/pc/assets/img/common/help@2x.png") no-repeat center;
	background-size: 16px auto;
	padding: 12px;
}

/* Slider */

.slick-loading .slick-list {
	background: #ffffff url("../img/lib/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url("../font/lib/slick/fonts/slick.eot");
	src: url("../font/lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../font/lib/slick/fonts/slick.woff") format("woff"), url("../font/lib/slick/fonts/slick.ttf") format("truetype"), url("../font/lib/slick/fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */

ins {
	background-color: #fff;
	color: #000000;
	text-decoration: none;
}

/* change colours to suit your needs */

mark {
	background-color: #ffff99;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

html {
	color: #000000;
	font-weight: 500;
	font-size: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.8;
}

a {
	color: #000000;
	text-decoration: none;
	opacity: 1;
}

a:hover {
	color: #000000;
	text-decoration: none;
	opacity: 0.8;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 0;
	vertical-align: bottom;
}

input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
	display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

caption,
th,
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

main {
	display: block;
}

.container__main {
	margin-bottom: 80px;
}

.js-show-fadein-out {
	visibility: visible !important;
	-webkit-animation: show-fadein-out 0.8s ease forwards;
	animation: show-fadein-out 0.8s ease forwards;
}

@-webkit-keyframes show-fadein-out {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes show-fadein-out {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.balloon {
	display: block;
	position: relative;
	width: 100%;
	height: 44px;
	border: 1px solid #ff0000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ff0000;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 42px;
	text-align: center;
}

.balloon::before {
	display: block;
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-bottom: 6px solid #ff0000;
	content: "";
}

.balloon--1 {
	width: 260px;
	height: auto;
	padding: 15px;
	border: 1px solid #888888;
	background: #ffffff;
	color: #000000;
	line-height: 1.8;
	text-align: left;
}

.balloon--1::before {
	top: -25px;
	left: auto;
	right: 45px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: 12px solid transparent;
	border-bottom: 12px solid #888888;
}

.balloon--1::after {
	display: block;
	position: absolute;
	top: -24px;
	right: 45px;
	border: 12px solid transparent;
	border-bottom: 12px solid #ffffff;
	content: "";
}

.balloon__item-thumb-list {
	margin-bottom: 20px;
}

.balloon__ellipsis {
	margin-bottom: 20px;
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1;
	text-align: center;
}

.balloon__ellipsis > span {
	font-weight: bold;
}

.breadcrumb {
	font-size: 0;
	width: 100%;
	max-width: 1060px;
	margin: 10px auto;
}

.breadcrumb__item {
	display: inline;
	color: #777777;
	font-size: 12px;
	line-height: 1.6;
	white-space: normal;
	word-break: break-word;
	letter-spacing: 1px;
}

.breadcrumb__item.hidden {
	display: none;
}

.breadcrumb__item > a {
	color : #BFAB84;
}

.breadcrumb__item > a:hover {
	color           : #BFAB84;
	text-decoration : underline;
}

.breadcrumb__item::after {
	content: ">";
	margin: 0 4px 0 0;
	font-size: 9px;
	/*! line-height: 376%; */
	color: #777;
	position: relative;
	top: -2px;
}

.breadcrumb__item:last-child::after {
	content: none;
}

.btn-trigger {
	width: 22px;
	height: 15px;
	padding: 24px 20px 23px;
	cursor: pointer;
}

.btn-trigger__inner {
	position: relative;
	width: 22px;
	height: 1px;
	background: #000000;
}

.btn-trigger__inner::before {
	position: absolute;
	top: 7px;
	left: 0;
	width: 22px;
	height: 1px;
	background: #000000;
	content: "";
}

.btn-trigger__inner::after {
	position: absolute;
	top: 14px;
	left: 0;
	width: 22px;
	height: 1px;
	background: #000000;
	content: "";
}

.btn-trigger--2__inner {
	width: 100%;
	height: 100%;
	background: transparent;
}

.btn-trigger--2__inner::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn-trigger--2__inner::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-trigger--3 {
	width: 18px;
	height: 18px;
	padding: 0;
}

.btn-trigger--3__inner {
	width: 100%;
	height: 100%;
	background: transparent;
}

.btn-trigger--3__inner::before {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.btn-trigger--3__inner::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-wrapper {
	width: 200px;
}

.btn-wrapper__title {
	display: block;
	margin-bottom: 5px;
	line-height: 1.2;
}

.btn {
	display: block;
	width: 100%;
	height: 44px;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 42px;
	font-family: "Lato", sans-serif;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	color: #000000;
}

.btn > i {
	position: relative;
	top: -0.1em;
	margin-left: 10px;
	font-size: 10px;
	font-size: 0.625rem;
	vertical-align: middle;
}

.btn--1 {
	color: #ffffff;
	background: #000000;
}

.btn--1:hover {
	color: #ffffff;
}

.btn--3 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: bold;
}

.btn--4 {
	width: 360px;
}

.btn--clear {
	color: #000000;
}

.btn--5 {
	width: 140px;
	height: 28px;
	line-height: 26px;
	font-weight: normal;
	font-size: 11px;
	font-size: 0.6875rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.btn--6 {
	width: 200px;
	border: 1px solid #888888;
	background: #888888;
}

.btn--7 {
	border: 1px solid #888888;
	background: #888888;
}

.btn--8 {
	width: 200px;
}

.btn:hover {
	text-decoration: none !important;
}

.btn:hover {
	opacity: 0.6;
}

.cart-table-2 {
	width: 200px;
}

.cart-table-2__title {
	width: 40%;
	padding-bottom: 10px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	text-align: right;
	vertical-align: middle;
}

.cart-table-2__title--1 {
	padding-bottom: 0;
	font-weight: bold;
}

.cart-table-2__item {
	width: 60%;
	padding: 0 0 10px 10px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	text-align: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

.cart-table-2__item--1 {
	padding-bottom: 0;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
}

.cart-table {
	width: 100%;
}

.cart-table__title {
	padding: 0 15px 15px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}

.cart-table__title--1 {
	padding-left: 0;
}

.cart-table__title--7 {
	padding-right: 0;
}

.cart-table__item {
	padding: 15px;
	border-bottom: 1px solid #cccccc;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cart-table__item--1 {
	width: 15%;
	padding-left: 0;
}

.cart-table__item--2 {
	width: 20%;
}

.cart-table__item--3 {
	width: 15%;
}

.cart-table__item--4 {
	width: 15%;
}

.cart-table__item--5 {
	width: 15%;
}

.cart-table__item--6 {
	width: 15%;
}

.cart-table__item--7 {
	width: 5%;
	padding-right: 0;
}

.cart-table__btn-trigger {
	margin: 0 auto;
}

.checkbox {
	display: block;
	line-height: 1;
	cursor: pointer;
}

.checkbox > input {
	display: none;
}

.checkbox > input:checked + span::after {
	display: block;
	position: absolute;
	top: 1px;
	left: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 3px;
	height: 6px;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	content: "";
}

.checkbox > span {
	display: block;
	position: relative;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
}

.checkbox > span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
}

.company-info-sec {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #888888;
	font-size: 12px;
	margin-top : 40px;
}

.company-info-sec__title {
	margin-bottom: 20px;
	color: #888888;
	font-weight: 700;
	line-height: 1.2;
}

.company-info-sec__list > dt {
	margin-bottom: 10px;
	line-height: 1.2;
}

.company-info-sec__list > dd {
	margin-bottom: 15px;
}

.company-info-sec__list > dd:last-child {
	margin-bottom: 0;
}

.container {
	min-width: 1040px;
	margin: 0 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container__g-nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 183px;
	overflow: hidden;
}

.container__content {
	margin: 0 auto;
}

.container--index__main-visual {
	margin-bottom: 80px;
}

.container--products-detail__main {
	padding-left: 220px;
}

.content-list-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.content-list-2__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 47%;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

.content-list-2__item:nth-last-child(2):nth-child(odd) {
	margin-bottom: 0;
}

.content-list-2__item:last-child {
	margin-bottom: 0;
}

.content-list-2__item-photo {
	width: 35%;
}

.content-list-2__item-content {
	width: 58%;
}

.content-list-2__item-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 110px;
}

.content-list-2__item-logo > img {
	width: auto;
	max-height: 70px;
}

.content-list-2__item-text {
	margin-bottom: 20px;
}

.content-list {
	border-bottom: 1px solid #eeeeee;
}

.content-list > dt {
	position: relative;
	padding: 25px 25px 25px 2em;
	border-top: 1px solid #eeeeee;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	cursor: pointer;
}

.content-list > dt::before {
	position: absolute;
	top: 25px;
	left: 0;
	content: "Q.";
}

.content-list > dt > span::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 9px;
	background: #000000;
	content: "";
}

.content-list > dt > span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 1px;
	background: #000000;
	content: "";
}

.content-list > dt.js-current > span::before {
	content: none;
}

.content-list > dd {
	position: relative;
	font-size: 13px;
	font-size: 0.8125rem;
	padding: 0 0 25px 2em;
}

.content-list > dd > p {
	margin-bottom: 15px;
}

.content-list > dd > p:last-child {
	margin-bottom: 0;
}

.content-list > dd::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A.";
}

.content-sec {
	position: relative;
	width: 400px;
	padding: 60px 40px 40px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}

.content-sec__title {
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.content-sec__text {
	margin-bottom: 10px;
}

.content-sec__text span {
	font-weight: bold;
}

.content-sec p.content-sec__text span.red {
	color: #ff0000;
}

.content-sec p.content-sec__text span.red a{
	text-decoration: underline;
	color: #ff0000;
}

.content-sec__text > a {
	text-decoration: underline;
}

.content-sec__text > a:hover {
	text-decoration: none;
}

.content-sec__text:last-child {
	margin-bottom: 0;
}

.content-sec__btn-trigger {
	position: absolute;
	top: 0;
	right: 0;
}

.content {
	width: 100%;
	max-width: 1060px;
}

.content__title {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}

.content--law__sec,
.content--company-info__sec{
	max-width: 1100px;
	margin: 0 auto;
}

.content--law__inner p.news {
	padding-bottom: 55px;
	font-weight: bold;
	color: #ff0000;
}

.content--law__inner p.news a {
	text-decoration: underline;
	color: #ff0000;
}

.content--law__sec,
.content--company-info__sec{
	margin-bottom: 30px;
}

.content--law__sec:last-child {
	margin-bottom: 0;
}

.content--brandlist__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.content--privacy-policy__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.content--privacy-policy__sec {
	margin-bottom: 30px;
}

.content--privacy-policy__sec:last-child {
	margin-bottom: 0;
}

.content--site-policy {
	font-size: 13px;
	font-size: 0.8125rem;
}

.content--site-policy__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.content--site-policy__sec {
	margin-bottom: 30px;
}

.content--site-policy__sec:last-child {
	margin-bottom: 0;
}

.content--site-map__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto;
}

.content--site-map__column {
	width: calc((100% - 80px) / 3);
}

.content--contact__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.content--contact__text--1 {
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 0.8125rem;
}

.content--contact__text--2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2;
}

.content--contact__text--3 {
	margin-bottom: 30px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.2;
	text-decoration: underline;
}

.content--contact__text--4 {
	margin-bottom: 15px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2;
	color: #ff0000;
}

.content--customer-guide__title--1 {
	margin-bottom: 30px;
}

.content--customer-guide__inner--1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto;
}

.content--customer-guide__inner--2 {
	max-width: 1100px;
	margin: 0 auto;
}

.content--customer-guide__text--1 {
	padding-bottom: 30px;
	color: #cccccc;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1;
	text-align: center;
}

.content--customer-guide__column--1 {
	width: calc((100% - 40px) / 2);
}

.content--customer-guide__sec {
	margin-bottom: 30px;
}

.content--customer-guide__sec:last-child {
	margin-bottom: 0;
}

.content--products__title {
	margin-bottom: 0;
}

.content--products__inner {
	margin-bottom: 80px;
}

.content--products__inner:last-child {
	margin-bottom: 0;
}

.content--products__inner--2 {
	max-width: 1000px;
	margin: 0 auto;
}

.content--products__product-image-sec {
	float: left;
	width: calc(100% - 280px);
}

.content--products__product-info-sec-wrapper {
	position: relative;
	float: right;
	width: 240px;
	padding-top: 50px;
}

.content--products__header {
	position: relative;
	margin: 10px 0 60px;
}

.content--products__search-sec-item:nth-child(1) {
	z-index: 1;
}

.content--products__sort-sec {
	z-index: 1;
}

.content--products__cart-table {
	margin-bottom: 40px;
}

.content--products__cart-table:last-child {
	margin-bottom: 0;
}

.content--products__cart-table-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 40px;
}

.content--products__btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.content--products-2 {
	max-width: none;
	*zoom: 1;
}

.content--products-2::after {
	content: "";
	display: table;
	clear: both;
}

.content--feature__title {
	margin-bottom: 80px;
	padding-bottom: 0;
	border-bottom: none;
}

.content--feature__sub-title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.content--feature__text {
	margin-bottom: 80px;
	text-align: center;
	font-size: 14px;
}

.content--feature__local-nav {
	margin-bottom: 80px;
}

.content--feature__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.content--feature__inner--2 {
	max-width: 800px;
}

.content--feature__inner--3 {
	max-width: none;
}

.content--manners__title {
	margin-bottom: 80px;
	padding-bottom: 0;
	border-bottom: none;
}

.content--manners__sub-title {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	text-align: center;
}

.content--manners__text {
	margin-bottom: 80px;
	text-align: center;
	font-size: 13px;
	font-size: 0.8125rem;
}

.content--manners__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.customer-list {
	font-size: 0;
}

.customer-list__item {
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
}

.customer-list__item:nth-child(1) {
	position: relative;
	margin-right: 20px;
}

.customer-list__item:nth-child(1) > span {
	cursor: pointer;
}

.customer-list__item:nth-child(1) > span > i {
	position: relative;
	top: -0.1em;
	margin-right: 10px;
	font-size: 20px;
	font-size: 1.25rem;
	vertical-align: middle;
}

.customer-list__item:nth-child(1) > span:hover > span {
	text-decoration: underline;
}

.customer-list__item:nth-child(2) {
	margin-right: 20px;
}

.customer-list__item:nth-child(2) > a > i {
	position: relative;
	top: -0.1em;
	margin-right: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	vertical-align: middle;
}

.customer-list__item:nth-child(2) > a:hover > span {
	text-decoration: underline;
}

.customer-list__item:nth-child(3) {
	position: relative;
	margin-right: 20px;
}

.customer-list__item:nth-child(3) > a > i {
	display: inline-block;
	position: relative;
	top: -0.1em;
	margin-right: 5px;
	font-size: 22px;
	font-size: 1.375rem;
	vertical-align: middle;
}

.customer-list__item:nth-child(3) > a > i > span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	font-size: 0.625rem;
	line-height: 16px;
	text-align: center;
}

.customer-list__item:nth-child(3):hover > a > span {
	text-decoration: underline;
}

.customer-list__item:nth-child(3):hover .customer-list__balloon {
	visibility: visible;
	opacity: 1;
}

.customer-list__item:nth-child(4) > a > i {
	display: inline-block;
	position: relative;
	top: 0em;
	margin-right: 5px;
	font-size: 1.075rem;
	vertical-align: middle;
}

.customer-list__search-sec {
	position: absolute;
	top: 50%;
	left: -210px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.customer-list__balloon {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	right: 0px;
}

.detail-sec {
	position: relative;
	width: 70%;
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
}

.detail-sec__list {
	width: 100%;
	padding: 60px 40px 0;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	*zoom: 1;
}

.detail-sec__list::after {
	content: "";
	display: table;
	clear: both;
}

.detail-sec__list-item-wrapper--1 {
	float: left;
	width: 48%;
	margin: 0 4% 40px 0;
}

.detail-sec__list-item-wrapper--1:nth-child(even) {
	margin-right: 0;
}

.detail-sec__list-item-wrapper--1.single {
	float: none;
	width: 100%;
	margin: 0 4% 40px 0;
}

.detail-sec__list-item-wrapper--2 {
	float: left;
	width: 30%;
	margin: 0 5% 40px 0;
}

.detail-sec__list-item-wrapper--2:nth-child(3n) {
	margin-right: 0;
}

.detail-sec__list-item-wrapper--3 {
	float: left;
	width: 22%;
	margin: 0 4% 40px 0;
}

.detail-sec__list-item-wrapper--3:nth-child(4n) {
	margin-right: 0;
}

.detail-sec__list-item-photo {
	display: block;
	margin-bottom: 10px;
}

.detail-sec__btn-trigger {
	position: absolute;
	top: 0;
	right: 0;
}

.equalizer-list {
	width: 100%;
	line-height: 1;
}

.equalizer-list__item > span:hover {
	color: #000000;
}

.equalizer-list__item.js-current {
	color: #000000;
}

.equalizer-list--lv-1 {
	font-size: 0;
	text-align: center;
}

.equalizer-list--lv-1__item {
	display: inline-block;
	margin-right: 30px;
	text-align: left;
	vertical-align: top;
}

.equalizer-list--lv-1__item > span {
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
}

.equalizer-list--lv-1__item:last-child {
	margin-right: 0;
}

.equalizer-list--lv-2__item {
	padding: 6px 0;
	color: #aaaaaa;
	font-size: 12px;
	font-size: 0.75rem;
	cursor: pointer;
}

.equalizer-sec {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.equalizer-sec__title {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	text-align: right;
	cursor: pointer;
}

.equalizer-sec__title::before {
	content: "絞り込み";
}

.equalizer-sec__title.js-current::before {
	content: "閉じる";
}

.equalizer-sec__title > i {
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	margin-left: 10px;
}

.equalizer-sec__list-wrapper {
	background: #ffffff;
}

.equalizer-sec__list-wrapper--lv-1 {
	margin-top: 38px;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #eee;
}

.equalizer-sec__list-wrapper--lv-2 {
	display: inline-block;
}

.equalizer-sec__equalizer-list {
	margin-bottom: 40px;
}

.equalizer-sec__btn-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.category-text {
	font-size: 14px;
	margin-top: 20px;
}

.category-text span.assist{
	color: #888888;
	font-size: 11px;
}

.category-text a {
	text-decoration: underline;
}

.item-conten-later-hikidemono-takuhai-link {
	padding-top: 10px;
}

.f-nav {
	width: 35%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	line-height: 1.2;
}

.f-nav__brand-site-sec {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	font-size: 0.75rem;
	vertical-align: top;
}

.f-nav__brand-site-sec-title {
	margin-bottom: 13px;
	font-weight: 700;
}

.f-nav__brand-site-sec-title > a {
	color: #888888;
}

.f-nav__brand-site-sec-title > a > i {
	position: relative;
	top: -0.1em;
	margin-left: 10px;
	font-size: 10px;
	font-size: 0.625rem;
	vertical-align: middle;
}

.f-nav__brand-site-sec-title > a:hover > span {
	text-decoration: underline;
}

.f-nav__brand-site-sec-list > li {
	padding: 7px 0 7px 0;
}

.f-nav__brand-site-sec-list > li > a {
	color: #888888;
}

.f-nav__brand-site-sec-list > li > a:hover {
	text-decoration: underline;
}

.f-nav__brand-site-sec-list > li:last-child {
	margin-bottom: 0;
}

.f-nav__right-column {
	display: inline-block;
	font-size: 12px;
	font-size: 0.75rem;
}

.f-nav__contact-sec {
	margin-bottom: 40px;
}

.f-nav__contact-sec-title {
	margin-bottom: 13px;
	color: #888888;
	font-weight: 700;
}

.f-nav__contact-sec-list-item {
	padding: 0 0 7px 0;
}

.f-nav__contact-sec-list-item > a {
	color: #888888;
}

.f-nav__contact-sec-list-item > a > i {
	position: relative;
	top: -0.1em;
	margin-left: 10px;
	font-size: 10px;
	font-size: 0.625rem;
	vertical-align: middle;
}

.f-nav__contact-sec-list-item > a:hover {
	text-decoration: underline;
}

.f-nav__contact-sec-list-item--1 > a:hover {
	text-decoration: none;
}

.f-nav__contact-sec-list-item--1 > a:hover > span {
	text-decoration: underline;
}

.f-nav__contact-sec-list-item:last-child {
	margin-bottom: 0;
}

.f-nav__list > li {
	padding: 7px 0 7px 0;
}

.f-nav__list > li > a {
	color: #888888;
}

.f-nav__list > li > a:hover {
	text-decoration: underline;
}

.f-nav__list > li:last-child {
	margin-bottom: 0;
}

.footer {
	padding: 60px 260px;
	background: #eeeeee;
}

.footer__inner-3 {
	min-width: 940px;
	max-width: 1360px;
	margin: 0 auto;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer__logo {
	display: inline-block;
	margin-right: 30px;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 25px;
}

.footer__sns-list {
}

.footer__copyright {
	font-size: 12px;
	color: #888888;
}

.footer__top-btn {
	display: inline-block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: translateX(-11px) rotate(90deg);
	-ms-transform: translateX(-11px) rotate(90deg);
	transform: translateX(-11px) rotate(90deg);
	padding-left: 25px;
	font-weight: 700;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1;
	font-family: "Lato", sans-serif;
	cursor: pointer;
}

.footer__top-btn::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 5px;
	height: 1px;
	background: #000000;
	content: "";
}

.footer__top-btn::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	background: #000000;
	content: "";
}

.footer__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 auto 60px;
}

.footer__inner-2 {
	margin: 0 auto 30px;
	font-size: 0;
	text-align: center;
}

.form-2 {
	display: block;
}

.form {
	display: block;
}

.form__list {
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
}

.form__item-title {
	float: left;
	padding: 20px 20px 0 0;
	width: 210px;
	border-top: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
}

.form__item-title:first-child {
	padding: 0 20px 0 0;
	border-top: none;
}

.form__attention {
	display: inline-block;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	margin-left: 10px;
	padding: 0 6px;
	background: #ff0000;
	font-weight: normal;
	font-size: 11px;
	font-size: 0.6875rem;
	color: #ffffff;
}

.form__item {
	margin-left: 210px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form__item input[type="text"] {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 0.8125rem;
}

.form__item textarea {
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-size: 0.8125rem;
	vertical-align: bottom;
}

.form__item::after {
	content: '';
	display: block;
	clear: both;
}

.form__item:nth-of-type(1) {
	padding: 0 0 20px 0;
	border-top: none;
}

.form__btn {
	margin: 0 auto;
}

.g-nav-list-2 {
	line-height: 1;
}

.g-nav-list-2__item.js-current > span::before {
	display: none;
}

.g-nav-list-2--lv-1__item {
	border-bottom: 1px solid #000000;
}

.g-nav-list-2--lv-1__item > span {
	display: block;
	position: relative;
	padding: 18px 15px 18px 0;
	font-weight: 700;
	font-family: "Lato", sans-serif;
	cursor: pointer;
}

.g-nav-list-2--lv-1__item > span::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 9px;
	background: #000000;
	content: "";
}

.g-nav-list-2--lv-1__item > span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 3px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 1px;
	background: #000000;
	content: "";
}

.g-nav-list-2--lv-1__item:first-child {
	border-top: 1px solid #000000;
}

.g-nav-list-2--lv-2 {
	padding: 0 0 18px 15px;
}

.g-nav-list-2--lv-2__item > span {
	display: block;
	position: relative;
	padding: 8px 15px 8px 0;
	cursor: pointer;
}

.g-nav-list-2--lv-2__item > span::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 9px;
	background: #000000;
	content: "";
}

.g-nav-list-2--lv-2__item > span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 1px;
	background: #000000;
	content: "";
}

.g-nav-list-2--lv-2__item > a {
	display: block;
	padding: 8px 15px 8px 0;
}

.g-nav-list-2--lv-2__item:last-child > .g-nav-list-2--lv-3 {
	padding-bottom: 0;
}

.g-nav-list-2--lv-3 {
	padding: 0 0 6px 15px;
}

.g-nav-list-2--lv-3__item > a {
	display: block;
	padding: 6px 15px 6px 0;
	font-size: 11px;
	font-size: 0.6875rem;
}

.g-nav-list-3__btn {
	margin-bottom: 15px;
}

.g-nav-list-3__btn:last-child {
	margin-bottom: 0;
}

.g-nav-list {
	line-height: 1.2;
}

.g-nav-list--lv-1__item > span {
	display: block;
	padding: 10px 0 10px 0;
	font-weight: 700;
	font-size: 18px;
	font-size: 1.125rem;
	font-family: "Lato", sans-serif;
	/* cursor: pointer; */
}

.g-nav-list--lv-1__item:last-child > .g-nav-list--lv-2 {
	padding-bottom: 0;
}

.g-nav-list--lv-2 {
	padding: 0 0 6px 20px;
}

.g-nav-list--lv-2__item > span,
.g-nav-list--lv-2__item > a {
	display: block;
	padding: 6px 0 6px 0;
	color: #000000;
	font-size: 14px;
	font-size: 0.875rem;
	cursor: pointer;
}

.g-nav-list--lv-2__item.js-current > span,
.g-nav-list--lv-2__item.js-current > a {
	color: #000000;
	text-decoration: underline;
}

.g-nav-list--lv-2__item--1 {
	letter-spacing: 0;
}

.g-nav-list--lv-2__item:last-child > .g-nav-list--lv-3 {
	padding-bottom: 0;
}

.g-nav-list--lv-3 {
	padding: 0 0 5px 20px;
}

.g-nav-list--lv-3__item > span,
.g-nav-list--lv-3__item > a {
	display: block;
	padding: 5px 0 5px 0;
	cursor: pointer;
}

.g-nav-list--lv-3__item.js-current > span,
.g-nav-list--lv-3__item.js-current > a {
	text-decoration: underline;
}

.g-nav-list--lv-3__item.list-lv-3 {
	padding-left: 10px;
}

.g-nav-list__item .header-subtitle {
	margin : 0 0 15px 0;
}

.g-nav-list--magazine .magazine-banner {
	margin : 15px 0 0 0;
}

.g-nav {
	width: 200px;
	height: 100%;
	overflow-y: auto;
}

.g-nav__inner {
	position: relative;
	width: 183px;
	padding-bottom: 40px;
}

.g-nav__g-nav-list {
	padding-bottom: 40px;
}

.g-nav__g-nav-list-2 {
	margin-bottom: 40px;
}

.guide-list-sec {
	width: 560px;
	margin: 0 auto;
}

.guide-list-sec__title {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
}

.guide-list-sec__list {
	font-size: 0;
	text-align: center;
}

.guide-list-sec__list-item {
	display: inline-block;
	margin-right: 30px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
}

.guide-list-sec__list-item:last-child {
	margin-right: 0;
}

.guide-list-sec__list-item > a:hover {
	text-decoration: underline;
}

.header {
	z-index: 100;
	width: 100%;
	height: 120px;
	min-width: 1200px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}

.header-padding {
	padding: 15px 90px 0;
}

.header__inner {
	position: relative;
	height: 60px;
}

.header__logo {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header__account-btn {
	position: absolute;
	top: 7px;
	right: 145px;
	font-size: 0.75rem;
	line-height: 16px;
}

.header__account-btn > a:hover {
	text-decoration: underline;
}

.header__account-btn > .favorite-logout-btn:hover {
	text-decoration: underline;
}

.header__sns-list {
	position: absolute;
	top: -2px;
	right: 0;
}

.header__customer-list {
	position: absolute;
	right: 0;
	bottom: 0;
}

.item-list {
	/* Arrows */
	/* Dots */
}

.item-list__item-photo {
	display: block;
	margin-bottom: 15px;
}

.item-list .slick-list {
	margin-right: -20px;
}

.item-list .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.item-list .slick-slide {
	margin-right: 20px;
}

.item-list .slick-slide a:focus {
	outline: none;
}

.item-list .slick-prev,
.item-list .slick-next {
	top: auto;
	bottom: 0px;
	z-index: 10;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.item-list .slick-prev:before,
.item-list .slick-next:before {
	opacity: 1;
	font-size: 0;
	line-height: 0;
}

.item-list .slick-prev:hover:before,
.item-list .slick-next:hover:before {
	opacity: 1;
}

.item-list .slick-prev {
	left: 50%;
	-webkit-transform: translateX(-85px);
	-ms-transform: translateX(-85px);
	transform: translateX(-85px);
}

.item-list .slick-prev:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #888888;
	border-left: 2px solid #888888;
	content: '';
}

.item-list .slick-next {
	right: 50%;
	-webkit-transform: translateX(85px);
	-ms-transform: translateX(85px);
	transform: translateX(85px);
}

.item-list .slick-next:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #888888;
	border-right: 2px solid #888888;
	content: '';
}

.item-list.slick-dotted.slick-slider {
	margin-bottom: 0;
	padding-bottom: 50px;
}

.item-list .slick-dots {
	left: 0;
	bottom: 0;
}

.item-list .slick-dots li {
	width: 18px;
	margin: 0 0;
}

.item-list .slick-dots li button {
	width: 18px;
	padding: 0;
}

.item-list .slick-dots li button:before {
	display: block;
	opacity: 0.2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #000000;
	font-size: 0;
	line-height: 0;
	content: '';
}

.item-list .slick-dots li.slick-active button:before {
	opacity: 1;
}

.item-thumb-list__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.item-thumb-list__item:last-child {
	margin-bottom: 0;
}

.item-thumb-list__item-thumb {
	width: 60px;
}

.item-thumb-list__item-content {
	width: calc(100% - 75px);
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2;
}

.item-thumb-list__item-content > a {
	display: block;
	margin-bottom: 8px;
	color: #888888;
	cursor: pointer;
}

.item-thumb-list__item-content > a:hover {
	color: #888888;
	text-decoration: underline;
}

.item-thumb-sec {
	position: relative;
	padding-bottom: 50px;
}

.item-thumb-sec__list-item-photo {
	display: block;
	margin-bottom: 15px;
}

.item-thumb-sec__list-item-content span:nth-of-type(1) {
	display: block;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.item-thumb-sec__list-item-content span:nth-of-type(2) {
	display: block;
	padding-right: 10px;
}

.item-thumb-sec__button-prev {
	position: absolute;
	left: 50%;
	bottom: -6px;
	-webkit-transform: translateX(-85px);
	-ms-transform: translateX(-85px);
	transform: translateX(-85px);
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.item-thumb-sec__button-prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #888888;
	border-left: 2px solid #888888;
	content: "";
}

.item-thumb-sec__button-next {
	position: absolute;
	right: 50%;
	bottom: -6px;
	-webkit-transform: translateX(85px);
	-ms-transform: translateX(85px);
	transform: translateX(85px);
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.item-thumb-sec__button-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 2px solid #888888;
	border-right: 2px solid #888888;
	content: "";
}

.item-thumb-sec__pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1;
	text-align: center;
}

.item-thumb-sec__pagination > .swiper-pagination-bullet {
	display: inline-block;
	opacity: 0.2;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 100%;
	background: #000000;
	cursor: pointer;
}

.item-thumb-sec__pagination > .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000000;
}

.item-thumb-sec a:hover {
	text-decoration: underline;
}

.page__modal {
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
}

.page.js-modal .page__body {
	overflow: hidden;
}

.page.js-modal.js-modal-content-1 .page__modal--1 {
	visibility: visible;
	opacity: 1;
}

.page.js-modal.js-modal-content-2 .page__modal--2 {
	visibility: visible;
	opacity: 1;
}

.page.js-modal.js-modal-content-3 .page__modal--3 {
	visibility: visible;
	opacity: 1;
}

.page.js-modal.js-modal-content-4 .page__modal--4 {
	visibility: visible;
	opacity: 1;
}

.label-text-sec__inner {
	padding-bottom: 10px;
	border-bottom: 1px solid #888888;
}

.label-text-sec__title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
}

.label-text-sec__list-item {
	padding: 8px 0;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.2;
	cursor: pointer;
}

.label-text-sec__list-item:hover {
	text-decoration: underline;
}

.link-list-2 {
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.link-list-2__item {
	margin-bottom: 15px;
}

.link-list-2__item:hover {
	text-decoration: underline;
	cursor: pointer;
}

.link-list-2__item:last-child {
	margin-bottom: 0;
}

.link-list-3 {
	font-size: 0;
	text-align: right;
}

.link-list-3__item {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	font-size: 0.75rem;
}

.link-list-3__item:last-child {
	margin-right: 0;
}

.link-list-3__item--1 > a {
	display: block;
	position: relative;
	padding-right: 15px;
}

.link-list-3__item--1 > a:hover {
	text-decoration: underline;
}

.link-list-3__item--1 > a::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
}

.link-list-3__item--2 > a > i {
	position: relative;
	top: -0.1em;
	margin-left: 10px;
	font-size: 10px;
	font-size: 0.625rem;
	vertical-align: middle;
}

.link-list-3__item--2 > a:hover > span {
	text-decoration: underline;
}

.link-list {
	line-height: 1.2;
}

.link-list__item > a {
	position: relative;
}

.link-list__item > a:hover {
	text-decoration: underline;
}

.link-list__item > a::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
}

.link-list--lv-1__item > span,
.link-list--lv-1__item > a {
	display: block;
	padding: 8px 20px 8px 0;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
}

.link-list--lv-1__item:last-child > .link-list--lv-2 {
	padding-bottom: 0;
}

.link-list--lv-1__item--1 > span,
.link-list--lv-1__item--1 > a {
	padding: 7px 20px 7px 0;
	font-weight: normal;
	font-size: 13px;
	font-size: 0.8125rem;
}

.link-list--lv-2 {
	padding: 0 0 6px 20px;
}

.link-list--lv-2__item > span,
.link-list--lv-2__item > a {
	display: block;
	padding: 6px 20px 6px 0;
}

.link-sec {
	margin-bottom: 30px;
	line-height: 1.2;
}

.link-sec__title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
}

.link-sec__title > span,
.link-sec__title > a {
	display: block;
	padding: 9px 0;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	font-family: "Lato", sans-serif;
}

.link-sec__title > a {
	position: relative;
}

.link-sec__title > a:hover {
	text-decoration: underline;
}

.link-sec__title > a::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
}

.link-sec:last-child {
	margin-bottom: 0;
}

.local-nav {
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.local-nav__item {
	display: inline-block;
	border-right: 1px solid #cccccc;
	padding: 0 3% 0;
}

.local-nav__item > a {
	display: inline-block;
	position: relative;
	padding: 5px 0 20px;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.local-nav__item > a:hover {
	opacity: 0.6;
}

.local-nav__item > a::after {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	content: "";
}

.local-nav__item:last-child {
	border-right: none;
}

.logo {
	width: 166px;
	height: auto;
}

.logo > a {
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.logo > a:hover {
	opacity: 0.6;
}

.logo--1 {
	width: 130px;
}

.main-visual {
	position: relative;
}

.main-visual__pagination {
	position: absolute;
	right: 10px;
	bottom: 15px;
	z-index: 10;
	width: 100%;
	line-height: 1;
	text-align: right;
}

.main-visual__pagination > .swiper-pagination-bullet {
	display: inline-block;
	opacity: 0.2;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 100%;
	background: #000000;
	cursor: pointer;
}

.main-visual__pagination > .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000000;
}

.header__top_news {
	position: absolute;
	top: -90px;
	font-size: 12px;
	line-height: 20px;
	z-index: 110;
	height: 65px;
}

.taxonomy__top_news {
	margin: 0 0 20px 0;
	line-height: 20px;
}

.header__top_news span,
.taxonomy__top_news span{
	font-weight: bold;
}

.header__top_news span.second{
	display: inline-block;
	margin-top: 7px;
}

.header__top_news span.cR{
	color: #ff0000;
}

.header__top_news a{
	text-decoration: underline;
}

.modal {
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.8);
}

.modal__inner {
	display: table;
	width: 100%;
	height: 100%;
}

.modal__content {
	display: table-cell;
	padding: 40px;
	vertical-align: middle;
}

.page__notice-sec {
	width: 100%;
	height: 36px;
	min-width: 1200px;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 36px;
	text-align: right;
}

.page__notice-sec a {
	color: #ffffff;
	text-decoration: underline;
}

.page__notice-sec > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.page__header {
	position: relative;
	z-index: 100;
	width: 100%;
	min-width: 1200px;
	height: 166px;
}

.page__container {
	position: relative;
	margin-bottom: 80px;
}

.page__modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
}

.pagination-1 {
	font-size: 0;
	width: 100%;
	text-align: right;
}

.pagination-1__item {
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1;
}

.pagination-1__item--1 {
	margin-right: 10px;
}

.pagination-1__item--1 > a:hover {
	text-decoration: underline;
}

.pagination-1__item--2 {
	margin-right: 10px;
}

.pagination-1__item--2 > a::after {
	display: inline-block;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8.7px 5px;
	border-color: transparent transparent #000000 transparent;
	content: "";
}

.pagination-1__item--3 > a::after {
	display: inline-block;
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 8.7px 5px;
	border-color: transparent transparent #000000 transparent;
	vertical-align: middle;
	content: "";
}

.pagination-2 {
	font-size: 0;
	text-align: center;
}

.pagination-2__inner {
	margin-bottom: 20px;
	line-height: 30px;
}

.pagination-2__item {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	font-size: 13px;
	font-size: 0.8125rem;
}

.pagination-2__item:hover {
	text-decoration: underline;
}

.pagination-2__item--prev {
	position: relative;
	height: 30px;
	margin-right: 20px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.pagination-2__item--prev::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
}

.pagination-2__item--prev:hover {
	opacity: 0.6;
}

.pagination-2__item--next {
	position: relative;
	height: 30px;
	margin-left: 20px;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.pagination-2__item--next::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
}

.pagination-2__item--next:hover {
	opacity: 0.6;
}

.pagination-2__item.js-current {
	background: #cccccc;
}

.pagination-2__total {
	color: #888888;
	font-size: 12px;
	font-size: 0.75rem;
}

.manner-contents {
	margin: 50px auto;
}

.manner-contents ul {
	margin: 0 auto;
}

.manner-contents ul li {
	display: inline-block;
	vertical-align: top;
}

.manner-contents ul li.title-image {
	width: 125px;
	padding: 30px 30px 0 25px;
}

.manner-contents ul li.title-image img {
	width: 100%;
}

.manner-contents ul li.text {
	width: 32%;
}

.manner-contents ul li.text a {
	display: block;
}

.manner-contents ul li.text:last-child {
	padding: 0 0 0 30px;
}


.manner-contents ul li.text p.title {
	font-size: 15px;
	border-bottom: 2px solid;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
}

.manner-contents ul li.text p.description {
	overflow: hidden;
	height: 96px;
	font-size: 10px;
	line-height: 160%;
	word-break: break-all;
}

.manner-contents ul li.text span.more {
	color: #444444;
	text-align: right;
	display: block;
	position: relative;
	top: -17px;
	background-color: #ffffff;
	width: 47px;
	margin: 0 0 0 auto;
}

.manner-contents ul li.text span.more:hover {
	color: #000000;
}

.product-image-sec__inner {
	margin-bottom: 80px;
}

.product-image-sec__type-sec {
	margin-bottom: 40px;
}

.product-image-sec__type-sec-title {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
}

.product-image-sec__item-list-sec {
	margin-bottom: 80px;
}

.product-image-sec__item-list-sec:last-child {
	margin-bottom: 0;
}

.product-image-sec__item-list-sec-title {
	position: relative;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1;
	text-align: center;
}

.product-image-sec__item-list-sec-title::before {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000000;
	content: "";
}

.product-image-sec__item-list-sec-title::after {
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000000;
	content: "";
}

.product-image-sec__item-list-sec-title-inner {
	display: inline-block;
	position: relative;
	z-index: 1;
	padding: 0 10px;
	background: #ffffff;
	font-width : bold;
}

.product-info-sec {
	position: relative;
	width: 240px;
	padding-top: 40px;
}

.product-info-sec__header {
	margin-bottom: 40px;
}

.product-info-sec__pagination {
	position: absolute;
	top: 0;
	right: 0;
}

.product-info-sec__title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.product-info-sec__price {
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.product-info-sec__price > span {
	font-weight: normal;
	font-size: 10px;
	font-size: 0.625rem;
}

.product-info-sec__code {
	margin-bottom: 5px;
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1;
}

.item-information {
	margin: 30px 0 0 0;
}

.product-info-sec__shipping-date {
	margin: 40px 0 0 0;
}

.item-information .group {
	display: flex;
}

.item-information .group .title {
	font-weight: bold;
	flex-basis: 75px;
}

.item-information .title-red {
	font-weight: bold;
	flex-basis: 75px;
	color: #ff0000;
}

.item-information .group .contents {
	margin: 0 0 0 10px;
	font-weight: bold;
}

.item-information p.assist {
	color: #888888;
	font-size: 11px;
}

.item-information p.assist a {
	font-size: 11px;
	text-decoration: underline;
}

.item-information p.assist-black {
	color: #000000;
	font-size: 11px;
}

.item-information p.assist-black a {
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
}

.item-information .socialgift_assist_btn {
	color: #888888;
	font-size: 11px;
	text-decoration: underline;
}

.item-information .group ul.contents li{
	margin: 0 0 10px 0;
	text-decoration: underline;
}

.item-information .hassoumotolink a {
	text-decoration: underline;
}
.item-information .hassoumotolink a:hover {
	opacity: 0.5;
}


.product-info-sec__remaining {
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1;
}
.product-info-sec__remaining-assist {
	color: #888888;
	font-size: 11px;
	line-height: 1.5;
	padding-top: 5px;
}
.product-info-sec__remaining-assist a {
	color: #888888;
	text-decoration: underline;
}

.product-info-sec__quantity-sec {
	margin-bottom: 40px;
}

.product-info-sec__quantity-sec > span {
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 10px;
}

.product-info-sec__separate-sec {
	margin-bottom: 40px;
}

.product-info-sec__type-sec {
	margin-bottom: 40px;
}

.product-info-sec__trial-sec {
	margin-bottom: 40px;
}

.product-info-sec__trial-sec > label {
	margin-bottom: 10px;
}

.product-info-sec__trial-sec > a {
	color: #888888;
	font-size: 11px;
	font-size: 0.6875rem;
	text-decoration: underline;
}

.product-info-sec__trial-sec > a:hover {
	text-decoration: none;
}

.product-info-sec__label-text-sec {
	margin-bottom: 40px;
}

.product-info-sec__total-sec {
	margin: 15px 0 40px;
	padding-top: 40px;
	border-top: 2px solid #000000;
}

.product-info-sec__total-sec-inner {
	position: relative;
	line-height: 18px;
	text-align: right;
}

.product-info-sec__total-sec-inner::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px dotted #000000;
	content: "";
}

.product-info-sec__total-sec-inner > span {
	display: inline-block;
}

.product-info-sec__total-sec-inner > span:nth-child(1) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-right: 5px;
	background: #ffffff;
	font-size: 14px;
	font-size: 0.875rem;
}

.product-info-sec__total-sec-inner > span:nth-child(2) {
	position: relative;
	padding-left: 5px;
	background: #ffffff;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.125rem;
}

.product-info-sec__total-sec-inner > span:nth-child(2) > span {
	position: relative;
	top: -0.1em;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11px;
	font-size: 0.6875rem;
}

.product-info-sec__btn-sec {
	margin-bottom: 40px;
}

.product-info-sec__btn-sec-item {
	margin-bottom: 15px;
}

.product-info-sec__btn-sec-item:last-child {
	margin-bottom: 0;
}

.product-info-sec__sns-list {
	text-align: center;
}

.product-info-sec__notice {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #888888;
}

.product-info-sec__subtotal {
	margin-top: 15px;
}

.product-info-sec__subtotal--1 {
	padding-top: 15px;
	border-top: 1px solid #888888;
}

.product-info-sec__subtotal-inner {
	position: relative;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.product-info-sec__subtotal-inner span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
}

.product-info-sec__balloon {
	margin-top: 10px;
}

.search-sec__search {
	width: 200px;
	padding: 10px;
	border: 1px solid #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}

.sec-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 45px;
}

.sec-2-title {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
}

.howtosend .howtosend-list .title {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.howtosend .howtosend-list .group {
	margin: 0 0 70px 0;
}

.howtosend .howtosend-list .group li {
	font-weight: bold;
	font-size: 12px;
	margin: 0 30px 0 0;
	text-decoration: underline;
	display: inline-block;
}

.catalog_e-book .title {
	font-weight : bold;
	font-size   : 12px;
	margin      : 0 0 10px 0;
}

.catalog_e-book .catalog {
	display : flex;
	flex-wrap: wrap;
}

.catalog_e-book .catalog .btn-wrapper {
	width  : 150px;
	margin : 0 10px 15px 0;
}

.sec-2__item {
	width: 100%;
}

.sec-2__item--2 {
	width: 46.5%;
	margin-bottom: 60px;
}

.sec-2__item--3 {
	width: 47.5%;
	margin-bottom: 60px;
}

.sec-2__item--4 {
	width: 21.5%;
	margin-bottom: 40px;
}

.sec-2__item--5 {
	width: 30%;
	margin-bottom: 60px;
}

.sec-2__item--6 {
	width: 53%;
	margin-bottom: 0;
}

.sec-2__item--7 {
	width: calc((100% - 4px) / 5);
	margin-bottom: 0;
}

.sec-2__item--8 {
	width: calc((100% - 60px) / 4);
	margin-bottom: 0;
}

.sec-2__item-photo {
	display: block;
	margin-bottom: 15px;
}

.sec-2__item-content {
	text-align: center;
}

.sec-2__item-content span:nth-of-type(2) {
	font-size: 11px;
	font-size: 0.6875rem;
}

.sec-2__item-content span:nth-of-type(3) {
	display: inline-block;
	margin-top: 5px;
	color: #ff0000;
	font-weight: 700;
	font-family: "Taviraj", serif;
}

.sec-2__item-content--2 {
	text-align: left;
}

.sec-2__item-content--3 span:nth-of-type(1) {
	display: block;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sec-2__item-content--3 span:nth-of-type(2) {
	display: block;
	padding-right: 10px;
	font-size: 12px;
	font-size: 0.75rem;
}

.sec-2:last-child {
	margin-bottom: 0;
}

.sec-2--2 {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec-2--2__btn {
	margin: 0 10px;
}

.sec-2--3 {
	margin-bottom: 20px;
}

.sec-2 a:hover {
	text-decoration: underline;
}

.sec-3 {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 80px;
}

.sec-3:last-child {
	margin-bottom: 0;
}

.sec-3__title {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 40px;
}

.sec-3__title-inner {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: 0 120px 20px 0;
	border-bottom: 3px solid #000000;
}

.sec-3__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 1060px;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	border-bottom: 1px dotted #cccccc;
}

.sec-3__inner--2 {
	display: block;
}

.sec-3__inner:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.sec-3__column--1 {
	width: 57%;
}

.sec-3__column--2 {
	width: 36%;
}

.sec-3__column--3 {
	width: 46%;
}

.sec-3__sub-title {
	display: inline-block;
	margin-bottom: 30px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.sec-3__text {
	margin-bottom: 10px;
}

.sec-3__text:last-child {
	margin-bottom: 0;
}

.sec-4 {
	margin: -120px 0 80px 0;
	padding-top: 120px;
}

.sec-4:last-child {
	margin-bottom: 0;
}

.sec-4__header {
	margin-bottom: 40px;
	text-align: center;
}

.sec-4__title {
	display: inline-block;
	padding: 0 100px 20px;
	margin-bottom: 20px;
	border-bottom: 3px solid #000000;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
}

.sec-4__sub-title {
	font-weight: 500;
	font-family: "Taviraj", serif;
	line-height: 1;
}

.sec-4__photo {
	margin-bottom: 40px;
}

.sec-4__text {
	max-width: 600px;
	margin: 0 auto;
	font-size: 13px;
	font-size: 0.8125rem;
	text-align: center;
}

.sec-5 {
	margin-bottom: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #cccccc;
}

.sec-5--2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec-5--3 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.sec-5__inner {
	margin: 0 auto;
}

.sec-5__inner--1 {
	max-width: 1100px;
}

.sec-5__inner--2 {
	max-width: 940px;
}

.sec-5__inner--3 {
	max-width: 940px;
}

.sec-5__photo {
	margin-bottom: 80px;
}

.sec-5__photo--2 {
	width: 52%;
	margin-bottom: 0;
}

.sec-5__content {
	text-align: center;
}

.sec-5__content--2 {
	width: 34%;
	padding: 0 7%;
}

.sec-5__content-title {
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1;
	font-family: "Taviraj", serif;
}

.sec-5__content-title--1 {
	color: #e0af2b;
}

.sec-5__content-title--2 {
	color: #949763;
}

.sec-5__content-title--3 {
	color: #805b69;
}

.sec-5__content-title--4 {
	color: #2e3c4f;
}

.sec-5__content-title--5 {
	color: #af243c;
}

.sec-5__content-text {
	margin-bottom: 40px;
}

.sec-5__btn {
	margin: 0 auto;
}

.sec-5:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sec {
	padding-bottom: 30px;
	border-bottom: 1px dotted #cccccc;
}

.sec__title {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
}

.sec__title.margin-bottom-zero{
	margin-bottom: 0;
}

.content--law__sec img{
	width: 50%;
}

.content--law__sec .sec__title{
	line-height: 1.5;
}

.sec__item {
	margin-bottom: 20px;
	color: #333333;
}

.sec__item > a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.sec__item > a:hover {
	color: #333333;
	text-decoration: none;
}

.sec__item:last-child {
	margin-bottom: 0;
}

.sec__item-title {
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1;
}

.sec__item-content {
	margin-bottom: 20px;
}

.sec__item-content:last-child {
	margin-bottom: 0;
}

.sec__em {
	font-weight: bold;
}

.sec:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.selectbox-2 {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 30px;
}

.selectbox-2__box {
	width: 60px;
	height: 30px;
	padding-right: 15px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 0.875rem;
	text-align: center;
	cursor: pointer;
}

.selectbox-2__btn {
	background: transparent;
	display: block;
	position: absolute;
	right: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.selectbox-2__btn::after {
	display: block;
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	content: "";
}

.selectbox-2__btn--up {
	top: 0;
}

.selectbox-2__btn--up::after {
	top: 8px;
	border-width: 0 3px 5.2px 3px;
	border-color: transparent transparent #000000 transparent;
}

.selectbox-2__btn--down {
	bottom: 0;
}

.selectbox-2__btn--down::after {
	bottom: 8px;
	border-width: 5.2px 3px 0 3px;
	border-color: #000000 transparent transparent transparent;
}

.selectbox {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../img/common/arrow-select-1.svg);
	background-position: right 10px top 50%;
	background-size: 14px auto;
	background-repeat: no-repeat;
	font-size: 13px;
	font-size: 0.8125rem;
	cursor: pointer;
}

.separate-sec__title {
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
}

.separate-sec__list-item-title {
	padding-top: 10px;
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
}

.separate-sec__list-item-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #888888;
}

.separate-sec__list-item-left-column {
	width: calc(100% - 115px);
	font-size: 14px;
	font-size: 0.875rem;
}

.separate-sec__list-item-right-column {
	width: 105px;
	text-align: right;
}

.separate-sec__list-item-right-column > span {
	margin-right: 10px;
	font-size: 14px;
	font-size: 0.875rem;
}

.shop-sec {
	font-size: 12px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 30px 0;
	padding: 30px 0;
}

.shop-sec .shop-sec__list-wrapper {
	width: 172px;
}

.shop-sec__title {
	margin-bottom: 20px;
	color: #888888;
	font-weight: 700;
	line-height: 1.2;
}

.shop-sec__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.shop-sec__item {
	position: relative;
	width: 49%;
	background: #ffffff;
}

.shop-sec__item::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.shop-sec__item > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.shop-sec__item > a:hover {
	opacity: 0.6;
}

.shop-sec__item > a > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
}

.shop-sec__item--1 {
	margin: 0 2% 2% 0;
}

.shop-sec__item--1 > a > img {
	width: 70%;
}

.shop-sec__item--2 {
	margin: 0 0 2% 0;
}

.shop-sec__item--2 > a > img {
	width: 80%;
}

.shop-sec__item--3 {
	margin: 0 2% 0 0;
}

.shop-sec__item--3 > a > img {
	width: 45%;
}

.shop-sec__item--4 > a > img {
	width: 80%;
}

.sns-list {
	/*! font-size: 0; */
}

.sns-list__item {
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 16px;
}

.sns-list__item > a {
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.sns-list__item > a:hover {
	opacity: 0.6;
}

.sns-list__item:last-child {
	margin-right: 0;
}

.sort-sec {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 150px;
}

.sort-sec__title {
	position: relative;
	padding-right: 25px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
}

.sort-sec__title::before {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	content: "";
}

.sort-sec__title.js-current::before {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sort-sec__list-wrapper {
	position: relative;
}

.sort-sec__list {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 140px;
	border: 1px solid #cccccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	line-height: 1.2;
	text-align: center;
}

.sort-sec__list-item {
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
}

.sort-sec__list-item:last-child {
	border-bottom: none;
}

.text-list {
	padding-left: 1.5em;
}

.text-list__item {
	position: relative;
	margin-bottom: 5px;
}

.text-list__item:last-child {
	margin-bottom: 0;
}

.text-list__item > span:nth-child(1) {
	position: absolute;
	top: 0;
	left: -1.5em;
	font-weight: bold;
}

.text-list__item-title {
	margin-bottom: 10px;
	font-weight: bold;
}

.text-list__item-content {
	margin-bottom: 20px;
}

.text-list__item-content:last-child {
	margin-bottom: 0;
}

.text-list__item-content > a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.text-list__item-content > a:hover {
	color: #333333;
	text-decoration: none;
}

.text-list--1 {
	padding-left: 2.0em;
}

.text-list--1__item > span:nth-child(1) {
	left: -2.0em;
}

.text-list--2__item {
	margin-bottom: 20px;
}

.type-sec__title {
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
}

.type-sec__list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #888888;
}

.type-sec__list-item-title {
	width: calc(100% - 115px);
	font-weight: bold;
	font-size: 14px;
	font-size: 0.875rem;
}

.type-sec__list-item-content {
	width: 105px;
	text-align: right;
}

.type-sec__list-item-content > span {
	margin-right: 10px;
	font-size: 14px;
	font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
	.only-sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.only-pc {
		display: none;
	}
}


.category-banner {
	margin: -30px 0 20px 0;
}

.category-banner .banner-intext h2 {
	text-align: left;
}

.category-banner .banner-intext a {
	text-decoration: underline;
}

.category-banner .banner-intext .assist {
	color: #888888;
	font-size: 11px;
}

span.underline {
	text-decoration: underline;
}

#idKikanGenteiGai {
	display: none;
}

#idCampaignBanner.hidden {
	display : none !important;
}

#idCampaignBanner2.hidden {
	display : none !important;
}

.favorite-logout-btn{

	font-family: inherit;
	font-weight: 700;
	font-size: 100%;
	margin: 0 0 0 20px;
	padding: 0;
}