@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    color: #221814;
    height: auto !important;
    background-color: #fff;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 1.5rem;
    position: relative;
}

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

a {
    color: #221814;
    text-decoration: none;
}

a:hover {
    color: #213A46;
    text-decoration: underline;
}

a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

a.nolink {
    pointer-events: none
}

#top .headerimg {
    width: 100%;
    height: calc(395 / 1000 * 100vw);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

#company .headerimg,
#products .headerimg,
#products_detail .headerimg,
#supplier .headerimg,
#supplier_detail .headerimg,
#news .headerimg,
#contact .headerimg,
#privacy .headerimg,
#link .headerimg,
#catalog .headerimg {
    width: 100%;
    height: calc(395 / 1000 * 100vw);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.himgwrap {
    max-width: 1000px;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(78/1000*100vw);
    z-index: 10;
}

#company .himgwrap,
#products_detail .himgwrap,
#supplier .himgwrap,
#supplier_detail .himgwrap,
#news .himgwrap,
#privacy .himgwrap,
#link .himgwrap,
#catalog .himgwrap {
    left: calc(112/1000*100vw);
}


#contact .himgwrap {
    right: calc(112/1000*100vw);
    left: auto;
}

#products .himgwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 100%;
}

#top .himgwrap p {
    padding-top: 50px;
    font-size: 5.7rem;
    font-weight: 700;
    line-height: 1.4em;
}

#products .himgwrap p {
    font-size: 3.1rem;
    font-weight: 300;
    line-height: 1.1em;
    letter-spacing: 0.1em;
    text-align: center;
}

#products_detail .himgwrap p,
#supplier_detail .himgwrap p,
#privacy .himgwrap p {
    padding-top: 115px;
    font-size: 3.1rem;
    font-weight: 300;
    line-height: 1.1em;
    color: #000;
    letter-spacing: 0.1em;
}

#company .himgwrap p,
#contact .himgwrap p,
#supplier .himgwrap p,
#news .himgwrap p,
#link .himgwrap p,
#catalog .himgwrap p {
    padding-top: 215px;
    font-size: 3.1rem;
    font-weight: 300;
    line-height: 1.1em;
    color: #fff;
    letter-spacing: 0.3em;
}

#top .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/head_top.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#top.en .headerimg .zoom {
    background-image: url(../img/head_top_en.jpg);
}

#company .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/company_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#products .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/product_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#products_detail .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#supplier .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/supplier_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#supplier_detail .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/supplier_detail_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#news .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/news_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#contact .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/contact_head.png);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#privacy .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/privacy_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#link .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/link_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

#catalog .headerimg .zoom {
    width: 100%;
    height: 100%;
    background-image: url(../img/link_head.jpg);
    background-size: cover;
    background-position-x: center;
    -webkit-animation: animationZoom1 10s ease-in-out forwards;
    animation: animationZoom1 10s ease-in-out forwards;
}

@-webkit-keyframes animationZoom1 {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes animationZoom1 {
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    position: relative;
}
#gnav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 500;
    background-color: #fff;
    max-width: inherit;
    padding: 30px 0;
    margin-bottom: 60px;
}

.ghmenu {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
}

.ghmwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#navArea {
    margin-right: -3.15%;
}

.ghmwrap .logo {
    margin-right: 85px;
}

.ghmwrap .logo a img {
    max-height: 145px;
}
.container.hover .ghmwrap .logo a img {
    max-height: 60px;
}

.ghmwrap .logo.en {
    margin-right: 0;
}

.ghmwrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #B4B5B5;
    padding-bottom: 5px;
    margin-top: 50px;
    -webkit-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.container.hover .ghmwrap ul {
    margin-top: 10px;
}

.ghmwrap ul li {
    font-size: 1.5rem;
    margin-right: 60px;
}

.ghmwrap ul li:last-of-type {
    margin-right: 30px;
}

.ghmwrap ul li a {
    color: #221814;
}

.serchblock {
    text-align: right;
    width: 94%;
    margin: 10px auto 0;
}


