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


/* ==============

	 共通

==============*/


/* ==============

	公式のサイド・ヘッダー等の非表示

==============*/

#header-new .important,
#header-new .globalnav,
#follow-nav ul.navlist,
.footer-wrapper {
    display: none;
}
#header-new,
#header-new .navigation {
    border:0;
}
.col-lg-3{
	display:none;
}
.col-lg-9 {
	width:100%;
}
.col-lg-9.pull-right {
	float: none!important;
	padding: 0!important;
}
.feature_inner {
	margin: 0 auto;
}
.feature_inner dl {
	margin: 0;
}
.feature_inner dd {
    margin-left: 0;
}
.feature_inner dt,
.feature_inner dd {
    line-height: unset;
	font-weight: unset;
}

/* コンテンツ幅の解除 */
div#container.container,
.row {
    width: 100%;
    max-width: unset;
}
#container {
    padding-top: 0;
}
#container dt,
#container dd {
    line-height: 1.8;
}


/* ==============

	PC

==============*/

/* 共通 */
#feature-page.f30-page {
    font-size: 18px;
}
.inner {
    width: 1170px;
    margin: 0 auto;
}
.ttl-box {
    margin-bottom: 50px;
}
    .ttl-box h2 {
        font-size: 40px;
        font-weight: 500!important;
        line-height: 1.5;
        text-align: center;
    }
    .ttl-box p {
        line-height: 1.8;
        text-align: center;
        margin-top: 20px;
    }

/* 追従 */
.f30-page .item-cart {
    width: 150px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}


/* mv */
.f30-mv {
    min-height: 730px;
}
    .f30-mv .inner {
        position: relative;
    }
    .f30-mv .inner::before {
        position: absolute;
        content: "";
        top: 0;
        left: -100vw;
        width: calc(560px + 100vw);
        height: 100%;
        background-color: #f2efe6;
        z-index: 0;
    }
    .f30-mv .mv-txt {
        position: relative;
        z-index: 2;
        width: 620px;
        padding: 100px 0 100px 0px;
    }
    .f30-mv .mv-txt h1 {
        font-size: 44px!important;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .f30-mv .mv-txt p:first-child {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .f30-mv .mv-img {
        position: absolute;
        z-index: 1;
        right: -14%;
        top: 35px;
    }

/* sec01 */
.sec01 {
    
}
    .sec01 .sec-01-list ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec01 .sec-01-list ul li {
        width: 30%;
    }
    .sec01 .sec-01-list li dl dt {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.3!important;
        text-align: center;
        margin-bottom: 15px;
    }
    .sec01 .sec-01-list li dl dd img {
        border-radius: 5px;
    }
    .sec01 .sec-01-list li dl dd:last-child {
        margin-top: 15px;
    }

/* sec02 */
.sec02 {
    background-color: #f2efe6;
}
.sec02 .inner {
    padding: 60px 0;
    margin: 60px auto;
}

.sec02 .flow-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .sec02 .flow-box .flow-txt {
        width: 55%;
    }
        .sec02 .flow-box .flow-txt ul li {
            border-top: 1px solid #dddddd;
            padding: 15px 30px 25px 30px;
        }
            .sec02 .flow-box .flow-txt ul li:last-child {
                border-bottom: 1px solid #dddddd;
            }
        .sec02 .flow-box .flow-txt ul li dl dt {
            font-size: 28px;
            font-weight: 500;
            line-height: 1.5;
        }
        .sec02 .flow-box .flow-txt ul li dl dt span {
            font-size: 34px;
        }
    .sec02 .flow-box .flow-img {
        width: 40%;
    }


/* sec03 */
.sec03 {
     overflow-x: hidden;
}
.sec03 .card {
    /*width: 100vw;
    margin-left: calc(50% - 50vw);*/
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: auto;
    overflow-y: hidden;
    /*padding: 0 max(20px, calc((100vw - 1170px) / 2));*/
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #8f8f8f transparent;
    -webkit-overflow-scrolling: touch;
}

/* スクロール */
.sec03 .card.is-dragging {
  cursor: grabbing;
}
.sec03 .card::-webkit-scrollbar {
  height: 6px;
}
.sec03 .card::-webkit-scrollbar-track {
  background: transparent;
}
.sec03 .card::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 100px;
}
 
    .sec03 .card ul {
        display: inline-flex;
        flex-wrap: nowrap;
        gap: 24px;
        /*width: max-content;*/
        margin: 0;
        padding: 0 max(20px, calc((100% - 1170px) / 2));
        padding-bottom: 16px;
        list-style: none;
    }
    .sec03 .card ul::after {
        content: "";
        flex: 0 0 20px;
    }
    .sec03 .card .card-item {
        flex: 0 0 450px;
        box-sizing: border-box;
        padding: 24px 32px;
        border-radius: 10px;
    }
    .sec03 .card .card-item:last-child {
        margin-right: 30px;
    }
        .sec03 .card .card-item.l-01 {
            border: 1px solid #b3a885;
        }
        .sec03 .card .card-item.l-02 {
            border: 1px solid #dc9e6d;
        }
        .sec03 .card .card-item.l-03 {
            border: 1px solid #dc856d;
        }
    .sec03 .card .card-item .label {
        font-size: 24px;
        color: #FFFFFF;
        border-radius: 50px;
        text-align: center;
        margin-bottom: 20px;
    }
        .sec03 .card .card-item .label.l-01 {
            background-color: #b3a885;
        }
        .sec03 .card .card-item .label.l-02 {
            background-color: #dc9e6d;
        }
        .sec03 .card .card-item .label.l-03 {
            background-color: #dc856d;
        }
    .sec03 .card .card-item .card-txt h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 12px;
    }

