@charset "UTF-8";

/*++++++++++++++++++++++++++
背景
++++++++++++++++++++++++++*/
#wrapper {
    width: 100%;
    margin: auto;
    padding: 0 0 0;
    box-sizing: border-box;
    clear: both;
    background-image: url(../images/background.jpg);
    background-position: center center;
    background-size: 100% auto;
}

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

/*++++++++++++++++++++++++++
共通
++++++++++++++++++++++++++*/
section {
    padding: 0;
    margin: 0 auto 50px;
}




/*++++++++++++++++++++++++++
ヘッダー
++++++++++++++++++++++++++*/
header {}

header nav {}

header nav h1 {}

/*++++++++++++++++++++++++++
mainvisual
++++++++++++++++++++++++++*/
#mainvisual {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 0;
}

.bg-slider {
    height: 100vh;
    width: 100%;
    background-position: center bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

#mainvisual .logo {
    max-width: 286px;
    position: absolute;
    top: 40px;
    left: 34px;
    transition: all 0.5s ease-out;
}

#mainvisual .main_photo {
    position: absolute;
    top: 0;
    right: -20px;
    width: 50%;
    height: auto;
    transition: all 0.5s ease-out;
}

#mainvisual .main_title {
    position: absolute;
    top: 0;
    right: 10px;
    max-width: 570px;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
    animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#mainvisual .character {
    position: absolute;
    bottom: 20px;
    right: 10px;
    max-width: 160px;
    height: auto;
}

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

    #mainvisual .main_photo {
        width: 60%;
    }

    #mainvisual .logo {
        max-width: 220px;
        top: 20px;
        left: 10px;
    }
}

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

    #mainvisual .logo {
        max-width: 150px;
    }
}



/*++++++++++++++++++++++++++
about
++++++++++++++++++++++++++*/
#about {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 80px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#about .about_photo {
    margin: 0 auto 0 0;
    width: 50%;
    min-height: 700px;
    background-image: url(../images/about.jpg?210706);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
}

#about .about_txtarea {
    margin: 0 auto 0 0;
    width: 50%;
    padding: 0 10% 0 5%;
    box-sizing: border-box;
}

#about .about_title {
    font-size: 38px;
    line-height: 1.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 10px auto 70px;
    letter-spacing: 0.1em;
    padding: 0 0 0 0;
}

#about .about_title span {
    font-size: 18px;
    display: block;
    color: #888888;
    letter-spacing: 0.2em;
}

#about .about_txt {
    font-size: 18px;
    color: #6C2F09;
    line-height: 2em;

}

@media screen and (max-width: 767px) {
    #about {
        flex-direction: column-reverse;
    }

    #about .about_photo {
        margin: 0 auto 0 auto;
        width: 90%;
        min-height: 500px;
        box-sizing: border-box;
    }

    #about .about_txtarea {
        margin: 0 auto 0 0;
        width: 100%;
        padding: 0 5% 20px 5%;
    }

    #about .about_title {
        font-size: 30px;
        margin: 10px auto 30px auto;
        padding: 0 0 0 30px;
    }

    #about .about_title span {
        font-size: 16px;
    }

    #about .about_txt {
        font-size: 16px;
    }

}


/*++++++++++++++++++++++++++
policy
++++++++++++++++++++++++++*/
#policy {
    box-sizing: border-box;
    margin: 150px auto 0;
}


#policy .policy_title {
    font-size: 38px;
    line-height: 1.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto 0 13%;
    letter-spacing: 0em;
    padding: 0 0 0 0;
}

#policy .policy_title span {
    font-size: 18px;
    display: block;
    color: #888888;
    letter-spacing: 0.2em;
}

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

    #policy .policy_title {
        font-size: 30px;
        margin: 0 auto 0 auto;
        padding: 0 0 0 30px;
    }

    #policy .policy_title span {
        font-size: 16px;
    }
}

/*++++++++++++++++++++++++++
policy_sozai
++++++++++++++++++++++++++*/

#policy .policy_sozai {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin: -100px 0 0 0;
}

#policy .sozai_photo {
    position: absolute;
    width: 70%;
    height: 450px;
    right: 0;
    background-image: url(../images/policy01.jpg);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    z-index: 1;
}

