@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400&family=Zen+Maru+Gothic:wght@700&display=swap");
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.8rem;
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
	line-height: 1.8;
}

body * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
body *:focus {
	outline: none;
}

section {
	position: relative;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	background-color: #eee;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

[type=checkbox]::before {
	position: absolute;
	top: -7px;
	left: -2px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	content: "";
	cursor: pointer;
	background-color: #eee;
	cursor: pointer;
}
[type=checkbox]::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 1px;
	width: 16px;
	height: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg) scale(0, 0);
	    -ms-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
[type=checkbox]:checked::after {
	border-color: #000;
	-webkit-transform: rotate(-45deg) scale(1, 1);
	    -ms-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}

*:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	/*color: #ccc;*/
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	/*color: #ccc;*/
}

::-moz-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::-ms-input-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::placeholder {
	/* Others */
	/*color: #ccc;*/
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h2 {
	line-height: 1.5;
}

h3 {
	line-height: 1.5;
}

h4 {
	line-height: 1.5;
}

.scroll-wrap {
	position: relative;
	max-height: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.scroll-wrap::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-track {
	background-color: rgba(34, 34, 34, 0);
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background-color: rgb(34, 34, 34);
	border-radius: 4px;
}

#wrap {
	overflow: hidden;
}

@media screen and (min-width: 961px) {
	.sp-view {
		display: none !important;
	}
}
@media screen and (min-width: 1281px) {
	.tab-view {
		display: none !important;
	}
}
@media screen and (max-width: 960px) {
	.pc-view {
		display: none !important;
	}
	body {
		font-size: 1.4rem;
	}
}
/***************************************************************************
HEADER
****************************************************************************/
#expo-head {
	position: relative;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/wave_head.svg) right bottom/100% 278px no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 30px 0 0;
	z-index: 2;
}
#expo-head .logo {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
#expo-head div {
	max-width: 1067px;
	margin-top: -60px;
	margin-left: -3vw;
}
#expo-head div h1 {
	margin-bottom: 5px;
}
#expo-head div h1 .h1_main {
	display: block;
	margin-bottom: 10px;
}
#expo-head div p {
	font-size: 1.6vw;
	font-size: clamp(14px, 1.5vw, 24px);
}
#expo-head ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 288px;
	margin-left: auto;
	margin-top: 30px;
	padding-left: 30px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
#expo-head .copy {
	position: absolute;
	right: 60px;
	bottom: 40px;
}

