@charset "UTF-8";
/*--------------------------default*/

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    overflow-x: hidden;
}

/*==============================All*/

body {
    margin: 0;
    color: #333;
    font-family: "Karla", sans-serif;
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    overflow-x: hidden
}

p {
    color: #333;
    margin: 100;
    padding: 100;
    font-size: 1.6rem;
}

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

h1 {
    color: blue;
    padding-left: 15px;
    margin: 0;
    line-height: 100px;
    font-weight: 900;
    font-family: "Karla", sans-serif;
}

h1 a {
    color: blue;
}

h2 {
    margin: 15px 50px;
    font-size: 3rem;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
}


ul li {
    list-style-type: none;
    padding: 0;
}

dt {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

figure {
    margin: 0;
    padding: 0;
}

input {
    cursor: pointer;
}

main {
    padding: 100px 0 0;
    position: relative;
    z-index: 1;
    background-image: radial-gradient(rgb(255, 255, 255), rgba(202, 255, 251, 0.66) 100%, rgba(68, 244, 255, 0.83));
}

section::before {
    margin: -120px 0 0;
    content: "";
    display: block;
}

.btn a {
    display: inline-block;
    box-sizing: border-box;
    width: 260px;
    height: 60px;
    border: 1px solid #666;
    font-size: 1.6rem;
    text-align: center;
    line-height: 60px;
}


.sp {
    display: none;
}

/*---------------------------ヘッダー*/

#page-header {
    box-sizing: border-box;
    /* height: 70px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    /* margin: 20px 25px;
    border-radius: 10px; */
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
}

@media screen and (max-width: 1080px) {
    #header {
        height: 64px;
        background-color: #fff;
        border-radius: 8px;
    }
}

.eco-hed {
    display: flex;
}

.ef-logo {
    width: 50px;
    height: 50px;
    margin: 29px 0 13px 60px;
}

#page-header .header-nav {
    display: flex;
    line-height: 50px;
    padding: 0 50px 0 0;
    font-size: 1.6rem;
    letter-spacing: .1em;
}

#page-header .header-nav .menu .tag-m01 {
    line-height: 100px;
    margin-left: 40px;
}

.header-nav .menu {
    display: flex;
}

/* -------------------- */

/* ▼サブメニューの装飾 */

/* -------------------- */

.menu .detail {
    display: none;
    /* ★1:標準では非表示にする */
    margin-left: -100px;
    /* ★2:サブメニュー外側の余白(ゼロ) */
    padding: 0px;
    /* ★3:サブメニュー内側の余白(ゼロ) */
    position: absolute;
    /* ★4:絶対配置にする */
    border-radius: 10px;
    /* 項目の角を10px丸くする */
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, .1);
}

/* ---------------------------------- */

/* ▼サブメニューがある場合に開く処理 */

/* ※サブメニューが1階層しか存在しない場合の記述 */

/* ---------------------------------- */

