@charset "utf-8";

/* eyeCatch */
.eyeCatch{
    position:relative;
    overflow:hidden;
    aspect-ratio: 1920/2570;
}
.eyeImage img{
    width:100%;
    display:block;
}
.eyeImage_slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0;
}
/* 1枚目 */
.eyeImage_slide:nth-child(1){
    animation: eyeSlide01 10s ease-in forwards;
}
/* 2枚目 */
.eyeImage_slide:nth-child(2){
    animation: eyeSlide01 10s ease-in 5s forwards;
}
/* 3枚目 */
.eyeImage_slide:nth-child(3){
    animation: eyeSlide01 10s ease-in 10s forwards;
}
/* =========================
1枚目
========================= */
@keyframes eyeSlide01{
    0%{
        opacity: 0;
    }
    15%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
/* PC用 eye_txt */
.eyeImage_slide:nth-child(3) > .relative > img:last-child{ 
    opacity:0; 
    animation: eyeTxtShow 1.5s ease 13s forwards; 
}
@keyframes eyeTxtShow{
    0%{ 
        opacity:0; 
        filter:blur(8px); 
    }
    100%{ 
        opacity:1;
        filter:blur(0); 
    } 
}
.charmPoint{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 0;
}
.charmPoint:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9a884b;
    mix-blend-mode: multiply;
}
.charmPoint p{
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
}
.charmPoint p:nth-child(2){
    max-width: 1920px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.charmPoint p:last-child{
    margin-bottom: 0px;
}
@media (max-width:768px){
    .eyeCatch{
        aspect-ratio: 1100/2000;
    }
}

/* sp charmPoint */
.sp.charmPoint{
    position: relative;
}
.sp.charmPoint p{
    width: 90%;
}
.sp.charmPoint p a{
    transition: 0.5s all;
}
.sp.charmPoint p a:hover,
.sp.charmPoint p a:active{
    opacity: 0.5;
}

/* topContent01 */
.topContent01>.contentRow{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.topContent01>.contentRow>.leftBox,
.topContent01>.contentRow>.rightBox{
    width: 50%;
}
.topContent01>.contentRow>.rightBox>p{
    font-size: 0.8em;
    line-height: 2;
    margin-left: 100px;
}
.btnBox{
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.btnBox>p>a{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}
.btnBox>p>a:hover,
.btnBox>p>a:active{
    opacity: 0.5;
}
.btnBox>p>a>img,
.btnBox>p>a>span{
    width: 50%;
}
.btnBox>p>a>span{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btnBox>p>a>span>span:nth-child(1){
    font-family: "EB Garamond", serif;
    font-size: 0.75em;
}
.btnBox>p>a>span>span:nth-child(2){
    font-family: "Shippori Mincho B1", serif;
    font-size: 0.65em;
    color: #878787;
}
.topContent01>.btnBox>p:nth-child(2){
    font-family: "EB Garamond", serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
}
@media (max-width:768px){
    .topContent01>.contentRow{
        flex-direction: column;
    }
    .topContent01>.contentRow>.leftBox,
    .topContent01>.contentRow>.rightBox{
        width: 100%;
    }
    .topContent01>.contentRow>.rightBox>p{
        text-align: center;
        margin-left: 0px;
    }
}

/* topContent02 */
.topContent02{
    width: 100%;
    height: 1080px;
    position: relative;
}
.topContent02>.topContent_img{
    width: 100%;
    height: 100%;
}
.topContent02>.topContent_img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top left;
}
.topContent02>.topContent_txt{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.topContent02>.topContent_txt>.topContent_txtWrap{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.topContent02>.topContent_txt>.topContent_txtWrap>h3{
    margin-bottom: 100px;
}
.topContent02>.topContent_txt>.topContent_txtWrap>p{
    font-size: 1em;
    line-height: 2;
    margin-bottom: 50px;
}
.topContent02>.topContent_txt>.topContent_txtWrap>.timeBox{
    margin-bottom: 50px;
}
.topContent02>.btnBox{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
@media (max-width:768px){
    .topContent02{
        height: auto;
    }
    .topContent02>.topContent_txt{
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
    }
    .topContent02>.topContent_txt>.topContent_txtWrap{
        width: 100%;
    }
    .topContent02>.btnBox{
        position: relative;
        bottom: 0;
        left: 0;
        transform: translate(0,0);
    }
}

/* topContent03 */
.topContent03{
    width: 100%;
    height: 1080px;
    position: relative;
}
.topContent03>.topContent_img{
    width: 100%;
    height: 100%;
}
.topContent03>.topContent_img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom center;
}
.topContent03>.topContent_txt{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 25%;
    right: 0%;
    transform: translate(0%,-25%);
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.topContent03>.topContent_txt>.topContent_txtWrap{
    width: 50%;
    text-align: center;
}
.topContent03>.topContent_txt>.topContent_txtWrap>h3{
    margin-bottom: 0px;
}
.topContent03>.topContent_txt>.topContent_txtWrap>p{
    font-size: 1em;
    line-height: 2;
    color: #fff;
}
.topContent03>.btnBox{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.topContent03>.btnBox>p>a>span>span:nth-child(1){
    color: #fff;
}
.topContent03>.btnBox>p>a>span>span:nth-child(2){
    color: #fff;
}
.topContent03>.btnBox>p:nth-child(2){
    font-family: "EB Garamond", serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
@media (max-width:768px){
    .topContent03{
        height: auto;
        background-color: #031538;
    }
    .topContent03>.topContent_txt{
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
        padding-top: 50px;
    }
    .topContent03>.topContent_txt>.topContent_txtWrap{
        width: 100%;
        margin-bottom: 50px;
    }
    .topContent03>.btnBox{
        position: relative;
        bottom: 0;
        left: 0;
        transform: translate(0,0);
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
}

/* topContent04 */
.topContent04{
    width: 100%;
    height: 1080px;
    position: relative;
}
.topContent04>.topContent_img{
    width: 100%;
    height: 100%;
}
.topContent04>.topContent_img>img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: bottom left;
}
.topContent04>.topContent_txt{
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%,-50%);
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
.topContent04>.topContent_txt>.topContent_txtWrap{
    width: 50%;
    text-align: center;
}
.topContent04>.topContent_txt>.topContent_txtWrap>h3{
    margin-bottom: 50px;
}
.topContent04>.topContent_txt>.topContent_txtWrap>p{
    font-size: 1em;
    line-height: 2;
    margin-bottom: 50px;
}
.topContent04>.topContent_txt>.topContent_txtWrap>.imgRow{
    display: flex;
    justify-content: center;
}
.topContent04>.topContent_txt>.topContent_txtWrap>.imgRow>p{
    width: 28%;
    margin-right: 20px;
}
.topContent04>.topContent_txt>.topContent_txtWrap>.imgRow>p:last-child{
    margin-right: 0px;
}
.topContent04>.btnBox{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.topContent04>.btnBox>p:nth-child(2){
    font-family: "EB Garamond", serif;
    font-size: 1em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
}
@media (max-width:768px){
    .topContent04{
        height: auto;
        background-color: #ced9dc;
    }
    .topContent04>.topContent_txt{
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%,0%);
        padding-top: 50px;
    }
    .topContent04>.topContent_txt>.topContent_txtWrap{
        width: 100%;
        margin-bottom: 50px;
    }
    .topContent04>.btnBox{
        position: relative;
        bottom: 0;
        left: 0;
        transform: translate(0,0);
        margin-bottom: 0px;
        padding-bottom: 50px;
    }
}