@charset "UTF-8";
/* -------------------------------------------------------------- */
/*　空想科学研究所　*/
/* -------------------------------------------------------------- */

/* -------------------------------------------------------------- */
/*  共通  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  header  */
/* -------------------------------------------------------------- */
body {
    color: #000;
}

.nav-pc-menu li a,
.nav-smp-menu li a {
    letter-spacing: 0.2rem;
}

.nav-pc-menu li a:hover {
    color: #f05c6e;
    opacity: 1 !important;
}

#nav-global ul li.list-logo a {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.Teko-L {
    font-family: "Teko", sans-serif;
    font-weight: 300;
}

.Teko-M {
    font-family: "Teko", sans-serif;
    font-weight: 500;
}

.object-fit-img img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
}

.btn-more {
    cursor: pointer;
}

.bg-white {
    background-color: #fff;
}

/* -------------------------------------------------------------- */
/*  sub-page header  */
/* -------------------------------------------------------------- */
.header-sub {
    background: rgba(28, 22, 19, 0.75);
    position: fixed;
    top: 0;
    left: 0;
}

#area-sub-header {
    color: #fff;
    text-align: center;
    border-bottom: #e4b356 solid 8px;
}

.box-sub-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ttl-sub-en {
    text-transform: uppercase;
    line-height: 1;
}

.area-pankuzu {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #b28633;
}

.area-pankuzu a {
    display: inline-block;
    color: #b28633;
}

.link-home-pankuzu {
    background: url("../img/icon-cmn-navi.png") no-repeat center left;
    background-size: 10px auto;
    padding-left: 12px;
}

.link-more {
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    border: #000 solid 3px;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 400px;
    line-height: 1;
    padding: 1em;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

/* -------------------------------------------------------------- */
/*  404  */
/* -------------------------------------------------------------- */

.area-404 {
    background-color: #fff;
    padding-bottom: 80px;
}
.box-404 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.box-ttl-404 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.2em;
}
.box-txt-404 {
    margin: 50px 0;
}

/* -------------------------------------------------------------- */
/*  footer  */
/* -------------------------------------------------------------- */
footer {
    background: #000;
    border-top: #fff solid 4px;
}

.box-foot-logo {
    text-align: center;
}

.box-foot-logo p {
    color: #fff;
    letter-spacing: 0.15em;
}

.img-foot-logo {
    max-width: 330px;
    width: 64%;
}

.area-common-nav li {
    display: inline-block;
    vertical-align: top;
}

.area-common-nav li a {
    color: #fff;
}

.box-foot-sns ul {
    display: inline-block;
}

.box-foot-sns ul li {
    max-width: 40px;
    display: inline-block;
}

.box-foot-sns ul.list-foot-share::before {
    content: "SNS:";
}

.box-foot-sns ul.list-foot-youtube::before {
    content: "YouTube:";
}

.box-foot-sns ul.list-foot-insta::before {
    content: "Instagram:";
}

.box-foot-sns ul.list-foot-share::before,
.box-foot-sns ul.list-foot-youtube::before,
ul.list-foot-insta::before {
    font-family: "Teko", sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.15em;
    display: inline-block;
    vertical-align: middle;
}

.box-foot-sns ul li {
    vertical-align: middle !important;
}

.area-copyright {
    background: url("../img/bg-foot-01.png") repeat top left;
    color: #fff;
    text-align: center;
    padding: 0.6em;
    letter-spacing: 0.1em;
}

.box-back-top-head {
    width: 30px;
    height: 100px;
    position: fixed;
    display: none;
    z-index: 2;
    cursor: pointer;
    bottom: 0;
    right: 0;
}

