@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------
 * 
 * Theme Name: Ark Child
 * Theme URI: https://bambooworks.co/ark/
 * Author: Takeshi Shibata
 * Author URI: https://bambooworks.co/
 * Description: WordPressテーマ「Ark」の子テーマ
 * Version: 1.0.8
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: arkchild
 * Template: ark
 * 
 *--------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * BASIC
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

body {
	font: 400 100%/1.75 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #302b26;
	background: #f9f7ef;
	position: relative;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

a:link,
a:visited {
	color: #302b26;
	text-decoration: underline;
	transition: .3s ease;
}

a:hover,
a:active {
	color: #3e3731;
	text-decoration: none;
	transition: .3s ease;
}

a:hover img, a:active img {
	opacity: 1;
}

::-moz-selection {
	background: rgba(205, 197, 163, 0.8);
	color: #fefefe;
}

::selection {
	background: rgba(205, 197, 163, 0.8);
	color: #fefefe;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * WEB FONTS
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * ATTEN NEW
 * 
 * 
--------------------------------------------------------------------------------*/

.atten_T {
	font-family: atten-new,sans-serif;
	font-weight: 300;
	font-style: normal;
}

.atten_R {
	font-family: atten-new,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.atten_M {
	font-family: atten-new,sans-serif;
	font-weight: 500;
	font-style: normal;
}

.atten_B {
	font-family: atten-new,sans-serif;
	font-weight: 700;
	font-style: normal;
}

.atten_EB {
	font-family: atten-new,sans-serif;
	font-weight: 800;
	font-style: normal;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * MARCELLUS
 * 
 * 
--------------------------------------------------------------------------------*/

.marcellus {
	font-family: 'Marcellus', serif;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * FIRST VIEW
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.front #first_view {
	height: 90vh;
	max-height: 900px;
}

.sub #first_view {
	padding-top: 110px;
}

.sub #first_view::before {
	display: block;
	content: '';
	width: 100%;
	height: 250px;
	background: #efeadc;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 960px) {
	
	.front #first_view {
		max-height: 512px;
	}
	
	.sub #first_view {
		padding-top: 0;
	}
	
	.sub #first_view::before {
		height: 220px;
	}
	
}

@media (max-width: 560px) {
	
	.sub #first_view::before {
		height: 125px;
	}

}

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

#header.fixed.drop {
	background: rgba(254,254,254,.6);
}

.front #header {
	background: none;
}

.front #header.fixed.drop {
	background: rgba(254,254,254,.6);
}

.sub #header {
	position: absolute;
	background: none;
}

#header > .inner {
	width: 92%;
}

.front #header > .inner {
	width: 92%;
}

.front #header.fixed.drop > .inner {
	width: 96%;
}

@media (min-width: 961px) {
	
	.layout_A #header > .inner {
		padding: 60px 0 0;
	}
	
	.front #header > .inner {
		padding: 60px 0 0;
	}
	
	.sub #header > .inner {
		position: relative;
		justify-content: flex-end;
	}
	
	.front #header.fixed.drop > .inner {
		padding: 20px 0;
	}

}

@media (max-width: 960px) {
	
	#header > .inner {
		width: 92%;
	}
	
	#body.sub #header {
		position: relative;
	}
	
	#body.sub #header.active {
		position: fixed;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * LOGO
 * 
 * 
--------------------------------------------------------------------------------*/

#header .logo {
	width: 101px;
	height: 104px;
}

#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(images/common/logo_k.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-indent: -9999px;
}

.front #header .logo {
	opacity: 0;
	visibility: hidden;
}

#header.fixed.drop .logo {
	opacity: 1;
	visibility: visible;
}

#header.fixed.drop .logo a {
	background-image: url(images/common/logo_k.svg);
}

@media (min-width: 961px) {
	
	.front #header:not([class]) .logo {
		width: 0;
		height: 0;
	}
	
	.sub #header:not([class]) .logo {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		height: 103px;
	}

}

@media (max-width: 960px) {
	
	.sub #header:not(.fixed) .logo {
		position: relative;
		top: 40px;
		width: 80px;
		height: 83px;
	}

}

@media (max-width: 560px) {
	
	.sub #header:not(.fixed) .logo {
		top: 24px;
		width: 60px;
		height: 62px;
	}


}

/*--------------------------------------------------------------------------------
 * 
 * 
 * GLOBAL NAVIGATION
 * 
 * 
--------------------------------------------------------------------------------*/

#g_nav {
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
}

#g_nav a:link,
#g_nav a:visited,
#g_nav a:hover,
#g_nav a:active {
	color: #1f1f1f;
	text-decoration: none;
}

.front #g_nav a:link,
.front #g_nav a:visited,
.front #g_nav a:hover,
.front #g_nav a:active {
	color: #fefefe;
}

#header.fixed.drop #g_nav a:link,
#header.fixed.drop #g_nav a:visited,
#header.fixed.drop #g_nav a:hover,
#header.fixed.drop #g_nav a:active {
	color: #302b26;
	text-decoration: none;
}


@media (min-width: 961px) {
	
	#g_nav > .inner {
		display: flex;
		align-items: center;
	}
	
	.layout_A #g_nav > .inner > ul {
		font-size: 0.875rem;
		letter-spacing: 0.15em;
		display: flex;
	}
	
	.layout_A #g_nav li {
		margin-left: 0;
	}
	
	.layout_A #g_nav > .inner > ul > li {
		margin-left: 40px;
	}
	
	#g_nav > .inner > ul > li > a {
		display: inline-block;
		position: relative;
	}
	
	#g_nav > .inner > ul > li >  a::before {
		display: block;
		content: '';
		position: absolute;
		bottom: -6px;
		left: 50%;
		width: 0;
		height: 1px;
		background: #302b26;
		transition: .3s ease;
		transform: translateX(-50%);
	}
	
	.front #header #g_nav > .inner > ul > li >  a::before {
		background: #fefefe;
	}
	
	.front #header.fixed.drop #g_nav > .inner > ul > li >  a::before {
		background: #302b26;
	}
	
	.sub #header.fixed.drop #g_nav > .inner > ul > li >  a::before {
		background: #302b26;
	}
	
	#g_nav > .inner > ul > li >  a:hover::before {
		width: 100%;
		transition: .3s ease;
	}

}

@media (max-width: 1280px) {
	
	.layout_A #g_nav > .inner > ul > li {
		margin-left: 25px;
	}
	
}

@media (max-width: 960px) {
	
	#navicon {
		width: 90px;
		height: 90px;
		position: fixed;
	}
	
	#navicon::before {
		display: block;
		content: '';
		width: 0;
		height: 0;
		border-width: 45px 45px;
		border-style: solid;
		border-color: transparent;
		border-top-color: #fefefe;
		border-right-color: #fefefe;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#navicon a {
		background: none;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	#navicon a span {
		left: auto;
		right: 15px;
		height: 2px;
		background: #302b26;
	}
	
	#navicon a span:nth-of-type(1) {
		width: 38px;
	}
	
	#navicon a span:nth-of-type(2) {
		width: 30px;
	}
	
	#navicon a span:nth-of-type(3) {
		width: 22px;
	}
	
	#navicon a.active span:nth-of-type(1) {
		width: 30px;
	}
	
	#navicon a.active span:nth-of-type(3) {
		width: 30px;
	}
	
	#g_nav {
		letter-spacing: 0.1em;
	}
	
	#g_nav > .inner {
		background: rgba(254,254,254,.95);
		font-size: 1.25rem;
	}
	
	#g_nav ul {
		margin-bottom: 30px;
		position: relative;
	}
	
	.layout_A #g_nav > .inner > ul > li {
		margin-left: 0;
	}
	
	#g_nav a:link,
	#g_nav a:visited,
	#g_nav a:hover,
	#g_nav a:active {
		color: #302b26;
		border-bottom: none;
		text-align: center;
	}
	
	.front #g_nav a:link,
	.front #g_nav a:visited,
	.front #g_nav a:hover,
	.front #g_nav a:active {
		color: #302b26;
	}
	
	#g_nav a::before {
		display: none;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * LANGUAGE SWITCHER
 * 
 * 
--------------------------------------------------------------------------------*/

#lang_switcher {
	margin-left: 80px;
	letter-spacing: 0.15em;
}

#g_nav .wpml-ls-legacy-list-horizontal > ul {
	font-size: 0.875rem;
}

.wpml-ls-legacy-list-horizontal {
	padding: 0;
}

.wpml-ls-legacy-list-horizontal a {
	display: block;
	padding: 0 3px;
	position: relative;
}

.wpml-ls-last-item a {
	margin-left: 15px;
}

.wpml-ls-item-legacy-list-horizontal a::after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #fefefe;
	position: absolute;
	top: 5px;
	left: 0;
	opacity: 0;
	transition: .3s ease;
}

.front .wpml-ls-item-legacy-list-horizontal a::after {
	background: #fefefe;
}

.front #header.fixed.drop .wpml-ls-item-legacy-list-horizontal a::after {
	background: #302b26;
}

.sub .wpml-ls-item-legacy-list-horizontal a::after {
	background: #302b26;
}

#header.fixed.drop .wpml-ls-current-language a::after {
	background: #302b26;
}

#header.fixed.drop .wpml-ls-item-legacy-list-horizontal a::after {
	background: #302b26;
}

.wpml-ls-item-legacy-list-horizontal a:hover::after,
.wpml-ls-item-legacy-list-horizontal.wpml-ls-current-language a::after {
	opacity: 1;
}

.wpml-ls-legacy-list-horizontal a span {
	vertical-align: inherit;
}

@media (max-width: 1280px) {
	
	#lang_switcher {
		margin-left: 50px;
	}
	
}

@media (max-width: 960px) {
	
	#lang_switcher {
		margin: 0;
	}
	
	#g_nav .wpml-ls-legacy-list-horizontal > ul {
		display: flex;
		justify-content: center;
	}
	
	#g_nav .wpml-ls-legacy-list-horizontal a {
		font-size: 1.25rem;
		width: 60px;
		height: 60px;
		line-height: 60px;
		padding: 0;
		text-align: center;
	}
	
	#g_nav .wpml-ls-item-legacy-list-horizontal a::after {
		background: #302b26;
		width: 30px;
		top: 28px;
		left: 15px;
	}

}

@media (max-width: 560px) {
	
	.wpml-ls-last-item a {
		margin-left: 0;
	}
	
	#g_nav .wpml-ls-legacy-list-horizontal a {
		margin: 0 0.25em;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * MAIN VISUAL
 * 
 * 
--------------------------------------------------------------------------------*/

#main_visual {
	height: 90vh;
	max-height: 900px;
}

.layout_A #main_visual .layer {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 10px solid #fefefe;
	border-bottom: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#main_visual .layer .logo {
	width: 200px;
	height: 207px;
}

@media (min-width: 961px) {

}

@media (max-width: 960px) {
	
	#main_visual {
		max-height: 512px;
	}
	
	#main_visual .layer .logo {
		width: 150px;
		height: 156px;
	}

}

@media (max-width: 560px) {
	
	.layout_A #main_visual .layer {
		border-width: 10px;
	}
	
	#main_visual .layer .logo {
		width: 140px;
		height: 145px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * SCROLL
 * 
--------------------------------------------------------------------------------*/

@keyframes scroll {
	
	0% {
		transform: translate3d(-50%, 0, 0);
	}
	
	60% {
		transform: translate3d(-50%, 120px, 0);
	}
	
	100% {
		transform: translate3d(-50%, 120px, 0);
	}
	
}

#main_visual .scroll {
	position: absolute;
	bottom: 0;
	left: 4%;
	z-index: 1;
}

#main_visual .scroll_text {
	position: absolute;
	top: -38px;
	left: -20px;
	font-size: 0.75rem;
	letter-spacing: 0.15em;
	color: #fefefe;
	transform: rotate(-90deg);
}

#main_visual .scroll_line {
	display: block;
	width: 1px;
	height: 120px;
	background: rgba(254,254,254,.4);
	position: relative;
	overflow: hidden;	
}

#main_visual .scroll_line::after {
	display: block;
	content: '';
	width: 2px;
	height: 120px;
	margin: 60px auto 0;
	background: #fefefe;
	position: absolute;
	top: -180px;
	left: 0;
	animation: scroll 2.5s ease 0s infinite normal;
}

@media (max-width: 960px) {
	
	#main_visual .scroll {
		left: 7.5%;
		display: none;
	}

}

