@charset "utf-8";

/* Top */
.main {
    background: #000;
    color: #fff;
}

/* MV slider */
.mv-slider {
    line-height: 1;
}

.mv-slider * {
    line-height: 0;
}

.mv {
    position: relative;
}

@media screen and (max-width: 767px) {
    .mv-slider .cap-abs_left {
        left: auto;
        right: 1rem;
    }

    .mv .cap-abs_right {
        left: 1rem;
        right: auto;
    }
}

/* Point */
.point {
    background: #fff;
    color: #000;
}

[class*="point-list"] span {
    display: inline-block;
}

[class*="point-list"] .txtIndent {
    margin-left: -0.65em;
    position: relative;
}

[class*="point-list"] [data-form]:before {
    content: attr(data-form);
    display: block;
    width: 100%;
    text-align: left;
    font-size: 0.46em;
    margin-left: 0.7em;
    font-weight: 400;
}

[class*="point-list"] .txtM {
    font-size: 0.72em;
}

[class*="point-list"] sup {
    font-size: 1rem;
    display: inline-block;
    position: relative;
    top: -1.5em;
    left: -1.8em;
}

[class*="point-list"] .num {
    font-size: 1.625em;
    line-height: 0.8;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    position: relative;
    top: 0.05em;
}

[class*="point-list"] .numM {
    display: inline-block;
    font-size: 1.45em;
    line-height: 0.8;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 0.1em;
    position: relative;
    top: 0.05em;
}

[class*="point-list"] .numS {
    font-size: 1.282em;
    line-height: 0.8;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 0.06em;
    position: relative;
    top: 0.05em;
}

