@font-face {
    font-family: 'latin';
    src: url('fonts/GenEiLatin/GenEiLateMinN_v2.ttf') format('truetype');
}

/* reset */

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    border: 0;
    box-sizing: border-box;
    vertical-align: baseline;
    list-style-type: none;
}

/* reset end */

/* loader */

#loader {
    background: #fdf3dd;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/*背景*/
.loader,
.loader:before,
.loader:after {
    background: #aaa;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    height: 4em;
    width: 1em;
    top: 50%;
}

.loader {
    color: #ccc;
    text-indent: -9999em;
    margin: auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* End loader */

/* Common */

body {
    font-size: min(3.5vw, 16px);
    font-family: "LINE Seed JP", sans-serif;
    color: #333;
    background: #4fd0fa;
    line-height: 1.5;
}

img {
    vertical-align: bottom;
}

.panlist {
    text-align: left;
    font-size: 12px;
    padding: 0.2em 0 0.2em 1em;
    color: #fff;
    background: #000;
}

.panlist a {
    display: inline-block;
    color: #fff;
}

#footer #f_PC,
footer #f_SP {
    margin: 0 auto !important;
}

#sns_button {
    padding: 60px 0 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#sns_button a {
    display: block;
    width: 40px;
    height: 40px;
}

#sns_button img {
    width: 40px;
    height: 40px;
}

.bold {
    font-weight: bold;
}

.border {
    box-sizing: border-box;
    border: 1px solid #bfe0ff;
}


/* PC */

.onlySp {
    display: none;
}

.onlyPc {
    display: block;
}

.top_area {
    background-image: url(../img/bg_main_pc.webp), linear-gradient(to bottom, #e5fff9, #4fd0fa);
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: left top;
    width: min(100%, 1920px);
    margin: 0 auto;
    position: relative;
}

.wave1 {
    width: 100%;
    background: url(../img/wave1.webp);
    background-size: cover;
    aspect-ratio: 1920/173;
    margin-top: -4px;
}

.top_main {
    position: relative;
    padding-top: 10vh;
    width: min(90%, 1280px);
    margin: 0 auto;
}

.top_main .leftside {
    position: relative;
    width: 50%;
    text-align: center;
}

.top_main .leftside strong {
    font-family: 'latin';
    font-weight: bold;
    font-size: min(2.5vw, 40px);
    color: #fd2295;
    -webkit-text-stroke: 0.2em #fff;
    paint-order: stroke;
    filter: drop-shadow(0px 0px 2px #fd2295);
}



.top_main .leftside a {
    display: block;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    border-radius: 0.5em;
    transition: 0.25s;
    margin-bottom: 8em;
}

.top_main .leftside a:hover {
    opacity: 0.75;
}

.top_main p.ribbon {
    background: url(../img/ribbon.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 600;
    color: #fff;
    font-size: min(2.5vw, 40px);
    /*    -webkit-text-stroke: 0.2em rgba(0, 0, 0, 0.2);*/
    -webkit-text-stroke: 0.2em #c94087;
    paint-order: stroke;
    padding: 0.15em;
    margin: 0.25em 0 1em;
    line-height: 1.25;
}

#en .top_main .leftside strong,
#en .top_main p.ribbon {
    font-size: min(2.25vw, 36px);
}

#en .top_main p.ribbon {
    margin-bottom: 6em;
}

.top_main h1 img {
    width: 100%;
    margin-bottom: 0.5em;
}

.top_area img.hatsune {
    width: min(20vw, 120px);
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

strong.ttl_bonus {
    display: block;
    font-weight: bold;
    font-size: min(4.5vw, 36px);
    color: rgb(255, 255, 255);
    text-align: center;
    paint-order: stroke;
    line-height: 1.25;
    background: url(../img/bg_ttl.webp) center center / cover;
    background-position: center center;
    -webkit-text-stroke: 0.2em rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0px 0px;
    padding: 0.35em 0px 0.25em;
    width: min(90%, 1280px);
    position: relative;
    margin: 0 auto;
}

strong.ttl_bonus::before {
    content: "Art by 緜 ⒸCFM";
    display: block;
    color: #fff;
    font-weight: bold;
    -webkit-text-stroke: 0.25em #247bcb;
    paint-order: stroke;
    position: absolute;
    top: -2em;
    right: 0;
    font-size: 16px;
}

#en strong.ttl_bonus::before {
    content: "Art by wata ⒸCFM";
}

.bonus_wrap {
    width: min(90%, 1280px);
    margin: 0 auto;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border: 4px solid #2d9bfe;
    border-radius: 0 0 12px 12px;
    margin-bottom: 4em;
}

ul.bonus {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding: 1em;
}

ul.bonus li {
    width: 49%;
    margin-bottom: 2em;
    background: rgba(255, 255, 255, 0.65);
    padding: 1em;
    border-radius: 0.5em;
    border: 1px solid #bfe0ff;
}

ul.bonus li:first-of-type {
    width: 100%;
}

.bonus_wrap p {
    font-size: 1.25em;
}

.bonus_wrap p.anno {
    padding: 1em;
}

ul.bonus .itembox {
    display: flex;
    justify-content: space-between;
}

ul.bonus li:first-of-type .leftside {
    width: 100%;
}

ul.bonus .leftside {
    width: 60%;
}

ul.bonus .rightside {
    width: 38%;
}

ul.bonus .item_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px dashed rgb(204, 204, 204);
}

