@charset "utf-8";
.nopc {
	display: none;
    }
.p-breadcrumb {
    display: none;
}

#main {
/*    margin-top: 24px;*/
}
.main {
    padding-top: 46px;
    margin: auto;
}
.main .swiper-pagination-bullet {
    background-color: #FCF2E5;;
    opacity: 1;
    border: solid 1px #72533F;
}

.event-list__item ,.top-newConstruction-list__thumb {
	position: relative;
}
.new_label {
	position: absolute;
	top: 0;
	left: 0;
	width: 62px;
}
/*======================== mainVisual ========================*/
.mainVisual {
    margin-bottom: 0;
}

.mainVisual__container {
    width: 100%;
     height: 176.534vw;
    height: 135vw;
}

.swiper-homeImg {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: visible;
}
.mainVisual__container .swiper-slide:not(.swiper-slide-visible) .bg-slide-image {
    pointer-events: none;
    opacity: .6;
}
.bg-slide-image {
    width: 100%;
     height: 176.534vw;
    height: 138vw;
    background-size: cover;
    background-position: 45% center;
    background-repeat: no-repeat;
}

.bg-slide-image01 {
    background-image: url(../img/home/mv/slide01-sp.jpg);
}

.bg-slide-image02 {
    background-image: url(../img/home/mv/slide02-sp.jpg);
}

.bg-slide-image03 {
    background-image: url(../img/home/mv/slide03-sp.jpg);
}

.swiper-slide .slide-content .mainVisual__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-family: var(--ff-libre-baskerville);
    font-size: 5.2rem;
    line-height: 1.07;
    color: #fff;
    text-align: center;
}

.swiper-slide .slide-content .mainVisual__title span {
    display: block;
    font-family: var(--ff-noto-serif);
    font-size: 1.4rem;
}

.swiper-slide .slide-content .mainVisual__title span.emphasis {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
    font-weight: 600;
    font-size: 2.2rem;
}

