@charset "utf-8";
html { background: #f5d01f; }
body { -webkit-text-size-adjust : 100%; }





/*******************************************************************************
********************************************************************************
header
********************************************************************************
*******************************************************************************/
/****************************************
header
fullSlider
fullSlider.cssに記載
****************************************/
/****************************************
header
.nav-area
****************************************/ 
.nav-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	-webkit-transition: height .5s, background .5s;
	transition: height .5s, background .5s;
	z-index: 1001;
}
.nav-area.action { background: #f5d01f; }
.nav-area h1.logo {
	position: fixed;
	top: 0;
	left: 3%;
	width: 200px;
	padding-top: calc((100px - 68px) / 2);
	-webkit-transition: width .5s;
	transition: width .5s;
}
.nav-area h1.logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}
.nav-area h1.logo.action { width: 120px; }
.nav-area ul.global-navi {
	position: fixed;
	top: 0;
	left: calc(3% + 240px);
	width: calc(94% - 480px);
	padding-top: calc((100px - 43px) / 2);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content	   : center;
	justify-content	       : center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav-area ul.global-navi.action {
	left: calc(3% + 150px);
	width: calc(94% - 300px);
}
.nav-area ul.global-navi li {
	padding: 0 1vw;
	text-align: center;
	-webkit-transition: padding .5s;
	transition: padding .5s;
}
.nav-area ul.global-navi li a {
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.8rem;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.nav-area ul.global-navi li a span {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.nav-area ul.global-navi li a:hover {
	border-bottom: 2px solid #000;
	opacity: 1;
}



/****************************************
header
.ht-right
****************************************/
.ht-right {
	position: absolute;
	bottom: 3vh;
	right: 3%;
	width: 240px;
	font-size: 3.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding-top: calc((100px - 43px) / 2);
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode:    vertical-rl;
	-ms-writing-mode:     tb-rl;
	writing-mode:         vertical-rl;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 1001;
}
.ht-right span {
	padding-top: 5px;
	font-size: 2rem;
}
.ht-right.action {
	position: fixed;
	top: 0;
	width: 120px;
	font-size: 3rem;
}
.ht-right.action span {
	padding-top: 2px;
	font-size: 1.4rem;
}





/*******************************************************************************
********************************************************************************
共通項目
********************************************************************************
*******************************************************************************/
#wrapper {
	width: 100%;
	position: relative;
	background: #f5d01f;
	z-index: 1000;
}
.contents {
	margin: 80px auto;
	padding: 80px 0;
}
.contents:first-of-type { margin-top: 160px; }
.contents#about:first-of-type { margin-top: 80px; }
.con-inner {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.con-inner.w1280 { max-width: 1280px;}
.con-inner.w1024 { max-width: 1024px; }
.con-inner.w960 { max-width: 960px; }
.con-inner.w720 { max-width: 720px; }
.contents h2 {
	max-height: 200px;
	font-size: 3rem;
	line-height: 3rem;
	font-weight: bold;
	margin-bottom: 40px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode:    vertical-rl;
	-ms-writing-mode:     tb-rl;
	writing-mode:         vertical-rl;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contents h2 span {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: bold;
	padding-top: 5px;
}





/*******************************************************************************
********************************************************************************
TOP
********************************************************************************
*******************************************************************************/
/****************************************
TOP
SLIDER
****************************************/
#top-slider {
	display: none;
	width: 90%;
	margin: 100px auto;
	-webkit-transition: margin .5s;
	transition: margin .5s;
}
#top-slider.slick-initialized { display: block; }
#top-slider .slick-list .slick-slide {
	outline: none!important;
	z-index: 1;
}
#top-slider .slick-list .slick-slide .img {
	background-size: cover;
	background-position: center center;
}



/****************************************
TOP
about-koisago
****************************************/
#about-koisago .map {
	width: 100%;
	max-width: 460px;
	margin: 60px auto;
}
#about-koisago .map img {
	width: 100%;
	height: auto;
}



