@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls])
{
    display: none;
}
button
{
    overflow: visible;

    -webkit-appearance: button;
}
details
{
    display: block;
}
html
{
    overflow-y: scroll;

    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-text-size-adjust: 100%;
}
input
{
    -webkit-border-radius: 0;
}
input[type='button'],
input[type='reset'],
input[type='submit']
{
    -webkit-appearance: button;
}
input[type='number']
{
    width: auto;
}
input[type='search']
{
    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
main
{
    display: block;
}
pre
{
    overflow: auto;
}
progress
{
    display: inline-block;
}
small
{
    font-size: 75%;
}
summary
{
    display: block;
}
svg:not(:root)
{
    overflow: hidden;
}
template
{
    display: none;
}
textarea
{
    overflow: auto;
}
[hidden]
{
    display: none;
}
*
{
    font-size: inherit;
    line-height: inherit;
}
::before,
::after
{
    vertical-align: inherit;
    text-decoration: inherit;
}
*,
::before,
::after
{
    border-width: 0;
    border-style: solid;
}
*
{
    margin: 0;
    padding: 0;

    background-repeat: no-repeat;
}
:root
{
    font: 62.5% 'Roboto', 'Lato', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka', 'Osaka-等幅', sans-serif;

    box-sizing: border-box;

    cursor: default;
    letter-spacing: .04rem;

    color: #343434;
    background-color: #fff;

    text-rendering: optimizeLegibility;
}
audio,
canvas,
iframe,
img,
svg,
video
{
    vertical-align: middle;
}

button,
input,
select,
textarea
{
    background-color: transparent;
}
button,
input,
select,
textarea
{
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;

    color: inherit;
}
button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea
{
    min-height: 1.6;
}
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
}
nav ol,
nav ul
{
    list-style: none;
}
select
{
       -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand
{
    display: none;
}
select::-ms-value
{
    color: currentColor;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
textarea
{
    resize: vertical;
}
[aria-busy='true']
{
    cursor: progress;
}
[aria-controls]
{
    cursor: pointer;
}
[aria-disabled]
{
    cursor: default;
}
[hidden][aria-hidden='false']
{
    position: absolute;

    display: inherit;
    clip: rect(0 0 0 0);
}
[hidden][aria-hidden='false']:focus
{
    clip: auto;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
iframe,
button,
menu,
main,
article,
time,
div,
p,
dl,
dd,
dt,
ul,
ol,
li,
img
{
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: normal;
}

li,
dl,
dd,
dt
{
    list-style: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

::-moz-selection
{
    background: #c3c3c3;
}
::selection
{
    background: #c3c3c3;
}
*:focus
{
    border: none;
    outline: none;
}
a
{
    color: #343434;
    text-decoration: none;
}
html, body {
    width: 100%;
    height: 100%; 
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 40px;

}
.wrapper {
    /*display: none;*/
}

.logo {
    position: fixed;
    top: 45px;
    left: 40px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .15em;
    z-index: 9999;
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.logo a:hover {
    opacity: 0.4;
}

.open .logo a {
    color: #000 !important;
}

.menu-btn {
    position: fixed;
    top: 45px;
    right: 40px;
    width: 20px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

.menu-ber1,.menu-ber2 {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
}

.menu-ber1 {
    top: 0;
}
.menu-ber2 {
    top: calc(100% - 3px);
}

.open .menu-ber1 { 
    margin: -2px;
    width: 20px;
    top: 50%;
    background-color: #000 !important;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}
.open .menu-ber2 { 
    margin: -2px;
    width: 20px;
    top: 50%;
    background-color: #000 !important;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
}



.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    overflow: hidden;
    background: rgba(255,255,255,1);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;

    opacity: 0;
    z-index: 999;
}


.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}


.menu ul:first-child {
    padding-top: 90px;
}


.menu ul:last-child {
    padding-top: 90px;
}


.menu ul {
    position: relative;
    text-align: left;
    padding: 40px 40px 0;
    font-family: 'Lato', sans-serif;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.menu li a:hover {
    opacity: 0.4;
}

.menu_main li {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .15em;
    padding-bottom: 20px;
    display: block;
}

.menu_main li a:hover {
    opacity: 0.4;
}


.menu_sub_link li {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .1em;
    padding-bottom: 20px;
    display: block;
}

.menu_sub_link li a:hover {
    opacity: 0.4;
}


.menu_sub_contact li {
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    text-align: left;
}

.menu_sub_contact li a:hover {
    opacity: 0.4;
}


.menu_sub_sns {
    position: fixed;
    padding: 0 40px;
    bottom: 45px;
}


.menu_sub_sns li {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}

.menu_sub_sns li a:hover {
    opacity: 0.4;
}


.x {
    width: 18px;
}


.x img {
    width: 100%;
}



.sub {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.sub ul {
    position: relative;
    padding: 90px 40px 0;
    color: #000;
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.sub ul li {
    font-size: 1.2rem;
    letter-spacing: .16em;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
}

.sub ul li a {
    color: #fff;
}

.sub ul li a:hover {
    opacity: 0.4;
}


.menusns {
    position: fixed;
    top: 45px;
    right: 90px;
    z-index: 101;
}


.menusns_txt {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    display: inline-block;
    padding-right: 30px; 
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.menusns_txt a {
    color: #fff;
}

.menusns_txt a:hover {
    opacity: 0.4;
}


.copy {
    position: fixed;
    bottom: 55px;
    right: 120px;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
    color: #fff;
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.copy p {
    position: absolute;
    padding: 4px 3px 3px 5px;
    display: inline-block;
    border: solid 2px; 
}

.copy p a {
    color: #fff; 
}

.copy p a:hover {
    opacity: 0.4; 
}


@media screen and (max-width: 1024px) {
    .logo {
        position: fixed;
        top: 23px;
        left: 20px;
        font-size: 1.3rem;
        font-weight: bold;
        letter-spacing: .15em;
        z-index: 9999;
    }
    .menu-btn {
        position: fixed;
        top: 23px;
        right: 20px;
        width: 20px;
        height: 15px;
        text-align: center;
        cursor: pointer;
        z-index: 9999;
    }
    .menu ul:first-child {
        padding-top: 70px;
    }

    .menu ul {
        padding: 30px 20px 0;
    }

    .menu_main li {
        padding-bottom: 10px;
    }

    .menu_sub_link li {
        padding-bottom: 10px;
    }



    .menu_sub_sns {
        position: fixed;
        padding: 0 20px;
        bottom: 40px;
    }    

    .sub {
        display: none;
    }

    .menusns {
        display: none;
    }
    .copy {
        position: fixed;
        bottom: 47px;
        right: 117px;
        font-size: 1.2rem;
        letter-spacing: 0.15em;
        color: #fff;
    }
}



