@charset "utf-8";
/*header*/

.hScrollLink {
    opacity: 1;
    transition: all .5s;
}

.hScrollLink.is-hidden {
    visibility: hidden;
    transition: all .5s;
    opacity: 0;
}

.hSnsLink:hover {
    opacity: .7;
}

.hSnsLink {
    transition: all .5s;
    max-width: 33px !important;
    margin: 0 0 0 10px !important;
}

.header {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    background: #1F1F1F;
}

.hBoxWr {
    width: 100%;
    padding: 13px 2.6%;
}

.hBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hContentsBox {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hPcLogo {
    margin-right: 30px;
    max-width: 60px !important;
}

.hNavWr {
    max-width: 1142px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.hNavLink {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    transition: all .5s;
}

.hNavLink.hNavDropMainNav:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 80px;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.hNavLink:hover {
    color: #AA131B;
}

.hNavDropBox {
    position: relative;
}

.hNavBoxLinksWrap {
    background-color: #AA131B;
    left: 50%;
    position: absolute;
    visibility: hidden;
    width: 200px;
    transform: translateX(-50%);
    top: 50px;
    margin: auto;
    border: 3px solid #C33D44;
    padding: 12.5px 15px 25px;
    z-index: 100;
    opacity: 0;
    transition: all .5s;
}

.hNavDropBox:hover .hNavBoxLinksWrap {
    visibility: visible;
    opacity: 1;
}

.hNavBoxLinks {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}

.hDropNavLink {
    display: block;
    text-align: center;
    border-bottom: 1px solid #C33D44;
    color: #fff;
    padding: 12.5px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: all .5s;
}

.hDropNavLink:hover {
    background: #C33D44;
    color: #fff;
}

.hNavLink.hNavDropMainNav {
    display: flex;
    align-items: center;
    position: relative;
}

.hDropButtonDeco:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C11B24;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hDropButtonDeco:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #C11B24;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform:rotate(90deg);
}

.header.clone.is-animation {
    top: 0;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

.header.clone {
    position: fixed;
    top: -140px;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.spNav {
    display: none;
}

.hPcHamBox01 .spNavBtnBar .spNavBtnBarItem {
    background: #fff;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 14px;
}

.hPcLogo {
    max-width: 80px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1024px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 16px;
}

.hPcLogo {
    max-width: 114px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 18px;
}

.hDropNavLink {
    font-size: 20px;
}

.hNavBoxLinksWrap {
    width: 323px;
    padding: 17.5px 15px 30px;
}

.hSnsLink {
    max-width: 43px !important;
    margin: 0 0 0 50px !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1600px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hNavLink {
    font-size: 20px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */