@charset "UTF-8";

.kv {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.kv-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
}
@media screen and (min-width: 769px) {
    .kv-bg {
        height: 715px;
    }
}
.kv-bg .layer-parent {
    position: relative;
    width: 375px;
    height: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
}
@media screen and (min-width: 769px) {
    .kv-bg .layer-parent {
        width: 100%;
        max-width: 1600px;
        height: 715px;
    }
}
.kv-bg .layer-veiw-box {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .kv-bg .layer-veiw-box {
        width: 1px; /* pcレイアウトにおけるitemのposition基準を中央に */
    }
}

.kv-bg .layer-veiw-box .bg-item {
    position: absolute;
    filter: blur(77px);
    transform: translateZ(0); /*safari表示用に設定*/
}
.kv-bg .bg-item-01 {
    width: 362px;
    height: 369px;
    left: -56px;
    top: -30px;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-01 {
        width: 1265.43px;
        height: 547.94px;
        left: auto;
        right: -393.67px;
        top: -84px;
    }
}
.kv-bg .bg-item-02 {
    width: 279.65px;
    height: 460px;
    left: 192px;
    top: -108px;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-02 {
        width: 1069.83px;
        height: 631.97px;
        left: -125.83px;
        top: -218.99px;
    }
}
.kv-bg .bg-item-03 {
    width: 487px;
    height: 261px;
    left: -61px;
    top: 242px;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-03 {
        width: 761.3px;
        height: 316.86px;
        left: auto;
        right: 320.99px;
        top: 76.65px;
    }
}
.kv-bg .bg-item-04 {
    width: 220px;
    height: 184px;
    left: -72.06px;
    bottom: 41px;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-04 {
        width: 293px;
        height: 191px;
        left: auto;
        right: 285px;
        bottom: auto;
        top: 177px;
    }
}
.kv-bg .bg-item-05 {
    width: 402px;
    height: 171px;
    left: 143px;
    bottom: 41px;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-05 {
        width: 934px;
        height: 316px;
        left: -239px;
        bottom: auto;
        top: 212px;
    }
}
.kv-bg .bg-item-06 {
    visibility: hidden;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-06 {
        visibility: visible;
        width: 1024px;
        height: 381px;
        left: 0px;
        bottom: -90px;
    }
}
.kv-bg .bg-item-07 {
    visibility: hidden;
}
@media screen and (min-width: 769px) {
    .kv-bg .bg-item-07 {
        visibility: visible;
        width: 2106px;
        height: 424px;
        left: -949px;
        bottom: -80px;
    }
}

.kv-bg .gradation-box {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.2) 59%, rgba(255, 255, 255, 1));
}
@media screen and (min-width: 769px) {
    .kv-bg .gradation-box {
        height: 229px;
        bottom: 0;
        opacity: 0.5;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 78%);
    }
}
.kv-bg .gradation-box-pc {
    display: none;
}
@media screen and (min-width: 769px) {
    .kv-bg .gradation-box-pc {
        display: block;
        position: absolute;
        width: 100%;
        height: 82px;
        bottom: 0;
        opacity: 0.2;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 78%);
    }
}

