@charset "utf-8";

.drawer-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.drawer-menu {
	width: 100%;
	height: 7.0rem;
	height: 7.0rem;
	box-sizing: border-box;
	padding: 0;
	background-color: #fff;
	border-bottom: 5px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.drawer-menu > li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

/* ====================
    product-cont
======================= */

.product-cont {
    width: 1000px;
    margin: 15.0rem auto 0 auto;
}

.product-inner {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 5.0rem;
}

.product-inner:nth-of-type(odd) .inner-smn{
    padding-right: 3.0rem;
}

.product-inner:nth-of-type(even) .inner-smn {
    padding-left: 3.0rem;
}

.product-inner > div {
    width: 50%;
    box-sizing: border-box;
}

.product-inner .inner-txt {
    box-sizing: border-box;
    padding: 0 8.0rem;
}

.product-inner .inner-smn img {
    
}

.product-inner div h3 {
    font-size: 2.6rem;
    margin-bottom: 2.0rem;
}

.product-inner .white-link {
    margin: 5.0rem 0 0;
    text-align: center;
}

.sp-mask {
    width: 100% !important;
    height: 300px !important;
}

.sp-slide {
    width: 100% !important;
}

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

    .product-cont {
        width: 100%;
        margin: 15.0rem auto 0 auto;
    }

    .product-inner .inner-txt {
        box-sizing: border-box;
        padding: 0 3.0rem;
    }
    
}

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

    .product-cont {
        margin: 10.0rem auto 0 auto;
    }
    
    .history-cont {
        width: 100%;
        margin: 5rem 0;
    }

    .product-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-inner > div {
        width: 100%;
    }

    .product-inner:nth-of-type(odd) .inner-smn{
        padding-right: 0;
    }

    .product-inner:nth-of-type(even) .inner-smn {
        padding-left: 0;
    }

    .product-inner:nth-of-type(even) .inner-smn {
        order: 1;
    }

    .product-inner:nth-of-type(even) .inner-txt {
        order: 2;
    }
    
    .product-inner div h3 {
        font-size: 2.1rem;
        margin-bottom: 1.0rem;
    }
    
    .product-inner div p {
        font-size: 1.4rem;
    }
    .product-inner .white-link {
        margin: 2.4rem auto 0;
        width: 25.0rem;
        height: 4.5rem;
    }
    
}