body {
    font-family: 'Hiragino Mincho Pro', 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    color: #221613;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    background-attachment: fixed;
    background-image: url(../images/common/page_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main#en {
    text-align: left !important;
}

main {
    margin-bottom: auto;
}

.no-scroll {
    overflow: hidden;
}

/* PC&TABのみ */
@media screen and (min-width:731px) {

    .disp-sp_tab,
    .disp-sp,
    .disp-tab {
        display: none !important;
    }
}

/* TAB&SPのみ */
@media screen and (max-width:1000px) {

    .disp-pc_only {
        display: none !important;
    }
}

/* TABのみ */
@media screen and (max-width:1000px) and (min-width:731px) {

    .disp-sp {
        display: none;
    }

    .disp-sp_tab,
    .disp-tab {
        display: block;
    }

}

/* SPのみ */
@media screen and (max-width:730px) {

    body {
        background-image: url(../images/common/page_bg_sp.png);
    }

    .disp-pc,
    .disp-tab {
        display: none;
    }
}

.sans_txt {
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Arial', sans-serif;
}

.sans_txt_l {
    font-family: 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Arial', sans-serif;
    font-weight: lighter;
}

.mv {
    position: relative;
}


.image {
    position: relative;
}

.cap {
    font-size: 10px;
    letter-spacing: .5px;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.note {
    font-size: 10px;
}

.bottom_note {
    max-width: 1054px;
    width: 90%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

.white {
    color: #fff;
}

.black {
    color: #343d42;
}

.b_shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.69), 0px 0px 2px rgba(0, 0, 0, 0.69), -1px -1px 2px rgba(0, 0, 0, 0.69);
}

.w_shadow {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1), 0px 0px 2px rgba(255, 255, 255, 1), -1px -1px 2px rgba(255, 255, 255, 1);
}

a:hover,
button:hover {
    opacity: 0.7;
}

.grayout {
    pointer-events: none;
    opacity: 0.3;
    animation: none;
}

.shadow {
    box-shadow: 0px 7px 12px -6px #808080;
}

/* SP調整 */
@media screen and (max-width:730px) {
    .bottom_note {
        margin-top: 40px;
    }
}


header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header_inner {
    position: relative;
    height: 90px;
    max-width: 1054px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site_logo {
    padding-left: 10px;
}

.site_logo a {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-weight: bold;
    font-size: clamp(12px,1.4vw,16px);
}

.site_logo img {
    max-width: 65px;

}

.hamburger_menu {
    display: none;
    width: 80px;
    height: 80px;
    background-color: #000000;
    position: relative;
}

.hamburger_menu span {
    position: absolute;
    left: 10px;
    width: 60px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s all;
}

.hamburger_menu span:nth-child(1) {
    top: 28px;
}

.hamburger_menu span:nth-child(2) {
    top: 52px;
}

.hamburger_menu.active span:nth-child(1) {
    rotate: -25deg;
    top: 35px;
}

.hamburger_menu.active span:nth-child(2) {
    rotate: 25deg;
    top: 35px;
}

.gnav {
    display: flex;
    align-items: center;
    gap: 0 30px;
}

.disp-pc.hamburger_contents {
    padding-right: 10px;
}

.disp-pc.hamburger_contents .lang {
    text-align: right;
    margin-bottom: 10px;
}

.lang .current {
    color: #ed5c50;
    font-weight: bold;
    pointer-events: none;
}

.disp-pc.hamburger_contents .gnav li a {
    position: relative;
}

.disp-pc.hamburger_contents .gnav li a:hover {
    opacity: 1;
}

.disp-pc.hamburger_contents .gnav li a:hover::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    animation: hoverAnime 0.3s forwards;
}

.disp-pc.hamburger_contents .gnav li.current a {
    pointer-events: none;
}

.disp-pc.hamburger_contents .gnav li.current a::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
}

@keyframes hoverAnime {
    0% {
        bottom: -3px;
    }
    
    100% {
        bottom: -5px;
    }
}

.disp-pc.hamburger_contents .gnav li.page-onlineshop {
    max-width: 200px;
}

.disp-pc.hamburger_contents .gnav li.page-onlineshop a:hover::after {
    display: none;
}

.lang_sp {
    display: none;
}

main {
    padding-top: 90px;
}


/* SPのみ */
@media screen and (max-width:980px) {


    main {
        padding-top: 70px;
    }

    .header_inner {
        height: 70px;
    }

    .lang_sp {
        display: block;
    }

    .site_logo a {
        gap: 0 10px;
    }

    .site_logo img {
        max-width: 60px;
    }

    .hamburger_menu {
        display: block;
        width: 70px;
        height: 70px;
    }

    .hamburger_menu span {
        width: 50px;
    }

    .hamburger_menu span:nth-child(1) {
        top: 25px;
    }
    
    .hamburger_menu span:nth-child(2) {
        top: 45px;
    }


    .hamburger_contents {
        max-width: 300px;
        width: 100%;
        display: none;
        position: absolute;
        top: 70px;
        right: 0;
        z-index: 999;
        background-color: hsla(0, 0%, 0%, 0.7);
        color: #fff;
        padding: 15px 20px 30px;
    }

    .hamburger_contents .gnav {
        flex-direction: column;
    }
    
    .hamburger_contents .gnav li {
        width: 100%;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    
    .hamburger_contents .gnav li a {
        display: block;
        padding: 15px 0;
    }

    .hamburger_contents .gnav li.page-onlineshop {
        border-bottom: none;
        padding-top: 15px;
    }

    .hamburger_contents .gnav li.page-onlineshop a {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .lang {
        align-self: flex-end;
        margin: 0 10px 8px auto;
    }
}


footer {
    margin-top: 80px;
}

footer .contact_btn {
    max-width: 300px;
    width: 80%;
    margin: 0 auto;
}

.footer_bottom {
    max-width: 1054px;
    width: 90%;
    margin: 50px auto 0;
    border-top: 1px solid #000000;
}

.footer_bottom ul {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    font-size: clamp(13px,1.4vw,16px);
}

.footer_bottom ul li {
    padding: 0 10px;
}

.footer_bottom ul li:nth-child(1) {
    border-right: 1px solid #000000;
}


.footer_note {
    color: #fff;
    background-color: #000000;
    padding: 10px;
    text-align: center;
    font-size: 10px;
}

.sns_wrap {
    position: fixed;
    right: 5px;
    bottom: 5%;
    max-width: 35px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

/* SPのみ */
@media screen and (max-width:730px) {
    .footer_note {
        margin-bottom: 12%;
    }
    
    .footer_bottom {
        margin-top: 30px;
    }

    .footer_bottom ul {
        margin: 20px 0;
    }

    .sns_wrap {
        max-width: 33px;
        gap: 12px 0;
        bottom: 15%;
        right: 10px;
    }

    .spMenu_wrap {
        display: flex;
        position: fixed;
        bottom: 0;
    }

    .spMenu_wrap li {
        width: calc(100%/5);
    }

    .spMenu_wrap li:nth-child(odd) {
        background-color: #9c6666;
    }

    .spMenu_wrap li:nth-child(even) {
        background-color: #bd9999;
    }
}