@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

.-sp {
    display: none;
    }

@media screen and (max-width: 767px) {

    .-pc {
    display: none;
    }

    .-sp {
    display: block;
    }

}


/* body */

body {
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    color: #000;
    position: relative;
    }

@media screen and (max-width: 767px) {
}


/* img */

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

svg {
    width: 100%;
    height: auto;
}

:hover {
	text-decoration: none !important;
}

/* wrapper */

.-wrapper {
    margin: 0 auto;
}


/* header */

.header{
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	background: #fff;
}

.header-logo-main {
    width: 11.782%;
    padding-left: 2.782%;
    padding-top: 1%;
}

.header-wrapper {
    width: 94.436%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1% 0;
}

.header-logo {
    width: 9.25%;
}

.header-logo-link{
}

.header-nav {
	padding-bottom: 0.7%;
}

.header-nav-item {
    font-weight: bold;
    color: #530000;
    padding: 0 1.464vw;
    font-size: min(1.171vw, 16px);
}

.header-nav-item.-here {
    color: #ED7692;
}

@media screen and (min-width: 768px) {

    .header-logo-link {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .header-logo-link:hover {
        opacity: 0.5;
    }

    .header-nav-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .header-nav-item:hover {
        color: #ED7692;
    }

}

@media screen and (max-width: 767px) {

    .header-wrapper {
        width: 100%;
        align-items: center;
    }

    .header-logo {
        width: 24.533%;
        padding-left: 1%;
    }

    .header-open {
        width: 59px;
        height: 59px;
        background-color: #ED7592;
        margin-right: 3.2%;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-open-inner {
        width: 35px;
        height: 16px;
        position: relative;
    }

    .header-open-item {
        position: absolute;
        background-color: #fff;
        width: 100%;
        height: 2px;
    }

    .header-open-item:first-child {
        top: 0;
        left: 0;
    }

    .header-open-item:nth-child(2) {
        top: 50%;
    }

    .header-open-item:last-child {
        top: 100%;
    }
    
    
    .header-nav {
        display: none;
    }

}

/* drawer */

@media screen and (min-width: 768px) {

    .drawer {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    .drawer {
        width: 65.333%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 101;
        background-color: #fff;
        opacity: 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .-active .drawer {
        opacity: 1;
        right: 0;
    }

    .body.-active {
        height: 100%;
        overflow: hidden;
        z-index: 102;
    }

    .body.-active .cover {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
    }

    .drawer-close {
        width: 59px;
        height: 59px;
        background-color: #ED7592;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 3.2vw;
        right: 3.2vw;
    }

    .drawer-close-inner {
        width: 35px;
        height: 35px;
        position: relative;
    }

    .drawer-close-item {
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        left: 0;
        background-color: #fff;
    }

    .drawer-close-item:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .drawer-close-item:last-child {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
}

    .drawer-wrapper {
        padding: 23.466vw 0 0 6.4vw;
    }

    
    .drawer-nav {

    }

    .drawer-nav-item {
        display: block;
        color: #530000;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.7;
        margin-bottom: 10.666vw;
    }

    .drawer-nav-item:last-child {
        margin-bottom: 0;
    }

    .drawer-nav-item.-here {
        color: #ED7692;
    } 

}



/* bredcrumb */

.bredcrumb{
}

.bredcrumb-wrapper {
    width: 94.436%;
    margin: 0 auto;
    padding-top: 10px;
}

.bredcrumb-nav{
}

.bredcrumb-nav-item {
    position: relative;
    display: inline-block;
    padding: 6px 0.878vw;
    font-size: min(1.024vw, 14px);
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #530000;
}

.bredcrumb-nav-item.-here {
    font-weight: 400;
    color: #000;
    pointer-events: none;
}


.bredcrumb-nav-item::after {
    content: '＞';
    color: #000;
    font-weight: 400;
    position: absolute;
    right: -0.878vw;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    pointer-events: none;
}

.bredcrumb-nav-item:last-child::after {
    content: '';
}

@media screen and (min-width: 768px) {

    .bredcrumb-nav-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .bredcrumb-nav-item:hover {
        color: #ED7692;
    }

}

@media screen and (max-width: 767px) {

    .bredcrumb {
        display: none;
    }

}


/* pagetop */

.pagetop {
    display: block;
    width: 3.953vw;
    position: fixed;
    bottom: 2.342vw;
    right: 2.342vw;
		z-index: 100;
}


@media screen and (min-width: 768px) {

    .pagetop:hover {
        opacity: 0.5;
    }

}

@media screen and (max-width: 767px) {

    .pagetop {
        width: 12.8vw;
    }

}



/* backbtn */

.backbtn {
    display: block;
    width: 31.771vw;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {

    .backbtn {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .backbtn:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

}

@media screen and (max-width: 767px) {

    .backbtn {
        max-width: 322px;
        width: 85.866vw;
    }

}


/* footer */

/* .footer{
}

.footer-wrapper {
    width: 73.206%;
    margin: 0 auto;
    padding: 20px 0 17px;
}

.footer-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.footer-nav-item {
    color: #333;
    padding: 0 0.585vw;
    font-size: min(1.171vw, 16px);
}

.footer-logo {
    width: 18.6%;
    margin: 0 auto 18px;
}

.footer-copyright {
    font-size: min(0.874vw, 12px);
    line-height: 1.7;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,YuGothic,'游ゴシック',"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

@media screen and (min-width: 769px) {

    .footer-nav-item {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .footer-nav-item:hover {
        text-decoration: underline;
    }

} */
