@charset "utf-8";
/* CSS Document */

/* pagefly 調整用 */
.pf-24_ .iwpzju{
    max-width: none;
}
.pf-24_ .pf-c{
    padding: 0 !important;
}

/*----------lp----------*/
html,body{
    overflow-x: hidden;
}

.ft_container a{
    text-decoration: none;
    color: #2f2f2f;
}
.ft_container ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ft_container p{
    margin: 0;
    padding: 0;
}

.ft_container {
    max-width: 1170px;
    margin: 0 auto 100px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;
    font-feature-settings: "palt";
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
}
.ft_container * {
    box-sizing: border-box;
}

.ft_container img{
    text-align:center;
    margin: 0 auto;
    max-width: 100%;
}
.ft_container a{
    transition: 0.3s;
}
.ft_container a:hover{
    text-decoration: none !important;
    opacity: 0.6;
}
.ft_container .pc{
    display: block;
}
.ft_container .sp{
    display: none;
}


/* mv */
.ft_container .mainvisual{
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
.ft_container .mainvisual h1{
    margin: 0;
}

.ft_container .lead-text {
    width: 90%;
    margin: 70px auto 100px;
    font-size: 16px;
    line-height: calc(32 / 16);
    letter-spacing: 0.18em;
}

/* item */
.ft_container .item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    width: 100%;
    margin: 0 auto 180px;
    position: relative;
}
.ft_container .item:nth-child(even){
    flex-direction: row-reverse;
}
.ft_container .item_title{
    width: 100%;
    margin: 0 auto -20px;
    color: #7d6b56;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 58px;
    line-height: 1;
}
.ft_container .item .item_image{
    display: flex;
    width: 59.6%;
    max-width: 697px;
}
.ft_container .item .item_text{
    width: calc((100% - 59.6%) - 60px);
    text-align: left;
}
.ft_container .item:nth-child(even) .item_image{
    width: 50%;
}
.ft_container .item:nth-child(even) .item_text{
    width: calc((100% - 50%) - 60px);
}
.ft_container .item_image_flex img{
    width: 54%;
    max-width: 375px;
    height: 100%;
}
.ft_container .item_image_flex img:nth-child(2){
    margin: 190px auto 0 -7.6%;
}

/* credit */
.ft_container .credit{
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 380px;
    margin-top: 30px;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
}
.ft_container .credit_item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
}
.ft_container .credit_name{
    display: block;
    width: 20%;
}
.ft_container .credit_price{
    display: block;
    width: 17%;
}
.ft_container .attention{
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
}
.ft_container .credit a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 23px;
    background-color: #7d6b57;
    color: #fff;
    text-align: center;
}
.ft_container .credit a:hover {
    background: #2f2f2f;
}

/* style */
.style{
    width: 100%;
    margin: 200px auto;
    padding: 120px 0 150px;
    position: relative;
}
.style::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background: #ece8e3;
}
.style_title{
    width: 100%;
    margin: 0 auto 50px;
    color: #7d6b56;
    text-align: center;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 48px;
    line-height: 1;
}
.style_wrap{
    display: flex;
    gap: 30px;
}
.style_item{
    width: calc((100% - 60px) / 3);
}


/* btn area */
.ft_container .btn-area{
    margin: 100px auto 100px;
    text-align: center;
}
.ft_container .btn_wrap{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 80px auto;
}
.ft_container .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    max-width: 600px;
    height: 70px;
    margin: 0 auto;
    font-size: 19px;
    font-family: gill-sans-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    border: 1px solid #2f2f2f;
    position: relative;
    color: #2f2f2f;
}
.ft_container .btn-2{
    background: #7d6b56;
    border: 1px solid #7d6b56;
    color: #fff;
}
.ft_container .btn::after{
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    position: absolute;
    right: 39px;
    top: 45%;
}

@media screen and (max-width: 1171px){
    /* item */
    .ft_container .item{
        width: 95%;
    }
    /* style */
    .style_wrap{
        width: 95%;
        margin: auto;
    }
}

@media screen and (max-width: 820px){
    /* credit */
    .ft_container .credit {
        font-size: 13px;
    }
    .ft_container .credit_name {
        width: 28%;
    }
    .ft_container .attention {
        font-size: 0.5em;
    }
}

@media screen and (max-width: 750px){
    .ft_container .pc{
        display: none;
    }
    .ft_container .sp{
        display: block;
    }
    .ft_container{
        margin-bottom: 0;
        font-size: 13px;
    }

    .ft_container .lead-title{
        line-height: 1.5;
        font-size: 20px;
        margin-bottom: 16px;
    }
    .ft_container .lead-text{
        width: 100%;
        margin: 50px auto 70px;
        font-size: 13px;
    }
    
    /* credit */
    .ft_container .credit {
        width: 100%;
        margin: 16px auto;
        font-size: 13px;
    }
    .ft_container .attention {
        font-size: 0.9em;
    }

    /* item */
    .ft_container .item{
        flex-direction: column;
        gap: 20px;
        width: 85%;
        margin-bottom: 50px;
    }
    .ft_container .item .item_image,
    .ft_container .item:nth-child(even) .item_image,
    .ft_container .item .item_text,
    .ft_container .item:nth-child(even) .item_text{
        width: 100%;
    }
    .ft_container .item .item_image {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .ft_container .item_image_flex img {
        width: 100%;
    }
    .ft_container .item_image_flex img:nth-child(2) {
        width: 78%;
        margin: 0;
    }
    .ft_container .item_text .credit{
        margin-top: 20px;
    }
    .ft_container .item_title{
        margin-bottom: 0px;
        font-size: 38px;
    }
    .ft_container .item_image{
        width: 100%;
    }

    /* style */
    .ft_container .style{
        margin: 100px auto 0;
        padding: 60px 0 70px;
    }
    .ft_container .style_title{
        font-size: 32px;
        margin-bottom: 20px;
    }
    .style_wrap {
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto;
    }
    .ft_container .style_item{
        width: 100%;
    }

    /* btn */
    .ft_container .btn-area{
        margin: 70px auto;
    }
    .ft_container .btn_wrap{
        gap: 6px;
        margin: 20px auto;
    }
    .ft_container .btn{
        height: 60px;
        font-size: 16px;
    }
}
