﻿
span.close:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: white;
    transform: rotate(45deg);
}
span.close:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background: white;
    transform: rotate(-45deg);
}
section#top_products a.more_btn {
    font-size: 20px;
}
.overlay {
    background: #8fddd0 !important;
}
span.close:hover{
    cursor:pointer;
}

span.close {
    position: absolute;
    background: #181818;
    right: -10px;
    top: -13px;
    font-size: 20px;
    color: white;
    line-height: 1em;
    padding: 0;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    padding: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:667px){

    .main_logo{
        display:none;
    }
}
footer{
    position: relative;
}
.button_container {
    background: #8fddd0;
}
#contents2 .con_img{
    overflow:hidden;
}
#contents3 {
    padding-bottom: 0;
}
#contents3 .con_img{
    margin-bottom: 5%;
    max-height: 650px;
}
#contents4 .con_box {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 900px;
    padding-right: 8%;
}
#contents4 .con_img {
    margin-bottom: 5%;
    max-height: 650px;
}
section#top_products .btn {
    position: relative;
}

body {
    background: url(Dup/img/bg2.jpg);
    background-attachment: fixed;
    background-size: cover;
}
#contents3 .con_box {
    background: transparent;
}
section#top_products .box_wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
      justify-content: space-between;

}
.btn a:hover {
    background: #8fddd0;
    color: white;
}
.btn a {
    display: block;
    color: #1c1c1c;
    background: #C7F9F1;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    font-size: 16px;
    transition: all 0.3s;
}
a.more_btn.txt_color3 {
    color: #EF476F; /*#FFC300 #FF5733 #EF476F */
}

section#top_products .box_wrap .box {
    width: 30%;
    margin-bottom: 50px;
}
section#top_products {
    margin-top: 0;
    padding: 0 10%;
    margin-bottom: 120px;
}
p.tel_bt.pop400.mg_t-10px{
    display:none;
}
#fix_banner {
    bottom: -270px;
    left: 10px;
    position: fixed;
    box-shadow: 5px 5px 10px #0000004a;
    width: 250px;
    z-index: 4;
    transition: all 0.4s;
}
#fix_banner:hover{
    transform:translateY(-5px);
}
#fix_banner.banner_active{
    bottom:10px;
}

.nav_menu_more a {
    background-color: #C7F9F1;
    color: black;
}
.hvr_bg_color2:hover {
    background-color: rgb(161 233 221 / 90%);
}
.hvr_txt_color1:hover {
    color: #ffffff;
}

#info_contact_wrap span.pop400.txt_white {
    display: none;
}
#fakeloader:before{
    display:none;
}
#info_contact .con_box p.con_title {
position: absolute;
}
.br:before{
    display:none;
}
#info_contact .con_img:before {
    background-color: rgb(164 203 213 / 37%) !important; 
    outline: 1px solid white;
    outline-offset: -8px;
}
#info_contact .con_box span.hannari {
    font-family: 'Poppins', sans-serif;
    background: #97c6d1;
    padding: 15px 50px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
}
.top_cms_box.cms5 {
    padding: 100px;
}
article#top_cms {
    padding-top: 3%;
}
#info_contact .con_box span.hannari {
    font-family: 'Poppins', sans-serif;
        background: #8fddd0;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 0;
}

/* ---------- loopSlider ---------- */
section#top_conveyor{
    margin-bottom:150px;
    margin-top:150px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 350px;
}
.loopSlider {
    margin: 0 auto;
    height: 350px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider .ul {
    height:350px;
    float: left;
    overflow: hidden;
}
.loopSlider .ul .li {
    width: 350px;
    height: 350px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;

}

.loopSlider .ul .li img{
    border-radius: 0;
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
/*リンクボタン*/
#top_conveyor .btn {
    z-index: 3;
    display: block;
}
#top_conveyor .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
    font-size: 20px;
}
#top_conveyor .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#top_conveyor .btn a span,#top_conveyor .btn a strong {
    text-align: center;
}
#top_conveyor .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#top_conveyor .btn a:hover {
    background: #8fddd0;
    color: #fff;
}
#top_conveyor .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#top_conveyor .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#top_conveyor .btn a span::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url("../dup/img/btn_icon.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s;
    opacity: 0.8;
}
#top_conveyor .btn a:hover span::before{
    background-image: url("../dup/img/btn_icon_hvr.png");
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 280px;
}
.loopSlider .ul .li{
    width: 280px;
}
#top_conveyor {
    padding-bottom: 0;
    padding-top: 0;
}
}
@media screen and (max-width: 667px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
.loopSlider .ul .li{
    width: 179px;
}
/*リンクボタン*/
#top_conveyor .btn a::after {
    bottom: 35px;
    right: 27%;
}
#top_conveyor .btn a::before {
    bottom: 30px;
    right: 27%;
}

