*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-feature-settings: 'palt';
}

body {
	margin: 0;
}

main {
	display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
	cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type='number'] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}
/*リセット　ここまで*/

html,
body {
	min-width: 375px;
	font-family: 'source-han-sans-japanese', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: black;
}

.medium {
	font-family: 'source-han-sans-japanese', sans-serif;
	font-weight: 500;
	font-style: normal;
}

.bold {
	font-family: 'source-han-sans-japanese', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.din {
	font-family: 'din-condensed', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.orange {
	border-color: #f15a24;
	color: #f15a24;
}
.green {
	border-color: #009245;
	color: #009245;
}
.blue {
	border-color: #0071bc;
	color: #0071bc;
}
.gray {
	border-color: #736357;
	color: #736357;
}
.genre.g01 {
	background-color: #17aee6;
}
.genre.g02 {
	background-color: #0071bc;
}
.genre.g03 {
	background-color: #f47400;
}
header {
	position: sticky;
	z-index: 100;
	top: 0;
}

header .top_header {
	background-color: white;
	width: 100%;
	height: 97px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0 14px;
}
header .top_header .head_navi {
	display: flex;
	gap: 45px;
}

header .top_header .head_navi a {
	font-size: 18px;
	letter-spacing: 1px;
	text-indent: 1px;
}

header .top_header .sound_btn {
	width: 68px;
}

header .top_header .sound_btn img {
	width: 100%;
}

header .top_header .ham_btn,
.ham_menu {
	display: none;
}

header .top_header .header_logo {
	width: 311px;
}

header .top_header .navi_wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
}

header .top_header .head_navi a {
	color: black;
}

.top_block .pan_list {
	padding: 15px 25px;
	background-color: #f47400;
	display: flex;
	align-items: center;
	gap: 45px;
}

.top_block .pan_list :is(a, p) {
	font-size: 14px;
	line-height: 1;
	letter-spacing: 1px;
	text-indent: 1px;
	position: relative;
}

.top_block .pan_list :is(a, p)::before {
	content: '＞';
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
}

.top_block .pan_list p::before {
	content: '';
	display: none;
}

.top_block .pan_list :is(a, p) br {
	display: none;
}

.top_block .pan_list a {
	white-space: nowrap;
}

.top_block .pan_list p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

footer {
	padding: 60px 0 100px;
	background-color: #f47400;
	position: relative;
}

footer .wave {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
}

footer .footer_content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

footer .page_top {
	width: 77px;
	position: fixed;
	bottom: 70px;
	right: 70px;
	z-index: 100;
	display: none;
}

footer .footer_content .contact_btn {
	max-width: 590px;
	width: 90%;
	height: 110px;
	border-radius: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border: solid 2px black;
	background-color: white;
}

footer .footer_content .contact_btn p {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
}

footer .footer_content .foot_navi {
	max-width: 700px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

footer .footer_content .foot_navi .link {
	font-size: 14px;
	line-height: 20px;
	color: white;
	letter-spacing: 1px;
	display: flex;
	align-items: flex-start;
	gap: 5px;
}

footer .footer_content .foot_navi .link + .link {
	margin-top: 20px;
}

footer .footer_content .foot_navi .link.child {
	padding-left: 10px;
}

footer .footer_content .foot_logo {
	max-width: 347px;
	width: 100%;
	margin: 35px auto 0;
	display: block;
}

footer .footer_content .foot_logo img {
	width: 100%;
}

footer .footer_content .sns_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	margin-top: 30px;
}

footer .footer_content .sns_wrap a {
	width: 46px;
}

footer .footer_content .sns_wrap a img {
	width: 100%;
}

footer .footer_content .copy {
	font-size: 14px;
	line-height: 22px;
	color: white;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 2px;
	text-indent: 2px;
}

footer .footer_content .ehime {
	font-size: 18px;
	line-height: 22px;
	color: white;
	letter-spacing: 1px;
	text-indent: 1px;
	text-align: center;
}

.no-post {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  margin: 2em 0;
}

@media screen and (max-width: 1060px) {
	header .top_header .head_navi {
		gap: 30px;
	}
}

@media screen and (max-width: 1000px) {
	header .top_header {
		height: 90px;
	}

	header .top_header .head_navi a {
		font-size: 16px;
	}

	header .top_header .sound_btn {
		width: 55px;
	}

	header .top_header .header_logo {
		width: 250px;
	}

	footer .footer_content .contact_btn {
		max-width: 500px;
		height: 80px;
		border-radius: 40px;
	}

	footer .footer_content .contact_btn p {
		font-size: 16px;
	}

	footer .footer_content .foot_logo {
		max-width: 277px;
	}

	footer .page_top {
		width: 50px;
		bottom: 50px;
		right: 5%;
	}
	.top_block .pan_list {
		padding: 15px 20px;
		gap: 35px;
	}

	.top_block .pan_list :is(a, p) {
		font-size: 13px;
		letter-spacing: 0;
		text-indent: 0;
	}

	.top_block .pan_list :is(a, p)::before {
		font-size: 13px;
		right: -23px;
	}
}

@media screen and (max-width: 880px) {
	header .top_header .head_navi {
		display: none;
	}

	header .top_header {
		height: 70px;
		gap: 20px;
	}

	header .top_header .navi_wrap {
		gap: 20px;
	}

	header .top_header .ham_btn {
		width: 55px;
		display: block;
	}

	header .ham_menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100dvh;
		background-color: #f47400;
		z-index: 1000;
		display: none;
		max-width: 450px;
		padding: 100px 20px 20px;
	}

	header .ham_menu .ham_close {
		width: 32px;
		position: absolute;
		top: 28.5px;
		right: 25px;
	}

	header .ham_menu .ham_logo {
		width: 200px;
		display: block;
		margin: 0 auto;
	}

	header .ham_menu .ham_navi {
		margin-top: 60px;
	}

	header .ham_menu .ham_navi p {
		font-size: 16px;
		line-height: 20px;
		color: white;
		text-align: center;
		letter-spacing: 1px;
		text-indent: 1px;
	}

	header .ham_menu .ham_navi p + p {
		margin-top: 25px;
	}
}

