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

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

________article_bgVisual________
________area_header________
________box__row________
________area_main________
________area_ttl________
________area_contents________
________section_main________
________section_profileData________
________section_gravure________
________section_slide________
________section_diary________
________section_review________
________section_movie________
________section_schedule________
________section_sns________
________section_qanda________
________section_OwnerCome________
________section_salesPoint________
________area_footer________

--------Parts/パーツ--------
________wrapper________
________area_header________
________article_mainVisual________
________area_main________
________section_main________
________area_side________
________area_footer________

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

/*________wrapper________*/
/*背景画画像設定*/
.page_fixMainvisual #wrapper:before {
    /* background: url("../image/sp_bg.jpg") center no-repeat;
    background-size: cover; */
    background-color: rgb(255, 255, 255, 1)
}

/*________article_bgVisual________*/

.page_profile #article_bgVisual {
    z-index: 0;
    position: fixed;
    top: 0;
}

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

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

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

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


/*________area_header________*/
@media only screen and (min-width : 769px) {
    .page_profile #area_header {
        position: relative;
        opacity: 1;
        background: none;
        border:none;
        height: auto;
        padding-top:48px;
        padding-bottom:48px
    }
    .page_profile #area_header #area_header--in{
        position: relative;
    }
    .page_profile #area_header #logo_home #logo_home--link {
        width:340px;
    }
}
    /* .page_profile #area_header #logo_home a#logo_home--link {
        width: 100%;
        max-width: 340px;
        padding: 0;
    } */
/* .page_profile #area_header {
    position: relative;
    z-index: 1;
}
.page_profile #area_header *{
    position: relative;
    z-index: 1;
}
.page_profile #area_header #area_header--in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (min-width : 769px) {
    .page_profile #area_header {
        display: none;
    }
}

.page_profile #area_header #header--in {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
} */

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

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

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


/*________area_main________*/
@media only screen and (min-width : 769px) {
    .page_profile #area_main {
        /* width: 71.4%; */
        width: 100%;
        /* max-width: 1000px; */
        margin-bottom: 2em;
    }
}

/*________area_ttl________*/
.page_profile .area_ttl {
    position: relative;
    z-index: 1;
    width: 100%;
}
.page_profile .area_ttl--in {
    position: relative;
    width: 99%;
    max-width: 1000px;
    background: #ffffff85;
    margin-left: auto;
    margin-right: auto;
    padding-top:1em;
}
@media only screen and (min-width : 769px) {
    .page_profile .area_ttl--in {
        border-radius: 10px 10px 0 0;
        background: #ffffff;
    }
}

/*________area_contents________*/
.page_profile .area_contents {
    position: relative;
    width: 100%;
}

.page_profile .area_contents .area_contents--in {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff85;
}

@media only screen and (min-width : 769px) {
    .page_profile .area_contents .area_contents--in {
        width: 96%;
        padding-left:2%;
        padding-right:2%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #ffffff;
    }

    .page_profile #area_contents_02 .area_contents--in {
        border-radius: 0 0 10px 10px;
    }

}

/*box_content*/
.page_profile .area_contents--in .box_content {
    width: 100%;
}

@media only screen and (min-width : 769px) {
    .page_profile .area_contents--in .box_content {
        width: 48%;
    }
}



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

.page_profile .section_main .section_inner {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/*配置順切替*/
.page_profile #section_main--01 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
}

.page_profile #section_main--02 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 2;
    order: 2;
}

.page_profile #section_main--03 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 3;
    order: 3;
}

.page_profile #section_main--04 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 4;
    order: 4;
}

.page_profile #section_main--05 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 5;
    order: 5;
}

.page_profile #section_main--06 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 6;
    order: 6;
}

.page_profile #section_main--07 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 7;
    order: 7;
}

.page_profile #section_main--08 {
    -webkit-box-ordinal-group: 1;
    /* -ms-flex-order: 8;
    order: 8; */
    -ms-flex-order: 6;
    order: 6;
}

.page_profile #section_main--09 {
    -webkit-box-ordinal-group: 1;
    /* -ms-flex-order: 9;
    order: 9; */
    -ms-flex-order: 6;
    order: 6;
}

.page_profile #section_main--10 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 10;
    order: 10;
}

.page_profile #section_main--11 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 11;
    order: 11;
}

.page_profile #section_main--12 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 12;
    order: 12;
}

.page_profile #section_main--13 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 13;
    order: 13;
}

.page_profile #section_main--14 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 14;
    order: 14;
}


@media only screen and (min-width : 769px) {
    .page_profile #section_main--01 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .page_profile #section_main--02 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .page_profile #section_main--03 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .page_profile #section_main--04 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 4;
        order: 4;
    }
    
    .page_profile #section_main--05 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 5;
        order: 5;
    }
    
    .page_profile #section_main--06 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 6;
        order: 6;
    }
    
    .page_profile #section_main--07 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 7;
        order: 7;
    }
    
    .page_profile #section_main--08 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 8;
        order: 8;
    }
    
    .page_profile #section_main--09 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 9;
        order: 9;
    }
    
    .page_profile #section_main--10 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 10;
        order: 10;
    }
    
    .page_profile #section_main--11 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 11;
        order: 11;
    }
    
    .page_profile #section_main--12 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 12;
        order: 12;
    }
    
    .page_profile #section_main--13 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 13;
        order: 13;
    }
    
    .page_profile #section_main--14 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 14;
        order: 14;
    }
}

/*________section_OwnerCome________*/
.profile_area_main .section_OwnerCome .box--comeManager {
    padding: 0 5px;
}
/*________section_movie________*/
.page_profile .box_listMovie .boxVideo {
    position: relative;
    width:100%;
}
.page_profile .box_listMovie .boxVideo::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
.page_profile .box_listMovie .boxVideo_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page_profile .box_listMovie .boxVideo_in video {
    width:100%;
    height: 100%;
}

