/* ==========================================================================
   subpage
   ========================================================================== */
/* p-mv
----------------------------------------------------------------- */
.p-mv
{
    position: relative;

    overflow: hidden; 

    width: 100%;

    background-color: #000;
}

@media screen and (max-width: 1479px) and (min-width: 1024px)
{
    .p-mv
    {
        margin-top: -2px;
    }
}

.p-mv__slider
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 100vw;
    height: 100%;

    -webkit-transform: translateX(-50%);

            transform: translateX(-50%); 

    background-color: #000;
}

@media screen and (max-width: 767px)
{
    .p-mv__slider
    {
        height: 100%;
    }
}

.p-mv__slide
{
    position: relative; 

    width: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.p-mv__slide--01
{
    position: relative;
}

@media screen and (max-width: 1023px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01_tb.jpg);
        background-position: center center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01.jpg);
        background-position: center 25%;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__slide--01
    {
        background-image: url(../image/slider01_sp.jpg);
        background-position: center center;
    }
}

.p-mv__slide--01:before
{
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .25);
}

.p-mv__slide--02
{
    position: relative;
}

@media screen and (max-width: 1023px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02_tb.jpg);
        background-position: center center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02.jpg);
        background-position: center 70%;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__slide--02
    {
        background-image: url(../image/slider02_sp.jpg);
        background-position: center center;
    }
}

.p-mv__slide--02:before
{
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .6);
}

.p-mv__slide--03
{
    position: relative;
}

@media screen and (max-width: 1023px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03_tb.jpg);
        background-position: center center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03.jpg);
        background-position: center center;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__slide--03
    {
        background-image: url(../image/slider03_sp.jpg);
        background-position: center center;
    }
}

.p-mv__slide--03:before
{
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1023px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04_tb.jpg);
        background-position: center center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04.jpg);
        background-position: center 75%;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__slide--04
    {
        background-image: url(../image/slider04_sp.jpg);
        background-position: center center;
    }
}

.p-mv__slide--04:before
{
    position: absolute;
    z-index: 10; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background: rgba(0, 0, 0, .2);
}

@media screen and (max-width: 1023px)
{
    .p-mv__slide--05
    {
        background-image: url(../image/slider05_tb.jpg);
        background-position: center center;
    }
}

