main {
    background-color: black;
}
.sv_newpark_scroll span {
    color: #fff
}
#scroll.sv_newpark_scroll::after,
#scroll.sv_newpark_scroll::before,
#pagetop.sv_newpark_scroll::after,
#pagetop.sv_newpark_scroll::before {
    background-color: #fff;
}
#sv_newpark_page1 {
    min-height: 600px;
}
#sv_newpark_page1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 600px;
    /* transition: opacity 2s linear; */
}
#sv_newpark_page1 .contents_middle {
    top: 35%;
}
.bottom {
    z-index: 1;
    opacity: 1;
    transition: opacity 2s ease;
}
.top {
    z-index: 2;
    opacity: 0.5;
}

/* #sv_newpark_page1 .white-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.8s linear;
    pointer-events: none;
} */
#sv_newpark_page1 .black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: black;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0.3;
}
#sv_newpark_page1 .sv_top_msg {
    z-index: 5;
}
#sv_newpark_page1 .article1 {
    line-height: 2.0;
}
br.ssp {
    display: none;
}
@media screen and (max-width: 680px){
    #sv_newpark_pg1_contents h2 br {
        display: block;
    }
}
@media screen and (max-width: 480px){
    #sv_newpark_pg1_contents {
        top: 30%;
    }
}
@media screen and (max-width: 410px){
    #sv_newpark_pg1_contents {
        width: 90%;
    }
    #sv_newpark_pg1_contents h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 365px){
    #sv_newpark_page1 br.ssp {
        display: block;
    }
    #sv_cycle_pg1_msg {
        min-width: 310px;
    }
}

#sv_newpark_page2 {
    position: relative;
    background-color: black;
    color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#sv_newpark_page2 h2 {
    margin: 0;
    letter-spacing: 0.7em;
    text-align: center;
    text-shadow: 0 0 3px #000;
}
br.tb {
    display: none;
}
#sv_newpark_pg2_contents {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 70px;
    text-shadow: 0 0 3px #000;
    /* background-color: rgba(0,0,0,0.5); */
    z-index: 0;
    box-sizing: border-box;
}
.neon-box {
    position: absolute;
    /* width: 100px;
    height: 100px; */
    border: 2px solid;
    border-radius: 2px;
    /* animation: flicker 2s infinite ease-in-out; */
}
.neon-box.red {
    color: #ff0055; 
    border-color: #ff0055;
    box-shadow: 0 0 15px #ff0055;
    /* box-shadow: 0 0 10px #ff0055, 0 0 20px #ff0055, 0 0 30px #ff0055; */
}
.neon-box.blue {
    color: #00ccff;
    border-color: #00ccff;
    box-shadow: 0 0 15px #00ccff;
    animation-delay: 0.6s;
}
.neon-box.green {
    color: #00ff99;
    border-color: #00ff99;
    box-shadow: 0 0 15px #00ff99;
    animation-delay: 0.9s;
}
.neon-box.pink {
    color: #ff00ff;
    border-color: #ff00ff;
    box-shadow: 0 0 15px #ff00ff;
    animation-delay: 1.2s;
}
.neon-box.white {
    color: #fff;
    border-color: #fff;
    box-shadow: 0 0 15px #fff;
    animation-delay: 0.9s;
}
/* 点滅の定義 */
/* @keyframes flicker {
  0%, 19%, 21%, 23%, 25%, 54%, 100% {
    opacity: 1;
    box-shadow: 0 0 10px currentColor, 0 0 20px currentColor;
  }
  20%, 24%, 55% {
    opacity: 0.3;
    box-shadow: none;
  }
} */
 @keyframes flicker {
  0%, 100% {
    opacity: 1;
    box-shadow:
      0 0 8px currentColor,
      0 0 16px currentColor,
      0 0 24px currentColor;
  }
  50% {
    opacity: 0.7;
    box-shadow:
      0 0 4px currentColor,
      0 0 8px currentColor,
      0 0 12px currentColor;
  }
}
@keyframes floatUpDown {
  0%   { opacity:1; transform: translateY(0); }
  50%  { opacity:1; transform: translateY(-10px); }
  100% { opacity:1; transform: translateY(0); }
}
.neon-float {
  animation: floatUpDown 3s ease-in-out infinite;
}