@media (max-width: 560px) {
	
	#main_visual .scroll {
		left: 12%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * MAIN
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

#main {
	background: #f9f7ef;
	padding-bottom: 0;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * COMPONENT
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * HEADLINE
 * 
--------------------------------------------------------------------------------*/

.hl {
	line-height: 1;
}

.hl .en {
	display: inline-block;
	font-size: 2.25rem;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

@media (max-width: 960px) {
	
	.hl .en {
		font-size: 2rem;
	}

}

@media (max-width: 560px) {
	
	.hl .en {
		font-size: 1.75rem;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * BUTTON
 * 
--------------------------------------------------------------------------------*/

.btn_ttg a {
	display: block;
	width: 210px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	background: none;
	border: 1px solid #302b26;
	color: #302b26;
	text-decoration: none;
	text-align: center;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	position: relative;
}

.btn_ttg a:hover {
	background: #302b26;
	color: #fefefe;
}

.btn_ttg a::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #302b26;
	position: absolute;
	top: 24px;
	right: 0;
	z-index: 0;
	transition: .3s ease;
}

.btn_ttg a > span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.btn_ttg a > span::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #302b26;
	position: absolute;
	top: 24px;
	right: 0;
	transition: .3s ease;
}

.btn_ttg a:hover::before,
.btn_ttg a:hover > span::before {
	right: -12px;
}

.btn_ttg a:hover > span::before {
	background: #fefefe;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * BUTTON LARGE
 * 
--------------------------------------------------------------------------------*/

.btn_ttg_large a {
	display: block;
	width: 100%;
	height: 150px;
	line-height: 150px;
	background: #302b26;
	color: #fefefe;
	font-size: 1.75rem;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.btn_ttg_large a::before {
	display: block;
	content: '';
	width: 56px;
	height: 4px;
	background: url(images/common/cta_arrow.svg) no-repeat center center/100% auto;
	position: absolute;
	top: 73px;
	right: 50px;
	z-index: 1;
	transition: .3s ease;
}

.btn_ttg_large a:hover::before {
	right: 40px;
}

.btn_ttg_large a::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #463f37;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	transition: .5s ease;
}

.btn_ttg_large a:hover::after {
	left: 0;
	transition: .3s ease;
}

@media (max-width: 960px) {
	
	.btn_ttg_large a {
		display: block;
		height: 130px;
		line-height: 130px;
	}
	
	.btn_ttg_large a::before {
		top: 63px;
		right: 40px;
	}

	.btn_ttg_large a:hover::before {
		right: 30px;
	}

}

@media (max-width: 560px) {
	
	.btn_ttg_large a {
		display: block;
		height: 80px;
		line-height: 80px;
		font-size: 1.25rem;
		text-align: left;
		padding-left: 40px;
	}
	
	.btn_ttg_large a::before {
		width: 48px;
		height: 3px;
		top: 38px;
		right: 30px;
	}
	
	.btn_ttg_large a:hover::before {
		right: 20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * FRONT PAGE
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * MOVIE
 * 
 * 
--------------------------------------------------------------------------------*/

#movie a {
	display: block;
	width: 300px;
	height: 167px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: -107px;
	left: 10%;
	z-index: 10;
}

#movie a:link,
#movie a:visited,
#movie a:hover,
#movie a:active {
	color: #fefefe;
	text-decoration: none;
}

#movie a::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(48,43,38,.75);
	position: absolute;
	top: 0;
	left: 0;
}

#movie .movie_header {
	display: flex;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
}

#movie .movie_ttl {
	display: none;
}

#movie .play {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: url(images/front/play.svg) no-repeat center center/100% auto;
	text-indent: -9999px;
	position: relative;
}

#movie a .play::before {
	display: block;
	content: '';
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: rgba(254,254,254,.15);
	position: absolute;
	top: -5px;
	left: -5px;
}

@keyframes play {
	
	0% {
		transform: scale(1,1);
		opacity: 1;
	}
	
	100% {
		transform: scale(1.2,1.2);
		opacity: 0;
	}
	
}

#movie a:hover .play::before {
	animation: play 1s ease infinite normal;
}

@media (max-width: 960px) {
	
	#movie a {
		width: 250px;
		height: 140px;
		top: -90px;
		left: 6%;
	}

}

@media (max-width: 560px) {
	
	#movie a {
		left: 50%;
		margin-left: -125px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * TOPICS
 * 
 * 
--------------------------------------------------------------------------------*/

#topics {
	width:75%;
	max-width: 768px;
	height: 100px;
	position: absolute;
	margin-top: -50px;
	right: 0;
	z-index: 10;
}

#topics > .inner {
	width: 100%;
	height: 100%;
}

#topics a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fefefe;
	text-decoration: none;
	background: #302b26;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	transition: .3s ease;
}

#topics a:hover,
#topics a:active {
	background: #443a30;
}

#topics a::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fefefe;
	border-bottom-color: #fefefe;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.topics_hl {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 1;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.topics_hl > span {
	display: block;
	padding: 0 30px 0 36px;
	border-right: 1px solid #fefefe;
}

#topics .container {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 0.875rem;
}

#topics .container > span {
	display: block;
	line-height: 1;
}

#topics .topics_date {
	letter-spacing: 0.1em;
	margin-right: 20px;
	padding-left: 30px;
}

#topics .topics_ttl {
	padding-right: 30px;
}

@media (max-width: 1280px) {
	
	#topics {
		width:50%;
	}
	
}

@media (max-width: 1280px) {
	
	#topics .container {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding-left: 30px;
	}
	
	#topics .topics_date {
		margin-right: 0;
		padding-left: 0;
		margin-bottom: 6px;
	}
	
	#topics span.topics_ttl {
		line-height: 1.5;
	}
	
}

@media (max-width: 960px) {
	
	#topics {
		width: 46%;
		height: auto;
		margin-top: -50px;
	}
	
	#topics a {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px 30px 20px 24px;
	}
	
	.topics_hl {
		margin-bottom: 14px;
	}
	
	.topics_hl > span {
		padding: 0;
		border-right: none;
	}
	
	#topics .container {
		padding-left: 0;
	}
	
	#topics .topics_ttl {
		font-size: 0.875rem;
	}
	
	#topics .topics_ttl {
		padding-right: 0;
	}

}

@media (max-width: 560px) {
	
	#topics {
		width: 96%;
		margin-top: 70px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * GALLERY
 * 
 * 
--------------------------------------------------------------------------------*/

#gallery {
	padding-top: 200px;
	border-top: 10px solid #fefefe;
	position: relative;
	overflow: hidden;
}

#gallery::before {
	display: block;
	content: '';
	width: 60%;
	max-width: 1000px;
	height: 100%;
	background: url(images/common/noise_01.png);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 0;
}

#gallery > .inner {
	padding-bottom: 280px;
	position: relative;
}

#gallery .hl .en::before {
	left: 50%;
	margin-left: -23px;
}

#gallery .container {
	position: relative;
}

#gallery .container::before,
#gallery .container::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(249,247,239,.5);
	position: absolute; 
	top: 0;
	z-index: 2;
}

#gallery .container::before {
	left: -100%;
}

#gallery .container::after {
	right: -100%;
}

#gallery_slider {
	overflow: visible;
}

#gallery_slider .swiper-slide {
	overflow: hidden;
}

#gallery_slider .swiper-slide a {
	display: block;
	background: #cdc5a3;
	width: 100%;
	height: 100%;
	outline: none;
}

#gallery_slider a .thumb {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	transition: .3s ease;
}

#gallery_slider a:hover .thumb {
	transform: scale(1.1);
}

#gallery .container .swiper-button-prev,
#gallery .container .swiper-button-next {
	position: absolute;
	top: 0;
	margin-top: -66px;
	font-size: 0;
	line-height: 0;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
	transition: .3s ease;
}

#gallery .container .swiper-button-prev {
	left: 50%;
	margin-left: -63px;
	background: url('images/front/prev.svg') no-repeat left center/100% auto;
}

#gallery .container .swiper-button-next {
	right: 50%;
	margin-right: -63px;
	background: url('images/front/next.svg') no-repeat right center/100% auto;
}

.btn_ttg_gallery a {
	margin: 40px auto 0;
}

/* スライダ―用サイズ調整ここから */

@media (max-width: 560px) {
	
	#gallery .hl {
		margin-bottom: 70px;
	}
	
	#gallery_slider {
		height: 472px;
		margin-bottom: 10px;
	}
	
	#gallery_slider .swiper-slide {
		height: calc((100% - 50px) / 2);
	}

}

@media (min-width: 561px) {
	
	#gallery .hl {
		margin-bottom: 90px;
	}
	
	#gallery_slider {
		height: 464px;
		margin-bottom: 40px;
	}
	
	#gallery_slider .swiper-slide {
		height: calc((100% - 50px) / 2);
	}

}

@media (min-width: 961px) {
	
	#gallery .hl {
		margin-bottom: 110px;
	}
	
	#gallery_slider {
		height: 500px;
		margin-bottom: 60px;
	}
	
	#gallery_slider .swiper-slide {
		height: calc((100% - 50px) / 2);
	}

}

@media (min-width: 1281px) {
	
	#gallery_slider {
		height: 500px;
		margin-bottom: 100px;
	}
	
	#gallery_slider .swiper-slide {
		height: calc((100% - 60px) / 2);
	}
	
}

/* スライダ―用サイズ調整ここまで */

@media (max-width: 960px) {
	
	#gallery {
		padding-top: 140px;
	}
	
	#gallery > .inner {
		padding-bottom: 100px;
	}
	
	#gallery > .inner::before {
		left: auto;
		right: 2%;
		width: 242px;
		height: 97px;
	}
	
	.btn_ttg_gallery a {
		margin-top: 20px;
	}

}

@media (max-width: 560px) {
	
	#gallery {
		padding-top: 240px;
	}
	
	#gallery > .inner {
		padding-bottom: 90px;
	}
	
	#gallery > .inner::before {
		width: 200px;
		height: 80px;
	}
	
	#gallery .container .swiper-button-prev,
	#gallery .container .swiper-button-next {
		margin-top: -50px;
		width: 46px;
		height: 46px;
	}

	#gallery .container .swiper-button-prev {
		left: 50%;
		margin-left: -50px;
	}

	#gallery .container .swiper-button-next {
		right: 50%;
		margin-right: -50px;
	}
	
	.btn_ttg_gallery a {
		margin-top: 10px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * GOND ART
 * 
 * 
--------------------------------------------------------------------------------*/

#gond_art {
	padding-top: 0;
	padding-bottom: 220px;
	position: relative;
	margin-top: -100px;
}

#gond_art > .inner {
	height: 70vh;
	max-height: 700px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

#gond_art .hl {
	text-align: left;
	margin-bottom: 40px;
}

#gond_art .box {
	width: 42%;
	padding-bottom: 0;
	position: relative;
	margin-bottom: -90px;
}

#gond_art .box .gond_art_desc {
	line-height: 2;
	margin-bottom: 60px;
}

#gond_art .box .jp {
	text-align: justify;
}

#gond_art .box > div p {
	margin-bottom: 1.5em;
}

#gond_art .box > div p:last-of-type {
	margin-bottom: 0;
}

#gond_art_img {
	margin-top: 0;
	width: 40%;
	height: 60vh;
	max-height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}

#gond_art_img::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #302b26;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.gond_art_img_inner {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.btn_ttg_gond_art_sp {
	display: none;
}

@media (max-width: 960px) {
	
	#gond_art {
		margin-top: -20px;
		padding-bottom: 90px;
	}
	
	#gond_art > .inner {
		max-height: initial;
		display: block;
		height: auto;
	}
	
	#gond_art .box {
		width: 100%;
		margin-bottom: 40px;
	}
	
	#gond_art_img {
		position: relative;
		width: 100%;
		height: 300px;
		margin-bottom: 40px;
	}
	
	.btn_ttg_gond_art_pc {
		display: none;
	}
	
	.btn_ttg_gond_art_sp {
		display: block;
	}
	
	.btn_ttg_gond_art a {
		margin: 0 auto;
	}

}

@media (max-width: 560px) {
	
	#gond_art {
		padding-bottom: 50px;
	}
	
	#gond_art .hl {
		margin-bottom: 24px;
	}
	
	#gond_art .box {
		margin-bottom: 24px;
	}
	
	#gond_art .box .gond_art_desc {
		margin-bottom: 24px;
	}
	
	#gond_art .box > div p {
		margin-bottom: 1em;
	}
	
	#gond_art_img {
		width: calc( 100% - 10px );
		height: 300px;
		margin: 0 0 50px auto;
	}
	
	#gond_art_img::before {
		top: 10px;
		right: 10px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ARTISTS
 * 
 * 
--------------------------------------------------------------------------------*/

#artists {
	padding-top: 0;
	position: relative;
}

#artists::before {
	display: block;
	content: '';
	width: 72%;
	height: 56%;
	background: url(images/common/noise_01.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#artists > .wrapper {
	position: relative;
	overflow: hidden;
}

#artists > .wrapper > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 160px 0 100px;
}

#artists .hl {
	text-align: left;
	margin-bottom: 110px;
}

#artists_slider {
	overflow: visible;
	margin-bottom: 120px;
}

#artists_slider .swiper-slide {
	position: relative;
}

#artists_slider .swiper-slide-prev,
#artists_slider .swiper-slide-active + div + div + div,
#artists_slider .swiper-slide-active + div + div + div + div,
#artists_slider .swiper-slide-active + div + div + div + div + div {
	opacity: .5;
}

#artists_slider .swiper-slide-prev {
	opacity: 0;
	visibility: hidden;
}

#artists_slider .swiper-slide a {
	display: block;
	position: relative;
	text-decoration: none;
}

