/* 共通 */

body {
    opacity: 0;
    /* loaedr.js */
}

footer {
    height: 180px;
    width: 100%;
    background-image: url(../images/footer_bg.jpg);
    background-size: cover;
}

footer .titleimage {
    position: absolute;
    bottom: 10px;
    right: 20px;
    height: 80px;
}

.banner {
    position: absolute;
    bottom: 20px;
    display: flex;
}

.banner img {
    padding-left: 20px;
    height: 50px;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 100;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 101;
}

#loading_inner {
    position: absolute;
    top: 45vh;
    left: 705px;
}

#page_top {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}

#page_top a {
    width: 200%;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}

#sidebar {
    justify-content: space-between;
    box-shadow: 0px 10px 24px 1px #777777;
    width: fit-content;
    height: 100%;
    min-height: 810px;
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 30;
    background-color: #fff;
}

#sidebar .fotorama {
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 5px 3px 1px #777777;
}

#sidebar .fotorama__nav--dots {
    display: none !important;
}

#sidebar .fotorama__wrap {
    pointer-events: none;
}

#sidebar .fotorama__arr {
    display: none !important;
}

.headerImgWrapper img {
    width: 400px;
}

.headerImgWrapper {
    margin-top: 7%;
}

.audioPanel {
    display: flex;
    justify-content: space-around;
    height: 80px;
    width: 320px;
    margin: 10px auto 0 auto;
    padding: 3px 0;
    background-color: rgb(171 171 171 / 14%);
    border-radius: 10px;
    box-shadow: 0px 5px 3px 1px #777777;
}

.audioPanel #playButton:hover,
.audioPanel #changeButton:hover {
    cursor: pointer;
}

.audioPanel .play {
    display: flex;
    align-items: center;
}

.audioPanel .play img {
    height: 30px;
    width: 30px;
    margin-left: 10px;
}

.audioPanel .panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 230px;
}

.audioPanel .panel h3,
.audioPanel .panel p {
    margin: 0;
}

.audioPanel .panel h3 {
    font-size: 17px;
}

.audioPanel .panel p {
    font-size: 14px;
}

.audioPanel .change {
    display: flex;
    align-items: flex-end;
}

.audioPanel .change img {
    height: 24px;
    width: 24px;
}

.sidemenu {
    width: fit-content;
}

.sidemenu ul {
    list-style-type: none;
    padding-left: 15px;
    width: fit-content;
}

.sidemenu li {
    line-height: 2em;
    font-size: 1.5em;
    font-family: 'Anton', sans-serif;
    width: fit-content;
}

.sidemenu li a {
    text-decoration: none;
    display: block;
    padding-left: .5em;
    width: fit-content;
}

.text {
    padding: 0 .5em;
    color: rgb(228, 0, 127);
    position: relative;
    z-index: 2;
}

.bg {
    position: absolute;
    display: block;
    z-index: 1;
}

.jp_item {
    padding: 0 1em;
    font-size: .5em;
}

.pagetitle {
    font-family: 'Anton', sans-serif;
    font-size: 2.5em;
    color: rgb(228, 0, 127);
    text-align: center;
    position: relative;
    line-height: 1.4;
    -webkit-transform: rotate(.05deg);
    transform: rotate(.05deg);
    margin-left: auto;
    margin-right: auto;
    margin: 4% 0;
}

.pagetitle::before, .pagetitle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.34em;
    width: 1.2em;
    height: 0.86em;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(../images/title_ster_pink.png);
}

.pagetitle::before {
    left: 380px;
}

.pagetitle::after {
    right: 380px;
    transform: scale(-1, 1);
}

.pagetitle h3 {
    margin: 0 0 10px 0;
    letter-spacing: .03em;
}

.pagetitle p {
    font-size: 22px;
    margin: 0;
}

.swapper {
    position: fixed;
    top: 243px;
    width: fit-content;
    z-index: 20;
}

.swapper ul {
    padding: 0;

}

.swapper li {
    width: fit-content;
    position: relative;
    left: -28px;
    list-style: none;
    margin: 15px 0;
    border-radius: 0 10px 10px 0;
    box-shadow: 3px 10px 14px -5px #777777;
}

.swapper li:nth-child(1) {
    background-color: #ffa04e88;
    /* display: none; */
}

.swapper li:nth-child(2) {
    background-color: #f757ad88;
}

