@charset "UTF-8";

#header_top #header_ver5 #nav_container_common {
    background: #fff;
}

/* footer {
    background: #fff !important;
} */

/* 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;
}


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

/* ボタンリンク */
.btn1 {
    display: inline-block;
    padding: 15px 30px 12px;
    color: #fcfcfc;
    text-decoration: none;
    font-family: "temeraire", serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 18px;
    width: 50%;
    background-color: #ee9bc0;
}

.btn2 {
    padding: 12px 30px;
    color: #ee9bc0;
    border: 1.5px solid #ee9bc0;
    background: none;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    width: 50%;

}

.btn1 a:hover {
    color: #fcfcfc;
}

.btn1 a:visited {
    color: #fcfcfc;
}

.btn1 a:link {
    color: #fcfcfc;
}

.btn2 a:hover {
    color: #8dc0d6;
}

.btn2 a:visited {
    color: #8dc0d6;
}

.btn2 a:link {
    color: #8dc0d6;
}

.btn_area {
    margin: 40px 0 80px;
}



/* コンテンツ */

/* .wrap {
    background-color: #fff;
} */

.container {
    background-color: #fff;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
}

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

.main_txt {
    margin: 80px auto;
    padding: 0px 5%;
    line-height: 1.8;
}

.sub_txt {
    margin: 0 5% 80px;
    padding: 30px 15px;
    color: #e34a5f;
    font-weight: 500;
    border: 1.5px solid #e34a5f;
}

.item_contents {
    padding: 0 3% 6px;
}

.item_box {
    margin-bottom: 60px;
}

.box2 {
    margin-bottom: 100px;
}

.item_img {
    width: 75%;
    margin: 0 auto 0 10%;
}

.item_img2 {
    width: 75%;
    margin: 0 9% 0 auto;
}

.item_name {
    font-family: "Noto Sans JP", serif !important;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin: 30px 0px 20px;
    color: #ee9bc0;
    line-height: 1.2em;
}

.price {
    /* font-family: "century-old-style-std", serif; */
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
    font-size: 18px;
    color: #333333;
    margin-bottom: 40px;
}

.price span {
    font-size: 13px;
    padding-left: 5px;
}

.item_txt {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    font-size: 13px;
    color: #333333;
    /* margin-bottom: 50px; */
}


/* Color Variation(横3列) */
.color_title {
    font-family: "temeraire", serif;
    font-weight: 400;
    font-style: italic;
    color: #fcfcfc;
    font-size: 30px;
    margin-bottom: 30px;
    padding: 15px 15px 10px;
    background-color: #ee9bc0;
    border-radius: 3px;
}

.color_main_txt {
    margin-bottom: 20px;
    font-size: 13px;
    position: relative;
    padding: 0 0 15px;
    border-bottom: 2px solid #ee9bc0;
    width: 80%;
    margin: 0 auto 30px;
}

.color_main_txt:before,
.color_main_txt:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.color_main_txt:before {
    border: 8px solid;
    border-color: transparent;
    border-top-color: #ee9bc0;
    margin-left: -15px;
}

.color_main_txt:after {
    border: 5px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -12px;
}


.color_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 70px;
}

.last {
    margin-bottom: 100px;
}

.color_var {
    width: 45%;
    max-width: 45%;
}

.color_var a {
    width: 50%;
}

.color_txt {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.color_price {
    font-weight: 500;
    color: #727272;
    margin-top: 5px;
    font-size: 13px;
}

.color_price_2 {
    font-weight: 500;
    color: #e34a5f;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.8em;
}

.color_price_2 span {
    color: #fff;
    font-size: 10px;
    background-color: #e34a5f;
    padding: 3px 5px;
    margin: 0 5px;
    font-weight: 500;
}

.pc_none {
    display: none;
}

.marker {
    background: linear-gradient(transparent 70%, #ffeef5 50%);
}

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

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


    .main_txt {
        font-size: 13px;
        margin: 50px 0 65px;
    }

    .btn1 {
        width: 70%;
        font-size: 18px;
    }

    .btn2 {
        font-size: 14px;
    }


    .color_container {
        margin-bottom: 60px;
    }

    .color_title {
        font-size: 28px;
        padding: 13px 13px 8px;
    }

    .box2 {
        margin-bottom: 60px;
    }

    .item_img {
        width: 85%;
        margin: 0 auto 0 4%;
    }

    .item_img2 {
        width: 85%;
        margin: 0 4% 0 auto;
    }


    .pc_none {
        display: block;
    }

}