ul.bonus .item_inner .textbox {
    width: 60%;
}

ul.bonus .item_inner ul {
    width: 38%;
    display: flex;
    justify-content: center;

}

ul.bonus .item_inner li {
    width: 100%;
    padding: 0;
    border: 0;
}

ul.bonus .item_inner li img {
    width: 100%;
}

ul.bonus .item_inner li:nth-of-type(2) img {
    box-sizing: border-box;
    border: 1px solid #bfe0ff;
}

ul.bonus .leftside p {
    margin-bottom: 0.5em;
    color: #004c92;
    font-size: min(4.25vw, 24px);
    font-weight: 900;
}

ul.bonus .leftside p .big {
    font-size: 1.15em;
}

ul.bonus .leftside p .small {
    font-size: 0.7em;
    display: inline-block;
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

ul.bonus .leftside span {
    display: block;
}

/*
ul.bonus li:first-of-type span {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px dashed rgb(204, 204, 204);
}
*/

ul.bonus .rightside .imgbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.bonus .rightside img {
    display: block;
    width: 49%;
}

ul.bonus .rightside img:first-of-type {
    width: 100%;
    margin-bottom: 2%;
}

ul.bonus small {
    display: block;
    font-size: 0.8em;
    background: #eff7ff;
    padding: 1em;
    border-radius: 0.5em;
    margin: 1em 0px;
}

ul.bonus small a {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

main {
    text-align: left;
}

article section:nth-of-type(1) {
    background: url(../img/bg_sec1.webp);
    background-size: cover;
    padding-bottom: 4em;
}

article section:nth-of-type(2) {
    background: url(../img/bg_sec2.webp);
    background-size: cover;
}

article section h2 {
    font-weight: bold;
    color: #2178cb;
    -webkit-text-stroke: 0.2em #fff;
    paint-order: stroke;
    font-size: 3em;
    text-align: center;
    filter: drop-shadow(0 0 2px #2178cb);
    letter-spacing: 0.1em;
    padding: 1em 0;
}

#en article section h2 {
    letter-spacing: 0;
}

section.campaign dl {
    width: min(90%, 1280px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 1.25em;
    margin-bottom: 2em;
}

section.campaign dt {
    width: 10em;
    /*    text-align: center;*/
    padding: 1em;
    background: #2178cb;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.5em;
}

section.campaign dd {
    width: calc(100% - 11em);
    padding: 1em;
    background: #fff;
    margin-bottom: 0.5em;
}

section.campaign dd img {
    display: block;
    width: 50%;
    margin-bottom: 1em;
}

section.campaign ul {
    display: flex;
    justify-content: center;
    gap: 1em;
}

section.campaign li a {
    display: block;
    background: linear-gradient(45deg, #fd2295, #ff61b4);
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 12em;
    font-size: 1.5em;
    text-decoration: none;
    line-height: 3;
    -webkit-text-stroke: 0.25em #c94087;
    paint-order: stroke;
    border-radius: 0.5em;
    border: 2px solid #c94087;
    filter: drop-shadow(0px 6px 0px #c94087);
    transition: 0.25s;
}

section.campaign li a:hover {
    opacity: 0.75;
}

section.only .content {
    width: min(90%, 1280px);
    background: rgba(255, 255, 255, 0.75);
    margin: 0 auto 2em;
    font-size: 1.25em;
    padding: 2em;
    display: flex;
    justify-content: space-between;
}

section.only .rightside {
    width: 30%;
}

section.only .leftside {
    width: calc(70% - 1em);
}

section.only .rightside img {
    width: 100%;
    margin-bottom: 1em;
}

section.only ul {
    margin-bottom: 1em;
}

section.only ol {
    margin-bottom: 1em;
    background: #efefef;
    font-size: 0.9em;
    padding: 1em;
}

section.only ol li {
    list-style-type: decimal;
    margin-left: 1.5em;
}

section.only ol::before {
    content: "【収録楽曲】";
    display: block;
}

#en section.only ol::before {
    content: "[Track list]";
    display: block;
}

section.only ul li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 0.25em;
}

#en section.only ul li {
    list-style-type: none;
    margin-left: 0;
}

section.only strong {
    display: block;
    font-weight: bold;
}

section.only small {
    display: block;
    font-size: 14px;
}

section.only ul.link {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin-bottom: 4em;
}

section.only ul.link li {
    list-style-type: none;
    margin: 0;
}

section.only ul.link a {
    display: block;
    width: 18em;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    color: #004c92;
    transition: 0.25s;
}

section.only ul.link a:hover {
    opacity: 0.75;
}

section.only ul.link img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: 1px solid #bfe0ff;
    border-radius: 4px;
}

section.only .contact {
    width: min(90%, 1280px);
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin: 0 auto;
    padding: 1.5em;
}

section.only .contact a {
    display: inline-block;
    color: #2178cb;
    font-weight: bold;
}

.fixed_buy {
    position: fixed;
    z-index: 99999;
    bottom: -200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    padding: 0.5em 1em;
    border-radius: 12px 12px 0 0;
    width: min(95%, 600px);
    display: flex;
    justify-content: space-between;
}

#en .fixed_buy{
    justify-content: center;
}

