/*
Theme Name: OSHINO
Theme URL: https://www.oshinolamps.co.jp/
Description: 押野電気製作所専用多言語テーマです。
Author: Adop Inc.
Version: 2019.12.16
Tags: 株式会社アドップ, インバウンド , 多言語サイト
License: GNU General Public License v2 or later
*/
@charset "UTF-8";

:root,
* {
    --dark-color: #04070e;
    --main-color: #d12232;
}

html,
body {
    overflow-x: hidden;
    position: relative;
}

.inner-1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.inner-1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.inner-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.inner-1140 {
    max-width: 1140px;
    margin: 0 auto;
}

.inner-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.inner-content {
    padding: 0 1em;
}


.view-1000 {
    display: none;
}

@media(max-width:1000px) {
    .view-1000 {
        display: block;
    }
}

.hide-1000 {
    display: block;
}

@media(max-width:1000px) {
    .hide-1000 {
        display: none;
    }
}

.view-767 {
    display: none !important;
}

@media(max-width:767px) {
    .view-767 {
        display: block !important;
    }
}

.hide-767 {
    display: block;
}

@media(max-width:767px) {
    .hide-767 {
        display: none;
    }
}




.bg-gray-1140 {
    background: #f4f4f3;
}

@media(max-width:1140px) {
    .bg-gray-1140 {
        background: #FFF;
    }
}

.bg-gray,
.bg-grey {
    background: #f4f4f3;
}

.bg-white {
    background: #FFF;
}

/*.wowwow{ opacity:0 !important; }*/
.bold {
    font-weight: 600;
}

/********************************************************************************
* common layout
*********************************************************************************/
.position-center {
    margin: 0 auto;
}

.top-left,
.top-right,
.bottom-left,
.bottom-right {
    position: relative;
}

.top-left,
.bottom-left {
    text-align: left;
}

.top-right,
.bottom-right {
    text-align: right;
}

.top-left > *,
.top-right > *,
.bottom-left > *,
.bottom-right > * {
    position: absolute !important;
}

.top-left > * {
    top: 0;
    left: 0;
}

.top-right > * {
    top: 0;
    right: 0;
}

.bottom-left > * {
    bottom: 0;
    left: 0;
}

.bottom-right > * {
    bottom: 0;
    right: 0;
}

.right {
    text-align: right !important;
}


/********************************************************************************
* HEADER
*********************************************************************************/
header {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
  header {
    position: fixed;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  main {
    padding-top: 147px;
  }
}



/*  HEADER > header-top
*********************************************************************************/
#header-top {
    width: 100%;
    border-bottom: 1px solid #808080;
    height: 70px;
    max-height: 70px;
    background: #04070e;
}

#header-top .inner-1400 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.site-top-logo {
    height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
}

.site-top-logo img {
    display: block;
    height: 50px;
}

.header-top-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media(max-width:767px) {
    #header-top {
        height: 60px;
        padding: 0;
    }

    .site-top-logo {
        height: 60px;
    }

    .site-top-logo img {
        height: 45px;
    }

    .header-top-right {
        display: none;
    }
}


.header-top-lang {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-lang li:not(:last-child) {
    border-right: 1px solid #FFF;
}

.header-top-lang a {
    color: #FFF;
    padding: 0.1em 1em;
}

.header-top-lang a.current {
    color: #d12232;
}

.header-top-lang a:hover {
    color: #d12232;
}

@media(max-width:1000px) {
    .header-top-lang {
        display: none;
    }
}



.header-top-telset {
    min-width: 185px;
    padding: 5px 12px;
}

.header-top-telset img {
    max-height: 38px;
}

.header-top-contact {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #d12232;
    min-width: 250px;
    height: 70px;
    color: #FFF;
    transition: all 0.4s ease;
}

.header-top-contact:hover {
    background: #FFF;
    color: #d12232;
    transition: all 0.4s ease;

}





/* HEADER > #nav-toggle
*********************************************************************************/
#nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 58PX;
    padding: 13px;
    background: #04070e;
    cursor: pointer;
}

@media(min-width:768px) {
    #nav-toggle {
        height: 70px;
        padding: 18px;
    }
}


#nav-toggle > div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #eee;
    position: absolute;
    transition: transform 0.4s ease-in-out, top 0.3s ease;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

#nav-toggle {
    z-index: 1000;
}

#container {
    z-index: 900;
}

#gloval-nav {
    background: #04070e;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    visibility: hidden;
    font-size: 29px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;

}

#gloval-nav .logo-link {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    height: 60px;
}

#gloval-nav .logo-link img {
    height: 45px;
}


#gloval-nav .lang-link {
    width: 80%;
    padding: 10px 0 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#gloval-nav .lang-link > * {
    width: 50%;
    text-align: center;
    font-weight: 100;
    border: 1px solid #FFF;
    margin: 0 0.25em;

}

/*
************************************/
#gloval-nav .global-nav-search {
    width: 80%;
    margin: 4rem auto 0.5em auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

}

#global_search_text {
    font-size: 16px;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 0.4em;
}

#global_search_submit {
    font-size: 16px;
    border: 1px solid #FFF;
    color: #222;
    background: #FFF;
    padding: 0.2em;
}

#global_search_submit i {
    width: 2em;
    height: 1em;
    background: url(/wp-content/themes/oshino/images/icon/search-orange.svg) 50% 50% no-repeat;
    background-size: contain;
    display: block;
}



/*************************************/



#gloval-nav nav {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5rem;
}


#gloval-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.2em 0;
    transition: color 0.6s ease;
    font-size: 5.5vmin;
    font-weight: 100;
    line-height: 1.3em;
}

#gloval-nav a:hover {
    color: #d12232;
}

#gloval-nav a.sp-contact {
    position: absolute;
    bottom: 0;
    background: #d12232;
    width: 100%;
    padding: 0.5em 0;
    font-size: 5vmin;
}

#gloval-nav a.sp-contact:hover {
    color: #d12232;
    background: #FFF;
}



#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.4s ease, opacity 0.2s ease;
}

#gloval-nav ul li.split-2 {
    width: 50%;
    margin: 0 auto;
}

