/* default
--------------------------------------- */
html{
    font-family: "source-han-serif-japanese", serif;
    font-weight: 200;
    font-style: normal;
    scroll-behavior: smooth;
    scroll-padding: -5vh;
}
img{
    width: 100%;
    vertical-align: top;
}



/* header
--------------------------------------- */
.p-header{
    position: fixed;
    top: calc(53vw / 1440 * 100);
    right: calc(48vw / 1440 * 100);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 5;
}
.p-header_link{
    margin-left: calc(56vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    color: #fff;
    transition: color .3s;
}
.is-collision .p-header_link{
    color: #69540E;
}
.p-header_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(136vw / 1440 * 100);
    height: calc(46vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    border-radius: calc(4vw / 1440 * 100);
    margin-left: calc(46vw / 1440 * 100);
    line-height: 1;
    background-color: #977F2E;
    color: #fff;
}
.p-header_hamburger{
    display: none;
}
@media screen and (max-width: 768px){
    .p-header{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 0 0 calc(56vw / 390 * 100);
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        background-color: #977F2E;
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s;
    }
    .is-active.p-header_hamburger + .p-header{
        opacity: 1;
        pointer-events: all;
    }
    .p-header_link{
        margin-left: 0;
        font-size: calc(18vw / 390 * 100);
        color: #fff;
    }
    .is-collision .p-header_link{
        color: #fff;
    }
    .p-header_link + .p-header_link{
        margin-top: calc(30vw / 390 * 100);
    }
    .p-header_button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(136vw / 390 * 100);
        height: calc(46vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        border-radius: calc(4vw / 390 * 100);
        margin-top: calc(60vw / 390 * 100);
        margin-left: 0;
        line-height: 1;
        background-color: #fff;
        color: #977F2E;
    }
    .p-header_hamburger{
        position: fixed;
        top: calc(34vw / 390 * 100);
        right: calc(30vw / 390 * 100);
        display: block;
        width: calc(41vw / 390 * 100);
        height: calc(23vw / 390 * 100);
        z-index: 130;
    }
    .p-header_hamburger span{
        display: block;
        position: absolute;
        margin: auto;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transition: width .3s, transform .3s, background-color .3s;
    }
    .is-collision.p-header_hamburger span{
        background-color: #69540E;
    }
    .is-active.p-header_hamburger span{
        background-color: #fff;
    }
    .p-header_hamburger span:nth-child(1){
        top: 0;
        left: 0;
    }
    .p-header_hamburger span:nth-child(2){
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .p-header_hamburger span:nth-child(3){
        bottom: 0;
        left: 0;
    }
    .is-active.p-header_hamburger span:nth-child(1){
        top: 0;
        left: 0;
        bottom: 0;
        transform: rotate(-30deg);
    }
    .is-active.p-header_hamburger span:nth-child(2){
        width: 0;
    }
    .is-active.p-header_hamburger span:nth-child(3){
        top: 0;
        bottom: 0;
        left: 0;
        transform: rotate(30deg);
    }
}



/* footer
--------------------------------------- */
.p-footer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(1120vw / 1440 * 100);
    margin: calc(129vw / 1440 * 100) auto 0;
    padding-bottom: calc(77vw / 1440 * 100);
}
.p-footer_name{
    font-size: calc(24vw / 1440 * 100);
    line-height: 1.8;
}
.p-footer_profile{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: calc(56vw / 1440 * 100);
}
.p-footer_profile_headline{
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
}
.p-footer_profile_details{
    margin-left: calc(31vw / 1440 * 100);
}
.p-footer_profile_main{
    font-size: calc(21vw / 1440 * 100);
    line-height: 1; 
}
.p-footer_profile_sub{
    margin-top: calc(32vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 1.3; 
}
.p-footer_profile_define{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: calc(32vw / 1440 * 100);
    font-size: calc(16vw / 1440 * 100);
    line-height: 1.4;
}
.p-footer_profile_define_term{
}
.p-footer_profile_define_details{
    margin-left: calc(49vw / 1440 * 100);
}
.p-footer_policy{
    display: block;
    margin-top: calc(69vw / 1440 * 100);
    font-size: calc(12vw / 1440 * 100);
    line-height: 1;
}
.p-footer_copy{
    display: block;
    margin-top: calc(16vw / 1440 * 100);
    font-size: calc(12vw / 1440 * 100);
    line-height: 1;
}
.p-footer_sns_link{
    display: block;
    font-size: calc(16vw / 1440 * 100);
    line-height: 1.8;
}
.p-footer_sns_link + .p-footer_sns_link{
    margin-top: calc(32vw / 1440 * 100);
}
.p-footer_sns_link img{
    display: inline-block;
    width: calc(32vw / 1440 * 100);
    margin-right: calc(10vw / 1440 * 100);
}

@media screen and (max-width: 768px){
    .p-footer{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        width: calc(330vw / 390 * 100);
        margin: calc(71vw / 390 * 100) auto 0;
        padding-bottom: calc(97vw / 390 * 100);
    }
    .p-footer_name{
        font-size: calc(24vw / 390 * 100);
        line-height: 1.8;
    }
    .p-footer_profile{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        margin-top: calc(56vw / 390 * 100);
    }
    .p-footer_profile_headline{
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
    }
    .p-footer_profile_details{
        margin-top: calc(32vw / 390 * 100);
        margin-left: 0;
    }
    .p-footer_profile_main{
        font-size: calc(21vw / 390 * 100);
        line-height: 1; 
    }
    .p-footer_profile_sub{
        margin-top: calc(32vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5; 
    }
    .p-footer_profile_define{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: calc(32vw / 390 * 100);
        font-size: calc(16vw / 390 * 100);
        line-height: 1.4;
    }
    .p-footer_profile_define_term{
    }
    .p-footer_profile_define_details{
        margin-left: calc(23vw / 390 * 100);
    }
    .p-footer_policy{
        display: block;
        margin-top: calc(69vw / 390 * 100);
        font-size: calc(12vw / 390 * 100);
        line-height: 1;
    }
    .p-footer_copy{
        display: block;
        margin-top: calc(19vw / 390 * 100);
        font-size: calc(12vw / 390 * 100);
        line-height: 1;
    }
    .p-footer_sns{
        margin-top: calc(32vw / 390 * 100);
    }
    .p-footer_sns_link{
        display: block;
        font-size: calc(16vw / 390 * 100);
        line-height: 1.8;
    }
    .p-footer_sns_link + .p-footer_sns_link{
        margin-top: calc(32vw / 390 * 100);
    }
    .p-footer_sns_link img{
        display: inline-block;
        width: calc(32vw / 390 * 100);
        margin-right: calc(10vw / 390 * 100);
    }

}


/* common
--------------------------------------- */

.bg-gold{
    position: relative;
    color: #fff;
}
.bg-gold::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #977F2D;
    background-size: cover;
    pointer-events: none;
    z-index: -2;
}
.bg-gold::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/bg01.png);
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
    mix-blend-mode: overlay;
}

