﻿
#wrapper{width:100%; margin:0 auto; zoom:0;}
.feature #wrapper,.contribution #wrapper{
    min-width: 1000px;
}

header{width:100%; height:100px; background-color: #a24136;

}
header .inner{width:100%; height:100px; max-width:1000px; margin:0 auto; position:relative;}
header .inner .header-logo{text-align:center; padding-top:14px;}
header .inner .header__translation-box{
    
    
    position: absolute;
    top: 34px;
    right: 90px;
    cursor: pointer;
    transition: all 0.3s;
    
}
header .inner .header__translation-box:hover .header__translation__list__wrapper{
    display: block;
}
header .inner .header__translation-box__inner{
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    width: 108px;
    padding-left: 36px;
    padding-top: 10px;
    padding-bottom: 11px;
}
header .inner .header__translation-box__name{
    color: #333;
    font-size: 13px;
    transition: all 0.3s;
}

header .inner .header__translation-box__name::before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/translation_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(0,-50%);
    pointer-events: none;
}
header .inner .header__translation-box__name::after{
    content: "";
    vertical-align: middle;
    display: inline-block;
    background-image: url("../images/translation_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0,-50%);
    pointer-events: none;
}
.header__translation__list__wrapper{
    display: none;
    position: absolute;
    bottom: -165px;
    left: 0;
    z-index: 10000;
    width: 100%;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 2px 2px 10px 1px rgba(0,0,0,0.4);
    padding-top: 12px;
}
.header__translation__list{
    background-color: #fff;
    position: relative;
    padding-top: 8px;
    padding-bottom: 4px;
}
.header__translation__list::before{
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%,0);
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;    
}
.header__translation__item{
    
}
.header__translation__item:not(:last-of-type){
    margin-bottom: 8px;
}
.header__translation__item>a{
    font-size: 13px;
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}
.header__translation__item>a:hover{
    opacity: 0.6;
}
@media (hover:none) {
    .header__translation__item>a:hover{
        opacity: 1;
    }
}
header .inner .mail{width:51px; height:51px; position:absolute; top:24px; right:12px;}
header .inner .twitter{width:60px; height:60px; position:absolute; top:24px; right:12px;}