header {
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

.incontents {
    max-width: 940px;
    width: 94%;
    margin: 0 auto;
}

.toph2 {
    font-size: 3rem;
    font-weight: 500;
    color: #4B4848;
    margin-bottom: 30px;
}

.en .toph2 {
    font-size: 2.7rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 80px;
}

.toph2p {
    font-size: 1.7rem;
    line-height: 1.8;
    color: #4B4848;
    margin-bottom: 50px;
}

.wmaxbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    margin-bottom: 45px;
}

.wmaxbox .wrap {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.wmaxbox h3 {
    font-size: 3.1rem;
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
}

.wmaxbox.top01 {
    min-height: 210px;
    background-image: url(../img/top01.jpg);
    color: #fff;
}

.wmaxbox.top02 {
    min-height: 210px;
    background-image: url(../img/top02.jpg);
    color: #fff;
}

.flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsh4 {
    font-size: 2.1rem;
    line-height: 1;
    color: #595757;
    vertical-align: baseline;
}

.newsh4 img {
    vertical-align: baseline;
}

.newsa {
    font-size: 1.5rem;
}

.tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 0 0 20px;
}

.tab-label {
    cursor: pointer;
    font-size: 1.5rem;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 12px 0;
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
    -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-label:last-of-type {
    margin: 0;
}

.tab-label:hover {
    background: rgba(187, 187, 187, 0.1);
}

.tab-switch:checked + .tab-label.tb01 {
    color: #00A2E2;
}

.tab-switch:checked + .tab-label.tb02 {
    color: #007D6A;
}

.tab-switch:checked + .tab-label.tb03 {
    color: #A38246;
}

.tab-switch:checked + .tab-label.tb04 {
    color: #226CAC;
}

.tab-switch:checked + .tab-label.tb05 {
    color: #BD3430;
}

.tab-label::after {
    background: DeepSkyBlue;
    bottom: 0;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
    width: 100%;
    z-index: 1;
}

.tab-label.tb01::after {
    background: #00A2E2;
}

.tab-label.tb02::after {
    background: #007D6A;
}

.tab-label.tb03::after {
    background: #A38246;
}

.tab-label.tb04::after {
    background: #226CAC;
}

.tab-label.tb05::after {
    background: #BD3430;
}

.tab-switch:checked + .tab-label span:not([class]) {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 5px);
    border-top: 5px solid #00A2E2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.tab-switch:checked + .tab-label.tb02 span {
    border-top: 5px solid #007D6A;
}

.tab-switch:checked + .tab-label.tb03 span {
    border-top: 5px solid #A38246;
}

.tab-switch:checked + .tab-label.tb04 span {
    border-top: 5px solid #226CAC;
}

.tab-switch:checked + .tab-label.tb05 span:not([class]) {
    border-top: 5px solid #BD3430;
}

.tab-switch:checked ~ .tab-label::after {}

.tab-switch:checked + .tab-label::after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-content {
    height: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -webkit-transition: opacity .3s 80ms, -webkit-transform .3s 80ms;
    transition: opacity .3s 80ms, -webkit-transform .3s 80ms;
    transition: transform .3s 80ms, opacity .3s 80ms;
    transition: transform .3s 80ms, opacity .3s 80ms, -webkit-transform .3s 80ms;
    width: 100%;
}

