@charset "utf-8";

/* -----------------------------------------------------------
   共通
-------------------------------------------------------------- */
#top .title {
	font-size: 5.5rem;
	font-family: 'Lora', serif;
	color: #000;
}

#top,
#profile,
#exhibition,
#talk,
#contact {
	margin-top: -80px;
	padding-top:80px;
}

#top #global-nav {
    border-top: none;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px){
	#top,
	#profile,
	#exhibition,
	#talk,
	#contact {
		margin-top: -62px;
		padding-top:62px;
	}
	
	#top .title {
		font-size: 3.5rem;
	}
}

/* -----------------------------------------------------------
    mv
-------------------------------------------------------------- */
/*#top #contents{
	margin-top: 0px;
}*/

.mv-area {
	position: relative;
}

.mv-area div {
	width: 100%;
	height: auto;
}

.mv-area div img {
	width: 100%;
}

@media screen and (max-width: 768px){

}

/* -----------------------------------------------------------
	news
-------------------------------------------------------------- */
.news-area {
	padding: 40px 0;
	margin: 0 auto; 
	background-color: #FFF;
}
.news-area .news-box_inner{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}
.news-area .news-box{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.news-area .news-title {
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	font-family: 'Lora', serif;
}
.news-area .news-list {
	width: 950px;
	list-style-type: none;
	padding: 0 35px;
}
.news-area .news-list li{
	display: flex;
	gap: 20px;
	margin: 0 0px;
	align-items: center;
}

.news-area .news-de_title {
	flex: 1;
	font-weight: 400;
}

.news-area .news-date {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
}

@media screen and (max-width: 768px){
	.news-area {
		padding: 20px 20px;
		width: auto;
	}

	.news-area .news-box{
		display: block;
		position: relative;
        padding: 0;
	}

	.news-area .news-box_inner{
		display: block;
		width: 100%;
	}

	.news-area .news-title {
		font-size: 2rem;
		margin: 0 0 0;
		width:100%;
	}

	.news-area .news-list {
		width: 100%;
        padding: 0;
	}

	.news-area .news-list li{
		display:block;
		margin: 15px 0 0;
	}

	.news-area .news-list li:nth-of-type(n+2){
		display: none;
	}

	.news-area .news-list a{
		flex-wrap: wrap;
	}

	.news-area .news-de_title {
		width: 100%;
		margin: 5px 0 0;
		line-height: 1.3;
	}
	
	.news-area .news-date {
		font-size: 1.5rem;
		position: absolute;
		top: -5px;
		right: 0;
	}

}

/* -----------------------------------------------------------
    スケジュール
-------------------------------------------------------------- */
.schedule-area {
	background: url("../img/schedule-area-bg.jpg") no-repeat center/ cover;
	padding: 80px 0;
	position: relative;
	text-align: center;
}

.schedule-area .schedule-list {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
    gap: 60px;
}

.schedule-area .schedule-list h3{
	font-size: 4.5rem;
	font-weight: 700;
	font-family: 'Lora', serif;
	color: #978269;
}

.schedule-area .schedule-list .date {
	font-size: 5.5rem;
	font-weight: 700;
	font-family: 'Lora', serif;
	padding: 10px 0;
}
.schedule-area .schedule-list .date span {
	font-size: 3rem;
}

.schedule-area .schedule-list .txt {
	font-size: 2rem;
	font-weight: 700;
}


.schedule-area .time-title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	margin: 30px 0 0;
}
.schedule-area .time-title span {
	font-size: 1.4rem;
}
.schedule-area .time-list {
	margin: 0 auto;
}
.schedule-area .time-list li {
	line-height: 1.5;
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-bottom: 1px #ccc solid;
	font-weight: 500;
}

.cau-list {
	margin: 30px auto 0;
}
.cau-list li {
	position: relative;
	padding: 0 0 0 20px;
	line-height: 1.6;
	font-size: 1.4rem;
	color: #777;
	margin: 10px 0 0;
	text-align: left;
}
.cau-list li::before {
	content: '\0203B';
	position: absolute;
	left: 0;
}


