@charset "UTF-8";

/* header パンくずリスト*/
.Breadcrumb {
    padding: 1em;
}

.Breadcrumb-ListGroup {
    display: flex;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
    opacity: 0.5;
}

.Breadcrumb-ListGroup>*+* {
    margin-left: 0.5em;
}

.Breadcrumb-ListGroup>*+*::before {
    content: ">";
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* ボタンリンク */
.btn01 {
    display: inline-block;
    padding: 18px 30px;
    background: none;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    width: 40%;
    background-color: #fcfcfc;
}

.btn01 a:hover {
    color: #333;
}

.btn01 a:visited {
    color: #333;
}

.btn01 a:link {
    color: #333;
}

.btn01:hover {
    opacity: 0.9;
    transition-duration: 0.3s;
}

.btn_area {
    margin: 120px 0;
}

/* Anime */
/* .fade-in {
    opacity: 0;
    transition-duration: 2s;
    transition-property: opacity, transform;

} */

.fade-in {
    opacity: 0;
    transition: all 1.5s ease-out;
}

.fade-in.scroll-in {
    opacity: 1;
}

/* 順番をCSSで制御 */
.image.scroll-in {
    transition-delay: 0s;
    /* 画像はすぐ */
}

.tag {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    /* 少し長めにして柔らかく */
}

.tag.scroll-in {
    opacity: 1;
    transition-delay: 0.3s;
    /* 画像の後に表示されるよう遅延 */
}


/* .fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
} */

/* .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
} */

.delayed-image {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/* base_design */

.main {
    background-color: #bca989;
    max-width: 800px;
    margin: 0 auto;
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    text-align: center;
    overflow: hidden;

}

.main img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.container {
    padding-top: 80px;
}


.main_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.main_txt {
    font-size: 20px;
    margin: 0 auto 80px;
    line-height: 1.5em;
    padding: 0 5%;
}


/* 画像レイヤー部分　*/

.item_contents {
    margin-bottom: 90px;
    padding: 0 3%;
}

.contents {
    margin-bottom: 90px;
    padding: 0;
}

.top {
    top: 0;
    right: 0;
}

.top_l {
    top: 0;
    left: 0;
}

.bottom {
    bottom: 0;
    right: 0;
}

.bottom_l {
    bottom: 0;
    left: 0;
}

/*----- layer1 -----*/
.layer1 {
    position: relative;
    width: 100%;
    padding-top: 115%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img1 {
    position: absolute;
    width: 80%;
    height: auto;
    top: 0;
}

.tag1 {
    position: absolute;
    width: 53%;
    height: auto;

}

/*----- layer2 -----*/
.layer2 {
    position: relative;
    width: 100%;
    padding-top: 105%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img2 {
    position: absolute;
    width: 75%;
    height: auto;
}

.tag2 {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 0;
    left: 3%;
}

/*----- layer3 -----*/
.layer3 {
    position: relative;
    width: 100%;
    padding-top: 110%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img3 {
    position: absolute;
    width: 80%;
    height: auto;
    top: 0;
}

.tag3 {
    position: absolute;
    width: 60%;
    height: auto;

}

/*----- layer4 -----*/
.layer4 {
    position: relative;
}

/* .flex_box {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: space-between;
    gap: 20px;

} */

/* .img_f {
    flex: 1;
    overflow: hidden;
}

.img4_1 {
    flex: 2;
}

.img4_2 {
    flex: 1;
} */

/* .img_f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

/* .img_f .img_l {
    object-position: 80% 0;
}

.img_f .img_r {
    object-position: 40% 0;
} */

.tag4 {
    position: absolute;
    width: 48%;
    z-index: 1;
    top: 5%;
    right: 20%
}

/*----- layer5 -----*/
.layer5 {
    position: relative;
    width: 100%;
    padding-top: 105%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img5 {
    position: absolute;
    width: 75%;
    height: auto;
}

.tag5 {
    position: absolute;
    width: 50%;
    height: auto;
    z-index: 1;
    top: 0;
    right: 3%;
}

/*----- layer6 -----*/
.layer6 {
    position: relative;
    width: 100%;
    padding-top: 115%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img6 {
    position: absolute;
    width: 86%;
    height: auto;
}

.tag6 {
    position: absolute;
    width: 48%;
    height: auto;
    bottom: 40%;
    left: 3%;
}

/*----- layer7 -----*/
.layer7 {
    position: relative;
    width: 100%;
    padding-top: 107%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img7 {
    position: absolute;
    width: 80%;
    height: auto;
    top: 0;
}

.tag7 {
    position: absolute;
    width: 50%;
    height: auto;
    top: 5%;
}

/*----- layer8 -----*/
.layer8 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img8 {
    position: absolute;
    width: 75%;
    height: auto;
}

.tag8 {
    position: absolute;
    width: 50%;
    height: auto;
    top: 8%;
    left: 3%;
}

/*----- layer9 -----*/
.layer9 {
    position: relative;
    width: 100%;
    padding-top: 110%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img9 {
    position: absolute;
    width: 85%;
    height: auto;
}

.tag9 {
    position: absolute;
    width: 50%;
    height: auto;
    z-index: 1;
    top: 10%;
    right: 3%;
}

/*----- layer10 -----*/
.layer10 {
    position: relative;
    width: 100%;
    padding-top: 110%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img10 {
    position: absolute;
    width: 78%;
    height: auto;
    bottom: 0;
}

.tag10 {
    position: absolute;
    width: 55%;
    height: auto;

}

/*----- layer11 -----*/
.layer11 {
    position: relative;
    width: 100%;
    padding-top: 128%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img11 {
    position: absolute;
    width: 78%;
    height: auto;
    bottom: 0;
}

.tag11 {
    position: absolute;
    width: 53%;
    height: auto;

}

/*----- layer12 -----*/
.layer12 {
    position: relative;
    width: 100%;
    padding-top: 115%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img12 {
    position: absolute;
    width: 85%;
    height: auto;
}

.tag12 {
    position: absolute;
    width: 48%;
    height: auto;
    z-index: 1;
    top: 5%;
    left: 3%;
}

/*----- layer13 -----*/
.layer13 {
    position: relative;
    width: 100%;
    padding-top: 110%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img13 {
    position: absolute;
    width: 78%;
    height: auto;
    top: 0;
}

.tag13 {
    position: absolute;
    width: 52%;
    height: auto;
    top: 10%;
    right: 0;
}

/*----- layer14 -----*/
.layer14 {
    position: relative;
    width: 100%;
    padding-top: 133%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img14 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

.tag14 {
    position: absolute;
    width: 48%;
    height: auto;
    z-index: 1;
    bottom: 20%;
    left: 3%;
}


/*----- text_link -----*/
.link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease-in-out;
}

.link:hover {
    opacity: 0.8;

}


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

    .main_txt {
        font-size: 18px;
    }

    .flex_box {
        height: 600px;
    }


    .btn01 {
        width: 45%;
        font-size: 18px;
    }

    .btn_area {
        margin: 100px 0;
    }

}


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

    .container {
        padding-top: 60px;
    }

    .main_txt {
        font-size: 15px;
        margin-bottom: 60px;
    }

    .item_contents {
        margin-bottom: 50px;

    }

    .contents {
        margin-bottom: 50px;
    }

    .tag4{
        width: 50%;
    }

    .tag5 {
        width: 52%;
    }

    .img6{
        width: 88%;
    }

    .tag6{
        width: 50%;
    }

    .img12{
        width: 87%;
    }

    .img13{
        width: 80%;
    }

    .tag14{
        width: 48%;
    }

    .btn01 {
        width: 55%;
        font-size: 16px;
        padding: 15px 30px;
    }

    .btn_area {
        margin: 60px 0;
    }

}