#artists_slider .swiper-slide a .thumb {
	width: 100%;
	margin-bottom: 20px;
	flex-shrink: 0;
}

#artists_slider .swiper-slide a .box {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

#artists_slider .swiper-slide a .box .ttl > span {
	display: block;
	line-height: 1.5;
}

#artists_slider .swiper-slide a .box .ttl > span:nth-child(1) {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}

#artists_slider .swiper-slide a .box .ttl > span:nth-child(2) {
	font-size: 0.75rem;
	font-weight: 500;
}

#artists_slider .swiper-button-prev,
#artists_slider .swiper-button-next {
	position: absolute;
	top: 0;
	margin-top: -66px;
	font-size: 0;
	line-height: 0;
	width: 56px;
	height: 56px;
	text-indent: -9999px;
	transition: .3s ease;
}

#artists_slider .swiper-button-prev {
	left: 0;
	background: url('images/front/prev.svg') no-repeat left center/100% auto;
}

#artists_slider .swiper-button-next {
	left: 70px;
	background: url('images/front/next.svg') no-repeat right center/100% auto;
}

.btn_ttg_artists a {
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 960px) {
		
	#artists > .wrapper > .inner {
		padding: 50px 0 0;
	}
	
	#artists .hl {
		margin-bottom: 90px;
	}
	
	#artists_slider {
		margin-bottom: 50px;
	}

}

@media (max-width: 560px) {
	
	#artists > .wrapper > .inner {
		padding: 40px 0 0;
	}
	
	#artists .hl {
		margin-bottom: 60px;
	}
	
	#artists_slider {
		margin-bottom: 24px;
	}
	
	#artists_slider .swiper-slide a .thumb {
		margin-bottom: 14px;
	}
	
	#artists_slider .swiper-button-prev,
	#artists_slider .swiper-button-next {
		margin-top: -46px;
		width: 46px;
		height: 46px;
	}
	
	#artists_slider .swiper-button-next {
		left: 54px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ABOUT US
 * 
 * 
--------------------------------------------------------------------------------*/

#about_us {
	padding-top: 130px;
	padding-bottom: 230px;
	margin-bottom: 0;
	overflow: hidden;
}

#about_us > .inner {
	position: relative;
}

#about_us .about_us_img {
	position: relative;
	height: 50vh;
	max-height: 400px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#about_us_img::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #302b26;
	position: absolute;
	top: -15px;
	left: 15px;
	z-index: 1;
}

#about_us .about_us_text {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 0;
	position: relative;
}

#about_us .about_us_text::after {
	display: block;
	content: '';
	width: 400%;
	height: 172%;
	background: url(images/common/noise_01.png);
	position: absolute;
	bottom: -77px;
	left: -105px;
	z-index: -1;
}

#about_us .hl {
	margin-bottom: 40px;
}

#about_us .about_us_text_inner {
	margin-bottom: 60px;
}

#about_us .about_us_text_inner.jp {
	text-align: justify;
}

#about_us .about_us_text_inner p {
	line-height: 2;
	margin-bottom: 1.5em;
}

.btn_ttg_about_us a {
	margin: 0 auto;
}

@media (max-width: 1280px) {
	
	#about_us > .inner::before {
		right: -102px;
	}

}

@media (max-width: 960px) {
	
	#about_us {
		padding-top: 90px;
		padding-bottom: 70px;
	}
	
	#about_us > .inner::before {
		width: 118px;
		height: 103px;
		right: 2%;
		bottom: -94px;
	}
	
	#about_us .about_us_img {
		max-height: 300px;
		margin-bottom: 60px;
	}
	
	#about_us .about_us_text_inner {
		margin-bottom: 50px;
	}
	
	#about_us .about_us_text::after {
		height: 162%;
		bottom: -90px;
		left: 10%;
	}

}

@media (max-width: 560px) {
	
	#about_us {
		padding-top: 80px;
		padding-bottom: 50px;
	}
	
	#about_us > .inner::before {
		width: 99px;
		height: 86px;
		right: 0;
		bottom: -105px;
	}
	
	#about_us .about_us_img {
		width: calc( 100% - 10px );
		margin-bottom: 40px;
	}
	
	#about_us_img::before {
		top: -10px;
		left: 10px;
	}
	
	#about_us .about_us_text_inner {
		margin-bottom: 30px;
	}
	
	#about_us .hl {
		margin-bottom: 24px;
	}
	
	#about_us .about_us_text_inner p {
		margin-bottom: 1em;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * BLOG
 * 
 * 
--------------------------------------------------------------------------------*/

#front_blog {
	padding-top: 0;
	margin-bottom: 60px;
	position: relative;
}

#front_blog .hl {
	text-align: left;
	margin-bottom: 70px;
}

#front_blog_body {
	width: 100%;
	margin-bottom: 80px;
}

#front_blog_body .item a {
	display: flex;
	align-items: center;
	padding: 30px 0;
	text-decoration: none;
	border-bottom: 1px solid #302b26;
}

#front_blog_body .item:first-of-type a {
	border-top: 1px solid #302b26;
}

#front_blog_body .item a:hover {
	background: #f2eee1;
}

#front_blog_body .thumb {
	width: 240px;
	flex-shrink: 0;
	margin-bottom: 0;
}

#front_blog_body .desc {
	width: calc( 100% - 240px );
	box-sizing: border-box;
	padding: 0 20% 0 30px;
}

#front_blog_body a .desc .ttl {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 6px;
}

#front_blog_body a .desc .meta {
	line-height: 1;
	margin-bottom: 20px;
}

#front_blog_body a .front_blog_date {
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

#front_blog_body a .front_blog_cat {
	display: none;
}

#front_blog_body a .desc .excerpt {
	font-size: 0.8125rem;
	line-height: 1.5;
}

.btn_ttg_front_blog a {
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 1280px) {
	
	.btn_ttg_front_blog::before {
		left: -121px;
	}

}

@media (max-width: 960px) {
	
	#front_blog {
		padding-top: 65px;
	}
	
	#front_blog::before {
		width: 48%;
		height: 65%;
	}
	
	#front_blog > .inner {
		display: block;
	}
	
	#front_blog .hl {
		margin-bottom: 30px;
	}
	
	#front_blog_body {
		width: 100%;
		margin-bottom: 40px;
	}
	
	#front_blog_body .desc {
		padding: 0 0 0 24px;
	}

}

@media (max-width: 560px) {
	
	#front_blog {
		padding-top: 40px;
		margin-bottom: 40px;
	}
	
	#front_blog > .inner {
		width: 100%;
	}
	
	#front_blog .hl {
		width: 92%;
		margin: 0 auto;
	}
	
	#front_blog .hl {
		margin-bottom: 30px;
	}
	
	#front_blog_body {
		margin-bottom: 20px;
	}
	
	#front_blog_body .item:first-of-type a {
		border-top: none;
	}
	
	#front_blog_body .item a {
		display: block;
		border-bottom: none;
		padding: 0;
	}
	
	#front_blog_body .thumb {
		width: 100%;
	}
	
	#front_blog_body .desc {
		width: 100%;
		padding: 20px 4%;
	}
	
	#front_blog_body a .desc .meta {
		margin-bottom: 10px;
	}
	
	.btn_ttg_front_blog {
		width: 92%;
		margin: 0 auto;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

#btn_ttg_cta a {
	display: block;
	width: 72%;
	height: 180px;
	line-height: 180px;
	background: #302b26;
	color: #fefefe;
	font-size: 1.75rem;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	bottom: -130px;
	left: 0;
	overflow: hidden;
	z-index: 2;
}

#btn_ttg_cta a::before {
	display: block;
	content: '';
	width: 56px;
	height: 4px;
	background: url(images/common/cta_arrow.svg) no-repeat center center/100% auto;
	position: absolute;
	top: 86px;
	right: 70px;
	z-index: 1;
	transition: .3s ease;
}

#btn_ttg_cta a:hover::before {
	right: 50px;
}

#btn_ttg_cta a::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #463f37;
	position: absolute;
	top: 0;
	left: -100%;
	z-index: -1;
	transition: .5s ease;
}

#btn_ttg_cta a:hover::after {
	left: 0;
	transition: .3s ease;
}

#cta {
	height: 350px;
	position: relative;
	background: #5f4b3e;
	margin-top: 0;
}

@media (max-width: 960px) {
	
	.front #btn_ttg_cta {
		margin-top: -30px;
	}
	
	#btn_ttg_cta a {
		display: block;
		width: 85%;
		height: 160px;
		line-height: 160px;
		bottom: -120px;
	}
	
	#btn_ttg_cta a::before {
		top: 76px;
		right: 50px;
	}

	#btn_ttg_cta a:hover::before {
		right: 30px;
	}
	
	#cta {
		height: 250px;
	}

}

@media (max-width: 560px) {
	
	#btn_ttg_cta a {
		display: block;
		width: 96%;
		height: 100px;
		line-height: 100px;
		font-size: 1.5rem;
		text-align: left;
		padding-left: 40px;
		bottom: -70px;
	}
	
	#btn_ttg_cta a::before {
		width: 48px;
		height: 3px;
		top: 47px;
		right: 30px;
	}
	
	#btn_ttg_cta a:hover::before {
		right: 20px;
	}

}

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

#footer {
	background: url(images/common/noise_01.png);
	overflow: hidden;
}

#footer > .inner {
	padding-top: 0;
}

#page_top_ttg {
	position: relative;
}

#page_top_ttg a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 2px 0 65px;
	border-bottom: 1px solid #302b26;
	color: #302b26;
	font-size: 0.6875rem;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	position: absolute;
	top: 40px;
	right: -80px;
	transform: rotate(90deg);
	margin-right: 0;
	margin-left: auto;
	transition: .3s ease;
}

#page_top_ttg a:hover {
	top: 50px;
}

#page_top_ttg a > span {
	display: block;
	position: relative;
	bottom: -5px;
}

#footer .box {
	padding-top: 140px;
}

#footer .logo {
	width: 128px;
	height: 132px;
	margin-bottom: 60px;
}

#footer .logo a {
	backface-visibility: hidden;
}

#footer_nav li {
	border: none;
	padding: 0 18px;
	margin-bottom: 30px;
}

#footer_nav a {
	color: #302b26;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.875rem;
}

#footer_nav a:hover,
#footer_nav a:active {
	color: #8c7e70;
	text-decoration: none;
}

#footer .sns a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 21px;
	text-align: center;
	color: #302b26;
	background: none;
	border-color: transparent;
	margin: 0 4px;
}

#footer .sns a:hover {
	background: rgba(205,197,163,.5);
	border-color: transparent;
}

#footer .sns a .icon_x {
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(images/common/icon_x_ttg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .sns a .icon_ig {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(images/common/icon_ig_ttg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .sns a .icon_fb {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(images/common/icon_fb_ttg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer .sns a .icon_yt {
	display: block;
	width: 22px;
	height: 22px;
	background-image: url(images/common/icon_yt_ttg.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

#footer #copy {
	font-size: 0.6875rem;
	padding: 22px 0 100px;
	color: #302b26;
	display: flex;
	justify-content: center;
}

#footer #copy .copyright {
	letter-spacing: 0.05em;
	margin-right: 30px;
}

#footer_menu ul {
	list-style-type: none;
	display: flex;
}

#footer_menu li {
	margin: 0 7px;
}

#footer_menu a:link,
#footer_menu a:visited {
	color: #302b26;
	text-decoration: underline;
}

#footer_menu a:hover,
#footer_menu a:active {
	color: #302b26;
	text-decoration: none;
}

@media (max-width: 960px) {
	
	#page_top_ttg {
		display: none;
	}
	
	#footer .box {
		padding-top: 80px;
	}
	
	#footer .logo {
		width: 120px;
		height: 125px;
		margin-bottom: 24px;
	}
	
	#footer_nav {
		display: none;
	}
	
	#footer .sns a {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}
	
	#footer #copy {
		flex-direction: column-reverse;
		padding: 20px 0 30px;
	}
	
	#footer #copy .copyright {
		margin: 0;
	}
	
	#footer_menu {
		margin-bottom: 10px;
	}
	
	#footer_menu ul {
		justify-content: center;
	}

}

@media (max-width: 560px) {
	
	#footer .sns {
		margin-bottom: 30px;
	}
	
	#footer #copy {
		padding: 0;
	}
	
	#footer #copy .copyright {
		padding: 25px 0;
	}
	
	#footer_menu {
		margin-bottom: 0;
	}
	
	#footer_menu ul {
		display: block;
	}
	
	#footer_menu li {
		margin: 0;
	}
	
	#footer_menu a {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		position: relative;
		border-bottom: 1px solid #302b26;
	}
	
	#footer_menu li:first-of-type a {
		border-top: 1px solid #302b26;
	}
	
	#footer_menu a:link,
	#footer_menu a:visited,
	#footer_menu a:hover,
	#footer_menu a:active {
		text-decoration: none;
	}
	
	#footer_menu a::before {
		display: block;
		content: '';
		width: 6px;
		height: 6px;
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
		border-top-color: #302b26;
		border-right-color: #302b26;
		transform: rotate(45deg);
		position: absolute;
		top: 24px;
		right: 6px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * SUB PAGE
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 960px) {

}

