@charset "utf-8";

/*reset*/
* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.br-pc {
    display: block;
}

.br-tb {
    display: none;
}

.br-sp {
    display: none;
}

/*End reset*/

html {
    font-size: 16px;
}

body {
    font-family: 'Noto Serif JP', serif;
    background-color: #fcfcfc;
    letter-spacing: 0.08rem;
}

main {
    max-width: 1024px;
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    transition: 0.5s;
    text-decoration: none;
    color: #28385e;
}

a:hover {
    opacity: 0.7;
}

/*@drawer custom*/
.drawer-nav,
.drawer-navbar-header,
.drawer-navbar,
.drawer-dropdown-menu-item {
    background-color: #312114 !important;
}

.drawer-container a {
    color: white !important;
    font-size: 1rem;
}

.drawer-brand {
    font-size: 1.5rem !important;
    letter-spacing: 0.4rem;
    margin-right: 0.5em;
}

.drawer-brand i {
    margin-right: 0.5em;
}

.drawer-nav {
    /*    width: 100%!important;*/
    display: flex;
    justify-content: flex-end
}

.drawer-nav li {
    margin-right: 0.5em;
    /*      margin: 0 auto;*/
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
    background-color: white !important;
}

.drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
}

/*@end drawer custom*/

/*moving letter*/
.ml3 {
    font-weight: 900;
    font-size: 3.5em;
    letter-spacing: 0.2rem;
}

/*end/mooving letter*/

/*slick box layout*/
.slick-box {
    width: 90%;
    margin: 0 auto;
    background-color: #e6e6e6;
}

.slick-item {
    width: 100%;
    /*箱の高さを合わせる*/
    height: 30vw;
    /*  padding: 40px 0;*/
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*  background-color: white;*/
}

.slick-item figure {
    width: 90%;
    /*  margin-bottom: 20px;*/
}

.slick-item p {
    width: 90%;
    text-align: justify;
    font-size: 0.8em;
    font-weight: bold;
    color: #28385e !important;
}

.slick-item p:last-child {
    text-align: right;
    margin-top: 0.8em;
}

.slick-item p a {
    color: #28385e;
    text-decoration: none;
}

.slick-item a:hover {
    opacity: 0.5;
}

.slick-item p a i {
    padding-left: 0.3em;
}

/*header*/

#header-home {
    width: 100%;
    height: 55vh;
    background-image: url(../img/top-03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    /*background-size: contain*/
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*end header*/

#headertext h1 {
    font-size: 1rem;
    text-align: center;
    color: #28385e
}

/*main*/
.wrap section {
    margin: 10px;
    border-radius: 5px;
    background: #e6e6e6;
    padding: 15px;
    flex: 1;
}

.wrap .col-2 {
    flex: 2;
}

.wrap h1 {
    color: #312114;
    font-size: 1.7rem;
    line-height: 2.5;
    text-align: center;
    margin: 0 0 3rem 0;
}

.wrap h2 {
    color: #516c8d;
    font-size: 1.5rem;
    line-height: 2;
}

.wrap h3 {
    color: #516c8d;
    font-size: 1.3rem;
    line-height: 2;
}

.wrap h4 {
    color: #312114;
    font-size: 2rem;
    line-height: 2;
}

.wrap h5 {
    color: #28385e;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
}

.wrap h6 {
    color: #28385e;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 800
}

.wrap p {
    color: #28385e;
    margin: 10px auto;
    font-size: 1rem;
    line-height: 2.25;
}

#col-1,
#col-2,
#col-3,
#col-4,
#col-5,
#col-6 {
    padding: 3rem 2rem;
}

.detail {
    width: 85%;
    margin: 0 auto;
    text-align: justify;
}

