*,
*::before,
*::after {
	box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0
}

ul[role=list],
ol[role=list] {
	list-style: none
}

html:focus-within {
	scroll-behavior: smooth
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

a:not([class]) {
	text-decoration-skip-ink: auto
}

img,
picture {
	max-width: 100%;
	display: block
}

input,
button,
textarea,
select {
	font: inherit
}

.u-fade {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s, visibility 1s, transform 1s;
	transform: translateY(30px)
}

.u-fade.--isVisible {
	visibility: visible;
	opacity: 1;
	transform: translateX(0)
}

.u-mt0 {
	margin-top: 0%
}

.u-mt1 {
	margin-top: 1%
}

.u-mt2 {
	margin-top: 2%
}

.u-mt3 {
	margin-top: 3%
}

.u-mt4 {
	margin-top: 4%
}

.u-mt5 {
	margin-top: 5%
}

.u-mt6 {
	margin-top: 6%
}

.u-mt7 {
	margin-top: 7%
}

.u-mt8 {
	margin-top: 8%
}

.u-mt9 {
	margin-top: 9%
}

.u-mt10 {
	margin-top: 10%
}

.u-mt11 {
	margin-top: 11%
}

.u-mt12 {
	margin-top: 12%
}

.u-mt13 {
	margin-top: 13%
}

.u-mt14 {
	margin-top: 14%
}

.u-mt15 {
	margin-top: 15%
}

.u-mt16 {
	margin-top: 16%
}

.u-mt17 {
	margin-top: 17%
}

.u-mt18 {
	margin-top: 18%
}

.u-mt19 {
	margin-top: 19%
}

.u-mt20 {
	margin-top: 20%
}

.tkg08-checkAlso {
	padding: clamp(15px, 9%, 90px) 15px;
	background-color: #B49664
}

.tkg08-checkAlso__inner {
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto
}

.tkg08-checkAlso__title {
	padding: 0 15px;
	margin-bottom: 30px;
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: clamp(20px, 3vw, 32px);
	color: #fff;
	text-align: center
}

.tkg08-checkAlso__item {
	/* display: -ms-grid; */
	display: grid;
	/* -ms-grid-rows: auto 30px auto 30px auto; */
	/* -ms-grid-columns: 40% 40px 1fr; */
	grid-template: "image title" auto "image texts" auto "image button" auto/40% 1fr;
	row-gap: 30px;
	column-gap: 40px;
	padding: clamp(15px, 5%, 30px);
	background-color: #fff
}

.tkg08-checkAlso__item:not(:last-child) {
	margin-bottom: 35px
}

.tkg08-checkAlso__itemTitle {
	display: flex;
	grid-area: title;
	align-items: center;
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: clamp(20px, 3vw, 32px);
	font-weight: bold;
	line-height: 1.4;
	word-break: break-word
}

.tkg08-mainVisual>.tkg08-checkAlso__itemTitle {
	/* -ms-grid-column-span: 1 */
}

.tkg08-checkAlso__itemTitle::before {
	display: block;
	flex: 0 0 14px;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	content: "";
	background-image: url("/sustainable-tourism-kansai/img/list-icon.png");
	background-position: center;
	background-size: contain
}

.tkg08-checkAlso__image {
	/* -ms-grid-row: 1; */
	/* -ms-grid-row-span: 5; */
	/* -ms-grid-column: 1; */
	grid-area: image;
	max-width: 100%
}

.tkg08-checkAlso__texts {
	/* -ms-grid-row: 3; */
	/* -ms-grid-column: 3; */
	grid-area: texts;
	font-family: ”游ゴシック”, yugothic, ”ヒラギノ角ゴ pro”, ”hiragino kaku gothic pro”, ”arial”, ”メイリオ”, ”meiryo”, sans-serif;
	font-size: 16px
}

.tkg08-checkAlso__button {
	/* -ms-grid-row: 5; */
	/* -ms-grid-column: 3; */
	display: block;
	grid-area: button;
	/* -ms-grid-row-align: end; */
	align-self: end;
	/* -ms-grid-column-align: end; */
	justify-self: end;
	width: fit-content;
	height: fit-content;
	padding: .5em 4em;
	font-family: ”游ゴシック”, yugothic, ”ヒラギノ角ゴ pro”, ”hiragino kaku gothic pro”, ”arial”, ”メイリオ”, ”meiryo”, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #b40019;
	border: 1px solid #b40019;
	transition: background-color .2s, color .2s
}

.tkg08-footer {
	padding: clamp(50px, 8%, 100px) 15px;
	background-color: #530D00;
	/* background-image: linear-gradient(#8b6901 0%, #f4bb01 100%, #7f6200 100%); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.tkg08-footer__logos {
	/* display: -ms-grid; */
	display: grid;
	grid-template-areas: "tkg tek" "ktb ktb";
	max-width: 700px;
	margin: 0 auto 60px
}

.tkg08-footer__logo-tkg {
	/* -ms-grid-row: 1; */
	/* -ms-grid-column: 1; */
	grid-area: tkg;
	/* -ms-grid-row-align: center; */
	/* -ms-grid-column-align: center; */
	place-self: center;
	width: 100%;
	max-width: 326px;
	margin-bottom: 50px;
	transition: opacity .2s
}

.tkg08-footer__logo-tkg img {
	width: 100%
}

.tkg08-footer__logo-tek {
	/* -ms-grid-row: 1; */
	/* -ms-grid-column: 2; */
	grid-area: tek;
	/* -ms-grid-row-align: center; */
	/* -ms-grid-column-align: center; */
	place-self: center;
	width: 100%;
	max-width: 244px;
	margin-bottom: 50px;
	transition: opacity .2s
}

.tkg08-footer__logo-tek img {
	width: 100%
}

.tkg08-footer__logo-ktb {
	/* -ms-grid-row: 2; */
	/* -ms-grid-column: 1; */
	/* -ms-grid-column-span: 2; */
	grid-area: ktb;
	/* -ms-grid-row-align: center; */
	/* -ms-grid-column-align: center; */
	place-self: center;
	width: 100%;
	max-width: 304px;
	transition: opacity .2s
}

.tkg08-footer__logo-ktb img {
	width: 100%
}

.tkg08-footer__languageSwitcher {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center
}

.tkg08-footer__languageSwitcherText {
	font-size: 14px;
	color: #fff
}

.tkg08-footer__languageSwitcherButton {
	display: flex;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #530D00;
	border: 1px solid #ffffff;
	border-radius: 100%;
	transition: background-color .2s, color .2s
}

.tkg08-footer__languageSwitcherButton.--isCurrent {
	color: #c49700;
	background-color: #fff;
}

.tkg08-footer__languageSwitcherSelect {
	height: 33px;
	padding-right: 20px;
	padding-left: 5px;
	font-size: 12px;
	color: inherit;
	background-color: #fff;
	background-image: url("/miketsukuni-delicious-pilgrimage/image/languageSwitcherSelect.svg");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 9px 5px;
	border: 1px solid #d18224;
	appearance: none
}

.tkg08-footer__languageSwitcherSelect2 {
	display: none
}

.tkg08-footer__subLinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin-top: clamp(25px, 5%, 60px)
}