.kv .contents {
    position: relative;
    padding-top: 93px;
}
@media screen and (min-width: 769px) {
    .kv .contents {
        padding-top: 165px;
        padding-left: calc(var(--winW) * 100);
        height: 715px;
        max-width: 1600px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .kv .contents {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 890px) {
    .kv .contents {
        padding-left: 10px;
    }
}
.kv .contents .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    opacity: 0;
    transform: translateX(40px);
    color: #5c5c5c;
}
@media screen and (min-width: 769px) {
    .kv .contents .title {
        font-size: 64px;
        justify-content: flex-start;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .kv .contents .title {
        font-size: 50px;
    }
}

.kv .contents .title .size-m {
    letter-spacing: 0.08em;
}
.kv .contents .title .size-s {
    font-size: 31.22px;
    margin-left: 8px;
    margin-right: 8px;
}
@media screen and (min-width: 769px) {
    .kv .contents .title .size-s {
        font-size: 0.75em;
        margin-left: 0.282em;
        margin-right: 0.1875em;
    }
}

.kv .contents .title .size-l {
    font-size: 87.9px;
}
@media screen and (min-width: 769px) {
    .kv .contents .title .size-l {
        font-size: 1.7718em;
    }
}
.kv .contents .read-text {
    width: 254px;
    height: 78px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 28px;
    justify-content: center;
    position: relative;
    font-size: 26px;
    padding-left: 0.5em;
    opacity: 0;
    transform: translateX(40px);
    color: #5c5c5c;
}
@media screen and (min-width: 769px) {
    .kv .contents .read-text {
        width: 325px;
        height: 104.45px;
        margin-top: 64px;
        font-size: 31px;
        padding-left: 0.5em;
        margin-left:0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .kv .contents .read-text {
        width: 253.5px;
        height: 81.471px;
        margin-top: 49.92px;
        font-size: 24.18px;
        padding-left: 0.5em;
        margin-left:0;
    }
}

.kv .contents .read-text > p {
    text-align: center;
    letter-spacing: 0.3em;
    line-height: 1.5;
}
.kv .contents .read-text::before {
    content: '';
    width: 11px;
    height: 14px;
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 769px) {
    .kv .contents .read-text::before {
        width: 13px;
        height: 16px;
    }
}
.kv .contents .read-text::after {
    content: '';
    width: 11px;
    height: 14px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    bottom: 0;
    right: 0;
}
@media screen and (min-width: 769px) {
    .kv .contents .read-text::after {
        width: 13px;
        height: 16px;
    }
}
.kv .contents .img-text-wrap {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 41px;
    margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap {
        max-width: 1600px;
        margin: 0 auto;
        margin-top: 30px;
        row-gap: 78px;
        flex-direction: column;
    }
}
.kv .contents .img-text-wrap .text {
    text-align: center;
    font-size: 26px;
    letter-spacing: 0.7em;
    opacity: 0;
    transform: translateX(40px);
    color: #5c5c5c;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .text {
        font-size: 31px;
        text-align: left;
        padding-left: 1.4em;
    }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .kv .contents .img-text-wrap .text {
        font-size: 24.18px;
    }
}

.kv .contents .img-text-wrap .img-box {
    display: flex;
    color: #000;
    width: 375px;
    overflow: hidden;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box {
        position: absolute;
        width: calc(var(--winW) * 1533.25);
        height: calc(var(--winW) * 513.53);
        top: 0;
        bottom: 0;
        right: calc(var(--winW) * -213);
        margin: auto;
    }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
    .kv .contents .img-text-wrap .img-box {
        right: calc(var(--winW) * -283);
    }
}

.kv .contents .img-text-wrap .img-box .img-box-item {
    flex-shrink: 0;
    opacity: 0;
}
.kv .contents .img-text-wrap .img-box .img-box-item.item-roox {
    width: 295.19px;
    margin-left: -72px;
    margin-top: 4.75px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item.item-roox {
        width: calc(var(--winW) * 821.41);
        margin-left: 0;
        margin-top: calc(var(--winW) * 13.23);
    }
}
.kv .contents .img-text-wrap .img-box .img-box-item.item-dayz {
    width: 310.41px;
    margin-left: -171px;
    margin-top: 2.16px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item.item-dayz {
        width: calc(var(--winW) * 863.77);
        margin-left: calc(var(--winW) * -475);
        margin-top: calc(var(--winW) * 6.01);
    }
}
.kv .contents .img-text-wrap .img-box .img-box-item.item-sakura {
    width: 328.42px;
    margin-left: -212px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item.item-sakura {
        width: calc(var(--winW) * 913.87);
        margin-left: calc(var(--winW) * -590);
    }
}


.kv .contents .img-text-wrap .img-box .img-box-item .item-name {
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kv .contents .img-text-wrap .img-box .img-box-item.item-roox .item-name {
    margin-left: -14px;
    margin-top: -40px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item.item-roox .item-name {
        margin-left: calc(var(--winW) * -28);
        margin-top: calc(var(--winW) * -90);
    }
}
.kv .contents .img-text-wrap .img-box .img-box-item.item-dayz .item-name {
    margin-left: -58px;
    margin-top: -30px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item.item-dayz .item-name {
        margin-left: calc(var(--winW) * -168);
        margin-top: calc(var(--winW) * -70);
    }
}
.kv .contents .img-text-wrap .img-box .img-box-item.item-sakura .item-name {
    margin-left: -12px;
    margin-top: -30px;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item.item-sakura .item-name {
        margin-left: calc(var(--winW) * -80);
        margin-top: calc(var(--winW) * -70);
    }
}

@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item .item-name {
        height: calc(var(--winW) * 58);
    }
}
.kv .contents .img-text-wrap .img-box .img-box-item .item-name > p {
    font-size: 12.97px;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
    .kv .contents .img-text-wrap .img-box .img-box-item .item-name > p {
        font-size: calc(var(--winW) * 26);
    }
}

.content-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.content-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    user-select: none;
}
@media screen and (min-width: 769px) {
    .content-bg {
        height: 100%;
    }
}
.content-bg .layer-parent {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
}
#content-dayz .content-bg .layer-parent {
    background: rgba(255,234,220,0.4);
}
#content-sakura .content-bg .layer-parent {
    background: rgba(255,245,250,1);
}
#content-roox .content-bg .layer-parent {
    background: rgba(245,249,255,1);
}
@media screen and (min-width: 769px) {
    .content-bg .layer-parent {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
#content-dayz .content-bg .layer-parent {
    background: rgba(255, 246, 240, 1);
}
#content-sakura .content-bg .layer-parent {
    background: rgba(255, 245, 250, 1);
}
#content-roox .content-bg .layer-parent {
    background: rgba(245, 249, 255, 1);
}
@media screen and (min-width: 769px) {
    #content-dayz .content-bg .layer-parent {
        background: rgba(255, 246, 240, 1);
    }
    #content-sakura .content-bg .layer-parent {
        background: rgba(255, 245, 250, 1);
    }
    #content-roox .content-bg .layer-parent {
        background: rgba(245, 249, 255, 1);
    }
}
@media screen and (min-width: 1920px) {
    #content-dayz .content-bg .layer-parent {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1%, rgba(255, 234, 220, 0.4) 50%, rgba(255, 255, 255, 0.4) 100%);
    }
    #content-sakura .content-bg .layer-parent {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1%, rgba(255, 245, 250, 1) 50%, rgba(255, 255, 255, 0.4) 100%);
    }
    #content-roox .content-bg .layer-parent {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1%, rgba(245, 249, 255, 1) 50%, rgba(255, 255, 255, 0.4) 100%);
    }
}


