@charset "utf-8";
/* CSS Document */


/* #post_catlist_wrap
----------------------------------------- */

#post_catlist_wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 5rem;
    margin-bottom: 1rem;
}

#post_catlist_wrap .post_catlist {
    /*position: absolute;
    top: 0;
    right: 0;
    z-index: 10;*/
    /*background-color: rgba(255,255,255,0.90);*/
    position: relative;
}
#post_catlist_wrap .post_catlist.is-fixed {
  position: fixed;
  top: var(--header-height);
  z-index: 100;
}
#post_catlist_wrap .post_catlist::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 0.7rem;
    background: url("../images/pd_arrow.svg") no-repeat center center / contain;
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 2;
    transition: all .6s;
}
#post_catlist_wrap .post_catlist.open::after {
    transform: rotate(-180deg);
}

#post_catlist_wrap .post_catlist > li {
    width: 100%;
    border-bottom: 1px solid #c2e4e9;
    background-color: rgba(255,255,255,0.90);
    
    display: none;
}
#post_catlist_wrap .post_catlist > li:first-child {
    /*border-bottom: 1px solid #00adbc;*/
}
#post_catlist_wrap .post_catlist > li:last-child {
    border-bottom: 1px solid #00adbc;
}
#post_catlist_wrap .post_catlist > li.current {
    display: block;
    border-bottom: 1px solid #00adbc;
}
#post_catlist_wrap .post_catlist > li:hover {
	border-bottom: 1px solid #00adbc;
}

#post_catlist_wrap .post_catlist > li a {
	min-width: 15rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.045em;
    color: #00adbc;
    text-align: center;
}
#post_catlist_wrap .post_catlist > li a:hover {
	opacity: 1;
}

#post_catlist_wrap .post_catlist > li.current span {
	min-width: 15rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.045em;
    color: #00adbc;
    text-align: center;
}


@media screen and (max-width: 768px) {
#post_catlist_wrap {
    justify-content: center;
    height: 5rem;
}

#post_catlist_wrap .post_catlist {
    /*position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);*/
    z-index: 10;
}
#post_catlist_wrap .post_catlist::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 0.7rem;
    background: url("../images/pd_arrow.svg") no-repeat center center / contain;
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 2;
    transition: all .6s;
}

#post_catlist_wrap .post_catlist > li a {
	min-width: 14rem;
    min-height: 3rem;
    font-size: 1.3rem;
}

#post_catlist_wrap .post_catlist > li.current span {
	min-width: 14rem;
    min-height: 3rem;
    font-size: 1.3rem;
}
}



/* #post_list_wrap
----------------------------------------- */
#post_list_wrap {
    position: relative;
    z-index: 2;
}
#post_list_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 18rem);
    /*aspect-ratio: 2733 / 3921;*/
    background: url("../images/post_list_bg.png") repeat center top / 100%;
    position: absolute;
    top: -16rem;
    left: 0;
    z-index: -1;
}

#post_list_wrap.blog {
}

#post_list_wrap .inner {
    padding-top: 0;
	padding-bottom: 18rem;
}

#post_list_wrap .post_list {
    margin: auto;
    gap: 6rem 0;
}

#post_list_wrap .post_list > li {
    width: -webkit-calc(305 / 1000 * 100%);
    width : calc(305 / 1000 * 100%);
}
#post_list_wrap .post_list > li:nth-child(3n-1) {
    margin-top: 2rem;
}
#post_list_wrap .post_list > li:nth-child(3n) {
    margin-top: 4rem;
}

#post_list_wrap .post_list > li a {
	width: 100%;
    display: block;
}

#post_list_wrap .post_list .thumbnail {
}
#post_list_wrap .post_list .thumbnail .img_wrap {
	width: 100%;
    aspect-ratio: 305 / 215;
    border-radius: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#post_list_wrap .post_list .txt_wrap {
    margin-top: 1rem;
}
#post_list_wrap .post_list .txt_wrap h2 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: calc(21/15);
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#post_list_wrap .post_list .txt_wrap .time_wrap {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.03em;
	/*margin-top: 0.5rem;*/
}

#post.single #post_list_wrap {
    padding-bottom: 10rem;
}