/****************************************
TOP
about-koisago
koisago-slider
****************************************/
#koisago-slider {
	display: none;
	width: 100%;
	margin: 0 auto;
}
#koisago-slider.slick-initialized { display: block; }
#koisago-slider .slick-list .slick-slide {
	outline: none!important;
	z-index: 1;
	width: 400px;
	height: 267px;
}
#koisago-slider .slick-list .slick-slide .img {
	width: 400px;
	height: 267px;
	background-size: cover;
	background-position: center center;
}



/****************************************
TOP
whatsnew
****************************************/
#whatsnew table tr:not(:last-child) th,
#whatsnew table tr:not(:last-child) td { padding-bottom: 10px; }
#whatsnew table th,
#whatsnew table td { line-height: 1.55; }
#whatsnew table th {
	width: 100px;
	padding-right: 20px;
}
#whatsnew table td a h3,
#whatsnew table td a span {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
#whatsnew table td a:hover h3,
#whatsnew table td a:hover span { opacity: .3!important; }



/****************************************
TOP
activity
****************************************/
ul.ectangle-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.ectangle-list:not(:last-of-type) { padding-bottom: 30px; }
ul.ectangle-list li {
	width: 32%;
	margin-bottom: 5%;
}
ul.ectangle-list li:not(:nth-child(3n)){ margin-right: 2%; }
ul.ectangle-list li .img img {
	width: 100%;
	height: auto;
}
ul.ectangle-list li h3,
ul.ectangle-list li h4 {
	margin-top: 20px;
	line-height: 1.55;
}
ul.ectangle-list li .cat,
ul.ectangle-list li .year {
	width: 100%;
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.55;
}
ul.ectangle-list li .cat li {
	width: 100%;
	margin-bottom: 0;
}
ul.ectangle-list li .excerpt {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.55;
}

ul.ectangle-list li a h3,
ul.ectangle-list li a h4,
ul.ectangle-list li a .year,
ul.ectangle-list li a .cat {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
ul.ectangle-list li a:hover h3,
ul.ectangle-list li a:hover h4,
ul.ectangle-list li a:hover .year,
ul.ectangle-list li a:hover .cat { opacity: .3!important; }




/*******************************************************************************
********************************************************************************
NEWS
********************************************************************************
*******************************************************************************/
ul.news-list {
	padding-top: 30px;
	border-top: 1px solid #000;
}
ul.news-list li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}
ul.news-list li h3 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content	   : space-between;
	justify-content	       : space-between;
	align-items: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
