@charset "UTF-8";
/*====================================================*/
/* 共通 */
/*====================================================*/
@media print,screen and (min-width: 1025px){
    .sp_only {
        display: none;
    }
}


/*====================================================*/
/* mv */
/*====================================================*/
.mv {
    width: 100%;
    position: relative;
}
.picture {
    display: block;
    width: 100%;
}
.picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-text {
    width: 100%;
    position: absolute;
    left: 0;
}
.mv-text > div {
    padding-bottom: 5.5rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.6;
    position: relative;
    z-index: 10;
}
.mv-text h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1.3;
}
.mv-text > div img {
    display: block;
    width: min(47vw, 370px);
    position: absolute;
    left: 10.7em;
    bottom: 1.4rem;
    z-index: -5;
}
.mv-point {
    width: 18em;
    padding: 0.5em 0;
    background: #fff;
    border-radius: 30vh;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-align: center;
}
@media print,screen and (max-width: 1024px){
    .mv-text {
        display: grid;
        grid-template-rows: 1.5em 1fr;
        align-items: end;
        height: 100%;
        padding-top: 1.6rem;
        padding-right: calc( 20 * 100% / 750 );
        padding-left: calc( 50 * 100% / 750 );
        top: 0;
    }
    .mv-point {
        grid-area: 1 / 1 / 2 / 2;
        margin-left: auto;
    }
}
@media print,screen and (min-width: 1025px){
    .mv-text {
        padding-bottom: 10rem;
        padding-right: 0;
        padding-left: calc( 50 * 100% / 1500 );
        bottom: 0;
    }
    .mv-text > div {
        padding-bottom: 10.5rem;
        font-size: 2.2rem;
    }
    .mv-text h1 {
        margin-bottom: 3.5rem;
        font-size: 6rem;
    }
    .mv-text > div img {
        width: min(32vw, 328px);
        left: 10.7em;
        bottom: 3.5rem;
    }
    .mv-point {
        font-size: 1.6rem;
    }
}
@media print,screen and (min-width: 1500px){
    .mv {
        max-width: 1500px;
        margin: auto;
    }
    .mv-text {
        padding-left: calc((100% - 1400px) / 2);
    }
}