/* -------------------------------------------------------------- */
/*  smp  */
/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    body {
        font-size: 4vw;
    }

    .fixed {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .list-pc-other {
        display: none;
    }

    header {
        position: relative;
        z-index: 3;
        width: 100%;
        top: 0;
        left: 0;
    }

    .box-logo {
        width: 50%;
        margin-left: 10px;
        max-width: 150px;
    }

    #header-smpContents {
        height: 72px;
    }

    /* -------------------------------------------------------------- */
    /*  404  */
    /* -------------------------------------------------------------- */
    .area-404 {
        padding: 0 5.3vw 15vw;
    }

    /* -------------------------------------------------------------- */
    /*  sub-page header  */
    /* -------------------------------------------------------------- */
    .header-sub {
        height: 72px;
    }

    .box-sub-logo {
        max-width: 450px;
        width: 75%;
        height: 100%;
        position: relative;
    }

    .box-sub-logo a {
        position: absolute;
        top: 50%;
        left: 5.3vw;
        transform: translate(0, -50%);
    }

    #bg-sub {
        position: fixed;
        background: url("../img/bg-top-01-sp.jpg") repeat-y top center;
        background-size: 100% auto;
        width: 100%;
        height: 100vh;
        z-index: -1;
        top: 0;
        left: 0;
    }

    #area-sub-header {
        padding-top: 72px;
    }

    .box-sub-ttl-parents {
        height: 53.3vw;
    }

    .box-sub-ttl h1,
    .txt-single-ttl {
        font-size: 5vw;
    }

    .ttl-sub-en {
        font-size: 13vw;
    }

    .area-pankuzu {
        padding: 1.6vw 5.3vw 9.6vw 5.3vw;
    }

    .area-pankuzu,
    .area-pankuzu a {
        font-size: 3.2vw;
    }

    /* -------------------------------------------------------------- */
    /* グローバルナビ */
    /* -------------------------------------------------------------- */
    .txt-title {
        background: #367763;
        color: #fff;
        text-align: center;
        letter-spacing: 0.2rem;
        padding: 0.3rem 0;
        line-height: 1;
    }

    a.link-text {
        font-size: 1.6rem;
        padding: 1em 0;
        text-align: center;
        color: #000;
        border-bottom: #8bc393 solid 1px;
        background: #fff;
    }

    .is-not-border-b {
        border-bottom: none !important;
    }

    .btn-contact {
        position: absolute;
        top: 0;
        right: 70px;
    }

    span.btn-circle {
        display: block;
        position: absolute;
        width: 48px;
        height: 48px;
        border: #367763 solid 1px;
        border-radius: 24px;
        top: 0;
        right: 10px;
    }

    .HiddenCheckbox {
        display: none;
    }
    .MenuIcon {
        cursor: pointer;
        display: block;
        height: 20px;
        position: absolute;
        top: 14px;
        right: 21px;
        width: 26px;
        z-index: 2;
    }
    .MenuIcon::before {
        -webkit-box-shadow: #367763 0 8px 0;
        box-shadow: #367763 0 8px 0;
        height: 4px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        width: 26px;
    }
    .MenuIcon::after {
        bottom: 0;
        height: 4px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        width: 26px;
    }
    .MenuIcon::before,
    .MenuIcon::after {
        background: #367763;
        display: block;
        content: "";
        position: absolute;
        -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
        transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
    }
    .Menu {
        top: -10%;
        left: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-scrolling: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: top 0.4s;
        transition: top 0.4s;
        z-index: -1;
        font-size: 1.6rem;
        line-height: 1.4;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .Menu ul {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding-bottom: 95px;
    }

    .Menu ul li a:hover {
        opacity: 1 !important;
    }

    .HiddenCheckbox:checked ~ .notmove {
        overflow: hidden;
    }
    .HiddenCheckbox:checked ~ .MenuHeader {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .HiddenCheckbox:checked ~ .MenuIcon::before {
        -webkit-box-shadow: transparent 0 0 0;
        box-shadow: transparent 0 0 0;
        -webkit-transform: rotate(45deg) translate3d(2px, -4px, 0);
        transform: rotate(45deg) translate3d(3px, -4px, 0);
        background: #367763;
    }
    .HiddenCheckbox:checked ~ .MenuIcon::after {
        -webkit-transform: rotate(-45deg) translate3d(3px, 3px, 0);
        transform: rotate(-45deg) translate3d(3px, 4px, 0);
        background: #367763;
    }
    .HiddenCheckbox:checked ~ .Menu {
        top: 98px;
        visibility: visible;
        opacity: 1;
    }

    #nav-global ul li.list-logo {
        padding: 23px 0;
        width: calc(100% - 72px);
    }

    #nav-global ul li.list-logo a {
        width: 200px;
    }

    .list-sub-menu {
        font-size: 0;
    }

    .list-sub-menu li {
        display: inline-block;
        width: 33.33%;
    }

    .list-sub-menu li a {
        padding: 3vw 0;
    }

    .list-sub-menu li a img {
        width: 82px;
    }

    .list-sub-menu li:first-child a {
        background-color: #000000;
    }

    .list-sub-menu li:nth-child(2) a {
        background-color: #48352c;
    }

    .list-sub-menu li:last-child a {
        background-color: #dc6027;
    }

    /* -------------------------------------------------------------- */
    /* SMPフッター */
    /* -------------------------------------------------------------- */
    footer {
        padding-top: 8vw;
    }

    .box-foot-logo p,
    .list-foot-sub-nav li a {
        font-size: 3.73vw;
    }

    .area-common-nav {
        padding: 10.6vw 0 8vw 0;
    }

    .list-foot-nav {
        font-size: 0;
        border-top: #222222 solid 1px;
        border-bottom: #222222 solid 1px;
    }

    .list-foot-nav li {
        width: 50%;
        border-bottom: #222222 solid 1px;
    }

    .list-foot-nav li:nth-child(odd) {
        border-right: #222222 solid 1px;
    }

    .list-foot-nav li:last-child {
        border-bottom: none;
    }

    .list-foot-nav li a {
        font-size: 4.26vw;
        padding: 0.5em 1em;
    }

    .list-foot-sub-nav {
        padding: 8vw 1em 10.6vw 1em;
    }

    .list-foot-sub-nav li:first-child {
        margin-right: 10.6vw;
    }

    ul.list-foot-share {
        margin-right: 10.6vw;
    }

    ul.list-foot-share li:first-child,
    ul.list-foot-share li:nth-child(2),
    ul.list-foot-share li:nth-child(3) {
        margin-right: 5.3vw;
    }

    .box-foot-sns {
        padding: 0 5.3vw;
    }

    .box-foot-sns ul {
        margin-bottom: 6.4vw;
    }

    .box-foot-sns ul:last-child {
        margin-bottom: 0;
    }

    footer a.link-shop {
        background-color: inherit !important;
        font-size: 4vw;
        padding: 1em 0;
        margin: 8vw 5.3vw 0 5.3vw;
        border: #fff solid 1px;
    }
}

