@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/


embed,
object,
iframe {
	vertical-align: bottom;
}

img {
	vertical-align: bottom;
	width: 100%;
}


/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
	/* 1 */
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
	/* 1 */
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/

select::-ms-expand {
	display: none;
}

/**
* Remove padding
*/

option {
	padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
	overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/

[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
* Clickable labels
*/

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
	display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
	display: none;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	margin: auto;
	/*	background-color: antiquewhite;*/
	font-size: 1.6rem;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #707070;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


.hero_warp {
	width: 100vw;
	color: #fff;
	position: relative;
}

.hero_img {}

.main_title {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);
}

.main_title_logo {
	width: 10vw;
	margin: 0 0 50px 0;
}

.main_title_25th {
	width: 8vw;
	margin: 25px 0;
}

.main_title h2 {
	font-size: 2vw;
	margin: 0 0 10px 0;
}

.main_title div {
	font-size: 1vw;
	margin: 10px 0 50px 0;
}



.Hero {
	height: 100vh;
	position: relative;
	z-index: 1;
	text-align: left;
	letter-spacing: 0.2rem;
	margin: 0 0 20rem 0;
}



.Hero__ttlWrap {
	display: flex;
	flex-direction: column;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	justify-content: space-around;
	padding: 13rem;
	opacity: 9.5;
}


.Hero__ttl {
	width: 15rem;
	text-align: left;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
}



.Hero__ttlSub {
	background: #232323;
	color: #fff;
	display: inline-block;
	font-size: 4rem;
	margin: 3rem 0 0;
	padding: 1.5rem 1rem;
}

.Hero__itemName {
	color: #fff;
	font-size: 2.5rem;
	margin: 0 0 2rem;
	font-weight: bold;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
}
 
.Hero__excl {
	color: #fff;
	font-size: 1.6rem;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
}


.Hero__brandLogo {
	width: 7.5rem;
	margin: 1rem 0;
	text-shadow: 0px 0px 10px rgba(0,0,0, 0.3);
}

.Hero__imgWrap {
	background-image: url(../img/1.jpg);
	background-size: cover;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	/*	width: calc(1467 / 1920 * 100%);*/
	width: 100%;
	z-index: -1;
}


/*　ハンバーガーボタン　*/
/*============
nav
=============*/
nav {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	width: 300px;
	background: #f6f6f6;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}

.open nav {
	left: 0;
	opacity: 1;
}

nav .inner {
	padding: 50px 25px;
}

nav .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav .inner ul li {
	position: relative;
	/*	border-bottom: 1px solid #222C41;*/
}

nav .inner ul li a {
	display: block;
	color: #707070;
	font-size: 1.4rem;
	padding: 1.5rem 0;
	text-decoration: none;
	transition-duration: 0.3s;

}

nav .inner ul li a:hover {
	opacity: 0.5;
}

@media screen and (max-width: 767px) {
	nav {
		left: -80%;
		width: calc(100% - 75px);
	}
}

/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 40px;
	right: 40px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 1000;
	opacity: 0.9;
}

.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #707070;
	border-radius: 4px;
	transition: all .5s;
	z-index: 1000;
}

.toggle_btn span:nth-child(1) {
	top: 4px;
}

.toggle_btn span:nth-child(2) {
	top: 14px;
}

.toggle_btn span:nth-child(3) {
	bottom: 4px;
}

.open .toggle_btn span {
	background-color: #707070;
}

.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
	display: none;
	transition: all .5s;
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	;
	z-index: 2;
	cursor: pointer;
}

.main_title_nav {
	font-size: 1.4rem;
	text-align: left;
	margin: 5rem 0 10rem;
	line-height: 1.5;
	width: 60%;
}

.brand_main_philosophy {
	margin: 10rem;
}

.brand_main_philosophy .logo_img {
	text-align: center;
	width: 20rem;
	margin: 15rem auto 10rem;
}