@media screen and (min-width: 1921px) {
	#expo-head div {
		margin-left: -1vw;
	}
}
@media screen and (max-width: 1920px) {
	#expo-head ul {
		width: 15vw;
		min-width: 200px;
	}
}
@media screen and (max-width: 1480px) {
	#expo-head .logo {
		width: 33.0405405405vw;
	}
	#expo-head .copy {
		width: 45.5405405405vw;
	}
}
@media screen and (max-width: 960px) {
	#expo-head {
		background-size: 150% 150px;
		padding-bottom: 10vw;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	#expo-head h1 {
		margin-top: 12vw;
	}
	#expo-head h1 .h1_main {
		margin-bottom: 4vw !important;
	}
	#expo-head h1 .h1_sub {
		margin-left: -26vw;
		width: 80vw;
		max-width: none;
	}
	#expo-head div {
		margin-top: 0;
		margin-right: 10vw;
	}
	#expo-head div p {
		margin-left: -26vw;
		width: 80vw;
	}
	#expo-head ul {
		position: absolute;
		right: 20px;
		top: 20px;
		gap: 10px;
		margin-top: 0;
		width: 30vw;
		min-width: auto;
	}
	#expo-head .copy {
		bottom: 1vw;
	}
}
@media screen and (max-width: 480px) {
	#expo-head {
		padding-top: 20px;
		padding-bottom: 15vw;
		background-size: 150% 100px;
	}
	#expo-head div {
		margin-right: 0vw;
	}
	#expo-head div p {
		width: 90vw;
		font-size: clamp(11px, 1.5vw, 24px);
	}
	#expo-head ul {
		width: 150px;
		min-width: auto;
		right: 10px;
		top: 10px;
	}
	#expo-head h1 .h1_sub {
		width: 90vw;
	}
	#expo-head .copy {
		width: 67vw;
	}
}
/***************************************************************************
MV
****************************************************************************/
#expo-mv {
	height: 900px;
	overflow: hidden;
	margin-top: -278px;
}
#expo-mv figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
#expo-mv figure::after {
	content: "";
	display: block;
	width: 100%;
	height: 260px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/wave_mv.svg) right bottom/100% 260px no-repeat;
	z-index: 0;
}
#expo-mv figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center bottom;
	   object-position: center bottom;
}
#expo-mv figure figcaption {
	position: absolute;
	right: 80px;
	bottom: 4px;
	z-index: 1;
	text-align: right;
}
#expo-mv figure figcaption strong {
	font-size: clamp(16px, 2vw, 40px);
	display: block;
}
#expo-mv figure figcaption span {
	font-size: clamp(12px, 1.2vw, 24px);
	display: block;
}
#expo-mv figure figcaption a {
	font-size: clamp(12px, 1.2vw, 24px);
	margin-top: max(1vw, 10px);
	color: #000;
	text-align: center;
	border: 2px solid #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	border-radius: 0 50px 50px 50px;
	position: relative;
	line-height: 1.5;
	padding: max(0.8vw, 10px) max(3vw, 30px) max(0.8vw, 10px) max(1.8vw, 20px);
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
#expo-mv figure figcaption a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
#expo-mv figure figcaption a::after {
	content: "";
	display: block;
	width: max(1.2vw, 12px);
	height: max(1.3vw, 13px);
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/arw_right.svg) center center/contain no-repeat;
	position: absolute;
	right: max(1vw, 10px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media screen and (max-width: 1280px) {
	#expo-mv figure::after {
		background-size: 100% 200px;
	}
}
@media screen and (max-width: 960px) {
	#expo-mv {
		margin-top: -150px;
	}
	#expo-mv figure::after {
		height: 170px;
		background-size: 150% 170px;
	}
	#expo-mv figure figcaption {
		bottom: 4px;
		right: 10vw;
	}
}
@media screen and (max-width: 480px) {
	#expo-mv {
		margin-top: -100px;
		height: 600px;
	}
	#expo-mv figure::after {
		background-size: 200% 160px;
	}
	#expo-mv figure figcaption {
		right: 4vw;
	}
}
/***************************************************************************
GUIDE
****************************************************************************/
#expo-guide {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/wave_index.svg) center top/100% 372px no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/wave_index_btm.svg) center bottom/100% 330px no-repeat;
	background-color: #e4e5e5;
	margin-top: 80px;
	padding-bottom: 240px;
}
#expo-guide * {
	text-align: center;
}