.swiper-pagination {
    display: none;
}
.mainVisual__container {
	overflow: hidden;
}
.m-button {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.m-button a {
	background-color: #72533F;
	padding: 6px 24px;
	max-width: 300px;
	border-radius: 30px;
	margin-right: 0;
	transition: .3s;
}
.m-content {
	padding: 60px 15px;
}
.m-head {
	text-align: center;
}
.m-head .en {
	font-size: 2rem;
	font-weight: bold;
	border-bottom: solid 1px;
	padding: 0 15px 4px;
}
.m-head span:last-child {
	font-size: 1.2rem;
	display: block;
	margin-top: 6px;
}
.bg-color {
	background: #FCF2E5;
}
.m-lead {
	padding: 30px 0;
	text-align: center;
}
.p-picup {
	position: relative;
}
.p-picup::before {
	content: "";
	background: url("../img/home/bg_top_sp.svg") no-repeat;
	background-size: 100% 100%;
    display: block;
    width: 100%;
	height: 63px;
	top: -63px;
	position: absolute;
	z-index: 1;
}
.p-picup .m-content {
	padding: 40px 20px 20px 20px;
	overflow: hidden;
}
.p-picup .m-content::before {
	content: "";
	position: absolute;
	width: 160px;
	height: 55px;
	display: block;
	background: url("../img/home/pic_top_tree.png") no-repeat;
	background-size: contain;
	top: -65px;
	left: 15px;
	z-index: 10;
}
.p-picup .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
.p-picup .card {
	background-color: #72533F;
	display: block;
	border-radius: 10px;
	max-width: 240px;
}
.p-picup .card span {
	display: block;
	padding: 3px;
	border-radius:10px ;
}
.p-picup .card span img {
	border-radius:7px ;
}
.p-picup .swiper {
	overflow: visible;
}

.p-picup .swiper-pagination {
	display: block;
	position: absolute;
	bottom: -10px;
}
.p-picup .swiper-pagination-bullet-active, .p-event .swiper-pagination-bullet-active, .p-reform .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background-color: #72533F;
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.p-picup .m-head .en {
	font-size: 2.5rem;
	font-weight: bold;
	color:#69831B;
	border-bottom: none;
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
}
.p-picup .m-head .en::after {
	content: "";
	background: url("../img/home/pic_leaf.png") no-repeat;
	position: absolute;
	left: 97px;
	bottom: 22px;
	display: block;
	background-size: cover;
	height: 26px;
	width: 24px;
}
.p-news {
	color:#69831B;
}
.p-news .m-content {
	position: relative;
	padding-top: 40px;
}
.p-news .m-content .pic_anime {
	position: absolute;
	width: 110px;
	bottom: 0;
	right: 0;
}
.p-news .m-head span:last-child {
	font-size: 1.2rem;
	display: block;
	margin-top: 6px;
}
.p-news .post {
	padding: 20px 0 30px;
	width: 100%;
}
.p-news tr {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid;
}
.p-news th, .p-news td {
	width: 100%;
	display: block;
}
.p-news .m-button a {
	background:#69831B;
}
.p-picup .m-head, .p-news .m-head {
	text-align: left;
}

.p-news .m-head .en {
	font-size: 2.5rem;
	font-weight: bold;
	color:#69831B;
	border-bottom: solid #69831B 1px;
	padding: 0 15px 4px 0;
}
.p-concept .m-content {
	text-align: center;
}
.p-concept .m-lead {
	position: relative;
	z-index: 0;
}
.p-concept .m-lead .pic_anime {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
      width: 90%;
}
.p-concept .strong {
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.8rem;
	display: block;
	padding-bottom: 20px;
}
.p-concept .flexbox {
	display: flex;
	flex-direction: column;
}
.p-concept .flexbox picture {
	max-width:300px ;
	margin: 0 auto;
	padding: 0 0 30px 20px;
}
.p-ability ul {
	margin: 0 auto;
	max-width:270px ;
	text-align: right;
}
.p-ability .m-content {
	position: relative;
}
.p-ability .pic_anime {
	position: absolute;
	width: 60px;
	top: 290px;
	left: 54px;
	z-index: 2;
}
.p-ability li {
	position: relative;
}
.p-ability li a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.p-ability ul li:last-of-type {
	margin-top: 30px;
}
.p-ability .more {
	margin-top: 8px;
	font-weight: bold;
	display: block;
}
.p-ability .more::after {
	content: ">";
    display: inline-block;
	padding-left: 5px;
}
.p-event .m-content, .p-event .swiper-area {
	position: relative;
}
.p-event .m-head .en {
	padding: 0 40px 4px;
}
.p-event .m-head.first .en {
	position: relative;
}
.p-event .m-head.first .en .pic_anime {
	position: absolute;
	top: -6px;
	right: -5px;
	display: block;
	width: 40px;
	margin: 0;
}
.p-event .pic_anime {
	position: absolute;
	right: 10px;
	bottom: 60px;
	width: 80px;
	display: block;
	z-index: 3;
}
.p-event .m-content {
	overflow: hidden;
}
.p-event .swiper {
	overflow: visible;
}
.p-event .swiper-pagination {
	display: block;
	position: absolute;
	bottom: -30px;
}
.p-event .event-list__item {
    position: relative;
    transition: all 0.2s ease;
}
.p-event .event-list__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.p-event .m-button {
	padding-top: 40px;
}
.p-event .day::before {
	content: "";
	background: url("../img/home/ico_day.svg") no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;

}
.p-event .time::before {
	content: "";
	background: url("../img/home/ico_time.svg") no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;

}
.p-event .pin::before {
	content: "";
	background: url("../img/home/ico_pin.svg") no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
}
.p-event .event-list__item {
	border: #765D55 solid 1px;
	background: #fff;
	color: #707070;
	height: auto;
}

.p-event .event-list__title {
	font-size: 1.4rem;
	padding-bottom: 15px;
	border-bottom: 1px dashed ;
}
.p-event .innerbox {
	padding: 15px 10px;
}
.p-event .detailbox {
	padding-top: 10px;
	font-size: 1.2rem;
}
.p-land {
	position: relative;
}
.p-land .top-newConstruction-list {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-land .pic_anime {
	width: 180px;
	position: absolute;
	top: -5px;
	left: -54px;
	display: block;
}
.p-land .top-newConstruction-list__item {
	flex-basis: 48%;
	max-width: 250px;
	background: #fff;
	border: #765D55 solid 1px;
	color: #707070;
	margin-bottom: 20px;
	position: relative;
}
.p-land .top-newConstruction-list__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.p-land .top-newConstruction-list__title {
    font-weight: bold;
    font-size: 1.4rem;
}
.p-land .innerbox {
	padding: 15px 10px;
}
.p-land .top-newConstruction-list__subtitle {
    font-size: 1rem;
	padding-bottom: 15px;
	border-bottom: 1px dashed;
}
.p-land .detailbox {
	padding-top: 10px;
	font-size: 1.2rem;
}
.p-land .detailbox p:first-of-type {
	padding-bottom: 5px;

}
.p-land .price_items {
	font-weight: bold;
}
.p-land .price {
	font-weight: bold;
	color:#FFA000;
}
.p-land .m-button {
	margin-top: 40px;
}

.p-works .gallery-list {
	position: relative;
}
.p-works .gallery-list .pic_anime {
	position: absolute;
	left: -17px;
	bottom: -20px;
	width: 60px;
	display: block;
}
.p-works .gallery-list .pic_anime.first {
	position: absolute;
	right: 0;
	top: -37px;
	width: 110px;
	left: initial;
	height: 38px;
}

.p-reform .top-reform-list__item {
	max-width: 240px;
}
.p-reform .top-reform-list__flex {
	position: relative;
}
.p-reform .m-content {
	overflow: hidden;
}
.p-reform .swiper {
	overflow: visible;
}
.p-reform .swiper-area {
	position: relative;
}
.p-reform .swiper-pagination {
	position: absolute;
	display: block;
	bottom:-30px;
}
.p-reform .top-reform-list__flex .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(114, 83, 63, 0.8);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	pointer-events: none;
}
.p-reform .lead_pic {
	position: relative;
	max-width: 300px;
	margin: 0 auto;
}
.p-reform .lead_pic a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.p-reform .swiper.l-reform {
	position: relative;
}
.p-reform .swiper.l-reform > span {
	position: absolute;
	width: 36px;
	display: block;
	right: 0;
	top: -22px;
}
.p-reform .lead_pic > span {
	position: absolute;
	left: -45px;
	width: 60px;
	bottom: 0;
	display: block;
}
.p-reform .m-button {
	padding-top: 40px;
}
.p-reform .top-reform-list__title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 80%;
	color: #fff;
}
.p-reform .top-reform-list__flex:hover .mask {
	opacity: 1;
}
.p-store .flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.p-store .flexbox .pic_anime {
	position: absolute;
	top: -50px;
	width: 56px;
	display: block;
	left: -7px;
}
.p-store .flexbox span {
	display: block;
	padding-bottom: 10px;
}
.p-store .flexbox span img {
	border-radius: 10px;
}
.p-store .flexbox li {
	flex-basis: 48%;
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	color:#FFBB00;
	line-height: 1.3;
	padding-bottom: 30px;
	transition: all 0.2s ease;
}
.p-store .flexbox li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.p-store .flexbox li:hover{
	opacity: 0.8
}
.gallery-list.pickup {
    margin-bottom: 3.6rem;
}

