@charset "UTF-8";

/*--------------------------------------------------------------
RESET
--------------------------------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img, hr {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}


/* h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:normal;} */

q:before, q:after {
	content: ”;
}

abbr, acronym {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	zoom: 1;
}

input,button,select,textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type='checkbox'],input[type='radio'] {
	display: none;
}

.confirm .confirm-btn{
	display:inline-block !important;
	
}
input[type='submit'], input[type='button'], label, button, select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}


/*--------------------------------------------------------------
COMMON
--------------------------------------------------------------*/

:root {
	--cart-color: #0081f1;
}

* {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html, body{
	color: #202a42;
	font-size: 14px;
	line-height: 25px;
	font-family: eb-garamond, a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}

html {
	visibility: hidden;
	transition: .5s;
}

html.wf-active, html.loading-delay {
	visibility: visible;
}

html.visivle, body.visivle {
	cursor: none;
}

html.no-scroll, body.no-scroll {
	overflow: hidden;
}

img{
	height: auto;
}

a {
	color: inherit;
	transition: .3s;
	text-decoration: none;
}

a:hover {
	opacity: .6;
}

.hover:hover {
	opacity: .6;
}

.page-yh {
	text-decoration: none;
	pointer-events: none;
	opacity: .4;
}

.is-absolute {
	position: absolute !important;
}

.font-gothic {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif !important;
	font-weight: 400;
}

.font-italic {
	font-family: eb-garamond, serif;
	font-weight: 400;
	font-style: italic;
}

.font-vertical {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	line-height: 1em;
}

.category__title {
	font-size: 9px;
	letter-spacing: 0.2em;
	position: relative;
	margin-bottom: 33px;
}

.category__title:after {
	content: "";
	display: block;
	position: absolute;
	top: 35px;
	left: 0;
	width: 7px;
	height: 1px;
	background-color: #b2b2b2;
}

.category__title-sub {
	font-size: 9px;
}

.category__title-sub--index {
	font-size: 12px;
	color: #666;
}

strong {
	font-weight: bold;
}


/*--------------------------------------------------------------
LAYOUT
--------------------------------------------------------------*/

.pc {
	display: block;
}

.mobile {
	display: none !important;
}

.page__layout {
	margin: 0 auto;
	width: 1200px;
	padding: 0 30px;
}

.main {
	display: block;
	margin-top: 276px;
}

.main__inner {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main__layout {
	width: 50%;
	margin-bottom: 40px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.main__layout--align_center {
	text-align: center;
}

.main__location {
	position: fixed;
	top: 180px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1140px;
	z-index: 100;
}

.main__category {
	position: fixed;
	top: 415px;
	margin-left: 30px;
	z-index: 10;
	transition: .3s;
}

.main__category.is-hidden{
	opacity: 0;
	visibility: hidden;
}

.main__yh {
	position: absolute;
	right: 175px;
}


/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: fixed;
	width: 1200px;
	padding: 0 30px;
	top: 26px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000;
}

.header__layout {
	width: 50%;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.title.is-active .title__logo {
	opacity: 1;
	visibility: visible;
}

.title.is-active .title__logo--dummy {
	opacity: 0;
	visibility: hidden;
}

.title__logo {
	width: auto;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}

.title__logo--dummy {
	height: 8px;
	opacity: 1;
	visibility: visible;
}

.nav-wrap>.nav--active {
	opacity: 0;
	visibility: hidden;
}

.nav-wrap>.nav--dummy {
	opacity: 1;
	visibility: visible;
}

.nav-wrap.is-active>.nav--active {
	opacity: 1;
	visibility: visible;
}

.nav-wrap.is-active>.nav--dummy {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	font-size: 11px;
	letter-spacing: 0.2em;
	transition: .8s;
}

.nav--dummy {
	opacity: 1;
	visibility: visible;
	font-size: 10px;
	transform: scale(0.8);
	transform-origin: top left;
	position: absolute;
	top: 0;
	left: 30px;
}

.nav.is-hidden {
	height: 150px;
}

.nav.is-hidden>* {
	opacity: 0.4;
	pointer-events: none;
}

.nav.is-hidden>.nav__sub-wrap {
	opacity: 1;
	pointer-events: visible;
}

.nav__item {
	width: 150px;
	height: 40px;
	transition: .8s;
}

.nav__link{
	cursor: pointer;
}

.nav__link--no-link{
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}

.nav__list-style {
	width: 30px;
	display: inline-block;
	font-size: 7px;
}

.nav__list-style--sub {
	font-size: 10px;
}

.nav__sub {
	position: absolute;
	top: 90px;
	left: 30px;
	width: 480px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	transition: 1.2s;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 25px;
}

.nav__sub.is-active {
	opacity: 1;
	visibility: visible;
}

.nav__sub-link{
	cursor: pointer;
}

.nav__sub-item {
	width: 120px;
	height: 25px;
}

.nav__sub-title {
	margin-left: 30px;
}

.nav__sub-title--showall {
	font-size: 10px;
	position: absolute;
	left: 75%;
	bottom: 5px;
	border-bottom: solid 1px rgba(50, 50, 50, 0.3);
	line-height:12px;
}

.cart-toggle-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}


/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

.footer {
	position: relative;
	width: 100%;
	height: 200px;
	color: #bbb;
	z-index: 999998;
}

.footer>* {
	position: absolute;
	bottom: 45px;
}

.footer__copyright {
	left: 30px;
	font-size: 9px;
	letter-spacing: 0.13em;
}

.instagram {
	right: 30px;
	font-size: 14px;
	letter-spacing: 0.05em;
	color: #bbb;
}

.instagram>a {
	color: inherit;
}

.instagram:before {
	content: '';
	position: absolute;
	top: 7px;
	left: -20px;
	width: 11px;
	height: 11px;
	background-image: url("../img/icon_instagram.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.instagram-toparea {
	margin: -84px auto 13px;
	width: 1080px;
	display: flex;
	justify-content: flex-end;
}

.instagram--top{
	position: relative;
	right: 0;
	font-size: 12px;
}

.instagram--top:before{
	top: 8px;
	width: 10px;
	height: 10px;
	left: -22px;
}

/* for ggl recapture */
.grecaptcha-badge { visibility: hidden; }

/*--------------------------------------------------------------
PAGENAVI
--------------------------------------------------------------*/
.pagenavi{
	
}


.pagenavi--window{
	display: flex;
	align-items: center;
	margin-left: 17.6%;
}

.paginavi-link-prev,
.paginavi-link-next{
	width: 90px;
	height: 15px;
	line-height: 15px;
	display: block;
	
}

.paginavi-link-prev{
	text-align: right;
	padding-right: 30px;
}

.paginavi-link-next{
	padding-left: 30px;
}

.pagenavi--window .no-link{
	opacity: 0.15;
	pointer-events: none;
}

.pagenavi-border{
	display: block;
	width: 1px;
	height: 15px;
	background: #d9d9d9;
}


/*--------------------------------------------------------------
0. TOP
--------------------------------------------------------------*/

.top-image {
	max-width: 1080px;
	height: auto;
	margin: 0 auto 100px;
/* 	margin: -51px auto 100px; */
}

.top-image img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 100;
}

.top-news__list{
letter-spacing: 0.1em;
}

.top-news__list-item {
	color: #666;
}

.top-news__date {
	display: inline-block;
	font-size: 12px;
	width: 91px;
	position: relative;
}

.top-news__date:after {
	content: '';
	display: block;
	border-right: solid 1px #ccc;
	height: 12px;
	position: absolute;
	right: 0;
	top: 3px;
}

.top-news__content {
	display: inline-block;
	font-size: 13px;
	margin-left: 15px;
}

.top-showall {
	flex-direction: row-reverse;
}

.top-showall__btn {
	display: block;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	width: 150px;
	padding: 10px 0;
	text-align: center;
}

.top-showall__ja {
	font-size: 11px;
}

.top-showall__en {
	font-size: 8.5px;
	letter-spacing:1px;
	line-height:12px;
}


/*--------------------------------------------------------------
1. COLLECTION
--------------------------------------------------------------*/

.collection__category {
	margin-top: 138px;
	margin-bottom: 130px;
	position: absolute;
	z-index: 10;
}

.collection__description-body{
	position: relative;
	display: flex;
	height: 100%;
}

.collection__description-area{
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: none;
	position: -webkit-sticky;
	position: sticky;
	bottom: 20px;
	margin-top: auto;
}

.collection__description-area.is-active{
	opacity: 1;
	visibility: visible;
	display: flex;
}

.collection__image {
	width: 180px;
	height: 250px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.collection__image img{
	width: 100%;
	height: auto;
}

.collection__text {
	width: 300px;
	height: 100px;
	font-size: 11px;
	line-height: 20px;
	display: flex;
	align-items: flex-end;
	margin-left: 10px;
}

.collection__list {
	display: inline-block;
	width: 230px;
	font-size: 13px;
	text-align: left;
	margin-top: 135px;
}

.collection__list-style {
	float: left;
	font-size: 14px;
}

.collection__item {
	margin-left: 40px;
	height: 75px;
	width: 150px;
}


/*--------------------------------------------------------------
2. ITEMS-single
--------------------------------------------------------------*/

#cursor {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 80px;
	height: 20px;
	text-align: center;
	font-size: 9px;
	letter-spacing: 100;
	z-index: 1000;
}

#cursor.clicked {
	opacity: 0.4;
}

.scroll-snap {
	overflow: auto;
	scroll-snap-type: y mandatory;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}

.scroll-snap__area {
	scroll-snap-align: start;
}

.dummy-area {
	position: fixed;
	top: 0;
	height: 275px;
	width: 100%;
	background: #fff;
	z-index: 20;
}

.dummy-area--item {
	left: 0;
	width: 49vw;
}

.item {
	padding-bottom: 250px;
	transition: all 2s;
	transform: translateY(0);
	opacity: 1;
	position: relative;
	background: #fff;
	z-index: 10;
}

.item.is-hidden {
	transition: all 2s;
	transform: translateY(-100vh);
}

.item.is-none {
	position: fixed;
}

.item__category {
	margin-top: 139px;
	margin-bottom: 50px;
}

.item__title {
	font-size: 16px;
	letter-spacing: 0.2em;
	margin-bottom: 37px;
}

.item-detail {
	display: flex;
	letter-spacing: 0.1em;
	margin-top: 270px;
	margin-bottom: 270px;
}

.item-detail__layout {
	width: 120px;
}

.item-detail__list {
	color: #666;
	margin-bottom: 13px;
}

.item-detail__content {
	font-size: 12px;
}

.item__content {
	line-height: 25px;
	letter-spacing: 0.1em;
	margin-bottom: 100px;
}

.item-note {
	margin-bottom: 25px;
}

.item-note__head {
	position: relative;
	padding-left: 30px;
	letter-spacing: 0.1em;
	cursor: pointer;
	font-size: 13px;
}

.item-note__head:before {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 1px;
	background: #aaa;
	top: 45%;
	left: 0;
}

.item-note__head:after {
	content: '';
	position: absolute;
	display: block;
	width: 8px;
	height: 1px;
	background: #aaa;
	top: 45%;
	left: 0;
	transform: rotate(90deg);
	transition: all 0.3s;
}

.item-note__head.is-open {
	opacity: 0.4;
}

.item-note__head.is-open:before {
	display: none;
}

.item-note__head.is-open:after {
	transform: rotate(180deg);
}

.item-note__content {
	padding: 1em 30px;
	font-size: 13px;
}

.item-note__content.is-open {
	height: auto;
	line-height: 1.618;
	opacity: 1;
	padding: 25px 30px;
}

.item-image {
	position: relative;
	width: 100%;
	height: 600px;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
	margin-bottom: 50px;
}

.item-image--sticky {
	top: 276px;
	position: -webkit-sticky;
	position: sticky;
}

.item-image.is-hidden, .item-image.is-hidden * {
	opacity: 0;
	visibility: hidden;
}

.item-image__button-body {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 100;
}

.item-image__button {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
}

.item-image__button--next {
	right: 0;
}

.item-image__button--prev {
	left: 0;
}

.item-image__image-body {
	z-index: 0;
}

.item-image__image{
	display: none;
}

.item-image__image{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 10;
}

.item-image__image img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}