.guide__index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 50px;
	position: relative;
	width: 94vw;
	margin: 0 auto 20px;
}
.guide__index::before {
	content: "";
	display: block;
	position: absolute;
	width: 330px;
	height: 1100px;
	left: -3vw;
	top: 0;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_index_left.svg) right top no-repeat;
	z-index: 0;
}
.guide__index::after {
	content: "";
	display: block;
	position: absolute;
	width: 330px;
	height: 1100px;
	right: -3vw;
	top: 0;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_index_right.svg) left bottom no-repeat;
	z-index: 0;
}
.guide__index figure {
	position: relative;
	z-index: 1;
	-ms-flex-preferred-size: 400px;
	    flex-basis: 400px;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
.guide__index figure img {
	display: block;
	position: relative;
	max-width: 67%;
}
.guide__index figure:first-child img {
	margin-left: auto;
}
.guide__index figure:first-child img:nth-of-type(2) {
	margin-left: 0;
	margin-right: auto;
	-webkit-transform: translateY(40px);
	    -ms-transform: translateY(40px);
	        transform: translateY(40px);
	z-index: 1;
}
.guide__index figure:last-child img {
	margin-right: auto;
}
.guide__index figure:last-child img:nth-of-type(1) {
	z-index: 1;
}
.guide__index figure:last-child img:nth-of-type(2) {
	margin-right: 0;
	margin-left: auto;
	-webkit-transform: translateY(-40px);
	    -ms-transform: translateY(-40px);
	        transform: translateY(-40px);
}
.guide__index div {
	position: relative;
	z-index: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	-ms-flex-preferred-size: 800px;
	    flex-basis: 800px;
	margin: 4vw auto 4vw;
}
.guide__index div h2 {
	font-size: clamp(24px, 3vw, 60px);
}
.guide__index div h2 span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 40px;
	margin-bottom: 3vw;
}
.guide__index div h2 span::before, .guide__index div h2 span::after {
	content: "";
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 3vw;
	height: 3vw;
	border-radius: 3vw;
	background-color: #91d2e5;
}
.guide__index div h2 span::after {
	background-color: #469ad8;
}
.guide__index div ul li {
	font-size: clamp(16px, 1.5vw, 30px);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.guide__index div ul li::after {
	content: "";
	display: block;
	width: 1.5vw;
	height: 1.5vw;
	border-radius: 1.5vw;
	background-color: #91d2e5;
}
.guide__index div ul li:nth-of-type(1)::after {
	background-color: #b7d31b;
}
.guide__index div ul li:nth-of-type(2)::after {
	background-color: #bbb3d8;
}
.guide__index div p {
	font-size: clamp(16px, 1.45vw, 30px);
}
.guide__index div p + p {
	text-align: center;
	margin-top: 2vw;
}
.guide__index div a {
	font-size: clamp(12px, 1.2vw, 24px);
	margin-top: max(1vw, 10px);
	color: #000;
	text-align: center;
	border: 2px solid #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	border-radius: 0 50px 50px 50px;
	position: relative;
	line-height: 1.5;
	padding: max(0.8vw, 10px) max(3vw, 30px) max(0.8vw, 10px) max(1.8vw, 20px);
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
.guide__index div a::after {
	content: "";
	display: block;
	width: max(1.2vw, 12px);
	height: max(1.3vw, 13px);
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/arw_right.svg) center center/contain no-repeat;
	position: absolute;
	right: max(1vw, 10px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.guide__index div a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.guide__nav {
	margin: 0 auto;
	width: 1480px;
	max-width: 94vw;
	position: relative;
}
.guide__nav p {
	margin-bottom: 6vw;
}
.guide__nav p span {
	cursor: pointer;
	font-size: clamp(12px, 1.2vw, 24px);
	margin-top: max(1vw, 10px);
	color: #000;
	text-align: center;
	border: 2px solid #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	border-radius: 0 50px 50px 50px;
	position: relative;
	line-height: 1.5;
	padding: max(0.8vw, 10px) max(3vw, 30px) max(0.8vw, 10px) max(1.8vw, 20px);
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
.guide__nav p span::after {
	content: "";
	display: block;
	width: max(1.2vw, 12px);
	height: max(1.3vw, 13px);
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/arw_right.svg) center center/contain no-repeat;
	position: absolute;
	right: max(1vw, 10px);
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.guide__nav p span:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.guide__nav h3 {
	position: relative;
	font-size: clamp(24px, 3vw, 60px);
	margin: 0 auto 2vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.guide__nav h3 > span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 60px;
}
.guide__nav h3 > span::before, .guide__nav h3 > span::after {
	content: "";
	width: 2px;
	height: 100%;
	display: block;
	background-color: #000;
	-webkit-transform: rotate(-20deg);
	    -ms-transform: rotate(-20deg);
	        transform: rotate(-20deg);
}
.guide__nav h3 > span::after {
	-webkit-transform: rotate(20deg);
	    -ms-transform: rotate(20deg);
	        transform: rotate(20deg);
}
.guide__nav h3 small {
	display: block;
	font-size: clamp(16px, 2vw, 40px);
}
.guide__nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 300px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
.guide__nav ul li {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: absolute;
	left: 50%;
	top: 0;
}
.guide__nav ul li a {
	display: block;
	color: #000;
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
.guide__nav ul li a::before {
	content: "";
	display: block;
	width: 298px;
	height: 238px;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_1.svg) center center/contain no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.guide__nav ul li a::after {
	content: "";
	display: block;
	width: 142px;
	height: 120px;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/arw_btm.svg) center bottom no-repeat;
	position: absolute;
	left: 50%;
	bottom: -130px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 0;
}
.guide__nav ul li a > span {
	font-size: clamp(16px, 1.5vw, 30px);
	position: relative;
	padding: 20px 30px;
	display: block;
	z-index: 1;
}
.guide__nav ul li a > span::before, .guide__nav ul li a > span::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0 50px 50px 50px;
}
.guide__nav ul li a > span::before {
	-webkit-transform: translate(10px, 10px);
	    -ms-transform: translate(10px, 10px);
	        transform: translate(10px, 10px);
}
.guide__nav ul li a > span span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
}
.guide__nav ul li a:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.guide__nav ul li a:hover::before {
	-webkit-transform: rotate(15deg) translate(-57%, -50%);
	    -ms-transform: rotate(15deg) translate(-57%, -50%);
	        transform: rotate(15deg) translate(-57%, -50%);
}
.guide__nav ul li:nth-of-type(1) {
	-webkit-transform: translate(calc(-30vw - 50%), 60px);
	    -ms-transform: translate(calc(-30vw - 50%), 60px);
	        transform: translate(calc(-30vw - 50%), 60px);
}
.guide__nav ul li:nth-of-type(2) {
	-webkit-transform: translate(calc(-10vw - 50%), 210px);
	    -ms-transform: translate(calc(-10vw - 50%), 210px);
	        transform: translate(calc(-10vw - 50%), 210px);
}
.guide__nav ul li:nth-of-type(2) a::before {
	background-image: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_2.svg);
}
.guide__nav ul li:nth-of-type(3) {
	-webkit-transform: translate(calc(10vw - 50%), 0px);
	    -ms-transform: translate(calc(10vw - 50%), 0px);
	        transform: translate(calc(10vw - 50%), 0px);
}
.guide__nav ul li:nth-of-type(3) a::before {
	background-image: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_3.svg);
}
.guide__nav ul li:nth-of-type(4) {
	-webkit-transform: translate(calc(30vw - 50%), 150px);
	    -ms-transform: translate(calc(30vw - 50%), 150px);
	        transform: translate(calc(30vw - 50%), 150px);
}
.guide__nav ul li:nth-of-type(4) a::before {
	background-image: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_4.svg);
}