.bg-peal{
    position: relative;
    color: #977F2E;
    padding-bottom: calc(217vw / 1440 * 100);
}
.bg-peal::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/bg02.png);
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}
.bg-white{
    position: relative;
}
.bg-white::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    mix-blend-mode: overlay;
    z-index: -1;
}
@media screen and (max-width: 768px){
    .bg-peal{
        position: relative;
        color: #977F2E;
        padding-bottom: calc(37vw / 390 * 100);
    }
    .bg-peal::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background-size: cover;
        opacity: 1;
        pointer-events: none;
        z-index: -1;
    }

}



/* kv
--------------------------------------- */
.kv{
    position: relative;
    width: 100%;
    height: calc(800vw / 1440 * 100);
    background-image: url(/assets/img/kv.jpg);
    background-position: center;
    background-size: cover;
}
.kv_logo{
    position: absolute;
    top: calc(319vw / 1440 * 100);
    left: calc(197vw / 1440 * 100);
    width: calc(227vw / 1440 * 100);
}
.kv_text{
    position: absolute;
    top: calc(357vw / 1440 * 100);
    right: calc(105vw / 1440 * 100);
    color: #fff;
}
.kv_text_large{
    font-size: calc(40vw / 1440 * 100);
    line-height: 1;
}
.kv_text_middle{
    margin-top: calc(21vw / 1440 * 100);
    font-size: calc(24vw / 1440 * 100);
    line-height: 1;
}
.kv_text_small{
    margin-top: calc(21vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
}

@media screen and (max-width: 768px){
    .kv{
        position: relative;
        width: 100%;
        height: 100vh;
        max-height: calc(800vw / 390 * 100);
        min-height: calc(600vw / 390 * 100);
        background-image: url(/assets/img/kv-sp.jpg);
        background-color: cover;
        background-position: top center;
    }
    .kv_logo{
        position: absolute;
        top: calc(95vw / 390 * 100);
        right: 0;
        left: 0;
        width: calc(157vw / 390 * 100);
        margin: auto;
    }
    .kv_text{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    .kv_text_large{
        display: none;
        position: absolute;
        top: calc(258vw / 390 * 100);
        right: calc(37vw / 390 * 100);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: calc(32vw / 390 * 100);
        line-height: 1;
    }
    .kv_text_middle{
        position: absolute;
        bottom: calc(113vw / 390 * 100);
        left: 0;
        width: 100%;
        text-align: center;
        margin-top:0;
        font-size: calc(24vw / 390 * 100);
        line-height: 1;
    }
    .kv_text_small{
        position: absolute;
        bottom: calc(86vw / 390 * 100);
        left: 0;
        width: 100%;
        text-align: center;
        margin-top:0;
        font-size: calc(12vw / 390 * 100);
        line-height: 1;
    }
}



/* news
--------------------------------------- */
.p-news{
    position: absolute;
    right: 0;
    bottom: calc(37vw / 1440 * 100);
    width: calc(695vw / 1440 * 100);
    padding: calc(12vw / 1440 * 100) calc(32vw / 1440 * 100);
    box-sizing: border-box;
}
.p-news::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E1C3C3;
    mix-blend-mode: multiply;
    border-radius: calc(4vw / 1440 * 100) 0 0 calc(4vw / 1440 * 100);
    z-index: 0;
}
.p-news_wrap{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
}
.p-news_headline{
    font-size: calc(20vw / 1440 * 100);
    line-height: 1;
    color: #E0CA74;
    flex: 0 0 auto;
}
.p-news_main{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.p-news_date{
    display: inline-block;
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
    color: #fff;
    margin-left: calc(11vw / 1440 * 100);
    flex: 0 0 auto;
}
.p-news_title{
    display: inline-block;
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
    color: #fff;
    margin-left: calc(32vw / 1440 * 100);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

@media screen and (max-width: 768px){
    .p-news{
        position: absolute;
        top: calc(100% + (calc(15vw / 390 * 100)));
        right: 0;
        bottom: unset;
        width: calc(360vw / 390 * 100);
        padding: calc(12vw / 390 * 100) calc(32vw / 390 * 100);
        box-sizing: border-box;
    }
    .p-news::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #E1C3C3;
        mix-blend-mode: multiply;
        border-radius: calc(4vw / 390 * 100) 0 0 calc(4vw / 390 * 100);
        z-index: 0;
    }
    .p-news_wrap{
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        z-index: 1;
    }
    .p-news_headline{
        font-size: calc(20vw / 390 * 100);
        line-height: 1;
        color: #E0CA74;
        flex: 0 0 auto;
    }
    .p-news_main{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
    }
    .p-news_date{
        display: inline-block;
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
        color: #fff;
        margin-left: calc(11vw / 390 * 100);
        flex: 0 0 auto;
    }
    .p-news_title{
        display: inline-block;
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
        color: #fff;
        margin-top: calc(8vw / 390 * 100);
        margin-left: calc(11vw / 390 * 100);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; 
    }
}



/* contentsA
--------------------------------------- */
.p-contentsA{
    position: relative;
    width: calc(1120vw / 1440 * 100);
    margin: auto;
}
.p-contentsA_box{
    padding-left: calc(192vw / 1440 * 100);
}
.p-contentsA_box:first-of-type{
    padding-top: calc(100vw / 1440 * 100);
}
.p-contentsA + .p-contentsA{
    margin-top: calc(110vw / 1440 * 100);
    padding-top: calc(56vw / 1440 * 100);
}
.p-contentsA + .p-contentsA:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(468vw / 1440 * 100);
    height: 1px;
    background-color: #fff;
}
.p-contentsA_headline{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: calc(24vw / 1440 * 100);
    line-height: 1;
}
.p-contentsA_headline img{
    width: auto;
    height: 1em;
}
.p-contentsA_title{
    margin-top: calc(34vw / 1440 * 100);
    font-size: calc(34vw / 1440 * 100);
    line-height: 1;
}
.p-contentsA_title_after{
    margin-top: calc(16vw / 1440 * 100);
    font-size: calc(20vw / 1440 * 100);
    line-height: 1;
}
.p-contentsA_lead{
    margin-top: calc(56vw / 1440 * 100);
    font-size: calc(20vw / 1440 * 100);
    line-height: 1;
}
.p-contentsA_text{
    margin-top: calc(56vw / 1440 * 100);
    font-size: calc(16vw / 1440 * 100);
    line-height: 2.3;
}
.p-contentsA_define{
    margin-top: calc(56vw / 1440 * 100);
}
.p-contentsA_define_term{
    font-size: calc(20vw / 1440 * 100);
    line-height: 1;
    font-weight: 700;
}
.p-contentsA_define_details{
    margin-top: calc(12vw / 1440 * 100);
    margin-left: calc(28vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 2.3;
}

@media screen and (max-width: 768px){
    .p-contentsA{
        position: relative;
        width: 100%;
        margin: auto;
    }
    .p-contentsA_box{
        padding-left: 0;
        padding-top: calc(100vw / 390 * 100);
        width: calc(330vw / 390 * 100);
        margin: auto;
    }
    .p-contentsA_box:first-of-type{
        padding-top: calc(134vw / 390 * 100);
    }
    .p-contentsA + .p-contentsA{
        margin-top: calc(40vw / 390 * 100);
        padding-top: 0;
    }
    .p-contentsA + .p-contentsA:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: calc(360vw / 390 * 100);
        height: 1px;
        background-color: #fff;
    }
    .p-contentsA_headline{
        font-family: "Oswald", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: calc(24vw / 390 * 100);
        line-height: 1;
    }
    .p-contentsA_title{
        margin-top: calc(56vw / 390 * 100);
        font-size: calc(28vw / 390 * 100);
        line-height: 1.5;
    }
    .p-contentsA_title_after{
        margin-top: calc(16vw / 390 * 100);
        font-size: calc(16vw / 390 * 100);
        line-height: 1;
    }
    .p-contentsA_lead{
        margin-top: calc(40vw / 390 * 100);
        font-size: calc(18vw / 390 * 100);
        line-height: 1.5;
    }
    .p-contentsA_text{
        margin-top: calc(40vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 2.3;

    }
    .p-contentsA_define{
        margin-top: calc(56vw / 390 * 100);
    }
    .p-contentsA_define_term{
        font-size: calc(18vw / 390 * 100);
        line-height: 1.5;
        font-weight: 700;
        padding-left: 1.25em;
        text-indent: -1.25em;
    }
    .p-contentsA_define_details{
        margin-top: calc(16vw / 390 * 100);
        margin-left: calc(24vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 2.3;
    }

}


/* contentsB
--------------------------------------- */
.p-contentsB{
    position: relative;
    width: calc(1120vw / 1440 * 100);
    margin: calc(77vw / 1440 * 100) auto;
}
.p-contentsB_headline{
    display: inline-block;
    padding: calc(10vw / 1440 * 100) calc(42vw / 1440 * 100);
    background-color: #69540E;
    border-radius: 0 calc(1px * infinity) calc(1px * infinity) 0;
    font-size: calc(16vw / 1440 * 100);
    line-height: 1;
}
.p-contentsB_box{
    padding-left: calc(192vw / 1440 * 100);
}
.p-contentsB_image{
    margin: calc(63vw / 1440 * 100) auto 0;
    width: calc(616vw / 1440 * 100);
}
.p-contentsB_container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-contentsB_define{
    margin-top: calc(56vw / 1440 * 100);
    width: calc(352vw / 1440 * 100);
}
.p-contentsB_define_term{
    font-size: calc(16vw / 1440 * 100);
    line-height: 1;
    font-weight: 700;
    color: #1B1501;
}
.p-contentsB_define_details{
    margin-top: calc(17vw / 1440 * 100);
}
.p-contentsB_define_list{
    font-size: calc(14vw / 1440 * 100);
    line-height: 2;
}
.p-contentsB_define_list li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.p-contentsB_define_list li::before{
    content: "●";
    margin-right: 0.5em;
}

@media screen and (max-width: 768px){
    .p-contentsB{
        position: relative;
        width: 100%;
        margin: calc(39vw / 390 * 100) auto;
    }
    .p-contentsB_headline{
        display: inline-block;
        padding: calc(10vw / 390 * 100) calc(62vw / 390 * 100);
        background-color: #69540E;
        border-radius: 0 calc(1px * infinity) calc(1px * infinity) 0;
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5;
    }
    .p-contentsB_box{
        padding-left: calc(192vw / 390 * 100);
    }
    .p-contentsB_image{
        margin: calc(32vw / 390 * 100) auto 0;
        width: calc(330vw / 390 * 100);
    }
    .p-contentsB_container{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .p-contentsB_define{
        margin: calc(39vw / 390 * 100) auto 0;
        width: calc(330vw / 390 * 100);
    }
    .p-contentsB_define_term{
        font-size: calc(16vw / 390 * 100);
        line-height: 1;
        font-weight: 700;
        color: #1B1501;
    }
    .p-contentsB_define_details{
        margin-top: calc(17vw / 390 * 100);
    }
    .p-contentsB_define_list{
        font-size: calc(14vw / 390 * 100);
        line-height: 2;
    }
    .p-contentsB_define_list li{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .p-contentsB_define_list li::before{
        content: "●";
        margin-right: 0.5em;
    }
}


/* contentsC
--------------------------------------- */
.p-contentsC{
    position: relative;
    width: calc(1120vw / 1440 * 100);
    padding-top: calc(150vw / 1440 * 100);
    margin: auto;
}
.p-contentsC_headline{
    display: inline-block;
    width: calc(466vw / 1440 * 100);
    padding: calc(10vw / 1440 * 100) calc(25vw / 1440 * 100);
    background-color: #69540E;
    color: #fff;
    border-radius: 0 calc(1px * infinity) calc(1px * infinity) 0;
    font-size: calc(16vw / 1440 * 100);
    line-height: 1;
}
.p-contentsC_box{
    position: relative;
    margin-top: calc(72vw / 1440 * 100);
    margin-left: calc(96vw / 1440 * 100);
}
.p-contentsC_title{
    font-size: calc(34vw / 1440 * 100);
    line-height: 1;
    font-weight: 700;
}
.p-contentsC_title_after{
    margin-top: calc(16vw / 1440 * 100);
    font-size: calc(16vw / 1440 * 100);
    line-height: 2.3;
}
.p-contentsC_define + .p-contentsC_define{
    margin-top: calc(120vw / 1440 * 100);
}
.p-contentsC_define_term{
    font-size: calc(20vw / 1440 * 100);
    line-height: 1;
    font-weight: 700;
}
.p-contentsC_define_term small{
    display: inline-block;
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
    margin-left: calc(18vw / 1440 * 100);
    font-weight: 700;
}
.p-contentsC_define_details{
    margin-top: calc(18vw / 1440 * 100);
    margin-left: calc(97vw / 1440 * 100);
}
.p-contentsC_block + .p-contentsC_block{
    margin-top: calc(46vw / 1440 * 100);
}
.p-contentsC_block_headline{
    display: block;
    margin-top: calc(18vw / 1440 * 100);
    font-size: calc(16vw / 1440 * 100);
    line-height: 1;
    font-weight: 700;
}
.p-contentsC_block_text{
    margin-top: calc(18vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 2;
}
.p-contentsC_block_flow01{
    display: block;
    margin-top: calc(29vw / 1440 * 100);
    width: calc(792vw / 1440 * 100);
}
.p-contentsC_block_flow02{
    display: block;
    margin-top: calc(55vw / 1440 * 100);
    width: calc(625vw / 1440 * 100);
}

@media screen and (max-width: 768px){
    .p-contentsC{
        position: relative;
        width: calc(330vw / 390 * 100);
        padding-top: calc(96vw / 390 * 100);
        margin: auto;
    }
    .p-contentsC_headline{
        display: inline-block;
        width: calc(330vw / 390 * 100);
        margin-left: calc(-44vw / 390 * 100);
        padding: calc(10vw / 390 * 100) calc(25vw / 390 * 100);
        background-color: #69540E;
        color: #fff;
        border-radius: 0 calc(1px * infinity) calc(1px * infinity) 0;
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
    }
    .p-contentsC_box{
        position: relative;
        margin-top: calc(72vw / 390 * 100);
        margin-left: 0;
    }
    .p-contentsC_title{
        font-size: calc(34vw / 390 * 100);
        line-height: 1.3;
        font-weight: 700;
    }
    .p-contentsC_title_after{
        margin-top: calc(16vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5;
        font-weight: 700;
    }
    .p-contentsC_define + .p-contentsC_define{
        margin-top: calc(56vw / 390 * 100);
    }
    .p-contentsC_define_term{
        font-size: calc(20vw / 390 * 100);
        line-height: 1.5;
        font-weight: 700;
        padding-left: 2.25em;
        text-indent: -2.25em;
    }
    .p-contentsC_define_term small{
        display: inline;
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
        margin-left: 0;
        font-weight: 700;
    }
    .p-contentsC_define_details{
        margin-top: calc(18vw / 390 * 100);
        margin-left: calc(43vw / 390 * 100);
    }
    .p-contentsC_block + .p-contentsC_block{
        margin-top: calc(46vw / 390 * 100);
    }
    .p-contentsC_block_headline{
        display: block;
        margin-top: calc(18vw / 390 * 100);
        font-size: calc(16vw / 390 * 100);
        line-height: 1.5;
        font-weight: 700;
    }
    .p-contentsC_block_text{
        margin-top: calc(18vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5;
    }
    .p-contentsC_block_flow01{
        display: block;
        margin-top: calc(29vw / 390 * 100);
        margin-left: calc(-44vw / 390 * 100);
        width: calc(327vw / 390 * 100);
    }
    .p-contentsC_block_flow02{
        display: block;
        margin-top: calc(55vw / 390 * 100);
        margin-left: calc(-44vw / 390 * 100);
        width: calc(327vw / 390 * 100);
    }

}




/* contentsD
--------------------------------------- */
.p-contentsD{
    position: relative;
    width: calc(1120vw / 1440 * 100);
    padding-top: calc(150vw / 1440 * 100);
    padding-bottom: calc(120vw / 1440 * 100);
    margin: auto;
}
.p-contentsD_wrap{
    margin-left: calc(96vw / 1440 * 100);
}
.p-contentsD_headline{
    font-size: calc(20vw / 1440 * 100);
    line-height: 1.5;
}
.p-contentsD_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: calc(51vw / 1440 * 100);
    margin-left: calc(96vw / 1440 * 100);
    width: calc(928vw / 1440 * 100);
}
.p-contentsD_block{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(448vw / 1440 * 100);
    height: calc(68vw / 1440 * 100);
    font-size: calc(16vw / 1440 * 100);
    line-height: 1.5;
    margin-bottom: calc(32vw / 1440 * 100);
    border-radius: calc(8vw / 1440 * 100);
    background-color: #fff;
    color: #69540E;
    text-align: center;
}
.p-contentsD_link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: calc(59vw / 1440 * 100);
    margin-left: auto;
    width: calc(160vw / 1440 * 100);
    height: calc(160vw / 1440 * 100);
    color: #69540E;
    border-radius: 100%;
    border: 1px solid #69540E;
}

@media screen and (max-width: 768px){
    .p-contentsD{
        position: relative;
        width: calc(330vw / 390 * 100);
        padding-top: calc(52vw / 390 * 100);
        padding-bottom: calc(120vw / 390 * 100);
        margin: auto;
    }
    .p-contentsD_wrap{
        margin-left: 0;
    }
    .p-contentsD_headline{
        font-size: calc(16vw / 390 * 100);
        line-height: 1.5;
    }
    .p-contentsD_box{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: calc(51vw / 390 * 100);
        margin-left: 0;
        width: calc(330vw / 390 * 100);
    }
    .p-contentsD_block{
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(448vw / 390 * 100);
        height: calc(68vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.3;
        margin-bottom: calc(32vw / 390 * 100);
        border-radius: calc(8vw / 390 * 100);
        background-color: #fff;
        color: #69540E;
        text-align: center;
    }
    .p-contentsD_link{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        width: calc(160vw / 390 * 100);
        height: calc(160vw / 390 * 100);
        color: #69540E;
        border-radius: 100%;
        border: 1px solid #69540E;
    }

}




/* gallery
--------------------------------------- */
.p-gallery{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: calc(217vw / 1440 * 100);
}

.p-gallery_image{
    width: 50%;
}
.p-gallery_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px){
    .p-gallery{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: calc(40vw / 390 * 100);
        padding-bottom: calc(40vw / 390 * 100);
    }
    .p-gallery_image{
        width: calc(330vw / 390 * 100);
    }
    .p-gallery_image + .p-gallery_image{
        margin-top: calc(24vw / 390 * 100);
    }
    .p-gallery_image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


/* form
--------------------------------------- */
.p-form{
    width: calc(1120vw / 1440 * 100);
    margin: calc(97vw / 1440 * 100) auto 0;
}
.p-form_headline{
    display: inline-block;
    text-align: center;
    width: calc(448vw / 1440 * 100);
    padding: calc(10vw / 1440 * 100) calc(42vw / 1440 * 100);
    background-color: #69540E;
    border-radius: 0 calc(1px * infinity) calc(1px * infinity) 0;
    font-size: calc(16vw / 1440 * 100);
    line-height: 1;
}
.p-form_container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.p-form_notes{
    width: calc(448vw / 1440 * 100);
}
.p-form_notes_list{
    font-size: calc(14vw / 1440 * 100);
    line-height: 1.8;
}
.p-form_notes_list li{
    text-indent: -1em;
    padding-left: 1em;
}
.p-form_notes_list li::before{
    content: "・";
}
.p-form_input{
    width: calc(554vw / 1440 * 100);
}
.p-form_policy{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(64vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 1.8;
    cursor: pointer;
    text-decoration: underline;
}
.p-form_policy span{
    position: relative;
    display: inline-block;
    margin-left: calc(29vw / 1440 * 100);
    width: calc(24vw / 1440 * 100);
    height: calc(24vw / 1440 * 100);
}
.p-form_policy span::before{
    content: "";
    position: absolute;
    right: 25%;
    bottom: 25%;
    width: calc(9vw / 1440 * 100);
    height: calc(18vw / 1440 * 100);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    opacity: 0;
}
.p-form_policy:has(input:checked) span::before{
    opacity: 1;
}
.p-form_policy span::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: calc(4vw / 1440 * 100);
    border: 2px solid #fff;
}
.p-form_button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: calc(41vw / 1440 * 100) auto 0;
    width: calc(256vw / 1440 * 100);
    height: calc(51vw / 1440 * 100);
    border-radius: calc(8vw / 1440 * 100);
    font-size: calc(18vw / 1440 * 100);
    line-height: 1;
    text-align: center;
    background-color: #69540E;
    cursor: pointer;
}
.p-form_input_block + .p-form_input_block{
    margin-top: calc(28vw / 1440 * 100);
}
.p-form_input_label{
    font-size: calc(16vw / 1440 * 100);
    line-height: 1.5;
}
.p-form_input_text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(56vw / 1440 * 100);
    padding: calc(10vw / 1440 * 100);
    border-radius: calc(4vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
    box-sizing: border-box;
    margin-top: calc(8vw / 1440 * 100);
    color: #69540E;
    background-color: #fff;
}
.p-form_input_text::placeholder{
    color: #B9B9B9;
}
.p-form_input_textarea{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: calc(166vw / 1440 * 100);
    padding: calc(10vw / 1440 * 100);
    border-radius: calc(4vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 1;
    box-sizing: border-box;
    margin-top: calc(8vw / 1440 * 100);
    color: #69540E;
    background-color: #fff;
}
.p-form_input_textarea::placeholder{
    color: #B9B9B9;
}
.p-form_thanks{
    font-size: calc(18vw / 1440 * 100);
    line-height: 1.4;
}
@media screen and (max-width: 768px){
    .p-form{
        width: calc(330vw / 390 * 100);
        margin: calc(66vw / 390 * 100) auto 0;
    }
    .p-form_headline{
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: calc(10vw / 390 * 100) calc(42vw / 390 * 100);
        background-color: #69540E;
        border-radius: 0 calc(1px * infinity) calc(1px * infinity) 0;
        font-size: calc(16vw / 390 * 100);
        line-height: 1;
    }
    .p-form_container{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        margin-top: calc(24vw / 390 * 100);
    }
    .p-form_notes{
        width: 100%;
    }
    .p-form_notes_list{
        margin-bottom: calc(34vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.8;
    }
    .p-form_notes_list li{
        text-indent: -1em;
        padding-left: 1em;
    }
    .p-form_notes_list li::before{
        content: "・";
    }
    .p-form_input{
        width: 100%;
    }
    .p-form_policy{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: calc(64vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.8;
        cursor: pointer;
    }
    .p-form_policy span{
        position: relative;
        display: inline-block;
        margin-left: calc(29vw / 390 * 100);
        width: calc(24vw / 390 * 100);
        height: calc(24vw / 390 * 100);
    }
    .p-form_policy span::before{
        content: "";
        position: absolute;
        right: 25%;
        bottom: 25%;
        width: calc(9vw / 390 * 100);
        height: calc(18vw / 390 * 100);
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }
    .p-form_policy span::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: calc(4vw / 390 * 100);
        border: 2px solid #fff;
    }
    .p-form_button{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: calc(41vw / 390 * 100) auto 0;
        width: calc(256vw / 390 * 100);
        height: calc(51vw / 390 * 100);
        border-radius: calc(8vw / 390 * 100);
        font-size: calc(18vw / 390 * 100);
        line-height: 1;
        text-align: center;
        background-color: #69540E;
    }
    .p-form_input_block + .p-form_input_block{
        margin-top: calc(28vw / 390 * 100);
    }
    .p-form_input_label{
        font-size: calc(16vw / 390 * 100);
        line-height: 1.5;
    }
    .p-form_input_text{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: calc(56vw / 390 * 100);
        padding: calc(10vw / 390 * 100);
        border-radius: calc(4vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
        box-sizing: border-box;
        margin-top: calc(8vw / 390 * 100);
        color: #69540E;
        background-color: #fff;
    }
    .p-form_input_text::placeholder{
        color: #B9B9B9;
    }
    .p-form_input_textarea{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: calc(166vw / 390 * 100);
        padding: calc(10vw / 390 * 100);
        border-radius: calc(4vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1;
        box-sizing: border-box;
        margin-top: calc(8vw / 390 * 100);
        color: #69540E;
        background-color: #fff;
    }
    .p-form_input_textarea::placeholder{
        color: #B9B9B9;
    }
    .p-form_thanks{
        font-size: calc(14vw / 390 * 100);
        line-height: 1.4;
    }
}



/* policy
--------------------------------------- */
.p-policy{
    padding: calc(249vw / 1440 * 100) 0 calc(114vw / 1440 * 100) calc(160vw / 1440 * 100);
    background-color: #F5E5AF;
    color: #69540E;
}
.p-policy_title{
    font-size: calc(24vw / 1440 * 100);
}
.p-policy_main{
    margin-top: calc(60vw / 1440 * 100);
    width: calc(672vw / 1440 * 100);
}
.p-policy_block{
    margin-top: calc(72vw / 1440 * 100);
}
.p-policy_headline{
    font-size: calc(14vw / 1440 * 100);
    line-height: 2;
}
.p-policy_text{
    font-size: calc(14vw / 1440 * 100);
    line-height: 2;
}
.p-policy_list{
    margin-top: calc(16vw / 1440 * 100);
    margin-top: calc(16vw / 1440 * 100);
    font-size: calc(14vw / 1440 * 100);
    line-height: 2;
}
.p-policy_list li{
    text-indent: -1em;
    padding-left: 1em;
}
.p-policy_list li::before{
    content: "・";
}

@media screen and (max-width: 768px){
    .p-policy{
        padding: calc(63vw / 390 * 100) 0 calc(68vw / 390 * 100) calc(30vw / 390 * 100);
        background-color: #F5E5AF;
        color: #69540E;
    }
    .p-policy_title{
        font-size: calc(24vw / 390 * 100);
    }
    .p-policy_main{
        margin-top: calc(60vw / 390 * 100);
        width: calc(330vw / 390 * 100);
    }
    .p-policy_block{
        margin-top: calc(72vw / 390 * 100);
    }
    .p-policy_headline{
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5;
    }
    .p-policy_text{
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5;
    }
    .p-policy_list{
        margin-top: calc(16vw / 390 * 100);
        margin-top: calc(16vw / 390 * 100);
        font-size: calc(14vw / 390 * 100);
        line-height: 1.5;
    }
    .p-policy_list li{
        text-indent: -1em;
        padding-left: 1em;
    }
    .p-policy_list li::before{
        content: "・";
    }
}


/* unit
--------------------------------------- */

@media screen and (min-width: 769px){
    .sp{display: none;}
}
@media screen and (max-width: 768px){
    .pc{display: none;}
}

.u-fadeIn{
    opacity: 0;
    filter: blur(3px);
    transition: opacity 1s, filter 1s;
}
.is-view.u-fadeIn{
    filter: blur(0px);
    opacity: 1;
}