.content-bg .layer-veiw-box {
    position: relative;
    width: 375px;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .content-bg .layer-veiw-box {
        width: 1px; /* pcレイアウトにおけるitemのposition基準を中央に */
    }
}
.content-bg .layer-veiw-box .bg-item {
    position: absolute;
    filter: blur( calc(200px / 2));
    opacity: 0.8;
}
@media screen and (min-width: 769px) {
    .content-bg .layer-veiw-box .bg-item {
        filter: blur( calc(154px / 2));
    }
}
.content-bg .bg-item-01 {
    width: 246px;
    height: 246px;
    left: 207px;
    top: -82px;
}
@media screen and (min-width: 769px) {
    .content-bg .bg-item-01 {
        width: 509px;
        height: 257px;
        left: auto;
        right: 235px;
        top: 53px;
    }
}
.content-bg .bg-item-02 {
    width: 192px;
    height: 192px;
    left: -72px;
    top: 113px;
}
@media screen and (min-width: 769px) {
    .content-bg .bg-item-02 {
        width: 1304px;
        height: 578px;
        left: -350px;
        top: -126px;
    }
}
.content-bg .bg-item-03 {
    width: 258px;
    height: 258px;
    left: 246px;
    top: 426px;
}
@media screen and (min-width: 769px) {
    .content-bg .bg-item-03 {
        width: 678px;
        height: 735px;
        left: auto;
        right: 247px;
        top: 188px;
    }
}
.content-bg .bg-item-04 {
    width: 165px;
    height: 165px;
    left: -36px;
    top: 451px;
}
@media screen and (min-width: 769px) {
    .content-bg .bg-item-04 {
        width: 1398px;
        height: 655px;
        left: -347px;
        top: 453px;
    }
}
.content-bg .bg-item-05 {
    width: 258px;
    height: 258px;
    left: -59px;
    top: 681px;
}
@media screen and (min-width: 769px) {
    .content-bg .bg-item-05 {
        width: 597px;
        height: 597px;
        left: auto;
        right: 305px;
        top: auto;
        bottom: 110px;
    }
}
.content-bg .bg-item-06 {
    width: 310px;
    height: 310px;
    left: 121px;
    top: 852px;
}
@media screen and (min-width: 769px) {
    .content-bg .bg-item-06 {
        width: 842px;
        height: 322px;
        left: 103px;
        top: auto;
        bottom: 30px;
    }
}
.content-section .contents {
    padding-top: 35px;
    padding-bottom: 40px;
    position: relative;
}
@media screen and (max-width: 768px) {
    #content-roox.content-section .contents {
        padding-bottom: 120px;
    }
}
@media screen and (min-width: 769px) {
    .content-section .contents {
        padding-top: 116px;
        padding-bottom: 129px;
    }
}
.content-section .contents > .title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.3em;
    line-height: 1.8;
}
#content-dayz.content-section .contents > .title {
    color: #EF6316;
}
#content-sakura.content-section .contents > .title {
    color: #D53A86;
}
#content-roox.content-section .contents > .title {
    color: #4E77BD;
}
@media screen and (min-width: 769px) {
    .content-section .contents > .title {
        font-size: 30px;
    }
}
/*swiper item*/
.content-section .swiper {
    border-radius: 4.8vw 0px 0px 4.8vw;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    #content-sakura.content-section .swiper {
        border-radius: 0 4.8vw 4.8vw 0;
    }
}
@media screen and (min-width: 769px) {
    .content-section .swiper {
        border-radius: 24px;
    }
}
.content-section .swiper-parent .vertical-text {
    position: absolute;
    top: 0;
    left: 4%;
    writing-mode: vertical-rl;
    font-size: 9px;
}
#content-dayz.content-section .swiper-parent .vertical-text {
    color: #EF6316;
}
#content-sakura.content-section .swiper-parent .vertical-text {
    color: #D53A86;
}
#content-roox.content-section .swiper-parent .vertical-text {
    color: #4E77BD;
}
@media screen and (max-width: 768px) {
    #content-sakura.content-section .swiper-parent .vertical-text {
        left: auto;
        right: 4%;
    }
}
@media screen and (min-width: 769px) {
    .content-section .swiper-parent .vertical-text {
        left: 0;
        font-size: 10px;
    }
}
/*swiper style*/
.content-section .swiper-parent {
    padding-left: 9%;
    position: relative;
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    #content-sakura.content-section .swiper-parent {
        padding-left: 0;
        padding-right: 9%;
    }
}
@media screen and (min-width: 769px) {
    .content-section .swiper-parent {
        padding: 0 25px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        margin-top: 47px;
    }
}
.content-section .swiper-parent .control-wrap {
    display: flex;
    justify-content: center;
    column-gap: 17px;
    margin-top: 17px;
    margin-left: -35px;
}
@media screen and (max-width: 768px) {
    #content-sakura.content-section .swiper-parent .control-wrap {
        margin-left: 0;
        margin-right: -35px;
    }
}
.content-section .swiper-parent .swiper-button-prev,
.content-section .swiper-parent .swiper-button-next {
    width: auto;
    height: auto;
    margin: 0;
    position: static;
}
.content-section .swiper-parent .swiper-pagination {
    display: flex;
    align-items: center;
    width: auto;
    position: static;
}
.content-section .swiper-parent .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 6px;
}
.content-section .swiper-parent .swiper-button-prev:after,
.content-section .swiper-parent .swiper-button-next:after {
    font-size: 10px;
    color: rgba(0,0,0,0.4);
}
#content-dayz .swiper-pagination-bullet-active {
    background: #EF6316;
}
#content-sakura .swiper-pagination-bullet-active {
    background: #D53A86;
}
#content-roox .swiper-pagination-bullet-active {
    background: #4E77BD;
}
/*content style*/
.content-section .sub-title {
    margin-top: 32px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.7;
}
@media screen and (min-width: 769px) {
    .content-section .sub-title {
        margin-top: 35px;
        font-size: 30px;
    }
}
.content-section .name-title-wrap {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    font-size: 57px;
    letter-spacing: 0.18em;
}
@media screen and (min-width: 769px) {
    .content-section .name-title-wrap {
        margin-top: 13px;
        font-size: 60px;
    }
}
.content-section .name-title-wrap .name-title {
    position: relative;
}
.content-section .name-title-wrap .name-title > span {
    position: absolute;
    font-size: 12px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    bottom: -28px;
    right: 7px;
}
@media screen and (min-width: 769px) {
    .content-section .name-title-wrap .name-title > span {
        bottom: -28px;
    }
}
.user-voice {
    width: calc(100% - 8.5%);
    margin: 0 auto;
    margin-top: 46px;
    background-color: #fff;
    border-radius: 2.667vw;
    padding-top: 36px;
    padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
    .user-voice {
        width: calc(100% - 50px);
        max-width: 1200px;
        margin-top: 70px;
        border-radius: 16px;
        padding-top: 50px;
        padding-bottom: 65px;
    }
}
#content-sakura .user-voice {
    margin-top: 52px;
}
@media screen and (min-width: 769px) {
    #content-sakura .user-voice {
        margin-top: 70px;
    }
}