.gallery-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 2.6rem;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-left: 6px;
	position: relative;
}

/*
.gallery-list__item::before {
	padding-top: 100%;
    content: "";
    display: block;
}
*/
.gallery-list__item {
	width: 280px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 5vh;
	position: relative;
	margin-right: 10px;
	margin-bottom: 30px;
}
.gallery-list__item .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(114, 83, 63, 0.8);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
	pointer-events: none;
}
.gallery-list__item:hover .mask {
	opacity: 1;
}
/*
.gallery-list__item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
*/
.gallery-list__thumb {
    width: 100%;
/*    height: 170px;*/
}

.gallery-list__thumb a {
    width: 100%;
    height: 100%;
}
.gallery-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallerytaxs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: .6rem;
}
.gallerytaxs__item {
    display: inherit;
    width: auto;
}
.gallerytaxs__item:not(:last-child) {
    margin-right: .4rem;
}
.gallery-list__title {
	padding-top: 8px;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 80%;
	color:#fff;
	text-align: center;
}
.gallery-list__title span {
	display: block;
	padding-top: 8px;
	font-size: 1.1rem;
}

.p-magazine  .m-head .en {
	position: relative;
	padding: 0 40px 4px;
}


.p-magazine .m-head.first .en .pic_anime {
	position: absolute;
	top: -6px;
	right: -5px;
	display: block;
	width: 40px;
	margin: 0;
}
.top-blog-list__item {
	border-bottom: 1px solid;
}

.p-magazine .m-2col {
	padding: 30px 0;
}
.p-magazine .pc_box {
	position: relative;
}
.p-magazine .pc_box .pic_anime {
	position: absolute;
	bottom: 215px;
	right: -5px;
	display: block;
	width: 40px;
	margin: 0;
}