#post.single #post_list_wrap .inner {
}

#post.single #post_list_wrap .post_list > li {
width: -webkit-calc(214 / 700 * 100%) ;
  width : calc(214 / 700 * 100%) ;
	margin-bottom: 0;
}

#post.single #post_list_wrap .time_wrap {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
    font-weight: bold;
    text-align: left;
}
#post.single #post_list_wrap .post_list h3 a {
	font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3888;
    color: #80999c;
}

#post_list_wrap .btn_wrap.more {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 2rem;
}

@media screen and (max-width: 768px) {
#post_list_wrap {
}
#post_list_wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + 2rem);
    /*aspect-ratio: 750 / 2500;*/
    background: url("../images/post_list_bg_sp.png") repeat center top / 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#post_list_wrap .inner {
    padding-top: 0;
	padding-bottom: 8rem;
}
	
#top #post_list_wrap .top_link {
    margin-bottom: 6rem;
}
    
#post_list_wrap .post_list {
    margin: auto;
    gap: 2.5rem 0;
}
#post_list_wrap .post_list > li {
	width: -webkit-calc(155 / 330 * 100%) ;
	width : calc(155 / 330 * 100%) ;
	margin-bottom: 0;
    /*display: flex;
    align-items: flex-start;
    justify-content: space-between;*/
}
/*#post_list_wrap .post_list > li:nth-last-child(-n+2) {
	margin-bottom: 0;
}*/
#post_list_wrap .post_list > li:nth-child(3n-1) {
    margin-top: 0;
}
#post_list_wrap .post_list > li:nth-child(3n) {
    margin-top: 0;
}
#post_list_wrap .post_list > li:nth-child(2n) {
    margin-top: 1.5rem;
}
	
	
/*#post_list_wrap .txt_wrap {
    padding: 1.5rem 1rem;
}*/
	
#post_list_wrap .post_list h2 {
    font-size: 1.0rem;
}
#post_list_wrap .time_wrap {
    font-size: 0.8rem;
}

#post_list_wrap .post_list .txt_wrap {
    margin-top: 1rem;
    padding: 0 0.5rem;
}
#post_list_wrap .post_list .txt_wrap h2 {
    font-size: 1.1rem;
    line-height: calc(15/11);
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#post_list_wrap .post_list .txt_wrap .time_wrap {
    font-size: 1.0rem;
	/*margin-top: 0.5rem;*/
}
#post_list_wrap .post_list .thumbnail .img_wrap {
	width: 100%;
    aspect-ratio: 150 / 105;
    border-radius: 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
    
#post_list_wrap .btn_wrap.more {
    margin-top: 2rem;
}

}



/* #post_single_wrap
----------------------------------------- */
#post_single_wrap {
}
#post_single_wrap .inner {
    padding-top: 2rem;
	padding-bottom: 13rem;
}
#post_single_wrap.blog {
}

#post_single_wrap .inner {
	max-width: 110rem;
}

#post_single_wrap .thumbnail.top {
    width: 90rem;
    aspect-ratio: 900 / 600;
    border-radius: 12rem 12rem 5rem 5rem;
    overflow: hidden;
    margin: auto;
}
#post_single_wrap .thumbnail.top img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#post_single_wrap .ttl_wrap {
	padding-top: 14rem;
}
#post_single_wrap .ttl_wrap .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: nowrap;
	width: 100%;
    max-width: 62rem;
    margin: auto;
	padding: 0;
    text-align: left;
    position: relative;
    z-index: 1;
}
#post_single_wrap .ttl_wrap .inner::after {
    content: "";
    display: block;
    width: 20.5rem;
    height: 20rem;
    background: url("../images/interior_coordinator/concept_bg.png") no-repeat center center / contain;
    position: absolute;
    top: -10rem;
    left: -10rem;
    z-index: -1;
}
#post_single_wrap .ttl_wrap .inner h1 {
    font-size: 2.4rem;
	letter-spacing: 0.075em;
	font-weight: 500;
	line-height: calc(46/24);
    text-align: left;
    color: #4c4948;
    padding-bottom: 2.5rem;
    position: relative;
}
#post_single_wrap .ttl_wrap .inner h1::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url("../images/top/ic_line.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -2rem;
}