.swapper li:nth-child(3) {
    background-color: #49BBEE88;
}

.swapper li:nth-child(4) {
    background-color: #FFAE0088;

}

.swapper li:nth-child(5) {
    background-color: #a664a088;
}

.swapper li img {
    height: 48px;
    padding: 7px 18px 7px 48px;
    filter: drop-shadow(2px 2px 0px rgb(255, 255, 255));
}

/*////////////////////////////////*/

/* pjax設定用 */
.container {
    position: absolute;
    width: -webkit-fill-available;
    min-width: 1280px;
    margin-left: 400px;
}

#index {
    /* background: antiquewhite; */
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
}

#introduction, #infomation, #group, #character, #discography, #contest, #postscript, #vote {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 45%, white 55%, rgba(255, 255, 255, 0) 100%);
    height: fit-content;
}

#introduction, #infomation, #discography, #group {
    height: 100vh;
}


.barba-container {
    width: 100%;
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.barba-container.fadein {
    animation: moveFromLeftFade .6s ease;
}

@keyframes moveFromLeftFade {
    from {
        transform: translateX(-100%);
    }
}

/*///////////////////////////////*/

/* 一般スタイル */
/* index.html */
.pop {
    opacity: 0;
}

.ad {
    position: absolute;
    bottom: 176px;
    left: 40px;
    z-index: 10;

}


.ad img {
    height: 200px;
}

.mainWrapper {
    width: 128vh;
    height: 118vh;
    left: 4vw;
    position: relative;
    overflow: hidden;
}

.diamondWrapper, .characterWrapper {
    width: 80vh;
    height: 80vh;
    transform: rotate(45deg);
    display: flex;
    flex-wrap: wrap;
    margin-top: 17vh;
    margin-left: 17vh;
    position: absolute;
}

.diamond {
    width: 38vh;
    height: 38vh;
    position: relative;
    padding: 1vh;
    display: none;
}

.diamond:nth-child(1) {
    background-color: #FFAE00;
}

.diamond:nth-child(2) {
    background-color: #F2A7B8;
}

.diamond:nth-child(3) {
    background-color: #A664A0;
}

.diamond:nth-child(4) {
    background-color: #49BBEE;
}

#1, #2, #3, #4 {
    top: 0;
}

.character img {
    transform: rotate(-45deg);
    height: 92vh;
    width: 92vh;
    filter: drop-shadow(7px 7px 4px rgb(66, 65, 49));
    position: relative;
    display: none;
}

.character:nth-child(1) img {
    top: -25vh;
    left: -30vh;
}

.character:nth-child(2) img {
    top: -37vh;
    left: -34vh;
    height: 120vh;
    width: 120vh;
}

.character:nth-child(3) img {
    top: -25vh;
    left: -40vh;
    height: 90vh;
    width: 90vh;
}

.character:nth-child(4) img {
    top: -34vh;
    left: -34vh;
}

.fix_contents {
    opacity: 0;
    z-index: -10;
    position: absolute;
}

.twitter {
    top: 20px;
    right: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 3px 1px #777777;
}

.videoWrapper {
    bottom: 210px;
    right: 20px;
    padding: 10px 10px 0 10px;
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0px 5px 3px 1px #777777;
    background-color: rgb(255 255 255 / 75%);
}

.videoWrapper h2 {
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 18px;
    color: #e4007f;
    margin: 0 0 10px 0;
}

/* infomation.html */
.contents {
    position: relative;
    height: fit-content;
    width: 75%;
    text-align: center;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
}

.visible {
    position: absolute;
    top: 250px;
    left: 50%;
    animation-name: displayAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    display: block;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.contents_title {
    position: relative;
}

.contents_title:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
    margin-bottom: 40px;
}

.contents_title img {
    height: 86px;
    margin-bottom: 40px;
}

.color01:before {
    background: #ffa04e;
}

.color02:before {
    background: #f757ad;
}

.color03:before {
    background: #49BBEE;
}

.color04:before {
    background: #FFAE00;
}

.color05:before {
    background: #a664a0;
}

.box {
    width: 80%;
    padding: 0.5em 1em;
    margin: 2em auto;
    border: double 5px #4ec4d3;
    border-radius: 20px;
}