.menu li:hover .detail {
    display: block;
    /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* ▼サブメニュー項目の装飾 */

/* ------------------------ */

.menu .detail .sub-tag01 {
    /* ※A */
    width: 270px;
    /* サブメニュー1項目の横幅(350px) */
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #333;
    /* 項目上側の枠線(灰色で1pxの実線) */
    background-color: #fff;
    /* 背景の色　*/
    text-align: center;
}

.menu .detail .sub-tag01 a {
    /* ※B */
    line-height: 5px;
    /* サブメニュー1項目の高さ(25px) */
    text-align: center;
    /* 文字列の配置(左寄せ) */
    padding-left: 5px;
    /* 文字列前方の余白(5px) */
    font-weight: normal;
    /* 太字にはしない */
    font-size: 1.3rem;
}

.menu .detail li a:hover {
    /* ※C */
    background-color: #ffff80;
    /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
    color: #005500;
    /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

.sp {
    display: none;
}

/*---------------------------フッター*/

footer {
    width: 100%;
    height: 420px;
    background-color: #777777;
    color: #fff;
}

footer .inner {
    display: flex;
    max-width: 160em;
    overflow: hidden;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 60px;
}

footer .footer-blk {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin-left: 10rem;
}

footer .details {
    display: flex;
}

.footer-blk li a {
    color: #fff;
}

.footer-blk .address {
    text-align: left;
    padding: 0;
}

.footer-blk ul li {
    font-size: 1.6rem;
}

.footer-blk .mail {
    padding: 0;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #fff;
    width: 50%;
    margin-right: 10rem;
}

.contents {
    display: flex;
    text-align: left;
    color: #fff;
    padding: 0;
    width: 100%;
}

.contents li {
    display: inline-block;
    text-align: left;
    width: 16rem;
}

footer .footer-nav li::after {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto 10px;
    content: "";
}

.footer-nav li a:hover {
    color: #333;
}

footer .footer-nav li a {
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    position: relative;
}

.footer-nav li:hover .fot-detail {
    display: inline-block;
}

.footer-nav .fot-detail li {
    width: 270px;
    text-align: left;
    line-height: 2.0;
}

.contents li:last-child {
    text-align: right;
}

.fot-detail li:last-child {
    text-align: left;
}

.fot-detail {
    padding: 0;
    margin: 10px 0;
}


.footer-nav .fot-detail li a {
    text-align: center;
    font-weight: normal;
    font-size: 1.3rem;
}

.footer-nav .fot-detail li a:hover {
    color: #333;
}

.sp {
    display: none;
}

.company {
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 0;
}

.logo {
    margin: 0;
    text-align: left;
}

.logo img {
    margin-bottom: 5px;
    width: 65px;
    height: 55px;
}

h4 {
    font-size: 2.5rem;
    font-family: "Karla", sans-serif;
    font-weight: bold;
    text-align: left;
    line-height: 1;
    margin: 0
}

.copyright {
    margin: 5px 0;
    text-align: center;
    font-family: "Karla", sans-serif;
    font-size: 13px;
    color: #fff;
}

/*-IE9ハック-*/

@media screen and (min-width: 0\0) and (min-resolution: .001dpcm) {
    footer .footer-nav ul {
        margin: -60px 0 0 -280px;
    }
}

/*-----------SNSアイコン-----*/
.social-list {
    display: flex;
    justify-content: right;
    height: 40px;
    padding-bottom: 10px;
}

.social-list li {
    margin: 5px;
}

.social-list li img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}

/*---------------------見出し*/
.p-fv {
    /* width: 100%; */
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 28px;
    padding-right: 28px;
}

.p-fv::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.p-fv__copy {
    position: relative;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 3rem;
    font-weight: bold;
}

.p-fv__img {
    width: 100%;
    height: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.p-fv__img img {
    height: 100%;
    object-fit: cover;
}

h3 {
    font-size: 3.5rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
}

/*---------------------商品リスト*/

.series-nav {
    margin: 50px 0 30px;
    padding: 0;
    text-align: center;
}

.p-li {
    padding: 0;
    margin: 0 100px;
}

.p-li li {
    display: inline-block;
    border: 1px solid #333;
    margin: 5px;
    padding: 10px;
}

.p-li li a {
    padding: 10px;
    font-size: 2.3rem;
}

.btn-click {
    background-color: rgba(0, 0, 0, .7);
    border: 2px solid black;
}

.btn-click a {
    color: #fff;
}

.btn-click1 {
    background-color: #fff;
}

.btn-click1 a {
    color: #000000;
}

/*---------------------商品紹介*/

#item_box {
    margin: 250px auto 130px;
    width: 100%;
    max-width: 1600px;
}

#item_box .item {
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    width: 100%;
}

.item h3 {
    font-size: 3.5rem;
    text-align: center;
    line-height: 1;
    letter-spacing: .1em;
    margin-top: 0;
    margin-bottom: 25px;
}

.photo {
    margin: 0 5px;
    width: 400px;
}

.photo img {
    object-fit: contain;
}