.tab-switch:checked ~ .tab-content {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
    height: auto;
    opacity: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-wrap::after {
    content: '';
    height: 30px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
}

.tab-switch {
    display: none;
}

.tabin {
    width: 100%;
}

.tabin .newsbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.tabin .newsbox .date {
    font-size: 1.5rem;
    line-height: 1.5;
}

.tabin .newsbox .tag {
    width: 90px;
    margin: 0 20px;
    background-color: #8E81BC;
    font-size: 1.3rem;
    padding: 4px 0;
    text-align: center;
    line-height: 1;
    color: #fff;
}

.tabin .newsbox .newsdetail {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 80%;
	 word-break: break-all;
}

.newsdetail a {
    color: #0000ee;
}

.slide {
    margin: 50px 0;
}

.slide .inslide {
    margin: 0 20px;
}

.bannerblock {
    width: 94%;
    max-width: 940px;
    margin: 0 auto 40px;
}

.bannerblock ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bannerblock ul li {
    margin-bottom: 25px;
}

footer {
    background-color: #F1F4F6;
    width: 100%;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.en footer {
    background-color: #FFF;
}

.footwrap {
    width: 94%;
    max-width: 940px;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footwrap .fc {
    width: 40%;
}

.footwrap .fc:last-of-type {
    width: 20%;
}

.footwrap .fc ul li {
    margin: 10px 0;
    font-size: 1.5rem;
}

.footwrap > .fc > ul > li > ul {
    margin-left: 1.1rem;
    margin-bottom: 20px;
}

address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

address p {
    font-size: 1rem;
    margin: 0 20px;
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.loading.loaded {
    opacity: 0;
}

.inconte_h2 {
    font-size: 3rem;
    text-align: center;
    color: #595757;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.inconte_h2::after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: #595757;
    margin: 12px auto 0;
}

.inconte.h2cap {
    font-size: 1.2rem;
    text-align: center;
    color: #595757;
    letter-spacing: 0.5em;
}

.searchwrap {
    border: solid 1px #B4B5B5;
    display: inline-block;
}

.sbtnwrap {
    border-right: solid 1px #B4B5B5;
    border-left: none;
    border-bottom: none;
    border-top: none;
    display: inline-block;
}

.searchbtn {
    color: #B4B5B5;
    background-color: #fff;
    border: none;
}

.searchinputtext {
    border: none;
}

.search_contents {
    padding: 0 0 80px 0;
}

.search_result {
    margin-top: 20px;
}

.search_result li {
    margin: 10px 0;
}

.search_result li a {
    color: #0000ee;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.pc_inline {
    display: inline-block;
}

.kh {
    text-align: right;
}

@media (max-width:953px) {
    .ghmwrap ul li {
        margin-right: 15px;
    }
}

@media (max-width:736px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    
    .sp_320 {
        display: none;
    }

    .pc_inline {
        display: none;
    }

    #top .himgwrap p {
        padding-top: 35px;
        font-size: 2.5rem;
    }

    #top .headerimg {
        margin-bottom: 0px;
    }

    #company .himgwrap,
    #products_detail .himgwrap,
    #supplier .himgwrap,
    #supplier_detail .himgwrap,
    #news .himgwrap,
    #contact .himgwrap,
    #privacy .himgwrap,
    #link .himgwrap,
    #catalog .himgwrap {
        left: calc(70/1000*100vw);
    }

    #company .headerimg,
    #products .headerimg,
    #products_detail .headerimg,
    #supplier .headerimg,
    #supplier_detail .headerimg,
    #news .headerimg,
    #contact .headerimg,
    #privacy .headerimg,
    #link .headerimg,
    #catalog .headerimg {
        margin-bottom: 0px;
    }

    #company .himgwrap p,
    #contact .himgwrap p,
    #supplier .himgwrap p,
    #news .himgwrap p,
    #link .himgwrap p,
    #catalog .himgwrap p,
    #products_detail .himgwrap p,
    #supplier_detail .himgwrap p,
    #privacy .himgwrap p {
        padding-top: 78px;
        font-size: 2.3rem;
    }

    #top .headerimg .zoom {
        background-image: url(../img/sp_head_top.jpg);
    }
    
    #top.en .headerimg .zoom {
        background-image: url(../img/sp_head_top_en.jpg);
    }

    .toph2 {
        font-size: 2.7rem;
        line-height: 1.2;
    }
    
    .en .toph2 {
        font-size: 2.4rem;
        line-height: 1.6;
        margin-bottom: 40px;
    }

    #products .himgwrap p {
        font-size: 2.3rem;
    }

    #products_detail .himgwrap p {
        font-size: 1.5rem;
    }

    header {
        width: 100%;
        margin-bottom: 30px;
        padding: 10px 0;
        background-color: #fff;
    }

    #gnav {
        padding: 0;
        margin-bottom: 0;
    }

    .ghmwrap {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ghmenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .ghmwrap .logo {
        margin-right: 0;
        width: 40%;
    }

    .en .ghmwrap .logo {
        margin-right: 0;
        width: 65%;
    }
    
    .ghmwrap .logo a img {
        max-height: 75px;
    }
    .container.hover .ghmwrap .logo a img {
        max-height: 40px;
    }

    .ghmwrap ul {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: solid 1px #B4B5B5;
        padding-bottom: 5px;
    }

    .ghmwrap ul li {
        font-size: 1.5rem;
        margin-right: 0;
        margin-bottom: 20px;
    }

    #navArea {}

    .serchblock {
        margin-right: 0;
        text-align: left;
        margin-top: 20px;
        width: 100%;
    }

    .searchwrap {
        margin-right: 0;
    }

    .searchinputtext {
        border: none;
        width: 140px;
    }

    header.m_fixed {
        left: 0;
        position: fixed;
        top: 0;
        z-index: 5;
    }

    /*============
nav
=============*/
    nav {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 25;
        opacity: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
    }

    .open nav {
        left: 0;
        opacity: 1;
    }

    nav .inner {
        padding: 25px;
    }

    nav .inner ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav .inner ul li {
        position: relative;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    nav .inner ul li a {
        display: block;
        color: #333;
        font-size: 14px;
        padding: 1em;
        text-decoration: none;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }

    nav .inner ul li a:hover {
        background: #e4e4e4;
    }

    nav {
        left: -220px;
        width: 220px;
    }

    /*============
.toggle_btn
=============*/
    .toggle_btn {
        display: block;
        position: relative;
        right: 15px;
        width: 30px;
        height: 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        z-index: 30;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 4px;
    }

    .toggle_btn span:nth-child(2) {
        top: 14px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }

    .open .toggle_btn span {
        background-color: #fff;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }


    /*============
#mask
=============*/
    #mask {
        display: none;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .8;
        z-index: 20;
        cursor: pointer;
    }


    .toph2p {
        margin-bottom: 20px;
    }

    .wmaxbox {
        margin-bottom: 20px;
    }

    .wmaxbox.top01 {
        min-height: 120px;
    }

    .wmaxbox.top02 {
        min-height: 120px;
    }

    .wmaxbox h3 {
        font-size: 2rem;
        margin-left: 20px;
    }

    .tab-label {
        font-size: 1.1rem;
        margin: 0 5px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tabin .newsbox {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .tabin .newsbox .date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 74.6%;

        -webkit-box-sizing: border-box;

        box-sizing: border-box;
    }

    .tabin .newsbox .tag {
        margin: 0 19px 0 0;
        background-color: #8E81BC;
        font-size: 1.1rem;
        padding: 4px 0;
        text-align: center;
        line-height: 1;
        color: #fff;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 20%;
    }

    .tabin .newsbox .newsdetail {
        font-size: 1.5rem;
        line-height: 1.5;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 74.6%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .slide {
        margin: 20px 0;
    }

    .bannerblock ul li {
        margin-bottom: 10px;
        width: 100%;
    }

    .bannerblock ul li img {
        width: 100%;
        max-width: none;
    }

    .bannerblock {
        margin: 0 auto 20px;
    }

    .footwrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footwrap .fc {
        width: 100%;
    }

    .footwrap .fc:last-of-type {
        width: 100%;
    }

    address {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 94%;
        margin: 0 auto;
        border-top: solid 1px #221814;
        padding-top: 10px;
    }

    address img {
        margin-right: 20px;
    }

    address p {
        margin: 10px 0 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }

    .inconte_h2 {
        font-size: 2.3rem;
    }

    .inconte.h2cap {
        letter-spacing: 0.2em;
    }
}

@media (max-width:320px) {

    .sp_320 {
        display: block;
    }
    .tabin .newsbox .date {
        width: 73.6%;
    }
    .tabin .newsbox .newsdetail {
        width: 73.6%;
    }
}