.user-voice > .title {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.3em;
}
@media screen and (min-width: 769px) {
    .user-voice > .title {
        font-size: 15px;
    }
}
.user-voice-list {
    width: 305px;
    margin: 0 auto;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
@media screen and (min-width: 1050px) {
    .user-voice-list {
        width: 968px;
        flex-direction: row;
        margin-top: 35px;
        column-gap: 48px;
    }
}
.user-voice-list .item-name {
    font-size: 7px;
    letter-spacing: 0.04em;
    margin-bottom: 7px;
}
#content-dayz .user-voice-list .item-name {
    color: #EF6316;
}
#content-sakura .user-voice-list .item-name {
    color: #D53A86;
}
#content-roox .user-voice-list .item-name {
    color: #4E77BD;
}
@media screen and (max-width: 1049px) {
    .user-voice-list .item:nth-of-type(2) .item-name {
        text-align: right;
    }
}
@media screen and (min-width: 1050px) {
    .user-voice-list .item-name {
        font-size: 8px;
    }
}
.user-voice-list .item-wrap {
    display: flex;
    column-gap: 2px;
}
@media screen and (max-width: 1049px) {
    .user-voice-list .item:nth-of-type(2) .item-wrap {
        flex-direction: row-reverse;
    }
}
@media screen and (min-width: 1050px) {
    .user-voice-list .item-wrap {
        column-gap: 5px;
    }
}
.user-voice-list .item-wrap .baloon {
    position: relative;
}
.user-voice-list .baloon-text-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 104px;
    width: 230px;
    padding: 0 20px;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.8;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1049px) {
    .user-voice-list .item:nth-of-type(2) .baloon-text-area {
        left: auto;
        right: 4px;
        height: 80px;
    }
    #content-sakura .user-voice-list .item:nth-of-type(2) .baloon-text-area {
        height: 130px;
    }
}
@media screen and (min-width: 1050px) {
    .user-voice-list .baloon-text-area {
        width: 364px;
        height: 94px;
        padding: 0 25px;
        font-size: 16px;
    }
    #content-sakura .user-voice-list .item .baloon-text-area {
        height: 124px;
    }
}
.user-voice-list .user-icon {
    margin-top: auto;
}
@media screen and (min-width: 1050px) {
    .user-voice-list .user-icon {
        width: 70px;
    }
}
.link-btn {
    width: 325px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
}
#content-dayz .link-btn {
    background-color: #EF6316;
    border: solid 1px #EF6316;
    transition: 
        background-color 0.4s cubic-bezier(0.37, 0, 0.63, 1),
        color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
