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

#top main {
}

@media only screen and (max-width: 768px) {
}


/* #topmain
----------------------------------------- */
#topmain {
    height : calc(100vh + 7rem);
	padding-top: 12rem;
    position: relative;
    z-index: 2;
}

#topmain .topmain_layout {
    width : 100%;
	height: 100%;
	position: relative;
}

#topmain h1.ttl {
    width: 37rem;
    aspect-ratio: 370 / 200;
    padding: 0 3rem;
    padding-left: 5rem;
    display: flex;
    flex-flow: column;
    align-items: flex-end;;
    justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
    background: url("../images/top/topmain_ttl_bg.png") no-repeat center center / contain;
    z-index: 2;
}
#topmain h1.ttl img{
}
#topmain h1.ttl .txt {
    text-align: right;
    font-size: 1.5rem;
	letter-spacing: 0.02em;
	font-weight: 500;
	line-height: calc(26/15);
    color: #595757;
    margin-top: 1.5rem;
}

#topmain .top_slider {
    width : 100%;
    height: 100%;
}
#topmain .swiper-wrapper {
    width : 100%;
    height : 100%;
    clip-path: url(#sliderClip-pc);
    overflow: hidden;
}
#topmain .swiper-slide {
	width: 100%;
    height: 100%;
}
#topmain .slide_wrap {
    width: 100%;
	height: 100%;
    overflow: hidden;
	display: flex;
}
#topmain .slide_wrap .img {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#topmain .topics {
	position: absolute;
	bottom: 9rem;
	left: 6rem;
    z-index: 2;
    width: 84%;
    max-width: 40rem;
	background-color: rgba(255,255,255,0.90);
	padding: 0.5rem 1rem;
    border-radius: 0.8rem;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}
#topmain .topics h2 {
    font-size: 1.5rem;
	letter-spacing: 0;
	font-weight: 500;
    margin-right: 1.5rem;
}
#topmain .topics a {
    display: flex;
    align-items: center;
}
#topmain .topics .date {
    font-size: 1.2rem;
}
#topmain .topics .txt {
    font-size: 1.3rem;
	letter-spacing: 0.025em;
	margin-left: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#topmain .topics .arrow {
    width: 0.6rem;
    height: 1.1rem;
    background: url("../images/news_arrow.svg") no-repeat center center / contain;
	margin-left: 1.5rem;
}

#topmain .swiper-pagination {
    text-align: right;
	position: absolute;
	bottom: 9rem;
	right: 0;
    padding-right: 5rem;
    z-index: 2;
}
#topmain .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #dbdcdc;
    opacity: 1;
}
#topmain .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1fb6c4;
}


@media only screen and (max-width: 768px) {
#topmain {
    height : calc(100vh + 1rem);
    height : calc(calc(var(--vh, 1vh) * 100) + 1rem);
    padding-top: 6rem;
}    
#topmain .swiper-wrapper {
    width : 100%;
    height : 100%;
    clip-path: url(#sliderClip-sp);
    overflow: hidden;
}
    
#topmain h1.ttl {
    width: 25rem;
    aspect-ratio: 250 / 140;
    padding: 0 1.5rem;
    padding-left: 3rem;
	top: auto;
    bottom: 2.5rem;
}
#topmain h1.ttl img {
    width: 19rem;
}
#topmain h1.ttl .txt {
    text-align: right;
    font-size: 1.2rem;
	letter-spacing: 0.02em;
	line-height: calc(20/12);
    margin-top: 1.0rem;
}
    
#topmain .topics {
    width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: transparent;
    transform: translateY(100%);
	padding: 0.5rem 1rem;
}
#topmain .topics h2 {
    font-size: 1.4rem;
    margin-right: 1.5rem;
}
#topmain .topics .arrow {
    display: none;
}

#topmain .swiper-pagination {
	bottom: 2rem;
    text-align: left;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}
}


/* #concept
----------------------------------------- */
#concept {
    position: relative;
    z-index: 1;
}
#concept::before {
	content: "";
    display: block;
    position: absolute;
    top: -17rem;
    left: 0;
    z-index: -1;
    width: calc(826 / 1366 * 100%);
    /*width: 82.57203rem;*/
    /*height: 73.73943rem;*/
    aspect-ratio: 826 / 737;
    background: url("../images/top/concept_bg01.png") no-repeat center center / contain;
}
#concept::after {
	content: "";
    display: block;
    position: absolute;
    top: 23rem;
    right: 0;
    z-index: -1;
    width: calc(484 / 1366 * 100%);
    /*width: 48.44011rem;*/
    /*height: 48.44011rem;*/
    aspect-ratio: 1 / 1;
    background: url("../images/top/concept_bg02.png") no-repeat center center / contain;
}

