/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.8.5.4.1748281305
Updated: 2025-05-27 02:41:45

*/
.sp_on {
	display: none;
}

.content,.content-in,.main,.article,.top_content,.footer,.widget_text,.footer-bottom {
	margin: 0 auto !important;
	padding: 0 !important;
}
.header-container-in.hlt-top-menu {
	flex-direction: row;
}
.article-header,.article-footer {
	display: none;
}
.top_content {
	width: 100%;
	position: relative;
}

.top_content figure {
	width: 80%;
	margin: 0 auto;
}
.top_text {
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color: #fff;
    padding: 50px;
}
.top_text a {
	color: red;
}
.footer-left,.footer-right {
	display: none;
}
.footer-center {
	width: 100%;
}
.footer_inner {
	text-align: center;
}
.footer_inner figure {
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
}
.footer-bottom {
	margin: 0;
}
.footer {
    padding: 50px 0 !important;
}

@media screen and (max-width: 500px) {
	.sp_on {
		display: block;
	}
	.top_text {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
        width: 100%;
}
}