.p-magazine .lead_pic {
	max-width: 260px;
	margin: 0 auto;
	position: relative;
}
.p-magazine .lead_pic span {
	width: 90px;
	position: absolute;
	bottom: -14px;
	left: -42px;
}
.p-magazine .top-blog-list__flex {
	display: flex;
	justify-content: space-between;
	padding: 12px 5px;
}
.p-magazine .top-blog-list__flex figure {
	flex-basis: 28%;
}
.p-magazine .top-blog-list__flex div.top-blog-list__data {
	flex-basis: 68%;
	font-size: 1.2rem;
	font-weight: bold;
}
.p-magazine .top-blog-list__flex .m-more {
        font-size: 1rem;
		font-weight: 400;
}
.p-magazine .top-blog-list__flex .m-more::after {
    content: ">";
    display: inline-block;
    padding-left: 5px;
}
.p-magazine .top-blog-list__flex div.top-blog-list__data {
		display: flex;
		flex-direction: column;
}
.top-blog-list__title {
    flex-grow: 1;
}

.p-store {
	position: relative;
	padding-bottom: 90px;
	overflow: hidden;
}
.p-store .pic_anime.first {
	position: absolute;
	max-width: 150px;
	bottom: 40px;
	right: -50px;
	display: block;
	z-index: 1;
}
.p-store .pic_anime.second {
	position: absolute;
	max-width: 350px;
	bottom: 0;
	right: -180px;
	display: block;
}

.p-interview .m-content {
	overflow: hidden;
}
.p-interview .swiper.l-interview {
	overflow: visible;
}
.p-interview .post2 ,.p-interview .post4 {
	margin-top: 50px;
}
.p-interview .post1,.p-interview .post4{
	position: relative;
    z-index: -5;
}
.p-interview .post1 .top-voices-list__item::after {
	content: "";
	background: url("../img/home/bg_leaf_01.png") no-repeat;
	position: absolute;
	display: block;
	background-size: contain;
	height: 420px;
	width: 306px;
	top: -17px;
	left: -40px;
	z-index: -10;
}
.p-interview .post2 .top-voices-list__item::after {
	content: "";
	background: url("../img/home/pic_interview_bird.png") no-repeat;
	position: absolute;
	display: block;
	background-size: contain;
	width: 60px;
	height: 50px;
	top: -30px;
	right: 20px;
}
.p-interview .post4 .top-voices-list__item::after {
	content: "";
	background: url("../img/home/bg_leaf_03.png") no-repeat;
	position: absolute;
	display: block;
	background-size: contain;
	width: 170px;
	height: 250px;
	top: -34px;
	left: -85px;
	z-index: -20;
}
.p-interview .top-voices-list__item {
	position: relative;
	display: block;
	width: 170px;
	z-index: -10;
}
.p-interview .top-voices-list__item .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(114, 83, 63, 0.8);
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        pointer-events: none;
}
.p-interview .top-voices-list__item:hover .mask {
    opacity: 1;
}
.p-interview .top-voices-list__item a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.p-interview .top-interview-list__title {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 80%;
	color: #fff;
}
.p-interview .top-voices-list__item .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(114, 83, 63, 0.8);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	pointer-events: none;
}
.p-interview .top-voices-list__thumb {
	width: 100%;
	height: 170px;
}
.p-interview .top-voices-list__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-interview .m-button {
	position: relative;
	z-index: 2;
}
.p-interview .swiper-wrapper{
  transition-timing-function: linear;
}

.p-interview .m-button {
	margin-top: 40px;
}