#concept .inner {
    padding-top: 20rem;
	padding-bottom: 14rem;
    position: relative;
    z-index: 1;
}
#concept .inner::after {
	content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    left: 1rem;
    z-index: -1;
    width: 19.46688rem;
    height: 9.25689rem;
    background: url("../images/top/concept_bg03.png") no-repeat center center / contain;
}

#concept .layout {
	display: flex;
    flex-flow: column;
    align-items: center;
}

#concept .txt_wrap {
    text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.075em;
	font-weight: 400;
    color: #3e3a39;
	line-height: calc(48/17);
}

#concept .img_wrap {
	margin-top: 12rem;
}
#concept .btn_wrap {
	margin-top: 8rem;
}


@media screen and (max-width: 768px) {
#concept {
}
#concept::before {
    top: -3rem;
    width: 26rem;
    aspect-ratio: 260 / 290;
    background: url("../images/top/concept_bg01.png") no-repeat center center / contain;
}
#concept::after {
    top: 30rem;
    right: 0;
    width: 19.3rem;
    aspect-ratio: 193 / 231;
    background: url("../images/top/concept_bg02.png") no-repeat center center / contain;
}

#concept .inner {
    padding-top: 12rem;
	padding-bottom: 8rem;
}
#concept .inner::after {
    bottom: -1rem;
    left: 1rem;
    z-index: -1;
    width: 9rem;
    height: 4.27rem;
    background: url("../images/top/concept_bg03.png") no-repeat center center / contain;
}

#concept .txt_wrap {
    text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	line-height: calc(38/14);
}

#concept .img_wrap {
    width: 18.8rem;
	margin-top: 6rem;
}
#concept .btn_wrap {
	margin-top: 5rem;
}

}


/* #interior_coordinator
----------------------------------------- */
#interior_coordinator {
    position: relative;
    z-index: 1;
}
#interior_coordinator .inner {
    max-width: 90rem;
    padding-top: 16rem;
	padding-bottom: 21rem;
    position: relative;
    z-index: 1;
}
#interior_coordinator::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width : 100%;
    height : 100%;
    background: url("../images/bg_pattern.jpg") no-repeat center center / cover;
    clip-path: url(#wave_clip);
    overflow: hidden;
}

#interior_coordinator .layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 3rem;
}
#interior_coordinator .layout .img_wrap {
    width: calc(505 / 900 * 100%);
    position: relative;
}
#interior_coordinator .layout .img_wrap .img_1 {
    width: calc(405 / 505 * 100%);
}
#interior_coordinator .layout .img_wrap .img_2 {
    width: calc(231.3349 / 505 * 100%);
    position: absolute;
    bottom: -7.5rem;
    right: 0;
}
#interior_coordinator .layout .img_wrap .name_wrap {
    width: calc(231.3349 / 505 * 100%);
    position: absolute;
    bottom: 4rem;
    left: -3.5rem;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 0.5rem 0;
}
#interior_coordinator .layout .img_wrap .name_wrap > span {
    display: block;
    background-color: #FFFFFF;
    border-radius: 0.7rem;
    padding: 0.5rem 0.7rem 0.7rem;
    text-align: left;
    white-space: nowrap;
}
#interior_coordinator .layout .img_wrap .name_wrap .name {
    font-size: 2.1rem;
	letter-spacing: 0.05em;
	font-weight: 400;
    line-height: 1;
    color: #3e3a39;
	/*line-height: calc(45/21);*/
}
#interior_coordinator .layout .img_wrap .name_wrap .position {
    font-size: 1.4rem;
	letter-spacing: 0.02em;
	font-weight: 400;
    color: #3e3a39;
    line-height: 1;
	/*line-height: calc(27/14);*/
}

