@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap');


/*=======================================
	base
=======================================*/

/** {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}*/
img,
figure,
picture {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: inline-block;
	}
	.sp {
		display: inline-block;
	}
}
#contents .w1120 {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
}
#contents .flex_area {
	display: flex;
}
#contents .inner {
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#contents .flex_area {
		display: block;
	}
}

#history_sec .gara {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
}

#ktsCont {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* color: #575757; */
	color: #262626;
	font-size: 16px;
	/* line-height: 1.6em; */
	background-color: #FFFFFF;
	word-break: break-all;
}

/* 背景グラデーション */
#contents .bg-gradation {
	background: rgb(220,224,239);
background: linear-gradient(180deg, rgba(220,224,239,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
}

/*=======================================
	history_sec
=======================================*/
#history_sec .contents.w1120 {
	padding: 65px 0 150px;
}
#history_sec .contents.w1120 .title_area {
	margin-bottom: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#history_sec .contents.w1120 .title_area h2 {
	width: 341px;
	margin-bottom: 22px;
}
#history_sec .contents.w1120 .title_area p {
	font-size: 40px;
	margin-bottom: 42px;
	font-weight: bold;
}
#history_sec .contents.w1120 .title_area .en {
	margin-bottom: 0;
	font-size: 60px;
	font-weight: 400;
	letter-spacing: 0;
}
#history_sec .contents.w1120 .history_list {
	display: flex;
	flex-direction: column;
	gap: 75px 0;
}
#history_sec .contents.w1120 .history_list li {
	display: flex;
	/* align-items: center; */
	gap: 0 28px;
}
#history_sec .contents.w1120 .history_list li:nth-child(2n) {
	flex-direction: row-reverse;
}
#history_sec .contents.w1120 .history_list li:nth-child(odd) .text {
	margin-top: 155px;
}
#history_sec .contents.w1120 .history_list li:nth-child(even) .text {
	margin-top: 90px;
}
#history_sec .contents.w1120 .history_list  .note {
	width: 671px;
}
#history_sec .contents.w1120 .history_list  .text {
	width: calc(100% - 671px - 28px);
}
#history_sec .contents.w1120 .history_list  .text .era_box {
	display: flex;
	align-items: end;
	gap: 0 5px;
	margin-bottom: 32px;
}
#history_sec .contents.w1120 .history_list  .text .era_box p {
	font-size: 100px;
	line-height: 90px;
}
#history_sec .contents.w1120 .history_list  .text .era_box span {
	font-size: 20px;
	font-weight: 500;
}
#history_sec .contents.w1120 .history_list  .text h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 16px;
	letter-spacing: -0.01em;
}
#history_sec .contents.w1120 .history_list  .text > p {
	font-size: 20px;
	letter-spacing: 0.03em;
	font-weight: 500;
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 1250px) {
	#history_sec .contents.w1120 {
		padding: 5.2vw 0 12vw;
	}
	#history_sec .contents.w1120 .title_area {
		margin-bottom: 6vw;
	}
	#history_sec .contents.w1120 .title_area p {
		font-size: calc((40 / 1250) * 100vw);
	}
	#history_sec .contents.w1120 .title_area .en {
		font-size: calc((60 / 1250) * 100vw);
	}
	#history_sec .contents.w1120 .history_list {
		gap: 0 6vw;
	}
	#history_sec .contents.w1120 .history_list  .note {
		width: 53.76vw;
	}
	#history_sec .contents.w1120 .history_list  .text {
		width: calc(100% - 53.76vw - 28px);
	}
	#history_sec .contents.w1120 .history_list  .text .era_box p {
		font-size: calc((100 / 1250) * 100vw);
	}
	#history_sec .contents.w1120 .history_list  .text .era_box span {
		font-size: calc((20 / 1250) * 100vw);
	}
	#history_sec .contents.w1120 .history_list  .text h3 {
		font-size: calc((28 / 1250) * 100vw);
	}
	#history_sec .contents.w1120 .history_list  .text > p {
		font-size: calc((20 / 1250) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	#history_sec .contents.w1120 {
		padding: 38px 0 40px;
	}
	#history_sec .contents.w1120 .title_area {
		margin-bottom: 42px;
	}
	#history_sec .contents.w1120 .title_area h2 {
		width: 174px;
		margin-bottom: 10px;
	}
	#history_sec .contents.w1120 .title_area p {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#history_sec .contents.w1120 .title_area .en {
		margin-bottom: 0;
		font-size: 36px;
		letter-spacing: 0.02em;
		line-height: 1.388;
		text-align: center;
	}
	#history_sec .contents.w1120 .history_list {
		flex-direction: column;
		gap: 72px 0;
	}
	#history_sec .contents.w1120 .history_list li {
		flex-direction: column;
		gap: 0;
	}
	#history_sec .contents.w1120 .history_list li:nth-child(2n) {
		flex-direction: column;
	}
	#history_sec .contents.w1120 .history_list li:nth-child(odd) .text,
	#history_sec .contents.w1120 .history_list li:nth-child(even) .text {
		margin-top: 0;
	}
	#history_sec .contents.w1120 .history_list  .note {
		width: 100%;
	}
	#history_sec .contents.w1120 .history_list  .text {
		width: 100%;
	}
	#history_sec .contents.w1120 .history_list  .text .era_box {
		margin-bottom: 18px;
	}
	#history_sec .contents.w1120 .history_list  .text .era_box p {
		font-size: 70px;
		line-height: 0.828;
	}
	#history_sec .contents.w1120 .history_list  .text .era_box span {
		font-size: 14px;
	}
	#history_sec .contents.w1120 .history_list  .text h3 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 12px;
	}
	#history_sec .contents.w1120 .history_list  .text > p {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.71;
	}
}


/* ==================================================
ank_Lineup
================================================== */
#ank_Lineup {
	margin-bottom: 100px;
}
#ank_Lineup .inner {
	max-width: 1147.127px;
}
#ank_Lineup .sttl01 {
	width: fit-content;
	/* max-width: 1147.127px; */
	text-align: center;
	font-size: 27px;
	font-weight: normal;
	margin: 0 auto 30px;
	display: block;
}
#ank_Lineup .sttl01 span {
    margin-left: 0;
    font-size: 30px;
}
#ank_Lineup .sttl01 a {
	padding: 0 2em 0 1em;
	font-weight: bold;
	margin-top: 5px;
	/* display: inline-block; */
}
@media only screen and (max-width: 768px){
#ank_Lineup {
	margin-bottom: 0;
}
#ank_Lineup .inner {
	width: 100%;
}
#ank_Lineup .sttl01 {
	font-size: 16.2px;
	margin-bottom: 20px;
}
#ank_Lineup .sttl01 span {
    font-size: 21px;
    line-height: 1.4;
}
#ank_Lineup .sttl01 a {
	padding: 0 2em 3px 1em;
}
}
/**/
/**/
/* ==================================================
ank_Bnr
================================================== */
#ank_Bnr {
	margin-top: 100px!important;
}
#ank_Bnr .inner {
	max-width: 808px;
	justify-content: space-between;
}
#ank_Bnr .bnr {
	width: 28.46%;
}
@media only screen and (max-width: 768px){
#ank_Bnr {
	margin: 40px 0 60px!important;
}
#ank_Bnr .bnr {
	width: 68.14%;
	margin: 0 auto;
}
#ank_Bnr .bnr:not(:last-child) {
	margin-bottom: 20px;
}
}