#gloval-nav ul li.split-2 a:first-child {
    border-right: 1px solid #FFF;
}

#gloval-nav ul li:nth-child(2) {
    transition-delay: 0.1s;
}

#gloval-nav ul li:nth-child(3) {
    transition-delay: 0.2s;
}

#gloval-nav ul li:nth-child(4) {
    transition-delay: 0.3s;
}

#gloval-nav ul li:nth-child(5) {
    transition-delay: 0.4s;
}

#gloval-nav ul li:nth-child(6) {
    transition-delay: 0.5s;
}

#gloval-nav ul li:nth-child(7) {
    transition-delay: 0.6s;
}

#gloval-nav ul li:nth-child(8) {
    transition-delay: 0.7s;
}

#gloval-nav ul li:nth-child(9) {
    transition-delay: 0.8s;
}

#gloval-nav ul li:nth-child(10) {
    transition-delay: 1s;
}



.open {
    overflow: hidden;
}

.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s ease, opacity 0.2s ease;
}




/* HEADER > pc-globalmenu
*********************************************************************************/
#pc-globalmenu {
    background: #04070e;

}

#pc-globalmenu-list {
    width: 100%;
}

#pc-globalmenu-list ul {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#pc-globalmenu-list ul li {
    padding: 2em 0 calc(2em - 5px) 0;
    transition: background 0.8s ease;
    background: url(/wp-content/themes/oshino/images/pc-globalmenu-li-default.png) 0 100% repeat-x;
    border-bottom: 1px solid transparent;
}




#pc-globalmenu-list ul li:hover {
    border-bottom: 1px solid #f00;
}

#pc-globalmenu-list ul li a:hover {
    transition: background 0.4s ease;

    /*background:url(/wp-content/themes/oshino/images/pc-globalmenu-li.png) 0 100% repeat-x;*/
}

#pc-globalmenu-list ul li.current {
    transition: background 0.8s ease;
    background: url(/wp-content/themes/oshino/images/pc-globalmenu-li.png) 0 100% repeat-x;
}


#pc-globalmenu-list ul li a {
    padding: 0.2em 2em;
    color: #FFF;
    border-left: 1px solid #808080;
    font-size: 15px;
    letter-spacing: 0.1em;
}

#pc-globalmenu-list ul li a:last-child {
    border-right: 1px solid #808080;
}

#pc-globalmenu-list ul li a:hover {
    color: #d12232;
    transition: color 0.4s ease;
}

@media(max-width:1280px) {
    #pc-globalmenu-list ul li a {
        padding: 0.2em 1.6em;
    }
}

@media(max-width:1180px) {
    #pc-globalmenu-list ul li a {
        padding: 0.2em 1.5em;
        font-size: 14px;
    }
}


@media(max-width:1080px) {
    #pc-globalmenu-list ul li a {
        letter-spacing: 0.05em;
        padding: 0.2em 1.3em;
    }
}



main {
    z-index: 1;
    background: #FFF;
}










/********************************************************************************
* FOOTER BIGIN
*********************************************************************************/

/* common-footer link content
*********************************************************************************/


#common-footer-catalog {
    width: 100%;

}

#common-footer-catalog #catalog-download {
    background: #04070e;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3% 0;
    transition: all 0.4s ease;
    z-index: 0;
}

#common-footer-catalog #catalog-download:hover {
    background: #444;
    transition: all 0.4s ease;
    z-index: 5;
}

#common-footer-catalog #catalog-download #catalog-download-img:lang(ja) {
    max-height: 32px;
    width: 30%;
}

#common-footer-catalog #catalog-download #catalog-download-img:lang(en-US),
#common-footer-catalog #catalog-download #catalog-download-img:lang(zh-cmn-Hans) {
    max-height: 32px;
    width: 100%;
}

@media(max-width:900px) {
    #common-footer-catalog #catalog-download #catalog-download-img:lang(ja) {
        width: 50%;
    }
}

@media(max-width:640px) {
    #common-footer-catalog #catalog-download #catalog-download-img:lang(ja) {
        width: 60%;
    }
}

@media(max-width:480px) {
    #common-footer-catalog #catalog-download #catalog-download-img:lang(ja) {
        width: 80%;
    }
}





#common-footer-info {
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#common-footer-info > * {
    width: 50%;
    display: block;
}

#common-footer-info-tel {
    background: #88959e;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 0;
    transition: all 0.4s ease;
    min-height: 200px;
    content: height:200px;
}

#common-footer-info-tel:hover {
    background: #78858e;
    transition: all 0.4s ease;
    z-index: 2;
}

#common-footer-info-contact {
    background: #d12232;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 0;
    transition: all 0.4s ease;
    min-height: 200px;
    content: height:200px;
    padding: 0 2em;
    font-size: 27px;
    color: #FFF;
}

#common-footer-info-contact span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


#common-footer-info-contact:hover {
    background: #c11222;
    transition: all 0.4s ease;
    z-index: 2;
}

#common-footer-catalog #catalog-download img,
#common-footer-info-contact span,
#common-footer-info-tel img {
    transform: scale(1.0);
    transition: transform 0.4s ease;
}

#common-footer-catalog #catalog-download:hover img,
#common-footer-info-contact:hover span,
#common-footer-info-tel:hover img {
    transform: scale(1.07);
    transition: transform 0.4s ease;
}


#common-footer-info-tel img.hide-767,
#common-footer-info-contact img.hide-767 {
    max-height: 200px;
}

@media(min-width:1000px) {



    #common-footer-info-tel img.hide-767,
    #common-footer-info-contact img.hide-767 {
        min-height: 200px;
    }

}

@media(max-width:999px) {
    #common-footer-catalog #catalog-download {
        padding: 5% 0;
    }

    #common-footer-info-tel img.hide-767,
    #common-footer-info-contact img.hide-767 {
        min-height: 150px;
    }

}

@media(max-width:767px) {
    #common-footer-info {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    #common-footer-info > * {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5% 0;
    }

    #common-footer-info-tel img.view-767 {
        width: 70%;
    }

    #common-footer-info-contact img.view-767 {
        width: 40%;
    }

}

