/*
Theme Name:akinai
Theme URI:
Description:「Arkhe」の子テーマです。
Template:arkhe
Author: 
Author URI:
Version:0.0.1
*/

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

@media screen and (max-width: 800px) {
	.is-pc {
		display: none;
	}

	.is-sp {
		display: block;
	}
}

.l-article a:hover {
	text-decoration: none;
}

.max-width-600 {
	max-width: 600px;
	margin: auto;
}

.max-width-800 {
	max-width: 800px;
	margin: auto;
}

.border-radius-8 {
	border-radius: 8px;
}

.border-radius-16 {
	border-radius: 16px;
}

.border {
	border: 4px solid #b01f24;
}


.margin-bottom-0 {
	margin-bottom: 0!important;
}

.margin-top-0 {
	margin-top: 0!important;
}

.index-entry-box {
	max-width: 500px;
	margin: auto;
	border-radius: 6px;
	border: 4px solid #b01f24;
}


.top-post .wp-block-latest-posts__post-excerpt {
	font-size: 12px;
}

body {
	background: #f7e041;
	font-feature-settings: 'palt';
	letter-spacing: .05em;
}

#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.entry-button a {
	font-size: 20px;
	border: 4px solid #fff;
}

@media screen and (max-width: 800px) {
	.entry-button a {
		font-size: 16px;
	}	
}

.l-content {
	padding: 0 16px;
    background: url(assets/img/bg_02.jpg) fixed repeat center;
    background-size: contain;
}

/* @media screen and (max-width: 800px) {
	.l-content {
	padding: 0 16px;
    background: url(assets/img/bg_sp.jpg) no-repeat;
    background-size: contain;
}
} */

body:not(.home) .l-content__body  {
    background: #fff;
    padding: 64px;
    border-radius: 16px;
}

@media screen and (max-width: 800px) {
	body:not(.home) .l-content__body  {
		padding: 32px;
	}
}

.header-entry a {
	background: #b01f24;
	color: #fff!important;
}

.header-entry a:hover {
	opacity: .7;
}
	
.footer-title {
	background: #B4910C;
	color: #fff;
	padding: 8px;
}

.wp-block-latest-posts__post-title:hover {
	text-decoration: none;
}

.wp-block-latest-posts__featured-image {
	display: flex;
	justify-content: center;
}


.archive-entry-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 16px;
	grid-row-gap: 32px;
	list-style: none;
	padding: 0;
	margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
	.archive-entry-list {
		grid-template-columns: 1fr 1fr;
	}
}

.archive-entry-list--best-4 {
	grid-template-columns: 1fr 1fr;
}

.archive-entry-list__link {
	text-decoration: none;
}

.archive-entry-list__title {
	font-size: .9em;
}

@media screen and (max-width: 800px) {
	.archive-entry-list__title {
		font-size: .8em;
	}
}

.archive-entry-list__info {
	color: #666;
	font-size: .6em;
}

.archive-entry-list__price {
	color: #666;
	font-size: .6em;
}


.archive-entry-list__image-area {
	position: relative;
	aspect-ratio: 16 / 11;
	margin-bottom: 8px;
	border-radius: 8px;
	border: 1px solid #eee;
	background: var(--arkb-marker-color);
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.archive-entry-list__image-area {
		aspect-ratio: 1 / 1;
	}
}

.archive-entry-list__image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .4s ease;
}

