@charset "UTF-8";

/**************************************************
トップページ
**************************************************/

/* 段落
-------------------------------------------------*/
#homePage main > section {
	margin: 0 -5vw;
	padding: 8vw 5vw;
}
/* 全幅・横スペース0 */
#homePage #program ,
#homePage #info {
	margin: 0 -5vw;
	padding: 8vw 0;
}
#homePage main > section h2 {
	padding-bottom: 8vw;
}

/* 演目
-------------------------------------------------*/
#homePage #program {
	padding-bottom: 1vw;
}
#homePage #program h2 {
	width: 100vw;
	padding: 0 5vw;
	text-align: center;
	font-weight: 500;
	font-size: 5vw;
}
#homePage #program dl ,
#homePage #program dt ,
#homePage #program dd {
	width: 172px;
	margin: 0;
	padding: 0;
	line-height: 1;
}
#homePage #program dt img {
	margin: 6px;
	border-radius: 50%;
	width: 160px;
	height: 160px;
}
#homePage #program dd {
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
}
/* アニメーション */
:root {
    --marquee-item-width: 172px;
    --marquee-item-height: 210px;
}
.marquee {
	margin-top: 7vw;
    margin-inline: auto;
    position: relative;
    height: var(--marquee-item-height);
    overflow: hidden;
}
.marquee__item {
    width: var(--marquee-item-width);
    height: 100%;
    position: absolute;
    left: max(calc(var(--marquee-item-width) * var(--marquee-number-of-items)), 100%);
    animation: marquee-scroll var(--marquee-animation-speed) linear infinite;
    animation-delay: calc(var(--marquee-animation-speed) / var(--marquee-number-of-items) * var(--marquee-position) * -1);
}
@keyframes marquee-scroll {
    to {
        left: calc(var(--marquee-item-width) * -1);
    }
}

/* 高杉晋作まつりとは？
-------------------------------------------------*/
/* 縦書き */
#homePage #about .text-tate {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 5vw;
}
#homePage #about h2 ,
#homePage #about .text-tate p {
	writing-mode: vertical-rl;
	text-align: left;
}
/* テキスト */
#homePage #about h2 {
	padding-bottom: 0;
}
#homePage #about .text-tate p:nth-of-type(4){
	margin-right: 1rem;
}
/* 画像 */
#homePage #about .photo {
	line-height: 0;
}

/* スマホの時 */
@media only screen and (max-width: 768px) {
	/* 横並び */
	#homePage #about .flex {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		gap: 5vw;
		margin: 0 0 5vw;
	}
	/* 画像 */
	#homePage #about img[alt="高杉晋作 銅像"] {
		width: 50vw;
	}
	#homePage #about img[alt="東行庵"] {
		width: 60vw;
	}
	#homePage #about > .photo {
		margin-top: -30%;
		text-align: right;
	}
}

/* 開催概要
-------------------------------------------------*/
#homePage #overview {
    background-image: url('../img/bg-washi.webp');
    background-size: cover;
}

/* タイムテーブル
-------------------------------------------------*/
/* 数字 */
@font-face {
    font-family: "Barlow SemiBold";
	src: local("Barlow SemiBold"),
		url('../font/Barlow-SemiBold.ttf') format('ttf'),
		url('../font/Barlow-SemiBold.eot') format('eot'),
		url('../font/Barlow-SemiBold.woff') format('woff'),
		url('../font/Barlow-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

#homePage #timetable h2 ,
#homePage #timetable .program .time {
	font-family: "Barlow SemiBold", sans-serif;
}
#homePage #timetable h2 {
	letter-spacing: 0.5rem;
}
#homePage #timetable h2:after {
	white-space: pre;
	content: '\Aタイムテーブル';
	font-size: 1rem;
	letter-spacing: 0;
}

#homePage #timetable .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding-bottom: 29vw;
}
#homePage #timetable #am ,
#homePage #timetable #pm ,
#homePage #timetable #all-day {
	width: 42.5vw;
	display: flex;
	flex-direction: column;
	gap: 2.5vw 5vw;
	padding: 2.5vw 2.5vw 5vw;
}

#homePage #timetable h3 {
	padding: 2.5vw 0 1.5vw;
	text-align: center;
	font-weight: 500;
	font-size: 2.5vw;
}

/* 常時開催 */
#homePage #timetable #all-day {
	position: absolute;
	bottom: 0;
}
#homePage #timetable #all-day h3 {
	padding: 2.5vw 0 0;
}

