@charset "utf-8";

main {
	overflow-x: hidden;
}

body::-webkit-scrollbar {
	width: 5px;
}

body::-webkit-scrollbar-track {
	background-color: #ffffff;
}

body::-webkit-scrollbar-thumb {
	background-color: #af9983;
}

body {
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #ffffff;
	font-size: clamp(13px, 13px + 0.203vw, 14px);
	overflow-x: hidden;
}

section {
	z-index: 1;
	position: relative;
	padding-top: clamp(3.125rem, 2.607rem + 2.21vw, 4.375rem);
	padding-bottom: clamp(3.125rem, 2.607rem + 2.21vw, 4.375rem);
}

footer {
	z-index: 1;
	position: relative;
}

#page_ja {
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-style: normal;
}

#page_tc {
	font-family: "Noto Serif TC", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

#page_sc {
	font-family: "Noto Serif SC", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}

.footer_ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.footer_tc {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.footer_sc {
	font-family: "Noto Sans SC", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.flex_nm {
	display: flex;
	flex-wrap: wrap;
}

.flex_sb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex_cn {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex_left {
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 480px) {
	.flex_left {
		gap: 16px;
	}

	body {
		background-size: 200%;;
	}
}


a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.font_s {
	font-size: 13px;
}

/*----- clearfix -----*/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

/*----- responsive -----*/
.respd {
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

.show_1220 {
	display: none;
}

.show_960 {
	display: none;
}

.show_768 {
	display: none;
}

.show_640 {
	display: none;
}

.show_540 {
	display: none;
}

.show_480 {
	display: none;
}

.show_1000 {
	display: none;
}

@media only screen and (max-width: 1220px) {
	.show_1220 {
		display: block;
	}

	.hide_1220 {
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.show_1000 {
		display: block;
	}

	.hide_1000 {
		display: none;
	}

}

@media only screen and (max-width: 960px) {
	.show_960 {
		display: block;
	}

	.hide_960 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.show_768 {
		display: block;
	}

	.hide_768 {
		display: none;
	}

	.link-button {
		background-size: 19px;
	}
}

@media only screen and (max-width: 640px) {
	.show_640 {
		display: block;
	}

	.hide_640 {
		display: none;
	}
}

@media only screen and (max-width: 540px) {
	.show_540 {
		display: block;
	}

	.hide_540 {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.show_480 {
		display: block;
	}

	.hide_480 {
		display: none;
	}

	.link-button {
		font-size: 16px;
	}
}

/*///////////////////////////////////////////////////////////*/
/*///////////////////////共通ブロック設計//////////////////////*/
/*///////////////////////////////////////////////////////////*/

.wrapper {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	text-align: left;
	padding: 0 40px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

::selection {
	background: #bbb1a7;
}

/* Firefox */
::-moz-selection {
	background: #bbb1a7;
}

.fa-brands,
.fa-solid {
	font-size: 1em;
}

.fa-twitter {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.wrapper {
		padding: 0 20px;
	}

}

@media only screen and (max-width: 480px) {
	.wrapper {
		padding: 0 10px;
	}
}

.single-news_inner p {
	display: flow-root;
}

.single-news_inner img.aligncenter {
	display: block;
	margin: auto;
}

.single-news_inner img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.single-news_inner img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}