@charset "UTF-8";
[data-animation] {
    opacity: 0;
    transition-delay: .15s;
    transition-duration: 1.5s;
    transition-property: opacity;
}
[data-animation="after"] {
    opacity: 1;
}
.gHeader {
    background: #1c2025;
    position: fixed;
    z-index: 1000;
    width: 252px;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 28px 0 10px;
    /* overflow: auto; */
}
.gHeader_inner {}
.gHeader_title {
    max-width: 162px;
    margin: 0 auto 30px;
}
.gHeader_title > a {
    display: block;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.gHeader_title > a::before {
    content: "";
}
.gHeader_title > a::after {
    content: "";
}
.gHeader_title_img {
    display: block;
}
.gNav {}
.gNav_list {
    list-style: none;
    margin: 0 auto 15px;
}
.gNav_list > li {}
.gNav_list > li:first-child {}
.gNav_list > li:last-child {}
.gNav_list > li:nth-child(2n+1) {}
.gNav_list > li:nth-child(n+3) {}
.gNav_list > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    line-height: 28px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    padding-left: 32px;
    transition-duration: .3s;
    transition-property: background-color, color;
}
.p-aluminum .gNav_list > li > a.-aluminum,
.p-facilities .gNav_list > li > a.-facilities,
.p-reason .gNav_list > li > a.-reason {
    background: #3c4045;
}
.p-aluminum .gNav_list > li > a.-aluminum::before,
.p-facilities .gNav_list > li > a.-facilities::before,
.p-reason .gNav_list > li > a.-reason::before {
    opacity: 1;
}
.gNav_list > li > a::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #fff;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.gNav_list > li > a::after {
    content: "";
}
.gNav_subList {
    list-style: none;
    margin: 0 auto 7px;
}
.gNav_subList > li {}
.gNav_subList > li:first-child {}
.gNav_subList > li:last-child {}
.gNav_subList > li:nth-child(2n+1) {}
.gNav_subList > li:nth-child(n+3) {}
.gNav_subList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    line-height: 26px;
    padding-left: 32px;
    transition-duration: .3s;
    transition-property: background-color, color;
    letter-spacing: -0.1em;
}
.gNav_subList > li > a::before {
    content: "";
}
.gNav_subList > li > a::after {
    content: "";
}
.gNav_exLink {}
.gNav_exLink > a {
    display: -webkit-flex;
    display: flex;
    text-decoration: none;
    color: inherit;
    transition-duration: .3s;
    transition-property: background-color, color;
    padding-left: 32px;
    -webkit-align-items: center;
            align-items: center;
    white-space: nowrap;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.02em;
}
.gNav_exLink > a::before {
    content: "";
}
.gNav_exLink > a::after {
    content: "";
}
.gNav_exLink > a > .icon {
    margin-left: 7px;
}
.gNav_dList {
    list-style: none;
    max-width: 188px;
    margin: 21px auto 15px;
    line-height: 1.4;
}
.gNav_dList > dt {
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 3px;
    letter-spacing: -0.03em;
}
.gNav_dList > dd {
    font-size: 13px;
    margin-top: 3px;
}
.gNav_dList > dd > a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.gNav_dList > dd > a::before {
    content: "";
}
.gNav_dList > dd > a::after {
    content: "";
}
.gNav_bnrList {
    list-style: none;
    max-width: 220px;
    margin: 0 auto 0;
}
.gNav_bnrList > li {
    margin-top: 5px;
}
.gNav_bnrList > li:first-child {
    margin-top: 0;
}
.gNav_bnrList > li:last-child {}
.gNav_bnrList > li:nth-child(2n+1) {}
.gNav_bnrList > li:nth-child(n+3) {}
.gNav_bnrList > li > a {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    transition-duration: .3s;
    transition-property: background-color, color;
    overflow: hidden;
}
.gNav_bnrList > li > a::before {
    content: "";
}
.gNav_bnrList > li > a::after {
    content: "";
}
.gNav_bnrList > li > a > img {
    display: block;
    transition-duration: .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.sns-nav {
    background-color: #0c0c0e;
    border-radius: 6px 0 0 6px;
    height: 100px;
    opacity: 1;
    position: fixed;
    right: -34px;
    top: calc(50vh - 50px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    transition-delay: 1.5s;
    transition-duration: .5s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 34px;
    z-index: 1000;
}
.sns-nav[data-animation="after"] {
    -webkit-transform: translateX(-34px);
            transform: translateX(-34px);
}
.sns-nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    height: inherit;
    -webkit-justify-content: center;
            justify-content: center;
}
.sns-nav li {
    list-style-type: none;
    margin: 6px 0;
}
.sns-nav li a {
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    -webkit-align-items: center;
            align-items: center;
    transition: all .3s;
}
.sns-nav li a:hover {
    opacity: .6;
}
.sns-nav li:nth-child(1) img,
.sns-nav li:nth-child(2) img {
    height: 20px;
    width: 100%;
}
.sns-nav li:nth-child(3) img {
    height: 16px;
    width: 100%;
}
.gMenuBtn {
    display: none;
}
.gMenuBtn::before {
    content: "";
}
.gMenuBtn::after {
    content: "";
}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gMenuBtn_bar-no3 {}
.gPageTop {
    display: none;
}
.gPageTop_button {
    display: block;
}
.gPageTop_button::before {
    content: "";
}
.gPageTop_button::after {
    content: "";
}
.gVisual {
    background-image: url(/assets/img/common/pt-main-facilities.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
    background-color: #1b1f24;
    color: #fff;
}
.gVisual-reason {
    background-image: url(/assets/img/common/pt-main-reason.jpg);
}
.gVisual-aluminum {
    background-image: url(/assets/img/common/pt-main-aluminum.jpg);
    color: #000;
    margin-bottom: 0;
}
.gVisual::after {
    content: "";
    background-image: url(/assets/img/common/bg-mask@2x.png);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 10px 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gBody {
    overflow: hidden;
    padding-bottom: 80px;
}
.gBody-noPad {
    padding-bottom: 0;
}
.gVisual_inner {
    z-index: 2;
    height: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
            justify-content: center;
}
.gVisual_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
}
.gVisual_text {
    margin-bottom: 0;
}
@media screen and (min-width:1000px) {
    .gHeader_title > a:hover {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    .gNav_list > li > a:hover {
        background: #3c4045;
    }
    .gNav_list > li > a:hover::before {
        opacity: 1;
    }
    .gNav_subList > li > a:hover {
        background: #3c4045;
    }
    .gNav_exLink > a:hover {
        background: #3c4045;
    }
    .gNav_dList > dd > a:hover {}
    .gNav_bnrList > li > a:hover {}
    .gNav_bnrList > li > a:hover > img {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    .gMenuBtn:hover {}
    .gPageTop_button:hover {}
}
@media screen and (max-width:1299px) {
    .gHeader {
        width: 220px;
    }
    .gHeader_inner {}
    .gHeader_title {}
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gNav {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding-left: 20px;
    }
    .gNav_list > li > a::before {
        width: 5px;
    }
    .gNav_list > li > a::after {}
    .gNav_subList {}
    .gNav_subList > li {}
    .gNav_subList > li:first-child {}
    .gNav_subList > li:last-child {}
    .gNav_subList > li:nth-child(2n+1) {}
    .gNav_subList > li:nth-child(n+3) {}
    .gNav_subList > li > a {
        padding-left: 20px;
    }
    .gNav_subList > li > a::before {}
    .gNav_subList > li > a::after {}
    .gNav_exLink {}
    .gNav_exLink > a {
        padding-left: 20px;
    }
    .gNav_exLink > a::before {}
    .gNav_exLink > a::after {}
    .gNav_exLink > a > .icon {}
    .gNav_dList {
        max-width: none;
        padding-left: 20px;
    }
    .gNav_dList > dt {}
    .gNav_dList > dd {}
    .gNav_dList > dd > a {}
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_bnrList {
        padding: 0 15px;
    }
    .gNav_bnrList > li {}
    .gNav_bnrList > li:first-child {}
    .gNav_bnrList > li:last-child {}
    .gNav_bnrList > li:nth-child(2n+1) {}
    .gNav_bnrList > li:nth-child(n+3) {}
    .gNav_bnrList > li > a {}
    .gNav_bnrList > li > a::before {}
    .gNav_bnrList > li > a::after {}
    .gNav_bnrList > li > a > img {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gVisual {
        height: 0;
        padding-bottom: 58.1%;
        margin-bottom: 45px;
    }
    .gVisual_inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .gVisual::after {}
}
@media screen and (max-width:999px) {
    .gHeader {
        width: 180px;
    }
    .gHeader_inner {}
    .gHeader_title {
        max-width: 150px;
    }
    .gHeader_title > a {}
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gNav {}
    .gNav_list {}
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding-left: 15px;
    }
    .gNav_list > li > a::before {}
    .gNav_list > li > a::after {}
    .gNav_subList {}
    .gNav_subList > li {}
    .gNav_subList > li:first-child {}
    .gNav_subList > li:last-child {}
    .gNav_subList > li:nth-child(2n+1) {}
    .gNav_subList > li:nth-child(n+3) {}
    .gNav_subList > li > a {
        padding-left: 15px;
    }
    .gNav_subList > li > a::before {}
    .gNav_subList > li > a::after {}
    .gNav_exLink {}
    .gNav_exLink > a {
        font-size: 12px;
        padding-left: 15px;
    }
    .gNav_exLink > a::before {}
    .gNav_exLink > a::after {}
    .gNav_exLink > a > .icon {}
    .gNav_dList {
        padding-left: 15px;
    }
    .gNav_dList > dt {
        font-size: 11px;
    }
    .gNav_dList > dd {
        font-size: 10px;
    }
    .gNav_dList > dd > a {}
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_bnrList {}
    .gNav_bnrList > li {}
    .gNav_bnrList > li:first-child {}
    .gNav_bnrList > li:last-child {}
    .gNav_bnrList > li:nth-child(2n+1) {}
    .gNav_bnrList > li:nth-child(n+3) {}
    .gNav_bnrList > li > a {}
    .gNav_bnrList > li > a::before {}
    .gNav_bnrList > li > a::after {}
    .gNav_bnrList > li > a > img {}
    .gMenuBtn {}
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {}
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {}
    .gMenuBtn_bar-no3 {}
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gVisual {
        margin-bottom: 35px;
    }
    .gVisual-aluminum {
        margin-bottom: 0;
    }
    .gVisual::after {}
    .gBody {
        padding-bottom: 55px;
    }
    .gBody-noPad {
        padding-bottom: 0;
    }
    .gVisual_inner {}
    .gVisual_title {
        font-size: 50px;
    }
    .gVisual_text {
        font-size: 18px;
    }
}
@media screen and (max-width:767px) {
    .gHeader {
        width: 100%;
        position: fixed;
        height: auto;
        padding: 0;
        overflow: visible;
    }
    .gHeader_inner {}
    .gHeader_title {
        max-width: 50px;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 15px;
    }
    .gHeader_title > a {
        display: -webkit-flex;
        display: flex;
        height: 50px;
        -webkit-align-items: center;
                align-items: center;
    }
    .gHeader_title > a::before {}
    .gHeader_title > a::after {}
    .gHeader_title_img {}
    .gNav {
        position: absolute;
        z-index: 1;
        top: 50px;
        width: 100%;
        left: 0;
        background: #1c2025;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        transition-property: opacity, transform, -webkit-transform;
        transition-duration: .5s, 0s, 0s;
        transition-delay: 0s, .5s, .5s;
        max-height: calc(100vh - 50px);
        overflow: auto;
        box-shadow: 0 100vh 0 100vh #1c2025;
    }
    .gNav.isShow {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s, 0s, 0s;
    }
    .gNav_list {
        margin-bottom: 0;
    }
    .gNav_list > li {}
    .gNav_list > li:first-child {}
    .gNav_list > li:last-child {}
    .gNav_list > li:nth-child(2n+1) {}
    .gNav_list > li:nth-child(n+3) {}
    .gNav_list > li > a {
        padding: 0;
        text-align: center;
        line-height: 46px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .gNav_list > li > a::before {
        display: none;
    }
    .gNav_list > li > a::after {}
    .gNav_subList {
        margin-bottom: 0;
    }
    .gNav_subList > li {}
    .gNav_subList > li:first-child {}
    .gNav_subList > li:last-child {}
    .gNav_subList > li:nth-child(2n+1) {}
    .gNav_subList > li:nth-child(n+3) {}
    .gNav_subList > li > a {
        padding: 0;
        line-height: 46px;
        text-align: center;
        font-weight: bold;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .gNav_subList > li > a::before {}
    .gNav_subList > li > a::after {}
    .gNav_exLink {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    .gNav_exLink > a {
        padding: 0;
        font-size: 14px;
        line-height: 46px;
        -webkit-justify-content: center;
                justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    .gNav_exLink > a::before {}
    .gNav_exLink > a::after {}
    .gNav_exLink > a > .icon {}
    .gNav_dList {
        padding: 0;
        margin-top: 0;
        text-align: center;
        padding-top: 15px;
    }
    .gNav_dList > dt {
        font-size: 13px;
    }
    .gNav_dList > dd {
        font-size: 12px;
    }
    .gNav_dList > dd > a {}
    .gNav_dList > dd > a::before {}
    .gNav_dList > dd > a::after {}
    .gNav_bnrList {
        padding: 0 10px;
        max-width: none;
        display: -webkit-flex;
        display: flex;
        padding-bottom: 10px;
    }
    .gNav_bnrList > li {
        width: 49%;
        margin-left: 2%;
        margin-top: 0;
    }
    .gNav_bnrList > li:first-child {
        margin-left: 0;
    }
    .gNav_bnrList > li:last-child {}
    .gNav_bnrList > li:nth-child(2n+1) {}
    .gNav_bnrList > li:nth-child(n+3) {}
    .gNav_bnrList > li > a {}
    .gNav_bnrList > li > a::before {}
    .gNav_bnrList > li > a::after {}
    .gNav_bnrList > li > a > img {}
    .gMenuBtn {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: block;
    }
    .gMenuBtn::before {}
    .gMenuBtn::after {}
    .gMenuBtn_bar {
        width: 24px;
        height: 1px;
        background: #fff;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        top: 0;
        transition-duration: .3s;
        transition-property: top, -webkit-transform;
        transition-property: transform, top;
        transition-property: transform, top, -webkit-transform;
    }
    .gMenuBtn_bar-no1 {}
    .gMenuBtn_bar-no2 {
        margin: 5px auto;
    }
    .gMenuBtn_bar-no3 {}
    .isShow .gMenuBtn_bar-no1 {
        top: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .isShow .gMenuBtn_bar-no2 {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .isShow .gMenuBtn_bar-no3 {
        top: -6px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .gPageTop {}
    .gPageTop_button {}
    .gPageTop_button::before {}
    .gPageTop_button::after {}
    .gVisual {
        margin-bottom: 25px;
    }
    .gVisual-aluminum {
        margin-bottom: 0;
    }
    .gVisual::after {}
    .gBody {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    .gVisual_inner {}
    .gVisual_title {
        font-size: 40px;
    }
    .gVisual_text {
        font-size: 14px;
    }
    .gBody-noPad {
        padding-bottom: 0;
    }
    .sns-nav {
        background-color: transparent;
        height: auto;
        left: 0;
        position: relative;
        right: auto;
        top: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        width: 100%;
    }
    .sns-nav[data-animation="after"] {
    -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .sns-nav ul {
        -webkit-flex-direction: row;
                flex-direction: row;
    }
    .sns-nav li {
        margin: 6px;
        width: 20px;
    }
}