.bg-slide-image a {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width: 750px) {
    .mainVisual__container {

        height: 86.534vw;
    }

    .bg-slide-image {
        height: 86.534vw;
        background-size: cover;
        background-position: center center;
    }

    .bg-slide-image01 {
        background-image:url(https://h-diy-home.com/wp-content/uploads/2025/05/fv-2-scaled.jpg);
    }
    .bg-slide-image02{
       background-image:url(../img/home/mv/slide02.jpg);
    }
    .bg-slide-image03 {
        background-image: url(../img/home/mv/slide01.jpg);
    }

}
@media (max-width: 1080px) {
	.bg-slide-image01 {
       background-image:url(https://h-diy-home.com/wp-content/uploads/2025/05/fv-2-sp-1.jpg);
    }

    .bg-slide-image02{
        background-image: url(../img/home/mv/slide02-sp.jpg);
    }
    .bg-slide-image03 {
        background-image: url(../img/home/mv/slide01-sp.jpg);
    }

}
@media screen and (max-width: 999px) {
	.p-concept .nopc {
        display: block;
    }
	.p-concept .nosp {
		display: none;
	}
}
@media screen and (max-width: 835px) {
	.nopc {
        display: block;
    }
	.nosp {
		display: none;
	}
}

@media (min-width: 1000px) {
	#main {
        margin-top: 39px;
    }
    .p-concept .m-lead .pic_anime {
        position: absolute;
        top: 30px;
        right: -30px;
        z-index: -5;
        width: 180px;
        left: initial;
    }
	.p-event .pic_anime {
        position: absolute;
        left: 0;
        bottom: 100px;
        width: 95px;
        display: block;
	}
	.p-event .m-head.first .en .pic_anime {
        position: absolute;
        top: 3px;
        right: -7px;
        display: block;
        width: 40px;
        margin: 0;
        left: initial;
    }
	.p-reform .lead_pic a:hover {
		opacity: 1;
		transition: all 0.2s ease;
	}
    .mainVisual__container {
        /* max-width: 1440px; */
        width: 100%;
        margin: auto;
        padding: 0;
        height: 660px;
        overflow: hidden;
    }

    .bg-slide-image {
        height: 660px;
    }

    .swiper-pagination {
        display: block;
    }

    .swiper-pagination-bullet-active {
        background-color: var(--primary-brown);
    }

    .swiper-pagination-bullet {
        height: 11px;
        width: 11px;
        margin: 0 0.8rem !important;
    }

    .swiper-slide .slide-content .mainVisual__title {
        font-size: 8.6rem;
    }

    .swiper-slide .slide-content .mainVisual__title span {
        font-size: 2.7rem;
    }
	.mainVisual__container .swiper-slide {
        width: 100%;
    }

    .swiper-slide .slide-content .mainVisual__title span.emphasis {
        margin: 3.3rem 0 2.8rem;
        font-size: 4.7rem;
    }
	.m-content {
		padding: 100px 30px;
		max-width: 1140px;
		margin: 0 auto;
	}
	.m-button {
        text-align: right;
    }
	.m-button a:hover {
		transform: scale(1.1);
	}
	.m-lead {
        padding: 50px 0;
    }
	.m-head span:last-child {
        font-size: 15px;
        margin-top: 12px;
    }
	.p-picup .p-pic_tree {
        position: absolute;
        top: -80px;
        left: 10px;
        width: 225px;
        display: block;
        z-index: 2;
    }
    .p-picup::before {
        content: "";
        background: url("../img/home/bg_top_pc.svg") no-repeat;
        background-size: 100% 100%;
        display: block;
        width: 100%;
        top: -150px;
        position: absolute;
        z-index: 1;
        padding-top: 150px;
    }
    .p-picup .m-head .en {
        font-size: 30px;
        padding: 0 0 20px 0;
    }
	.p-picup .m-head .en::after {
        content: "";
        background: url("../img/home/pic_leaf.png") no-repeat;
        position: absolute;
		left: 115px;
        bottom: 22px;
        display: block;
        background-size: contain;
        width: 28px;
        height: 32px;
    }
	.m-head .en {
        font-size: 30px;
        padding: 0 15px 9px;
    }
	.p-picup .m-content::before {
        content: "";
        position: absolute;
		width: 337px;
		height: 118px;
        display: block;
        background: url("../img/home/pic_top_tree.png") no-repeat;
        background-size: contain;
        top: -140px;
        left: auto;
    }
    .p-picup .m-content {
        padding: 40px 30px 30px 0;
        max-width: 1140px;
    }
	.p-picup .card {
        flex-basis: 31%;
        max-width:none;
    }
    .p-news .m-head {
		flex-basis: 20%;
	}
	.p-news .m-content {
        position: relative;
        padding-top: 70px;
    }
	.p-news .m-head span:last-child {
		font-size: 15px;
		margin-top: 9px;
	}
	.p-news .post {
		flex-basis: 74%;
		padding-top: 0;
	}
    .p-news .m-content .m-button {
        position: absolute;
        right: 50px;
        bottom: 100px;
    }
	.p-news .m-content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 160px;
		position: relative;
	}
	.p-news .m-head .en {
		font-size: 30px;
		padding-bottom: 9px;
		padding: 0 40px 4px 0;
	}
	.p-concept .strong {
        font-size: 25px;
		padding-bottom: 30px;
	}
	.p-concept .flexbox {
        position: relative;
	}
    .p-concept .flexbox picture {
        position: absolute;
        left: -40px;
        max-width: 520px;
        padding: 0;
        padding-top: 30px;
    }
	.p-concept .m-lead {
		text-align: left;
		padding-left: 50%;
	}
	.p-ability ul {
        display: flex;
        justify-content: center;
        text-align: right;
        max-width: 840px;
    }
	.p-ability li {
		width: calc( ( 100% - 200px ) / 2 );
		margin-right: 100px;
		transition: all 0.2s ease;
		position: relative;
    }
	.p-ability li:hover {
		opacity: 0.8;
    }
	.p-ability ul li:last-of-type {
		margin: 0;
		margin-right: 0;

	}
	.p-ability li:first-of-type .pic_anime {
        position: absolute;
        width: 65px;
        top: 0;
		left: -192px;
	}
	.p-ability .pic_anime {
        width: 70px;
        top: 320px;
    }
	.event-list.swiper-wrapper	{
		display: flex;
		justify-content: space-between;
	}

	.p-event .event-list__item {
		width:23.2%;
	}
	.p-event .event-list__item:hover {
		opacity: 0.8;
	}


	.p-event .swiper-pagination {
		display: none;
	}
    .p-land .pic_anime {
        max-width: 327px;
        width: 25vw;
        position: absolute;
        top: 24px;
        left: -95px;
        display: block;
    }
	.p-land .price {
        font-weight: bold;
        font-size: 20px;
        color:#FFA000;
    }
	.p-land .top-newConstruction-list__item {
		flex-basis:23.2%;
		max-width: none;
        margin: inherit;
        padding: inherit;
		transition: all 0.2s ease;
	}
	.p-land .top-newConstruction-list__item:hover {
		opacity: 0.8;
	}
	.p-land .top-newConstruction-list {
        display: flex;
		justify-content: space-between;
    }
	.gallery-list {
		margin: 0;
	}
    .gallery-list__item {
		width: calc( ( 100% - 90px ) / 3 );
	}
	.gallery-list__item:nth-of-type(3n) {
		margin-right: 0;
	}
	.gallery-list__item {
		margin-bottom: 30px;
		margin-right: 30px;
	}
/*
    .gallery-list__thumb {
        height: 247px;
    }
*/
/*
	.gallery-list__item::before {
        padding-top: 100%;
        content: "";
        display: block;
    }
*/
	.p-works .gallery-list .pic_anime {
        position: absolute;
        left: -17px;
        bottom: -60px;
        width: 77px;
        display: block;
    }

	.p-works .m-button {
		margin-top: 20px;
	}
	.p-interview .top-voices-list__item {
        width: 300px;
    }
	.p-interview .top-interview-list__title {
        font-size: 13px;
	}
	.p-interview {
		overflow: hidden;
	}
	.p-interview .m-lead {
		padding-bottom: 70px;
	}
	.p-magazine .m-head.first .en .pic_anime {
        position: absolute;
        top: 3px;
        right: -7px;
        display: block;
        width: 40px;
        margin: 0;
        left: initial;
    }
    .p-interview .m-content {
        overflow: visible;
    }
    .p-interview .post1 .top-voices-list__item::after {
        content: "";
        background: url("../img/home/bg_leaf_01.png") no-repeat;
        position: absolute;
        display: block;
        background-size: contain;
        height: 550px;
        width: 580px;
        top: -50px;
        left: -113px;
        z-index: -10;
    }
	.p-interview .m-button {
        margin-top: 50px;
    }
	.p-interview .post2 .top-voices-list__item::after {
        content: "";
        background: url("../img/home/pic_interview_bird.png") no-repeat;
        position: absolute;
        display: block;
        background-size: contain;
        height: 74px;
        width: 84px;
        top: -90px;
        right: 20px;
        z-index: 0;
    }
	.p-interview .post4 .top-voices-list__item::after {
          content: "";
          background: url("../img/home/bg_leaf_03.png") no-repeat;
          position: absolute;
          display: block;
          background-size: contain;
          height: 490px;
          width: 490px;
          top: -106px;
          left: -176px;
          z-index: -10;
      }
	.p-interview .post2, .p-interview .post4 {
		margin-top: 150px;
	}
    .p-interview .top-voices-list__thumb {
        width: 100%;
        height: 300px;
    }
	.p-store .flexbox li {
        flex-basis: 30.8%;
		font-size: 20px;
		padding-bottom: 40px;
    }
	.p-store .flexbox .pic_anime {
        position: absolute;
        top: -58px;
        width: 64px;
        display: block;
        left: -7px;
	}
    .p-store .pic_anime.first {
        position: absolute;
        max-width: 340px;
        bottom: 40px;
        right: -70px;
        display: block;
        z-index: 1;
    }
    .p-store .pic_anime.second {
        position: absolute;
        max-width: 540px;
        bottom: 0px;
        right: -70px;
        display: block;
    }

}




