@charset "utf-8";



/* For modern browsers */

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
    zoom: 1;
}



/* tags
---------------------------------------------------- */

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .4s;
}

a:hover {
    opacity: 0.5;
    transition: all .4s;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd,
div,
img {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal;
}



/* common
---------------------------------------------------- */

.inner1 {
    width: 1080px;
    margin: 0px auto;
}

.inner2 {
    max-width: 1080px;
    margin: 0px auto;
}

.inner3 {
    width: 850px;
    margin: 0px auto;
}

.title1 {
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    position: relative;
    letter-spacing: 1.5px;
    margin-bottom: 46px;
}

#product .title1,
#contact .title1 {
    margin-bottom: 35px;
}

#outline .title1 {
    margin-bottom: 31px;
}

.title1::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 23px;
    background: url(../img/site-heading-deco-l.png) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    margin: -10px 57px 0px 0px;
}

.title1::after {
    content: '';
    display: inline-block;
    width: 70px;
    height: 23px;
    background: url(../img/site-heading-deco-r.png) no-repeat left top;
    background-size: contain;
    vertical-align: middle;
    margin: -10px 0px 0px 57px;
}

.product_contents .title1::before {
    margin: -10px 25px 0px 0px;
}

.product_contents .title1::after {
    margin: -10px 0px 0px 25px;
}

.btn1 {
    display: block;
    width: 326px;
    height: 67px;
    line-height: 67px;
    letter-spacing: 1px;
    border-radius: 50px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.product_container .btn1 {
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -163px;
}

#contact .btn1 {
    margin: 0px auto 65px;
}

.btn1 span {
    border-bottom: 2px solid #EC5F1E;
    padding: 0px 6px 6px;
}

.btn1:hover {
    background: #555;
    opacity: 1;
}

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

    .inner1,
    .inner3 {
        width: auto;
    }

    .title1 {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 32px;
    }

    #product .title1 {
        margin-bottom: 30px;
    }

    #contact .title1 {
        margin-bottom: 23px;
    }

    #outline .title1 {
        margin-bottom: 17px;
    }

    .product_contents .title1 {
        margin-bottom: 25px;
    }

    .title1::before {
        width: 45px;
        height: 14px;
        margin: -5px 22px 0px 0px;
    }

    .title1::after {
        width: 45px;
        height: 14px;
        margin: -5px 0px 0px 22px;
    }

    .product_contents .title1::before {
        margin: -5px 22px 0px 0px;
    }

    .product_contents .title1::after {
        margin: -5px 0px 0px 22px;
    }

    #contact .btn1 {
        margin: 0px auto 50px;
    }
}

@media screen and (max-width: 480px) {
    .product_contents .title1 {
        font-size: 18px;
        letter-spacing: 0px;
    }

    .product_contents .title1::before {
        margin: -5px 10px 0px 0px;
    }

    .product_contents .title1::after {
        margin: -5px 0px 0px 10px;
    }

    .product_contents .title1.type2 {
        font-size: 16px;
    }

    .product_contents .title1.type2::before {
        margin: -5px 5px 0px 0px;
    }

    .product_contents .title1.type2::after {
        margin: -5px 0px 0px 5px;
    }

    .btn1 {
        width: 280px;
        height: 60px;
        line-height: 60px;
        font-size: 17px;
    }

    .product_container .btn1 {
        bottom: -30px;
        margin-left: -140px;
    }
}

/* header
---------------------------------------------------- */
#header {
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#header h1 {
    width: 255px;
    float: left;
    margin-top: 9px;
}

#header ul {
    float: right;
    margin-top: 30px;
}

#header li {
    float: left;
    font-weight: 900;
    font-size: 19px;
    margin-left: 50px;
    letter-spacing: 1px;
}

#header li:first-child {
    margin-left: 0px;
}

#header li a {
    display: block;
    border-bottom: 2px solid #EC5F1E;
    padding: 0px 5px 5px;
}

@media screen and (max-width: 900px) {
    #header li {
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    #header {
        height: 55px;
    }

    #header h1 {
        width: 161px;
        margin-top: 8px;
        margin-left: 7px;
    }

    #header ul {
        display: none;
    }
}

/* pagetitle
---------------------------------------------------- */
#pagetitle {
    height: 300px;
    background: url(../img/site-header-bg.jpg) no-repeat center center;
    background-size: cover;
    min-width: 1080px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 124px;
    margin: 80px 0px 69px;
}

#pagetitle h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1.5px;
    display: inline-block;
    position: relative;
}

#pagetitle h2::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: -10px;
    border-bottom: 4px solid #EC5F1E;
    width: 50%;
}

#pagetitle h2::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: -10px;
    border-bottom: 4px solid #000;
    width: 50%;
}