@media screen and (min-width: 1900px) {
	.guide__nav ul li:nth-of-type(1) {
		-webkit-transform: translate(calc(-24vw - 50%), 60px);
		    -ms-transform: translate(calc(-24vw - 50%), 60px);
		        transform: translate(calc(-24vw - 50%), 60px);
	}
	.guide__nav ul li:nth-of-type(2) {
		-webkit-transform: translate(calc(-8vw - 50%), 210px);
		    -ms-transform: translate(calc(-8vw - 50%), 210px);
		        transform: translate(calc(-8vw - 50%), 210px);
	}
	.guide__nav ul li:nth-of-type(3) {
		-webkit-transform: translate(calc(7vw - 50%), 0px);
		    -ms-transform: translate(calc(7vw - 50%), 0px);
		        transform: translate(calc(7vw - 50%), 0px);
	}
	.guide__nav ul li:nth-of-type(4) {
		-webkit-transform: translate(calc(24vw - 50%), 150px);
		    -ms-transform: translate(calc(24vw - 50%), 150px);
		        transform: translate(calc(24vw - 50%), 150px);
	}
}
@media screen and (max-width: 960px) {
	#expo-guide {
		background-size: 150% 190px, 150% 165px;
	}
	.guide__index::before, .guide__index::after {
		width: 165px;
		height: 550px;
		background-size: 150%;
	}
	.guide__index figure {
		display: none;
	}
	.guide__index div {
		width: 100%;
	}
	.guide__nav h3 {
		margin-bottom: 10vw;
	}
	.guide__nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.guide__nav ul li {
		-webkit-transform: none !important;
		    -ms-transform: none !important;
		        transform: none !important;
		position: relative;
		left: auto;
		margin-bottom: 40px;
	}
	.guide__nav ul li a::before {
		width: 130px;
		height: 100px;
		-webkit-transform: translate(-50%, -45%);
		    -ms-transform: translate(-50%, -45%);
		        transform: translate(-50%, -45%);
	}
	.guide__nav ul li a::after {
		content: none;
	}
	.guide__nav ul li a > span {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 480px) {
	#expo-guide {
		background-size: 150% 130px, 150% 110px;
		padding-bottom: 40vw;
	}
	.guide__index::before, .guide__index::after {
		width: 110px;
		height: 360px;
		background-size: 150%;
	}
	.guide__index div h2 span {
		margin-bottom: 10vw;
		gap: 15px;
	}
	.guide__index div h2 span::before, .guide__index div h2 span::after {
		width: 5vw;
		height: 5vw;
	}
	.guide__index div ul li {
		gap: 2vw;
		margin-bottom: 2vw;
	}
	.guide__index div ul li::after {
		width: 3vw;
		height: 3vw;
	}
	.guide__index div p br {
		display: none;
	}
	.guide__index div p a br {
		display: inline;
	}
	.guide__nav h3 > span {
		gap: 20px;
	}
}
/***************************************************************************
CONTENT
****************************************************************************/
.cnt {
	position: relative;
	margin-bottom: 160px;
}
.cnt:nth-of-type(1) {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_1.svg) left -8vw top/35vw no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/cloud_1.svg) center 100px/2000px 90% no-repeat;
}
.cnt:nth-of-type(1) .cnt__inner__wrap::before {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/content_1.webp) center top no-repeat;
}
.cnt:nth-of-type(1) .cnt__btn li.active > span::after {
	background-color: #acdeed;
}
.cnt:nth-of-type(1) .cnt__btn li.active > span::before {
	background-color: #007da1;
}
.cnt:nth-of-type(2) {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_2.svg) left -8vw top/35vw no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/cloud_2.svg) center 100px/2000px 90% no-repeat;
}
.cnt:nth-of-type(2) .cnt__inner__wrap::before {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/content_2.webp) center top no-repeat;
}
.cnt:nth-of-type(2) .cnt__btn li.active > span::after {
	background-color: #ffdfc6;
}
.cnt:nth-of-type(2) .cnt__btn li.active > span::before {
	background-color: #ff9340;
}
.cnt:nth-of-type(2) .cnt__block__item {
	border-color: #ff9340;
	background-color: #ffdfc6;
}
.cnt:nth-of-type(3) {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_3.svg) left -8vw top/35vw no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/cloud_3.svg) center 100px/2000px 90% no-repeat;
}
.cnt:nth-of-type(3) .cnt__inner__wrap::before {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/content_3.webp) center top no-repeat;
}
.cnt:nth-of-type(3) .cnt__btn li.active > span::after {
	background-color: #dee99c;
}
.cnt:nth-of-type(3) .cnt__btn li.active > span::before {
	background-color: #a5c202;
}
.cnt:nth-of-type(3) .cnt__block__item {
	border-color: #a5c202;
	background-color: #dee99c;
}
.cnt:nth-of-type(4) {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/shape_fuji_4.svg) left -8vw top/35vw no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/cloud_4.svg) center 100px/2000px 90% no-repeat;
}
.cnt:nth-of-type(4) .cnt__inner__wrap::before {
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/content_4.webp) center top no-repeat;
}
.cnt:nth-of-type(4) .cnt__btn li.active > span::after {
	background-color: #e0daf7;
}
.cnt:nth-of-type(4) .cnt__btn li.active > span::before {
	background-color: #9681e2;
}
.cnt:nth-of-type(4) .cnt__block__item {
	border-color: #9681e2;
	background-color: #e0daf7;
}
.cnt__inner {
	width: 1760px;
	max-width: 92vw;
	margin: 0 auto;
}
.cnt__inner__wrap {
	min-height: 880px;
	position: relative;
}
.cnt__inner__wrap::before {
	margin-top: 80px;
	content: "";
	display: block;
	width: 100%;
	height: 680px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.cnt__btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 94%;
	margin: -80px auto 0;
	padding-right: 10px;
}
.cnt__btn li {
	cursor: pointer;
	width: 44%;
	margin-left: auto;
	margin-bottom: 30px;
	-webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
	transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.7);
}
.cnt__btn li:hover {
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.cnt__btn li > span {
	font-size: clamp(16px, 2vw, 45px);
	position: relative;
	padding: 20px 20px 10px;
	display: block;
	text-align: center;
	line-height: 1.5;
	z-index: 1;
}
.cnt__btn li > span::before, .cnt__btn li > span::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 0 60px 60px 60px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.cnt__btn li > span::before {
	-webkit-transform: translate(8px, 10px);
	    -ms-transform: translate(8px, 10px);
	        transform: translate(8px, 10px);
}
.cnt__btn li > span span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 5px;
	z-index: 1;
}
.cnt__btn li > span span::after {
	content: "";
	margin-top: 5px;
	width: 44px;
	height: 40px;
	display: block;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/arw_btm_s.svg) center center no-repeat;
}
.cnt__btn li > span small {
	font-size: clamp(12px, 1.5vw, 30px);
	margin-top: -5px;
}
.cnt__block {
	position: relative;
	width: 94%;
	margin: 40px auto 0;
}
.cnt__block__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	border-radius: 30px;
	border: 0px solid #007da1;
	background-color: #acdeed;
	overflow: hidden;
	height: 0;
	-webkit-transition: border-width 0.1s ease;
	transition: border-width 0.1s ease;
}
.cnt__block__txt {
	padding: 4vw;
	width: 50%;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/content_bg_left.svg) left -110px top -40px no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/content_bg_right.svg) right -70px bottom -140px no-repeat;
}
.cnt__block__img {
	width: 50%;
}
.cnt__block__img img {
	width: 100%;
}
.cnt h2 {
	font-size: clamp(30px, 6vw, 120px);
	line-height: 1.25;
	margin-bottom: 60px;
	position: relative;
}
.cnt h2 img {
	position: absolute;
	left: 25vw;
	bottom: -30px;
}
.cnt h3 {
	font-size: clamp(20px, 2.25vw, 45px);
	margin-bottom: 40px;
}
.cnt h3 small {
	font-size: 1.8rem;
}
.cnt p {
	font-size: clamp(15px, 1.5vw, 30px);
	line-height: 2;
}
.cnt p small {
	font-size: 1.4rem;
	display: block;
	margin-bottom: 5px;
}