#content-dayz .link-btn:hover {
    background-color: #fff;
    color: #EF6316;
}
#content-sakura .link-btn {
    background-color: #D53A86;
    border: solid 1px #D53A86;
    transition: 
        background-color 0.4s cubic-bezier(0.37, 0, 0.63, 1),
        color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
#content-sakura .link-btn:hover {
    background-color: #fff;
    color: #D53A86;
}
#content-roox .link-btn {
    background-color: #7693C7;
    border: solid 1px #7693C7;
    transition: 
        background-color 0.4s cubic-bezier(0.37, 0, 0.63, 1),
        color 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
#content-roox .link-btn:hover {
    background-color: #fff;
    color: #7693C7;
}

@media screen and (min-width: 769px) {
    .link-btn {
        margin-top: 72px;
        width: 480px;
        height: 65px;
        border-radius: 6px;
        font-size: 19px;
    }
}
.link-btn > img {
    position: absolute;
    width: 28px;
    right: 17.5px;
}
#content-dayz .link-btn > img,
#content-sakura .link-btn > img,
#content-roox .link-btn > img {
    transition: filter 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
#content-dayz .link-btn:hover > img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(68%) saturate(6178%) hue-rotate(357deg) brightness(104%) contrast(87%);
}
#content-sakura .link-btn:hover > img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(32%) saturate(5734%) hue-rotate(311deg) brightness(91%) contrast(83%);
}
#content-roox .link-btn:hover > img {
    filter: brightness(0) saturate(100%) invert(45%) sepia(9%) saturate(3133%) hue-rotate(179deg) brightness(96%) contrast(87%);
}
@media screen and (min-width: 769px) {
    .link-btn > img {
        width: 33px;
        right: 21px;
    }
}