#top_conveyor .btn a {
    font-size: 17px;
    width: 140px;
    height: 140px;
    background-color: rgba(255,255,255,0.62);
}
#top_conveyor .btn a span::before{
    top: 25px;
}
}







section.top_cms_box .cms_wrap, section.top_cms_box .cms_title {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}
.line-l:before {
    background-color: #97c6d1 !important;
}

.cms_2-c.cms_wrap.qa_type5 {
    max-width: 1080px;
    margin: auto;
    background: white;
    padding: 100px;
}
#contents3 .con_img {
    width: 40% !important;
}
#contents3 .con_box {
    width: 60% !important;
}
#logo2 img{
        filter: contrast(0.5);
}
.bg_color4 {
    background-color: rgb(164 203 213 / 90%);
}
#page10 .con_box > div {
    margin-bottom: 3%;
}
.page9 .more_btn:hover:after {
    transition-delay:0s;
}
.page9 a.more_btn {
    padding: 15px 0 !important;
}
.page9 .more_btn:before,.page9 .more_btn:after {
    width: 100%;
}
#cms_2-c .cate_title {
    margin-bottom: 50px;
}
#cms_2-c .box_wrap {
    padding: 0 20px;
    box-sizing: border-box;
}
.bg_color3 {
    background-color: #f3f3f3;
}
.qa_type5 .faq_no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;

    color: #1a1a1a;
    border: 0;
}
.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}





.border_color2 {
    border-color: #eaf4f6;
}
.page_title_box h2:before {
    width: 26px;
    height: 1px;
    background: #121212;
    content: "";
    position: absolute;
    bottom: -11px;
    left: calc(50% - 15px);
}

a.linkStyle {
    color: #6a8b78;
    text-decoration: underline;
}

div#header {
    padding: 0;
    width: calc(100% - 120px);
    margin: auto;
    padding: 10px 0;
}
div#pc_nav {
    margin-top: 0;
}
header.scr_header #pc_nav {
    margin-top: 0;
}
#fakeloader .fl{
    max-width:200px;
}
header.scr_header #logo {
    max-width: 200px;
}
p#logo2 a {
    max-width: 200px;
}
#page_title:before {
    background-color: rgb(84 112 118 / 30%) !important;
    outline: 1px solid white;
    outline-offset: -8px;
}
.cate_list li a:hover{
    background-color: rgb(149 175 160 / 20%) !important;
}
.pager li a:hover{
    background-color: rgb(149 175 160 / 40%) !important;
}
.page_title_box {
    padding: 20px 100px 30px;
    background: #97c6d1ed;
}
.page_title_box h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    position: relative;
    color: #121212;
}
#page_left, #page_right {
    height: 450px;
}
#logo {
    max-width: 200px;
    box-sizing: border-box;
}

div#page_title {
    width: calc(100% - 120px);
    margin: auto;
    margin-top: 115px;
}
.bg_color2 {
    background-color: #97C6D1;
}
.top header.scr_header #header {
    padding: 10px 0;
}
.txt_color1 {
    color: #97C6D1;
}
.txt_color1 {
    color: #8fddd0;
}
p#copyright, p#copyright a {
    padding: 0;
    color: black;
}
.return a {
    color: #353535;
}
#footer {
    background-color: rgb(199 249 241);
}
.cms_title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
}
.border_color3 {
    border-color: #95AFA0;
}
.txt_color3 {
    color: #8fddd0;
}
#main_img #left, #main_img #right {
    height: calc(100vh - 100px) !important;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    background: rgb(20 20 20 / 50%) !important;
}
.pc_nav_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100% - 120px);
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.main_logo {
    text-align: center;
    position: relative;
}

div#top_pc_nav {
    margin-top: 0px;
}

.main_logo img {
    width: 200px;
}
#top_pc_nav li a{
    color:#353535;
}
.top .back1 {
    padding-top: 8%;
}

section#contents2 {
    padding-bottom: 80px;
}
section#contents2,section#contents3 {
    max-width: 1800px;
    margin: auto;
}

