@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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: nimbus-sans, sans-serif, "Hiragino Kaku Gothic ProN", "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 62.5%;

}

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;
}

img {
	width: 100%;
}

a {
	color: #232323;
	text-decoration: none;
}


/*リセット終了*/

.w10 { width: 10%;}
.w20 { width: 20%;}
.w30 { width: 30%;}
.w40 { width: 40%;}
.w50 { width: 50%;}
.w60 { width: 60%;}
.w70 { width: 70%;}
.w80 { width: 80%;}
.w90 { width: 90%;}
.w100 { width: 100%;}

.hero {
	position: relative;
	width: 100%;
	height: calc(100vh - 200px);
	background: url("../img/top.jpg") center / cover;
}

.hero::before {
	content: '';
	position: absolute;
	/* 透過した黒を上から重ねるイメージ */
	background-color: rgba(0,0,0,0.2);
	/* 自由に位置指定 */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

}

.hero__wrap {
	width: 80vw;
	max-width: 1000px;
	height: 500px;

	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: stretch;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	color: #fff;
}



.hero__logo {
	width: 200px;
}


.hero__title {
	width: 300px;
}

.hero__list {
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .05rem;
}

.hero__list ul {
	width: 500px;
}

.hero__list li {
	display: inline-block;
	margin: 0 5px 0 0;
}


.lead {
	background-color: #f6f6f6;
}

.lead__wrap {
	width: 80vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 200px 0;
}

.lead__icon {
	display: flex;
	align-items: flex-end;
	margin: 0 0 50px;
}

.lead__icon_logo {
	width: 120px;
	margin: 0 20px 0 0;
}

.lead__icon_title {
	width: 200px;
}

.lead__text {
	display: flex;
	align-items: normal;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lead__text__list {
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 2;
	letter-spacing: .05rem;
}

.lead__text__comment {
	width: 50%;
	font-size: 0.8rem;
	line-height: 2;
	letter-spacing: .05rem;
	text-align: justify;
	text-justify: inter-ideograph;
}

.wear__header {
	width: 1000px;
	margin: 200px auto 0;
	padding: 10px 0;
	
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	
	border-bottom: 1px solid #232323;
}

.wear__title__header-main {
	font-size: 3rem;
	font-weight: bold;
/*	padding: 20px 0 10px;*/
	
}


.wear__title__header-sub {
/*	padding: 10px 0 20px;*/
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .05rem;
	word-break: normal;
	width: 45%;
	text-align: right;
}



.wear__img__middle {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding:  50px 0;
}

.wear__img__full {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
}


.wear__body {
	width: 100%;
	max-width: calc(1000px + 200px);
	margin: 0px auto;
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wear__body-2nd {
	width: 1000px;
	margin: 0px auto;
}

.wear__body-2nd__center {
	width: 490px;
	margin: 0 auto;
	padding: 50px 0;
}


.wear__body-2nd__left {
	padding: 50px 0;
}

.wear__body-2nd__right {
	margin-left: auto;
	padding: 50px 0;
}

.wear__body__left {
	width: calc(50% - 50px);
	padding: 0 0 5vh 0;
}

.wear__body__right {
	width: calc(50% - 50px);
	padding: 5vh 0 0 0;
}

.wear__body__right img {
	width: 100%;
}

.wear__list {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wear__list-noflex {
	width: 1000px;
	margin: 0 auto;
}
.wear__list-noflex__img {
	padding: 50px 0;
}

.wear__list__img {
	width: 50%;
}

.wear__list__text {
	width: 50%;
	padding: 50px;
}

.wear__list__text ul {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: .05rem;
}

.wear__list__text li {
	display: block;
}


.wear__list__text a{
	width: 100%;
}

.wear__list__text a:hover{
	opacity: .5;
	transition: opacity 0.2s;
}

.wear__list-noflex__text a:hover{
	opacity: .5;
	transition: opacity 0.2s;
}


.wear__list-noflex__text ul {
	font-size: 1rem;
	line-height: 2;
	letter-spacing: .05rem;
	margin: 0px auto;
	padding: 2rem;
}


.only { 
	display: flex;
	font-weight: bold;
}

.category {
    display: inline-block;
	width: 90px;
}
.brand {
	display: inline-block;
	width: 160px;
}



.shop_list_bg {
	margin: 0 auto;
	width: 100%;
	background-color: #f6f6f6;
}

.shop_list_warp {
	width: 1000px;
	margin: 100px auto 0;
	padding: 100px 0;
}

.list_title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
}

.list_reading {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 50px;
}

.shoplist_block_warp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;

}

.shoplist_block {
	width: calc(50% - 4rem);
	margin: 1rem 0;
	padding: 0 0 4rem 0;
}


.shop_name {
	font-size: 1rem;
	line-height: 1.5em;
	border-bottom: 1px solid #707070;
	margin: 0 0 20px;
}

.Shoplist_shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.Shoplist_shopinfo dt {
	font-size: 1rem;
	align-items: center;
	width: 5rem;
	padding: 0.5rem 0;
}

.Shoplist_shopinfo dd {
	width: calc(100% - 5rem);
	align-items: center;
	font-size: 0.8rem;
	letter-spacing: 0.1rem;
	padding: 0.5rem 0;
	line-height: 1.5;
}

.mail :hover {
	opacity: 0.4;
	transition: 1.0s;
}

.sns img {
	width: 20px;
	height: 20px;
}

.sns img:hover {
	opacity: 0.4;
	transition: 1.0s;
	width: 20px;
}

.shoplist_block .to_page {
	/*	margin: 2.5rem 0;*/
	text-align: left;
	margin: 2rem 0 0;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
}

.BtnArr__wrap {
	border: 1px solid #232323;
	color: #232323;
	background-color: #fff;
	border-radius: 2px;
	padding: 10px 15px;;
	transition: all 0.2s;
	font-size: 12px;
}

.BtnArr__wrap:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #232323;
	border-radius: 2px;
}




