@charset "utf-8";

@font-face {
    font-family: Eisley Claise;
    src: url('../fonts/Eisley-Claise-Free.woff') format("woff");
}

/*---------------------------------
 reset
 ---------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,
code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style-type: none;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.bx-wrapper {
    background-color: transparen !importantt;
    border: none !important;
    box-shadow: none !important;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/*---------------------------------
 base
 ---------------------------------*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    scroll-behavior: smooth;
    color: #000;
    background-color: #f5f5f5;
}

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

a:hover {
    text-decoration: none;
    opacity: .7;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.main {
    width: 100%;
    margin: 0 auto;
}

.contents-section {
    max-width: 1100px;
    margin: 150px auto 80px;
    padding: 0 8px;

}

.contents-heading {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin: 0 auto 24px;
}

.information-heading {
    padding-bottom: 25px;
}

.heading-title {
    font-family: Eisley Claise;
    font-size: 40px;
    font-weight: 900;
    margin-right: 10px;
    margin-top: 40px;
    color: #148264;
    padding: 15px 15px 15px 15px;
}

.heading-sub-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    margin-top: 20px;
    margin-left: 10px;
}

.item-title-wrap {
    width: 1100px;
    margin: 0 auto;
    padding-top: 130px;
}

.item-title-wrap span {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
}

.item-title {
    color: #6E6E6E;
    font-size: 32px;
    font-weight: 400;
}

.section-title {
    font-size: 20px;
    font-weight: bold;
    color: #6E6E6E;
    padding-left: 8px;
}

.contents-wrap p {
    line-height: 1.4em;
    font-size: 0.9em;
    letter-spacing: 1px;
    text-align: justify;
}

/*---------------------------------
 service
 ---------------------------------*/

.service-item {
    text-align: center;
}



.service-logo {
    font-family: Eisley Claise;
    font-size: 60px;
    font-weight: 900;
    color: #148264;
    margin-bottom: 30px;

}

.service-lead {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
}

.button07 {
    display: inline-block;
    min-width: 230px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    margin-top: 50px;
    padding: 25px 70px 25px;
    background: transparent;
    color: #fff;
    text-align: center;
    border-radius: 115px;
    transition: .3s;
    background-color: #148264;
    letter-spacing: 1px;
}

.button08 {
    display: inline-block;
    min-width: 230px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    margin-top: 80px;
    padding: 25px 70px 25px;
    background: transparent;
    color: #fff;
    text-align: center;
    border-radius: 115px;
    transition: .3s;
    background-color: #148264;
}


#cardlayout-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.card-title {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}

.card-list {
    width: calc(33.3333333% - 30px * 2 / 3);
}

.card-size {
    max-width: 100%;
}

.card-figure {
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

.card-figure img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.card-figure img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.list-top {
    margin-top: 70px;
}

.service-list {
    margin-top: 80px;
}

.service-title {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.service-sub-title {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 1.6;
    border-bottom: 0.5px solid;
    padding-bottom: 60px;
}

.service-imge {
    max-width: 100%;
}


#page_top {
    position: fixed;
    bottom: 130px;
    right: 20px;
}

#page_top a:hover {
    /* background-color: #666; */
    text-decoration: none;
}

/*---------------------------------
 process
 ---------------------------------*/
.service-lead-sub {
    text-align: justify;
    width: 620px;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 60px;
}

.process-1 {
    margin-top: 200px;
    text-align: center;
}


.process-title-number {
    font-family: bickham-script-pro-3, sans-serif;
    font-size: 172px;
    text-align: center;
    color: #148264;
}

.process-title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    top: -30px;
}

.process-item {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}



.process-sub-lead {
    text-align: justify;
    width: 620px;
    margin: 0 auto;
    letter-spacing: 1.3px;
    line-height: 2;
    margin-top: 60px;
}



.center2 {
    text-align: center;
    width: 680px;
}

.listdesign8 {
    background: #d1dbdb;
    border-radius: 30px;
}

.listdesign9 {
    background: #d1dbdb;
    border-radius: 30px;
}

.process-list {
    width: 620px;
    margin: 0 auto;
    margin-top: 50px;
}

