@charset "UTF-8";

/*---------------------------
reset
---------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
main,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-size: 100%;
    vertical-align: baseline;
    white-space: normal;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    outline: none;
}

img {
    vertical-align: top;
    max-width: 100%;
}

ul {
    font-size: 0;
}

li {
    font-size: 13px;
}

/*---------------------------
Body / Html
---------------------------*/
body {
    font-family: 'Raleway', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    line-height: 180%;
    color: #000;
    margin: 0;
    position: relative;
}

/*---------------------------
Link
---------------------------*/
a {
    outline: none;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*---------------------------
Loader
---------------------------*/
#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}

/*---------------------------
共通
---------------------------*/
.pc_dis {
    display: block;
}

.sp_dis {
    display: none;
}

.wrapper {
    padding: 0;
}

/*---------------------------
header
---------------------------*/
header {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 114px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header h1 {
    position: fixed;
    top: 30px;
    left: 50%;
    margin-left: -100px;
    margin-top: 15px;
    width: 200px;
    opacity: 1;
}

.pc_fixed header {
    height: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*---------------------------
footer
---------------------------*/
footer {
    width: 100%;
    height: 60px;
    padding: 0 60px;
}

footer address {
    position: fixed;
    top: 105px;
    right: -23px;
    z-index: 9999;
    font-style: normal;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

footer .contact {
    position: fixed;
    bottom: 80px;
    right: 5px;
    z-index: 9999;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*---------------------------
サイドナビ
---------------------------*/
nav {
    position: fixed;
    left: 20px;
    top: 50%;
    z-index: 8888;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

nav ul {
    text-align: center;
}

nav li {
    margin: 18px 0;
    height: 25px;
    line-height: 25px;
}

nav li a {
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background: #000
}

nav li a:hover,
nav li .current {
    width: 5px;
    height: 5px;
    background: #000;
    -webkit-animation: spin 5s infinite linear;
    -moz-animation: spin 5s infinite linear;
}

/*---------------------------
コンテンツ
---------------------------*/
section {
    position: relative;
    z-index: 200;
}

main {
    width: 100%;
    overflow: hidden;
}

.caption {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 60px;
    font-weight: bold;
}

.sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sec_box article {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

#box_01 {
    z-index: 50;
}

#box_01 div {
    width: 100%;
    height: 100vh !important;
    position: relative;
    opacity:1;
    z-index: 10;
}

#box_01 video {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100vh;
    transform: translate(-50%, -50%);
}    


#box_01 .the_me {
    position: absolute;
    right: 3px;
    bottom: -43px;
}

#box_01 .btn a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 1);
    z-index: 100;
}

#box_01 .btn a::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.pc_fixed #box_01 .the_me,
.pc_fixed #box_01 .btn a {
    opacity: 0;
}

#box_02 {
    padding: 120px 0 0;
}

#box_02 ul {
    margin-bottom: 40px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-weight: normal;
    position: relative;
}

#box_02 ul:after {
    content: "+";
    position: absolute;
    width: 20px;
    text-align: center;
    margin-left: -10px;
    left: 50%;
    top: 0;
    font-size: 20px;
}

#box_02 li {
    width: 300px;
    display: inline-block;
    text-align: right;
    margin: 0 20px;
    font-size: 25px;
}

#box_02 .right {
    width: 300px;
    display: inline-block;
    text-align: left;
}

#box_02 .text_box {
    margin-bottom: 40px;
    width: 600px;
    text-align: left;
}

#box_03 {
    text-align: center;
    margin: 0 auto;
    padding: 120px 60px 60px;
}

#box_03 li {
    display: inline-block;
    width: 23.125%;
    margin-right: 2.5%;
    margin-bottom: 3%;
    position: relative;
    vertical-align: top;
}

#box_03 li:nth-child(4n) {
    margin-right: 0;
}

#box_03 li figure {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 0;
}

#box_03 li p {
    font-size: 10px;
}

#box_03 li .over {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 0 5%;
}

#box_03 li .over div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#box_03 li:hover .over {
    opacity: 1;
    border: 1px solid #ccc;
}

#box_03 li .over .cat {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

#box_03 li .over .tit {
    font-size: 13px;
}

#box_04 {
    margin: 0 auto;
    padding: 0 60px;
}

#box_04 .caption {
    font-weight: normal;
    font-size: 9px;
}

#box_04 .left {
    float: left;
}

#box_04 .right {
    float: right;
}

#box_04 .sub_box {
    display: inline-block;
    vertical-align: top;
}

#box_04 .sub_box_01 {}

#box_04 .sub_box_02 {
    margin-right: 70px;
}

#box_04 .sub_box_03 {
    margin-right: 70px;
}

#box_04 .sub_box_04 {
    margin-right: 50px;
}