/*background pic CSS*/
.concept-pic-01 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 89, 0.5) 50%, rgba(2, 0, 75, 0.5) 100%) fixed, url(../img/concept-01.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.product-pic-01 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 89, 0.3) 50%, rgba(2, 0, 75, 0.2) 100%) fixed, url(../img/suitup_02.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.product-pic-02 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 89, 0.5) 50%, rgba(2, 0, 75, 0.5) 100%) fixed, url(../img/products-02.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.product-pic-03 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 89, 0.5) 50%, rgba(2, 0, 75, 0.5) 100%) fixed, url(../img/products-03.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.product-pic-04 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 89, 0.5) 50%, rgba(2, 0, 75, 0.5) 100%) fixed, url(../img/products-04.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.product-pic-05 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 89, 0.3) 50%, rgba(2, 0, 75, 0.3) 100%) fixed, url(../img/repair_01.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.order-pic-01 {
    width: 100%;
    height: 50%;
    background-color: #28385e;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 89, 0.1) 50%, rgba(2, 0, 75, 0.5) 100%) fixed, url(../img/suit-01.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.product-pic {
    margin: 0 0 3.5rem 0;
}

.product-pic h1,
.product-pic p {
    text-align: center;
    color: rgba(255, 255, 255, 0.79);
}

.product-pic h1{
    font-size: 1.8rem;
    margin: 7rem 0 3.5rem;
}



.product-pic p {
    font-size: 1rem;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 3.5em;
    letter-spacing: 0.15rem;
}

/*end/background pic CSS*/

/*col-1 col-2 col-3 col-4 col-5 col-6*/
.col-1 .product-pic {
    margin-top: 0;
}
.col-1 h2 {
    text-align: center;
    margin: 4rem auto 0;
}
.col-1 #concept-detail p {
    line-height: 4rem;
    text-align: center;
    letter-spacing: 0.085rem;
    padding: 2rem 0;
}
.col-1 #link-btn-text-3 {
    width: 15rem;
    text-align: center;
    margin: 3rem auto;
    font-size: 1.1rem;
    transition: 0.3s;
    font-weight: 700;
    border: solid 1px #6a91c1;
    vertical-align: center;
}
.col-1 #link-btn-text-3:hover {
    opacity: 0.5
}

.col-2 #link-btn-text-2 {
    width: 15rem;
    text-align: center;
    margin: 6rem auto 2rem;
    font-size: 1.1rem;
    transition: 0.3s;
    font-weight: 700;
    border: solid 1px #6a91c1;
}
.col-2 #link-btn-text-2:hover {
    opacity: 0.5
}

.col-3 h2 {
    font-size: 1.7rem;
    line-height: 2.5;
    text-align: center;
    margin: 0 0 3rem 0;
    font-size: 1.8rem;
    margin: 7rem 0 3.5rem;
    color: rgba(255, 255, 255, 0.79)
}
.col-3 .products-01 {
    display: flex;
    justify-content: space-between;
}
.col-3 h3{
        text-align: center;
}
.col-3 h5 {
    margin: 1rem 0 0.5rem;
}
.col-3 .detail p {
    margin-bottom: 5rem;
}

.col-3 .brand {
    text-align: center;
}
.col-3 .brand img {
    width: 600px;
    height: auto;
    margin: 0 auto 0.7rem;
}
.col-3 .products-05 a {
    font-weight: 800;
    margin-top: 2.5rem;
}
.col-3 .banner-box-s {
    /*display: block;*/
    width: 300px;
    margin: 0.5rem auto 5rem;
    ;
}

#btn-text-1 {
    /*    width: 25rem;*/
    text-align: center;
    margin: 0 auto;
    font-size: 1.1rem;
    transition: 0.3s;
}

#link-btn-1 {
    position: relative;
    display: inline-block;
}

#link-btn-1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #6a91c1;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#link-btn-1:hover::after {
    width: 100%;
}

.col-4 .detail p {
    margin-bottom: 3.5rem;
    font-size: 0.95rem
}
.col-4 .detail h2:first-child {
    margin-top: 4.5rem;
}
.col-4 .detail h2{
    color: #516c8d;
    font-size: 1.2rem;
    line-height: 2;
}

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

.col-5 h1 {
    margin-bottom: 3rem;
}
.col-5 .map-flex {
    display: block;
    justify-content: space-between;
}
.col-5 .google-map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /*好きなサイズに指定 56.25%はYouTubeの比率*/
}
.col-5 .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
}