.item-image__caption{
	position: absolute;
	bottom: -50px;
	font-size: 11px;
	line-height: 20px;
	color: #999;
}

.buy {
	position: absolute;
	margin-top: -100vh;
	min-height: 100vh;
	z-index: 5;
	width: calc(100% - 60px);
	max-width: 1140px;
}

.buy.is-hidden {
	margin-top: 0;
}

.buy>.main__layout {
	margin-bottom: 0;
}

.buy-footer {
	width: 100%;
	max-width: 1140px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}

.buy-note {
	font-size: 12px;
	margin-top: 85px;
	position: absolute;
	left: 30px;
	z-index: 99995;
}

.buy-note__list {
	min-height: 1em;
	cursor: pointer;
	letter-spacing: 0.075em;
}

.buy-note.is-active .buy-note__list-guide {
	color: #999;
}

.buy-note.is-active .buy-note__list-guide.yh {
	color: #333;
}

.buy__material {
	position: relative;
	height: 100px;
	margin-top: 40px;
	margin-bottom: 25px;
}

.buy__material-text {
	position: absolute;
	bottom: 0;
	left: 0;
}

.buy-size {
	font-size: 13px;
	margin-top: 65px;
}

.buy-size__list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-align: center;
}

.buy-size__list--front-row {
	padding-top: 12px;
	margin-bottom: -10px;
}

.buy-size__list--front-row * {
	border: none !important;
	font-size: 11px;
}

.buy-size__size, .buy-size__value {
	height: 30px;
	margin-top: 9px;
	margin-bottom: 9px;
	width: 100%;
}

.buy-size__size {
	min-width: 16.6%;
}

.buy-size__value {
	border-left: solid 1px #e5e5e5;
}

.modal-guide {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
/* 	width: 100%; */
	background: #fff;
	z-index: 99990;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
	padding-top: 75px;
	height: 450px;
}

.modal-guide.is-active {
	opacity: 1;
	visibility: visible;
	margin: 0 calc(calc(100vw - 100%) / -2);
}

.modal-guide__close {
	position: absolute;
	top: 20px;
	right: 15px;
	font-size: 15px;
	line-height: 15px;
}

