@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;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    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;
    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;
}

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

#item-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.item-blk {
    margin: 0 auto 30px;
}

#item_box .item {
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    /* animation: RightToLeft 2s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
    margin-top: 250px;
}

.item h3 {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

#item_box .item1 {
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    /* animation: LeftToRight 2s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
    margin-top: 120px;
}

.item1 h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

#item_box .item2 {
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    /* animation: RightToLeft 2s cubic-bezier(0.33, 1, 0.68, 1) forwards; */
    margin-top: 120px;
}

.item2 h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.photo {
    margin-top: 2rem;
}

.item2 .product .photo img {
    height: 60rem;
    width: 60rem;
    /* padding-left: 60px; */
    /* margin-left: 130px; */
    object-fit: contain;
}

.text {
    color: black;
    text-align: left;
    padding-top: 15rem;
    padding-left: 3rem;
    font-size: 2rem;
    line-height: 1.666666;
}

.text2 {
    color: black;
    text-align: left;
    padding-top: 8rem;
    margin-left: 10rem;
    font-size: 2rem;
    line-height: 1.666666;
}

.photo img {
    height: 50em;
    width: 40em;
    /* padding-left: 100px; */
    /* margin-left: 150px; */
    object-fit: contain;
}

.product {
    display: flex;
    margin: 0 auto;
    width: 80%;
}

.modal_open {
    width: 250px;
    height: 45px;
    font-family: "Karla", sans-serif;
    font-size: 1.7rem;
    outline: none;
    box-shadow: none;
}

.modal_open2 {
    width: 250px;
    height: 45px;
    font-family: "Karla", sans-serif;
    font-size: 1.7rem;
    outline: none;
    box-shadow: none;
}

.modal_open3 {
    width: 250px;
    height: 45px;
    /* margin-left: 43px; */
    font-family: "Karla", sans-serif;
    font-size: 1.7rem;
    outline: none;
    box-shadow: none;
}

#close_btn {
  font-size: 3.5rem;
  color: #fff;
  position: absolute;
  top: 0%;
}

#close_btn:hover {
  cursor: pointer;
}

#close_btn2 {
  font-size: 3.5rem;
  color: #fff;
  position: absolute;
  top: 0%;
}

#close_btn2:hover {
  cursor: pointer;
}

#close_btn3 {
  font-size: 3.5rem;
  color: #fff;
  position: absolute;
  top: 0%;
}

#close_btn3:hover {
  cursor: pointer;
}

.replay-btn {
    margin-left: 3rem;
}

.replay-btn2 {
    margin-left: 10rem;
}

/* .about {
    /* height: 500px;
    width: 50;
    position: relative;
} */

section {
    margin: 180px 0 130px;
}

/*---------------------アニメーション*/

/* @keyframes RightToLeft {
    0% {
        opacity: 0;
        transform: translateX(500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes LeftToRight {
    0% {
        opacity: 0;
        transform: translateX(-500px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
} */

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

.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;
    border: 2px solid black;
}

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

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

.other-item {
    width: 100%;
    max-width: 1600px;
    margin: 150px auto 0;
    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;
}

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

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

.btn4:hover {
    color: red;
}

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

    /* --- 全体調整 --- */
    body {
        font-size: 1.4rem;
        overflow-x: hidden;
    }

    h2 {
        font-size: 2.2rem;
        margin: 10px 0;
    }

    h3 {
        font-size: 2.4rem;
        padding: 0 10px;
        line-height: 1.4;
    }

    /* --- ヘッダー --- */
    #page-header {
        padding: 10px;
        height: 70px;
        flex-direction: column;
        align-items: flex-start;
    }

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

    #page-header h1 {
        line-height: 1.4;
        font-size: 2rem;
        padding-left: 10px;
    }

    /* PCナビ非表示、スマホ用メニュー表示 */
    .header-nav {
        display: none;
    }

    #nav-toggle.sp {
        display: block;
        background: #eee;
        width: 100%;
        padding: 10px;
        font-size: 1.4rem;
    }

    #nav-toggle span {
        display: block;
        padding: 8px 0;
        border-bottom: 1px solid #ccc;
    }

    /* --- ファーストビュー --- */
    .p-fv {
        height: 140px;
    }

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

    /* --- 商品リストメニュー --- */
    .p-li {
        margin: 0 10px;
    }

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

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

    /* --- 商品ブロック --- */
    #item_box .item,
    #item_box .item1,
    #item_box .item2 {
        margin-top: 60px;
    }

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

    .photo img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .item2 .product .photo img {
        width: 100%;
        height: auto;
    }

    .text, .text2 {
        padding: 20px 10px;
        font-size: 1.6rem;
        margin-left: 0;
        padding-top: 20px;
    }

    .replay-btn,
    .replay-btn2 {
        margin-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .modal_open,
    .modal_open2,
    .modal_open3 {
        width: 90%;
        height: 45px;
        font-size: 1.6rem;
    }

    /* --- モーダル内動画サイズ調整 --- */
    .image_view video {
        width: 95vw !important;
        height: auto !important;
    }

    .close {
        font-size: 3rem !important;
        top: -10px !important;
        right: -10px !important;
    }

    /* --- 他の商品一覧 --- */
    .box-4 {
        width: 100%;
        flex-direction: column;
    }

    .item-n01 {
        margin-bottom: 30px;
    }

    .picture img {
        width: 180px;
        height: 180px;
    }

    .btn4 {
        font-size: 1.6rem;
    }

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

    footer .inner {
        flex-direction: column;
        margin: 0;
        padding: 20px 0;
    }

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

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

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

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

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

    h4 {
        text-align: center;
    }
}
