@charset "UTF-8";




/* **********************************************************

Featured Item

********************************************************** */

.pageFaceImageA{
    background: url(../img/faceImage/faceImage_top.jpg) no-repeat top/cover;
    height: 670px;
    position: relative;
}
.pageFaceImageB{
    background: url(../img/faceImage/faceImage_concept.jpg) no-repeat center/cover;
    height: 670px;
    position: relative;
}
.pageFaceImageTextA{
    color: var(--TextRev);
    font-size: 60px;
    line-height: 1.1;
    padding: 0 8%;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10%;
}
.pageMainImageCommon{
    position: relative;
}
.queationApoRevImage{
    width: 110px;
    position: absolute;
    left: 20px;
    top: 10px;
}
.queationApoRevImage img{
    width: 100%;
    opacity: 0.6;
}
@media(max-width:840px){
    .pageFaceImageTextA{
        font-size: 40px;
        line-height: 1.3;
        top: 15%;
    }
}

/* **********************************************************

WordPress Blog

********************************************************** */

.scrollContainerPare{
        background-color: var(--PartTheme);
        margin-top: 80px;
        margin-bottom: 80px;
        padding-top: 15px;
        padding-bottom: 40px;
        position: relative;
    }
    .topSectionSubTitleCommon{
        line-height: 1.2;
        color: var(--TextSubTheme2);
        font-size: 32px;
        font-weight: bold;
        font-family: serif;
    }
    .topSectionSubTitleCommonAdd{
        padding-left: 20px;
    }
    .newsNonMessage{
        color: var(--TextSubTheme2);
        margin: 0 auto;
        text-align: center;
    }
    .scrollContainer{
        display: flex;
        position: relative;
    }
    .scrollContent {
        /* 水平スクロールバーを出す  */
        overflow-x: auto; 
        /* コンテンツを横並びにする  */
        /* white-space: nowrap;  */
        display: flex;
        /* スクロールバー非表示 (Firefox) */
        scrollbar-width: none;
        /* Internet Explorer 10+ */
        -ms-overflow-style: none;  
    }
    .scrollContent::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }
    .scrollItem {
        /* コンテンツが伸び縮みしないようにする */
        flex: 0 0 auto; 
        width: 400px; /* アイテムの幅 */
        margin: 8px;
    }
    .scrollItemImage{
        height: 250px;
    }
    .scrollItem img{
        border-radius:5px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: bottom;
    }
    .scrollButton {
        background: none;
        border: none;
        font-size: 32px;
        color:var(--TextSubTheme2);
        cursor: pointer;
        padding: 10px;
    }
    .scrollItemTextContent{
        width: 90%;
        font-family: sans-serif;
        margin-top: 5px;
    }
    .scrollItemINfo{
        color: var(--TextRev);
        font-size: 14px;
        line-height: 0.8;
    }
    .scrollItemInfoSubLink{
        color: var(--TextRev);
        font-size: 10px;
    }

    /* メディアクエリ */
    @media(max-width:800px){
        .scrollButton{
            display: none;
        }
        .scrollContent{
            width: 95%;
            margin: 0 auto;
        }
        .topSectionSubTitleCommon{
            line-height: 1.2;
            color: var(--TextSubTheme2);
            font-size: 32px;
            font-weight: bold;
            font-family: serif;
        }
        .topSectionSubTitleCommonAdd{
            padding-left: 20px;
        }
    }

/* **********************************************************

About us

********************************************************** */

.variNewArGalAboutSection{
    padding: 0 3% 50px;
    position: relative;
}
.variNewArGalAboutImage{
    display: inline-block;
    width: 100%;
    height: 600px;
}
.variNewArGalAboutImage img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}
.variNewArGalAboutTitle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: serif;
    font-weight: bold;
    font-size: 80px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 40px;
    background-color: rgba(255, 255, 255, .8);
}
@media(max-width:840px){
    .variNewArGalAboutSection{
        padding: 0 3% 40px;
    }
    .variNewArGalAboutImage{
        height: 400px;
    }
    .variNewArGalAboutTitle{
        font-size: 60px;
        line-height: 1;
    }
}





    


    