@charset "UTF-8";

/**
 * This style sheet is used in Takaoka Craft WordPress Theme.
 */

/* @group normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bolder;
}

pre,
code,
kbd,
samp {
	color: #646360;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

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

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

details{
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* @end */

/* @group Elements */

*,
*::before,
*::after {
	box-sizing: border-box;
	scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		-webkit-animation-delay: -1ms !important;
		animation-delay: -1ms !important;
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		background-attachment: initial !important;
		-webkit-transition-delay: 0s !important;
		transition-delay: 0s !important;
		-webkit-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		scroll-behavior: auto !important;
	}
}

html {
	font-family: sans-serif;
	font-size: 100%;
	scroll-behavior: smooth;
	-moz-tab-size: 4;
	tab-size: 4;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
}

body {
	background-color: #faf7f0;
	color: #000;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-line-break: strict;
	line-break: strict;
	line-height: 1.5;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
blockquote,
table {
	clear: both;
}

hr {
	border: 0;
	border-top: 1px solid #c8c6c0;
}

pre {
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: pre-wrap;
}

figure {
	margin-right: 0;
	margin-left: 0;
}

a {
	color: #646360;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover {
	color: #07e;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	cursor: help;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

u,
ins {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

del {
	opacity: .5;
}

img {
	height: auto;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	vertical-align: top;
}

embed,
object,
video,
audio,
svg,
canvas {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video,
audio,
progress,
canvas {
	display: inline-block;
}

svg {
	fill: currentColor;
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

caption,
td,
th {
	font-weight: normal;
	text-align: left;
}

td,
th {
	border: 1px solid #969490;
	padding: .5em;
}

td {
	background-color: rgba(255, 255, 255, .5);
}

th {
	background-color: rgba(120, 100, 80, .1);
	color: #786450;
}

input,
button,
select,
optgroup,
textarea {
	color: inherit;
	line-height: 1.5;
}

input,
button,
select,
textarea {
	max-width: 100%;
}

[disabled] {
	cursor: default;
	opacity: .5;
}

input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: .4;
}

::-moz-placeholder {
	color: inherit;
	opacity: .4;
}

:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: .4;
}

::placeholder {
	color: inherit;
	opacity: .4;
}

fieldset {
	border: 1px solid #c8c6c0;
	margin: 0;
}

summary {
	cursor: pointer;
	outline: 0;
}

@view-transition {
	navigation: auto;
}

@media screen and (max-width: 767px){
	body.fixed {
		height: 100%;
		left: 0;
		position: fixed;
		width: 100%;
	}
}

/* @end */

/* @group Accessibility */

.screen-reader-text,
.says {
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	word-wrap: normal !important;
}

.outside-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* @end */

/* @group Alignments */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

/* @end */

/* @group Clearings */

.cf:after {
	display: block;
	clear: both;
	content: "";
}

/* @end */

/* @group Icon Font */

.icon::before,
.home-link-button a::before,
.entryform-link-button a::before,
.report-cont h2::before,
.prize-block-title::before,
.work-page a::before,
.slt-link::before,
.share-facebook a::before,
.share-twitter a::before,
.prize-past-links li a::before,
.selection-foot-nav li a::before,
.page-back-button a::before,
.summary-meta .posted-on::before,
.entry-meta .posted-on::before,
.entry-content .wp-block-quote:not(.is-style-plain)::before,
.pagination .nav-links a.prev::before,
.post-navigation .nav-links .nav-next a::before,
.pagination .nav-links a.next::after,
.post-navigation .nav-links .nav-previous a::after,
a.contact-mail::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.home-link-button a::before,
.entryform-link-button a::before,
.report-cont h2::before,
.prize-block-title::before,
.work-page a::before,
.slt-link::before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .25em;
}

.share-facebook a::before {
	content: "\f09a";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .25em;
}

.share-twitter a::before {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	margin-right: .25em;
}

.prize-past-links li a::before,
.page-other-nav li a::before,
.selection-foot-nav li a::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.page-back-button a::before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .25em;
}

.summary-meta .posted-on::before,
.entry-meta .posted-on::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right: .25em;
}

.entry-content .wp-block-quote:not(.is-style-plain)::before {
	content: "\f10d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.pagination .nav-links a.prev::before,
.post-navigation .nav-links .nav-next a::before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .25em;
}

.pagination .nav-links a.next::after,
.post-navigation .nav-links .nav-previous a::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: .25em;
}

a.contact-mail::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: .2em;
}

/* @end */

/* @group Layout */

#page,
#hero,
#colophon {
	width: 100%;
}

#masthead {
	margin: 0 auto;
	padding: 20px;
	max-width: 1018px;
}

#content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1018px;
}

#colophon {
	padding: 20px 20px 30px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#masthead {
		height: 80px;
		margin: 0;
		padding: 15px;
		width: 100%;
		z-index: 1000;
	}

	#masthead,
	#content,
	#colophon {
		min-width: 320px;
	}
}

@media screen and (max-width: 567px) {
	#content {
		padding: 0 15px;
	}

	#colophon {
		padding: 15px 15px 25px;
	}
}

/* @end */

/* @group Site title */

.header-title {
	height: 126px;
}

.site-title {
	font-size: 16px;
	font-size: 1rem;
	height: 126px;
	line-height: 1;
	margin: 0 auto;
	width: 416px;
}

.site-title a {
	display: block;
}

.site-title a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.header-title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 50px;
		position: relative;
		width: 100%;
	}

	.site-title {
		height: 50px;
		margin: 0;
		width: 213px;
	}
}

/* @end */

/* @group Site navigation */

.site-navigation {
	margin: 20px 0 0;
}

.site-navigation .top-menu {
	margin: 0 auto;
	max-width: 800px;
	height: 50px;
}

.site-navigation .top-menu .menu-item {
	float: left;
	position: relative;
	width: 14.2857142%;
}

.site-navigation .top-menu .menu-item:first-child::before {
	background-color: #c8c6c0;
	content: "";
	height: 16px;
	width: 1px;
	position: absolute;
	top: 17px;
	left: 0;
}

.site-navigation .top-menu .menu-item::after {
	background-color: #c8c6c0;
	content: "";
	height: 16px;
	width: 1px;
	position: absolute;
	top: 17px;
	right: 0;
}

.site-navigation .top-menu a {
	display: block;
	overflow: hidden;
	height: 50px;
	background-size: 100px 50px;
	text-indent: 100%;
	white-space: nowrap;
}

.site-navigation .top-menu-1 {
	background: url(../img/site-navi/nav_top_news.svg) no-repeat center center;
}

.site-navigation .top-menu-2 {
	background: url(../img/site-navi/nav_top_entry.svg) no-repeat center center;
}

.site-navigation .top-menu-3 {
	background: url(../img/site-navi/nav_top_judge.svg) no-repeat center center;
}

.site-navigation .top-menu-4 {
	background: url(../img/site-navi/nav_top_report.svg) no-repeat center center;
}

.site-navigation .top-menu-5 {
	background: url(../img/site-navi/nav_top_prize.svg) no-repeat center center;
}

.site-navigation .top-menu-6 {
	background: url(../img/site-navi/nav_top_selection.svg) no-repeat center center;
}

.site-navigation .top-menu-7 {
	background: url(../img/site-navi/nav_top_exhibition.svg) no-repeat center center;
}

