@charset 'UTF-8';
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
.contactTitle,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    box-sizing: border-box; 
    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

ol,
ul
{
    list-style: none;
}

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

caption,
th,
td
{
    font-weight: normal;

    text-align: left;
    vertical-align: middle;
}

q,
blockquote
{
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after
{
    content: '';
    content: none;
}

a img
{
    border: none;
}

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

/*===============================================
●共通項目
===============================================*/
html
{
    font-size: 62.5%;
    line-height: 1em;
    /*←全体の行間を1emにセット*/
}

html,
body
{
    font-family: 'Noto Sans JP', sans-serif;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;

    letter-spacing: .05em; 

    color: #000;

    -webkit-text-size-adjust: 100%;
}

body
{
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 640px)
{
    body
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*レスポンシブ画像======================================*/
img
{
    display: block; 

    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.mAuto
{
    margin: 0 auto;
}

.mrg0
{
    margin: 0;
}

@media screen and (max-width: 768px)
{
    .mrg0
    {
        margin: 0 auto;
    }
}

/*===============================================
●フロート
===============================================*/
/*clearfix======================================*/
.cf:before,
.cf:after
{
    display: table; 

    content: ' ';
}

.cf:after
{
    clear: both;
}

.cf
{
    *zoom: 1;
}

/*float======================================*/
.fl_l
{
    float: left;
}

.fl_r
{
    float: right;
}

@media screen and (max-width: 768px)
{
    .fl_l
    {
        float: none;

        width: 100%;
        margin-bottom: 20px;
    }
    .fl_r
    {
        float: none;

        width: 100%;
    }
}

/*===============================================
●フォント
===============================================*/
/*font-family======================================*/
.fwBold
{
    font-weight: 600;
}

.en
{
    font-family: 'PT Sans', sans-serif;
}

/*text-align======================================*/
.align_center
{
    text-align: center;
}

.align_left
{
    text-align: left;
}

.align_right
{
    text-align: right;
}

/*fontsize======================================*/
.fz11
{
    font-size: 11px;
    font-size: 1.1rem;
}

.fz12
{
    font-size: 12px;
    font-size: 1.2rem;
}

.fz16
{
    font-size: 16px;
    font-size: 1.6rem;
}

.fz18
{
    font-size: 18px;
    font-size: 1.8rem;
}

.fz20
{
    font-size: 20px;
    font-size: 2rem;
}

.fz22
{
    font-size: 22px;
    font-size: 2.2rem;
}

.fz30
{
    font-size: 30px;
    font-size: 3rem;
}

/*font-weight======================================*/
/*line-height======================================*/
.lineh_wide
{
    line-height: 3em;
}

p
{
    line-height: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: 200; 
    line-height: 150%;

    letter-spacing: .05em;
}

/*===============================================
●色
===============================================*/
.clwhite
{
    color: #fff;
}

.bgBlack
{
    background: #1e1e1e;
}

/*===============================================
●リンク
===============================================*/
a
{
    -webkit-transition: .5s;
            transition: .5s;
    text-decoration: none;

    color: #000;
}

/*===============================================
●レスポンシブ デバイス表示切り替え
===============================================*/
.sp
{
    display: none;
}

/*only SP*/
.tab
{
    display: none;
}

/*only TAB*/
.pad
{
    display: none;
}

/*only Pad*/
.pc
{
    display: block;
}

/*only PC*/
@media screen and (max-width: 960px)
{
    .sp
    {
        display: none;
    }
    .tab
    {
        display: none;
    }
    .pad
    {
        display: block;
    }
    .pc
    {
        display: block;
    }
}

@media screen and (max-width: 768px)
{
    .sp
    {
        display: none;
    }
    .pc
    {
        display: none;
    }
    .pad
    {
        display: block;
    }
    .tab
    {
        display: block;
    }
}

@media screen and (max-width: 640px)
{
    .tab
    {
        display: none;
    }
    .pc
    {
        display: none;
    }
    .pad
    {
        display: block;
    }
    .sp
    {
        display: block;
    }
}

.none
{
    display: none;
}

/*===============================================
●余白
===============================================*/
.mgB10
{
    margin-bottom: 10px;
}

.mgB30
{
    margin-bottom: 30px;
}

.mgB20
{
    margin-bottom: 20px;
}

.mgB40
{
    margin-bottom: 40px;
}

.mgB50
{
    margin-bottom: 50px;
}

.mgT5
{
    margin-top: 5px;
}

.mgT20
{
    margin-top: 20px;
}

.mgT30
{
    margin-top: 30px;
}

.mgT40
{
    margin-top: 40px;
}

.mgT50
{
    margin-top: 50px;
}

.pgB70
{
    padding-bottom: 70px;
}

/*===============================================
●基本レイアウト
===============================================*/
#wrapper
{
    position: relative; 

    width: 100%;
    margin: 0 auto;
}

.container_wrap
{
    width: 100%;
    height: 100%; 
    margin: 0 auto;
}

.container_contents_default
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 50px 0;
}

.container_contents_wide
{
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.container_wide
{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; 

    background: #fff;
}

.container_wide_last
{
    padding: 40px 0 50px 0;
}

.pdwide
{
    padding: 75px 0;
}

.works-index
{
    background: #1e1e1e !important;
}

/*===============================================
●基本レイアウト_コンテンツ枠
===============================================*/
.contents_inner
{
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1000px)
{
    .contents_inner
    {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px)
{
    .page_top .container_wrap
    {
        margin-top: 0;
    }
    .container_wrap
    {
        margin-top: 50px;
    }
}

@media screen and (max-width: 640px)
{
    .container_contents_default
    {
        padding: 30px 0;
    }
    .container_contents_wide
    {
        padding: 30px 0;
    }
    #gallery .container_contents_default
    {
        padding: 0;
    }
    #gallery .main_img .slick-slide
    {
        padding: 0;
    }
}

.smallwrap
{
    max-width: 780px;
    margin: 0 auto;
}

/*===============================================
●基本レイアウト_h2タイトル
===============================================*/
.wrap_title
{
    position: relative;

    height: 130px;
}

.area_title h2
{
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
}

.area_title span
{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;

    padding-left: 10px;
}

@media screen and (max-width: 640px)
{
    .area_title h2
    {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .area_title span
    {
        line-height: 100%;

        display: block;

        margin-bottom: 30px;
        padding-left: 0;
    }
}

/*===============================================
●基本レイアウト_col4
===============================================*/
/*===============================================
●displaytable_half
===============================================*/
.dt_half
{
    display: table;

    width: 100%; 

    table-layout: fixed;
}
.dt_half > li
{
    display: table-cell;

    vertical-align: middle;
}

@media screen and (max-width: 640px)
{
    .dt_half > li
    {
        display: block;
    }
}

/*===============================================
●基本レイアウト_
===============================================*/
.pc_header header
{
    position: relative;
    z-index: 10; 

    max-width: 890px;
    height: 90px;
    margin: 0 auto;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    background-color: #000;
}
.pc_header header h1
{
    position: absolute;
    top: 26px;
    left: 20px;
}
.pc_header header h1 img
{
    width: calc(320px / 2);
}
.pc_header header nav
{
    line-height: 90px; 

    float: right;
}
.pc_header header nav ul
{
    display: table;

    table-layout: fixed;
}
.pc_header header nav ul li
{
    display: table-cell;

    padding: 0 20px;
}
.pc_header header nav ul li a
{
    font-weight: 400;

    display: block; 

    color: #fff;
}

.sp_header
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .pc_header
    {
        display: none;
    }
    .sp_header
    {
        position: fixed;
        z-index: 9999; 
        top: 0;

        display: block;

        width: 100%;
    }
    .sp_header header
    {
        position: relative;

        height: 50px;

        background-color: #000;
    }
    .sp_header header h1
    {
        position: absolute;
        top: 11px;
        left: 20px;
    }
    .sp_header header h1 img
    {
        width: calc(320px / 3);
    }
    .sp_header .drawer-menu li
    {
        position: relative;
    }
    .sp_header .drawer-menu li:after
    {
        font-family: FontAwesome;

        position: absolute;
        top: 40%;
        right: 0; 

        display: inline-block;

        margin-left: 10px;

        content: '\f105';
    }
    .sp_header .drawer-hamburger
    {
        width: 3rem;
        padding: 24px 20px 0 0;
    }
}

/*======================================*/
footer
{
    box-sizing: border-box;
    padding: 40px 0; 

    background: #000;
}
footer .f_inner
{
    display: table;

    width: 100%;
}
footer .f_inner li
{
    display: table-cell;

    vertical-align: top;
}
footer .f_inner li img
{
    margin: 0;
}
footer .f_inner li p
{
    color: #fff;
}
footer nav ul
{
    display: table;

    width: 100%;
}
footer nav ul li
{
    display: table-cell;

    text-align: center;
}
footer nav ul li a
{
    font-size: 12px;
    font-size: 1.2rem; 

    text-decoration: underline;

    color: #fff;
}
footer nav ul li a:hover
{
    text-decoration: none;
}

.copyright
{
    font-size: 10px;
    font-size: 1rem;
    font-weight: 100;

    text-align: right;

    color: #fff;
}

@media screen and (max-width: 640px)
{
    footer nav
    {
        display: none;
    }
    .copyright
    {
        font-size: 9px;
        font-size: .9rem; 

        text-align: left;
    }
}

/*ゴートゥー======================================*/
.btn_default
{
    line-height: 60px;

    position: relative;

    display: table; 

    width: 270px;
    margin: 30px auto 0;

    text-align: center;

    border: 1px solid #000;
}
.btn_default a
{
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;

    text-decoration: none; 

    color: #000;
}
.btn_default:after
{
    font-family: FontAwesome;
    font-size: 20px; 

    display: inline-block;

    margin-left: 10px;

    content: '\f101';
}

.btn_more
{
    position: relative;

    display: table; 

    margin: 30px auto 0;

    text-align: center;
}
.btn_more a
{
    font-size: 13px;
    font-size: 1.3rem;

    text-decoration: none;

    color: #fff;
    border-bottom: 1px solid #fff;
}
.btn_more a:after
{
    font-family: FontAwesome;

    display: inline-block; 

    content: '\f101';
}

.btn_default.car_btn
{
    margin: 50px auto;
}