@media (max-width: 560px) {

}

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

#sub_header {
	width: 68%;
	margin-right: 0;
	margin-left: auto;
	background: #302b26;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#sub_header::before {
	background: rgba(249,247,239,.4);
}

#sub_header > .inner {
	width: 100%;
	max-width: initial;
	padding: 200px 0 40px;
}

#sub_header .en {
	letter-spacing: 0.125em;
	text-transform: uppercase;
	line-height: 1;
	color: #302b26;
	position: relative;
	left: -5em;
}

@media (max-width: 960px) {
	
	#sub_header {
		margin-top: 0;
	}
	
	#sub_header.active {
		margin-top: 60px;
	}
	
	#sub_header .en {
		left: -3em;
	}
	
}

@media (max-width: 560px) {
	
	#sub_header > .inner {
		padding: 110px 0 20px;
	}
	
	#sub_header .en {
		font-size: 2rem;
		left: -1.75em;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * BREADCRUMBS
 * 
 * 
--------------------------------------------------------------------------------*/

#breadcrumbs {
	background: none;
	font-size: 0.75rem;
	padding: 20px 0 0;
}

#breadcrumbs > .inner {
	justify-content: flex-end;
	line-height: 1.5;
}

#breadcrumbs a {
	color: #302b26;
}

#breadcrumbs a:hover {
	color: #8c7e70;
}

#breadcrumbs .arrow {
	width: 0;
	height: 0;
	margin: 0 1.25em;
}

#breadcrumbs .arrow::before {
	display: block;
	content: '';
	width: 1px;
	height: 11px;
	background: #302b26;
	transform: rotate(22deg);
	border: none;
	position: absolute;
	top: -5px;
	left: 0;
}

#breadcrumbs > .inner span[property="name"],
#breadcrumbs > .inner span.current-item {
	margin-top: 0;
}

@media (max-width: 960px) {
	
	#breadcrumbs > .inner span[property="name"],
	#breadcrumbs > .inner span.current-item {
		max-width: 150px;
	}

}

@media (max-width: 560px) {
	
	#breadcrumbs {
		padding: 16px 0 0;
	}
	
	#breadcrumbs > .inner span[property="name"],
	#breadcrumbs > .inner span.current-item {
		max-width: 75px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * HEADLINE
 * 
 * 
--------------------------------------------------------------------------------*/

.hl_sub {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
	margin-bottom: 50px;
}

.hl_sub .en {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
}

.hl_sub .jp {
	font-size: 0.875rem;
	font-weight: 600;
	margin-top: 3px;
}

@media (max-width: 960px) {
	
	.hl_sub {
		margin-bottom: 40px;
	}

}

@media (max-width: 560px) {
	
	.hl_sub {
		margin-bottom: 30px;
	}
	
	.hl_sub .en {
		line-height: 1.25;
		margin-bottom: 8px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * GOND ART
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

.gond_art #main {
	overflow: hidden;
}

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

.gond_art #sub_header .en {
	left: -5em;
}

@media (max-width: 960px) {
	
	.gond_art #sub_header .en {
		left: -3em;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ゴンド・アートについて
 * 
 * 
--------------------------------------------------------------------------------*/

#about_gond_art {
	padding-top: 120px;
}

#about_gond_art .about_gond_art_content {
	padding-top: 90px;
	padding-left: 100px;
	padding-bottom: 0;
	margin-bottom: 100px;
	position: relative;
	box-sizing: border-box;
}

#about_gond_art .about_gond_art_content::before {
	display: block;
	content: '';
	width: 50%;
	height: 82%;
	background: url(images/common/noise_01.png);
	position: absolute;
	top: 0;
	left: 40px;
	z-index: -1;
}

.about_gond_art_content .hl_sub .jp > span {
	margin: 0 -0.25em;
}

.about_gond_art_content .desc {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_gond_art_content .desc_inner {
	width: 65%;
	line-height: 2;
}

.about_gond_art_content .desc_inner p {
	margin-bottom: 1.5em;
}
.about_gond_art_content .en .desc_inner p {
	text-align: left;
}

.about_gond_art_content .about_gond_art_content_map {
	width: 25%;
	max-width: 280px;
	flex-shrink: 0;
}

.box.about_gond_art_visual {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 150%;
	height: 450px;
	padding-bottom: 0;
	left: -50%;
	z-index: 0;
}

.box.about_gond_art_visual::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	position: absolute;
	top: -15px;
	right: -15px;
}

@media (max-width: 1280px) {
	
	.about_gond_art_content .desc {
		justify-content: space-around;
	}
	
	.about_gond_art_content .desc_inner {
		width: 58%;
	}

	.about_gond_art_content .about_gond_art_content_map {
		width: 33%;
	}

}

@media (max-width: 960px) {
	
	#about_gond_art {
		padding-top: 80px;
	}
	
	#about_gond_art .about_gond_art_content {
		padding-top: 45px;
		padding-left: 80px;
	}
	
	#about_gond_art .about_gond_art_content::before {
		width: 70%;
		height: 82%;
		left: 24px;
	}
	
	.about_gond_art_content .desc {
		display: block;
	}

	.about_gond_art_content .desc_inner {
		width: 100%;
		margin-bottom: 60px;
	}

	.about_gond_art_content .about_gond_art_content_map {
		width: 100%;
		margin-right: 10%;
		margin-left: auto;
	}
	
	.box.about_gond_art_visual {
		height: 350px;
	}

}

@media (max-width: 560px) {
	
	#about_gond_art {
		padding-top: 30px;
	}
	
	#about_gond_art .about_gond_art_content {
		padding-top: 45px;
		padding-left: 30px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
	
	#about_gond_art .about_gond_art_content::before {
		left: 0;
	}
	
	.about_gond_art_content .desc_inner {
		margin-bottom: 30px;
	}
	
	.about_gond_art_content .about_gond_art_content_map {
		max-width: 220px;
	}
	
	.box.about_gond_art_visual {
		width: 104%;
		height: 200px;
		left: -4%;
	}
	
	.box.about_gond_art_visual::before {
		top: -10px;
		right: -10px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ジャンガル・シン・シャーム
 * 
 * 
--------------------------------------------------------------------------------*/

#jangarh {
	padding-top: 0;
	box-sizing: border-box;
	margin-bottom: 90px;
}

#jangarh .container {
	flex-direction: row-reverse;
	align-items: flex-start;
}

#jangarh .jangarh_content {
	margin-right: 0;
	width: 45%;
	position: relative;
	padding-top: 110px;
	padding-right: 5%;
	padding-bottom: 0;
	box-sizing: border-box;
}

.jangarh_content::before {
	display: block;
	content: '';
	width: 400%;
	height: 100%;
	background: url(images/common/noise_01.png);
	position: absolute;
	top: -20%;
	left: 75px;
	z-index: -1;
}

.jangarh_content .hl_sub .jp > span {
	margin: 0 -0.25em;
}

.jangarh_content .desc {
	line-height: 2;
}

.jangarh_content .desc.en p {
	text-align: left;
}

.box.jangarh_visual {
	padding-top: 200px;
	padding-left: 4%;
	padding-right: 2%;
	padding-bottom: 2%;
	box-sizing: border-box;
}

.jangarh_visual_img {
	position: relative;
}

.jangarh_visual_img > span {
	display: block;
	position: relative;
}

.jangarh_visual_img_01 {
	width: 65%;
}

.jangarh_visual_img_02 {
	width: 86.99%;
	position: relative;
	margin-top: 70px;
	margin-left: 60px;
}

.jangarh_copy {
	color: #555150;
	line-height: 1;
	font-size: 0.625rem;
	position: absolute;
	bottom: -15px;
	left: 0;
	opacity: .6;
}

@media (max-width: 960px) {
	
	#jangarh {
		margin-bottom: 90px;
	}
	
	#jangarh .jangarh_content {
		width: 100%;
		padding-top: 55px;
		padding-right: 6%;
		margin-bottom: 60px;
	}
	
	#jangarh .jangarh_content::before {
		left: 60px;
	}
	
	#jangarh .jangarh_visual {
		width: 75%;
		margin: 0 auto;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
		display: flex;
		align-items: flex-start;
	}
	
	.jangarh_visual_img_02 {
		margin-top: 130px;
		margin-left: 45px;
	}

}

@media (max-width: 560px) {
	
	#jangarh {
		margin-bottom: 80px;
	}
	
	#jangarh .jangarh_content {
		padding-top: 35px;
		padding-right: 8%;
		margin-bottom: 40px;
	}
	
	#jangarh .jangarh_visual {
		display: block;
		width: 100%;
	}
	
	.jangarh_visual_img_02 {
		margin-top: 40px;
		margin-right: 0;
		margin-left: auto;
	}
	
	.jangarh_visual_img_02::before {
		width: 50%;
		height: 10%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * TTGについて
 * 
 * 
--------------------------------------------------------------------------------*/

#guide_to_about {
	padding-top: 0;
	margin-bottom: 260px;
}

.box.guide_to_about_visual {
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	top: 0;
	left: 40%;
	width: 150%;
	height: 450px;
}

.box.guide_to_about_visual::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	position: absolute;
	top: 15px;
	left: -15px;
}

#guide_to_about .guide_to_about_content {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-width: 800px;
	padding: 0;
	margin: -40px auto 0;
	z-index: 1;
}

.btn_ttg_guide_to_about a {
	margin: 0 auto;
}

@media (max-width: 960px) {
	
	#guide_to_about {
		margin-bottom: 180px;
	}
	
	.box.guide_to_about_visual {
		height: 350px;
		left: 30%;
	}
	
	#guide_to_about .guide_to_about_content {
		padding: 0;
	}
	
}

@media (max-width: 560px) {
	
	#guide_to_about {
		margin-bottom: 80px;
	}
	
	.box.guide_to_about_visual {
		height: 200px;
		left: 22%;
	}
	
	.box.guide_to_about_visual::before {
		top: 10px;
		left: -10px;
	}
	
	#guide_to_about .guide_to_about_content {
		width: 100%;
		margin-top: -30px;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 1280px) {
	
	.gond_art #btn_ttg_cta {
		margin-top: -60px;
	}
	
}

@media (max-width: 960px) {
	
	.gond_art #btn_ttg_cta {
		margin-top: 0;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * ABOUT US
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * SUB HEADER
 * 
 * 
--------------------------------------------------------------------------------*/

.about_us #sub_header .en {
	left: -2.85em;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {
	
	.about_us #sub_header .en {
		left: -2.75em;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * メッセージ
 * 
 * 
--------------------------------------------------------------------------------*/

#about_us_message {
	padding-top: 120px;
	padding-bottom: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
	text-shadow: 0 0 10px rgba(249,247,239,1);
}

#about_us_message.en {
	padding-bottom: 140px;
}

#about_us_message::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(249,247,239,1) 25%, rgba(249,247,239,.9) 75%, rgba(249,247,239,.5));
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#about_us_message .box {
	width: 46%;
	margin-right: 0;
	padding-bottom: 0;
	position: relative;
}

#about_us_message .box:first-of-type::before {
	display: block;
	content: '';
	width: 120px;
	height: 200px;
	background: url(images/common/noise_01.png);
	position: absolute;
	top: -15px;
	left: -20px;
	z-index: -1;
}

#about_us_message p {
	line-height: 2.25;
	margin-bottom: 1.5em;
}

#about_us_message .box.jp p {
	text-align: justify;
}

#about_us_message .sign {
	text-align: right;
	line-height: 1.5;
	margin-top: 2em;
}

#about_us_message .sign > span {
	display: block;
}

@media (max-width: 960px) {
	
	#about_us_message {
		padding-top: 70px;
		padding-bottom: 180px;
	}
	
	#about_us_message.en {
		padding-bottom: 180px;
	}
	
	#about_us_message .box {
		width: 100%;
	}

}

@media (max-width: 560px) {
	
	#about_us_message {
		padding-top: 40px;
		padding-bottom: 150px;
	}
	
	#about_us_message.en {
		padding-bottom: 150px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 取り扱う作品について
 * 
 * 
--------------------------------------------------------------------------------*/

#about_us_cta {
	padding-top: 0;
	padding-bottom: 80px;
	position: relative;
	margin-top: -80px;
}

#about_us_cta.en {
	padding-top: 100px;
	padding-bottom: 140px;
	margin-top: 0;
}

#about_us_cta .container {
	align-items: flex-start;
}

#about_us_cta.en .container {
	align-items: center;
}

#about_us_cta .box {
	margin-right: 0;
	padding-bottom: 0;
}

#about_us_cta .about_us_cta_content {
	width: 36%;
}

#about_us_cta.jp .about_us_cta_content {
	margin-top: 150px;
}

#about_us_cta.en .about_us_cta_content {
	width: 52%;
}

#about_us_cta .about_us_cta_visual {
	width: 54%;
	position: relative;
}

#about_us_cta.en .about_us_cta_visual {
	width: 42%;
}

