*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}

html{

    scroll-behavior:smooth;

}

body{

    background:#050505;

    color:#f5e8d0;

    font-family:

    "Yu Mincho",

    "Hiragino Mincho ProN",

    serif;

    overflow-x:hidden;

}

/* ===================

   HERO

=================== */

.about-hero{

    position:relative;

    height:100vh;

    background:

    linear-gradient(

    rgba(0,0,0,.55),

    rgba(0,0,0,.75)

    ),

    url("about-bg.jpg");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

}

.hero-overlay{

    position:absolute;

    inset:0;

}

.hero-nav{

    position:absolute;

    top:40px;

    right:80px;

    display:flex;

    gap:40px;

    z-index:10;

}

.hero-nav a{

    color:#f5e8d0;

    text-decoration:none;

    font-size:14px;

    letter-spacing:3px;

    transition:.3s;

}

.hero-nav a:hover{

    color:#d7b27a;

}

.hero-content{

    position:absolute;

    top:50%;

    left:50%;

    transform:

    translate(-50%,-50%);

    text-align:center;

}

.hero-sub{

    font-size:22px;

    margin-bottom:15px;

    letter-spacing:3px;

}

.hero-content h1{

    font-size:140px;

    font-weight:300;

    color:#d7b27a;

    letter-spacing:5px;

}

.hero-line{

    width:260px;

    height:1px;

    background:#d7b27a;

    margin:25px auto;

}

.hero-message{

    font-size:38px;

    letter-spacing:4px;

}

/* ===================

   SECTION共通

=================== */

.about-section{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    min-height:600px;

}

.about-text{

    padding:90px;

}

.about-text span{

    display:block;

    color:#d7b27a;

    font-size:48px;

    margin-bottom:15px;

    letter-spacing:2px;

}

.about-text h2{

    font-size:54px;

    line-height:1.6;

    margin-bottom:35px;

    font-weight:400;

}

.about-text p{

    color:#ddd;

    line-height:2.2;

    font-size:18px;

}

.about-image img{

    width:100%;

    height:600px;

    object-fit:cover;

    display:block;

}

/* ===================

   COMPANY

=================== */

.company-section{

    background:#080808;

}

/* ===================
   SHOP
=================== */

.shop-intro{

    background:#050505;

    padding:130px 10% 90px;

    text-align:center;

}

.shop-text{

    max-width:850px;

    margin:auto;

}

.shop-text span{

    display:block;

    color:#d7b27a;

    font-size:22px;

    letter-spacing:4px;

    margin-bottom:25px;

}

.shop-text h2{

    font-size:62px;

    font-weight:400;

    line-height:1.6;

    margin-bottom:40px;

    color:#f5e8d0;

}

.shop-text p{

    color:#ddd;

    font-size:19px;

    line-height:2.3;

}

.shop-image-full{

    width:100%;

}

.shop-image-full img{

    width:100%;

    height:650px;

    object-fit:cover;

    display:block;

}

/* ===================

   OUR TEAM

=================== */

.team-link{

    text-align:center;

    padding:140px 20px;

    background:#080808;

}

.team-link span{

    display:block;

    color:#d7b27a;

    font-size:18px;

    letter-spacing:4px;

    margin-bottom:20px;

}

.team-link h2{

    font-size:52px;

    font-weight:400;

    line-height:1.6;

    margin-bottom:25px;

    color:#f5e8d0;

}

.team-sub{

    color:#d7b27a;

    font-size:12px;

    letter-spacing:5px;

    margin-bottom:35px;

}

.staff-btn{

    display:inline-block;

    padding:18px 55px;

    border:1px solid #d7b27a;

    color:#d7b27a;

    text-decoration:none;

    letter-spacing:3px;

    font-size:14px;

    transition:.4s ease;

    background:transparent;

}

.staff-btn:hover{

    background:#d7b27a;

    color:#050505;

    transform:translateY(-3px);

    box-shadow:

    0 0 20px rgba(215,178,122,.25);

}

/* ===================

   MESSAGE

=================== */

.message-section{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    background:#050505;

}

.message-text{

    padding:90px;

}

.message-text span{

    color:#d7b27a;

    font-size:48px;

    display:block;

    margin-bottom:20px;

}

.message-text h2{

    font-size:58px;

    line-height:1.7;

    margin-bottom:30px;

    font-weight:400;

}

.message-text p{

    color:#ddd;

    line-height:2.2;

    font-size:18px;

}

.message-image img{

    width:100%;

    height:500px;

    object-fit:cover;

}

/* ===================

   FOOTER

=================== */

footer{

    text-align:center;

    padding:90px 20px;

    border-top:

    1px solid rgba(215,178,122,.2);

}

footer p{

    margin-bottom:20px;

    color:#d7b27a;

    letter-spacing:3px;

}

footer h2{

    font-size:58px;

    color:#d7b27a;

    font-weight:400;

}

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

.about-hero{
    height:100vh;
    background-position:center;
    background-attachment:scroll;
}

.hero-nav{
    position:absolute;
    top:90px;
    left:50%;
    transform:translateX(-50%);

    display:grid;
    grid-template-columns:repeat(3,1fr);

    width:90%;
    gap:10px 18px;
}

.hero-nav a{
    text-align:center;
    font-size:12px;
    letter-spacing:1px;
}

.hero-content{
    width:90%;
}

.hero-sub{
    font-size:16px;
}

.hero-content h1{
    font-size:56px;
    letter-spacing:3px;
}

.hero-line{
    width:140px;
}

.hero-message{
    font-size:20px;
    line-height:1.8;
    word-break:keep-all;
    overflow-wrap:normal;
}

.shop-intro{
    padding:80px 20px 60px;
}

.shop-text{
    max-width:100%;
}

.shop-text span{
    font-size:18px;
    letter-spacing:3px;
    margin-bottom:18px;
}

.shop-text h2{
    font-size:36px;
    line-height:1.6;
    margin-bottom:25px;
}

.shop-text p{
    font-size:15px;
    line-height:2;
}

.shop-image-full img{
    height:260px;
    object-fit:cover;
}

.team-link{
    padding:80px 20px;
}

.team-link span{
    font-size:16px;
    letter-spacing:3px;
}

.team-link h2{
    font-size:34px;
    line-height:1.5;
    margin-bottom:20px;
}

.team-sub{
    font-size:12px;
    letter-spacing:3px;
    margin-bottom:30px;
}

.staff-btn{
    width:100%;
    max-width:320px;
    padding:18px;
    font-size:14px;
    text-align:center;
}

.message-section{
    display:grid;
    grid-template-columns:1fr;
}

.message-text{
    padding:60px 15px;
}

.message-text span{
    font-size:18px;
    letter-spacing:3px;
}

.message-text h2{
    font-size:34px;
    line-height:1.6;
    margin-bottom:25px;
}

.message-text p{
    font-size:15px;
    line-height:2;
}

.message-image img{
    width:100%;
    height:280px;
    object-fit:cover;
}

footer{
    padding:60px 20px;
}

footer p{
    font-size:13px;
    line-height:1.8;
}

footer h2{
    font-size:40px;
}
}