h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2.2em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

p {
    font-size: 0.8em;
}

input[type="text"]:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

a.hovertxt2 {
    padding: 0 .3em;
    background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(255, 0, 0, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
    color: #FFF;
    text-decoration: none;
}

a.hovertxt2:hover {
    background-image: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(255, 0, 0, 1) 0%);
    color: #000;
}

a.hovertxt {
    padding: 0 .3em;
    background-image: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(169, 0, 0, 1) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
    color: #000;
    text-decoration: none;
}

a.hovertxt:hover {
    background-image: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(169, 0, 0, 1) 0%);
    color: #fff;
}

dl {
    width: 350px;
    margin: 0 auto;
    position: relative;
    float: left;
}

dt {
    float: left;
    clear: left;
    width: 90px;
    margin: 30px 0;
    line-height: 26px;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

dl:after {
    position: absolute;
    width: 1px;
    height: 42px;
    content: "";
    bottom: -20px;
    left: 20px;
    background: white;
}

dl:last-child:after {
    display: none;
}

dd {
    width: 250px;
    float: left;
    margin: 30px 0;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.time_line {
    position: absolute;
}

.copy {
    clear: both;
    text-align: center;
    margin: 1.5em;
}

.font-opensans {
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

html,
body {
    margin: 0;
    padding: 0;
    background: #000;
}

body {
    min-height: 100%;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue","游ゴシック",  "Segoe UI","ヒラギノ角ゴ ProN W6","ヒラギノ角ゴ ProN W8", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    color: white;
    font-weight: 300;
}

.wapper {
    width: 100vw;
    height: 880px;
    background-image: url("../../images/hero-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    background-color: #180808;
}

@keyframes bg_anime {
    0% {
        background-image: url("../images/load-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    3% {
        background-image: url("../images/hero-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    5% {
        background-image: url("../images/hero-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    6% {
        background-image: url("../images/load-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    7% {
        background-image: url("../images/load-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    8% {
        background-image: url("../images/hero-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    10% {
        background-image: url("../images/hero-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    11% {
        background-image: url("../images/load-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    12% {
        background-image: url("../images/load-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    14% {
        background-image: url("../images/hero-bg.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
}


@media screen and (min-width:1260px) {
    .wapper {
        height: 100vh;
        background-position: bottom;
        background-size: 100%;
    }
}

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

    .wapper {
        height: 100vh;
        background-position: bottom;
        background-size: 100%;
    }
}

img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.loading .loadingAnim_bg {
    display: block;
    width: 100%;
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.loading_none {
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.loadAnimStart .loadingAnim_ss {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation: a 1s linear 2s 1 normal both;
    animation: a 1s linear 2s 1 normal both;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    will-change: transform
}

.loadingDone .loadingAnim {
    width: 100%;
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.loadingAnim {
    z-index: 1100;
    width: 100%;
    height: 100%;
    transition: all 1s cubic-bezier(.785, .135, .15, .86) 0s;
    background: #a90000;
    background-size: cover
}

.loadingAnim,
.loadingAnim_animation,
.loadingAnim_bg,
.loadingAnim_logo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    margin: auto
}

.loadingAnim_animation {
    position: absolute;
    max-width: 20%;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    animation: loading_logo 3.5s ease-in-out;
}

@keyframes loading_logo {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@media screen and (max-width:768px) {
    .loadingAnim_animation {
        max-width: 55%
    }
    dl {
        width: 90%;
        margin: 0 5%;
        position: relative;
        float: left;
    }

    dt {
        float: left;
        clear: left;
        width: 25%;
        line-height: 26px;
        font-size: 20px;

    }
    dl:after {
        position: absolute;
        width: 1px;
        height: 42px;
        content: "";
        bottom: -20px;
        left: 20px;
        background: white;
    }
    dl:last-child:after {
        display: none;
    }
    dd {
        width: 75%;
        float: left;
        margin: 30px 0;
    }
}

.loadingAnim_logo {
    position: absolute;
    z-index: 100000;
    width: 400px;
    height: auto;
    -webkit-transform: scale(100);
    transform: scale(100)
}

.note_box {
    clear: both;
    padding: 1em;
    background: #c20232;
    letter-spacing: 2px;
}

@media screen and (max-width:768px) {
    .loadingAnim_logo {
        width: 80%
    }
}

.loadingAnim_cw,
.loadingAnim_ss {
    -webkit-transform: scale(100);
    transform: scale(100)
}

.loadingAnim_bg {
    position: absolute;
    width: 100%;
    height: 0;
    transition: all 1.5s cubic-bezier(.785, .135, .15, .86) 0s;
    background-size: cover
}

.siteHeader .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.siteHeader_nav {
    position: relative;
    margin-top: 40px;
    padding-right: 50px
}

.siteHeader_nav li {
    font-weight: 700;
    display: inline-block;
    margin-right: 60px
}

.siteHeader_nav a {
    display: block;
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    color: #e64f58
}

.siteHeader_nav a:active,
.siteHeader_nav a:focus,
.siteHeader_nav a:hover {
    color: #e0222e
}

@media screen and (max-width:768px) {
    .siteHeader_nav {
        display: none
    }
}

.siteHeader_logo {
    position: relative;
    z-index: 1;
    top: -20px;
    width: 14.40678%;
    max-width: 170px
}

@media screen and (max-width:768px) {
    .siteHeader_logo {
        top: -10px;
        width: 120px
    }
}

.navArea {
    width: 60px;
    height: auto;
    position: absolute;
    right: 0;
}

@media screen and (min-width:1260px) {
    .navArea {
        height: 100vh;
    }
}

@media screen and (max-width:800px) {
    .navArea {
        width: 40px;
        height: 100vh;
        background: none;
    }
}

.toggleArea {
    position: fixed;
    z-index: 105;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #4b0000;
    cursor: pointer;
    text-align: center;
}

.toggleArea:active,
.toggleArea:focus,
.toggleArea:hover {
    opacity: .9
}

@media screen and (max-width:768px) {
    .toggleArea {
        top: 0px;
        width: 34px;
        height: 34px
    }
}

.toggleArea,
.toggleArea .mf_nav_toggle {
    line-height: 1
}

.mf_nav_toggle,
.mf_nav_toggle_icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto
}

.mf_nav_toggle_icon:after,
.mf_nav_toggle_icon:before,
.mf_nav_toggle_icon_lineCenter {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
    background-color: #fff
}

.mf_nav_toggle_icon:after,
.mf_nav_toggle_icon:before {
    content: " "
}

.mf_nav_toggle_icon:before {
    top: 0
}

.mf_nav_toggle_icon_lineCenter {
    top: 0;
    bottom: 0
}

.mf_nav_toggle_icon:after {
    bottom: 0
}

.menuOpen .mf_nav_toggle_icon i {
    width: 200%;
    opacity: 0
}

.menuOpen,
.menuOpen .mf_nav_toggle_icon {
    overflow: hidden
}

.menuOpen .mf_nav_toggle_icon_lineCenter {
    width: 0;
    opacity: 0
}

.menuOpen .mf_nav_toggle_icon:after,
.menuOpen .mf_nav_toggle_icon:before {
    top: 0;
    bottom: 0;
    height: 1px
}

.snsShare {
    position: absolute;
    top: -150px;
    right: 0px;
    width: 48px;
    text-align: center;
    letter-spacing: 8px;
    bottom: 0;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.snsShare p {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
}

.snsShare a {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
}

.snsShare a.twitter {
    background: #55acee;
    bottom: 100px;
    bottom: 0;
    top: 150px;
    left: -1px;
    margin: auto;
}

.snsShare a.twitter img {
    width: 70%;
    margin: auto 15%;
}

.snsShare a.facebook {
    background: #3b5998;
    bottom: 100px;
    bottom: 0;
    top: 250px;
    left: -1px;
    margin: auto;
}

.snsShare a.facebook img {
    width: 70%;
    margin: auto 15%;
}

@media screen and (max-width:768px) {
    .snsShare {
        top: -100px;
        width: 35px;
        letter-spacing: 4px;

    }
    .snsShare p {
        right: 4px;
        top: -60px;
    }
    .snsShare a {
        width: 25px;
        height: 25px;
    }
    .snsShare a.twitter {
        top: 20px;
        z-index: 100;
    }
    .snsShare a.facebook {
        top: 90px;
        z-index: 100;

    }
    .snsShare a.facebook,
    .snsShare a.twitter {
        left: 5px;
    }
}

.fot_snsShare {
    width: 100px;
    overflow: hidden;
    margin-bottom: 1em;
}

.fot_snsShare a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
}

.fot_snsShare a.twitter {
    background: #55acee;
    margin: auto;
}

.fot_snsShare a.twitter img {
    width: 70%;
    margin: 15%;
}

.fot_snsShare a.facebook {
    background: #3b5998;
    margin: 0 10px 0 0px;
}

.fot_snsShare a.facebook img {
    width: 70%;
    margin: 15%;
}

.topScroll {
    position: absolute;
    right: 0px;
    width: 48px;
    text-align: center;
    letter-spacing: 8px;
    bottom: 120px;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.topScroll > p > a {
    color: #FFF;
    text-decoration: none;
}

.topScroll > a {
    display: block;
    width: 7px;
    position: absolute;
    border-radius: 50%;
    bottom: -100px;
    left: 10px;
}

.topScroll p {
    position: absolute;
    z-index: 100;
    bottom: 0px;
}

@media screen and (max-width:768px) {
    .topScroll {
        width: 35px;
        bottom: 20px;
        letter-spacing: 4px;
    }
    .topScroll p {
        position: absolute;
        right: 4px;
        bottom: 19vh;
    }
    .topScroll > a {
        width: 4px;
        bottom: 10vh;
        left: 15px;
    }
}

.fotScroll {
    position: absolute;
    right: 0px;
    width: 48px;
    text-align: center;
    letter-spacing: 8px;
    top: -20px;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.fotScroll > p > a {
    color: #FFF;
    text-decoration: none;
}

.fotScroll > a {
    display: block;
    width: 7px;
    position: absolute;
    top: -10px;
    left: 10px;
}

.fotScroll p {
    position: absolute;
    z-index: 100;
    top: 52px;
}

@media screen and (max-width:768px) {
    .fotScroll {
        width: 35px;
        letter-spacing: 4px;
    }
    .fotScroll p {
        position: absolute;
        right: 4px;
        top: 32px;
    }
    .fotScroll > a {
        width: 4px;
        top: 1px;
        left: 15px;
    }
}

.mf_nav {
    line-height: 1;
    position: fixed;
    z-index: -1;
    top: -100%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    background: #4b0000;
    background-size: 100% auto;
}

.navOpen {
    opacity: 1;
    z-index: 100;
    top: 0;
}

.mf_nav_inner {
    overflow: auto;
    width: 100%;
    height: 100%
}

@media screen and (min-width:1024px) {
    .mf_nav .wrap {
        width: 83.16667%
    }
}

.mf_nav_logo a {
    display: inline-block;
    transition: all .4s cubic-bezier(.175, .885, .32, 1.275) 0s
}

.mf_nav_logo a:active,
.mf_nav_logo a:focus,
.mf_nav_logo a:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@media screen and (max-width:768px) {
    .mf_nav_logo img {
        width: 120px
    }
}

.mf_nav_content {
    display: block;
    width: 100vw;
}

.mf_nav_section {
    width: 27%;
    float: left;
    padding: 3%;
}

@media screen and (max-width:768px) {
    .mf_nav_section {
        width: 100%;
        padding: 0%;
    }
}

.mf_nav_section-last {
    max-width: 300px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    padding: 3% 6% 3% 0%;
}


.mf_nav_section-two {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0
}

@media screen and (max-width:768px) {
    .mf_nav_section-two {
        max-width: 100%;
        padding: 0;
    }
}

.mf_nav_section-first {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    padding: 3% 0% 3% 6%;
}

@media screen and (max-width:768px) {
    .mf_nav_section-first {
        max-width: 100%;
        padding: 10% 0% 0;
    }
}

.mf_nav_list a {
    color: inherit
}

.mf_nav_list li a {
    font-weight: 700;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    letter-spacing: 4px;
    text-decoration: none;
}

.mf_nav_list li {
    font-size: 1.5em;
    display: block;
    margin-bottom: 20px;
}

@media screen and (max-width:768px) {
    .mf_nav_list li {
        margin-bottom: 0px;
        font-size: 1em;
    }
    .mf_nav_list li a {
        padding: 5px 20px;
    }
}

.mf_nav_list li.home {
    font-size: 1.25em
}

@media screen and (max-width:768px) {
    .mf_nav_list li.home {
        font-size: 1.25em
    }
}

.mf_nav_list li > a {
    transition-duration: .2s
}

.mf_nav_list li ul > li {
    font-size: .75em
}

.mf_nav_list_childList {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.mf_nav_list_childList li {
    margin-right: 5px;
    margin-bottom: 5px;
    float: none;
}

.mf_nav_list_childList:after {
    position: absolute;
    width: 1px;
    height: 100%;
    content: "";
    top: 0;
    left: 36px;
    background: white;
}

@media screen and (max-width:768px) {
    .mf_nav_list li ul > li {
        font-size: .55em
    }
    .mf_nav_list_childList li {
        margin-right: 0;
        margin-bottom: 0px;
        float: none;
    }
}

.mf_nav_list_menuOpener {
    display: none
}

@media screen and (max-width:768px) {
    .mf_nav_list_menuOpener {
        font-family: Roboto Condensed, 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
        font-weight: 700;
        line-height: 1;
        position: relative;
        display: block;
        box-sizing: border-box;
        margin: 15px 0;
        padding: 10px 20px;
        transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
        text-align: center;
        color: #fff;
        background-color: #e64f58
    }
    .mf_nav_list_menuOpener.active {
        color: #e64f58;
        background-color: #fff;
        box-shadow: inset 0 0 0 2px #e64f58
    }
    .mf_nav_list_menuOpener.active i:before {
        height: 1px;
        background-color: #e64f58
    }
    .mf_nav_list_menuOpener.active i:after {
        display: none
    }
    .mf_nav_list_menuOpener i {
        top: 0;
        right: 10px;
        bottom: 0;
        width: 15px;
        height: 15px;
        margin-top: auto;
        margin-bottom: auto
    }
    .mf_nav_list_menuOpener i,
    .mf_nav_list_menuOpener i:after,
    .mf_nav_list_menuOpener i:before {
        position: absolute;
        display: block
    }
    .mf_nav_list_menuOpener i:after,
    .mf_nav_list_menuOpener i:before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        content: " ";
        background-color: #fff
    }
    .mf_nav_list_menuOpener i:before {
        width: 15px;
        height: 1px
    }
    .mf_nav_list_menuOpener i:after {
        width: 1px;
        height: 15px
    }
}

.menuOpen .mf_nav {
    z-index: 100;
    top: 0;
    transition: all .5s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    pointer-events: auto;
    opacity: 1
}

.menuOpen .mf_nav_section {
    transition: all .5s cubic-bezier(.785, .135, .15, .86) 0s;
    transition-delay: .25s;
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 1;
    z-index: 104;
    position: relative;
}

@media screen and (max-width:768px) {
    .menuOpen .mf_nav_section {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.backToTop {
    line-height: 1;
    position: relative;
    bottom: -45px;
    display: block;
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    text-align: center;
    border-radius: 100%;
    background-color: #17467d
}

@media screen and (max-width:768px) {
    .backToTop {
        bottom: -30px;
        width: 60px;
        height: 60px
    }
}

.backToTop:active i,
.backToTop:focus i,
.backToTop:hover i {
    top: -10px;
    border-width: 4px
}

.backToTop i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 20%;
    height: 20%;
    margin: auto;
    transition: all .3s ease 0s;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff
}

.aligner {
    display: flex;
    justify-content: center;
}

.aligner_item--top {
    align-self: flex-start;
}

.aligner_item--bottom {
    align-self: flex-end;
}

.flex--horizontal {
    display: flex;
    flex-direction: row;
}

.flex--vertical {
    display: flex;
    flex-direction: column;
}

section {
    max-width: 760px;
    margin: 0 auto;
}

.section-title {
    margin: 0 auto 3rem auto;
    width: 80%;
    text-align: center;
}

.section-title h3 {
    margin-bottom: 1.5rem;
}

.section_hero {
    max-width: 760px;
    position: relative;
    padding-top: 6vh;
}

.section_hero .cta {
    margin-top: 1rem;
}

.section_hero .cta small {
    vertical-align: top;
}

.section_hero .cta:hover {
    transform: translate3d(0px, -3px, 0px);
}

.section_hero .flex_child_horizontal:first-of-type {
    flex: 1.2;
    flex-direction: column;
    padding-bottom: 1.5rem;
}

.section_hero .flex_child_horizontal:last-of-type {
    flex: 1;
    z-index: -1;
}

.section_summary {
    margin: 0rem auto;
    z-index: 1;
    position: relative;
    color: #FFF;
    padding: 0;
}

.section_summary > p.es {
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 100;
    width: 48px;
    height: 100%;
    display: block;
    text-align: center;
    letter-spacing: 8px;
    bottom: 0;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

@media screen and (min-width:1260px) {
    .section_hero {
        padding-top: 8vh;
    }
}

@media screen and (max-width:768px) {
    .section_summary > p.es {
        letter-spacing: 4px;
        width: 100px;
        height: 30px;
        display: inline-block;
        top: -10px;
        color: #000;
        right: 0px;
        padding: 6px 0;
        background: rgba(169, 0, 0, 0.70);
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: unset;
        writing-mode: horizontal-tb;
    }
}

.summary-bg {
    background: rgb(75, 0, 0);
    background: -moz-linear-gradient(45deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 37%, rgba(169, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 37%, rgba(169, 0, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(75, 0, 0, 1) 0%, rgba(75, 0, 0, 1) 17%, rgba(169, 0, 0, 1) 37%, rgba(169, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0000', endColorstr='#a90000', GradientType=1);
}

.section_summary {
    max-width: 100%;
    overflow: hidden;
}

.summary-message {
    width: 36%;
    position: relative;
    float: left;
    margin: 4%;
}

@media screen and (max-width:768px) {
    .summary-message {
        width: 60%;
        margin: 4%;
    }
}

.summary-title {
    font-size: 2.2em;
    font-style: italic;
    line-height: 1.4em;
}

.summary-txt {
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    margin-top: 2em;
}

.summary-image {
    background: #4a0000;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 6% 0 6%;
    width: 56%;
    height: 400px;
    float: left;
}

.summary-image1 {
    position: absolute;
    right: 60px;
    top: -50px;
    width: 45%;
    height: 100%;
}

.summary-image2 {
    position: absolute;
    width: 45%;
    height: 100%;
    left: -20px;
    bottom: -50px;
}

@media screen and (max-width:980px) {
    .summary-image {
        width: 55%;
        margin: 8% 0 8%;
        right: -10px;
    }
    .summary-image1 {
        position: absolute;
        right: 00px;
        top: -50px;
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    .summary-image2 {
        position: absolute;
        width: 50%;
        height: 100%;
        left: -20px;
        bottom: -50px;
        overflow: hidden;

    }
    .summary-title {
        font-size: 1.8em;
    }
    .summary-txt {
        font-size: 0.9em;
        letter-spacing: 0.1em;
        line-height: 1.8em;
        margin-top: 1em;
    }
}

@media screen and (max-width:768px) {
    .summary-image {
        margin: 0;
        width: 32%;
        right: 0;
    }
    .summary-image1 {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 48%;
        overflow: unset;
    }
    .summary-image2 {
        position: absolute;
        width: 100%;
        height: 48%;
        left: 0px;
        bottom: 0px;
        overflow: unset;
    }
}

.images {
    position: absolute;
    width: 400px;
    height: 400px;
    background-position: center;
    background-size: cover;
}


.fadeIn {
    animation: fadeIn 1s ease-in-out;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

.fadeInUp {
    animation: fadeInUp 1s ease-in-out;
    animation-fill-mode: forwards;
}

.fadeInRight {
    animation: fadeInRight 1s ease-in-out;
    animation-fill-mode: forwards;
}

.fadeInLeft {
    animation: fadeInLeft 1s ease-in-out;
    animation-fill-mode: forwards;
}

.fadeOut {
    animation: fadeOut 2s ease-in-out;
    animation-fill-mode: forwards;
}

.cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: #000;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        display: block;
    }
    100% {
        opacity: 0;
        display: none;
        z-index: -1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes infiniteStats {
    0% {
        transform: translate3d(-1440px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width: 960px) {
    .logo {
        margin: 1em auto 0.5em;
        width: 60%;
    }
    .title {
        margin: 0.5em auto 0em;
        width: 60%;
    }
    section {
        max-width: 660px;
        margin: 0 auto;
    }
    .stats__block {
        width: 80%;
        margin: 0 auto 1rem auto;
    }
    .tns-controls {
        right: 50%;
        left: auto;
    }
    .section_summary {
        border-radius: 0;
    }
    .btn {
        font-size: 12px;
    }
    .slide__content h4 {
        margin: 1rem 0 1rem;
        font-size: 28px;
    }
}

.section_contents .slide__image {
    width: 500px;
    background-size: cover;
    background-position: center;
    height: 400px;
    margin: 0;
    box-shadow: 0 2px 11px 0 rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 770px) {
    .wapper {
        width: 100vw;
        background-image: url("../images/hero-bg-sp.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }
    @keyframes bg_anime {
        0% {
            background-image: url("../images/load-bg-sp.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        1% {
            background-image: url("../images/load-bg-sp.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        2% {
            background-image: url("../images/hero-bg.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        4% {
            background-image: url("../images/hero-bg.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        5% {
            background-image: url("../images/load-bg-sp.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        7% {
            background-image: url("../images/load-bg-sp.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        8% {
            background-image: url("../images/hero-bg.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        9% {
            background-image: url("../images/load-bg-sp.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }
        9.1% {
            background-image: url("../images/hero-bg.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: 100%;
        }

    }
    .summary-title {
        font-size: 1.4em;
        font-style: italic;
        line-height: 1.4em;
        width: 100%;
    }
    .summary-txt {
        font-size: 0.8em;
        letter-spacing: 0.1em;
        line-height: 1.6em;
        width: 100%;
    }
    .logo {
        margin: 0em auto 0.5em;
        width: 80%;
    }
    .title {
        margin: 0em auto 0em;
        width: 80%;
    }
    .logo img,
    .title img {
        width: 100%;
    }
    .company-logo {
        width: 200px;
        height: 80px;
        margin: 60px auto 0;
        justify-content: space-between;
        flex-direction: row;
    }
    .catch {
        font-size: 14px;
        margin-top: 0em;
        bottom: 30vh;
    }
    .date {
        margin: 2.5em auto 1em;
        display: inline-block;
        line-height: 54px;
        bottom: 10vh;

    }
    .date h4 {
        font-size: 26px;
    }
    .company-logo img {
        float: left;
        width: 40%;
        margin: 5%;
    }
    .section_hero .flex--horizontal {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .section_hero .flex_child_horizontal:first-of-type {
        padding: 10% 2rem 2rem 2rem;
    }
    .section_hero .flex_child_horizontal:last-of-type {
        max-width: 90%;
        margin: 0 auto;
    }
    .section_hero .cta {
        margin: 1.4rem auto 0 auto;
    }
    .section_summary {
        border-radius: 0;
        margin-top: 0rem;
        margin-bottom: 0;
    }
    .section_logos > .flex--horizontal {
        flex-wrap: wrap;
        justify-content: center;
    }
    .section_logos .logo {
        max-width: 100px;
        margin: 1rem;
    }
    .section_contents:first-of-type {
        padding: 6rem 0 2rem;
    }
    .section_contents {
        padding: 2rem 0;
    }
    .section_contents .tns-controls {
        right: 10%;
        top: 4.5rem;
        bottom: auto;
    }
    .section_contents .slide {
        flex-direction: column;
    }
    .section_contents .slide__content {
        margin: 0;
        max-width: 80%;
        height: max-content;
        justify-content: stretch;
        padding: 2rem 4.5rem 4rem 1.5rem;
    }
    .section_contents .slide__image {
        width: 100%;
        height: 600px;
        margin: 0 0 -2rem 1.2rem;
        order: -1;
        z-index: 1;
    }
    .btn {
        bottom: 30px;
        right: 90px;
        width: 160px;

    }
    .slide-title {
        z-index: 99;
        position: absolute;
        top: -20px;
    }
    .slide__content {}
    .slide__content h4 {
        color: #FFF;
        font-size: 24px;
        line-height: normal;
        font-style: italic;
        letter-spacing: 4px;
    }
    .slide__content h5 {
        margin: 1rem 0;
        color: #FFF;
        font-size: 18px;
        font-weight: 800;
        font-style: italic;
        letter-spacing: 2px;
    }
    .slide-txt {
        font-size: 12px;
        color: #FFF;
    }
    .slide-title {
        font-size: 20px;
        letter-spacing: 2px;
        padding: 2px 10px;
        text-align: left;
    }
    .contents-txt {
        position: absolute;
        top: 0;
        left: 0px;
        text-align: center;
        letter-spacing: 8px;
        bottom: auto;
        font-size: 10px;
        font-weight: 400;
        font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr
    }
    .contents-txt2 {
        position: absolute;
        top: 0;
        left: 0px;
        right: inherit;
        font-size: 10px;
        text-align: center;
        letter-spacing: 8px;
        bottom: inherit;
        font-weight: 400;
        font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .section_logos,
    .section_contents,
    .section_hero,
        {
        position: relative!important;
        padding-top: 20vh;
    }
    .contents-bg:after {
        position: fixed;
        z-index: -10;
        animation: infiniteStats 60s linear infinite;
        left: -900px;
        height: 206px;
        width: calc(900px * 3);
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .section_contents .slide__image {
        width: 100%;
        height: 300px;
        margin: 0 0 -2rem 1.2rem;
        order: -1;
        z-index: 1;
    }
    .date {
        line-height: 36px;
    }
    .date h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 360px) {
    .date h4 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 660px) {
    p {
        font-size: 0.7em;
    }
    .snippets__cards {
        display: none;
    }
    .section_summary .summary__lists {
        padding: 2rem 0.5rem 0;
    }
    .section_summary .summary__list {
        padding: 2rem 0rem;
        flex-direction: column;
        border: 0;
    }
    .section_summary .summary__list p {
        font-size: 0.8em;
        font-weight: 400;
        line-height: 1.4em;
    }
    .section_summary .flex_child_vertical:last-of-type {
        flex-direction: column;
        padding: 2rem;
    }
    .section_summary .flex_child_vertical:last-of-type h2 {
        padding-left: 0;
        align-self: center;
        order: -1;
        margin-bottom: 1rem;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .snippets__description {
        column-count: 1;
        text-align: center;
    }
    .section_contents .tns-controls {
        right: 5%;
    }
    .input-button {
        width: 40%;
    }
    .section_contact {
        padding: 5rem 1rem;
    }
    .form-group {
        max-width: none;
        width: auto;
    }
}

@media only screen and (max-width: 360px) {
    p {
        font-size: 0.6em;
    }
    .summary-title {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .summary-txt {
        font-size: 0.7em;
    }
}

footer {
    background-color: #000;
    padding: 4em 2em;
    position: relative;
}

.footer_contents {
    max-width: 980px;
    margin: 0 auto;
}

.fot_left {
    width: 35%;
    float: right;
}

.fot_right {
    width: 60%;
    float: left;
}

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

    footer {
        background-color: #000;
        padding: 2em 0em;
    }
    .footer_contents {
        max-width: none;
        margin: 0 auto;
    }
    .fot_left {
        width: 100%;
        float: none;
        margin: 1em 0;
    }
    .fot_right {
        width: 100%;
        float: none;
        margin: 1em 0;
    }
}

.main-logo {
    width: 247px;
    float: left;
    clear: both;
    margin: 20px 40px 20px 0;
}

.main-logo img {
    width: 100px;
    margin: 1rem;
    float: left;
}

.beams-logo {
    width: 260px;
    float: left;
    clear: both;
    margin: 20px 0 20px;
}

.beams-logo img {
    width: 70px;
    margin: 1rem 1rem;
    float: left;
}

.beams-logo img.beams {
    width: 100px;
    margin: 1rem;
}

.sstv-logo {
    width: 220px;
    float: left;
    margin: 20px 0 20px;
}

.sstv-logo img {
    width: 70px;
    margin: 1rem 1rem;
    float: left;
}

.sstv-logo img.beams {
    width: 100px;
    margin: 1rem;
}

.sponsor-logo {
    margin: 20px 0 20px;
    width: 500px;
    clear: both;
    overflow: hidden;
}

.sponsor-logo img {
    width: 80px;
    margin: 1rem;
    float: left;
}

.sponsor-logo img.gt {
    width: 180px;
    margin: 1rem;
}

.main-logo,
.beams-logo,
.sponsor-logo,
.sstv-logo {
    position: relative;
    z-index: 65;
}

.main-logo p,
.beams-logo p,
.sponsor-logo p,
.sstv-logo p {
    float: left;
    vertical-align: middle;
    display: table-cell;
    margin: 30px 20px;
    letter-spacing: 4px;
}

.main-logo p {
    margin: 30px 50px 30px 20px;
}

.sponsor-logo p {
    margin: 30px 50px 30px 20px;
}

.main-logo a,
.beams-logo a,
.sponsor-logo a,
.sstv-logo a {
    overflow: hidden;
}

@media only screen and (max-width: 660px) {
    /*# sourceMappingURL=oasis.css.map */
    .main-logo {
        margin: 20px 5% 0;
        width: 90%;
    }
    .main-logo img {
        width: 80px;
        margin: 1rem;
    }
    .beams-logo {
        margin: 20px 2.5%;
        width: 45%;
    }
    .beams-logo img {
        width: 50px;
        margin: 1rem 1rem;
    }
    .beams-logo img.beams {
        width: 80px;
        margin: 2rem 0rem 1.5rem 1rem;
    }
    .sstv-logo {
        margin: 20px 2.5% 0;
        width: 45%;
        top: 0px;
    }
    .sstv-logo img {
        width: 60px;
        margin: 1.5rem 0;
    }
    .sponsor-logo {
        margin: 0px 5% 40px;
        width: 90%;
        top: 0px;
    }
    .sponsor-logo img {
        width: 60px;
        margin: 1rem;
    }
    .sponsor-logo img.gt {
        width: 140px;
        margin: 1rem;
    }
    .beams-logo p,
    .sstv-logo p {
        float: left;
        font-size: 12px;
        vertical-align: middle;
        display: table-cell;
        margin: 30px 20px 20px 10px;
    }
    .main-logo p {
        font-size: 12px;
        margin: 20px 20px 0 0px;
    }
    .sponsor-logo p {
        font-size: 12px;
        margin: 20px 20px 0 0px;
    }

}

@media only screen and (max-width: 360px) {
    .main-logo img {
        width: 70px;
        margin: 1rem;
    }

    .beams-logo img {
        width: 50px;
        margin: 1rem 1rem;
    }
    .beams-logo img.beams {
        width: 70px;
        margin: 2rem 0rem 1.5rem 1rem;
    }
    .sstv-logo img {
        width: 55px;
        margin: 1.5rem 0;
    }
    .sponsor-logo img.gt {
        width: 130px;
    }
    .main-logo p {
        font-size: 10px;
        margin: 20px 10px 0 0px;
    }
    .sponsor-logo p {
        font-size: 10px;
        margin: 20px 10px 0 0px;
    }
    .sstv-logo p {
        font-size: 10px;
        margin: 30px 20px 20px 10px;
    }
    .beams-logo p {
        font-size: 10px;
        margin: 30px 10px 20px 10px;
    }
}

.wt-card__media {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 5;
}

.wt-card__title {
    color: #282828;
    font-size: 23px;
    margin: 0 auto;
    font-weight: 700;
}

.wt-text {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-style: italic;
    text-align: center;
    z-index: 5;
}

canvas {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#result {
    font-size: 25px;
    margin-top: 30px;
    display: inline;
    color: #FFF;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
}

.wt-catch {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 20px;
    color: #fff;
    bottom: -5px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    padding: 10px 20px;
    z-index: 5;
}

#tempChange {
    width: 50px;
    position: absolute;
    z-index: 5;
    left: 57%;
    top: 54%;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    background: none;
    border: 0;
}

.darksky {
    text-align: center;
    position: absolute;
    bottom: -20px;
    width: 100%;
    color: #FFF;
    font-size: 10px;
    z-index: 5;
}

darksky a {
    text-decoration: none;
    color: #FFF;
}

.pc {
    display: block;
    opacity: 1;
}

.sp {
    display: none;
    opacity: 0;
}

@media screen and (max-width: 736px) {
    .pc {
        display: none;
        opacity: 0;
    }
    .sp {
        display: block;
        opacity: 1;
    }
    #result {
        margin-top: 0px;
        top: 43%;
    }
    #tempChange {
        width: 50px;
        position: absolute;
        top: 48%;
    }
    .wt-card__media {
        top: 18%;
    }
    .wt-text {
        position: absolute;
        top: 5px;
        font-size: 1.2em;
    }
    .wt-catch {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 16px;
        bottom: -15px;
        padding: 10px 10px;
    }
}


.card {
    position: relative;
    top: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
    background-image: url(../../images/hero-bg.png);
    background-size: cover;
    background-position: top;
    background-color: #180808;
    margin: 0em 1em 2em;
}

.card:nth-child(even) {
    margin: 0 1em;
}

.card-top {
    padding: 1em 3em;

}

.card-top .card-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 12em;
    width: auto;
}

.card-top > img {
    margin: 20px 0px;
}

.card-middle {
    display: none;
    background: #efefef;
    color: #000;
    padding: 1em 1em 1em 1em;
}

.card-middle p {
    letter-spacing: 4px;
    clear: both;
}

.more_link {
    margin-top: 1em;
}

.card-middle .more {
    font-weight: 800;
    margin: 6px 0;
}

.card-bottom {
    background: rgba(0, 0, 0, .50);
    padding: 0.5em 1em 0.5em 1em;
}

.card-bottom .card-title {
    font-weight: 100;
}

.circle-button {
    position: absolute;
    bottom: 0.2em;
    right: 0.5em;
    width: 45px;
    height: 45px;
    font-size: 1.5em;
    color: #fff;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.275);
    outline: none;
    cursor: pointer;
    transition: all 300ms ease;
}

.circle-button .close {
    transition: -webkit-transform 400ms ease;
    transition: transform 400ms ease;
    transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.circle-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
}

.closeRotate {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* -------------------------------- 

xkeyframes 

-------------------------------- */

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes move-in {
    0% {
        -webkit-transform: translateX(100px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes move-in {
    0% {
        -moz-transform: translateX(100px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes move-in {
    0% {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
}