#contents3_wrap:before{
    display:none;
}
.line:before{
    display:none;
}
#contents3 .con_box {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 900px;
    padding-left: 8%;
}
div#contents3_wrap,div#contents4_wrap {
    align-items: center;
    justify-content: center;
}
#contents3_wrap:after{
    display:none;
}
#contents2 .con_img {
    margin-bottom: 5%;
    max-height: 650px;
}
div#contents2_wrap {
        justify-content: flex-end;
}
#contents2 .con_box {
    margin-top: 15%;
    max-width: 850px;
    padding-right: 8%;
}
#contents1 .con_box {
    margin-top: 10%;
    padding-left: 8%;
}
.con_title h3 {
    font-size: 28px;
    letter-spacing: 2px;

}
span.number {
    letter-spacing: -3px;
    position: absolute;
    font-size: 100px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    top: -60px;
    left: -60px;
    line-height: 1em;
    color: white;
    text-shadow: 0 0 1px #000000;
    z-index: -1;
}
.con_title {
    position: relative;
    margin-bottom: 30px;
}
p.con_txt {
    letter-spacing: 1px;

}
p.con_sub_ttl {
    color: #8fddd0;
    font-size: 16px;
    margin-bottom: 10px;
}
section#contents1 {
    max-width: 1800px;
    margin: auto;
}
#contents1 .line:before, #contents2 .line:before{
    display:none;
}
body, .txt_color_nomal {
    color: #353535;
}
.hannari{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
header.scr_header {
    background-color: rgb(255 255 255 / 80%) !important;
}
#pc_nav li a {
    color: #353535;
}
.bg_color1 {
    background-color: #C7F9F1;
}
#fakeloader {
    background: white;
    background: #C7F9F1;
}
div#main_img {
    width: calc(100% - 120px);
    margin: auto;
}

.catch {
    display: inline-block;
    background: #8fddd0e3;
    color: #ffffff;
    padding: 30px 80px;
}
.catch p {
    font-size: 32px;
    line-height: 1em;
}
.font_en{
    font-family: 'Poppins', sans-serif;

}
#main_img .menu{
    text-align:center;
}
.catch p.font_en {
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
#main_img:before {
   background-color: rgb(151 198 209 / 25%);
   outline: 1px solid white;
    outline-offset: -8px;
}
#main_img:before {
    background-color: rgb(84 112 118 / 30%);
    outline: 1px solid white;
    outline-offset: -8px;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    height:1px;
}
#pc_nav li, #top_pc_nav li, #footer_nav li {
    max-width: 140px;
    margin-right: 40px;
    word-break: break-all;
}

.back1:before,.back2:before,#top_cms.back1:before{
    display:none;
}
#contents1 .con_box {
    margin-top: 10%;
}

.cate_list li a:before {
    color: rgb(255 255 255 / 70%) !important;
}
.cate_list li a {
    background-color: #9be7db !important;
    color: white;
}
.cate_list li a:hover {
    background-color: #8fddd0 !important;
}
section#contents2{
    margin-top: 30px;
}
/*--------------------------タブレット---------------------------------*/
@media screen and (max-width:768px){
    #main_img:before{
        display:none !important;
    }
    #contents1 {
    padding: 80px 5% 80px;　
    }
    div#pc_nav{
        display:block;
    }
    section#top_products {
    margin-top: 50px;　
    }
    .btn a {
  
    padding: 3px;
    font-size: 14px;
}
    #fix_banner{
        width:300px;
        bottom: -170px;
    }
    #fix_banner.banner_active {
    bottom: 10px;
}
    div#main_img {
    flex-direction: column;
    width:100%;
    margin-top: 120px;
}
    #main_img #left, #main_img #right {
    height: calc(50vh - 100px) !important;
    width: 100% !important;
}
.pc_nav_wrap{
    display:none;
}
.button_container {
    background: #8fddd0;
}
div#header {
    width: calc(100% - 50px); 
}
div#contents1_wrap {
    flex-direction: column;
    align-items:center;
}
div#contents1_wrap .con_img {
    width: 80% !important;
}
#contents1 .con_box {
    margin-top: 10%;
    width: 80% !important;
    padding-left: 0;
}
div#contents2_wrap {
    flex-direction: column;
    align-items: center;
}
#contents2 .con_box {
    margin-top: 10%;
    max-width: 850px;
    padding-right: 0;
    width: 80% !important;
    order: 2;
}
#contents2 .con_img {
    width: 80% !important;
    margin-bottom: 0;
}
div#contents3_wrap,div#contents4_wrap{
    flex-direction: column;
}
#contents3 .con_img,#contents4 .con_img{
    width: 80% !important;
}
#contents3 .con_box,#contents4 .con_box {
    width: 80% !important;
    padding-left: 0;
    margin-top: 10%;
}
section#contents2 {
    padding-bottom: 100px;
}
section#contents3 {
    padding-bottom: 100px;
    padding-top: 0;
}
/*
#contents4 .con_box {
    background: rgb(255 255 255 / 90%);
    padding: 50px 50px;
    position: relative;
    top: 0;
}
section#contents4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: top center;
    background-size: cover;
}
div#contents4_wrap:before{
    display:none;
}
*/
.cms_2-c.cms_wrap.qa_type5 {
    padding: 50px;
}
.top_cms_box.cms5 {

    padding: 80px 50px;
}
div#page_title {
    width: 100%; 
}
#page_left, #page_right {
    height: 350px;
}
body {
    background:none;
 position:relative;
}
body#body:before {
    width: 100%;
    height: 100vh;
    content: "";
    position: absolute;
    position: fixed;
    background: url(Dup/img/bg2.jpg);
    background-size: cover;
}
#contents4 .con_img{
    order:1;
}
 #contents4 .con_box{
     padding-right:0;
     order:2;
 }
}