#about_us_cta .about_us_cta_visual::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	position: absolute;
	top: 15px;
	left: 15px;
}

#about_us_cta .hl_sub {
	margin-bottom: 35px;
}

#about_us_cta .hl_sub.en {
	margin-bottom: 25px;
}

#about_us_cta .hl_sub.en br {
	display: none;
}

#about_us_cta .about_us_cta_content .desc p:last-of-type {
	margin-bottom: 0;
}

#about_us_cta .btn_ttg_about_us_cta a {
	margin-top: 25px;
}

.about_us_cta_notes {
	list-style-type: none;
	margin-top: 20px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.about_us_cta_notes li {
	display: flex;
	margin-bottom: 10px;
}

.about_us_cta_notes li:last-of-type {
	margin-bottom: 0;
}

.about_us_cta_notes.jp li {
	text-align: justify;
}

.about_us_cta_notes li > span:nth-child(1) {
	flex-shrink: 0;
	margin-right: 0.5em;
}

@media (max-width: 960px) {
	
	#about_us_cta {
		margin-top: -100px;
		padding-bottom: 70px;
	}
	
	#about_us_cta.en {
		padding-top: 0;
		margin-top: -100px;
	}
	
	#about_us_cta .container {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
	#about_us_cta .about_us_cta_content {
		width: 100%;
	}
	
	#about_us_cta.jp .about_us_cta_content {
		margin-top: 0;
	}
	
	#about_us_cta.en .about_us_cta_content {
		width: 100%;
	}
	
	#about_us_cta .btn_ttg_about_us_cta a {
		margin: 30px auto 0;
	}

	#about_us_cta .about_us_cta_visual {
		width: 78.2%;
		margin: 0 auto 60px;
	}
	
	#about_us_cta.en .about_us_cta_visual {
		width: 78.2%;
	}
	
	.about_us #btn_ttg_cta {
		margin-top: -60px;
	}

}

@media (max-width: 560px) {
	
	#about_us_cta {
		padding-bottom: 50px;
	}
	
	#about_us_cta .hl_sub.en br {
		display: inline-block;
	}
	
	#about_us_cta .about_us_cta_visual {
		width: calc( 100% - 10px );
		margin: 0 auto 45px 0;
	}
	
	#about_us_cta.en .about_us_cta_visual {
		width: calc( 100% - 10px );
	}
	
	#about_us_cta .about_us_cta_visual::before {
		top: 10px;
		left: 10px;
	}
	
	#about_us_cta .btn_ttg_about_us_cta a {
		margin-top: 20px;
	}
	
	.about_us #btn_ttg_cta {
		margin-top: -40px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 取り扱いショップ
 * 
 * 
--------------------------------------------------------------------------------*/

#about_us_shop {
	padding-top: 120px;
	padding-bottom: 150px;
	background: #fefefe;
}

#about_us_shop .shop_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0;
	border-bottom: 1px solid #302b26;
}

#about_us_shop .shop_item:first-of-type {
	border-top: 1px solid #302b26;
}

.shop_img {
	width: 30%;
	flex-shrink: 0;
}

.shop_desc {
	width: 63%;
}

.shop_name {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.shop_intro {
	margin-bottom: 20px;
}

.shop_intro.jp {
	text-align: justify;
}

.shop_data {
	line-height: 1.5;
	font-size: 0.875rem;
	margin-bottom: 20px;
}

.shop_data_item {
	display: flex;
	margin-bottom: 10px;
}

.shop_data_item dt {
	font-weight: 500;
	width: 6em;
	flex-shrink: 0;
}

.shop_data.en .shop_data_item dt {
	width: 8em;
}

.shop_address {
	display: inline-block;
	margin-right: 0.5em;
}

.btn_map {
	display: inline-block;
}

.btn_map a {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width: auto;
	height: 14px;
	line-height: 16px;
	padding: 2px 4px;
	border: 1px solid #302b26;
	text-decoration: none;
}

.btn_map a:hover,
.btn_map a:active {
	color: #8c7e70;
	border-color: #8c7e70;
}

.shop_sns {
	list-style-type: none;
	display: flex;
	align-items: center;
}

.shop_sns li a {
	display: block;
	margin-right: 20px;
	font-size: 1.3125rem;
}

.shop_sns li a:hover,
.shop_sns li a:active {
	color: #8c7e70;
}

.shop_sns li.shop_sns_web a > span {
	display: block;
	width: 18px;
	height: 18px;
}

.shop_sns li.shop_sns_web a:link,
.shop_sns li.shop_sns_web a:visited {
	opacity: 1;
}

.shop_sns li.shop_sns_web a:hover,
.shop_sns li.shop_sns_web a:active {
	opacity: .5;
}

.shop_sns li:last-of-type a {
	margin-right: 0;
}

@media (max-width: 960px) {
	
	#about_us_shop {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	
	#about_us_shop .shop_item {
		display: block;
	}

	.shop_img {
		width: 50%;
		min-width: 360px;
		margin: 0 auto 30px;
	}

	.shop_desc {
		width: 100%;
	}

}

@media (max-width: 560px) {
	
	#about_us_shop {
		padding-top: 50px;
		padding-bottom: 60px;
	}
	
	#about_us_shop .shop_item {
		padding: 30px 0;
	}
	
	.shop_img {
		width: 100%;
		min-width: initial;
		margin-bottom: 20px;
	}
	
	.shop_address {
		margin-right: 0;
	}

	.btn_map {
		display: block;
	}

	.btn_map a {
		margin: 5px 0 0;
		text-align: center;
		padding: 5px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 書籍のご紹介
 * 
 * 
--------------------------------------------------------------------------------*/

#about_us_book {
	padding-top: 100px;
	padding-bottom: 0;
}

#about_us_book .book_item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
	margin-bottom: 50px;
}

.book_img {
	width: 43%;
	flex-shrink: 0;
}

.book_desc {
	width: 55%;
	border-top: 1px solid #302b26;
	box-sizing: border-box;
	padding: 60px 0 0 50px;
	margin-top: 40px;
}

.book_name {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 20px;
}

.book_name > span {
	display: block;
}

.book_name_sub {
	font-size: 1rem;
}

.book_data_01 {
	font-size: 0.875rem;
	line-height: 1.75;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.book_data_01 .book_data_item {
	position: relative;
}

.book_data_01 .book_data_item::after {
	display: inline-block;
	content: ',';
	margin-right: 0.75em;
}
.book_data_01 .book_data_item:last-of-type::after {
	display: none;
}

.book_data_02 {
	line-height: 1.5;
	font-size: 0.875rem;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.book_data_02 .book_data_item {
	display: flex;
	margin-bottom: 5px;
}

.book_data_02 .book_data_item:last-of-type {
	margin-bottom: 0;
}

.book_data_02 .book_data_item dt {
	width: 6em;
	flex-shrink: 0;
}

.book_data_02.en .book_data_item dt {
	width: 8em;
}

.book_intro.jp p {
	text-align: justify;
}

.btn_ttg_book a {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	margin-top: 35px;
}

.btn_ttg_book.en a {
	width: 245px;
}

@media (max-width: 960px) {
	
	#about_us_book {
		padding-top: 80px;
		/*padding-bottom: 100px;*/
		padding-bottom: 50px;
	}

	#about_us_book .book_item {
		display: block;
		margin-bottom: 0;
		padding: 50px 0;
		border-bottom: 1px solid #302b26;
	}
	
	#about_us_book .book_item:first-of-type {
		border-top: 1px solid #302b26;
	}

	.book_img {
		width: 50%;
		min-width: 360px;
		margin: 0 auto 30px;
	}

	.book_desc {
		width: 100%;
		border-top: none;
		padding: 0;
		margin-top: 0;
	}
	
	.btn_ttg_book a {
		margin: 35px auto 0;
	}

}

@media (max-width: 560px) {
	
	#about_us_book {
		padding-top: 50px;
		/*padding-bottom: 70px;*/
		padding-bottom: 35px;
	}
	
	#about_us_book .book_item {
		padding: 30px 0 35px;
	}
	
	.book_img {
		width: 100%;
		min-width: initial;
		margin-bottom: 20px;
	}
	
	.book_data_01 {
		margin-bottom: 10px;
	}

	.book_data_02 {
		margin-bottom: 20px;
	}
	
	.btn_ttg_book a {
		margin-top: 20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * TERMS OF USE
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

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

.terms #sub_header .en {
	left: -4.5em;
}

@media (max-width: 960px) {
	
	.terms #sub_header .en {
		left: -2.8em;
		white-space: nowrap;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CONTENTS
 * 
 * 
--------------------------------------------------------------------------------*/

.tou_section {
	padding-top: 0;
}

#tou_copyright {
	padding-top: 100px;
}

#tou_privacy {
	margin-bottom: -60px;
}

.tou_section .box {
	border-top: 1px solid #302b26;
	padding: 60px 0;
}

.tou_hl {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 30px;
}

.tou_hl .en {
	letter-spacing: 0.1em;
}

.tou_hl_sub {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 40px 0 20px;
	display: flex;
}

.tou_hl_sub > span:nth-child(1) {
	flex-shrink: 0;
	margin-right: 1em;
	letter-spacing: 0.25em;
}

.tou_hl_sub > span:nth-child(2) {
	letter-spacing: 0.1em;
}

#tou_privacy .desc p {
	padding-left: 2.25em;
}

#tou_privacy .desc p:first-of-type {
	margin-bottom: 60px;
	padding-left: 0
}

@media (max-width: 960px) {
	
	#tou_copyright {
		padding-top: 60px;
	}
	
	.tou_section .box {
		padding: 45px 0;
	}
	
	.tou_hl {
		margin-bottom: 20px;
	}
	
	.tou_hl_sub {
		margin: 30px 0 16px;
	}
	
	#tou_privacy .desc p:first-of-type {
		margin-bottom: 40px;
	}

}

@media (max-width: 560px) {

	#tou_copyright {
		padding-top: 40px;
	}
	
	.tou_section .box {
		padding: 36px 0;
	}
	
	.tou_hl {
		font-size: 1.25rem;
		margin-bottom: 16px;
	}
	
	#tou_privacy .desc p:first-of-type {
		margin-bottom: 36px;
	}
	
	.tou_hl_sub {
		margin: 24px 0 14px;
	}

	#tou_privacy {
		margin-bottom: -40px;
	}
	
	

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * CONTACT
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * SUB HEADER
 * 
 * 
--------------------------------------------------------------------------------*/

.contact #sub_header .en {
	left: -3.5em;
}

@media (max-width: 960px) {
	
	.contact #sub_header .en {
		left: -3.1em;
	}

}

@media (max-width: 560px) {
	
	.contact #sub_header .en {
		left: -2.7em;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * MAIL FORM
 * 
 * 
--------------------------------------------------------------------------------*/

#ttg_contact {
	padding-top: 80px;
	overflow: hidden;
}

#ttg_contact .container {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

#ttg_contact .box.message {
	width: 28%;
	line-height: 2;
	position: relative;
	padding-bottom: 40px;
}

#ttg_contact .box.message::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(images/common/noise_01.png);
	position: absolute;
	top: 30px;
	left: 40px;
	z-index: -1;
}

#ttg_contact .box.message.jp {
	text-align: justify;
}

#ttg_contact .box.message p {
	margin-bottom: 1.5em;
}

#ttg_contact .box.message p:last-of-type {
	margin-bottom: 0;
}

#ttg_contact .box.mailform {
	width: 62%;
	padding-top: 60px;
	padding-bottom: 140px;
}

.mf table {
	border-top: 1px solid #302b26;
}

.mf table tr {
	border-bottom: 1px solid #302b26;
}

.mf table tr:first-of-type {
	border-top: none;
}

.mf table th > div {
	justify-content: flex-start;
	padding: 0;
}

.mf table th .item {
	font-weight: 500;
}

.mf table th .mark {
	font-size: 1rem;
	font-weight: 600;
	padding: 0;
	margin-left: 5px;
	background: none;
}

.mf table th .mark.must {
	background: none;
	color: #cc4444;
}

.mf table td input[type="text"],
.mf table td input[type="email"],
.mf table td input[type="tel"],
.mf table td textarea {
	border: 1px solid #f2e9d6;
	background: #fdfcf5;
}

.mf .your_art_url > p {
	display: flex;
	align-items: center;
}

.your_art_url_referer {
	margin-right: 5px;
	flex-shrink: 0;
}

.mf .your_art_url > p > span:nth-of-type(2) {
	width: 100%;
}

.mf input[type=checkbox] {
	border: 1px solid #f2e9d6;
	background: #fdfcf5;
}

.mf input[type=checkbox]:checked::after {
	border-left-color: #cc4444;
	border-bottom-color: #cc4444;
}

.mf .send input[type=submit] {
	font-family: atten-new,sans-serif;
	font-size: 1.3125rem;
	font-weight: 500;
	height: 70px;
	line-height: 70px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #302b26;
}

.mf .send input[type=submit]:disabled:hover {
	letter-spacing: 0.1em;
}

.mf .send input[type=submit]:hover {
	background: #463f37;
}

#contact_info {
	padding-top: 40px;
}

