@charset "utf-8";

/*------------------------------------------

	@ Style Name	/css/common/base.css

--------------------------------------------

		- Reset
		- html, body
		- Section
		- Module

------------------------------------------*/

/*------------------------------------------
 *	Reset
------------------------------------------*/
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,icenter,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:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}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{line-height:0;vertical-align:bottom;}


/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	line-height: 1.8;
	font-size: 14px;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,"ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.05em;
	color:#484848;
	-webkit-text-size-adjust:none;
}

/**
 * Layout
 */

.sec-atelier,
.sec-gallery,
.sec-profile,
.sec-products {
	width: 630px;
	margin: 0 auto;
}
.site-header {
	margin: 55px 0 50px;
	text-align: center;

}
.mv {
	margin: 0 0 100px;
	text-align: center;
}
.sec-atelier,
.sec-gallery {
	overflow: hidden;
	margin: 0 auto 60px;
}

.sec-atelier {
	margin-bottom: 160px;
}
.sec-atelier figure,
.sec-gallery figure {
	float: left;
	width: 307px;
}
.sec-atelier .columns-right,
.sec-gallery .columns-right {
	float: right;
	width: 279px;
}
.sec-atelier .columns-right {
	position: relative;
	top: 70px;
}
.sec-gallery .columns-right {
	margin-top: 10px;
}
.txt-atelier-address,
.txt-gallery-address {
	margin: 0 0 45px;
	color: #666666;
	text-align: right;
	font-size: 1.2rem;
}

.sec-gallery {
	margin-top: 130px;
}
.txt-gallery-address {
	margin: 0 0 75px 0;
}
.sec-profile {
	overflow: hidden;
	margin: 150px auto 0;
}
.sec-profile figure {
	float: left;
	position: relative;
}

/**
 * Products
 */
.sec-products {
	margin-top: 130px;
}

.products-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
	background: #000;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s linear,
		visibility 1s linear;
}
.products-list--visible {
	opacity: 1;
	visibility: visible;
}
.products-list-inner {
	position: absolute;
	top: 0;
	left: 50%;
	width: 630px;
	/* margin: 0 auto; */
	transform: translate(-50%, 0);
}
.products-item {
}
.slick-list {
	position: relative;
}

.products-item img {
	max-width: 100%;
}

.products-buy {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 1.2rem;
	text-align: right;
}
.products-name {
	color: #fff;
	font-size: 1.8rem;
}
.products-size {
	color: #999;
}
.slick-prev,
.slick-next {
	z-index: 1;
	appearance: none;
	background: none;
	text-indent: -5000px;
	border: none;
	width: 315px;
	height: 420px;
	cursor: pointer;
	padding: 0;
	top: 0;
	flex-direction: column;
}
.slick-prev:focus,
.slick-next:focus {
	outline: none;
}
.slick-prev:hover::before,
.slick-prev:hover::after,
.slick-next:hover::before,
.slick-next:hover::after {
	background: #aaa;
}
.slick-prev:focus,
.slick-next:focus {
	outline: none;
}
.slick-prev::after,
.slick-next::after,
.slick-prev::before,
.slick-next::before {
	position: absolute;
	top: 50%;
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
}
.slick-prev::before,
.slick-next::before {
	transform: rotate(45deg);
}
.slick-prev::after,
.slick-next::after {
	transform: rotate(-45deg);
	margin-top: -14px;
}
.slick-next::before {
	transform: rotate(-45deg);
}
.slick-next::after {
	transform: rotate(45deg);
}
.slick-prev::after,
.slick-prev::before {
	left: 20px;
}

.slick-next::after,
.slick-next::before {
	right: 20px;
}
.slick-next {
	position: absolute;
	right: 0;
}
.slick-prev {
	position: absolute;
	left:0;

}

.products-close {
	position: absolute;
	right: 40px;
	z-index: 2;
	line-height: 1;
	display: none;
}

.products-close--visible {
	display: block;
}

.products-close a {
	display: block;
	text-align: center;
	line-height: 1;
	width: 180px;
	color: #fff;
	text-decoration: none;
	border: 1px #fff solid;
	font-size: 14px;
	padding: 7px 10px 5px;
}

/**
 * Profile
 */
.sec-profile .columns-right {
	float: right;
	width: 350px;
	margin: 0 0 0 0;
}
.data-profile-history {
	overflow: hidden;
	font-size: 1.2rem;
}
.data-profile-history dt {
	float: left;
	width: 80px;
}
.data-profile-history dd {
	margin: 0 0 0 80px;
}
/**
 * Footer
 */
.site-footer {
	margin: 120px 0 120px;
	text-align: center;
	font-size: 1.2rem;
	color: #666;
}

/**
 * Title
 */
.ttl-primary {
	font-size: 2.6rem;
	margin: 0 0 10px 0;
}
.ttl-primary span {
	font-size: 1.5rem;
	color: #989898;
}
.ttl-secondly {
	overflow: hidden;
	color: #000;
}

.txt-profile-job {
	display: inline-block;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	font-size: 1.5rem;
	border-right: 1px #000 solid;
	width: 50px;
}
.txt-profile-name {
	display: block;
	margin: -8px 0 0 0;
	font-size: 2.6rem;
}
.txt-profile-ruby {
	position: relative;
	top: -10px;
	font-size: 1.1rem;
	margin: 0 0 0 82px;
}
.btn-products {
	margin-top: 120px;
}
.btn-products a {
	color: #111;
	border: 1px #111 solid;
	padding: 16px 80px;
	text-decoration: none;
}
.btn-products a:hover {
	background-color: #111;
	color: #fff;
}

.copyright a {
	color: #484848;
}

/**
 * Catalog
 */

.catalog {
	text-align: center;
	margin-bottom: 100px;
}
.catalog a {
	display: block;
	width: 480px;
	margin: 0 auto;
	padding: 40px 0;
	color: #666;
	border: 1px solid #666;
	
}
.catalog a:hover {
	opacity: .7;
}