/*
Theme Name: ASK IN
Text Domain: askin
Version: 2.0
Description: This theme is used on ASK IN website.
Author: the GNS team
*/

/* -------------------------------------------------------------------------- */

/*	CSS Reset
/* -------------------------------------------------------------------------- */

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

/* -------------------------------------------------------------------------- */

/*	Document Setup
/* -------------------------------------------------------------------------- */

html,
body {
	height: 100%;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #000;
	box-sizing: border-box;
	color: #fff;
	font-family: MatisseProN-B, serif;
	font-size: 1.2rem;
	letter-spacing: 0.025em;
	text-align: left;
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-wrapper {
	min-height: 100%;
	position: relative;
}

#site-content {
	overflow: hidden;
	padding-bottom: 7.8rem;
}

#entrance-template {
	background-image: none !important;
}

/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}

/* Fonts ------------------------------------- */

.font-matisse-b {
	font-family: "MatisseProN-B", serif;
}

.font-matisse-eb {
	font-family: "MatisseProN-EB", serif;
}

.font-cezanne {
	font-family: "CezanneProN-DB";
}

.font-tsumin {
	font-family: "TsuMinPr6B-SabonNextProR", serif;
}

/* -------------------------------------------------------------------------- */

/*	Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing:0.025em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1 {
	font-size: 2.2rem;
	line-height: 1.138888889;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #9fa0a0;
	margin: 1rem 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

area {
	outline: 0;
}

/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #a12024;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

label {
	display: block;
	font-size: 1.6rem;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: MatisseProN-B, serif;
	line-height: 1;
}

input,
textarea {
	border-color: #fff;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0;
	box-shadow: none;
	display: block;
	font-size: 1.4rem;
	margin: 0;
	max-width: 100%;
	padding: 1rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #a12024;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	outline: 0;
	padding: 0.65em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	opacity: 0.8;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1rem;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border-bottom: 0.1rem solid #9FA0A0;
	line-height: 1.4;
	letter-spacing: 0.025em;
	margin: 0;
	overflow: visible;
	padding: 0.5em 1em;
}

caption {
	background: #fff;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	background: #595757;
	font-weight: 700;
}

td {
	padding: 0.7em 1em;
}

/* -------------------------------------------------------------------------- */

/*	Helper Classes
/* -------------------------------------------------------------------------- */

/* Layout ------------------------------------ */

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

/* Sections ---------------------------------- */

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}

/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

/* -------------------------------------------------------------------------- */

/*	Site Header
/* -------------------------------------------------------------------------- */

#site-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}

.header-top {
	background: url("assets/images/bg@2x.jpg") no-repeat center top;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 12rem;
	position: relative;
}

.header-top:before {
	background: url("assets/images/bg_leaf@2x.png") no-repeat right top;
	background-size: cover;
	content: "";
	height: 12rem;
	position: absolute;
	top: 0;
	left: 0;
}

.header-top img {
	margin: 0 auto 1.3rem;
}

.header-menu-wrapper {
	background: #000;
}

.header-menu li {
	text-align: center;
}

.header-menu li a {
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
	padding: 0.5rem 0;
	text-decoration: none;
}

.header-menu li a span {
	display: block;
	font-size: 1.4rem;
}

/* Header Search ----------------------------- */

.header-search form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.header-search .search-select-wrap {
	position: relative;
}

.header-search .search-select-wrap::before {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}

.header-search .search-select {
	appearance: none;
	-webkit-appearance: none;
	background: #fff;
	border: none;
	border-radius: 0px;
	font-size: 1.2rem;
	padding: 1rem;
	width: 100%;
}

.header-search .field-column {
	display: flex;
	margin-top: .8rem;
}

.header-search .field-column > * {
	font-size: 1.2rem;
	padding: .8rem 1rem;
}

.header-search .field-column .search-field {
	width: 70%;
}

.header-search .field-column .search-submit {
	border-radius: 0;
	font-weight: 700;
	width: 30%;
}

/* -------------------------------------------------------------------------- */

/*	Site Footer
/* -------------------------------------------------------------------------- */