/*======================== topMenu ========================*/

.topMenu {
    background-color: var(--tertiary-brown);
}

.topMenu__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: auto;
    padding-top: 38px;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: var(--sec--padding-bottom);
    width: 100%;
}

.topMenu__list {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}

.topMenu__list-item {
    font-family: var(--ff-noto-sans);
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.37;
    text-align: center;
}

.topMenu__list-item:last-child {
    grid-area: 3 / 2 / 4 / 3;
}

.topMenu__list-item img {
    display: block;
    margin-bottom: 8px;
}

.topMenu__list-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

@media (min-width: 430px) {
    .topMenu__list-item:last-child {
        grid-area: auto;
    }
}

@media (min-width: 1000px) {
    .topMenu__list {
        gap: 50px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .topMenu__list-item {
        font-size: 1.6rem;
    }
}

/*======================== sec__title ========================*/
.sec__title {
    position: relative;
    margin-bottom: 8px;
    padding-top: 5.5rem;
    font-family: var(--ff-ibarra-real-nova);
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.sec__title::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 4px);
}

.sec__subTitle {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
}

.sec__title-hodakaKnow,
.sec__title-newConstruction,
.sec__title-articles {
    font-family: var(--ff-noto-serif);
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-brown);
    line-height: 1.2;
}