/* sec04 */
.sec04 {
    background-color: #f2efe6;
}
.sec04 .inner {
    padding: 60px 0;
    margin: 60px auto;
}

.sec04 .care-box {
    
}

    .sec04 .care-box .care-img ul {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .sec04 .care-box .care-img ul li {
        width: 48%;
    }
        .sec04 .care-box .care-img ul li h3 {
            font-size: 28px;
            font-weight: 500;
            text-align: center;
            line-height: 1.3;
            margin-bottom: 12px;
        }
        .sec04 .care-box .care-img ul li img {
            border-radius: 5px;
        }
.sec04 .care-movie {
    background-color: #FFFFFF;
    padding: 30px;
    margin-top: 40px;
}
    .sec04 .care-movie h3 {
        font-size: 28px;
        font-weight: 500;
        text-align: center;
    }
.sec04 .care-movie ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; 
}
.sec04 .care-movie ul li {
    width: 48.5%;
}
    .sec04 .care-movie ul li .movie-sub {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
    }
    .sec04 .care-movie ul li .movie-sub iframe {
      width: 100%;
      height: 100%;
      border: 0;
    }

/* sec05 */
.sec05 {
    margin-bottom: 80px;
}
    /* tab */
    .sec05 .tabbox.mushi-tab .tab {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .sec05 .tabbox.mushi-tab .tab li {
      position: relative;
      flex: 1 1 50%;
      padding: 30px 20px;
      text-align: center;
      font-size: 28px;
      line-height: 1.2;
      border-bottom: 1px solid #333333;
      box-sizing: border-box;
    }
    .sec05 .tabbox.mushi-tab .tab li:not(.select)::before {
      display: none;
    }
    .sec05 .tabbox.mushi-tab .tab li.select {
        border-top: 1px solid #333333;
        border-right: 1px solid #333333;
        border-bottom: none;
        border-top-right-radius: 5px;
    }
    .sec05 .tabbox.mushi-tab .tab li:last-child.select {
        border-top-left-radius: 10px;
        border-left: 1px solid #333333;
        border-right: 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 0;
    }


.sec05 .tabbox .cell.hide {
    display: none;
}
.sec05 .tabbox .cell ul.item-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px;
}
    .sec05 .tabbox .cell ul.item-list > li{
        width: 31%;
    }
    .sec05 .tabbox .cell ul.item-list > li a {
        display: block;
        color: inherit;
    }
        .sec05 .tabbox .cell ul.item-list li .copy {
            text-align: center;
            font-size: 20px;
            margin-bottom: 16px;
        }
        .sec05 .tabbox .cell ul.item-list li h3 {
            font-size: 24px;
            font-weight: 500;
        }
        .sec05 .tabbox .cell ul.item-list li .desc {
        
        }
        .sec05 .tabbox .cell ul.item-list li .tag {
            display: flex;
            flex-wrap: nowrap;
            justify-content: flex-start;
            gap: 10px;
            margin-top: 12px;
            margin-bottom: 12px;
        }
            .sec05 .tabbox .cell ul.item-list li .tag li {
                font-size: 12px;
                padding: 3px 5px;
                border: 1px solid #333333;
            }
        .sec05 .tabbox .cell ul.item-list li .price {
            font-size: 22px;
            text-align: right;
        }
    .sec05 .sec05-btn a {
        max-width: 500px;
        margin: 40px auto 0;
        display: block;
        background-color: #231815;
        color: #FFF;
        font-size: 24px;
        text-align: center;
        padding: 10px 0;
        border-radius: 50px;
    }