#policy .sozai_txtarea {
    flex-basis: 60%;
    /* 要素の幅指定 */
    background-color: #ffffff;
    width: 50%;
    z-index: 2;
    box-sizing: border-box;
    margin: 200px auto 0 0;
    padding: 30px 80px;
    background-image: url(../images/policy_bk.png);
    background-position: top 0 right 0;
    background-size: 300px auto;
    background-repeat: no-repeat;
    box-sizing: border-box;

}

#policy .sozai_no {
    font-size: 38px;
    vertical-align: middle;
    line-height: 1em;
    padding: 0 0 20px;
}

#policy .sozai_no span {
    font-size: 18px;
    vertical-align: 5px;
}

#policy .sozai_title {
    font-size: 25px;
    color: #6C2F09;
    padding: 0 0 20px;
}

#policy .sozai_txt {
    font-size: 16px;
    line-height: 2em;
}

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

    #policy .policy_sozai {
        margin: 50px 0 0 0;
    }

    #policy .sozai_photo {
        width: 100%;
        height: 230px;
    }

    #policy .sozai_txtarea {
        flex-basis: 85%;
        margin: 200px auto 0 auto;
        padding: 30px 30px;
    }

}




/*++++++++++++++++++++++++++
policy_tare
++++++++++++++++++++++++++*/

#policy .policy_tare {
    position: relative;
    display: flex;
    /* 横並びに */
    align-items: flex-start;
    /* 上下中央揃え */
    margin: 100px 0 0 0;
}

#policy .tare_photo {
    position: absolute;
    width: 70%;
    height: 450px;
    left: 0;
    background-image: url(../images/policy02.jpg);
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
    z-index: 1;
}

#policy .tare_txtarea {
    flex-basis: 60%;
    /* 要素の幅指定 */
    background-color: #ffffff;
    width: 50%;
    z-index: 2;
    box-sizing: border-box;
    margin: 200px 0 0 auto;
    padding: 30px 80px;
    background-image: url(../images/policy_bk.png);
    background-position: top 0 right 0;
    background-size: 300px auto;
    background-repeat: no-repeat;
    box-sizing: border-box;

}

#policy .tare_no {
    font-size: 38px;
    vertical-align: middle;
    line-height: 1em;
    padding: 0 0 20px;
}

#policy .tare_no span {
    font-size: 18px;
    vertical-align: 5px;
}

#policy .tare_title {
    font-size: 25px;
    color: #6C2F09;
    padding: 0 0 20px;
}

#policy .tare_txt {
    font-size: 16px;
    line-height: 2em;
}


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

    #policy .policy_tare {
        margin: 30px 0 0 0;
    }

    #policy .tare_photo {
        width: 100%;
        height: 230px;
    }

    #policy .tare_txtarea {
        flex-basis: 85%;
        margin: 200px auto 0 auto;
        padding: 30px 30px;
    }


}



/*++++++++++++++++++++++++++
products
++++++++++++++++++++++++++*/
#products {
    box-sizing: border-box;
    padding: 0 5px 100px;
    margin: 300px auto 0;
    background-image: url(../images/products_illust.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: repeat-y;
    box-sizing: border-box;
    position: relative;
}

#products .products_title {
    font-size: 38px;
    position: absolute;
    line-height: 1.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -115px;
    left: 13%;
    /*margin: -0 auto 0 13%;*/
    letter-spacing: 0em;
}

#products .products_title em {
    color: #ffffff
}

#products .products_title span {
    font-size: 18px;
    display: block;
    color: #888888;
    letter-spacing: 0.2em;
}

#products .products_bk {
    position: absolute;
    top: -7%;
    right: 0;
    width: 65%;
    height: auto;
    display: block;
    transition: all 0.5s ease-out;
}

@media screen and (min-width: 1300px) {

    #products .products_bk {
        top: -9%;
        width: 50%;
    }
}

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

    #products .products_bk {
        top: -6%;
        width: 65%;
    }
}

@media screen and (max-width: 640px) {
    #products {
        padding: 0 5px 100px;
        margin: 200px auto 0;
    }

    #products .products_title {
        font-size: 30px;
        top: -93px;
        left: 43%;
    }

    #products .products_title span {
        font-size: 16px;
    }

    #products .products_bk {
        display: none;
    }
}




/*++++++++++++++++++++++++++
item_area
++++++++++++++++++++++++++*/

#products .item_area {
    color: #ffffff;
    padding: 150px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}

#products .item_name {
    font-size: 30px;
    padding: 0 0 18px;
}

#products .item_number {
    font-size: 16px;
    padding: 0 0 18px;
}