/*section allaround*/
/*
#allaround.content-section {
    height: 700px;
}
@media screen and (min-width: 769px) {
    #allaround.content-section {
        height: 1202px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    #allaround.content-section {
        height: 912px;
    }
}
*/
#allaround .content-bg .layer-veiw-box .bg-item {
    filter: blur( calc(154px / 2));
    opacity: 1;
}
@media screen and (min-width: 769px) {
    #allaround .content-bg .layer-veiw-box .bg-item {
        filter: blur( calc(240px / 2));
    }
}
#allaround .content-bg .bg-item-01 {
    width: 583px;
    height: 585px;
    left: -44px;
    top: -29px;
}
@media screen and (min-width: 769px) {
    #allaround .content-bg .bg-item-01 {
        width: 1611px;
        height: 839px;
        left: auto;
        right: -596px;
        top: -153px;
    }
}
#allaround .content-bg .bg-item-02 {
    width: 346.65px;
    height: 608.27px;
    left: 196px;
    top: 128px;
}
@media screen and (min-width: 769px) {
    #allaround .content-bg .bg-item-02 {
        width: 1327px;
        height: 943px;
        left: -296px;
        top: -272px;
    }
}
#allaround .content-bg .bg-item-03 {
    width: 480px;
    height: 435px;
    left: -127px;
    top: 308px;
}
@media screen and (min-width: 769px) {
    #allaround .content-bg .bg-item-03 {
        width: 739.08px;
        height: 385.93px;
        left: auto;
        right: 155.87px;
        top: auto;
        bottom: -150px;
    }
}
#allaround .content-bg .bg-item-04 {
    visibility: hidden;
}
@media screen and (min-width: 769px) {
    #allaround .content-bg .bg-item-04 {
        visibility: visible;
        width: 1077.98px;
        height: 591.28px;
        left: auto;
        right: -385px;
        top: auto;
        bottom: -50px;
    }
}
#allaround .content-bg .bg-item-05 {
    visibility: hidden;
}
@media screen and (min-width: 769px) {
    #allaround .content-bg .bg-item-05 {
        visibility: visible;
        width: 1064px;
        height: 633.13px;
        left: 11px;
        bottom: 20px;
    }
}
#allaround .gradation-box {
    width: 100%;
    height: 92px;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1));
}
@media screen and (min-width: 769px) {
    #allaround .gradation-box {
        height: 99px;
        top: 0;
        opacity: 0.2;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 22%,rgba(255, 255, 255, 1));
    }
}
#allaround .gradation-box-pc {
    display: none;
}
@media screen and (min-width: 769px) {
    #allaround .gradation-box-pc {
        display: block;
        width: 100%;
        position: absolute;
        height: 275px;
        top: 0;
        opacity: 0.5;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 22%,rgba(255, 255, 255, 1));
    }
}
#allaround.content-section .contents {
    padding-top: 44px;
    padding-bottom: 39px;
    height: 100%;
}
@media screen and (min-width: 769px) {
    #allaround.content-section .contents {
        padding-top: 121px;
        padding-bottom: 129px;
    }
}
#allaround.content-section .contents > .title-sub {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 0.3em;
    line-height: 1;
    padding-left: 1em;
}
@media screen and (min-width: 769px) {
    #allaround.content-section .contents > .title-sub {
        font-size: 19px;
        margin-bottom: 15px;
        padding-left: 0.4em;
    }
}
.allaround-uservoice-parent {
    width: 375px;
    height: 401px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent {
        width: 990px;
        height: 569px;
        margin-top: 106px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent {
        width: 475px;
        margin-top: 90px;
    }
}
.allaround-uservoice-parent .list .list-item {
    position: absolute;
}
.allaround-uservoice-parent .baloon {
    position: relative;
    color: #000;
    display: block;
}

.allaround-uservoice-parent .baloon-text-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 84px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .baloon-text-area {
        height: 90px;
        font-size: 18px;
    }
}
.reader-position {
    font-family: 'Meiryo' !important;
}

