@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: "noto-sans-cjk-jp", noto-sans-cjk-jp, 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-feature-settings: "palt";
	letter-spacing: 0.0.5rem;
	color: #232323;
	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 {
	width: 100%;
}
.wrapper {
	width: 100%;
}
/*
.hero__warp {
	width: 100%;
}
*/

.hero__header {
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.hero__header--logo {
	width: 600px;
	margin: 16px;
	padding: 20px;
}

.hero__header--logo p{
	width: 80%;
	margin: 0 auto;
}


.hero__header--arcteryx {
	width: calc(50% - 300px);
	height: 100vh;
	background-image: url(../img/main_arcteryx.jpg);
	background-size: cover;
	background-position: center center;
}

.hero__header--veilance {
	width: calc(50% - 300px);
	height: 100vh;
	background-image: url(../img/main_veilance.jpg);
	background-size: cover;
	
	background-position: center center;
	
}


.about {
	width: 100%;
	position: relative;
}

.about:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #efefef;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.about__warp {
	width: 1000px;
	margin: 0 auto;
	padding: 400px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	
}

.about__img {
	width: 50%;
}

.about__img--warp {
	width: 500px;
	display: flex;
	align-items: center;
}

.about__text {
	width: 491px;
	padding: 10px 0;
}

.about__text h3 {
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	line-height: 2;
	letter-spacing: 0.1rem;
	margin: 0 0 35px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.about__text p {
	color: #707070;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
	margin: 0 0 35px;
	text-align: justify;
	text-justify: inter-ideograph;
}


.brand {
	width: 100%;
	margin: 0px auto;
	padding: 300px 0 100px;
	position: relative;
}

.brand:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #efefef;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.brand__warp {
	width: 1000px;
	margin: 0 auto;
}

.brand__header {
	margin: 0 auto 100px;
}


.brand__logo {
	width: 250px;
	margin: 0 auto;
	padding: 0px 0px 50px;
}

.brand__logo--arc {
	width: 200px;
	margin: 0 auto;
	padding: 0px 30px 50px;
}

.brand__name {
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
}

.brand__body {
	margin: 0px auto 50px;
}

.brand__img--warp {
	margin: 0px auto;
	padding: 0 0 50px; 
}

.brand__img--list {
	display: flex;
	justify-content: space-between;
}

.brand__img--list p {
	width: 491px;
}

.brand__img--wear {
	padding: 20px;
	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
}

.brand__img--wear {
	padding: 20px 0;
}

.brand__img--wear li {
	padding: 10px;
}

.brand__img--wear li a:hover {
	opacity: 0.5;
	transition: .1s;
}

.brand__img--wear2 {
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
	margin: 30px 10px;
}

.brand__img--wear2:hover {
	opacity: 0.5;
	transition: .1s;
}





.brand__img_wear .text {
	display: inline-block;
	width: 322px;
}

.text {
	margin: 0 10px 0 0;
}

.brand__footer {
	width: 100%;
	padding: 150px 0 250px;
	position: relative;
}

.brandpage {
	width: 322px;
	margin: 0 auto;
	text-align: center;
}

.brandpage__logo {
	width: 250px;
	margin: 0 auto;
	padding: 0 0 30px;
}

.brandpage__logo--arc {
	width: 250px;
	margin: 0 auto;
	padding: 0 50px 50px;
}


.brandpage__name {
	padding: 0 0 30px;
	font-size: 1rem;
}

.brandpage__link a{
	display: inline-block;
	width: 322px;
	padding: 15px;
	
	border-radius: 3px;
	border: 1px solid #232323;
	background: #232323;
	color: #fff;
	
	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
}

.brandpage__link a:hover{
	border-radius: 3px;
	border: 1px solid #232323;
	background: #f6f6f6;
	color: #232323;
	transition: .5s;
}




.shop {
	width: 100%;
	padding: 200px 0;
}

.shop_block {
	width: 1000px;
	margin: 0 auto;
}

.shop__header {
	width: 100%;
	padding: 24px 0;
	position: relative;
	
	text-align: center;
	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
}

.shop__header:after {
	margin: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #707070;
	position: absolute;
	bottom: 0;
	left: 0;
}

.shop__title {
	display: flex;
	align-items: center;
}

.shop__title--arc h4 {
	width: 200px;
	text-align: center;
	margin: 0 50px 0 0;
	padding: 0 50px 0 0;
}

.shop__title h4 {
	width: 200px;
	text-align: center;
	margin: 0 50px 0 0;
}

.shop__title p {
	font-size: 1rem;
} 
.shop__link dl {
	display: flex;
	align-items: center;
	padding: 30px 0;
	position: relative;
}

