:root {
    --main-column: 1000px;
}
.renewal * {
    box-sizing: border-box;
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
}
.renewal a {
    text-decoration: none;
}
.renewal a:hover {
    opacity: .8;
    transition-duration: .3s;
}
.renewal img {
    max-width: 100%;
}
.renewal {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
/* header */
.header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 92%;
}
.header-left {
    display: inline-block;
    padding: 10px 0;
}
.logo {
    display: block;
    width: 125px;
}
.header-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 0 auto;
}
.header-list li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-list li:not(:last-child) {
    margin-right: 35px;
}
.header-list li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 0;
}
.header-bg {
    background: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
@media (max-width: 1168px) {
    .header-left {
        padding: 15px 0;
    }
    .nav {
        height: 100%;
        position: fixed;
        right: -100%;
        top: 0;
        width: 100%;
        z-index: 99;
    }
    .nav.active {
        right: 0;
    }
    .nav-inner {
        background: #fff;
        height: 100%;
        padding: 80px 20px;
        position: fixed;
        right: -100%;
        top: 0;
        transition-duration: .3s;
        width: 100%;
        max-width: 300px;
        z-index: 11;
    }
    .nav.active .nav-inner {
        overflow-y: auto;
        right: 0;
    }
    .logo {
        width: 120px;
    }
    .header-list {
        display: block;
    }
    .header-list li:not(:last-child) {
        margin-right: 0;
    }
    /* hamberger */
    .header-btn {
        display: inline-block;
        margin: 0;
        position: relative;
        text-align: center;
        width: 28px;
        z-index: 999;
    }
    .header-btn span {
        display: block;
    }
    .header-btn__trigger {
        position: relative;
        width: 28px;
        height: 23px;
        cursor: pointer;
        z-index: 3;
    }
    .header-btn__trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
    }
    .header-btn__trigger, .header-btn__trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
    .header-btn__trigger span:nth-of-type(1) {
        top: 1px;
    }
    .header-btn__trigger span:nth-of-type(2) {
        top: 12px;
    }
    .header-btn__trigger span:nth-of-type(3) {
        bottom: -2px;
    }
    .header-btn__trigger.active span:nth-of-type(1) {
        top: -7px;
    }
    .header-btn__trigger.active span:nth-of-type(3) {
        bottom: -12px;
    }
    .header-btn__trigger span:nth-of-type(1) {
        animation: header-btn__bar01 .75s forwards;
    }
    @keyframes header-btn__bar01 {
        0% {
            transform: translateY(20px) rotate(45deg);
        }
        50% {
            transform: translateY(20px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    .header-btn__trigger span:nth-of-type(2) {
        transition: all .25s .25s;
        opacity: 1;
    }
    .header-btn__trigger span:nth-of-type(3) {
        animation: header-btn__bar03 .75s forwards;
    }
    @keyframes header-btn__bar03 {
        0% {
            transform: translateY(-20px) rotate(-45deg);
        }
        50% {
            transform: translateY(-20px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    .header-btn__trigger.active span:nth-of-type(1) {
        animation: active-header-btn__bar01 .75s forwards;
    }
    @keyframes active-header-btn__bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(20px) rotate(0);
        }
        100% {
            transform: translateY(20px) rotate(45deg);
        }
    }
    .header-btn__trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .header-btn__trigger.active span:nth-of-type(3) {
        animation: active-header-btn__bar03 .75s forwards;
    }
    @keyframes active-header-btn__bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-20px) rotate(0);
        }
        100% {
            transform: translateY(-20px) rotate(-45deg);
        }
    }
    .header-list li a {
        padding: 10px 0;
    }
}
/* slider */
.slider {
    margin: 0 0 80px;
    overflow: hidden;
    padding: 0 0 25px;
    position: relative;
}
.slider .swiper-button-next,
.slider .swiper-button-prev {
    width: 17px;
}
.slider .swiper-button-next,
.slider .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
    background-color: #000;
    background-size: 10px;
    height: 30px;
    right: 0px;
    left: auto;
    padding: 8px 10px;
    width: 30px;
}
.slider .swiper-button-prev,
.slider .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
    background-color: #000;
    background-size: 10px;
    height: 30px;    
    left: 0px;
    right: auto;
    padding: 8px 10px;
    width: 30px;
}
.slider .swiper-pagination {
    bottom: 0;
    right: 0;
    left: 0;
}
.slider .swiper-pagination-bullet {
    height: 8px;
    margin: 0 2px;
    width: 8px;
}
@media (max-width: 968px) {
    .slider .swiper-button-next,
    .slider .swiper-container-rtl .swiper-button-prev {
        top: inherit;
        bottom: 35vw;
    }
    .slider .swiper-button-prev,
    .slider .swiper-container-rtl .swiper-button-next {
        top: inherit;
        bottom: 35vw;
}
}
/* main */
.main {
    background: #fafafa;
    padding: 0 0 100px;
}
.main-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: var(--main-column);
}
.main-flex > .contents {
    margin-right: 35px;
    width: calc(100% - 345px);
}
.sidebar {
    padding-top: 34px;
    width: 310px;
}
@media (max-width: 968px) {
    .contents {
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%;
    }
    .sidebar {
        width: 100%;
    }
}

