@charset "UTF-8";

.block_images_1 .heading.block_header_4 .h {
	font-size: 22.5px !important;
}
.block_images_1 .heading+p {
	font-size: 20px;
}
@media screen and (max-width: 850px) {
	.block_images_1 .heading.block_header_4 .h {
		font-size: 20px !important;
	}
	.block_images_1 .heading+p {
		font-size: 16px;
	}
}
@media screen and (max-width: 700px) {
	.widget_gallery01.add_design3 .wrapper_item .inner_item {
		width: 100%;
	}
	.widget_gallery01.add_design3 .wrapper_item .inner_item .heading.block_header_2 .h {
		font-size: 1.55rem !important;
	}
	.widget_gallery01.add_design3 .inner_item .heading p {
		font-size: 1.55rem !important;
	}
	.widget_gallery01.add_design3 .wrapper_item .inner_item a img {
		height: 50vw;
	}
	.block_news_2 li {
		width: 100%;
	}
	.block_news_2 li:nth-child(n + 2) {
		margin: 0 0 20px;
	}
	.widget_gallery01.add_design1 .inner_item .heading.block_header_2 .h {
		font-size: 1.55rem !important;
	}
}
/*--------------------MV追加ボタン------------------------*/
#mv .btn a {
	width: 220px;
	height: 58px;
	align-content: center;
	background-color: #879d85;
	border-radius: 15px;
	padding: 0;
}
#mv .mv_text {
	gap: 0;
	display: flex;
	flex-direction: column;
	height: 70%;
	justify-content: space-between;
}
@media screen and (max-width: 1400px) {
	#mv .mv_text {
		height: 65%;
	}
}
@media screen and (max-width: 600px) {
	#mv .mv_text {
		height: 75%;
	}
	#mv .btn {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, -20px);
		z-index: 30;
	}
}

/*------比較------*/
a#comparison_sp01+div,
a#comparison_sp02+div,
a#comparison_sp03+div,
a#ttl_sp01+section,
a#ttl_sp02+section,
.ttl_sp {
    display: none;
}
@media (max-width: 768px) {
    a#comparison_pc01+div,
    a#comparison_pc02+div {
        display: none;
    }
    a#comparison_sp01+div,
    a#comparison_sp02+div,
    a#comparison_sp03+div,
    a#ttl_sp01+section,
    a#ttl_sp02+section {
        display: block;
    }
    .ttl_sp {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .ttl_sp section {
        width: 48%;
        text-align: center;
    }
}
@media (max-width: 650px) {
    a#comparison_sp01+div .inner_item, 
    a#comparison_sp02+div .inner_item, 
    a#comparison_sp03+div .inner_item {
        width: 48% !important;
    }
}