/*====================================================*/
/* news */
/*====================================================*/
.news-wrap {
    padding-top: 2.9rem;
    padding-bottom: 2.9rem;
    background: var(--deepblue);
    color: #fff;
}
.news h2 {
    margin-bottom: 2.3rem;
    font-family: var(--font-Barlow);
    font-size: 2.2rem;
    font-weight: 600;
}
.news-post a {
    transition: var(--transition);
}
.news-post a:hover,
.news-post a:active {
    opacity: .35;
}
.news-post time {
    display: block;
    margin-bottom: 0.5em;
    color: #B5B5B5;
    font-size: 1.1rem;
}
.news-post h3 {
    font-size: 1.4rem;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media print,screen and (min-width: 1025px){
    .news {
        margin-top: -5rem;
        background: var(--rightblue);
    }
    .news-wrap {
        display: grid;
        grid-template-columns: 4em 1fr;
        grid-column-gap: 4rem;
        align-items: center;
        width: 650px;
        padding: 3rem 4.5rem;
        margin-left: auto;  
        position: relative;      
    }
    .news h2 {
        margin-bottom: 0;
        font-size: 2.6rem;
    }
    .news-post {
        padding-left: 3rem;
        border-left: 1px solid #fff;
    }
    .news-post time {
        font-size: 1.2rem;
    }
    .news-post h3 {
        font-size: 1.6rem;
    }
}
@media print,screen and (min-width: 1500px){
    .news {
        max-width: 1500px;
        margin-right: auto;
        margin-left: auto;
    }
}

/*====================================================*/
/* シンフク通信 */
/*====================================================*/
.lerrers {
    padding: 6.8rem 0 5.5rem;
    background: var(--rightblue);
}
.shinfuku-list {
    margin-top: 3.5rem;
}
.post-wrap {
    padding: 3.75rem 3rem 3.25rem;
    background: #fff;
    border-radius: 5px;
    position: relative;
}
.article-num {
    width: 9rem;
    aspect-ratio: 1;
    border-top-left-radius: 5px;
    clip-path: polygon(0 100%,100% 0,0 0);
    background: var(--blue);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.article-num p {
    padding-top: 1rem;
    padding-left: 1.8rem;
    font-size: 2.4rem;
}
.article-num p span {
    display: block;
    font-size: 1rem;
}
.post-wrap figure {
    width: min(70%, 355px);
    aspect-ratio: 89 / 123;
    overflow: hidden;
}
.post-wrap figure img {
    width: 100%;
    object-fit: cover;
}
.post-detail time {
    display: block;
    width: 100%;
    color: #B5B5B5;
    font-size: 1.1rem;
}
.post-detail h3 {
    font-size: 1.6rem;
}

/* swiper 矢印 */
.page-navi {
    display: grid;
    grid-template-columns: repeat(2, 57px);
    grid-column-gap: 1.3rem;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
}
.swiper-button-next,
.swiper-button-prev {
    width: 100%;
    height: 3rem;
    margin: 0;
    border: 1px solid var(--blue);
    border-radius: 5px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 3rem;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
}
.swiper-button-prev::after {
  background-image: url(../img/common/page-arrow_p.svg);
}
.swiper-button-next::after {
  background-image: url(../img/common/page-arrow.svg);
}
@media print,screen and (max-width: 1024px){
    .post-wrap figure {
        margin: auto;
    }
    .post-detail {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 2rem;
    }
    .post-text {
        display: none;
    }
}
@media print,screen and (min-width: 1025px){
    .lerrers {
        padding: 15rem 0 12.5rem;
    }
    .lerrers .title {
        text-align: center;
    }
    .shinfuku-list {
        margin-top: 5rem;
    }
    .shinfuku-list > .wrap_m {
        margin-right: 0;
        margin-left: calc(285* 100% / 1500);
    }
    .post-wrap {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 3rem 3.5rem;
        border-radius: 10px;
    }
    .article-num {
        width: 13rem;
        border-top-left-radius: 10px;
    }
    .article-num p {
        padding-top: 1.5rem;
        padding-left: 2.5rem;
        font-size: 3.5rem;
    }
    .article-num p span {
        font-size: 1.4rem;
    }
    .post-wrap figure {
        width: min(23vw, 355px);
    }
    .post-detail {
        width: min(24vw, 360px);
        margin-left: 4.6rem;
    }
    .post-detail time {
        margin-bottom: 3rem;
        font-size: 1.2rem;
    }
    .post-detail h3 {
        font-size: 2.2rem;
    }
    .post-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        margin: 2.5rem 0 4rem;
        line-height: 2;
    }
    .page-navi {
        grid-template-columns: repeat(2, 75px);
        grid-column-gap: 1.5rem;
        margin-top: 3.5rem;
        margin-left: calc(45* 100% / 1500);
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
        border-width: 1px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        width: 2.6rem;
        height: 7px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}
@media print,screen and (min-width: 1500px){
    .lerrers {
        max-width: 1500px;
        margin: auto;
    }
}



/*====================================================*/
/* service */
/*====================================================*/
.service {
    margin-top: 5.5rem;
    margin-bottom: 6.9rem;
}
.service > p {
    margin: 4rem 0;
    font-size: 2.3rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
}
.service-list section:not(:last-of-type) {
    margin-bottom: 6rem;
}
.service-list section h3 {
    margin-top: 3rem;
    padding-bottom: 0.5em;
    color: var(--blue);
    font-size: 2rem;
    letter-spacing: 0.05em;
    position: relative;
}
.service-list section h3::after {
    content: "";
    display: block;
    width: 1.2em;
    height: 0.5px;
    background: currentColor;
    position: absolute;
    bottom: 0;
}
.service-list section p {
    margin: 2rem 0 3rem;
    line-height: 1.7;
}
.service-list .more-btn {
    width: min(67vw, 500px);
    margin: auto;
}
@media print,screen and (min-width: 1025px){
    .service {
        margin-top: 12.5rem;
        margin-bottom: 13rem;
    }
    .service .title {
        text-align: center;
    }
    .service > p {
        margin: 5.5rem 0 9rem;
        font-size: 3.8rem;
    }
    .service-list section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3.2rem;
        align-items: center;
    }
    .service-list section:not(:last-of-type) {
        margin-bottom: 5.5rem;
    }
    .service-list section:nth-of-type(2) picture {
        grid-area: 1 / 2 / 2 / 3;
    }
    .service-list section picture img {
        width: 100%;
        height: 100%;
    }
    .service-list section h3 {
        margin: 0;
        padding-bottom: 0.5em;
        font-size: 3rem;
    }
    .service-list section h3::after {
        height: 1px;
    }
    .service-list section p {
        margin: 4rem 0 5.5rem;
    }
    .service-list .more-btn {
        width: auto;
        margin: 0;
    }
}


/*====================================================*/
/* recruit */
/*====================================================*/
.recruit {
    position: relative;
}
.recruit picture:not(.bkg) {
    display: block;
    width: min(49vw, 370px);
    margin: auto;
}
.recruit-text {
    margin-top: 2.3rem;
    padding-bottom: 5.5rem;
    line-height: 1.73;
}
.recruit-text > p:first-of-type {
    margin-top: 4.2rem;
    margin-bottom: 1em;
    font-size: 2rem;
    letter-spacing: 0.05em;
}
.recruit-text .more-btn {
    margin-top: 4rem;
}
.bkg {
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -5;
}
.bkg > img {
    width: 100%;
    height: 100%;
}
@media print,screen and (min-width: 1025px){
    .recruit {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 3.5rem;
        align-items: center;
        justify-content: space-between;
        padding-top: 6.5rem;
        padding-bottom: 6.5rem;
    }
    .recruit picture:not(.bkg) {
        width: min(43vw, 443px);
        padding-left: calc( 70 * 100% / 1500 );
        margin: 0;
    }
    .recruit-text {
        margin-top: 0;
        padding-bottom: 0;
        padding-right: calc( 70 * 100% / 1500 );
    }
    .recruit-text > p:first-of-type {
        margin-top: 6.5rem;
        margin-bottom: 1.2em;
        font-size: 3.2rem;
    }
    .recruit-text .more-btn span:not(.circle) {
        display: none;
    }
    .recruit-text .more-btn .circle {
        width: 4.3rem;
        height: 4.3rem;
        margin-left: 0;
    }
    .recruit-text .more-btn .circle img {
        width: 12px;
    }
    .bkg {
        height: 100%;
    }
}
@media print,screen and (min-width: 1500px){
    .recruit {
        max-width: 1500px;
        margin: auto;
    }
}


/*====================================================*/
/* ブログ / インスタグラム */
/*====================================================*/
.blog {
    margin-top: 5.5rem;
    margin-bottom: 8.5rem;
}
.blog-list {
    margin: 3.2rem 0;
    border-top: 0.5px solid #E1E1E1;
    border-bottom: 0.5px solid #E1E1E1;
}
.blog-post {
    padding: 1.2rem 0 1.8rem;
}
.blog-post:not(:last-of-type) {
    border-bottom: 0.5px solid #E1E1E1;
}
.blog-post a {
    padding: 1.2rem 0 1.8rem;
    transition: var(--transition);
}
.blog-post a:hover,
.blog-post a:active {
    opacity: .35;
}
.blog-post time {
    color: #B5B5B5;
    font-size: 1.1rem;
}
.blog-post p {
    margin-top: 1.3rem;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.instagram {
    margin-left : calc( 100 * 100% / 750 );
    margin-right : calc( 100 * 100% / 750 );
    padding-bottom: 5.8rem;
}
.instagram .title {
    margin-bottom: 3.3rem;
}

@media print,screen and (max-width: 1024px){
    #sb_instagram #sbi_images {
        display: flex !important;
        padding: 0;
    }
    #sb_instagram #sbi_images .sbi_item {
        display: block !important;
        width: 100% !important;
        transition-property: transform !important;
    }
}
@media print,screen and (min-width: 1025px){
    .flex-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 12vw;
        align-items: flex-start;
        margin-left : calc( 135 * 100% / 1500 );
        margin-right : calc( 135 * 100% / 1500 );
        padding: 16rem 0 17rem;
    }

    .blog {
        margin: 0;
    }
    .blog-list {
        margin: 6rem 0 3.5rem;
        border-top-width: 1px;
        border-bottom-width: 1px;
    }
    .blog-post {
        padding: 1.7rem 0 2rem;
    }
    .blog-post:not(:last-of-type) {
        border-bottom-width: 1px;
    }
    .blog-post a {
        padding: 1.7rem 0 2rem;
    }
    .blog-post time {
        font-size: 1.2rem;
    }
    .blog-post p {
        margin-top: 2rem;
    }
    .blog .more-btn {
        display: block;
        text-align: right;
    }

    .instagram {
        margin: 0;
    }
    .instagram .title {
        margin-bottom: 6rem;
    }
    #sb_instagram #sbi_images {
        display: grid;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 0 !important;
    }
    #sb_instagram.sbi_col_4 #sbi_images {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .insta-list .page-navi {
        display: none;
    }
}
@media print,screen and (min-width: 1500px){
    .flex-wrap {
        margin-left: calc( ( 100% - 1230px ) / 2 );
        margin-right: calc( ( 100% - 1230px ) / 2 );
    }
}



