@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');
.mv{
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px 20px 0;
}
.mv h1{
    font-size: 1.75rem;
    font-weight: bold;
}
.mv h1 span.border{
    margin: 0 10px;
    font-weight: normal;
    color: #c8c8c8;
}
.mv div.visual_img{
    display: block;
    position: relative;
    margin: 20px 0 0;
}
.mv div.visual_img > div{
    position: absolute;
    top: calc(-1.75rem - 27px);
    right: 0;
    z-index: 1;
    background-color: #333333;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0;
}
.mv div.visual_img figure{
  position: relative;
  width: 100%;
  padding-top: 800px;
  margin: 0;
    border-radius: 10px;
    overflow: hidden;
}
.mv div.visual_img figure img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
/*↓↓↓下基準上トリミング（.bottom_fit）↓↓↓*/
.mv div.visual_img figure img.bottom_fit{
    object-position: 50% 100%;
}
/*↑↑↑下基準上トリミング（.bottom_fit）↑↑↑*/
.article_wrap{
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px 80px;
}
.article_wrap:last-child{
    border-bottom: none;
}
.article_wrap .col1:has(+ .col1){
    margin-bottom: 40px;
}
.article_wrap .col2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.article_wrap .col2 figure{
    position: relative;
    width: 49%;
    padding-top: 40%;
    margin: 2% 0 0;
    overflow: hidden;
}
.article_wrap .col2 figure img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.article_wrap .col2 > div{
    width: 49%;
}
.article_wrap figure{
    border-radius: 10px;
    overflow: hidden;
}
.article_wrap figure.w60{
    width: 60%;
    margin: 0 auto;
}
.article_wrap h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 40px 0 20px;
}
.article_wrap p{
    margin: 40px 0;
    font-size: 1rem;
    line-height: 2;
}
.article_wrap h2 + p,.article_wrap p + p{
    margin: 20px 0 40px;
}
.article_wrap h2 span {
    display: inline-block;
    background-color: #de0303;
    color: #ffffff;
    font-size: 1rem;
    padding: 4px 9px 3px;
    margin-right: 3px;
    line-height: 1.2;
}
.info_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 40px 0;
}
.info_box:last-child{
    margin-bottom: 0;
}
.info_box > div:nth-child(1){
    width: 33%;
}
.info_box > div:nth-child(2){
    width: 65%;
}
.info_box h3{
    font-size: 1.25rem;
    font-weight: bold;
}
.article_wrap .info_box p{
    margin: 20px 0;
}

.btn_box{
    width: 70%;
    max-width: 550px;
    margin: 60px auto 0;
}
.btn_box a{
    display: block;
    background-color: #333333;
    border-radius: 100px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    padding: 11px 40px;
    position: relative;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn_box a:hover{
    opacity: 0.8;
}
.btn_box a span{
    display: inline-block;
    background-color: #de0303;
    color: #ffffff;
    font-size: 0.85rem;
    padding: 4px 5px 3px;
    margin-right: 3px;
    line-height: 1.2;
}

#includeFooter{
    margin-top: 0;
    background-color: #f2f2f2;
}
/*-------------------------------*/

.movie_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.movie_box li{
    width: 70%;
}
.movie_box li figure{
    position: relative;
    padding-top: 60%;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
}
.movie_box li figure:before {
    background-image: url(/jp/space-design/img/product/furniture/feature/icon-play.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    height: 60px;
    width: 60px;
}
.movie_box li figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    transition: 0.5s all;
}
.movie_box li:hover img{
    transform: scale(1.08,1.08);
}
.movie_box li p{
    margin: 10px;
    text-align: center;
    font-weight: bold;
}
/*-------------------------------*/
#content_box02{
	background-color: #F7F7F7;
	padding: 80px 0 0;
	margin-bottom: 80px;
}
.link-detail{
	text-align: right;
	margin-top: 20px;
}
.link-detail a{
	margin-left: auto;
}