@media screen and (max-width: 1280px) {
	.cnt h2 img {
		width: 300px;
	}
}
@media screen and (max-width: 960px) {
	.cnt h2 {
		margin-bottom: 280px;
	}
	.cnt__inner__wrap::before {
		margin-top: 200px;
	}
	.cnt__btn {
		margin-top: -240px;
	}
	.cnt__btn li {
		width: 660px;
		max-width: 100%;
		margin-right: auto;
	}
	.cnt__btn li > span span::after {
		height: 30px;
		background-size: contain;
	}
	.cnt__block__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 660px;
		max-width: 100%;
		margin: 0 auto;
	}
	.cnt__block__txt {
		width: 100%;
		padding: 40px 4vw;
	}
	.cnt__block__img {
		width: 100%;
	}
	.cnt h3 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.cnt {
		margin-bottom: 60px;
	}
	.cnt__inner__wrap {
		min-height: 700px;
	}
	.cnt__inner__wrap::before {
		margin-top: 140px;
		height: 500px;
	}
	.cnt h2 img {
		width: 200px;
		left: 33vw;
		bottom: -20px;
	}
	.cnt__btn li > span {
		padding: 10px 10px 6px;
	}
	.cnt__btn li > span span::after {
		height: 20px;
		margin-top: 0;
	}
	.cnt__block {
		margin-top: 20px;
	}
}
/***************************************************************************
RELATED
****************************************************************************/
#expo-related {
	margin-top: -10vw;
	padding: 400px 0;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/wave_related.svg) right top/100% 300px no-repeat, url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/expo/wave_related_btm.svg) left bottom/100% 300px no-repeat;
	background-color: #e4e5e5;
}
#expo-related .inner {
	width: 1440px;
	max-width: 94vw;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 120px;
}
#expo-related a {
	width: 100%;
}
#expo-related a:hover {
	opacity: 0.5;
}
#expo-related img {
	width: 100%;
}

