@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: proxima-nova, sans-serif, 'Hiragino Kaku Gothic ProN', "Noto Sans", "Koburina Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
	color: #000;
}

*,
*::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: rgba(0,0,0,0.85);
	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: 500;
	letter-spacing: 0.15rem;
	color: #fff;
	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: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;
	color: #232323;
	font-weight: 300;
}

.main_title_nav {
	margin: 5rem auto;
}

.main_title___nav {
	width: 60%;
	margin: 2rem 2rem 5rem;
}

@media screen and (max-width: 767px) {
	nav {
		width: 100%;
	}
}

.arrow {
	color: #fff;
}
.arrow_brand {
	margin: 0 0 4rem;
}

.arrow_brand_ul {
	font-weight: 100;
}
.arrow_text {
	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: 500;
	letter-spacing: 0.15rem;
	color: #fff;
	line-height: 3;
	text-decoration: none;
	transition-duration: 0.3s;
	padding: 0 2rem;
}



/*============
.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: #fff;
}

.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: 0rem auto;
}

.shop_list_warp {
	max-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;
}

.shoplist_block {
	width: calc(100% - 1rem);
	/*	width: 50%;*/
	margin: 1rem 0;
	padding: 0 4rem;
	background: #fff;
}


.shop_name {
	margin: 0 0 2.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 10rem;
	border-bottom: 1px solid #707070;
}

.Shoplist_shopinfo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 2.5rem;
}

.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-weight: 500;
	/*	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 {
	margin: 2.5rem 0;
	text-align: left;
	padding: 2rem 0 4rem;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}

.BtnArr__wrap {
	border: 1px solid #fff;
	color: #fff;
	background-color: #232323;
	padding: 1rem 1.5rem;
	border-radius: 2px;
	transition: all 0.2s;
}

.BtnArr__wrap:hover {
	color: #232323;
	border: 1px solid #232323;
	background-color: #fff;
	border-radius: 2px;
}




.BtnArr__arr::after{
	content:">>";
	padding: 0 1rem 0 2rem;
}

.Shoplist__map {
	color: #232323;
}



.Shoplist__map:hover {
	opacity: 0.4;
	transition: 1.0s;
}

.Shoplist__map::before {
	content: "";
	margin: 0 5px;
}



footer {
	margin: 0 auto;
	padding: 10rem;
	background-color: #000;
}

footer .logo {
	width: 300px;
	margin: 3rem auto;
	padding: 1rem;
}

footer .copy {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	margin: 3rem auto;
}

.topBtn {
	display: inline-block;
	width: 20px;
}

.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 {
	text-align: center;
	max-width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main_title__warp h1 {
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	width: 380px;
}
.main_title_text {
	padding: 15px 0;
	width: 380px;
	color: #fff;
	letter-spacing: 0.2rem;
}
#kolor_logo img{
	width: 80%;
}

.cont_warp h3 {
	height: auto;
	margin: 0 auto;
	padding: 30rem 0 10rem;
	max-width: 20rem;
}

#kolor .cont_warp h3 {
	height: auto;
	margin: 0 auto;
	padding: 30rem 0 10rem;
	max-width: 10rem;
}

.cont_warp div {
	width: 1000px;
	margin: 0 auto;
}

.beside {
	width: 665px;
	margin: 0 auto;
	padding: 10rem 0 0;
}

.vertical {
	margin: 0 auto;
	padding: 10rem 0 0;
}

.bg_bk {
	background-color: #151515;
	color: #fff;
	margin: 0 auto;
}


.list_warp {
	font-size: 1.3rem;
	line-height: 1.5;
}

.list {
	margin: 5rem 0 13rem;
}

.list li {
	line-height: 1;
	margin: 10px 0;
}
.list li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.list li ::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 0.5px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.list li :hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


.list li span {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 0 10px 0 0; 
}

.list li span::after{
	display: inline-block;
	content: "";
	width: 15px;
}

.item_beside {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	gap: 20px 20px;
}

.item_beside div {
	width: 50%;
}

/*
.item_beside{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
*/
/*
.item_beside div{
flex-basis:calc((100% - 20px) / 2);
max-width:calc((100% - 20px) / 2);
margin-top:20px;
}
*/
/*
.item_beside div:nth-of-type(1),
.item_beside div:nth-of-type(2){
margin-top:0;
}
*/



.product {
	position: relative;
}

.product_text {
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translateY(-50%);
}


.product_text h4 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 2;
	letter-spacing: 0.05rem;
}

.product_text p {
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	white-space: nowrap;
}

.product_text a{
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.product_text a::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 0.5px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.product_text a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.product_text p span {
	font-weight: 800;
	display: inline-block;
}

.product_text p span::after {
	content: "";
	display: inline-block;
	width: 10px;
}

.item_vertical_img {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin: 10rem auto 2rem;
}

.cont_warp div .item_vertical_product {
	margin: 5rem auto 10rem;
}

.item_vertical_product_text {
	display: block;
	width: 100px;
}

.item_vertical_product_text h4 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.05rem;
	margin: 0 0 1rem;
}


.item_vertical_product_text p {
	font-size: 1.3rem;
	letter-spacing: 0.05rem;
	white-space: nowrap;
	display: inline-block;
}

.item_vertical_product_text a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.item_vertical_product_text p ::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 0.5px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.item_vertical_product_text  p :hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}


.item_vertical_product_text p span {
	font-weight: 800;
	display: inline-block;
	margin: 0 10px 0 0;
}


.brand_page {
	height: 40rem;
}

.brand_page_img {
	width: 20%;
	margin: 15rem 0 2rem;
}

.brand_page_img:hover {
	opacity: 0.5;
	transition: all 0.3s ease 0s;
}


.brand_concept {
	font-size: 10px;
	max-width: 60em;
	line-height: 1.5;
	letter-spacing: 0.1px;
	margin-bottom: 2rem;
}



.brand_page_text {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	display: inline-block;
}


.brand_page_text a {
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.brand_page_text ::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: '';
	width: 100%;
	height: 0.5px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}

.brand_page_text :hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}





/*フェードイン*/
/* スクロールCSS */
.fade-in {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
}

.fade-in-up {
	transform: translate(0, 25px);
}

.fade-in-down {
	transform: translate(0, -25px);
}

.fade-in-left {
	transform: translate(-25px, 0);
}

.fade-in-right {
	transform: translate(25px, 0);
}

.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}


#page_top {
	position: fixed;
	bottom: 30px;
	right: 20px;
}

#page_top a {
	/*	background-color: #999;*/
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 30px;
}
#page_top a:hover {
	/*	background-color: #666;*/
	opacity: 0.5;
	text-decoration: none;
	transition: all .5s;
}