@media(max-width:540px) {
    #common-footer-catalog #catalog-download {
        padding: 7% 0;
    }

    #common-footer-catalog #catalog-download img {
        width: 100%;
    }

    #common-footer-info > * {
        padding: 8% 0;
    }

    #common-footer-info-tel img.view-767 {
        width: 90%;
    }

    #common-footer-info-contact img.view-767 {
        width: 60%;
    }
}

#common-footer-company {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#common-footer-company > * {
    width: 42%;
}

#common-footer-company > *:first-child {
    margin-left: 1em;
}

#common-footer-company > *:last-child {
    margin-right: 2em;
}

#common-footer-company-info {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(4, auto);
  grid-template-areas: "name name" "label address" "tel tel";
  gap: 4px;
  width: 42%;
  margin-right: 2em;
}

#common-footer-company-info > * {
  white-space: nowrap;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-weight: 600;
}

#common-footer-company-info > .company-name {
  grid-area: name; /* cells */
  font-size: clamp(14px, 3vw - 6px, 18px);
}

#common-footer-company-info > .company-label {
  grid-area: label; /* cells */
  font-size: clamp(20px, 4vw - 6px, 27px);
}

#common-footer-company-info > .company-address {
  grid-area: address; /* cells */
  font-size: clamp(10px, 1.6vw, 13px);
}

#common-footer-company-info > .company-address > .sign {
  font-size: clamp(9px, 1.5vw, 12px);
}

#common-footer-company-info > .company-tel {
  grid-area: tel; /* cells */
  font-size: clamp(25px, 4.5vw - 5px, 32px);
  color: #d12232;
}

@media(max-width:640px) {
	#common-footer-company {
			-ms-flex-flow: column wrap;
			flex-flow: column wrap;
			padding: 5% 0;
	}

	#common-footer-company > *:first-child {
			margin: 1em 0;
			width: 60%;
	}

	#common-footer-company > *:last-child {
			margin: 1em 0;
			width: 60%;
	}

  #common-footer-company-info > .company-name {
    font-size: min(3.1vw, 20px);
  }

  #common-footer-company-info > .company-label {
    font-size: min(4.9vw, 30px);
  }

  #common-footer-company-info > .company-address {
    font-size: min(2.3vw, 14px);
  }

  #common-footer-company-info > .company-address > .sign {
    font-size: min(2.1vw, 12px);
  }
	
  #common-footer-company-info > .company-tel {
    font-size: min(5.6vw, 34px);
  }
}

/* PAGE UP
*********************************************************************************/
#up {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3em;
    bottom: 3em;
    z-index: 2;
}

#up a {
    display: block;
    width: 100%;
    height: 100%;
}

@media(max-width:1000px) {
    #up {
        right: 2em;
        bottom: 2em;
    }
}

@media(max-width:640px) {
    #up {
        right: 1em;
        bottom: 1em;
        width: 44px;
        height: 44px;
    }
}


/* footer
*********************************************************************************/

/*TOGGLE*/
input[name^="open-"] {
    display: none !important;
    height: 0px !important;
}


footer {
    background: #04070e;
    color: #FFF;
    padding: 2em 0;
}

footer a {
    color: #FFF;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 300;
}

@media(min-width:900px) {

    footer a {
        min-width: 50%;
        border-bottom: 1px solid transparent;
    }

    footer a:hover {
        border-bottom: 1px dotted #FFF;
    }


    #footer-content-navi > ul > li a {
        padding-left: 0.3em;
        transition: all 0.4s ease;
    }

    #footer-content-navi > ul > li a:hover {
        padding-left: 1em;
        transition: all 0.4s ease;
    }

    #footer-content-navi > ul > li a:hover::after {
        content: "";
        display: inline-block;
        background: url(/wp-content/themes/oshino/images/icon/icon-ff-white.svg) 50% 50% no-repeat;
        background-size: contain;
        width: 0.35em;
        height: 0.9em;
        margin-left: 1.2em;

    }

}


/* #footer-content-navi
*********************************************************************************/
#footer-content-navi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer-content-navi > ul {
    width: 33.3333333%;
    padding: 0;
}

#footer-content-navi .bold {
    font-weight: bold;
    font-size: 1.1em;
}

#footer-content-navi > ul > li {
    margin-bottom: 1.8em;
}

#footer-content-navi a,
#footer-content-navi label {
    line-height: 2em;
    padding-left: 0.3em;
}

#footer-content-navi ul li,
#footer-content-navi ul li ul li {
    font-size: 14px;
}

#footer-content-navi > ul > li label > a {
    padding-left: 0;
}

#footer-content-navi > ul > li label > span {
    display: none;
}

@media(max-width:767px) {
    #footer-content-navi > ul > li label > a {
        display: none;
    }

    #footer-content-navi > ul > li label > span {
        display: inline-block;
    }
}






@media(max-width:767px) {

    footer {
        padding-top: 0;
    }

    #footer-content-navi {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    #footer-content-navi > ul {
        width: 100%;
    }

    .sp-view-content {
        border-bottom: 1px solid #808080;
        width: 100%;
        display: block;
    }

    #footer-content-navi a,
    #footer-content-navi label {
        line-height: 3em;
    }

    #footer-content-navi > ul > li {
        margin-bottom: 0;
    }

    #footer-content-navi ul li ul li {
        border-bottom: 1px solid #808080;
    }

    #footer-content-navi ul li label {
        padding-left: 1em;
        position: relative;
    }

    #footer-content-navi ul li input[name^="open-"] + label + .toggle-menu {
        display: none;
        transition: all 0.4s ease;
    }

    .toggle-menu {
        background: #000;
    }

    #footer-content-navi ul li input[name^="open-"] + label::after {
        content: "\039e";
        position: absolute;
        right: 1em;
    }

    #footer-content-navi ul li input[name^="open-"]:checked + label::after {
        content: "\0d7";
        position: absolute;
        right: 1em;
        transform: rotate(-90deg);
    }

    #footer-content-navi ul li input[name^="open-"]:checked + label + .toggle-menu {
        display: block;
        transition: all 0.4s ease;
    }

    #footer-content-navi a {
        display: block;
        padding-left: 2em;
        position: relative;
    }

    #footer-content-navi a::after {
        content: ">";
        position: absolute;
        right: 1em;
    }

    #footer-content-navi .sp-view-content > a,
    #footer-content-navi a.sp-view-content {
        padding-left: 1em;
    }


}