/* common */
.contents-head {
    border-bottom: 1px solid #000;
    margin: 0 0 25px;
    padding: 0 0 15px;
}
.contents-head h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 600;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.more-btn {
    margin: 35px 0 0;
}
.more-btn a {
    border: 1px solid #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px;
}
@media (max-width: 968px) {
    .contents-head h2 {
        font-size: 32px;
    }
    .more-btn a {
        padding: 15px 20px;
        text-align: center;
        width: 100%;
    }
}
/* news */
.news {
    margin: 0 0 45px;
}
.news-item {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 48%;
}
.news-text {
    padding: 15px;
}
.news-ttl {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-cat {
    color: #646464;
    font-size: 12px;
    font-weight: 500;
}
.news-date {
    color: #646464;
    font-size: 12px;
    font-weight: 500;
}
@media (max-width: 968px) {
    .news-item {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
    }
    .news-item a {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .news-image {
        height: 150px;
        width: 150px;
    }
    .news-image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .news-text {
        width: calc(100% - 150px);
    }
    .news-date {
        display: none;
    }
}
@media (max-width: 368px) {
    .news-image {
        height: 100px;
        width: 100px;
    }
    .news-text {
        width: calc(100% - 100px);
    }
}
/* shoplist */
.shoplist {
    margin: 0 0 45px;
}
.shoplist-item {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    width: 31.5%;
}
.shoplist-text {
    padding: 35px 15px 15px;
    position: relative;
}
.shoplist-ttl {
    font-size: 9px;
    font-weight: 500;
    margin: 0 0 15px;
}
.shoplist-ttl .cate {
    background: #646464;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 2px 10px 1px;
    position: absolute;
    top: 10px;
    left: 15px;
}
.shoplist-excerpt {
    color: #646464;
    font-size: 9px;
    font-weight: 500;
}
.shoplist-excerpt .more-link {
    display: none;
}
@media (max-width: 968px) {
    .shoplist-item {
        display: flex;
        margin-bottom: 25px;
        width: 100%;
    }
    .shoplist-item a {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .shoplist-image {
        height: 150px;
        width: 150px;
    }
    .shoplist-image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .shoplist-text {
        width: calc(100% - 150px);
    }
    .shoplist-cat {
        background: #646464;
        border-radius: 50px;
        color: #fff;
        display: inline-block;
        font-size: 9px;
        font-weight: 500;
        margin: 0 0 10px;
        padding: 2px 10px 1px;
    }
}
@media (max-width: 368px) {
    .shoplist-image {
        height: 100px;
        width: 100px;
    }
    .shoplist-text {
        width: calc(100% - 100px);
    }
}
/* contact */
.contact-item:not(:last-child) {
    margin: 0 0 25px;
}
.contact-item a {
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.contact-item a::after {
    border-bottom: solid 1px;
    border-right: solid 1px;
    content: '';
    height: 7px;
    margin-left: 10px;
    transform: skew(45deg);
    width: 20px;
}
/* sidebar */
.shoplist-ttl {
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 20px;
}
.sidebar-widget:not(:last-child) {
    margin: 0 0 45px;
}
.menu-item .menu-item__link {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 12px 0;
}
.menu-item .menu-link__text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.menu-item .menu-link__text img {
    display: block;
    height: 25px;
    margin: 0 10px 0 0;
    width: 25px;
}
.menu-item .menu-link__sub {
    font-size: 12px;
}
.sidebar-widget__head {
    margin: 0 0 25px;
}
.sidebar-widget__head p {
    font-size: 20px;
    font-weight: bold;
}
.category-list li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 15px 0;
}
.category-list li:first-child a {
    border-top: 1px solid #ddd;
}
.category-list li a {
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 968px) {}





/* footer */
.footer {
    background: #fff;
    padding: 50px 0 20px;
}
.footer-inner {
    margin: 0 auto;
    width: 90%;
    max-width: var(--main-column);
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 0 55px;
}
.footer-left {
    width: 20%;
}
.footer-right {
    width: 75%;
}
.footer-left .logo {
    width: 150px;
}
.footer-link  {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.footer-link li {
    display: inline-block;
    margin: 0 0 25px;
    text-align: left;
    width: 25%;
}
.footer-link li a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
.copyright {
    font-size: 12px;
    text-align: center;
}
@media (max-width: 968px) {
    .footer-left {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 50px;
        width: 100%;
    }
    .footer-right {
        width: 100%;
    }
    .footer-link li {
        width: 48%;
    }
    .footer-link li:not(:last-child) {
        margin: 0 0 15px;
    }
}

.no-links {
    pointer-events: none;
}
#breadcrumb {
    background: none !important;
}
#Bnr .Bnr__img p.close a i {
    color: #fff;
}
div#EC-Service {
    margin: 0 auto;
}
.wrap {
    margin-right: auto;
    margin-left: auto;
}