.logo_img_sub {
	margin: 0 auto 10rem;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 3.5rem;
}

.brand_main_philosophy .logo_comment {
	margin: 0 auto 10rem;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	line-height: 3.5rem;
}

.border {
	content: "";
	margin: 0 auto 10rem;
	width: 15rem;
	background-color: #000;
	border-bottom: 1px solid #707070;
}

.suvin {
	margin: 0 auto 10rem;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.15rem;
	line-height: 3rem;
	display: inline-block;
	color: #232323;
}

.suvin span {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	margin: 2rem;
}

.item_introduction {
	background: #F5F5F5;
}

.arklogo {
	text-align: center;
	width: 10rem;
	margin: 0 auto;
	padding: 10rem 0;
}

.item_introduction__text {
	padding: 10rem;
}

.item_introduction .sub_com {
	margin: 2.5rem auto;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.15rem;
}

.item_introduction .item_name {
	margin: 2.5rem auto;
	width: 100%;
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
}

.item_introduction .img_full {
	margin: 0 auto 10rem;
	width: 80vw;
}

.item_introduction .item_comment {
	margin: 5rem auto;
	max-width: 1000px;
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	line-height: 3.2rem;
	text-align: justify;
	/* Chrome・Firefox用 */
	text-justify: inter-ideograph;
	/* IE・Edge用 */
}

.item_title {
	padding: 10rem 0 5rem;
}

.sub_com {
	padding: 10rem 0 0;
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.15rem;
}

.main_com {
	padding: 2rem 0 0;
	width: 100%;
	font-size: 2.4rem;
	letter-spacing: 0.15rem;
}

.img_textile {
	margin: 5rem auto;
}

.com {
	margin: 5rem auto;
	max-width: 1000px;
	text-align: left;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	line-height: 3.2rem;
	text-align: justify;
	/* Chrome・Firefox用 */
	text-justify: inter-ideograph;
	/* IE・Edge用 */
}


.item_warp {
	/*	background: #f5f5f5;*/
	background: linear-gradient(#FFF 20%, #f5f5f5 0, #f5f5f5 80%, #fff 0);
	display: flex;
	margin: 20rem auto;
	justify-content: center;
}

.item_detail_warp {
	display: flex;
	width: 1000px;
	font-size: 1.6rem;
	letter-spacing: 0.15rem;
	line-height: 3.2rem;
}

.img_baggy {
	width: 50rem;
}

.item_detail_warp .to_page {
	display: flex;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1;
	font-size: 1.2rem;
}

.item_detail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0 0 5rem;
	position: relative;
	width: 50%;
}

.item_main_name {
	font-weight: bold;
	line-height: 1;
}

.item_sub_name {
	font-size: 1rem;
}

.price {
	margin: 2.5rem 0;
	font-weight: bold;
}

.to_page {
	padding: 10rem 0 20rem;
	margin: 0 auto;
	text-align: center;
}

.brand_warp {
	width: 1000px;
	margin: 10rem auto;
	padding: 10rem 0;
	font-size: 1.4rem;
	line-height: 2;
}

.brand_logo {
	width: 15rem;
	margin: 2.5rem 0;
}

.reading {
	margin: 5rem 0;
}

.brand_sub_philosophy {
	margin: 5rem 0;
}

.brand_warp .to_page {
	display: flex;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1;
}

.item_silhouette_warp {
	width: 1000px;
	margin: 0 auto;
}

.silhouette_comparison_warp {
	display: flex;
	justify-content: space-between;
}

.baggy_warp {
	width: 49%;
	position: relative;
}
.baggy_warp img {
/*	border: 1px solid #b0b0b0;*/
}

.silhouette_name {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}


.silhouette_comparison {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: normal;
	background-color: #F5F5F5;
	color: #707070;
	padding: 1rem;
}