#contact_info > .inner {
	display: flex;
	flex-direction: column-reverse;
	border: 1px solid #302b26;
	padding: 36px 30px;
	box-sizing: border-box;
}

#contact_info a:link,
#contact_info a:visited {
	color: #302b26;
	text-decoration: none;
}

#contact_info a:hover,
#contact_info a:active {
	color: #8c7e70;
}

#contact_info .email_tel {
	width: 100%;
    border: none;
	padding: 0;
}

#contact_info .email_tel dt {
	display: none;
}

#contact_info .email_tel dd {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin-bottom: 0;
}

#contact_info .email_tel dd a {
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact_info .email_tel dd a::before {
	display: block;
	content: '';
	background: url(images/contact/mail_01.svg) no-repeat center center/100% auto;
	width: 26px;
	height: 18px;
	text-indent: -9999px;
	font-size: 1rem;
	margin-right: 1em;
	opacity: 1;
	transition: .3s ease;
}

#contact_info .email_tel dd a:hover::before {
	opacity: .5;
}

#contact_info .google_policy {
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 0.875rem;
}

#contact_info .google_policy p {
	text-align: left;
	margin-bottom: 0;
}

#contact_info .google_policy.jp p {
	text-align: justify;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	width: auto;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	padding: 15px 20px;
	background: #fefefe;
}

#privacy .tou_hl {
	font-size: 1.25rem;
	margin-bottom: 24px;
}

#privacy .tou_hl_sub {
	margin: 30px 0 10px;
}

#privacy p {
	padding-left: 2.5em;
}

#privacy p:first-of-type {
	padding-left: 0;
}

@media (max-width: 960px) {
	
	#ttg_contact {
		padding-top: 60px;
	}
	
	#ttg_contact .container {
		display: block;
	}
	
	#ttg_contact .box.message {
		width: 100%;
		padding-bottom: 0;
	}
	
	#ttg_contact .box.mailform {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 60px;
	}
	
	.mf table th {
		padding: 30px 0 10px;
	}
	
	.mf table th .item {
		margin-right: 0;
	}
	
	.mf table td {
		padding: 0 0 30px;
	}
	
	#contact_info {
		padding-top: 60px;
	}
	
	#contact_info .email_tel {
		border-right: none;
		border-top: none;
	}

}

@media (max-width: 560px) {
	
	#ttg_contact {
		padding-top: 30px;
	}
	
	#ttg_contact .message {
		padding-bottom: 30px;
	}
	
	#ttg_contact .box.mailform {
		padding-bottom: 40px;
	}
	
	#contact_info {
		padding-top: 20px;
	}
	
	#contact_info > .inner {
		padding: 30px 24px;
	}
	
	#contact_info .google_policy {
		margin-bottom: 20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * BLOG
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

#blog {
	margin-bottom: 0;
}

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

.blog #sub_header .en {
	left: -1.8em;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {

}
/*--------------------------------------------------------------------------------
 * 
 * 
 * ARCHIVES
 * 
 * 
--------------------------------------------------------------------------------*/

.blog #main {
	background: #f9f7ef;
}

#content {
	width: 62%;
}

#blog > .inner {
	background: none;
	box-shadow: none;
	padding: 0;
}

#archive_hl {
	background: none;
	color: #302b26;
	padding: 0 0 0 60px;
	margin-bottom: 50px;
	position: relative;
}

#archive_hl::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #302b26;
	position: absolute;
	top: 0;
	left: -6px;
	transform: rotate(-56deg);
}

.date #archive_hl > span {
	line-height: 1;
	letter-spacing: 0.1em;
}

.category #archive_hl .jp {
	font-weight: 500;
	letter-spacing: 0.025em;
}

.category #archive_hl .en {
	font-weight: 500;
	letter-spacing: 0.05em;
}

#blog .cards {
	display: block;
}

#blog .cards .card {
	width: 100%;
	margin: 0;
}

#blog .cards .card a {
	text-decoration: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	padding: 30px 0;
	text-decoration: none;
	border-bottom: 1px solid #302b26;
}

#blog .cards .card:first-of-type a {
	border-top: 1px solid #302b26;
}

#blog .cards .card a:hover {
	box-shadow: none;
	background: #f2eee1;
}

#blog .cards .thumb {
	width: 240px;
	flex-shrink: 0;
	margin-bottom: 0;
}

#blog .cards .desc {
	width: calc( 100% - 240px );
	box-sizing: border-box;
	padding: 0 10% 0 30px;
}

#blog .cards .ttl {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 6px;
}

#blog .cards .meta {
	color: #302b26;
	line-height: 1;
	margin-bottom: 20px;
}

#blog .cards .meta > span:nth-child(1) {
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

#blog .cards .meta > span:nth-child(2) {
	display: none;
}

#blog .cards .excerpt {
	font-size: 0.8125rem;
	line-height: 1.5;
}

@media (max-width: 960px) {
	
	#content {
		width: 100%;
	}
	
	#archive_hl {
		margin-bottom: 30px;
	}
	
	#blog .cards .desc {
		padding-right: 0;
	}

}

@media (max-width: 560px) {
	
	#blog > .inner {
		width: 100%;
	}
	
	#archive_hl {
		width: 92%;
		margin: 0 auto 20px;
		padding-left: 30px;
	}
	
	#blog .cards .card a {
		display: block;
		padding: 0;
		border-bottom: none;
	}
	
	#blog .cards .card:first-of-type a {
		border-top: none;
	}
	
	#blog .cards .thumb {
		width: 100%;
	}
	
	#blog .cards .desc {
		width: 100%;
		padding: 20px 4%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SIDEBAR
 * 
 * 
--------------------------------------------------------------------------------*/

.widget_inner {
	margin-bottom: 60px;
}

#sidebar .headline {
	background: none;
	font-family: atten-new, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #302b26;
	height: auto;
	padding: 0;
	margin-bottom: 20px;
}

.widget_entry_box > article a {
	border-bottom: 1px solid #302b26;
	color: #302b26;
	padding: 15px 0;
}

.widget_entry_box > article:first-of-type a {
	border-top: 1px solid #302b26;
}

.widget_entry_box > article a:hover {
	background-color: #f2eee1;
}

.widget_entry_box .desc {
	padding-left: 12px;
}

.widget_entry_box .meta {
	font-family: atten-new, sans-serif;
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #302b26;
}

.widget_inner ul li.cat-item a,
.widget_inner ul li.cat-item a:hover {
	border: none;
	border-bottom: 1px solid #302b26;
	text-decoration: none;
	padding: 15px 0;
}

.widget_inner ul li.cat-item:first-of-type a,
.widget_inner ul li.cat-item:first-of-type a:hover {
	border-top: 1px solid #302b26;
}

.widget_inner ul li.cat-item a:hover {
	background-color: #f2eee1;
}

.widget_entry_box a:link .pop_rank,
.widget_entry_box a:visited .pop_rank {
	color: #fefefe;
	background: #cdc5a3;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
}

.widget_entry_box a:hover .pop_rank,
.widget_entry_box a:active .pop_rank {
	background: #cdc5a3;
}

a .sidebar_posts_count {
	font-family: atten-new, sans-serif;
	font-weight: 400;
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
	color: #fefefe;
	background: #cdc5a3;
	padding: 5px 8px 3px;
	border-radius: 0;
	transition: .3s ease;
}

a:hover .sidebar_posts_count {
	background: #cdc5a3;
}

.widget_inner .dd_wrap {
	border-color: #302b26;
	background: none;
}

.widget_inner select {
	color: #302b26;
}

.widget_inner label:after {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-top-color: none;
	border-right-color: #302b26;
	border-bottom-color: #302b26;
	position: absolute;
	top: auto;
	right: 4px;
	bottom: 4px;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {
	
	#sidebar {
		width: 92%;
		margin: 0 auto;
	}
	
	.single #blog #sidebar {
		width: 100%;
	}
	
	.widget_inner {
		margin-bottom: 45px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * PAGE NAVIGATION
 * 
 * 
--------------------------------------------------------------------------------*/

.wp-pagenavi {
	font-family: atten-new,sans-serif;
	font-weight: 400;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#blog .wp-pagenavi {
	padding: 70px 0;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
	display: block;
	text-decoration: none;
	border-radius: 0;
	text-align: center;
	border: 1px solid #302b26;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin: 0 4px;
	position: relative;
	box-sizing: border-box;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #302b26;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:active {
	background: #302b26;
	color: #fefefe;
}

.wp-pagenavi span.current {
	background: #302b26;
	color: #fefefe;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .extend,
.wp-pagenavi .last {
	background: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: none;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	background: none;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #302b26;
	border-right-color: #302b26;
	position: absolute;
	top: 13px;
	transition: .3s ease;
}

.wp-pagenavi .previouspostslink::before {
	transform: rotate(-135deg);
	left: 16px;
}

.wp-pagenavi .previouspostslink:hover::before {
	left: 12px;
}

.wp-pagenavi .nextpostslink::before {
	transform: rotate(45deg);
	left: 10px;
}

.wp-pagenavi .nextpostslink:hover::before {
	left: 14px;
}

@media (max-width: 960px) {

	.wp-pagenavi {
		padding: 30px 0;
	}
	
	#blog .wp-pagenavi {
		padding: 50px 0;
	}

}

@media (max-width: 560px) {
	
	#blog .wp-pagenavi {
		padding: 30px 0;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

.blog #btn_ttg_cta {
	margin-top: -70px;
}

.blog.single #btn_ttg_cta {
	margin-top: -90px;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {
	
	.blog.single #btn_ttg_cta {
		margin-top: -50px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SINGLE
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 560px) {
	
	.single #blog > .inner {
		width: 92%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * TITLE
 * 
--------------------------------------------------------------------------------*/

#post .post_header {
	display: flex;
	flex-direction: column-reverse;
}

#post h1 {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 30px;
}

#post #meta {
	background: none;
	color: #302b26;
	line-height: 1;
	border-radius: 0;
	padding: 0;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#post #meta > span a:link,
#post #meta > span a:visited {
	color: #302b26;
}

#post #meta > span a:hover,
#post #meta > span a:active {
	color: #302b26;
}

#post #meta > span {
	display: inline-block;
	margin: 0;
}

#post #meta .date {
	font-size: 1rem;
	letter-spacing: 0.05em;
}

#post #meta .category a {
	display: block;
	border: 1px solid #302b26;
	padding: 4px 6px;
}

#post #meta .category a:hover,
#post #meta .category a:active {
	color: #8c7e70;
	border-color: #8c7e70;
}

@media (max-width: 560px) {
	
	#post h1 {
		font-size: 1.25rem;
		margin-bottom: 24px;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * EYECATCH
 * 
--------------------------------------------------------------------------------*/

.eyecatch {
	position: relative;
	margin-bottom: 60px;
}

.eyecatch::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #302b26;
	position: absolute;
	top: 15px;
	left: -15px;
}

@media (max-width: 560px) {
	
	.eyecatch {
		width: calc( 100% - 10px );
		margin: 0 0 50px auto;
	}
	
	.eyecatch::before {
		top: 10px;
		left: -10px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * HEADLINE
 * 
--------------------------------------------------------------------------------*/

#post h2,
#post h3,
#post h4,
#post h5,
#post h6 {
	color: #302b26;
	font-weight: 500;
	line-height: 1.75;
	margin: 40px 0;
}

#post h2 {
	font-size: 1.5rem;
	margin: 50px 0 40px;
}

#post h3 {
	font-size: 1.3125rem;
	background: none;
	border-left: none;
	border-top: 1px solid #302b26;
	border-bottom: 1px solid #302b26;
	padding: 20px 0;
}

#post h4 {
	border-top: none;
	border-bottom: none;
	font-size: 1.125rem;
	border-left: 1px solid #302b26;
	padding: 0 20px;
}

@media (max-width: 560px) {
	
	#post h2,
	#post h3,
	#post h4,
	#post h5,
	#post h6 {
		margin: 30px 0;
	}
	
	#post h2 {
		font-size: 1.25rem;
	}

	#post h3 {
		font-size: 1.125rem;
		padding: 15px 0;
	}

	#post h4 {
		font-size: 1.125rem;
		padding: 0 15px;
	}
}

/*--------------------------------------------------------------------------------
 * 
 * PARAGRAPH
 * 
--------------------------------------------------------------------------------*/

#post p {
	line-height: 2;
	word-break: break-all;
}

@media (max-width: 560px) {
	
	#post p {
		line-height: 1.75;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * DOWNLOAD LINK
 * 
--------------------------------------------------------------------------------*/

.download-link {
	display: inline-block;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------------------------
 * 
 * HR
 * 
--------------------------------------------------------------------------------*/

#post hr {
	border-top-color: #302b26;
}

@media (max-width: 560px) {
	
	#post hr {
		margin: 30px 0;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * LIST
 * 
--------------------------------------------------------------------------------*/

#main ol:not([class]) > li::before,
#main .ol > li::before {
	background: #cdc5a3;
}

#main ol:not([class]) > li::after,
#main .ol > li::after {
	color: #fefefe;
}

