div#wpadminbar {
    display: none;
}
html {
    margin: 0 !important;
}



.content-slider-wrap {
    background: #030303;
}
.slider-image {
    aspect-ratio: 16/9;
}
.slider-item {
    background: #030303;
}
.slider-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-title {
    font-weight: bold;
    color: #FFF;
    line-height: 1.25em;
}
.slider-link {
    text-decoration: none;
}
.slider-info {
    padding: 8px;
    gap: 4px;
    display: flex;
    flex-direction: column;
}
.slider-info>._date {
    color: #FFF;
    font-size: 12px;
}
.slider-info>._category {
    color: #FFF;
    font-size: 12px;
}


.header-category-navigation {
    border-top: 1px solid #FFF;
}
.header-category-navigation-list {
    display: flex;
    list-style: none;
}
.header-category-navigation-link {
    white-space: nowrap;
    padding: 0.75em;
    display: block;
    color: #FFF;
    text-decoration: none;
}
.header-category-navigation-item+.header-category-navigation-item {
    border-left: 1px solid #FFF;
}
.header-category-navigation-item.swiper-slide{
	width: auto;
}

header {
    background: #030303;
}

.header-top {
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 240px;
}


.lang-select-wrapper > label {
    cursor: pointer;
    display: block;
}

.lang-select {
    display: flex;
    padding-right: 30px;
    align-items: center;
    height: 100%;
    position: relative;
    background: #FFF;
}

.lang-select-img {
    padding: 9px;
    box-sizing: border-box;
}

.lang-select-text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-wrap: nowrap;
}

.lang-select:after {
    display: block;
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 6px;
    height: 6px;
    transform: rotate(135deg);
}

.lang-select-drawer {
    width: 100%;
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:5;
}
#open-drawer:checked ~ .lang-select-drawer {
    display: block;
}
.lang-select-drawer-list {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #DDD;
}
.lang-select-drawer-list ul {
    max-width: 980px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.lang-select-drawer-list li {
    position: relative;
}
.lang-select-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.lang-select-check-text {
    margin: 0;
    font-size: 14px;
}
.lang-select-check-img {
    padding: 10px 10px 10px 0;
    max-width: 20px;
    opacity: 0;
}
.lang-select-check-close {
    display: block;
    width: 100%;
    height: 100%;
}
.lang-select-wrapper {
    margin: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
    width: 130px;
}

input#open-drawer {
    display: none;
}

/* スライダーナビゲーション */
.content-slider-wrap {
    position: relative;
}
.swiper-button-next,
.swiper-button-prev {
    display: none;
}
@media (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        display: block;
        color: #FFF;
    }
}