.shop__link dl:after {
	margin: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
}

.shop__link dt {
	display: inline-block;
	width: 322px;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
}

.shop__link dd {
	width: 322px;
}

.shop__link dd a{
	display: inline-block;
	text-align: center;
	
	width: 322px;
	padding: 15px;

	border-radius: 3px;
	border: 1px solid #232323;
	background: #232323;

	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
	color: #fff;
}

.shop__link dd a:hover{
	border-radius: 3px;
	border: 1px solid #232323;
	background: #707070;

	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
	
	transition: all .5s;
}



.shop__list dl {
	display: flex;
	align-items: flex-start;
	margin: 50px 0;
}

.shop__list dt {
	display: inline-block;
	width: 322px;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	line-height: 2;
}

.shop__list dd {
	width: calc(100% - 322px)
}


.shop__info {
	display: flex;
	margin: 0 0 50px 0;
	font-size: 1rem;
}

.shop__info--mus {
	width: 160px;
	margin: 0 15px 15px 0;
	
	font-size: 0.5rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}

.shop__info--mus h4{
	margin: 0 16px 15px 0;
}

.shop__info--bjb {
	width: 160px;
	margin: 0 15px 15px 0;
	font-size: 0.5rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}

.shop__info--bjb h4{
	margin: 0 16px 15px 0;
}

.shop__info--sd {
	width: 160px;
	margin: 0 15px 15px 0;

	font-size: 0.5rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}

.shop__info--sd h4{
	margin: 0 16px 15px 0;
}

.shop__info--rea {
	width: 160px;
	margin: 0 15px 15px 0;
	font-size: 0.5rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}

.shop__info--rea h4{
	margin: 0 16px 15px 0;
	padding: 0 50px 0 0;
}

.shop__info--dea {
	width: 160px;
	margin: 0 30px 15px 0;
	font-size: 0.5rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
}

.shop__info--dea h4{
	margin: 0 16px 15px 0;
}






.shop__info {
	width: 100%;
	font-size: 0.8rem;
	font-weight: 400;
	font-style: normal;
	color: #232323;
	border-bottom: 1px solid #efefef;
}


.shop__info ul {
	margin: 0 0 10px;
}


.shop__info li {
	margin: 0 0 10px;
	width: 500px;
}

.m_1 {
	display: inline-block;
	width: 100px;
	font-weight: 400;
	font-style: normal;
/*	color: #707070;*/
}

.m_2 {
	display: inline-block;
	width: 350px;
/*	color: #707070;*/
	line-height: 1.2;
}

.m_2 a {
	color: #707070;
	opacity: 0.8;
}

.m_2 a:hover {
	opacity: 0.5;
	transition: all .5s;
}

.m_3 {
	margin: 0 5px;
	color: #10436A;
	opacity: 0.8;
	border-bottom: 1px solid;
}

.m_3:hover {
	opacity: 0.5;
	transition: all .5s;
}

.shop_list_bg {
	margin: 0 auto;
	width: 100%;
	background-color: #f8f8f8;
}

.shop_list_warp {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 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 {
	z-index: 999;
}

.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(225, 225, 225, 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: 1rem;
	font-weight: bold;
	align-items: center;
	letter-spacing: 0.05rem;
	margin: 0.5rem 0;
	padding: 0 30px;
	line-height: 1.5rem;

}

.accordion-title a:hover {
	opacity: 0.5;
	transition: 1s;
}


.Header__ttl {
	padding: 30px 0 60px;
}

.Header__ttl_logo {
	width: 100%;
	padding: 0 30px;
}


@media only screen and (max-width: 640px) {
	.Header__ttl {
		width: 100%;
		/*		margin: 0 auto;*/
		padding: 20px 0;
	}
}

.child {
	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.05rem;
	font-weight: 500;
	padding: 0 30px 1.5rem;
	line-height: 1rem;
}

.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;
}




.element {
	/* 最初は非表示 */
	transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1.5s, opacity 1s, visibility 1.5s;
}

/* フェードイン時に入るクラス */
.is-fadein {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}


/*list案*/
.product li {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/*	font-family: mr-eaves-modern,sans-serif;*/
	font-size: 13px;
	line-height: 1em;
	line-height: calc(13*1.2px);
	padding-bottom: 8px;
}





@media only screen and (min-width: 640px) and (max-width: 1024px) {
	
	.shop_list_warp {
		width: 100%;
		padding: 50px;
	}

	.shoplist_block_warp {
		justify-content: space-around;
	}

	.button2 {
		margin: 50px auto;
	}
}