.point-list1 {
    background: linear-gradient(to right, #445e69, #82959c, #445e69);
    color: #fff;
}

.point-list2 {
    background: linear-gradient(to right, #445e69, #82959c, #445e69);
    color: #fff;
}

.point-list2 sup {
    left: 0.5rem;
}

@media screen and (min-width: 768px) {
    [class*="point-list"] {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.5em;
        font-size: min(1.92vw, 3.2rem);
        /* line-height: 0.9; */
        line-height: 1.4;
    }

    [class*="point-list"] li:first-of-type {
        padding-left: 0;
    }

    [class*="point-list"] li:last-of-type {
        border-right: none;
        padding-right: 0;
    }

    [class*="point-list"] li {
        padding: 0 1em;
        border-right: 1px solid #fff;
    }

    .point-list2 li {
        border-right: 1px solid #fff;
    }
}


@media screen and (max-width: 767px) {
    [class*="point-list"] {
        padding: 0 20px;
        text-align: center;
    }

    [class*="point-list"] li:last-of-type {
        border-bottom: none;
    }

    [class*="point-list"] li {
        font-size: min(4vw, 3.2rem);
        line-height: 1;
    }

    [class*="point-list"] [data-form] {
        padding-top: 0.5em;
    }

    [class*="point-list"] [data-form]:before {
        position: absolute;
        top: 0;
        left: 0;
    }

    [class*="point-list"] sup {
        top: -1rem;
        font-size: 0.8rem;
    }

    .point-list1 li {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #999;
        padding: 10px 0;
    }
.point-list1 li:first-child{border-top: 1px solid #999;}
    .point-list2 li {
        border-bottom: 1px solid #d2d2d2;
        padding: 12px 0;
    }

    .point-list3 {
        display: flex;
        flex-wrap: wrap;
    }

    .point-list3 li {
        width: 50%;
        font-size: 3.2vw;
        padding: 12px 0;
    }

    .point-list3 li:nth-of-type(1),
    .point-list3 li:nth-of-type(2) {
        border-bottom: 1px solid #999;
    }

    .point-list3 p {
        padding: 5px 0;
    }

    .point-list3 li:nth-of-type(2n+1) p {
        border-right: 1px solid #999;
        margin-left: -20px;
    }

    .point-list3 li:nth-of-type(2n) p {
        margin-right: -20px;
    }
}

/* Plan Info */
.planInfo {
    background: #000;
    padding: 60px 0 50px;
}

.planInfo .plan-bnr {
    max-width: 1200px;
    margin: 0 auto 20px;
    background: #fff;
    display: flex;
    justify-content: center;
}

.planInfo .plan-bnr h4 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.025em;
    color: #000;
    background: linear-gradient(to bottom, #f3f0e8, #e3dfbd);
    width: calc(100% - 2px);
}

.planInfo .plan-bnr h4 span {
    font-size: 3.6rem;
    font-style: italic;
    line-height: 1;
    padding: 0 3px;
}

.planInfo .plan-bnr h4 {
    margin: 1px;
    border: 1px solid #4d4d4d;
    padding: 10px;
}

.planInfo .container {
    max-width: 1200px;
}

.planInfo li {
    width: 25%;
    /* background:#fff; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: .planInfoound; */
    align-items: center;
    /* height: 90px; */
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 500;
}

.planInfo li p {
    width: 100%;
    text-align: center;
    line-height: 1.6;
    border-left: 1px solid #fff;
    /* background: linear-gradient(to bottom, #fff, #b4b4a5); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.planInfo li:nth-of-type(4n) p {
    border-right: 1px solid #fff;
}

.planInfo li p .smf16 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.1;
}

.planInfo li p .sm {
    display: block;
    font-size: 1.6rem;
    font-weight: 400
}

.planInfo li p .num {
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 300;
    line-height: 1;
    padding: 0 3px;
}

@media screen and (max-width: 1300px) {
    .planInfo li {
        /* height: 9vw; */
    }

    .planInfo li p {
        font-size: 2vw;
    }

    .planInfo li p .sm {
        font-size: 1.5vw;
    }

    .planInfo li p .num {
        font-size: 2.5vw;
    }
}

@media screen and (max-width: 767px) {
    .planInfo {
        padding: 40px 0;
    }

    .planInfo li {
        width: 50%;
        margin-bottom: 15px;
        /* height: 16vw; */
    }

    .planInfo .plan-bnr h4 {
        font-size: min(3.9vw, 2.8rem);
    }

    .planInfo .plan-bnr h4 span {
        font-size: min(6vw, 3.6rem);
    }

    .planInfo li:nth-of-type(2) p {
        border-right: 1px solid #fff;
    }
    .planInfo li .pd-l5{padding-left: 0;}
    .planInfo li:nth-of-type(6) p {
        border-right: 1px solid #fff;
    }

    /* .planInfo li:last-of-type {
        width: 100%;
    } */

    .planInfo li p {
        font-size: min(4vw, 2.8rem);
        line-height: 1.3;
        height: 14vw;
    }

    .planInfo li p .smf16 {
        font-size: min(2.6vw, 2rem);
    }

    .planInfo li p .sm {
        font-size: min(2.2vw, 2rem);
    }

    .planInfo li p .num {
        font-size: min(6vw, 3.6rem);
    }
}


/* Information */
.info {
    padding: 130px 20px;
    text-align: center;
    background: #e6e6e6;
    color: #000;
}

.info .inner-info {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding: 60px 0;
    background: #fff;
    width: calc(100% - 40px);
}

.info .inner-info .info-box {
    width: 720px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info .inner-info .inner-info-left {
    width: 56%;
}

.info .inner-info .inner-info-right {
    width: 35%;
}

.info-tit {
    font-size: 2.4rem;
    line-height: 1;
    font-family: "Sorts Mill Goudy", serif;
    font-style: italic;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 0 0 70px;
}

.info-tit span {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 15px 5px;
    border-bottom: 1px solid #000;
}

.info-bnr-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 750px;
    max-width: calc(100% - 40px);
    margin: 0 auto 20px;
}

.info-txt {
    width: 70.5%;
    font-size: min(5.8vw, 5.2rem);
    line-height: 1;
    padding: 0 0 0 20px;
}

.info-bnr {
    width: 25.27%;
}

.info-desc {
    font-size: 2rem;
    line-height: 2.5;
    margin: 0px 0 40px;
    text-align: left;
}

.info-btn {
    max-width: 390px;
    width: 100%;
}

.info-btn.info-btn01 {
    margin-bottom: 20px;
}

.info-btn a {
    padding: 13px 0;
    display: block;
    position: relative;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    background: linear-gradient(to right, #9ab5c3, #fff, #9ab5c3);
    color: #231815;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 4px 4px #ccc;
    transition: all 0.4s;
}

.info-btn.info-btn02 a {
    background: linear-gradient(to right, #e3dfbd, #f8f7f5, #e3dfbd);
}

.info-btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7.7%;
    margin-top: -3px;
    border: solid #231815;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
}

.info-btn a:hover {
    /* background: #fff; */
    box-shadow: unset;
    transform: translateY(3px);
}

.info-btn a:hover:after {
    animation: arrowInfo 1s;
}

@keyframes arrowInfo {
    0% {
        transform: translate(0) rotate(-45deg);
        opacity: 1;
    }

    50% {
        transform: translate(100%) rotate(-45deg);
        opacity: 0;
    }

    50.1% {
        transform: translate(-100%) rotate(-45deg);
        opacity: 0;
    }

    100% {
        transform: translate(0) rotate(-45deg);
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .info {
        padding: 50px 0;
    }
    .info-tit {
        font-size: 2rem;
        margin: 0 0 30px;
    }

    .info-bnr-wrap{
        gap: 20px;
    }

    .info-bnr {
        width: 100%;
        max-width: 80%;
    }

    .info-txt {
        width: fit-content;
        line-height: 1.8;
        margin: 0 0 0px;
        padding: 0;
        font-size: min(5.2vw, 5.2rem);
    }

    .info-desc {
        font-size: 1.6rem;
        margin: 5px 0 30px;
        line-height: 2;
        /* padding: 0 20px; */
        text-align: left;
    }

    .info-btn {
        max-width: 250px;
        margin: 0 auto;
    }

    .info-btn a {
        padding: 13px 0;
        font-size: 2rem;
    }

    .info .inner-info {
        padding: 40px 0;
    }

    .info .inner-info .inner-info-left {
        width: 100%;
    }

    .info .inner-info .inner-info-right {
        width: 100%;
        order: -1;
        text-align: center;
    }
}

/* Concept */
.concept {
    background: linear-gradient(to bottom, #262626, #000);
    text-align: center;
    padding: 0 0 180px;
}

.concept-main {
    position: relative;
    width: 100%;
}

.concept-inner {
    padding: 0 20px;
}

.concept-tit {
    font-size: 3.7rem;
    line-height: 2;
    margin: 1em 0 1.5em;
}

@media screen and (max-width: 767px) {
    .concept {
        padding: 0 0 100px;
    }

    .concept-tit {
        font-size: min(6.4vw, 3rem);
        line-height: 1.7;
    }

    .concept .t-desc {
        text-align: left;
    }

    .concept-main .cap-abs_right {
        bottom: 7vw;
    }
}

/* Anime */
.anime {
    position: relative;
    max-width: 1464px;
    width: 90%;
    margin: 0 auto;
    line-height: 1;
    overflow: hidden;
}

.anime:after {
    content: '';
    padding-bottom: 63.8%;
    display: block;
}

.anime .scene1 {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s ease 2.2s;
}

.anime .scene1 div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    will-change: opacity, transform;
    transform-origin: center;
    z-index: 2;
}

.anime .bg {
    transform: scale(0.7);
    transition: 1.2s ease;
    z-index: 0;
}

.anime .img {
    transform: scale(0.7);
    transition: 1.2s ease;
    z-index: 2;
}

.anime .building {
    transform: translateY(-5%);
    transition: 1s ease 1.2s;
    z-index: 3;
}

.anime.is-show .scene1 {
    bottom: 0;
}

.anime.is-show .bg {
    bottom: 10px;
    left: -3.1%;
}

.anime.is-show .img {
    right: 15px;
    left: unset;
}

.anime.is-show .bg,
.anime.is-show .img {
    opacity: 1;
    transform: scale(1);
}

.anime.is-show .building {
    opacity: 1;
    transform: translateY(0);
}

.anime .scene2 {
    position: absolute;
    top: 16.5%;
    left: 5%;
    right: 0;
    width: 49.449%;
    margin: 0 auto;
    z-index: 1;
    opacity: 1;
    text-align: center;
    font-family: "Sorts Mill Goudy", serif;
}

.anime .scene2 .mask {
    position: relative;
    overflow: hidden;
    /* height: min(7.56vw, 122px); */
}

.anime .scene2 .mask:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    width: 0;
}

.anime .scene2 .mask img {
    opacity: 0;
}

.anime .scene2 .mask1 {
    width: 61%;
    margin: 0 auto 8%;
}

.anime .scene2 .mask1:after {
    background: url("../img/top/anime/title-01.svg") no-repeat top left/auto 100%;
    transition: width 0.4s linear 3.2s;
}

.anime .scene2 .mask2 {
    width: 100%;
}

.anime .scene2 .mask2:after {
    background: url("../img/top/anime/title-02.svg") no-repeat top left/auto 100%;
    transition: width 0.7s linear 3.6s;
}

.anime.is-show .mask:after {
    width: 100%;
}

.pd-l5 {
    padding-left: 5px;
}

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

    .anime:after {
        padding-bottom: 110%;
    }

    .anime .scene2 {
        width: 90%;
        top: 10%;
        left: 0;
    }

    .anime.is-show .building {
        left: 0;
    }

    .anime.is-show .img {
        left: 0;
        right: unset;
    }

    .anime .scene2 .mask {
        /* height: 10.5vw; */
    }
}

/* Title */
.title-en {
    font-size: min(9.3vw, 10.5rem);
    line-height: 1;
    color: #4d4d4d;
    font-weight: 100;
    letter-spacing: 0.1em;
    font-style: italic;
    font-family: "Sorts Mill Goudy", serif;
    margin-bottom: 0.4em;
}

.title-jp {
    font-size: min(2.1vw, 2.6rem);
    line-height: 2;
    font-weight: 500;
    margin-bottom: 1em;
}

.concept-inner .t-desc {
    line-height: 2.5;
}

.t-desc {
    font-size: min(1.6vw, 1.8rem);
    line-height: 2;
    letter-spacing: 0.05em;
}

.btn-more {
    margin-top: min(3vw, 3em);
    max-width: 525px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 200;
    letter-spacing: 0.2em;
    font-style: italic;
    font-family: "Sorts Mill Goudy", serif;
}

.btn-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.btn-more a:after {
    content: '';
    width: calc(100% - 10em);
    max-width: 345px;
    height: 9px;
    background: url("../img/common/arrow-line.svg") no-repeat center right/auto 100%;
}

.btn-more span {
    width: 10em;
    text-align: left;
}

.btn-more:hover a {
    width: 18em;
    transition: .5s;
}

@media screen and (max-width: 1000px) {
    .title-en {
        font-size: min(15vw, 10.5rem);
    }

    .title-jp {
        font-size: 2.2rem;
        line-height: 1.8;
        text-align: center;
    }

    .t-desc {
        font-size: 1.6rem;
        line-height: 2;
    }

    .btn-more {
        margin: 3em auto 0;
    }
}

@media screen and (max-width: 767px) {
    .title-jp {
        margin-bottom: 10px;
    }

    .t-desc {
        text-align: left;
    }

    .btn-more {
        margin: 20px auto 0;
    }
}

/* Position */
.position {
    position: relative;
    background: #000;
    margin-bottom: 270px;
}

.position .title-en {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    max-width: 1766px;
    width: 94%;
    margin: 0 auto;
    z-index: 5;
    color: #fff;
}

.position-img {
    position: relative;
}

.position-img img {
    width: 100%;
}

@media screen and (min-width: 1001px) {
    .position-outer {
        position: absolute;
        top: 0;
        left: 54%;
        height: 100%;
        width: 45%;
        display: flex;
        align-items: center;
    }

    .position-inner {
        width: 100%;
    }

    .position-img .img-tb {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .position {
        margin: 0 0 22vw;
        text-align: center;
    }

    .position-outer {
        padding: 0 20px;
        margin-top: -75px;
    }

    .position .title-en {
        top: -0.4em;
        width: 100%;
    }

    .position-img .img-pc {
        display: none;
    }

    .position-img .cap-abs_right {
        bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .position {
        margin: 0 0 100px;
    }

    .position-outer {
        padding: 20px;
    }
}

/* Contents */
.contents {
    background: #000;
    color: #fff;
    font-size: 1.9rem;
    line-height: 2.5;
    position: relative;
    z-index: 1;
    padding: 0 0 130px
}

.contents .bgL {
    position: absolute;
    left: 0;
    width: 390px;
    height: 1202px;
    background: url("../img/top/bg-01.jpg") no-repeat top left/100% 100%;
    z-index: -1;
}

.contents .bgR {
    position: absolute;
    right: 0;
    width: 436px;
    height: 706px;
    background: url("../img/top/bg-02.jpg") no-repeat top left/100% 100%;
    z-index: -1;
}

.contents .bg1 {
    top: 400px;
}

.contents .bg2 {
    top: 1590px;
}

.contents .bg3 {
    bottom: 0;
}

.block {
    max-width: 1766px;
    width: 94%;
    margin: 0 auto 270px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.block-img {
    position: relative;
    width: 63.1%;
}

.block-inner {
    width: 32.8%;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.block:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 1700px) and (min-width: 1001px) {
    .block-img {
        width: calc(96% - 480px);
    }

    .block-img img {
        min-height: 400px;
        object-fit: cover;
        object-position: center;
    }

    .block-inner {
        width: 500px;
        margin-top: -55px;
    }

    .contents .bgL {
        width: 351px;
        height: 1082px;
    }

    .contents .bgR {
        width: 393px;
        height: 636px;
    }

    .contents .bg1 {
        top: 380px;
    }

    .contents .bg2 {
        top: 1450px;
    }
}

@media screen and (max-width: 1000px) {
    .contents .bgL {
        width: 42vw;
        height: 129.5vw;
    }

    .contents .bgR {
        width: 46.96vw;
        height: 76.1vw;
    }

    .contents .bg1 {
        top: calc(40vw + 250px);
    }

    .contents .bg2 {
        top: calc(80vw + 1600px);
    }

    .block {
        margin: 0 auto 22vw;
        width: 100%;
    }

    .block-img {
        width: 100%;
        order: -1;
        margin: 0 0 35px;
    }

    .block-img img {
        width: 100%;
    }

    .block-inner {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        position: static;
    }

    .block {
        position: relative;
    }

    .block .title-en {
        position: absolute;
        top: -0.55em;
        margin: 0;
        z-index: 10;
    }

    .block:nth-of-type(2n+1) .title-en {
        left: 15px;
    }

    .block:nth-of-type(2n) .title-en {
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contents {
        padding: 0 0 80px;
    }

    .contents .bg1 {
        top: calc(55vw + 250px);
    }

    .contents .bg2 {
        top: 55%;
    }

    .block {
        margin: 0 auto 100px;
    }

    .block-img {
        margin: 0 0 20px;
    }

    .block-img img {
        height: 55vw;
        object-fit: cover;
        object-position: center;
    }
}

.location .block-img p:nth-of-type(1) {
    left: 36%;
    right: auto;
}

@media screen and (max-width: 1600px) {
    .location .block-img p:nth-of-type(1) {
        left: 34%;
    }
}

@media screen and (max-width: 1400px) {
    .location .block-img p:nth-of-type(1) {
        left: 5px;
        width: 36%;
    }
}

/* Caption */
.caption {
    max-width: 1766px;
    width: 94%;
    margin: 0 auto 40px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.75;
}

@media screen and (max-width: 767px) {
    .caption {
        font-size: 1rem;
        width: calc(100% - 40px);
    }
}





/* anime */

object,
#animation_container {
    width: 100%;
}

object {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mainVisual {
    width: 100%;
    padding-top: 52.52%;
    position: relative;
    overflow: hidden;
}

@media print,
screen and (max-width: 767px) {
    .mainVisual {
        padding-top: 125.33%;
    }
}

/* end anime */

.mainVisual .mv-bnr{
    width: min(20vw, 274px);
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #fff;
    transition-delay: 1.5s;
}

.mainVisual .mv-bnr .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: min(2.5vw, 25px);
    height: min(2.5vw, 25px);
    transform: translate(35%, -35%);
    background: url('../img/top/banner_close-btn.png') no-repeat center center/100% 100%;
    cursor: pointer;
    transition: all .3s;
}

.mainVisual .mv-bnr.is-hide{
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.mainVisual .mv-bnr .close-btn:hover{
    opacity: 0.8;
}

.mainVisual .mv-bnr img{
    width: 100%;
}

.property{text-align: center;background: #000;color: #fff;padding: 0 0 min(2.5vw, 26px);}
.property .property-ttl{color: #fff;font-size: min(5vw, 5rem);line-height: 1;}
.property .property-sub{padding: 10px 0 0;}

@media screen and (max-width: 767px) {
.property {
    padding: 0 0 22px;
}
.property .property-ttl {
    font-size: min(8.4vw, 4rem);
}
.property .property-sub{font-size: min(3.2vw,1.6rem);padding-bottom: 12px;}
}

.notification {
    text-align: center;
    background: #000;
    color: #fff;
}

.notification-txt {
    font-size: min(3.2vw, 3.2rem);
    line-height: 1.6;
    height: 2.2em;
    align-content: center;
}

@media screen and (max-width: 767px) {
    .notification-txt {
        font-size: min(5.6vw, 2.3rem);
        height: 2.4em;
        line-height: 1.5;
    }
}

.time-announce{
    text-align: center;
    background: linear-gradient(to right,#fbefc5 0%,#fffdf1 50%, #fbefc5 100%);
    padding: min(2vw, 10px) 0 min(3vw, 20px);
}

.time-announce p {
    width: fit-content;
    margin: auto;
    color: #000;
    align-content: center;
    line-height: 1.6;
}

.time-announce p .num-spec{
    font-size: 1.625em;
    line-height: 0.8;
    color: #768a95;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    position: relative;
    top: 0.05em;
}

.time-announce p .fs-52 {
    font-size: 1.625em
}

.time-announce p .fs-48 {
    font-size: 1.5em;
}

.time-announce p .fs-18 {
    font-size: 0.5625em;
}

.time-announce p .fs-34 {
    font-size: 1.0625em;
}

.time-announce p .fs-16 {
    font-size: 0.5em;
}

.time-announce p:first-of-type{
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.time-announce p:last-of-type {
    margin-top: 0.2em;
}

.time-announce span.mx-1{
    margin: 0 8px;
}

.time-announce span.mr-1{
    margin: 0 8px 0 0;
}

.time-announce .two-line {
    display: inline-flex;
    flex-direction: column;
    justify-content: start;
    position: relative;
    top: -1em;
    line-height: 1.2;
    margin: 0 0.1em;
    text-indent: -1.6em;
    padding-left: 1.6em;
}

@media screen and (min-width: 768px){
    .time-announce span.line {
        display: inline-block;
        width: 1px;
        height: 1.6em;
        margin: 0 0.8em -0.4em;
        background: #000;
        display: inline-block;
    }

    .time-announce p {
        font-size: min(2.5vw, 3.2rem);
    }
}

@media screen and (max-width: 767px) {
    .time-announce p {
        font-size: min(5.2vw, 2.8rem);
    }

    .time-announce p:first-of-type{
        margin-bottom: min(3.2vw, 20px);
        padding-bottom: 0.2em;
        line-height: 1.5;
    }

    .time-announce p:last-of-type {
        margin-top: min(3.2vw, 20px);
    }
}

@media screen and (max-width: 767px) {
    header .mv-bnr{
        display: block;
        position: relative;
        width: 40vw;
        max-width: 140px;
        margin: auto 18px auto 15px;
        transition: all .3s;
    }

    header .mv-bnr .close-btn{ 
        width: 20px;
        height: 20px;
    }

    header .mv-bnr .close-btn{
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        transform: translate(35%, -35%);
        background: url('../img/top/banner_close-btn.png') no-repeat center center/100% 100%;
        cursor: pointer;
        transition: all .3s;
    }

    header .mv-bnr.is-hide{
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s;
    }

    header .mv-bnr .close-btn:hover{
        opacity: 0.8;
    }

    header .mv-bnr img{
        width: 100%;
    }
}