@media screen and (max-width: 768px) {
    #pagetitle {
        height: 137px;
        margin: 55px 0px 59px;
        min-width: 0px;
        padding-top: 46px;
    }

    #pagetitle h2 {
        font-size: 26px;
        letter-spacing: 1.3px;
    }

    #pagetitle h2::before {
        border-bottom: 3px solid #EC5F1E;
    }

    #pagetitle h2::after {
        border-bottom: 3px solid #000;
    }
}


/* product
---------------------------------------------------- */
.product_catch1 {
    letter-spacing: 0.9px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
}

.product_contents {
    margin-bottom: 150px;
}

.product_img {
    width: 650px;
    height: auto;
    display: block;
    margin: 0px auto 36px;
}

.product_box1 {
    width: 555px;
    float: left;
}

.product_box2 {
    width: 295px;
    float: right;
}

.product_contents h4 {
    letter-spacing: 0.9px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_contents p {
    letter-spacing: 0.75px;
}

.product_table1 {
    border-collapse: separate;
    border-spacing: 0px 16px;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.product_table1 th,
.product_table1 td {
    padding: 7px 10px;
    border: none;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.75px;
}

.product_table1 th {
    width: 149px;
    background: #383838;
    color: #fff;
    border-left: 19px solid #EC5F1E;
    font-weight: 700;
    padding-left: 0px;
}

.product_table2 {
    border-collapse: separate;
    border-spacing: 0px 16px;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.product_table2 th,
.product_table2 td {
    padding: 7px 10px;
    border: none;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.75px;
    background: #F0F0F0;
    text-align: center;
}

.product_table2 th {
    width: 127px;
    background: #737373;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    #wrapper {
        padding: 0px 10px;
    }

    .product_catch1 {
        letter-spacing: 0.8px;
        font-size: 16px;
        line-height: 1.56;
        text-align: left;
        margin-bottom: 55px;
    }

    .product_contents {
        margin-bottom: 85px;
    }

    .product_img {
        margin: 0px auto 30px;
    }

    .product_box1 {
        width: auto;
        float: none;
    }

    .product_box2 {
        width: auto;
        float: none;
        margin-top: 14px;
    }

    .product_table1 th {
        width: 22.4%;
        border-left: 8px solid #EC5F1E;
    }

    .product_table2 th {
        width: 42.81%;
    }
}

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

    .product_table1 th,
    .product_table1 td,
    .product_table2 th,
    .product_table2 td {
        padding: 5px 8px;
        letter-spacing: 0px;
        font-size: 14px;
    }

    .product_table1 th {
        width: 24%;
        padding-left: 4px;
    }

    .product_table1 td {
        padding-right: 0px;
    }

    .product_table2 th {
        width: 40%;
    }
}

/* main
---------------------------------------------------- */
#main {
    height: 610px;
    background: url(../img/top-mainvisual.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 80px;
    min-width: 1080px;
}

#main p {
    font-weight: 900;
    font-size: 36px;
    text-align: right;
    padding-top: 281px;
    letter-spacing: 1.8px;
}

#main p br {
    display: none;
}




.text-focus-in {
    -webkit-animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 2.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-11-27 15:52:19
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}



@media screen and (max-width: 768px) {
    #main {
        height: 289px;
        margin-top: 55px;
        min-width: 0px;
        padding: 0px 10px;
    }

    #main p {
        font-size: 29px;
        line-height: 1.4;
        padding-top: 110px;
        letter-spacing: 1.4px;
    }

    #main p br {
        display: inline;
    }
}

/* message
---------------------------------------------------- */
#message {
    padding: 139px 0px 195px;
}

#message .img1 {
    float: right;
    width: 402px;
    height: auto;
}

#message p {
    line-height: 1.7;
    letter-spacing: 0.75px;
}

.bold {
    font-weight: 900;
}

#message .p1 {
    display: block;
    text-align: right;
    max-width: 595px;
}

@media screen and (max-width: 768px) {
    #message {
        padding: 71px 10px 85px;
        text-align: center;
    }

    #message .img1 {
        float: none;
        width: 282px;
        height: auto;
        display: block;
        margin: 0px auto 30px;
    }

    #message p {
        line-height: 1.6;
        display: inline-block;
        text-align: left;
    }

    #message .p1 {
        max-width: auto;
        max-width: initial;
        margin-top: 10px;
    }
}

/* product
---------------------------------------------------- */
#product {
    background: url(../img/top-product-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 152px 0px 150px;
    min-width: 1080px;
}

#product .catch {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.product_container {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-left: 16px solid #EC5F1E;
    padding: 60px 91px 58px 75px;
    position: relative;
}

.product_contents1 {
    float: left;
}

.product_contents2 {
    float: right;
}

.product_container dl + dl {
    margin-top: 15px;
}

.product_container dt {
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.75px;
}

.product_container dd {
    line-height: 1.7;
    letter-spacing: 0.75px;
}

@media screen and (max-width: 768px) {
    #product {
        padding: 98px 10px 111px;
        min-width: 0px;
    }

    #product .catch {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        margin-bottom: 10px;
    }

    .product_container {
        border-left: 8px solid #EC5F1E;
        padding: 60px 20px 68px 12px;
    }

    .product_contents1 {
        float: none;
    }

    .product_contents2 {
        float: none;
        margin-top: 15px;
    }

    .product_container dt,
    .product_container dd {
        line-height: 1.6;
    }
}

/* outline
---------------------------------------------------- */
#outline {
    padding: 120px 0px 127px;
}

#outline table {
    border-collapse: separate;
    border-spacing: 0px 16px;
    width: 50%;
    border: none;
    float: left;
    box-sizing: border-box;
}

#outline th,
#outline td {
    padding: 7px 10px;
    border: none;
    box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0.75px;
}

#outline th {
    width: 175px;
    background: #383838;
    color: #fff;
    border-left: 16px solid #EC5F1E;
    font-weight: 700;
    padding-left: 0px;
}

#outline th .small {
    font-size: 12px;
}

#outline td a {
    color: #EC5F1E;
}

@media screen and (max-width: 768px) {
    #outline {
        padding: 88px 10px 74px;
    }

    #outline table {
        width: 100%;
        float: none;
    }

    #outline table + table {
        margin-top: -16px;
    }

    #outline th {
        width: 34%;
        border-left: 8px solid #EC5F1E;
    }
}

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

    #outline th,
    #outline td {
        padding: 5px 10px;
        letter-spacing: 0px;
        font-size: 14px;
    }

    #outline th {
        width: 36%;
        padding-left: 6px;
    }

    #outline td {
        padding-right: 0px;
    }
}

/* contact
---------------------------------------------------- */
#contact {
    background: url(../img/top-contact-bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 151px 0px 107px;
    text-align: center;
    min-width: 1080px;
}

#contact .catch {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 45px;
}

#contact h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 21px;
}

#contact ol {
    line-height: 1.75;
    font-size: 12px;
    list-style: decimal outside;
    display: inline-block;
    text-align: left;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    #contact {
        padding: 75px 10px;
        text-align: left;
        min-width: 0px;
    }

    #contact .catch {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 40px;
    }

    #contact h3 {
        font-size: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    #contact ol {
        display: block;
        margin-left: 18px;
    }
}

/* footer
---------------------------------------------------- */
#footer {
    background: #000;
    border-bottom: 31px solid #EC5F1E;
    color: #fff;
    text-align: center;
    padding: 28px 0px 104px;
    min-width: 1080px;
}

@media screen and (max-width: 768px) {
    #footer {
        font-size: 14px;
        min-width: 0px;
    }
}

/* pagetop
---------------------------------------------------- */

#pagetop {
    width: 67px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 90;
}

@media screen and (max-width: 768px) {
    #pagetop {
        width: 43px;
        right: 10px;
        bottom: 10px;
    }
}

/* fadein
---------------------------------------------------- */

.fadein {
    opacity: 0;
    transition: transform 1s, opacity 1s;
    transform: translate(0, 70px);
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* drawer
---------------------------------------------------- */

#drawer-container {
    display: none;
}

@media screen and (max-width: 768px) {
    #drawer-container {
        display: block;
    }

    .drawer-hamburger {
        padding-top: 4px;
    }

    .drawer-nav {
        background-color: #fff;
        padding: 0px;
        border-left: 16px solid #EC5F1E;
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:after,
    .drawer-hamburger-icon:before {
        height: 4px;
        background-color: #000;
    }

    .drawer-hamburger-icon {
        background-color: #EC5F1E;
    }

    .drawer-open .drawer-hamburger-icon:before {
        background-color: #000;
    }

    .drawer-open .drawer-hamburger-icon:after {
        background-color: #EC5F1E;
    }

    .drawer-txt {
        color: #000;
        font-size: 10px;
        letter-spacing: 1px;
    }

    .drawer-txt2 {
        color: #000;
        font-size: 10px;
        display: none;
    }

    .drawer-open .drawer-txt {
        display: none;
    }

    .drawer-open .drawer-txt2 {
        display: inline;
        letter-spacing: -0.5px;
    }

    .drawer-menu .li2 {
        text-align: center;
        margin-bottom: 48px;
        padding-right: 16px;
        margin-top: 150px;
    }

    .drawer-menu .li2 img {
        width: 219px;
        height: auto;
    }

    .drawer-menu .li1 {
        margin: 42px 0px 0px;
        text-align: center;
        padding-right: 16px;
    }

    .drawer-menu .li1 a {
        display: inline-block;
        border-bottom: 4px solid #EC5F1E;
        padding: 0px 7px 7px;
        font-weight: 900;
    }

    .drawer-menu-item {
        text-decoration: none;
        font-size: 25px;
        letter-spacing: 1.25px;
    }

    .drawer-menu-item:hover {
        text-decoration: none;
    }

    .drawer-overlay {
        background-color: #fff;
        border-left: 16px solid #EC5F1E;
    }
}