#site-footer {
	height: 2.8rem;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.footer-copyright {
	background: #4c4948;
	padding: 0.7rem 0;
	text-align: center;
}

.footer-copyright a {
	color: #fff;
	font-size: 0.9rem;
	text-decoration: none;
}

.to-the-top {
	background: url("assets/images/pagetop@2x.png") no-repeat;
	background-size: contain;
	font-size: 0;
	height: 4rem;
	width: 7.4rem;
	position: fixed;
	right: 4.3rem;
	bottom: 0;
}

.to-the-top:hover {
	cursor: pointer;
	opacity: 0.8;
	transition: 0.3s;
}

/* -------------------------------------------------------------------------- */

/*	Blocks
/* -------------------------------------------------------------------------- */

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-large-font-size {
	font-size: 1.5em;
}

.entry-content .has-larger-font-size {
	font-size: 2em;
}

/* -------------------------------------------------------------------------- */

/*	Entry Content
/* -------------------------------------------------------------------------- */

.entry-content {
	line-height: 1.35;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.35;
}

.entry-content li img {
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

.entry-content h1 {
	background: url("assets/images/bg@2x.jpg") no-repeat center top;
	background-size: cover;
	margin: 0.5rem 0 3rem;
	overflow: hidden;
	padding: 0.2rem 0;
	position: relative;
}

.entry-content h1:before {
	background: url("assets/images/bg_leaf@2x.png") no-repeat;
	background-size: cover;
	content: "";
	height: 12rem;
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content h2 {
	color: #fffbc7;
	margin: 3rem auto 0.5rem;
}

.entry-content h3 {
	font-size: 1.6rem;
}

.entry-content h4 {
	font-size: 1.4rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

.entry-content .intro-text {
	line-height: 1.83;
}

/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 81rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 4rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

/* Full */

.alignfull {
	margin-right: auto;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.textcenter {
	text-align: center;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}

/* -------------------------------------------------------------------------- */

/*	404 Page
/* -------------------------------------------------------------------------- */

.error404-content {
	padding-top: 10rem;
}

.popup404 {
	padding: 5rem 0;
}

/* -------------------------------------------------------------------------- */

/*	HOME Page
/* -------------------------------------------------------------------------- */

.home #site-content {
	padding-bottom: 2.8rem;
}

.home-mv {
	position: relative;
}

.home-mv:before {
	background: url("assets/images/home_mv_logo.svg") no-repeat;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.home-news h1 {
	background: none;
	font-size: 1.8rem;
	margin-bottom: 0.5rem;
}

.home-news ul li {
	display: flex;
	margin: 0 2rem 0.5rem;
}

.home-news ul li .date {
	width: 9rem;
}

.home-news ul li .title {
	flex: 1;
}

.home-news ul li h2 {
	color: #fff;
	font-size: 1.2rem;
	margin: 0;
}

.home-items {
	margin-top: 3.5rem;
	padding-top: 3rem;
	position: relative;
	min-height: 24.6rem;
}

.home-items-title {
	margin-bottom: 2rem !important;
	padding-right: 0 !important;
 }

.home-items-title h1 {
	background: none;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.home-items-title h1:before {
	content: none;
}

.home-items-lists {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width: 70rem;
	position: relative;
	z-index: 2;
}

.home-items-list {
	box-sizing: border-box;
	padding: 0 1.2rem;
}

.home h3 {
	margin-bottom: 0.5rem;
}

/* override default feather style.*/

.home .featherlight .featherlight-content {
	padding: 0;
}

/* -------------------------------------------------------------------------- */

/*	INFORMATION Page
/* -------------------------------------------------------------------------- */

.information-original-sofa span {
	font-size: 0.6em;
}

/* -------------------------------------------------------------------------- */

/*	ITEMS Page
/* -------------------------------------------------------------------------- */

/* ARCHIVE ----------------------------------- */

.items-menu-wrapper {
	background: #000;
	position: fixed;
	padding: 1.5rem 0;
	width: 100%;
	z-index: 10;
}

.items-menu {
	display: flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 81rem;
	width: calc(100% - 4rem);
}

.items-menu li a {
	background: #595757;
	display: block;
	font-size: 0.8rem;
	line-height: 1.3;
	padding: 0.4rem 0;
	text-align: center;
	text-decoration: none;
}

.items-menu li a span {
	display: block;
	font-size: 1.4rem;
}

.items-archive-title {
	background: url("assets/images/bg@2x.jpg") no-repeat center top;
	background-size: cover;
	margin: 0.5rem 0 3rem;
	overflow: hidden;
	padding: 0.2rem 0;
	position: relative;
}

.items-archive-title:before {
	background: url("assets/images/bg_leaf@2x.png") no-repeat;
	background-size: cover;
	content: "";
	height: 12rem;
	position: absolute;
	top: 0;
	left: 0;
}

.items-archive-title h1 {
	font-size: 2.2rem;
	margin: 0 auto;
	max-width: 75rem;
	width: calc(100% - 4rem);
}

.items-archive-title h1 .en {
	margin-right: 1em;
}

.items-archive-title h1 .ja {
	display: inline-block;
	font-size: 55%;
}

.items-archive-title .btn-stock {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 65rem;
	width: 100%;
}

.btn-stock {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 4rem;
	width: 100%;
}

.btn-stock a {
	background: #ab8e3b;
	background: linear-gradient(to left,  #ab8e3b 0%,#e1cfa0 46%,#ab8e3b 100%);
	border-radius: 0.4rem;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0.1rem 1.5rem;
	text-decoration: none;
}

.items-archive-columns {
	display: flex;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	max-width: 75rem;
	width: calc(100% - 4rem);
}

.items-archive-column {
	box-sizing: border-box;
}

.items-archive-column a {
	text-decoration: none;
}

.items-archive-column h2 {
	font-size: 1.6rem;
	margin: 0.4rem 0 0.2rem;
}

.items-archive-column.no {
	width: 100%;
}

/* override default feather style.*/

.featherlight:last-of-type {
	background: rgba(0,0,0,0.6);
	transition: background 0.3s;
}

.featherlight .featherlight-content {
	background: #000;
	border-bottom: none;
	color: #fff;
}

.featherlight-loading.featherlight .featherlight-content {
	opacity: 0;
}

.featherlight .featherlight-close-icon {
	background-color: #333;
	border-radius: 0;
	color: #fff;
}

.featherlight title.featherlight-inner {
	display: none;
}

.post-type-archive-items .featherlight .featherlight-content {
	padding: 0;
}

/* SINGLE ------------------------------------ */

.items-single {
	height: 95vh;
	padding-bottom: 4rem;
	position: relative;
}

.items-single-image {
	border-bottom: 0.4rem solid #fff;
	box-sizing: border-box;
	height: 75%;
	overflow-y: auto;
}

.items-single-image img {
	width: 100%;
}

.items-single-table {
	height: 25%;
	overflow-y: auto;
}

.items-single-table table {
	height: 25%;
	overflow-y: auto;
}

.items-single-table thead th {
	position: sticky;
	top: 0;
}

.btn-print {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	width: 100%;
}

.btn-print a,
.btn-print button{
	background: #ab8e3b;
	background: linear-gradient(to left,  #ab8e3b 0%,#e1cfa0 46%,#ab8e3b 100%);
	border-radius: 0.4rem;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 1em;
	line-height: 1.5;
	padding: 0.1rem 1.3rem;
	text-decoration: none;
	text-indent: 1em;
}

.btn-print .btn-pdf {
	letter-spacing: .05em;
	margin-left: 1em;
	text-indent: .08em;
}

/* -------------------------------------------------------------------------- */

/*	ITEMS STOCk Page
/* -------------------------------------------------------------------------- */

.items-stock h1,
.items-stock p {
	text-align: center;
}

.items-stock h1 {
	font-size: 2.8rem;
	padding: 3.5rem 0 1rem;
	margin: 0;
}

.items-stock table {
	max-width: inherit;
}

.items-stock table th {
	width: 13%;
}

.items-stock table th:nth-of-type(2),
.items-stock table th:nth-of-type(3),
.items-stock table th:nth-of-type(4) {
	width: 20%;
}

/* -------------------------------------------------------------------------- */

/*	COORDINATE Page
/* -------------------------------------------------------------------------- */

/* ARCHIVE ----------------------------------- */

.coordinate-archive-description {
	line-height: 1.8;
	margin-bottom: 3rem;
	text-align: center;
}

.coordinate-archive-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	max-width: 71rem;
	width: calc(100% - 4rem);
}

.coordinate-archive-item {
	width: 47.3%;
}

/* override default feather style.*/

.post-type-archive-coordinate .featherlight:nth-of-type(2) .featherlight-content {
	padding: 0;
}

.post-type-archive-coordinate .featherlight .featherlight-content {
	padding: 0;

}

/* SINGLE ------------------------------------ */

.coordinate-single {
	padding: 4rem;
	position: relative;
}

.coordinate-single:before,
.coordinate-single:after {
	content: "";
	position: absolute;
}

.coordinate-single:before {
	background: url("assets/images/coordinate_bg_topleft@2x.png") no-repeat;
	background-size: contain;
	top: 0;
	left: 0;
}

.coordinate-single:after {
	background: url("assets/images/coordinate_bg_bottomright@2x.png") no-repeat;
	background-size: contain;
	right: 0;
	bottom: 0;
}

.coordinate-single-inner {
	position: relative;
	z-index: 1;
}

.coordinate-single-image img {
	margin-right: auto;
	margin-left: auto;
}

.coordinate-single h2 {
	font-size: 1.7rem;
	letter-spacing: 0.025em;
	margin: 1rem auto 0.5rem;
}

.coordinate-single-text {
	font-size: 1.2rem;
	margin-right: auto;
	margin-left: auto;
}

.coordinate-single-list h3 {
	font-size: 1.3rem;
	margin: 0;
}

.coordinate-single-list ul {
	display: flex;
	flex-wrap: wrap;
}

.coordinate-single-list ul li {
	box-sizing: border-box;
	font-size: 1.2rem;
	padding: 0 0.5rem;
}

.coordinate-single-list ul li a {
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */

/*	Template ENTRANCE
/* -------------------------------------------------------------------------- */

#entrance-template #site-content {
	padding-top: 7.8rem;
}

.entrance-inner {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 78rem;
	width: calc(100% - 4rem);
}

.entrance-logo {
	width: 100%;
}

.entrance-logo img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3.5rem;
}

/* -------------------------------------------------------------------------- */

/*	Plugin Frontend user admin
/* -------------------------------------------------------------------------- */

/* Login --------------------------------- */

.frontend-user-admin-login .input {
	border: none;
	height: 3rem;
	padding: 0.5rem !important;
}

.frontend-user-admin-login .label-colums {
	margin: 1.7rem 0 0;
}

.frontend-user-admin-login .forgetmenot,
.frontend-user-admin-login .submit {
	text-align: center;
}

.frontend-user-admin-login input.submit {
	background: url("assets/images/btn_bg_red.jpg") no-repeat;
	background-size: cover;
	min-width: 21.2rem;
}

.frontend-user-admin-login ul {
	list-style: none;
	margin: 3rem 0 0;
}

.frontend-user-admin-login ul li {
	margin: 0;
	text-align: center;
}

.frontend-user-admin-login ul li a {
	background: url("assets/images/btn_bg_blue.jpg") no-repeat;
	background-size: cover;
	border-radius: 0.5rem;
	display: inline-block;
	font-size: 1.3rem;
	margin: 0.2rem 0 0;
	padding: 0.35em;
	text-decoration: none;
	min-width: 21.2rem;
}

.frontend-user-admin-login ul li a:hover {
	opacity: 0.8;
}

/* Register ------------------------------ */

.frontend-user-admin-login .form-table,
.frontend-user-admin-login .form-table th,
.frontend-user-admin-login .form-table td {
	border: none;
}

.frontend-user-admin-login .form-table {
	margin-top: 0;
}

.frontend-user-admin-login .form-table th {
	background: none;
	vertical-align: top;
}

.frontend-user-admin-login .form-table td br {
	display: none !important;
}

.frontend-user-admin-login .form-table label {
	display: inline-block;
}

.frontend-user-admin-login .required {
	font-size: 80%;
}

.frontend-user-admin-user-attribute-comment {
	color: #fff !important;
	display: block;
	font-size: 1rem;
	margin-top: 0.5em;
}

.frontend-user-admin-login .error_attribute {
	background: none !important;
}

.frontend-user-admin-login .error_attribute input {
	background: #FFCCCC;
}

.frontend-user-admin-login .submit.register,
.frontend-user-admin-login .button.cancel {
	margin-top: 1rem;
}

.frontend-user-admin-login .button.cancel {
	background: url("assets/images/btn_bg_blue.jpg") no-repeat;
	background-size: cover;
	margin-left: 0.2em;
	min-width: 21.2rem;
}

#reg_passmail {
	margin-top: 2rem;
}

/* -------------------------------------------------------------------------- */

/*	Site Pagination
/* -------------------------------------------------------------------------- */

.pagination {
	padding-top: 5rem;
}

.pagination .nav-links {
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination .screen-reader-text {
	display: none;
}

.pagination-separator {
	margin: 5rem 0;
}

.nav-links > * {
	margin: 1.5rem 0 0 2.5rem;
}

.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

/* -------------------------------------------------------------------------- */

/*	Print
/* -------------------------------------------------------------------------- */

@media print {

	html, body{
		height: auto !important;
	}

	html.with-featherlight {
		overflow: visible;
	}

	body {
		background: none !important;
	}

	.featherlight {
		position: inherit;
	}

	.featherlight:before {
		content: none;
	}

	.featherlight .featherlight-content {
		padding: 0 !important;
		margin: 0 !important;
		max-height: inherit !important;
		min-width: 100%;
		width: 100% !important;
	}

	.items-single {
		height: 100%;
		padding-bottom: 0;
	}

	.items-single-image {
		border-bottom: none;
	}

	.items-single-image img {
		height: 276mm;
		width: auto;
	}

	#site-wrapper,
	.items-single-table,
	.featherlight-close,
	.btn-print,
	.post-type-archive-coordinate .featherlight:nth-of-type(2) .featherlight-content {
		display: none !important;
	}

	.items-stock {
		background: #fff;
	}

	.items-stock .items-single-table {
		display: block !important;
	}

	.items-stock h1,
	.items-stock table {
		color: #000;
	}

	.items-stock table th {
		background: #fff;
	}

	.print{
		display: none
	}

}

/* -------------------------------------------------------------------------- */

/*	Media Queries
/* -------------------------------------------------------------------------- */

@media ( min-width: 782px ) {

	/* Document Setup ------------------------ */

	body.custom-background {
		background-size: 47.1rem 33.4rem !important;
	}

	#site-content {
		padding-top: 16rem;
	}

	/* Helper Classes ------------------------ */

	.view-sp {
		display: none;
	}

	/* Site Header --------------------------- */

	.header-top:before {
		width: 47.2rem;
	}

	.header-menu {
		display: flex;
		justify-content: space-between;
		margin-right: auto;
		margin-left: auto;
		max-width: 71rem;
		width: calc(100% - 4rem);
	}

	.header-menu li a:hover {
		opacity: 0.7;
	}

	.menu-toggle {
		display: none;
	}

	/* Header Search */

	.header-search.view-pc {
		width: 30rem;
		position: absolute;
		right: 2rem;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
	}

	/* Entry Content ------------------------- */

	.entry-content h1:before {
		width: 47.2rem;
	}

	/* HOME Page ----------------------------- */

	.home-mv:before {
		background-size: 6.2rem 9.8rem;
		height: 9.8rem;
		width: 6.2rem;
	}

	.home-items:before {
		background: url("assets/images/home_items_bg.png") no-repeat;
		background-size: contain;
		content: "";
		height: 100%;
		width: 100%;
		margin: 0 auto;
		max-width: 81.2rem;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;
	}

	.home-items-list {
		width: 20%;
	}

	.home-items-list a:hover img {
		opacity: 0.8;
		transition: opacity 0.3s;
	}

	/* INFORMATION Page ---------------------- */

	.information-original-sofa {
		display: flex;
		justify-content: center;
	}

	.information-original-sofa span {
		align-self: flex-end;
	}

	/* ITEMS Page ---------------------------- */

	/* ARCHIVE */

	#site-content.items-archive {
		padding-top: 23rem;
	}

	.items-menu-wrapper {
		top: 15.8rem;
	}

	.items-menu li {
		flex-basis: 10rem;
	}

	.items-menu li a:hover {
		opacity: 0.8;
	}

	.items-archive-title:before {
		width: 47.2rem;
	}

	.items-archive-column {
		padding: 0 2rem 2rem;
		width: 33.333334%;
	}

	.btn-stock a:hover {
		opacity: 0.8;
	}

	.items-archive-column a:hover img {
		opacity: 0.8;
		transition: opacity 0.3s;
	}

	/* SINGLE */

	.items-single-table table .first,
	.items-single-table table .last {
		width: 10.5rem;
	}

	.btn-print a:hover {
		opacity: 0.8;
	}

	/* override default feather style.*/

	.featherlight .featherlight-content {
		width: 71rem;
	}

	/* ITEMS STOCk Page ---------------------- */

	.items-stock {
		padding: 0 3rem 3rem;
	}

	/* COORDINATE Page ----------------------- */

	/* ARCHIVE */

	.coordinate-archive-item {
		margin-bottom: 4rem;
	}

	.coordinate-archive-item a:hover img {
		opacity: 0.8;
		transition: opacity 0.3s;
	}

	/* SINGLE */

	.coordinate-single:before {
		height: 27rem;
		width: 38.1rem;
	}

	.coordinate-single:after {
		height: 26.9rem;
		width: 38rem;
	}

	.coordinate-single h2 {
		text-align: center;
		width: 82%;
	}

	.coordinate-single-text {
		text-align: center;
		width: 82%;
	}

	.coordinate-single-list h3 {
		float: left;
		width: 12rem;
	}

	.coordinate-single-list ul li {
		width: calc(100% / 3);
	}

	.coordinate-single-list ul li a:hover {
		color: #666;
	}

	/* Plugin Frontend user admin ------------ */

	/* Login */

	.frontend-user-admin-login .label-colums {
		margin-right: 9rem;
	}

	.frontend-user-admin-login .label-colums label {
		display: flex;
	}

	.frontend-user-admin-login .label-title {
		padding-right: 0.7rem;
		text-align: right;
		width: 9rem;
	}

	.frontend-user-admin-login .label-content {
		width: 34rem;
	}

	/* Register */

	.frontend-user-admin-login #registerform .form-table {
		margin-left: 5rem;
	}

	.frontend-user-admin-login #registerform .form-table th {
		width: 15rem;
	}

	.frontend-user-admin-login #registerform .form-table td {
		display: flex;
		width: 57rem;
	}

	.frontend-user-admin-login #registerform .form-table td input {
		width: 34rem;
	}

	.frontend-user-admin-login #registerform .form-table td .frontend-user-admin-user-attribute-comment {
		flex: 1;
		padding-left: 1rem;
	}

	#reg_passmail {
		text-align: center;
	}

}