#box_04 .sub_box .tit {
    height: 35px;
    font-size: 10px;
    vertical-align: bottom;
}

#box_04 .sub_box_01 img {
    width: 200px;
    margin-bottom: 18px;
}

#box_04 .sub_box_01 span {
    margin-left: 20px;
}

#box_04 .sub_box_03 li {
    padding: 0 0 0 10px;
    font-size: 11px;
}

#box_04 .sub_box_03 li::before {
    content: "・";
    margin-left: -11px;
}


#box_04 .sub_box.sp_dis {
    display: none;
}

.music {
    position: fixed;
    left: 60px;
    bottom: 20px;
    z-index: 9999;
    display: inline-block;
}

.music .tit {
    display: inline-block;
    margin-right: 20px;
}

.music .btn {
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
}

.graphic_left,
.graphic_right {
    width: 800px;
    height: 800px;
    position: fixed;
    z-index: -1;
    opacity: .5;
}

.graphic_left {
    background: #eee;
    right: 55%;
    top: 10%;
    -webkit-animation: horizontal 50s ease-in-out infinite alternate;
    animation: horizontal 50s ease-in-out infinite alternate;
}

.graphic_right {
    left: 55%;
    bottom: 10%;
    border: 1px solid #ccc;
    left: 55%;
    -webkit-animation: horizontal2 50s ease-in-out infinite alternate;
    animation: horizontal2 50s ease-in-out infinite alternate;
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    25% {
        transform: translate(-100px, 10px);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 1000px;
        height: 50px;
    }

    50% {
        -webkit-transform: translate(-210px, 10px);
        transform: translate(-210px, 10px);
    }

    75% {
        transform: translate(-310px, 10px);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(-10px, 10px);
        transform: translate(-10px, 10px);
    }

    25% {
        transform: translate(-100px, 10px);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 1000px;
        height: 50px;
    }

    50% {
        -webkit-transform: translate(-210px, 10px);
        transform: translate(-210px, 10px);
    }

    75% {
        transform: translate(-310px, 10px);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }
}

@-webkit-keyframes horizontal2 {
    0% {
        -webkit-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
    }

    25% {
        transform: translate(100px, -10px);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 50px;
        height: 1000px;
    }

    50% {
        -webkit-transform: translate(210px, -10px);
        transform: translate(210px, -10px);
    }

    75% {
        transform: translate(310px, -10px);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }
}

@keyframes horizontal2 {
    0% {
        -webkit-transform: translate(10px, -10px);
        transform: translate(10px, -10px);
    }

    25% {
        transform: translate(100px, -10px);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 50px;
        height: 1000px;
    }

    50% {
        -webkit-transform: translate(210px, -10px);
        transform: translate(210px, -10px);
    }

    75% {
        transform: translate(310px, -10px);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: translate(-10px, 0px);
        transform: translate(-10px, 0px);
    }
}


.movie-2018 {
    background: #f2090a;
    width: 100%;
    z-index: 7777;
}

.movie-2018 .inner {}