#main ul:not([class]) li::before,
#main .ul li::before {
	background: #cdc5a3;
}

.wp-block-latest-posts.wp-block-latest-posts__list li::before {
	background-color: #cdc5a3;
}

@media (min-width: 600px) {
	
	.wp-block-latest-posts__list.columns-2 li {
		width: calc( 50% - 1.5em );
		margin-right: 1.5em;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * TABLE
 * 
--------------------------------------------------------------------------------*/

#post table:not([class]),
#post table.wp-block-table {
	border: 1px solid #302b26;
}

#post table:not([class]) th,
#post table:not([class]) td,
#post table.wp-block-table th,
#post table.wp-block-table td {
	border: 1px solid #302b26;
}

/*--------------------------------------------------------------------------------
 * 
 * BLOCKQUOTE
 * 
--------------------------------------------------------------------------------*/

#post blockquote {
	background: #f5f2e1;
	padding: 45px;
}

#post blockquote:before,
#post blockquote:after {
	color: #ebe6ce;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-size: inherit;
}

@media (min-width: 600px) {
	
	#post blockquote {
		padding: 30px;
	}
	
	#post blockquote cite {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------------------------
 * 
 * BUTTON
 * 
--------------------------------------------------------------------------------*/

a.wp-block-button__link {
	border: 1px solid #302b26;
	background: none;
	color: #302b26;
}

a.wp-block-button__link:link,
a.wp-block-button__link:visited {
	color: #302b26;
	background: none;
	text-decoration: none;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:active {
	color: #fefefe;
	background: #302b26;
	text-decoration: none;
}

a.wp-block-button__link::after {
	display: none;
}

.wp-block-button.aligncenter {
	text-align: center;
}

/*--------------------------------------------------------------------------------
 * 
 * CATEGORIES & ARCHIVES LIST
 * 
--------------------------------------------------------------------------------*/

.wp-block-categories.wp-block-categories-list,
.wp-block-archives.wp-block-archives-list {
	border-top-color: #302b26;
}

.wp-block-categories.wp-block-categories-list li a,
.wp-block-archives.wp-block-archives-list li a {
	border: 1px solid #302b26;
	border-top: none;
}

.wp-block-categories.wp-block-categories-list li a:hover,
.wp-block-archives.wp-block-archives-list li a:hover {
	background: #f2eee1;
}

/*--------------------------------------------------------------------------------
 * 
 * IMAGE
 * 
--------------------------------------------------------------------------------*/

.post_body img {
	width: auto;
}

.wp-block-cover-image.alignright {
	margin-right: 0;
	margin-left: auto;
}

.wp-block-categories-list a,
.wp-block-archives-list a {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
 * 
 * PREV NEXT
 * 
--------------------------------------------------------------------------------*/

#blog #ttg_prev_next {
	margin: 50px 0 60px;
}

#ttg_prev_next > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#blog #ttg_prev_next > .inner {
    width: 100%;
	flex-wrap: wrap;
}

.btn__ttg_prev_next_view_all_sp {
	display: none;
}

#blog .btn__ttg_prev_next_view_all_sp {
	display: block;
}

#blog .btn__ttg_prev_next_view_all_pc {
	display: none;
}

.btn__ttg_prev_next {
	width: 26%;
}

.btn__ttg_prev_next.view_all {
	width: 42%;
}

#blog .btn__ttg_prev_next {
	width: 49%;
}

#blog .btn__ttg_prev_next.btn__ttg_prev_next_view_all_sp {
	display: block;
	width: 100%;
	margin-top: 2%;
}

.btn__ttg_prev_next a,
.btn__ttg_prev_next > span {
	display: block;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	background: none;
	border: 1px solid #302b26;
	color: #302b26;
	text-decoration: none;
	text-align: center;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	position: relative;
}

.btn__ttg_prev_next a:hover {
	background: #302b26;
	color: #fefefe;
}

.btn__ttg_prev_next:not(.view_all) a::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #302b26;
	position: absolute;
	top: 24px;
	z-index: 0;
	transition: .3s ease;
}

.btn__ttg_prev_next.prev a::before {
	right: 0;
}

.btn__ttg_prev_next.next a::before {
	left: 0;
}

.btn__ttg_prev_next a > span {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.btn__ttg_prev_next:not(.view_all) a > span::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #302b26;
	position: absolute;
	top: 24px;
	transition: .3s ease;
}

.btn__ttg_prev_next.prev a > span::before {
	right: 0;
}

.btn__ttg_prev_next.next a > span::before {
	left: 0;
}

.btn__ttg_prev_next.prev a:hover::before,
.btn__ttg_prev_next.prev a:hover > span::before {
	right: -12px;
}

.btn__ttg_prev_next.next a:hover::before,
.btn__ttg_prev_next.next a:hover > span::before {
	left: -12px;
}

.btn__ttg_prev_next a:hover > span::before {
	background: #fefefe;
}

/*--------------------------------------------------------------------------------
 * NO POST
--------------------------------------------------------------------------------*/

.btn__ttg_prev_next > span {
	border-color: #ddcdb7;
	color: #ddcdb7;
	background: none;
}

.btn__ttg_prev_next > span::before {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #ddcdb7;
	position: absolute;
	top: 24px;
	z-index: 0;
	transition: .3s ease;
}

.btn__ttg_prev_next.prev > span::before {
	right: 0;
}

.btn__ttg_prev_next.next > span::before {
	left: 0;
}

@media (max-width: 960px) {
}

@media (max-width: 560px) {
	
	#blog #ttg_prev_next {
		margin: 30px 0 45px;
	}
	
	#ttg_prev_next > .inner {
		flex-wrap: wrap;
	}

	.btn__ttg_prev_next {
		width: 49%;
	}
	
	.btn__ttg_prev_next_view_all_pc {
		display: none;
	}
	
	.btn__ttg_prev_next.btn__ttg_prev_next_view_all_sp {
		display: block;
		width: 100%;
		margin-top: 2%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * RELATED POSTS
 * 
--------------------------------------------------------------------------------*/

#related {
	margin-bottom: 70px;
}

#related .headline {
	background: none;
	color: #302b26;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	height: auto;
	padding: 0 0 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #302b26;
}

.related_card a {
	box-sizing: border-box;
	border: 1px solid #302b26;
	border-top: none;
	border-left: none;
	padding: 0 15px 15px 0;
}

.related_card a:link,
.related_card a:visited {
	text-decoration: none;
	box-shadow: none;
}

.related_card a:hover,
.related_card a:active {
	text-decoration: none;
	box-shadow: none;
	background: #f2eee1;
}

.related_card .desc {
	padding: 15px 0 0;
}

.related_card .desc .post_ttl {
	color: #302b26;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 5px;
}

.related_card .post_date {
	font-size: 0.6875rem;
	letter-spacing: 0.1em;
	color: #302b26;
	text-align: left;
}

@media (max-width: 960px) {
	
	#related {
		margin-bottom: 10px;
	}

}

@media (max-width:600px) {

	.related_card {
		width: 48.5%;
		margin: 0 3% 3% 0;
	}

}

@media (max-width: 560px) {
	
	#related .headline {
		font-size: 1.25rem;
		margin-bottom: 15px;
	}
	
	.related_card a {
		padding: 0 10px 15px 0;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * GALLERY
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * SUB HEADER
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery #sub_header .en {
	left: -3.15em;
}

@media (max-width: 960px) {
	
	.gallery #sub_header .en {
		left: -2.58em;
	}

}

@media (max-width: 560px) {

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * GALLERY BODY
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery #main {
	overflow: hidden;
}

.gallery #gallery_body {
	padding-top: 40px;
	padding-bottom: 0;
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * SORT
 * 
 * 
--------------------------------------------------------------------------------*/

/* スタイル初期化ここから */

#main #sort_by_artist ul {
	list-style-type: none;
	margin: 0;
}

#main #sort_by_artist ul:not([class]) li::before {
	display: none;
}

#main #sort_by_artist ul:not([class]) li {
	margin: 0;
}

/* スタイル初期化ここまで */

#sort_by_artist {
	position: relative;
	margin-bottom: 90px;
	border-bottom: 1px solid #302b26;
	z-index: 3;
}

.sort_by_artist_hl {
	display: inline-block;
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	height: 40px;
	line-height: 42px;
	background: none;
	border: 1px solid #302b26;
	border-bottom: none;
	box-sizing: border-box;
	color: #302b26;
	position: relative;
	cursor: pointer;
	transition: .3s ease;
}

#sort_by_artist:hover .sort_by_artist_hl {
	background: #302b26;
	color: #fefefe;
}

.sort_by_artist_hl > span {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 60px 0 20px;
}

.sort_by_artist_hl::before {
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #302b26;
	border-bottom-color: #302b26;
	position: absolute;
	right: 4px;
	bottom: 4px;
	transition: .3s ease;
}

#sort_by_artist:hover .sort_by_artist_hl::before {
	border-right-color: #fefefe;
	border-bottom-color: #fefefe;
}

.sort_by_artist_body {
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	position: absolute;
	top: 40px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

#sort_by_artist:hover .sort_by_artist_body {
	opacity: 1;
	visibility: visible;
}

.sort_by_artist_body > ul {
	border: 1px solid #302b26;
	background: rgba(254,254,254,.95);
	box-sizing: border-box;
	padding: 40px 40px 32px;
	display: flex;
	flex-wrap: wrap;
}

.sort_by_artist_body li {
	width: 20%;
	box-sizing: border-box;
	padding-right: 1em;
	margin-bottom: 8px;
}

.sort_by_artist_body a:link,
.sort_by_artist_body a:visited {
	color: #302b26;
	text-decoration: none;
}

.sort_by_artist_body a:hover,
.sort_by_artist_body a:active {
	color: #8c7e70;
	text-decoration: none;
}

@media (max-width: 960px) {
	
	#sort_by_artist {
		margin-bottom: 70px;
	}
	
	.sort_by_artist_body li {
		width: 33.33%;
	}

}

@media (max-width: 640px) {
	
	.sort_by_artist_body li {
		width: 50%;
	}
	
}

@media (max-width: 560px) {
	
	#sort_by_artist {
		margin-bottom: 30px;
	}
	
	.sort_by_artist_body > ul {
		padding: 40px 40px 32px;
	}

	.sort_by_artist_body li {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * HEADLINE
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery_taxonomy_hl {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 70px;
}

.gallery_taxonomy_hl > span {
	display: block;
}

.gallery_taxonomy_hl > span:nth-child(1) {
	font-size: 2rem;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}

.gallery_taxonomy_hl > span:nth-child(2) {
	font-size: 0.875rem;
	font-weight: 500;
}

@media (max-width: 960px) {
	
	.gallery_taxonomy_hl {
		text-align: center;
		line-height: 1.5;
		margin-bottom: 60px;
	}

}

@media (max-width: 560px) {
	
	.gallery_taxonomy_hl {
		margin-bottom: 30px;
	}
	
	.gallery_taxonomy_hl > span:nth-child(1) {
		font-size: 1.75rem;
	}

	.gallery_taxonomy_hl > span:nth-child(2) {
		font-size: 0.75rem;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * LIST
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery_item > .inner {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.gallery_item > .inner a {
	display: block;
	padding-top: 66.66%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.gallery_item > .inner a .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	transition: .3s ease;
}

.gallery_item > .inner a:hover .thumb {
	opacity: .7;
	transform: scale(1.1);
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

@media (min-width: 961px) {
	
	#gallery_body .gallery_item {
		width: 28%;
		margin-right: 8%;
		padding-bottom: 5%;
	}
	
	#gallery_body .gallery_item:nth-child(3n) {
		margin-right: 0;
	}
	
}

@media (max-width: 960px) {
	
	#gallery_body .gallery_item {
		width: 47.5%;
		margin-right: 5%;
		padding-bottom: 5%;
	}
	
	#gallery_body .gallery_item:nth-child(2n) {
		margin-right: 0;
	}

}

@media (max-width: 560px) {
	
	#gallery_body .gallery_item {
		width: 100%;
		margin-right: 0;
		padding-bottom: 5%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CUSTOM POST TYPE HEADLINE
 * 
 * 
--------------------------------------------------------------------------------*/

.cpp_hl {
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 1;
	padding-left: 100px;
	margin-bottom: 70px;
}

.cpp_hl > span {
	display: inline-block;
	position: relative;
}

.cpp_hl > span::before {
	display: block;
	content: '';
	width: 80px;
	height: 1px;
	background: #302b26;
	position: absolute;
	top: 16px;
	left: -100px;
}

@media (max-width: 960px) {
	
	.cpp_hl {
		margin-bottom: 50px;
	}
	
}

@media (max-width: 560px) {
	
	.cpp_hl {
		font-size: 1.75rem;
		padding-left: 75px;
		margin-bottom: 40px;
	}

	.cpp_hl > span::before {
		width: 60px;
		top: 16px;
		left: -75px;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ARTIST'S PROFILE
 * 
 * 
--------------------------------------------------------------------------------*/

#artists_profile {
	padding-top: 80px;
	padding-bottom: 80px;
}

#artists_profile > .inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}

#artists_profile .container {
	display: flex;
	justify-content: space-between;
}

#artists_profile .thumb {
	width: 33%;
	flex-shrink: 0;
}

#artists_profile .desc {
	width: 60%;
}