#products .item_txt {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8em;
}

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

    #products .item_area {
        padding: 130px 0 0;
    }

    #products .item_name {
        font-size: 25px;
        padding: 0 0 15px;
    }

    #products .item_number {
        font-size: 15px;
        padding: 0 0 15px;
    }

    #products .item_txt {
        font-size: 15px;
    }

}




/*++++++++++++++++++++++++++
item1
++++++++++++++++++++++++++*/

#products .item1 {
    margin: auto;
    width: 30%;
    padding: 0 10%;
}

#products .item1_photo {
    text-align: center;
    margin: auto;
    max-width: 216px;
}

#products .item2 {
    margin: 250px auto 0 auto;
    width: 30%;
    padding: 0 10% 0;
}

#products .item2_photo {
    text-align: center;
    margin: auto;
    max-width: 315px;
}

#products .item3 {
    margin: 50px auto 0 auto;
    width: 30%;
    padding: 0 10% 0;
}

#products .item3_photo {
    text-align: center;
    margin: auto;
    max-width: 228px;
}

#products .item4 {
    margin: 150px auto 0 auto;
    width: 30%;
    padding: 0 10% 0;
}

#products .item4_photo {
    text-align: center;
    margin: auto;
    max-width: 200px;
}

#products .item5 {
    margin: 50px auto 0 auto;
    width: 30%;
    padding: 0 10% 0;
}

#products .item5_photo {
    text-align: center;
    margin: auto;
    max-width: 370px;
}

#products .item6 {
    margin: 150px auto 0 auto;
    width: 40%;
    padding: 0 5% 0;
}

#products .item6_photo {
    text-align: center;
    margin: auto;
    max-width: 400px;
}

#products .item7 {
    margin: 50px auto 0 0;
    padding: 0 0 0 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

#products .item7_photo {
    text-align: center;
    margin: 0 auto 0 0;
    max-width: 260px;
}

#products .item7_txtarea {
    margin: 0 auto 20px 50px;
}

#products .products_btn {
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    display: block;
    margin: 100px auto 0;
    padding: 10px;
    border: #ffffff 1px solid;
    max-width: 400px;
    box-sizing: border-box;
    background-image: url(../images/arrow.svg);
    background-position: center right 20px;
    background-repeat: no-repeat;

}

#products .products_btn:hover {
    background-color: #ffffff21;
}



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

    #products .item1 {
        width: 320px;
        padding: 0;
    }

    #products .item1_photo {
        margin: auto;
        max-width: 190px;
    }

    #products .item2 {
        margin: 80px auto 0 auto;
        width: 320px;
        padding: 0;
    }

    #products .item2_photo {
        max-width: 300px;
    }

    #products .item3 {
        margin: 50px auto 0 auto;
        width: 320px;
        padding: 0;
    }

    #products .item3_photo {
        max-width: 228px;
    }

    #products .item4 {
        margin: 50px auto 0 auto;
        width: 320px;
        padding: 0;
    }

    #products .item4_photo {
        max-width: 150px;
    }

    #products .item5 {
        margin: 50px auto 0 auto;
        width: 320px;
        padding: 0;
    }

    #products .item5_photo {
        max-width: 300px;
    }

    #products .item6 {
        margin: 50px auto 0 auto;
        width: 320px;
        padding: 0;
    }

    #products .item6_photo {
        max-width: 320px;
    }

    #products .item7 {
        margin: 50px auto 0 auto;
        padding: 0;
        flex-direction: column;
    }

    #products .item7_photo {
        text-align: center;
        margin: 0 auto 0 auto;
        max-width: 200px;
    }

    #products .item7_txtarea {
        margin: 0 auto 20px auto;
        width: 300px;
    }

    #products .products_btn {
        font-size: 18px;
        margin: 50px auto 0;
        padding: 10px;
        max-width: 400px;
    }

}











/*++++++++++++++++++++++++++
service
++++++++++++++++++++++++++*/

#service {
    box-sizing: border-box;
    margin: 120px auto 120px;
    max-width: 960px;
    padding: 0 5px;
}

#service .service_title {
    font-size: 33px;
    line-height: 1.1em;
    text-align: center;
    /*margin: -0 auto 0 13%;*/
}

#service .service_title span {
    font-size: 17px;
    display: block;
    color: #6C2F09;
    letter-spacing: 0.2em;
}

#service .service_col {
    margin: 70px auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#service .service_col>* {
    width: 45%;
    margin: 0 auto;
}

