@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Swiper 4.4.6
 * 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: December 19, 2018
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
	transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
	touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
	touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
	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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .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;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	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%;
	transform: translate3d(0, -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%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -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%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform;
}

.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%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000;
}

.swiper-pagination-lock {
	display: none;
}

.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: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	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% {
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.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 {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	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;
	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 {
	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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}

html {
	overflow: auto;
	height: 100%;
	-ms-overflow-style: none;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-font-feature-settings: "pwid";
	font-feature-settings: "pwid";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #000;
}

body.is-open {
	overflow: hidden;
}

.bold {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
	body {
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	.bold {
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}

* {
	box-sizing: border-box;
}

main {
	display: block;
}

a {
	text-decoration: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

button,
input[type="text"],
input[type="submit"] {
	-webkit-appearance: none;
}

.sp {
	display: block;
}

@media (min-width: 769px) {
	.sp {
		display: none;
	}
}

.pc {
	display: none;
}

@media (min-width: 769px) {
	.pc {
		display: block;
	}
}

.pc-inline {
	display: none;
}

@media (min-width: 769px) {
	.pc-inline {
		display: inline-block;
	}
}

.container {
	position: relative;
}

.inner {
	width: 100%;
	padding: 0 6%;
	margin: 0 auto;
	max-width: 1300px;
}

.row {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.row-start {
	justify-content: flex-start;
}

.row-center {
	justify-content: center;
}

.row-align-center {
	align-items: center;
}

.row-align-start {
	align-items: flex-start;
}

.row-reverse {
	flex-direction: row-reverse;
}

@media (min-width: 769px) {
	.inner {
		padding: 0 50px;
	}
}

/* ----------------------------------------------------
 * header
---------------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

.header-inner {
	padding: 16px 5.5% 0 5%;
	margin: 0 auto;
}

.header-logo {
	width: 70px;
}

.sp-nav-btn {
	width: 50px;
	height: 50px;
	background: url(../img/menu_open.png) no-repeat bottom 10px center/22px #000;
	padding: 12px 17px;
}

.sp-nav-btn span {
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 0 0 6px;
	transition: all .3s;
}

.sp-nav-btn span:last-child {
	margin-bottom: 0;
}

.sp-nav-btn.is-open {
	background: url(../img/menu_close.png) no-repeat bottom 10px center/22px #fff;
}

.sp-nav-btn.is-open span {
	background: #000;
}

.sp-nav-btn.is-open span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}

.sp-nav-btn.is-open span:nth-of-type(2) {
	opacity: 0;
}

.sp-nav-btn.is-open span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
}

.header-menu-pc {
	display: none;
}

@media (min-width: 769px) {
	.header {
		padding: 0 0 30px;
		transition: .3s ease all;
	}

	.header.bg-add {
		background: rgba(255, 255, 255, 0.8);
	}

	.header-inner {
		height: auto;
		padding: 32px 0 0;
		max-width: 958px;
	}

	.header-logo {
		display: none;
	}

	.sp-nav-btn {
		display: none;
	}

	.header-menu-pc {
		display: block;
		width: 100%;
	}

	.header-menu-list {
		width: 100%;
	}

	.header-menu-list li {
		width: 19%;
		text-align: center;
		background: url(../img/border.png) no-repeat top left/auto 100%;
		height: 58px;
	}

	.header-menu-list li:nth-of-type(3) {
		width: 24%;
	}

	.header-menu-list li:last-child {
		background-image: url(../img/border.png), url(../img/border.png);
		background-repeat: no-repeat;
		background-position: top left, top right;
		background-size: auto 100%;
	}

	.header-menu-list li a {
		display: block;
		height: 100%;
		padding: 13px 0 0;
		font-size: 20px;
		text-align: center;
		color: #000;
		position: relative;
	}

	.header-menu-list li a span {
		font-size: 13px;
		display: block;
		margin-top: 10px;
	}

	.header-menu-list li a.header-menu-logo {
		top: -21px;
		display: inline-block;
	}

	.header-menu-list li a.header-menu-bd:before {
		content: '';
		width: 30px;
		height: 2px;
		background: #000;
		position: absolute;
		top: 0;
		left: calc(50% - 15px);
	}
}

/* ----------------------------------------------------
 * kv
---------------------------------------------------- */
.kv {
	margin-top: 88px;
	text-align: center;
}

@media (min-width: 769px) {
	.kv {
		margin-top: 0;
	}
}


@media screen and (max-width: 769px) {
	.kv {
		display: none;
	}
}

/* ----------------------------------------------------
 * info
---------------------------------------------------- */
.main-title {
	font-size: 15px;
	text-align: center;
	line-height: 1.65;
}

.main-title span {
	display: block;
	font-size: 30px;
}

.info {
	padding: 77px 0 100px;
}

.info-img {
	width: 100%;
	margin: 0 0 36px;
}

.info-text-wrap {
	width: 100%;
}

.info-text {
	line-height: 1.785;
	font-size: 14px;
	margin: 0 0 28px;
	text-align: justify;
}

.info-text-last {
	margin: 0 0 57px;
}

.reason-title {
	text-align: center;
	font-size: 15px;
	position: relative;
	z-index: 2;
	margin: 0 0 37px;
}

.reason-title:before {
	content: '';
	width: calc(100% + 8px);
	height: 1px;
	background: #c8c8c8;
	display: block;
	position: absolute;
	top: 8px;
	left: -4px;
	z-index: -1;
}

.reason-title span {
	display: inline-block;
	position: relative;
	background: #fff;
	padding: 0 18px;
}

.reason-item {
	width: 100%;
	height: 150px;
	text-align: center;
	margin: 0 0 25px;
}

.reason-item a {
	border-radius: 4px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 82px 0 0;
	color: #fff;
	background-color: #000;
	background-repeat: no-repeat;
}

.reason-item01 a {
	background-image: url(../img/reason_img01.png);
	background-size: 45px;
	background-position: top 15px center;
}

.reason-item02 a {
	background-image: url(../img/reason_img02.png);
	background-size: 48px;
	background-position: top 22px center;
}

.reason-item03 a {
	background-image: url(../img/reason_img03.png);
	background-size: 45px;
	background-position: top 22px center;
}

.reason-item04 a {
	background-image: url(../img/reason_img04.png);
	background-size: 48px;
	background-position: top 21px center;
}

.reason-item:last-child {
	margin: 0;
}

.reason-caption {
	text-align: center;
	font-size: 18px;
	margin: 0 0 7px;
}

.reason-caption span {
	display: inline-block;
	line-height: 1.5;
	padding: 0 0 0 27px;
	background: url(../img/reason_ico.png) no-repeat center left/15px;
}

.reason-text {
	font-size: 14px;
}

@media (min-width: 769px) {
	.main-title {
		font-size: 20px;
		line-height: 1.65;
		margin: 0 0 62px;
	}

	.main-title span {
		font-size: 42px;
		letter-spacing: 0.065em;
	}

	.info {
		padding: 111px 0 120px;
		background: url(../img/info_bg-pc.png) no-repeat top center/cover;
	}

	.info-img {
		width: 48.5%;
		margin: 0;
	}

	.info-text-wrap {
		width: 48.5%;
		position: relative;
		top: -8px;
	}

	.info-text {
		line-height: 2;
		font-size: 16px;
		margin: 0 0 31px;
	}

	.info-text-last {
		margin: 0;
	}

	.reason {
		margin: 76px 0 0;
	}

	.reason-title {
		font-size: 20px;
		margin: 0 0 38px;
	}

	.reason-title:before {
		content: none;
		width: calc(100% + 8px);
		height: 1px;
		background: #c8c8c8;
		display: block;
		position: absolute;
		top: 8px;
		left: -4px;
		z-index: -1;
	}

	.reason-title span {
		background: transparent;
		padding: 0;
	}

	.reason-title span:before, .reason-title span:after {
		content: '';
		width: 96px;
		height: 1px;
		background: #c8c8c8;
		display: block;
		position: absolute;
		top: 9px;
		left: -115px;
	}

	.reason-title span:after {
		left: auto;
		right: -115px;
	}

	.reason-item {
		width: 23%;
		max-width: 270px;
		height: 200px;
		margin: 0;
	}

	.reason-item a {
		padding: 110px 0 0;
	}

	.reason-item01 a {
		background-size: 60px;
		background-position: top 30px center;
	}

	.reason-item02 a {
		background-size: 63px;
		background-position: top 30px center;
	}

	.reason-item03 a {
		background-size: 60px;
		background-position: top 30px center;
	}

	.reason-item04 a {
		background-size: 64px;
		background-position: top 30px center;
	}

	.reason-caption {
		font-size: 24px;
		margin: 0 0 7px;
	}

	.reason-caption span {
		padding: 0 0 0 34px;
		background: url(../img/reason_ico.png) no-repeat center left/20px;
	}

	.reason-text {
		font-size: 16px;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
	.reason-item {
		width: 48.3%;
		max-width: 500px;
	}

	.reason-item01, .reason-item02 {
		margin-bottom: 40px;
	}
}

/* ----------------------------------------------------
 * product
---------------------------------------------------- */
.product {
	background: #000;
}

.inner-product {
	padding-top: 47px;
	padding-bottom: 60px;
}

.common-title {
	font-size: 30px;
	text-align: center;
	color: #fff;
	line-height: 1.65;
	letter-spacing: 0.07em;
}

.common-title-product {
	margin: 0 0 56px;
}

.common-title span {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
}

.product-list {
	position: relative;
}

.product-nav {
	width: 100%;
	height: 68px;
	font-size: 14px;
	margin: 0 0 25px;
}

.product-nav:last-child {
	margin: 0;
}

.product-nav a {
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 0 0 0 18px;
	background-image: url(../img/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: center right 24px;
	background-size: 8px;
	border-radius: 4px;
}

.product-nav a span {
	line-height: 1.55;
}

.product-nav {
	background-color: #DC000D;
}

.product-nav01 {
	background-color: #fd7001;
}

.product-nav02 {
	background-color: #a80013;
}

.product-nav03 {
	background-color: #841f6e;
}

.product-nav04 {
	background-color: #8e3529;
}

.product-nav05 {
	background-color: #0a66c2;
}

.product-nav06 {
	background-color: #ffb700;
}

.product-nav07 {
	background-color: #ea2b8d;
}



@media (min-width: 769px) {
	.inner-product {
		padding-top: 60px;
		padding-bottom: 78px;
	}

	.common-title {
		font-size: 42px;
		line-height: 1.65;
		letter-spacing: 0.07em;
	}

	.common-title-product {
		margin: 0 0 50px;
	}

	.common-title span {
		font-size: 20px;
	}

	.product-nav {
		width: 48.3%;
		height: 60px;
		font-size: 16px;
		margin: 0 0 41px;
	}

	.product-nav a {
		padding: 0 0 0 23px;
		background-position: center right 22px;
		background-size: 12px;
	}
}

/* ----------------------------------------------------
 * slider
---------------------------------------------------- */
.products-wrap {
	position: relative;
	overflow: hidden;
}

.products-wrap:before {
	content: '';
	width: 43px;
	height: 22px;
	background: url(../img/ico_arrow_bk.png) no-repeat 0 0/100%;
	display: block;
	position: absolute;
	top: 0;
	left: calc(50% - 21.5px);
}

.product-block {
	padding: 53px 0 98px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.product-block01 {
	background-image: url(../img/product01_bg.jpg);
}

.product-block02 {
	background-image: url(../img/product02_bg-pc.jpg);
}

.product-block03 {
	background-image: url(../img/product03_bg-pc.jpg);
}

.product-block04 {
	background-image: url(../img/product04_bg-pc.jpg);
}

.product-block05 {
	background-image: url(../img/product05_bg-pc.jpg);
}

.product-block06 {
	background-image: url(../img/product06_bg-pc.jpg);
}

	
.product-block07 {
background-image: url(../img/product007_bg-pc.jpg);
}

.product-block08 {
background-image: url(../img/product008_bg-pc.jpg);
}	

.product-block09 {
background-image: url(../img/product009_bg-pc.jpg);
}	




.product-info {
	text-align: center;
	color: #fff;
	padding-bottom: 58px;
}

.product-desc {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 6px;
}

.product-title {
	font-size: 30px;
	line-height: 1.45;
	margin: 0 0 8px;
}

.product-price {
	font-size: 17px;
}

.item-slider {
	position: relative;
}

.slider-list {
	padding: 0;
}

.slider-item {
	background: #fff;
	padding: 40px 5% 114px;
	border-radius: 4px;
	height: 787px;
}

.slider-img {
	width: 100%;
	margin: 0 0 34px;
	text-align: center;
}

.product-block01 .slider-img img,
.product-block05 .slider-img img {
	width: 100%;
	max-width: 300px;
}

.product-block02 .slider-img img,
.product-block03 .slider-img img,
.product-block04 .slider-img img {
	width: 80%;
	max-width: 200px;
}

.slider-detail {
	width: 100%;
}

.slider-info {
	width: 100%;
	overflow-y: scroll;
	height: 647px;
}

.slider-component {
	width: 100%;
}

.slider-text-wrap {
	height: 270px;
	margin: 0 0 20px;
}

.slider-text-wrap-inner {
	height: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.slider-title {
	font-size: 14px;
	margin: 0 0 5px;
}

.slider-title span {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 5px;
}

.slider-title-mt {
	margin-top: 35px;
}

.slider-text {
	font-size: 14px;
	line-height: 1.785;
	margin: 0 0 35px;
	text-align: justify;
	width: 100%;
}

.component-table {
	font-size: 11px;
	margin: 8px 0 0;
	width: 100%;
}

.component-table th {
	width: 30%;
	padding: 5px 2px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.component-table td {
	width: 20%;
	padding: 5px 2px;
	border: 1px solid #ddd;
}

.component-title {
	background: #f5f5f5;
}

.slider-nav {
	width: 100%;
	font-size: 14px;
}

.slider-nav li {
	width: 45%;
	height: 52px;
}

.btn {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	position: relative;
	z-index: 20;
}

.btn span {
	display: inline-block;
	line-height: 1.5;
	padding: 0 0 0 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

.btn span.btn-feature {
	background-image: url(../img/ico_feature.png);
	background-size: 19px;
	padding-left: 22px;
}

.btn span.btn-buy {
	background-image: url(../img/ico_buy.png);
	background-size: 20px;
}


.btn00 {
	background: #DC000D;
}



.btn01 {
	background: #FF6A01;
}

.btn02 {
	background: #af0012;
}

.btn03 {
	background: #63114e;
}

.btn04 {
	background: #882e25;
}

.btn05 {
	background: #0467c3;
}

.btn06 {
	background: #ffb700;
}

.btn07 {
	background: #ea2b8d;
}

/* slider prev next ----------------*/
.swiper-button-next, .swiper-button-prev {
	top: 50%;
	width: 40px;
	height: 40px;
	background-size: cover;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../img/ico_slider_left.png);
	left: 0;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/ico_slider_right.png);
	right: 0;
	left: auto;
}

/* slider pagention ----------------*/
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 62px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 1;
	background: none;
	position: relative;
}

.swiper-pagination-bullet:nth-of-type(1):before {
	content: '概要';
	position: absolute;
	bottom: -18px;
	left: -10px;
	font-size: 12px;
	display: block;
	width: 30px;
}

.swiper-pagination-bullet:nth-of-type(2):before {
	content: '摂取タイミング';
	position: absolute;
	bottom: -18px;
	left: -47px;
	font-size: 12px;
	display: block;
	width: 100px;
}

.swiper-pagination-bullet:nth-of-type(3):before {
	content: '原材料名\A栄養成分';
	white-space: pre;
	position: absolute;
	bottom: -34px;
	left: -27px;
	font-size: 12px;
	display: block;
	line-height: 1.3;
	width: 65px;
}

.swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination-product01 {
	color: #FF6A01;
}

.swiper-pagination-product01 .swiper-pagination-bullet {
	border: 1px solid #FF6A01;
}

.swiper-pagination-product01 .swiper-pagination-bullet-active {
	background: #FF6A01;
}

.swiper-pagination-product02 {
	color: #af0012;
}

.swiper-pagination-product02 .swiper-pagination-bullet {
	border: 1px solid #af0012;
}

.swiper-pagination-product02 .swiper-pagination-bullet-active {
	background: #af0012;
}

.swiper-pagination-product03 {
	color: #63114e;
}

.swiper-pagination-product03 .swiper-pagination-bullet {
	border: 1px solid #63114e;
}

.swiper-pagination-product03 .swiper-pagination-bullet-active {
	background: #63114e;
}

.swiper-pagination-product04 {
	color: #882e25;
}

.swiper-pagination-product04 .swiper-pagination-bullet {
	border: 1px solid #882e25;
}

.swiper-pagination-product04 .swiper-pagination-bullet-active {
	background: #882e25;
}

.swiper-pagination-product05 {
	color: #0467c3;
}

.swiper-pagination-product05 .swiper-pagination-bullet {
	border: 1px solid #0467c3;
}

.swiper-pagination-product05 .swiper-pagination-bullet-active {
	background: #0467c3;
}


.swiper-pagination-product07 {
	color: #0467c3;
}

.swiper-pagination-product07.swiper-pagination-bullet {
	border: 1px solid #0467c3;
}

.swiper-pagination-product07 .swiper-pagination-bullet-active {
	background: #0467c3;
}

@media (min-width: 769px) {
	.products-wrap:before {
		width: 60px;
		height: 30px;
		left: calc(50% - 30px);
	}

	.product-block {
		padding: 113px 0 120px;
	}

	.product-block01 {
		background-image: url(../img/product01_bg-pc.jpg);
	}

	.product-block02 {
		background-image: url(../img/product02_bg-pc.jpg);
	}

	.product-block03 {
		background-image: url(../img/product03_bg-pc.jpg);
	}

	.product-block04 {
		background-image: url(../img/product04_bg-pc.jpg);
	}

	.product-block05 {
		background-image: url(../img/product05_bg-pc.jpg);
	}
	
	.product-block06 {
		background-image: url(../img/product06_bg-pc.jpg);
	}
	
	.product-block07 {
		background-image: url(../img/product007_bg-pc.jpg);
	}
	
	.product-block08 {
		background-image: url(../img/product008_bg-pc.jpg);
	}	
	
	.product-block09 {
		background-image: url(../img/product009_bg-pc.jpg);
	}	
	
	.product-info {
		padding-bottom: 67px;
	}

	.product-desc {
		font-size: 20px;
	}

	.product-title {
		font-size: 42px;
	}

	.product-price {
		font-size: 20px;
	}

	.slider-list {
		padding: 0;
	}

	.slider-item {
		padding: 43px 9% 134px;
		height: 700px;
	}

	.slider-img {
		width: 47%;
		margin: 0;
	}

	.product-block01 .slider-img img,
	.product-block02 .slider-img img,
	.product-block03 .slider-img img,
	.product-block04 .slider-img img,
	.product-block05 .slider-img img {
		width: auto;
		max-width: 100%;
	}

	.slider-detail {
		width: 47%;
	}

	.slider-text-wrap {
		width: 100%;
		height: 420px;
		margin: 0 0 38px;
		overflow: hidden;
	}

	.slider-text-wrap-inner {
		width: calc(100% + 17px);
		-ms-overflow-style: none;
	}

	.slider-text-wrap-inner::-webkit-scrollbar {
		display: none;
	}

	.slider-title {
		font-size: 16px;
		padding-right: 20px;
	}

	.slider-text {
		font-size: 16px;
		line-height: 1.85;
		padding-right: 20px;
	}

	.slider-info {
		height: auto;
		overflow: hidden;
	}

	.component-table {
		font-size: 14px;
		margin: 12px 0 0;
	}

	.component-table th {
		width: 25%;
		padding: 10px 5px;
	}

	.component-table td {
		width: 25%;
		padding: 10px 5px;
	}

	.component-title {
		background: #f5f5f5;
	}

	.slider-nav {
		align-self: flex-end;
		font-size: 18px;
	}

	.slider-nav li {
		width: 45%;
		height: 60px;
	}

	.btn span {
		line-height: 1.5;
		padding: 0 0 0 34px;
	}

	.btn span.btn-feature {
		background-size: 21px;
		padding-left: 30px;
	}

	.btn span.btn-buy {
		background-size: 22px;
	}

	/* slider prev next ----------------*/
	.swiper-button-next, .swiper-button-prev {
		top: 48%;
		width: 60px;
		height: 60px;
	}

	/* slider pagention ----------------*/
	.swiper-container-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 62px;
	}

	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 40px;
	}

	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.swiper-pagination-bullet:nth-of-type(1):before {
		bottom: -22px;
		left: -14px;
		font-size: 14px;
		width: 35px;
		font-weight: bold;
	}

	.swiper-pagination-bullet:nth-of-type(2):before {
		bottom: -22px;
		left: -51px;
		font-size: 14px;
		width: 105px;
		font-weight: bold;
	}

	.swiper-pagination-bullet:nth-of-type(3):before {
		bottom: -41px;
		left: -36px;
		font-size: 14px;
		width: 80px;
		font-weight: bold;
	}
}

@media (min-width: 769px) and (max-width: 1000px) {
	.slider-item {
		height: 750px;
	}

	.slider-text-wrap {
		height: 450px;
	}

	.slider-nav {
		font-size: 14px;
	}
}

/* ----------------------------------------------------
 * news
---------------------------------------------------- */
.news {
	padding: 0 0 90px;
}

.title-wrap {
	background: #000;
	height: 170px;
	padding: 44px 0 0;
	margin: 0 0 90px;
	position: relative;
}

.title-wrap:after {
	content: '';
	width: 43px;
	height: 22px;
	background: url(../img/ico_arrow_bk.png) no-repeat 0 0/100%;
	display: block;
	position: absolute;
	bottom: -22px;
	left: calc(50% - 21.5px);
}

.news-list {
	border-top: 1px solid #ccc;
}

.news-list li {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.news-list li a {
	color: #000;
	display: block;
	padding: 13px 0 15px;
	line-height: 1.82;
	pointer-events: none;
}

.news-list li a time {
	display: block;
}

@media (min-width: 769px) {
	.news {
		padding: 0 0 81px;
		background: url(../img/news_bg-pc.jpg) no-repeat top center/cover;
	}

	.title-wrap {
		height: 200px;
		padding: 44px 0 0;
		margin: 0 0 79px;
	}

	.title-wrap:after {
		bottom: -30px;
		width: 60px;
		height: 30px;
		left: calc(50% - 30px);
	}

	.news-list {
		max-width: 700px;
		margin: 0 auto;
	}

	.news-list li {
		font-size: 16px;
	}

	.news-list li a {
		padding: 15px 0 15px;
		line-height: 1.82;
	}

	.news-list li a time {
		float: left;
		width: 162px;
	}

	.news-list li a p {
		padding-left: 162px;
	}
}

/* ----------------------------------------------------
 * footer
---------------------------------------------------- */
.footer {
	width: 100%;
	height: 212px;
	background: #000;
}

.copyright {
	font-size: 12px;
	line-height: 1.8;
	color: #888;
	text-align: center;
}

.copyright span {
	display: block;
}

@media (min-width: 769px) {
	.footer {
		height: 200px;
	}

	.copyright {
		font-size: 14px;
	}

	.copyright span {
		display: inline-block;
		margin-left: 5px;
	}
}

/* ----------------------------------------------------
 * sp-nav
---------------------------------------------------- */
.sp-nav {
	width: 100%;
	height: 100vh;
	z-index: 10;
	padding: 0;
	position: fixed;
	top: 0;
	left: 100%;
	right: 0;
	bottom: 0;
	transition: .3s ease all;
	background: #000;
}

.sp-nav.is-open {
	left: 0;
}

.sp-nav-list {
	padding: 130px 17% 0;
}

.sp-nav-list li {
	border-top: 1px solid #444;
	font-size: 19px;
	line-height: 1.6;
}

.sp-nav-list li:last-child {
	border-bottom: 1px solid #444;
}

.sp-nav-list li a {
	display: block;
	padding: 13px 0;
	text-align: center;
	color: #fff;
}

.sp-nav-list li span {
	display: block;
	font-size: 12px;
}

/* ----------------------------------------------------
 * 下層ページ　コンタクト
---------------------------------------------------- */
.page-contact {
	width: 100%;
	height: calc(100vh - 212px);
	padding: 100px 0 0;
}

.common-title-contact {
	color: #000;
	margin: 0 0 20px;
}

.contact-link {
	font-size: 20px;
}

.contact-link a {
	color: #58B3E2;
}

@media (min-width: 769px) {
	.page-contact {
		height: calc(100vh - 150px);
		min-height: 512px;
		padding: 140px 0 0;
	}

	.common-title-contact {
		margin: 0 0 40px;
	}

	.contact-link {
		font-size: 28px;
	}
	.footer-contact{
		height:150px;
	}
}

/* ----------------------------------------------------
 * 下層ページ　ニュース
---------------------------------------------------- */
.page-news {
	width: 100%;
	padding: 100px 0 0;
}

.news-block {
	padding: 50px 0;
	border-bottom: 1px solid #ddd;
}

.news-block:nth-last-of-type(1) {
	border: none;
}

.news-block p {
	line-height: 1.785;
	font-size: 14px;
	margin: 0 0 28px;
	text-align: justify;
}

.news-block p.news-block-time {
	font-size: 12px;
	margin: 0;
}

.news-block p a {
	color: #58B3E2;
	text-decoration: underline;
}

@media (min-width: 769px) {
	.page-news {
		padding: 180px 0 0;
	}

	.news-block {
		padding: 80px 0;
	}

	.news-block p {
		line-height: 2;
		font-size: 16px;
		margin: 0 0 31px;
	}

	.news-block p.news-block-time {
		font-size: 14px;
		margin: 0 0 10px;
	}
}

/* ----------------------------------------------------
 * modal
---------------------------------------------------- */
#cboxOverlay {
	background: #000;
}

#cboxClose {
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	background: url(../img/ico_close.png) no-repeat 0 0/100%;
}

.product-detail {
	padding: 15px;
	background: #fff;
}

/* ----------------------------------------------------
 * xsmall
---------------------------------------------------- */
@media (max-width: 370px) {
	.main-title span {
		font-size: 24px;
	}

	.product-desc {
		font-size: 13px;
	}

	.product-title {
		font-size: 26px;
	}

	.slider-item {
		padding: 40px 3% 114px;
	}

	.slider-nav li {
		width: 48%;
	}
}