@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

.wrapper {
	background-color: #f4e8d2;
	margin: 0;
	padding: 0;
	min-width: 320px;
	color: #333;
	font-family: 'Shippori Mincho', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	word-break: break-word;
}

.wrapper a {
	color: #9a7f4e;
}

.wrapper a:hover {
	opacity: 0.5;
	transition: all 0.6s ease 0s;
}


.wrapper img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.wrapper .bold {
	font-weight: bold;
}

.wrapper .small {
	font-size: 0.8rem;
	line-height: 150%;
}

.wrapper .pcnone {
	display: none;
}

@media screen and (max-width: 800px) {
	.wrapper .pcnone {
		display: inline;
	}
}


.wrapper .inner {
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px;
}

@media screen and (max-width: 500px) {
	.wrapper .inner {
		padding: 10px;
	}
}

.wrapper .inner h2 {
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	border-bottom: 1px solid #9a7f4e;
	margin-bottom: 2%;
	color: #9a7f4e;
}

/*==== anime ====*/

@keyframes twinkle {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
		transform: scale(0.98);
	}

	100% {
		opacity: 1;
	}
}

.Trigger {
	opacity: 0;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 1s;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
	from {
		transform: translateY(30px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}


/*==== header ====*/
.wrapper header {
	background-color: #b07f56;
	background-image: url(../images/bg_mori.webp), linear-gradient(90deg,
			#130202 1%,
			hsl(0deg 100% 3%) 50%,
			#b07f56 49%,
			#caa78a 100%);
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	/* position: relative; */
	text-align: center;
	max-height: 800px;
}

.wrapper header h1 {
	line-height: 0;
}

.wrapper header img {
	max-height: 800px;
	padding: 0px 5%;
}

/*==== detail ====*/

.wrapper .detail {
	background-image: url(../images/bg_white.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 50px top;
}

/* date  */

.wrapper .detail .inner .date {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}

.wrapper .detail .date .term {
	width: 60%;
	font-weight: bold;
	font-size: clamp(2rem, 0.909rem + 5.45vw, 5rem);
	line-height: 100%;
}


@media screen and (max-width:1000px) {
	.wrapper .detail .date .term {
		width: 100%;
	}
}

.wrapper .detail .date .term img {
	width: 95%;
}



.wrapper .detail .date .term span {
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	line-height: 100%;
}

.wrapper .detail .time {
	width: 40%;
	font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 150%;
}

@media screen and (max-width: 1000px) {
	.wrapper .detail .time {
		width: 100%;
		margin-top: 20px;
	}
}


/* venue */

.wrapper .detail .inner .venue {
	margin-top: 5%;
}

.wrapper .detail .inner .venue h3 {
	font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
	line-height: 100%;
	margin-bottom: 1%;
}

.wrapper .detail .inner .map {
	background-color: rgba(255, 255, 255, 0.3);
	color: #9a7f4e;
	font-size: 0.8rem;
	margin-top: 2%;
	padding: 10px;
}

/* ticket  */

.wrapper .detail .inner .ticket {
	margin-top: 5%;
}

.wrapper .detail .inner .ticket .price {
	line-height: 200%;
}


.wrapper .detail .inner .ticket p.small {
	margin-top: 30px;
}

.wrapper .detail .inner .ticket .ticket_guide {
	background-color: rgba(255, 255, 255, 0.3);
	margin-top: 2%;
	padding: 10px;
}

.wrapper .detail .inner .ticket .ticket_guide h3 {
	color: #9a7f4e;

}

.inner .ticket .ticket_guide ul li {
	margin: 5px;
}

@media screen and (max-width: 800px) {
	.inner .ticket .ticket_guide ul li {
		margin-bottom: 30px;
	}

}


.inner .ticket .ticket_guide ul li a {
	font-size: 0.9rem;
}


.wrapper .detail .inner .ticket .ticket_guide ul li::before {
	content: "■";
	color: #9a7f4e;
}

.wrapper .detail .inner .ticket .sales {
	display: inline-block;
	background-color: #9a7f4e;
	padding: 5px 10px;
	color: #fff;
	margin-top: 2%;
	font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 150%;
}

.wrapper .detail .inner .ticket .contact {
	display: flex;
	flex-wrap: wrap;
	margin: 2% 0;
}

.wrapper .detail .inner .ticket .contact dt {
	width: 30%;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 2px;
	font-weight: bold;
	text-align: center;
	color: #9a7f4e;
}

.wrapper .detail .inner .ticket .contact dt:first-of-type {
	background-color: rgba(154, 127, 78, 0.1);
	color: #9a7f4e;
}

@media screen and (max-width: 800px) {
	.wrapper .detail .inner .ticket .contact dt {
		width: 100%;
	}
}

.wrapper .detail .inner .ticket .contact dd {
	width: 70%;
	margin-bottom: 10px;
	padding: 2px 0px 2px 10px;
}

@media screen and (max-width: 800px) {
	.wrapper .detail .inner .ticket .contact dd {
		width: 100%;
	}
}

/* ambassador */
.wrapper .detail .ambassador .flex {
	background-color: rgba(255, 255, 255, 0.3);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2%;

}

.wrapper .detail .ambassador .flex figure {
	width: 30%;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.wrapper .detail .ambassador .flex figure {
		width: 100%;
		margin-bottom: 10%;
	}

	.wrapper .detail .ambassador .flex figure img {
		width: auto;
		max-height: 300px;
	}
}

.wrapper .detail .ambassador .flex figure figcaption {
	text-align: center;
	font-size: clamp(0.8rem, 0.4rem + 1.07vw, 1.2rem);
	font-weight: bold;
}

@media screen and (max-width: 600px) {

	.wrapper .detail .ambassador .flex figure figcaption {
		font-size: clamp(0.9rem, 0.557rem + 1.71vw, 1.2rem);
	}
}

.wrapper .detail .ambassador .flex figure figcaption span {
	color: #b07f56;
}


.wrapper .detail .ambassador .flex figure figcaption a {
	font-size: clamp(0.7rem, 0.627rem + 0.36vw, 0.9rem);
}


.wrapper .detail .ambassador .flex .txt {
	width: 70%;
	line-height: 250%;
	padding: 2% 4%;
}

@media screen and (max-width: 600px) {
	.wrapper .detail .ambassador .flex .txt {
		width: 100%;
	}

	.wrapper .detail .ambassador .flex .txt p {
		font-size: 0.9rem;
		line-height: 200%;
	}
}

.wrapper .detail .ambassador .flex .txt h3 {
	font-size: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
	line-height: 120%;
	margin-bottom: 20px;
}

/* talkShow  */

.wrapper .detail .talkShow p {
	line-height: 200%;
}

.wrapper .detail .talkShow .info {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 2%;
	margin-top: 2%;
}

.wrapper .detail .talkShow .info p {
	font-size: clamp(0.8rem, 0.4rem + 1.07vw, 1.2rem);
	line-height: 180%;
}



/* official */
.wrapper .detail .official {
	background-color: rgba(159, 113, 75, 0.4);
	font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 150%;
	text-align: center;
	color: #fff;
	margin-top: 5%;
	padding: 2%;
}

.wrapper .detail .official a {
	color: #fff;
	text-decoration: none;
	margin-top: 2%;
}

/*==== works ====*/
.wrapper .works {
	background-image: url(../images/bg_kami.webp);
	background-size: cover;
	padding: 2%;
}

.wrapper .works .inner .txt h2 {
	font-size: 3rem;
	border: none;
	color: #333;
	text-align: center;
}

.wrapper .works .inner .txt p {
	font-size: clamp(0.9rem, 0.791rem + 0.55vw, 1.2rem);
	line-height: 200%;
	margin-bottom: 4%;
	text-align: center;
}

@media screen and (max-width: 800px) {

	.wrapper .works .inner .txt p {
		text-align: left;
		line-height: 150%;
		margin-bottom: 40px;
	}
}

.wrapper .works .inner .works_image {
	padding-top: 5%;
	text-align: center;
}

.wrapper .works .inner .works_image h2 {
	text-align: left;
}

.wrapper .works .inner .works_image img {
	padding: 10px;
}

/*==== profile ====*/

.wrapper .bg_shadow {
	background-image: url(../images/bg_shadow.webp);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: right 50px top;
}


.wrapper .profile {
	padding-top: 5%
}

.wrapper .profile .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wrapper .profile .inner figure {
	width: 40%;
}

@media screen and (max-width: 800px) {
	.wrapper .profile .inner figure {
		width: 100%;
	}
}

.wrapper .profile .inner .txt {
	width: 60%;
	padding-left: 20px;
}

@media screen and (max-width: 800px) {
	.wrapper .profile .inner .txt {
		width: 100%;
		padding-left: 0px;
	}
}

.wrapper .profile .inner .txt h3 {
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
}

.wrapper .profile .inner .txt h3 span {
	font-size: clamp(0.9rem, 0.718rem + 0.91vw, 1.4rem);
	color: #9a7f4e;
}

@media screen and (max-width: 800px) {
	.wrapper .profile .inner .txt h3 span {
		display: block;
	}
}

.wrapper .profile .inner .txt p {
	line-height: 150%;
	margin-top: 2%;
}

@media screen and (max-width: 500px) {
	.wrapper .profile .inner .txt p {
		font-size: 0.8rem;
	}
}



/*==== goods ====*/
.wrapper .goods {
	padding: 5% 0px
}

.wrapper .goods .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.wrapper .goods .inner ul li {
	width: 32%;
	margin: 0.5%;
}

@media screen and (max-width: 1000px) {
	.wrapper .goods .inner ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}


.wrapper .goods .inner ul li figure {
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.4);
}

.wrapper .goods .inner ul li figure img {
	display: block;
	width: auto;
	max-height: 300px;
	margin: 0px auto 10px
}

.wrapper .goods .inner ul li figure figcaption span {
	font-size: 0.8rem;
	color: #9a7f4e;
}

.wrapper .goods .inner .sapporo {
	border-bottom: 1px solid #9a7f4e;
	padding: 0 0 2%;
	margin: 5% 0;
}

.wrapper .goods .inner .sapporo .limited {
	background-color: rgba(159, 113, 75, 0.4);
	font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	font-size: clamp(1.2rem, 0.909rem + 1.45vw, 2rem);
	color: #fff;
	padding: 1%;
	margin-bottom: 2%;
}

.wrapper .goods .inner .sapporo ul {
	margin-top: 2%;
}

.wrapper .goods .inner .sapporo ul li {
	width: 49%;
	margin: 0.5%;
}

@media screen and (max-width: 1000px) {
	.wrapper .goods .inner .sapporo ul li {
		width: 100%;
	}
}

.wrapper .goods .inner .sapporo ul li figure img {
	display: block;
	width: auto;
	height: auto;
	min-height: auto;
	margin: 0px auto 10px
}

.wrapper .goods .inner .sapporo .sikoh dt {
	border-left: 4px solid #b07f56;
	font-weight: bold;
	padding-left: 10px;
	margin: 2% 0px 1%;
}


.wrapper .goods .inner .attention {
	font-size: 0.8rem;
	margin-top: 2%;
}

/*==== footer ====*/
.wrapper footer {
	background-color: #000;
	color: #fff;
	padding: 2% 0px 5%;
}

.wrapper footer p {
	margin-bottom: 10px;
}


@media screen and (max-width: 500px) {
	.wrapper footer {
		font-size: 0.7rem;
	}

}