.sec__title-hodakaKnow::after,
.sec__title-newConstruction::after,
.sec__title-articles::after {
    content: none;
}

.sec__title-hodakaKnow {
    margin-bottom: 0;
    padding-bottom: calc(var(--sec--padding-bottom) - 10px);
}

@media (min-width: 1000px) {
    .sec__title {
        margin-bottom: 12px;
        font-size: 4.8rem;
    }

    .sec__title::after {
        width: 100px;
    }

    .sec__subTitle {
        font-size: 1.7rem;
    }

    .sec__title-hodakaKnow {
        font-size: 3.2rem;
    }

    .sec__title-newConstruction,
    .sec__title-article {
        font-size: 2.7rem;
    }
}


@media (min-width: 1000px) {
	.m-container a {
		transition: all 0.2s ease;
	}
	.m-container:not(.mask) a:hover {
		opacity: 0.8;
	}
	.m-container .m-button a:hover {
		opacity: 1;
	}
	.m-container .p-reform a:hover {
		opacity: 1;
	}

}


@media screen and (max-width: 384px) {
/*
	.gallery-list__item {
		width: 140px;

	}
	.gallery-list__thumb {
        height: 140px;
	}
*/

}

@media (min-width: 1000px) {
	    .p-reform .lead_pic > span {
        position: absolute;
        left: -189px;
        width: 70px;
        top: 50px;
        display: block;
    }
	.p-reform .swiper.l-reform {
		padding-bottom: 15px;
	}
	.p-reform {
		overflow: hidden;
	}
	.p-reform .m-content {
        overflow: visible;
    }
	.p-reform .lead_pic {
        position: relative;
        max-width: 640px;
        margin: 0 auto;
    }
	.p-reform .lead_pic img {
		transition: all 0.2s ease;
	}
	.p-reform .lead_pic:hover img {
        opacity:0.8;
    }
	.p-reform .top-reform-list__title {
        font-size: 13px;
    }
	.p-reform .swiper.l-reform > span {
        width: 54px;
        top: -34px;
    }
	.p-magazine .top-blog-list__flex .m-more {
        font-size: 12px;
    }
	.p-magazine .pc_box {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.p-magazine .pc_box .lead_pic {
        flex-basis: 39%;
        max-width: none;
        margin: 0;
    }
	.p-magazine .m-2col {
        flex-basis: 56%;
        padding: 0 0 40px 0;
    }
	.p-magazine .top-blog-list__flex {
        padding: 32px 5px;
    }
	.p-magazine .top-blog-list__item:first-of-type .top-blog-list__flex {
        padding-top: 0;
    }
	.p-magazine .top-blog-list__flex div.top-blog-list__data {
        font-size: 16px;
    }
	.p-magazine .lead_pic span {
        width: 102px;
        position: absolute;
        bottom: -14px;
        left: -45px;
    }

	.top-blog-list__item {
        display: flex;
    }



}

/*======================== hodakaKnow ========================*/
.hodakaKnow {
    background-color: var(--white);
}

.hodakaKnow__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: calc(var(--sec--padding-bottom) + 10px);
}

.hodakaKnow__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.hodakaKnow__list-item {
    width: min(96px, 33.333%);
    margin: 0 0 2rem;
    font-family: var(--ff-noto-sans);
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--primary-brown);
    line-height: 1.37;
    text-align: center;
}