#post_single_wrap .ttl_wrap .inner h1 br {
	display: none;
}

#post_single_wrap .ttl_wrap .inner .date {
	font-size: 1.1rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
    margin-left: 2rem;
}


#post_single_wrap .post_con {
    width: 100%;
	max-width: 70rem;
    margin: auto;
    margin-top: 5rem;
    text-align: left;
    position: relative;
    z-index: 2;
}

#post_single_wrap .post_con img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#post_single_wrap .post_con .con_wrap {
    margin-bottom: 8rem;
}

#post_single_wrap .post_con .img_wrap {
    text-align: center;
}
#post_single_wrap .post_con .img_wrap img {
    border-radius: 5rem;
}
    
#post_single_wrap .post_con .txt_wrap {
    width: -webkit-calc(620 / 700 * 100%);
	width : calc(620 / 700 * 100%);
    
    font-size: 1.5rem;
	letter-spacing: 0.075em;
	font-weight: 400;
	line-height: calc(33/15);
    text-align: justify;
	margin: auto;
    margin-bottom: 8rem;
}
#post_single_wrap .post_con .txt_wrap h2 {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 3rem;
}
#post_single_wrap .post_con .txt_wrap p {
}
#post_single_wrap .post_con .txt_wrap img {
	border-radius: 3rem;
}

#post_single_wrap .post_con p {
    margin-bottom: 3rem;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}


#post_single_wrap .post_con .movie_wrap {
	width: 100%;
}

#post_single_wrap .post_con .movie_con {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#post_single_wrap .post_con .movie_con iframe {
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#post_single_wrap .pagenavi_wrap {
	margin-top: 10rem;
}
#post_single_wrap .pagenavi {
    margin: auto;
	width : calc(620 / 1100 * 100%);
	height: auto;
    padding: 0 1rem;
	padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #daeef1;
}

#post_single_wrap .pagenavi li {
    margin-bottom: 0;
}

#post_single_wrap .pagenavi li.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

#post_single_wrap .pagenavi li.next,
#post_single_wrap .pagenavi li.next a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
    color: #00adbc;
}
#post_single_wrap .pagenavi li.next a span {
    font-size: 1.1rem;
    padding-left: 1em;
}

#post_single_wrap .pagenavi li.all a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
    color: #00adbc;
}

#post_single_wrap .pagenavi li.prev,
#post_single_wrap .pagenavi li.prev a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 1;
    color: #00adbc;
}

#post_single_wrap .pagenavi li.prev a span {
    font-size: 1.1rem;
    padding-right: 1em;
}


@media screen and (max-width: 768px) {
#post_single_wrap {
    
}
#post_single_wrap .inner {
	width: 32.5rem;
    padding-top: 0;
	padding-bottom: 8rem;
}
    
#post_single_wrap .thumbnail.top {
    width: 100%;
    aspect-ratio: 325 / 215;
    border-radius: 4rem 4rem 1rem 1rem;
    overflow: hidden;
}
    
#post_single_wrap.blog h1.ttl img {
    width: 1.1rem;
}
#post_single_wrap.media h1.ttl img {
    width: 4.0rem;
}
#post_single_wrap.voices h1.ttl img {
    width: 3.2rem;
}
	
#post_single_wrap .ttl_wrap {
	padding-top: 6rem;
}
#post_single_wrap .ttl_wrap .inner {
	align-items: flex-end;
}
#post_single_wrap .ttl_wrap .inner::after {
    content: "";
    display: block;
    width: 12rem;
    height: 10.5rem;
    background: url("../images/interior_coordinator/concept_bg.png") no-repeat center center / contain;
    position: absolute;
    top: -2rem;
    left: -4.5rem;
    z-index: -1;
}
#post_single_wrap .ttl_wrap .inner h1 {
    font-size: 1.7rem;
    line-height: calc(28/17);
	letter-spacing: 0.055em;
    padding-bottom: 2.5rem;
}

#post_single_wrap .ttl_wrap .inner .date {
	font-size: 1.0rem;
    margin-left: 2rem;
    margin-bottom: 0.5em;
}
	