.three-img {
	position: relative;
	/*display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 0 20px;*/
	text-align: center;
	margin: 0 auto -100px;
	padding: 0 30px;
	z-index: 1;
}
.three-img img {
	width: auto;
}


@media screen and (max-width: 768px){
	.schedule-area {
		/* background: url("../img/schedule-area-bg.jpg") no-repeat center/ cover; */
		background: #F2F2F2;
		padding: 60px 0 0;
	}

	.schedule-area .schedule-list {
		margin-top: 30px;
		display: flex;
		flex-direction: column;
		gap: 60px;
	}

	.schedule-area .schedule-list h3{
		font-size: 2.5rem;
	}

	.schedule-area .schedule-list .date {
		font-size: 2.6rem;
		padding: 0 0;
	}
	.schedule-area .schedule-list .date span {
		font-size: 1.6rem;
		margin: 0 0 0 2px;
	}
	
	.schedule-area .schedule-list .txt {
		font-size: 1.7rem;
	}
	
	
	.three-img {
		margin: 40px auto -30px;
		padding: 0 30px;
	}
	.three-img img {
		width: 100%;
		max-width: 300px;
	}
	
}



/* -----------------------------------------------------------
    コンセプト
-------------------------------------------------------------- */
.concept-area {
	background-color: #000;
	padding: 120px 0;
	color: #fff;
	position: relative;
}

.concept-area .txt-wrap {
	max-width: 765px;
	margin: 0 auto;
}

.concept-area .txt-wrap h2 {
	font-size: 3.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.5;
}

.concept-area .txt-wrap .txt {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.3;
}

.concept-area .txt-wrap .deco-en {
	font-family: 'Lora', serif;
	font-size: 15rem;
	font-weight: 700;
	color: #4A4A4A;
	position: absolute;
	line-height: 1;
	top: 50%;
    left: -5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-ms-writing-mode: tb-rl;
  	writing-mode: vertical-rl;
	white-space: nowrap;
}

@media screen and (max-width: 768px){
	.concept-area {
		padding: 80px 20px 60px;
		z-index: 0;
	}

	.concept-area .txt-wrap {
		max-width: 100%;
		margin: 0 auto;
	}

	.concept-area .txt-wrap h2 {
		font-size: 1.8rem;
		margin-bottom: 30px;
		line-height: 1.5;
		z-index: 1;
		position: relative;
	}

	.concept-area .txt-wrap .txt {
		font-size: 1.6rem;
		line-height: 2;
		z-index: 1;
		position: relative;
	}

	.concept-area .txt-wrap .deco-en {
		font-size: 9rem;
		top: -3%;
		left: -13px;
		/* left: -33%; */
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		z-index: 0;
	}
}



/* -----------------------------------------------------------
    写真エリア
-------------------------------------------------------------- */
.concept-under-area {
	height: 600px;
	width: 100%;
}

.concept-under-area img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 768px){
	.concept-under-area {
		height: 200px;
		width: 100%;
	}
}


/* -----------------------------------------------------------
    プロフィール
-------------------------------------------------------------- */
.profile-area {
	padding: 80px 0;
}

.profile-area .title {
	text-align: center;
}
.profile-area .job-name {
	font-size: 2.0rem;
	font-weight: 600;
	margin: 0 0 20px;
}

/*固定・スクロールエリア*/
.profile-scroll-area {
	margin-top: 70px;
}

.profile-scroll-area .p-scroll-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
    justify-content: space-between;
}

.profile-scroll-area .p-scroll-wrapper #fixed-area {
	width: 525px;
	flex-shrink: 0;
	 /*左固定記述*/
    position: -webkit-sticky;/*Safari用*/
    position: sticky;
	top: 140px;
	height:100%;
}

.profile-scroll-area .p-scroll-wrapper #fixed-area .img-wrap {
	width: 470px;
}