.hodakaKnow__list-item:nth-child(n+7) {
    margin: 0 auto;
}

@media (min-width: 430px) {

    .hodakaKnow__list {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    }

    .hodakaKnow__list-item {
        width: auto;
    }

    .hodakaKnow__list-item:nth-child(7) {
        grid-area: auto;
    }

    .hodakaKnow__list-item:last-child {
        grid-area: auto;
    }
}

.hodakaKnow__list-item a {
    position: relative;
}

.hodakaKnow__list-item img {
    display: block;
    margin-bottom: 8px;
}

.hodakaKnow__list-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

@media (min-width: 1000px) {
    .hodakaKnow__container {
        max-width: var(--width--container);
        padding-left: 0;
        padding-right: 0;
    }
}



/*======================== newConstruction ========================*/
.newConstruction {
    background-color: var(--tertiary-brown);
}

.newConstruction__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: var(--sec--padding-bottom);
}

.sec__subTitle-newConstruction {
    margin-bottom: 3rem;
    font-family: var(--ff-noto-serif);
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--primary-brown);
}




/*======================== newsArticles ========================*/
.newsArticles {
    background-color: var(--white);
    padding-bottom: var(--sec--padding-bottom);
}
.newsArticles__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}
.top-news-list__item:not(:last-child) {
    margin-bottom: 36px;
}
.top-news-list__item:last-child {
    margin-bottom: 56px;
}
.top-news-list__date {
    font-family: var(--ff-noto-sans);
    font-weight: 700;
    font-size: 1.3rem;
}

.top-news-list__title {
    font-weight: 500;
    font-size: 1.4rem;
}

@media (min-width: 1000px) {
    .top-news-list__item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .top-news-list__date {
        margin-right: 2rem;
        font-size: 1.4rem;
    }

    .top-news-list__title a {
        position: relative;
    }

    .top-news-list__title a::after {
        content: '';
        background-color: var(--primary-brown);
        width: 0%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all .3s ease;
    }

    .top-news-list__title a:hover::after {
        width: 100%;
    }
}

/*======================== area ========================*/
.area {
    background-color: var(--tertiary-brown);
}

.area__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: var(--sec--padding-bottom);
}

.area-item {
    margin-bottom: 30px;
}

.area-item__thumb {
    margin-bottom: 24px;
    text-align: center;
}

.area-item__text {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--primary-brown);
    text-align: center;
}

@media (min-width: 1000px) {
    .area__container.is-pc {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        max-width: var(--width--container);
        margin: auto;
        padding-top: 5rem;
    }

    .area .sec__subTitle {
        margin-bottom: 20px;
    }

    .area-item__text {
        margin-bottom: 4rem;
        font-size: 1.6rem;
    }

    .area .button::before {
        transform: translate(300%, -50%);
    }

    .area .button::after {
        transform: translate(1350%, -50%) rotate(45deg);
    }
}

/*======================== articles ========================*/
.articles {
    background-color: var(--white);
}

.articles__container {
    max-width: calc(var(--width--container) + var(--padding--container)*2);
    margin: auto;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: var(--sec--padding-bottom);
}

/*
.top-blogs-list {
    margin-top: 3.4rem;
}

.top-blog-list__item {
    width: 100%;
}

.top-blog-list__item:not(:last-child) {
    margin-bottom: 1.4rem;
}

.top-blog-list__item:last-child {
    margin-bottom: 5rem;
}
*/

/*
.top-blog-list__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: .6rem;
}
*/

/*
.top-blog-list__thumb {
    width: 52.239%;
    height: 30.935vw;
    margin-bottom: 0;
}
*/

.top-blog-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 20240807:見出しタグ<h1>の設定 */
.retouch-h1 {
    padding-block: 1em 0;
    text-align: center;
    font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
    .retouch-h1 {
        font-size: 1.4rem;
    }
}

/* 20241106 店舗情報 */
.address-info {
    color: #72533F;
    font-size: 14px;
}

.address-info table tr {
    padding-top: 5px;
    display: block;
}

.address-info table th {
    width: 70px;
    vertical-align: middle;
}

.address-info table td {
    font-weight: normal;
}

@media (min-width: 1000px) {}

@media screen and (max-width: 640px) {
    .address-info {
        text-align: left;
        font-size: 13px
    }

    .address-info table {
        width: 100%;
    }

    .address-info table th {
        position: relative;
        bottom: -17px;
    }

    .address-info table th,
    .address-info table td {
        width: 100%;
        display: block;
    }

    .address-info table td {
        text-align: right;
    }
}
