﻿@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
body {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "source-han-sans-japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    position: relative;
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 570;
}

/*-------------------------*/
/*  header
/*-------------------------*/
.totop a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 20px;
    line-height: 1;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    z-index: 9999;
    display: none;
}
.totop a.fix {
    display: block;
}
body {
    padding-top: 100px;
}
header {
    width: 100%;

    height: 60px;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #fff;
    padding-top: 40px;
}

h1 {/*
    position: fixed;
    top: 10px;
    left: 10px;
    font-weight: bold;
    letter-spacing: 3px;
    writing-mode: vertical-rl;*/
    background: url("../images/h1title.png") no-repeat top center;
    width: 273px;
    height: 36px;
    position: absolute;
    top: 0px;
    left: 40px;
}

h1 span {
    display: none;
}

nav {
    width: 100%;
    padding: 20px 0;
    text-align: right;
    line-height: 1;
    font-size: 0.7rem;
}

nav li {
    font-style: italic;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

nav li:first-child:before {
    display: none;
}

nav li:before {
    content: "/";
    display: inline-block;
    position: relative;
    left: -12px;
}

/*-------------------------*/
/*  main
/*-------------------------*/
.mainvisual {
    position: relative;
}

.mainvisual:before {
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*-------------------------*/
/*  section
/*-------------------------*/
.inner {
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 1;
}

h2 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}

.sub {
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

section:not(#main) {
    margin-top: 130px;
}
.movie {
    position: relative;
}

.movie:before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.movie iframe {
    width: 100%;
}

.movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block {
    margin-top: 60px;
    padding: 60px;
    border: 1px solid #000;
}

h3 {
    font-size: 1.5rem;
    background: #000;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    letter-spacing: 5px;
}

.list {
    margin: 40px 0;
}

.list li {
    font-size: 1.3rem;
    font-weight: bold;
}

.list li span {
    font-size: 0.7rem;
    display: inline-block;
}

.no {
    opacity: 0.5;
    font-weight: 570;
}

.ganre {
    position: relative;
    top: -3px;
    border: 1px solid #000;
    padding: 3px;
    line-height: 1;
    font-weight: 570;
    margin-left: 10px;
}

.staff .work {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 3px 10px;
    line-height: 1;
}

.staff div {
    margin-bottom: 15px;
}

.staff div:last-child {
    margin-bottom: 0px;
}

.price {
    font-size: 1.5rem;
    margin-top: 60px;
    position: relative;
}

.price:before {
    background: #000;
    height: 1px;
    width: 30%;
    position: relative;
    top: -30px;
}

.link a {
    margin-top: 30px;
    text-decoration: none;
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    line-height: 1;
    position: relative;
}

.link a:after {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/icon-cart.png") no-repeat top center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.link a span {
    font-size: 2rem;
}

.link a span:before,
.link a span:after {
    display: inline;
}
/*-------------------------*/
/*  Block
/*-------------------------*/

body {}

/*-------------------------
/*  footer
/*-------------------------*/
footer {
    margin-top: 60px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 0;
    line-height: 1;
}

/*-------------------------/*-------------------------*/
/*  tab
/*-------------------------/*-------------------------*/
@media (max-width: 999px) {
    .inner {
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
        z-index: 1;
    }
}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {
    body {
    padding-top: 70px;
}
    header,
    section {
        padding: 0 10px;
    box-sizing: border-box;
    }
    header {

    height: 70px;
    }

    h1 {/*
        top: 0px;
        left: 0px;
        letter-spacing: 1px;
        font-size: 0.8rem;
        writing-mode: inherit;*/
    width: 187px;
    height: 24px;
    background-size: cover;
        top: 10px;
        left: 0;
        position: relative;
    }

    nav {
    padding: 20px 10px;
    box-sizing: border-box;
    }

    h2 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .sub {
        font-size: 0.7rem;
        font-weight: bold;
        margin-bottom: 30px;
    }
#product .sub {
    margin-bottom: 10px;
}

    section:not(#main) {
        margin-top: 60px;
    }

    section {
        text-align: left;
    }

    .inner {
        margin: 0 auto;
        padding: 0;
    }

    .list {
        margin: 0;
    }

    .list li span.ganre {
        display: block;
        margin-left: 0px;
    }

    .block {
        margin-top: 30px;
        padding: 20px;
        border: 1px solid #000;
    }

    .staff {
        margin-top: 20px;
    }

    .link a {
        margin-top: 0px;
    }
#license .text {
    text-align: left;
}
}