/*スクロールエリア右*/
.profile-scroll-area .name {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	display: flex;
	align-items: center;
}
.profile-scroll-area .name2 {
	display: none;
}

/*.profile-scroll-area .p-scroll-wrapper .name::before,
.profile-scroll-area .p-scroll-wrapper .name2::before{
    position: relative;
    display: block;
    content: "";
    width: 5px;
    height: 45px;
    background: #1262AA;
    transform: rotate(45deg);
    margin: 2px 22px 0 0px;
}
.profile-scroll-area .p-scroll-wrapper .name.type02::before,
.profile-scroll-area .p-scroll-wrapper .name2.type02::before{
    background: #CF0D16;
}
.profile-scroll-area .p-scroll-wrapper .name.type03::before,
.profile-scroll-area .p-scroll-wrapper .name2.type03::before {
    background: #D7D74C;
}*/

.profile-scroll-area .p-scroll-wrapper .txt {
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.profile-scroll-area .art-img img {
	width: 675px;
	margin: 0 0 20px;
}

/*@media screen and (max-width: 1024px){
	.profile-scroll-area .p-scroll-wrapper #fixed-area {
		height:65vh;
	}
}*/


@media screen and (max-width: 768px){
	.profile-area {
		padding: 60px 0;
	}

	.profile-area .job-name {
		margin: 0 0 10px;
	}
	
	/*固定・スクロールエリア*/
	.profile-scroll-area {
		margin-top: 40px;
		padding: 0 20px;
	}

	.profile-scroll-area .p-scroll-wrapper {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.profile-scroll-area .p-scroll-wrapper #fixed-area {
		width: 100%;
		flex-shrink: 0;
		 /*左固定記述*/
		position: static;
		height: auto;
	}
	
	.profile-scroll-area .p-scroll-wrapper #fixed-area .img-wrap {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.profile-scroll-area .p-scroll-wrapper #fixed-area img {
		width: 100%;
		height: auto;
		/*object-fit: cover;
		object-position: top;*/
		max-width: 480px;
	}
	
	.profile-scroll-area .p-scroll-wrapper #fixed-area .img-wrap {
		width: 100%;
	}

	/*スクロールエリア右*/
	.profile-scroll-area .name {
		display: none;
	}
	.profile-scroll-area .name2 {
		font-weight: 700;
		position: relative;
		display: flex;
		align-items: center;
		font-size: 3rem;
		margin: 5px 0 0;
	}
	.profile-scroll-area .p-scroll-wrapper .txt {
		margin: 0 0 30px 0;
	}
	
	/*.profile-scroll-area .p-scroll-wrapper #container .name::before,
	.profile-scroll-area .p-scroll-wrapper #container .name2::before{
		position: relative;
		display: block;
		content: "";
		width: 5px;
		height: 20px;
		transform: rotate(45deg);
		margin: 2px 22px 0 5px;
	}
	.profile-scroll-area .p-scroll-wrapper .name::before,
	.profile-scroll-area .p-scroll-wrapper .name2::before{
		width: 3px;
		height: 25px;
	}*/
	

	.profile-scroll-area .p-scroll-wrapper #container .txt {
		font-size: 1.6rem;
		margin: 0 0 30px;
	}
	.profile-scroll-area .scroll-wrap {
		overflow-x: scroll;
		margin: 40px 0 0;
		padding-bottom: 10px;
		
	}
	.profile-scroll-area .art-img {
		/* width: 1200px; */
		display: flex;
	}
	.profile-scroll-area .art-img img {
		width: 300px;
		margin: 0 20px 0 0;
	}
}

/* -----------------------------------------------------------
    access
-------------------------------------------------------------- */
.access-area {
	background: url("../img/ticket-area-bg.png") no-repeat top center / cover;
	padding: 400px 0 80px;
}

.access-area .title {
	text-align: center;
}

