@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:300,400,500,600,700&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Noto+Serif+KR:wght@200;300;400;500;600;700&display=swap');




html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent
}

.kr {
    -webkit-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-family: Noto Serif KR, serif
}

.en {
    font-family: Cormorant Garamond, serif
}

.txt_bold_s { font-weight: 100; }
.txt_bold_m { font-weight: 400; }
.txt_bold_l { font-weight: 700; }

.txt_size_s { font-size: 11px; }
.txt_size_m { font-size: 14px; }
.txt_size_l { font-size: 18px; }




body {
    line-height: 1
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
button,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border-radius: 0
}

select {
    outline: 0;
    border-radius: 0
}

input,
textarea {
    padding: 0;
    background-color: inherit;
    border: none
}

iframe[name=google_conversion_frame] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px
}

@font-face {
    font-family: P22Underground;
    src: url(../../font/p22underground_Normal.html) format("woff2"), url(../../font/p22underground_Normal.woff) format("woff")
}

@font-face {
    font-family: P22Underground-bold;
    src: url(../../font/p22underground_Bold.html) format("woff2"), url(../../font/p22underground_Bold.woff) format("woff")
}

noscript p {
    font-size: 20px;
    line-height: 1.5;
    color: red
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: Lato, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "游ゴシック", sans-serif;
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wrapper {

}

body {
    background-color: #fefefe;
    background-image: url(../img/bg.png);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    transition: opacity .8s cubic-bezier(.25, .1, .25, 1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-feature-setting: "palt"
}

body.load {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.clearfix {
    _height: 1px;
    min-height: 1px
}

.show_pc {
    display: block
}

@media only screen and (max-width:1100px) {
    .show_pc {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .show_pc {
        display: none
    }
}

.show_pctb {
    display: block
}

@media only screen and (max-width:1100px) {
    .show_pctb {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .show_pctb {
        display: none
    }
}

.show_pctb_inline {
    display: inline
}

@media only screen and (max-width:1100px) {
    .show_pctb_inline {
        display: inline
    }
}

@media only screen and (max-width:767px) {
    .show_pctb_inline {
        display: none
    }
}

.show_tbsp {
    display: none
}

@media only screen and (max-width:1100px) {
    .show_tbsp {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .show_tbsp {
        display: block
    }
}

.show_tb {
    display: none
}

@media only screen and (max-width:1100px) {
    .show_tb {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .show_tb {
        display: none
    }
}

.show_tb_inline {
    display: none
}

@media only screen and (max-width:1100px) {
    .show_tb_inline {
        display: inline
    }
}

@media only screen and (max-width:767px) {
    .show_tb_inline {
        display: none
    }
}

.show_sp {
    display: none
}

@media only screen and (max-width:1100px) {
    .show_sp {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .show_sp {
        display: block
    }
}

.show_sp_inline {
    display: none
}

@media only screen and (max-width:1100px) {
    .show_sp_inline {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .show_sp_inline {
        display: inline
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::selection {
    background: #eee
}

::-moz-selection {
    background: #eee
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset
}

input,
textarea {
    padding: 10px 6px;
    border: solid 1px #ccc;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 12px
}

input:placeholder-shown,
textarea:placeholder-shown {
    color: rgba(132, 133, 138, .7) !important
}

input:focus,
textarea:focus {
    background-color: #eee
}

textarea {
    width: 100%;
    min-height: 200px;
    resize: vertical
}

@media screen and (max-width:767px) {
    input {
        width: 100%
    }
}

a {
    color: #333;
    text-decoration: none;
    transition: color .5s cubic-bezier(.25, .1, .25, 1);
    transition: opacity 500ms
}

a:visited {
    color: #000
}

@media screen and (min-width:1100px) {
    a:hover {
        color: #333;
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
}

img {
    -webkit-backface-visibility: hidden
}

label {
    width: 100%
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    margin-right: 6px
}

input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    cursor: pointer
}

@media(min-width:1px) {

    input[type=radio],
    input[type=checkbox] {
        display: none;
        margin: 0
    }

    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 30px;
        display: block !important
    }

    input[type=radio] + label:before,
    input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 2px;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #fff
    }

    input[type=radio] + label:before {
        border: 1px solid #bbb;
        border-radius: 30px
    }

    input[type=checkbox] + label:before {
        border: 1px solid #bbb;
        display: block !important
    }

    input[type=radio]:checked + label:after,
    input[type=checkbox]:checked + label:after {
        content: "";
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        display: block !important
    }

    input[type=radio]:checked + label:after {
        left: 7px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #85868b;
        border-radius: 8px
    }

    input[type=checkbox]:checked + label:after {
        left: 5px;
        width: 12px;
        height: 6px;
        margin-top: -4px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg)
    }

    input[type=radio]:checked + label:before {
        background-color: #fff
    }

    input[type=checkbox]:checked + label:before {
        background: #85868b
    }
}

@media only screen and (max-width:767px) and (min-width:1px) {

    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 30px
    }

    input[type=radio] + label:before,
    input[type=checkbox] + label:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        box-sizing: border-box;
        display: block;
        width: 21px;
        height: 21px;
        margin-top: -10px;
        background: #FFF
    }

    input[type=radio] + label:before {
        border: 1px solid #ccc;
        border-radius: 30px
    }

    input[type=checkbox] + label:before {
        border: 1px solid #ccc
    }

    input[type=radio]:checked + label:after,
    input[type=checkbox]:checked + label:after {
        content: "";
        position: absolute;
        top: 50%;
        box-sizing: border-box;
        display: block
    }

    input[type=radio]:checked + label:after {
        left: 7px;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        background: #000;
        border-radius: 8px
    }

    input[type=checkbox]:checked + label:after {
        left: 3px;
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(-45deg)
    }
}

label.original_select,
label.original_select * {
    font-family: Noto Serif KR, serif;
}

label.original_select {
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 1em;
    overflow: hidden;
    z-index: 0;
    border: solid 1px #ccc;
    border-radius: 0
}

label.original_select:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 17px;
    margin-top: -.2em;
    border-width: .45em .3em;
    border-style: solid;
    border-color: #767676 transparent transparent;
    z-index: -1
}

label.original_select select {
    width: 94%;
    height: auto;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 6px;
    margin: 0;
    color: #727272;
    background: transparent;
    border: none;
    border-radius: 0;
    font-size: 12px;
    outline: none
}

label.original_select select::-ms-expand {
    display: none
}

label.original_select select::-moz-focus-inner {
    border: 0
}

label.original_select select * {
    background: #fff;
    color: #48494d;
    text-shadow: none
}

.comminsoon {
    font-size: 24px;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 300px
}

.header__menu {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px 19px 23px;
    overflow: hidden;
    width: 25px;
    z-index: 9500;
    cursor: pointer;
}

.header__menu:after,
.header__menu:before {
    content: '';
    height: 2px;
    background-color: #464646;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .5s cubic-bezier(.25, .1, .25, 1);
    position: absolute;
    width: 28px;
    left: 40%;
    top: 50%;
    transform: rotate(0deg)
}

.header__menu_li {
    width: 26px;
    height: 2px;
    margin-bottom: 6px;
    transition: all .4s cubic-bezier(.25, .1, .25, 1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header__menu_li:nth-of-type(1) {
    background: #464646
}

.header__menu_li:nth-of-type(2) {
    background: #464646
}

.header__menu_li:nth-of-type(3) {
    background: #464646
}

.on .header__menu_li {
    margin-left: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.on .header__menu_li:last-child {
    margin-left: -100%
}

.on:after {
    transform: rotate(-45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform-origin: center;
    left: 40%;
    top: 50%
}

.on:before {
    transform: rotate(45deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform-origin: center;
    left: 40%;
    top: 50%
}

.header_menu_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 1000ms cubic-bezier(.77, 0, .175, 1);
    background-color: #fefefe;
    background-image: url(../img/bg.png);
    z-index: -1;
 
}

body.js-open__menu .header_menu_wrap {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1000;
        
}

.header_menu_wrap_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
     
}

@media screen and (max-width:767px) {
    .header_menu_wrap_inner_sp {
        height: calc(100vh - 122px);
        overflow: auto;
        display: table-cell;
        vertical-align: middle;
  
    }
}

.header_main_nav_area {
    margin-bottom: 65px
}

@media screen and (max-width:767px) {
    .header_main_nav_area {
        margin-bottom: 34px
    }
}

.header_main_nav_area_list {
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:767px) {
    .header_main_nav_area_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.header_main_nav_area_list li {
    margin-right: 60px
}

@media screen and (max-width:767px) {
    .header_main_nav_area_list li {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px
    }
}

.header_main_nav_area_list li:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .header_main_nav_area_list li:last-child {
        margin-bottom: 0
    }
}

.header_main_nav_area_list a {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .09em;
    color: #1a1a1a;
    font-family: Noto Serif KR, serif;
}

@media screen and (max-width:767px) {
    .header_main_nav_area_list a {
        font-size: 14px
    }
}

.header_sub_nav_area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .header_sub_nav_area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header_link_area {
    margin-right: 43px
}

@media screen and (max-width:767px) {
    .header_link_area {
        width: 100%;
        margin-right: 0
    }
}

.header_link_area_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:767px) {
    .header_link_area_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header_link_area_list li {
    margin-right: 32px
}

.header_link_area_list li:last-child {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .header_link_area_list li {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 7px
    }
}

.header_link_area_list a {
    font-size: 10px;
    line-height: 22px;
    font-family: Times, Times New Roman, "リュウミン M-KL", Ryumin Medium KL, serif;
    color: #787878;
    letter-spacing: .07em
}

@media screen and (max-width:767px) {
    .header_sns_area {
        width: 100%;
        margin-bottom: 32px;
        -ms-flex-order: -1;
        order: -1
    }
}

.header_sns_area_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.header_sns_area_list li {
    margin-right: 17px
}

.header_sns_area_list li:last-child {
    margin-right: 0
}

.footer {
    padding: 103px 0;
    position: relative
}

@media screen and (max-width:767px) {
    .footer {
        padding: 63px 0 178px
    }
}

.footer_sns_area {
    margin-bottom: 30px;
    display: none
}

@media screen and (max-width:767px) {
    .footer_sns_area {
        margin-bottom: 38px
    }
}

.p-home .footer_sns_area {
    display: block
}

.footer_sns_area_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_sns_area_list li {
    margin-right: 21px
}

@media screen and (max-width:767px) {
    .footer_sns_area_list li {
        margin-right: 23px
    }
}

.footer_sns_area_list li:last-child {
    margin-right: 0
}

.footer_link_area {
    display: none
}

.p-project_detail .footer_sns_area,
.p-project_detail .footer_link_area,
.p-home .footer_sns_area,
.p-home .footer_link_area {
    display: block
}

.footer_link_area_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .footer_link_area_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer_link_area_list li {
    margin-right: 15px;
    margin-left: 15px
}

@media screen and (max-width:767px) {
    .footer_link_area_list li {
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
        margin-right: 0
    }
}

.footer_link_area_list li:last-child {
    margin-right: 0
}

.footer_link_area_list li a {
    font-size: 10px;
    line-height: 26px;
    font-family: Noto Serif KR, serif;
    color: #787878;
    letter-spacing: .16em
}

.footer_link_area_list li.footer_link_area_list_en a {
    font-size: 11px
}

.copyright {
    width: 10px;
    height: 0;
    padding-top: 170px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/copylight.png);  
    position: absolute;
    right: 22px;
    bottom: 23px
}