/*-------------------------------*/
.photoSwipe-gallery{
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}
.photoSwipe-gallery figure{
    margin: 0 2% 2% 0;
    position: relative;
    width: 23.5%;
    border-radius: 5px;
    overflow: hidden;
}
.photoSwipe-gallery figure:nth-child(4n){
	margin-right: 0;
}
.photoSwipe-gallery figure a{
    cursor: zoom-in;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 60%;
    width: 100%;
}
.photoSwipe-gallery figure a img{
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*-------------------------------*/
.fragment_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.fragment_list > li{
	width: 32%;
	margin-bottom: 20px;
}
.fragment_list > li.w2clm{
	width: 66%;
}
.fragment_list h3{
	font-size: 1.25rem;
	font-weight: bold;
	color: #3C3C43;
	border-bottom: 2px solid #707070;
	line-height: 1.2;
	margin-bottom: 15px;
}
.fragment_list h3 span {
	font-family: "Reenie Beanie", cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 2.5rem;
}
.fragment_list > li p{
	margin: 10px 0;
	line-height: 1.6;
}
.fragment_list > li ul.fragment_product{
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
}
.fragment_list > li.w2clm ul.fragment_product{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fragment_list > li.w2clm ul.fragment_product li{
	width: 48%;
}
.fragment_product li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.fragment_product li figure{
	width: 30%;
}
.fragment_product li > div{
	width: 60%;
	font-feature-settings: “palt”;
}
.fragment_product li > div p{
	font-weight: bold;
	color: #666666;
	line-height: 1.6;
	margin-top: 0;
}
.fragment_product li > div > div a{
	display: block;
	background-color: #333333;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
	border-radius: 100px;
	max-width: 80%;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
    .mv{
        padding: 0;
    }
    .mv h1{
        font-size: 1.38rem;
        padding: 10px;
    }
    .mv div.visual_img{
        margin: 0;
    }
    .mv div.visual_img figure{
        border-radius: 0;
        padding-top: 290px;
    }
    .mv div.visual_img > div{
        top: 10px;
        right: 10px;
        padding: 5px 10px;
    }
    .article_wrap{
        padding: 10px 10px 30px;
    }
    .article_wrap h2{
        margin: 20px 0;
        font-size: 1.38rem;
    }
    .article_wrap .col2{
        display: block;
    }
    .article_wrap .col2 figure{
        width: 100%;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .article_wrap .col2 figure img{
        position: relative;
        height: auto;
    }
	.article_wrap .col2 > div{
		width: 100%;
	}
    .article_wrap figure.w60{
    width: 100%;
    }
    .info_box{
        flex-direction: column-reverse;
    }
    .info_box > div:nth-child(1),.info_box > div:nth-child(2){
        width: 100%;
    }
    .info_box h3{
        font-size: 1.15rem;
    }
    .article_wrap .info_box p{
        margin: 10px 0;
    }
    .btn_box{
        width: auto;
        margin: 30px 10px 0;
    }
    .btn_box a{
        font-size: 1.05rem;
        font-feature-settings: "palt";
		padding: 10px 20px;
    }
    .btn_box a span{
        display: block;
        width: 40px;
        margin: 0 auto;
        padding: 2px 5px 1px;
    }
    .article_wrap h2 span{
        display: block;
        width: 50px;
        text-align: center;
    }
    .article_wrap h2{
        font-feature-settings: "palt";
    }
    .movie_box{
        display: block;
    }
    .movie_box li{
        width: 100%;
        margin: 0 auto 20px;
    }
	.fragment_list,.fragment_list > li.w2clm ul.fragment_product{
		display: block;
	}
	.fragment_list > li,.fragment_list > li.w2clm,.fragment_list > li.w2clm ul.fragment_product li{
		width: 100%;
	}
	.fragment_product li figure{
		width: 35%;
	}
	.fragment_list > li.w2clm ul.fragment_product li{
		margin-bottom: 20px;
	}
	#content_box02{
		padding-top: 40px;
		margin-bottom: 20px;
	}
	.photoSwipe-gallery{
		justify-content: space-between;

	}
	.photoSwipe-gallery figure{
		width: 48%;
		margin: 0 0 4% 0;
	}
	.article_wrap p{
		margin: 40px 0 20px;
	}
	.article_wrap h2 + p,.article_wrap p + p{
		margin: 20px 0 20px;
	}
}