@charset "utf-8";

/*
GLOBAL
***************************************************************************/
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	width: 100%;
	height: auto;
	text-align: left;
	font-style: normal;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
	line-height: 2.15;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.1rem;
	background: #fff;
	overflow: hidden;
	caret-color: transparent;
}

body.form_complete { min-height:100vh; }

/* ▼CONTAINER CONTROL▼ */
.base_box {
	position: relative;
	width: 1400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.base_box.mid_large { width:1500px; }
.base_box.large { width:1600px; }
.base_box.ex_large { width:1800px; }

@media screen and (max-width: 1920px){

	.base_box.ex_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1720px){

	.base_box.large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1620px){

	.base_box.mid_large {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

@media screen and (max-width: 1520px){

	.base_box {
		width: auto;
		margin-left: 60px;
		margin-right: 60px;
	}

}

.base_content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.pc_disp { display:block; }
.sp_disp { display:none; }

.jp_txt, .jp_txt .btn01 { font-family:"Zen Old Mincho", serif; }

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,div,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,main,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	word-wrap: break-word;
	font-feature-settings: "palt";
	backface-visibility: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

iframe { border:none; }

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

th {
	text-align: left;
	font-weight: 500;
}

/* ▼LINK▼ */
a {
	color: #000;
	text-decoration: none;
	outline: none;
	transition: .3s;
}

a:hover {
	opacity: 0.7;
}

a.normal_link {
	color: #000;
	text-decoration: underline;
}

a.normal_link:hover { text-decoration:none; }

a.txt_link {
	display: inline-block;
	position: relative;
	color: #000;
}

a.txt_link::before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

a.txt_link:hover::before { display:none; }

a.icon_link { margin:0 3px; }

a::before, a::after, button::before, button::after {
	content: '';
	position: absolute;
	transition: .3s;
}

/* ▼IMG▼ */
img, input[type="image"] {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

button, input[type="submit"] {
	padding: 0;
	vertical-align: middle;
	font-family: "Zen Old Mincho", serif;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	transition: .3s;
}

.img_frame {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: .3s;
}

.hover_zoom a .img { overflow:hidden; }

.hover_zoom a:hover { opacity:1; }

.hover_zoom a:hover .img_frame {
	transform: scale(1.1);
}

/*
HEADER
***************************************************************************/
header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 0 50px;
	background: #fff;
	z-index: 1001;
}

header .logo {
	width: 260px;
	line-height: 100px;
}

header .logo a {
	display: flex;
	align-items: center;
}

.hnavi_list {
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 360px);
	padding-right: 20px;
}

.hnavi_list li a {
	display: block;
	padding: 0 25px;
	font-size: 1.8rem;
	line-height: 96px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05rem;
}

.hnavi_list li a:hover { opacity:1 }

.hnavi_list li a span {
	display: inline-block;
	position: relative;
	padding: 0 2px;
}

.hnavi_list li a span::after {
	content: '';
	position: absolute;
	bottom: 28px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	transition: .3s;
	opacity: 0;
}

.hnavi_list li a:hover span::after { opacity:1 }

header .lang_ctl {
	width: 100px;
	height: 20px;
	padding: 0 18px;
	line-height: 20px;
	border-left: solid 1px #acacac;
  white-space: nowrap;
}

header .btn {
	width: 180px;
}

header .btn01 {
	padding-right: 20px;
}

.btn_gnavi, #gnavi {
	display: none;
}

@media screen and (max-width: 1439px){

	header .logo { width:calc(100% - 160px); }
	.hnavi_list { display:none; }

	.btn_gnavi {
		display: block;
		position: fixed;
		top: 0;
		right: 20px;
		width: 100px;
		height: 100px;
		background: url(../common_img/btn_gnavi.png) center center / 60px no-repeat;
		z-index: 1002;
	}

	#gnavi {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 200px 60px 100px;
		background: #fff;
		overflow-y: auto;
		z-index: 5000;
	}

	#gnavi .gnavi_close {
		position: fixed;
		top: 0;
		right: 0;
		width: 100px;
		height: 100px;
		background: url(../common_img/btn_close.png) center center / 60px no-repeat;
	}

	.gnavi_list {
		display: flex;
		justify-content: space-between;
		padding: 0 30px 50px;
	}

	.gnavi_list li a {
		font-size: 2rem;
		font-family: "Times New Roman", Times, serif;
		letter-spacing: 0.05rem;
	}

	#gnavi .btn {
		margin-bottom: 50px;
	}

	#gnavi .btn01 {
		height: 70px;
	}

	#gnavi .sns_list {
		text-align: center;
	}

	#gnavi .sns_list li {
		margin: 0 15px;
	}

}

/* ▼LOGO▼ */
.logo {
	font-size: 3rem;
	font-weight: 500;
}

.logo span {
	margin-left: 15px;
	font-size: 1.3rem;
	color: #9e9e9e;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.15rem;
	transform: translateY(1px);
}

/* ▼LANG▼ */
.lang_ctl {
	font-size: 1.6rem;
	color: #6a6a6a;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05rem;
}

.lang_ctl li {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.lang_ctl li.active { color:#000; }

.lang_ctl li::after {
	display: none;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	transform: translateX(-50%);
}

.lang_ctl li.active::after { display:block; }

.lang_ctl li:first-child {
	margin-right: 20px;
}

.lang_ctl li:first-child::before {
	content: '/';
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: 1px;
	transform: translateY(-50%);
}

/*
CONTENTS
***************************************************************************/
#contents {
	position: relative;
	z-index: 1;
}

/* ▼PAGE TITLE▼ */
#page_title {
	position: relative;
	width: 100vw;
	height: 380px;
	margin-top: 100px;
}

#page_title.contact_conf { margin-top:0; }

#page_title .base_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 380px;
}

#page_title .title {
	display: flex;
	align-items: center;
	font-size: 4rem;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.3rem;
}

#page_title .title .sub {
	margin-left: 40px;
	font-size: 2rem;
	color: #9e9e9e;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.8rem;
	transform: translateY(5px);
}

.en_body #page_title .title .sub { display:none; }

#page_title .title.ex .sub {
	letter-spacing: 0.4rem;
}

/* ▼PAGE NAVI▼ */
.pnavi {
	padding: 20px 0;
	background: #151d1c;
	border-bottom: solid 1px #2e3736;
}

.pnavi ul {
	display: flex;
	flex-wrap: wrap;
}

.pnavi li {
	position: relative;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #63706e;
}

.pnavi li a { color:#808c8a; text-decoration:underline; }
.pnavi li a:hover { text-decoration:none; }

.pnavi li::after {
	content: '＞';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.pnavi li:last-child::after { display:none; }

/* ▼PAGE LIST▼ */
.page_list ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_list li a,
.page_list li .current {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	margin: 0 20px;
	font-size: 2rem;
	font-weight: 500;
	color: #6a6a6a;
	font-family: "Times New Roman", Times, serif;
}

.page_list li .current { color:#000; }

.page_list li .current::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	transform: translateX(-50%);
}

.page_list li.prev a::before, .page_list li.next a::before,
.page_list li.prev a::after, .page_list li.next a::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}

.page_list li.prev a::before, .page_list li.next a::before {
	background: transparent;
	border: solid 1px #8f8f8f;
	border-radius: 50%;
}

.page_list li.prev a::after, .page_list li.next a::after {
	background-image: url(../common_img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.page_list li.prev a::after {
	transform: rotate(-180deg);
}

/* ▼CATERGORY▼ */
.cat_list {
	margin-bottom: 90px;
}

.cat_list .year {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: solid 1px #acacac;
}

.cat_list .type {
	padding-top: 30px;
}

.cat_list li {
	display: inline-block;
	min-width: 100px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.cat_list li:last-child { margin-right:0; }

.cat_list li a, .cat_list .type li {
	padding: 0 30px 2px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 28px;
	letter-spacing: 0.05rem;
	background: #fff;
	border: solid 1px #8f8f8f;
	border-radius: 360px;
}

.cat_list li a { display:block; }
.cat_list .type li { transition:.3s; cursor:pointer; }

.cat_list li a:hover, .cat_list li.active a,
.cat_list .type li:hover, .cat_list .type li.active {
	color: #fff;
	background: #000;
	border: solid 1px #000;
	border-radius: 360px;
	opacity: 1;
}

@media screen and (max-width: 1439px){

	.cat_list li { margin-right:5px; }

}

/* ▼ANCHOR▼ */
.anc_list li {
	display: inline-block;
	width: 180px;
	margin-right: 35px;
}

.anc_list li .link01::after { transform:rotate(90deg); }

/* ▼DL LIST▼ */
.dl_list {
	font-family: "Times New Roman", Times, serif;
}

.dl_list .title {
	margin-bottom: 25px;
	font-size: 1.8rem;
}

.dl_list li {
	margin-bottom: 10px;
	padding-left: 28px;
	background: url(../common_img/icon_pdf.png) left 5px / 20px no-repeat;
}

/* ▼READ MORE▼ */
.read_frame .more { display:none; }

/*
TOP
***************************************************************************/
/* ▼TOPIMG▼ */
#topimg {
	position: relative;
	height: 800px;
	margin: 100px 50px 0;
}

#topimg .box {
	width: 100%;
	height: 800px;
}

#topimg .slick-track {
	display: flex;
}

/* ▼EXHIBITIONS▼ */
.top_exhibitions {
	position: relative;
	margin-top: 50px;
	padding: 150px 0;
}

.top_exhibitions.no_first {
	padding: 280px 0 150px;
}

.top_exhibitions.no_first .title_box { top:-190px; }

.top_exhibitions::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 100%;
	background: #f3f5f5;
	z-index: 1;
}

