@charset "UTF-8";

/* ==================================================
   Reset
================================================== */

*,
*::before,
*::after{
    box-sizing:border-box;
}

html{
    font-size:100%;
}

body{
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
    line-height:1.6;
    color:#111;
    background:#fff;
}

img{
    display:block;
    max-width:100%;
    height:auto;
}

a{
    color:inherit;
    text-decoration:none;
}

/* ==================================================
   Common
================================================== */

.container{
    width:min(100% - 40px,800px);
    margin-inline:auto;
}

/* ==================================================
   Header
================================================== */

.site-header {
    padding-top: 20px;
}

.site-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 76px;
    padding-bottom: 20px;
}

.site-logo {
    width: 180px;
    height: auto;
    flex-shrink: 0;
}

.site-brand-text{
    flex:1;
}

.site-title {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Lora", serif;
    transform:translateY(-2px);
}

.header-border{
    width:100%;
    border-bottom:1px solid #bfbfbf;
}

/* ==================================================
   Main
================================================== */

.site-main{
    padding:32px 0 50px;
}

/* ==================================================
   Online Store Banner
================================================== */

.store-guide {
    margin-bottom: 42px;
}

.store-banner{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:2px 24px;
    width:100%;
    max-width:360px;
    margin-inline:auto;
    padding:16px 24px;
    color:#fff;
    background:#1b1b1b;
    text-decoration:none;
    transition:
        opacity .25s ease,
        transform .25s ease;
    border-radius:2px;
    margin-left:0;
    margin-right:auto;
}

.store-banner:hover {
    opacity: 0.88;
    transform: translateY(-2px);
}

.store-banner__label {
    grid-column: 1;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.store-banner__text {
    grid-column: 1;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.store-banner__arrow {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 30px;
}
/* ==================================================
   Section
================================================== */

.section-title {
    margin: 0 0 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 24px;
    line-height: 1.4;
    font-family: "Lora", serif;
    letter-spacing:0.04em;
}

/* ==================================================
   Company Information
================================================== */

.company-info-list{
    margin:0;
}

.company-info-row{
    display:grid;
    grid-template-columns:160px 1fr;
    gap:18px 24px;
    padding:10px 0;
}

.company-info-row dt{
    font-family: "Lora", serif;
    font-weight: 600;
    margin:0;
    letter-spacing:0.04em;
}

.brand-name{
    font-family:"Lora", serif;
}

.company-info-row dd{
    font-weight:normal;
    margin:0;
}



.company-info-row a{
    text-decoration:underline;
    text-underline-offset:3px;
}

/* ==================================================
   Footer
================================================== */

.site-footer{
    margin-top:30px;
    padding:32px 0 18px;
    background:#efefef;
}

.site-footer .container{
    text-align:center;
}

.footer-sns{
    display:flex;
    flex-direction:column;
    align-items:center;
}

/* FOLLOW US */
.footer-follow{
    margin:0 0 22px;
    padding:0;
    font-family:"Lora", serif;
    font-size:17px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:0.08em;
    color:#555;
}

/* Instagramリンク */
.footer-instagram{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:inherit;
    text-decoration:none;
    transition:opacity .2s ease;
}

.footer-instagram:hover{
    opacity:.7;
}

.footer-instagram-icon{
    width:30px;
    height:30px;
}

/* @leo_gallery.store */
.footer-instagram span{
    font-size:14px;
    font-weight:500;
    line-height:1.5;
    letter-spacing:0.03em;
    color:#333;
}

/* © 2025 Leo Co., Ltd. */
.copyright{
    width:calc(100% - 40px);
    margin:24px auto 0;
    padding-top:20px;
    border-top:1px solid #fff;
    text-align:center;
    font-size:13px;
    color:#444;
}

/* ==================================================
   Responsive
================================================== */

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

    .container{
        width:min(100% - 32px,800px);
    }

    .site-header{
        padding-top:24px;
    }

    .site-brand {
        display: block;
        text-align: center;
        padding-bottom: 16px;
    }

    .site-logo {
        width: 150px;
        margin: 0 auto 20px;
    }

    .site-title {
        font-size: 32px;
    }

    .site-main{
        padding:32px 0 36px;
    }

    .section-title {
        margin-bottom: 18px;
        font-size: 22px;
    }

    .store-guide {
        margin-bottom: 52px;
    }
    
    .store-banner {
        margin-left:auto;
        margin-right:auto;
    }
    
    .store-banner__label {
        font-size: 11px;
    }
    
    .store-banner__text {
        font-size: 20px;
    }
    
    .store-banner__arrow {
        font-size: 28px;
    }

    .company-info-row{
        grid-template-columns:1fr;
        gap:4px;
        padding:12px 0;
    }

    .company-info-row dt{
        font-family: "Lora", serif;
        font-weight: 600;
    }
    .footer-follow{
        margin:0 0 14px;
        font-family:"Lora", serif;
        font-size:16px;
        font-weight:600;
        letter-spacing:0.08em;
        color:#555;
    }
    
    .footer-instagram-icon{
        width:20px;
        height:20px;
    }
    
    .footer-instagram span{
        font-size:13px;
    }
    
    .copyright{
        font-size:12px;
    }
}