@media ( max-width: 781px ) {

	/* Document Setup ------------------------ */

	body.custom-background {
		background-size: 23.5rem 16.7rem !important;
	}

	#site-content {
		padding-top: 12rem;
	}

	/* Helper Classes ------------------------ */

	.view-pc {
		display: none;
	}

	/* Site Header --------------------------- */

	.header-top:before {
		width: 40%;
	}

	.header-menu-wrapper {
		display: none;
		opacity: 0;
		position: fixed;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
		z-index: 100;
	}

	.header-inner.is-open .header-menu-wrapper {
		animation-name: fadeIn;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
	}

	.header-menu {
		width: 100%;
	}

	.header-menu li {
		margin-right: auto;
		margin-left: auto;
		padding-top: 4%;
		padding-bottom: 4%;
		width: calc(100% - 4rem);
	}

	.menu-toggle {
		background: #000 url("assets/images/icon_menu.svg") no-repeat center;
		background-size: 2rem 0.4rem;
		border-radius: 50%;
		height: 4.2rem;
		width: 4.2rem;
		position: fixed;
		top: 1rem;
		right: 1rem;
		z-index: 101;
	}

	/* Header Search */

	.header-search.view-sp {
		margin-top: 3rem;
		width: 28rem;
	}

	/* Site Footer --------------------------- */

	.to-the-top {
		right: 1rem;
	}

	/* Entry Content ------------------------- */

	.entry-content h1:before {
		width: 40%;
	}

	/* Alignment Classes */

	.sp-align-center {
		margin-right: auto;
		margin-left: auto;
		text-align: right;
	}

	.sp-align-left {
		margin-right: inherit;
		margin-left: inherit;
		text-align: left;
	}

	.sp-align-right {
		margin-right: inherit;
		margin-left: inherit;
		text-align: right;
	}

	/* HOME Page ----------------------------- */

	.home-mv:before {
		background-size: 4rem 6.3rem;
		height: 6.3rem;
		width: 4rem;
	}

	.home-items-lists {
		flex-wrap: wrap;
		max-width: 28rem;
	}

	.home-items-list {
		margin-bottom: 2rem;
		width: 14rem;
	}

	/* INFORMATION Page ---------------------- */

	.information-original-sofa {
		text-align: center;
	}

	/* ITEMS Page ---------------------------- */

	/* ARCHIVE */

	#site-content.items-archive {
		padding-top: 28.5rem;
	}

	.items-menu-wrapper {
		top: 12rem;
	}

	.items-menu {
		flex-wrap: wrap;
	}

	.items-menu li {
		flex-basis: 49%;
		margin-bottom: 1rem;
	}

	.items-menu li:nth-of-type(even) {
		margin-left: 1%;
	}

	.items-menu li:last-of-type {
		margin-bottom: 0;
	}

	.items-archive-title {
		padding-right: 15rem;
	}

	.items-archive-column {
		padding: 0 1rem 1rem;
		width: 50%;
	}

	.items-archive-column img {
		width: 100%;
	}

	.items-archive-title:before {
		width: 40%;
	}

	.items-archive-title .btn-stock {
		right: 2rem;
		left: inherit;
	}

	/* override default feather style.*/

	.featherlight .featherlight-content {
		max-width: 65rem;
		width: 95%;
	}

	/* ITEMS STOCk Page ---------------------- */

	.items-stock {
		padding: 0 2rem 3rem;
	}

	/* COORDINATE Page ----------------------- */

	/* ARCHIVE */

	.coordinate-archive-item {
		margin-bottom: 2rem;
	}

	/* SINGLE */

	.coordinate-single:before {
		height: 13.5rem;
		width: 19rem;
	}

	.coordinate-single:after {
		height: 13.5rem;
		width: 19rem;
	}

	.coordinate-single-list h3 {
		margin-bottom: 0.5rem;
	}

	.coordinate-single-list ul li {
		width: calc(100% / 2);
	}

	.coordinate-single-list ul li:nth-of-type(odd) {
		padding-left: 0;
	}

	.coordinate-single-list ul li:nth-of-type(even) {
		padding-right: 0;
	}

	/* SHOWROOM Page ------------------------- */

	.showroom .youtube {
		padding-top: 56.25%;
		position: relative;
		width: 100%;
	}

	.showroom .youtube iframe {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 100%;
	}

	/* Plugin Frontend user admin ------------ */

	/* Register */

	.frontend-user-admin-login .form-table th,
	.frontend-user-admin-login .form-table td {
		display: block;
		width: 100%;
	}

	.frontend-user-admin-login .form-table th {
		padding-bottom: 0 !important;
		text-align: left !important;
	}

	.frontend-user-admin-login .form-table td {
		padding-top: 0 !important;
	}

	/* Site Pagination ----------------------- */

	.pagination-separator {
		margin: 8rem 0;
	}

	.pagination .nav-links {
		font-size: 1.4rem;
		font-weight: 700;
		margin: -2.5rem 0 0 -2rem;
	}

	.nav-links > * {
		margin: 2.5rem 0 0 2rem;
	}

}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
