@charset "utf-8";
/* CSS Document */

body {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1C1C1C;
    font-size: 14px;
    line-height: 2.29;
    letter-spacing: 0.03em;
    background: #fff;
}

/* -- hide -- */
@media screen and (min-width: 901px) {
    .pc_hide {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    .sp_hide {
        display: none !important;
    }
}

#contents .mv{
    width: 100%;
    background-color: #FCFDFEB2;
    display: flex;
    align-items: center;
}
#contents .mv .mv_text{
    width: 41%;
    margin: 0 auto 0 5.72%;
}
#contents .mv .mv_logo{
    margin-bottom: 81px;
}
#contents .mv .mv_logo img{
    width: 36.04%;
}
#contents .mv .mv_title{
    margin-bottom: 108px;
}
#contents .mv .mv_title img{
    width: 52.99%;
}
#contents .mv .mv_lead{
}
#contents .mv .mv_img{
    flex: 1; 
    height: auto;
    max-height: 100vh;
}
#contents .mv .mv_img img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
@media screen and (max-width: 900px) {
    #contents .mv{
        flex-direction: column-reverse;
    }
    #contents .mv .mv_text{
        width: 88.26%;
        margin: 26px auto 0 29px;
        padding-bottom: 63px;
    }
    #contents .mv .mv_logo{
        margin-bottom: 38px;
    }
    #contents .mv .mv_logo img{
        width: 45%;
    }
    #contents .mv .mv_title{
        margin-bottom: 46px;
    }
    #contents .mv .mv_title img{
        width: 70%;
    }
    #contents .mv .mv_lead{
        letter-spacing: 0;
    }
    #contents .mv .mv_img{
        width: 100%;
    }
    #contents .mv .mv_img img{
        width: 100%;
        height: auto;
    }
}

#contents .cutin_img{
    margin: 100px 0;
}
#contents .cutin_img img{
    width: 100%;
}
@media screen and (max-width: 900px) {
    #contents .cutin_img{
        margin: 0 0 81px;
    }
    #contents .cutin_img img{
        width: 100%;
    }
}

#contents .snap_container{
    width: 100%;
    max-width: 71%;
    margin: 0 auto;
    position: relative;
    height: 100vh;
}
#contents .sticky_wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#contents .left_fixed{
    width: 41%;
    height: 100vh;
    top: 0;
    left: 0;
    position: sticky;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 20;
}
#contents .left_fixed h2{
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 1.85;
    letter-spacing: 0.08em;
    margin-bottom: 53px;
}
#contents .left_fixed {

}
#contents .right_scrolling{
    width: 51%;
    position: relative;
    height: 100vh;
}
#contents .image_item{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#contents .image_item:nth-child(1) { z-index: 1; }
#contents .image_item:nth-child(2) { z-index: 2; }
#contents .image_item:nth-child(3) { z-index: 3; }
#contents .image_item:nth-child(4) { z-index: 4; }
#contents .image_item:nth-child(5) { z-index: 5; }
#contents .image_item img{
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
}
@media screen and (max-width: 900px) {
    #contents .snap_container{
        max-width: unset;
        margin: 0 auto;
        position: unset;
        height: unset;
    }
    #contents .sticky_wrapper{
        display: block;
        justify-content: none;
    }
    #contents .left_fixed{
        width: 84.5%;
        margin: 0 auto;
        position: unset;
        height: unset;
        display: block;
        flex-direction: unset;
        justify-content: unset;
        z-index: unset;
    }
    #contents .left_fixed h2{
        font-size: 22px;
        line-height: 1.82;
        letter-spacing: 0.1em;
        margin-bottom: 39px;
    }
    #contents .left_fixed p{
        font-size: 14px;
        line-height: 2.0;
        margin-bottom: 97px;
    }
    #contents .right_scrolling{
        width: 92%;
        margin: 0 auto;
        height: auto;
    }
    #contents .image_item{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 15px;
    }
    #contents .image_item img{
        width: 100%;
        height: auto;
        object-fit: unset;
    }
}

