/* 
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;
	font-family: 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #242934;
}

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;
	text-decoration: none;
}




/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	
	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;
}




h1 {
	font-family: bebas-neue, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	color: #AD9B78;
	text-align: center
}

.all_warp {
	width: 1100px;
	margin: 0 auto;
}

.hero_warp {
	margin: 50px auto;
	position: relative;
}

.hero_icon {
	width: 50%;
	padding: 30px;
	position: absolute;
	display: block;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
}

.hero_icon img {
	width: 50%;
	position: absolute;
	display: block;
	top: 90%;
	left: -5%;
}

.hero_warp .hero_title {
	width: 25%;
	padding: 30px;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0%, -50%);
	filter: drop-shadow(0px 0px 0px #232323);
}

.hero_title img {
	margin: 10px 10px 40px 30px;
}

.hero_title h1 {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size: 50px;
	display: block;
}

.title {
	padding: 5px 0;
	margin: 0px auto;
	width: 724px;
	text-align: center;
	line-height: 1em;
	display: block;
}

.title p {
	margin: 90px auto;
	line-height: 2em;
}

.title_sub {
	padding: 5px 0;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	line-height: 2em;
	display: block;
	position: relative;
}

.title_sub::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	/*線の上下位置*/
	display: inline-block;
	width: 170px;
	/*線の長さ*/
	height: 0.5px;
	/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	/*位置調整*/
	background-color: #707070;
	/*線の色*/
	border-radius: 2px;
	/*線の丸み*/
}


.contents_main {
	padding: 50px 0;
	margin: 90px auto 150px;
	line-height: 2em;
	background: #F6F6F6;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.contents {
	/*	padding: 0px 0 0px;*/
	margin: 100px auto;
	line-height: 2em;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	position: relative;
}

.separate_border {
	margin: 0 auto;
	width: 1100px;
	border-top: 1.5px solid #232323;
}


.description_main {
	width: 724px;
	margin: 100px auto 0px;
	line-height: 2em;
	background: #F6F6F6;
	text-align: center;

}

.description {
	width: 724px;
	margin: 70px auto;
	line-height: 2em;
	text-align: center;
	text-justify: inter-ideograph;
}

.checklist {
	margin: 0 auto 0px;
	width: 1100px;
}

.checklist ul {
	list-style: none;
	margin: 0 auto 30px;
}

.checklist li {
	padding: 50px 0 50px;
	margin: 0px auto;
}

.checklist li:not(:first-child) {
	border-top: 1.5px solid #dedede;
}


.brand_page {
	width: 724px;
	margin: 50px auto;
	line-height: 2em;
	background: #F6F6F6;
	display: block;
	position: relative;
	width: 160px;
	padding: 13px 50px;
	text-align: center;
	text-decoration: none;
	color: #707070;
	background: #fff;
	border: 1px solid #c1c1c1;
	font-size: 13px;
}