header .btn-trigger{
    display: none;
}

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

    header{
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        padding: 9px 0;
    }
    header .inner{
        height: auto;
        position: relative;
        box-sizing: border-box;
        padding: 0 16px;
    }
    header .inner .header-logo{
        width: 90px;
        padding-top: 0;
        margin: 0 auto;
    }
    header .inner .header-logo img{
        max-width: 100%;
        height: auto;
    }
    header .btn-trigger{
        display: block;
        appearance:none;
        -webkit-appearance:none;
        overflow: hidden;
        position: absolute;
        top:2px;
        right:16px;
        z-index: 200;
        width: 40px;
        height: 40px;
        padding: 0;
        border:none;
        border-radius: 4px;
        background-color: #fff;
        white-space: nowrap;    
    }
    use{
        fill:#a74132;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        transition: 0.5s all;
    }
    .btn-trigger.active use:nth-of-type(1) {
        -webkit-transform: translateX(-4px) translateY(26px) rotate(-45deg);
        transform: translateX(-4px) translateY(26px) rotate(-45deg);
    }
    .btn-trigger.active use:nth-of-type(2) {
        opacity: 0;
    }
    .btn-trigger.active use:nth-of-type(3) {
        -webkit-transform: translateX(27px) translateY(-12px) rotate(45deg);
        transform: translateX(27px) translateY(-12px) rotate(45deg);
    }
    header .inner .header__translation-box{
    
    
/*        position: absolute;*/
        top: 2px;
        right: 64px;
        width: 40px;
        height: 40px;
/*        cursor: pointer;*/
/*        transition: all 0.3s;*/

    }
    header .inner .header__translation-box:hover .header__translation__list__wrapper{
        display: block;
    }
    @media (hover:none) {
        header .inner .header__translation-box:hover .header__translation__list__wrapper{
            display: none;
        }
    }
    header .inner .header__translation-box__inner{
        position: relative;
        background-color: transparent;
        border-radius: 0;
        width: auto;
        height: auto;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    header .inner .header__translation-box__inner::before{
        content: "";
        vertical-align: middle;
        display: inline-block;
        background-image: url("../images/translation.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
    }
  
    .header__translation__list__wrapper{
        display: none;
        opacity: 0;
        visibility: hidden;
/*        position: absolute;*/
        bottom: -205px;
/*        left: 0;*/
/*        z-index: 10000;*/
        width: 90px;
/*        box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 2px 2px 10px 1px rgba(0,0,0,0.4);*/
/*        padding-top: 12px;*/
    }
    .header__translation__list__wrapper.active{
        opacity: 1;
        visibility: visible;
        display: block !important;
    }
    .header__translation__list{
/*        background-color: #fff;*/
/*        position: relative;*/
/*        padding-top: 8px;*/
/*        padding-bottom: 4px;*/
    }
    .header__translation__list::before{
/*        content: "";*/
/*        position: absolute;*/
/*        top: -24px;*/
        left: 8px;
        transform: translate(0,0);
/*        border: 12px solid transparent;*/
/*        border-bottom: 12px solid #fff;    */
    }
    .header__translation__item{

    }
    .header__translation__item:not(:last-of-type){
/*        margin-bottom: 8px;*/
    }
    .header__translation__item>a{
/*        font-size: 13px;*/
/*        color: #333;*/
/*        text-decoration: none;*/
/*        display: inline-block;*/
/*        padding: 8px 16px;*/
    }
    .header__translation-box__overlay{
        display: none;
        position: fixed;
        top:0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
    }
    .header__translation-box__overlay.active{
        display: block !important;
    }
}



.gNav1{width:100%; background:url(../images/alpha_bg.png) 0 0 repeat; border-bottom:solid 1px #ddd;

}
.gNav1 .inner{height:60px; max-width:1000px; margin:0 auto; letter-spacing:-0.4em;padding: 0 16px;}
.gNav1 .inner ul{
    display: flex;
    justify-content: space-between;
}
.gNav1 .inner li{ 
    vertical-align:top;
    letter-spacing:0;
    text-align: center;
    display: flex;
    align-items: center;
    
}
.gNav1 .inner li a{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.02;
    text-decoration: none;
    background:repeat 0;
    background-position:0 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: -0.07em;
}
.gNav1 .inner li a.current{
    color: #af3830;
}
.gNav1 .inner li a:hover{
    color: #a24136;
}
@media (hover:none) {
    .gNav1 .inner li a:hover{
        color: #333;
    }
}

nav#gNav2{position:fixed; top:0; left:0; z-index:100;}
nav#gNav2{width:100%; background:url(../images/alpha_bg.png) 0 0 repeat; border-bottom:solid 1px #ddd;

}
nav#gNav2 .inner{width:100%; height:60px; max-width:1000px; margin:0 auto; letter-spacing:-0.4em;padding: 0 16px;}
nav#gNav2 .inner ul{
    display: flex;
    justify-content: space-between;
}
nav#gNav2 .inner li{ 
    vertical-align:top; 
    letter-spacing:0;
    text-align: center;
    display: flex;
    align-items: center;
}
nav#gNav2 .inner li a{
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.02;
    text-decoration: none;
    background:repeat 0;
    background-position:0 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: -0.07em;
}
nav#gNav2 .inner li a.current{
    color: #af3830;
}
nav#gNav2 .inner li a:hover{
    color: #a24136;
}
@media (hover:none) {
    .nav#gNav2 .inner li a:hover{
        color: #333;
    }
}
.gNav3{
    display: none;
}
@media screen and (max-width:1000px){
    .gNav1 .inner li img{
        max-width: 100%;
        height: auto;
    }
    .gNav1 .inner li{
        vertical-align: -4.8vw;
    }

}
@media screen and (max-width:767px) {
    .gNav2{
        display: none !important;
    }
    .gNav3{
        display: none;
        background-color:#fff;
        border-bottom: 2px solid #9e3d30;
        width: 100%;
        height: auto;
        position: fixed;
        top: 59px;
        left: 0;
        z-index: 999;
        padding-bottom: 16px;
    }
    .gNav3__menu{
        padding: 0 16px;
    }
    .gNav3__menu li{
        border-bottom: 1px solid rgba(68,68,68,0.7);
        position: relative;
    }
    .gNav3__menu li a{
        text-decoration: none;
        font-weight: bold;
        color: #333;
        display: block;
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 8px;
    }
    .gNav3__menu li a.current{
        color: #af3830;
    }
    .gNav3__menu li::after{
        content: "";
        background-image: url("../images/bread_arrow.png");
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 11px;
        position: absolute;
        right: 16px;
        top: 27px;
    }
    .gNav3__sns{
        display: flex;
        justify-content: left;
        margin-top: 16px;
        padding: 0 16px;
    }
    .gNav3__sns li{
        padding: 0 16px;
    }
    
    .nav-overlay{
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.9);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
}