.category-navigations .category-navigation-list {
    display: flex;
}
.category-navigation-item.swiper-slide {
    width: auto;
    display: flex;
    align-items: center;
	color:#333;
    border: 1px solid #333;
}
.category-navigation-item.swiper-slide+.category-navigation-item.swiper-slide{
	margin-left:8px;
}
.category-navigation-item.is-active{
    background-image: linear-gradient(45deg, #5e26b9, #d2106a, #e47e52);
	border: none;
}
.category-navigation-item>.category-navigation-link {
    background: none;
    display: block;
    width: 100%;
    padding: 1em 0.5em;
    color: #333;
}
.category-navigation-item.is-active>.category-navigation-link {
	color:#FFF;
}
.category-post-wrap{
	display: none;
}
.category-post-wrap.is-active{
	display: block;
}

.category-post-list {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
}

.category-post-item {
    box-shadow: 0 2px 8px rgb(0 0 0 /25%);
}
.category-post-link {
    display: flex;
    width: 100%;
    background: #FFF;
    padding: 16px;
    text-decoration: none;
    align-items: flex-start;
}
.category-post-image {
    aspect-ratio: 16 / 9;
    max-width: 300px;
    width: 50%;
    overflow: hidden;
}
.category-post-more {
    width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background-image: linear-gradient(45deg, #5e26b9, #d2106a, #e47e52);
    padding: 1em 0;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / 25%);
}
.noimage {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #aaa;
    text-decoration: none;
    font-size: 20px;
}
.category-post-info {
	width: calc(60% - 8px);
	margin-left: 8px;
}

.category-post-title {
    font-weight: bold;
    color: #333;
    line-height: 1.25em;
}

.category-post-date {
    font-size: 14px;
    margin-top: 8px;
    color: #333;
}

.category-post-item:first-child {
    background: #FFF;
}
.category-post-item:first-child  .category-post-link {
    flex-direction: column;
}
.category-post-item:first-child .category-post-image {
    width: 100%;
    max-width: none;
}
.category-post-item:first-child .category-post-image>img {
    width: 100%;
}
.category-post-item:first-child .category-post-info {
    width: 100%;
    margin-top: 8px;
}


@media (min-width:768px) {
	a.slider-link {
		display: flex;
		max-width: 1200px;
		margin: 0 auto;
	}
	.slider-image {
		aspect-ratio: 16 / 9;
		position: relative;
		height: 320px;
	}
	.slider-image:after {
		content: "";
		width: 10%;
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		display: block;
		background-image: linear-gradient(90deg, #03030300, #030303FF);
	}
	.content-slider-wrap .swiper-button-next,.content-slider-wrap .swiper-button-prev {
		color: #FFF;
	}
	.slider-info {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.slider-title {
        font-size: 32px;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
	.slider-info>._category {
		font-size: 16px;
	}
	.slider-info>._date {
		font-size: 16px;
	}
	.category-post-list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.category-post-item {
		width: calc(100% /3 - 16px*2/3);
		background: #FFF;
	}
	.category-post-link {
		flex-direction: column;
	}
	.category-post-image {
		width: 100%;
		max-width: none;
	}
	.category-post-image>img {
		width: 100%;
	}
	.category-post-info {
		width: 100%;
		margin-top: 8px;
	}
}
.content-banner {
    background: #EAEAEA;
    padding: 24px 16px;
    width: auto;
    max-width: none;
}

.archive-post-list {
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    gap: 16px;
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
}

.archive-post-item {
    box-shadow: 0 2px 8px rgb(0 0 0 /25%);
}
.archive-post-link {
    display: flex;
    width: 100%;
    background: #FFF;
    padding: 16px;
    text-decoration: none;
    align-items: flex-start;
}
.archive-post-image {
    aspect-ratio: 16 / 9;
    max-width: 300px;
    width: 50%;
    overflow: hidden;
}
.archive-post-info {
	width: calc(60% - 8px);
	margin-left: 8px;
}

.archive-post-title {
    font-weight: bold;
    color: #333;
    line-height: 1.25em;
    font-size: 18px;
}

.archive-post-date {
    font-size: 14px;
    margin-top: 8px;
    color: #333;
}

h1.archive-title {
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.25;
    padding: 16px;
    font-size: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

main.content._2col {
    align-items: flex-start;
    margin: 0 auto;
    list-style: none;
    display: flex;
    padding: 16px 0;
    justify-content: center;
}
.content-archive {
    width: 70%;
    max-width: calc(1200px * 0.7);
}
.content-side {
    width: 30%;
    margin-top: 88px;
    background: #FFF;
    padding: 16px;
    box-shadow: 0 2px 8px rgb(0 0 0/25%);
}
.side-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
}
.sude-post-item {
    padding: 8px;
    border: 1px solid #DDD;
}
.sude-post-item+.sude-post-item {
    margin-top: 16px;
}
.sude-post-image {
    aspect-ratio: 16/9;
    overflow: hidden;
}
.sude-post-info {
    margin-top: 8px;
}
.sude-post-link {
    text-decoration: none;
    color: #333;
}
.sude-post-date {
    margin-top: 8px;
    font-size: 14px;
}
.sude-post-title {
    font-weight: bold;
}
@media (max-width:768px) {
	main.content._2col {
		display: block;
	}
	.content-archive {
		width: 100%;
	}
	.content-side {
		display: none;
	}	
}