.tkg08-footer__subLinkItem {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-size: 12px
}

.tkg08-footer__subLinkItem:not(:last-child)::after {
	margin: 0 10px;
	color: #fff;
	content: "/"
}

.tkg08-footer__subLink {
	color: #fff;
	text-decoration: none
}

/* .tkg08-introduction {
	max-width: 1200px;
	padding: clamp(5px, 1%, 18px);
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f2e1
}

.tkg08-introduction__inner {
	padding: 4%;
	border: 2px solid #be9832
}

.tkg08-introduction__titles {
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: clamp(18px, 3vw, 32px);
	line-height: 2;
	text-align: center
}

.tkg08-introduction__texts {
	margin-top: 2em;
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: clamp(14px, 2vw, 18px);
	line-height: 2;
	text-align: center
} */

.tkg08-links {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto
}

.tkg08-links__item {
	padding: 0 25px;
	margin-top: clamp(50px, 5%, 100px)
}

.tkg08-links__area {
	position: relative;
	top: 50px;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 26px;
	line-height: 1.25;
	color: #fff;
	text-align: center
}

.tkg08-links__area::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("/miketsukuni-delicious-pilgrimage/image/area.png");
	background-size: cover
}

.tkg08-links__area::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	border: 5px solid #fff;
	outline: 5px solid #cfa861;
	transform: rotate(45deg);
	transform-origin: center center 0
}