.box table {
    text-align: left;
    margin: 0 auto;
    line-height: 28px;
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.linkButton {
    position: relative;
    height: fit-content;
    width: fit-content;
    margin: 0 auto;
}

.linkButton img {
    height: 78px;
}

.linkButton h3 {
    color: #fff;
    position: absolute;
    top: 4px;
}

.cnt4 {
    left: 62px;
}

.cnt5 {
    left: 57px;
}

.cnt6 {
    left: 48px;
}

.official {
    content: '';
    margin: 0 auto;
    width: 492px;
    height: 150px;
    position: relative;
}

.official a {
    width: 492px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.museOfficial {
    background-image: url(../images/banner/otonokizaka_off.png);
}

.museOfficial:hover {
    background-image: url(../images/banner/otonokizaka_on.png);
}

.aqoursOfficial {
    background-image: url(../images/banner/uranohoshi_off.png);
}

.aqoursOfficial:hover {
    background-image: url(../images/banner/uranohoshi_on.png);
}

.nijiOfficial {
    background-image: url(../images/banner/nijigasaki_off.png);
}

.nijiOfficial:hover {
    background-image: url(../images/banner/nijigasaki_on.png);
}

.liellaOfficial {
    background-image: url(../images/banner/yuigaoka_off.png);
}

.liellaOfficial:hover {
    background-image: url(../images/banner/yuigaoka_on.png);
}

/* character.html */
.nofade {
    position: static;
    top: unset;
    left: unset;
    transform: none;
    opacity: 1;
    display: block;
}

.characterList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin: 30px auto 60px auto;
    padding: 0;
}

.characterList li {
    width: fit-content;
    list-style: none;
    font-family: 'Mochiy Pop One', sans-serif;
    margin: 0 10px 30px 10px;
    margin-bottom: 30px;
}

.characterList a {
    text-decoration: none;
}

.character_image {
    height: 175px;
    width: 175px;
    box-shadow: 0px 0px 4px 2px rgb(68 59 63 / 20%);
    border-radius: 50%;
    background: #fff;
}

.image_inner {
    position: relative;
    height: 100%;
    width: 100%;
}

.image_inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 92%;
    height: 92%;
    content: "";
    /* background-color: #ffae00a1; */
}

.image_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 92%;
    height: 92%;
    overflow: hidden;
}

.image_icon figure {
    margin: 0;
    background-image: url(../images/icons/face_1.png);
    position: absolute;
    top: 0%;
    left: 0%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.image_icon::before {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translate(-50%, 0%);
    opacity: .4;
    background-image: url(../images/icons/pattern_dot_grad.png);
    background-size: auto 140px;
    width: 100%;
    height: 70%;
    content: "";
}

.character_textbox .name {
    font-size: 20px;
    margin: 10px 0 0 0;
}

#muse .name {
    color: #f757ad;
}

#aqours .name {
    color: #49BBEE;
}

#niji .name {
    color: #FFAE00;
}

#liella .name {
    color: #a664a0;
}

.character_textbox .name_en {
    font-size: 12px;
    margin: 2px 0 0 0;
    color: #ccccd4;
    letter-spacing: -0.05em;
}

/* modal */
#modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.modal_bg {
    background: rgba(0, 0, 0, 0.75);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 19;
}

.modal_content {
    padding: 20px;
    position: absolute;
    background: #fffaf4;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1050px;
    height: 700px;
    border-radius: 1em;
    overflow: hidden;
    z-index: 20;
    background-image: url(../images/icons/pattern_dot_grad.png);
    background-size: cover;
}


.closeButton {
    position: absolute;
    top: 2%;
    right: 2%;
}

#modal_mainImg {
    height: 120%;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: -13%;
}

#modal_mainImg img {
    height: 100%;
    align-items: baseline;
}

#modal_bottom {
    width: 75%;
    height: 50%;
    transform: rotate(18deg);
    position: absolute;
    bottom: -34%;
    left: -15%;
}

#modal_group {
    position: absolute;
    bottom: 1%;
    left: 3%;
}

#modal_name {
    position: absolute;
    font-size: 3em;
    top: 15%;
    right: 3%;
}

#modal_name_en {
    position: absolute;
    right: 3%;
    top: 28%;
}

#modal_name h2,
#modal_name_en h2,
#modal_cv h2,
#modal_grade h3,
#modal_birth h3,
#modal_blood h3,
#modal_height h3,
#modal_grade h2,
#modal_birth h2,
#modal_blood h2,
#modal_height h2 {
    margin: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    z-index: 15;
}

#modal_text h3 {
    font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
    z-index: 15;
}

#modal_name h2,
#modal_cv h2 {
    color: #424242;
}

#modal_cv {
    position: absolute;
    right: 3%;
    top: 34%;
}

#modal_grade,
#modal_birth,
#modal_blood,
#modal_height {
    display: flex;
    align-items: center;
    color: #424242;
    position: absolute;
    right: 3%;
}

#modal_grade h3,
#modal_birth h3,
#modal_blood h3,
#modal_height h3 {
    position: relative;
    text-shadow: 0 0 2px white;
}

#modal_grade {
    top: 44%;
}

#modal_birth {
    top: 49%;
}

#modal_blood {
    top: 54%;
}

#modal_height {
    top: 59%;
}

#modal_text {
    position: absolute;
    width: 48%;
    height: 8em;
    right: 3%;
    top: 68%;
    line-height: 32px;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0px 5px 3px 1px #777777;
}

#modal_text {
    display: flex;
    align-items: center;
    background-image: url(../images/bg.gif);
}

#modal_text img {
    position: absolute;
    height: 50px;
    left: -30px;
    top: -23px;
}

.modal_ctrl {
    display: flex;
    position: absolute;
    right: 3%;
    bottom: 3%;
}

.modal_ctrl img {
    height: 30px;
}

.modal_ctrl img:hover {
    cursor: pointer;
}

#modal_back img {
    transform: rotate(180deg);
    margin-right: 45px;
}

/* contest.php */
.No_1 {
    height: 225px;
    width: 225px;
}

.rank {
    font-size: 20px;
}

.crown {
    height: 72px;
    width: 80px;
    margin: 0 auto;
    background-image: url(../images/icons/crown.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
}

.crown p {
    margin-bottom: 7px;
    text-shadow: 0px 0px 4px white;
}

.tb_history {
    width: 800px;
    margin: 0 auto 60px auto;
    /* font-family: 'Mochiy Pop One', sans-serif; */
}

.tb_history tr:nth-child(even) td {
    padding-bottom: 1em;
}

.tb_rankerUnder {
    margin: 0 auto 60px auto;
    font-family: 'Mochiy Pop One', sans-serif;
    width: 700px;
    font-size: 20px;
}

.tb_rankerUnder .name_en {
    font-size: 16px;
    color: #ceced5;
}

.tb_rankerUnder td {
    height: 2em;
}

.vote {
    font-size: 20px;
}

/* result.php */
#voteWrapper {
    width: 100%;
    height: auto;
    background-image: url(../images/bg.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.resultWrapper {
    margin: 0 auto;
    display: flex;
    width: 40vw;
    height: 30vh;
    align-items: center;
    justify-content: space-around;
}

.resultWrapper h2 {
    color: #e5007f;
}

.resultInner {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
}

/* discography.html */
.discographyListWrapper {
    width: 1064px;
    margin: 0 auto;
}

.discographyList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
    padding: 0;
}

#all_units .discographyList {
    justify-content: center;
}

.discography_imgOuter {
    position: relative;
    height: 108px;
    width: 108px;
    margin: 5px;
    border-radius: 3px;
}

#all_units .discography_imgOuter {
    background-color: #ffa04eaa;
}

#muse .discography_imgOuter {
    background-color: #f757adaa;
}

#aqours .discography_imgOuter {
    background-color: #49BBEEaa;
}

#niji .discography_imgOuter {
    background-color: #FFAE00aa;
}

#liella .discography_imgOuter {
    background-color: #a664a0aa;
}

.discography_imgOuter img {
    position: absolute;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#discography article {
    height: fit-content;
    padding: 30px 0;
    width: 800px;
    margin: 0 auto;
}

.titleWrap {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 12px #ffa04e;
    border-bottom: solid 2px #d7d7d7;
    text-align: left;
    border-radius: 5px;
    width: 750px;
    margin: 0 auto;
}

#muse .titleWrap {
    border-left: solid 12px #f757ad;
}

#aqours .titleWrap {
    border-left: solid 12px #49BBEE;
}

#niji .titleWrap {
    border-left: solid 12px #FFAE00;
}

#liella .titleWrap {
    border-left: solid 12px #a664a0;
}

.titleWrap .sub_title {
    margin: 10px 0;
    font-size: 12px;
}

.titleWrap .title {
    margin: 10px 0;
    font-size: 20px;
}


.inner {
    margin: 36px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#muse_47 .inner {
    display: block;
}

#muse_47 .jaketWrapper img {
    width: fit-content;
}

#muse_47 .textWrapper {
    margin-left: auto;
}

.jaketWrapper {
    margin-top: 40px;
    width: 300px;
}

.jaketWrapper img {
    width: 300px;
}

.textWrapper {
    width: 400px;
    text-align: left;
    line-height: 25px;
}

.artistWrap h2 {
    border-bottom: solid 3px #ffdfcc;
    position: relative;
    font-size: 18px;
}

.artistWrap h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffa04e;
    bottom: -3px;
    width: 20%;
}

#muse .artistWrap h2 {
    border-bottom: solid 3px #ffccf7;
}

#muse .artistWrap h2::after {
    border-bottom: solid 3px #f757ad;
}

#aqours .artistWrap h2 {
    border-bottom: solid 3px #ccf1ff;
}

#aqours .artistWrap h2::after {
    border-bottom: solid 3px #49BBEE;
}

#niji .artistWrap h2 {
    border-bottom: solid 3px #fff6cc;
}

#niji .artistWrap h2::after {
    border-bottom: solid 3px #FFAE00;
}

#liella .artistWrap h2 {
    border-bottom: solid 3px #efccff;
}

#liella .artistWrap h2::after {
    border-bottom: solid 3px #a664a0;
}

/* group.html */
.kv {
    width: 1000px;
    margin: 0 auto;
}

.kv img {
    width: 90%;
}

.tag h2 {
    color: #de007c;
    position: relative;
    line-height: 1.4;
    padding: 0.25em 2em;
    display: inline-block;
}

.tag h2:before, .tag h2:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.tag h2:before {
    border-left: solid 1px #ff5722;
    border-top: solid 1px #ff5722;
    top: 0;
    left: 0;
}

.tag h2:after {
    border-right: solid 1px #ff5722;
    border-bottom: solid 1px #ff5722;
    bottom: 0;
    right: 0;
}

.article {
    font-family: Meiryo, "メイリオ", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, sans-serif;
    font-size: 14px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    padding: 30px;
    line-height: 2;
}

.article p {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 45%, white 55%, rgba(255, 255, 255, 0) 100%);
}

.story {
    color: #de007c;
    line-height: 3;
}

.spacer {
    line-height: 5;
    font-size: 1em;
}

.unitImgWrap {
    display: flex;
    justify-content: space-around;
}

.niji_unit {
    flex-wrap: wrap;
    align-items: center;
}

.niji_unit img {
    width: 350px;
    height: fit-content;
}

/* introduction.html */
.scroll-up {
    opacity: 0;
    transform: translateY(75px);
    transition: all .75s;
}

.scroll-up.done {
    opacity: 1;
    transform: translate(0, 0);
}

.load-up {
    opacity: 0;
    transform: translateY(75px);
    transition: all .75s;
}

.load-up.load-done {
    opacity: 1;
    transform: translate(0, 0);
}

#WhatIsLoveLive .article {
    width: 1000px;
}

.WILLtop {
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 72px;
}

.WILLtop span:nth-child(1) {
    color: #de007c;
    text-shadow: 5px 0px 8px #de007c88, 0px 5px 8px #de007c88;
}

.WILLtop span:nth-child(2) {
    color: #49BBEE;
    text-shadow: 5px 0px 8px #49BBEE88, 0px 5px 8px #49BBEE88;
}

.WILLtop span:nth-child(3) {
    color: #FFAE00;
    text-shadow: 5px 0px 8px #FFAE0088, 0px 5px 8px #FFAE0088;
}

.WILLtop span:nth-child(4) {
    color: #a664a0;
    text-shadow: 5px 0px 8px #a664a088, 0px 5px 8px #a664a088;
}

.WILLWrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1000px;
}

.WILLWrap .WILLimage,
.WILLWrap .WILLtext {
    width: 45%;
}

.wsi .modal_content {
    padding: 10px;
    position: absolute;
    width: fit-content;
    height: fit-content;
    border-radius: 1em;
    overflow: hidden;
    z-index: 20;
}

.WILLlogo {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.WILLlogo img {
    width: 200px;
}