/*略歴*/
/**タブ切り替え*/
input[name="tab_item"] {
	display: none;
	opacity: 0;
}
.tab_content {
	display: none;
	padding: 0 70px;
	margin-top: 70px;
	overflow: hidden;
}
#bg_before:checked ~ #bg_before_content,
#bg_after:checked ~ #bg_after_content{
	display: block;
	opacity: 1;
}
#bg_before:checked ~ .bg_btn_wrap #tab_item01,
#bg_after:checked ~ .bg_btn_wrap #tab_item02 {
	background-color: #8f8f8f;
	color: #000;
}
/**本文*/
.bio_content{
	background: #f7f7f7;
	padding-bottom: 130px;
}
.bg_main_img{
	height: 750px;
	position: relative;
}
.bg_main_img img{
	width: 100%;
}
.bg_img_copy{
	right: unset;
	left: 200px;
}
.bg_container{
	padding: 60px;
	background: #fff;
	margin-top: -130px;
	position: relative;
	z-index: 10;
}
.bg_info_txt{
	width: 470px;
}
.bg_info_p{
	padding: 20px;
}
.bg_btn_wrap{
	padding: 0 70px;
	margin-top: 70px;
}
.tab_item{
	border: solid 1px #8f8f8f;
	color: #ccc;
	padding: 10px 20px;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	
}
#tab_item01{
	text-align: right;
}
#tab_item01::before,#tab_item02::before{
	content: "";
	display: block;
	width: 110px;
	height: 1px;
	background: #1d1d1d;
	position: absolute;
	top: 23px;
}
#tab_item01::before{
	left: 50px;
}
#tab_item02::before{
	right: 50px;
}
#tab_item01::after,#tab_item02::after{
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background: #1d1d1d;
	position: absolute;
	top: 19px;
}
#tab_item01::after{
	left: 50px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
}
#tab_item02::after{
	right: 50px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