#interior_coordinator .layout .txt_wrap {
    text-align: left;
}
#interior_coordinator .layout .txt_wrap .position {
    display: flex;
    flex-flow: column;
    gap: 0.8rem 0;
    align-items: flex-start;
}
#interior_coordinator .layout .txt_wrap .position .jp {
    font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
    color: #00adbc;
}
#interior_coordinator .layout .txt_wrap .position .en {
    font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
    color: #3e3a39;
}
#interior_coordinator .layout .txt_wrap h2.ttl {
    margin-top: 4rem;
    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;
}
#interior_coordinator .layout .txt_wrap h2.ttl::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;
}
#interior_coordinator .layout .txt_wrap .txt {
    margin-top: 4rem;
    font-size: 1.5rem;
	letter-spacing: 0.075em;
	font-weight: 400;
	line-height: calc(37/15);
    color: #3e3a39;
}
#interior_coordinator .layout .txt_wrap .btn_wrap {
    margin-top: 6rem;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
#interior_coordinator .inner {
    padding-top: 8rem;
	padding-bottom: 9rem;
}
#interior_coordinator::before {
    clip-path: url(#wave_clip_sp);
}

#interior_coordinator .layout {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 5rem 0;
}
#interior_coordinator .layout .img_wrap {
    width: 100%;
}
#interior_coordinator .layout .img_wrap .img_1 {
    width: 20rem;
}
#interior_coordinator .layout .img_wrap .img_2 {
    width: 14.5rem;
    bottom: -3rem;
    right: 1.5rem;
}
#interior_coordinator .layout .img_wrap .name_wrap {
    width: auto;
    position: absolute;
    top: 5rem;
    bottom: auto;
    left: auto;
    right: 0;
    gap: 0.5rem 0;
}
#interior_coordinator .layout .img_wrap .name_wrap > span {
    display: block;
    background-color: #FFFFFF;
    border-radius: 0.7rem;
    padding: 0.5rem 0.7rem 0.7rem;
    text-align: left;
    white-space: nowrap;
}
#interior_coordinator .layout .img_wrap .name_wrap .name {
    font-size: 1.6rem;
}
#interior_coordinator .layout .img_wrap .name_wrap .position {
    font-size: 1.2rem;
}

#interior_coordinator .layout .txt_wrap {
    width: 100%;
}
    
#interior_coordinator .inner > .position_wrap {
    margin-bottom: 5rem;
}
#interior_coordinator .inner > .position_wrap .position {
    display: flex;
    flex-flow: column;
    gap: 0.8rem 0;
    align-items: center;
    margin-bottom: 5rem;
}
#interior_coordinator .inner > .position_wrap .position .jp {
    display: block;
    font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
    color: #00adbc;
}
#interior_coordinator .inner > .position_wrap .position .en {
    display: block;
    font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	line-height: 1;
    color: #3e3a39;
}
    
#interior_coordinator .layout .txt_wrap h2.ttl {
    margin-top: 0;
    font-size: 2.0rem;
	letter-spacing: 0.055em;
	line-height: calc(37/20);
    padding-bottom: 2.5rem;
}
#interior_coordinator .layout .txt_wrap h2.ttl::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: -0.5rem;
}
#interior_coordinator .layout .txt_wrap .txt {
    margin-top: 3rem;
    font-size: 1.4rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: calc(34/14);
}
#interior_coordinator .layout .txt_wrap .btn_wrap {
    margin-top: 3rem;
}

}



/* #post_list_wrap
----------------------------------------- */
#works_list_wrap {
}

#works_list_wrap .inner {
    max-width: none;
    padding-top: 13rem;
	padding-bottom: 16rem;
}

#works_list_wrap .pickup {
    margin-top: 10rem;
}
#works_list_wrap .pickup .layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 0;
}
#works_list_wrap .pickup .layout .img_wrap {
    width: calc(825 / 1366 * 100%);
    aspect-ratio: 825 / 535;
    border-radius: 0 3rem 3rem 0;
}
#works_list_wrap .pickup .layout .img_wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 5rem 5rem 0;
}
#works_list_wrap .pickup .layout .txt_wrap {
    width: calc(541 / 1366 * 100%);
    padding-left: 6rem;
    padding-right: 8rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap {
    margin-top: 4rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem 0;
    transform: translateX(-7rem);
    position: relative;
}
#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap::before {
    content: "";
    width: 35.3rem;
    /*height: 26.62132rem;*/
    aspect-ratio: 353 / 266;
    background: url("../images/top/works_ttl_bg.png") no-repeat center center / contain;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap h3 {
    font-size: 2.2rem;
	letter-spacing: 0.06em;
	font-weight: 500;
	line-height: calc(38/22);
    color: #595757;
}
#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap .time {
    font-size: 1.1rem;
	letter-spacing: 0.03em;
	font-weight: 500;
	line-height: 1;
    color: #595757;
}
#works_list_wrap .pickup .layout .txt_wrap .excerpt {
    margin-top: 5rem;
    font-size: 1.5rem;
	letter-spacing: 0.03em;
	font-weight: 400;
	line-height: calc(37/15);
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #595757;
    position: relative;
    z-index: 2;
}
#works_list_wrap .pickup .layout .txt_wrap .btn_wrap {
    margin-top: 3rem;
    margin-left: auto;
}