.BtnArr__arr::after {
	content: ">>";
	padding: 0 0.8em 0 0.6rem;
	
}


.Shoplist__map {
	color: #232323;
	border-bottom: 1px solid #232323;
	margin: 0 10px;
	font-weight: 500;
	font-style: italic;
}


.Shoplist__map:hover {
	opacity: 0.4;
	transition: 1.0s;
}

.Navi__btn {
	cursor: pointer;
	display: block;
	height: 1.4rem;
	position: relative;
	text-align: center;
	width: 35px;
	height: 35px;
	z-index: 999;
	position: fixed;
	top: 30px;
	right: 30px;
}

@media only screen and (max-width: 640px) {
	.Navi__btn {
		width: 2rem;
	}
}

.Navi__bar {
	-webkit-transform-origin: left top;
	background: #232323;
	display: block;
	height: 0.1rem;

	position: absolute;
	top: 0;
	left: 0;
	transform-origin: left top;
	transition: all 0.5s;
	width: 35px;
}

@media only screen and (max-width: 640px) {
	.Navi__bar {
		width: 2rem;
	}
}

.Navi__bar--middle {
	opacity: 1;
	top: 1rem;
}

.Navi__bar--bottom {
	-webkit-transform-origin: left bottom;
	top: 1rem;
	transform-origin: left bottom;
}

.Navi__contents {
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	height: 100%;
	opacity: 0;
	padding: 0 2rem;
	;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	transition: all 0.5s;
	visibility: hidden;
	width: 0;
}

.Navi__menu {
	margin: 8rem auto;
	opacity: 0;
	padding: 1rem 0;
	text-align: left;
}

.Navi dt {
	font-size: 3.2rem;
	font-weight: 700;
	padding: 0 0 3rem;
}

