@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/css/fonts/NotoSerifJP-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/css/fonts/NotoSerifJP-Bold.woff2') format('woff2');
}

html {
    scroll-behavior: smooth;
}

body * {
    color: #3b3938;
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Meiryo, sans-serif;
    line-height: 150%;
    letter-spacing: 0.03em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'palt';
}

img {
    pointer-events: none;
}

.spec {
    font-family: 'Spectral', serif;
}

.serif {
    font-family: 'Noto Serif JP', serif;
}

button {
    cursor: pointer;
}

main {
    position: relative;
    background: #f8f8f7;
}

.mainContent {
    overflow: hidden;
    position: relative;
}

header .headlogo {
    position: fixed;
    left: 40px;
    top: 33px;
    display: flex;
    align-items: center;
    gap: 17px;
    justify-content: center;
}
header .headlogo div {
    color: #fa6302;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #fa6302;
}
header .registBtn {
    transition: 0.3s;
    float: right;
    z-index: 10;
    position: absolute;
    top: 20px;
    right: 1rem;
    border: 1px solid #ffffff;
    border-radius: 15px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
}
header .registBtn:hover {
    background: #fa6302;
}

footer {
    padding: 1.5rem 0;
    background: #fa6302;
}
.footer-container {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
@media screen and (min-width: 796px) {
    .footer-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}
.w-full {
    width: 100%;
}
.footer-link {
    display: flex;
    gap: 0.4rem 1rem;
    flex-wrap: wrap;
    margin: 0;
}
.footer-link__href {
    color: inherit;
    font-size: 0.8rem;
    color: #fff;
}
.footer-copyright {
    font-family: Arial;
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
}

.mainbg {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
}

.ContentWrap {
    width: 50%;
    display: block;
    margin-left: auto;
    top: 60px;
    z-index: 100;
}
.ContentWrap .ContentInnerWrap {
    position: relative;
    max-width: 580px;
    z-index: 1;
}

@media screen and (min-width: 600px) {
    .ContentWrap .ContentInnerWrap {
        border-left: 4px solid #ffffff;
        border-right: 4px solid #ffffff;
    }
}
.leftContent,
.rightContent {
    width: 51%;
    z-index: 1;
    position: fixed;
    display: flex;
    height: 100vh;
    align-items: center;
    background-image: url(../img/pc_bk_img.avif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.leftContent .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftContent .wrap .content {
    max-width: 342px;
    width: 90%;
}
.leftContent .wrap .content .catchWrap {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    gap: 5px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftContent .wrap .content .catchWrap img {
    filter: brightness(100);
}
.leftContent .wrap .content .catchWrap img:last-of-type {
    transform: scale(1, -1);
}
.leftContent .wrap .content .priceWrap {
    padding: 13px 0 30px;
}
.leftContent .wrap .content .priceWrap .priceInnerWrap .innerWrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 20px 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftContent .wrap .content .priceWrap .priceInnerWrap .innerWrap:last-of-type {
    margin-top: 10px;
    padding: 10px 0;
}

.rightContent {
    right: 0;
}

@media screen and (max-width: 1100px) {
    .mainbg {
        width: 100vw;
    }
    .rightContent {
        width: 100%;
    }
    .ContentWrap {
        width: 100%;
        top: 0px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ContentWrap .ContentInnerWrap {
        margin: 0 auto;
    }
    .mainbg::after {
        top: initial;
    }
}
@media screen and (max-width: 600px) {
    .ContentWrap {
        max-width: 600px;
        width: 100%;
        top: 0px;
    }
}