.access-area .place-name{
	text-align: center;
	line-height: 1.6;
	font-size: 1.7rem;
	font-weight: 500;
	margin: 30px 0;
}
.map-block {
    width: 100%;
	height: 500px;
	margin: 20px 0;
}

.map-block iframe {
    width: 100%;
    height: 100%;
    border: none;
}


@media screen and (max-width: 768px){
	
	.access-area {
		background: url(../img/ticket-area-bg.png) no-repeat top center / cover;
    	padding: 120px 20px 60px;
	}

	.map-block {
		width: 100%;
		height: 300px;
		margin: 20px 0 30px;
	}

	.map-block iframe {
		width: 100%;
		height: 100%;
		border: none;
	}

}

/* -----------------------------------------------------------
    cau-area
-------------------------------------------------------------- */
.cau-area{
	padding: 60px 0;
	border-bottom: 1px #666 solid;
}
.cau-area .ttl {
	font-size: 2.4rem;
	text-align: center;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	padding: 15px 0;
	line-height: 1.5;
	font-weight: bold;
}
.cau-area .ttl span {
	display: block;
	font-size: 1.4rem;
}

.cau-area .sub-ttl {
	font-size: 1.8rem;
	margin: 30px 0 0;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 768px){
	
	.cau-area{
		padding: 50px 20px;
	}
	.cau-area .ttl {
		font-size: 2rem;
	}
	.cau-area .ttl {
		font-size: 2rem;
		text-align: center;
	}
	
}



/* -----------------------------------------------------------
    loading
-------------------------------------------------------------- */

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 335px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px){
	.loading__logo {
	  width: 200px;
	}
}


/* -----------------------------------------------------------
    流れる画像
-------------------------------------------------------------- */
.concept-under-area {
    width: 100%;
    height: 600px; /* 画像の高さ */
    background-image: url(../img/concept-under-area.jpg);
    background-repeat: repeat-x;
    background-size: auto 600px; /* 画像の高さ */
    animation: loop 30s linear infinite;
}
@keyframes loop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2000px 0; /* 画像のマイナス幅 */
    }
}

@media screen and (max-width: 768px){
	.concept-under-area {
		height: 300px; /* 画像の高さ */
    	background-size: auto 300px; /* 画像の高さ */
	}
}

/* -----------------------------------------------------------
    btn
-------------------------------------------------------------- */

/* ＝＝ボタン共通 ＝＝ */
.btnbox{
	margin: 50px 0 0;
}

/* ＝＝ボタン1と色違い ＝＝ */
.btn{
	/*アニメーションの起点とするためrelativeを指定*/
	position: relative;
	overflow: hidden;
	/*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	/* border: 1px solid #333;ボーダーの色と太さ */
	background: #000;
	text-align: center;
	outline: none;
	/*アニメーションの指定*/   
	transition: ease .2s;
	width: 280px;
}
.btn.teru{
	border-left: solid 4px #014DA1;
}
.btn.takumi{
	border-left: solid 4px #D90D19;
}
.btn.shuri{
	border-left: solid 4px #FED23D;
}
/*矢印*/
.btn span:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	top: 20px;
	right: 20px;
}

.btn span:hover:after {
	color: #fff;
}

/*動き*/
.btn span {
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
	color:#fff;
	position: relative;
	display: block;
	padding: 20px;
}

.btn:hover span{
	color:#fff;
}

.btn:hover {
	border: 1px solid #414F90;
}

.bgleft:before {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	/*色や形状*/
	background:#333;/*背景色*/
	width: 100%;
	height: 100%;
	/*アニメーション*/
	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: right top;
}

.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
	background:#333;/*背景色*/
}

@media screen and (max-width: 768px) {

	.btnbox{
		margin: 30px 0 0;
	}

	/* ＝＝ボタン1と色違い ＝＝ */
	.btn{
		width: 100%;
	}
	/*動き*/
	.btn span {
		padding: 10px 20px;
	}
	.btn span:after {
		top: 26px;
	}
}