/*--------------------------スマホ---------------------------------*/
@media screen and (max-width:667px){
    #fix_banner {
    width: 230px; 
    }
    #logo {
    max-width: 150px;
    box-sizing: border-box;
}
#fix_banner {
    width: 140px;
}
div#header {
    width: 100%;
    padding: 0 10px;
}
header.scr_header #logo {
    max-width: 150px;
}
.top header.scr_header #header {
    padding: 0 10px;
}
div#main_img {
    margin-top: 75px;
}
#main_img #left, #main_img #right {
    height: calc(50vh - 37px) !important; 
}
.catch p {
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 2px;
}
.catch p.font_en {
    font-size: 14px;
    opacity: 0.8;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.catch {
    width: 80%;
    box-sizing: border-box;
    padding: 30px;
}
div#contents1_wrap .con_img {
    width: 90% !important;
}
span.number {
    top: -30px;
    left: -20px;
    font-size: 60px;
}
#contents1 .con_box {
    margin-top: 10%;
    width: 90% !important;
    padding-left: 0;
}
p.con_sub_ttl{
    text-align:left;
    margin-bottom: 0;
    font-size:14px;
}
.con_title h3 {
    font-size: 24px;
    letter-spacing: 2px;
}
#contents2 .con_box {
    width: 90% !important;

}
#contents2 .con_img {
    width: 90% !important;
    margin-bottom: 0;
}
#contents3 .con_img {
    width: 90% !important;
}
#contents3 .con_box {
    width: 90% !important; 
}
.con_title {
    margin-bottom: 20px;
}
figure.con_img{
    margin-bottom: 20px !important;
}
/*
section#contents4 {
    background: #F1F4F2 !important;
    padding: 80px 40px;
}
#contents4 .con_box {
    background: transparent;
    padding: 0; 
    margin: 0;
}
*/
span.number{
        text-shadow: 0 0 1px #0000006e;
}
.top_cms_box.cms5 {
    padding: 50px 20px;
}
.cms_2-c.cms_wrap.qa_type5 {
    padding: 10px;
    background: none;
}
.top .qa_type5 .box_txt1 .faq_no {
    background: #ffffff;
}
.qa_type5 .box_title1 .faq_no {
    border:0;
}
.cms_2-c .cate_box {
    border-color: #e0e4e5;
}
div#page_title {

    margin-top: 75px;
}
#page_left, #page_right {
    height: 300px;
}
.page_title_box {
    padding: 20px 0px 30px;
    background: #c7f9f1db;
}
#cms_2-c .box_wrap {
    padding: 0;
    box-sizing: border-box;
}
.catch p:last-of-type {
    /* width: 240px; */
    text-align: left;
    margin: auto;
    max-width: 240px;
    font-size: 28px;
    line-height: 1.5em;
}
/*
.sp_banner a {
    background: #8fddd0;
    color: white;
    padding: 5px;
    width: 100%;
    display: block;
}
.sp_banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s;
    display: block;
    text-align: center;
    z-index: 3;
}

p#copyright {
    padding: 0;
    padding-bottom: 35px;
}
*/
section#top_products .box_wrap .box {
    width: 100%;
   
}
#contents2 .con_img,#contents3 .con_img,#contents4 .con_img{
    max-height: 400px;
}
section#contents4 {
    padding-top: 0;
}
    div#pc_nav{
        display:none;
    }
    span.close{
        padding:2px;
    }
    video{
        max-height: 300px;
    }
}