/*====================================================*/
/* オンラインストア */
/*====================================================*/
.online {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
    background: var(--rightblue);
}
.online-list {
    margin: 3.3rem 0 4rem;
}
.online-post {
    transition: var(--transition);
}
.online-post:hover,
.online-post:active {
    opacity: .35;
}
.online-post figure {
    margin-bottom: 2.5rem;
    border-radius: 5px;
    aspect-ratio: 649 / 753;
    overflow: hidden;
}
.online-post figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-title {
    line-height: 1.7;
}
.price {
    margin-top: 2.5rem;
    color: #9B9B9B;
    font-size: 1.3rem;
}
.online-list .page-navi {
    margin-top: 3.8rem;
}
@media print,screen and (min-width: 1025px){
    .online {
        padding-top: 11rem;
        padding-bottom: 16rem;
    }
    .online-title_pc {
        position: relative;
    }
    .online .title {
        text-align: center;
    }
    .online-title_pc .more-btn {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .online-list {
        margin: 7.5rem 0 0;
    }
    .online-list .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 3.5rem;
    }
    .online-post figure {
        border-radius: 10px;
        aspect-ratio: 56 / 65;

    }
    .price {
        font-size: 1.2rem;
    }
    .online-list .page-navi {
        display: none;
    }
}
@media print,screen and (min-width: 1500px){
    .online {
        max-width: 1500px;
        margin: auto;
    }
}