@media screen and (max-width: 600px) {
	header .top_header {
		height: 70px;
		gap: 15px;
	}

	header .top_header .header_logo {
		width: 225px;
	}

	header .top_header .navi_wrap {
		gap: 15px;
	}

	header .top_header .sound_btn,
	header .top_header .ham_btn {
		width: 40px;
	}

	header .ham_menu .ham_close {
		width: 27px;
		position: absolute;
		top: 22.5px;
		right: 21px;
	}

	footer .footer_content .contact_btn {
		max-width: 400px;
		height: 60px;
		border-radius: 30px;
	}

	footer .footer_content .foot_navi {
		flex-wrap: wrap;
		gap: 15px 0;
	}

	footer .footer_content .foot_navi .nav_item {
		width: 50%;
	}

	footer .footer_content .foot_logo {
		max-width: 222px;
	}

	footer .footer_content .foot_navi .link {
		font-size: 13px;
	}

	footer .footer_content .foot_navi .link + .link {
		margin-top: 15px;
	}

	footer .footer_content .sns_wrap {
		gap: 25px;
	}

	footer .footer_content .sns_wrap a {
		width: 40px;
	}

	footer .footer_content .copy {
		font-size: 12px;
		letter-spacing: 0;
		text-indent: 0;
	}

	footer .footer_content .ehime {
		font-size: 16px;
	}

	footer .page_top {
		width: 50px;
		bottom: 50px;
		right: 14px;
	}
	.top_block .pan_list {
		padding: 10px 15px 10px;
		gap: 25px;
	}

	.top_block .pan_list :is(a, p) {
		font-size: 12px;
	}

	.top_block .pan_list :is(a, p)::before {
		font-size: 12px;
		right: -19px;
	}
}
