@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: 12px 20px;
    color: #fdfdfd;
    background-color: #cf8f96;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    width: 50%;
    position: relative;
    vertical-align: middle;
}

.btn02 {
    width: 80%;
    color: #fdfdfd;
    font-size: 16px;
}


.btn03 {
    width: 300px;
    margin-bottom: 30px;
    padding: 15px 30px;
    border: none;
    border: 1px solid #c6868d;
    color: #c6868d;
    background-color: #faefef;
    font-size: 16px;
    border-radius: 5px;
}

.btn01 span::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 15px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #fdfdfd;
    border-right: 1px solid #fdfdfd;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    transition: 0.3s;
}

.btn03 span::after {
    border-top: 1px solid #c6868d;
    border-right: 1px solid #c6868d;

}

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

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

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

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

/* .wrapper a:visited {
    color: #fdfdfd;
}

.wrapper a:hover {
    color: #fdfdfd;
} */

/* .wrapper a:link {
    color: #fdfdfd;
} */



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

}

.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 */

.font_EN {
    font-family: "miller-banner", serif;
    font-weight: 600;
    font-style: normal;
}

.font_title {
    font-family: "miller-banner", serif;
    font-weight: 700;
    font-style: normal;
}

.font_sans {
    /* font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; */
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font_serif {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.main {
    width: calc(100% - 10%);
    margin: 0 auto;
}

.main img {
    width: 100%;
    margin: 0 auto;
}

.main_area {
    max-width: 600px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    letter-spacing: 0.1em;
}

.main_img {
    margin-top: 30px;
}

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

.main_title_area {
    margin: 40px 0 0;
    color: #c6868d;
}

.main_title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.sub_title {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #c6868d;
}

.sub_title span {
    padding: 0 15px;
    font-weight: 500;
}


.main_txt {
    color: #cf8f96;
    margin: 0 auto 60px;
    line-height: 1.8;
    font-size: 14px;
}

.contents {
    margin-bottom: 60px;
}

.contents02 {
    margin-bottom: 80px;
}


.img_b {
    border: 1px solid #cf8f96;
    border-radius: 5px;
}



.item_name {
    font-size: 15px;
    line-height: 1.5;
    padding: 20px 0 10px;
    font-weight: 700;
    color: #c6868d;
}

.item_name02 {
    font-size: 13px;
    line-height: 1.5;
    margin: 15px 5px 10px;
    font-weight: 600;
    color: #c6868d;
}

.item_txt {
    margin-bottom: 30px;
    line-height: 1.8;
    color: #c6868d;
    padding: 0 5px;
}

.price {
    font-size: 15px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #c6868d;
}

.price02 {
    font-size: 14px;
    font-weight: 600;
    color: #c6868d;
}

.item_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.item {
    width: 48%;
}


.btn_area {
    padding-bottom: 30px;
}

.btn_area02 {
    padding: 60px 0;
}

.pc_none {
    display: none;
}

/* 画像レイヤー部分　*/
.layer01 {
    position: relative;
    padding-top: 93%;
}

.img01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: auto;
    z-index: 1;

}

.img02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 2;
}

.img03 {
    /* padding: 15px; */
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #cf8f96;
}

.layer02 {
    position: relative;
    padding-top: 110%;
}

.img04 {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: auto;
    z-index: 2;

}

.img05 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    z-index: 1;
}



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


    .main_area {
        max-width: 100%;
    }

    .main_title {
        line-height: 1.5;
    }

    .item {
        width: 48%;
    }

    .item_name {
        font-size: 14px;
        padding: 15px 0;
    }

    .item_name02 {
        font-size: 12px;
    }

    .price {
        font-size: 14px;
    }

    .price02 {
        font-size: 12px;
    }

    .btn01 {
        font-size: 14px;
        padding: 15px 20px;
        line-height: 1.2;
    }

    .pc_none {
        display: block;
    }

}



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

    .main_title {
        font-size: 16px;
    }

    .main_txt {
        font-size: 13px;
    }

    .btn02 {
        width: 90%;
        padding: 13px 20px;
    }

    .btn01 span::after {
        width: 8px;
        height: 8px;
    }

    .btn_area02 {
        padding: 30px 0;
    }

    .contents {
        margin-bottom: 40px;
    }

    .contents02 {
        margin-bottom: 70px;
    }


}