@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

.virtual-line {
    margin-bottom: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-top: 40px;
}

.virtual-line-link a {
    position: relative;
    background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
    width: 90%;
    /* max-width: 380px;*/
    margin: 0 auto;
    padding: 1rem 0.5rem;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    line-height: 1.3;
    font-size: 24px;
    border-radius: 100px;
    box-shadow: 0px 0px 6px rgba(87, 87, 87, 0.3);
}
/*
.virtual-line-link a::after {
    content: '';
    position: absolute;
    background-image: url(/assets/images/virtual/right-icon-white.svg);
    width: 13px;
    height: 13px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.virtual-line-link a::before {
    content: '';
    position: absolute;
    background-image: url(/assets/images/virtual/virtual-line.svg?202407241058);
    width: 30px;
    height: 30px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}
*/
.virtual-line-link a small {
    font-size: 10px;
    display: block;
}

.virtual-line-box {
    position: relative;
    /*max-width: 400px;*/
    width: 95%;
    margin: 0 auto;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333333;
    margin-top: 40px;
}

.virtual-line-box div {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    top: -13px;
    left: 10px;
    margin: 0 7px;
    padding: 0 8px;
    background: #D7F8FF;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
}
/*
.virtual-line-box::after {
    content: '';
    position: absolute;
    background-image: url(/assets/images/virtual/vlc-cara-1-3.webp);
    width: 200px;
    height: 200px;
    background-size: contain;
    left: 77%;
    top: 36%;
    transform: translateX(-50%) translateY(-50%) scale(-1, 1);
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.virtual-line-box div::before {
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(/assets/images/virtual/virtual-alert.svg);
}
*/
.virtual-line-box p {
    margin: 0;
    padding: 0.5rem 6rem 1.5rem 1.5rem;
    font-size: 13px;
}

.yellow_line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff200 0%) repeat scroll 0 0;
    font-weight: 500;
    text-shadow: 0px 0px 10px #fff;
    font-weight: 700;
}

@media screen and (max-width:999px) {
    .sp-block {
        display: block;
    }
}

@media screen and (min-width:1000px) {
    .sp-block {
        display: none;
    }
}

.virtual-heading {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 2px solid #2589d0;
    color: #333333;
    max-width: 400px;
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
    margin-bottom: 30px;
}

.virtual-heading::before,
.virtual-heading::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.virtual-heading::before {
    background-color: #1794CB;
}

.virtual-heading::after {
    bottom: -12px;
    background-color: #D7F8FF;
}

.vlc-gradient::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 103, 194, 0.3), rgba(151, 222, 255, 0.4), rgba(0, 52, 194, 0.5));
    /*グラデーションを定義*/
    background-size: 1200% 1200%;
    animation: bggradient 3s ease infinite;
    background-repeat: no-repeat;
}

.vlc-gradient {
    position: relative;
    background-image: url('/assets/images/virtual/vc-s3.webp');
    background-size: contain;
    padding-top: 138%;
    background-position: center;
}

.vlc-gradient div {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.vlc-gradient div:nth-of-type(1) {
    z-index: 1;
    animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.6);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.vlc-gradient div:nth-of-type(2) {
    z-index: 2;
    animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards, image2 1.8s infinite;
    filter: drop-shadow(offset-x offset-y blur-radius color);
    opacity: 0;
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.6));
}

.vlc-gradient div:nth-of-type(3) {
    z-index: 1;
    animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards, image2 2s infinite;
    filter: drop-shadow(offset-x offset-y blur-radius color);
    opacity: 0;
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.6));
}

.vlc-gradient div:nth-of-type(4) {
    z-index: 1;
    animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards, image2 2s infinite;
    filter: drop-shadow(offset-x offset-y blur-radius color);
    opacity: 0;
    filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.6));
}

.vlc-gradient div:nth-of-type(5) {
    z-index: 3;
    position: absolute;
    top: 90%;
    left: 80%;
    width: 150px;
    height: 150px;
    transform: translateX(-50%)translateY(-50%);
}

@keyframes image1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes image2 {
    50% {
        transform: translateY(3px);
    }
}

.font-f-pop {
    font-family: 'Mochiy Pop P One', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 0px 10px #fff;
    color: #40484C;
}

.fs-0-9 {
    font-size: 0.9rem;
}

.mg-t60 {
    margin-top: 60px;
}

.shadow-blue {
    box-shadow: 0px 0px 30px #7ed4fc
}

.vc-privilege {
    display: block;
    margin: 0 auto;
    width: 85%;
    height: auto;
}


.vc-privilege {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.font-f-pop {
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 400;
    padding-top: 50px;
    margin-bottom: -20px;
}

.pc-mg-tb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}


.vlc-bonus,
.vlc-2d {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-top: 40px;
}