#post_single_wrap .ttl_wrap .inner .info_wrap {
	margin-top: 1rem;
}
#post_single_wrap .ttl_wrap .inner .info_wrap .price {
	font-size: 1.2rem;
}
#post_single_wrap .ttl_wrap .inner .info_wrap .price span {
	font-size: 0.8rem;
}
#post_single_wrap .ttl_wrap .inner .info_wrap .size {
	font-size: 1.0rem;
}

#post_single_wrap .post_con {
    margin-top: 3rem;
}

#post_single_wrap .post_con .con_wrap {
    margin-bottom: 6rem;
}
#post_single_wrap .post_con .img_wrap img {
    border-radius: 2rem;
}
    
#post_single_wrap .post_con .txt_wrap {
    width: 100%;
    margin-bottom: 5rem;
    
    font-size: 1.4rem;
	letter-spacing: 0;
	line-height: calc(31/14);
}
#post_single_wrap .post_con .txt_wrap h2 {
    font-size: 1.5rem;
    line-height: calc(26/15);
    letter-spacing: 0.075em;
    margin-bottom: 1.5rem;
}
#post_single_wrap .post_con .txt_wrap p {
}
#post_single_wrap .post_con .txt_wrap img {
	border-radius: 2rem;
}

#post_single_wrap .post_con p {
    margin-bottom: 1.5rem;
}

#post_single_wrap .post_con a {
    text-decoration: underline;
}
	
#post_single_wrap .pagenavi_wrap {
	margin-top: 4rem;
}
#post_single_wrap .pagenavi {
	width : 100%;
    padding: 0 0;
	padding-top: 3.5rem;
    border-top: 2px solid #daeef1;
}
#post_single_wrap .pagenavi li {
    width: auto;
}
}




/* pagenation
----------------------------------------- */
#pagenation{
	text-align: center;
    margin: 7rem auto 0;
}
#pagenation #pagenation-list{
	display: inline-flex;
    align-items: center;
    justify-content: center;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
    margin-right: 2rem;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .8s;
    transition: all .8s;
}

#pagenation #pagenation-list li:last-child {
	margin-right: 0;
}

#pagenation #pagenation-list a,
#pagenation #pagenation-list span {
    display: flex;
	align-items: center;
    justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 2rem;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
	font-style: normal;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a:hover,
#pagenation #pagenation-list span:hover {
    background-color: #000000;
	color: #FFFFFF;
    opacity: 1;
}

#pagenation #pagenation-list a.next{
    background: url(../images/next.svg) no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 2.2rem;
    background-position: center center;
    position: absolute;
    right: -2rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}
#pagenation #pagenation-list a.prev{
    background: url(../images/prev.svg) no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 2.2rem;
    background-position: center center;
    position: absolute;
    left: -2rem;
    -webkit-transition: all .6s;
    transition: all .6s;
}

#pagenation #pagenation-list a.next:hover, #pagenation #pagenation-list a.prev:hover {
}


#pagenation #pagenation-list span.current {
	background-color: #000000;
	color: #FFFFFF;
    opacity: 1;
}

#pagenation #pagenation-list .omit{
	font-size: 1.4rem;
	line-height: 1;
}

#pagenation #pagenation-list a.next:hover,
#pagenation #pagenation-list a.prev:hover {
    background-color: transparent;
	opacity: 0.6;  
    filter: alpha(opacity=60);  
	-ms-filter: "alpha( opacity=60 )";
}

#pagenation #pagenation-list li:hover .current,
#pagenation #pagenation-list li .prev,
#pagenation #pagenation-list li .next {
	border: none;
}


@media screen and (max-width: 768px) {
#pagenation {
    margin: 4rem auto 0;
}
    
#pagenation #pagenation-list li{
    margin-right: 1.5rem;
}
    
#pagenation #pagenation-list a,
#pagenation #pagenation-list span{
    font-size: 1.4rem;
}
    
#pagenation #pagenation-list a.num {
}
#pagenation #pagenation-list .current{
}
#pagenation #pagenation-list .omit{
}
    
#pagenation #pagenation-list a.next{
    right: -3rem;
}
#pagenation #pagenation-list a.prev{
    left: -3rem;
}
}