.bg_box{
	padding: 10px 0;
}
.bg_year{
	width: 280px;
	padding-left: 70px;
	font-weight: 600;
}
.bg_content{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media screen and (max-width:1024px) {
	.bio_content{
		padding-bottom: 50px;
	}
	.bg_main_img{
		height: calc(100vh - 50px);
	}
	.bg_img_copy{
		left: 10px;
	}
	.bg_container{
		width: calc(100% - 20px);
		padding: 20px;
	}
	.bg_info_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.bg_info_img,.bg_info_txt{
		width: 100%;
	}
	.bg_info_img{
		margin-bottom: 30px;
	}
	.bg_info_img img{
		margin: auto;
	}
	.bg_info_txt{
		max-width: 360px;
		margin: auto;
	}
	.bg_btn_wrap{
		margin-top: 30px;
		padding: 0;
	}
	.tab_item{
		padding: 10px;
	}
	#tab_item01::before, #tab_item02::before{
		width: calc(100% - 80px);
		max-width: 110px;
	}
	#tab_item01::before{
		left: 10px;
	}
	#tab_item02::before{
		right: 10px;
	}
	#tab_item01::after{
		left: 10px;
	}
	#tab_item02::after{
		right: 10px;
	}
	.tab_content{
		padding: 0;
		margin-top: 30px;
	}
	.bg_box{
		padding: 5px 0;
	}
	.bg_year{
		width: 80px;
		padding-left: 0;
		padding-right: 10px;
	}
}
/*特定商取引に関する表記*/
.sc_inner{
	margin-top: 50px;
}
.sc_wrap{
	border-top: solid 1px #8f8f8f;
	border-left: solid 1px #8f8f8f;
}
.sc_box{
	border-bottom: solid 1px #8f8f8f;
	border-right: solid 1px #8f8f8f;
}
.sc_ttl{
	width: 250px;
	color: #9d8247;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border-right: solid 1px #8f8f8f;
}
.sc_cont{
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
@media only screen and (max-width:1024px) {
	.sc_inner{
		margin-top: 30px;
	}
	.sc_wrap{
		font-size: 0.9em;
	}
	.sc_ttl{
		width: 95px;
		padding: 10px;
	}
	.sc_cont{
		padding: 10px;
		line-height: 1.5em;
	}
}
/*プライバシーポリシー*/
.pp_wrap{
	margin-top: 30px;
	padding: 0 30px;
}
.pp_h2{
	border-left: solid 5px #9d8247;
	color: #9d8247;
	font-weight: 600;
	padding-left: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.pp_p+.pp_h2{
	margin-top: 30px;
}
@media only screen and (max-width:1024px) {
	.pp_wrap{
		padding: 0 10px;
	}
}
/*作品レンタル*/
.rt_p{
	padding: 20px 20px 0;
}
.rt_flow_container{
	margin-top: 50px;
	padding: 0 40px;
}
.rt_h2{
	font-size: 20px;
}
.rt_flow_wrap{
	margin-top: 30px;
}
.rt_flow_box{
	background: #c0c0c0;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0;
	width: 120px;
}
.rt_step{
	font-size: 18px;
}
.rt_num{
	background: #fff;
	border-radius: 30px;
	font-size: 28px;
	line-height: 48px;
	margin: 5px auto 0;
	width: 50px;
	height: 50px;
}
.rt_icon{
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}
.rt_flow_ttl{
	font-size: 17px;
	margin-top: 10px;
}
.rt_flow_arrow{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rt_flow_arrow span{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 12px;
	border-color: transparent transparent transparent #767575;
}
.rt_step_container{
	margin-top: 80px;
	padding: 0 130px;
}
.rt_step_wrap{
	border-top: dotted 1px #b2b2b2;
}
.rt_step_box{
	padding: 20px 0;
	border-bottom: dotted 1px #b2b2b2;
}
.rt_step_num{
	width: 150px;
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rt_step_txt{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.rt_note{
	color: #89713d;
	max-width: 520px;
	margin: 30px auto 20px;
}
.rt_hosyo{
	background: #eee;
	border-radius: 15px;
	padding: 20px;
}
.rt_img{
	margin-top: 60px;
}
.rt_contact_container{
	margin-top: 70px;
	padding: 0 40px;
}
.rt_contact_box{
	margin: 30px auto 0;
	width: calc(100% - 60px);
	border: solid 1px #b29a66;
	padding: 60px 0;
	text-align: center;
	font-weight: 600;
}
.rt_contact_txt{
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #b2b2b2;
	max-width: 430px;
	margin: auto;
}
.rt_contact_tel{
	font-size: 24px;
	margin-top: 20px;
}
a.rt_contact_btn{
	width: 280px;
	padding: 20px;
	color: #fff;
	background: #b29a66;
	border: solid 1px #b29a66;
	font-size: 20px;
	display: block;
	margin: 20px auto 0;
}
@media screen and (min-width:1025px) {
	a.rt_contact_btn:hover{
		background: #fff;
		color: #b29a66;
	}
}
@media only screen and (max-width:1024px) {
	.rt_p{
		padding: 20px 10px 0;
	}
	.rt_flow_container{
		padding: 0 10px;
		margin-top: 30px;
	}
	.rt_h2{
		font-size: 15px;
	}
	.rt_flow_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.rt_flow_box{
		width: calc(100% / 3 - 15px);
		margin-bottom: 20px;
		padding: 10px;
	}
	.rt_icon{
		margin-top: 5px;
	}
	.rt_flow_ttl{
		font-size: 13px;
		margin-top: 5px;
	}
	.rt_flow_arrow{
		width: 20px;
	}
	.rt_step_container{
		margin-top: 50px;
		padding: 0 10px;
	}
	.rt_step_box{
		padding: 10px 0;
	}
	.rt_step_num{
		width: 80px;
		font-size: 16px;
	}
	.rt_hosyo{
		padding: 10px;
	}
	.rt_img{
		min-height: 300px;
	}
	.rt_img img{
		-o-object-position: 10% 0;
		object-position: 10% 0;
		left: 10%;
	}
	.rt_contact_container{
		padding: 0 10px;
		margin-top: 50px;
	}
	.rt_contact_box{
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	.rt_contact_txt{
		font-size: 15px;
	}
	a.rt_contact_btn{
		width: 100%;
		max-width: 280px;
		font-size: 16px;
		padding: 10px;
	}
}
/*サイトマップ*/
.sm_wrap{
	margin-top: 50px;
	padding: 0 20px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sm_box{
	width: 260px;
	margin-bottom: 40px;
}
a.sm_item,.sm_item{
	display: block;
	border: solid 1px #9d8247;
	color: #9d8247;
	padding: 5px 20px;
	font-size: 16px;
	position: relative;
	line-height: 1.5em;
}
.sm_item::after{
	content: url(../images/sitemap/sm_arrow.png);
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
}
.sm_sub_li{
	padding-left: 20px;
	margin-top: 10px;
}
.sm_sub_li02{
	margin-bottom:10px;
	padding-left: 20px;
}
.sm_sub_item{
	display: block;
	padding: 5px 20px;
	font-size: 13px;
	position: relative;
	line-height: 1.5em;
}
a.sm_sub_item::after{
	content: url(../images/sitemap/sm_arrow02.png);
	position: absolute;
	left: 5px;
	top: 5px;
}
@media screen and (min-width:1025px) {
	a.sm_item:hover,.sm_sub_item:hover{
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.15);
		box-shadow: 0 0 30px rgba(0,0,0,0.15);
		background: #fff;
	}
}
@media only screen and (max-width:1024px) {
	.sm_wrap{
		padding: 0;
		margin-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sm_box{
		width: calc(50% - 10px);
		max-width: 260px;
		margin: 0 5px 30px;
	}
	a.sm_item{
		padding: 5px 20px 5px 5px;
		font-size: 14px;
	}
	.sm_sub_li,.sm_sub_li02{
		padding-left: 10px;
	}
	a.sm_item::after{
		right: 5px;
	}
	.sm_sub_item{
		padding-right: 0;
		padding-left: 10px;
	}
	a.sm_sub_item::after{
		left: 0;
	}
}
/*ガラス工房*/
.studio_content{
	background: #f7f7f7;
}
.st_sec01{
	margin-top: 170px;
}
.st01_wrap+.st01_wrap{
	margin-top: 150px;
}
.st01_box_txt{
	padding: 30px 50px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.st01_copy{
	font-size: 28px;
	font-weight: 600;
}
.st01_box_p{
	margin-top: 20px;
	font-size: 20px;
	line-height: 2.0em;
}
.st_img04{
	margin-top: 150px;
	height: 750px;
}
.st_sec02{
	margin-top: 60px;
	padding: 0 30px 100px;
}
.st_h2{
	font-size: 24px;
	font-weight: 600;
	color: #9d8247;
}
.st02_p{
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
}
.st02_img_wrap{
	margin-top: 60px;
}
.st02_img_box{
	margin-right: 20px;
}
.st02_img_box:last-child{
	margin: 0;
}
.st02_p02{
	max-width: 500px;
	margin: 60px auto;
}
.st_img06_wrap{
	height: 600px;
}
@media only screen and (max-width:1024px) {
	.st_sec01{
		margin-top: 50px;
	}
	.st01_wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.st01_wrap+.st01_wrap{
		margin-top: 50px;
	}
	.st01_box_txt{
		padding: 30px 20px 0;
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.st01_box_img{
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		width: 100%;
	}
	.st01_box_img img{
		margin: auto;
	}
	.st01_copy{
		font-size: 16px;
	}
	.st01_box_p{
		font-size: 14px;
		line-height: 1.7em;
	}
	.st_img04{
		height: auto;
		margin-top: 70px;
	}
	.st_sec02{
		padding: 0 10px 50px;
	}
	.st_h2{
		font-size: 20px;
	}
	.st02_p{
		font-size: 14px;
		margin-top: 10px;
	}
	.st02_img_box{
		margin-right: 5px;
	}
	.st02_img_box:last-child{
		margin: 0;
	}
	.st_img06_wrap{
		height: auto;
	}
}
/*会社情報*/
.cm_sec01,.cm_sec03,.cm_sec05{
	padding: 130px 0;
}
.cm_h2{
	font-size: 24px;
	font-weight: 600;
	padding: 0 60px 20px;
	border-bottom: solid 1px #9d8247;
}
.cm01_p{
	font-size: 23px;
	font-weight: 600;
	padding: 20px 60px 0;
}
.cm_sec02,.cm_sec04,.cm_sec06{
	padding: 130px 0;
	background: #f7f7f7;
}
.cm02_wrap{
	padding: 20px 60px 0;
}
.cm02_ttl{
	font-weight: bold;
	width: 150px;
	padding: 10px;
}
.cm02_cont{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px;
}
.cm03_h2{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.cm03_wrap{
	margin-top: 60px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cm03_box{
	max-width: 480px;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
.cm03_txt{
	padding: 20px 15px;
}
.cm03_h3{
	color: #9d8247;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.1em;
}
.cm03_h3_en{
	color: #adadad;
	margin-top: 5px;
}
.cm03_copy{
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.cm03_p{
	text-align: left;
	margin-top: 20px;
	color: #848484;
	min-height: 130px;
	padding-bottom: 20px;
	line-height: 1.7em;
}
.cm03_btn{
	display: block;
	padding: 10px 50px;
	border-top: solid 1px #959595;
	border-bottom: solid 1px #959595;
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	position: relative;
}
.cm03_btn+.cm03_btn{
	border-top: none;
}
.cm03_btn::after{
	content: url(../images/company/cm_arrow.png);
	position: absolute;
	right: 20px;
	top: calc(50% - 14px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.cm04_wrap{
	padding: 30px 60px 0;
}
.cm04_l{
	width: 500px;
	padding: 0 20px 20px;
}
.cm04_r{
	padding: 0 20px 20px;
}
.cm04_job{
	font-size: 12px;
	margin-top: 20px;
}
.cm04_name_wrap{
	margin-top: 10px;
	font-size: 12px;
}
.cm04_name{
	font-size: 18px;
	font-weight: bold;
}
.cm05_btn_wrap{
	padding: 0 160px;
	margin-top: 50px;
}
.cm06_box{
	max-width: 480px;
	width: 100%;
}
.cm06_p{
	padding: 30px 15px 0 60px;
}
.cm06_btn_wrap{
	padding: 0 15px;
	margin-top: 30px;
}
.cm06_img_wrap{
	text-align: right;
	margin-top: 20px;
	font-size: 12px;
	padding: 0 15px;
}
.cm_img04{
	display: inline-block;
	margin: 20px;
}
@media screen and (min-width:1025px) {
	.cm03_btn:hover{
		background: #ccc;
	}
	.cm03_btn:hover::after{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}
@media only screen and (max-width:1024px) {
	.company_main_img{
		height: 480px;
	}
	.cm_sec01, .cm_sec03, .cm_sec05,.cm_sec02,.cm_sec04,.cm_sec06{
		padding: 50px 10px;
	}
	.cm_h2{
		padding: 0 10px 10px;
		font-size: 18px;
	}
	.cm01_p{
		padding: 20px 10px 0;
		font-size: 15px;
	}
	.cm02_wrap{
		padding: 20px 10px;
	}
	.cm02_ttl{
		width: 80px;
		padding: 10px 10px 10px 0;
	}
	.cm02_cont{
		padding: 10px 0;
	}
	.cm03_h2{
		font-size: 18px;
	}
	.cm03_wrap{
		margin-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.cm03_txt{
		padding: 10px;
	}
	.cm03_h3{
		font-size: 18px;
	}
	.cm03_copy{
		font-size: 15px;
	}
	.cm03_box:last-child{
		margin-bottom: 0;
	}
	.cm03_p{
		min-height: auto;
	}
	.cm03_btn{
		padding: 10px 20px;
	}
	.cm04_wrap{
		padding: 20px 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cm04_l{
		width: 100%;
		padding: 0 10px 20px;
	}
	.cm05_btn_wrap{
		padding: 0 15px;
	}
	.cm_img04{
		margin: 20px auto;
	}
	.cm06_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cm06_box{
		margin-bottom: 50px;
	}
	.cm06_p{
		padding: 30px 10px 0;
	}
}
/*アクセス*/
.ac_sec01,.ac_sec02{
	padding: 130px 0;
}
.ac01_inner{
	max-width: 1140px;
	margin: auto;
}
.ac01_wrap{
	margin-bottom: 30px;
}
.ac_h2{
	color: #9d8247;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
}
.ac01_p{
	max-width: 780px;
	margin: 20px auto 0;
	text-align: center;
}
.ac02_wrap{
	padding: 30px 60px 0;
}
.ac02_wrap_a{
	margin-bottom: 60px;
}
.ac_h3{
	color: #9d8247;
	font-weight: 600;
	border-left: solid 5px #9d8247;
	padding-left: 15px;
}
.ac02_box{
	padding: 10px 20px;
}
.ac02_box+.ac_h3{
	margin-top: 30px;
}
.ac02_access{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ac02_time{
	width: 150px;
}
@media only screen and (max-width:1024px) {
	.ac_sec01,.ac_sec02{
		padding: 50px 10px;
	}
	.ac01_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ac01_box{
		padding: 5px;
		max-width: 360px;
	}
	.ac_h2{
		font-size: 18px;
	}
	.ac02_wrap{
		padding: 20px 10px 0;
	}
	.ac02_box{
		padding: 10px;
	}
	.ac02_time{
		width: 50px;
		padding-left: 20px;
	}
}
/*お問い合わせ*/
.ct_h2{
	font-size: 24px;
	font-weight: 600;
	color: #9d8247;
}
.ct_h2_ja{
	color: #646464;
	font-size: 14px;
}
.ct_wrap{
	margin-top: 20px;
	border: solid 1px #9d8247;
	padding: 20px 40px;
}
.ct_wrap01{
	margin-bottom: 50px;
}
.ct_tel{
	color: #9d8247;
	font-size: 32px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #9d8247;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-weight: 600;
}
.ct_p{
	color: #646464;
}
.ct_form_box{
	border-bottom: dashed 1px #9d8247;
	padding: 15px;
}
.ct_form_box08{
	border: none;
}
.ct_form_ttl{
	width: 200px;
	line-height: 1.5em;
}
.ct_form_ttl span{
	line-height: 1.5em;
}
.red{
	color: #e10000;
}
.ct_form_en{
	color: #b2b2b2;
}
.ct_form_input_box{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ct_form_input{
	width: 100%;
	padding: 10px;
	border: solid 1px #959595;
}
.ct_form_note{
	font-size: 12px;
	color: #898989;
}
.ct_form_bottom{
	padding: 20px;
}
a.ct_form_link{
	color: #166ac1;
}
.your-check{
	font-weight: 600;
}
.your-check .wpcf7-list-item{
	margin: 0;
}
.ct_form_btn_wrap{
	margin-top: 20px;
	padding-left: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.ct_form_btn_box{
	max-width: 240px;
	width: 100%;
	padding: 0 10px;
}
.ct_form_btn{
	padding: 15px;
	background: #9d8247;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: solid 1px #9d8247;
	cursor: pointer;
	letter-spacing: 0.1em;
	width: 100%;
	max-width: 240px;
}
.ct_form_btn:disabled{
	opacity: 0.5;
}
.ct_form_btn:nth-child(3){
	margin-left: 10px;
}
.mwform-checkbox-field {
	display: inline-block;
	margin: 0 10px;
}

@media screen and (min-width:1025px) {
	.ct_form_btn:hover{
		background: #fff;
		color: #9d8247;
	}
}
@media only screen and (max-width:1024px) {
	.ct_h2{
		font-size: 18px;
	}
	.ct_wrap{
		padding: 20px 10px;
	}
	.ct_tel{
		font-size: 24px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	.ct_form_box{
		padding: 10px 0;
	}
	.ct_form_ttl{
		width: 80px;
		font-size: 12px;
	}
	.ct_form_input{
		padding: 3px;
	}
	.ct_form_btn{
		padding: 5px;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1;
	}
	.ct_form_bottom{
		padding: 10px 0;
	}
	.ct_form_ttl_pc{
		display: none;
	}
}
/*アーティスト*/
.at_copy_wrap{
	margin: 100px auto;
}
.at_copy_ttl{
	font-size: 24px;
}
.at_copy_p{
	max-width: 750px;
	margin: 20px auto 0;
	color: #7a7a7a;
}
.at01_img_wrap{
	position: relative;
}
.at01_img{
	margin: auto;
}
.at01_img_txt{
	position: absolute;
	top: 100px;
	left: calc(50% - 400px);
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	text-shadow: 0 0 10px #000;
	letter-spacing: 0.1em;
}
.at02_img_txt{
	left: calc(50% + 200px);
}
.at_txt_wrap{
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.15);
	box-shadow: 0 0 50px rgba(0,0,0,0.15);
	padding: 60px 0;
}
.at_num{
	margin-bottom: 20px;
}
.at_txt_job{
	font-size: 18px;
	font-weight: 600;
}
.at_txt_name{
	font-size: 40px;
	font-weight: 600;
}
.at_name_en{
	color: #9d8247;
	font-size: 14px;
	padding-left: 20px;
	letter-spacing: 0.1em;
}
.at_txt_r{
	max-width: 450px;
	width: 100%;
	color: #9d8247;
	border-top: dashed 1px #959595;
}
.at_btn{
	padding: 20px;
	display: block;
	font-size: 16px;
	border-bottom: dashed 1px #959595;
	position: relative;
}
.at_btn_arrow{
	position: absolute;
	right: 20px;
	top: calc(50% - 13px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.at_sec02{
	padding-bottom: 100px;
}
@media screen and (min-width:1025px) {
	.at_btn:hover{
		background: #eee;
	}
	.at_btn:hover .at_btn_arrow{
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}
@media only screen and (max-width:1024px) {
	.at_copy_wrap{
		margin: 50px auto;
		padding: 0 10px;
	}
	.at_copy_ttl{
		font-size: 18px;
	}
	.at_sec01,.at_sec02{
		padding-bottom: 50px;
	}
	.at01_img_txt{
		font-size: 20px;
		left: 20px;
		top: 50px;
	}
	.at02_img_txt{
		left: unset;
		right: 20px;
	}
	.at_txt_inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.at_txt_wrap{
		padding: 30px 10px;
	}
	.at_txt_job{
		font-size: 16px;
	}
	.at_txt_name{
		font-size: 24px;
	}
	.at_txt_r{
		margin: 30px auto 0;
	}
	.at_btn{
		padding: 10px;
		font-size: 14px;
	}
}
/*アーティスト黒木国昭*/
.at_k_num{
	width: 150px;
	padding-top: 10px;
}
.at_k_num_box{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.at_k_num_ttl{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.at_k_num_en{
	font-size: 14px;
	color: #9d8247;
	letter-spacing: 0.1em;
}
.at_k_sec01{
	margin: 150px 0 130px;
}
.at_k01_inner{
	padding: 0 70px;
}
.at_k01_l{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding-right: 20px;
}
.at_k_h2{
	font-size: 26px;
	font-weight: 600;
}
.at_k01_p{
	margin-top: 20px;
	line-height: 1.8em;
	color: #7a7a7a;
}
.at_k01_r{
	text-align: right;
	font-weight: 600;
	width: 290px;
}
.at_k_img02{
	margin-bottom: 10px;
}
.at_k01_job{
	font-size: 12px;
}
.at_k01_name{
	font-size: 18px;
}
.at_k_visual01{
	position: relative;
	padding-top: 100px;
}
.at_k_visual02{
	position: relative;
	padding-top: 100px;
	margin-top: 190px;
}
.at_t_visual01{
	position: relative;
	padding-bottom: 100px;
}
.at_t_visual02{
	position: relative;
	padding-bottom: 100px;
	margin-top: 190px;
}
.at_visual_txt01{
	position: absolute;
	top: 0;
	left:50px;
}
.at_visual_txt02{
	left: unset;
	right: 50px;
}
.at_visual_txt03{
	position: absolute;
	bottom: 0;
	left:50px;
}
.at_visual_txt04{
	left: unset;
	right: 50px;
}
.at_visual_txt_box{
	background: #fff;
	padding: 70px;
	max-width: 580px;
	width: 100%;
	-webkit-box-shadow: 0 0 50px rgba(0,0,0,0.2);
	box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.at_k_img03_wrap{
	padding-left: 300px;
	height: 780px;
}
.at_k_img03{
	-o-object-position: left;
	object-position: top left;
	left: 0;
	top: 0;
}
.at_k_img06_wrap{
	padding-right: 300px;
	height: 780px;
}
.at_k_img06{
	-o-object-position: right;
	object-position: top right;
	right: 0;
	top: 0;
}
.at_visual_txt{
	position: relative;
	z-index: 1;
}
.at_visual_txt_ttl{
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 600;
}
.at_visual_txt_p{
	line-height: 1.8em;
	color: #7a7a7a;
}
.at_k_bio{
	padding: 110px 0;
}
.at_k_img04{
	width: 100%;
}
.at_k_sec03{
	background: #f7f7f7;
	padding: 110px 0;
}
.at_k_img05{
	margin: 0 auto 30px;
}
.at_k03_l_p,.at_k03_r_wrap{
	min-height: 320px;
}
.at_k03_r_wrap{
	margin-top: 0;
	padding: 30px 15px 0;
}
/*アーティスト谷口榮*/
.at_t_sec015{
	background: #f7f7f7;
	padding: 150px 0;
}
.at_t_img03_wrap{
	padding-left: 300px;
	height: 780px;
}
.at_t_img04_wrap{
	padding-right: 300px;
	height: 780px;
}
.at_t_img04{
	-o-object-position: top;
	object-position: top;
	top: 0;
}
.at_t03_wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.at_t03_box{
	text-align: center;
	margin-bottom: 50px;
	width: 320px;
}
.at_t03_box_ttl{
	color: #fff;
	margin-top: 30px;
}
.at_t_item_size{
	margin-top: 30px;
	padding-top: 30px;
	font-size: 12px;
	position: relative;
	color: #fff;
}
.at_t_item_size::after {
	content: "";
	display: block;
	width: 50px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0;
	left: calc(50% - 25px);
}
.at_t_sec02{
	border-bottom: solid 1px #d2d2d2;
}
.at_t_sec03{
	padding: 110px 0;
	background: #000;
}
@media only screen and (max-width:1024px) {
	.at_k_policy{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.at_k_num_box{
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}
	.at_k_num{
		margin-bottom: 20px;
	}
	.at_k_num_img{
		height: 50px;
	}
	.at_k_num_ttl{
		font-size: 20px;
		line-height: 1.3em;
	}
	.at_k_num_en{
		font-size: 12px;
		display: block;
	}
	.at_k_sec01{
		margin: 50px 0 50px;
	}
	.at_k01_inner{
		padding: 0 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.at_k01_l{
		padding: 0;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
	}
	.at_k_h2{
		font-size: 18px;
	}
	.at_k01_p{
		font-size: 14px;
	}
	.at_k01_r{
		padding: 20px 20px 0;
	}
	.at_k_visual01{
		padding: 0;
	}
	.at_k_visual02{
		padding: 0;
		margin-top: 50px;
	}
	.at_visual_txt_box{
		padding: 20px;
	}
	.at_visual_txt_ttl{
		font-size: 18px;
	}
	
	
	.at_k02_img_container{
		padding: 0;
	}
	.at_k02_img_wrap{
		height: 400px;
	}
	.at_k02_txt{
		position: static;
		padding: 20px 30px;
		width: calc(100% - 20px);
		margin: -50px auto 0;
		max-width: 280px;
	}
	.at_k02_copy{
		font-size: 18px;
	}
	.at_k02_p{
		font-size: 14px;
		line-height: 1.7em;
		margin-top: 10px;
	}
	.fz30{
		font-size: 20px;
		line-height: 1.7em;
	}
	.at_k_bio{
		padding: 50px 10px;
	}
	.at_k_sec03{
		padding: 50px 10px;
	}
	.at_t_visual01{
		padding: 0;
	}
	.at_t_sec015{
		padding: 50px 0;
	}
	.at_t_sec02{
		padding: 0 0 50px;
	}
	.at_k_img03_wrap,.at_t_img03_wrap{
		padding: 0 0 0 20px;
		-o-object-fit: none;
		object-fit: none;
		height: auto;
	}
	.at_k_img06_wrap,.at_t_img04_wrap{
		padding: 0 20px 0 0;
		-o-object-fit: none;
		object-fit: none;
		height: auto;
	}
	
	.at_visual_txt01,.at_visual_txt03{
		position: static;
		padding-right: 20px;
		margin-top: -30px;
	}
	.at_visual_txt02,.at_visual_txt04{
		position: static;
		padding: 0 0 0 20px;
		margin-top: -30px;
	}
	.at_t_visual02{
		margin-top: 50px;
		padding: 0;
	}
	.at_t_sec03{
		padding: 50px 10px;
	}
	.at_t03_wrap{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.at_t03_box{
		width: 50%;
		max-width: 260px;
		padding: 5px;
		margin-bottom: 30px;
	}
	.at_t03_box_ttl{
		margin-top: 10px;
	}
	.at_t_item_size{
		font-size: 10px;
		margin-top: 10px;
		padding-top: 10px;
	}
}




/*代表作品*/
.work_content{
	padding-bottom: 150px;
}
.work_img_wrap {
	position: relative;
}
.wk_img_copy{
	position: absolute;
	right: 25%;
	top: 10%;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
}
@media only screen and (max-width:1024px) {
	.work_img_wrap{
	}
	.work_img_wrap img{
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
	}
	.wk_img_copy{
		right: 10px;
		top: 20px;
		text-shadow: 0 0 8px rgba(256,256,256,0.8);
	}

}

/*受賞歴*/
.aw_container{
	padding: 50px 30px 80px 80px;
}
.aw_h2{
	color: #9d8247;
	font-size: 18px;
	font-weight: 600;
}
.aw_wrap{
	margin-top: 30px;
	font-size: 14px;
}
.aw_tr{
	padding: 10px 0;
}
.aw_tt{
	width: 70px;
}
.aw_td{
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 2.5em;
}
.aw_td_txt{
	color: #919191;
}
.aw_h2_sub{
	font-size: 0.8em;
}
.aw_img_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
}
.aw_img_txt{
	font-size: 10px;
	margin-top: 20px;
}
@media only screen and (max-width:1024px) {
	.aw_container{
		padding: 30px 10px 50px;
	}
	.aw_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.aw_table{
		width: 100%;
	}
	.aw_tt{
		width: 50px;
	}
	.aw_tr{
		padding: 2px 0;
	}
	.aw_td{
		line-height: 2.0em;
	}
	.aw_img_box{
		margin-top: 40px;
	}
}

/*展覧会*/
.ep_wrap{
	margin-top: 80px;
}
.ep_txt{
	padding:10px 40px 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.ep_h3{
	color: #9d8247;
	font-size: 24px;
	font-weight: 600;
	border-left: solid 15px #f2f2f2;
	padding: 10px 15px;
	line-height: 1.3em;
}
.ep_h3_en{
	font-size: 20px;
	color: #a2a2a2;
}
.ep_box_ttl{
	font-size: 24px;
	font-weight: 600;
	margin-top: 20px;
}
.ep_p{
	margin-top: 20px;
	color: #9d9c9c;
}
.ep_img{
	width: 440px;
}
.ep_btn_wrap{
	margin-top: 30px;
}
.ep02_p{
	max-width: 650px;
	margin: 50px auto;
	padding: 0 50px;
	color: #9d9c9c;
}
.ep02_note{
	color: #9d8247;
	font-size: 12px;
	margin-top: 10px;
}
.ep_sec01{
	padding: 0 0 130px;
}
@media only screen and (max-width:1024px) {
	.ep_wrap{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.ep_wrap+.ep_wrap{
		margin-top: 80px;
	}
	.ep_txt{
		padding: 0 0 30px;
	}
	.ep_h3{
		font-size: 20px;
	}
	.ep_h3_en{
		font-size: 15px;
	}
	.ep_box_ttl{
		font-size: 20px;
	}
	
	.ep_img{
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.ep01_img{
		margin: auto;
	}
	.ep02_p{
		padding: 0;
		margin: 30px auto;
	}
	.ep_sec01{
		padding: 0 10px 50px ;
	}
}

/*展覧会　下層*/
.ex_h1{
	padding: 0 80px 50px;
	border-bottom: solid 3px #aa966b;
}
.ex_h1_country{
	font-size: 35px;
	padding-right: 30px;
	line-height: 1.0em;
}
.ex_h1_en{
	font-size: 0.8em;
	line-height: 1.0em;
}
.ex_h1_ttl{
	font-size: 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.3em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ex_container{
	max-width: 780px;
	margin: 100px auto 0;
	position: relative;
	padding-bottom: 100px;
}
.ex_inner{
	position: relative;
	padding: 0 100px;
}
.exh_img{
	position: absolute;
	top: 0;
	width: calc(50vw - 399px);
}
.exh_img_L{
	right: 100%;
}
.exh_img_R{
	left: 100%;
}
.exh_img_L img{
	margin: 0 0 0 auto;
}
.exh_img_R img{
	margin: 0 auto 0 0;
}
.ex_btn_wrap {
	margin-top: 100px;
	padding: 0 50px;
}
.ex_btn_wrap a{
	text-align: center;
}
@media only screen and (max-width:1024px) {
	.ex_h1{
		padding: 0 10px 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(100% - 20px);
	}
	.ex_h1_country{
		font-size: 20px;
		width: 100%;
		margin-bottom: 10px;
	}
	.ex_h1_en{
		padding-left: 20px;
	}
	.ex_h1_ttl{
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		width: 100%;
		font-size: 16px;
	}
	.ex_container{
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.ex_inner{
		padding: 0 20px;
	}
	.exh_img{
		position: static;
		margin-bottom: 20px;
		width: 100%;
	}
	.exh_img img{
		margin: auto;
	}
	.ex_btn_wrap{
		margin-top: 50px;
		padding: 0;
	}
}

/*記念品事業*/
.sv_comment{
	background: #eeeeee;
	border-radius: 15px;
	padding: 30px;
	margin: 50px 0;
}
@media only screen and (max-width:1024px) {
	.sv_comment{
		padding: 20px 10px;
	}
	.sv_contact_container{
		padding: 0;
	}
}