.artist_name {
	line-height: 1.5;
	margin-bottom: 30px;
}

.artist_name > span {
	display: block;
}

.artist_name > span:nth-child(1) {
	font-size: 1.375rem;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}

.artist_name > span:nth-child(2) {
	font-size: 0.875rem;
	font-weight: 500;
}

.artist_intro {
	line-height: 2;
}

.artist_intro.jp {
	text-align: justify;
}

.btn_ttg_artists_profile a {
	margin: 40px 0 0 auto;
}

/*.btn_ttg_artists_profile_display_none {
	display: none;
}*/

@media (max-width: 960px) {
	
	#artists_profile {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	
	#artists_profile .thumb {
		width: 47.5%;
	}

	#artists_profile .desc {
		width: 47.5%;
	}
	
	.artist_name {
		margin-bottom: 20px;
	}

	.btn_ttg_artists_profile a {
		margin-top: 30px;
	}

}

@media (max-width: 560px) {
	
	#artists_profile {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	.artists_profile_hl > span::before {
		width: 60px;
		top: 16px;
		left: -75px;
	}
	
	#artists_profile .container {
		display: block;
	}
	
	#artists_profile .thumb {
		width: 100%;
		margin-bottom: 30px;
	}

	#artists_profile .desc {
		width: 100%;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery_archive #btn_ttg_cta,
.gallery_taxonomy #btn_ttg_cta {
	margin-top: -30px;
}

@media (max-width: 960px) {
	
	.gallery_archive #btn_ttg_cta,
	.gallery_taxonomy #btn_ttg_cta {
		margin-top: -50px;
	}

}

@media (max-width: 560px) {
	
	.gallery_archive #btn_ttg_cta,
	.gallery_taxonomy #btn_ttg_cta {
		margin-top: -20px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * GALLERY SINGLE
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * GALLERY DETAILS
 * 
 * 
--------------------------------------------------------------------------------*/

#gallery_detail .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gallery_detail_visual {
	flex-shrink: 0;
}

.gallery_detail_visual_portrait {
	width: 39%;
}

.gallery_detail_contents_portrait {
	width: 52%;
}

.gallery_detail_visual_landscape {
	width: 56%;
}

.gallery_detail_contents_landscape {
	width: 36%;
}

.gallery_detail_contents {
	position: relative;
}

.gallery_detail_contents::before {
	display: block;
	content: '';
	width: 100%;
	height: calc( 100% + 30px );
	background: url(images/common/noise_01.png);
	position: absolute;
	z-index: -1;
}

.gallery_detail_contents_portrait::before {
	top: -40px;
	left: 50px;
}

.gallery_detail_contents_landscape::before {
	top: 20px;
	left: 50px;
}

#gallery_detail .thumb {
	margin-bottom: 0;
}

.fancybox-caption__body {
	color: #fefefe;
	}

img.fancybox-image {
	height: auto !important;
}

.gallery_detail_hl {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.025em;
	margin-bottom: 20px;
}

.gallery_detail_data {
	margin-bottom: 20px;
}

.gallery_detail_backstory h2 {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 20px;
}

.gallery_detail_backstory h3 {
	font-family: atten-new, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 20px;
}

.gallery_detail_backstory p {
	margin-bottom: 1em;
}

.gallery_detail_backstory.jp p {
	text-align: justify;
}

.gallery_detail_contact {
	box-sizing: border-box;
	margin-top: 30px;
	border-top: 1px solid #302b26;
}

.gallery_detail_contact_msg {
	margin-top: 30px;
}

.btn_ttg_gallery_detail {
	position: relative;
	z-index: 0;
}

.btn_ttg_gallery_detail a {
	margin: 30px auto 0;
}

@media (max-width: 960px) {
	
	#gallery_detail {
		padding-top: 60px;
	}
	
	#gallery_detail .container {
		display: block;
	}
	
	.gallery_detail_visual {
		margin: 0 auto 40px;
		
	}
	
	.gallery_detail_visual_portrait {
		width: 69.6%;
		
	}
	
	.gallery_detail_visual_landscape {
		width: 100%;
	}
	
	.gallery_detail_contents {
		width: 100%;
	}
	
	.gallery_detail_contents::before {
		height: calc( 100% + 20px );
		top: 46px;
		left: 50px;
	}

}

@media (max-width: 560px) {
	
	.gallery_detail_visual {
		width: 100%;
	}
	
	.gallery_detail_hl {
		font-size: 1.5rem;
	}
	
	.gallery_detail_contents::before {
		top: 20px;
		left: 30px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ARTIST'S PROFILE
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery_single #artists_profile {
	padding-top: 100px;
	padding-bottom: 0;
}

@media (max-width: 960px) {
	
	.gallery_single #artists_profile {
		padding-top: 120px;
	}

}

@media (max-width: 560px) {
	
	.gallery_single #artists_profile {
		padding-top: 90px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * OTHER ARTWORK
 * 
 * 
--------------------------------------------------------------------------------*/

.gallery_single #artists_artwork {
	padding-top: 100px;
	padding-bottom: 140px;
}

.btn_ttg_other_artwork a {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 960px) {
	
	.gallery_single #artists_artwork {
		padding-top: 70px;
		padding-bottom: 100px;
	}

}

@media (max-width: 560px) {
	
	.gallery_single #artists_artwork {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	
	.btn_ttg_other_artwork a {
		margin-top: 24px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 960px) {
	
	.gallery_single #btn_ttg_cta {
		margin-top: -40px;
	}
	
}

@media (max-width: 560px) {
	
	.gallery_single #btn_ttg_cta {
		margin-top: -30px;
	}
	
}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * ARTISTS
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * SUB HEADER
 * 
 * 
--------------------------------------------------------------------------------*/

.artists #sub_header .en {
	left: -2.85em;
}

@media (max-width: 960px) {

}

@media (max-width: 560px) {
	
	.artists #sub_header .en {
		left: -2.7em;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * LIST
 * 
 * 
--------------------------------------------------------------------------------*/

#artists_body {
	padding-top: 120px;
}

.artists_list .artists_item a {
	text-decoration: none;
	position: relative;
}

.artists_list .artists_item .thumb {
	width: 100%;
	margin-bottom: 20px;
}

.artists_list .artists_item .desc {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.artists_list .artists_item .ttl > span {
	display: block;
	line-height: 1.5;
}

.artists_list .artists_item .ttl > span:nth-child(1) {
	font-size: 1.25rem;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}

.artists_list .artists_item .ttl > span:nth-child(2) {
	font-size: 0.75rem;
	font-weight: 500;
}

@media (min-width: 961px) {
	
	.artists_list .artists_item {
		width: 30%;
		margin-right: 5%;
		padding-bottom: 6%;
	}
	
	.artists_list .artists_item:nth-child(3n) {
		margin-right: 0;
	}

}

@media (max-width: 960px) {
	
	#artists_body {
		padding-top: 80px;
	}
	
	.artists_list .artists_item {
		padding-bottom: 6%;
	}

}

@media (max-width: 560px) {
	
	#artists_body {
		padding-top: 50px;
	}
	
	.artists_list .artists_item {
		width: 100%;
		margin-right: 0;
		padding-bottom: 9%;
	}
	
	.artists_list .artists_item .thumb {
		margin-bottom: 14px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

.artists_archive #btn_ttg_cta {
	margin-top: -30px;
}

@media (max-width: 960px) {
	
	.artists_archive #btn_ttg_cta {
		margin-top: -50px;
	}
	
}

@media (max-width: 560px) {
	
	.artists_archive #btn_ttg_cta {
		margin-top: -30px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * ARTISTS SINGLE
 * 
 * 
 * 
--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
 * 
 * 
 * INTRODUCTION
 * 
 * 
--------------------------------------------------------------------------------*/

#artists_intro {
	overflow: hidden;
}

#artists_intro .container {
	justify-content: space-between;
	align-items: flex-end;
}

#artists_intro .box {
	padding-bottom: 0;
}

#artists_intro .artists_profile_visual {
	width: 45%;
	margin-right: 0;
}

#artists_intro .artists_profile_content {
	width: 42%;
	position: relative;
}

#artists_intro .artists_profile_content::before {
	display: block;
	content: '';
	width: 100%;
	height: calc( 100% + 20px );
	background: url(images/common/noise_01.png);
	position: absolute;
	top: -40px;
	left: 50px;
	z-index: -1;
}

.artists_profile_content_hl {
	line-height: 1.5;
	margin-bottom: 30px;
}

.artists_profile_content_hl > span {
	display: block;
}

.artists_profile_content_hl > span:nth-child(1) {
	font-size: 2rem;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}

.artists_profile_content_hl > span:nth-child(2) {
	font-size: 0.875rem;
	font-weight: 600;
}

.artists_profile_content .desc {
	line-height: 2;
}

.artists_profile_content .desc.jp {
	text-align: justify;
}

.artists_profile_content .desc p:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 960px) {
	
	#artists_intro {
		padding-top: 50px;
	}
	
	#artists_intro .container {
		display: flex;
		align-items: flex-start;
	}
	
	#artists_intro .artists_profile_visual {
		width: 47.5%;
	}

	#artists_intro .artists_profile_content {
		width: 47.5%;
		margin-top: 40px;
	}
	
	#artists_intro .artists_profile_content::before {
		height: 100%;
		top: -20px;
	}

}

@media (max-width: 560px) {
	
	#artists_intro {
		padding-top: 50px;
	}
	
	#artists_intro .artists_profile_visual {
		width: 100%;
		margin-bottom: 24px;
	}
	
	#artists_intro .artists_profile_content {
		width: 100%;
		margin-top: 0;
	}
	
	.artists_profile_content_hl {
		margin-bottom: 20px;
	}
	
	.artists_profile_content_hl > span:nth-child(1) {
		font-size: 1.75rem;
		margin-bottom: 3px;
	}
	
	.artists_profile_content_hl > span:nth-child(2) {
		font-size: 0.75rem;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * ARTWORK
 * 
 * 
--------------------------------------------------------------------------------*/

#artists_artwork {
	padding-top: 160px;
	padding-bottom: 30px;
}

.btn_ttg_artists_single a {
	margin-right: 0;
	margin-left: auto;
}

.btn_ttg_artists_single_artwork a {
	margin-top: 30px;
}

@media (min-width: 961px) {
	
	#artists_artwork .gallery_item {
		width: 28%;
		margin-right: 8%;
		padding-bottom: 5%;
	}
	
	#artists_artwork .gallery_item:nth-child(3n) {
		margin-right: 0;
	}
	
}

@media (max-width: 960px) {
	
	#artists_artwork {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	#artists_artwork .gallery_item {
		width: 47.5%;
		margin-right: 5%;
		padding-bottom: 5%;
	}
	
	#artists_artwork .gallery_item:nth-child(2n) {
		margin-right: 0;
	}
	
	.btn_ttg_artists_single_artwork a {
		margin-top: 20px;
	}

}

@media (max-width: 560px) {
	
	#artists_artwork {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	
	#artists_artwork .gallery_item {
		width: 100%;
		margin-right: 0;
		padding-bottom: 5%;
	}
	
	.btn_ttg_artists_single_artwork a {
		margin-top: 30px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * OTHER ARTISTS
 * 
 * 
--------------------------------------------------------------------------------*/

#other_artists {
	padding-top: 0;
	padding-bottom: 60px;
}

.btn_ttg_artists_single_other_artists a {
	margin-top: 80px;
}

@media (min-width: 961px) {
	
	#other_artists.artists_list .artists_item {
		padding-bottom: 0;
	}

}

@media (max-width: 960px) {
	
	#other_artists.artists_list .artists_item {
		width: 47.5%;
		margin-right: 5%;
	}
	#other_artists.artists_list .artists_item:nth-child(2) {
		margin-right: 0;
	}
	
	#other_artists.artists_list .artists_item:nth-child(3) {
		display: none;
	}
	
	.btn_ttg_artists_single_other_artists a {
		margin-top: 5px;
	}

}

@media (max-width: 560px) {
	
	#other_artists .container {
		display: block;
	}
	
	#other_artists.artists_list .artists_item {
		width: 100%;
		padding-bottom: 9%;
	}
	
	#other_artists.artists_list .artists_item:nth-child(3) {
		display: block;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * CTA
 * 
 * 
--------------------------------------------------------------------------------*/

@media (max-width: 960px) {
	
	.artists_single #btn_ttg_cta {
		margin-top: -50px;
	}

}

@media (max-width: 560px) {
	
	.artists_single #btn_ttg_cta {
		margin-top: -40px;
	}

}

/*--------------------------------------------------------------------------------
 * 
 * 
 * 
 * 404
 * 
 * 
 * 
--------------------------------------------------------------------------------*/

#not_found .eyecatch {
	/*background: #ebe6d4;*/
	background: #efebdd;
	color: #e2dbc1;
}

.btn_ttg_404 a {
	margin: 0 auto;
}