#blue1 {
    width: 10vw;
    height: 8vw;
    min-width: 75px;
    min-height: 60px;
    top: 10vw;
    left: 8vw;
}
#green1 {
    width: 6vw;
    height: 4vw;
    min-width: 45px;
    min-height: 30px;
    top: 20vw;
    left: 18.5vw;
}
#red1 {
    width: 7vw;
    height: 7vw;
    min-width: 50px;
    min-height: 50px;
    top: 60%;
    left: 3vw;
}
#pink1 {
    width: 3vw;
    height: 3vw;
    min-width: 15px;
    min-height: 15px;
    top: 80%;
    left: 8vw;
}
#blue2 {
    width: 4vw;
    height: 4vw;
    min-width: 26px;
    min-height: 26px;
    top: 70%;
    left: 15vw;
}
#red2 {
    top: 40%;
    right: 7vw;
    width: 7vw;
    height: 8vw;
    min-width: 35px;
    min-height: 40px;
}
#green2 {
    top: 40%;
    margin-top: -4.5vw;
    right: 2vw;
    width: 5vw;
    height: 4vw;
}
#pink2 {
    top: 37%;
    margin-top: -8vw;
    right: 19vw;
    width: 3vw;
    height: 3vw;
}
#white1 {
    top: 24.5vw;
    left: 16vw;
    width: 2vw;
    height: 2vw;
    min-width:30px;
    min-height: 30px;
}
#white2 {
    top: 80%;
    right: 10vw;
    width: 10vw;
    height: 3vw;
    min-width: 60px;
    min-height: 15px;
}
#white3 {
    top: 15vw;
    right: 13vw;
    width: 5vw;
    height: 5vw;
    min-width: 40px;
    min-height: 40px
}
#blue3 {
    top: 80%;
    margin-top: -4.5vw;
    right: 7vw;
    width: 2vw;
    height: 2vw;
    min-width: 20px;
    min-height: 20px;
}

/* .slideInLeft, .slideInRight, .slideInTop, .slideInBottom {
    opacity: 1;
} */
@media screen and (max-width: 780px){
    #sv_newpark_page2 h2 {
        letter-spacing: 0.5em;
    }
    br.tb {
        display: block;
    }
}
@media screen and (max-width: 480px){
    #sv_newpark_pg2_contents {
        font-size: 13px;
        background-color: rgba(0,0,0,0.5);
    }
    #blue1 {
        top: 10%;
    }
    #green1 {
        top: 20%;
    }
    #white1 {
        top: 18%;
        left: 5%;
    }
    #sv_newpark_pg2_contents p {
        line-height: 2;
    }
}
@media screen and (max-width: 400px){
    #sv_newpark_page2 h2 {
        font-size: 20px;
        letter-spacing: 0.4em;
    }
    #sv_newpark_pg2_contents {
        padding-top: 30px;
        padding-right: 7.5%;
        padding-left: 7.5%;
        background-color: transparent;
    }
    #sv_newpark_pg2_contents p {
        margin: 18px 0;
    }
    #sv_newpark_page2 br.ssp {
        display: block;
    }
    #white2 {
        top: 85%;

    }

}

#sv_newpark_page3 {
    background-color: black;
}
.feature_box {
    display: flex;
    align-items: center;
    padding: 100px 0 100px;
}
.feature_box.right {
    justify-content: flex-end;
}
.feature_box.left {
    justify-content: flex-start;
}
.feature_box .contents {
    width: 40%;
    color: white;
    position: relative;
}
#feature02 .contents {
    margin-left: min(3vw,50px);
}
.feature_box .contents .article {
    padding-top: 25px;
}
.feature_box .contents .msg {
    position: absolute;
    z-index: 0;
    top: -40px;
    left: -40px;
    height: clamp(45px,5.5vw,70px);
}
#feature02 .contents .msg {
    /* top: 50px;
    left: 80px; */
    top: -27px;
    left: 65px;
}
.img_wrapper {
    width: 50%;
    position: relative;
    display: inline-block;
}
.img_wrapper img {
    width: 100%;
}
.img_wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    opacity: 0.3;
    z-index: 1;
}
#feature02 .img_wrapper::after{
    top: 0;
}
/* 光が走る線 */
.img_wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20%;
    width: 20%;
    height: 2px;
    background: linear-gradient(to right, transparent, white, transparent);
    animation: runLight 2s linear infinite;
    z-index: 2;
    pointer-events: none;
}
#feature02 .img_wrapper::before {
    top: 0;
}
@keyframes runLight {
    0% {
        left: 0%;
    }
    100% {
        left: 80%;
    }
}