.movie-2018 .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie-2018 .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

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

    /*---------------------------
    共通
    ---------------------------*/
    img {
        max-width: 100%;
    }

    .pc_dis {
        display: none !important;
    }

    .sp_dis {
        display: block;
    }

    .wrapper {
        padding: 0 30px;
    }

    /*---------------------------
    header
    ---------------------------*/
    header {
        height: 30px;
    }

    header h1 {
        margin-left: -100px;
        margin-top: -25px;
        width: 200px;
        height: 23px;
    }

    .sp_fixed header {
        height: 30px;
    }

    .sp_fixed h1 {
        width: 150px;
        margin-left: -75px;
        margin-top: 0;
        top: 15px;
    }

    /*---------------------------
    footer
    ---------------------------*/
    footer {
        height: 0;
    }

    footer address {
        top: 65px;
        right: -24px;
        font-size: 9px;
    }

    footer .contact {
        bottom: 44px;
        right: -6px;
        font-size: 9px;
    }

    /*---------------------------
    サイドナビ
    ---------------------------*/
    nav {
        display: none;
    }

    /*---------------------------
    コンテンツ
    ---------------------------*/
    .caption {
        font-size: 14px;
        margin-bottom: 40px;
    }


    #box_01_sp {
        z-index: 8888;
        margin-top: 30px;
        border: 1px solid #000;
        position: relative;
    }


    #box_01_sp .btn a {
        position: absolute;
        bottom: -22px;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        border-radius: 7px;
        background: rgba(0, 0, 0, 1);
    }

    #box_01_sp .btn a::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 5px;
        width: 3px;
        height: 3px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }


    #box_01_sp .the_me {
        position: absolute;
        width: 100%;
        bottom: 10px;
        text-align: center;
    }

    .pc_fixed #box_01_sp .btn a {
        opacity: 0;
    }

    #box_01_sp p {
        font-size: 9px;
        line-height: 130%;
    }

    #box_01_sp .tit {
        font-size: 11px;
    }


    #box_01_sp i a {
        margin-bottom: 5px;
        width: 30px;
        height: 30px;
        display: inline-block;
        border: 1px solid #000;
        border-radius: 15px;
        position: relative;
    }

    #box_01_sp i a::after {
        position: absolute;
        left: 10px;
        top: 8px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent #000;
    }



    #box_02 {
        padding: 40px 20px 0;
    }

    #box_02 ul {
        margin-bottom: 40px;
    }

    #box_02 ul:after {
        width: 20px;
        text-align: center;
        margin-left: -10px;
        left: 50%;
        top: 0;
        font-size: 10px;
    }

    #box_02 li {
        width: 80px;
        text-align: right;
        margin: 0 10px;
        font-size: 14px;
    }

    #box_02 .right {
        width: 80px;
    }

    #box_02 .text_box {
        margin-bottom: 0;
        width: 100%;
        font-size: 11px;
    }

    #box_03 {
        padding: 60px 0 60px;
    }

    #box_03 li {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
        margin-bottom: 3%;
    }

    #box_03 li:nth-child(4n) {
        margin-right: 2%;
    }

    #box_03 li p {
        font-size: 10px;
    }

    #box_03 li .over {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 1);
        -webkit-transition: all 1s;
        transition: all 1s;
        padding: 0 5%;
    }

    #box_03 li .over div {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #box_03 li:hover .over {
        opacity: 1;
        border: 1px solid #ccc;
    }

    #box_03 li .over .cat {
        font-size: 10px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    #box_03 li .over .tit {
        font-size: 13px;
    }

    #box_04 {
        padding: 0 20px;
    }

    #box_04 .caption {
        font-weight: normal;
        font-size: 9px;
    }

    #box_04 .left {
        float: left;
    }

    #box_04 .right {
        float: right;
    }

    #box_04 .sub_box {
        width: 100%;
        margin-bottom: 20px;
    }

    #box_04 .sub_box_01 {}

    #box_04 .sub_box_02 {
        margin-right: 0;
    }

    #box_04 .sub_box_03 {
        margin-right: 0;
    }

    #box_04 .sub_box_04 {
        margin-right: 0;
    }

    #box_04 .sub_box .tit {
        height: auto;
        font-size: 10px;
        vertical-align: bottom;
    }

    #box_04 .sub_box_01 img {
        width: 200px;
        margin-bottom: 18px;
    }

    #box_04 .sub_box_01 span {
        margin-left: 0px;
    }

    #box_04 .sub_box_04 li {
        padding: 0 0 0 10px;
        font-size: 11px;
    }

    #box_04 .sub_box_04 li::before {
        content: "・";
        margin-left: -11px;
    }

    .music {
        left: -124px;
        bottom: 150px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 9px;
    }

    .music .tit {
        display: inline-block;
        margin-right: 10px;
    }

    .graphic_left,
    .graphic_right {
        width: 800px;
        height: 800px;
    }

    @-webkit-keyframes horizontal {
        0% {
            -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
        }

        25% {
            transform: translate(-100px, 10px);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            width: 800px;
            height: 50px;
        }

        50% {
            -webkit-transform: translate(-210px, 10px);
            transform: translate(-210px, 10px);
        }

        75% {
            transform: translate(-310px, 10px);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
        }
    }

    @keyframes horizontal {
        0% {
            -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
        }

        25% {
            transform: translate(-100px, 10px);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            width: 800px;
            height: 50px;
        }

        50% {
            -webkit-transform: translate(-210px, 10px);
            transform: translate(-210px, 10px);
        }

        75% {
            transform: translate(-310px, 10px);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: translate(0px, -10px);
            transform: translate(0px, -10px);
        }
    }

    @-webkit-keyframes horizontal2 {
        0% {
            -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
        }

        25% {
            transform: translate(100px, -10px);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            width: 50px;
            height: 800px;
        }

        50% {
            -webkit-transform: translate(210px, -10px);
            transform: translate(210px, -10px);
        }

        75% {
            transform: translate(310px, -10px);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
        }
    }

    @keyframes horizontal2 {
        0% {
            -webkit-transform: translate(10px, -10px);
            transform: translate(10px, -10px);
        }

        25% {
            transform: translate(100px, -10px);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            width: 50px;
            height: 800px;
        }

        50% {
            -webkit-transform: translate(210px, -10px);
            transform: translate(210px, -10px);
        }

        75% {
            transform: translate(310px, -10px);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        100% {
            -webkit-transform: translate(-10px, 0px);
            transform: translate(-10px, 0px);
        }
    }

}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}