.wrap_slider {
    position: relative;
}
.wrap_slider .slider_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Oswald';
    z-index: 10;
    color: #fff;
    font-size: 5rem;
    letter-spacing: -.03em;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    text-shadow: 2px 2px black;
}
.wrap_slider .slider_copy .slider_copy_sub {
    font-size: .7em;
    font-weight: 200;
}
.wrap_slider .q_slider_item {
    height: 80vh;
}
.wrap_slider .q_slider_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wrap_slider .q_slider_item img.contain {
    object-fit: contain;
}
.wrap_slider .q_slider_item .box_btn {
    z-index: 10;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    width: 100%;
}
.wrap_slider .q_slider_item .box_btn a {
    background-color: #f00;
    color: #fff;
    text-decoration: none;
    padding: 0.8em 3em;
}

.category h2 {
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 3.6rem;
    letter-spacing: -.02em;
    line-height: 1.1em;
    padding: 1.7em 0;
    text-align: center;
}
.category ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.category ul li {
    position: relative;
    width: 100%;
    background-color:#000;
}
.category ul li .icon {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.category ul li img {
    opacity: .7;
}
.category li .icon_holder.fa {
    font-weight: 400;
    color: #ffffff;
    border-color: rgba(255,255,255,0.6);
/*    padding: 0.7em;*/
    border-radius: 500px;
    border: 2px solid rgba(255,255,255,.6);
    width: 2.6em;
    height: 2.6em;
    position: relative;
}
.category li .fa:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.category li .icon_holder.fa.fa-sitemap {
    font-weight: 600;
    padding: 0.7em 0.6em;
}
.category li .fa.fa-hand-grab-o:before {
    content: "\f255";
}
.category li .fa.fa-hand-lizard-o:before {
    content: "\f258";
}
.category li .fa.fa-sitemap:before {
    content: "\f0e8";
}
.category ul li .name_category {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
    color: #fff;
    font-family: oswald;
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: -.02em;
    width: 100%;
}
.category ul li .name_category .category_dscr {
    font-size: .7em;
    line-height: 1.1em;
}

section.outline_xtc {
    background-color: #191919;
    padding: 6% 3%;
}
.outline_xtc h2 {
    font-family: oswald;
    color: #fff;
    font-weight: 200;
    letter-spacing: -.02em;
    font-size: 3.2rem;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: .5%;
}
.outline_xtc h2 sup {
    font-size: .4em;
    transform: translate(0,-20%);
    display: inline-block;
}
.outline_xtc h2 .h2_sub {
    line-height: 1.3em;
    font-size: .8em;
    color: #999;
}
.outline_xtc .area_descr {
    display: flex;
}
.outline_xtc .area_descr .box_img {
    width: 50%;
}
.outline_xtc .area_descr .box_descr {
    width: 50%;
    color: #d7bc99;
    padding: 5% 0;
}
.outline_xtc .area_descr .box_descr p {
    padding-bottom: 1em;
    line-height: 1.8em;
}
.outline_xtc .area_descr .box_descr h3 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 2.6rem;
    padding-top: 1em;
}
.outline_xtc .area_descr .box_descr ul {
    margin: 0;
    padding-left: 1em;
    padding-bottom: 3em;
}
.outline_xtc .area_descr .box_descr ul li {
    padding-bottom: 0.6em;
}
.outline_xtc .area_descr .box_descr ul li a{
	color:#f00;
	text-decoration:none;
}
.outline_xtc a.link_btn{
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

section.prod_outline{
	padding: 6% 3%;
}
.prod_outline h2 {
    font-family: oswald;
    color: #d69238;
    font-weight: 200;
    letter-spacing: -.02em;
    font-size: 3.2rem;
    line-height: 1em;
    border-bottom: 1px solid #fff;
    padding-bottom: .5%;
    text-align: center;
}
.prod_outline h2 .h2_sub{
	font-size:.8em;
	color:#444;
}
.prod_outline p {
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 2.56rem;
    letter-spacing: -.02em;
    text-align: center;
    padding-bottom: 0.3em;
}
.prod_outline .wrap_btn {
    text-align: center;
}
.prod_outline .wrap_btn a.link_btn {
    background-color: #fff;
	border: 1px solid #000;
    color: #000;
}
section.prod_outline.effects h2 {
    padding-bottom: 1em;
}
section.prod_outline.effects p {
    padding-top: 1em;
}
/*section.gallery {
	background-color: #5f9ea0;
    display: flex;
    padding: 5% 0 5% 3%;
    justify-content: space-between;
}
.gallery .g_dscr {
    width: 27%;
    color: #fff;
}
.gallery .g_image {
    width: 70%;
}
.gallery .g_dscr h2 {
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 3.2rem;
    letter-spacing: -.02em;
    line-height: 1em;
    padding-bottom: 0.5em;
}
.gallery .g_dscr p {
    padding-bottom: 1em;
}
*/
section.sns {
    padding: 6% 3%;
}
.wrap_sns {
    display: flex;
    justify-content: center;
}
.sns h2 {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    padding-bottom: 1em;
}
.wrap_sns .box_sns {
    width: 40%;
    margin: 0 25px;
}
.wrap_sns .box_sns .fb-page.fb_iframe_widget {
    width: 100%;
}
.fb_iframe_widget span {
    width: 100% !important;
}
.fb_iframe_widget iframe {
    width: 100% !important;
}

.available h2{
	font-family: oswald;
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: -.04em;
    padding: 1em;
}

@media screen and (max-width: 900px){
.wrap_slider .q_slider_item {
    height: 40vh;
}
.wrap_slider .slider_copy {
    width: 90%;
}
	.category ul li .icon {
    transform: translate(-50%,-50%) scale(.5);
    top: 30%;
}
.category ul li .name_category {
    font-size: 1.8rem;
}

}

@media screen and (max-width: 600px){
	header .header_inner .wrap_nav.on{
		padding:20% 10% 10%;
	}
	header .header_inner .wrap_nav .nav_child {
    white-space: unset;
}
	.wrap_slider .slider_copy {
	    font-size: 3rem;
	}
	.category h2 {
    padding: 1.7em 3%;
    font-size: 2.4rem;
}
.category ul{
	display:block;
}
.category ul li .icon {
    transform: translate(-50%,-50%);
}
.prod_outline h2 {
    font-size: 2.4rem;
}
.prod_outline p {
    font-size: 1.4rem;
}
.prod_outline .wrap_btn a.link_btn {
    width: 80%;
    margin: 6px 0;
}
.available h2 {
    font-size: 2.4rem;
}
.category ul li .name_category {
    font-size: 2.4rem;
}
.wrap_sns {
    display: block;
}
.wrap_sns .box_sns {
    width: 80%;
    margin: 0 auto 80px;
}
}