@media screen and (min-width: 1024px)
{
    .p-mv__slide--05
    {
        background-image: url(../image/slider05.jpg);
        background-position: center center;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__slide--05
    {
        background-image: url(../image/slider05_sp.jpg);
        background-position: center center;
    }
}

.p-mv__content
{
    position: relative;
    z-index: 10; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    width: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

.p-mv__innerWrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding-top: 120px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__innerWrap
    {
        padding-top: 6.27907vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__innerWrap
    {
        padding-top: 6.48649vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        padding-top: 12.89063vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 29.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 70px;
        padding-right: 2.67vw; 
        padding-left: 2.67vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__innerWrap
    {
        padding-top: 3.66279vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__innerWrap
    {
        padding-top: 3.78378vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        padding-top: 8.20313vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-mv__innerWrap
    {
        padding-top: 18.22917vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-mv__innerWrap
    {
        max-width: 1600px;
        margin-right: auto; 
        margin-left: auto;
    }
}

.p-mv__inner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.p-mv__logo
{
    width: 305px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__logo
    {
        width: 17.73256vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__logo
    {
        width: 20.60811vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__logo
    {
        width: 32.76367vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__logo
    {
        width: 39.71354vw;
    }
}

.p-mv__title
{
    text-align: left;

    color: #fff;
}

.p-mv__title .en
{
    font-family: 'Shippori Mincho', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 40px;

    text-align: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .en
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .en
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .en
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .en
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .en
    {
        margin-top: 2.09302vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .en
    {
        margin-top: 2.16216vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .en
    {
        margin-top: 4.29688vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .en
    {
        margin-top: 5.72917vw;
    }
}

.p-mv__title .en span
{
    padding-right: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .en span
    {
        padding-right: 2.09302vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .en span
    {
        padding-right: 2.16216vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .en span
    {
        padding-right: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .en span
    {
        padding-right: 10.41667vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .en span
    {
        padding-left: 2.09302vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .en span
    {
        padding-left: 2.16216vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .en span
    {
        padding-left: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .en span
    {
        padding-left: 10.41667vw;
    }
}

.p-mv__title .en .image
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .en .image
    {
        width: 5.81395vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .en .image
    {
        width: 6.75676vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .en .image
    {
        width: 10.74219vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .en .image
    {
        width: 13.02083vw;
    }
}

.p-mv__title .jp
{
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;

    margin-top: 35px;

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .jp
    {
        margin-top: 1.8314vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .jp
    {
        margin-top: 1.89189vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .jp
    {
        margin-top: 3.75977vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .jp
    {
        margin-top: 5.01302vw;
    }
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-mv__title .jp
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-mv__title .jp
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-mv__title .jp
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-mv__title .jp
    {
        font-size: 4.6875vw;
    }
}

.sub_mv
{
    position: relative;

    display: block;
    overflow: hidden; 

    width: 100%;
}

.sub_mvInner
{
    position: relative;

    display: block;

    min-height: 278px;
}

@media screen and (max-width: 767px)
{
    .sub_mvInner
    {
        min-height: 250px;
    }
}

.sub_mv:before
{
    position: absolute;
    z-index: 49;
    top: 0;
    left: 0;

    display: block;

    width: 60px;
    height: 100%;

    content: '';

    background: rgba(0, 64, 151, .8);
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv:before
    {
        width: 3.48837vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv:before
    {
        width: 4.05405vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv:before
    {
        width: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv:before
    {
        width: 4.40625vw;
    }
}

@media screen and (max-width: 1023px)
{
    .sub_mv:before
    {
        width: 30px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv:before
    {
        width: 1.74419vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv:before
    {
        width: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv:before
    {
        width: 2.92969vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .sub_mv:before
    {
        width: 2.20313vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv:before
    {
        width: 10px;
    }
}

.sub_mv:after
{
    position: absolute;
    z-index: 49;
    top: 0;
    right: 0;

    display: block;

    width: 100px;
    height: 100%;

    content: '';

    background: rgba(33, 185, 193, .7);
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv:after
    {
        width: 5.81395vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv:after
    {
        width: 6.75676vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv:after
    {
        width: 9.76563vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv:after
    {
        width: 7.34375vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv:after
    {
        width: 60px;
    }
}

.sub_mv .bk_img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: auto;

    opacity: .4;
}

.sub_mv .head-title
{
    text-align: center;
}

.sub_mv .head-title .en
{
    font-family: 'Shippori Mincho', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 500;
    line-height: .8;

    position: relative;
    position: relative; 

    width: 100%;

    color: #333;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .en
    {
        font-size: 2.90698vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .en
    {
        font-size: 3.37838vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .en
    {
        font-size: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .en
    {
        font-size: 7.8125vw;
    }
}

.sub_mv .head-title .en.center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub_mv .head-title .en.color
{
    color: #fff;
}

.sub_mv .head-title .en.color span
{
    color: #fff;
}

.sub_mv .head-title .en.color span:before
{
    background: #fff;
}

.sub_mv .head-title .jp
{
    font-family: 'Noto Serif JP', serif; 
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.3;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .jp
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .jp
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .jp
    {
        font-size: 4.10156vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .jp
    {
        font-size: 4.42708vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .jp
    {
        font-size: 4.8vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .jp
    {
        font-size: 6.7vw;
    }
}

.sub_mv .head-title .jp.color
{
    color: #0256b5;
}

.sub_mv .head-title .jp.small
{
    font-size: 30px;
    font-size: 3rem;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv .head-title .jp.small
    {
        font-size: 6.25vw;
    }
}

.sub_mv .head-title .txt
{
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 300;

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title .txt
    {
        font-size: 2.03488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title .txt
    {
        font-size: 2.36486vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title .txt
    {
        font-size: 3.58887vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .txt
    {
        font-size: 3.8737vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title .txt
    {
        text-align: left;
    }
}

.sub_mv .head-title.realestate
{
    width: 100%;
}

@media screen and (min-width: 1024px)
{
    .sub_mv .head-title.realestate
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.sub_mv .head-title.realestate .logo
{
    width: 300px;
}

@media screen and (max-width: 1023px)
{
    .sub_mv .head-title.realestate .logo
    {
        display: block;

        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title.realestate .logo
    {
        width: 250px;
    }
}

.sub_mv .head-title.realestate .jp
{
    font-family: 'Noto Serif JP', serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400; 
    line-height: 1;

    display: block;

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv .head-title.realestate .jp
    {
        font-size: 2.61628vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv .head-title.realestate .jp
    {
        font-size: 3.04054vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv .head-title.realestate .jp
    {
        font-size: 4.61426vw;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv .head-title.realestate .jp
    {
        font-size: 4.98047vw;
    }
}

@media screen and (min-width: 1024px)
{
    .sub_mv .head-title.realestate .jp
    {
        margin-left: 20px;
    }
}

.sub_mv__statusMenu
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}

.sub_mv__statusname
{
    font-size: 20px;
    font-weight: 400; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
}

@media screen and (min-width: 768px)
{
    .sub_mv__statusname
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

@media screen and (min-width: 768px)
{
    .sub_mv__statusname
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media screen and (min-width: 768px)
{
    .sub_mv__statusname
    {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .sub_mv__statusname
    {
        padding-right: 130px; 
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusname
    {
        padding-left: 2.61628vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusname
    {
        padding-left: 2.7027vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusname
    {
        padding-left: 5.37109vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .sub_mv__statusname
    {
        padding-left: 7.16146vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusname
    {
        padding-right: 6.80233vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusname
    {
        padding-right: 7.02703vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusname
    {
        padding-right: 12.69531vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .sub_mv__statusname
    {
        padding-right: 16.92708vw;
    }
}

@media screen and (min-width: 1024px)
{
    .sub_mv__statusname
    {
        padding-right: 120px; 
        padding-left: 80px;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv__statusname
    {
        line-height: 1.3; 

        padding-right: 160px;
        padding-left: 40px;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusname
    {
        padding-left: 2.09302vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusname
    {
        padding-left: 2.16216vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusname
    {
        padding-left: 4.29688vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv__statusname
    {
        padding-left: 5.72917vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusname
    {
        padding-right: 8.37209vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusname
    {
        padding-right: 8.64865vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusname
    {
        padding-right: 15.625vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv__statusname
    {
        padding-right: 20.83333vw;
    }
}

.sub_mv__statusname .en
{
    font-family: 'Shippori Mincho', sans-serif;
}

@media screen and (max-width: 767px)
{
    .sub_mv__statusname .en
    {
        display: block;

        width: 100%;
    }
}

.sub_mv__statusname .jp
{
    margin-left: 20px;
}

@media screen and (max-width: 767px)
{
    .sub_mv__statusname .jp
    {
        display: block;

        width: 100%;
        margin-bottom: 5px; 
        margin-left: 0;
    }
}

.sub_mv__statusList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background: #f8f8f8; 

    align-item: center;
}

@media screen and (min-width: 768px)
{
    .sub_mv__statusList
    {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .sub_mv__statusList
    {
        padding-right: 130px; 
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusList
    {
        padding-left: 2.61628vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-left: 2.7027vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusList
    {
        padding-left: 5.37109vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-left: 7.16146vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusList
    {
        padding-right: 6.80233vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-right: 7.02703vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusList
    {
        padding-right: 12.69531vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-right: 16.92708vw;
    }
}

@media screen and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-right: 120px; 
        padding-left: 80px;

        -webkit-box-pack: end;

            -ms-flex-pack: end;

                justify-content: flex-end;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-top: 5px;
        padding-right: 140px; 
        padding-bottom: 5px;
        padding-left: 40px;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusList
    {
        padding-top: .26163vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-top: .27027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusList
    {
        padding-top: .53711vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-top: .71615vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusList
    {
        padding-bottom: .26163vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-bottom: .27027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusList
    {
        padding-bottom: .53711vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-bottom: .71615vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusList
    {
        padding-left: 2.09302vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-left: 2.16216vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusList
    {
        padding-left: 4.29688vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-left: 5.72917vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .sub_mv__statusList
    {
        padding-right: 7.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .sub_mv__statusList
    {
        padding-right: 7.56757vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .sub_mv__statusList
    {
        padding-right: 13.67188vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .sub_mv__statusList
    {
        padding-right: 18.22917vw;
    }
}

.sub_mv__statusitem
{
    margin-left: 30px; 
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width: 1023px)
{
    .sub_mv__statusitem
    {
        font-size: 17px;

        margin-right: 20px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv__statusitem
    {
        font-size: 16px;

        width: 50%;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.sub_mv__statuslink
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}

@media screen and (min-width: 1024px)
{
    .sub_mv__statuslink
    {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.sub_mv__statuslink img
{
    width: 30px;
    margin-top: 4px; 
    margin-right: 5px;
}

@media screen and (max-width: 1023px)
{
    .sub_mv__statuslink img
    {
        width: 25px;
        margin-top: 1px;
    }
}

@media screen and (max-width: 767px)
{
    .sub_mv__statuslink img
    {
        width: 20px;
        margin-top: 0;
    }
}

.sub_mv .p-page__title
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sub_mv .p-page__title .en
{
    margin-right: 0;
}

@media screen and (max-width: 1023px)
{
    .sub_mv .p-page__title
    {
        width: auto; 

        -webkit-box-flex: 0; 

            -ms-flex: none; 

                flex: none;
    }
}

.r_mv
{
    position: relative;

    display: block;
    overflow: hidden; 

    width: 100%;
}

.r_mvInner
{
    position: relative;

    display: block;

    height: 278px;
}

@media screen and (max-width: 767px)
{
    .r_mvInner
    {
        height: 250px;
    }
}

.r_mv:before
{
    position: absolute;
    z-index: 49;
    top: 0;
    left: 0;

    display: block;

    width: 60px;
    height: 100%;

    content: '';

    background: rgba(0, 64, 151, .8);
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv:before
    {
        width: 3.48837vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv:before
    {
        width: 4.05405vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv:before
    {
        width: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv:before
    {
        width: 4.40625vw;
    }
}

@media screen and (max-width: 1023px)
{
    .r_mv:before
    {
        width: 30px;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv:before
    {
        width: 1.74419vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv:before
    {
        width: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv:before
    {
        width: 2.92969vw;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px)
{
    .r_mv:before
    {
        width: 2.20313vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv:before
    {
        width: 10px;
    }
}

.r_mv:after
{
    position: absolute;
    z-index: 49;
    top: 0;
    right: 0;

    display: block;

    width: 100px;
    height: 100%;

    content: '';

    background: rgba(33, 185, 193, .7);
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv:after
    {
        width: 5.81395vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv:after
    {
        width: 6.75676vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv:after
    {
        width: 9.76563vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv:after
    {
        width: 7.34375vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv:after
    {
        width: 60px;
    }
}

.r_mv .bk_img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    margin: auto;

    opacity: .4;
}

.r_mv .head-title
{
    text-align: center;
}

.r_mv .head-title .en
{
    font-family: 'Shippori Mincho', sans-serif;
    font-size: 50px;
    font-size: 5rem;
    font-weight: 500;
    line-height: .8;

    position: relative;
    position: relative; 

    width: 100%;

    color: #333;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv .head-title .en
    {
        font-size: 2.90698vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv .head-title .en
    {
        font-size: 3.37838vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title .en
    {
        font-size: 5.85938vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .en
    {
        font-size: 7.8125vw;
    }
}

.r_mv .head-title .en.center
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.r_mv .head-title .en.color
{
    color: #fff;
}

.r_mv .head-title .en.color span
{
    color: #fff;
}

.r_mv .head-title .en.color span:before
{
    background: #fff;
}

.r_mv .head-title .jp
{
    font-family: 'Noto Serif JP', serif; 
    font-size: 40px;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.3;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv .head-title .jp
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv .head-title .jp
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title .jp
    {
        font-size: 4.10156vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .jp
    {
        font-size: 4.42708vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title .jp
    {
        font-size: 4.8vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .jp
    {
        font-size: 6.7vw;
    }
}

.r_mv .head-title .jp.color
{
    color: #0256b5;
}

.r_mv .head-title .jp.small
{
    font-size: 30px;
    font-size: 3rem;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 40px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv .head-title .jp.small
    {
        font-size: 6.25vw;
    }
}

.r_mv .head-title .txt
{
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 300;

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv .head-title .txt
    {
        font-size: 2.03488vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv .head-title .txt
    {
        font-size: 2.36486vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title .txt
    {
        font-size: 3.58887vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .txt
    {
        font-size: 3.8737vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title .txt
    {
        text-align: left;
    }
}

.r_mv .head-title.realestate
{
    width: 100%;
}

@media screen and (min-width: 1024px)
{
    .r_mv .head-title.realestate
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.r_mv .head-title.realestate .logo
{
    width: 300px;
}

@media screen and (max-width: 1023px)
{
    .r_mv .head-title.realestate .logo
    {
        display: block;

        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title.realestate .logo
    {
        width: 250px;
    }
}

.r_mv .head-title.realestate .jp
{
    font-family: 'Noto Serif JP', serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: 400; 
    line-height: 1;

    display: block;

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv .head-title.realestate .jp
    {
        font-size: 2.61628vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv .head-title.realestate .jp
    {
        font-size: 3.04054vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv .head-title.realestate .jp
    {
        font-size: 4.61426vw;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv .head-title.realestate .jp
    {
        font-size: 4.98047vw;
    }
}

@media screen and (min-width: 1024px)
{
    .r_mv .head-title.realestate .jp
    {
        margin-left: 20px;
    }
}

.r_mv__statusMenu
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}

.r_mv__statusname
{
    font-size: 20px;
    font-weight: 400; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    -webkit-box-align: baseline;

        -ms-flex-align: baseline;

            align-items: baseline;
}

@media screen and (min-width: 768px)
{
    .r_mv__statusname
    {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

@media screen and (min-width: 768px)
{
    .r_mv__statusname
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

@media screen and (min-width: 768px)
{
    .r_mv__statusname
    {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .r_mv__statusname
    {
        padding-right: 130px; 
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusname
    {
        padding-left: 2.61628vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusname
    {
        padding-left: 2.7027vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusname
    {
        padding-left: 5.37109vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .r_mv__statusname
    {
        padding-left: 7.16146vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusname
    {
        padding-right: 6.80233vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusname
    {
        padding-right: 7.02703vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusname
    {
        padding-right: 12.69531vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .r_mv__statusname
    {
        padding-right: 16.92708vw;
    }
}

@media screen and (min-width: 1024px)
{
    .r_mv__statusname
    {
        padding-right: 120px; 
        padding-left: 80px;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv__statusname
    {
        line-height: 1.3; 

        padding-right: 160px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusname
    {
        padding-left: 2.09302vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusname
    {
        padding-left: 2.16216vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusname
    {
        padding-left: 4.29688vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv__statusname
    {
        padding-left: 5.72917vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusname
    {
        padding-right: 8.37209vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusname
    {
        padding-right: 8.64865vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusname
    {
        padding-right: 15.625vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv__statusname
    {
        padding-right: 20.83333vw;
    }
}

.r_mv__statusname .en
{
    font-family: 'Shippori Mincho', sans-serif;
}

.r_mv__statusname .jp
{
    margin-left: 20px;
}

.r_mv__statusList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background: #f8f8f8; 

    align-item: center;
}

@media screen and (min-width: 768px)
{
    .r_mv__statusList
    {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .r_mv__statusList
    {
        padding-right: 130px; 
        padding-left: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusList
    {
        padding-left: 2.61628vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-left: 2.7027vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusList
    {
        padding-left: 5.37109vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-left: 7.16146vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusList
    {
        padding-right: 6.80233vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-right: 7.02703vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusList
    {
        padding-right: 12.69531vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-right: 16.92708vw;
    }
}

@media screen and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-right: 120px; 
        padding-left: 80px;

        -webkit-box-pack: end;

            -ms-flex-pack: end;

                justify-content: flex-end;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-top: 5px;
        padding-right: 140px; 
        padding-bottom: 5px;
        padding-left: 40px;

        -ms-flex-wrap: wrap;

            flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusList
    {
        padding-top: .26163vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-top: .27027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusList
    {
        padding-top: .53711vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-top: .71615vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusList
    {
        padding-bottom: .26163vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-bottom: .27027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusList
    {
        padding-bottom: .53711vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-bottom: .71615vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusList
    {
        padding-left: 2.09302vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-left: 2.16216vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusList
    {
        padding-left: 4.29688vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-left: 5.72917vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .r_mv__statusList
    {
        padding-right: 7.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .r_mv__statusList
    {
        padding-right: 7.56757vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .r_mv__statusList
    {
        padding-right: 13.67188vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .r_mv__statusList
    {
        padding-right: 18.22917vw;
    }
}

.r_mv__statusitem
{
    margin-left: 30px; 
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width: 1023px)
{
    .r_mv__statusitem
    {
        font-size: 17px;

        margin-right: 20px;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv__statusitem
    {
        width: 50%;
        margin-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media screen and (min-width: 1024px)
{
    .r_mv__statuslink
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;

            -ms-flex-pack: center;

                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

.r_mv__statuslink img
{
    width: 30px;
    margin-top: 4px; 
    margin-right: 5px;
}

@media screen and (max-width: 1023px)
{
    .r_mv__statuslink img
    {
        width: 25px;
    }
}

@media screen and (max-width: 767px)
{
    .r_mv__statuslink img
    {
        width: 20px;
    }
}

.r_mv .p-page__title
{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.r_mv .p-page__title .en
{
    margin-right: 0;
}

@media screen and (max-width: 1023px)
{
    .r_mv .p-page__title
    {
        width: auto; 

        -webkit-box-flex: 0; 

            -ms-flex: none; 

                flex: none;
    }
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
/* @media screen and (min-width: 768px)
{
    .p-breadcrumbs
    {
        padding: 7px 0;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__nav
    {
        position: relative;

        overflow-x: scroll;

        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__list
    {
        font-size: 24px;
        font-size: 3.2vw; 

        display: table;

        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__list
    {
        font-size: 14px;
        font-size: 1.4rem; 

        display: block;
    }
}

.p-breadcrumbs__item
{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

@media screen and (max-width: 767px)
{
    .p-breadcrumbs__item
    {
        display: table-cell;

        vertical-align: middle;
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px)
{
    .p-breadcrumbs__item
    {
        display: inline;
    }
}

.p-breadcrumbs__item::before
{
    display: inline-block;

    padding: 0 .25em;

    content: '>';

    color: #1fb6c4;
}

.p-breadcrumbs__item:first-child::before
{
    display: none;
}

.p-breadcrumbs__link
{
    font-weight: 400;

    text-decoration: none;
}

.p-breadcrumbs__link:hover
{
    text-decoration: underline;
} */

/* p-subPage
   ----------------------------------------------------------------- */
.p-subPage__heading
{
    font-weight: 300;
    line-height: 1.3;

    letter-spacing: 2px; 

    color: #004097;
}

@media screen and (max-width: 767px)
{
    .p-subPage__heading
    {
        font-size: 25px;
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__heading
    {
        font-size: 35px;
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 1024px)
{
    .p-subPage__heading
    {
        padding: 0vw 0vw .67vw 0vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-subPage__heading
    {
        padding: 0vw 0vw 1.53vw 0vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__heading
    {
        padding: 0vw 0vw 2vw 0vw;
    }
}

.p-subPage__heading.black
{
    color: #000;
}

.p-subPage__heading.white
{
    line-height: 1.3; 

    padding-bottom: 0;

    text-align: center;

    color: #fff;
}

.p-subPage__heading.yellow
{
    line-height: 1.3; 

    padding-bottom: 0;

    text-align: center;

    color: #b59f0c;
}

@media screen and (max-width: 767px)
{
    .p-subPage__heading.min
    {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__heading.min
    {
        font-size: 35px;
        font-size: 3.5rem;
    }
}

@media screen and (min-width: 1024px)
{
    .p-subPage__heading.center
    {
        width: 100%;

        text-align: center;
    }
}

.p-subPage__c-heading
{
    font-weight: 300;
    line-height: 1;

    letter-spacing: 2px; 

    color: #1fb6c4;
}

@media screen and (max-width: 767px)
{
    .p-subPage__c-heading
    {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__c-heading
    {
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-subPage__headingwrap
{
    padding-top: 30px;
    padding-bottom: 30px;

    border-top: 1px solid #004097;
    border-bottom: 1px solid #004097;
}

.p-subPage__headingText
{
    font-size: 17px;
    font-weight: 300; 
    line-height: 1.6;
}

.p-subPage__headingText.white
{
    font-size: 20px; 

    color: #fff;
}

.p-subPage__headingText .meta
{
    margin-top: -5px;
}

.p-subPage__headingText .new
{
    font-family: 'Shippori Mincho', sans-serif;

    margin: 0 10px;

    color: #b59f0c;
}

.p-subPage__headingText .text
{
    min-height: 5em;
}

@media screen and (max-width: 767px)
{
    .p-subPage__headingText .text
    {
        min-height: auto;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__headingText .shop
    {
        display: block;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__headingText
    {
        width: 100%;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__subflex
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: end;

            -ms-flex-align: end;

                align-items: flex-end;
    }
}

.p-subPage__subtitle
{
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 300;
    line-height: 1;

    padding-right: 10px; 

    letter-spacing: 2px;

    color: #1fb6c4;
}

@media screen and (max-width: 767px)
{
    .p-subPage__subtitle
    {
        font-size: 30px;
        font-size: 3rem;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__subtitle
    {
        font-size: 40px;
        font-size: 4rem;
    }
}

.p-subPage__sub2title
{
    font-family: 'Shippori Mincho', sans-serif;
    line-height: 1;

    padding: 10px;

    background: #f8f8f8;
}

@media screen and (max-width: 767px)
{
    .p-subPage__sub2title
    {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__sub2title
    {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-subPage__subtitleText
{
    font-size: 17px;
    font-weight: 300; 
    line-height: 1.6;
}

.p-subPage__wrap
{
    position: relative;
}

@media screen and (max-width: 767px)
{
    .p-subPage__wrap
    {
        padding: 8vw 5.33vw 8vw 5.33vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__wrap
    {
        width: 100%;
        padding: 40px 0;
    }
}

@media screen and (min-width: 1024px)
{
    .p-subPage__wrap
    {
        width: 44.5%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;

        background: #00b2a3;
    }
}

.p-subPage__lead
{
    width: 100%;
    margin-left: 175px;

    text-align: left; 

    color: #818181;
}

@media screen and (max-width: 767px)
{
    .p-subPage__lead
    {
        width: 100%;
        margin-left: 0;
        padding: 0vw 0vw 0vw 16vw;
    }
}

.p-subPage__en
{
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 500;

    position: relative;

    display: block;

    letter-spacing: .15rem;
}

@media screen and (max-width: 767px)
{
    .p-subPage__en
    {
        font-size: 60px;
        font-size: 8vw;
    }
}

.p-subPage__en::before
{
    position: absolute;
    top: 30%;
    left: -177px;

    width: 140px;
    height: 6px;

    content: '';

    border-top: solid 2px #b6dc1e;
}

@media screen and (max-width: 767px)
{
    .p-subPage__en::before
    {
        top: 37%; 
        left: -15.47vw;

        width: 10vw;
    }
}

.p-subPage__space
{
    margin-right: 16px;
}

.p-subPage__jp
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; 

    display: block;

    margin-top: 11px;

    letter-spacing: 1.7px;

    color: #000;
}

@media screen and (max-width: 767px)
{
    .p-subPage__jp
    {
        font-size: 32px;
        font-size: 4.27vw;
        line-height: 1.4;

        margin-top: 13px;
    }
}

.p-subPage__more
{
    width: 30%;
    margin-top: -8px; 

    text-align: right;
}

@media screen and (max-width: 1023px)
{
    .p-subPage__more
    {
        width: 100%; 
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__more
    {
        margin: 6.67vw 0vw 6.67vw 0vw;
    }
}

.p-subPage__more-link
{
    font-weight: 500; 

    position: relative;

    padding-right: 29px;

    letter-spacing: -.03rem;

    color: #818181;
}

.p-subPage__more-link::before
{
    position: absolute;
    top: 40%;
    right: 0;

    width: 13px;
    height: 13px;

    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); 

    border-top: 3px solid #b6dc1e;
    border-right: 3px solid #b6dc1e;
}

@media screen and (max-width: 767px)
{
    .p-subPage__more-link::before
    {
        width: 3vw;
        height: 3vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__more-link
    {
        font-size: 32px;
        font-size: 4.27vw;

        padding: 0vw 4vw 0vw 0vw;
    }
}

.p-subPage__inner
{
    width: 100%;
}

@media screen and (max-width: 767px)
{
    .p-subPage__inner
    {
        padding-right: 4vw; 
        padding-left: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__inner
    {
        max-width: 1240px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__inner800
    {
        padding-right: 4vw; 
        padding-left: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__inner800
    {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-subPage__inner800.max
    {
        padding-right: 0; 
        padding-left: 0;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__inner900
    {
        padding-right: 4vw; 
        padding-left: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__inner900
    {
        max-width: 900px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .p-subPage__inner900
    {
        max-width: 420px;
        padding-right: 0; 
        padding-left: 0;
    }
}

@media screen and (max-width: 767px)
{
    .p-subPage__inner1000
    {
        padding-right: 4vw; 
        padding-left: 4vw;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__inner1000
    {
        max-width: 1040px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 20px; 
        padding-left: 20px;
    }
}

@media screen and (max-width: 1023px)
{
    .p-subPage__inner1000.max
    {
        padding-right: 0; 
        padding-left: 0;
    }
}

@media screen and (min-width: 768px)
{
    .p-subPage__inner1000.man
    {
        max-width: 600px;
    }
}

.form-ttl
{
    font-size: 30px;
    font-size: 3rem; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .form-ttl
    {
        font-size: 20px;
        font-size: 2rem;
    }
}

.event-ttl
{
    font-size: 30px;
    font-size: 3rem; 

    text-align: center;
}

@media screen and (max-width: 767px)
{
    .event-ttl
    {
        font-size: 20px;
        font-size: 2rem;
    }
}

/* p-memberContent
-------------------------------------------------------------------------- */
@media screen and (min-width: 1024px)
{
    .p-memberContent
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

.p-memberContent__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: calc((100% / 2) - 20px);
    padding-bottom: 10px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}

@media screen and (min-width: 1024px)
{
    .p-memberContent__item:nth-child(n+3)
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-memberContent__item
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .p-memberContent__item:nth-child(n+2)
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-memberContent__item
    {
        width: 100%;
    }
    .p-memberContent__item:nth-child(n+2)
    {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-memberContent__item:nth-child(1) .p-memberContent__moreBtn,
    .p-memberContent__item:nth-child(1) .en,
    .p-memberContent__item:nth-child(4) .p-memberContent__moreBtn,
    .p-memberContent__item:nth-child(4) .en
    {
        background: #1fb6c4;
    }
    .p-memberContent__item:nth-child(1) .p-memberContent__moreBtn .icon:after,
    .p-memberContent__item:nth-child(4) .p-memberContent__moreBtn .icon:after
    {
        border-right: 2px solid #1fb6c4;
        border-bottom: 2px solid #1fb6c4;
    }
    .p-memberContent__item:nth-child(1) .text,
    .p-memberContent__item:nth-child(4) .text
    {
        border-top: 1px solid #ccc;
    }
    .p-memberContent__item:nth-child(2) .p-memberContent__moreBtn,
    .p-memberContent__item:nth-child(2) .en,
    .p-memberContent__item:nth-child(3) .p-memberContent__moreBtn,
    .p-memberContent__item:nth-child(3) .en
    {
        background: #004097;
    }
    .p-memberContent__item:nth-child(2) .p-memberContent__moreBtn .icon:after,
    .p-memberContent__item:nth-child(3) .p-memberContent__moreBtn .icon:after
    {
        border-right: 2px solid #004097;
        border-bottom: 2px solid #004097;
    }
    .p-memberContent__item:nth-child(2) .text,
    .p-memberContent__item:nth-child(3) .text
    {
        border-top: 1px solid #ccc;
    }
}

@media screen and (max-width: 1023px)
{
    .p-memberContent__item:nth-child(odd) .p-memberContent__moreBtn,
    .p-memberContent__item:nth-child(odd) .en
    {
        background: #1fb6c4;
    }
    .p-memberContent__item:nth-child(odd) .p-memberContent__moreBtn .icon:after
    {
        border-right: 2px solid #1fb6c4;
        border-bottom: 2px solid #1fb6c4;
    }
    .p-memberContent__item:nth-child(odd) .text
    {
        border-top: 1px solid #ccc;
    }
    .p-memberContent__item:nth-child(even) .p-memberContent__moreBtn,
    .p-memberContent__item:nth-child(even) .en
    {
        background: #004097;
    }
    .p-memberContent__item:nth-child(even) .p-memberContent__moreBtn .icon:after
    {
        border-right: 2px solid #004097;
        border-bottom: 2px solid #004097;
    }
    .p-memberContent__item:nth-child(even) .text
    {
        border-top: 1px solid #ccc;
    }
}

.p-memberContent__item .text
{
    display: none; 

    margin-bottom: 20px;
    padding-top: 20px;
}

.p-memberContent__inner .jp
{
    font-size: 30px;
    font-size: 3rem;

    padding: 10px 0 15px; 

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-memberContent__inner .jp
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-memberContent__inner .jp
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-memberContent__inner .jp
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-memberContent__inner .jp
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-memberContent__inner .jp
    {
        font-size: 40px;
        font-size: 4rem; 

        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-memberContent__inner .jp
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-memberContent__inner .jp
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-memberContent__inner .jp
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-memberContent__inner .jp
    {
        font-size: 6.25vw;
    }
}

.p-memberContent__inner .en
{
    font-family: 'Shippori Mincho', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    padding: 2px 10px;
    padding: 5px 0;

    color: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-memberContent__inner .en
    {
        font-size: 1.45349vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-memberContent__inner .en
    {
        font-size: 1.68919vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-memberContent__inner .en
    {
        font-size: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-memberContent__inner .en
    {
        font-size: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-memberContent__inner .en
    {
        font-size: 30px;
        font-size: 3rem; 

        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-memberContent__inner .en
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-memberContent__inner .en
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-memberContent__inner .en
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-memberContent__inner .en
    {
        font-size: 4.6875vw;
    }
}

.p-memberContent__moreBtn
{
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 5px 10px;

    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s; 

    color: #fff;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-memberContent__moreBtn:hover
{
    opacity: .8;
}

.p-memberContent__moreBtn .icon
{
    position: relative;

    display: block;

    width: 1.3em;
    height: 1.3em;
    margin-left: 10px; 

    -webkit-transition: all .3s ease 0s; 

    transition: all .3s ease 0s;

    border-radius: 100vw;
    background: #fff;
}

.p-memberContent__moreBtn .icon:after
{
    position: absolute;
    right: 0;
    bottom: .45em;
    left: 0;

    display: block;

    width: .6em;
    height: .6em;
    margin: auto;

    content: '';
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.p-memberContent__moreBtn.open .icon:after
{
    bottom: .25em;

    -webkit-transform: rotate(-135deg);

            transform: rotate(-135deg);
}

/* p-sellContent
-------------------------------------------------------------------------- */
@media screen and (min-width: 1024px)
{
    .p-sellContent
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;

            -ms-flex-pack: justify;

                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
}

.p-sellContent__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

    width: calc((100% / 2) - 20px);
    padding-bottom: 10px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
}

@media screen and (min-width: 1024px)
{
    .p-sellContent__item:nth-child(n+3)
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-sellContent__item
    {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    .p-sellContent__item:nth-child(n+2)
    {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px)
{
    .p-sellContent__item
    {
        width: 100%;
    }
    .p-sellContent__item:nth-child(n+2)
    {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1024px)
{
    .p-sellContent__item:nth-child(1) .p-sellContent__moreBtn,
    .p-sellContent__item:nth-child(1) .en,
    .p-sellContent__item:nth-child(4) .p-sellContent__moreBtn,
    .p-sellContent__item:nth-child(4) .en
    {
        background: #1fb6c4;
    }
    .p-sellContent__item:nth-child(1) .p-sellContent__moreBtn .icon:after,
    .p-sellContent__item:nth-child(4) .p-sellContent__moreBtn .icon:after
    {
        border-right: 2px solid #1fb6c4;
        border-bottom: 1px solid #ccc;
    }
    .p-sellContent__item:nth-child(1) .p-sellContent__inner,
    .p-sellContent__item:nth-child(4) .p-sellContent__inner
    {
        border-bottom: 1px solid #ccc;
    }
    .p-sellContent__item:nth-child(2) .p-sellContent__moreBtn,
    .p-sellContent__item:nth-child(2) .en,
    .p-sellContent__item:nth-child(3) .p-sellContent__moreBtn,
    .p-sellContent__item:nth-child(3) .en
    {
        background: #004097;
    }
    .p-sellContent__item:nth-child(2) .p-sellContent__moreBtn .icon:after,
    .p-sellContent__item:nth-child(3) .p-sellContent__moreBtn .icon:after
    {
        border-right: 2px solid #004097;
        border-bottom: 1px solid #ccc;
    }
    .p-sellContent__item:nth-child(2) .p-sellContent__inner,
    .p-sellContent__item:nth-child(3) .p-sellContent__inner
    {
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (max-width: 1023px)
{
    .p-sellContent__item:nth-child(odd) .p-sellContent__moreBtn,
    .p-sellContent__item:nth-child(odd) .en
    {
        background: #1fb6c4;
    }
    .p-sellContent__item:nth-child(odd) .p-sellContent__moreBtn .icon:after
    {
        border-right: 2px solid #1fb6c4;
        border-bottom: 1px solid #ccc;
    }
    .p-sellContent__item:nth-child(odd) .p-sellContent__inner
    {
        border-bottom: 1px solid #ccc;
    }
    .p-sellContent__item:nth-child(even) .p-sellContent__moreBtn,
    .p-sellContent__item:nth-child(even) .en
    {
        background: #004097;
    }
    .p-sellContent__item:nth-child(even) .p-sellContent__moreBtn .icon:after
    {
        border-right: 2px solid #004097;
        border-bottom: 1px solid #ccc;
    }
    .p-sellContent__item:nth-child(even) .p-sellContent__inner
    {
        border-bottom: 1px solid #ccc;
    }
}

.p-sellContent__item .text
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.p-sellContent__inner .jp
{
    font-size: 30px;
    font-size: 3rem;

    padding: 10px 0 15px; 

    text-align: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-sellContent__inner .jp
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-sellContent__inner .jp
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-sellContent__inner .jp
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-sellContent__inner .jp
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-sellContent__inner .jp
    {
        font-size: 40px;
        font-size: 4rem; 

        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-sellContent__inner .jp
    {
        font-size: 2.32558vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-sellContent__inner .jp
    {
        font-size: 2.7027vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-sellContent__inner .jp
    {
        font-size: 4.6875vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-sellContent__inner .jp
    {
        font-size: 6.25vw;
    }
}

.p-sellContent__inner .en
{
    font-family: 'Shippori Mincho', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 400; 

    display: -webkit-box; 

    display: -ms-flexbox; 

    display: flex;

    padding: 2px 10px;
    padding: 5px 0;

    color: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-sellContent__inner .en
    {
        font-size: 1.45349vw;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-sellContent__inner .en
    {
        font-size: 1.68919vw;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-sellContent__inner .en
    {
        font-size: 2.92969vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-sellContent__inner .en
    {
        font-size: 3.90625vw;
    }
}

@media screen and (max-width: 767px)
{
    .p-sellContent__inner .en
    {
        font-size: 30px;
        font-size: 3rem; 

        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-sellContent__inner .en
    {
        font-size: 1.74419vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-sellContent__inner .en
    {
        font-size: 2.02703vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-sellContent__inner .en
    {
        font-size: 3.51563vw;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px)
{
    .p-sellContent__inner .en
    {
        font-size: 4.6875vw;
    }
}

.p-sellContent__moreBtn
{
    font-family: 'Shippori Mincho', sans-serif;
    font-weight: 400;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 5px 10px; 

    color: #fff;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* 下層のCSS
-------------------------------------------------------------------------- */
@media screen and (min-width: 601px) {
 .sp_only{
  display: none!important;
 }
}
.p-header__logo{
  opacity: 1!important;
  pointer-events: all;
}