/* sns */
.common-sns {
width: 900px;
border: 1px solid #231815;
margin: 30px auto 40px;
position: relative;
}
.common-sns h3 {
    position: absolute;
    top: -18px;
    left: 30px;
    background-color: #FFFFFF;
    border: 1px solid #231815;
    padding: 5px 20px 5px 50px;
}
    .common-sns h3:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 15px;
        width: 30px;
        height: 30px;
        background-image: url('https://nagatanien.life/store-data/img/feature/f27/common/inst-icon.svg');
        background-position: center;
        background-size: contain;
    }
.common-sns .common-sns-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 30px 30px;
}
    .common-sns .common-sns-box .sns-txt {
        padding-top: 50px;
        width: 70%;
    }
    .common-sns .common-sns-box .sns-img {
         padding-top: 30px;
        width: 25%;
    }


/* サービス */

.com-service .service-box .inner{
    background-color: #FDFAF3;
    border-radius: 30px;
}

.com-service ul {
display: flex;
flex-wrap: wrap;
}

.com-service ul li {
    width: 50%;
    padding: 30px;
}
    .com-service .service-box ul li:nth-child(2n+1) {
        border-right: 1px solid #EEE9DB;
    }
    .com-service .service-box ul li:last-child,
    .com-service .service-box ul li:nth-last-child(2){
        border-bottom: none;
    }   

.com-service ul li .service-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
    .com-service ul li .service-top figure {
        margin-right: 5%;
        width: 25%;
    }

    .com-service ul li .service-top h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 1.5;
        margin-bottom: 20px;
        width: 70%;
    }
        .com-service ul li .service-top h3 span {
            display: block;
            font-size: 18px;
        }

.com-service ul li .service-bottom p.item-txt {
    margin-bottom: 20px;
}
.com-service ul li .service-bottom .item-btn a {
    display: block;
    background-color: #231815;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
}
    

/* ==============

	PCここまで

==============*/



/* ==============

	tablet＆SP

==============*/

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

    

} /* tablet&SP終了 */



/* ==============

	SP

==============*/

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

    /* sns */
    .common-sns {
        width: 100%;
    }

    /* サービス */

    .com-service ul li .service-top h3 {
        font-size: 22px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
        .com-service ul li .service-top h3 span {
            font-size: 14px;
        }

}/* max-width: 950px 終了 */