.modal-guide__inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.modal-guide__content-wrap {
	color: #666;
	letter-spacing: 0.025em;
	font-size: 13px;
	position: absolute;
	left: 220px;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

.modal-guide__content-wrap span {
	font-size: 11px;
}

.modal-guide__content-wrap.is-active {
	opacity: 1;
	visibility: visible;
}

.modal-guide__content {
	width: 410px;
	margin-right: 140px;
	float: left;
}

.modal-guide__delivery,
.modal-guide__icon {
	width: 300px;
	float: left;
}

.modal-guide__icon-image {
	margin-right: 16px;
	display: inline-block;
}

.modal-guide .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 1140px;
}

.modal-gray-layer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #000;
	opacity: 0.05;
	z-index: 88888;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

.modal-white-layer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 88889;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

.modal-gray-layer.is-active {
	opacity: 0.05;
	visibility: visible;
}

.modal-white-layer.is-active {
	opacity: 1;
	visibility: visible;
}

/*--------------------------------------------------------------
2. ITEMS-category
--------------------------------------------------------------*/

.items-post {
	height: 475px;
	margin-bottom: 150px;
}

.items-post--top {
	margin-bottom: 75px;
}

.items-post__link {
	display: block;
}

.items-post__title {
	position: absolute;
	bottom: 0;
	left: 30px;
	font-size: 11px;
	color: #999;
	letter-spacing: 0.2em;
}

.items-post__image {
	width: auto;
	height: auto;
	max-width: 350px;
	max-height: 350px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
}

