@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: #373522;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}


/*　ハンバーガーボタン　*/
/*============
nav
=============*/
nav {
	display: block;
	position: fixed;
	top: 0;
	right: -350px;
	bottom: 0;
	width: 350px;
	background: #f5f5f5;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 3;
	opacity: 0;
}

.open nav {
	right: 0;
	opacity: 1;
}

nav .inner {
	padding: 110px 0rem;
}

.main_title_nav {
	padding: 20px;
}

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-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: 0.1rem;
	color: #373522;
	line-height: 3;
	text-decoration: none;
	transition-duration: 0.3s;
	/*	border-bottom: 1px solid #707070;*/
	padding: 0 2rem;
}

nav .inner ul li:after {
	content: '';
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -3px;
	border-right: 1px #707070 solid;
	border-top: 1px #707070 solid;
	transform: rotate(45deg);
}

nav .inner ul li a:hover {
	opacity: 0.5;
	background-color: #fff;
}

.main_title_nav {
	margin: 5rem auto;
}

.main_title___nav {
	width: 60%;
	margin: 2rem 2rem 5rem;
}

@media screen and (max-width: 767px) {
	nav {
		width: 100%;
	}
}

/*============
.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: 1px;
	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.8);
	;
	z-index: 2;
	cursor: pointer;
}



/*==================================================
スライダーのための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;
	/*線の色なし*/
}





.shop_list_bg {
	background: #f5f5f5;
	margin: 10rem auto;
}

.shop_list_warp {
	max-width: 1100px;
	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: 2rem 0 4rem;
	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;
}
.topBtn_logo {
	display: inline-block;
	width: 50px;
}

.button {
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #fff;
	padding: 10px;
	cursor: pointer;
	transition: .3s;
	/*デフォルトで非表示にする*/
	opacity: 0;
	visibility: hidden;
	display: block;
}

.button a:hover {
	text-decoration: none;
	opacity: .5;
	transition: .3s;
}


.button_logo {
display: none;
}



/*このクラスが付与されると表示する*/
.active {
	opacity: 1;
	visibility: visible;
}


.all_warp {
	width: 100%;
}

.hero_warp {
	width: 100%;
	height: 100vh;
	background-image: url("../img/1.jpg");
	background-size: cover;
}


.main_title__warp {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	position: absolute;
	justify-content: space-between;
	padding: 5rem;
	/* 絶対位置指定 */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.main_title__logo {
	padding: 18rem 10rem;
}

.main_title_25th {
	display: flex;
	align-items: center;
	margin: 1.5rem 0 10rem;
}

.main_title__h2 {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	display: block;
}

.main_title__25th_logo_wht {
	width: 15%;
	padding: 0 1.5rem 0 0;
	margin: 0 0;
	display: block;
}


.main_title__h1 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 1.5rem;
}

.main_title__p {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 10rem;
	letter-spacing: 0.15rem;
}

.main_title__dl {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 5rem;
}

.text_title_warp {
	width: 1100px;
	margin: 50rem auto 20rem;
}

.text_title_warp h2 {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 1.5rem;
	letter-spacing: 0.15rem;
}

.text_title_warp h1 {
	font-size: 36px;
	font-weight: 700 bold;
	margin: 0 0 5rem;

}

.item_story_warp {
	width: 1100px;
	margin: 0 auto 50rem;
	display: flex;
}

.item_story__title {
	width: 50%;
}

.item_story__name {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 16px;
	font-weight: 100;
	margin: 0 0 1.5rem;
	letter-spacing: 0.2rem;
}

.item_story__namesub {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 16px;
	font-weight: 100;
	letter-spacing: 0.1rem;
}

.item_story__namesub p {
	margin: 0 0 2rem;
}

.item_story__texttitle {
	width: 50%;
}

.item_story__texttitle_main {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #707070;
}