.related__x {
	width: calc(50% - 60px);
	aspect-ratio: 1/1;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.related__x a {
	display: block;
}
.related__x a:last-child {
	position: absolute;
	left: 0;
	bottom: 0;
}
.related__bnr {
	width: calc(50% - 60px);
}
.related__bnr__wide {
	width: 100%;
}

.twitter-timeline {
	display: block;
	background-color: #fff;
	color: #000;
	text-align: center;
	height: 54.5454545455%;
	overflow-y: scroll;
}
.twitter-timeline:hover {
	opacity: 1 !important;
}

.bnr-newsletter {
	width: 100%;
}
.bnr-newsletter a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	text-decoration: none;
}
.bnr-newsletter a span {
	width: 50%;
}
.bnr-newsletter a span:last-child {
	background-color: #fff;
	padding: 0 80px 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.bnr-newsletter a span:last-child::after {
	content: "";
	display: block;
	position: absolute;
	right: 40px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 28px;
	height: 24px;
	background: url(https://hq.pref.yamanashi.jp/wp2/wp-content/themes/hq_yamanashi22/assets/img/module/footer/link-arrow.svg) center center/cover no-repeat;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.bnr-newsletter a span small {
	display: block;
	font-size: clamp(13px, 1.4vw, 24px);
	margin-bottom: 5px;
}
.bnr-newsletter a span strong {
	display: block;
	font-size: clamp(16px, 1.9vw, 28px);
	line-height: 1.5;
}
.bnr-newsletter a:hover span:last-child::after {
	-webkit-transform: translate(15px, -50%);
	    -ms-transform: translate(15px, -50%);
	        transform: translate(15px, -50%);
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 0;
}

@media screen and (max-width: 1280px) {
	#expo-related .inner {
		gap: 60px;
	}
	.related__x {
		width: calc(50% - 30px);
	}
	.related__bnr {
		width: calc(50% - 30px);
	}
}
@media screen and (max-width: 960px) {
	#expo-related {
		padding: 200px 0;
		background-size: 100% 150px, 100% 150px;
	}
	#expo-related .inner {
		gap: 30px;
		width: 660px;
		margin: 0 auto;
	}
	.related__x {
		width: 100%;
	}
	.related__bnr {
		width: 100%;
	}
	.bnr-newsletter a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.bnr-newsletter a span {
		width: 100%;
	}
	.bnr-newsletter a span:last-child {
		padding: 40px 80px 40px 40px;
	}
}
@media screen and (max-width: 480px) {
	#expo-related {
		padding: 100px 0;
		background-size: 100% 75px, 100% 75px;
	}
	#expo-related .inner {
		gap: 3vw;
	}
	.bnr-newsletter a span:last-child {
		padding: 20px 60px 20px 20px;
	}
	.bnr-newsletter a span:last-child::after {
		right: 20px;
		width: 20px;
		background-size: contain;
	}
	.bnr-newsletter a span:last-child br {
		display: none;
	}
}
/***************************************************************************
POPUP
****************************************************************************/
.schedule {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.schedule button {
	position: absolute;
	top: calc(5vh - 20px);
	right: calc(50vw - min(400px, 45vw) - 20px);
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1001;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.schedule button:hover {
	background: rgba(0, 0, 0, 0.9);
}
.schedule button::before, .schedule button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 2px;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	    -ms-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.schedule button::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	    -ms-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}
.schedule.show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.schedule__inner {
	background: #fff;
	width: min(800px, 90vw);
	height: 90vh;
	overflow: auto;
	border-radius: 8px;
	padding: 40px 30px;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.schedule__inner h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.schedule__inner table {
	margin-bottom: 30px;
	width: 100%;
}
.schedule__inner table tr:nth-of-type(2) td {
	padding-top: 10px;
}
.schedule__inner table tr th {
	text-align: left;
	padding: 5px 10px;
	background-color: #acdeed;
	overflow: hidden;
}
.schedule__inner table tr th:first-child {
	border-radius: 5px 0 0 5px;
}
.schedule__inner table tr th:last-child {
	border-radius: 0 5px 5px 0;
}
.schedule__inner table tr td {
	padding: 0 10px;
}
.schedule__inner table tr td:last-child {
	width: 50%;
}
.schedule__inner table + h3 {
	margin-top: 40px;
}

@media screen and (max-width: 960px) {
	.schedule__inner table tr td {
		padding: 0 5px;
	}
}
ruby rt {
	letter-spacing: 0;
	font-size: 60%;
}
/*# sourceMappingURL=expo.css.map */