@charset "UTF-8";
@keyframes icon-arrow {
    0% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    37% {
        transform: translate(calc(3rem - 50%), -50%);
        opacity: 1;
    }
    38% {
        transform: translate(calc(3rem - 50%), -50%);
        opacity: 0;
    }
    39% {
        transform: translate(calc(-3rem - 50%), -50%);
        opacity: 0;
    }
    40% {
        transform: translate(calc(-3rem - 50%), -50%);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}
.csj_wrap {
    background-color: #F3F6F5;
    border-radius: 16px;
    padding: 60px;
    margin-top: 100px;
}
.csjSec_wrap .csj_wrap {
    margin-top: 80px;
    margin-bottom: 100px;
}
.csj-ttl {
    font-size: 24px;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 40px;
}
.csj-txt {
    font-size: 16px;
    font-variation-settings: "wght" 400;
    line-height: 2;
    margin-bottom: 30px;
}
.csj-txt:last-child {
    margin-bottom: 0;
}
.csj-note {
    font-size: 14px;
    font-variation-settings: "wght" 400;
    line-height: 2;
}
.csj-note .is-fss {
    color: #666;
}
.csjbox_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 66px 40px;
}
.csjbox_lst > li {
    width: 260px;
}
.csjbox_lst > li a {
    display: block;
    text-decoration: none;
}
.csjbox_wrap {
    margin: 0;
}
.csjbox_img {
    overflow: hidden;
    width: 260px;
    height: 260px;
    margin: 0 0 15px 0;
    border-radius: 10px;
}
.csjbox_img source ,
.csjbox_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    transition: .4s all;
    transform: scale(1, 1);
}
.csjbox_stg {
  	display:flex;
  	flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.csjbox_stg > li {
    font-size: 12px;
    color: #3C3A38;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    transition: all .4s ease-out;
    line-height: 1;
    font-variation-settings: "wght" 700;
}
.csjbox-name {
    font-size: 24px;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    position: relative;
}
.csjbox-name .is-icn {
    background: url(../svg/icn_arw_r.svg) no-repeat center center / 14px 14px;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
}
.csjbox-name::before {
    background: #1C4A40;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    z-index: 8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .4s;
}
/* .csjbox-name .is-icn {
    position: absolute;
    overflow: hidden;
    width: 30px;
    height: 30px;
    background: #1C4A40;
    border-radius: 50%;
    right: 0;
    top: 50%;
    margin-top: -15px;
    transition: opacity .2s ease-out, all .2s ease-out;
}
.csjbox-name .is-icn:before {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../svg/icn_arw_r.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
} */
/*
.csjbox-name .is-icn:before {
    content: "";
    position: absolute;
    background: url(../svg/icn_arw_r.svg) no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -7px 0 0 -7px;
    transition: all .2s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transform: translate(0, 0);
}
.csjbox-name .is-icn:after {
    content: "";
    position: absolute;
    background: url(../svg/icn_arw_r.svg) no-repeat center center;
    background-size: 100% auto;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -7px 0 0 -7px;
    transition: all .2s cubic-bezier(0.550, 0.055, 0.675, 0.190);
    transform: translate(0, 200%);
}
.csjbox-name:before,
.csjbox-name:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    z-index: 1;
    border-radius: 50%;
    transition: translate .2s
}
.csjbox-name:before {
    background: #1C4A40;
}
.csjbox-name:after {
    background: url(/cmn5/svg/icn_arw_r.svg) no-repeat center / 14px auto;
}
*/
.csjbox-name .is-nm {
    display: block;
    font-size: 12px;
    color: #1C4A40;
}
.csjbox-name .is-nmt {
    position: relative;
}
.csjbox-name .is-nmt:before {
    background: #222;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    margin: auto;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .4s;
}
.csjDtl_img {
    width: 315px;
    height: 315px;
    overflow: hidden;
    border-radius: 16px;
}
.csjDtl-name {
    font-size: 50px;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 40px;
}
.csjDtl-name .is-nm {
    display: block;
    font-size: 16px;
    color: #1C4A40;
    margin-bottom: 10px;
}
.csjDtllst-ttl {
    font-size: 14px;
    font-variation-settings: "wght" 700;
    line-height: 1.6;
    margin-bottom: 20px;
}
.csjDtl_lst {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
/*
.csjDtl_lst:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
*/
.csjDtl_lst > li {
    font-size: 14px;
    color: #3C3A38;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    transition: all .4s ease-out;
    line-height: 1;
    font-variation-settings: "wght" 700;
}
.csjDtl_img source ,
.csjDtl_img img {
    width: 100%;
    height: auto;
}
.csjDtl-txt {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #E6E6E6;
    font-size: 16px;
    line-height: 2;
}
.csj_lst {
    margin-top: 160px;
}
.csj_lst .c-btn {
    margin: 60px auto 0;
}
.csjDtl-btn.c-btn {
    margin: 0 auto;
    max-width: 500px;
    height: 95px;
}
.csjDtl-btn.c-btn a {
    font-size: 20px;
}
.csjDtl-btn.c-btn a .is-free {
    width: 63px;
    height: 39px;
    border-radius: 6px;
    font-size: 18px;
    margin-right: 20px;
}
.search_pager {
    margin: 100px 0;
}
.search_pager .lst{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.search_pager .lst li{
    margin: 0 5px;
}
.search_pager .lst li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #222;
    position: relative;
    z-index: 1;
}
.search_pager .lst li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #E6E6E6;
    transition: all .2s ease-out;
    z-index: 1;
}
.search_pager .lst li a span{
    position: relative;
    z-index: 2;
    transform: translate(1px, 1px);
}
.search_pager .lst li.on a {
    pointer-events: none;
    color: #fff;
}
.search_pager .lst li.on a:before{
    background: #1C4A40;
}
@media only screen and (min-width:1240px) {
    .csjbox_lst > li {
        width: 160px;
    }
    .csjbox_img {
        width: 160px;
        height: 160px;
    }
    .csjbox_img source,
    .csjbox_img img {
        height: auto;
    }
    .csjbox-name::before,
    .csjbox-name .is-icn {
        width: 24px;
        height: 24px;
    }
    .csjbox-name {
        font-size: 22px;
    }
    .csjbox_stg > li {
        padding: 7px;
    }
}
@media only screen and (min-width:1024px) {
    .csj-note a:hover {
        text-decoration: none;
    }
    .csjbox_lst > li a:hover .csjbox-name .is-nmt:before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    /*
    .csjbox_lst > li a:hover {
        color: #1C4A40;
    }
    .csjbox_lst > li a:hover .csjbox-name::before {
        transform: translateY(-50%) scale(1.13, 1.13);
    }
    .csjbox_lst > li a:hover .csjbox-name .is-icn:before {
        animation: icon-arrow 0.4s cubic-bezier(0.29, 0.65, 0.62, 1) forwards;
    }
    .csjbox_lst > li a:hover .csjbox_stg li {
        border: 1px solid #1C4A40;
        color: #1C4A40;
    }
    */
    .csjbox_lst > li a:hover .csjbox_img source ,
    .csjbox_lst > li a:hover .csjbox_img img {
        transform: scale(1.04, 1.04);
    }
    .csjDtlPc_box {
        width: calc(100% - 415px);
    }
    .csjDtl_in {
        position: relative;
    }
    .csjDtl_img {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
    }
    .csjDtl-txt {
        width: calc(100% - 415px);
    }
    .search_pager .lst li a:hover:before {
        transform: scale(1.13, 1.13);
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
}
@media only screen and (max-width:1024px) {
}
/*tab*/
@media only screen and (max-width:1024px) {
}
@media only screen and (min-width:768px) and (max-width:1240px) {
    .c-wrap {
        max-width: 93.549vw;
    }
    .csjbox_lst {
        gap: 4.839vw 3.226vw;
    }
    .csjbox_lst > li {
        width: 20.968vw;
    }
    .csjbox_img {
        overflow: hidden;
        width: 20.968vw;
        height: 20.968vw;
    }
    .csjbox_img source, .csjbox_img img {
        height: 20.968vw;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .csjbox_lst > li {
        width: 29.032vw;
    }
    .csjbox_img {
        overflow: hidden;
        width: 29.032vw;
        height: 29.032vw;
    }
    .csjbox_img source, .csjbox_img img {
        height: 29.032vw;
    }
    .csjDtl_in {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .csjDtlPc_box {
        width: calc(100% - 435px);
    }
    .csjDtl_img {
        width: 335px;
        height: 335px;
    }
    .csjDtl-txt {
        width: 100%;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .csjDtl_in {
        position: relative;
    }
    .csjbox_lst {
        gap: 40px 15px;
        justify-content: space-between;
    }
    .csjbox_lst > li {
        width: 42.667vw;
    }
    .csjbox_img {
        overflow: hidden;
        width: 42.667vw;
        height: 42.667vw;
        margin: 0 0 10px 0;
        border-radius: 16px;
    }
    .csjbox_img source ,
    .csjbox_img img {
        height: 42.667vw;
    }
    .csjbox-name .is-nm {
        font-size: 10px;
    }
    .csjbox-name {
        font-size: 16px;
    }
    .csjbox-name .is-icn:before {
        width: 9px;
        height: 9px;
        background: url(../svg/icn_arw_r.svg) no-repeat center / 100% auto;
    }
    .csjbox_stg {
        gap: 5px;
        margin-top: 10px;
    }
    .csjbox_stg > li {
        font-size: 10px;
        padding: 6px;
    }
    .csj_wrap {
        padding: 30px;
        margin-top: 60px;
    }
    #CONCIERGE.c-main {
        padding-top: 52px;
    }
    .csj-ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .csj-txt {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .csj-note {
        font-size: 10px;
    }
    .csjDtlPc_box {
        padding-top: 52px;
    }
    .csjDtl_img {
        width: 160px;
        height: 160px;
        border-radius: 20px;
        position: absolute;
        z-index: 9;
        top: 0;
        left: 0;
    }
    .csjDtl-name {
        font-size: 24px;
        margin-bottom: 81px;
        padding-left: 180px;
    }
    .csjDtl-name .is-nm {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .csjDtllst-ttl {
        margin-bottom: 10px;
    }
    .csjDtl_lst {
        gap: 5px;
    }
    .csjDtl_lst > li {
        font-size: 12px;
    }
    .csjDtl-txt {
        padding-top: 30px;
        margin-top: 30px;
        font-size: 14px;
    }
    .csjSec_wrap .csj_wrap {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .csjDtl-btn.c-btn {
        max-width: none;
        height: 66px;
    }
    .csjDtl-btn.c-btn a {
        font-size: 16px;
    }
    .csjDtl-btn.c-btn a .is-free {
        width: 42px;
        height: 26px;
        border-radius: 4px;
        font-size: 12px;
        margin-right: 10px;
    }
    .csj_lst {
        margin-top: 60px;
    }
    .search_pager {
        margin: 80px 0;
    }
    .search_pager .lst li a{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 374px) {
    .csjDtl_img {
        width: 140px;
        height: 140px;
    }
    .csjDtlPc_box {
        padding-top: 42px;
    }
    .csjDtl-name {
        font-size: 20px;
        margin-bottom: 71px;
        padding-left: 160px;
    }
    .csjDtl-name .is-nm {
        font-size: 10px;
    }
    .csjbox_img source,
    .csjbox_img img {
        height: auto;
    }
    .csjbox_lst > li {
        width: 41vw;
    }
    .csjbox_img {
        width: 41vw;
        height: 41vw;
    }
}
