@charset "utf-8";

/*
************************************************************************
* ページタイトル
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */
.page-title
{

}
.page-title .mv
{
    padding: 20px 20px 0 20px;

}
.page-title .mv .eyecathe {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vw;
    max-height: 450px;
    border-radius: 2em 0 2em 0;
}

.page-title .mv img
{
    border-radius: 30px 0 30px 0;
}
.page-title .title
{
	text-align:center;
    color: #000000;
    margin-bottom: 1em;
}
.page-title .title .main
{
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.5625;
}
.page-title .title .circle {
    margin-top: -40px;
    /*padding-top: 30px;*/
    background-image: url(../../img/icon/circle.svg);
    background-position: 50% 0px;
    background-size: 195px 195px;
    background-repeat: no-repeat;
}
.page-title .title .icon {
    display:inline-block;
    text-align: center;
}

.page-title .title > .sub
{
	display:block;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}

.page-title .page-description {
    text-align: center;
    margin-bottom: 2em;
    letter-spacing: 0.05em;
    line-height: 2;
}


/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    .page-title .mv
    {
        padding: 3.125vw 3.125vw 0 3.125vw;

    }
    .page-title .mv .eyecathe {
        height: 50vw;
        max-height: 50vw;
    }

    .page-title .mv img
    {
        border-radius: 7.8125vw 0 7.8125vw 0;
    }
    .page-title .title
    {
        margin-bottom: 6.25vw;
    }
    .page-title .title .main
    {

    }
    .page-title .title .circle {
        margin-top: -6.875vw;
        margin-bottom: 0vw;
        background-size: 21.4vw 21.4vw;
        line-height: 1;
    }
    .page-title .title .icon {
    }
    .page-title .title .icon.icon-page-title img {
        vertical-align: baseline;
    }

    .page-title .title > .sub
    {
    }
    .page-title .page-description {
        margin-bottom: 2em;
    }
}

/* ################################################################################################ */
/* ## ページタイトルのアイコンサイズ                        ################################################################## */
/* ################################################################################################ */
.page-title .title .icon.icon-753,
.page-title .title .icon.icon-page-title {
    width: 48px;
}
@media screen and (max-width:640px) {
    .page-title .title .icon.icon-753,
    .page-title .title .icon.icon-page-title {
        width: 7.5vw;
    }

}