.feature_box .contents .title {
    font-family: 'Hiragino Mincho ProN-W3', 'Hiragino Mincho Pro-W3', ヒラギノ明朝ProN W3, ヒラギノ明朝Pro W3, 游明朝, 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    font-size: clamp(22px,3vw,35px);
    margin: 0;
}
.title .large {
    font-size: clamp(30px,4vw,45px);
}
.sub_title {
    font-size: clamp(18px,2vw,25px);
    font-weight: normal;
    margin: 8px 0;
    margin-left: min(5vw, 70px);
}

@media screen and (max-width:900px) {
    .sub_title .indent {
        display: inline-block;
        padding-left: 25%;
    }
}
@media screen and (max-width:780px) {
    .feature_box {
        flex-direction: column;
    }
    .feature_box .contents {
        width: 80%;
        padding-top: 30px;
        order: 1;
    }
    .img_wrapper {
        width: 100%;
        height: 250px
    }
    .img_wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .img_wrapper::after {
        width: 95vw;
        right: 0;
        left: auto;
    }
    #feature02 .img_wrapper::after {
        left: 0;
    }
    #feature01 .contents .msg {
        top: -6vw;
        height: 12vw;
        min-height: 60px;
    }
    #feature02 .contents .msg {
        height: 10vw;
        min-height: 45px;
    }
    #feature03 .contents .msg {
        top: -3vw;
        height: 9vw;
        min-height: 45px;
    }
    .sub_title .indent {
        padding-left: 0;
    }
    .feature_box .contents .article {
        padding-top: 15px;
    }
}
@media screen and (max-width:480px) {
    #sv_newpark_page3 {
        padding-bottom: 50px;
    }
    .feature_box {
        padding: 60px 0 60px;
    }
    .img_wrapper::after {
        width: 100vw;
    }
    .feature_box .contents .article {
        font-size: 13px;
    }
    #feature02 .contents .msg {
        left: 10vw;
    }
}
@media screen and (max-width:430px) {
    .sub_title .indent {
        padding-left: 25%
    }
}


#message_section {
    position: relative;
    padding: 70px 0;
    background-image: url('../images/services/message_bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 70%; 
    color: white;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 100px;

    /* animation: zoomInBigAnime 1.0s forwards; */
    animation-delay: 2.0s;
    /* opacity: 0; */
}
.blue-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background: linear-gradient(to bottom, #0991ff, #0B4270);
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
}
#message_section p {
    z-index: 0;
    font-family: 'Hiragino Mincho ProN-W3', 'Hiragino Mincho Pro-W3', ヒラギノ明朝ProN W3, ヒラギノ明朝Pro W3, 游明朝, 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    font-size: 16px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}


#sv_newpark_bottom {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 70px 0;
    background-color: black;
    background-image: url('../images/services/contact_bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
#sv_newpark_bottom .black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}
#sv_newpark_bottom .msg {
    width: 60%;
    min-width: 300px;
    z-index: 0;
}
#sv_newpark_bottom .ttl {
    z-index: 0;
    font-size: 20px;
    margin: 0 0 30px;
}
#contact_btn {
    position: relative;
    display: inline-block;
    background-color: white;
    color: black;
    padding: 15px 50px;
    font-weight: normal;
    text-decoration: none;
}
#contact_btn::before {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    transition: .3s;
    content: '';
}


#sv_newpark_footer {
    background-color: black;
}
#sv_newpark_footer ul li+ li {
    border-left: solid 1px white;
}
#sv_newpark_footer a {
    color: white;
}
#sv_newpark_footer .copyright {
    color: white;
}

@media screen and (max-width: 780px){
    #message_section p {
        font-size: 15px;
    }
}
@media screen and (max-width: 480px){
    #message_section p {
        font-size: 13px;
    }
    #message_section p #last_line {
        margin: 10px 0
    }
    #sv_newpark_bottom .msg {
        width: 80%;
    }
    #sv_newpark_bottom .ttl {
        font-size: 18px;
    }
    #contact_btn {
        padding: 10px 40px;
    }
}
@media screen and (max-width: 400px){
    #message_section p {
        margin: 10px 0
    }
    #message_section br.ssp {
        display: block;
    }
    #last_line {
        margin-top: 0;
    }
}