@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
    margin: 0;
    background: #fff;
}

/*PC--------------------------------------------------------------------------------------*/

article, aside, audio, body, canvas, caption, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, label, li, menu, nav, object, ol, p, section, span, strong, table, tbody, td, tfoot, th, thead, tr, ul, video {
    line-height: 1.8;
}

#content {
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    color: #333;
}

#content p{
    margin: 0 0 1.5em 0;
}

#content p:last-child {
    margin: 0;
}

#content img {
    vertical-align: bottom;
}

#content a {
    text-decoration: none;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    color: #f90;
}

#content a:hover {
    opacity: 0.7;
}

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background: rgba(255, 255, 255, 0.9);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 15px 15px 25px 15px;
}

nav .inner p{
	text-align: center;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
	margin-bottom: 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav .inner ul li {
    display: flex;
    position: relative;
    margin: 0;
    justify-content: center;
    align-items: center;
    width: 80%;
    border-top: 1px solid #ccc;
}

nav .inner ul li:last-child{
    border-bottom: 1px solid #ccc;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #333;
    text-align: center;
    padding: 0.5em 0;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
	font-size: 1.2em;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav .nav__logo {
    width: 300px;
    margin: 5vh auto;
}

.nav__logo a,
.nav__logo img{
    width: 100%;
    padding: 0;
}

nav .inner ul li a img {
    width: 100%;
    padding: 0;
    vertical-align:top;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background: #f90;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 20%;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #f90;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    z-index: 998;
    cursor: pointer;
}

.header-bg{
    background: url(../images/header/bg.jpg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
}

.header-wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

.header-wrap .sora-header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 69.1666%;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.header-wrap .sora-header .header-logo-pos {
    position: absolute;
    top: 5.783133%;
    left: 1.750000%;
    width: 59.500000%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-logoFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-logoFadeIn 2s ease 0s 1 normal;
}

@keyframes header-logoFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes header-logoFadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }
}

.header-wrap .sora-header .header-logo-pos .header-logo {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 35.01401%;
    position: relative;
    width: 100%;
    background: url("../images/header/logo.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .sora-header .header-ill-pos {
    position: absolute;
    top: 0.000000%;
    left: 41.666667%;
    width: 58.333333%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-illFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-illFadeIn 2s ease 0s 1 normal;
}

@keyframes header-illFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

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

@-webkit-keyframes header-illFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

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

.header-wrap .sora-header .header-ill-pos .header-ill {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 118.57143%;
    position: relative;
    width: 100%;
    background: url("../images/header/ill.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .sora-header .header-schedule-pos {
    position: absolute;
    top: 40.843373%;
    left: 5.666667%;
    width: 30.166667%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-scheduleFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-scheduleFadeIn 2s ease 0s 1 normal;
}

@keyframes header-scheduleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes header-scheduleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    50% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-wrap .sora-header .header-schedule-pos .header-schedule {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 27.90055%;
    position: relative;
    width: 100%;
    background: url("../images/header/schedule.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.header-wrap .sora-header .header-triangle-pos {
    position: absolute;
    top: 59.397590%;
    left: 0.000000%;
    width: 45.166667%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-triangleFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-triangleFadeIn 2s ease 0s 1 normal;
}

@keyframes header-triangleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    50% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes header-triangleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }

    50% {
        opacity: 0;
        transform: translateY(-10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header-wrap .sora-header .header-triangle-pos .header-triangle {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 62.54613%;
    position: relative;
    width: 100%;
    background: url("../images/header/triangle.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}


.header-wrap .sora-header .header-catch1-pos {
    position: absolute;
    top: 65.421687%;
    left: 1.750000%;
    width: 43.000000%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-catch1FadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-catch1FadeIn 2s ease 0s 1 normal;
}

@keyframes header-catch1FadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    50% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes header-catch1FadeIn {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    50% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.header-wrap .sora-header .header-catch1-pos .header-catch1 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 20.54264%;
    position: relative;
    width: 100%;
    background: url("../images/header/catch01.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}


.header-wrap .sora-header .header-catch2-pos {
    position: absolute;
    top: 81.204819%;
    left: 5.250000%;
    width: 42.833333%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-catch2FadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-catch2FadeIn 2s ease 0s 1 normal;
}

@keyframes header-catch2FadeIn {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    50% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes header-catch2FadeIn {
    0% {
        opacity: 0;
        transform: translateX(10%);
    }

    50% {
        opacity: 0;
        transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.header-wrap .sora-header .header-catch2-pos .header-catch2 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 20.62257%;
    position: relative;
    width: 100%;
    background: url("../images/header/catch02.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.loop {
    width: 100%;
    position: relative;
    z-index: 100;
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.loop__wrap {
    display: flex;
    overflow: hidden;
}

.loop__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.loop__list--left {
    animation: infinity-scroll-left 55s infinite linear 0.5s both;
}

.loop__item {
    width: calc(100vw / 5);
}

.loop__item>img {
    width: 100%;
}

span.mini{
    font-size: 0.8em;
    color: #e0888e;
}

p.mini{
    font-size: 0.9em;
    color: #e0888e;
}

.mt0{
    margin-top: 0!important;
}

.cc01{
    font-weight: bold;
}

.sora-wrap section{
    padding: 50px 0;
}

.sora-wrap section.bg00{
    background: url(../images/common/bg00.png) bottom 0 right 0 no-repeat;
}

.sora-wrap section.bg01{
    background: url(../images/common/bg01.png) bottom 0 left 0 no-repeat #079dd9;
}

.sora-wrap section.bg02{
    background: url(../images/common/bg02.png) bottom 0 right 0 no-repeat #0377be;
}

.sora-wrap section .content-wrap{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

.sora-wrap section .content-wrap .frame{
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 10px;
    padding: 1px 50px 50px 50px;
}

.sora-wrap dl.news-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.sora-wrap dl.news-wrap dt{
    width: 11%;
    font-family: 'Oswald', sans-serif;
    color: #179cff;
}

.sora-wrap dl.news-wrap dt::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: bold;
    color: #f90;
    font-size: 0.9em;
    vertical-align: text-top;
}

.sora-wrap dl.news-wrap dd{
    width: 89%;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.sora-wrap h2{
    max-width: 500px;
    margin: 15px auto;
}

.sora-wrap h2 img{
    width: 100%;
}

.sora-wrap h3{
    color: #18599e;
    font-size: 1.2em;
    font-weight: bold;
    border-left: 5px solid #e0888e;
    padding-left: 0.5em;
    margin: 1.5em 0;
    font-weight: bold;
}

.sora-wrap h4{
    color: #179cff;
    font-size: 1.1em;
}

.sora-wrap h4::before{
    content: "●";
    color: #e0888e;
    margin-right: 0.5em;
}

.sora-wrap .price,
.sora-wrap .date{
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    margin-right: 0.1em;
    vertical-align: baseline;
    font-weight: 700;
}

.sora-wrap dl.info{
    width: 100%;
    margin: 0;
}

.sora-wrap dl.info dt{
border: 1px solid #f90;
line-height: 1;
font-size: 0.9em;
display: inline-block;
margin: 0 0 0.5em 0;
padding: 0.3em;
color: #179cff;
background: #fff;
}

.sora-wrap dl.info dd{
margin: 0 0 1.5em 0;
}

.sora-wrap dl.info dd.title{
    font-size: 1.2em;
    color: #000;
}

.sora-wrap dl.info dd:last-child{
    margin-bottom: 0;
}

.sora-wrap ul.cast-wrap{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -50px -1.5%;
    padding: 0;
    justify-content: center;
}

.sora-wrap ul.cast-wrap li{
    width: calc(100% / 4);
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.sora-wrap ul.cast-wrap li h5{
    font-size: 1.1em;
    margin: 0.5em 0 0 0;
    line-height: 1.5;
    text-align: center;
}

.sora-wrap ul.cast-wrap li h5 span{
    font-size: 0.8em;
    color: #179cff;
}

.sora-wrap ul.cast-wrap li img{
    width: 100%;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.sora-wrap .game-wrap{
    display: flex;
    flex-wrap: wrap;
}

.sora-wrap .game-wrap .package{
    width: 23%;
}

.sora-wrap .game-wrap .package img{
    width: 100%;
}

.sora-wrap .game-wrap .spec{
    flex: 1;
    padding-left: 3em;
    box-sizing: border-box;
}

.sora-wrap .game-wrap .spec h4{
    color: #179cff;
    font-weight: bold;
    font-size: 1.4em;
    margin: 0;
    line-height: 1.3;
}

.sora-wrap .game-wrap .spec h4::before{
    display: none;
}

.sora-wrap dl.spec-list{
    width: 100%;
    font-size: 0.9em;
    display: flex;
    flex-wrap: wrap;
}

.sora-wrap dl.spec-list dt{
    width: 20%;
    color: #f60;
    font-weight: bold;
}

.sora-wrap dl.spec-list dd{
    width: 80%;
    margin: 0;
}


.sora-wrap .link-btn a{
    background: #f90;
    display: block;
    text-align: center;
    padding: 0.3em 0.5em;
    box-sizing: border-box;
    border-radius: 50px;
    color: #fff!important;
    margin-top: 1.5em;
    max-width: 400px;
    width: 100%;
    border: 2px solid #fff;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.sora-wrap .-buy a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.sora-wrap .-official a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.sora-wrap .-other a::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    margin-right: 0.5em;
    font-weight: bold;
    color: #fc0;
}

.over{
    opacity: 0.3;
}

.sora-wrap hr{
    border: none;
    border-top: 1px solid #ccc;
    margin: 50px 0;
}

.sora-wrap .cs{
    font-family: 'Oswald', sans-serif;
    text-align: center;
    color: #ccc;
    font-size: 2em;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    z-index: 200;
}

#page-top img {
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.sora-footer{
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    font-size: 0.9em;
    z-index: 10;
    position: relative;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/


@media only screen and (max-width: 1000px) {


}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    span.br::before {
		content: "\A";
		white-space: pre;
	}

    #content {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.8;
    }

    nav {
        width: 100%;
    }

    .toggle_btn {
        top: 0;
        right: 0;
    }

    .header-wrap{
        padding: 0;
    }

    .header-wrap .sora-header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 180%;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

    .header-wrap .sora-header .header-ill-pos {
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-illFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-illFadeIn 2s ease 0s 1 normal;
}

.header-wrap .sora-header .header-logo-pos {
    position: absolute;
    top: 47%;
    left: 5%;
    width: 90%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-logoFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-logoFadeIn 2s ease 0s 1 normal;
}

.header-wrap .sora-header .header-schedule-pos {
    position: absolute;
    top: 68%;
    left: 25%;
    width: 50%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-scheduleFadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-scheduleFadeIn 2s ease 0s 1 normal;
}

.header-wrap .sora-header .header-triangle-pos {
    display: none;
}

.header-wrap .sora-header .header-catch1-pos {
    position: absolute;
    top: 79%;
    left: 15%;
    width: 70%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-catch1FadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-catch1FadeIn 2s ease 0s 1 normal;
}

.header-wrap .sora-header .header-catch2-pos {
    position: absolute;
    top: 88%;
    left: 15%;
    width: 70%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: header-catch2FadeIn 2s ease 0s 1 normal;
    -webkit-animation: header-catch2FadeIn 2s ease 0s 1 normal;
}

.loop__item {
    width: calc(100vw / 3);
}

    .sora-wrap h3{
        margin: 3vh 0;
    }

.sora-wrap section{
    padding: 7vh 0;
}

.sora-wrap section.bg00{
    background: url(../images/common/bg00.png) bottom 0 right 0 no-repeat;
    background-size: 40%;
}

.sora-wrap section.bg01{
    background: url(../images/common/bg01.png) bottom 0 left 0 no-repeat #079dd9;
    background-size: 30%;
}

.sora-wrap section.bg02{
    background: url(../images/common/bg02.png) bottom 0 right 0 no-repeat #0377be;
    background-size: 30%;
}

.sora-wrap section .content-wrap .frame{
    background: #fff;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    border-radius: 10px;
    padding: 1px 5vw 5vh 5vw;
}


.sora-wrap dl.news-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.sora-wrap dl.news-wrap dt{
    width: 30%;
    font-family: 'Oswald', sans-serif;
    color: #179cff;
}

.sora-wrap dl.news-wrap dt::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f15c";
    margin-right: 0.5em;
    font-weight: bold;
    color: #18599e;
    font-size: 0.9em;
    vertical-align: text-top;
}

.sora-wrap dl.news-wrap dd{
    width: 70%;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.sora-wrap ul.cast-wrap{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2% -3vh -2%;
        padding: 0;
    }

    .sora-wrap ul.cast-wrap li{
        width: calc(100% / 2);
        padding: 0 2%;
        box-sizing: border-box;
        margin-bottom: 3vh;
    }
    
    .sora-wrap ul.cast-wrap li h5{
        font-size: 1em;
    }
    
    .sora-wrap .game-wrap .package{
        width: 60%;
        margin: 0 auto;
        display: block;
    }
    
    .sora-wrap .game-wrap .spec{
        flex: auto;
        padding-left: 0;
        width: 100%;
        box-sizing: border-box;
        margin-top: 4vh;
    }

    .sora-wrap .game-wrap .spec h4{
        text-align: center;
        margin-bottom: 4vh;
    }

    .sora-wrap dl.spec-list{
        margin-bottom: 5vh;
    }

    .sora-wrap dl.spec-list dt{
    width: 100%;
    color: #f60;
    font-weight: bold;
}

.sora-wrap dl.spec-list dd{
    width: 100%;
    margin: 0;
}


    .sora-wrap hr{
        border: none;
        border-top: 1px solid #666;
        margin: 5vh 0;
    }

    #page-top {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50px;
        margin-bottom: 0;
        z-index: 200;
    }

    .sora-footer{
        width: 100%;
        padding: 7vh 5vw;
        box-sizing: border-box;
        text-align: center;
        font-size: 0.9em;
    }

}