@charset "utf-8";
/* ****************************************************************************
- MEMO -
--------Setting/共通設定--------
________Font Setting/フォント設定________

--------Layout/レイアウト--------
________wrapper________
________article_bgVisual________
________area_header________
________box__row________
________area_main________
________area_ttl________
________area_contents________
________section_main________
________area_footer________


--------page_movie/動画共通--------

@media screen and (min-width: 769px) { } 【タブレット縦以上】※breakpoint
*****************************************************************************/

/*--------Layout/レイアウト--------*/
/*________wrapper________*/

/*________article_bgVisual________*/
#article_bgVisual {
    z-index: 0;
    position: fixed;
    top: 0;
}

#article_bgVisual,
#article_bgVisual #article_bgVisual--in,
#article_bgVisual #article_bgVisual--in .box_img,
#article_bgVisual #article_bgVisual--in .box_img img {
    height: 100vh;
    min-height: 80vh;
    z-index: 0;
}

#article_bgVisual #article_bgVisual--in .box_img img {
    object-fit: cover;
    object-position: left top;
}

@media only screen and (min-width : 769px) {

    #article_bgVisual,
    #article_bgVisual #article_bgVisual--in,
    #article_bgVisual #article_bgVisual--in .box_img,
    #article_bgVisual #article_bgVisual--in .box_img img {
        height: 100vh;
        min-height: 600px;
        width: 100%;
    }
}

/*________area_header________*/
@media only screen and (min-width : 769px) {
    #area_header {
        position: relative;
        opacity: 1;
        background: none;
        border: none;
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px
    }

    #area_header #area_header--in {
        position: relative;
    }

    #area_header #logo_home #logo_home--link {
        width: 340px;
    }
}

/*________box__row________*/
.box_row {
    /* margin-top: 60px; */
    z-index: 2;
}

@media only screen and (min-width : 769px) {
    .box_row {
        margin-top: 0;
    }
}

.box_row .box_row--in {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 60px;
}

@media only screen and (min-width : 769px) {
    .box_row .box_row--in {
        padding-top: 0.5em;
        margin-top: 0;
    }
}

/*________area_main________*/
#area_main {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width : 769px) {
    #area_main {
        width: 100%;
        margin-bottom: 2em;
    }
}

.page_movie #area_main--in {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}

@media only screen and (min-width : 769px) {
    #area_main--in {
        background: rgba(255, 255, 255, 1);
        border-radius: 10px 10px 10px 10px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*________area_ttl________*/
.area_ttl {
    position: relative;
    z-index: 1;
    width: 100%;
    /* background: rgba(255, 109, 231, 0.5) */
}

@media only screen and (min-width : 769px) {
    .area_ttl {
        background: none;
    }
}

.area_ttl--in {
    position: relative;
    padding-bottom: 0.25em;
}

@media only screen and (min-width : 769px) {
    .area_ttl--in {
        padding-top: 1em;
    }
}

/*________area_contents________*/
.area_contents .box_page_template {
    width: 98%;
    margin: 0 auto;
}


























/*________area_contents________*/

/*________section_main________*/
/*配置順設定*/
.section_main {
    position: relative;
    width: 100%;
}

.section_main .section_inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}