#service .service_setitle {
    font-size: 25px;
    margin: 20px 0;
    line-height: 1.1em;
    text-align: center;
    color: #6C2F09;
}

#service .service_txt {
    line-height: 1.8em;

}

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

    #service .service_col>* {
        width: 90%;
        margin: 0 auto 50px;
        ;
    }

}

/*++++++++++++++++++++++++++
company
++++++++++++++++++++++++++*/

#company {
    box-sizing: border-box;
    margin: 0 auto 0;
    padding: 120px 5px;
    background-image: url(../images/company_bk.jpg);

}

#company a{
    color: #313131;
}

#company .company_title {
    font-size: 33px;
    line-height: 1.1em;
    text-align: center;
    /*margin: -0 auto 0 13%;*/
}

#company .company_title span {
    font-size: 17px;
    display: block;
    color: #6C2F09;
    letter-spacing: 0.2em;
}


#company .company_table {
    max-width: 960px;
    margin: 80px auto 0;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#company .company_table li {
    font-size: 20px;
    box-sizing: border-box;
    width: 29.6%;
    padding: 20px 15px;
    margin: 0 2px 2px 0;
    background-color: rgba(224, 224, 224, 0.5);
}

#company .company_table ol {
    font-size: 18px;
    box-sizing: border-box;
    width: 70%;
    padding: 20px 15px;
    margin: 0 0 2px 0;
    background-color: rgba(224, 224, 224, 0.5);
}


#company .company_table li:nth-child(4n+1) {
    background-color: rgba(194, 194, 194, 0.5);
}

#company .company_table ol:nth-child(4n+2) {
    background-color: rgba(194, 194, 194, 0.5);
}


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


    #company .company_table li {
        font-size: 18px;
        width: 100%;
        padding: 15px 10px 5px;
        margin: 0 0 0px 0;
    }

    #company .company_table ol {
        font-size: 16px;
        width: 100%;
        padding: 5px 10px 15px;
        margin: 0 0 2px 0;
    }

}



/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer {
    background-color: #333231;
    padding: 50px 5px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

footer .footer_logo {
    max-width: 300px;
    margin: 0 auto 30px;
}

footer .footer_address {
    font-size: 16px;
    margin: 0 auto 10px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

footer .footer_map {
    font-size: 16px;
    display: block;
    margin: 0 auto 30px;
    padding: 8px;
    background-color: #707070;
    max-width: 280px;
}


footer .footer_bannrearea {
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


footer .footer_tel {
    font-size: 18px;
    width: 31%;
    min-height: 75px;
    display: block;
    border: #949494 1px solid;
    display: table;
    margin: 0 auto 10px;
}

footer .footer_contact {
    font-size: 18px;
    width: 31%;
    min-height: 75px;
    display: block;
    border: #949494 1px solid;
    display: table;
    margin: 0 auto 10px;
}

footer .banner_txt {
    display: table-cell;
    vertical-align: middle;
}


footer .footer_online {
    width: 31%;
    min-height: 75px;
    border: #949494 1px solid;
    background-image: url(../images/online_bk.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 0 auto 10px;
}


footer .online_img {
    width: 70%;
    height: auto;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

footer .footer_tel:hover,
footer .footer_contact:hover {
    background-color: #ffffff21;
}

footer .copyright {
    text-align: center;
    font-size: 12px;
    margin: 50px 0 auto 0;
    letter-spacing: 0.1em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

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

    footer .footer_logo {
        max-width: 200px;
    }

    footer .footer_tel {
        font-size: 18px;
        width: 90%;
        margin: 0 auto 10px;
    }

    footer .footer_contact {
        font-size: 18px;
        width: 90%;
        margin: 0 auto 10px;
    }

    footer .footer_online {
        width: 90%;
        margin: 0 auto 10px;
    }

    footer .online_img {
        width: auto;
        height: 70%;
    }

}


/*--------------------------------------
    pagetop
---------------------------------------*/
a#btn_top {
    position: absolute;
    right: 5px;
    top: -20px;
    z-index: 10;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 8px 0 0 0;
    background: #333231;
    font-size: 13px;
    border-radius: 40px;
    line-height: 1.2em;
    overflow: auto;
}

a#btn_top img {
    text-align: center;
    width: 15px;
    top: 10px;
}

a#btn_top:hover {
    text-decoration: none;
    background: #333231;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}




/*--------------------------------------
		lightbox
---------------------------------------*/
.lightbox {
    display: none;
    color: #000;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
}