.col-5 table {
    color: #28385e;
    width: 100%;
    height: auto;
    margin: 0 0 0 1rem;
    font-size: 1rem;
    border-collapse: collapse;
    border-spacing: 0px;
    /*background-color: yellow;*/
    /*    margin-top: -1rem;*/
}
.col-5 table tr {
    border-bottom: solid 1px #6a91c1;
}
.col-5 table tr:last-child {
    border-bottom-style: none;
}
.col-5 table th {
    width: 25%;
    padding: 1.5rem 0.5rem;
    /*text-align: left;*/
}
.col-5 table td {
    /*width: 100%;*/
    padding: 1.5rem 0.5rem;
}
.col-5 table td p {
    padding: 0.3rem 0 0 0;
}
.col-5 .seemap {
    background-color: #6a91c1;
    border-radius: 1rem;
    padding: 0.3rem;
    margin: 0 auto;
    font-size: 0.8rem;
}

.col-6 p {
    width: 85%;
}
.col-6 h2 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    color: #312114;
    font-size: 2rem;
    line-height: 2;
}
/*end/col-1 col-2 col-3 col-4 col-5 col-6*/
/*endmain*/

/*footer*/
.footer {
    color: white;
    min-height: 100px;
    background-color: #312114;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*End footer*/

/*Top Back*/
.top-bg {
    background-color: #fcfcfc;
    width: 100%;
}

.top a {
    display: block;
    text-decoration: none;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #312114;
    color: white;
    line-height: 60px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: -40px;
    transition: 0.5s;
}

.top a:hover {
    color: #6a91c1;
    opacity: 1;
}

/*End Top Back*/
@media screen and (min-width: 1024px) {
    .wrapper {
        width: 1024px;
    }

}

@media screen and (max-width: 1023px) {
    .drawer-nav {
        width: 12rem !important;
        display: flex;
        justify-content: flex-start;
    }

    .slick-item {
        /*箱の高さを合わせる*/
        height: 48vw;
        padding: 40px 0;
    }
}

@media screen and (max-width: 840px) {
    .br-pc {
        display: none;
    }

    .br-tb {
        display: block;
    }

    .br-sp {
        display: none;
    }

    .wrap {
        flex-direction: column;
    }

    .detail {
        width: 95%;
        margin: 0 auto;
    }

    .col-5 .map-flex {
        display: block;
        padding: 0;
    }

    .col-5 table {
        margin: 0;
    }

    .col-6 h4 {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .br-pc {
        display: none;
    }

    .br-tb {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .slick-box {
        width: 100%;
    }

    .slick-item {
        /*箱の高さを合わせる*/
        height: 80vw;
    }
}

@media screen and (max-width:480px) {
    .wrap section {
        margin: 5px;
    }

    #headertext h1 {
        display: none;
    }

    .wrap h2 {
        font-size: 1.2rem;
    }

    .product-pic h1{
    font-size: 1.7rem;
}

    .product-pic h2{
    font-size: 1.7rem;
}

    .slick-item p {
        font-size: 1em;
    }

    .col-1 #concept-detail p {
        line-height: 2.5rem;
        text-align: center;
        letter-spacing: 0.005rem;
    }

    #col-1,
    #col-2,
    #col-3,
    #col-4,
    #col-5,
    #col-6 {
        max-width: 480px;
        padding: 2.5rem 1rem;
    }

    #col-1 h1 {
        font-size: 1.3rem;
    }

    .detail {
        width: 100%;
        margin: 0 auto;
    }

    #col-1 #concept-detail p {
        text-align: left;
    }

    .col-3 h3 {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .col-3 .product-pic {
        margin: 3.5rem 0 1.5rem;
    }

    .col-3 .products-01 {
        display: block;
    }

    .col-3 .order-suit {
        width: 100%;
        margin-bottom: 2rem;
    }
    
.col-3 .brand p{
    text-align: left;
    }

    .col-3 .products3-4 {
        display: block;
    }

    .col-3 .products3-flex,
    .products4-flex {
        width: 100%;
    }

    .col-3 .products-05 a p {
        font-size: 0.9rem;
        transition: 0.3s;
    }

    .col-3 .brand p {
        font-size: 0.9rem;
    }

    .col-5 .google-map {
        padding-top: 400px;
    }

    .col-5 table {
        height: auto;
        margin: 0;
        padding: 0;
        /*    background-color: pink;*/
    }

    .col-5 table th {
        /*    text-align: left;*/
        width: 25%;
        padding: 1em 0.3em;
    }

    .col-5 table td {
        width: 75%;
        padding: 1em 1em;
        /*margin: 0 auto;*/
    }

    .col-6 p {
        width: 100%;
    }

}
