*,
*::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;
	margin-top: 10rem;
	background-color: #9D4E61;
	/* background-image: linear-gradient(#8b6901 0%, #f4bb01 100%, #7f6200 100%); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	@media (max-width:1000px){
		margin-top: 5rem;
	}
}

.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: #9D4E61;
	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("/sustainable-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
	}
}


.stk-mainVisual{
	width: 100%;
	height: 100vh;
	position: relative;
	@media (max-width:1000px){
		height: 80vh;
	}
}
	.stk-mainVisual__title{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50% , -50%);
		z-index: 3;
		width: 80%;
		max-width: 500px;
		animation: main-logo 0.8s .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: 100vh;
		@media (max-width:1000px){
			height: 80vh;
		}
		img{
			width: 100%;
			height: 100vh;
			object-fit: cover;
				@media (max-width:1000px){
					height: 80vh;
				}
		}
	}


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

.stk-introduction {
	width: min(100% - 32px , 1114px);
	padding: clamp(5px, 1%, 18px);
	margin-right: auto;
	margin-left: auto;
	background-image: url("/castle/img/i-bg.png") ;
	background-size: cover;
	background-color: #ffffff;
	box-shadow: 0 5px 10px rgba(0 , 0 , 0 , 0.06);
}

	.stk-introduction__inner {
		padding: 4%;
		border: 2px solid #53376F
	}

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

	.castle__ttl{
	width: min(100% - 32px , 1342px);
	margin: 7.5rem auto 4rem;
		@media (max-width:1000px){
			margin: 3rem auto 2rem;
		}
		h2{
			position: relative;
			font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
			font-size: 3em;
			padding-left: 3.75rem;
			margin-bottom: 3.5rem;
			@media (max-width:1000px){
				font-size: 1.5em;
				padding-left: 3rem;
				margin-bottom: 1.5rem;
			}
			&::before{
				position: absolute;
				content: "";
				background: url("/castle/img/list-icon.svg") ;
				background-size: cover;
				width: 45px;
				height: 34px;
				top: 0.75em;
				left: 0;
				transform: translate(0,-50%);
				@media (max-width:1000px){
					width: 35px;
					height: 26px;
				}

			}
		}
		p{
			font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
			font-size: 1.25em;
			line-height: 2;
			@media (max-width:1000px){
				font-size: 1em;
			}
		}
	}

.stk-topics{
	width: min(100% - 32px , 1342px);
	margin-left: auto;
	margin-right: auto;
}
	.stk-topics__item{
		display: flex;
		align-items: stretch;
		width: 100%;
		margin-bottom: 3.75rem;
		@media (max-width:1000px){
			display:block;
			margin-bottom: 2rem;
		}
	}
		.stk-topics__item__fig{
			width: 45%;
			height: auto;
			position: relative;
			@media (max-width:1000px){
				width: 100%;
				aspect-ratio: 3/2;
			}
			img{
				width: 100%;
				height: 100%;
				object-fit: cover;
			}
		}
		.stk-topics__item__info{
			background: #fff;
			width: 65%;
			padding: 3.5rem 3.5rem 2.25rem;
			box-shadow: 0 3px 20px #00000020;
			@media (max-width:1000px){
				width: 100%;
				padding: 2rem 1rem;
			}

		}

			.stk-topics__item__title {
				font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
				font-size: 2em;
				color: #54376F;
				font-weight: bold;
				line-height: 2;
				background: linear-gradient(transparent 90%, #DED3E8 0%);
				display: inline;
				padding: 0 1px 10px;
				@media (max-width:1000px){
					font-size: 1.3em;
				}
			}
			.stk-topics__item__catch{
				margin-top: 2rem;
				margin-bottom: 3.5rem;
				color: #000;
				font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
				line-height: 2;
				@media (max-width:1000px){
					margin-top: 1rem;
					margin-bottom: 2rem;
				}
			}
			.stk-topics__item__link{
				position: relative;
				background: #54376F;
				color: #fff;
				text-decoration: none;
				display: flex;
				justify-content: flex-end;
				width: fit-content;
				padding: 13px 2.75rem 10px;
				margin-left: auto;
				transition: filter 0.28s;
				font-size: 17px;
				font-family: "游明朝", yumincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
				@media (max-width:1000px){
					font-size: 15px;
					padding: 8px 2rem 5px;
				}
				&::after{
					position: absolute;
					content: "▶";
					color: #fff;
					font-size: 10px;
					top: 50%;
					right: 10px;
					transform: translate(0,-50%);
				}
			}
				.stk-topics__item__link:hover{
					filter: brightness(120%);
				}