.silhouette_slider_warp {
	width: 49%;
}
.silhouette_slider_warp img{
/*	border: 1px solid #b0b0b0;*/
}



.silhouette_slider_warp li {
	position: relative;
}

.silhouette_slider_warp li p {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-weight: bold;
}


.item_introduction__text .subcom {}


.btnarrow5 {
	/*矢印の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	border: 1px solid #707070;
	border-radius: 3px;
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333;
	outline: none;
	/*アニメーションの指定*/
	transition: all .2s linear;
}

.btnarrow5:hover {
	background: #333;
	color: #fff;
}

/*矢印と下線の形状*/
.btnarrow5::before {
	content: "";
	/*絶対配置で下線の位置を決める*/
	position: absolute;
	top: 50%;
	right: -26px;
	/*下線の形状*/
	width: 40px;
	height: 1px;
	background: #707070;
	/*アニメーションの指定*/
	transition: all .2s linear;
}

.btnarrow5::after {
	content: "";
	position: absolute;
	top: 28%;
	right: -21px;
	width: 1px;
	height: 7px;
	background: #707070;
	transform: skewX(57deg);
	transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before {
	right: -30px;
}

.btnarrow5:hover::after {
	right: -25px;
}

.item_textile_warp {
	background: #f5f5f5;
	margin: 0 auto;
}

.item_textile {
	width: 1000px;
	margin: 0 auto;
}

.wear_warp {
	width: 1000px;
	margin: 20rem auto;
}

.wear_warp img {
	padding: 10px;
	margin: 5rem 0;
	opacity: 0.95;
}

.wear01_block_01 {
	width: 1000px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 5rem auto;
}

.wear01_block_02 {
	width: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 5rem auto;
}


.wear01_block_02 ul .to_page{
	padding: 2.5rem 0;
	margin: 0 auto;
	text-align: left;
}


.wear01_block_02 li{
	margin: 1rem auto;
	padding: 0 5rem;
	font-size: 1.4rem;
}
.wear01_block_02 li:hover{
	opacity: 0.8;
}

.staff_credit {
	padding: 10px;
	font-size: 1.2rem;
}

.wear01_01 {
	width: 50%;
	margin: 5rem auto 3rem;
}

.wear01_02 {
	width: 40%;
	margin: 5rem auto;
}

.wear01_03 {
	width: 80%;
	margin: 5rem 0;
}

.wear01_04 {
	width: 50%;
	margin: 5rem 0 5rem auto;
}
.wear01_04 img{
	margin: 5rem 0 0 auto;
}


.wear02_block_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin: 5rem auto 10rem;
}

.wear02_block_02 ul .to_page{
	padding: 2.5rem 0;
	margin: 0 auto;
	text-align: left;
}


.wear02_block_02 li{
	margin: 1rem auto;
	padding: 0 5rem;
	font-size: 1.4rem;
}
.wear02_block_02 li:hover{
	opacity: 0.8;
}

.wear02_01 {
	width: 50%;
	margin: 5rem auto;

}

.wear02_02 {
	width: 70%;
	margin: 5rem auto 5rem 0;
}

.wear02_03 {
	width: 60%;
	margin: 5rem 0 5rem auto;
}
.wear02_04 {
	width: 50%;
	margin: 5rem auto 0;
}
.wear02_04 img{
	margin: 5rem auto 0;
}

.space{
	margin: 0 1rem;
}

/*==================================================
スライダーのためのcss slick
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
	margin: 0 0 5px 0;
}

.gallery li {
	list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	z-index: 3;
	top: 45%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 0px solid #ccc;
	/*矢印の色*/
	border-right: 0p solid #ccc;
	/*矢印の色*/
	height: 25px;
	width: 25px;
}

.choice-btn .slick-prev {
	/*戻る矢印の位置と形状*/
	left: 2.5%;
	transform: rotate(-135deg);
	display: none !important;
}