#works_list_wrap .works_list {
    width: 100%;
    max-width: 120rem;
    margin: auto;
    margin-top: 15rem;
}

#works_list_wrap .works_list > li {
    width: -webkit-calc(370 / 1200 * 100%);
    width : calc(370 / 1200 * 100%);
}
#works_list_wrap .works_list > li:nth-child(3n-1) {
    margin-top: 4rem;
}
#works_list_wrap .works_list > li:nth-child(3n) {
    margin-top: 8rem;
}

#works_list_wrap .works_list > li a {
	width: 100%;
    display: block;
}

#works_list_wrap .works_list .thumbnail {
}
#works_list_wrap .works_list .thumbnail .img_wrap {
	width: 100%;
    aspect-ratio: 370 / 260;
    border-radius: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#works_list_wrap .works_list .txt_wrap {
    border-radius: 2rem;
	background-color: #ffffff;
	padding: 1rem 2rem;
    margin-top: 1rem;
}
#works_list_wrap .works_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;
}
#works_list_wrap .works_list .txt_wrap .time_wrap {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.03em;
	margin-top: 0.5rem;
}


#works_list_wrap .works_list_wrap {
    width: 100%;
    position: relative;
}
#works_list_wrap .works_list_wrap::before {
	content: "";
    display: block;
    position: absolute;
    top: 4rem;
    left: 0;
    z-index: -1;
    width: calc(453 / 1366 * 100%);
    /*width: 82.57203rem;*/
    /*height: 73.73943rem;*/
    aspect-ratio: 453 / 501;
    background: url("../images/top/works_bg_1.png") no-repeat center center / contain;
}
#works_list_wrap .works_list_wrap::after {
	content: "";
    display: block;
    position: absolute;
    top: -15rem;
    right: 0;
    z-index: -1;
    width: calc(406 / 1366 * 100%);
    /*width: 48.44011rem;*/
    /*height: 48.44011rem;*/
    aspect-ratio: 406 / 393;
    background: url("../images/top/works_bg_2.png") no-repeat center center / contain;
}

#works_list_wrap .btn_wrap {
    display: flex;
    justify-content: center;
	margin-top: 3rem;
}

@media screen and (max-width: 768px) {
#works_list_wrap .inner {
    width: 100%;
    padding-top: 10rem;
	padding-bottom: 12rem;
}

#works_list_wrap .pickup {
    margin-top: 6rem;
}
#works_list_wrap .pickup .layout {
    flex-flow: column;
    gap: 3rem 0;
}
#works_list_wrap .pickup .layout .img_wrap {
    width: 33rem;
    aspect-ratio: 330 / 370;
    border-radius: 0 3rem 3rem 0;
}
#works_list_wrap .pickup .layout .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 3rem 3rem 0;
}
#works_list_wrap .pickup .layout .txt_wrap {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap {
    margin-top: 0;
    transform: none;
    gap: 1.5rem 0;
}
#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap::before {
    width: 25.2rem;
    aspect-ratio: 252 / 202;
}
#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap h3 {
    font-size: 1.8rem;
	letter-spacing: 0.06em;
	line-height: calc(32/18);
}
#works_list_wrap .pickup .layout .txt_wrap .ttl_wrap .time {
    font-size: 1.0rem;
}
#works_list_wrap .pickup .layout .txt_wrap .excerpt {
    width: 23.5rem;
    margin-left: auto;
    margin-top: 2rem;
    font-size: 1.4rem;
	line-height: calc(31/14);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}
#works_list_wrap .pickup .layout .txt_wrap .btn_wrap {
    margin-top: 3rem;
    margin-left: auto;
}

#works_list_wrap .works_list {
    width: 100%;
    max-width: 32.5rem;
    margin: auto;
    margin-top: 0;
    padding-top: 12rem;
}