.fixed_buy.fixed {
    animation: fix 2s forwards;
}

@keyframes fix {
    0% {
        bottom: -80px;
    }

    75% {
        bottom: -80px;
    }

    100% {
        bottom: 0;
    }
}

.fixed_buy li{
    width:calc(49.5% - 5px);
}

#en .fixed_buy li {
    width: calc(100% - 5px);
}

.fixed_buy a {
    display: block;
    background: linear-gradient(45deg, #fd2295, #ff61b4);
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1.25em;
    text-decoration: none;
    line-height: 2;
    border-radius: 0.5em;
    -webkit-text-stroke: 0.25em #c94087;
    paint-order: stroke;
    border-radius: 0.5em;
    border: 2px solid #c94087;
    filter: drop-shadow(0px 6px 0px #c94087);
    transition: 0.25s;
}

.fixed_buy a:hover {
    opacity: 0.75;
}

/* SP */

@media screen and (max-width:800px) {
    .onlySp {
        display: block;
    }

    .onlyPc {
        display: none;
    }

    #header {
        min-height: auto;
    }

    #page_all {
        overflow-x: hidden;
    }

    .top_area img.hatsune {
        top: 10px;
        right: 10px;
    }

    strong.ttl_bonus::before {
        display: none;
    }

    .top_main {
        position: relative;
    }

    .top_area::before {
        content: "Art by 緜 ⒸCFM";
        display: block;
        color: #fff;
        font-weight: bold;
        -webkit-text-stroke: 0.25em #247bcb;
        paint-order: stroke;
        position: absolute;
        top: 1em;
        left: 1em;
        font-size: 12px;
    }

    #en .top_area::before {
        content: "Art by wata ⒸCFM";
    }

    .top_main img.hatsune {
        width: 6em;
        top: 10px;
        right: 10px;
    }

    .top_area {
        background-image: url(../img/bg_main_pc.webp), linear-gradient(to bottom, #e5fff9, #4fd0fa);
        background-position: center top;
        background-size: 250%;
    }

    .top_main {
        padding-top: 70%;
    }

    .top_main .leftside {
        width: 100%;
        margin: 0 auto -2em;
    }

    .top_main .leftside strong,
    .top_main p.ribbon {
        font-size: min(4.5vw, 40px);
    }

    .top_main .leftside a {
        text-align: left;
        margin-bottom: 4em;
    }

    #en .top_main .leftside strong,
    #en .top_main p.ribbon {
        font-size: min(4.0vw, 36px);
    }

    .bonus_wrap,
    strong.ttl_bonus {
        width: 90%;
    }

    .bonus_wrap p {
        font-size: 1.1em;
    }

    .bonus_wrap p.anno {
        font-size: 1em;
    }

    ul.bonus li {
        width: 100%;
    }

    ul.bonus .itembox {
        flex-wrap: wrap;
    }

    ul.bonus .item_inner {
        flex-direction: column;
    }

    ul.bonus .item_inner .textbox,
    ul.bonus .item_inner ul {
        width: 100%;
    }

    ul.bonus .leftside,
    ul.bonus .rightside {
        width: 100%;
    }

    article section h2 {
        font-size: min(5.5vw, 40px);
    }

    section.campaign dl {
        width: 90%;
        font-size: 1em;
    }

    section.campaign dt,
    section.campaign dd {
        width: 100%;
    }

    section.campaign dt::before {
        content: "▼";
        display: inline-block;
    }

    section.campaign dd img {
        width: 100%;
        margin-bottom: 0.5em;
    }

    section.campaign ul {
        flex-direction: column;
    }

    section.campaign ul a {
        margin: 0 auto;
    }

    section.only .content {
        width: 90%;
        flex-direction: column-reverse;
        box-shadow: 0 0 4px #efefef;
        font-size: 1em;
        padding: 1em;
    }

    section.only .content .leftside,
    section.only .content .rightside {
        width: 100%;
    }

    section.only ul.link {
        flex-direction: column;
    }

    section.only ul.link a {
        margin: 0 auto;
    }

    section.only .contact {
        width: 100%;
        background: #fff;
        text-align: center;
        margin: 0 auto;
        padding: 1em;
    }

    .fixed_buy {
        padding: 0.5em;
    }

    .fixed_buy a {
        font-size: min(3.5vw, 20px);
        filter: drop-shadow(0px 3px 0px #c94087);
    }
}
