﻿@charset "UTF-8";

/* fade image in after load */

.lazyload {
    opacity: 0;
}

.lazyloading {
    opacity: 1;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 200ms;
}


/*左メニュー・中央部*/

.enf-left-nav {
    padding-right: 20px;
}

.enf-left-nav li {
    margin-bottom: 15px;
}

.enf-left-nav li a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
    transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.enf-left-nav li a:link,
.enf-left-nav li a:visited {
    color: #000;
    border-bottom: solid 1px transparent;
}

.enf-left-nav li a:hover {
    color: #000;
    border-bottom: solid 1px #000;
}

.enf-left-nav li a {
    display: block;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding-bottom: 8px;
}

.enf-nav-current>a {
    border-bottom: solid 1px #000;
    font-weight: bold;
}

.enf-nav-news {
    margin-top: 50px;
}

.enf-nav-news a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: solid 1px #fff;
    transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.enf-nav-news a:hover {
    text-decoration: none;
    border-bottom: solid 1px #000;
}

.enf-left-social {
    margin-top: 18px;
}

.enf-left-social:after {
    content: "";
    display: block;
    clear: both;
}

.enf-left-social li {
    float: left;
    margin-right: 14px;
}

.enf-left-social li a {
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
    transition: border-bottom 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.enf-left-social li a:hover {
    color: #000;
    border-bottom: solid 1px #000;
}

.enf-left-social li a:link,
.enf-left-social li a:visited {
    color: #000;
    border-bottom: solid 1px transparent;
}

.enf-left-social li a:hover {
    color: #000;
    border-bottom: solid 1px #000;
}

.enf-left-social li a {
    width: 14px;
    text-align: center;
}


/* button */

.enf-mod-btnwrap {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -.4em;
    text-align: center;
}

.enf-mod-btnwrap li {
    display: inline-block;
}

.enf-mod-btnwrap li:first-of-type {
    margin-right: 10px;
}

.enf-mod-btn {
    letter-spacing: normal;
    display: block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    background: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    position: relative;
    box-sizing: border-box;
}

.enf-mod-btn:after {
    line-height: 1;
    content: "";
    font-size: 24px;
    font-family: 'myfont', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 29px;
    margin-top: -14px;
}

.enf-mod-btn:hover {
    background: #666;
}

.device-desktop .enf-mod-btn:hover {
    background: #666;
}

.enf-mod-btn+.enf-mod-btn {
    margin-top: 10px;
}

.shopping {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.shopping-sitetop {
    font-size: 16px;
    color: #000000;
    display: block;
}