footer{width:100%;}
footer .footnav{width:100%;  background:#003871; padding:45px 0; letter-spacing:-0.3em;}
footer .footnav .inner{width:100%; max-width:1000px; margin: 0 auto; }
footer .copyright{width:100%; max-width:1000px; height:auto;  margin:0 auto; box-sizing:border-box; padding:21px; position:relative;}

footer .footnav dl{padding:0  0 0 50px; display:inline-block; vertical-align:top; letter-spacing:0; width:49%; box-sizing:border-box; border-right:dotted 1px #5d7996;}
footer .footnav dl:last-child{border:none;}
footer .footnav dl a{color:#fff; text-decoration:none; display:block;}
footer .footnav dl a:hover{color:#fff; text-decoration:underline;}
footer .footnav dl dt,footer .footnav dl dd{display:block;}
footer .footnav dl dt{padding:5px 1.5em; font-size:13px; background:url(../images/arrow.png) 3px center no-repeat;}
footer .footnav dl dd{padding:2px 3.25em; font-size:12px; background:url(../images/bar.png) 20px center no-repeat;}

footer .copyright div{display:inline-block; vertical-align:middle; font-size:11px; font-family:Helvetica,Sans-Serif;}
footer .copyright div.logo{padding-right:20px;}
footer .copyright div.copy{text-align:right; position:absolute; top:32px; right:12px;}

.pagetop{position:fixed; z-index:95; bottom:80px; right:30px; width:60px; height:60px;}

@media screen and (max-width:850px){
    footer .copyright{
        padding-bottom: 16px;
    }
    footer .footnav dl{
        padding-left: 16px;
    }
    footer .copyright div.copy{
        position: static;
        display: block;
        margin-top: 16px;
    }
}
@media screen and (max-width:767px){
    footer .footnav .inner{
        padding: 0 16px;
    }
    footer .copyright{
        height: auto;
        box-sizing: border-box;
        padding: 18px 16px 16px;
    }
    footer .footnav dl{
        border: none;
        display: inline-block;
        width: auto;
        padding-left: 0;
    }
    footer .footnav dl a{
        font-size: 12px;
    }
    footer .footnav dl dt{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    footer .footnav dl dd{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    footer .copyright div{
        line-height: 1.5;
    }
    footer .copyright div.logo{
        display: block;
        width: 163px;
        padding-right:0;
        margin-bottom: 8px;
    }
        footer .copyright div.logo img{
            max-width: 100%;
            height: auto;
        }    
    footer .copyright div.copy{
        text-align: left
    }
    .pagetop{
        bottom:20px; 
        right:16px; 
        width:40px; 
        height:40px;
    }
    .pagetop img{
        max-width: 100%;
        height: auto;
    }

}
@media screen and (max-width:470px){
    footer .footnav dl{
        display: block;
    }
}


nav.breadcrumbsNav {width:100%; box-sizing: border-box;padding:0; position:relative; z-index:1;}
/* パンクズの背景色を次の要素と同じにするために、パンクズをabsoluteにして次の要素に重ねる。次の要素の::beforeでパンクズの表示領域を確保する */
nav.breadcrumbsNav + *::before {content:""; display:block; padding-top:80px;}
nav.breadcrumbsNav:has(+ .bg_gray) {background-color: #fbfcfc;}
nav.breadcrumbsNav.breadcrumbsNav .inner {width:100%; max-width:1000px; margin:0 auto; position: relative; padding: 0;}
nav.breadcrumbsNav ul.breadcrumble{position:absolute; top:20px; left:0; width:auto; max-width:1000px;}
nav.breadcrumbsNav ul.breadcrumble li{display:inline-block; vertical-align:middle; padding:0 5px 0 14px; color:#0080c3; font-size:11px; background:url(../images/bread_arrow.png) 0 0 no-repeat; letter-spacing:0; float:left;}
nav.breadcrumbsNav ul.breadcrumble li:first-child{background:none; padding:0 5px 0 0;}
nav.breadcrumbsNav ul.breadcrumble li a{color:#333; text-decoration:none;}
nav.breadcrumbsNav ul.breadcrumble li a:hover{color:#0080c3; text-decoration:underline;}

div.pagettl{width:100%; height:198px; border-bottom:solid 1px #ddd; box-sizing: border-box; padding: 0 16px;}
div.pagettl .inner{width:100%; max-width:1000px; margin:0 auto; position:relative; height: 100%; display: flex; align-items: center;}
div.pagettl .inner h1{font-size: 24px;font-weight: bold;line-height: 1.45;padding: 0;margin: 0;text-align: left; width: 60%;
    text-shadow: 
        2px  2px 5px rgba(255, 255, 255, 0.20),
        -2px  2px 5px rgba(255, 255, 255, 0.20),
        2px -2px 5px rgba(255, 255, 255, 0.20),
        -2px -2px 5px rgba(255, 255, 255, 0.20),
        2px  0px 5px rgba(255, 255, 255, 0.20),
        0px  2px 5px rgba(255, 255, 255, 0.20),
        -2px  0px 5px rgba(255, 255, 255, 0.20),
        0px -2px 5px rgba(255, 255, 255, 0.20);
}

div.pagettl#news, div.pagettl#news01{background:url(../images/news01_bg.jpg) right 0 no-repeat;}
div.pagettl#contact, div.pagettl#contact01{background:url(../images/contact01_bg.jpg) right 0 no-repeat;}
div.pagettl#other{background:url(../images/other_bg.jpg) right 0 no-repeat;}
div.pagettl#company{background:url(../images/company_bg.jpg) right 0 no-repeat;}
div.pagettl#download{background:url(../images/download_bg.jpg) right 0 no-repeat;}
div.pagettl#shoplist{background:url(../images/shoplist_bg.jpg) right 0 no-repeat;}
div.pagettl#plastic, div.pagettl#plastic01{background:url(../images/plastic_bg.jpg) 40vw 0 no-repeat;}
div.pagettl#faq{background:url(../images/faq_bg.jpg) right 0 no-repeat;}
div.pagettl#fertilizer{background:url(../images/fertilizer_bg.jpg) right 0 no-repeat;}
div.pagettl#contribution{background:url(../images/contribution_bg.jpg) right 0 no-repeat;}
div.pagettl#spec{background:url(../images/spec_bg.jpg) right 0 no-repeat;}
div.pagettl#feature{background:url(../images/feature_bg.jpg) right 0 no-repeat;}
div.pagettl#about{background:url(../images/about_bg.jpg) right 0 no-repeat;}
div.pagettl#assistance, div.pagettl#assistance01{
    background:url(../images/assistance_bg.jpg) right 0 no-repeat;
}
div.pagettl#tech, div.pagettl#tech01{
    background:url(../images/tech_bg.jpg) right 0 no-repeat;
}

.bg_gray{background:#fbfcfc;}
.bdr_bttm{border-bottom:dotted 1px #ccc;}
.red{color:#c71932;}
@media screen and (max-width:1020px){
    nav.breadcrumbsNav ul.breadcrumble{
        left: 16px;
    }
}
@media screen and (max-width:767px){
    nav.breadcrumbsNav + *::before {
        padding-top: 60px;
    }
    nav.breadcrumbsNav ul.breadcrumble{
        width: auto;
        top: 10px;
        left: 16px;
    }
    div.pagettl{
        height: 98px;
    }
    div.pagettl .inner h1{
        font-size: 16px;
        width: 70%;
    }
    div.pagettl .inner h1.w225{
        width:225px;
    }
    div.pagettl .inner h1.w82{
        width: 82px;
    }
    div.pagettl .inner .w81{
        width: 81px;
    }
    div.pagettl .inner .w216{
        width: 216px;
    }
    div.pagettl .inner .w282{
        width: 181px;
    }
    div.pagettl .inner .w223{
        width: 223px;
    }
    div.pagettl .inner .w219{
        width: 219px;
    }
    div.pagettl .inner .w120{
        width: 120px;
    }
    div.pagettl .inner .w281{
        width: 281px;
    }
    div.pagettl .inner .w221{
        width: 50%;
    }
    div.pagettl .inner .w250{
        width: 250px;
    }
    div.pagettl .inner .w122{
        width: 122px;
    }
    div.pagettl .inner h1 img{
        max-width: 100%;
        height: auto;
    }
    

    div.pagettl#news, div.pagettl#news01{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#contact, div.pagettl#contact01{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#other{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#company{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#download{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#shoplist{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#plastic, div.pagettl#plastic01{
        background-position: 40vw;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#faq{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#fertilizer{
        background-position: 52vw;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#contribution{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#spec{
        background-position: right bottom;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#feature{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#about{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#assistance, div.pagettl#assistance01{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    div.pagettl#tech, div.pagettl#tech01{
        background-position: right;
        background-size: contain;
        height: 98px;
        margin-top: 59px;
    }
    
}
@media screen and (max-width:464px){
    div.pagettl#news, div.pagettl#news01{
        background-position: 30vw;
    }
    div.pagettl#faq{
        background-position: 30vw;
    }
    div.pagettl#other{
        background-position: 30vw;
    }
    div.pagettl#plastic, div.pagettl#plastic01{
        background-position: 160px;
    }
    div.pagettl#fertilizer{
        background-size: cover;
        background-position: 42vw;
    }
    div.pagettl#feature{
        background-position: 200px;
    }
    div.pagettl#about{
        background-position: 200px;
    }
}
@media screen and (max-width:400px){
    div.pagettl#contribution{
        background-position: 200%;
    }div.pagettl#assistance, div.pagettl#assistance01{
        background-position: 40vw;
    }
    div.pagettl#news, div.pagettl#news01{
        background-size: cover;
    }

}
@media screen and (max-width:370px){
    
    div.pagettl#contact, div.pagettl#contact01{
        background-position: 120px;
        background-size: cover;
    }
    div.pagettl#other{
        background-size: cover;
    }
    div.pagettl#company{
        background-size: cover;
    }
    div.pagettl#download{
        background-size: cover;
    }
    div.pagettl#shoplist{
        background-size: cover;
    }
    div.pagettl#plastic, div.pagettl#plastic01{
        background-size: cover;
    }
    div.pagettl#faq{
        background-size: cover;
    }
    div.pagettl#fertilizer{
        background-size: cover;
    }

    div.pagettl#feature{
        background-size: cover;
    }
    div.pagettl#about{
        background-size: cover;
        background-position:  170px;
    }
    div.pagettl#assistance, div.pagettl#assistance01{
        background-size: cover;
    }
    div.pagettl#tech, div.pagettl#tech01{
        background-size: cover;
    }
    
}
.inline-block{
    display: inline-block;
}