@charset "UTF-8";

body {
    background-color: #081933;

}

.concept-bg {
    width: 100%;
    height: 100%;
    /* background-image: url(../img/concept/concept-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #081933;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.kirakira {
    opacity: 0.2;
}

.text {
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 2.8;
    text-align: center;
}

.sub-ttl {
    font-size: 22px;
    color: #fff;
    letter-spacing: 2.4px;
    line-height: 1.6;
    text-align: center;
}

.sub-ttl02 {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
}

.sub-ttl03 {
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px;
}

.area01 {
    padding: 250px 0 150px;
}

.area01 .concpet-ttl {
    width: 90%;
    max-width: 503px;
    margin: 0 auto;
}

.area01 .sub-ttl {
    padding: 40px 0;
}

.area2 {
    background-image: -moz-linear-gradient(0deg, rgb(230, 251, 255) 0%, rgb(173, 191, 216) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(230, 251, 255) 0%, rgb(173, 191, 216) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(230, 251, 255) 0%, rgb(173, 191, 216) 100%);
    padding: 60px 0;
    position: relative;
}



@keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

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

@-webkit-keyframes reflect {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        transform: scale(4) rotate(45deg);
        opacity: 1;
    }

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

.area2::before,
.area2::after {
    content: "";
    display: block;
    width: 100%;
    background: #00052b;
    position: absolute;
    left: 0;
}

.area2::before {
    border-top: 1px solid #00052b;
    top: 10px;
}

.area2::after {
    border-top: 1px solid #00052b;
    bottom: 10px;
}

.area2 .sub-ttl02 {
    margin-bottom: 20px;
}

.area2 .text {
    color: #00052b;
}

.lux-image {
    width: 90%;
    max-width: 560px;
    padding: 30vw 0 24vw 0;
    margin: 0 auto;
    position: relative;
}

[class^="num-"] {
    text-align: center;
    position: absolute;
}

[class^="num-"] .p-item-ttl {
    max-width: 221px;
    margin: 0 auto 20px;
}

[class^="num-"] p.text {
    letter-spacing: 1px;
    line-height: 1.5;
    margin-top: 10px;
}

.number {
    display: none;
}

.num-01 {
    width: 100%;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
}

.num-02 {
    top: 41vw;
    left: -25vw;
}

.num-03 {
    top: 41vw;
    right: -22vw;
}

.num-04 {
    bottom: 6vw;
    left: -15vw;
}

.num-05 {
    bottom: 6vw;
    right: -15vw;
}

.link-btn {
    display: block;
    width: 200px;
    color: #00052b;
    letter-spacing: 1px;
    text-decoration: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 0;
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
    transition: 300ms;
}

.link-btn::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #00052b;
    border-right: solid 1px #00052b;
    position: absolute;
    top: 54%;
    right: 20px;
    transform: rotate(45deg);
}

.link-btn.shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background: rgba(0, 5, 43, .5);
    transition: 300ms;
    animation: shinyshiny 5s ease-in-out infinite;
}

@-webkit-keyframes shinyshiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

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

.link-btn.coming-soon {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    pointer-events: none;
}

.link-btn.coming-soon::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

.link-btn.coming-soon:hover {
    opacity: 0;
}

#conceptP footer {
    position: relative;
    z-index: 10;
}

#conceptP .induction-flex {
    padding-bottom: 50px;
}

.br_1180 {
    display: none;
}

.sp_only {
    display: none;
}

/*===================
tab
===================*/
@media only screen and (max-width: 1180px) {
    .br_1180 {
        display: block;
    }

    .text {
        line-height: 2;
    }

    .space {
        display: block;
        padding-top: 1em;
    }

    .sub-ttl02 {
        font-size: 20px;
    }

    .sub-ttl03 {
        font-size: 18px;
    }

    .lux-image {
        width: 45%;
        padding: 440px 0 350px 0;
    }

    .num-01 {
        top: 13vw;
    }

    .num-04 {
        bottom: 9vw;
        left: -17vw;
    }

    .num-05 {
        bottom: 9vw;
        right: -17vw;
    }

    .number {
        font-size: 1.1em;
        color: #fff;
        display: inline-block;
        margin-right: 3px;
    }

    .link-btn {
        font-size: 14px;
    }
}

/*===================
レイアウト調整
===================*/
/* 1550px以上 */
@media only screen and (min-width: 1550px) {
    .lux-image {
        padding: 400px 0 350px 0;
    }

    .num-01 {
        top: 7vw;
    }

    .num-02 {
        top: 26vw;
        left: -19vw;
    }

    .num-03 {
        top: 26vw;
        right: -17vw;
    }
}

/* 860px以下 */
@media only screen and (max-width: 860px) {
    .num-04 {
        left: -25vw;
    }

    .num-05 {
        right: -25vw;
    }
}


/*===================
sp
===================*/
@media only screen and (max-width: 767px) {
    .br_not {
        display: none;
    }

    .sp_only {
        display: inline-block;
    }

    main {
        padding: 0;
    }

    .text {
        text-align: center;
    }

    .sub-ttl {
        font-size: 18px;
    }

    .sub-ttl03 {
        font-size: 16px;
        letter-spacing: 1.5px;
        text-align:center;
    }

    [class^="num-"] p.text {
        font-size: 13px;
        letter-spacing: 1.5px;
    }

    .concept-bg {
        margin-top: 58px;
    }

    .area01 {
        padding: 80px 0 60px;
    }

    .area01 .text {
        text-align: center;
    }

    .area01 .concpet-ttl {
        width: 70%;
        max-width: 100%;
    }

    .area2 {
        padding: 40px 0;
    }

    .area2 .text {
        line-height: 1.8;
        text-align: center;
    }

    .lux-image {
        width: 90%;
        padding: 60px 0;
    }

    [class^="num-"] {
        position: static;
        transform: initial;
    }

    .num-01 {
        margin-top: 25px;
    }

    .num-02,
    .num-03,
    .num-04,
    .num-05 {
        margin-top: 50px;
    }

    [class^="num-"] .p-item-ttl {
        display: none;
    }

    .number {
        font-size: 24px;
        margin-left: -10px;
    }

    .en {
        font-size: 24px;
        letter-spacing: 2px;
        padding-left: 5px;
    }
}