.process-list-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.listdesign8 li {
    text-align: left;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.listdesign9 li {
    text-align: left;
    margin-left: 50px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 3px;
    line-height: 2;
}

.process-list-item2 {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 30px;
    padding-top: 5px;
    line-height: 2;
}

@media screen and (max-width: 930px) {
    .service-lead-sub {
        width: 100%;
        margin-top: 40px;
        font-size: 13px;
    }

    .process-1 {
        margin-top: 50px;
    }

    .process-title-number {
        font-size: 100px;
    }

    .process-title {
        font-size: 14px;
        letter-spacing: 2px;
        position: relative;
        top: -20px;
    }

    .process-img {
        width: 145px;
    }

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

    .process-sub-lead {
        font-size: 13px;
        width: 100%;
        letter-spacing: unset;
        margin-top: 30px;
    }

    .process-list {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .listdesign8 {
        border-radius: 20px;
    }

    .process-list-item {
        font-size: 13px;
    }

    .listdesign8 li {
        text-align: left;
        margin-left: 30px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .listdesign9 li {
        text-align: justify;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px;
        letter-spacing: 2px;
    }

    .process-list-item2 {
        font-size: 13px;
        text-align: justify;
        margin-left: 30px;
        margin-right: 20px;
        padding-bottom: 30px;
        padding-top: 5px;
    }

    .center1 {
        font-size: 13px;
        letter-spacing: unset;
    }

    .center2 {
        text-align: justify;
    }

    .brsp {
        display: none;
    }
}



/*---------------------------------
 button
 ---------------------------------*/
.btn-wrap {
    text-align: center;
}

.btn {
    position: relative;
    z-index: 2;
    background: #fff;
    color: #6E6E6E;
    border: 1px solid #6E6E6E;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    border-radius: 5px;
}

.btn {
    display: inline-block;
    width: 200px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}

.btn::before,
.btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.btn,
.btn::before,
.btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn:hover {
    background: #6E6E6E;
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

.product-list-btn {
    width: 230px;
}

.mail-magazine-btn {
    width: 100%;
}

.button__item {
    text-align: center;
    margin-bottom: 120px;
}

.button06 {
    display: inline-block;
    min-width: 230px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    margin: 0;
    padding: 15px 16px;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    border-radius: 115px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);
    transition: .3s;
}

.button06:hover {
    background: #148264;
    color: white;
}

.button06:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.process-button {
    margin-top: 100px;
}

@media screen and (max-width: 930px) {
    .process-button {
        margin-top: 20px;
    }

}


/*---------------------------------
 header
 ---------------------------------*/
header {
    z-index: 999;
}

.header a:hover {
    text-decoration: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}

.top-bar {
    z-index: 999;
    margin: 0;
    background: #f5f5f5;
    padding: 16px 0 16px;
}

@-moz-document url-prefix() {
    .top-bar {
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    }
}

.header-inner {
    padding: 0 40px;
}

.shop-logo {
    float: left;
    margin: 5px 40px 0 0;
}

.shop-logo img {

    position: relative;
    top: -7px;
}

.nav {
    float: left;
    display: flex;
    margin-top: 20px;
    padding: 10px;
}

@media all and (-ms-high-contrast: none) {
    .nav {
        margin-top: 11px;
    }
}

.drop-arrow {
    margin-left: 6px;
}




.nav-item a {
    padding: 8px 14px;
    vertical-align: -webkit-baseline-middle;
}

.second-nav {
    display: flex;
    float: right;
    padding-top: 30px;
}

.nav-item span {
    margin-right: 10px;
}

.second-nav li span {
    padding: 8px 14px
}

.second-nav img {
    display: block;
    margin: 0 auto 6px;
    padding-top: 3px;
}

.nv-dropdown:active .drop-arrow {
    transform: rotate(180deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nv-dropdown:checked {
    transform: rotate(180deg);
}

.sp-nav-wrap {
    display: none;
}

.sp-second-nav-wrap {
    display: none;
}


/*---------------------------------
 header-dropmenu
 ---------------------------------*/
.navigation ul li a {
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.navigation>ul>li {
    text-align: center;
}

.navigation .drop-nv-wrap {
    display: none;
    position: absolute;
    top: 16px;
    left: -45px;
    z-index: -1;
}

.nav-item:first-child {
    margin-right: 16px;
}

.navigation .drop-nv-wrap ul {
    line-height: 1.4em;
    padding: 50px 0;
    overflow: scroll;
    overflow-x: auto;
    max-height: 80%;
    position: fixed;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

.navigation .drop-nv-wrap ul li {
    text-align: left;
    margin: 12px 32px 0 0 !important;
    padding-left: 15px;
}

.navigation .drop-nv-wrap ul li a {
    padding: 0 0 0 12px !important;
    display: inline-block;
}

.dropdown-menu-list a:hover {
    text-decoration: underline !important;
}

.dropdown-menu-list a:before {
    content: "-";
    padding-right: 6px;


    vertical-align: text-top;
    font-weight: bold;
}

.article-title,
.article-title-pc {
    position: relative;
}

.article-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 20%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #6E6E6E;
    ;
    border-right: solid 2px #6E6E6E;
    ;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.article-title-pc:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    ;
    border-right: solid 2px #000;
    ;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-moz-document url-prefix() {
    .article-title-pc:after {
        top: 3px;
    }
}

.article-title.open:after,
.article-title-pc.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 57%;
}

@-moz-document url-prefix() {

    .article-title.open:after,
    .article-title-pc.open:after {
        top: 44%;
    }
}

/*---------------------------------
 header-serch
 ---------------------------------*/
.search-link {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
}

.sp-header {
    display: none;
}

.search {
    float: right;
    position: relative;
}

.search-box {
    margin: 0;
    float: left;
    display: none;
    position: relative;
    right: 0;
}

.search-icon {
    margin: 0;
    float: left;
    cursor: pointer;
}

a.btn-go {
    text-decoration: none;
    position: absolute;
    right: -55px;
    background: #fff;
}

.btn-go span {
    color: #6E6E6E;
    padding: 9px 12px !important;
}

.search-box a:hover {
    opacity: 1;
}

input[type="text"] {
    margin: 21px 9px 0 0;
    padding: 0 50px 4px 0px;
    border: none;
    border-bottom: 1px solid #6E6E6E;
    outline: none;
}

.close {
    cursor: pointer;
    margin: 0 0 0 -20px;
    position: absolute;
    top: 27px;
}

/*---------------------------------
 top
 ---------------------------------*/
.mb60 {
    margin-bottom: 60px;
}

.swiper-container {
    text-align: center;
    margin-top: 30px;

}

.swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.prettyprint {
    border: none;
    background: #fafafa;
    color: #697d86;
}

/*---------------------------------
 main-visual
 ---------------------------------*/
.main-visual {
    margin-top: 65px;
}

#M_slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main-visual img {
    width: 100%;
    object-fit: cover;
    height: 80vh;
}

.bx-wrapper .bx-pager {
    color: #666 !important;
    bottom: 16px !important;
    padding-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #E57C6F !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 9px !important;
    height: 9px !important;
    margin: 0 7px !important;
}

.scroll-down a {
    display: none;
}

.bx-controls-direction {
    display: none;
}

/*---------------------------------
 concept
 ---------------------------------*/
.concept-message {
    padding: 9px;
}

.concept-message-text {
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 60px;
}

/*---------------------------------
 information
 ---------------------------------*/
.information-list-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 9px 9px 20px 9px;
}

.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 32px;
    border-bottom: 1px solid;
    padding: 9px 9px 20px 9px;
}

.information-label {
    font-size: 14px;
    font-weight: 600;
    margin-right: 24px;
    color: dimgrey;
}

.information-contents {
    line-height: 1.2em;
}

.information-label:before {
    padding-right: 4px;
}

.information-contents a:hover {
    text-decoration: underline;
}


/*---------------------------------
 product-container
 ---------------------------------*/
.product-container {
    display: flex;

}

.product-contents-wrap {
    min-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5f5f5;
}

.product-wrap {
    margin-top: 20px;
}

.new-product-wrap {}

.product-list {
    margin: 50px auto 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.product-list-item {
    width: calc(100%/3 - 16px);
    min-width: 279px;
    margin: 0 24px 64px 0;
}

.product-list-item:nth-child(3n) {
    margin-right: 0;
}

.product-image-wrap {
    position: relative;
    width: auto;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 8px;
}

.product-image-wrap img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.product-image-wrap img:hover {
    opacity: .5;
}

.product-name-link {
    line-height: 1.6em;
}

.product-list-item a div:hover {
    opacity: .7;
}

.product-caption {
    font-weight: 500;
}

.product-price {
    display: inline-block;
    margin-top: 8px;
}

.product-discount {
    text-decoration: line-through;
}

.product-sale-price {
    color: #EB503C;
    font-weight: 500;
}

.sold-out {
    display: inline-block;
    font-size: 10px;
    font-weight: 100;
    background: #adadad;
    color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
}

/*---------------------------------
 footer
 ---------------------------------*/
.footer {
    background: #F5F5F5;
}

.footer-contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 70px 0;
}

.footer-menu-container {
    display: flex;
}

.footer-menu {
    margin-right: 130px;
}

.footer-menu:nth-child(3) {
    margin-right: 0;
}

.footer-menu-list-title {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
}

.footer-menu-list-item {
    margin-bottom: 30px;
}

.footer-item-list {
    display: flex;
    flex-direction: column;
    height: 700px;
    flex-wrap: wrap;
    justify-content: left;
    align-content: baseline;
    width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4em;
}

.footer-item-list li {
    margin-right: 45px;
}

.mail-icon {
    vertical-align: middle;
}

.sns-link-list {
    display: flex;
    align-items: center;
}

.sns-link {
    margin-right: 16px;
}

.sns-hop {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition: .3s;
}

.sns-hop:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.mail-magazine-text {
    text-align: center;
    margin: 56px 0 36px;
}

.mail-magazine-title {
    font-size: 32px;
    font-family: 'Marcellus', serif;
    margin-bottom: 24px;
}

.mail-magazine-caption {
    line-height: 1.4em;
    margin-bottom: 24px;
}

.mail-magazine-btn-wrap {
    margin-bottom: 0;
}

.footer-bottom {
    background: #148264;
}

.footer-bottom-inner {
    padding: 28px 0;
    text-align: center;
    color: #fff;
}

.copy-right {
    font-family: 'Marcellus', serif;
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 0.1em;
}

.line-ft:before {
    margin-right: 10px;
}

/*---------------------------------
 category_list
 ---------------------------------*/
.category-image {
    position: relative;
}

.category-image img {
    margin-top: 78px;
    height: 222px;
    width: 100%;
    object-fit: cover;
}

.category-image:before {
    content: "";
    /*background-color: #0000006b;*/
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 1;
}

.category-title-wrap {
    width: 100%;
    position: absolute;
    top: 170px;
    z-index: 2;
}

.category-title {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    /*text-shadow: 0px 0px 3px #f7f7f7;*/
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 8px;
}

/*---------------------------------
 pager
 ---------------------------------*/
.pager {
    margin-bottom: 64px;
}

.pager ul.pagination {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pager .pagination li {
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background: #EBEBEB;
    width: 30px;
    height: 50px;
    text-align: center;
    position: relative;
}

.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    text-decoration: none;
}

.pager .pagination li a span {
    display: table-cell;
    vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
    color: #fff;
    background: #6E6E6E;
}



/*---------------------------------
 detail
 ---------------------------------*/
.detail {
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
}

.detail-image {
    width: 630px;
    height: 100%;
}

.detail-image img {
    width: 100%;
}

.detail-right {
    padding-top: 40px;
    width: 40%;
    margin-left: 20px;
}

.product-name {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px
}

.product-price-block {
    font-size: 40px;
}

.product-price-block small {
    font-size: 24px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input.productnum {
    font-size: 24px;
    color: #6E6E6E;
    width: 100px;
    height: 40px;
    float: left;
    text-align: right;
    padding: 0 5px;
}

div.button {
    float: left;
    width: 16px;
    padding-left: 16px;
}


input.spinner_up {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/up.png") no-repeat;
    cursor: pointer;
}

input.spinner_down {
    margin-top: 3px;
    border: 0px;
    width: 13px;
    height: 13px;
    background: url("/view/images/template/6/down.png") no-repeat;
    cursor: pointer;
}

.productnum-wrap {
    padding: 72px 0 40px;
}

.purchase-num {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.option-area {
    margin: -20px 0 60px;
}

.makeshop-option-wrap {
    margin: 8px 0;
}

.makeshop-option-label {
    font-size: 14px;
    margin-bottom: 6px;
}

.makeshop-option-select {
    padding: 10px;
    width: 60%;
}

.bg-section {
    background: #f5f5f5;
    padding: 100px 0;
}

.detail-description {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
}

.left-detail-description,
.right-detail-description {
    width: 50%;
}

.left-detail-description {
    margin-right: 140px;
}

.description-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}

.description-text {
    line-height: 2em;
}

.grid-multi-image {
    display: flex;
    flex-wrap: wrap;
}

.multi-image {
    flex: 1 0 calc(100%/3);
}

*::-ms-backdrop,
.multi-image {
    width: 33.33%;
    /* IE11 */
}

.multi-image img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
}

.detail-sold-out {
    display: inline-block;
    font-size: 20px;
    font-weight: 100;
    background: red;
    color: #fff;
    padding: 6px;
    font-family: 'Marcellus', serif;
    margin-bottom: 5px;
    border-radius: 2px;
}

.detail-product-discount {
    font-size: 20px;
    margin-bottom: 16px;
    text-decoration: line-through;
}

.detail-product-sale-price {
    color: #EB503C;
    font-weight: 500;
    font-size: 38px;
}

.detail-product-sale-price small {
    font-size: 28px;
}

/*---------------------------------
 cart
 ---------------------------------*/

.remove-sp {
    display: none;
}

.total {
    text-align: right;
    margin: 56px 0 32px;
}

.total-text {
    font-size: 18px;
}

.total-price {
    font-size: 32px;
    padding-left: 16px;
}

.total-text-small {
    font-size: 14px;
}

.continue-shopping {
    padding-right: 40px;
}

.payment-add-btn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.quantity-notification {
    width: 44px;
    height: 44px;
    text-align: center;
}

.awesome a {
    cursor: pointer !important;
    text-align: center !important;
    display: inline-block;
    vertical-align: middle !important;
    color: #fff !important;
    width: 85px !important;

    height: 100% !important;
    background: #6E6E6E !important;
    font-size: 12px;
    margin-left: 6px;
    text-decoration: none;
    padding: 14px;
}

/*---------------------------------
 news-list
 ---------------------------------*/
.contents-wrap {
    max-width: 960px;
    margin: 30px 0 80px;
}

.info-title-wrap {
    padding-top: 160px;
}

h2.info-title {
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    width: 60%;
    margin: 0 auto -30px;
}

/*---------------------------------
 guide
 ---------------------------------*/
.guide-section {
    margin-bottom: 64px;
}

.guide-section-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 12px;
}



/*---------------------------------
 company
 ---------------------------------*/
.company-section img {
    margin-bottom: 20px;
    width: 100%;
}

/*---------------------------------
 contract
 ---------------------------------*/
.contract-section {
    margin-bottom: 64px;
}

.contract-section-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 24px;
    border-bottom: 1px solid #6E6E6E;
    padding-bottom: 12px;
}

.footer-menu-list-item p {
    font-size: 15px;
    margin-top: 15px;
}



.
/*---------------------------------
 policy
 ---------------------------------*/

.policy-section pre {
    line-height: 2.4em;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #6E6E6E;
    white-space: pre-wrap;
}

.ps {
    line-height: 2.4em;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    color: #6E6E6E;
    white-space: pre-wrap;
}

/*---------------------------------
 sns
 ---------------------------------*/
.eapps-instagram-feed-title {
    display: none;
}

.line {
    line-height: 1.8em;
}

/*---------------------------------
 商品一覧・詳細
 ---------------------------------*/
.left-nav-category {
    margin-bottom: 10px;
}

.side-bar {
    margin-right: 20px;
    width: 200px;
}

.main-logo {
    font-family: Eisley Claise;
    font-size: 50px;
    font-weight: 900;
    color: #148264;
    padding-right: 30px;
    margin-bottom: 30px;
}


/*---------------------------------
 hearing
 ---------------------------------*/
.space-space {
    width: 100%;
    height: 800px;
    border: 7px solid;
}

.hearing {
    max-width: 800px;
}


.hearing-title {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.hearing-title img {
    position: relative;
    top: 8px;
    width: 100%;
}

.hearing-title-text {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.8;
}


.hearing-contact-text {
    font-size: 22px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.hearing-contact-subtitle {
    display: flex;
}


.hearing-contact-subtitle img {
    margin-left: 30px;
    /* width: 100%; */
    position: relative;
    top: -20%;
}



.number {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #148264;
}

.number a {
    color: #148264;
}

.hearing-contact-text2 {
    font-size: 15px;
    line-height: 1.8;
}

.space {
    margin-left: 10px;
}

.strong {
    font-size: 15px;
}


.google-form {
    margin-top: 50px;
}

.hearing-button {
    margin: 30px 0 30px 0;
}

@media screen and (max-width: 630px) {
    .hearing-title {
        margin-left: 0;
        display: unset;
        align-items: center;
        text-align: center;
    }

    .hearing-title img {
        position: relative;
        top: 8px;
        width: 300px;
    }

    .hearing-title-text {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.8;
        margin: 50px 15px 50px 15px;
    }

    .space-space {
        height: 720px;
        border: 4px solid;
    }

    .hearing-contact-text {
        font-size: 14px;
        margin-top: 50px;
    }

    .hearing-contact-text2 {
        font-size: 11px;
        text-align: center;
        line-height: 2.5;
    }

    .strong {
        font-size: 12px;
    }

    .number {
        font-size: 14px;
    }

    .hearing-contact-subtitle {
        display: unset;
    }

    .hearing-contact-subtitle img {
        margin-left: 0;
        position: unset;
        top: 0;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
    }

    .google-form {
        margin-top: 10px;
    }

    .hearing-button {
        margin: 50px 0 30px 0;
    }
}


@media screen and (max-width: 930px) {
    .hearing {
        margin-top: 100px;
    }

}

@media screen and (min-width: 630px) {
    .newline-sp {
        display: none;
    }

}

/*---------------------------------
 responsive 
 ---------------------------------*/



@media screen and (max-width: 930px) {


    /*---------------------------------
 sns
 ---------------------------------*/

    .contents-heading {

        display: block;
        text-align: center;

    }

    .shop-logo img {

        width: 140px;
    }

    /*---------------------------------
 common
 ---------------------------------*/
    .main-visual {
        position: relative;
        margin-top: 53px;
    }

    .scroll-down a {
        background: url(/view/images/template/6/scroll-down.png) no-repeat;
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: auto;
    }

    #start-contents {
        margin-top: 0px;
        padding-top: 0px;
        position: relative;
    }


    .header,
    .footer {
        width: 100%;
    }

    .top-bar {
        padding: 18px 2px 0;
        min-height: 54px;
    }

    .header-inner {
        padding: 0 10px;
    }

    .shop-logo {
        margin: 0;
        float: none;
        text-align: center;
    }

    .nav,
    .second-nav {
        display: none;
    }

    .side-bar {
        display: none;
    }

    .contents-section {
        /*margin: 50px 0 0;*/
    }

    .bx-wrapper .bx-pager {
        text-align: center !important;
        padding-left: 0;
    }

    /*------------------
     hamburger
     ------------------*/
    .wrapper {
        height: 100%;
        overflow-x: hidden;
        position: relative;
        display: block;
    }

    .sp-nav-wrap {
        display: block;
    }

    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5) !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
    }

    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    .menu-trigger {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 18px;
        left: 16px;
        z-index: 100;
    }

    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 80%;
        height: 2px;
        background-color: #000000;
        transition: all .5s;
    }

    .menu-trigger.active span {
        background-color: #000000;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 4px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12.8px) rotate(-45deg);
    }

    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 5px;
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-4px) rotate(45deg);
    }

    nav {
        width: 250px;
        height: 100%;
        padding-top: 100px;
        background: #fff !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        transform: translate(-250px);
        transition: all .5s;
    }

    nav.open {
        transform: translate(0, 0);
        overflow: scroll;
        overflow-x: hidden;
        height: 100%;
    }

    nav li {
        color: #6E6E6E;
        text-align: left;
        font-family: 'Noto Sans JP', sans-serif;
        padding: 10px 20px;
        ;
    }

    .accordion-container {
        position: relative;
        width: 100%;
        cursor: pointer
    }

    .accordion-container .article-title {
        display: block;
        position: relative;
        margin: 0;
        font-weight: normal;
        color: #000000;
        cursor: pointer;
    }

    .accordion-container .article-title:hover,
    .accordion-container .article-title:active,
    .accordion-container .content-entry.open .article-title {
        color: #000;
        ;
    }

    .accordion-container .article-title:hover i:before,
    .accordion-container .article-title:hover i:active,
    .accordion-container .content-entry.open i {
        color: white;
    }

    .article-title {
        position: relative;
    }

    .article-title:after {
        content: "";
        position: absolute;
        right: 16px;
        top: 10%;
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: solid 2px #000;
        ;
        border-right: solid 2px #000;
        ;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .article-title.open:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 45%;
    }

    .accordion-content {
        display: none;
        padding: 24px 6px 0;
        font-family: 'Noto Sans JP', sans-serif;
    }

    .accordion-content p {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
    }

    .accordion-content a {
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .accordion-container {
        margin: 0;
    }

    .sp-second-nav-wrap {
        display: flex;
        position: absolute;
        top: 13px;
        right: 16px;
    }

    .slider li img {
        height: 50vh;
    }

    .footer-contents {
        width: 90%;
        padding: 30px 0;
        margin-top: 60px;
    }

    .footer-menu-container {
        display: block;
    }

    .footer-menu {
        margin-bottom: 60px;
    }

    .footer-menu:last-child {
        margin-bottom: 0;
    }

    .footer-menu-list-item {
        margin-bottom: 20px;
    }

    .heading-title {
        margin-top: 0px;
        margin-right: 0px;
    }

    .sns-link-list {
        margin-top: 20px;
    }

    .sns-link img {
        width: 24px;
    }

    .product-contents-wrap {
        min-width: 100%;
    }

    .concept-message {
        padding: 0 32px;
    }

    .concept-message-text {
        letter-spacing: 0.1em;
        line-height: 1.8;
        font-size: 13px;
        font-weight: 600;
        margin-top: 49px;
    }

    .information-list-wrap {
        white-space: inherit;
        padding: 0 23px;

    }

    .information-list {
        display: block;
        margin-bottom: 32px;
    }

    .information-label {
        margin: 0 0 12px 0;
    }

    .information-contents a {
        font-size: 13px;
    }

    .information-list-wrap {

        margin: 9px px 0px 9px;
    }

    .product-list-item {
        width: calc(100%/2 - 8px);
        min-width: 0;
        margin-right: 16px;
    }

    .product-list-item:nth-child(even) {
        margin-right: 0;
    }

    .product-list {
        justify-content: space-between;
        width: 100%;
    }

    .product-list-item:nth-child(3) {
        margin-right: 16px;
    }

    .sns-link-list-sp {
        display: flex;

    }

    .concept-message-text {
        margin-bottom: 130px;
    }

    /*------------------
     category_list
     ------------------*/
    .banner-image {
        background-position: center;
        height: 20vh;
    }

    .item-title-wrap span {
        padding-left: 8px;
    }

    .item-title {
        font-size: 28px;
        padding-left: 8px;
    }

    .category-image:before {
        height: 198px;
    }

    .category-image img {
        height: 145px;
        margin-top: 54px;
    }

    .category-title-wrap {
        top: 115px;
    }

    .category-title {
        font-size: 20px;
        text-align: center;
    }

    /*------------------
     detail
     ------------------*/
    .detail {
        margin-top: 130px;
        display: block;
    }

    .detail-image {
        width: 100%;
    }

    .detail-image img {
        width: 100%;
    }

    .detail-right {
        margin-left: 0;
        width: 100%;
    }

    .product-name {
        font-size: 24px;
    }

    .product-price-block {
        font-size: 32px;
    }

    .product-price-block small {
        font-size: 18px;
    }

    .productnum-wrap {
        padding: 32px 0 24px;
    }

    .add-btn {
        width: 100%;
    }

    .bg-section {
        margin-top: 60px;
        padding: 40px 0;
    }

    .detail-description {
        width: 100%;
        display: block;
    }

    .left-detail-description,
    .right-detail-description {
        width: 100%;
        margin-bottom: 48px;
    }

    .right-detail-description {
        margin-bottom: 0;
    }

    .grid-multi-image {
        display: block;
    }

    /*------------------
     cart
     ------------------*/
    

    .remove-sp {
        display: block;
        text-align: right;
        text-decoration: underline;
    }


    .continue-shopping {
        padding: 0;
        margin-top: 24px;
        text-align: center;
        text-decoration: underline;
    }

    .awesome {
        height: 44px !important;
    }

    .payment-add-btn {
        display: block;
        margin-bottom: 48px;
    }

    /*---------------------------------
     news-list
     ---------------------------------*/
    .info-title-wrap {
        padding-top: 130px;
    }

    h2.info-title {
        font-size: 18px;
        line-height: 1.6em;
        width: 80%;
    }

    /*---------------------------------
     btn
     ---------------------------------*/
    .button06 {
        min-width: 200px;
        box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.29);

    }


    .footer-menu-list-item span {
        display: none;
    }

    .swiper-container .swiper-slide img {
        max-width: 100%;
        height: auto;
        margin-top: 30px;
    }

    /*------------------------
     service
     -------------------------*/



    .service-item {
        margin-top: 100px;
    }

    .service-logo {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .service-lead {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .button07 {
        display: inline-block;
        min-width: 180px;
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 2px;
        text-decoration: none;
        margin: 0;
        margin-top: 20px;
        padding: 15px 18px 15px;
        background: transparent;
        color: #fff;
        text-align: center;
        border-radius: 115px;
        transition: .3s;
        background-color: #148264;
    }

    .card-list {
        width: calc(33.3333333% - 10px * 2 / 3);
    }


    .card-title {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .button__item {
        margin-bottom: 50px;
    }

    .service {
        margin: 0 30px;
    }

    .service-title {
        font-size: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        letter-spacing: 2px;
    }

    .service-sub-title {
        font-size: 13px;
        letter-spacing: 1.2px;
        line-height: 1.6;
        border-bottom: 0.5px solid;
        padding-bottom: 30px;
    }

    .service-list {
        margin-top: 30px;
    }

    .button08 {
        display: inline-block;
        min-width: 180px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2px;
        text-decoration: none;
        margin: 0;
        margin-top: 40px;
        padding: 17px 25px 17px;
        background: transparent;
        color: #fff;
        text-align: center;
        border-radius: 115px;
        transition: .3s;
        background-color: #148264;
    }

    .button09 {
        margin-top: 30px;
    }

    .card-figure {
        width: unset;
        height: unset;
        overflow: unset;
    }

    .card-figure img {
        -moz-transition: unset;
        -webkit-transition: unset;
        -o-transition: unset;
        -ms-transition: unset;
        transition: unset;
    }

    .card-figure img:hover {
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }


    #page_top {
        position: fixed;
        bottom: 40px;
        right: 20px;
    }


    #page_top a:hover {
        /* background-color: #666; */
        text-decoration: none;

    }

}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

}


/* TOP用CSS */

#page_top {
    position: fixed;
    bottom: 130px;
    right: 20px;
}

#page_top a:hover {
    /* background-color: #666; */
    text-decoration: none;
}

.swiper-button-next {
    display: none;
}

.swiper-pagination-bullet-active {
    color: #148264;
}

.swiper-button-prev {
    display: none;
}

.swiper-container {
    padding-bottom: 50px;
}