/* -------------------------------------------------------------- */
/* タブレット補正 */
/* -------------------------------------------------------------- */
@media screen and (min-width: 640px) and (max-width: 768px) {
}

/* -------------------------------------------------------------- */
/* PC */
/* -------------------------------------------------------------- */
@media screen and (min-width: 769px) {
    /* -------------------------------------------------------------- */
    /* PCヘッダー */
    /* -------------------------------------------------------------- */
    body {
        min-width: 1280px;
        font-size: 15px;
    }

    #header-pcContents {
        font-size: 1.6rem;
    }

    .list-pc-other {
        width: 78px;
        position: fixed;
        top: 96px;
        right: 0;
        z-index: 2;
    }

    .link-sns-btn a {
        width: 30px;
        margin: 0 auto 10px auto;
    }

    /* -------------------------------------------------------------- */
    /*  sub-page header  */
    /* -------------------------------------------------------------- */
    .header-sub {
        height: 80px;
    }

    .box-sub-logo {
        width: 1000px;
        padding: 12px 0;
        margin-left: auto;
        margin-right: auto;
    }

    .box-sub-logo a {
        width: 450px;
    }

    #bg-sub {
        position: fixed;
        background: url("../img/bg-top-01-pc.jpg") repeat top center;
        width: 100%;
        height: 100vh;
        z-index: -1;
        top: 0;
        left: 0;
    }

    #area-sub-header {
        padding-top: 80px;
    }

    .box-sub-ttl-parents {
        height: 320px;
    }

    .ttl-sub-en {
        font-size: 80px;
    }

    .area-pankuzu {
        padding-top: 6px;
        margin-bottom: 40px;
        font-size: 12px;
    }

    .link-home-pankuzu {
        font-size: 12px;
    }

    /* -------------------------------------------------------------- */
    /* PCフッター */
    /* -------------------------------------------------------------- */
    footer {
        padding-top: 30px;
    }

    .box-foot-logo p {
        font-size: 18px;
    }

    .area-common-nav {
        width: 1000px;
        margin: 40px auto;
        text-align: center;
    }

    ul.list-foot-nav li {
        margin-right: 40px;
    }

    ul.list-foot-nav li:last-child {
        margin-right: 0;
    }

    .list-foot-nav li a {
        font-size: 16px;
    }

    ul.list-foot-sub-nav {
        margin: 40px 0;
    }

    ul.list-foot-sub-nav li a {
        font-size: 14px;
    }

    .box-foot-sns ul.list-foot-share::before,
    .box-foot-sns ul.list-foot-youtube::before {
        font-size: 18px;
        margin-right: 6px;
    }

    ul.list-foot-sub-nav li,
    ul.list-foot-share,
    ul.list-foot-insta {
        margin-right: 40px;
    }

    ul.list-foot-share li:first-child,
    ul.list-foot-share li:nth-child(2),
    ul.list-foot-share li:nth-child(3) {
        margin-right: 20px;
    }

    .area-copyright {
        font-size: 16px;
    }
}
/*　IEのみ　*/
@media all and (-ms-high-contrast: none) {
}