/*(max-width:767px)*/



/* #footer-other-navi
*********************************************************************************/

#footer-other-navi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 0 4em 0;
}

#footer-other-navi * {
    font-size: 14px;
}

#footer-other-navi #footer-site-navi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer-other-navi #footer-site-navi li a {
    padding: 0.2em 1.2em;
}

#footer-other-navi #footer-lang-navi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer-other-navi #footer-lang-navi li {
    border-right: 1px solid #FFF;
}

#footer-other-navi #footer-lang-navi li:last-child {
    border: none;
}

#footer-other-navi #footer-lang-navi li a {
    padding: 0.2em 1.2em;
    border: none;
    display: flex;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
}

#footer-other-navi #footer-lang-navi li a:hover {
    text-decoration: none;
    border: none;
    color: #d12232;
}

#footer-other-navi #footer-lang-navi li a.current {
    color: #d12232;
}

@media(max-width:767px) {

    #footer-other-navi {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%;
        padding: 0;
    }

    #footer-other-navi #footer-site-navi {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    #footer-other-navi #footer-site-navi li,
    #footer-other-navi #footer-site-navi li a {
        display: block;
        width: 100%;
    }

    #footer-other-navi #footer-site-navi li {
        border-bottom: 1px solid #808080;
    }

    #footer-other-navi #footer-site-navi li a {
        padding-left: 1em;
        position: relative;
        line-height: 3em;
    }

    #footer-other-navi #footer-site-navi li a:after {
        content: ">";
        position: absolute;
        right: 1em;
    }


    #footer-other-navi #footer-lang-navi {
        padding: 2em 0.2em;
    }

}

/*(max-width:767px)*/


footer small {
    max-width: 1200px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    display: block;
    font-size: 0.8rem;
}

/********************************************************************************
* FOOTER END
*********************************************************************************/




/********************************************************************************
* ICON & Buuton
*********************************************************************************/
[class^="button-"] {
    padding: 1em 3em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-width: 13em;
    max-width: 100%;
    width: fit-content;
    /*max-content*/
}



@media screen\0 {
    [class^="button-"] {
        width: 80%;
    }
}

@media(max-width:480px) {
    [class^="button-"] {
        padding: 1em 1em;
        font-size: 5vmin;
        width: 100%;
    }
}

[class^="button-"].small-button {
    padding: 0.5em 2.5em 0.5em 1.5em;
    min-width: 3em;
    max-width: 100%;
    width: fit-content;
    /*max-content*/
}

.button-main-white {
    background: #d12232;
    color: #FFF;
    transition: all 0.4s ease;
}

.button-main-white:hover {
    background: #FFF;
    color: #d12232;
    transition: all 0.4s ease;
}

.button-border-white {
    color: #FFF;
    border: 1px solid #FFF;
    background: transparent;
    transition: all 0.4s ease;
}

.button-border-white:hover {
    border: 1px solid #FFF;
    background: #FFF;
    color: #04070e;
    transition: all 0.4s ease;
}

.button-border-black {
    color: #04070e;
    border: 1px solid #04070e;
    background: transparent;
    transition: all 0.4s ease;
}

.button-border-black:hover {
    border: 1px solid #04070e;
    background: #04070e;
    color: #fff;
    transition: all 0.4s ease;
}


.button-black-white {
    border: 1px solid #04070e;
    background: #04070e;
    color: #FFF;
    transition: all 0.4s ease;
}

.button-black-white:hover {
    color: #04070e !important;
    background: #FFF !important;
    transition: all 0.4s ease;
}

[class^="flipicon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
}

[class^="flipicon-"].after {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 1em;
}

[class^="flipicon-"].right {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 1em;
    position: absolute;
    right: 0em;
    top: 1.4em;
}

.small-button [class^="flipicon-"].right {
    width: 0.9em;
    height: 0.9em;
    top: 0.7em;
}


[class^="flipicon-"].left {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 1em;
    position: absolute;
    left: 1em;
    top: 1em;
}

.small-button [class^="flipicon-"].left {
    width: 0.9em;
    height: 0.9em;
    top: 0.7em;
}



[class^="icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
}


