@charset "utf-8";

/*
----------------- 共通のタイトル -----------------
*/

/* .title_parts01 */

.title_parts01{
	text-align: center;
	margin: 0 0 36px 0;
}

.title_parts01 span{
	text-align: center;
	position: relative;
	display: inline-block;
	line-height: 1;
	padding: 0 1px 3px 1px;
}

.title_parts01 a{
  display: inline-block;
	text-decoration: none !important;	
}

.title_parts01 a span:after{
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	background: #000000;
	left: 50%;
	bottom: 0;
	transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
}

.title_parts01 a:hover span:after{
	left: 0%;
	width: 100%;
}

.title_parts01 small{
	display: block;
	margin: 7px 0 0 0;
}

/* 英語タイトル */

.title_parts01.title_type01{
	margin: 0 0 36px 0;
}

.title_parts01.title_type01 span{
	font-size: 360%;
	font-family: 'Playfair Display', serif;
}

.title_parts01.title_type01 small{
	font-size: 120%;
	font-family:YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 日本語タイトル */

.title_parts01.title_type02{
	margin: 0 0 20px 0;	
}

.title_parts01.title_type02 span{
	font-size: 270%;
	text-indent: 0.25em;
	letter-spacing: 0.2em;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
}

.en .title_parts01.title_type02 span{
	font-family: "Playfair Display",serif;
	letter-spacing: normal;	
}

.ko .title_parts01.title_type02 span{
	font-size: 210%;
}

.title_parts01.title_type02 small{
	font-size: 110%;
	font-family: 'Lato', sans-serif;
}

/* .title_parts02 */

.title_parts02{
	font-size: 180%;
	font-family: 'Playfair Display', serif;
	text-align: center;
	margin: 0 0 15px 0;
}

/* .title_parts03 */

.title_parts03{
	font-size: 180%;
	line-height: 1.4;
	font-family:YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

/* .title_parts04 */

.title_parts04{
	font-size: 240%;
	display: inline-block;
	vertical-align: top;
	font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",  serif;
	margin: 0 25px 0 0;
}
@media screen and (max-width: 700px) {
.title_parts04{
	font-size: 180%;	
}
}