@media only screen and (max-width: 1024px) {
    
    /* 共通 */
    .inner {
        width: 100%;
        padding: 0 4%;
    }
    .ttl-box {
        margin-bottom: 30px;
    }
        .ttl-box h2 {
            font-size: 24px;
        }    
        .ttl-box p {
            line-height: 1.5;
            font-size: 16px;
            margin-top: 10px;
        }
    #container {
        padding: 0;
    }
    
    
    /* mv */
    .f30-mv {
        min-height: auto;
    }
        .f30-mv .inner {
            position: relative;
            background-color: #f2efe6;
            padding-bottom: 20px;
        }
        .f30-mv .inner::before {
            content: none;
        }
        .f30-mv .mv-txt {
            position: relative;
            z-index: 2;
            width: 100%;
            padding: 40px 0 20px 0px;
        }
        .f30-mv .mv-txt h1 {
            font-size: 30px!important;
            font-weight: 500;
            line-height: 1.4;
            margin-bottom: 20px;
        }
        .f30-mv .mv-txt p {
            font-size: 18px;
        }
        .f30-mv .mv-img {
            position: relative;
            z-index: 1;
            right: 0;
            top: 0;
        }
    
    
    /* sec01 */
        .sec01 {
            margin-top: 40px;
        }
        .sec01 .sec-01-list ul {
            display: block;
        }
        .sec01 .sec-01-list ul li {
            width: 100%;
            margin-bottom: 35px;
        }
        .sec01 .sec-01-list li dl dt {
            font-size: 20px;
        }

    /* sec02 */
    .sec02 .inner {
        padding: 40px 4%;
        margin: 40px auto;
    }

    .sec02 .flow-box {
        display: block;
    }

        .sec02 .flow-box .flow-txt {
            width: 100%;
            margin-bottom: 20px;
        }
            .sec02 .flow-box .flow-txt ul li {
                padding: 15px 10px 25px 10px;
            }
            .sec02 .flow-box .flow-txt ul li dl dt {
                font-size: 18px;
                font-weight: 500;
                line-height: 1.5;
            }
            .sec02 .flow-box .flow-txt ul li dl dt span {
                font-size: 22px;
            }
        .sec02 .flow-box .flow-img {
            width: 100%;
        }


    /* sec03 */
    .sec03 {
         overflow-x: hidden;
    }
    .sec03 .card {
        margin-left: calc(50% - 50vw);
        padding: 0 max(20px, calc((100vw - 1170px) / 2));
    }
    .sec03 .card .card-item {
        flex: 0 0 320px;
        box-sizing: border-box;
        padding: 22px 24px;
        border-radius: 10px;
    }
    .sec03 .card .card-item .label {
        font-size: 22px;
    }
    .sec03 .card .card-item .card-txt h3 {
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 8px;
    }
    .sec03 .card .card-item .card-txt p {
        line-height: 1.5;
    }

    /* sec04 */
    .sec04 .inner {
        padding: 40px 4%;
        margin: 40px auto;
    }
        .sec04 .care-box .care-img ul li {
            width: 48%;
        }
            .sec04 .care-box .care-img ul li h3 {
                font-size: 18px;
            }
    .sec04 .care-movie {
        padding: 15px;
        margin-top: 30px;
    }
        .sec04 .care-movie h3 {
            font-size: 22px;
        }
        .sec04 .care-movie ul {
            display: block;
        }
            .sec04 .care-movie ul li:first-child {
                margin-bottom: 20px;
            }
            .sec04 .care-movie ul li {
                width: 100%;
            }

    /* sec05 */
    .sec05 {
        margin-bottom: 60px;
    }
        .sec05 .tabbox.mushi-tab .tab li {
          padding: 20px 15px;
          font-size: 22px;
        }
    
        .sec05 .tabbox .cell ul.item-list {
            flex-wrap: wrap; /* ←これ大事 */
        }
        .sec05 .tabbox .cell ul.item-list > li {
            width: 100%;
        }
        .sec05 .tabbox .cell ul.item-list > li:first-child {
            width: 100%;
            margin-bottom: 30px;
        }
        .sec05 .tabbox .cell ul.item-list > li:not(:first-child) {
            width: 48%;
        }
            .sec05 .tabbox .cell ul.item-list li .copy {
                font-size: 18px;
            }
                .sec05 .tabbox .cell ul.item-list > li:not(:first-child) .copy {
                    font-size: 13px;
                }
            .sec05 .tabbox .cell ul.item-list li h3 {
                font-size: 20px;
                font-weight: 500;
            }
            .sec05 .tabbox .cell ul.item-list li .desc {
                font-size: 16px;
            }
            .sec05 .tabbox .cell ul.item-list li .price {
                font-size: 18px;
                text-align: right;
            }
            .sec05 .tabbox .cell ul.item-list li .tag li {
                font-size: 11px;
            }
    .sec05 .tabbox .cell ul.item-list > li:not(:first-child) .tag li {
        margin-bottom: 5px;
    }
    
        .sec05 .sec05-btn a {
            max-width: 100%;
            font-size: 20px;
        }

    /* 追従 */
    .f30-page .item-cart {
        width: 100px;
    }

    /* sns */
        .common-sns {
            margin: 60px auto 40px;
        }
        .common-sns .common-sns-box {
            display: block;
            padding: 0 30px 30px;
        }
            .common-sns .common-sns-box .sns-txt {
                padding-top: 40px;
                width: 100%;
            }
            .common-sns .common-sns-box .sns-img {
                padding-top: 20px;
                width: 100%;
            }
    /* サービス */
    .com-service ul {
        display: block;
    }
    .com-service ul li {
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #EEE9DB;
    }
        .com-service .service-box ul li:nth-child(2n+1) {
            border-right: 0;
        }

        .com-service ul li .service-top h3 {
            font-weight: 500;
            line-height: 1.5;
        }
        .com-service ul li .service-top figure {
            margin-right: 3%;
            width: 60%;
        }

            .com-service ul li .service-top h3 span {
                display: block;
                margin-bottom: 5px;
            }

    .com-service ul li .service-bottom p.item-txt {
        margin-bottom: 20px;
    }
    .com-service ul li .service-bottom .item-btn a {
        font-size: 16px;
    }

    
}/* max-width: 1024px 終了 */

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

	}
@media only screen and (max-width: 400px) {
    
    /* mv */
    .f30-mv .mv-txt h1 {
        font-size: 28px !important;
    }
    /* sec03 */
    .sec03 .card .card-item {
        flex: 0 0 270px;
        padding: 15px 12px;
    }
    
    
    
	}

@media (max-width: 480px) {
    .container {
        padding: 0!important;
    }
}

 /* SP終了 */