@charset "utf-8";
main{
    color: #dbc5a4;
}


.snap{
    scroll-snap-type: y mandatory;
    overflow-y: auto;
}
.snap section{
    scroll-snap-align: start;
}
.section_ttl_en{
    font-size:100px;
    text-align: center;
    letter-spacing: 0.05em;
    background-image: url(../img/common/gold_clip.jpg);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0 auto 0.5em;
}

/* mv */
#mv_area{
    margin: 0 auto 100px;
}
.mv_box{
    height: 100svh;
    width:  100%;
    position: relative;
    
}
.mv_inner{
    max-width: 1700px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    width: 95%;
    background: url(../img/top/mv_pc.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mv_ttl_box{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 1));
}
.mv_ttl_en{
    font-size:138px;
    font-size: min(calc(7.2vw), 138px);
    max-width: 1700px;
    margin: 0 auto;
    /* text-align: center; */
    letter-spacing: 0.05em;
    background-image: url(../img/common/gold_clip.jpg);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    white-space: nowrap;
    line-height: 1.4;
    padding-bottom: 0.1em;
    margin-bottom: 0.2em;
    border-bottom: solid 1px #f7e1df;
    text-transform: uppercase;
    white-space: nowrap;
}
.mv_ttl_en span{
    display: inline-block;
    line-height: 1;
}
.mv_ttl_ja{
    max-width: 500px;
    margin: 0 auto;
    width: 35%;
}

.mv_catch{
    font-size: 64px;
    position: absolute;
    left: 0;
    bottom: 5%;
    line-height: 1.8;
    filter: drop-shadow(0px 0px 8px rgba(0,0,0,1)) drop-shadow(0px 0px 8px rgba(0,0,0,1)) drop-shadow(0px 0px 8px rgba(0,0,0,1)) drop-shadow(0px 0px 8px rgba(0,0,0,1));
}


/* concept */
.concept_box{
    position: relative;
    padding: 100px 0 0;
}
.concept_deco{
    font-size: 300px;
    color: #232323;
    writing-mode: vertical-lr;
    position: absolute;
    white-space: nowrap;
    z-index: -1;
}
.concept_deco.deco01{
    right: 0;
    top: 0;
}
.concept_deco.deco02{
    left: 0;
    bottom: 0;
}

.concept_ttl_box{
    display: flex;
    justify-content: center;
}
.concept_ttl{
    margin: 0 auto 1.5em;
    writing-mode: vertical-rl;
    font-size: 52px;
    line-height: 2;
}
.concept_ttl span{
    position: relative;
    display: inline-block;
}
.concept_ttl span::after{
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    left: 0.1em;
    background: #480000;
    display: block;
    position: absolute;
}
.concept_lead{
    color: #f4ebde;
    text-align: center;
    line-height: 1.8;
    font-size: 24px;
    margin: 0 auto 2em;
    font-feature-settings: "palt";
}



/* news */
#news_area{
    margin: 0 auto 120px;
}
.master_img{
    max-width: 1178px;
    margin: 0 auto -8%;
    position: relative;
    z-index: -1;
}
.news_box{
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
}
.news_item{
    max-width: 430px;
    width: 31%;
}
.news_item:not(:last-child){
    margin-right: 50px;
    padding-right: 50px;
    border-right: solid 1px #232323;
    box-sizing: content-box;
}
/* .news_item:not(:last-child)::after{
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background: #232323;
} */
.news_date_deco{
    font-size: 140px;
    line-height: 1;
    margin: -0.2em 0 0.3em;
    text-box: trim-both cap alphabetic;
    color: #232323;
}
.news_date{
    font-size: 18px;
    padding: 0 10px;
    margin: 0 0 0.5em;
}
.news_img img{
    aspect-ratio: 430 / 280;
    object-fit: cover;
}
.news_text{
    padding: 0 10px;
}
.news_ttl{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin: 1em 0;
}
.news_ttl span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_ttl::before{
    content: "";
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    background: #bc1616;
    border-radius: 50%;
    display: block;
    left: 0;
    margin-right: 5px;
}
.news_lead{
    font-size: 14px;
    color: #f4ebde;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 5.5em;
}
.news_more{
    margin: 1em 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    white-space: nowrap;
    transition: 0.5s;
}
.news_item a{
    transition: 0.5s;
}
.news_item a:hover{
    opacity: 0.6;
}
.news_more::before{
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    background: #dbc5a4;
    margin-right: 1em;
    transition: 0.5s;
}
.news_item a{
    display: block;
}
.news_item a:hover .news_more::before{
    width: 100%;
}