/* 演目 */
#homePage #timetable .program {
	display: flex;
	align-items: flex-end;
	position: relative;
}
#homePage #timetable .program dt {
	width: 40%;
	line-height: 0;
	z-index: 2;
}
#homePage #timetable .program img {
	border-radius: 50%;
	border: solid 0.75vw;
}
#homePage #timetable .program .time {
	position: absolute;
	top: 0;
	left: 40%;
	padding-left: 1vw;
	font-weight: 600;
	font-size: 2vw;
	z-index: 3;
	text-stroke: 1.5vw #FBFBF3;
	-webkit-text-stroke: 1.5vw #FBFBF3;
	paint-order: stroke;
}
#homePage #timetable .program i {
	margin: 0 0 0 0.5vw;
	width: 1.75vw;
}
#homePage #timetable .program em {
	font-weight: 700;
	font-size: 4.5vw;
}
#homePage #timetable .program dd {
	width: 80%;
	margin-left: -20%;
	padding: 0 2vw 0 20%;
	z-index: 1;
}
#homePage #timetable .program .title {
	padding: 2vw 1vw 1vw 1vw;
	border-bottom: solid 1px #bbb;
	font-weight: 500;
	font-size: 1.8vw;
}
#homePage #timetable .program .group {
	padding: 1vw 1vw 1.5vw 1vw;
	font-size: 1.5vw;
}
/* トークセッション */
#homePage #timetable #talk .title {
	padding-bottom: 0.8vw;
}
#homePage #timetable #talk .group {
	padding: 0.8vw 1vw 1.25vw 1vw;
	font-size: 1.2vw;
}

/* 休憩 */
#homePage #timetable .break {
	padding: 0.75vw 1vw;
	text-align: center;
	font-size: 1.8vw;
	font-weight: 500;
}

/* 地図
-------------------------------------------------*/
#homePage #map {
	margin: 0 -5vw;
	padding: 0;
	background: #222;
}
/* 背景 */
#homePage #map .text {
	display: flex;
	flex-direction: column;
	gap: 5vw;
	padding: 8vw 5vw;
    background-image: url('../img/bg-tougyouan-iriguchi-sp.webp');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-shadow: 0 0 3px #000;
}
/* 背景文字 */
#homePage #map > div {
	position: relative;
}
#homePage #map > div .text:before {
	content: "ACCESS";
	position: absolute;
	top:0;
	left:0;
	font-size: 10rem;
	font-weight: 500;
	line-height:0.85;
	opacity: 0.1;
 	writing-mode: vertical-rl;
}
/* テキスト */
#homePage #map section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-width: 33rem;
	margin: auto;
	padding: 0 5vw;
}
#homePage #map h2 {
	padding-bottom: 0;
}
#homePage #map h3 {
	padding-bottom: 1rem;
	border-bottom: solid 1px;
}
#homePage #map section:nth-of-type(2) p:last-of-type {
	font-size: 1.2rem;
}

/* お知らせ
-------------------------------------------------*/
#homePage #info {
	display: flex;
	flex-direction: column;
	gap: 8vw 0;
	padding: 8vw 5vw;
	text-align:center;
}
#homePage #info h2 {
  padding: 0;
}
#homePage #info ul {
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
	padding: 0;
}
#homePage #info li {
	list-style: none;
	margin: 0;
}
#homePage #info time {
	font-weight: 500;
}

/* 高杉晋作まつり実行委員会
-------------------------------------------------*/
#homePage #member {
	text-align:center;
}
#homePage #member .profileWrapp {
	display: flex;
	flex-wrap: wrap;
	gap: 5vw;
	padding: 8vw 0;
}
#homePage #member .profile {
	width: 47.1%;
	/*width: 42.5vw;*/
}
#homePage #member .profile img {
	width: 75%;
	margin-bottom: 1rem;
}
#homePage #member .profile rt {
	margin-bottom: 0.25rem;
}


/* お問合せ
-------------------------------------------------*/
#homePage #contact div.text {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 800px;
	margin: 0 auto;
}




