@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.teaser {
		align-items: center;
		background-image: url(/wp/wp-content/themes/original_theme/images/home/bg01@2x.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		font-family: "Noto Sans JP", sans-serif;
		height: calc(100% - 60px);
		justify-content: center;
		margin: auto;
		width: 100%;
		width: calc(100% - 60px);
	}
	.btn_close {
		cursor: pointer;
		padding-top: 0;
		position: absolute;
		right: 50px;
		top: 40px;
		transform: rotate(90deg);
		z-index: 10000;
	}
	body .teaser .inner {
		color: #fff;
	}
	body .teaser .inner .date {
		font-family: "trajan-pro-3", serif;
		font-style: normal;
		font-weight: 400;
		padding-bottom: 30px;
		text-align: center;
	}
	body .teaser .inner .date h1 {
		font-size: 20px;
		padding-bottom: 8px;
	}
	body .teaser .inner .date .time {
		font-size: 13px;
		letter-spacing: .1em;
	}
	body .teaser .inner .logo {
		padding: 0 40px 30px;
	}
	body .teaser .inner .desc {
		font-size: 12px;
		letter-spacing: .1em;
		line-height: 2;
		padding-bottom: 30px;
		text-align: center;
	}
	body .teaser .inner .url {
		font-size: 15px;
		letter-spacing: .1em;
		text-align: center;
	}
	body .teaser .inner .url a {
		color: #fff;
		text-decoration: none;
	}
	body .teaser .inner img {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}

	.teaser {
		align-items: center;
		background-image: url(/wp/wp-content/themes/original_theme/images/home/bg01@2x.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		font-family: "Noto Sans JP", sans-serif;
		height: 100vh;
		height: 100svh;
		height: 704px;
		justify-content: center;
		margin: auto;
		position: relative;
		width: 1286px;
	}
	body .teaser .inner {
		color: #fff;
		width: 100%;
	}
	.btn_close {
		cursor: pointer;
		padding-top: 0;
		position: absolute;
		right: 30px;
		top: 30px;
		transform: rotate(90deg);
		z-index: 10000;
	}
	body .teaser .inner .date {
		font-family: "trajan-pro-3", serif;
		font-style: normal;
		font-weight: 400;
		padding-bottom: 45px;
		text-align: center;
	}
	body .teaser .inner .date h1 {
		font-size: 29px;
		padding-bottom: 12px;
	}
	body .teaser .inner .date .time {
		font-size: 17px;
		letter-spacing: .1em;
	}
	body .teaser .inner .logo {
		margin: auto;
		padding-bottom: 45px;
		text-align: center;
	}
	body .teaser .inner .logo img {
		width: 548px;
	}
	body .teaser .inner .desc {
		font-size: 12px;
		letter-spacing: .1em;
		line-height: 2;
		padding-bottom: 35px;
		text-align: center;
	}
	body .teaser .inner .url {
		font-size: 15px;
		letter-spacing: .1em;
		text-align: center;
	}
	body .teaser .inner .url a {
		color: #fff;
		text-decoration: none;
	}
	body .teaser .inner img {
		width: 100%;
	}
}/*# sourceMappingURL=style.css.map */
