/* web font
font-family: "Poppins", serif;
*/

:root {
    --main-theme-color: #D4161A;
    --ft-poppin: "Poppins", serif;
    --cr-male: #57B0FF;
    --cr-male-bg: #D0E3F4;
    --cr-female: #FF5972;
    --cr-female-bg: #F9EEEE;
    --cr-unisex: #64AD6B;
    --cr-unisex-bg: #E8F5EC;
    --byouki-category01: #FFD6D3;
    --byouki-category02: #B3DEFF;
    --byouki-category03: #D1E2B3;
    --byouki-category04: #E6D4FF;
    --byouki-category05: #FFCAEA;
}

* {
    box-sizing: border-box;
    color: #121212;
    font-family: "Noto Sans JP", sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
body.open {
    overflow: hidden;
}
a {
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.pc2 {
    display: block;
}
.sp2 {
    display: none;
}
.sp3 {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .pc2 {
        display: none;
    }
    .sp2 {
        display: block;
    }
}
@media screen and (max-width: 668px) {
    .pc3 {
        display: none;
    }
    .sp3 {
        display: block;
    }
}
.container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    overflow-x: clip;
    width: 100%;
}
/* header */
.header {
    background: #fff;
    margin: 0 auto;
    padding: 12px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 1200px;
}
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-btn__list {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: wrap;
}
.header-btn__item {
    border: 1px solid #153963;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    overflow: hidden;
    width: 165px;
}
.header-btn__item.account-btn {
    margin-right: 15px;
}
.header-btn__item a {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}
.btn-icon {
    background: #153963;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
}
.btn-icon span {
    color: #fff;
    font-size: 28px;
}
.header-btn__item a p {
    color: #153963;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10px;
    width: calc(100% - 50px);
}
.header-nav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.header-nav {
    border: 2px solid #153963;
    border-left: 0;
    border-right: 0;
    margin: 0;
    padding: 15px 0;
}
.header-nav__list li a {
    color: #153963;
    font-size: 16px;
    font-weight: 500;
}
@media screen and (max-width: 968px) {
    .header-btn__item {
        height: 48px;
        width: 150px;
    }
    .header-btn__item a p {
        padding-left: 5px;
    }
    .header-nav__list li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .header-nav {
        background: #fff;
        height: 100%;
        padding: 150px 0 80px;
        position: fixed;
        right: -100%;
        top: 0;
        transition-duration: .3s;
        width: 90%;
        max-width: 350px;
        z-index: 99;
    }
    .header-nav.open {
        right: 0;
    }
    .header-nav__list {
        display: block;
        text-align: center;
    }
    .header-nav__list li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    /* hamberger */
    .header-menu {
        display: block;
        height: 25px;
        margin-left: 20px;
        position: relative;
        text-align: center;
        width: 30px;
        z-index: 999999;
    }
    .header-menu span {
        display: block;
    }
    .header-menu__trigger {
        position: relative;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 3;
    }
    .header-menu__trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #545454;
        border-radius: 4px;
    }
    .header-menu__trigger, .header-menu__trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
    .header-menu__trigger span:nth-of-type(1) {
        top: 0;
    }
    .header-menu__trigger span:nth-of-type(2) {
        top: 12px;
    }
    .header-menu__trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .header-menu__trigger.active span:nth-of-type(1) {
        top: -6px;
    }
    .header-menu__trigger.active span:nth-of-type(3) {
        bottom: -10px;
    }
    .header-menu__trigger span:nth-of-type(1) {
        animation: header-menu__bar01 .75s forwards;
    }
    @keyframes header-menu__bar01 {
        0% {
            transform: translateY(20px) rotate(45deg);
        }
        50% {
            transform: translateY(20px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    .header-menu__trigger span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }
    .header-menu__trigger span:nth-of-type(3) {
        animation: header-menu__bar03 .75s forwards;
    }
    @keyframes header-menu__bar03 {
        0% {
            transform: translateY(-20px) rotate(-45deg);
        }
        50% {
            transform: translateY(-20px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    .header-menu__trigger.active span:nth-of-type(1) {
        animation: active-header-menu__bar01 .75s forwards;
    }
    @keyframes active-header-menu__bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(20px) rotate(0);
        }
        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }
    .header-menu__trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .header-menu__trigger.active span:nth-of-type(3) {
        animation: active-header-menu__bar03 .75s forwards;
    }
    @keyframes active-header-menu__bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-20px) rotate(0);
        }
        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }
}
@media screen and (max-width: 668px) {
    .header-left {
        width: 125px;
    }
    .header-right {
        width: calc(100% - 135px);
    }
    .header-btn__item {
        background: #153963;
        height: 80px;
        width: 80px;
    }
    .header-btn__item.account-btn {
        margin-right: 10px;
    }
    .header-btn__item a {
        display: block;
    }
    .btn-icon {
        background: none;
        align-items: flex-end;
        height: 35px;
        line-height: 0;
        width: 100%;
    }
    .btn-icon span {
        color: #fff;
        font-size: 28px;
    }
    .header-btn__item a p {
        color: #fff;
        justify-content: center;
        font-size: 12px;
        height: calc(100% - 35px);
        padding-left: 0;
        width: 100%;
    }
}
@media screen and (max-width: 468px) {
    .header-btn__item {
        background: none;
        border: 2px solid #153963;
        border-radius: 50%;
        height: 38px;
        width: 38px;
    }
    .btn-icon {
        align-items: center;
        height: 100%;
        width: 100%;
    }
    .btn-icon span {
        color: #153963;
        font-size: 25px;
    }
    .header-btn__item a p {
        display: none;
    }
}

/* footer */
.footer {
    background: #153963;
    padding: 45px 0;
}
.footer-inner {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
}
.footer-logo {
    margin: 0 0 25px;
    width: 200px;
}
.footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-links ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer-flex {
    border-top: 1px dashed #445985;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 35px 0 0;
    padding: 15px 0 0;
}
.footer-infolinks ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.footer-infolinks ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.copyright {
    text-align: right;
}
.copyright p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .footer-logo {
        margin: 0 auto 25px;
        width: 180px;
    }
    .footer-links ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .footer-links ul li {
        text-align: center;
    }
    .footer-infolinks {
        margin: 0 0 8px;
        width: 100%;
    }
    .footer-infolinks ul {
        justify-content: center;
    }
    .copyright {
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width: 368px) {
    .footer-links ul {
        grid-template-columns: 1fr;
    }
    .footer-infolinks {
        margin: 0 0 25px;
    }
    .footer-infolinks ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    .footer-infolinks ul li {
        text-align: center;
    }
}

/* main */
.main {
    min-height: 75vh;
    padding: 45px 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* material icon */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24
}
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24
}
@media screen and (max-width: 468px) {
    .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24
    }
    .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 500, 'GRAD' 0, 'opsz' 24
    }
}