#works_list_wrap .works_list > li {
    width: -webkit-calc(150 / 325 * 100%);
    width : calc(150 / 325 * 100%);
}
#works_list_wrap .works_list > li:nth-child(3n-1) {
    margin-top: 0;
}
#works_list_wrap .works_list > li:nth-child(3n) {
    margin-top: 0;
}

#works_list_wrap .works_list > li:nth-child(2n) {
    margin-top: 3rem;
}

#works_list_wrap .works_list .thumbnail {
}
#works_list_wrap .works_list .thumbnail .img_wrap {
	width: 100%;
    aspect-ratio: 150 / 105;
    border-radius: 1rem;
}

#works_list_wrap .works_list .txt_wrap {
    border-radius: 1rem;
	padding: 0.5rem 1rem;
    margin-top: 1rem;
}
#works_list_wrap .works_list .txt_wrap h2 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: calc(15/11);
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#works_list_wrap .works_list .txt_wrap .time_wrap {
    font-size: 1.0rem;
}


#works_list_wrap .works_list_wrap {
    width: 100%;
    position: relative;
}
#works_list_wrap .works_list_wrap::before {
	content: "";
    display: block;
    position: absolute;
    top: 22rem;
    left: 0;
    z-index: -1;
    width: 15rem;
    /*width: 82.57203rem;*/
    /*height: 73.73943rem;*/
    aspect-ratio: 150 / 166;
    background: url("../images/top/works_bg_1.png") no-repeat center center / contain;
}
#works_list_wrap .works_list_wrap::after {
	content: "";
    display: block;
    position: absolute;
    top: 5rem;
    right: 0;
    z-index: -1;
    width: 22.5rem;
    aspect-ratio: 225 / 218;
    background: url("../images/top/works_bg_2.png") no-repeat center center / contain;
}

#works_list_wrap .btn_wrap {
	margin-top: 5rem;
}

}



/* #contents_navi
----------------------------------------- */
#contents_navi {
    position: relative;
    z-index: 1;
}
#contents_navi::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width : 100%;
    height : 100%;
    background: url("../images/bg_pattern.jpg") no-repeat center center / cover;
    clip-path: url(#wave_clip);
    overflow: hidden;
}
#contents_navi .inner {
	padding-top: 12rem;
    padding-bottom: 13rem;
}

#contents_navi .layout {
    display: flex;
    justify-content: space-between;
}
#contents_navi .layout > a {
    width : calc(450 / 1000 * 100%) ;
    display: flex;
    flex-flow: column;
    align-items: center;
}
#contents_navi .layout > a .img_wrap {
}
#contents_navi .layout > a .btn_wrap {
    margin-top: 2rem;
}
#contents_navi .layout > a .btn_wrap .btn {
    font-size: 2rem;
}

#contents_navi .layout > a:nth-child(2n) {
    margin-top: 13rem;
}


@media screen and (max-width: 768px) {

#contents_navi::before {
    clip-path: url(#wave_clip_sp);
}
#contents_navi .inner {
	padding-top: 10rem;
    padding-bottom: 11rem;
}

#contents_navi .layout {
    flex-flow: column;
    gap: 7rem 0;
}
#contents_navi .layout > a {
    width : 27rem;
}
#contents_navi .layout > a .img_wrap {
}
#contents_navi .layout > a .btn_wrap {
    margin-top: 1.5rem;
}
#contents_navi .layout > a .btn_wrap .btn {
    font-size: 1.8rem;
}
#contents_navi .layout > a:nth-child(2n) {
    margin-top: 0;
    margin-left: auto;
}
	
}



/* #post_list_wrap blog
----------------------------------------- */
#post_list_wrap.blog {
}
#post_list_wrap.blog::after {
    height: auto;
    aspect-ratio: 2733 / 3921;
}

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

#post_list_wrap.blog .post_list {
    margin-top: 8rem;
    gap: 2.5rem 0;
}
#post_list_wrap.blog .post_list > li:nth-child(3n-1) {
    margin-top: 4rem;
}
#post_list_wrap.blog .post_list > li:nth-child(3n) {
    margin-top: 8rem;
}

#post_list_wrap.blog .post_list .txt_wrap {
    border-radius: 2rem;
	background-color: #eef7f9;
	padding: 1rem 2rem;
    margin-top: 1rem;
}

#post_list_wrap.blog .btn_wrap {
    display: flex;
    justify-content: center;
	margin-top: 3rem;
}

@media screen and (max-width: 768px) {
#post_list_wrap.blog::after {
    display: none;
}
#post_list_wrap.blog .inner {
    padding-top: 10rem;
	padding-bottom: 10rem;
}

#post_list_wrap.blog .post_list {
    margin-top: 4rem;
}
#post_list_wrap.blog .post_list > li:nth-child(3n-1) {
    margin-top: 0;
}
#post_list_wrap.blog .post_list > li:nth-child(3n) {
    margin-top: 0;
}
#post_list_wrap.blog .post_list > li:nth-child(2n) {
    margin-top: 3rem;
}

#post_list_wrap.blog .post_list .txt_wrap {
    border-radius: 1rem;
	background-color: #eef7f9;
	padding: 0.5rem 1rem;
    margin-top: 1rem;
}

#post_list_wrap.blog .btn_wrap {
	margin-top: 3rem;
}
}



/* #instagram
----------------------------------------- */
#instagram {
    position: relative;
    z-index: 3;
}
#instagram .inner {
    max-width: 80rem;
	padding-bottom: 16rem;
}

#instagram .layout {
    width: 100%;
    position: relative;
    z-index: 1;
}
#instagram .layout .img_wrap {
    width: calc(395 / 800 * 100%);
    position: absolute;
    bottom: -5rem;
    right: 0;
}

#instagram .layout .txt_wrap {
    width: calc(545 / 800 * 100%);
    aspect-ratio: 545 / 505;
    background: url("../images/top/ig_bg01.png") no-repeat center center / contain;
    padding-left: calc(110 / 800 * 100%);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#instagram .layout .txt_wrap h2.ttl {
    margin-top: 4rem;
    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;
}
#instagram .layout .txt_wrap h2.ttl::after {
    content: "";
    display: block;
    width: 25rem;
    height: 2px;
    background: url("../images/top/ig_line.svg") no-repeat center center / contain;
    position: absolute;
    bottom: 0;
    left: -2rem;
}
#instagram .layout .txt_wrap .txt {
    margin-top: 3rem;
    font-size: 1.5rem;
	letter-spacing: 0.075em;
	font-weight: 400;
	line-height: calc(37/15);
    text-align: left;
    color: #3e3a39;
}
#instagram .layout .ig_btn_wrap {
    width: calc(205 / 800 * 100%);
    position: absolute;
    top: 0;
    right: 0;
}
#instagram .layout .ig_btn_wrap .ig_btn {
    width: 100%;
    aspect-ratio: 205 / 200;
    background: url("../images/top/ig_bg02.png") no-repeat center center / contain;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem 0;
    position: absolute;
    top: 0;
    right: 0;
}
#instagram .layout .ig_btn_wrap .ig_btn span {
    font-size: 1.5rem;
	letter-spacing: 0.06em;
	font-weight: 700;
	line-height: 1;
    text-align: center;
    color: #1fb6c4;
}

@media screen and (max-width: 768px) {
#instagram {
	overflow: hidden;
}
#instagram .inner {
	padding-bottom: 16rem;
}

#instagram .layout {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
}
#instagram .layout .img_wrap {
    width: 23.7rem;
    position: relative;
    bottom: auto;
    right: auto;
    margin-left: auto;
    margin-right: -3.5rem;
    margin-top: -5rem;
}

#instagram .layout .txt_wrap {
    width: 39rem;
    aspect-ratio: 390 / 360;
    background: url("../images/top/ig_bg01.png") no-repeat center center / contain;
    padding-left: 7.5rem;
    margin-left: -7.5rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#instagram .layout .txt_wrap h2.ttl {
    margin-top: 0;
    font-size: 1.7rem;
	letter-spacing: 0.055em;
	line-height: calc(33/17);
    padding-bottom: 1.5rem;
}
#instagram .layout .txt_wrap h2.ttl::after {
    left: -0.5rem;
}
#instagram .layout .txt_wrap .txt {
    margin-top: 2rem;
    font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: calc(29/14);
}
#instagram .layout .ig_btn_wrap {
    width: 13rem;
    position: absolute;
    top: auto;
    bottom: 5rem;
    right: auto;
    left: 0;
}
#instagram .layout .ig_btn_wrap .ig_btn {
    width: 13rem;
    aspect-ratio: 130 / 126;
    background: url("../images/top/ig_bg02.png") no-repeat center center / contain;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem 0;
    position: absolute;
    top: 0;
    right: 0;
}
#instagram .layout .ig_btn_wrap .ig_btn span {
    font-size: 1.4rem;
}

}


