body {
    font-family: "Avenir Next";
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 192, 244));
    background-size: cover;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none
}

* {
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}


/* 選択範囲の色 */

::selection {
    background: #ffb0ee;
    color: #ffffff;
}


/* for Firefox */

::-moz-selection {
    background: #ffb0ee;
    color: #ffffff;
}


/* 横線 */

.pageback {
    width: 100%;
    background: url(./Suzuyaillust/container.png) 50% 0 repeat-y;
    z-index: 5;
}

.No-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}


/* ヘッダー タイトルイラスト */

.header {
    width: 1048px;
    height: 532px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    pointer-events: none;
}

.contents {
    position: relative;
    margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgb(255, 255, 255, 0.5);
    width: 1008px;
    z-index: 1;
}


/*  横のやつ */

.information {
    position: relative;
    background-repeat: repeat;
    z-index: 1;
    float: right;
}

.information-bar {
    z-index: 1!important;
}

.information-text {
    width: 200px;
    left: 2px;
    text-align: center;
    z-index: 2;
    position: absolute;
    font-size: 10px;
}

figure img {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

figure:hover img {
    opacity: .5;
}

.bar {
    width: 846.5px;
    margin-left: -20px;
    pointer-events: none;
}

.bar-2 {
    width: 100px;
    pointer-events: none;
}

.bar-3 {
    width: 180px;
    pointer-events: none;
}


/* イラスト関連 */

.illust {
    width: 790px;
    height: 510px;
}


/*フッター*/

.footer {
    background-repeat: no-repeat;
    margin-left: -20px;
    z-index: 3!important;
    pointer-events: none;
}


/*Update*/

.Update {
    letter-spacing: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-left: 20px;
    border-radius: 5px 5px 5px 5px;
}

.Update:hover {
    background-color: #ffc9d7;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
}

a .Update-setting-hover {
    display: none;
}

a:hover .Update-setting-nomal {
    display: none;
}

a:hover .Update-setting-hover {
    display: inline;
    letter-spacing: 14px;
}


/*History*/

.History {
    letter-spacing: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin-left: 20px;
    border-radius: 5px 5px 5px 5px;
}

.History:hover {
    background-color: #ffc9d7;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    letter-spacing: 14px;
}

a .History-setting-hover {
    display: none;
}

a:hover .History-setting-nomal {
    display: none;
}

a:hover .History-setting-hover {
    display: inline;
}

.section-title {
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
}

.section-title:hover {
    background-color: #ffc9d7;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
}

figure.Movie-box {
    float: left;
    padding-right: 15px;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 120px;
    height: 120px;
}

.spinner span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.spinner.type1 {
    border-radius: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #88e5ff rgba(255, 255, 255, 0.12) rgba(255, 255, 255, 0.12);
    -webkit-animation: spinner1_1 1.5s infinite linear forwards;
    animation: spinner1_1 1.5s infinite linear forwards;
}

.spinner.type1 span {
    animation: spinner_loading_text 1.5s infinite linear forwards reverse;
}

@-webkit-keyframes spinner1_1 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spinner1_1 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes spinner_loading_text {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spinner_loading_text {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    color: rgb(0, 0, 0);
    background: -moz-linear-gradient(65deg, #ffc9d7, #ffffff);
    background: -webkit-linear-gradient(65deg, #ffc9d7, #ffffff);
    background: linear-gradient(25deg, #ffc9d7, #f3f3f3);
}

.box.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}