.brand_page:hover {
	opacity: 0.2;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.brand_page:after {
	content: ' ';
	position: absolute;
	top: 16px;
	right: -28px;
	width: 60px;
	height: 10px;
	background: url(../img/more_arrow1.png) no-repeat center center;
	background-size: 100%;
}

.brand_page a {
	color: #1c1c1c;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.brand_page a:hover {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}





.umbrella {
	margin: 0px auto;
	width: 1100px;
	display: flex;
	position: relative;
}

.umbrella img {
	width: 50%;
	display: flex;
}

.umbrella p {
	position: absolute;
	top: 50%;
	right: 0%;
	width: 45%;
	transform: translate(0%, -50%);
	line-height: 2em;
	text-align: justify;
}

.umbrella .checklist_sub {
	font-size: 25px;
	line-height: 2.5em;
	font-weight: bold;
}

.contents_icon img {
	margin: 0 auto;
	display: block;
	width: 356px;
}


.Section_Shoplist {
	width: 1100px;
	margin: 0 auto 150px auto;
}


.articleLabelL {
	width: 1100px;
	display: block;
	font-family: bebas-neue, sans-serif;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1em;
	margin-bottom: 8rem;
	text-align: center;
	z-index: 1;
}



.l-row {
	max-width: 1100px;
	justify-content: space-between;
	margin: 0 auto;
}

.l-column {
	flex: 0 1 1076px;
	margin: 0 auto;
	max-width: 1076px;
}

.topBtn {
	display: inline-block;
	position: fixed;
	bottom: 40px;
	right: 60px;
	width: 46px;
}

.Shoplist__shopName {
	text-align: center;
	font-family: bebas-neue, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1em;
	padding-bottom: 0.5em;
}

.Shoplist__block {
	margin: 0 auto;
	letter-spacing: .1em;
	margin: 8em auto;
	text-align: ce;
	width: 746px;
}

.Shoplist__shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 15px 10vw;
}

.Shoplist__shopinfo dt {
	
	color: #707070;
	margin: 0 auto;
}

.Shoplist__shopinfo dd {
	flex: 0 0 calc(100% - 8rem);
	line-height: 1.4;
	margin: 1rem 0 0 0;
	width: calc(100% - 8rem);
}

.Shoplist__shopinfo dt {
	align-items: center;
	display: flex;
	flex: 0 0 8rem;
	font-size: 1.2rem;
	
	margin: 1rem 0 0 0;
	max-width: 8rem;
}

.Shoplist__map {
	border-bottom: 2px solid;
	
	margin-left: .5rem;
	border: none;
}

.Shoplist__sns ul {
	display: flex;
	justify-content: flex-start;
	margin: 10px 0 20px;
}

.Shoplist__sns li {
	font-size: 2rem;
	margin-right: 10px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.linkButton {
	font-size: 0.8em;
	display: inline-block;
	padding: 13px 50px;
	/* border-radius: 1px; */
	border: 1px solid #232323;
	color: #fff;
	background-color: #232323;
	line-height: 1em;
	vertical-align: bottom;
}


.linkButton a {
	color: #fff;
}


.linkButton {
	font-size: 0.8em;
	display: inline-block;
	padding: 13px 50px;
	/* border-radius: 1px; */
	border: 1px solid #232323;
	color: #fff;
	background-color: #232323;
	line-height: 1em;
	vertical-align: bottom;
}

.umbrella_btn {
	width: 30%;
	text-align: left;
	line-height: 2em;
	background: #F6F6F6;
	display: block;
	position: relative;
	padding: 13px 50px;
	text-decoration: none;
	color: #707070;
	background: #fff;
	border: 1px solid #c1c1c1;
	font-size: 12px;
}


.umbrella_btn:hover {
	opacity: 0.2;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.umbrella_btn:after {
	content: ' ';
	position: absolute;
	top: 16px;
	right: -28px;
	width: 60px;
	height: 10px;
	background: url(../img/more_arrow1.png) no-repeat center center;
	background-size: 100%;
}

.umbrella_btn a {
	color: #1c1c1c;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.umbrella_btn a:hover {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}





.footer {
	width: 1100px;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
}










/*
.mainView{
	width: 100vw;
	height: 100vh;
}
*/
/*ハンバーガーボタン*/
.el_humburger {
	position: fixed;
	top: 45px;
	right: 60px;
	width: 46px;
	height: 25px;
	padding-top: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0px;
	z-index: 20;
	cursor: pointer;
	pointer-events: auto;
	color: #000;
	text-align: center;
}

@media screen and (max-width: 840px) {
	.el_humburger {
		display: block;
		right: 0;
		top: 0;
		padding-top: 20px;
		width: 70px;
		height: 70px;
	}

	#factory .el_humburger {
		display: none;
	}
}

.el_humburger_wrapper {
	margin-bottom: 5px;
	width: 42px;
	display: inline-block;
}

@media screen and (max-width: 840px) {
	.el_humburger_wrapper {
		margin-bottom: 5px;
		width: 30px;
	}
}

.el_humburger_text {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
	display: none;
}

.el_humburger_text.el_humburger_text__close {
	display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
	display: block;
}

@media screen and (max-width: 840px) {
	.el_humburger_text {
		font-size: 10px;
		padding-top: 2px;
	}
}

@media screen and (max-width: 840px) {
	.el_humburger_text svg path {
		-webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		-o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
		fill: #000;
	}
}

@media screen and (max-width: 840px) {
	.js_humburgerOpen .el_humburger_text svg path {
		fill: #000;
	}
}

.el_humburger span.el_humburger_bar {
	display: block;
	width: 100%;
	margin: 0 auto 9px;
	height: 1px;
	background: #000;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.el_humburger span.el_humburger_bar:last-child {
	margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
	background: #000;
}

@media screen and (max-width: 840px) {
	.el_humburger span.el_humburger_bar {
		left: 0;
		top: 0;
		background: #000;
	}
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
	opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-11px) rotate(45deg);
	-ms-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
	top: 2%;
	right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
	display: block;
	width: 35px;
	margin: 0 auto;
	height: 4px;
	background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
	-webkit-transform: translateY(-6px) rotate(45deg);
	-ms-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.navi {
	position: fixed;
	right: 0;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	width: 450px;
	z-index: 3;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	transform: translateZ(0) translateX(100%);
	overflow: auto;
}

.js_humburgerOpen .navi {
	transform: translateZ(0) translateX(0);
}

@media screen and (max-width: 840px) {
	.navi {
		padding: 100px 5% 0;
	}

	.js_humburgerOpen .navi {
		width: 100%;
	}
}

.navi_item {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
	margin-left: 90px;
	color: #707070;
}


.navi_item a {
	color: #707070;
}

.navi_item.op_innerLink {
	cursor: pointer;
}

@media screen and (max-width: 840px) {
	.navi_item {
		margin-left: 0;
		font-size: 18px;
	}
}


























.swiper-slider {
	width: 100%;
}

.sample01 {
	width: 50%;
	height: 50%;
	display: block;
}

.sample01 img {
	width: 100%;
}


.swiper-container {
	width: 100%;
	/*height: 300px;*/
	line-height: 300px;
	text-align: center;
	margin-left: unset;
	margin-left: unset;
}

.slide-item:nth-child(2) {
	background: skyblue;
}

.slide-item:nth-child(3) {
	background: green;
}

.swiper-button-next,
.swiper-button-prev {
	--swiper-navigation-color: #a0a0a0;
}