.vlc-bonus h2,
.vlc-2d h2 {
    font-size: 18px;
    margin-bottom: 40px;

    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.vlc-bonus h3,
.vlc-2d h3 {
    font-size: 18px;
}

.vlc-bonus p,
.vlc-2d p {
    line-height: 2;
    padding: 1rem;
    font-size: 14px;
}

.vlc-bonus table {
    margin-bottom: 30px;
}

.vlc-bonus .table-1 th {
    font-size: 16px;
}

.vlc-bonus .table-1 td {
    font-size: 14px;
}

.vlc-bonus .table-2 th {
    font-size: 16px;
}

.vlc-bonus .table-2 td {
    font-size: 14px;
}

.vlc-bonus .table-1 tr:nth-last-of-type(1) {
    font-size: 18px;
    font-weight: 600;
}

.vlc-bonus-warp div,
.vlc-2d-warp div {
    margin-bottom: 20px;
}

.vlc-2d h4 {
    font-size: 16px;
}

.vlc-h5 {
    font-size: 16px;
}

.vlc-bonus h2,
.vlc-2d h2 {
    position: relative;
    padding:2rem 1rem;
    background: linear-gradient(0deg, transparent 0 10%, #61c2f7 0 90%, transparent 90%), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.8) 0 6px, rgba(142, 209, 246, 0.8) 6px 12px);
    color: #fff;
    text-align: center;
}

.vlc-bonus h3,
.vlc-2d h3 {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 1.5rem 0.5rem;
    background-color: #61c2f7;
    color: #fff;
    text-align: center;
    z-index: 2;
}

.vlc-bonus h3::before,
.vlc-bonus h3::after,
.vlc-2d h3::before,
.vlc-2d h3::after {
    position: absolute;
    z-index: 0;
    border-style: solid;
    border-color: #61c2f7;
    content: '';
}

.vlc-bonus h3::before,
.vlc-2d h3::before {
    left: -30px;
    border-width: 25px 25px 25px 15px;
    border-left-color: transparent;
}

.vlc-bonus h3::after,
.vlc-2d h3::after {
    right: -30px;
    border-width: 25px 15px 25px 25px;
    border-right-color: transparent;
}

.vlc-bonus h3 span::before,
.vlc-bonus h3 span::after,
.vlc-2d h3 span::before,
.vlc-2d h3 span::after {
    position: absolute;
    bottom: -10px;
    width: 10px;
    height: 10px;
    background-color: #2887b9;
    content: '';
    z-index: 1;
}

.vlc-bonus h3 span::before,
.vlc-2d h3 span::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
}

.vlc-bonus h3 span::after,
.vlc-2d h3 span::after {
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 0% 100%);
}

.vlc-bonus table {
    border-collapse: collapse;
    width: 100%;
    position: relative;
}

.vlc-bonus .table-1 tr {
    text-align: center;
}

.vlc-bonus .table-1 th {
    background: rgba(101, 205, 253, 0.9);
    color: #fff;
    border: solid 1px #61c2f7;
    border-collapse: collapse;
    padding: 0.5rem;
}

.vlc-bonus .table-1 td {
    width: calc(100%/3);
    padding: 0.3rem;
    border: solid 1px #61c2f7;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.7);
}

.vlc-bonus .table-2 tr {
    text-align: center;
}

.vlc-bonus .table-2 th {
    background: rgba(101, 205, 253, 0.9);
    color: #fff;
    border: solid 1px #61c2f7;
    border-collapse: collapse;
    padding: 0.5rem;
}

.vlc-bonus .table-2 td {
    width: calc(100%/4);
    padding: 0.3rem;
    border: solid 1px #61c2f7;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.7);
}

.vlc-bonus .table-1 tr:nth-last-of-type(1) {
    background: rgba(101, 205, 253, 0.9);
}


.vlc-2d h4 {
    position: relative;
    padding: 1.1rem .7em;
    border-radius: 10px;
    background-color: #61C2F7;
    color: #fff;
    width: 90%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.vlc-2d h4::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #61C2F7;
}

.mature-balloon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 22px;
    margin-top: 20px;
}

.mature-balloon img {
    max-width: 70px;
    height: 100%;
}

.mature-balloon p {
    position: relative;
    max-width: 400px;
    margin: 3px 0 0;
    padding: 1rem 1rem;
    border-radius: 5px;
    background-color: #fff;
    color: #333333;
    line-height: 1.5;
}

.mature-balloon p::before {
    position: absolute;
    left: -15px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    content: '';
}

.vlc-h5 {
    padding: 0.5rem 1rem;
    text-align: center;
    border-bottom: 3px dashed #61C2F7;
    color: #333333;
}

img {
    max-width: 100%;
    height: auto;
}

.vc-calabana-49 img {
    width: 49% !important;
}

.fot-menu-bg-vr {
    margin: 1rem;
    width: 30rem;
}


/**調整用**/
.header-mag {
    margin-top: 5rem;
}

@media (min-width: 820px) {
    .header-mag {
        margin-top: 0;
    }
}