.choice-btn .slick-next {
	/*次へ矢印の位置と形状*/
	right: 2.5%;
	transform: rotate(45deg);
	display: none !important;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: 2.5%;
	/*	transform: rotate(180deg);*/

}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: 2.5%;
	/*	transform: rotate(180deg);*/
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
	cursor: pointer;
	outline: none;
	background: #fff;
	list-style: none;
}

.choice-btn li img {
	opacity: 0.8;
	/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
	opacity: 1;
	/*選択されているものは透過しない*/
}




/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #f7f7f7;
	text-align: center;
	color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
	width: 250px;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
	fill-opacity: 0;
	/*最初は透過0で見えない状態*/
	transition: fill-opacity .5s;
	/*カラーがつく際のアニメーション0.5秒で変化*/
	fill: none;
	/*塗りがない状態*/
	stroke: #707070;
	/*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
	fill: #333;
	/*塗りの色*/
	fill-opacity: 1;
	/*透過1で見える状態*/
	stroke: none;
	/*線の色なし*/
}




/*--スライダーの位置とサイズ調整--*/
.slider {
	width: 80%;
	margin: 0 auto;
}

/*--------画像サイズ調整---------*/
img {
	width: 100%;
}

/*-----------height調整----------*/
.slick-slide {
	height: auto !important;
}

/*-----------矢印表示----------*/
.slick-next {
	right: 10px !important;
	opacity: 0.8;
}

.slick-next:hover {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slick-next:before {
	background: url(../img/arrow_r.svg) !important;
	background-size: contain !important;
}


.slick-prev {
	left: 10px !important;
	opacity: 0.8;
}

.slick-prev:hover {
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slick-prev:before {
	background: url(../img/arrow_l.svg) !important;
	background-size: contain !important;
}

.slick-arrow {
	z-index: 2 !important;
	width: 50px !important;
	height: 50px !important;
}

.slick-arrow:before {
	content: "" !important;
	width: 50px !important;
	height: 50px !important;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1 !important;
}


.shop_list_bg {
	background: #f5f5f5;
	margin: 10rem auto;
}

.shop_list_warp {
	width: 1000px;
	margin: 0 auto;
	padding: 10rem 0;
}

.list_title {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 5rem 0;
}

.shop_list_bg .list_reading {
	font-size: 1.6rem;
	margin: 5rem 0;
}

.shoplist_block_warp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shoplist_block {
	width: calc(50% - 1rem);
	/*	width: 50%;*/
	margin: 1rem 0;
	padding: 0 3rem;
	background: #fff;
}

.shop_name {
	margin: 0 0 5rem;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 10rem;
	border-bottom: 1px solid #707070;
}

.Shoplist_shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 15px auto;
}

.Shoplist_shopinfo dt {
	align-items: center;
	color: #707070;
	display: flex;
	flex: 0 0 8rem;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 8rem;
	font-size: 1.4rem;
	font-style: italic;
	margin: 1.5rem 0 0 0;
	max-width: 8rem;
}

.Shoplist_shopinfo dd {
	flex: 0 0 calc(100% - 8rem);
	line-height: 1.4;
	margin: 1.5rem 0 0 0;
	width: calc(100% - 8rem);
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
}

.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 {
	text-align: left;
	padding: 5rem 0;
	font-size: 1.2rem;
}

.Shoplist__map {
	color: #232323;
}

.Shoplist__map:hover {
	opacity: 0.4;
	transition: 1.0s;
}

.Shoplist__map::before {
	content: "";
	margin: 0 5px;
}



footer {
	margin: 10rem auto;
}

footer .logo {
	width: 10rem;
	text-align: center;
	margin: 15rem auto 0;
}

footer .copy {
	text-align: center;
	margin: 10rem auto;
}

.topBtn {
	display: inline-block;
	width: 30px;
}

#page-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	line-height: 1;
	z-index: 99;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	width: 30px;
	text-align: center;
	display: block;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
}

#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}