.tkg08-links__item:nth-child(1) .tkg08-links__area::after {
	background-color: #547faa
}

.tkg08-links__item:nth-child(2) .tkg08-links__area::after {
	background-color: #b79526
}

.tkg08-links__item:nth-child(3) .tkg08-links__area::after {
	background-color: #75aa54
}

.tkg08-links__image {
	position: relative
}

.tkg08-links__image img {
	width: 97%;
	margin-right: auto;
	margin-left: auto
}

.tkg08-links__title {
	position: absolute;
	bottom: 10%;
	width: 85%;
	padding: 3%;
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	background-color: rgba(255, 255, 255, .95)
}

.tkg08-links__titleMain {
	font-size: clamp(16px, 3vw, 48px);
	line-height: 1.2
}

.tkg08-links__titleSub {
	margin-top: 5px;
	font-size: clamp(12px, 2vw, 26px)
}

.tkg08-links__info {
	/* display: -ms-grid; */
	display: grid;
	/* -ms-grid-columns: 1fr auto; */
	grid-template-columns: 1fr auto;
	column-gap: 10%;
	margin-top: 5%
}

.tkg08-links__texts {
	position: relative;
	max-width: 684px;
	padding-bottom: 1em;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 2;
	border-bottom: 1px solid #b6b5bc
}

.tkg08-links__texts::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	width: clamp(15px, 20%, 50px);
	height: 2px;
	content: ""
}

.tkg08-links__item:nth-child(1) .tkg08-links__texts::after {
	background-color: #547faa
}

.tkg08-links__item:nth-child(2) .tkg08-links__texts::after {
	background-color: #b79526
}

.tkg08-links__item:nth-child(3) .tkg08-links__texts::after {
	background-color: #75aa54
}

.tkg08-links__button {
	display: block;
	/* -ms-grid-row-align: end; */
	align-self: end;
	width: fit-content;
	padding: 1.5em 3em;
	font-size: clamp(14px, 2vw, 18px);
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid;
	transition: opacity .2s
}

.tkg08-links__button:hover {
	opacity: .7
}

.tkg08-links__item:nth-child(1) .tkg08-links__button {
	background-color: #547faa;
	border-color: #547faa
}

.tkg08-links__item:nth-child(2) .tkg08-links__button {
	background-color: #b79526;
	border-color: #b79526
}

.tkg08-links__item:nth-child(3) .tkg08-links__button {
	background-color: #75aa54;
	border-color: #75aa54
}

.tkg08-mainVisual {
	position: relative;
	/* display: -ms-grid; */
	display: grid;
	/* -ms-grid-rows: 50% 50%; */
	/* -ms-grid-columns: 1fr clamp(50px, 30%, 338px) 1fr; */
	grid-template: "image1 title image2" 50% "image3 title image4" 50%/1fr clamp(50px, 30%, 338px) 1fr;
	width: 100%;
	height: 100vh
}