/**************************************************
タブレットの時
**************************************************/

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

	/* 40px */
	#homePage h2 ,
	#homePage #program h2 {
		font-size: 4rem;
	}

	/* 演目
	-------------------------------------------------*/
	#homePage #program dl ,
	#homePage #program dt ,
	#homePage #program dd {
		width: 212px;
	}
	#homePage #program dt img {
		width: 200px;
		height: 200px;
	}
	:root {
	    --marquee-item-width: 212px;
	    --marquee-item-height: 250px;
	}

	/* 高杉晋作まつりとは？
	-------------------------------------------------*/
	/* 横並び */
	#homePage #about .flexPC {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-around;
		gap: 5vw;
	}
	#homePage #about .flex {
		display: flex;
		flex-direction: row-reverse;
		gap: 5vw;
	}
	/* 画像 */
	#homePage #about img[alt="高杉晋作 銅像"] {
		max-width: 40vw;
	}
	#homePage #about img[alt="東行庵"] {
		width: 50vw;
	}
	#homePage #about > .photo {
		margin-top: 5vw;
		text-align: center;
	}

	/* 開催概要
	-------------------------------------------------*/
	/* 住所のスペース調整 */
	#homePage #overview span {
	    display: inline-block;
	    margin-right: 0.5rem;
	}

	/* タイムテーブル
	-------------------------------------------------*/
	#homePage #timetable h3 {
		font-size: 2.5rem;
	}

	/* 地図
	-------------------------------------------------*/
	/* 背景 */
	#homePage #map .text {
	    background-image: url('../img/bg-tougyouan-iriguchi.webp');
		background-position: 67.5% 0;
		background-size: auto 100%;
		background-repeat: no-repeat;
	}
	/* 背景文字 */
	#homePage #map > div .text:before {
		font-size: 14rem;
	}
	/* テキスト幅 */
	#homePage #map section {
		min-width: 31rem;
		padding: 0;
	}

	/* 高杉晋作まつり実行委員会
	-------------------------------------------------*/
	#homePage #member .profileWrapp {
		justify-content: center;
	}
	#homePage #member .profile {
		width: 20vw;
	}
	#homePage #member .profile img {
		width: 100%;
	}

}




/**************************************************
パソコンの時
**************************************************/

@media only screen and (min-width: 1000px) {

	/* 高杉晋作まつりとは？
	-------------------------------------------------*/
	/* 横並び */
	#homePage #about .flexPC {
		justify-content: center;
	}
	#homePage #about img[alt="高杉晋作 銅像"] {
		max-width: 500px;
	}
	#homePage #about img[alt="東行庵"] {
		max-width: 666px;
	}
	#homePage #about > .photo {
		margin-top: -10%;
		margin-left: 10vw;
	}

	/* タイムテーブル
	-------------------------------------------------*/
	#homePage #timetable .flex {
		padding: 0 10vw 22vw;
	}
	#homePage #timetable #am ,
	#homePage #timetable #pm ,
	#homePage #timetable #all-day {
		width: 33vw;
		padding: 2vw 2vw 4vw;
	}
	#homePage #timetable h3 {
		padding: 2vw 0 1vw;
	}
	/* 画像サイズ */
	#homePage #timetable .program dt {
		width: 140px;
	}
	#homePage #timetable .program .time {
		left: 140px;
	}
	#homePage #timetable .program dd {
		margin-left: -70px;
		padding-left: 70px;
		padding-right: 2vw;
	}
	/* 線 */
	#homePage #timetable .program img {
		border: solid 5px;
	}
	#homePage #timetable .program .time {
		-webkit-text-stroke: 10px #FBFBF3;
		text-stroke: 10px #FBFBF3;
	}
	#homePage #timetable .program i {
		width: 1.5vw;
	}
	/* テキスト */
	#homePage #timetable .program .time {
		font-size: 1.6rem;
		padding-left: 0;
	}
	#homePage #timetable .program em {
		font-size: 3.5rem;
	}
	#homePage #timetable .program .title {
		width: 100% !important;
		padding: 2rem 0 1rem 1vw;
		font-size: 1.4vw;
	}
	#homePage #timetable .program .group {
		padding: 1.25rem 0 1.75rem 1vw;
		font-size: 1vw;
	}
	/* トークセッション */
	#homePage #timetable #talk .group {
		font-size: 1rem;
	}
	#homePage #timetable .break {
		font-size: 1.4rem;
	}


	/* 地図
	-------------------------------------------------*/
	/* 背景 */
	#homePage #map {
		background-image: url('../img/bg-tougyouan-iriguchi.webp');
		background-position: 25% 50%;
		background-size: auto 100%;
	}
	/* 背景文字 */
	#homePage #map > div .text:before {
		font-size: 16rem;
	}
	/* 横並び */
	#homePage #map > div {
		padding: 8vw 5vw;
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		justify-content: center;
		gap: 5vw;
	}
	/* テキスト */
	#homePage #map h2 {
		writing-mode: vertical-rl;
		position: absolute;
		top: 8vw;
		text-align: center;
	}
	#homePage #map .text {
		background: none;
		padding: 20vw 0 0;
		gap: 2rem;
	}
	#homePage #map section {
		min-width: auto;
		margin: 0;
	}
	/* 文字サイズ */
	#homePage #map section h3 ,
	#homePage #map section p {
		font-size: 1.3rem;
	}
	/* 地図の大きさ */
	#homePage #map .map {
		width: 65vh;
		height: 65vh;
	}

	/* 高杉晋作まつり実行委員会
	-------------------------------------------------*/
	#homePage #member .profileWrapp {
		justify-content: space-between;
		flex-wrap: nowrap;
		gap: 2.5vw;
		padding: 4vw 0 8vw;
	}


}