.top_exhibitions .first_box {
	width: 1000px;
	margin: 0 auto;
	transform: translateX(50px);
}

.top_exhibitions .first_box .box {
	margin-bottom: 100px;
}

.top_exhibitions .first_box .box:nth-child(n+3) { display:none; }

.top_exhibitions .first_box a { display:block; }

.top_exhibitions .first_box .inner {
	display: flex;
	align-items: center;
}

.top_exhibitions .first_box .box:nth-child(2n+1) .inner {
	flex-direction: row-reverse;
}

.top_exhibitions .first_box .img {
	width: 50%;
}

.top_exhibitions .first_box .img img { width:100%; }

.top_exhibitions .first_box .content {
	width: 50%;
}

.top_exhibitions .first_box .box:nth-child(2n) .content {
	padding-left: 60px;
}

.top_exhibitions .first_box .cat {
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 36px;
	letter-spacing: 0.15rem;
}

.top_exhibitions .first_box .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

.top_exhibitions .first_box .title {
	margin-bottom: 30px;
	font-size: 2.4rem;
}

.top_exhibitions .first_box .date {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.top_exhibitions .first_box .txt {
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
}

.top_exhibitions .first_box .status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	border-radius: 360px;
}

.top_exhibitions .first_box .status.upcoming { background:#a4aab3; }
.top_exhibitions .first_box .status.ongoing { background:#bfa95c; }
.top_exhibitions .first_box .status.available { background:#636f94; }

.top_exhibitions .exhibitions_list {
	padding-bottom: 65px;
}

.top_exhibitions .exhibitions_list .box:nth-child(n+4) { display:none; }

.top_exhibitions .exhibitions_list .box { margin-bottom:0; }

@media screen and (max-width: 1840px){

	.top_exhibitions .first_box { width:950px; transform:translateX(80px); }

}

@media screen and (max-width: 1640px){

	.top_exhibitions .first_box { width:900px; transform:translateX(120px); }

}

@media screen and (max-width: 1439px){

	.top_exhibitions { padding:100px 0; }

}

@media screen and (max-width: 1020px){

	.top_exhibitions .first_box { width:auto; margin:0 0 100px; }

}

/* ▼CRITICS▼ */
.top_critics {
	padding: 100px 0 60px;
}

.top_critics .title_box { top:50px; }

.top_critics .critics_list {
  width: 1100px;
  margin: 0 0 70px calc(100% - 1100px);
	margin-bottom: 70px;
}

@media screen and (max-width: 1640px){

	.top_critics .critics_list { width:1000px; margin:0 0 100px calc(100% - 1000px); }

}

@media screen and (max-width: 1439px){

	.top_critics { padding:100px 0 20px; }
	.top_critics .title_box { margin-bottom:30px; }
	.top_critics .critics_list{ width: auto; margin: 40px 0 100px; }

}

/* ▼WORKS▼ */
.top_works {
	padding: 60px 0 100px;
}

.top_works .title_box {
	position: static;
	margin-bottom: 90px;
}

.top_works .works_list {
	padding-bottom: 40px;
}

.top_works .works_list .box:nth-child(n+4) { display:none; }

.top_works .works_list .box { margin-bottom:0; }

@media screen and (max-width: 1439px){

	.top_works { padding:60px 0; }
	.top_works .title_box { margin-bottom:60px; }

}

/* ▼ABOUT▼ */
.about_sec {
	padding: 50px 0;
}

.top_about {
	padding: 100px 0 150px;
}

.about_sec .top_about {
	padding: 100px 0;
}

.top_about .sec_title {
	letter-spacing: 0.4rem;
}

.top_about .content {
	width: 1200px;
	margin: 0 0 40px calc(100% - 1200px);
}

.top_about .head {
	position: relative;
}

.top_about .img {
	position: absolute;
	bottom: -230px;
	right: 115px;
	width: calc(50% - 115px);
}

.top_about .img img { width:100%; }

.top_about .logo {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.top_about .logo > span {
	margin-left: 30px;
	font-size: 1.6rem;
}

.top_about .txt {
	position: relative;
	margin-bottom: 110px;
	padding-right: 400px;
}
.about_sec .top_about .txt {
	padding-right: 640px;
}

.top_about .txt::after {
	content: '';
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #acacac;
}

.top_about .txt_list {
	display: flex;
}

.top_about .txt_list li {
	width: 50%;
	padding-right: 115px;
}

.top_about .dl_list {
	margin-top: 70px;
}

.top_about .cv_list dl {
	padding: 60px 0 70px;
	border-bottom: solid 1px #acacac;
}

.top_about .cv_list dl:first-child { padding-top:0; }

.top_about .cv_list dt {
	margin-bottom: 30px;
	font-size: 2.6rem;
}

@media screen and (max-width: 1640px){

	.top_about .content { width:1000px; margin:0 0 40px calc(100% - 1000px); }
	.top_about .txt { padding-right:80px; }
	.about_sec .top_about .txt { padding-right:520px; }
	.top_about .img { right:80px; width:calc(50% - 80px); }
	.top_about .txt_list li { padding-right:80px; }

}

@media screen and (max-width: 1439px){

	.top_about { padding:60px 0 100px; }
	.about_sec .top_about { padding:50px 0 0; }
	.top_about .sec_title { margin-bottom:60px; }
	.top_about .content { width:auto; margin:0 0 40px; }
	.top_about .txt { padding-right:0; }
	.about_sec .top_about .txt { padding-right:50%; }
	.top_about .img { right:0; }
	.about_sec .top_about .content { margin:60px 0 40px; }
	.top_about .cv_list dl { padding:30px 0 35px; }
	.top_about .cv_list dt { margin-bottom:15px; }

}

/* ▼NEWS▼ */
.top_news {
	padding: 150px 0;
	background: #f3f5f5;
}

.top_news .sec_title {
	letter-spacing: 0.6rem;
}

.top_news .list {
	width: 1200px;
	margin: 0 0 50px calc(100% - 1200px);
}

.top_news .list .box:nth-child(n+4) { display:none; }

.top_news .list .box a {
	display: block;
	margin-bottom: 1px;
	padding: 50px;
	background: #fff;
}

.top_news .list .box .inner {
	display: flex;
	align-items: center;
}

.top_news .list .box .img {
	width: 290px;
	height: 180px;
	overflow: hidden;
}

.top_news .list .box .img .img_frame {
	background-size: contain;
}

.top_news .list .box .content {
	width: calc(100% - 290px);
	padding-left: 50px;
}

.top_news .list .box .date {
	font-size: 1.3rem;
	font-weight: 500;
	color: #7a7a7a;
}

.top_news .list .box .cat {
	margin-bottom: 10px;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
}

.top_news .list .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
	font-weight: 400;
}

.top_news .list .box .txt {
	font-size: 1.5rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.85;
	letter-spacing: 0.025rem;
}

@media screen and (max-width: 1640px){

	.top_news .list { width:1000px; margin:0 0 50px calc(100% - 1000px); }

}

@media screen and (max-width: 1439px){

	.top_news { padding:100px 0; }
	.top_news .sec_title { margin-bottom:60px; }
	.top_news .list { width:auto; margin:0 0 50px; }

}

/* ▼MEDIA▼ */
.top_media {
	padding: 150px 0 120px;
}

.top_media .sec_title {
	letter-spacing: 0.4rem;
}

.top_media .media_list {
	width: 1200px;
	margin: 0 0 50px calc(100% - 1200px);
}

.top_media .media_list .box {
	width: calc((100% - 100px) / 2);
	margin: 0 100px 0 0;
}

.top_media .media_list .box:nth-child(n+3) { display:none; }

.top_media .media_list .box:nth-child(2n) { margin-right:0; }

@media screen and (max-width: 1640px){

	.top_media .media_list { width:1000px; margin:0 0 50px calc(100% - 1000px); }

}

@media screen and (max-width: 1439px){

	.top_media { padding:100px 0 80px; }
	.top_media .sec_title { margin-bottom:60px; }
	.top_media .media_list { width:auto; margin:0 0 50px; }
	.top_media .media_list .box { width:calc((100% - 60px) / 2); margin:0 60px 0 0; }

}

/*
EXHIBITIONS
***************************************************************************/
/* ▼LIST▼ */
.exhibitions_sec.list {
	margin-bottom: 150px;
	padding: 100px 0 150px;
	background: #f3f5f5;
}

.exhibitions_list {
	margin: 0 -55px;
	overflow: hidden;
}

.exhibitions_sec.list .exhibitions_list {
	padding-bottom: 50px;
}

.exhibitions_list .box {
	float: left;
	width: calc((100% - 330px) / 3);
	margin: 0 55px 50px;
}

.exhibitions_list .box a {
	display: block;
	padding: 50px;
	background: #fff;
}

.exhibitions_list .box .img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}

.exhibitions_list .box .img_frame {
	display: flex;
	align-items: center;
	justify-content: center;
}

.exhibitions_list .box .img img { max-width:100%; }

.exhibitions_list .box .content {
	position: relative;
}

.exhibitions_list .box .cat {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 36px;
	letter-spacing: 0.15rem;
}

.exhibitions_list .box .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

.exhibitions_list .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.exhibitions_list .box .date {
	margin-bottom: 5px;
	font-size: 1.6rem;
}

.exhibitions_list .box .txt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.8;
}

.exhibitions_list .box .stxt {
	font-size: 1.2rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.8;
}

.exhibitions_list .box .status {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	right: 0;
	width: 120px;
	height: 30px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	border-radius: 360px;
}

.exhibitions_list .box .status.upcoming { background:#a4aab3; }
.exhibitions_list .box .status.ongoing { background:#bfa95c; }
.exhibitions_list .box .status.available { background:#636f94; }

@media screen and (max-width: 1720px){

	.exhibitions_list { margin:0 -40px; }
	.exhibitions_list .box { width:calc((100% - 240px) / 3); margin:0 40px 50px; }
	.exhibitions_list .box a { padding:40px; }

}

@media screen and (max-width: 1600px){

	.exhibitions_list { margin:0 -25px; }
	.exhibitions_list .box { width:calc((100% - 150px) / 3); margin:0 25px 50px; }

}

@media screen and (max-width: 1439px){

	.exhibitions_sec.list { margin-bottom:100px; }
	.exhibitions_list { margin:0 -20px; }
	.exhibitions_list .box { width:calc((100% - 120px) / 3); margin:0 20px 40px; }
	.exhibitions_list .box a { padding:40px 25px; }

}

/* ▼DETAIL▼ */
.exhibitions_sec.detail {
	margin: 120px 0 150px;
}

.exhibitions_sec.detail .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

.exhibitions_sec.detail .article_main .img .zoom {
	display: none;
}

.exhibitions_sec.detail .article_main::before {
	display: none;
}

.exhibitions_sec.detail .article_list .box .txt {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media screen and (max-width: 1439px){

	.exhibitions_sec.detail { margin:120px 0 100px; }
	.exhibitions_sec.detail .sec_inner { width:auto; margin:0 60px; }

}

/*
CRITICS
***************************************************************************/
/* ▼LIST▼ */
.critics_sec.list {
	margin-bottom: 150px;
}

.critics_sec.list .title_box { top:50px; }

.critics_list .box a {
	display: block;
	padding: 40px 0;
	border-bottom: solid 1px #acacac;
}

.critics_list .box .title {
	margin-bottom: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
}

.critics_list .box .content {
	display: flex;
}

.critics_list .box .content li {
	padding-right: 25px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
}

@media screen and (max-width: 1439px){

	.critics_sec.list { margin-bottom:100px; }

}

/* ▼DETAIL▼ */
.critics_sec.detail {
	margin: 240px 0 150px;
}

.critics_sec.detail .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1439px){

	.critics_sec.detail { margin:180px 0 100px; }
	.critics_sec.detail .sec_inner { width:auto; margin:0 60px; }

}

/*
WORKS
***************************************************************************/
/* ▼LIST▼ */
.works_sec.list {
	margin-bottom: 150px;
}

.works_list {
	margin: 0 -55px;
	overflow: hidden;
}

.works_sec.list .works_list {
	padding-bottom: 50px;
}

.works_list .box {
	float: left;
	width: calc((100% - 330px) / 3);
	margin: 0 55px 110px;
}

.works_list .box a { display:block; }

.works_list .box .img {
	margin-bottom: 20px;
	text-align: center;
}

.works_list .box .img_frame {
	display: flex;
	align-items: center;
	justify-content: center;
}

.works_list .box .img img { max-width:100%; }

.works_list .box .cat {
	margin-bottom: 30px;
	font-size: 1.5rem;
	line-height: 36px;
	letter-spacing: 0.15rem;
}

.works_list .box .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

.works_list .box .title {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

.works_list .box .date {
	margin-bottom: 15px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #7a7a7a;
}

.works_list .box .txt {
	font-size: 1.2rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
}

@media screen and (max-width: 1720px){

	.works_list { margin:0 -40px; }
	.works_list .box { width:calc((100% - 240px) / 3); margin:0 40px 110px; }

}

@media screen and (max-width: 1600px){

	.works_list { margin:0 -30px; }
	.works_list .box { width:calc((100% - 180px) / 3); margin:0 30px 110px; }

}

@media screen and (max-width: 1439px){

	.works_sec.list { margin-bottom:100px; }
	.works_list { margin:0 -20px; }
	.works_list .box { width:calc((100% - 120px) / 3); margin:0 20px 60px; }

}

/* ▼DETAIL▼ */
.works_sec.detail {
	margin: 120px 0 150px;
}

.works_sec.detail .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1439px){

	.works_sec.detail { margin:120px 0 100px; }
	.works_sec.detail .sec_inner { width:auto; margin:0 60px; }

}

/*
MEDIA
***************************************************************************/
/* ▼LIST▼ */
.media_sec.list {
	margin-bottom: 150px;
}

.media_list {
	margin: 0 -50px;
	overflow: hidden;
}

.media_sec.list .media_list {
	padding-bottom: 50px;
}

.media_list .box {
	float: left;
	width: calc((100% - 300px) / 3);
	margin: 0 50px 100px;
}

.media_list .box a { display:block; }

.media_list .box .img {
	width: 100%;
	height: 340px;
	margin-bottom: 20px;
	overflow: hidden;
}

.media_list .box .cat {
	margin-bottom: 10px;
	font-size: 1.4rem;
	letter-spacing: 0.025rem;
}

.media_list .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.media_list .box .txt {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
	letter-spacing: 0.025rem;
}

.media_list .box .date {
	font-size: 1.3rem;
	font-weight: 500;
	color: #7a7a7a;
}

@media screen and (max-width: 1720px){

	.media_list { margin:0 -40px; }
	.media_list .box { width:calc((100% - 240px) / 3); margin:0 40px 80px; }

}

@media screen and (max-width: 1600px){

	.media_list { margin:0 -30px; }
	.media_list .box { width:calc((100% - 180px) / 3); margin:0 30px 60px; }

}

/* ▼DETAIL▼ */
.media_sec.detail {
	margin: 240px 0 150px;
}

.media_sec.detail .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1439px){

	.media_sec.detail { margin:240px 0 100px; }
	.media_sec.detail .sec_inner { width:auto; margin:0 60px; }

}

/*
NEWS
***************************************************************************/
/* ▼LIST▼ */
.news_sec {
	margin-bottom: 150px;
	padding: 100px 0 150px;
	background: #f3f5f5;
}

.news_list {
	margin: 0 -55px;
	overflow: hidden;
}

.news_sec .news_list {
	padding-bottom: 100px;
}

.news_sec .news_list .box {
	float: left;
	width: calc((100% - 220px) / 2);
	margin: 0 55px 50px;
	background: #fff;
}

.news_sec .news_list .box .inner {
	padding: 50px 50px 60px;
}

.news_sec .news_list .box .img {
	width: 100%;
	aspect-ratio: 10 / 7;
	margin-bottom: 20px;
	overflow: hidden;
}

.news_sec .news_list .box .date {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.news_sec .news_list .box .title {
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.65;
}

.news_sec .news_list .box .txt {
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.8;
}

.news_list .box .cat {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 36px;
	letter-spacing: 0.15rem;
}

.news_list .box .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

@media screen and (max-width: 1720px){

	.news_list { margin:0 -40px; }
	.news_sec .news_list .box { width:calc((100% - 160px) / 2); margin:0 40px 50px; }
	.news_sec .news_list .box .inner { padding:40px 40px 50px; }
}

@media screen and (max-width: 1600px){

	.news_list { margin:0 -30px; }
	.news_sec .news_list .box { width:calc((100% - 120px) / 2); margin:0 30px 50px; }

}

@media screen and (max-width: 1439px){

	.news_sec { margin-bottom:100px; }
	.news_list { margin:0 -20px; }
	.news_sec .news_list { padding-bottom: 60px;}
	.news_sec .news_list .box { width:calc((100% - 80px) / 2); margin:0 20px 40px; }
	.news_sec .news_list .box .inner { padding:40px 40px 50px; }
}

@media screen and (max-width: 1020px){

	.news_sec .news_list .box { padding:30px 30px 40px; }
	.news_sec .news_list .box .inner { padding:30px 30px 40px; }

}


/*
PRIVACY POLICY
***************************************************************************/
.privacy_sec {
	margin-top: 40px;
}

.privacy_sec .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1439px){

	.privacy_sec .sec_inner { width:auto; margin:0 60px; }

}

.privacy_sec .box_gray {
  background: #f3f5f5;
  padding: 20px 40px;
}

.privacy_sec .article_content li {
	font-size: 1.8rem;
}

.privacy_sec .article_content li::before {
	top: 14px;
}

/*
ARTICLE
***************************************************************************/
/* ▼MAIN▼ */
.article_main {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	position: relative;
	margin-bottom: 120px;
	padding-bottom: 60px;
}

.article_main::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 105px;
	width: 1px;
	height: 40px;
	background: #acacac;
}

.article_main.single::before { display:none; }

.article_main .img {
	width: 50%;
	overflow: hidden;
}

.article_main .img .box img { width:100%; }

.article_main .img .btn_ctl {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background-color: #a8aeae;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	transition: .3s;
	cursor: pointer;
}

.article_main .img .btn_ctl.prev {
	right: 50px;
	transform: rotate(-180deg);
}

.article_main .img .btn_ctl:hover { background-color:#000; }

.article_main .img .btn_ctl.slick-disabled { opacity:0.5; cursor:default; }
.article_main .img .btn_ctl.slick-disabled:hover { background-color:#a8aeae; }

.article_main .img .slick-track {
	display: flex;
}

.article_main .img .box {
	display: flex;
	align-items: center;
}

.article_main .img .zoom {
	position: absolute;
	bottom: 0;
	right: 120px;
	width: 40px;
	height: 40px;
	background-color: #a8aeae;
	background-image: url(../common_img/btn_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	transition: .3s;
	cursor: pointer;
}

.article_main.single .img .zoom { right:0; }

.article_main .img .zoom:hover { background-color:#000; }

.article_main .content {
	width: 50%;
	padding-right: 50px;
}

.article_main .cat {
	margin-bottom: 35px;
	font-size: 1.6rem;
	line-height: 36px;
	letter-spacing: 0.15rem;
}

.article_main .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

.article_main .title {
	margin-bottom: 35px;
	font-size: 2.4rem;
}

.article_main .date {
	margin-bottom: 10px;
	font-size: 1.8rem;
}

.article_main .txt {
	margin-bottom: 30px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
}

.article_main .status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 30px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	border-radius: 360px;
}

.article_main .status.upcoming { background:#a4aab3; }
.article_main .status.ongoing { background:#bfa95c; }
.article_main .status.available { background:#636f94; }

@media screen and (max-width: 1439px){

	.article_main .content { padding-right:60px; }

}

/* ▼HEAD▼ */
.article_head {
	margin-bottom: 40px;
}

.article_head .cat {
	margin-bottom: 25px;
	font-size: 1.6rem;
	line-height: 40px;
	letter-spacing: 0.15rem;
}

.article_head .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

.article_head .title {
	margin-bottom: 20px;
	font-size: 3rem;
	letter-spacing: 0.1rem;
}

.article_head .txt {
	margin-bottom: 25px;
}

.article_head .date {
	margin-bottom: 50px;
	font-size: 1.3rem;
	font-weight: 500;
	color: #7a7a7a;
}

.article_head .content {
	display: flex;
	margin-bottom: 30px;
}

.article_head .content li {
	padding-right: 25px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
}

.article_head .content li.name {
	font-size: 1.6rem;
}

.article_head .dl_list {
	margin-bottom: 70px;
}

.article_head .img {
	margin-bottom: 20px;
}

.article_head .img img { width:100%; }

.article_head .btn {
	display: flex;
	justify-content: flex-end;
}

.article_head .zoom {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #a8aeae;
	background-image: url(../common_img/btn_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	transition: .3s;
	cursor: pointer;
}

.article_head .zoom:hover { background-color:#000; }

/* ▼CONTENT▼ */
.article_content {
	padding-bottom: 90px;
}

.article_content h2 {
	position: relative;
	margin-bottom: 60px;
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}

.article_content h2::after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 40px;
	height: 1px;
	background: #acacac;
}

.article_content h3 {
	margin-bottom: 25px;
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}

.article_content > div > div,
.article_content > div > div > div {
  font-size: 1.8rem;
	margin-bottom: 60px;
}

.article_content > div > p {
	margin: 0;
}

.article_content a { color:#000; text-decoration:underline; }
.article_content a:hover { text-decoration:none; }
.article_content a.btn01 { color:#fff; text-decoration:none; }

.article_content img {
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	margin-bottom: 60px;
	clear: both;
}

.article_content .alignleft { float:left; }
.article_content .aligncenter { margin:0 auto; }
.article_content .alignright { float:right; }

.article_content img.alignleft {
	float: left;
	margin: 0 50px 40px 0;
}

.article_content img.aligncenter {
	display: block;
	margin: 0 auto 40px;
}

.article_content img.alignright {
	float: right;
	margin: 0 0 40px 50px;
}

.article_content ul {
	margin-bottom: 60px;
}

.article_content li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 1.85;
}

.article_content li:last-child { margin-bottom:0; }

.article_content li::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #bfa95c;
	border-radius: 50%;
}

@media screen and (max-width: 1439px){

	.article_content { padding-bottom:60px; }

}

/* ▼LIST▼ */
.article_list {
	padding: 100px 0 110px;
	background: #f3f5f5;
}

.article_list .box {
	float: left;
	width: calc((100% - 400px) / 2);
}

.article_list .box.next { float:right; }

.article_list .box a {
	display: block;
	position: relative;
	padding: 40px;
	background: #fff;
}

.article_list.ex .box.prev a { padding:40px 180px 40px 40px; }
.article_list.ex .box.next a { padding:40px 40px 40px 180px; }

.article_list .box .head {
	display: inline-block;
	position: absolute;
	top: 40px;
	font-size: 1.8rem;
	font-family: "Times New Roman", Times, serif;
}

.article_list .box.prev .head {
	right: 40px;
	padding-left: 40px;
	text-align: right;
}

.article_list .box.next .head {
	left: 40px;
	padding-right: 40px;
}

.article_list .box .head::before, .article_list .box .head::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.article_list .box.prev .head::before, .article_list .box.prev .head::after { left:0; }
.article_list .box.next .head::before, .article_list .box.next .head::after { right:0; }

.article_list .box .head::before{
	background: transparent;
	border: solid 1px #8f8f8f;
	border-radius: 50%;
}

.article_list .box .head::after {
	background-image: url(../common_img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.article_list .box.prev .head::after { transform:rotate(-180deg); }

.article_list .box .inner {
	display: flex;
	align-items: flex-start;
}

.article_list .box .img {
	margin-bottom: 15px;
}

.article_list .box .inner .img {
	width: 45%;
	margin-bottom: 0;
	text-align: center;
}

.article_list .box.next .inner .img { order:2; }

.article_list .box .img img {
	width:100%;
	min-height: 310px;
	object-fit: contain;
}

.article_list .box .inner .content {
	width: 55%;
	margin-top: 70px;
}

.article_list .box.prev .inner .content { padding-left:50px; }
.article_list .box.next .inner .content { padding-right:50px; }

.article_list .box.next .inner .content { order:1; }

.article_list .box .cat {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 36px;
	letter-spacing: 0.15rem;
}

.article_list .box .cat > span {
	display: inline-block;
	padding: 0 5px;
	border-bottom: solid 1px #acacac;
}

.article_list .box .title {
	margin-bottom: 15px;
	font-size: 1.8rem;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.article_list .box .date {
	margin-bottom: 5px;
	font-size: 1.6rem;
}

.article_list.ex .box .date {
	font-size: 1.4rem;
	color: #7a7a7a;
}

.article_list .box .txt {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.8;
}

.article_list .box ul li {
	font-size: 1.2rem;
	font-weight: 500;
	color: #7a7a7a;
	line-height: 1.65;
}

.article_list .box ul li.name {
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.article_list .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	margin-top: -35px;
	transform: translateX(-50%);
}

.article_list .btn a {
	display: block;
	position: relative;
	text-align: center;
	font-size: 1.8rem;
	line-height: 70px;
	font-family: "Times New Roman", Times, serif;
	border-bottom: solid 1px #acacac;
}

.article_list .btn a:hover { opacity:1; }

.article_list .btn a::after {
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width .5s;
}

.article_list .btn a:hover::after {
	left: 0;
	width: 100%;
}

@media screen and (max-width: 1640px){

	.article_list .box { width:calc((100% - 300px) / 2); }
	.article_list .box.prev .inner .content { padding-left:30px; }
	.article_list .box.next .inner .content { padding-right:30px; }
	.article_list .btn { width:150px; }

}

@media screen and (max-width: 1439px){

	.article_list { padding:80px 0; }
	.article_list .box { width:calc((100% - 150px) / 2); }
	.article_list .box a { padding:30px; }
	.article_list .btn { width:100px; }

}

@media screen and (max-width: 1020px){

	.article_list .box .inner { display:block; }
	.article_list .box .inner .img { width:100%; }
	.article_list .box .inner .content { width:100%; margin-top:30px; }
	.article_list .box.prev .inner .content { padding-left:0; }
	.article_list .box.next .inner .content { padding-right:0; }
	.article_list .box a { padding:80px 30px 30px; }
	.article_list.ex .box.prev a { padding:80px 30px 30px; }
	.article_list.ex .box.next a { padding:80px 30px 30px; }
	.article_list .box .head { top:20px; }

}

/* ▼MODAL▼ */
.modal_imgzoom {
	width: 100vw;
	height: 100vh;
	padding: 50px 0;
	overflow: hidden;
}

.modal_imgzoom .slick-track {
	display: flex;
}

.modal_imgzoom .box {
	display: flex;
	align-items: center;
	width: calc(100vw - 100px);
	height: calc(100vh - 100px);
	margin: 0 auto;
	overflow: hidden;
}

.modal_imgzoom .box .img_frame {
	background-size: contain;
}

.modal_imgzoom .btn_ctl {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background-color: #a8aeae;
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	transition: .3s;
	cursor: pointer;
}

.modal_imgzoom .btn_ctl.prev {
	right: 70px;
	transform: rotate(-180deg);
}

.modal_imgzoom .btn_ctl:hover { background-color:#000; }

.modal_imgzoom .btn_ctl.slick-disabled { opacity:0.5; cursor:default; }
.modal_imgzoom .btn_ctl.slick-disabled:hover { background-color:#a8aeae; }

/*
PP
***************************************************************************/
.pp_sec {
	margin-bottom: 150px;
}

.pp_sec .box {
	margin-bottom: 70px;
}

.pp_sec .box .title {
	margin-bottom: 25px;
	font-size: 2.4rem;
}

/*
FORM
***************************************************************************/
.form_sec {
	padding: 100px 0 150px;
	background: #f3f5f5;
}

.form_sec .base_box {
	padding: 100px 0 150px;
	background: #fff;
}

.form_sec .sec_inner {
	width: 1000px;
	margin: 0 auto;
}

.form_sec .title {
	margin-bottom: 35px;
	font-size: 2.4rem;
}

.form_sec .txt {
	margin-bottom: 50px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05rem;
}

.must_mark {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	vertical-align: 0;
	background: #bfa95c;
	border-radius: 50%;
}

@media screen and (max-width: 1439px){

	.form_sec .base_box { padding:80px 0; }
	.form_sec .sec_inner { width:auto; margin:0 60px; }

}

/* ▼STEP▼ */
.form_step ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0 50px 40px;
}

.form_step.conf ul { margin-bottom:50px; }
.form_step.comp ul { margin-bottom:60px; }

.form_step ul::before {
	content: '';
	position: absolute;
	top: 25px;
	left: calc(100% / 6);
	width: calc(100% - (100% / 3));
	height: 1px;
	background: #acacac;
	z-index: 1;
}

.form_step ul::after {
	content: '';
	position: absolute;
	top: 24px;
	left: calc(100% / 6);
	height: 3px;
	background: #bfa95c;
	z-index: 2;
}

.form_step.conf ul::after { width:calc(50% - (100% / 6)); }
.form_step.comp ul::after { width:calc(100% - (100% / 3)); }

.form_step li {
	width: calc(100% / 3);
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

.form_step li span {
	display: block;
	position: relative;
	width: 50px;
	margin: 0 auto 10px;
	font-size: 2.4rem;
	color: #000;
	line-height: 50px;
	font-family: "Times New Roman", Times, serif;
	background: #fff;
	border: solid 1px #acacac;
	border-radius: 50%;
	z-index: 3;
}

.form_step.input li:nth-child(1) span,
.form_step.conf li:nth-child(1) span, .form_step.conf li:nth-child(2) span,
.form_step.comp li span {
	color: #fff;
	background: #bfa95c;
	border: solid 1px #bfa95c;
}

/* ▼INPUT▼ */
.user_form {
	margin-bottom: 40px;
}

.user_form.ex { margin-bottom:50px; }
.user_form.conf { margin-bottom:60px; }

.user_form > dl {
	display: flex;
	padding: 40px 0;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	border-bottom: solid 1px #acacac;
}

.user_form > dl:first-child { border-top:solid 1px #acacac; }

.user_form.conf > dl { padding:50px 0; }

.user_form.conf > dl > dt, .user_form.conf > dl > dd { line-height:2; }

.user_form > dl > dt {
	position: relative;
	width: 200px;
	padding-left: 20px;
	line-height: 60px;
}

.user_form > dl.ex > dt { line-height:30px; }

.user_form > dl > dt.must::before {
	content: '';
	position: absolute;
	top: 26px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #bfa95c;
	border-radius: 50%;
}

.user_form > dl.ex > dt.must::before { top:11px; }

.user_form > dl > dd {
	width: calc(100% - 200px);
}

.error_list {
	margin-bottom: 50px;
	padding: 50px;
	text-align: center;
	font-weight: 700;
	color: #bfa95c;
	border: solid 1px #bfa95c;
}

/* ▼MAILFORMPRO▼ */
#mfp_hidden, #mfp_overlay_background, #mfp_loading_screen, #mfp_loading, #mfp_overlay { display:none; }

.mfp_err {
	display: none;
	margin-top: 20px;
	padding: 0 20px;
	text-align: left;
	font-size: 1.4rem;
	color: #fff;
	line-height: 48px;
	letter-spacing: 0.05rem;
	background: #bfa95c;
	clear: both;
}

.user_form > dl.ex .mfp_err { margin:0 0 30px; }

/* ▼PP▼ */
.pp_box {
	margin-bottom: 20px;
	padding: 40px 50px 45px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.05rem;
	background: #f3f5f5;
}

.pp_box .pp_title {
	margin-bottom: 15px;
	font-size: 2rem;
}

.agree_box {
	padding: 30px 0 50px;
	text-align: center;
}

.chk_list.pp_check {
	display: inline-block;
}

/* ▼AGREE▼ */
.ppchk_box {
  width: 500px;
  margin: 0 auto;
}

.ppchk_box .inner {
	position: relative;
	padding-left: 46px;
	margin-left: 105px;
	margin-bottom: 40px;
	font-size: 1.6rem;
	width: auto !important;
}

/* ▼COMP▼ */
.form_sec .comp_title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.4rem;
}

.form_sec .comp_txt {
	margin-bottom: 70px;
	text-align: center;
}

/* ▼BUTTON▼ */
.form_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form_btn li {
	width: 480px;
	margin: 0 20px;
}

.form_btn .btn01 {
	height: 70px;
}

.form_btn #btn_disable .btn01,
.btn #btn_disable.btn01 {
	background: #c9c9c9;
	cursor: default;
	pointer-events: none;
}
.form_btn #btn_disable .btn01 {	letter-spacing: 0rem; }

.form_btn.jp_txt .btn01 {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
}

.form_btn .btn01::before, .form_btn .btn01::after { right:20px; }
.form_btn .btn01:hover::before { right:15px; }

.form_btn li.back .btn01 {
	padding-bottom: 0;
	color: #000;
	background: #fff;
	border: solid 1px #acacac;
}

.form_btn li.back .btn01::before, .form_btn li.back .btn01::after {
	right: auto;
	left: 20px;
	transition: .3s;
}

.form_btn li.back .btn01::before { border:solid 1px #929292; }

.form_btn li.back .btn01::after {
	background-image: url(../common_img/arrow_gray.png);
	transform: rotate(-180deg);
}

.form_btn li.back .btn01:hover { opacity:0.7; }

.form_btn li.back .btn01:hover::before {
	right: auto;
	left: 15px;
}

@media screen and (max-width: 1439px){

	.form_btn li { width:500px; margin:0 10px; }

}

/*
NEWSLETTER
***************************************************************************/
.newsletter_sec {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
	padding: 65px 100px;
	background: #f3f5f5;
}

.newsletter_sec .title_box {
	position: static;
	width: 300px;
}

.newsletter_sec .sec_title {
	letter-spacing: 0.2rem;
}

.en_body .newsletter_sec .sec_title {
	display: block;
	padding-left: 0;
}

.en_body .newsletter_sec .sec_title::before {
	display: none;
}

.newsletter_sec .txt {
	width: calc(100% - 430px);
	padding-right: 60px;
}

.newsletter_sec .link {
	width: 180px;
}

.newsletter_formbody {
	overflow-y: hidden;
}

.newsletter_formsec {
	height: 100vh;
	padding: 80px 0;
	background: rgba(0,0,0,0.85);
}

.form_complete .newsletter_formsec {
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter_formsec .modal_newsletter, .newsletter_formsec .modal_message {
	position: relative;
	margin: 0 auto;
	background: #fff;
}

@media screen and (max-width: 1439px){

	.newsletter_sec { display:block; margin-bottom:40px; padding:65px 60px; }
	.newsletter_sec .sec_title { margin-bottom:30px; }
	.newsletter_sec .txt { width:auto; margin-bottom:30px; padding-right:0; }
	.newsletter_sec .link {
		display: flex;
		justify-content: flex-end;
		width: auto;
		text-align: right;
	}

}

@media screen and (max-width: 1020px){

	.newsletter_sec { margin-bottom:0; }

}

/* ▼MODAL▼ */
.modal_newsletter {
	width: 1400px;
	height: calc(100vh - 160px);
	padding: 110px 45px 110px 100px;
}

.modal_newsletter .title_box {
	top: 110px;
	left: 100px;
}

.modal_newsletter .sec_title {
	letter-spacing: 0.2rem;
}

.modal_newsletter .scroll_box {
	height: calc(100vh - 380px);
}

.modal_newsletter .content {
	width: 955px;
	margin-left: calc(100% - 955px);
}

.modal_newsletter .content .inner {
	width: 900px;
}

.modal_newsletter .txt {
	margin-bottom: 35px;
}

.newsletter_form {
	margin-bottom: 45px;
}

.newsletter_form dl {
	display: flex;
	align-items: center;
	margin-bottom: 3px;
	padding: 30px;
	background: #f3f5f5;
}

.newsletter_form dl:last-child { margin-bottom:0; }

.newsletter_form dt {
	width: 160px;
	font-size: 1.6rem;
	font-weight: 500;
}

.newsletter_form dd {
	width: calc(100% - 160px);
}

.newsletter_form input[type="text"], .newsletter_form input[type="email"] {
	height: 50px;
	line-height: 50px;
	border: solid 1px #d5d5d5;
}

.modal_newsletter .pp {
	margin: 0 30px 45px;
	line-height: 2;
}

.modal_newsletter .pp .title {
	margin-bottom: 20px;
	font-size: 2rem;
	letter-spacing: 0.1rem;
}

.modal_newsletter .btn {
	width: 340px;
	margin: 0 auto;
}

.modal_newsletter .btn01 {
	height: 70px;
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
}

.modal_newsletter .form_btn li {
	width: 340px;
	margin: 0 15px;
}

@media screen and (max-width: 1640px){

	.modal_newsletter .content { width:855px; margin-left:calc(100% - 855px); }
	.modal_newsletter .content .inner { width:800px; }

}

@media screen and (max-width: 1520px){

	.modal_newsletter { width:calc(100vw - 120px); }

}

@media screen and (max-width: 1439px){

	.modal_newsletter .sec_title { margin-bottom:60px; }
	.modal_newsletter .content { width:auto; margin-left:0; }
	.modal_newsletter .content .inner { width:calc(100% - 55px); }

}

@media screen and (max-width: 1020px){

	.modal_newsletter { padding:90px 60px; }
	.modal_newsletter .content .inner { width:100%; }

}

/*
FOOTER
***************************************************************************/
footer {
	padding: 70px 0 100px;
}

footer.ex { padding-bottom:220px; }

footer .head {
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 1px #dbdbdb;
}

footer .head .logo {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

footer .head .btn {
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 340px;
}

footer .head .btn01 {
	height: 70px;
}

.fnavi_list {
	padding-bottom: 30px;
}

.fnavi_list li {
	display: inline-block;
	margin-right: 40px;
}

.fnavi_list li a {
	font-size: 1.8rem;
	color: #7a7a7a;
	line-height: 70px;
	font-family: "Times New Roman", Times, serif;
}

.fnavi_list li a:hover { color:#000; }

footer .foot {
	display: flex;
	align-items: center;
	padding-top: 30px;
}

footer .sns_list {
	width: calc(100% - 400px);
}

.sns_list li {
	display: inline-block;
	margin-right: 15px;
}

.sns_list li a {
	display: block;
	width: 28px;
	height: 28px;
	opacity: 0.3;
}

.sns_list li a:hover { opacity:1; }

.sns_list li img { width:100%; }

footer .copy {
	width: 290px;
	text-align: right;
}

footer .copy small {
	font-size: 1.2rem;
	color: #acacac;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.15rem;
}

footer .lang_ctl {
	width: 110px;
	margin: 3px 5px 0 0;
	text-align: right;
}

footer .lang_ctl li::after { bottom:0; }

@media screen and (max-width: 1439px){

	footer .head .btn { width:250px; }

}

@media screen and (max-width: 1020px){

	footer .head { padding-bottom:60px; }
	footer .head .btn { position:static; width:100%; }
	footer .head .btn01 { width:100%; height:80px; }
	.fnavi_list { display:none; }

}

/* ▼COOKIE POLICY▼ */
.cookie_box {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background: #f3f5f5;
	z-index: 5000;
}

.cookie_box.active { display:block; }

.cookie_box .base_box {
	display: flex;
	align-items: center;
}

.cookie_box .txt {
	width: calc(100% - 340px);
	padding-right: 100px;
	font-size: 1.4rem;
	color: #424242;
	line-height: 2;
	letter-spacing: 0.05rem;
}

.cookie_box .txt a {
	display: block;
	text-decoration: underline;
}

.cookie_box .btn {
	width: 340px;
}

.cookie_box .btn .btn01 {
	height: 45px;
}

.cookie_box .btn .btn01:hover:before {
	width: 35px;
	height: 35px;
  right: 13px;
  margin-top: -17px;
}

.cookie_box .cookie_close {
	position: absolute;
	top: 50%;
	right: 20px;
  width: 50px;
  height: 50px;
	background: url(../common_img/btn_close.png) center center / 60px no-repeat;
	cursor: pointer;
	transform: translateY(-50%);
}

@media screen and (max-width: 1840px){

	.cookie_box .btn { margin-right:60px; }

}

@media screen and (max-width: 1680px){

	.cookie_box .txt a { display:inline-block; margin-left:15px; }

}

.grecaptcha-badge { z-index:8000; }

/*
OVERLAY WINDOW
***************************************************************************/
.overlay_window {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
	z-index: 10000;
	overflow: auto;
}

.overlay_outbox {
	position: absolute;
	width: 100%;
	height: 100vh;
}

.overlay_frame {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.overlay_content {
	position: relative;
	background-color: #fff;
}

.modal_close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: url(../common_img/btn_close.png) center center / 60px no-repeat;
	cursor: pointer;
	z-index: 1001;
}

.modal_switch, .modal_switch span {
	cursor: pointer;
	transition: .3s;
}

.modal_message {
	width: 1400px;
	padding: 110px 60px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
}

.modal_message .title {
	margin-bottom: 20px;
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}

.modal_message .txt {
	margin-bottom: 40px;
}

.modal_message .form_btn {
	width: 400px;
	margin: 0 auto;
}

@media screen and (max-width: 1520px){

	.modal_message { width:calc(100vw - 120px); }

}

/*
SCROLL
***************************************************************************/
.scroll_box { overflow-y:auto; }

.scroll_box::-webkit-scrollbar {
	width: 3px;
}

.scroll_box::-webkit-scrollbar-track {
	background: #e6e6e1;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #c4c4c2;
}

.gecko .scroll_box {
	scrollbar-width: 3px;
	scrollbar-color: #c4c4c2 #e6e6e1;
}

@media screen and (max-width: 1439px){

	.scroll_box::-webkit-scrollbar { display:none; }

}

/*
PARTS
***************************************************************************/
/* ▼CONTENTS EFFECT▼ */
.delay_fade {
	opacity: 0;
	transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transform: translateY(0);
}

.delay_fade.active {
	opacity: 1.0;
	transform: translateY(0);
}

.move_parts {
	opacity: 0;
	transition: all 1.2s;
}

.move_parts.btm_top {
	transform: translateY(50px);
}

.move_parts.top_btm {
	transform: translateY(-50px);
}

.move_parts.left_right {
	transform: translateX(-50px);
}

.move_parts.right_left {
	transform: translateX(50px);
}

.move_parts.expand {
	opacity: 1;
	transform: scale(0.001);
}

.move_parts.expand.rev {
	opacity: 0;
	transform: scale(1.5);
}

.move_parts.on {
	opacity: 1;
	transform: translate(0,0);
}

/* ▼BLINK▼ */
.blink {
	animation: blink 2s linear 0s infinite normal;
	transition: .1s;
}

@-webkit-keyframes blink {
	0% { opacity:1; }
	50% { opacity:0.3; }
	100% { opacity:1; }
}

@keyframes blink {
	0% { opacity:1; }
	50% { opacity:0.3; }
	100% { opacity:1; }
}

/* ▼BUTTON▼ */
.btn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 10px 4px 0;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	background: #a8aeae;
	transition: .3s;
	cursor: pointer;
}

.btn01::before, .btn01::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.btn01::before {
	background: transparent;
	border: solid 1px #fff;
	border-radius: 50%;
}

.btn01::after {
	background-image: url(../common_img/arrow_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.btn01:hover { background:#000; opacity:1; }

.btn01:hover::before {
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: #fff;
}

.btn01:hover::after { background-image:url(../common_img/arrow_gray.png); }

.sec_link {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

.link01 {
	display: block;
	position: relative;
	width: 180px;
	text-align: left;
	font-size: 1.8rem;
	line-height: 70px;
	font-family: "Times New Roman", Times, serif;
	border-bottom: solid 1px #acacac;
}

.link01::before, .link01::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	transition: .3s;
}

.link01::before {
	background: transparent;
	border: solid 1px #8f8f8f;
	border-radius: 50%;
}

.link01::after {
	background-image: url(../common_img/arrow_gray.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px;
}

.link01 > span {
	display: block;
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 0;
	height: 1px;
	background: #000;
	transition: width .5s;
}

.link01:hover { border-bottom:solid 1px #000; opacity:1; }

.link01:hover::before {
	right: -5px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #000;
	border: solid 1px #000;
}

.link01:hover::after { background-image:url(../common_img/arrow_white.png); }

.link01:hover > span {
	left: 0;
	width: 100%;
}

/* ▼CATCH, TITLE, TEXT▼ */
.title_box {
	position: absolute;
	top: 0;
	left: 0;
}

.eng_title {
	margin-bottom: 15px;
	font-size: 3rem;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.3rem;
}

.sec_title {
	position: relative;
	padding-left: 50px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #7a7a7a;
	letter-spacing: 0.8rem;
}

.en_body .sec_title { display:none; }

.sec_title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 40px;
	height: 1px;
	margin-top: -0.5px;
	background: #acacac;
}

@media screen and (max-width: 1439px){

	.title_box { position:static; }

}

/* ▼ICON▼ */
.disp_switch .icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.disp_switch .icon:before, .disp_switch .icon:after {
	content: '';
	position: absolute;
	background: #232629;
}

.disp_switch .icon:before {
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	margin-left: -1.5px;
}

.disp_switch .icon:after {
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
}

.disp_switch.opened .icon:before { display:none; }

/* ▼NOTICE LIST▼ */
.note_list > li {
	position: relative;
	padding-left: 1.2em;
	font-size: 1.4rem;
	color: #585858;
	line-height: 1.8;
}

.note_list > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.note_list.center > li {
	padding-left: 0;
	text-align: center;
}

.note_list.center > li span {
	position: relative;
	padding-left: 1.2em;
}

.note_list.center > li:before { display:none; }

.note_list.center > li span:before {
	content: '※';
	position: absolute;
	top: -3px;
	left: 0;
}

/* ▼LIST▼ */
.li_pc_mb5 > li { margin-bottom:5px; }
.li_pc_mb10 > li { margin-bottom:10px; }
.li_pc_mb15 > li { margin-bottom:15px; }
.li_pc_mb20 > li { margin-bottom:20px; }
.li_pc_mb25 > li { margin-bottom:25px; }
.li_pc_mb30 > li { margin-bottom:30px; }

.list01 > li:last-child,
.list02 > li:last-child,
.list03 > li:last-child,
.list04 > li:last-child {
	margin-bottom: 0;
}

.list01 > li {
	position: relative;
	padding-left: 1.2em;
}

.list01 > li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.list02 > li {
	position: relative;
	padding-left: 25px;
}

.list02 > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 1px;
	margin-top: -0.5px;
	background: #797979;
}

.list03 > li {
	position: relative;
	padding-left: 20px;
}

.list03.number_plus > li { padding-left:2.2em; }
.list03.kana > li { padding-left:30px; }

.list03 > li:before {
	position: absolute;
	top: 0;
	left: 0;
}

.list03 > li:nth-child(1):before { content:'a.'; }
.list03 > li:nth-child(2):before { content:'b.'; }
.list03 > li:nth-child(3):before { content:'c.'; }
.list03 > li:nth-child(4):before { content:'d.'; }
.list03 > li:nth-child(5):before { content:'e.'; }
.list03 > li:nth-child(6):before { content:'f.'; }
.list03 > li:nth-child(7):before { content:'g.'; }
.list03 > li:nth-child(8):before { content:'h.'; }
.list03 > li:nth-child(9):before { content:'i.'; }
.list03 > li:nth-child(10):before { content:'j.'; }

.list03.number > li:nth-child(1):before { content:'1.'; }
.list03.number > li:nth-child(2):before { content:'2.'; }
.list03.number > li:nth-child(3):before { content:'3.'; }
.list03.number > li:nth-child(4):before { content:'4.'; }
.list03.number > li:nth-child(5):before { content:'5.'; }
.list03.number > li:nth-child(6):before { content:'6.'; }
.list03.number > li:nth-child(7):before { content:'7.'; }
.list03.number > li:nth-child(8):before { content:'8.'; }
.list03.number > li:nth-child(9):before { content:'9.'; }
.list03.number > li:nth-child(10):before { content:'10.'; }

.list03.number_plus > li:nth-child(1):before { content:'（1）'; }
.list03.number_plus > li:nth-child(2):before { content:'（2）'; }
.list03.number_plus > li:nth-child(3):before { content:'（3）'; }
.list03.number_plus > li:nth-child(4):before { content:'（4）'; }
.list03.number_plus > li:nth-child(5):before { content:'（5）'; }
.list03.number_plus > li:nth-child(6):before { content:'（6）'; }
.list03.number_plus > li:nth-child(7):before { content:'（7）'; }
.list03.number_plus > li:nth-child(8):before { content:'（8）'; }
.list03.number_plus > li:nth-child(9):before { content:'（9）'; }
.list03.number_plus > li:nth-child(10):before { content:'（10）'; }

.list03.kana > li:nth-child(1):before { content:'ア）'; }
.list03.kana > li:nth-child(2):before { content:'イ）'; }
.list03.kana > li:nth-child(3):before { content:'ウ）'; }
.list03.kana > li:nth-child(4):before { content:'エ）'; }
.list03.kana > li:nth-child(5):before { content:'オ）'; }
.list03.kana > li:nth-child(6):before { content:'カ）'; }
.list03.kana > li:nth-child(7):before { content:'キ）'; }
.list03.kana > li:nth-child(8):before { content:'ク）'; }
.list03.kana > li:nth-child(9):before { content:'ケ）'; }
.list03.kana > li:nth-child(10):before { content:'コ）'; }

.list04 > li {
	position: relative;
	padding-left: 1.2em;
}

.list04 > li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.iblock { display:inline-block!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; }
.disp_r { float:right!important; }

.va_top { vertical-align:top!important; }
.va_mid { vertical-align:middle!important; }
.va_btm { vertical-align:bottom!important; }

/* ▼width▼ */
.pc_w4per { width:4%; }
.pc_w5per { width:5%; }
.pc_w8per { width:8%; }
.pc_w10per { width:10%; }
.pc_w15per { width:15%; }
.pc_w20per { width:20%; }
.pc_w22per { width:22%; }
.pc_w25per { width:25%; }
.pc_w30per { width:30%; }
.pc_w35per { width:35%; }
.pc_w50per { width:50%; }
.pc_w55per { width:55%; }
.pc_w56per { width:56%; }
.pc_w60per { width:60%; }
.pc_w70per { width:70%; }
.pc_w75per { width:75%; }
.pc_w80per { width:80%; }
.pc_w100per { width:100%!important; }

.pc_w90 { width:90px!important; }
.pc_w160 { width:160px!important; }
.pc_w250 { width:250px!important; }
.pc_w400 { width:400px!important; }
.pc_w500 { width:500px!important; }
.pc_w510 { width:510px!important; }
.pc_w580 { width:580px!important; }

.pc_h210 { height:210px!important; }

.zoom05 { zoom:0.5; }

/* ▼area▼ */
.pc_mb140 { margin-bottom:140px!important; }
.pc_mb120 { margin-bottom:120px!important; }
.pc_mb100 { margin-bottom:100px!important; }
.pc_mb95 { margin-bottom:95px!important; }
.pc_mb90 { margin-bottom:90px!important; }
.pc_mb85 { margin-bottom:85px!important; }
.pc_mb80 { margin-bottom:80px!important; }
.pc_mb75 { margin-bottom:75px!important; }
.pc_mb70 { margin-bottom:70px!important; }
.pc_mb65 { margin-bottom:65px!important; }
.pc_mb60 { margin-bottom:60px!important; }
.pc_mb55 { margin-bottom:55px!important; }
.pc_mb50 { margin-bottom:50px!important; }
.pc_mb45 { margin-bottom:45px!important; }
.pc_mb40 { margin-bottom:40px!important; }
.pc_mb35 { margin-bottom:35px!important; }
.pc_mb30 { margin-bottom:30px!important; }
.pc_mb25 { margin-bottom:25px!important; }
.pc_mb20 { margin-bottom:20px!important; }
.pc_mb15 { margin-bottom:15px!important; }
.pc_mb12 { margin-bottom:12px!important; }
.pc_mb10 { margin-bottom:10px!important; }
.pc_mb8 { margin-bottom:8px!important; }
.pc_mb5 { margin-bottom:5px!important; }
.pc_mb0 { margin-bottom:0!important; }

.pc_mlr115 { margin-left:115px!important; margin-right:115px!important; }
.pc_mlr100 { margin-left:100px!important; margin-right:100px!important; }
.pc_mlr80 { margin-left:80px!important; margin-right:80px!important; }
.pc_mlr75 { margin-left:75px!important; margin-right:75px!important; }
.pc_mlr70 { margin-left:70px!important; margin-right:70px!important; }
.pc_mlr60 { margin-left:60px!important; margin-right:60px!important; }
.pc_mlr55 { margin-left:55px!important; margin-right:55px!important; }
.pc_mlr50 { margin-left:50px!important; margin-right:50px!important; }
.pc_mlr45 { margin-left:40px!important; margin-right:45px!important; }
.pc_mlr40 { margin-left:40px!important; margin-right:40px!important; }
.pc_mlr35 { margin-left:35px!important; margin-right:35px!important; }
.pc_mlr30 { margin-left:30px!important; margin-right:30px!important; }
.pc_mlr25 { margin-left:25px!important; margin-right:25px!important; }
.pc_mlr20 { margin-left:20px!important; margin-right:20px!important; }
.pc_mlr15 { margin-left:15px!important; margin-right:15px!important; }
.pc_mlr10 { margin-left:10px!important; margin-right:10px!important; }
.pc_mlr5 { margin-left:5px!important; margin-right:5px!important; }
.pc_mlr-1 { margin-left:-1px!important; margin-right:-1px!important; }
.pc_mlr-5 { margin-left:-5px!important; margin-right:-5px!important; }
.pc_mlr-10 { margin-left:-10px!important; margin-right:-10px!important; }
.pc_mlr-20 { margin-left:-20px!important; margin-right:-20px!important; }
.pc_mlr-40 { margin-left:-40px!important; margin-right:-40px!important; }
.pc_mlr-50 { margin-left:-50px!important; margin-right:-50px!important; }
.pc_mlr-60 { margin-left:-60px!important; margin-right:-60px!important; }
.pc_mlr-90 { margin-left:-90px!important; margin-right:-90px!important; }
.pc_mlr_auto { margin-left:auto!important; margin-right:auto!important; }

.pc_mr50 { margin-right:50px!important; }
.pc_mr40 { margin-right:40px!important; }
.pc_mr30 { margin-right:30px!important; }
.pc_mr25 { margin-right:25px!important; }
.pc_mr20 { margin-right:20px!important; }
.pc_mr15 { margin-right:15px!important; }
.pc_mr10 { margin-right:10px!important; }
.pc_mr5 { margin-right:5px!important; }
.pc_mr0 { margin-right:0px!important; }
.pc_mr-5 { margin-right:-5px!important; }

.pc_ml80 { margin-left:80px!important; }
.pc_ml50 { margin-left:50px!important; }
.pc_ml40 { margin-left:40px!important; }
.pc_ml30 { margin-left:30px!important; }
.pc_ml20 { margin-left:20px!important; }
.pc_ml15 { margin-left:15px!important; }
.pc_ml10 { margin-left:10px!important; }
.pc_ml0 { margin-left:0px!important; }
.pc_ml-5 { margin-left:-5px!important; }
.pc_ml-10 { margin-left:-10px!important; }
.pc_ml-15 { margin-left:-15px!important; }
.pc_ml-20 { margin-left:-20px!important; }

.pc_mt90 { margin-top:90px!important; }
.pc_mt80 { margin-top:80px!important; }
.pc_mt70 { margin-top:70px!important; }
.pc_mt60 { margin-top:60px!important; }
.pc_mt55 { margin-top:55px!important; }
.pc_mt50 { margin-top:50px!important; }
.pc_mt45 { margin-top:45px!important; }
.pc_mt40 { margin-top:40px!important; }
.pc_mt30 { margin-top:30px!important; }
.pc_mt20 { margin-top:20px!important; }
.pc_mt15 { margin-top:15px!important; }
.pc_mt10 { margin-top:10px!important; }
.pc_mt5 { margin-top:5px!important; }
.pc_mt3 { margin-top:3px!important; }
.pc_mt0 { margin-top:0!important; }
.pc_mt-5 { margin-top:-5px!important; }
.pc_mt-10 { margin-top:-10px!important; }
.pc_mt-20 { margin-top:-20px!important; }
.pc_mt-40 { margin-top:-40px!important; }
.pc_mt-50 { margin-top:-50px!important; }
.pc_mt-80 { margin-top:-80px!important; }

.pc_pb100 { padding-bottom:100px!important; }
.pc_pb80 { padding-bottom:80px!important; }
.pc_pb30 { padding-bottom:30px!important; }
.pc_pb8 { padding-bottom:8px!important; }
.pc_pb0 { padding-bottom:0!important; }

.pc_p20 { padding:20px!important; }
.pc_p15 { padding:15px!important; }
.pc_p10 { padding:10px!important; }

.pc_pt60 { padding-top:60px!important; }
.pc_pt50 { padding-top:50px!important; }

.pc_ptb20 { padding-top:20px!important; padding-bottom:20px!important; }
.pc_ptb15 { padding-top:15px!important; padding-bottom:15px!important; }
.pc_ptb5 { padding-top:5px!important; padding-bottom:5px!important; }
.pc_ptb0 { padding-top:0!important; padding-bottom:0!important; }

.pc_plr25 { padding-left:25px!important; padding-right:25px!important; }

/* ▼font▼ */
.bold { font-weight:900!important; }
.normal { font-weight:500!important; }
.itaric { font-style: italic!important; }

.pc_size10 { font-size:1rem!important; }
.pc_size11 { font-size:1.1rem!important; }
.pc_size12 { font-size:1.2rem!important; }
.pc_size13 { font-size:1.3rem!important; }
.pc_size14 { font-size:1.4rem!important; }
.pc_size16 { font-size:1.6rem!important; }
.pc_size17 { font-size:1.7rem!important; }
.pc_size18 { font-size:1.8rem!important; }
.pc_size19 { font-size:1.9rem!important; }
.pc_size20 { font-size:2.0rem!important; }
.pc_size22 { font-size:2.2rem!important; }
.pc_size24 { font-size:2.4rem!important; }
.pc_size30 { font-size:3.0rem!important; }
.pc_size32 { font-size:3.2rem!important; }
.pc_size36 { font-size:3.6rem!important; }
.pc_size40 { font-size:4.0rem!important; }
.pc_size48 { font-size:4.8rem!important; }

.c_green { color:#2fcaae!important; }

.lh2 { line-height:2!important; }
.lh18 { line-height:1.8!important; }
.lh16 { line-height:1.6!important; }
.lh15 { line-height:1.5!important; }

/* ▼link▼ */
a.u_line, .u_line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }

/* ▼frame▼ */
.img_frame01 { border:solid 1px #fff; }

/* ▼background▼ */
.bg_none { background:none!important; }

/* ▼border▼ */
.border_none { border:none!important; }

/* ▼form▼ */
input[type="text"], input[type="file"], input[type="tel"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 500;
	color: #000;
	line-height: 60px;
	font-family: "Zen Old Mincho", serif;
	background: #fff;
	border: solid 1px #acacac;
	caret-color: #999;
}

textarea {
	display: block;
	width: 100%!important;
	min-height: 180px;
	padding: 15px 20px;
	line-height: 2;
}

select {
	line-height: 58px;
}

input[type="text"]:focus, input[type="file"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="date"]:focus, select:focus, textarea:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	border: solid 1px #acacac;
	outline: none;
}

input[type="submit"]:focus, button:focus { outline:none; }

.select_box {
	position: relative;
}
/*
.select_box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background-image: url(../common_img/arrow_switch_orange.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px;
	z-index: 10;
}
*/
input::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

input:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

input::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

textarea::-webkit-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

textarea:-ms-input-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

textarea::-moz-placeholder {
	font-size: 1.6rem!important;
	color: #aeadad;
	font-weight: 400;
}

label { display:block; box-sizing:border-box; width:100%; cursor:pointer; }

/* ▼original radio checkbox▼ */
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 30px;
	margin: -15px 0 0;
	vertical-align: middle;
	background: #fff;
	border: solid 1px #acacac;
	overflow: hidden;
	cursor: pointer;
}

input[type="radio"] {
	border-radius: 50%;
}

input[type="radio"]:after, input[type="checkbox"]:after {
	display: block;
	content: '';
	position: absolute;
	opacity: 0;
}

input[type="radio"]:after {
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	background: #bfa95c;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

input[type="checkbox"]:after {
	top: -1px;
	left: -1px;
	width: 30px;
	height: 30px;
	background: #bfa95c url(../common_img/icon_chk.png) center center / 30px no-repeat;
	border: solid 1px #bfa95c;
}

.radio_list li label.active input[type="radio"], .chk_list li label.active input[type="checkbox"] { border:solid 1px #bfa95c; }

.radio_list li label.active input[type="radio"]:after, input[type="checkbox"]:checked:after { opacity:1; }

.radio_list li label.active input[type="radio"] { background:#fff; }

.radio_list li label, .chk_list li label {
	position: relative;
	padding: 0 35px 0 45px;
	line-height: 30px;
}

.radio_list.pc_col li, .chk_list.pc_col li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.radio_list.pc_col li:last-child, .chk_list.pc_col li:last-child { margin-right:0; }

.radio_list.pc_row li, .chk_list.pc_row li {
	margin-bottom: 20px;
}

.radio_list.pc_row li:last-child, .chk_list.pc_row li:last-child { margin-bottom:0; }