* > .icon-search-white {
    background: url(/wp-content/themes/oshino/images/icon/search-white.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

*:hover > .icon-search-white {
    background: url(/wp-content/themes/oshino/images/icon/search-orange.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

* > .flipicon-mail {
    background: url(/wp-content/themes/oshino/images/icon/icon-mail-white.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

*:hover > .flipicon-mail {
    background: url(/wp-content/themes/oshino/images/icon/icon-mail-orange.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

* > .flipicon-ff {
    background: url(/wp-content/themes/oshino/images/icon/icon-ff-white.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

*:hover > .flipicon-ff {
    background: url(/wp-content/themes/oshino/images/icon/icon-ff-dark.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

* > .flipicon-ff-dark {
    background: url(/wp-content/themes/oshino/images/icon/icon-ff-dark.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

*:hover > .flipicon-ff-dark {
    background: url(/wp-content/themes/oshino/images/icon/icon-ff-white.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}


* > .flipicon-rr-dark {
    background: url(/wp-content/themes/oshino/images/icon/icon-rr-dark.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

*:hover > .flipicon-rr-dark {
    background: url(/wp-content/themes/oshino/images/icon/icon-rr-white.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

* > .flipicon-rr {
    background: url(/wp-content/themes/oshino/images/icon/icon-rr-white.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}

*:hover > .flipicon-rr {
    background: url(/wp-content/themes/oshino/images/icon/icon-rr-dark.svg) 50% 50% no-repeat;
    background-size: contain;
    transition: all 0.4s ease;
}







.button-center,
.btn-center {
    position: relative;
    left: 50%;
    top: 1.5em;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.button-center.margin {
    margin-top: 1em;
    margin-bottom: 1em;
}


a[href$=".pdf"] {
    position: relative;
    color: #ef4035;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-width: 13em;
    max-width: 100%;
    border: 1px solid #ef4035;
    transition: all 0.4s ease;
    padding: 1em 5em 1em 2em;
}

a[href$=".pdf"]:hover {
    color: #FFF;
    background: #ef4035;
    transition: all 0.4s ease;
}

a[href$=".pdf"]::after {
    content: "";
    display: block;
    width: 2.1em;
    height: 2.24em;
    background: url(/wp-content/themes/oshino/images/icon/icon-pdf.svg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    right: 1.5em;
    top: 0.4em;
    transition: all 0.4s ease;
}

a[href$=".pdf"]:hover::after {
    content: "";
    display: block;
    width: 2.1em;
    height: 2.24em;
    background: url(/wp-content/themes/oshino/images/icon/icon-pdf-reverse.svg) 50% 50% no-repeat;
    background-size: cover;
    transition: all 0.4s ease;
}



[class^="flg-"]::before {
    content: "";
    width: 2.1em;
    height: 1.4em;
    display: inline-block;
    margin-right: 0.3em;
    background-size: cover;
    top: 0.4em;
    position: relative;
}

.flg-usa::before {
    background: url(/wp-content/themes/oshino/images/company/usa.svg) 0 50% no-repeat;
}

.flg-ita::before {
    background: url(/wp-content/themes/oshino/images/company/ita.svg) 0 50% no-repeat;
}

.flg-est::before {
    background: url(/wp-content/themes/oshino/images/company/est.svg) 0 50% no-repeat;
}

.flg-fra::before {
    background: url(/wp-content/themes/oshino/images/company/fra.svg) 0 50% no-repeat;
}

.flg-hkg::before {
    background: url(/wp-content/themes/oshino/images/company/hkg.svg) 0 50% no-repeat;
}

.flg-gbr::before {
    background: url(/wp-content/themes/oshino/images/company/gbr.svg) 0 50% no-repeat;
}

.flg-ger::before {
    background: url(/wp-content/themes/oshino/images/company/ger.svg) 0 50% no-repeat;
}

.flg-chn::before {
    background: url(/wp-content/themes/oshino/images/company/chn.svg) 0 50% no-repeat;
}

.flg-tur::before {
    background: url(/wp-content/themes/oshino/images/company/tur.svg) 0 50% no-repeat;
}



/* cooomon TEXT
*********************************************************************************/
section:not(.img-bg) h1 {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.1em;
    color: #4a4f54;
    text-align: center;
    margin-bottom: 1.3em;
}

section:not(.img-bg) h1::first-letter {
    color: #d12232;
    text-transform: uppercase;
}

section:not(.img-bg) h1::after {
    content: "";
    display: block;
    width: 5em;
    height: 0.6em;
    border-bottom: 2px solid #4a4f54;
    margin: 0 auto;
}

@media(max-width:900px) {
    section:not(.img-bg) h1 {
        font-size: 34px;
    }
}

@media(max-width:767px) {
    section:not(.img-bg) h1 {
        font-size: 30px;
    }
}

@media(max-width:640px) {
    section:not(.img-bg) h1 {
        font-size: 26px;
    }
}

@media(max-width:480px) {
    section:not(.img-bg) h1 {
        font-size: 20px;
    }
}









/**************************************************************************************************************************************************************
* FLEX layout
***************************************************************************************************************************************************************/
.flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

[class^="split-"],
.split-2,
.split-3,
.split-4,
.split-half,
.split-half-border {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.split-2 > * {
    width: 49%;
}

.split-3 > * {
    width: 32%;
    margin-bottom: 2%;
}

.split-4 > * {
    width: 24.5%;
    margin-bottom: 1%;
}

.split-half > * {
    width: 50%;
}

.split-half-border > * {
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
}

.split-half > *:not(img),
.split-half-border > *:not(img) {
    padding: 1em;
}


@media(max-width:640px) {

    .split-half > *,
    .split-half-border > * {
        width: 100%;
    }
}


.split-2::after {
    display: block;
    content: "";
    width: 49%;
    height: 1px;
}

.split-3::after {
    display: block;
    content: "";
    width: 32.5%;
    height: 1px;
}





/**************************************************************************************************************************************************************
* ▼▼▼▼▼▼  PAGE CSS ▼▼▼▼▼▼
***************************************************************************************************************************************************************/







/********************************************************************************
* common bg-img
*********************************************************************************/
section.img-bg {
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section.img-bg h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 3em;
}

section.img-bg h1 span {
    display: block;
    font-size: 0.5em;
    font-weight: 100;
    line-height: 2em;
}


section.img-bg + section:not(.page-content) > div {
    background: #d12232;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    color: #FFF;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3em 0;
    margin-top: -8em;
}

section.img-bg + section:not(.page-content) > div h3 {
    color: #FFF;
    max-width: 700px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0 auto;
    letter-spacing: 0.05em;
    text-align: justify;
}

section.img-bg + section:not(.page-content) > div h3:lang(en-US) {
    text-align: left;
}

@media(max-width:480px) {
    section.img-bg + section:not(.page-content) > div {
        padding: 2em 1em;
    }

    section.img-bg + section:not(.page-content) > div h3 {
        font-size: 4.2vmin;
    }


}



@media(max-width:1140px) {
    section.img-bg + section {
        padding: 0 1em;
    }
}

@media(max-width:767px) {

    section.img-bg + section > div {
        padding: 1em 0;
    }
}

@media(max-width:640px) {

    section.img-bg {
        min-height: 50vh;
    }

    section.img-bg h1 {
        font-size: 26px;
        margin-bottom: 4em;
        padding: 0 0.5em;
        line-height: 1.3em;
    }

    section.img-bg + section {
        margin-top: 2em;
    }

    section.img-bg + section > div h3 {
        font-size: calc(16px + ((1vw - 6.4px)*3.571));
    }
}


@media(max-width:480px) {
    section.img-bg h1 {
        font-size: 6vmin;
        margin-bottom: 2em;
        padding: 0 0.5em;
        line-height: 1.3em;
    }
}




section.img-bg + section > div h3 {
    margin: 16px 0;
    font-size: 16px;
}

@media (min-width: 480px) {
    section.img-bg + section > div h3 {
        font-size: calc(16px + ((1vw - 4.8px) * 1.6));
        padding: 0 1em;

    }
}

@media (min-width: 767px) {
    section.img-bg + section > div h3 {
        font-size: 20px;
        padding: 0 1em;
    }
}




/********************************************************************************
* common page-content
*********************************************************************************/

.page-content + .page-content {
    margin-top: 5px;
}

@media(max-width:1140px) {
    .page-content + .page-content {
        border-top: 5px solid #f4f4f3;
    }
}

section.page-content > div,
section.img-bg + section.page-content > div {
    background: #FFF;
    max-width: 1140px;
    margin: 0 auto;
    padding: 70px;
    position: relative;
}

section.img-bg + section.page-content > div {
    margin-right: auto;
    margin-left: auto;
    margin-top: -8em;
    display: block;
}

@media(max-width:1000px) {

    section.page-content > div,
    section.img-bg + section.page-content > div {
        width: 100%;
        padding: 35px;
    }
}

@media(max-width:767px) {

    section.page-content > div,
    section.img-bg + section.page-content > div {
        padding: 1.5em;
    }

}

@media(max-width:640px) {

    section.page-content > div,
    section.img-bg + section.page-content > div {
        padding: 1em;
    }

    section.img-bg + section.page-content > div p {
        margin: 1em 0 2em 0;
    }

}


section.page-content .split-2 {
    margin-bottom: 3em;
}

section.page-content .split-2 img,
section.page-content .split-3 img {
    width: 100%;
}

section.page-content .split-2 > * {
    width: 48%;
}

section.page-content [class^="split-"].img-list-box > * {
    background: #f4f4f3;
    padding: 10px;
    margin-bottom: 2em;
}

@media(max-width:640px) {
    section.page-content .split-2 > * {
        width: 100%;
    }

    section.page-content .split-2 > * p {
        margin-bottom: 1em;
    }
}

@media(max-width:767px) {
    section.page-content .split-3 > * {
        width: 48%;
    }

    section.page-content [class^="split-"].img-list-box > * {
        margin-bottom: 1em;
    }
}

@media(max-width:480px) {
    section.page-content .split-3 > * {
        width: 100%;
        margin-bottom: 1em;
    }
}




.page-content h2,
.page-content .h2 {
    background: #04070e;
    color: #FFF;
    padding: 0.6em;
    border-left: 6px solid #ef4035;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 55px;
    line-height: 1.4em;
}

.page-content h2:not(:first-child) {
    margin-top: 55px;
}

.page-content h2 br {
    display: none;
}

.page-content h3,
.page-content .h3 {
    font-size: 20px;
    margin-bottom: 1.5em;
    color: #4a4f54;
    font-weight: 700;
}


.page-content img {
    display: block;
}

.page-content > div > img + *,
.page-content p + * {
    margin-top: 55px;
    margin-bottom: 55px;
}


.page-content .no-margin {
    margin: 0 !important;
}

.page-content h4,
.page-content .h4 {
    color: #4a4f54;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    margin: 2em 0 1.5em 0;
    border-bottom: 1px solid #b2b2b2;
}

.page-content h4::after,
.page-content .h4::after {
    content: "";
    width: 3.3em;
    height: 1px;
    border-bottom: 3px solid #d12232;
    display: block;
}

.page-content h5,
.page-content .h5 {
    color: #4a4f54;
    text-align: center;
    line-height: 1.7em;
    font-weight: normal;
    margin: 4em auto 0 auto;
    max-width: 800px;
}

.page-content .b {
  font-size: 16px;
  font-weight: 700;
}

@media(max-width:850px) {
    .page-content h5,
    .page-content .h5 {
        text-align: justify;
        font-weight: 500;
    }

    .page-content h5 br, 
    .page-content .h5 br {
        display: none;
    }
}

.page-content h6,
.page-content .h6 {
    padding: 0.8em;
    text-align: center;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

.page-content h6.green,
.page-content .h6.green {
    background: rgba(97, 209, 139, 0.8);
}

.page-content h6.blue,
.page-content .h6.blue {
    background: rgba(84, 133, 236, 0.8);
}

.page-content h6.gray,
.page-content .h6.gray {
    background: #88959e;
}


.page-content p,
.page-content dl dt,
.page-content dl dd,
.page-content ul li {
    color: #4a4f54;
    text-align: justify;
    line-height: 1.8em;
    letter-spacing: 0.03em;
}

.page-content p:not(.split-2 p) {
    margin-bottom: 1.8em;
}


.page-content dl dd a {
    color: #4a4f54;
}

.page-content span {
    color: #4a4f54;
    font-size: 0.91em;
}



.page-content ul {
    list-style-type: none;
    padding-left: 0.6em;
    margin: 1em 0;
}

.page-content ul li:first-letter {
    margin-right: 0.4em;
}

.page-content ul.indent-list li {
    text-indent: -1.2em;
}



.page-content ul.indent-list li a {
    color: #06c !important;
    border-bottom: 1px solid transparent;
}

.page-content ul.indent-list li a:hover {
    border-bottom: 1px dashed #06c;
}

.page-content iframe + a:not(.button-black-white) {
    color: #4a4f54;
    display: block;
    padding: 0.5em;
    margin: 0 auto;
    text-align: center;
}



.page-content img {
    max-width: 100%;
    width: 100%;
}

.page-content .img-border img {
    display: block;
    border: 1px solid #b2b2b2;
}

.page-content p + div,
.page-content p + img {
    margin-top: 2.5em;
}

.page-content img + span {
    display: block;
    line-height: 1.4em;
    text-align: center;
    margin: 1em 0 2em 0;
    font-size: 0.85em;
    letter-spacing: 0.05em;
}


.page-content [class^="split"].content-center * {
    text-align: center;
    margin-bottom: 0.8em;
    line-height: 1.3em;
    margin-top: 0;
}


.page-content .strong {
  font-size: 100%;
  font-weight: bolder;
}

.indent-1 {
    padding-left: 1rem;
    position: relative;
}

.indent-2 {
    padding-left: 2rem;
    position: relative;
}

h4[class^="indent-"] {
    line-height: 1.8em;
}

h4[class^="indent-"]::after {
    position: absolute;
    left: 0;
    bottom: 0;
}


.page-content > div > a {
    margin-top: 2em;
}





@media(max-width:640px) and (orientation: portrait) {
    .page-content h2 {
        font-size: 4.4vmin;
    }

    .page-content h2 br {
        display: block;
    }

    .page-content h3 {
        font-size: 18px;
        margin-bottom: 1.2em;
    }

    .page-content h4 {
        font-size: 16px;
        margin-bottom: 1em;
        line-height: 2em;
    }

    .page-content p {
        line-height: 1.5em;
        font-size: 15px;
    }

    .page-content ul li {
        line-height: 1.3em;
        font-size: 15px;
        margin-bottom: 0.3em;
    }

    .page-content ul li {
        padding-left: 1em;
        text-indent: -1.2em;
    }



}

@media(max-width:767px) and (orientation: landscape) {
    .page-content h2 {
        font-size: 20px;
    }
}







/* page-content > product-list (split-3)
*********************************************************************************/
.product-list article {
    background: #f4f4f3;
    padding: 0.4em;
    border: 1px solid #b2b2b2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-list article img {
    width: 100%;
}

.product-list article h3 {
    font-size: 20px;
    text-align: center;
    color: #4a4f54;
    line-height: 1.4em;
    margin-top: 2em;
}

.product-list article p {
    text-align: center;
    line-height: 1.5em;
    font-size: 15px;
}

@media(max-width:1000px) {
    .split-3.product-list article {
        width: 49%;
    }
}

@media(max-width:640px) {
    .split-3.product-list article {
        width: 100%;
        padding: 0;
        margin-bottom: 1em;
    }
}




/********************************************************************************
* common page-company
*********************************************************************************/
.company-link > * {
    background: #f4f4f3;
}

.page-content [class^="split"].company-link.content-center > *:last-child {
    margin-bottom: 0.8em;
}

.page-content [class^="split"].content-center.company-link p {
    margin-bottom: 0.2em;
    line-height: 1.1em;
    color: #000;
    font-size: 15px;
}

.company-link > * p + span {
    color: #000;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;

}

@media(max-width:1000px) {
    .page-content [class^="split"].content-center.company-link p {
        font-size: 14px;
    }

    .company-link > * p + span {
        font-size: 12px;
    }
}

@media(max-width:800px) {
    .page-content [class^="split"].content-center.company-link > * {
        width: 49%;
    }
}

.page-content p.center {
    text-align: center;
}

section.page-company h1 {
    color: #4a4f54;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0.3em;
}

section.page-company h1 + span {
    text-align: center;
    display: block;
    font-size: 1rem;
}

section.page-company h1::first-letter {
    text-transform: none;
    color: #4a4f54;
}

section.page-company h1::after {
    content: "";
    display: none;
}


section.page-company dl {
    max-width: 800px;
    margin: 3em auto 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

section.page-company dt,
section.page-company dd {
    background-image:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 97%,
            #f4f4f3 97%,
            #f4f4f3 100%);
    background-size: 100% 2.5em;
    line-height: 2.5em;
}


section.page-company dt {
    font-weight: 600;
    text-align: left;
    width: 30%;

}

section.page-company dd {
    width: 70%;
    padding: 0 0.3em;
    text-align: justify;
    font-weight: 400;
}

@media(max-width:850px) {
    .page-company h5.center {
        text-align: center;
        font-weight: 500;
    }
}

@media(max-width:640px) {

    section.page-company dt,
    section.page-company dd {
        width: 100%;

    }
}


.page-company .networks > * {
    padding: 2em;
    border: 1px solid #f4f4f3;
}

.page-company .networks h3 {
    font-size: 17px;
    color: #4a4f54;
    font-weight: 500;
    margin-bottom: 0.7em;
    text-align: left;
    letter-spacing: 0;
    position: relative;
    padding: 0;
}

.page-company .networks p {
    text-align: left;
    font-size: 16px;
}

.page-company .networks p br {
    display: none;
}


.page-company .networks p + p {
    margin: 0.2em 0;
}

@media(max-width:1150px) {

    .page-company .networks h3,
    .page-company .networks p {
        font-size: 0.95em;
    }

}

@media(max-width:1100px) {

    .page-company .networks h3,
    .page-company .networks p {
        font-size: 0.91em;
    }

}

@media(max-width:950px) {

    .page-company .networks h3,
    .page-company .networks p {
        font-size: 0.85em;
    }
}

@media(max-width:900px) {
    .page-company .networks > * {
        width: 100%;
    }

    .page-company .networks h3,
    .page-company .networks p {
        font-size: 1.1em;
        padding: 0;
    }
}

@media(max-width:640px) {

    .page-company .networks h3,
    .page-company .networks p {
        font-size: 0.9em;
        padding: 0;
    }
}

@media(max-width:500px) {
    .page-company .networks > * {
        padding: 1.4em;
    }

    .page-company .networks h3 {
        font-size: 3vmin;
    }

    .page-company .networks p {
        font-size: 3vmin;
    }

    .page-company .networks p br {
        display: block;
    }
}

@media(max-width:374px) {
    .page-company .networks > * {
        padding: 1em;
    }

    .page-company .networks h3,
    .page-company .networks p {
        font-size: 2.6vmin;
        letter-spacing: -0.05em;
    }

}


.page-company .networks p a {
    color: #c1403f;
    position: relative;
    padding-left: 0;
    transition: all 0.2s ease;
}

.page-company .networks p a:hover {
    color: #4f4f4f;
    padding-left: 0.1em;
    transition: all 0.2s ease;
}

.page-company .networks p a:hover::after {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/oshino/images/icon/icon-ff-dark.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 0.35em;
    height: 0.9em;
    top: 0.2em;
    position: relative;
    margin-left: 0.5em;
    transition: all 0.2s ease;
}

.page-company iframe {
    width: 100%;
    height: 400px;
}







/********************************************************************************
* common page-quality
*********************************************************************************/
.quality-link {
    max-width: 700px;
    padding: 3em 0 0 0;
    width: 100%;
}

.quality-link > * a {
    width: 100%;
}

@media(max-width:767px) {
    .quality-link {
        padding-top: 1em;
    }

    .quality-link > * {
        width: 100%;
        margin: 0.5em 0;
        padding: 0.5em;
    }
}

#sml {
    padding-top: 2em;
}

.width-half-900 {
    width: 50%;
    margin: 0 auto;
}

@media(max-width:900px) {
    .width-half-900 {
        width: 100%;
    }
}





/********************************************************************************
* common page-factory
*********************************************************************************/
section.page-content.factory .split-2.flow > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 2em;
}

section.page-content.factory .split-2.flow p {
    /*padding-bottom:1em;*/
    font-size: 15px;
}

section.page-content.factory .split-2.flow img {
    margin-top: 1em;
}

@media(max-width:640px) {
    section.page-content.factory .split-2.flow p {
        padding-bottom: 0;
    }

    section.page-content.factory .split-2.flow img {
        margin-top: 0;
        margin-bottom: 1em;
    }
}

section.page-content.factory iframe {
    height: 400px;
    width: 100%;
}





/********************************************************************************
* パンくずリスト
*********************************************************************************/
#breadcrumb {
    border-top: 1px solid #b2b2b2;
    width: 100%;
    background: #f4f4f3;
    padding: 1em 0;
}

#breadcrumb nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#breadcrumb nav ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

#breadcrumb nav ul li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 0.8em;
    margin-top: 0.1em;
    background: url(/wp-content/themes/oshino/images/icon/icon-ff-dark.svg) 50% 50% no-repeat;
    background-size: contain;
}

#breadcrumb nav ul li a {
    padding: 0.3em;
    color: #4a4f54;
    transition: all 0.4s ease;
    font-size: 13px;
}

#breadcrumb nav ul li a:hover {
    color: #d12232;
    transition: all 0.4s ease;
}

@media(max-width:767px) {
    #breadcrumb nav {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        /* 慣性スクロール */
    }

    #breadcrumb nav ul {
        white-space: nowrap;
        display: flex;
        flex-flow: row nowrap;
        padding: 1em;
    }

    #breadcrumb > ul li {
        display: block;

    }

}

/********************************************************************************
* common page-catalog
*********************************************************************************/
.catalog-list p {
    font-size: 13px;
}

@media(max-width:1000px) {
    .catalog-list p {
        font-size: 13px;
    }

    .split-4.catalog-list > * {
        width: 50% !important;
        padding: 3em;
    }
}

@media(max-width:767px) {
    .split-4.catalog-list > * {
        width: 50% !important;
        padding: 1em;
    }
}

@media(max-width:640px) {
    .split-4.catalog-list > * {
        width: 100% !important;
        padding: 1em 3em;
    }
}

@media(max-width:480px) {
    .split-4.catalog-list > * {
        width: 100% !important;
        padding: 1em;
    }
}







/********************************************************************************
* common youtube responsive
*********************************************************************************/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-bottom: 3em;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/********************************************************************************
* common pager
*********************************************************************************/
nav.pager {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.pager > * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8em 1.2em;
    font-weight: 600;
    font-size: 16px;
}

nav.pager > span {
    color: #d12232;
}

nav.pager > a {
    color: #4a4f54;
}

nav.pager > a:hover {
    background: #f4f4f3;
    cursor: pointer;
    color: #d12232;
}


/********************************************************************************
* 2021.04 product_table
*********************************************************************************/
.product-inner {
    padding: 2em 0 0.8em 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
}

#product-detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1000px;
    margin: 1.3em auto;
    padding: 12px;
}

#product-detail .img-area {
    width: 40%;
}

#product-detail .img-area img {
    width: 100%;
}

#product-name {
    color: #ef4035 !important;
    font-size: min(4.4vmin, 18px);
    font-weight: 500;
    max-width: 1000px;
    margin: 0 auto 0.6em auto !important;
}

#product-detail .data-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    padding-left: 1em;
}

#product-detail .data-area dl {
    margin: 0 2px 0.5em 2px;
    width: 23%;
}

#product-detail .data-area dl dt,
#product-detail .data-area dl dd {
    padding: 0.5rem 0.625rem 0.625rem;
    color: #58585a;
    white-space: nowrap;
    font-size: min(3.8vmin, 15px);
}

#product-detail .data-area dl dt {
    background-color: #e4e4e4;
    font-weight: 600;
}

@media(max-width:900px) {
    #product-detail .data-area dl {
        width: 32%;
    }
}

@media(max-width: 767px) {
    .split-3 .product-inner {
        width: 100% !important;
    }
}

@media(max-width: 640px) {

    #product-detail .data-area dl dt,
    #product-detail .data-area dl dd {
        font-size: min(3.4vmin, 13px);
        padding: 0.3em !important;
    }

    #product-detail .data-area dl {
        width: 48%;
    }
}

@media(max-width: 500px) {
    #product-detail {
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    #product-detail .data-area {
        padding: 0;
    }

    #product-detail .img-area {
        width: 100%;
        padding: 1em 0;
    }

    #product-detail .data-area dl {
        width: 49%;
    }
}

.lum-lightbox-image-wrapper:hover {
    cursor: pointer;
}


/********************************************************************************
* 2022.01 catalog_btn
*********************************************************************************/
.catalog-btn {
    background: #ffa500;
}

.catalog-btn:hover {
    background: #fff;
    color: #ffa500;
}

#gloval-nav a.catalog-btn-sp {
    background: #ffa500;
    bottom: 42px;
}

@media print {
    @page {
        size: A4 portrait;
        margin: 30mm;
    }
    .no_print{
        display: none;
    }
    #satori__creative_container{
        display: none;
    }
    #nav-toggle{
        display: none;
    }
    #up{
        display: none !important;
    }
    footer{
        display: none;    
    }
    #common-footer{
        display: none;    
    }
    div, img{
        break-inside: avoid;
    }
}