@charset "utf-8";

/**
 *
 *  ページ用CSS
 *concept
 */

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* page_mv */

.page_mv{
    background-image: url(../img/concept/mv_pc.jpg);
}
.page_content_ttl{
    top: 16%;
    right: 12%;
}


/* page_intro */

.page_intro{
    background: url(../img/common/bg_b.png), var(--gra_gold);
    padding: 8% 0;
}


/* ページ共通テキスト */

.page_sec_content_txt dt{
    font-size: 3.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 3.2rem;
}
.page_sec_content_txt dd{
    font-size: 1.8rem;
    line-height: 2;
}
.page_sec_content_txt dd:nth-of-type(2){
    padding-top: 3.2rem;
}
.page_sec_content_txt dd .line{position: relative;}
.page_sec_content_txt dd .line::before{
    content: '';
    display: inline-flex;
    align-items: center;
    width: 40px; height: 1px;
    vertical-align: 22%;
    margin: 0 4px;
}
.lgold .page_sec_content_txt dd .line::before{
    background: var(--dark);
}
.brown .page_sec_content_txt dd .line::before{
    background: var(--light);
}


/* page_sec */

.page_sec_main_img{
    max-height: 1000px;
    height: 100svh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.sec01 .page_sec_main_img{
    background-image: url(../img/concept/main_img_sec01_pc.webp);
}
.sec02 .page_sec_main_img{
    background-image: url(../img/concept/main_img_sec02_pc.webp);
}
.sec03 .page_sec_main_img{
    background-image: url(../img/concept/main_img_sec03_pc.webp);
}

.page_sec_content{padding: 8% 0;}
.lgold{
    background: url(../img/common/bg_b.png), var(--gra_gold);
}
.brown{
    background: url(../img/common/bg.png), var(--gra_brown);
    color: var(--light);
}

.page_sec_main_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; height: 100%;
    max-width: 170px;
    width: 9svw;
    min-width: 110px;
    margin: auto;
}
.sec03 .page_sec_main_txt img{
filter: drop-shadow(0px 0 5px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0 5px rgba(255, 255, 255, 0.9)) drop-shadow(0px 0 5px rgba(255, 255, 255, 0.9)); 
}

.page_sec_content_img{
    display: flex;
    justify-content: space-between;
    gap: 0 4.8rem;
    flex-wrap: nowrap;
    max-width: 850px;
    margin: 8rem auto 0;
}
.page_sec_content_img .txt{
    font-size: 1.4rem;
    padding-top: .8rem;
}

.next_contents_bnr{
    max-width: 640px;
    margin: 7.2rem auto 0;
}
.next_contents_bnr a{transition: .3s;}
@media (hover: hover) {
    .next_contents_bnr a:hover{opacity: .7;}
}

@media screen and (max-width: 768px) {


/* page_mv */    

.page_mv{
    background-image: url(../img/concept/mv_sp.webp);
}
.page_content_ttl{
    top: 16%;
    right: 20px;
}
/* page_intro */

.page_intro{
    padding: 16% 0;
}


/* ページ共通テキスト */

.page_sec_content_txt dt{
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 3.2rem;
}
.page_sec_content_txt dd{
    font-size: 1.6rem;
    line-height: 2;
}
.page_intro .page_sec_content_txt dd{
    font-size: 1.8rem;
    line-height: 2;
}

/* page_sec */

.page_sec_main_img{
    max-height:unset;
    height: 100svh;

}
.sec01 .page_sec_main_img{
    background-image: url(../img/concept/main_img_sec01_sp.webp);
}
.sec02 .page_sec_main_img{
    background-image: url(../img/concept/main_img_sec02_sp.webp);
}
.sec03 .page_sec_main_img{
    background-image: url(../img/concept/main_img_sec03_sp.webp);
}

.page_sec_content{padding: 16% 0;}

.page_sec_main_txt{
    max-width: 170px;
    width: 8svw;
    min-width: 120px;
    margin: auto;
}
.sec03 .page_sec_main_txt img{
filter: drop-shadow(0px 0 5px rgba(32, 80, 92, 0.5)) drop-shadow(0px 0 5px rgba(32, 80, 92, 0.5)) drop-shadow(0px 0 5px rgba(32, 80, 92, 0.5)); 
}

.page_sec_content_img{
    flex-direction: column;
    gap: 3.2rem 0 ;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 5.6rem auto 0;
}
.page_sec_content_img .txt{
    font-size: 1.3rem;
}

.next_contents_bnr{
    max-width: 100%;
    margin: 4.0rem auto 0;
}


}