@media screen and (max-width: 800px) {
	.archive-entry-list__image {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}



.archive-entry-list__link:hover .archive-entry-list__image {
	transform: translate(-50%, -50%) scale(1.05);
}

.archive-entry-list__num {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #b01f24;
	color: #fff;
	font-size: .7em;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.archive-entry-list__num {
		width: 20px;
		height: 20px;
		font-size: .6em;
	}
}

.archive-entry-list__ward {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	padding: 0 8px;
	border-radius: 100px;
	background: #b01f24;
	color: #fff;
	font-size: .7em;
	font-weight: bold;
}

@media screen and (max-width: 800px) {
	.archive-entry-list__ward {
		font-size: .6em;
	}
}

.shop-entry-grid {
	display: grid;
	align-items: center;
	grid-template-columns: 23% 74%;
	grid-gap: 3%;
	max-width: 800px;
	margin: 0 auto 32px;
}

@media screen and (max-width: 800px) {
	.shop-entry-grid {
		grid-template-columns: 1fr;
	}
}

.shop-entry-grid__image-area {
	width: 100%;
	aspect-ratio: 1 / 1;
}

@media screen and (max-width: 800px) {
	.shop-entry-grid__image-area {
		width: 70%;
		margin: auto;
		order: 2;
	}
}

.shop-entry-grid__image {
	width: 100%;
	height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.shop-entry-grid__title {
	margin-bottom: 16px;
	font-size: 1.45em;
}

.shop-entry-menu__image-area {
	max-width: 800px;
	margin: 0 auto 16px;
	border-radius: 16px;
	background: #ffdc40;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

@media screen and (max-width: 800px) {
	.shop-entry-menu__image-area {
		aspect-ratio: 1 / 1;
	}
}

.shop-entry-menu__image {
	display: block;
	width: 100%;
	height: 100%;
    object-fit: contain;
}

.shop-entry-menu__text {
	margin-bottom: 32px;
	text-align: center;
}

.shop-entry-header {
	margin-bottom: 32px;
	text-align: center;
}

@media screen and (max-width: 800px) {
	.shop-entry-header__title {
		font-size: 1.5em;
	}
}

.shop-entry-table {
	max-width: 800px;
	margin: 0 auto 32px;
}

.archive-entry-header {
	margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
	.archive-entry-header h1 {
		font-size: 1.5em;
	}
}

.archive-entry-order {
	margin-bottom: 16px;
	font-size: .8em;
	text-align: right;
}

.archive-entry-filter-list {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 16px;
	list-style: none;
	padding: 0;
}

.archive-entry-filter-list__item {
	margin-right: 4px;
	margin-bottom: 8px;
}

.archive-entry-filter-list__link {
	display: block;
	padding: 2px 8px;
	border-radius: 100px;
	border: 1px solid #b01f24;
	font-size: .8em;
	text-decoration: none;
}

.archive-entry-filter-list__link:hover {
	color: #fff;
	background: #b01f24;
}

.archive-entry-filter-list__link--current {
	color: #fff;
	background: #b01f24;
}

.shop-entry-backlink {
	margin-top: 32px;
	text-align: center;
}

.present-info {
	max-width: 800px;
	margin: 0 auto 32px;
	border: 2px solid #B4910C;
	border-radius: 16px;
	overflow: hidden;
}

.present-info__title {
	padding: 16px;
	background: #B4910C;
	color: #fff;
	font-size: 1.8em;
	text-align: center;
	letter-spacing: .1em;
}

@media screen and (max-width: 800px) {
	.present-info__title {
		font-size: 1.6em;
	}
}

.present-info__subtitle {
	margin-bottom: 16px;
	font-size: 1.2em;
	text-align: center;
}

.present-info__box {
	margin-bottom: 16px;
	padding: 16px;
}

.present-info__strong {
	font-size: 1.1em;
	font-weight: bold;
}

.present-info__present-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
	margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
	.present-info__present-box {
		grid-template-columns: 1fr;
	}
}

.present-info__present-title {
	padding: 16px 32px;
	border-radius: 8px;
	background: #B4910C;
	color: #fff;
	text-align: center;
}

.present-info__text {
	margin-bottom: 1em;
}

.present-info__note {
	margin-top: 32px;
	font-size: .8em;
}

.present-info__btn {
	margin: 16px auto;
}

.entry-btn {
	padding: 32px 0 64px;
}

.entry-btn__btn {
	display: block;
	max-width: 600px;
	padding: 16px;
	margin: auto;
	border-radius: 8px;
	background: #b02025;
	border: 2px solid #b02025;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;	
	text-decoration: none;
	letter-spacing: .1em;
	transition: .2s ease;
}

.entry-btn__btn:hover {
	background: #fff;
	color: #b02025;
}

.intermediate-announcement {
	padding-top: 32px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

.intermediate-announcement__link {
	letter-spacing: .1em;
}

.shop-movie {
	display: block;
	max-width: 350px;
	margin: 0 auto 32px;
	border-radius: 16px;
	background: var(--arkb-marker-color);
	padding: 16px;
}

.shop-movie iframe {
	aspect-ratio: 9 / 16;
}


.blink {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 300ms;
}
.blink::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.wp-block-latest-posts__post-excerpt {
	font-size: .8em;
}