.Navi dd a {
	color: #232323;
	display: block;
	font-size: 2.2rem;
	margin: 0 0 1rem;
	padding: 1.5rem 0 0 0rem;
	position: relative;
}

.Navi dd a:hover {
	opacity: 0.6;
}

.Navi dd:last-of-type a {
	font-size: 1.4rem;
	line-height: 1.2;
}

.Navi dd:last-of-type a span {
	font-size: 1.1rem;
}

.Navi__border::before {
	background: #232323;
	content: "";
	display: block;
	height: 0.2rem;
	margin: 3rem 0 1.5rem 2rem;
	width: 5rem;
}

.Navi__sns {
	display: flex;
	margin: 0 0 2rem;
}

.Navi__close {
	background: rgba(0, 0, 0, 0);
	height: 100vh;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	visibility: hidden;
	width: 100%;
}

.Navi__check {
	display: none;
}

.Navi__check:checked ~ .Navi__btn .Navi__bar--top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 35px;
}

.Navi__check:checked ~ .Navi__btn .Navi__bar--middle {
	opacity: 0;
}

.Navi__check:checked ~ .Navi__btn .Navi__bar--bottom {
	-webkit-transform: rotate(-45deg);
	top: 23px;
	transform: rotate(-45deg);
	width: 35px;
}

.Navi__check:checked ~ .Navi__close {
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	transition-delay: 0.3s;
	transition-duration: 1s;
	visibility: visible;
	z-index: 3;
}

.Navi__check:checked ~ .Navi__contents {
	-webkit-transform: none;
	opacity: 1;
	transform: none;
	transition-delay: 0.3s;
	visibility: visible;
	width: 30rem;
	z-index: 5;
}

@media only screen and (max-width: 640px) {
	.Navi__check:checked ~ .Navi__contents {
		width: 100%;
	}
}

.Navi__check:checked ~ .Navi__contents .Navi__inner {
	opacity: 1;
	transition: all 0.5s 0.5s;
	visibility: visible;
}

.Navi__check:checked ~ .Navi__contents .Navi__menu {
	opacity: 1;
}

.accordion-title {
	font-size: 1.5rem;
    font-weight: bold;
	align-items: center;
	letter-spacing: 0.05rem;
	margin: 0.5rem 0;
	padding: 0.5rem 0 0;
	
}

.accordion-title a:hover {
	opacity: 0.5;
	transition: 1s;
}


.Header__ttl {
	width: 65%;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Header__ttl_logo {
	width: 35%;
}
.Header__ttl__icon_title {
	width: 55%;
}


@media only screen and (max-width: 640px) {
	.Header__ttl {
		width: 50%;
		/*		margin: 0 auto;*/
		padding: 20px 0;
	}
}

.child {
	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	padding: 0.5rem 0;
	font-weight: 500;
}

.child li a {
	display: inline-block;
	width: calc(100% - 20px);
	height: auto;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	padding: 0.5rem;
	font-weight: normal;
border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #232323;
}

.child li :hover {
	opacity: 0.5;
	transition: 1s;
	text-decoration: none;
	color: #232323;
}

footer {
	text-align: center;
	margin: 50px;
}


.topBtn {
	width: 15px;
	position: fixed;
	right: 30px;
	bottom: 20px;
}



@media only screen and (min-width: 640px) and (max-width: 1024px) {
	.wear {
		padding: 0 20px;
	}
	
	.wear__header {
		width: 100%;
	}
	
	.wear__body-2nd {
		width: 100%;
	}
	
	.shop_list_warp {
		width: 100%;
	}
	.wear__list {
		width: 100%;
		flex-direction: column;
	}
	.wear__list--re {
		width: 100%;
		flex-direction: column-reverse;
	}
	
	
	.wear__list-noflex {
		width: 100%;
	}
	
	.shop_list_bg {
		
		margin: 50px auto;
		padding: 50px 20px;
	}
	.wear__list__text {
		width: 100%;
	}
}