ul.news-list li h3 p { width: calc(100% - 30px); }
ul.news-list li h3:hover {
	opacity: .3;
	cursor: pointer;
}
ul.news-list li .news-con {
	margin: 30px 0;
	padding: 40px;
	background-color: rgba(255,255,255,.2);
}
ul.news-list li .news-con p img {
	width: 100%;
	height: auto;
}
ul.news-list li .news-con p a {
	text-decoration: underline;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
ul.news-list li .news-con p a:hover { opacity: .3; }


/****************************************
NEWS
ARCHIVES-PAGINATION
****************************************/
.archives-pagination {
	margin-top: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	align-items: center;
}
.archives-pagination ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.archives-pagination ul li {
	margin: 0 5px 5px 5px;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	border-radius: 50%;
}
.archives-pagination ul li a {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 1.5rem;
} 
.archives-pagination ul li a.inactive { display: block; }
.archives-pagination ul li a.inactive:hover {
	color: #f5d01f;
	background: #000;
	opacity: 1;
}
.archives-pagination ul li.current {
	color: #f5d01f;
	background: #000;
	border: 1px solid #000;
	font-size: 1.5rem;
}
.archives-pagination a.newest,
.archives-pagination a.oldest {
	width: 30px;
	height: 35px;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 1.5rem;
}
.archives-pagination a.newest { text-align: left; }
.archives-pagination a.oldest { text-align: right; }
.archives-pagination a.newest:hover {
	transform: translateX(-5px);
	opacity: 1;
}
.archives-pagination a.oldest:hover {
	transform: translateX(5px);
	opacity: 1;
}





/*******************************************************************************
********************************************************************************
ARCHIVES系ページ
archive-count-area
********************************************************************************
*******************************************************************************/
.archive-count-area {
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.archive-count-area h2 { margin-bottom: 0; }
.archive-count-area .number {
	margin-left: 10px;
	font-size: 5rem;
	line-height: .7;
	font-weight: bold;
}
.archive-count-area .sort {
	margin-left: 60px;
	line-height: 1.6rem;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.archive-count-area .sort:hover {
	opacity: .3;
	cursor: pointer;
}
.archive-count-area .sort span.text:before {
	content: "種類別に並び替える";
	font-weight: bold;
}
.archive-count-area .sort.typed span.text:before {
	content: "新しい順に並び替える";
	font-weight: bold;
}
#people .archive-count-area .sort.typed span.text:before {
	content: "50音順に並び替える";
	font-weight: bold;
}





/*******************************************************************************
********************************************************************************
PEOPLE
********************************************************************************
*******************************************************************************/
ul.circle-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.circle-list li {
	width: 32%;
	margin-bottom: 5%;
}
ul.circle-list li a {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
ul.circle-list li:not(:nth-child(3n)){ margin-right: 2%; }
ul.circle-list li .img-area { width: 100px; }
ul.circle-list li .img-area .img { border-radius: 50%; }
ul.circle-list li .img-area .img img {
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 50%;
}
.img.pale-blank {
	background: #eedd4c;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
ul.circle-list li .text-area {
	width: calc(100% - 120px);
	margin-left: 20px;
}
ul.circle-list li h3,
ul.circle-list li h4 {
	line-height: 1.3;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
ul.circle-list li h3 span,
ul.circle-list li h4 span,
ul.circle-list li .cat {
	font-size: 1.2rem;
	line-height: 1.55;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
ul.circle-list li .cat { margin-top: 5px; }
ul.circle-list li a:hover h3,
ul.circle-list li a:hover h4,
ul.circle-list li a:hover p { opacity: .3; }
ul.circle-list li .cat span.slush:last-of-type:before { content: ""!important; }
ul.circle-list li .cat span.slush:last-of-type:after { content: ""!important; }



h3.typed-title {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 30px;
	border-top: 1px dashed #000;
}
h3.typed-title span { font-size: 1.6rem; }



/****************************************
PEOPLE-SINGLE
****************************************/
.con-inner.single-people-area {
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
}



/****************************************
PEOPLE-SINGLE
people-list-area
****************************************/
.single-people-area .people-list-area {
	width: 200px;
	margin-right: 100px;
	-webkit-transition: width .5s, margin .5s;
	transition: width .5s, margin .5s;
}



.people-list-area .sort {
	line-height: 1.6rem;
	margin-bottom: 30px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.people-list-area .sort:hover {
	opacity: .3;
	cursor: pointer;
}
.people-list-area .sort span.text:before {
	content: "種類別に並び替える";
	font-weight: bold;
}
.people-list-area .sort.typed span.text:before {
	content: "50音順に並び替える";
	font-weight: bold;
}



.people-list-area h3.typed-title {
	font-size: 1.4rem;
	line-height: 1.3;
	padding-top: 15px;
	border-top: 1px dashed #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #000;
}
.people-list-area h3.typed-title span { font-size: 1.2rem; }



.people-list-area ul li { margin-bottom: 20px; }
.people-list-area ul li a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content	   : space-between;
	justify-content	       : space-between;
	align-items: center;
}
.people-list-area ul li a .text-area {
	width: 160px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.people-list-area ul li a:hover .text-area { opacity: .3; }
.people-list-area ul li a .text-area h3 { line-height: 1.3; }
.people-list-area ul li a .text-area h3 span,
.people-list-area ul li a .text-area p.cat {
	font-size: 1.2rem;
	line-height: 1.55;
}
.people-list-area ul li a .text-area p.cat span.slush:last-of-type:before { content: ""!important; }
.people-list-area ul li a .text-area p.cat span.slush:last-of-type:after { content: ""!important; }
.people-list-area ul li a .yajirushi-line {
	width: 20px;
	height: 20px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.people-list-area ul li a:hover .yajirushi-line { opacity: .3; }



/****************************************
PEOPLE-SINGLE
people-con-area
****************************************/
.single-people-area .people-con-area {
	width: calc(100% - 300px);
	-webkit-transition: width .5s;
	transition: width .5s;
}
.people-con {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.people-con .img-area {
	width: 100px;
	margin-right: 50px;
}
.people-con .img-area .img { border-radius: 50%; }
.people-con .img-area .img img {
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 50%;
}
.people-con h2.mobile-title { display: none; }
.people-con .text-area { width: calc(100% - 150px); }
.people-con .text-area h2 {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 20px;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode:    horizontal-tb;
	-ms-writing-mode:     lr-tb;
	writing-mode:         horizontal-tb;
}
.people-con .text-area h2 span {
	line-height: 1.6rem;
	padding-top: 0;
}
.people-con .text-area .pos { margin-bottom: 20px; }
.people-con .text-area .pos span.slush:last-of-type:before { content: ""!important; }
.people-con .text-area .pos span.slush:last-of-type:after { content: ""!important; }
.people-con .text-area .link { margin-top: 20px; }
.people-con .text-area a {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.people-con .text-area a:hover { opacity: .3; }



/****************************************
PEOPLE-SINGLE
back-link-box
****************************************/
.back-link-box { display: none; }





/*******************************************************************************
********************************************************************************
WORKS
********************************************************************************
*******************************************************************************/
/****************************************
基本は
TOP
activity
に記述のul.ectangle-list
****************************************/
/****************************************
WORKS-SINGLE
****************************************/
.single-work-area {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.single-work-area .flexslider {}/**flexslider.cssに記述**/
.single-work-area .info-area {
	width: calc(92.5% - 600px);
	margin-left: 7.5%;
	-webkit-transition: width .5s, margin .5s, padding .5s;
	transition: width .5s, margin .5s, padding .5s;
}
.single-work-area .info-area h2 {
	font-size: 2.4rem;
	line-height: 1.55;
	margin-bottom: 20px;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode:    horizontal-tb;
	-ms-writing-mode:     lr-tb;
	writing-mode:         horizontal-tb;
}
.single-work-area .info-area .year { margin-bottom: 20px; }
.single-work-area .info-area .year span.slush:last-of-type:before { content: ""!important; }
.single-work-area .info-area .year span.slush:last-of-type:after { content: ""!important; }
.single-work-area .info-area .concept { margin-bottom: 20px; }



/****************************************
WORKS-SINGLE
.artist-info-area大元
.relate-link-area大元
****************************************/
.artist-info-area,
.relate-link-area {
	margin-top: 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.relate-link-area {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px solid #000;
}
.artist-info-area h3,
.relate-link-area h3 {
	width: 55px;
	min-height: 200px;
	margin-right: 100px;
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode:    vertical-rl;
	-ms-writing-mode:     tb-rl;
	writing-mode:         vertical-rl;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.artist-info-area h3 span,
.relate-link-area h3 span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	padding-top: 2px;
}
.artist-info-area ul,
.relate-link-area ul {
	width: calc(100% - 160px);
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}



/****************************************
WORKS-SINGLE
.artist-info-area詳細
****************************************/
.artist-info-area ul.circle li { width: 100%; }
.artist-info-area ul.circle li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.artist-info-area ul.circle li .img-area {
	width: 100px;
	margin-right: 40px;
}
.artist-info-area ul.circle li .img-area .img { border-radius: 50%; }
.artist-info-area ul.circle li .img-area .img img {
	width: 100%;
	max-width: 100px;
	height: auto;
	border-radius: 50%;
}
.artist-info-area ul.circle li .img-area .img.pale-blank {
	background: #eedd4c;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.artist-info-area ul.circle li .text-area {
	width: calc(100% - 140px);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.artist-info-area ul.circle li a:hover .text-area { opacity: .3; }
.artist-info-area ul.circle li h4 {
	font-size: 2rem;
	line-height: 1.55;
	margin-bottom: 10px;
}
.artist-info-area ul.circle li h4 span.tate-br:before { content: '｜'; }
.artist-info-area ul.circle li .pos { margin-bottom: 10px; }
.artist-info-area ul.circle li .pos span.slush:last-of-type:before { content: ""!important; }
.artist-info-area ul.circle li .pos span.slush:last-of-type:after { content: ""!important; }





/*******************************************************************************
********************************************************************************
ACTIVITY
********************************************************************************
*******************************************************************************/
/****************************************
基本は
TOP
activity
に記述のul.ectangle-list
****************************************/
/****************************************
ACTIVITY-SINGLE
****************************************/
.single-activity-area .title-area h2 {
	font-size: 2.4rem;
	line-height: 1.55;
	margin-bottom: 20px;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode:    horizontal-tb;
	-ms-writing-mode:     lr-tb;
	writing-mode:         horizontal-tb;
}
.single-activity-area .title-area .year-cat { margin-bottom: 20px; }



.single-activity-area .info-area,
.single-activity-area .pr-area,
.single-activity-area .event-area,
.single-activity-area .etcimg-area {
	margin-top: 80px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.single-activity-area .info-area h3,
.single-activity-area .pr-area h3,
.single-activity-area .event-area h3,
.single-activity-area .etcimg-area h3 {
	width: 55px;
	min-height: 200px;
	margin-right: 100px;
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode:    vertical-rl;
	-ms-writing-mode:     tb-rl;
	writing-mode:         vertical-rl;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.single-activity-area .info-area h3 span,
.single-activity-area .pr-area h3 span,
.single-activity-area .event-area h3 span,
.single-activity-area .etcimg-area h3 span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	padding-top: 2px;
}
.single-activity-area .info-area table,
.single-activity-area .pr-area ul.pr-list,
.single-activity-area .event-area ul.event-list,
.single-activity-area .etcimg-area ul.etcimg-list {
	width: calc(100% - 160px);
	margin-top: 80px;
}
.single-activity-area .info-area table th {
	width: 200px;
	padding-bottom: 10px;
}
.single-activity-area .info-area table td {
	width: calc(100% - 220px);
	padding-bottom: 10px;
}
.single-activity-area .info-area table td a {
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.single-activity-area .info-area table td a:hover { opacity: .3; }
.single-activity-area .info-area table td.list span:before { content: "・"; }
.single-activity-area .info-area table td.list span:last-of-type:before { content: ""!important; }
.single-activity-area .pr-area ul.pr-list {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.single-activity-area .pr-area ul.pr-list li { width: 22.75%; }
.single-activity-area .pr-area ul.pr-list li:not(:nth-child(4n)) { margin-right: 3%; }
.single-activity-area .pr-area ul.pr-list li img {
	width: 100%;
	height: auto;
}
.single-activity-area .pr-area ul.pr-list li .title {
	text-align: center;
	margin-top: 10px;
	font-size: 1.2rem;
	line-height: 1.55;
}



.single-activity-area .etcimg-area ul.etcimg-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.single-activity-area .etcimg-area ul.etcimg-list li {
	width: calc((100% - 8px) / 5);
	margin-bottom: 2px;
}
.single-activity-area .etcimg-area ul.etcimg-list li:not(:nth-child(5n)) { margin-right: 2px; }
.single-activity-area .etcimg-area ul.etcimg-list li img {
	width: 100%;
	height: auto;
}



.single-activity-area .event-area ul.event-list li:not(:last-child) { margin-bottom: 80px; }
.single-activity-area .event-area ul.event-list li h4 {
	font-size: 2rem;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.single-activity-area .event-area ul.event-list li:nth-child(1) h4 span::before { content:'01_'; }
.single-activity-area .event-area ul.event-list li:nth-child(2) h4 span::before { content:'02_'; }
.single-activity-area .event-area ul.event-list li:nth-child(3) h4 span::before { content:'03_'; }
.single-activity-area .event-area ul.event-list li:nth-child(4) h4 span::before { content:'04_'; }
.single-activity-area .event-area ul.event-list li:nth-child(5) h4 span::before { content:'05_'; }
.single-activity-area .event-area ul.event-list li:nth-child(6) h4 span::before { content:'06_'; }
.single-activity-area .event-area ul.event-list li:nth-child(7) h4 span::before { content:'07_'; }
.single-activity-area .event-area ul.event-list li:nth-child(8) h4 span::before { content:'08_'; }
.single-activity-area .event-area ul.event-list li:nth-child(9) h4 span::before { content:'09_'; }
.single-activity-area .event-area ul.event-list li:nth-child(10) h4 span::before { content:'10_'; }



.single-activity-area .event-area ul.event-list li p.concept {
	margin-left: 30px;
	width: calc(100% - 30px);
}
.single-activity-area .event-area ul.event-list li table {
	margin-left: 30px;
	width: calc(100% - 30px);
	margin-top: 20px;
}
.single-activity-area .event-area ul.event-list li table th,
.single-activity-area .event-area ul.event-list li table td {
	font-size: 1.4rem;
	line-height: 1.55;
	padding-bottom: 5px;
}
.single-activity-area .event-area ul.event-list li table th { width: 150px; }
.single-activity-area .event-area ul.event-list li table td { width: calc(100% - 170px); }
.single-activity-area .event-area ul.event-list li table td a {
	text-decoration: underline;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.single-activity-area .event-area ul.event-list li table td a:hover { opacity: .3; }
#single-activity ul.circle-list li { width: 47.5%; }
#single-activity ul.circle-list li:not(:nth-child(3n)){ margin-right: 0; }
#single-activity ul.circle-list li:not(:nth-child(2n)){ margin-right: 5%; }



/*******************************************************************************
********************************************************************************
modal-area共通
********************************************************************************
*******************************************************************************/
.modal-open {
	display: block;
	max-width: 300px;
	margin: 80px auto;
	padding: 30px;
	text-align: center;
	border: 2px solid #000;
	background: #000;
	color: #f5d01f;
	font-weight: bold;
}
.modal-open .right-yajirushi:before {
	color: #000!important;
	background: #f5d01f!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.modal-open:hover {
	opacity: 1;
	cursor: pointer;
	border: 2px solid #000;
	background: #f5d01f;;
	color: #000;
}
.modal-open:hover .right-yajirushi:before {
	color: #f5d01f!important;
	background: #000!important;
}



.modal-area {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(245,208,51,1);
	overflow-y: scroll;
	z-index: 1000;
}
.modal-area .modal-close {
	position: fixed;
	top: 30px;
	left: 5%;
	margin: auto;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 1001;
}
.modal-area .modal-close span:before {
	position: absolute;
	content: "";
	display: block;
	top: 24px;
	height: 1px;
	width: 50px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-area .modal-close span:after {
	position: absolute;
	content: "";
	display: block;
	top: 24px;
	height: 1px;
	width: 50px;
	background: #000;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.modal-area .modal-close span {
	-webkit-transition: opacity .5s;
			transition: opacity .5s;
}
.modal-area .modal-close:hover span { opacity: .5; }







.modal-inner {
	position: relative;
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.modal-inner h3 {
	position: fixed;
	top: 104px;
	left: 5%;
	margin-left: 0;
	width: 55px;
	min-height: 200px;
	font-size: 2.4rem;
	line-height: 3rem;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode:    vertical-rl;
	-ms-writing-mode:     tb-rl;
	writing-mode:         vertical-rl;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.modal-inner h3 span {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
	padding-top: 2px;
}
.modal-inner .report-con {
	width: calc(100% - 160px);
	margin: 160px 0 160px 160px;
}
.modal-inner .report-con p.report-title {
	font-weight: bold;
	font-size: 2rem;
	text-decoration: underline;
	margin-bottom: 40px;
}
.modal-area .report-con p { margin-bottom: 40px; }
.modal-area .report-con p a { text-decoration: underline; }
.modal-area .report-con h3 {
	position: relative;
	top: 0;
	width: 100%;
	min-height: 0;
	font-size: 2.2rem;
	line-height: 1.8;
	font-weight: bold;
	margin: 20px 0;
	-webkit-writing-mode: horizontal-tb;
	-moz-writing-mode:    horizontal-tb;
	-ms-writing-mode:     lr-tb;
	writing-mode:         horizontal-tb;
}
.modal-area .report-con img {
	width: 100%;
	height: auto;
}
.modal-area .report-con .wp-caption { width: 100%!important; }
.modal-area .report-con .wp-caption img {
	width: 100%;
	height: auto;
}
.modal-area .report-con .wp-caption p.wp-caption-text {
	text-align: right;
	margin-top: 10px;
	font-size: 1.3rem;
}
.modal-area .report-con .movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.modal-area .report-con .movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.single-report-area {
	max-width: 800px;
	padding-top: 80px;
	border-top: 1px solid #000;
	margin: 80px auto 0 auto;
}
.single-report-area h3 {
	margin: 20px 0;
	font-size: 2.2rem;
	font-weight: bold;
}
.single-report-area p { margin-bottom: 40px; }
.single-report-area p a { text-decoration: underline; }
.single-report-area p img {
	width: 100%;
	height: auto;
}
.single-report-area .wp-caption { width: 100%!important; }
.single-report-area .wp-caption img {
	width: 100%;
	height: auto;
}
.single-report-area .wp-caption p.wp-caption-text {
	text-align: right;
	margin-top: 10px;
	font-size: 1.3rem;
}



/****************************************
CHARGE & ACCESS
****************************************/
.price-area {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.price-area .price { margin-right: 20px; }
.price-area .price span.font60 {
	font-size: 7rem;
	line-height: 70px;
}
.price-area .price-content {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	color: #505152;
	padding: 5px 15px;
	height: 40px;
	background: #fff;
}
.price-area .price-content span::before {
	content: "\A";
	white-space: pre;
}
ul.price-example li { margin-bottom: 10px; }
ul.price-example li .text { padding-left: 20px; }



/****************************************
SCHEDULE
****************************************/
.schedule-list .time {
	display: inline;
	color: #505152;
	background: #fff;
	padding: 2px 10px;
}
.note-list {
	border: solid 1px #fff;
	padding: 10px 20px;
}



/****************************************
EQUIPMENTS
****************************************/
ul.equipments-img-list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.equipments-img-list li { width: 33%; }
ul.equipments-img-list li img {
	width: 100%;
	height: auto;
}



/****************************************
AVAILABILITY
****************************************/
table.calender {
	margin: 0 auto;
	max-width: 600px;
}
table.calender tr:not(:last-child) th,
table.calender tr:not(:last-child) td {
	width: 14%;
	padding-bottom: 30px;
}
table.calender th,
table.calender td {
	text-align: center;
	line-height: 1;
}
table.calender td { font-size: 2rem; }
table.calender td.yes {
	opacity: .1;
	background-image: url("img/calender-delete.png");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center 0px;
}



/****************************************
ARTIST
****************************************/
.inner-flex-box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content		: space-between;
	justify-content				: space-between;
}
.profile-img {
	width: 300px;
	margin-right: 100px;
}
.profile-img img {
	width: 100%;
	height: auto;
}
.profile-img .credit {
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.55;
	text-align: right;
}
.profile-text { width: calc(100% - 400px); }
table.profile-list th {
	width: 80px;
	margin-right: 20px;
}
.profile-list-title,
table.profile-list th,
table.profile-list td {
	font-size: 1.4rem;
	line-height: 1.55;
	padding-bottom: 20px;
}
ul.works-img-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content		: space-between;
	justify-content				: space-between;
}
ul.works-img-list li img {
	width: 100%;
	height: auto;
}



/****************************************
REVIEW
****************************************/
ul.review-list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content		: space-between;
	justify-content				: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
ul.review-list li {
	width: 40%;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 4%;
	margin-bottom: calc(4% - 2px);
}
ul.review-list li .meta .author-info {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}
ul.review-list li .review-con .text {
	overflow: hidden;
	word-break: break-all!important;
	word-wrap: break-word!important;
}
ul.review-list li .review-con .shita-yajirushi:hover {
	opacity: .5;
	cursor: pointer;
}





/*******************************************************************************
********************************************************************************
ACCESS
********************************************************************************
*******************************************************************************/
#access .img-area { margin-top: 40px; }
#access .img-area img {
	width: 100%;
	height: auto;
}




/*******************************************************************************
********************************************************************************
404
********************************************************************************
*******************************************************************************/
.contents.n404 {
	width: 95%;
	max-width: 960px;
	display: block;
	margin: 160px auto 0 auto;
}

.contents.n404 .font100 {
	font-size: 12rem;
	line-height: 120px;
}

.contents.n404 .font30 {
	font-size: 3.4rem;
}

.contents.n404 .font20 {
	font-size: 2.7rem;
	line-height: 1.55;
}





/*******************************************************************************
********************************************************************************
FOOTER
********************************************************************************
*******************************************************************************/
#footer {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #f5d01f;
	z-index: 999;
}
.footer-inner {
	width: 90%;
	max-width: 1920px;
	margin: 0 auto 30px auto;
}
.contact-area { margin-bottom: 20px; }
.contact-area h3 {
	font-size: 2rem;
	line-height: 1.55;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact-area h3 span { font-size: 1.5rem; }
.contact-area p { font-size: 1.5rem; }
.copy { font-size: 1.4rem; }




/*******************************************************************************
********************************************************************************
sns-list
********************************************************************************
*******************************************************************************/
.sns-list {
	position: fixed;
	left: 2.5%;
	bottom: 30px;
	z-index: 10001;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sns-list a {
	display: inline-block;
	width: 30px;
	height: 30px;
}
.sns-list a img {
	width: 100%;
	height: auto;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.sns-list a:hover img { opacity: .3; }




/*******************************************************************************
********************************************************************************
open-navi-area
********************************************************************************
*******************************************************************************/
.open-navi-btn-area {
	position: fixed;
	left: 2.5%;
	bottom: -60px;
	z-index: 10001;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.open-navi-btn-area.display {
	bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.open-navi-btn {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(245,208,31,1);
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.open-navi-btn:hover { background-color: rgba(0,0,0,1); }
.open-navi-btn .open {
	position: absolute;
	text-align: left;
	width: 30px;
	height: 14px;
	top: 15px;
	left: 15.5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.open-navi-btn .open span {
	position: absolute;
	top: 17px;
	left: 0;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0;
	font-weight: 700;
}
.open-navi-btn:hover .open {
	color: #f5d01f;
	border-top: 2px solid #f5d01f;
	border-bottom: 2px solid #f5d01f;
}
.open-navi-btn .open::after {
	content:' ';
	position: absolute;
	width: 30px;
	height: 2px;
	top: 6px;
	right: 0;
	background: #000;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.open-navi-btn:hover .open::after { background: #f5d01f; }



.open-navi-btn.action { background: #000; }
.open-navi-btn.action:hover { background: #f5d01f; }
.open-navi-btn.action .open {
	position: absolute;
	width: 30px;
	height: 13px;
	top: 15px;
	left: 15.5px;
	border: none;
	cursor: pointer;
}
.open-navi-btn.action .open::after {
	content:' ';
	position: absolute;
	width: 30px;
	height: 2px;
	top: 5.5px;
	background: #f5d01f;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	cursor: pointer;
}
.open-navi-btn.action .open::before {
	content:' ';
	position: absolute;
	width: 30px;
	height: 2px;
	top: 6px;
	background: #f5d01f;
	transform: rotate(150deg);
	-webkit-transform: rotate(150deg);
	cursor: pointer;
}
.open-navi-btn.action:hover .open::before,
.open-navi-btn.action:hover .open::after { background: #000; }
.open-navi-btn.action .open span {
	top: 16px;
	color: #f5d01f;
}
.open-navi-btn.action:hover .open span {
	color: #000;
}



.open-navi-list {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	padding-top: 10%;
	width: 100%;
	height: 100%;
	background-color: rgba(245,208,31,1);
	z-index: 10000;
}
.open-navi-list li {
	width: 55%;
	line-height: 20px;
	padding: 10px 0;
}
.open-navi-list li a {
	display: block;
	text-align: right;
	font-weight: bold;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.open-navi-list li.sns a img {
	width: 100%;
	max-width: 30px;
	height: auto;
}
.open-navi-list li a:hover {
	margin-right: 5px;
	opacity: 1;
}
.open-navi-list li a span { font-size: 1.2rem; }





/*******************************************************************************
********************************************************************************
pagetop
********************************************************************************
*******************************************************************************/
.pagetop {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: -60px;
	right: 2.5%;
	background-color: rgba(245,208,31,1);
	border-radius: 50%;
	text-align: center;
	z-index: 9999;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pagetop.display {
	bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pagetop .top-yajirushi {
	margin: 15px auto 0 auto;
	width: 35px;
	height: 35px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.pagetop .text {
	margin: -25px auto 0 auto;
	width: 35px;
}
.pagetop a {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pagetop:hover { bottom: 30px; }
.pagetop a:hover p { opacity: 1; }