#contents .detail{
    width: 100%;
    padding: 137px 0 20px;
    background: linear-gradient(to bottom, #FFFFFF 0%, #EBF2F9 100%);
}
#contents .detail h2{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.24em;
    margin-bottom: 73px;
    text-align: center;
}
#contents .detail_container{
    display: flex;
    gap: 95px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 120px;
}
#contents .row_reverse{
    flex-direction: row-reverse;
}
#contents .detail_img{
    width: 500px;
}
#contents .detail_img img{
    width: 500px;
}
#contents .detail_text{
    width: 310px;
}
#contents .detail_text h3{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding-bottom: 29px;
}
#contents .title_boder{
    width: 15px;
    border: 1px solid #00000080;
}
#contents .detail_text .detail_title{
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    margin: 39px 0 40px;
    font-size: 23px;
    line-height: 1.65;
    letter-spacing: 0.08em;
}
#contents .detail_text .detail_lead{
    letter-spacing: 0;
}
@media screen and (max-width: 900px) {
    #contents .detail{
        padding: 120px 0 10px;
    }
    #contents .detail h2{
        font-size: 19px;
        margin-bottom: 50px;
    }
    #contents .detail_container{
        display: block;
        width: 100%;
        margin: 0 auto 80px;
    }
    #contents .detail_img{
        width: 84.5%;
        margin: 0 auto;
    }
    #contents .detail_img img{
        width: 100%;
    }
    #contents .detail_text{
        width: 73%;
        margin: 35px auto 0;
    }
    #contents .detail_text h3{
        font-size: 16px;
        padding-bottom: 0;
        text-align: center;
    }
    #contents .title_boder{
        display: none;
    }
    #contents .detail_text .detail_title{
        margin: 16px 0 36px;
        font-size: 20px;
        line-height: 1.7;
        letter-spacing: 0.08em;
        text-align: center;
    }
    #contents .detail_text .detail_lead{
        font-size: 14px;
        line-height: 2.29;
    }
}

#contents .credit{
    width: 64.2%;
    margin: 140px auto 120px;
}
#contents .credit_container{
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}
#contents .credit_img{
}
#contents .credit_img img{
    width: 520px;
}
#contents .credit_text{
}
#contents .credit_logo{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.08em;
    margin-bottom: 9px;
}
#contents .credit_name{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.07;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
}
#contents .credit_price{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.06em;
    margin-bottom: 51px;
}
#contents .credit_price span{
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: 0.06em;
}
#contents .credit_detail{
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0;
    margin-bottom: 50px;
}
#contents .credit_btn img{
    width: 104px;
}
#contents .credit_btn img:hover{
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 900px) {
    #contents .credit{
        width: 100%;
        margin: 0 auto 90px;
    }
    #contents .credit_container{
        display: block;
    }
    #contents .credit_img{
    }
    #contents .credit_img img{
        width: 100%;
    }
    #contents .credit_text{
        text-align: center;
        margin-top: 59px;
    }
    #contents .credit_logo{
        font-size: 14px;
        line-height: 2.14;
        margin-bottom: 2px;
    }
    #contents .credit_name{
        font-size: 22px;
        line-height: 1.36;
        margin-bottom: 10px;
    }
    #contents .credit_price{
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 31px;
    }
    #contents .credit_price span{
        font-size: 10px;
        line-height: 2;
    }
    #contents .credit_detail{
        font-size: 13px;
        line-height: 2.15;
        margin-bottom: 40px;
    }
    #contents .credit_btn img{
        width: 24%;
    }
}

#contents .about{
    max-width: 877px;
    margin: 0 auto;
    border-top: 1px solid #00000080;
}
#contents .about_container{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 140px;
}
#contents .about h2{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    width: 17.53%;
    font-size: 18px;
    letter-spacing: 0.2em;
}
#contents .about .about_lead{
    width: 71.6%;
    letter-spacing: 0;
}
@media screen and (max-width: 900px) {
    #contents .about{
        max-width: unset;
        width: 78.1%;
        margin: 0 auto;
    }
    #contents .about_container{
        display: block;
        padding: 49px 0 113px;
    }
    #contents .about h2{
        width: 100%;
        font-size: 18px;
        letter-spacing: 0.2em;
        margin-bottom: 40px;
    }
    #contents .about .about_lead{
        width: 96.5%;
    }
}

#footer{
    width: 86.16%;
    margin: 0 auto 106px;
    text-align: center;
}
#footer img{
    width: 100%;
}
@media screen and (max-width: 900px) {
    #footer{
        width: 84.5%;
        margin: 0 auto 81px;
    }
    #footer img{
        width: 100%;
    }
}


/* - INTERVIEW - */
.fixed-banner {
    position: fixed;
    bottom: 19px;
    right: 25px;
    width: 116px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.fixed-banner:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.fixed-banner.is-show {
    opacity: 1;
    visibility: visible;
}
.fixed-banner.is-show:hover {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.fixed-banner img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 900px) {
    .fixed-banner {
        bottom: 10px;
        right: 10px;
        width: 85px;
        z-index: 9999;
    }
    .fixed-banner:hover {
    }
    .fixed-banner img {
    }
}


#contents .in_mv{
    width: 100%;
    background-color: #F8F5F2;
    display: flex;
    align-items: center;
}
#contents .in_mv_img{
    width: 58.56%;
}
#contents .in_mv_img img{
    width: 100%;
}
#contents .in_mv_text{
    width: 41.44%;
    align-items: center;
    margin: 0 6% 0 5%;
}
#contents .in_mv_subtitle{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin-bottom: 5.8%;
}
#contents .in_mv_title{
    font-family: "toppan-bunkyu-mincho-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.81;
    letter-spacing: 0.08em;
    margin-bottom: 15.34%;
}
#contents .in_mv_border{
    width: 18px;
    border: 0.5px solid #00000080;
    margin-bottom: 3.7%;
}
#contents .in_mv_lead{
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 12px;
}
#contents .in_mv_name{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.04em;
}
#contents .in_mv_name span{
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
    #contents .in_mv{
        display: block;
    }
    #contents .in_mv_img{
        width: 100%;
    }
    #contents .in_mv_img img{
        width: 100%;
    }
    #contents .in_mv_text{
        width: 84.2%;
        margin: 29px auto 0;
        padding-bottom: 43px;
    }
    #contents .in_mv_subtitle{
        font-size: 10px;
        letter-spacing: 0.18em;
        margin-bottom: 15px;
    }
    #contents .in_mv_title{
        font-size: 20px;
        line-height: 1.67;
        margin-bottom: 29px;
    }
    #contents .in_mv_border{
        width: 16px;
        margin-bottom: 18px;
    }
    #contents .in_mv_lead{
        font-size: 9px;
        margin-bottom: 10px;
    }
    #contents .in_mv_name{
        font-size: 17px;
    }
    #contents .in_mv_name span{
        font-size: 12px;
    }
}