/* shop information */
#shop_area{
    margin: 0 auto 140px;
}
.shop_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop_img{
    max-width: 630px;
    width: 54%;
}
.shop_text{
    margin: 0 auto;
    width: 46%;
}
.shop_ttl{
    margin: 0 auto 1.5em;
    writing-mode: vertical-rl;
    font-size: 52px;
    line-height: 2;
}





@media(max-width: 1300px){
.mv_catch {
    font-size: 56px;
}
.section_ttl_en {
    font-size: 72px;
}
.concept_deco {
    font-size: 280px;
}
.concept_ttl {
    font-size: 48px;
}
.news_date_deco {
    font-size: 100px;
}
.shop_ttl {
    font-size: 46px;
}
.news_item:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
}
}


@media(max-width: 1000px){
.mv_inner {
    max-height: 800px;
    background-size: 120%;
    background-position: top 30% center;
}
.mv_catch {
    font-size: 34px;
}
.concept_deco {
    font-size: 180px;
}
.concept_ttl {
    font-size: 40px;
}
.concept_box {
    padding: 60px 0 0;
}
.concept_lead {
    font-size: 20px;
}

#mv_area {
    margin: 0 auto 80px;
}
.news_ttl {
    font-size: 16px;
}
.news_lead {
    font-size: 13px;
}
#news_area {
    margin: 0 auto 70px;
}
.shop_ttl {
    font-size: 38px;
}
.section_ttl_en {
    font-size: 54px;
}
.news_more {
    font-size: 14px;
}
.news_item:not(:last-child) {
    margin-right: 2.5%;
    padding-right: 2.5%;
}
.news_date_deco {
    font-size: 80px;
}
}



@media(max-width: 768px){
.mv_inner{
    width: 100%;
}
.mv_catch {
    left: 20px;
}
.concept_box {
    padding: 40px 0 0;
}
.concept_ttl {
    font-size: 34px;
    margin: 0 auto 1em;
}
.concept_deco {
    font-size: 150px;
}
.concept_lead {
    font-size: 18px;
}
.section_ttl_en {
    font-size: 48px;
}
.shop_ttl {
    font-size: 32px;
}
}


@media(max-width: 650px){
.mv_box {
    height: calc(100svh - 60px);
    margin-top: 60px;
}
.mv_ttl_en {
    font-size: min(calc(10.5vw), 138px);
    padding-bottom: 0.2em;
    margin-bottom: 0em;
}
.mv_ttl_en span {
    line-height: 1.2;
}
.mv_ttl_ja {
    max-width: unset;
    width: 35%;
    position: absolute;
    right: 2%;
    bottom: 18%;
    width: 50%;
}
.mv_catch {
    bottom: 15px;
    left: 15px;
    font-size: min(calc(7.45vw), 34px);
}
.mv_ttl_box {
    top: 30px;
}
.mv_inner {
    background-size: 160%;
    background-position: top 35% left 57%;
    max-height: 700px;
}
#mv_area {
    margin: 0 auto 20px;
}
.concept_box {
    padding: 30px 0 0;
}
.concept_ttl {
    font-size: 24px;
}
.concept_deco {
    line-height: 0.9;
    font-size: 100px;
}
.concept_deco.deco01 {
    right: -20px;
}
.concept_deco.deco02 {
    left: -20px;
    bottom: unset;
    top: 140px;
}
.concept_lead {
    font-size: 16px;
}
.master_img {
    min-width: 650px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: -5% auto -8%;
}

.news_box{
    flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto 40px;
}
.news_item{
    width: 100%;
    max-width: unset;
}
.news_item:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: solid 1px #232323;
}
.news_date_deco {
    font-size: 90px;
    margin: -0.2em 0  20px;
}
.section_ttl_en {
    font-size: 40px;
    margin: 0 auto 30px;
}
.news_date {
    margin: 0 auto 10px;
    padding: 0 0px;
}
.news_ttl {
    /* font-size: 18px; */
}
.news_lead {
    /* font-size: 14px; */
}
.news_more {
    font-size: 16px;
}
.shop_ttl {
    font-size: 24px;
    margin: 0 auto;
    line-height: 1.7;
}
.shop_text {
    margin: 0 auto;
    width: 30%;
}
.shop_img {
    width: 70%;
}
.shop_flex {
    max-width: 550px;
    margin: 0 auto 40px;
}
#shop_area {
    margin: 0 auto 80px;
}

}