.item_story__texttitle_sub {
	font-size: 14px;
	font-weight: 100;
	margin: 0 0 1rem;
	color: #707070;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}




.gender_warp {
	background-color: #F8F8F8;
	width: 100%;
}

.gender {
	width: 540px;
	margin: 0px auto;
	padding: 180px 0;
}

.gender_jp {
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-size: 12px;
	font-weight: 100;
	margin: 0 0 1rem;
}

.gender_en {
	font-size: 24px;
	font-weight: 100;
	margin: 0 0 10rem;
}

.gender_men_warp {
	margin: 0 0 10rem;
}

.gender_men {
	color: #232323;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2rem;
}

.gender_men span
{
	font-size: 14px;
	font-weight: 100;
	margin: 0rem 0rem 2rem 4rem;
	letter-spacing: 0.05rem;
}

.gender_women {
	color: #232323;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 2rem;
}
.gender_women span
{
	font-size: 14px;
	font-weight: 100;
	margin: 0rem 0rem 2rem 4rem;
	letter-spacing: 0.05rem;
}

.gender_men_img {
	margin: 20px 0;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px;
}

.gender_men_img li:hover {
	opacity: 0.5;
	transition-duration: 0.3s;
}


.gender_women_img {
	margin: 20px 0;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/*	grid-template-columns: 1fr 1fr 1fr;*/
	grid-gap: 25px;
}

.gender_women_img li:hover {
	opacity: 0.5;
	transition-duration: 0.3s;
}

.view {
	text-align: right;
	font-weight: bold;
	color: #707070;
}

.linkButton {
	text-align: right;
	color: #707070;
	font-size: 1.2rem;
	font-weight: 700;

}

.linkButton a:before {
	background: #707070;
	content: '';
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	vertical-align: 2px;
	width: 6rem;
}

.linkButton a:hover {
	color: #707070;
}

.linkButton a:hover:before {
	width: 10rem;
}


.linkButton_top {
	text-align: left;
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	color: #707070;
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0.75rem 0;
}

.linkButton_top a:before {
	background: #707070;
	content: '';
	display: inline-block;
	height: 1px;
	margin-right: 10px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	vertical-align: 2px;
	width: 5rem;
}

.linkButton_top a:hover {
	color: #707070;
}

.linkButton_top a:hover:before {
	width: 10rem;
}




.linkButton_top_wht {
	text-align: left;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 0;
	line-height: 2rem;
	margin: 0.75rem 0;
}

.linkButton_top_wht a:before {
	background: #fff;
	content: '';
	display: inline-block;
	height: 0.1px;
	margin-right: 10px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	vertical-align: 2px;
	width: 5rem;
}

.linkButton_top_wht a:hover {
	color: #fff;
}

.linkButton_top_wht a:hover:before {
	width: 10rem;
}





.look_warp {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 180px;
}

.look_no {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5rem;
	color: #707070;
	border-bottom: 1px solid #707070;
}

.look_no span {
	font-size: 40px;
	margin: 0 0 7rem;
	margin: 10px;
	font-weight: normal;
}

.look_co {
	font-size: 14px;
	font-weight: bold;
	margin: 2.5rem 0 5rem;
	color: #707070;
	letter-spacing: 0.02rem;
}

.look_img_warp {
	width: 1100px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.look_img_warp li {
	padding: 20px;
	margin: 0 0 50px;
	width: 45%;
}

.look_img_warp li img {
	opacity: 0.95;
}


.waer_warp {
	width: 800px;
	margin: 7rem auto;
}


.waer_warp_item {
	display: flex;
	width: 100%;
}


.waer_warp li {
	font-size: 14px;
	margin: 1rem 0;
	border-bottom: 1px solid #f1f1f1;
	padding: 5px 0;
	letter-spacing: 0.1rem;
}


.waer_warp_item {
	display: flex;
	width: 100%;
}

.waer_class {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	display: inline-block;
	width: 150px;
	margin: 0 5px;
	padding: 5px 10px;
}

.waer_item {
	padding: 5px 10px;
}

.btn-wrap {
	margin-left: auto;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.btn {
	background-color: #707070;
	border: 1px solid transparent;
	border-radius: 2px;
	color:  #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 100;
	max-width: 100%;
	padding: 5px 0px;
	text-align: center;
	width: 100px;
	margin: 0 5px;
}

.btn:focus,
.btn:hover {
	background: #fff;
	border-color: currentColor;
	color: #707070;
	opacity: 0.2;
	transition-duration: .3s;
}


.item__buyBtn_re:hover {
	opacity: 0.8;
	transition-duration: 0.3s;
}




.item_warp {
	background-color: #F8F8F8;
}

.item_title_warp {
	width: 1100px;
	margin: 0 auto;
	padding: 18rem 0 0;
}

.item_title {
	width: 1100px;
	margin: 15rem auto 10rem;
	padding: 20rem 0 0rem;
	font-size: 14px;
}

.item_text_warp {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 10rem;
	;
	display: flex;
}

.item_detail_warp {
	margin: 0 auto;
	width: 45%;
	padding: 5rem 0;

	/*
	display:flex;
	justify-content: space-between;
	flex-flow: column;
	border:2px #ccc solid;
	height:300px;
	margin:0 0 1em;
*/
}

.item_img_warp {
	width: 50%;
	margin: 5rem;
	padding: 5rem;
	background-color: #fff;
}

.item_name_sub {
	font-size: 1.4rem;
	margin: 5rem auto 1rem;
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-weight: 100;
	letter-spacing: 0.1rem;
}

.item_name_main {
	font-size: 2.4rem;
	letter-spacing: 0.15rem;
	margin: 0 0 3rem;
}

.item_price {
	font-size: 1.2rem;
	margin: 1rem auto 0.5rem;
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-weight: 100;
	letter-spacing: 0.15rem;
}

.item_price span {
	font-weight: normal;
	letter-spacing: 0.15rem;
	display: inline-block;
	width: 7rem;
}

.item_size {
	font-size: 1.2rem;
	margin: 1rem auto 0.5rem;
	font-family: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	font-weight: 100;
	letter-spacing: 0.15rem;
}

.item_size span {
	font-weight: normal;
	letter-spacing: 0.15rem;
	display: inline-block;
	width: 7rem;
}

.item_supplement_title {
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	margin: 1rem 0;
}

.item_supplement_text {
	font-size: 1.4rem;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.4;
	letter-spacing: 0.15rem;
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
}

.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.content {
	margin: 0 0 5rem;
}

.Brand_page_warp {
	width: 1100px;
	margin: 40rem auto;
}

.Brand_page_logo {
	width: 200px;
	margin: 1rem auto;
}

.Brand_page_link {
	width: 200px;
	margin: 0 auto;
}

.msg {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 40px;
	text-align: center;
}

.box-inner {
	max-width: 700px;
	margin: 250px auto;
	padding: 0 40px;
}

.box {
	width: 200px;
	height: 200px;
	background-color: orange;
	margin: 30px auto 0;
}

.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.fade-in-up {
	transform: translate(0, 30px);
}

.fade-in-down {
	transform: translate(0, -30px);
}

.fade-in-left {
	transform: translate(-30px, 0);
}

.fade-in-right {
	transform: translate(30px, 0);
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}



.start {
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 11000;
}

.start p {
	position: fixed;
	color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 350px;
}