.tkg08-mainVisual__title {
	/* -ms-grid-row: 1; */
	/* -ms-grid-column: 3; */
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: flex;
	grid-area: title;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 10px 60px;
	background-image: linear-gradient(to bottom, #fdc300 0%, #8c6c00 100%, #7f6200 100%);
	transform: translate(-50%, -50%)
}

.tkg08-mainVisual>.tkg08-mainVisual__title {
	/* -ms-grid-row: 1; */
	/* -ms-grid-row-span: 2; */
	/* -ms-grid-column: 2; */
	/* -ms-grid-column-span: 1 */
}

.tkg08-mainVisual__title img {
	max-height: calc(100vh - 150px)
}

.tkg08-mainVisual__images {
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none
}

.tkg08-mainVisual__image {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 1.5s
}

.tkg08-mainVisual__image img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.tkg08-mainVisual__image.--1 {
	/* -ms-grid-row: 1; */
	/* -ms-grid-column: 1; */
	grid-area: image1
}

.tkg08-mainVisual__image.--2 {
	/* -ms-grid-row: 1; */
	/* -ms-grid-column: 3; */
	grid-area: image2
}

.tkg08-mainVisual__image.--3 {
	/* -ms-grid-row: 2; */
	/* -ms-grid-column: 1; */
	grid-area: image3
}

.tkg08-mainVisual__image.--4 {
	/* -ms-grid-row: 2; */
	/* -ms-grid-column: 3; */
	grid-area: image4
}

.tkg08-mainVisual__scrolldown {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	height: 65px;
	opacity: 0;
	animation: popup 1s 2.5s forwards;
}

.tkg08-mainVisual__scrolldown span {
	position: absolute;
	top: -2em;
	left: 50%;
	font-size: 1.1rem;
	color: #fff;
	letter-spacing: .05em;
	white-space: nowrap;
	transform: translateX(-50%)
}

.tkg08-mainVisual__scrolldown::before {
	position: absolute;
	bottom: 0;
	width: 1px;
	height: 65px;
	content: "";
	background: #fff;
	opacity: .5
}

.tkg08-mainVisual__scrolldown::after {
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	content: "";
	background: #fff;
	opacity: 0;
	animation: pathmove 2.5s ease-in-out infinite
}

@keyframes pathmove {
	0% {
		top: -5px;
		height: 0;
		opacity: 0
	}

	30% {
		height: 30px;
		opacity: 1
	}

	100% {
		top: 65px;
		height: 0;
		opacity: 0
	}
}

@keyframes popup{
	0% {
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.tkg08-whatis {
	padding: 4% 5%;
	background-color: #fff;
	border: 1px solid #be9832
}

.tkg08-whatis__title {
	font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	text-align: center
}

.tkg08-whatis__q {
	margin-bottom: 1em;
	font-size: clamp(14px, 1vw, 18px);
	color: #be9832
}

.tkg08-whatis__a {
	display: inline;
	width: fit-content;
	padding-bottom: .2em;
	margin-right: auto;
	margin-left: auto;
	font-size: clamp(18px, 3vw, 32px);
	background: linear-gradient(transparent 60%, #f4f2e1 40%)
}

.tkg08-whatis__texts {
	margin-top: 2.5em;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 2
}

.tkg08-whatis__texts p+p {
	margin-top: 1em
}

body {
	position: relative
}

body::before {
	position: fixed;
	z-index: -1;
	display: block;
	width: 100vw;
	height: 100vh;
	content: "";
	background-image: url("/industrial-tourism-kansai/img/bg.png");
	background-position: center;
	background-size: cover
}

main {
	font-family: ”游ゴシック”, yugothic, ”ヒラギノ角ゴ pro”, ”hiragino kaku gothic pro”, ”arial”, ”メイリオ”, ”meiryo”, sans-serif
}

@media(prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important
	}
}

@media only screen and (max-width: 768px) {
	.u-mt0 {
		margin-top: 0%
	}

	.u-mt1 {
		margin-top: 1.5%
	}

	.u-mt2 {
		margin-top: 3%
	}

	.u-mt3 {
		margin-top: 4.5%
	}

	.u-mt4 {
		margin-top: 6%
	}

	.u-mt5 {
		margin-top: 7.5%
	}

	.u-mt6 {
		margin-top: 9%
	}

	.u-mt7 {
		margin-top: 10.5%
	}

	.u-mt8 {
		margin-top: 12%
	}

	.u-mt9 {
		margin-top: 13.5%
	}

	.u-mt10 {
		margin-top: 15%
	}

	.u-mt11 {
		margin-top: 16.5%
	}

	.u-mt12 {
		margin-top: 18%
	}

	.u-mt13 {
		margin-top: 19.5%
	}

	.u-mt14 {
		margin-top: 21%
	}

	.u-mt15 {
		margin-top: 22.5%
	}

	.u-mt16 {
		margin-top: 24%
	}

	.u-mt17 {
		margin-top: 25.5%
	}

	.u-mt18 {
		margin-top: 27%
	}

	.u-mt19 {
		margin-top: 28.5%
	}

	.u-mt20 {
		margin-top: 30%
	}
}

@media only screen and (max-width: 992px) {
	.tkg08-checkAlso__item {
		/* -ms-grid-rows: auto auto auto; */
		/* -ms-grid-columns: 40% 20px 1fr; */
		grid-template: "title title" auto "image texts" auto "image button" auto/40% 1fr;
		column-gap: 20px
	}

	.tkg08-footer__logos {
		grid-template-areas: "tkg" "tek" "ktb"
	}

	.tkg08-footer__logo-tkg {
		/* -ms-grid-row: 1; */
		/* -ms-grid-column: 1 */
	}

	.tkg08-footer__logo-tek {
		/* -ms-grid-row: 2; */
		/* -ms-grid-column: 1 */
	}

	.tkg08-footer__logo-ktb {
		/* -ms-grid-row: 3; */
		/* -ms-grid-column: 1; */
		/* -ms-grid-column-span: 1 */
	}

	.tkg08-links__item {
		padding: 0 15px
	}

	.tkg08-links__area {
		top: 25px;
		width: 70px;
		height: 70px;
		font-size: 14px
	}

	.tkg08-links__area::after {
		border-width: 3px;
		outline-width: 3px
	}

	.tkg08-links__info {
		/* -ms-grid-columns: (1fr)[1]; */
		grid-template-columns: repeat(1, 1fr);
		row-gap: 30px
	}

	.tkg08-links__info>* {
		/* -ms-grid-column-align: center; */
		justify-self: center
	}

	.tkg08-checkAlso__itemTitle {
		/* -ms-grid-row: 1; */
		/* -ms-grid-column: 1; */
		/* -ms-grid-column-span: 3 */
	}

	.tkg08-checkAlso__image {
		/* -ms-grid-row: 2; */
		/* -ms-grid-row-span: 2; */
		/* -ms-grid-column: 1 */
	}

	.tkg08-checkAlso__texts {
		/* -ms-grid-row: 2; */
		/* -ms-grid-column: 3 */
	}

	.tkg08-checkAlso__button {
		/* -ms-grid-row: 3; */
		/* -ms-grid-column: 3 */
	}

	.tkg08-mainVisual__title {
		/* -ms-grid-row: 1; */
		/* -ms-grid-column: 1; */
		/* -ms-grid-column-span: 3 */
	}
}

@media only screen and (max-width: 576px) {
	.tkg08-checkAlso__item {
		/* -ms-grid-rows: auto auto auto auto; */
		/* -ms-grid-columns: auto; */
		grid-template: "title" auto "image" auto "texts" auto "button" auto/auto
	}

	.tkg08-checkAlso__button {
		/* -ms-grid-column-align: center; */
		justify-self: center
	}

	.tkg08-footer__subLinks {
		display: block;
		text-align: center
	}

	.tkg08-footer__subLinkItem:not(:last-child)::after {
		display: none
	}

	.tkg08-links__image {
		margin-bottom: 15%
	}

	.tkg08-links__title {
		bottom: -20%;
		width: 95%
	}

	.tkg08-checkAlso__itemTitle {
		/* -ms-grid-row: 1; */
		/* -ms-grid-column: 1; */
		/* -ms-grid-column-span: 1 */
	}

	.tkg08-checkAlso__image {
		/* -ms-grid-row: 2; */
		/* -ms-grid-row-span: 1; */
		/* -ms-grid-column: 1 */
	}

	.tkg08-checkAlso__texts {
		/* -ms-grid-row: 3; */
		/* -ms-grid-column: 1 */
	}

	.tkg08-checkAlso__button {
		/* -ms-grid-row: 4; */
		/* -ms-grid-column: 1 */
	}

	.tkg08-mainVisual__title {
		/* -ms-grid-row: 1; */
		/* -ms-grid-column: 1; */
		/* -ms-grid-column-span: 1 */
	}
}

@media(hover: hover)and (pointer: fine) {
	.tkg08-checkAlso__button:hover {
		color: #b40019;
		background-color: #fff
	}

	.tkg08-footer__logo-tkg:hover {
		opacity: .6
	}

	.tkg08-footer__logo-tek:hover {
		opacity: .6
	}

	.tkg08-footer__logo-ktb:hover {
		opacity: .6
	}

	.tkg08-footer__languageSwitcherButton:hover {
		color: #002d53;
		background-color: #ffffff
	}

	.tkg08-footer__subLink:hover {
		text-decoration: underline
	}
}

.image-sp{
	display: none;
}
@media only screen and (max-width: 1000px) {
	.image-pc{
		display: none;
	}
	.image-sp{
		display: block; 
	}
}

.stk-mainVisual{
	width: 100%;
	height: 100vh;
	position: relative;
}
	.stk-mainVisual__title{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		z-index: 3;
		width: clamp(280px , 80% , 590px);
		animation: main-logo 0.68s 0.5s forwards; 
		opacity: 0;
	}
		.stk-mainVisual__title > img{
			vertical-align: top;
			width: 100%;
			height: auto;
		}
		.stk-mainVisual__title > span{
			display: none;
		}

		@keyframes main-logo{
			0%{
				opacity: 0;
				transform: translate(-50%, -50%) scale(2.2) rotate(360deg);
			}
			75%{
				opacity: 0.2;
			}
			100%{
				opacity: 1;
				transform: translate(-50%, -50%) scale(1) rotate(0);
			}
		}
	.stk-mainVisual__hero{
		width: 100%;
		height: 100%
	}
	.stk-mainVisual__hero >img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


.stk-introduction {
	/* max-width: 1200px; */
	width: min(100% - 32px , 1114px);
	padding: clamp(5px, 1%, 18px);
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	box-shadow: 0 5px 10px rgba(0 , 0 , 0 , 0.06);
}

	.stk-introduction__inner {
		position: relative;
		padding: 6% 4%;
		border: 2px solid #FAF1D2
	}

	.stk-introduction__icon01,
	.stk-introduction__icon02{
		position: absolute;
	}
	.stk-introduction__icon01{
		top: 0;
		right: 0;
		width: 80px;
	}
	.stk-introduction__icon02{
		left: 0;
		bottom: 0;
		width: 60px;
	}

	@media only screen and (max-width: 768px) {
		.stk-introduction__inner {
			padding: 8%;
		}
		.stk-introduction__icon01{
			width: 60px;
		}
		.stk-introduction__icon02{
			width: 40px;
		}
	}

	.stk-introduction__titles {
		font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-size: clamp(18px, 3vw, 32px);
		line-height: 2;
		text-align: center
	}

	.stk-introduction__texts {
		font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-size: clamp(14px, 2vw, 18px);
		line-height: 2.22;
		color: #523E00;
	}


.stk-topics{
	width: min(100% - 32px , 1342px);
	margin-top: min(180px , 15vw);
	margin-left: auto;
	margin-right: auto;
}
	.stk-topics__item{
		width: 100%;
		border-bottom: 1px solid #B6B5BC;
		padding-bottom: min(10vw, 120px)
	}
		.stk-topics__item:not(:first-child){
			margin-top: min(10vw , 120px)
		}
		.stk-topics__item__fig{
			width: min(100% , 1116px);
			margin: 0 auto;
			position: relative;
		}
			.stk-topics__item__fig__num{
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
				width: min(20% , 160px);
				height: auto;
			}
			.stk-topics__item__fig__photo{
				width: 100%;
				height: auto;
			}
		.stk-topics__item__info{
			width: min(100%, 1116px + 52px);
			/* background: #ccc; */
			margin: min(5vw, 90px) auto 0;
			display: grid;
			grid-template:
				"a a"
				"t l"
				"c l"
				/1fr auto;
		}

			.stk-topics__item__area{
				grid-area: a;
				padding: 4px;
				display: flex;
				gap: 20px;
			}
				.stk-topics__item__area > span{
					font-size: clamp(11px, 2vw, 24px);
					font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
					/* width: 100px; */
					color: #fff;
					background: #8B1A05;
					padding: 0 1em;
					border: 1px solid #fff;
					outline: 4px solid #8B1A05;
					text-align: center;
					line-height: calc(clamp(11px, 2vw, 24px) * 1.8);
					height: calc(clamp(11px, 2vw, 24px) * 1.8 + 2px);
				}
			.stk-topics__item__title {
				grid-area: t;
				margin-top: min(5vw, 35px);
				font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
				font-size: clamp(20px, 3vw, 38px);
				color: #0B0622;
				font-weight: 600;
				line-height: 1.7;
			}
			.stk-topics__item__link{
				grid-area: l;
				background: #26ADA6;
				color: #fff;
				text-decoration: none;
				align-self: end;
				width: 228px;
				height: 96px;
				line-height: 96px;
				text-align: center;	
				transition: filter 0.28s;
				font-size: 18px;
				font-family: ”游ゴシック”, yugothic, ”ヒラギノ角ゴ pro”, ”hiragino kaku gothic pro”, ”arial”, ”メイリオ”, ”meiryo”, sans-serif;
			}
				.stk-topics__item__link:hover{
					filter: brightness(120%);
				}
	@media only screen and (max-width: 576px) {
		.stk-topics__item{
			border-bottom: none;
		}
		.stk-topics__item__info {
			grid-template:
				"a"
				"t"
				"c"
				"l"
				/1fr;
		}
		.stk-topics__item__link{
			margin-top: 36px;
			justify-self: center;
			font-size: 12px;
			height: 36px;
			line-height: 36px;
		}
}



.stk-relatedLinks{
	margin: min(15vw, 180px) auto 0;
	width: calc(100% - 32px);
}
	.stk-relatedLinks h2{
		font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
		font-size: clamp(22px, 3vw, 48px);
		color: #0B0622;
		font-weight: 600;
		line-height: 1.2;
		text-align: center;
	}
	.stk-relatedLinks__ul{
		padding: 0;
		display: grid;
		/* grid-template-columns: repeat(3 , 1fr); */
		grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
		gap: 24px 24px;
		width: min(100% , 1342px);
		margin: min(8vw, 90px) auto 0;
		list-style: none;
	}
	.stk-relatedLinks__li article{
		display: flex;
		flex-direction: column;
		height: 100%;
	}
		.stk-relatedLinks__li figure img {
			width: 100%;
			aspect-ratio: 430 / 274;
		}
		.stk-relatedLinks__li__info{
			background-color: #fff;
			padding: 24px 24px;
			flex-grow: 1;
			display: flex;
			flex-direction: column;
		}

		.stk-relatedLinks__li__num{
			color: #fff;
			background-color: #004C8D;
			line-height: 20px;
			height: 20px;
			font-size: 15px;
			align-self: start;
			width: 3em;
			text-align: center;
			
		}
		.stk-relatedLinks__li__info h3{
			font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
			font-size: clamp(20px, 2vw, 24px);
			color: #0B0622;
			font-weight: 600;
			line-height: 1.2;
			margin-top: 12px;
			
		}
		.stk-relatedLinks__li__info p{
			margin: 24px 0 auto;
		}

	.stk-relatedLinks__li__link{
		margin-top: 24px;
		align-self: end;
		color: #8E7113;
		font-size: 14px;
		text-decoration: none;
		height: 40px;
		line-height: 39px;
		border-bottom: 1px solid #8E711324;
		display: flex;
		align-items: center;
		padding-left: 2px;
		position: relative
	}
	.stk-relatedLinks__li__link::after{
		content: '';
		width: 10px;
		height: 10px;
		background: #8E7113;
		clip-path: polygon(0 0, 0% 100%, 100% 50%);
		margin-left: 22px;
	}
	.stk-relatedLinks__li__link::before{
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 12%;
		background-color: #8E7113;
		transition: width 0.28s;
	}
		.stk-relatedLinks__li__link:hover::before{
			width: 100%;
		}
	@media only screen and (max-width: 576px) {
		.stk-relatedLinks__ul {
			gap: 32px;
		}
		.stk-relatedLinks__li__info {
			padding: 16px;
		}
		.stk-relatedLinks__li__info p {
			margin-top: 16px;
		}
		.stk-relatedLinks__li__link {
			margin-top: 8px;
			font-size: 12px;
			/* align-self: center; */
		}
	}