#contents .in_lead{
    text-align: center;
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0;
    margin: 120px auto 0;
    max-width: 750px;
}
@media screen and (max-width: 900px) {
    #contents .in_lead{
        text-align: left;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0.028em;
        margin: 95px auto 0;
        width: 84.5%;
    }
}

#contents .interview .interview_img{
    margin: 120px auto;
    width: 39.82%;
}
#contents .interview .interview_img img{
    text-align: center;
    width: 100%;
}
#contents .interview .interview_text{
    width: 51.24%;
    max-width: 700px;
    margin: 0 auto 100px;
}
#contents .interview .interview_titel{
    justify-content: left;
    display: flex;
    gap: 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 2.25;
    letter-spacing: 0;
    align-items: center;
    margin-bottom: 40px;
}
#contents .interview .interview_titel .interview_titlel_border{
    display: inline-block;
    width: 45px;
    height: 1px;
    background: #000000;
    flex-shrink: 0;
}
#contents .interview .interview_answer{
    font-size: 15px;
    line-height: 2.4;
    letter-spacing: 0;
}
#contents .interview .mg_none{
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    #contents .interview .interview_img{
        margin: 80px auto;
        width: 84.5%;
    }
    #contents .interview .interview_text{
        width: 84.5%;
        min-width: unset;
        margin: 0 auto 80px;
    }
    #contents .interview .interview_titel{
        gap: 3px;
        font-size: 14px;
        line-height: 2;
        align-items: flex-start;
    }
    #contents .interview .interview_titel .interview_titlel_border{
        width: 19px;
        margin-top: 14px;
    }
    #contents .interview .interview_answer{
        font-size: 14px;
        line-height: 2;
    }
    #contents .interview .mg_none{
    }
}

#contents .in_about{
    max-width: 877px;
    margin: 140px auto 0;
    padding-bottom: 154px;
    border-top: 1px solid #00000080;
}
#contents .in_about_container{
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}
#contents .in_about_container .in_about_name{
    width: 30.9%;
    min-width: 271px;
}
#contents .in_about_container .in_about_name_sub{
    font-size: 12px;
    letter-spacing: 0;
}
#contents .in_about_container .in_about_name h2{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}
#contents .in_about_container .in_about_name h2 span{
    font-size: 12px;
}
#contents .in_about .in_about_lead{
    width: 69.11%;
    max-width: 606px;
    letter-spacing: 0;
}
@media screen and (max-width: 900px) {
    #contents .in_about{
        max-width: 84.5%;
        margin: 130px auto 0;
        padding-bottom: 100px;
    }
    #contents .in_about_container{
        display: block;
        padding: 50px 0 0;
    }
    #contents .in_about_container .in_about_name{
        width: 100%;
        min-width: unset;
    }
    #contents .in_about_container .in_about_name_sub{
    }
    #contents .in_about_container .in_about_name h2{
        margin-bottom: 40px;
    }
    #contents .in_about_container .in_about_name h2 span{
    }
    #contents .in_about .in_about_lead{
        width: 100%;
        max-width: unset;
    }
}

#contents .gradient{
    background: linear-gradient(to bottom, #FFFFFF 0%, #F5F1EC 100%);
}

#in_footer{
    width: 100%;
    margin: 0 auto 106px;
    text-align: center;
}
#in_footer img{
    width: 100%;
}
@media screen and (max-width: 900px) {
    #in_footer{
        margin: 0 auto 81px;
    }
    #in_footer img{
    }
}



/*
    footer
*/
.footer {
  padding-bottom: 36px;
}
.footer-sns {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 126px;
}
.footer-sns li{
  width: 50%;
  text-align: center;
}
.footer-copy {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.05em;
  text-align: center;
  color: #413D3C;
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 0 0 34px;
    /* - sns - */
    /* - copy - */
  }
  .footer-sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 114px;
  }
  .footer-sns li {
    width: 28px;
  }
  .footer-copy {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin-top: 12px;
  }
}