.items-post__information {
	position: absolute;
	bottom: -30px;
	right: 50%;
	-webkit-transform: translateX(175px);
	transform: translateX(175px);
	color: #bbb;
	text-align: right;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

.items-post__information.is-active {
	opacity: 1;
	visibility: visible;
}

.items-post__price {
	margin-bottom: 6px;
	font-style: italic;
	font-variant-numeric: oldstyle-nums;
	-moz-font-feature-settings: “onum”;
	-webkit-font-feature-settings: “onum”;
	font-feature-settings: “onum”;
}

.items-post__category {
	font-size: 12px;
}


/*--------------------------------------------------------------
3. WINDOW
--------------------------------------------------------------*/
.window-head{
	font-size: 11px;
	margin-top: 10px;
}

.window-title{
	margin-bottom: 50px;
	letter-spacing: 0.1em;
}

.window-introduction{
	width: 100%;
	max-width: 330px;
	letter-spacing: 0.025em;
}

.window-post{
	margin-bottom: 125px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.window-post--single{
	display: block;
	position: fixed;
	width: calc(50% - 60px);
}

.window-post--single-text{
	display: block;
/*
	align-items: flex-start;
	justify-content: space-between;
*/
/* 	margin-bottom: 215px; */
	margin-top: 130px;
	line-height:28px;
	letter-spacing: 1px;
	color:#111;
}

.window-post--first{
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 215px;
	margin-top: 130px;
}

.window-post__image{
	max-width: 330px;
	max-height: 330px;
}

.window-post__image--first{
	max-width: 510px;
	max-height: 510px;
}

.window-post__text{
	letter-spacing: 0.1em;
	margin-top: 30px;
	width: 100%;
	max-width: 330px;
}

.window-post__text--first{
	max-width: 100%;
}

.window-post__text--single{
	max-width: 510px;
	margin-top: 98px;
}

.window-post__title{
	font-size: 14px;
	margin-bottom: 25px;
}

.window-post__title--first{
	font-size: 18px;
	line-height: 25px;
}

.window-post__title--single{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 50px;
}

.window-post__detail{
	font-size: 12px;
}

.window-post__detail--first{
	display: flex;
	margin-bottom: 3px;
}

.window-post__date--single{
	margin-bottom: 30px;
}

.window-post__date--first{
	width: 120px;
}

.window-post__detail-inner{
}

.window-post__detail-inner span{
	display: inline-block;
	width: 90px;
}


/* single text */
.window-post--single-text img{
	margin-top: 50px;
}

.window-post--single-text img,
.wp-caption{
	margin-bottom: 50px;
}

.wp-caption{
	margin-top: 50px;
}

.window-post--single-text img.first-child,
.wp-caption.first-child{
	margin-top: 0;
}


.wp-caption-text{
	font-size: 11px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif !important;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 15px;
	color:#555;
	padding-top:5px;
}
.wp-caption-text br{display:none;}
.window-post--single-text img + br{display:none;}

.wp-caption{
	max-width: 100% !important;
}

.wp-caption img{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.wp-caption + br{display: none;}

.window-author{
	margin-top: 160px;
	font-size: 13px;
}

.window-author__head{
	display: flex;
	margin-bottom: 40px;
}

.window-author__author{
	width: 150px;
	position: relative;
	font-size: 14px;
}

.window-author__author:after{
	content: "";
	display: block;
	position: absolute;
	width: 90px;
	height: 1px;
	right: 10px;
	top: 13px;
	background-color: #e5e5e5;
}

.window-author__body{
	display: flex;
	align-items: flex-start;
}

.window-author__image{
	width: 150px;
}

.window-author__image img{
	margin-top: 0;
	max-width: 90px;
}

.window-author__text{
	flex: 1;
	line-height:22px;
}

/*--------------------------------------------------------------
4.EXHIBITION
--------------------------------------------------------------*/
.exhibition-link{
	letter-spacing: 0.1em;
	display: block;
	position: fixed;
}

.exhibition-link--top{
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin-right: 40px;
	color:#666;
}

.exhibition-link__title{
	font-size: 11px;
	margin-bottom: 28px;
}

.exhibition-link__sub{
	font-style: italic;
	margin-left: 20px;
}

.exhibition-post{
	margin-bottom: 200px;
	letter-spacing: 0.1em;
}

.exhibition-post__title{
	font-size: 16px;
	margin-bottom: 25px;
}

.exhibition-post__schedule{
	font-size: 14px;
	margin-bottom: 75px;
}

.exhibition-post__text img{
	width: 100%;
	height: auto;
}

.showroom-head{
	display: flex;
	justify-content: space-between;
}

.showroom-head__title{
	font-size: 11px;
	letter-spacing: 0.1em;
}

.showroom-head__month{
	width: 120px;
	font-size: 12px;
}

.showroom-head__month span{
	font-size: 18px;
}

.showroom-date{
	width: 360px;
	max-width: 100%;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.showroom-maparea{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
}

.showroom-map{
	width: 186px;
	height: auto;
	margin-right: 30px;
}

.showroom-text{
	width: 390px;
	max-width: 100%;
	/*font-size: 12px;*/
	letter-spacing: 0.075em;
	
}

/* CONTACT FORM */
.contact-form{
	width: 390px;
	letter-spacing: 0.1em;
	font-size: 12px;
	margin-top: 93px;
}

.input-area{
	display: flex;
	align-items: flex-end;
	padding-bottom: 24px;
}

.input-area--message{
	display: block;
	margin-bottom: 50px;
}

.input-head{
	width: 120px;
	line-height: 1em;
}

.input-area--message > .input-head{
	margin-bottom: 20px;
}
::placeholder{
	 font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",sans-serif;font-size:0.9rem;
 }

.input-data{
	flex: 1;
}

.input-data--select{
	display: flex;
}

.input-data input,
.input-data select,
.input-data textarea{
	line-height: 25px;
	font-size: 1rem;
	padding: 0 0.5rem;
}

.input-data input,
.input-data select{
	border-bottom: solid 1px #e5e5e5;
	height: 25px;
}

.input-data textarea{
	border: solid 1px #e5e5e5;
	width: 100%;
	min-height: 200px;
}

.input-data__inner{
	display: flex;
	align-items: flex-end;
}

.input-data__inner select,
.input-data__inner input{
	width: 60px;
}

.input-data__unit{
	margin: 0 0.6em;
	line-height: 1em;
}

.contact-form__btn input[type="submit"]{
	width: 180px;
	height: 40px;
	background: #404040;
	color: #fff;
	font-size: 13px;
	font-family: eb-garamond, a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	transition: .3s;
}

.contact-form__btn input[type="submit"]:hover{
	opacity: .6;
	cursor: pointer;
}

.wpcf7-not-valid{
	border-bottom: solid 1px red !important;
}

.wpcf7-not-valid-tip{
	display: none !important;
/*
	position: absolute;
	font-size: 10px;
	letter-spacing: 0;
	min-width: 100px;
*/
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border: none !important;
	padding: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output{
	border: none !important;
	padding: 0 !important;
}

/*--------------------------------------------------------------
5.ABOUT
--------------------------------------------------------------*/

.about-head {
	width: 50px;
	margin-top: 35px;
	font-size: 11px;
	letter-spacing: 0.1em;
}

.about-block {
	width: 65%;
	margin-left: 35%;
	padding: 35px 0 45px;
	border-bottom: solid 1px #d4d4d4;
	font-size: 12px;
	letter-spacing: 0.1em;
}

.about-introduction {
	font-size: 14px;
}

.about-introduction-body {
	display: flex;
}

.about-introduction--jp {
	letter-spacing: 0.2em;
	margin-left: calc(35% - 50px);
}

.about-introduction--en {
	letter-spacing: 0.05em;
}

.about-introduction__button {
	margin-top: 100px;
	font-size: 13px;
	letter-spacing: 0.075em;
}

.about-subhead {
	margin-bottom: 25px;
}

.about-stoclkist-list {
	overflow: hidden;
}

.about-stoclkist-term {
	float: left;
}

.about-stoclkist-description {
	margin-left: 50%;
}


/*--------------------------------------------------------------
99. GUIDE
--------------------------------------------------------------*/

.store-guide {
	line-height: 25px;
	color: #666;
	letter-spacing: 0.025em;
}

.guide__head {
	color: #333;
	margin-bottom: 26px;
}

.store-guide__right .guide__head{
	color: #666;
	letter-spacing: 0.075em;
}

.guide__content {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 74px;
}

.guide__content>span {
	font-size: 11px;
}

.guide-row {
	font-size: 12px;
	overflow: hidden;
	margin-top: 42px;
	margin-bottom: 76px;
	letter-spacing: 0.075em;
}

.guide-row:before {
	content: "";
	display: block;
	border-top: solid 1px #e5e5e5;
	transform: scaleY(0.5);
	transform-origin: 100% 0;
}

.guide-row__term {
	float: left;
	margin-top: 6px;
	margin-bottom: 18px;
	width: 43%;
}

.guide-row__description {
	margin-top: 6px;
}

.guide-row__description p {
	margin-left: 43%;
}

.guide-row__description:after {
	content: "";
	display: block;
	border-top: solid 1px #e5e5e5;
	transform: scaleY(0.5);
	transform-origin: 100% 0;
	margin-top: 18px;
}

.guide__icon {
	margin-top: 40px;
}

.guide__icon-image {
	margin-right: 16px;
	display: inline-block;
	vertical-align: middle;
}

.guide-privacy {
	font-size: 12px;
}

.guide-privacy:after {
	content: "";
	display: block;
	border-top: solid 1px #e5e5e5;
	transform: scaleY(0.5);
	transform-origin: 100% 0;
}

.guide-privacy__head {
	padding-bottom: 18px;
	position: relative;
	cursor: pointer;
}

.guide-privacy__head:before {
	content: "";
	display: block;
	border-top: solid 1px #e5e5e5;
	transform: scaleY(0.5);
	transform-origin: 100% 0;
	margin-bottom: 6px;
}

.guide-privacy__head-inner:before {
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 1px;
	background: currentColor;
	top: 18px;
	right: 15px;
}

.guide-privacy__head-inner:after {
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 1px;
	background: currentColor;
	top: 18px;
	right: 15px;
	transform: rotate(90deg);
	transition: all 0.3s;
}

.guide-privacy__head-inner.is-open:before {
	display: none;
}

.guide-privacy__head-inner.is-open:after {
	transform: rotate(180deg);
}

.guide-privacy__content {
	display: none;
	margin-top: 8px;
	margin-bottom: 45px;
	padding: 0 1rem;
}

.guide-privacy__content ul {
	padding: 1.78em 1rem;
}

.guide-image{
	display: block;
}

.guide-image--delivery{
	width: 300px;
	height: auto;
	margin-top: 50px;
}

.guide-image--modal-delivery{
	width: 300px;
	height: auto;
	margin-left: -60px;
}


/*--------------------------------------------------------------
xx. SHOPIFY
--------------------------------------------------------------*/

#Shopfiy-body {
	width: 60%;
	min-height: 600px;
	position: absolute;
	right: 30px;
	max-width: 270px;
}

#Shopfiy-body * {
	font-family: eb-garamond, a-otf-ryumin-pr6n, serif;
	font-weight: 400;
	font-style: normal;
}

.cart-close {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #555;
	filter: alpha(opacity=40);
	-ms-filter: "alpha( opacity=40 )";
	opacity: 0.40;
	z-index: 999;
}


/*_____Product_____*/

body .shopify-buy__product {
	margin-left: 0;
	width: 100%;
	margin: 0;
}

body .shopify-buy__product__title {
	font-size: 16px;
	font-weight: normal;
	color: currentColor;
	letter-spacing: 0.2em;
	margin-top: 10px;
	margin-bottom: 25px;
}

body .shopify-buy__product__actual-price {
	font-size: 18px;
	color: currentColor;
	letter-spacing: 0.1em;
}

body .shopify-buy__option-select {
	border-bottom: solid 1px #ededed;
	position: relative;
	height: 50px;
}

body .shopify-buy__option-select+.shopify-buy__option-select {
	margin-top: 0;
}

body .shopify-buy__option-select__select {
	font-size: 15px;
}


body .shopify-buy__option-select__label {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	color: #333333;
}

body .shopify-buy__option-select-wrapper {
	border: none;
	margin-left: 70px;
	top: 50%;
	transform: translateY(-50%);
}

body .shopify-buy__product-img-wrapper {
	margin-bottom: 2rem;
}

body .shopify-buy__layout-vertical .shopify-buy__product__variant-img, body .shopify-buy__layout-horizontal .shopify-buy__product__variant-img {
	display: inline-block;
}

body .shopify-buy__btn {
	color: #fff;
	background: #333;
}

body .shopify-buy__btn:hover, body .shopify-buy__btn:focus {
	color: #fff;
	background: #1476cb;
	background: var(--cart-color);
}

body .shopify-buy__layout-vertical .shopify-buy__btn-and-quantity {
	pointer-events: none;
	height: 38px;
	font-size: 18px;
	position: relative;
}

body .shopify-buy__btn-and-quantity.active {
	pointer-events: visible;
	opacity: 1;
}

body .shopify-buy__beside-quantity {
	background: #e5e5e5;
}

body .active .shopify-buy__beside-quantity {
	background: #333;
}

body .shopify-buy__quantity-container {
	height: 19px;
	line-height: 19px;
}

body .shopify-buy__quantity {
	padding: 0;
	height: 38px;
	width: 40px;
}

body .shopify-buy__btn-wrapper {
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 40px;
	top: 0;
}

body .shopify-buy__beside-quantity {
	font-size: 18px;
	line-height: 36px;
	padding: 0;
	width: 230px;
}

body .confirm {
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 12px;
	display: flex;
	align-items: self-start;
}

body .confirm a {
	text-decoration: underline;
	cursor: pointer;
	line-height: 18px;
	letter-spacing: 1px;
}

body .confirm a span{
	text-decoration: underline;
	display: inline-block;
}

body .confirm input[type="checkbox"] {
	margin-top: 3px;
	margin-right: 1rem;
	-webkit-appearance: checkbox;
}

body .shopify-buy__cart {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-left: solid 1px #ccc;
	width: 100%;
}

body .shopify-buy-frame--toggle.is-sticky {
	display: block !important;
}


body .shopify-buy__cart-toggle {
	background: none;
	color: #e36762;
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 15px;
}

body .shopify-buy__cart-toggle:hover {
	background: none;
	opacity: 1;
}

body .shopify-buy__cart-toggle:hover .shopify-buy__cart-toggle__count {
	background-color: #e36762;
}

body .shopify-buy__cart-toggle:hover .shopify-buy__cart-toggle__text {
	opacity: 1;
}


	body .shopify-buy__product__variant-selectors {
		border-top: solid 1px #ededed;
		margin-top: 15px;
	}

/*_____toggle_____*/


/*_____toggle カートボタンホバー時に出てくるテキスト_____*/

.shopify-buy__cart-toggle__text {
	transform: rotate(90deg) scale(2);
	position: absolute;
	width: 100px;
	right: -34px;
	top: 110px;
	font-size: 14px;
	font-family: "Times New Roman", serif;
	font-style: italic;
	opacity: 0;
	transition: .6s;
}

.shopify-buy__cart-toggle__text span {
	font-size: 16px;
	vertical-align: middle;
}


/*_____toggle カートボタン_____*/

body {
	/*_____toggle カートに商品が入った後にカートを閉じた時の動き_____*/
}

body .shopify-buy__cart-toggle__count {
	display: block;
	background-color: #232c42;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	transition: .3s;
	transform: scale(0.5);
	transform-origin: 0 0;
	/*_____toggle カートが空の時_____*/
}

body .shopify-buy__cart-toggle__count.cart-quantity0 {
	background-color: unset;
	border: solid 1px #232c42;
}

body .shopify-buy__cart-toggle__count.cart-quantity0 .shopify-buy__cart-toggle__text {
	color: #232c42;
}

body .shopify-buy__cart-toggle__count.cart-quantity0:hover {
	background-color: #fff !important;
	border: solid 1px #232c42;
}

body.cart__get-quantity .shopify-buy__cart-toggle__count {
	-webkit-animation: fadeColor 7s 1;
	animation: fadeColor 7s 1;
}

body.cart__get-quantity .shopify-buy__cart-toggle .shopify-buy__cart-toggle__text {
	display: block;
	-webkit-animation: fadeOut 7s 1;
	animation: fadeOut 7s 1;
}

@-webkit-keyframes fadeColor {
	0% {
		background-color: #232c42;
	}
	20% {
		background-color: #e36762;
	}
	70% {
		background-color: #e36762;
	}
	100% {
		background-color: #232c42;
	}
}

@keyframes fadeColor {
	0% {
		background-color: #232c42;
	}
	20% {
		background-color: #e36762;
	}
	70% {
		background-color: #e36762;
	}
	100% {
		background-color: #232c42;
	}
}

@-webkit-keyframes fadeOut {
	100% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		display: none;
	}
}

@keyframes fadeOut {
	100% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0;
		display: none;
	}
}


/*--------------------------------------------------------------
----------------------------------------------------------------
MOBILE
----------------------------------------------------------------
--------------------------------------------------------------*/

@media screen and (max-width: 640px) {
	html, body {
		font-size: 10px;
		line-height: 1.618;
	}
	.hover:hover {
		opacity: unset;
	}
	.pc {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.page__layout {
		width: 100%;
	}
	.closeLayer {
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 999;
	}
	.closeLayer.is-active {
		display: block;
	}
	.header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		margin-top: 78px;
		padding: 22px 0 0;
		width: 100%;
		z-index: 999999;
	}
	.header--top {
		margin-top: 48px;
	}
	.header__layout {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		z-index: 999999;
	}
	.header__location {
		float: right;
		margin-left: 15px;
	}
	.header__yh {
		float: left;
		width: 45px;
	}
	.title {
		font-size: 9px;
	}
	.title__logo {
		opacity: 1;
		visibility: visible;
		margin-left: 0;
		height: 8px;
	}
	.mobile-menu-button {
		position: absolute;
		top: 82px;
		left: -10px;
		display: block;
		width: 35px;
		height: 35px;
		cursor: pointer;
		z-index: 999999;
	}
	.mobile-menu-button:before {
		content: '';
		position: absolute;
		display: block;
		width: 15px;
		height: 1px;
		background: #000000;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.5s;
		transform: scaleY(0.5);
		transform-origin: 100% 0;
	}
	.mobile-menu-button:after {
		content: '';
		position: absolute;
		display: block;
		width: 15px;
		height: 1px;
		background: #000000;
		bottom: 15px;
		left: 0;
		right: 0;
		margin: auto;
		transition: all 0.3s;
		transform: scaleY(0.5);
		transform-origin: 100% 0;
	}
	.mobile-menu-button.is-open:before {
		background: #cccccc;
		top: 50%;
	}
	.mobile-menu-button.is-open:after {
		top: 50%;
		opacity: 0;
	}
	.nav-wrap {
		display: block;
		position: absolute;
		top: -78px;
		left: -30px;
		width: 210px;
		overflow: scroll;
		opacity: 0;
		visibility: hidden;
		transition: .6s;
		z-index: -1;
	}
	.nav-wrap.is-active {
		opacity: 1;
		visibility: visible;
		z-index: 999990;
	}
	.nav {
		position: relative;
	}
	.is-active .nav--mobile-wrap {
		display: block;
	}
	.nav--mobile-wrap {
		width: 150px;
		height: calc(100vh - 255px);
		overflow-x: hidden;
		overflow-y: scroll;
		margin-left: 45px;
		margin-top: 255px;
		display: none;
		position: relative;
		z-index: 200;
	}
	.nav--mobile {
		transform: translateX(0);
		transition: .4s;
	}
	.nav--mobile:before {
		content: "";
		display: block;
		width: 100%;
		border-top: solid 1px #f2f2f2;
		transform: scaleY(0.5);
		transform-origin: 100% 0;
	}
	.nav--mobile.is-slide {
		transform: translateX(-100%);
	}
	.nav--mobile-back-button {
		transform: translateX(50px);
		position: absolute;
		left: 18px;
		top: 285px;
		transition: .3s;
		opacity: 0;
		visibility: hidden;
		width: 30px;
		height: 30px;
	}
	.nav--mobile-back-button:before {
		content: '';
		width: 5px;
		height: 5px;
		border: 0px;
		border-top: solid 1px #231815;
		border-right: solid 1px #231815;
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		position: absolute;
		opacity: .3;
		top: 50%;
		left: 50%;
		margin-top: -4px;
	}
	.nav--mobile-back-button.is-active {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	.nav__item {
		height: 45px;
		line-height: 45px;
		font-size: 9px;
	}
	.nav__item:after {
		content: "";
		display: block;
		border-top: solid 1px #f2f2f2;
		transform: scaleY(0.5);
		transform-origin: 100% 0;
	}
	.nav__link {
		display: block;
		overflow: hidden;
		color: #666;
	}
	.nav__list-style {
		width: 18px;
		font-size: 10px;
		transform: scale(0.65);
		transform-origin: center left;
		display: block;
		float: left;
	}
	.nav__title {
		font-size: 10px;
		width: 100px;
		display: block;
		transform: scale(0.9);
		transform-origin: center left;
		margin-left: 18px;
	}
	.nav__sub {
		display: block;
		width: 135px;
		position: absolute;
		top: 0;
		left: 150px;
		margin-left: 15px;
		opacity: 1;
		visibility: visible;
	}
	.nav__sub-item {
		height: 45px;
		line-height: 45px;
		font-size: 9px;
		border-bottom: solid 1px #f2f2f2;
	}
	.nav__sub-item:first-child {
		border-top: solid 1px #f2f2f2;
	}
	.nav__sub-link {
		color: #666;
	}
	.nav__sub-title {
		font-size: 11px;
		margin-left: 0;
	}
	.nav__sub-title--showall {
		display: inline-block;
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: center left;
		position: inherit;
		border: none;
		color: #666;
	}
	.nav__sub-button {
		font-size: 9px;
		margin-top: 30px;
		border-bottom: none;
	}
	.instagram {
		margin-top: 35px;
		position: relative;
		right: auto;
		left: 0;
		padding-left: 12px;
		font-size: 10px;
		transform: scale(0.85);
		color: #858585;
	}
	.instagram:before {
		top: 4px;
		left: -9px;
		width: 8px;
		height: 8px;
	}
	.mobile-background {
		position: fixed;
		width: 210px;
		height: 100vh;
		top: 0;
		left: 0;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		transition: .6s;
		z-index: -1;
	}
	.mobile-background.is-active {
		opacity: 0.95;
		visibility: visible;
		z-index: 9999;
	}
	.footer--top {
		height: 140px;
	}
	.footer__copyright {
		font-size: 10px;
		transform: scale(0.45);
		color: #333;
		left: 0;
		transform-origin: 0 0;
	}
	.main {
		margin-top: 0;
	}
	.main__inner {
		display: block;
	}
	.main__layout {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.main__category {
		margin-top: 155px;
		margin-bottom: 50px;
		position: relative;
		top: 0;
		margin-left: 0;
	}
	.main__category.is-hidden{
		opacity: 1;
		visibility: visible;
	}
	
	/*--------------------------------------------------------------
	PAGENAVI
	--------------------------------------------------------------*/
	.pagenavi--window{
		margin-left: 0;
		font-size: 14px;
		margin-bottom: 50px;
		justify-content: space-between;
		letter-spacing: 0.1em;
	}
	
	.paginavi-link-prev{
		text-align: left;
	}
	
	.paginavi-link-next{
		text-align: right;
	}
	
	.pagenavi-border{
		display: none;
	}
	
	
	/*--------------------------------------------------------------
	0. TOP
	--------------------------------------------------------------*/
	.top-image {
		width: calc(100% + 30px);
		margin: 188px 0 65px -15px;
	}
	
	.top-news{
		display: flex;
		flex-direction: column-reverse;
	}
	
	.top-news > .main__layout{
		margin-bottom: 0;
	}
	
	.top-news__list-item{
		margin-top: 4px;
		display: flex;
	}
	.top-news--instagram {
		display: none;
	}
	.top-news__date {
		font-size: 10px;
		transform: scale(0.95);
		width: 60px;
	}
	.top-news__date:after {
		top: 3px;
		height: 10px;
		right: -5px;
	}
	.top-news__content {
		font-size: 10px;
		transform: scale(0.8);
		margin-left: -6px;
		flex: 1;
	}
	.top-showall {
		margin-top: 70px;
	}
	.top-showall__btn {
		border-top: none;
		width: 90px;
		margin: 0 auto;
		padding: 5px 0;
	}
	.top-showall__ja {
		font-size: 10px;
		transform: scale(0.75);
	}
	.top-showall__en {
		font-size: 10px;
		transform: scale(0.6);
	}
	/*--------------------------------------------------------------
	1. COLLECTION
	--------------------------------------------------------------*/
	.collection__category {
		margin-top: 155px;
		margin-bottom: 0;
		position: static;
	}
	.collection__list {
		margin-top: 0;
		width: 100%;
	}
	.collection__list-style {
		margin-top: 0;
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: top left;
	}
	.collection__item {
		margin-left: 45%;
		margin-right: 0;
		width: 135px;
		height: 120px;
		margin-bottom: 60px;
	}
	.collection__link {
		font-size: 10px;
		display: block;
	}
	.collection__description {
		font-size: 10px;
		transform: scale(0.75);
		transform-origin: top left;
		width: 133%;
		margin-top: 20px;
	}
	/*--------------------------------------------------------------
	2. ITEMS
	--------------------------------------------------------------*/
	.items-post {
		height: 255px;
		margin-bottom: 15px;
	}
	.items-post:nth-child(2n) .items-post__title {
		left: auto;
		right: 0;
		transform-origin: bottom right;
	}
	.items-post__image {
		width: auto;
		height: auto;
		max-width: 174px;
		max-height: 150px;
		z-index: 10;
	}
	.items-post__title {
		font-size: 10px;
		transform: scale(0.8);
		left: 0;
		transform-origin: bottom left;
	}
	.item-image {
		width: 100%;
		height: calc(100vw + 30px);
		margin-bottom: 60px;
		position: relative;
		z-index: 10;
	}
	.item-image:before, .item-image:after {
		content: '';
		width: 20px;
		height: 20px;
		border: 0px;
		border-top: solid 1px #231815;
		border-right: solid 1px #231815;
		position: absolute;
		top: 50%;
		margin-top: -3px;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
	}
	.item-image:before {
		-ms-transform: rotate(225deg) scale(0.5);
		-webkit-transform: rotate(225deg) scale(0.5);
		transform: rotate(225deg) scale(0.5);
		left: -18px;
	}
	.item-image:after {
		-ms-transform: rotate(45deg) scale(0.5);
		-webkit-transform: rotate(45deg) scale(0.5);
		transform: rotate(45deg) scale(0.5);
		right: -18px;
	}
	.item-image.is-active:before, .item-image.is-active:after {
		opacity: .3;
		visibility: visible;
	}
	.item-image__image,
	.item-image__image img {
		display: block;
	}
	
	.item-image__caption{
		position: static;
		font-size: 8px;
/* 		transform: scale(0.8); */
		line-height: 13px;
/* 		width: 125%; */
		margin-top: 10px;
		transform-origin: top left;
	}
	
	.category__title {
		font-size: 10px;
		transform: scale(0.6);
		transform-origin: top left;
		margin-bottom: 14px;
	}
	.category__title:after {
		top: 40px;
	}
	.category__title-sub {
		font-size: 10px;
		transform: scale(0.6);
		transform-origin: top left;
	}
	.dummy-area {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 90px;
		background: linear-gradient(to top, rgba(255, 255, 255, 0), #fff 50%);
		z-index: 9;
	}
	.item {
		transform: unset;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.item__title {
		font-size: 10px;
	}
	.item__content {
		font-size: 9px;
		line-height: 18px;
		height: auto;
		margin-bottom: 0;
		transition: .5s;
		overflow: hidden;
	}
	.item__content.is-hidden {
		height: 123px !important;
	}
	.item__button-showmore {
		margin-top: 20px;
		margin-bottom: 90px;
		font-size: 14px;
		line-height: 35px;
		letter-spacing: 0.2em;
		transform: scale(0.55);
		text-align: center;
		cursor: pointer;
	}
	.item-note {
		height: auto;
	}
	.item-note__head {
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: top left;
		height: 30px;
		line-height: 30px;
		padding-left: 16px;
	}
	.item-note__head:before {
		width: 8px;
	}
	.item-note__head:after {
		width: 8px;
	}
	.item-note__content {
		padding: 1em 16px;
	}
	.buy {
		width: 100%;
		left: 0;
		padding: 0 30px;
	}
	.buy__material {
		height: auto;
		margin-top: 55px;
	}
	.buy__material-text {
		font-size: 9px;
	}
	.buy-footer {
		width: 100%;
		-webkit-flex-wrap: wrap-reverse;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.buy-size {
		font-size: 10px;
		margin-top: 46px;
		margin-left: 0;
		width: 100%;
	}
	.buy-size__list {
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: center left;
		width: 125%;
	}
	.buy-size__list--front-row {
		margin-bottom: 9px;
	}
	.buy-size__size, .buy-size__value {
		font-size: 10px;
		transform: scale(0.8);
		height: 15px;
		margin-top: 8px;
		margin-bottom: 7px;
	}
	.buy-note {
		font-size: 10px;
		overflow: hidden;
		width: 100%;
		margin-top: 35px;
		position: relative;
		left: 0;
	}
	.buy-note__list {
		transform: scale(0.8);
		transform-origin: top left;
	}
	
	/* STORE GUIDE */
	.store-guide {
		margin-top: 195px;
		line-height: 22px;
	}
	.guide__head {
		margin-bottom: 22px;
	}
	.guide__content {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 70px;
	}
	
	.guide__content > span{
		font-size: 10px;
		transform: scale(0.65);
		transform-origin: top left;	
	}
	
	.guide-row__term {
		margin-top: 4px;
		margin-bottom: 0;
		width: 40%;
	}
	.guide-row__description {
		margin-top: 4px;
		padding-bottom: 0;
		width: 100%;
	}
	.guide-row__description:after {
		margin-top: 5px;
	}
	.guide-row__description p {
		margin-left: 40%;
	}
	.guide-row__term p, .guide-row__description p {
		transform: scale(0.8);
		transform-origin: top left;
		width: 125%;
	}
	.guide-privacy__head {
		padding-bottom: 6px;
	}
	.guide-privacy__head-inner:before {
		width: 5px;
		top: 12px;
		right: 5px;
	}
	.guide-privacy__head-inner:after {
		width: 5px;
		top: 12px;
		right: 5px;
	}
	.guide-privacy__content {
		display: none;
		margin-top: 8px;
		margin-bottom: 30px;
		padding: 0 1rem;
	}
	.guide-privacy__content ul {
		padding: 1.78em 1rem;
	}
	.guide-privacy__head div, .guide-privacy__content div {
		transform: scale(0.8);
		transform-origin: top left;
		width: 125%;
	}
	
	.guide-image--delivery{
		margin-top: 30px;
		padding-left: 1rem;
		padding-right: 1rem;
		
	}
	
	.guide__icon{
		margin-top: 30px;
	}
	
	/* STORE GUIDE - BUY area */
	.modal-guide {
		width: 100%;
		height: 480px;
		max-height: 100vh;
		margin: 0;
		padding-top: 25px;
	}
	.modal-guide__inner {
		width: 100%;
	}
	.modal-guide__inner .buy-note {
		margin-top: 0;
		margin-right: 100px;
	}
	.modal-guide__inner .buy-note__list {
		color: #999;
	}
	.modal-guide__inner .buy-note__list.yh {
		color: #333;
	}
	.modal-guide__content-wrap {
		left: 0;
		top: 40px;
	}
	.modal-guide__content-wrap span {
		font-size: 11px;
	}
	.modal-guide__content-wrap.is-active {
		opacity: 1;
		visibility: visible;
	}
	.modal-guide__content {
		width: 100%;
		margin-right: 0;
		padding: 0 30px;
		font-size: 10px;
		line-height: 22px;
	}
	
	.modal-guide__delivery{
		width: 100%;
		margin-left: 0;
		padding: 0 30px;
	}
	
	.guide-image{
		width: 226px;
		margin: 30px auto 0;
	}
	
	.modal-guide__icon {
		width: 100%;
		padding: 22px 30px;
	}
	.modal-guide__icon img {
		display: inline-block;
		height: 10px;
		width: auto;
	}
	.modal-guide .footer {
		width: 100%;
	}
	
	/* 	swiper.js	 */
	body .swiper-container {
		width: 100%;
		height: 100%;
		padding-bottom: 100px;
		height: calc(100% + 80px);
	}


	/*--------------------------------------------------------------
	3. WINDOW
	--------------------------------------------------------------*/
	.window-head{
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: top left;
		width: 110%;
	}
	
	.window-introduction{
		width: auto;
		margin-bottom: 65px;
	}
	
	.window-post{
		display: block;
		margin-bottom: 110px;
	}
	
	.window-post__title{
		font-size: 16px;
	}
	.window-post__title.window-post__title--single{font-size:17px;}
	
	.window-post__date{
		margin-bottom: 16px;
	}
	
	.window-post__image{
		width: 100%;
		margin-right: auto;
	}
	
	.window-post__image img{
		position: relative;
		z-index: 99;
	}
	
	.window-post__text{
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: top left;
		width: 110%;
	}
	
	.window-post__detail-inner span{
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: top left;
		width: 45px;
	}
	
	/* single*/
	.window-post--single{
		position: relative;
		margin-top: 230px;
		width: 100%;
	}
	
	/* single text */
	.window-post--single-text{
		font-size: 11px;
		line-height: 23px;
		letter-spacing: 0.075em;
	}
	
	.window-post--single-text img{
		margin-top: 30px;
		position: relative;
		z-index: 99;
	}
	
	.window-post--single-text img,
	.wp-caption{
		margin-bottom: 30px;
	}
	
	p + .window-post--single-text img,
	p + .wp-caption{
		margin-top: 30px;
	}

	.wp-caption{
		width: 100% !important;
	}
	
	.wp-caption-text{
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: top left;
		/*width: 125px;*/
	}
	.window-post--single-text img + br{display:none;}
	.wp-caption-text br{display:none;}
	
	.window-author{
		margin-top: 130px;
		font-size: 11px;
	}
	
	.window-author__head{
		display: block;
		margin-bottom: 30px;
	}
	
	.window-author__author{
		font-size: 10px;
		transform: scale(0.9);
		transform-origin: top left;
		width: 110%; 
	}
	
	.window-author__author:after{
		display: none;
	}
	
	.window-author__image img{
		margin-top: 5px;
		margin-bottom: 15px;
	}


	/*--------------------------------------------------------------
	4.EXHIBITION
	--------------------------------------------------------------*/
	.exhibition-link{
		position: static;
		margin-top: 242px;
		display: flex;
		width: 100%;
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: top left;
		width: 125%;
	}
	
	.exhibition-link--top{
		margin-top: 0;
		justify-content: flex-start;
		margin-bottom: 8px;
		color: #666;
	}
	
	.exhibition-link--top > .exhibition-link__title{
		position: relative;
		padding-right: 54px;
	}

	.exhibition-link--top > .exhibition-link__title:after {
		position: absolute;
		content: '';
		height: 1px;
		background-color: #ccc;
		width: 40px;
		top: 8px;
		right: 8px;
	}
	
	.exhibition-link--top > .exhibition-link__sub{
		margin-left: 0;
	}
	
	.exhibition-link__title{
		margin-bottom: 0;
	}
	.exhibition-link__sub{
		margin-left: 62px;
	}
	
	.exhibition-title{
		font-size: 10px;
		transform: scale(0.8);
		transform-origin: top left;
		width: 125%;
		margin-bottom: 45px;
		letter-spacing: 0.1em;
	}
	.exhibition-title.mobile{margin-top:110px;}
	
	.exhibition-post{
		margin-bottom: 150px;
	}
	
	.exhibition-post__title{
		font-size: 11px;
		margin-bottom: 15px;
	}
	
	.exhibition-post__schedule{
		font-size: 10px;
		line-height: 20px;
		transform: scale(0.9);
		transform-origin: top left;
		width: 110%;
		margin-bottom: 60px;
	}

	.exhibition-post__text{
		line-height: 20px;
	}
	
	.exhibition-post img{
		margin-bottom: 15px;
	}
	
	.showroom-head{
		margin-top: 235px;
		display: block;
		margin-bottom: 25px;
	}
	
	.showroom-head__title{
		font-size: 10px;
		line-height: 20px;
		transform: scale(0.9);
		transform-origin: top left;
		width: 110%;
		margin-bottom: 45px;
	}
	
	.showroom-head__month{
		font-size: 11px;
	}

	.showroom-head__month span{
		font-size: 11px;
	}
	
	.showroom-date{
		font-size: 11px;
		line-height: 22px;
	}
		
	.showroom-maparea{
		display: block;
		font-size: 11px;
		line-height: 22px;
		margin-bottom: 110px;
	}
	
	.showroom-maparea img{
		width: 167px;
		margin-bottom: 30px;
	}
	
	.showroom-text{
		line-height: 20px;
	}
	
	/*--------------------------------------------------------------
	5.ABOUT
	--------------------------------------------------------------*/
	.about-lang {
		margin-top: 170px;
	}
	
	.about-lang--jp,
	.about-lang--en{
		color: #ccc;
	}

	.about-lang--jp.is-active,
	.about-lang--en.is-active{
		color: #333;
	}	
	
	.about-block {
		margin: 0;
		width: calc(100% - 7px);
		font-size: 10px;
		line-height: 20px;
		padding: 50px 0;
	}
	
	.about-introduction{
		font-size: 11px;
	}
	
	.about-introduction-body {
		font-size: 11px;
		display: none;
		margin-bottom: 0;
	}
	
	.about-introduction-body.is-active {
		display: block;
	}
	
	.about-introduction__button {
		font-size: 10px;
	}
	
	/* CONTACT FORM */
	.contact-form{
		width: 100%;
		font-size: 10px;
	}
	
	.input-area{
		align-items: flex-start;
	}
	
	.input-head{
		width: 60px;
		margin-top: 20px;
	}
	
	.input-data input{
		width: 100%;
	}
	
	.input-data input,
	.input-data select{
		height: 30px;
	}
	
	.input-data input,
	.input-data select,
	.input-data textarea{
			font-size: 16px;
	}
	
	.input-data--select{
		flex-wrap: wrap;
	}
	
	.input-data__inner{
		margin-bottom: 15px;
	}
	
	.input-data__inner input{
		width: 60px;
	}
	
	.input-data__unit{
		margin-right: 15px;
	}
	

	/*--------------------------------------------------------------
xx. SHOPIFY
--------------------------------------------------------------*/	
	#Shopfiy-body {
		right: 0;
		width: 100%;
		max-width: 100%;
		min-height: auto;
		position: relative;
		overflow: hidden;
	}
	
	
	body.page--top .shopify-buy-frame--toggle.is-sticky, body.page--exhibition .shopify-buy-frame--toggle.is-sticky, body.page--window .shopify-buy-frame--toggle.is-sticky, body.page--about .shopify-buy-frame--toggle.is-sticky, body.page--showroom .shopify-buy-frame--toggle.is-sticky {
		display: none !important;
	}
	
	body .shopify-buy__product {
		position: unset;
	}
	body .shopify-buy__product__title {
		font-size: 10px;
		margin-bottom: 15px;
	}
	body .shopify-buy__product__actual-price {
		font-size: 12px;
	}
	body .shopify-buy__option-select {
		height: 37px;
	}
	body .shopify-buy__option-select__label {
		font-size: 9px;
		color: #333333;
		opacity: 0.6;
	}
	body .shopify-buy__option-select__select {
		font-size: 16px;
		transform: scale(0.7);
		padding: 5px 10px;
		width: 116%;
	}
	body .shopify-buy__select-icon {
		width: 5px;
	}
	body .confirm {
		margin-top: 20px;
		margin-bottom: 38px;
		font-size: 9px;
	}

	body .confirm {
		text-align: right;
	}	
	
	body .confirm a{
		letter-spacing: 0.05em;
	}
	
	body .shopify-buy__quantity {
		width: 34px;
	}
	body .shopify-buy__btn-and-quantity .shopify-buy__quantity {
		font-size: 11px;
	}
	body .shopify-buy__btn-wrapper {
		width: calc(100% - 34px);
		left: 34px;
	}
	body .shopify-buy__beside-quantity {
		width: 100%;
		font-size: 11px;
	}
	body .shopify-buy__layout-vertical .shopify-buy__product__variant-selectors {
		max-width: 100%;
	}
	body .shopify-buy__cart-toggle__count {
		opacity: 1;
		visibility: visible;
		transition: .3s;
	}
	body .shopify-buy__cart-toggle__count.is-hidden {
		opacity: 0;
		visibility: hidden;
	}
}