.site-navigation .top-menu a::before {
	background-color: rgba(180, 90, 90, 0);
	border-radius: 999px;
	content: "";
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	left: 50%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.site-navigation .top-menu a:hover::before {
	background-color: rgba(180, 90, 90, .1);
}

.menu-trigger,
.site-navigation-sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.site-navigation {
		display: none;
	}

	.menu-trigger {
		background-color: rgba(255, 255, 255, .4);
		border: 1px solid #c8c6c0;
		border-radius: 4px;
		cursor: pointer;
		display: block;
		height: 50px;
		margin-left: auto;
		position: relative;
		width: 50px;
	}

	.menu-trigger span {
		background-color: #786450;
		border-radius: 1px;
		display: inline-block;
		height: 2px;
		left: 11px;
		position: absolute;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 26px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 14px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 23px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 14px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	.site-navigation-sp.active {
		background-color: #faf7f0;
		bottom: 0;
		display: block;
		left: 0;
		position: fixed;
		right: 0;
		top: 80px;
		width: 100%;
		z-index: 900;
	}

	.site-nav-sp-wrap {
		height: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.site-navigation-sp .sp-menu {
		margin: 0;
		padding: 0 15px;
	}

	.site-navigation-sp .sp-menu li {
		border-top: 1px solid #c8c6c0;
	}

	.site-navigation-sp .sp-menu:not(.sub) li:first-child {
		border-top: 3px solid #c6bcb0;
	}

	xxx.site-navigation-sp .sp-menu li:last-child {
		border-bottom: 1px solid #c8c6c0;
	}

	.site-navigation-sp .sp-menu a {
		color: #000;
		display: block;
		position: relative;
		padding: 10px 40px 10px 10px;
	}

	.site-navigation-sp .sp-menu a::after {
		border-right: 2px solid #786450;
		border-top: 2px solid #786450;
		content: "";
		height: 10px;
		position: absolute;
		right: 22px;
		top: calc(50% - 5px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 10px;
	}

	.sp-menu.sub {
		font-size: 14px;
		font-size: .875rem;
		margin: 2px 0 0;
		padding: 0 15px 15px;
	}

	.site-navigation-sp .sp-menu.sub li:first-child {
		border-top: 3px double #c8c6c0;
	}

	.site-navigation-sp .sp-menu.sub li:last-child {
		border-bottom: 3px solid #c6bcb0;
	}

	.site-navigation-sp .sp-menu.sub a {
		padding: 8px 40px 8px 10px;
	}
}

/* @end */

/* @group Site hero */

.home-hero {
	height: 56.25vw;
	max-height: 100vh;
	max-height: 100dvh;
	width: 100%;
}

.slider-wrap {
	display: none;
}

.slider-wrap.slick-initialized {
	display: block;
	line-height: 0;
}

.hero-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 56.25vw;
	max-height: 100vh;
	max-height: 100dvh;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-nav {
    display: flex;
	margin: 15px 0 0;
    justify-content: center;
	padding: 0;
}

.slick-nav li {
 	background-color: #c8c6c0;
    border-radius: 999px;
    cursor: pointer;
    height: 10px;
	list-style-type: none;
    margin: 0 8px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 10px;
}

.slick-nav li:hover,
.slick-nav li.slick-active {
	background-color: #b45a5a;
}

.slick-nav button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	display: none;
	outline: none;
	padding: 0;
}

@-webkit-keyframes zoomup {
	0% {
		-webkit-transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
	}
}

@keyframes zoomup {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}

.add-zoom {
	-webkit-animation: zoomup 10s 0s forwards;
	animation: zoomup 10s 0s forwards;
}

@media screen and (max-width: 767px) {
	.home-hero,
	.hero-item {
		height: 66.66666667vw;
	}
}

@media screen and (max-width: 567px) {
	.slick-nav {
		margin: 10px 0 0;
	}
}

/* @end */

/* @group Site content */

.page-header {
	margin: 30px 0 60px;
}

.home .page-header {
	margin: 80px 0 60px;
}

.page-title {
	margin: 0 0 5px;
	padding: 0 0 10px;
	border-bottom: 1px solid #c8c6c0;
	text-align: center;
	line-height: 1;
}

.page-title-e {
	margin: 0;
	color: #b45a5a;
	text-align: center;
	font-size: 14px;
	font-size: .875rem;
}

.site-main {
	margin: 0 0 100px;
}

.section-area {
	margin: 60px 0;
}

p.page-back-button,
.entry-content p.page-back-button {
	clear: both;
	line-height: 1.5;
	margin: 60px 0 0;
	text-align: center;
}

.page-back-button a,
.entry-content .page-back-button a {
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 10px;
	text-decoration: none;
	width: 300px;
}

.page-back-button a:hover {
	color: #faf7f0;
	background-color: #000;
}

.obfuscated-mail-link {
	cursor: pointer;
}
@media screen and (max-width: 567px) {
	.page-header {
		margin: 30px 0 45px;
	}

	.home .page-header {
		margin: 45px 0;
	}

	.site-main {
		margin: 0 0 75px;
	}

	.section-area {
		margin: 45px 0;
	}

	p.page-back-button,
	.entry-content p.page-back-button {
		margin: 45px 0 0;
	}

	.page-back-button a,
	.entry-content .page-back-button a {
		width: 100%;
	}
}

/* @end */

/* @group Home */

.home-main {
	margin: 0 0 80px;
}

.home-main article {
	margin: 80px 0;
}

.home-main article.site-promotion,
.home-main article.mainpage-links,
.home-main article.official-sns {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	width: 100%;
}

.home-article-title {
	margin: 0;
	text-align: center;
}

p.home-link-button {
	clear: both;
	margin: 40px 0 0;
	text-align: center;
	line-height: 1.5;
}

.entry-content p.home-link-button {
	margin: 40px 0 0;
	line-height: 1.5;
}

.home-link-button a {
	border: 2px solid #000;
	border-radius: 4px;
	color: #000;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	padding: 15px;
	width: 400px;
}

.entry-content .home-link-button a {
	text-decoration: none;
}

.home-link-button a:hover {
	color: #faf7f0;
	background-color: #000;
}

.latest-news .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 0 0;
}

.news-block {
	width: calc((100% - 40px) / 3);
}

.news-block a {
	display: block;
	height: 100%;
}

.latest-eyecatch {
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
	will-change: transform;
}

.latest-eyecatch img {
	-webkit-transition: -webkit-filter .3s ease-out, -webkit-transform .3s ease-out;
	transition: filter .3s ease-out, transform .3s ease-out;
}

a:hover .latest-eyecatch img {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.latest-posted-on {
	margin: 10px 0 0;
	font-size: 13px;
	font-size: .8125rem;
}

.latest-entry-title {
	margin: 0;
	font-feature-settings: "palt";
	font-size: 16px;
	font-size: 1rem;
}

a .latest-posted-on,
a .latest-entry-title {
	color: #000;
	-webkit-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

a:hover .latest-posted-on,
a:hover .latest-entry-title {
	color: #07e;
}

.mainpage-links .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	gap: 20px;
	justify-content:center;
	margin: 30px 0 0;
}

.mainpage-link-item {
	margin: 0;
	width: calc((100% - 40px) / 3);
}

.mainpage-link-item a {
	border-radius: 999px;
	display: block;
	overflow: hidden;
	will-change: transform;
}

.mainpage-link-item a img {
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
}

.mainpage-link-item a:hover img {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
}

.sns-lead {
	line-height: 2;
	margin: 30px 0 0;
}

.official-sns .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.sns-link {
	margin: 20px 0 0;
	padding: 0 10px;
	text-align: center;
	width: 50%;
}

.sns-link a {
	border-radius: 4px;
	display: block;
	padding: 13px 23px;
}

.facebook-bnr a {
	background-color: #1877f2;
}

.twitter-bnr a {
	background-color: #1da1f2;
}

.x-bnr a {
	background-color: #0f1419;
}

.instagram-bnr a {
	background-color: #e1306c;
}

.youtube-bnr a {
	background-color: #f00;
}

.facebook-bnr a:hover {
	background-color: #166ad9;
}

.twitter-bnr a:hover {
	background-color: #1a90d9;
}

.x-bnr a:hover {
	background-color: #33373b;
}

.instagram-bnr a:hover {
	background-color: #c72a5e;
}

.youtube-bnr a:hover {
	background-color: #e50000;
}

@media screen and (max-width: 767px) {
	.home-main {
		margin: 0 0 60px;
	}

	.home-main article {
		margin: 60px 0;
	}

	.latest-entry-title {
		font-size: 15px;
		font-size: .9375rem;
	}

	.sns-link a {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 567px) {
	.home-main {
		margin: 0 0 45px;
	}

	.home-main article {
		margin: 45px 0;
	}

	p.home-link-button,
	.entry-content p.home-link-button  {
		margin: 30px 0 0;
	}

	.home-link-button a {
		padding: 10px;
		width: 100%;
		font-size: 16px;
		font-size: 1rem;
	}

	.latest-news .wrap {
		gap: 14px;
	}

	.news-block {
		width: calc(50% - 7px);
	}

	.latest-eyecatch {
		border-radius: 6px;
	}

	.latest-posted-on {
		font-size: 12px;
		font-size: .75rem;
	}

	.mainpage-links .wrap {
		gap: 14px;
	}

	.mainpage-link-item {
		width: calc((100% - 28px) / 3);
	}

	.sns-lead {
		line-height: 1.75;
		margin: 20px 0 0;
	}

	.official-sns .wrap {
		margin: 0;
	}

	.sns-link {
		margin: 15px 0 0;
		padding: 0;
		width: 100%;
	}

	.sns-link a {
		padding: 10px 16px;
	}
}

@media screen and (max-width: 413px) {
	.mainpage-link-item {
		width: calc(50% - 14px);
	}
}

/* @end */

/* @group Home sponsor */

.sponsor-lists .wrap {
	margin: 15px 0 0;
}

.sponsor-lists .wrap.large,
.sponsor-lists .wrap.medium,
.sponsor-lists .wrap.small {
	margin: 30px 0 0;
}

.sponsor-lists .wrap ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sponsor-lists .wrap.large li {
	width: calc(50% - 15px);
}

.sponsor-lists .wrap.medium li {
	width: calc((100% - 60px) / 3);
}

.sponsor-lists .wrap.small li {
	width: calc((100% - 90px) / 4);
}

.sponsor-lists .wrap a,
.sponsor-lists .wrap span {
	border: 1px solid #c8c6c0;
	display: inline-block;
}

.sponsor-lists .wrap a img {
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
}

.sponsor-lists .wrap a:hover img {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
}

.sponsor-text {
	margin: 30px 0 0;
}

.sponsor-text ul {
	line-height: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sponsor-text li {
	display: inline-block;
}

.sponsor-text li::after {
	color: #afaca8;
	content: "／";
	margin: 0 3px;
}

.sponsor-text li:last-child::after {
	display: none;
}

.sponsor-text a {
	text-decoration: underline;
}

.sponsor-text a:hover {
	text-decoration: none;
}

.sponsor-bottom {
	font-size: 14px;
	font-size: .875rem;
	margin: 30px 0 0;
	text-align: right;
}

@media screen and (max-width: 988px) {
	.sponsor-lists .wrap.medium,
	.sponsor-lists .wrap.small {
		margin: 20px 0 0;
	}

	.sponsor-lists .wrap ul {
		gap: 20px;
	}

	.sponsor-lists .wrap.large li {
		width: calc(50% - 10px);
	}

	.sponsor-lists .wrap.medium li {
		width: calc((100% - 40px) / 3);
	}

	.sponsor-lists .wrap.small li {
		width: calc((100% - 60px) / 4);
	}

	.sponsor-bottom {
		margin: 20px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.sponsor-lists .wrap.medium,
	.sponsor-lists .wrap.small {
		margin: 10px 0 0;
	}

	.sponsor-lists .wrap ul {
		gap: 10px;
	}

	.sponsor-lists .wrap.large li {
		width: calc(50% - 5px);
	}

	.sponsor-lists .wrap.medium li {
		width: calc((100% - 20px) / 3);
	}

	.sponsor-lists .wrap.small li {
		width: calc((100% - 30px) / 4);
	}

	.sponsor-text {
		font-size: 15px;
		font-size: .9375rem;
	}

	.sponsor-bottom {
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 567px) {
	.sponsor-lists .wrap li {
		text-align: center;
	}

	.sponsor-lists .wrap.medium li {
		width: calc(50% - 5px);
	}

	.sponsor-lists .wrap.small li {
		width: calc((100% - 20px) / 3);
	}

	.sponsor-text {
		font-size: 14px;
		font-size: .875rem;
		margin: 15px 0 0;
	}
}

@media screen and (max-width: 374px) {
	.sponsor-lists .wrap.large li {
		width: 100%;
	}

	.sponsor-lists .wrap.medium li {
		width: 100%;
	}

	.sponsor-lists .wrap.small li {
		width: calc(50% - 5px);
	}
}

/* @end */

/* @group Entry, Exhibition, Autumn, Common */
.work-entry-content,
.report-content,
.exhibition-content,
.autumn-content,
.common-content {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	width: 100%;
}

.entry-content.common-content .section-title {
	margin: 1.5em 0 0;
}

.common-content li,
.common-content ul ul,
.common-content ul ol,
.common-content ol ul,
.common-content ol ol {
	margin: .5em 0;
}

/* @end */

/* @group Post summary */

.loop-summary {
	border-bottom: 1px solid #c8c6c0;
	margin: 30px 0 0;
	padding: 0 0 30px;
	width: 100%;
}

.loop-summary a {
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.loop-summary a:hover {
	color: #07e;
}

.summary-eyecatch {
	border-radius: 8px;
	flex-shrink: 0;
	margin: 0;
	overflow: hidden;
	width: 300px;
	will-change: transform;
}

.summary-eyecatch img {
	height: 200px;
	object-fit: cover;
	-webkit-transition: -webkit-filter .3s ease-out, -webkit-transform .3s ease-out;
	transition: filter .3s ease-out, transform .3s ease-out;
	width: 300px;
}

a:hover .summary-eyecatch img {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.summary-data {
	flex-grow: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding: 0 0 0 20px;
}

.summary-meta {
	margin: 0;
	padding: 0;
	color: #646360;
	list-style-type: none;
	-webkit-transition: color .3s ease-out,;
	transition: color .3s ease-out;
}

a:hover .summary-meta {
	color: #07e;
}

.summary-meta li {
	display: inline-block;
}

.summary-meta .posted-on {
	font-size: 14px;
	font-size: .875rem;
	margin: 0 0 5px;
}

.summary-meta .category {
	padding: 1px 5px 0;
	border: 1px solid #c8c6c0;
	border-radius: 4px;
	font-size: 12px;
	font-size: .75rem;
	margin: 0 0 5px 10px;
	-webkit-transition: border .3s ease-out,;
	transition: border .3s ease-out;
}

.sticky .summary-meta .category {
	margin: 0 0 5px;
}

a:hover .summary-meta .category  {
	border-color: #07e;
}

.summary-title {
	margin: 0;
	font-feature-settings: "palt";
	font-size: 20px;
	font-size: 1.25rem;
}

.summary-data p.excerpt {
	line-height: 1.75;
	margin: 5px 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
	.summary-data p.excerpt {
		font-size: 15px;
		font-size: .9375rem;
		text-align: left;
	}
}

@media screen and (max-width: 666px) {
	.summary-eyecatch {
		width: 228px;
	}

	.summary-eyecatch img {
		height: 152px;
		width: 228px;
	}

	.summary-data {
		padding: 0 0 0 16px;
	}

	.summary-title {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: 1.3;
	}

	.summary-data p.excerpt {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		font-size: 14px;
		font-size: .875rem;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		overflow: hidden;
	}
}

@media screen and (max-width: 567px) {
	.loop-summary {
		margin: 25px 0 0;
		padding: 0 0 20px;
	}

	.summary-eyecatch {
		border-radius: 6px;
	}
}

@media screen and (max-width: 479px) {
	.loop-summary a {
		display: block;
	}

	.summary-eyecatch {
		width: 100%;
	}

	.summary-eyecatch img {
		height: calc((100vw - 30px) * .66666667);
		min-height: 193px;
		width: 100%;
	}

	.summary-data {
		padding: 10px 0 0;
		width: 100%;
	}
}

/* @end */

/* @group Post single */

.news-main,
.selection-post-main {
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	width: 100%;
}

/* @group Header */

.entry-header {
	margin: 0 0 40px;
	position: relative;
	padding: 0 0 20px;
}

.entry-header:after {
	border-bottom: 1px solid #c8c6c0;
	bottom: 0;
	content: '';
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70px;
}

.entry-title {
	margin: 0 auto;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-size: 32px;
	font-size: 2rem;
	font-feature-settings: "palt";
	display: table;
}

@media screen and (max-width: 567px) {
	.entry-header {
		margin: 0 0 30px;
	}

	.entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
}

/* @end */

/* @group Content */

.entry-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content details {
	line-height: 2;
}

.entry-content p,                      /* .wp-block-paragraph */
.entry-content ol,                     /* .wp-block-list */
.entry-content ul,                     /* .wp-block-list */
.entry-content dl,                     /* .wp-block-list */
.entry-content .wp-block-quote,        /* blockquote */
.entry-content details,                /* .wp-block-details */
.entry-content .wp-block-file,         /* div */
.entry-content .wp-block-columns,      /* div */
.entry-content .wp-block-group         /* div */ {
	margin: 1.5rem 0;
}

.entry-content .has-background,        /* p */
.entry-content .wp-block-code,         /* pre */
.entry-content .wp-block-preformatted, /* pre */
.entry-content .wp-block-pullquote,    /* figure blockquote */
.entry-content .wp-block-table,        /* figure table */
.entry-content .wp-block-verse,        /* pre */
.entry-content .wp-block-image,        /* figure img */
.entry-content .wp-block-gallery,      /* figure figure */
.entry-content .wp-block-audio,        /* figure audio */
.entry-content .wp-block-cover,        /* div */
.entry-content .wp-block-video,        /* figure video */
.entry-content .wp-block-buttons,      /* div */
.entry-content .wp-block-separator,    /* hr */
.entry-content .wp-block-embed         /* figure */ {
	margin: 2rem 0;
}

@media screen and (max-width: 567px) {
	.entry-content p,
	.entry-content ol,
	.entry-content ul,
	.entry-content dl,
	.entry-content details {
		line-height: 1.75;
	}

	.entry-content .has-background,
	.entry-content .wp-block-code,
	.entry-content .wp-block-preformatted,
	.entry-content .wp-block-pullquote,
	.entry-content .wp-block-table,
	.entry-content .wp-block-verse,
	.entry-content .wp-block-image,
	.entry-content .wp-block-gallery,
	.entry-content .wp-block-audio,
	.entry-content .wp-block-cover,
	.entry-content .wp-block-video,
	.entry-content .wp-block-buttons,
	.entry-content .wp-block-separator,
	.entry-content .wp-block-embed {
		margin: 1.875rem 0;
	}
}

/* @end */

/* @group Text */

.entry-content h1,
.entry-content h2 {
	border-left: 6px solid #786450;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.4;
	margin: 3.75rem 0 2rem;
	padding: 5px 0 5px 8px;
	position: relative;
}

.entry-content h1:after,
.entry-content h2:after {
	border-bottom: 1px solid #c8c6c0;
	bottom: 0;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.entry-content h3 {
	background-color: #f3f0e8;
	border: 1px solid #e1ded8;
	color: #646360;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.4;
	margin: 2.75rem 0 2rem;
	padding: 6px 8px;
}

.entry-content h4 {
	border-left: 4px solid #c6bcb0;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 2.5rem 0 1.5rem;
	padding: 6px;
}

.entry-content h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: calc(1em + 1rem);
	margin: 1.5rem 0;
}

.entry-content h6 {
	color: #786450;
	font-size: 16px;
	font-size: 1rem;
	line-height: 2;
	margin: 1.5rem 0;
}

.entry-content h1.headline,
.entry-content h2.headline,
.entry-content h3.headline,
.entry-content h4.headline,
.entry-content h1.is-style-headline,
.entry-content h2.is-style-headline,
.entry-content h3.is-style-headline,
.entry-content h4.is-style-headline {
	background-color: transparent;
	border: none;
	color: #b45a5a;
	display: table;
	font-size: 28px;
	font-size: 1.75rem;
	font-feature-settings: "palt";
	line-height: 1.4;
	margin: 2rem auto;
	padding: 0;
}

.entry-content h1.conspicuous,
.entry-content h2.conspicuous,
.entry-content h3.conspicuous,
.entry-content h4.conspicuous,
.entry-content h1.is-style-conspicuous,
.entry-content h2.is-style-conspicuous,
.entry-content h3.is-style-conspicuous,
.entry-content h4.is-style-conspicuous,
.prize-content h2.conspicuous,
.selection-archive-main h2.conspicuous,
.page-report-nav h2.conspicuous,
.page-other-nav h2.conspicuous {
	background-color: #786450;
	border: none;
	border-radius: 4px;
	color: #faf7f0;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.4;
	margin: 3.75rem 0 2rem;
	padding: 7px 9px;
	text-align: center;
}

.entry-content h1[class*="headline"]:after,
.entry-content h2[class*="headline"]:after,
.entry-content h1[class*="conspicuous"]:after,
.entry-content h2[class*="conspicuous"]:after {
	display: none;
}

.entry-content .has-text-align-left {
	text-align: left;
}

.entry-content .has-text-align-center {
	text-align: center;
}

.entry-content .has-text-align-right {
	text-align: right;
}

.entry-content em {
	color: #c00;
	font-style: normal;
}

.entry-content a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content .has-inline-color {
	background-image: none;
}

.entry-content s {
	opacity: .5;
}

.entry-content .wp-block-footnotes {
	font-size: 14px;
	font-size: .9375rem;
}

.entry-content .has-background {
	clear: both;
	padding: 1.25em 1.75em;
}

.entry-content .has-x-small-font-size {
	font-size: 14px;
	font-size: .875rem;
}

.entry-content .has-small-font-size {
	font-size: 15px;
	font-size: .9375rem;
}

.entry-content .has-normal-font-size {
	font-size: 16px;
	font-size: 1rem;
}

.entry-content .has-medium-font-size {
	font-size: 20px;
	font-size: 1.25rem;
}

.entry-content .has-large-font-size {
	font-size: 24px;
	font-size: 1.5rem;
}

.entry-content .has-x-large-font-size {
	font-size: 28px;
	font-size: 1.75rem;
}

.entry-content .has-huge-font-size {
	font-size: 32px;
	font-size: 2rem;
}

.entry-content [class*="has-"][class*="-font-size"] {
	line-height: calc(1em + 1rem);
}

.entry-content [style*="underline"] {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content [style*="line-through"] {
	opacity: .5;
}

.entry-content ol,
.entry-content ul {
	clear: both;
}

.entry-content ol {
	padding-left: 2em;
}

.entry-content ul {
	padding-left: 1em;
}

.entry-content li ol,
.entry-content li ul,
.entry-content dd ol,
.entry-content dd ul {
	margin: .5em 0;
}

.entry-content li + li {
	margin-top: .5em;
}

.entry-content .separate > li > ol,
.entry-content .separate > li > ul {
	margin: 1.5rem 0;
}

.entry-content .separate li + li {
	margin-top: 1.5rem;
}

.entry-content .separate li li + li {
	margin-top: .5em;
}

.entry-content ol.note-ordered-list {
	padding-left: 2.5em;
}

.entry-content ol.note-ordered-list > li,
.entry-content ul > li {
	list-style-type: none;
	position: relative;
}

.entry-content ol.note-ordered-list > li::before,
.entry-content ul > li::before {
	display: inline-block;
	position: absolute;
	top: 0;
}

.entry-content ol.note-ordered-list > li::before {
	content: "※" counter(list-item);
	left: -2.5em;
	width: 2.5em;
}

.entry-content ul > li::before {
	left: -1em;
	width: 1em;
}

.entry-content ul:not(.note-list) > li::before {
	color: #c6bcb0;
	content: "●";
}

.entry-content ul.note-list > li::before {
	content: "※";
}

.entry-content ol.emphasis-list,
.entry-content ul.emphasis-list,
.entry-content li.emphasis-list {
	color: #c00;
}

.entry-content ul.emphasis-list:not(.note-list) > li::before,
.entry-content .emphasis-list ul:not(.note-list) > li::before,
.entry-content ul:not(.note-list) > li.emphasis-list::before {
	color: #ecaca8;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd + dt {
	margin-top: .5em;
}

.entry-content dd {
	margin-left: 2em;
}

.entry-content dd p {
	margin: 0;
}

.entry-content .wp-block-quote {
	position: relative;
	padding-left: 2.5em;
}

.entry-content .wp-block-quote:not(.is-style-plain)::before {
	position: absolute;
	top: -10px;
	left: 4px;
	color: #c8c6c0;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: inherit;
}

.entry-content .wp-block-quote > *:first-child {
	margin-top: 0;
}

.entry-content .wp-block-quote > *:last-child,
.entry-content .wp-block-quote > *:last-of-type {
	margin-bottom: 0;
}

.entry-content .wp-block-quote cite {
	color: #646360;
	font-size: 15px;
	font-size: .9375rem;
	font-style: normal;
	margin-top: .5em;
}

.entry-content .wp-block-code,
.entry-content .wp-block-preformatted,
.entry-content .wp-block-verse {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #e1ded8;
	padding: .75em 1em;
}

.entry-content .wp-block-pullquote {
	border-bottom: 6px double #d5d2cc;
	border-top: 6px double #d5d2cc;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	padding: 1.5em;
}

.entry-content .wp-block-pullquote p {
	display: table;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: calc(1em + 1rem);
	margin: 0 auto;
}

.entry-content .wp-block-pullquote cite {
	color: #646360;
	display: block;
	font-size: 15px;
	font-size: .9375rem;
	font-style: normal;
	margin-top: .5em;
}

.entry-content .wp-block-table table {
	font-size: 15px;
	font-size: .9375rem;
}

.entry-content .wp-block-table thead,
.entry-content .wp-block-table.is-style-stripes {
	border-bottom: none;
}

.entry-content .wp-block-table:not(.is-style-stripes) td,
.entry-content .wp-block-table:not(.is-style-stripes) th {
	border: 1px solid #969490;
}

.entry-content .wp-block-table.is-style-stripes td,
.entry-content .wp-block-table.is-style-stripes th {
	border-bottom: 1px solid #969490;
	border-top: 1px solid #969490;
}

.entry-content .wp-block-table.is-style-stripes td {
	background-color: transparent;
}

.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: rgba(255, 255, 255, .5);
}

.entry-content .wp-block-table .wp-element-caption {
	color: #646360;
	font-size: 15px;
	font-size: .9375rem;
	margin-top: .5em;
}

.entry-content .float-clear {
	clear: both;
}

@media screen and (max-width: 567px) {
	.entry-content h1,
	.entry-content h2 {
		font-size: 22px;
		font-size: 1.375rem;
		margin: 2.5rem 0 1.875rem;
		padding: 4px 0 4px 6px;
	}

	.entry-content h3 {
		font-size: 20px;
		font-size: 1.25rem;
		margin: 2.25rem 0 1.875rem;
		padding: 4px 6px;
	}

	.entry-content h4 {
		font-size: 18px;
		font-size: 1.125rem;
		margin: 1.875rem 0 1.5rem;
		padding: 4px;
	}

	.entry-content h5,
	.entry-content h6 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
	}

	.entry-content h1.headline,
	.entry-content h2.headline,
	.entry-content h3.headline,
	.entry-content h4.headline,
	.entry-content h1.is-style-headline,
	.entry-content h2.is-style-headline,
	.entry-content h3.is-style-headline,
	.entry-content h4.is-style-headline {
		font-size: 26px;
		font-size: 1.625rem;
		margin: 1.875rem auto;
	}

	.entry-content h1.conspicuous,
	.entry-content h2.conspicuous,
	.entry-content h3.conspicuous,
	.entry-content h4.conspicuous,
	.entry-content h1.is-style-conspicuous,
	.entry-content h2.is-style-conspicuous,
	.entry-content h3.is-style-conspicuous,
	.entry-content h4.is-style-conspicuous,
	.prize-content h2.conspicuous,
	.selection-archive-main h2.conspicuous,
	.page-report-nav h2.conspicuous,
	.page-other-nav h2.conspicuous {
		font-size: 20px;
		font-size: 1.25rem;
		margin: 2.5rem 0 1.875rem;
	}

	.entry-content .has-background {
		padding: 1em 1.375em;
	}

	.entry-content .wp-block-quote:not(.is-style-plain)::before {
		top: -12px;
	}

	.entry-content .wp-block-quote cite {
		font-size: 14px;
		font-size: .875rem;
	}

	.entry-content .wp-block-code,
	.entry-content .wp-block-preformatted,
	.entry-content .wp-block-verse {
		padding: 1em 1.375em;
	}

	.entry-content .wp-block-pullquote {
		padding: 0 1.375em;
	}

	.entry-content .wp-block-pullquote p {
		font-size: 18px;
		font-size: 1.125rem;
		line-height: calc(1em + .75rem);
	}

	.entry-content .wp-block-pullquote cite {
		font-size: 14px;
		font-size: .875rem;
	}

	.entry-content .wp-block-table table {
		font-size: 14px;
		font-size: .875rem;
	}

	.entry-content th {
		text-align: center;
	}

	.entry-content .wp-block-table .wp-element-caption {
		font-size: 14px;
		font-size: .875rem;
	}
}

/* @end */

/* @group Media */

.entry-content .wp-block-image img {
	height: auto;
	max-height: 800px;
	max-width: 100%;
	width: auto;
}

.entry-content .wp-block-image.is-resized img,
.entry-content .wp-block-image .is-resized img {
	max-height: none !important;
}

.entry-content .wp-element-caption {
	color: #666;
	font-size: 14px;
	font-size: .875rem;
	margin-bottom: 0;
	margin-top: .5em;
}

.entry-content .wp-lightbox-container .lightbox-trigger {
	right: 8px !important;
	top: 8px !important;
}

.entry-content .wp-block-gallery {
	gap: .5rem !important;
}

.entry-content .wp-block-gallery.has-nested-images .wp-element-caption {
	padding: .5em;
	margin-top: 0;
}

.entry-content .wp-block-file:not(.wp-element-button) {
	font-size: 16px;
	font-size: 1rem;
}

.entry-content .wp-block-file a:not(.wp-block-file__button) {
	margin-right: .5em;
}

.entry-content .wp-block-file__button {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 999px;
	color: #faf7f0;
	display: inline-block;
	margin-left: 0;
	text-decoration: none;
	padding: .25em 1em;
}

.entry-content a.wp-block-file__button:hover {
	background-color: transparent;
	color: #000;
}

.entry-content .wp-caption,
.entry-content .wp-caption-text,
.entry-content .gallery-caption {
	font-size: 14px;
	font-size: .875rem;
}

img.wp-smiley,
img.emoji {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	display: inline !important;
	height: 1em !important;
	margin: 0 0.07em !important;
	padding: 0 !important;
	vertical-align: -0.1em !important;
	width: 1em !important;
}

@media screen and (max-width: 839px) {
	.entry-content .wp-block-image img {
		max-height: calc(100vw - 40px);
	}
}

@media screen and (max-width: 567px) {
	.entry-content .wp-block-image img {
		max-height: calc(100vw - 30px);
	}

	.entry-content .wp-element-caption {
		font-size: 13px;
		font-size: .8125rem;
	}
}

/* @end */

/* @group Design */

.entry-content .wp-block-buttons .wp-block-button {
	min-width: 360px;
}

.entry-content .wp-block-button__link {
	background-color: #000;
	border: 2px solid #000;
	border-radius: 999px;
	color: #faf7f0;
	font-size: 18px;
	font-size: 1.125rem;
	text-decoration: none;
}

.entry-content .is-style-outline .wp-block-button__link {
	background-color: transparent;
	color: #000;
}

.entry-content  .wp-block-button__link:hover {
	background-color: transparent;
	color: #000;
}

.entry-content .is-style-outline .wp-block-button__link:hover {
	background-color: #000;
	color: #faf7f0;
}

.entry-content .wp-block-columns.is-layout-flex,
.entry-content .wp-block-group.is-layout-flex,
.entry-content .wp-block-group.is-layout-grid {
	column-gap: 2rem;
	row-gap: 1.5rem;
}

.entry-content .wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}

.entry-content .wp-block-columns .wp-block-column > .wp-block-image:first-child {
	margin-top: .5em;
}

.entry-content .wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-group:not(.is-layout-flex)::after {
	clear: both;
	content: "";
	display: block;
}

.entry-content .wp-block-group > * {
	margin: 0;
}

.wp-block-separator {
	border-top: 1px solid #c8c6c0;
}

.wp-block-separator.is-style-wide {
	border-top: 6px double #d5d2cc;
}

.wp-block-separator.is-style-dots {
	background: none;
	border: none;
	height: auto;
	line-height: 1;
	max-width: none;
	text-align: center;
}

.wp-block-separator.is-style-dots::before {
	color: #afaca8;
	content: "●●●";
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: 1em;
	padding-left: 1em;
}

@media (min-width: 768px) {
	.entry-content .wp-block-columns {
		flex-wrap: nowrap !important;
	}

	.entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}

	.entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style *=flex-basis] {
		flex-grow: 0;
	}
}

@media (max-width: 767px) {
	.entry-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media screen and (max-width: 567px) {
	.entry-content .wp-block-button__link {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media screen and (max-width: 479px) {
	.entry-content .wp-block-buttons .wp-block-button {
		min-width: auto;
		width: 100%;
	}
}

/* @end */

/* @group Embedded */

.entry-content .wp-block-embed {
	clear: both;
}

.entry-content .wp-block-embed-twitter > div *,
.entry-content .wp-block-embed-youtube > div * {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* @end */

/* @group Align */

.entry-content .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
	max-width: calc(50% - 8px);
}

.entry-content .aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
	max-width: calc(50% - 8px);
}

/* @end */

/* @group Footer */

.entry-footer {
	clear: both;
	margin: 40px 0;
	padding: 15px 0 0;
	border-top: 1px solid #c8c6c0;
}

.entry-footer:after {
	display: block;
	clear: both;
	content: "";
}

.entry-meta,
.share-links {
	margin: 0;
	padding: 0;
	color: #646360;
	list-style-type: none;
}

.entry-meta {
	float: left;
}

.sticky .posted-on {
	display: none;
}

.share-links {
	float: right;
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-meta li,
.share-links li {
	display: inline-block;
}

.entry-meta li + li {
	margin: 0 0 0 .75em;
}

.share-links li + li {
	margin: 0 0 0 .3em;
}

.share-links a {
	border-radius: 3px;
	color: #faf7f0;
	display: block;
	line-height: 1;
	padding: 4px 30px;
}

.share-links .facebook-link a {
	background-color: #1877f2;
}

.share-links .twitter-link a {
	background-color: #1da1f2;
}

.share-links .x-link a {
	background-color: #0f1419;
}

.share-links .facebook-link a:hover {
	background-color: #166ad9;
}

.share-links .twitter-link a:hover {
	background-color: #1a90d9;
}

.share-links .x-link a:hover {
	background-color: #33373b;
}

@media screen and (max-width: 567px) {
	.entry-footer {
		margin: 30px 0;
		padding: 10px 0 0;
	}

	.entry-meta {
		font-size: 15px;
		font-size: .9375rem;
		margin-top: 2px;
	}
}

@media screen and (max-width: 374px) {
	.entry-meta {
		font-size: 14px;
		font-size: .875rem;
		margin-top: 3px;
	}

	.share-links a {
		padding: 5px 25px;
	}
}

/* @end */

/* @end */

/* @group Pagination */

.pagination {
	margin: 30px 0 0;
	text-align: center;
}

.page-numbers {
	padding: 8px 13px;
	line-height: 1.75;
}

.page-numbers.dots {
	padding: 8px 0;
}

.page-numbers.current {
	border-radius: 4px;
	background-color: #786450;
	color: #faf7f0;
}

.page-numbers.prev {
	padding: 8px 5px 8px 0;
}

.page-numbers.next {
	padding: 8px 0 8px 5px;
}

.post-navigation {
	clear: both;
}

.nav-links:after {
	display: block;
	clear: both;
	content: "";
}

.nav-previous {
	float: right;
}

.nav-next {
	float: left;
}

.nav-previous a,
.nav-next a {
	border: 1px solid #c8c6c0;
	border-radius: 21px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	width: 160px;
}

.nav-previous :hover,
.nav-next :hover {
	border-color: #07e;
}

@media screen and (max-width: 567px) {
	.pagination {
		margin: 20px 0 0;
	}

	.page-numbers {
		padding: 8px 10px;
	}

	.page-numbers.prev {
		padding: 8px 3px 8px 0;
	}

	.page-numbers.next {
		padding: 8px 0 8px 3px;
	}

	.pagination .meta-nav {
		display: none;
	}

	.nav-previous,
	.nav-next {
		font-size: 15px;
		font-size: .9375rem;
	}

	.nav-previous a,
	.nav-next a {
		width: 140px;
	}
}

/* @end */

/* @group Comments */

.bypostauthor {
	background-color: rgba(255, 255, 255, .5);
}

/* @end */

/* @group Entry */

.boshuyoko {
	background-color: #ecd8d2;
	margin: 40px 0;
	padding: 15px;
}

.entry-content .boshuyoko h2 {
	background-color: #b45a5a;
	border: none;
	border-radius: 4px;
	color: #fff;
	margin: 0 0 15px;
	padding: 5px;
	text-align: center;
}

.entry-content .boshuyoko h2:after {
	display: none;
}

.boshuyoko-section {
	background-color: #faf7f0;
	border: 2px solid #d7a8a5;
	border-radius: 4px;
	margin: 10px 0 0;
	padding: 10px 20px;
}

.entry-content .boshuyoko-section h3 {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #d7a8a5;
	color: #b45a5a;
	font-size: 28px;
	font-size: 1.75rem;
	margin: 0 -20px 30px;
	padding: 0 20px 10px;
}

.entry-content .boshuyoko-section h3 span {
	background-color: #d7a8a5;
	border-radius: 4px;
	color: #faf7f0;
	display: inline-block;
	text-align: center;
	width: 1.3em;
}

.entry-content .boshuyoko-section h3 span.double {
	width: 2em;
}

.entry-content .boshuyoko-section .cct-theme {
	max-width: 280px;
	margin: 1.8em auto;
}

.entry-content .boshuyoko-section .signature {
	text-align: right;
}

.entry-content .boshuyoko-section blockquote {
	background-color: #f3f0e8;
	border: 1px solid #c8c6c0;
	border-radius: 6px;
	font-size: 15px;
	font-size: .9375rem;
	padding: 12px 13px 12px 2.5em;
}

.entry-content .boshuyoko-section blockquote::before {
	top: -5px;
	left: 7px;
}

.entry-content .boshuyoko-section blockquote p {
	line-height: 1.75;
	margin: 0;
}

.entry-content .boshuyoko-section blockquote cite {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.75;
	margin-top: .2em;
}

.entry-content .boshuyoko-section em {
	color: #c00;
	font-style: normal;
}

.entry-content .boshuyoko-section .entryform-link-button {
	text-align: center;
	line-height: 56px;
}

.entry-content .boshuyoko-section .shimekiri,
.entry-content .boshuyoko-section .boshukikan {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: -.5em;
}

.entry-content .boshuyoko-section .entryform-link-button a {
	border: 2px solid #b45a5a;
	border-radius: 4px;
	color: #b45a5a;
	display: block;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
}

.entry-content .boshuyoko-section .entryform-link-button a:hover {
	background-color: #b45a5a;
	color: #faf7f0;
}

.entry-content .boshuyoko-section .entryform-link-button a.form-closed {
	opacity: .5;
	pointer-events: none;
}

.entry-content .boshuyoko-section .entryform-closed {
	background-color: #786450;
	border-radius: 4px;
	color: #faf7f0;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
}

@media screen and (max-width: 567px) {
	.boshuyoko {
		margin: 35px 0;
		padding: 13px;
	}

	.boshuyoko-section {
		padding: 8px 15px;
	}

	.entry-content .boshuyoko-section h3 {
		font-size: 26px;
		font-size: 1.625rem;
		margin: 0 -15px 30px;
		padding: 0 15px 8px;
	}

	.entry-content .boshuyoko-section .signature {
		text-align: left;
	}

	.entry-content .boshuyoko-section blockquote {
		padding: 10px 12px 10px 2.2em;
	}

	.entry-content .boshuyoko-section blockquote::before {
		font-size: 22px;
		font-size: 1.375rem;
		top: 2px;
	}

	.entry-content .boshuyoko-section .entryform-link-button {
		line-height: 44px;
	}

	.entry-content .boshuyoko-section .entryform-link-button a {
		font-size: 16px;
		font-size: 1rem;
	}

	.entry-content .boshuyoko-section .entryform-closed {
		font-size: 16px;
		font-size: 1rem;
		line-height: 44px;
	}
}

@media screen and (max-width: 374px) {
	.entry-content .boshuyoko-section h3 {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.entry-content .boshuyoko-section .shimekiri {
		font-size: 18px;
		font-size: 1.125rem;
	}
}

/* @end */

/* @group Judge */

p.judge-lead {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.entry-content .judge-block {
	margin: 60px 0;
}

.judge-block > .wp-block-group__inner-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.judge-block.non-photo {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.judge-block.non-photo > .wp-block-group__inner-container  {
	display: block;
}

.judge-block .judge-photo {
	margin: 0;
	width: 39.87730061%;
}

.judge-block .judge-photo img {
	max-height: none;
}

.judge-block .judge-content {
	flex: 1;
	margin: 0 0 0 30px;
}

.judge-block .judge-class {
	background-color: #b45a5a;
	border-radius: 4px;
	color: #faf7f0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.75;
	margin: 0;
	text-align: center;
	width: 6em;
}

.judge-block .judge-name {
	border: none;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 5px 0;
	padding: 0;
}

.judge-block .judge-name:after {
	display: none;
}

.judge-block .judge-name span {
	font-weight: normal;
	font-size: 14px;
	font-size: .875rem;
	margin-left: .75em;
}

.judge-block .judge-title {
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #c8c6c0;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
}

.judge-block .judge-profile {
	line-height: 1.75;
	margin: 15px 0 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.judge-block dl.judge-biography {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	margin: 10px 0 0;
}

.judge-block dl.judge-biography dt {
	color: #646360;
	font-weight: normal;
	margin: 5px 0 0;
	width: 5em;
}

.judge-block dl.judge-biography dd {
	margin: 5px 0 0;
	width: calc(100% - 5em);
}

.judge-block .judge-site {
	font-size: 14px;
	font-size: .875rem;
	margin: 15px 0 0;
	word-break: break-all;
}

.judge-block .judge-site a {
	text-decoration: underline;
}

.judge-block .judge-site a:hover {
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.judge-block .judge-content {
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 567px) {
	.entry-content .judge-block {
		margin: 45px 0;
	}

	.judge-block > .wp-block-group__inner-container {
		display: block;
	}

	.judge-block .judge-photo {
		width: 100%;
	}

	.judge-block .judge-content {
		-webkit-box-flex: 0 1 auto;
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 15px 0 0;
	}

	.judge-block .judge-class,
	.judge-block .judge-name span,
	.judge-block .judge-title,
	.judge-block .judge-site {
		font-size: 13px;
		font-size: .8125rem;
	}

	.judge-block .judge-name {
		margin: 5px 0 0;
		font-size: 22px;
		font-size: 1.375rem;
	}

	.judge-block .judge-title {
		padding: 0 0 10px;
	}

	.judge-block .judge-profile {
		margin: 10px 0;
		text-align: start;
		text-justify: auto;
		line-height: 1.5;
	}

	.judge-block dl.judge-biography {
		margin: 5px 0;
	}

	.judge-block dl.judge-biography dt {
		width: 4.5em;
	}

	.judge-block dl.judge-biography dd {
		width: calc(100% - 4.5em);
	}
}

/* @end */

/* @group Report */

.report-judge {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.5;
	width: 100%;
}

.report-judge dt {
	color: #786450;
	margin: 0;
	width: 80px;
}

.entry-content .report-judge dd + dt {
	margin-top: 0;
}

.report-judge dd {
	margin: 0;
	width: calc(100% - 80px);
}

.report-prize-column .wp-block-column {
	margin-bottom: 0;
}

.report-prize-column + .report-prize-column {
	margin-top: 20px;
}

.report-prize-column .wp-block-image + .wp-block-image {
	margin: 20px 0 0;
}

.report-prize-column .wp-block-column p {
	display: none;
}

a.report-work-link {
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
}

a.report-work-link:hover {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
}

.page-report-nav {
	margin: 60px 0 0;
}

.report-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.report-block {
	width: calc(50% - 15px);
}

.report-block:nth-child(n+3) {
	margin-top: 30px;
}

.report-block:nth-child(2n) {
	margin-left: 30px;
}

.report-block a {
	border: 1px solid #786450;
	border-radius: 4px;
	color: #000;
	display: block;
	height: 100%;
	text-decoration: none;
}

.report-block a:hover {
	background-color: #ede8e0;
	color: #000;
}

.report-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 14px;
}

.report-cover {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 10px 0 0;
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
	width: 124px;
}

a:hover .report-cover {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
}

.report-cover img {
	border: 1px solid #c8c6c0;
	padding: 0;
}

.report-cont {
	width: calc(100% - 124px);
}

.report-cont h3 {
	background-color: #786450;
	border: none;
	border-radius: 4px;
	color: #faf7f0;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	-webkit-transition: background-color .3s ease-out;
	transition: background-color .3s ease-out;
}

a:hover .report-cont h3 {
	background-color: #64503c;
}

.report-cont dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 0;
}

.report-cont dl + dl {
	border-top: 1px dotted #786450;
	margin: 12px 0 0;
	padding: 11px 0 0;
}

.report-cont dt {
	color: #000;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 15px;
	font-size: .9375rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 10px 0 0;
	text-align: center;
	width: 4em;
}

.report-cont dt span {
	background-color: #b45a5a;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	width: 4em;
}

.report-cont dd {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin: 0;
}

@media screen and (max-width: 895px) {
	.report-inner {
		display: block;
	}

	.report-cover {
		margin: 0 auto;
	}

	.report-cont {
		margin: 10px 0 0;
		width: 100%;
	}

	.report-cont dl {
		margin: 10px 0 0;
	}

	.report-cont dl + dl {
		margin: 10px 0 0;
		padding: 9px 0 0;
	}

	.report-cont dt,
	.report-cont dd {
		font-size: 14px;
		font-size: .875rem;
	}
}

@media screen and (max-width: 767px) {
	.page-report-nav {
		margin: 40px 0 0;
	}

	.report-block {
		width: calc(50% - 10px);
	}

	.report-block:nth-child(n+3) {
		margin-top: 20px;
	}

	.report-block:nth-child(2n) {
		margin-left: 20px;
	}
}

@media screen and (max-width: 567px) {
	.report-links {
		display: block;
	}

	.report-block {
		width: 100%;
	}

	.report-block:nth-child(n+3),
	.report-block:nth-child(2n) {
		margin: 0;
	}

	.report-block + .report-block {
		margin-top: 20px;
	}
}

@media screen and (max-width: 479px) {
	.report-judge {
		display: block;
	}

	.report-judge dt,
	.report-judge dd {
		width: 100%;
	}

	.entry-content .report-judge dd + dt {
		margin-top: .5em;
	}

	.report-cover {
		width: 100px;
	}
}

/* @end */

/* @group Prize archive */

.prize-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}

.prize-block {
	margin: 30px 0 0;
	padding: 0 15px;
	width: 33.33333333%;
}

.prize-block a {
	display: block;
}

.prize-block-eyecatch {
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
}

.prize-block-eyecatch img {
	border-radius: 4px 4px 0 0;
}

.prize-block-title {
	margin: 0;
	padding: 5px 0;
	background-color: #786450;
	border-radius: 0 0 4px 4px;
	color: #faf7f0;
	text-align: center;
	font-size: 18px;
	font-size: 1.125rem;
}

a:hover .prize-block-eyecatch {
	-webkit-filter: brightness(0.9);
	filter: brightness(0.9);
}

a:hover .prize-block-title {
	background-color: #64503c;
}

.prize-past-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: -14px -7px 0;
	padding: 0;
}

.prize-past-links li {
	margin: 14px 0 0;
	padding: 0 7px;
	width: 25%;
	text-align: center;
}

.prize-past-links li a {
	border: 1px solid #786450;
	border-radius: 4px;
	color: #786450;
	display: block;
	padding: 10px 0;
	position: relative;
}

.prize-past-links li a:hover {
	background-color: #786450;
	color: #faf7f0;
}

.prize-past-links li a::before {
	left: 10px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}

@media screen and (max-width: 809px) {
	.prize-past-links li {
		width: 33.33333333%;
	}
}

@media screen and (max-width: 767px) {
	.prize-links {
		margin: -20px -10px;
	}

	.prize-block {
		margin: 20px 0 0;
		padding: 0 10px;
	}
}

@media screen and (max-width: 666px) {
	.prize-past-links li {
		width: 50%;
	}

	.prize-block {
		width: 50%;
	}
}

@media screen and (max-width: 567px) {
	.prize-links {
		margin: -15px -7px 0 -7px;
	}

	.prize-block {
		margin: 15px 0 0;
		padding: 0 7px;
	}

	.prize-block-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.prize-past-links {
		margin: 0;
		border-bottom: 1px solid #786450;
	}

	.prize-past-links li {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.prize-past-links li a {
		border: none;
		border-top: 1px dotted #786450;
		border-radius: 0;
	}

	.prize-past-links li:first-child a {
		border-top: 1px solid #786450;
	}
}

@media screen and (max-width: 389px) {
	.prize-block-title {
		font-size: 15px;
		font-size: .9375rem;
	}
}

@media screen and (max-width: 374px) {
	.prize-block-title {
		font-size: 13px;
		font-size: .8125rem;
	}

	.prize-block-title::before {
		margin-right: .15em;
	}
}

/* @end */

/* @group Prize post */

.prize-content h2.prize-year-title span {
	display: inline-block;
}

.prize-content .prize-kohyo h3.prize-kohyo-headline {
	display: block;
	margin: 0;
}

.prize-content .prize-kohyo p {
	line-height: 2;
	margin: 0;
}

.prize-content .prize-kohyo .prize-kohyo-headline + p {
	margin-top: .5em;
}

.prize-content .prize-kohyo .prize-kohyo-signature {
	font-size: 15px;
	font-size: .9375rem;
}

.prize-content h3.prize-section-title {
	background-color: transparent;
	border: none;
	border-left: 6px solid #786450;
	margin-top: 60px;
	position: relative;
}

.prize-content h3.prize-section-title::after {
	border-bottom: 1px solid #c8c6c0;
	bottom: 0;
	content: '';
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.prize-content h3.prize-section-title.grandprix {
	border-left-color: #da0;
}

.prize-content h3.prize-section-title.award {
	border-left-color: #9ab;
}

.prize-content .prize-work-block {
	margin: 40px 0;
}

.prize-content .prize-work-block > .wp-block-group__inner-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.prize-content .prize-work-block .prize-work-photo {
	margin: 0;
	width: 57.05521472%;
}

.prize-content .prize-work-block .prize-work-content {
	flex: 1;
	margin: 0 0 0 30px;
}

.prize-content .prize-type {
	font-weight: bold;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 5px;
}

.prize-content .prize-type.grandprix {
	border-left: 5px solid #da0;
}

.prize-content .prize-type.award {
	border-left: 5px solid #9ab;
}

.prize-content .work-title {
	border-left: none;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
}

.prize-content .work-data {
	line-height: 1.5;
	margin: 10px 0 0;
}

.prize-content .work-data dt {
	color: #646360;
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
	margin: .5em 0 0;
}

.prize-content .work-data dd {
	margin: 0 0 0 .9em;
}

.prize-content .work-name {
	font-weight: bold;
}

.prize-content .work-address {
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
}

.prize-content .work-page {
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.5;
	margin: 10px 0 0;
}

.prize-content .work-page a {
	border: 1px solid #000;
	border-radius: 4px;
	color: #000;
	display: block;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.prize-content .work-page a:hover {
	background-color: #000;
	color: #faf7f0;
}

.prize-content .prize-exhibit-status table {
	font-size: 14px;
	font-size: .875rem;
}

.prize-content .prize-exhibit-status td,
.prize-content .prize-exhibit-status th {
	text-align: center;
}

.prize-content .judge-list dl,
.prize-content .exhibition-outline dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
	width: 100%;
}

.prize-content .exhibition-outline dl {
	margin: 15px 0 0;
}

.prize-content .judge-list dt,
.prize-content .exhibition-outline dt {
	color: #646360;
	font-weight: normal;
	margin: 10px 0 0;
	width: 80px;
}

.prize-content .judge-list dd,
.prize-content .exhibition-outline dd {
	margin: 10px 0 0;
	width: calc(100% - 80px);
}

.prize-content .judge-list dt:first-of-type,
.prize-content .judge-list dd:first-of-type,
.prize-content .exhibition-outline dt:first-of-type,
.prize-content .exhibition-outline dd:first-of-type {
	margin: 0;
}

.prize-content .judge-list dd + dd,
.prize-content .exhibition-outline dd + dd {
	margin-left: 80px;
}

.prize-content .judge-list .jobtitle {
	font-size: 14px;
	font-size: .875rem;
}

.prize-content h4.exhibition-outline-title {
	background-color: #b45a5a;
	border-left: none;
	border-radius: 4px;
	color: #faf7f0;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.75;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 6em;
}

@media screen and (max-width: 767px) {
	.prize-content .prize-work-block .prize-work-photo {
		width: 50%;
	}

	.prize-content .prize-work-block .prize-work-content {
		margin: 0 0 0 20px;
	}
}

@media screen and (max-width: 567px) {
	.prize-content .prize-kohyo p {
		line-height: 1.75;
	}

	.prize-content h3.prize-section-title {
		margin-top: 45px;
	}

	.prize-content .prize-work-block {
		margin: 30px 0;
	}

	.prize-content .prize-work-block > .wp-block-group__inner-container {
		display: block;
	}

	.prize-content .prize-work-block .prize-work-photo {
		width: 100%;
	}

	.prize-content .prize-work-block .prize-work-content {
		-webkit-box-flex: 0 1 auto;
	    -webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 15px 0 0;
	}

	.prize-content .work-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.prize-content .work-data dd {
		margin: .25em 0 0;
	}

	.prize-content .prize-exhibit-status table {
		display: block;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		position: relative;
		white-space: nowrap;
		width: auto;
	}

	.prize-content .prize-exhibit-status td,
	.prize-content .prize-exhibit-status th {
		padding: .3em .5em;
	}

	.prize-content .judge-list dt,
	.prize-content .exhibition-outline dt {
		font-size: 14px;
		font-size: .875rem;
		padding: 1px 0 0;
		width: 70px;
	}

	.prize-content .judge-list dd,
	.prize-content .exhibition-outline dd {
		width: calc(100% - 70px);
	}

	.prize-content .judge-list dd + dd,
	.prize-content .exhibition-outline dd + dd {
		margin-left: 70px;
	}
}

/* @end */

/* @group Selection */

.selection-category-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px -15px 0;
}

.selection-category-block {
	margin: 20px 0 0;
	padding: 0 15px;
	width: 33.33333333%;
}

.selection-category-block a {
	display: block;
	text-decoration: none;
}

.selection-category-block h3 {
	background-color: transparent;
	border: none;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.selection-category-block h3 img {
	border-radius: 4px;
}

.selection-category-block h3 img {
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
}

.selection-category-block a:hover h3 img {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
}

p.selection-category-number {
	line-height: 1.5;
	margin: 5px 0 0;
	text-align: center;
}

.page-other-nav {
	margin: 60px 0 0;
}

.page-other-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: -14px -7px 0;
	padding: 0;
}

.page-other-nav li {
	margin: 14px 0 0;
	padding: 0 7px;
	width: 50%;
	text-align: center;
}

.page-other-nav li a {
	border: 1px solid #786450;
	border-radius: 4px;
	color: #786450;
	display: block;
	padding: 10px 0;
	position: relative;
}

.page-other-nav li a:hover {
	background-color: #786450;
	color: #faf7f0;
}

.page-other-nav li a::before {
	left: 10px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}

@media screen and (max-width: 767px) {
	.selection-category-links {
		margin: -15px -10px 0;
	}

	.selection-category-block {
		margin: 15px 0 0;
		padding: 0 10px;
	}

	p.selection-category-number {
		font-size: 14px;
		font-size: .875rem;
	}

	.page-other-nav {
		margin: 40px 0 0;
	}
}

@media screen and (max-width: 567px) {
	.selection-category-links {
		margin: -10px -7px -7px;
	}

	.selection-category-block {
		margin: 10px 0 0;
		padding: 0 7px;
		width: 50%;
	}

	p.selection-category-number {
		font-feature-settings: "palt";
		font-size: 13px;
		font-size: .8125rem;
	}

	.page-other-nav ul {
		margin: 0;
		border-bottom: 1px solid #786450;
	}

	.page-other-nav li {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.page-other-nav li a {
		border: none;
		border-top: 1px dotted #786450;
		border-radius: 0;
	}

	.page-other-nav li:first-child a {
		border-top: 1px solid #786450;
	}
}

/* @end */

/* @group Selection archive */

.selection-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}

.selection-block {
	margin: 30px 0 0;
	padding: 0 15px;
	position: relative;
	width: 33.33333333%;
}

.selection-block a {
	color: #000;
	display: block;
	height: 100%;
	padding: 0 0 42px;
}

.slt-block-eyecatch {
	-webkit-transition: -webkit-filter .3s ease-out;
	transition: filter .3s ease-out;
}

.slt-block-eyecatch img {
	border-radius: 4px;
}

a:hover .slt-block-eyecatch {
	-webkit-filter: brightness(.9);
	filter: brightness(.9);
}

.slt-award {
	background-color: rgba(180, 90, 90, .8);
	border-radius: 4px;
	color: #faf7f0;
	font-size: 13px;
	font-size: .8125rem;
	margin: 0;
	padding: 1px 5px;
	position: absolute;
	top: 8px;
	left: 23px;
}

.slt-block-content {
	margin: 10px 0 0;
}

.slt-title {
	border-bottom: 1px solid #c8c6c0;
	font-feature-settings: "palt";
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0 0 10px;
	padding: 0 0 8px;
}

.slt-name {
	margin: 0;
	font-weight: bold;
}

.slt-address {
	font-size: 14px;
	font-size: .875rem;
	font-weight: normal;
}

.slt-data {
	font-size: 14px;
	font-size: .875rem;
	margin: 3px 0 0;
}

.slt-link {
	border: 1px solid #000;
	border-radius: 4px;
	bottom: 0;
	color: #000;
	font-size: 15px;
	font-size: .9375rem;
	margin: 0;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	padding: 5px 0;
	position: absolute;
	width: calc(100% - 30px);
}

a:hover .slt-link {
	background-color: #000;
	color: #faf7f0;
}

@media screen and (max-width: 767px) {
	.selection-links {
		margin: -30px -10px 0;
	}

	.selection-block {
		padding: 0 10px;
		width: 50%;
	}

	.slt-award {
		left: 18px;
	}

	.slt-link {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width: 567px) {
	.selection-links {
		margin: -30px 0 0;
	}

	.selection-block {
		padding: 0;
		width: 100%;
	}

	.selection-block a {
		padding: 0;
	}

	.slt-award {
		left: 8px;
	}

	.slt-link {
		margin: 8px 0 0;
		position: static;
		width: 100%;
	}
}

/* @end */

/* @group Selection post */

.selection-post .entry-content p.selection-category {
	background-color: #f3f0e8;
	border: 1px solid #e1ded8;
	color: #646360;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 2rem;
	padding: 6px 8px;
	text-align: center;
}

.selection-post .entry-content .wp-block-image {
	margin: 0;
}

.selection-post .entry-content .wp-block-image + .wp-block-image {
	margin: 16px 0 0;
}

.selection-post .entry-content .wp-block-image.item-map {
	width: calc(50% - 8px);
}

.selection-post .entry-content .wp-block-gallery {
	margin: 16px 0 -16px;
}

.selection-body {
	margin: 30px 0 0;
}

.entry-content .selection-award {
	background-color: #b45a5a;
	border-radius: 4px;
	color: #faf7f0;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 .5em;
	padding: 3px 10px;
}

.entry-content .selection-body h1.selection-title {
	border-left: none;
	font-feature-settings: "palt";
	font-size: 32px;
	font-size: 2rem;
	margin: 0 0 .5em;
	padding: 0 0 5px;
}

.entry-content .selection-body h1.selection-title ruby {
	ruby-align: center;
}

.entry-content .selection-body h1.selection-title rp,
.entry-content .selection-body h1.selection-title rt {
	font-size: 13px;
	font-size: .8125rem;
}

.selection-data p {
	line-height: 1.5;
	margin: .25em 0 0;
}

ul.selection-notice {
	color: #b45a5a;
	line-height: 1.5;
	margin: .75em 0 0;
}

.entry-content ul.selection-notice > li::before {
	color: #b45a5a;
}

.selection-data .selection-price {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	margin: .5em 0 0;
}

.selection-data .selection-price span {
	font-size: 16px;
	font-size: 1rem;
}

.selection-data .selection-price span.selection-soldout {
	border: 1px solid #c00;
	border-radius: 4px;
	color: #c00;
	display: inline-block;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.75;
	margin-left: .5em;
	padding: 0 8px;
	text-transform: uppercase;
}

.selection-data h2.selection-name {
	border-bottom: none;
	border-left: none;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.3;
	padding: 0;
	margin: .5em 0 0;
}

.selection-data h2.selection-name::after {
	display: none;
}

.selection-data h2.selection-name span {
	font-size: 16px;
	font-size: 1rem;
}

.selection-data .selection-netshop {
	font-size: 15px;
	font-size: .9375rem;
}

.selection-body .selection-biography-area,
.selection-body .selection-note-area {
	margin: 2em 0 0;
}

.selection-body h3.selection-biography-title,
.selection-body h3.selection-note-title {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0;
}

.selection-body .selection-biography-area p,
.selection-body .selection-note-area p {
	margin: 1em 0 0;
}

.selection-body dl.selection-biography {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0 0;
}

.selection-body p + dl.selection-biography {
	margin-top: 0;
}

.selection-body dl.selection-biography dt {
	color: #646360;
	font-weight: normal;
	line-height: 1.5;
	margin: 5px 0 0;
	width: 5em;
}

.selection-body dl.selection-biography dt.wide {
	width: 8.75em;
}

.selection-body dl.selection-biography dd {
	line-height: 1.5;
	margin: 5px 0 0;
	width: calc(100% - 5em);
}

.selection-body dl.selection-biography dd.narrow {
	width: calc(100% - 8.75em);
}

.selection-body .biography-caption {
	margin: 1em 0 0;
}

.selection-body .biography-caption + dl.selection-biography {
	margin: 0;
}

.selection-body .selection-comment-area {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #e1ded8;
	border-radius: 4px;
	margin: 2em 0 0;
	padding: 16px;
}

.selection-body h3.selection-comment-title {
	background-color: transparent;
	border: none;
	border-left: 4px solid #c6bcb0;
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	padding: 0 0 0 5px;
	margin: 0 0 .5em;
}

.selection-body .selection-comment-area p {
	margin: 1em 0 0;
}

.selection-body .selection-comment-area p:first-of-type {
	margin-top: 10px;
}

.selection-body .selection-comment-area p.signature {
	margin-top: 0;
	text-align: right;
}

.selection-body .inc-tax {
	font-size: 14px;
	font-size: .875rem;
}

@media screen and (max-width: 567px) {
	.selection-post .entry-content p.selection-category {
		font-size: 20px;
		font-size: 1.25rem;
		margin: 2.25rem 0 1.875rem;
		padding: 4px 6px;
	}

	.selection-post .entry-content .wp-block-image.item-map {
		width: 60%;
	}

	.selection-post .entry-content .wp-block-gallery {
		margin: 16px 0 0;
	}

	.selection-post .wp-block-gallery .blocks-gallery-item {
		width: 100%;
		margin: 0;
	}

	.selection-post .wp-block-gallery .blocks-gallery-item +.blocks-gallery-item {
		margin: 16px 0 0;
	}

	.entry-content .selection-award {
		font-size: 14px;
		font-size: .875rem;
	}

	.entry-content .selection-body h1.selection-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.selection-data p,
	.selection-notice {
		font-size: 14px;
		font-size: .875rem;
	}

	.selection-data p.selection-price {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.selection-data .selection-price span {
		font-size: 14px;
		font-size: .875rem;
	}

	.selection-data .selection-soldout {
		font-size: 15px;
		font-size: .9375rem;
		line-height: 1.66666667;
	}

	.selection-data h2.selection-name {
		font-size: 22px;
		font-size: 1.375rem;
	}

	.selection-data h2.selection-name span {
		font-size: 14px;
		font-size: .875rem;
	}

	.selection-data .selection-netshop {
		font-size: 13px;
		font-size: .8125rem;
	}

	.selection-body .biography-caption {
		font-size: 14px;
		font-size: .875rem;
	}

	.selection-body .selection-biography-area,
	.selection-body .selection-note-area {
		font-size: 14px;
		font-size: .875rem;
	}

	.selection-body h3.selection-biography-title,
	.selection-body h3.selection-note-title {
		font-size: 15px;
		font-size: .9375rem;
	}

	.selection-body .selection-comment-area {
		font-size: 14px;
		font-size: .875rem;
		padding: 14px;
	}

	.selection-body h3.selection-comment-title {
		font-size: 15px;
		font-size: .9375rem;
	}

	.selection-body .inc-tax {
		font-size: 13px;
		font-size: .8125rem;
	}
}

@media screen and (max-width: 392px) {
	.selection-body dl.selection-biography dt.wide {
		width: 100%;
	}

	.selection-body dl.selection-biography dd.narrow {
		width: 100%;
		padding-left: 1em;
	}
}

/* @end */

/* @group Selection foot nav */

.selection-foot-nav {
	border-top: 1px solid #c8c6c0;
	margin: 60px 0 0;
	padding: 60px 0 0;
}

.selection-foot-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: -14px -7px 0;
	padding: 0;
}

.selection-foot-nav li {
	margin: 14px 0 0;
	padding: 0 7px;
	width: 25%;
	text-align: center;
}

.selection-post-main .selection-foot-nav li {
	width: 33.33333333%;
}

.selection-foot-nav li:first-child,
.selection-post-main .selection-foot-nav li:first-child {
	width: 100%;
}

.selection-foot-nav li a {
	border: 1px solid #786450;
	border-radius: 4px;
	color: #786450;
	display: block;
	padding: 10px 0;
	position: relative;
}

.selection-foot-nav li a:hover {
	background-color: #786450;
	color: #faf7f0;
}

.selection-foot-nav li a::before {
	left: 10px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
}

@media screen and (max-width: 1023px) {
	.selection-foot-nav li {
		width: 33.33333333%;
	}
}

@media screen and (max-width: 767px) {
	.selection-foot-nav li,
	.selection-post-main .selection-foot-nav li {
		width: 50%;
	}
}

@media screen and (max-width: 567px) {
	.selection-foot-nav {
		border-top: none;
		margin: 40px 0 0;
		padding: 0;
	}

	.selection-foot-nav ul {
		border-bottom: 1px solid #786450;
		margin: 0;
	}

	.selection-foot-nav li,
	.selection-post-main .selection-foot-nav li {
		margin: 0;
		padding: 0;
		text-align: left;
		width: 100%;
	}

	.selection-foot-nav li a {
		border: none;
		border-top: 1px dotted #786450;
		border-radius: 0;
		padding-left: 35px;
	}

	.selection-foot-nav li:first-child a {
		border-top: 1px solid #786450;
	}
}

/* @end */

/* @group Exhibition */

.exhibition-def-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.exhibition-def-list dt,
.exhibition-def-list dd {
	margin: 10px 0 0;
}

.exhibition-def-list dt:first-of-type,
.exhibition-def-list dd:first-of-type {
	margin: 0;
}

.exhibition-def-list dt {
	border-right: 2px solid #c8c6c0;
	color: #646360;
	width: 3em;
}

.exhibition-def-list dd {
	padding: 0 0 0 1em;
	width: calc(100% - 3em);
}

.exhibition-def-list dd ol,
.exhibition-def-list dd ul {
	margin: 0;
}

.exhibition-def-list li + li {
	margin-top: 0;
}

/* @end */

/* @group Footer */

.site-footer {
	background-color: #786450;
	color: #faf7f0;
	text-align: center;
}

.site-footer a {
	color: #faf7f0;
}

.site-footer a:hover {
	opacity: .7;
}

.page-top {
	background-color: #786450;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	cursor: pointer;
	height: 80px;
	margin: -40px auto 0;
	width: 80px;
}

.utility-navigation {
	margin: 10px 0 30px;
	font-size: 14px;
	font-size: .875rem;
}

.bottom-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 978px;
}

.bottom-menu .menu-item {
	width: calc((100% - 20px) / 6);
}

.bottom-menu .menu-item + .menu-item {
	margin-left: 4px;
}

.bottom-menu .menu-item:nth-child(7) {
	margin-left: 0;
}

.bottom-menu .menu-item:nth-child(n+7) {
	margin-top: 4px;
}

.bottom-menu .menu-item a {
	background-color: #857360;
	border-radius: 4px;
	display: block;
	padding: 4px 0;
}

.bottom-menu .menu-item a:hover {
	background-color: transparent;
	opacity: 1;
}

.site-info address {
	margin: 10px 0 0;
	font-style: normal;
	font-size: 14px;
	font-size: .875rem;
}

.site-info address strong {
	font-size: 16px;
	font-size: 1rem;
}

.site-info .contact-mail {
	cursor: pointer;
}

.copyright {
	margin: 15px 0 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
	line-height: 1;
}

.copyright small {
	font-size: 13px;
	font-size: .8125rem;
}

@media screen and (max-width: 819px) {
	.bottom-menu .menu-item {
		width: calc((100% - 12px) / 4);
	}

	.bottom-menu .menu-item:nth-child(5),
	.bottom-menu .menu-item:nth-child(9) {
		margin-left: 0;
	}

	.bottom-menu .menu-item:nth-child(7) {
		margin-left: 4px;
	}

	.bottom-menu .menu-item:nth-child(n+5) {
		margin-top: 4px;
	}
}

@media screen and (max-width: 567px) {
	.bottom-menu .menu-item {
		width: calc(50% - 2px);
	}

	.bottom-menu .menu-item + .menu-item {
		margin-left: 0;
	}

	.bottom-menu .menu-item:nth-child(even) {
		margin-left: 4px;
	}

	.bottom-menu .menu-item:nth-child(n+3) {
		margin-top: 4px;
	}

	.site-info address {
		font-size: 12px;
		font-size: .75rem;
		line-height: 1.6;
	}

	.site-info address strong {
		font-size: 13px;
		font-size: .8125rem;
	}

	.copyright small {
		font-size: 11px;
		font-size: .6875rem;
	}
}

@media screen and (max-width: 374px) {
	.site-info address span {
		display: block;
	}
}

/* @end */