.caption {
    font-size: 1.8em;
    color: #F15A22;
    font-family: "Karla", sans-serif;
    font-weight: bold;
    padding: 50px;
    margin: 0;
    margin-left: 5px;
    background-image: radial-gradient(#ffffff, #0000003b 41% 82%);
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    /* border-radius:0 50px 0 0; */
    text-shadow: 3px 2px 10px #fff, -2px 2px 10px #FFF, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

.item2 .text {
    padding: 150px 0 0 43px;
}

.text {
    /* color: #005739; */
    margin: 0;
    padding: 50px 80px;
    font-size: 2.3rem;
    font-weight: 600;
}

.text span {
    color: red;
    font-weight: bolder;
    line-height: 2;
}

.picture {
    height: 300px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    position: relative;
}

.subphoto {
    margin: 0;
}

.product {
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    max-width: 1600px;
    width: 100%;
}

.sample {
    display: flex;
    margin: 0 115px;
    position: relative;
    justify-content: center;
}

.about {
    position: relative;
    width: 84%;
    margin: 20px auto 10px;
    overflow-x: hidden;
    background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 252, 147, 0.66));
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    /* border-radius: 0 0 20px 0; */
}

section {
    margin: 180px 0 130px;
}

/*---------------------機械仕様*/

.machine {
    max-width: 1600px;
    width: 100%;
    margin-bottom: 50px;
}

.specs h4 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    color: #333;
}

.spcchart-n01 {
    margin: 0 auto;
    display: flex;
    max-width: 1600px;
    width: 100%;
}

.specs {
    width: 50%;
    margin-left: 165px;
}

.specs table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /*テーブルの幅を50%に設定（任意）---*/
    height: 350px;
    text-align: center;
    table-layout: fixed;
    background-color: #fff;
}

.specs table th,
td {
    font-size: 1.8rem;
    font-weight: normal;
}

.specs span {
    white-space: nowrap;
    line-height: 0.5;
    font-size: 1.4rem;
}

.text2 {
    /* text-align: left; */
    margin: 0;
    /* position: absolute;
    bottom: 15px;
    left: 35px; */
}

.spcpic-n01 {
    margin-top: 45px;
    margin-left: 20px;
    height: 400px;
    position: relative;
}

.spcpic-n01 img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    /* position: absolute;
    top: 45px;
    left: -100px; */
}

/*---------------------ほかの商品*/

