@charset "utf-8";
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 980px;
	height: auto;
	margin: 0 auto 80px;
	display: block;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01{
		width: 90%;
		margin: 0 auto 45px;
	}
}
.contents01 .contents01_01 h2{
	font-size: 35px;
	line-height: 39px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 15px;
}
@media only screen and (max-width: 599px) {
	.contents01 .contents01_01 h2{
		font-size: 21px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 h3{
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 90px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		width: 100%;
		margin: 45px auto 0;
	}
}
.contents02 .contents02_01 .contents02_01_01:nth-of-type(1){
	margin: 0 auto;
}
.contents02 .contents02_01 .contents02_01_01 .text03{
	width: 90%;
	height: auto;
	margin: 0 auto 35px;
	display: block;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
@media only screen and (max-width: 599px) {
	.contents02 .contents02_01 .contents02_01_01 .text03{
		margin: 0 auto 17px;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: calc(100% / 5 - 20px * 4 / 5);
	height: auto;
	display: block;
	text-align: right;
	margin: 20px 20px 0 0;
	transition: .5s;
}
@media only screen and (max-width: 599px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
		width: calc(100% / 3 - 7px * 2 / 3);
		margin: 7px 7px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(-n+5){
	margin-top: 0;
}
@media only screen and (max-width: 599px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(1),
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(2),
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(3){
		margin-top: 0;
	}
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(4),
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(5){
		margin-top: 7px;
	}
}
@media only screen and (min-width: 600px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(5n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 599px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01:nth-of-type(3n){
		margin-right: 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01:hover{
	opacity: 1;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 span{
	width: auto;
	height: auto;
	background-color: transparent;
	font-size: 14px;
	line-height: 24px;
	color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .5s;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01:hover span{
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	transition: all .5s;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .contents02_01_01_01_01 img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}



@media only screen and (max-width: 599px) {}
/* ポップアップの背景スタイル */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999999;
    display: none;
}
/* ポップアップウィンドウのスタイル */
.popup-content {
	max-width: 700px;
	max-height: 700px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    padding: 20px;
    background: #fff;
}
@media only screen and (max-width: 599px) {
	.popup-content {
		width: 90%;
		height: auto;
		padding: 10px;
	}
}
/* 閉じるボタンのスタイル */
.close-btn {
	width: 30px;
	height: 30px;
    position: absolute;
    top: -60px;
    right: 0px;
    padding: 10px;
    cursor: pointer;
    border: none;
}
.close-btn::before,
.close-btn::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
}
.close-btn::before {
	transform: rotate(45deg); 
}
.close-btn::after {
	transform: rotate(-45deg); 
}
/* ポップアップ内の画像スタイル */
.popup-content img {
    width: 100%; /* 必要に応じて調整 */
    height: auto;
}