.allaround-uservoice-parent .list-item:nth-child(1) {
    top: 0;
    left: 51px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(1) {
        top: 0;
        left: 180px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(1) {
        left: 101px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(1) .baloon-text-area {
    padding-left: 11px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(1) .baloon-text-area {
        padding-left: 45px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(2) {
    top: 0;
    left: 204px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(2) {
        top: 0;
        left: 540px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(2) {
        left: 254px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(2) .baloon-text-area {
    padding-left: 18px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(2) .baloon-text-area {
        padding-left: 36px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(3) {
    top: 110px;
    left: 10px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(3) {
        top: 173px;
        left: 0px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(3) {
        left: 30px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(3) .baloon-text-area {
    padding-left: 11px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(3) .baloon-text-area {
        padding-left: 42px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(4) {
    top: 110px;
    left: 227px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(4) {
        top: 173px;
        left: 644.21px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(4) {
        left: 307px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(4) .baloon-text-area {
    padding-left: 28.98px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(4) .baloon-text-area {
        padding-left: 138.79px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(5) {
    top: 220px;
    left: 10px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(5) {
        top: 346px;
        left: 55px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(5) {
        left: 40px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(5) .baloon-text-area {
    padding-left: 11px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(5) .baloon-text-area {
        padding-left: 54px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(6) {
    top: 220px;
    left: 206px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(6) {
        top: 346px;
        left: 620px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(6) {
        left: 296px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(6) .baloon-text-area {
    padding-left: 26px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(6) .baloon-text-area {
        padding-left: 91px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(7) {
    top: 291.5px;
    left: 123px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(7) {
        top: 424px;
        left: 335px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .list-item:nth-child(7) {
        left: 173px;
    }
}
.allaround-uservoice-parent .list-item:nth-child(7) .baloon-text-area {
    padding-left: 16px;
    padding-top: 50px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .list-item:nth-child(7) .baloon-text-area {
        padding-left: 61px;
        padding-top: 98px;
    }
}
.allaround-uservoice-parent .center-img {
    width: 170px;
    margin-top: -40px;
}
@media screen and (min-width: 1000px) {
    .allaround-uservoice-parent .center-img {
        width: 370px;
        margin-top: -20px;
    }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
    .allaround-uservoice-parent .is-sp {
        display: block;
    }
}
#allaround .link-btn-wrap {
    width: 311px;
    margin: 0 auto;
    margin-top: 49px;
    display: flex;
    column-gap: 7px;
}
@media screen and (min-width: 769px) {
    #allaround .link-btn-wrap {
        width: 750px;
        margin-top: 127px;
        column-gap: 15px;
        justify-content: center;
    }
}
#allaround .link-btn-wrap .btn {
    display: flex;
    width: 99px;
    height: 35.42px;
    flex-direction: column;
    font-size: 10px;
    align-items: center;
    color: #000;
    justify-content: center;
    background-color: #fff;
    border-radius: 17.71px;
    box-shadow: 0 1.82px 3.63px 0 rgba(0, 0, 0, 0.16);
    row-gap: 2px;
}
@media screen and (min-width: 769px) {
    #allaround .link-btn-wrap .btn {
        width: 240px;
        height: 50px;
        border-radius: 25px;
        font-size: 14px;
        flex-direction: row;
        box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.16);
        transition: opacity 0.3s ease-in-out;
    }
    #allaround .link-btn-wrap .btn:hover {
        opacity: 0.8;
    }
}
#allaround .link-btn-wrap .btn .en {
    font-size: 1.13em;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
    #allaround .link-btn-wrap .btn .en {
        font-size: 1.15em;
        padding-right: 0.05em;
    }
}
.text-note {
    width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (min-width: 769px) {
    .text-note {
        width: auto;
        text-align: center;
        margin-top: 40px;
    }
}
/*nav style*/
.nav-header {
    z-index: 15;
}
.nav-contents-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 600px;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(100%);
    z-index: 1;
}
.nav-contents-menu.active {
    transform: translateY(0);
}
.nav-contents-menu .nav-item {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.nav-contents-menu .nav-item.active {
    height: 74px;
    border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 769px) {
    .nav-contents-menu .nav-item.active {
        border-radius: 8px 8px 0 0;
    }
}
.nav-contents-menu .nav-item.nav-dayz {
    background-color: #FF6F3E;
}
.nav-contents-menu .nav-item.nav-sakura {
    background-color: #FFB9D9;
}
.nav-contents-menu .nav-item.nav-roox {
    background-color: #7693C7;
}
.nav-contents-menu .nav-item > span {
    font-size: 15.6px;
    letter-spacing: 0.1em;
    text-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    transition: font-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                letter-spacing 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}
.nav-contents-menu .nav-item.active > span {
    font-size: 20px;
    letter-spacing: 0.04em;
}


[data-aos=fade-left] {
  transform: translate3d(20px, 0, 0)
}
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0)
}