.other-item {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

h5 {
    text-align: center;
    font-family: "Karla", sans-serif;
    font-size: 2.5em;
    margin: 0;
}

.box-4 {
    display: flex;
    margin: 40px auto 0;
    width: 80%;
    padding-bottom: 100px;
}

.switch {
    text-align: center;
}

.item-n01 {
    padding: 0 10px;
    margin: 0 auto;
    transition: all 0.75s ease;
    transform: scale(1);
}

.item-n01:hover {
    transform: scale(1.1);
}

.item-n01:first-child {
    padding-left: 0;
}

.item-n01:last-child {
    padding-right: 0;
}

.itempic-n01 img {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.btn4 {
    font-size: 1.2em;
    color: #000000;
}

.btn4:hover {
    color: red;
}

/*---------------------特徴*/
.specifics-box {
    width: 84%;
    max-width: 1600px;
    margin: 15px auto;
}

.specifics-box h4 {
    font-size: 2.3rem;
}

.feature-n01 {
    margin: 0 auto 20px;
    padding: 40px 75px;
    background-image: radial-gradient(#ffffff, #ffd4908f);
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    /* border-radius: 20px 0; */
}

.feature-n02 {
    margin: 20px auto 0;
    padding: 40px 75px;
    background-image: radial-gradient(rgb(255, 255, 255), rgba(255, 252, 147, 0.66));
    box-shadow: inset 0px 0px 10px 0px rgba(255, 255, 255, 1);
    /* border-radius: 0 0 0 50px; */
}

.text-n01 {
    margin: 5px 0;
    font-size: 1.5em;
}

.text-n02 {
    margin: 5px 0;
    font-size: 1.5em;
}

/* ===========================
   スマートフォン用（〜768px）
   =========================== */
@media screen and (max-width: 768px) {

    html {
        font-size: 52%;
    }

    /* 共通調整 */
    body {
        font-size: 1.4rem;
    }

    img {
        width: 100%;
        height: auto;
    }

    /* -------------------------
       ヘッダー
       ------------------------- */
    #page-header {
        flex-direction: row;
        height: 70px;
        padding: 10px 15px;
    }

    .ef-logo {
        margin: 10px 0 0 10px;
        width: 45px;
        height: 45px;
    }

    h1 {
        font-size: 1.8rem;
        line-height: 45px;
    }

    /* ナビ：PCナビ非表示 */
    .header-nav {
        display: none;
    }

    /* スマホメニュー表示 */
    .sp {
        display: block !important;
    }

    #nav-toggle {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    #nav-toggle div span {
        display: block;
        background: #fff;
        padding: 10px 15px;
        margin-bottom: 5px;
        border: 1px solid #ccc;
        font-size: 1.4rem;
        border-radius: 5px;
    }

    /* -------------------------
       FV（ファーストビュー）
       ------------------------- */
    .p-fv {
        height: 140px;
        padding: 0;
        text-align: center;
    }

    .p-fv__copy {
        font-size: 2.2rem;
    }

    /* -------------------------
       商品カテゴリボタン
       ------------------------- */
    .p-li {
        margin: 0;
        padding: 0 10px;
    }

    .p-li li {
        width: 100%;
        display: block;
        margin: 10px auto;
        padding: 10px;
    }

    .p-li li a {
        font-size: 1.8rem;
        display: block;
    }

    /* -------------------------
       商品紹介部分
       ------------------------- */
    #item_box {
        margin: 80px auto 80px;
        padding: 0 10px;
    }

    .product {
        flex-direction: column;
        width: 100%;
    }

    .picture {
        display: block;
        height: auto;
        text-align: center;
    }

    .photo {
        width: 100%;
        margin: 10px auto;
    }

    .caption {
        font-size: 1.6rem;
        padding: 20px;
        margin: 10px 0;
    }

    .about {
        width: 100%;
        padding: 20px;
    }

    .text {
        padding: 25px 20px;
        font-size: 1.9rem;
    }

    /* -------------------------
       特徴
       ------------------------- */
    .specifics-box {
        width: 100%;
        padding: 0 10px;
    }

    .feature-n01,
    .feature-n02 {
        padding: 25px 20px;
    }

    .text-n01,
    .text-n02 {
        font-size: 1.6rem;
    }

    /* -------------------------
       機械仕様
       ------------------------- */
    .spcchart-n01 {
        flex-direction: column;
        width: 100%;
        padding: 0 10px;
    }

    .specs {
        width: 100%;
        margin: 0;
    }

    .specs table {
        width: 100%;
        font-size: 1.4rem;
    }

    .spcpic-n01 {
        width: 100%;
        margin: 20px 0 0;
        height: auto;
        text-align: center;
    }

    .spcpic-n01 img {
        width: 80%;
        height: auto;
    }

    .text2 {
        font-size: 1.4rem;
        text-align: center;
    }

    /* -------------------------
       OTHER ITEM
       ------------------------- */
    .box-4 {
        flex-direction: column;
        width: 100%;
    }

    .item-n01 {
        width: 100%;
        margin: 0 auto 40px;
        padding: 0;
    }

    .itempic-n01 img {
        width: 60%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .btn4 {
        font-size: 1.6rem;
    }

    /* -------------------------
       フッター
       ------------------------- */
    footer {
        height: auto;
        padding-bottom: 20px;
    }

    footer .inner {
        flex-direction: column;
        padding: 30px 15px;
    }

    .footer-blk,
    .footer-nav {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .contents {
        flex-direction: column;
        text-align: center;
    }

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

    .fot-detail {
        text-align: center;
    }

    .social-list {
        justify-content: center;
    }
}
