body {
    min-width: 1300px;
    font-family: "Noto Serif JP", serif;
    color: #333;
    word-break: break-word
}

@media screen and (max-width: 960px) {
    body {
        min-width: 320px
    }
}

pre {
    white-space: inherit
}

textarea {
    font-family: inherit
}

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

a {
    text-decoration: none;
    font-weight: normal;
    color: #70685f;
    transition: opacity .3s
}

a img {
    transition: opacity .3s
}

a:hover {
    text-decoration: underline
}

a.anchor-for-call,
a.anchor-for-call:hover {
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit
}

div.sbox-cen,
.seotext {
    text-align: center;
    font-size: 1rem;
    line-height: 3;
    font-weight: normal;
    color: #81776f;
    background: #f9f4e0;
    font-family: "Noto Sans JP", sans-serif
}

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

    div.sbox-cen,
    .seotext {
        padding-bottom: 0;
        font-size: 1rem
    }

    .seotext span {
        display: none
    }

    div.sbox-cen h1.stext {
        font-weight: normal
    }

    div.sbox-cen p.summary {
        display: none
    }
}

#wrap {
    position: relative;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 2.25;
    color: #471710;
    background: #f9f4e0;
    font-weight: normal
}

#header {
    background: url("../img/h_bg.jpg") bottom center no-repeat;
    background-size: 100%
}

.pagecode-index #header {
    background: url("../img/main_bg.jpg") top center no-repeat;
    background-size: cover
}

@media screen and (max-width: 680px) {
    .pagecode-index #header {
        background: none
    }
}

.h-box {
    display: none
}

.h-logo {
    margin: 0
}

.h-logo__link,
.f-logo {
    display: inline-block;
    color: #471710;
    font-family: "Noto Serif JP", "Noto Sans JP", serif;
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap
}

.h-logo__link:hover {
    text-decoration: none
}

.h-box__left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.h-box__center {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    display: none
}

.h-text {
    font-size: 1rem;
    color: #f9f4e0;
    line-height: 1.4;
    font-weight: normal;
    margin: 13px 0 25px;
    font-family: "Noto Sans JP", sans-serif
}

.h-nav__inner {
    display: flex;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    padding: 30px 70px 0;
    height: 250px
}

@media screen and (max-width: 960px) {
    #header {
        background: none
    }

    .h-box {
        display: block;
        padding: 20px;
        text-align: left
    }

    .h-box .h-logo {
        display: block
    }

    .h-text,
    .h-box__left,
    .h-box__right {
        display: none
    }

    .h-box__center {
        display: block
    }

    .h-nav {
        display: none
    }
}

@media screen and (max-width: 680px) {
    .h-box {
        padding: 15px
    }

    .h-box .h-logo {
        max-width: none
    }

    .h-logo__link,
    .f-logo {
        font-size: 1.8rem;
        white-space: normal
    }
}

.gnav-list {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.gnav-list__item+.gnav-list__item {
    margin-left: 20px
}

.gnav-list__link {
    display: block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .2em;
    font-size: 1.6rem;
    line-height: 1.71;
    font-weight: 900;
    color: #682b1f;
    position: relative;
    background: #f9f4e0;
    padding: 20px 12px 20px 11px;
    box-shadow: 4px 4px 3px rgba(91, 91, 91, .2);
    transition: all .3s
}

.gnav-list__link:hover,
.current .gnav-list__link,
.active .gnav-list__link {
    text-decoration: none;
    background: #682b1f;
    color: #fff
}

.accordion {
    position: relative
}

.accordion__label {
    cursor: pointer
}

.accordion__list {
    overflow: hidden;
    height: 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 180px;
    transition: height .3s
}

.accordion-list__link {
    display: block;
    background: #316978;
    color: #fff;
    padding: 18px 10px 16px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1px
}

.accordion-list__link:hover {
    opacity: .8;
    text-decoration: none
}

.drawer--left {
    position: relative
}

.drawer--left .drawer-hamburger {
    display: none;
    background: #682b1f;
    border-radius: 0
}

.drawer--left .drawer-overlay {
    background-color: rgba(0, 0, 0, .3)
}

.drawer--left .drawer-nav {
    display: none;
    background: #fff
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    background-color: #f9f4e0;
    transition: all .3s
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
    background-color: #682b1f
}

.drawer--left .drawer-menu {
    padding: 60px 40px
}

.sp-nav-list {
    margin-bottom: 30px
}

.sp-nav-list__item {
    margin-bottom: 10px
}

.sp-nav-list__link {
    display: block;
    letter-spacing: .2em;
    font-size: 1.6rem;
    line-height: 1.71;
    font-weight: 900;
    color: #682b1f;
    position: relative;
    background: #f9f4e0;
    padding: 20px 12px 20px 11px;
    box-shadow: 4px 4px 3px rgba(91, 91, 91, .2);
    transition: all .3s
}

.sp-nav-list__link:hover,
.current .sp-nav-list__link,
.active .sp-nav-list__link {
    text-decoration: none;
    background: #682b1f !important;
    color: #fff !important
}

.sp-nav-list .accordion-list {
    position: relative
}

.drawer-menu .contentslist {
    display: block;
    padding: 0;
    font-size: 1.4rem
}

.drawer-menu .contentslist .nolink .n_title,
.drawer-menu .contentslist .sublist li a {
    background: rgba(255, 255, 255, .6);
    padding-bottom: 10px
}

.drawer-menu .contentslist>li {
    margin: 0 0 20px
}

.drawer-menu .banner {
    text-align: center
}

.drawer-menu .banner li {
    margin-bottom: 10px
}

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

    .drawer--left .drawer-hamburger,
    .drawer--left .drawer-nav {
        display: block
    }
}

.mainimg {
    position: relative;
    z-index: 9;
    margin: -20px auto 0;
    display: none
}

.pagecode-index .mainimg {
    display: block
}

.mainimg .img {
    margin: 0 auto;
    padding: 0 0 281px 100px
}

.mainimg .respon {
    display: none
}

.mainimg .header-banners {
    position: absolute;
    right: 100px;
    top: 200px;
    left: auto;
    bottom: auto;
    z-index: 10;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mainimg .recruit-banner.header-banner,
.mainimg .tiktokshop-banner.header-banner {
    width: 100%;
}

.mainimg .recruit-banner.header-banner {
    margin-right: auto;
}

.mainimg .tiktokshop-banner.header-banner {
    width: 320px;
    margin-top: -8px;
    margin-right: auto;
}

.mainimg .recruit-banner.header-banner img,
.mainimg .tiktokshop-banner.header-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.main {
    width: 100%
}

@media screen and (max-width: 960px) {
    .mainimg .header-banners {
        bottom: 100px;
        top: auto;
    }
}

@media screen and (max-width: 680px) {
    .mainimg {
        margin: 0 auto;
        text-align: center
    }

    .mainimg .img {
        display: none
    }

    .mainimg .respon {
        display: block
    }

    .mainimg .header-banners {
        right: auto !important;
        left: 10px !important;
        bottom: auto !important;
        top: 10px !important;
        width: 220px;
    }

    .mainimg .tiktokshop-banner.header-banner {
        width: 180px;
        margin-top: -6px;
    }
}

.content {
    width: 100%;
    padding: 50px 0 0
}

.map,
.video {
    position: relative;
    width: 100%;
    height: 350px
}

.map iframe,
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video {
    height: auto;
    padding-top: 56.25%
}

.big {
    font-size: 1.6rem
}

.small {
    font-size: 1.2rem
}

.bold {
    font-weight: bold
}

.btn {
    text-align: center
}

br.sp {
    display: none
}

span.dib {
    display: inline-block
}

@media screen and (max-width: 480px) {
    br.sp {
        display: block
    }

    br.pc {
        display: none
    }
}

#mail {
    padding-top: 100px;
    margin-top: -100px
}

@media screen and (max-width: 960px) {
    #mail {
        padding-top: 0;
        margin-top: 0
    }
}

.module.mod_text table {
    width: 100%;
    table-layout: fixed
}

.module.mod_text th,
.module.mod_text td {
    height: auto;
    background: #fff;
    border: 1px solid #f9f4e0;
    padding: 12px 18px 12px;
    text-align: left;
    vertical-align: top;
    line-height: 1.86
}

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

    .module.mod_text th,
    .module.mod_text td {
        font-size: 1.4rem
    }
}

.module.mod_text th,
.module.mod_text td.cols-label,
.module.mod_text td.row-label {
    background: #eddfb2;
    vertical-align: top;
    font-weight: bold;
    line-height: 1.86
}

.module.mod_text th,
.module.mod_text td.cols-label {
    width: 19.9%
}

@media screen and (max-width: 960px) {
    .module.mod_text table {
        table-layout: auto
    }

    .module.mod_text th,
    .module.mod_text td {
        padding: 11px 10px 8px
    }

    .module.mod_text .scroll {
        overflow: auto;
        white-space: nowrap
    }

    .module.mod_text .scroll::-webkit-scrollbar {
        height: 5px
    }

    .module.mod_text .scroll::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    .module.mod_text .scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc
    }

    .module.mod_text .responsive-table table.table {
        min-width: 1000px
    }
}

.side {
    width: 100%;
    padding: 50px 15px 35px;
    background: #e8ddba;
    display: none
}

.contentslist {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.4
}

.contentslist>li {
    flex: 0 0 31%;
    justify-content: flex-start;
    margin: 0 3.5% 30px 0
}

.contentslist>li:nth-child(3n) {
    margin-right: 0
}

.contentslist img {
    width: auto;
    height: auto;
    max-width: 100%
}

.contentslist .img-category {
    text-align: center
}

.contentslist .img-category.nolink .n_title {
    display: none
}

.contentslist .nolink .n_title {
    position: relative;
    display: block;
    background: none;
    border-bottom: 2px solid #fff;
    color: #682b1f;
    padding: 18px 20px 18px 30px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    text-align: left
}

.contentslist .nolink .n_title::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 18px;
    width: 14px;
    height: 14px;
    background: none;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.contentslist .text-category.text-link {
    background: none;
    border: none;
    padding: 0;
    text-align: left
}

.contentslist .parent-text>a,
.contentslist .text-link a {
    display: block;
    width: 100%;
    background: #682b1f;
    border-radius: 30px;
    border: none;
    padding: 16px 67px 16px 15px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #fff;
    text-align: left;
    letter-spacing: .15em;
    position: relative;
    text-decoration: none
}

.contentslist .parent-text>a::before,
.contentslist .text-link a::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/icon_more.svg) right center no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.contentslist .parent-text>a:hover,
.contentslist .text-link a:hover {
    opacity: .8
}

.contentslist .sublist {
    text-align: left
}

.contentslist .sublist li {
    line-height: 1.2
}

.contentslist .sublist li a {
    display: block;
    border: none;
    padding: 17px 10px 0px 30px;
    text-decoration: none;
    color: #682b1f;
    font-weight: normal;
    font-size: 1.6rem;
    font-family: "Noto Sans JP", sans-serif
}

.contentslist .sublist li a:hover {
    text-decoration: underline
}

@media screen and (max-width: 960px) {
    .side {
        display: none
    }
}

.box-contact {
    margin: 0 auto;
    background: url("../img/bg01.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    z-index: 9;
    padding-left: 50%
}

@media screen and (max-width: 960px) {
    .box-contact {
        padding-left: 0
    }
}

.box-contact .box {
    width: 650px;
    padding: 53px 0 50px
}

.box-contact .title {
    margin-bottom: 14px
}

.box-contact .text {
    margin-bottom: 40px
}

@media screen and (max-width: 680px) {
    .box-contact .text {
        text-align: left;
        line-height: 1.8;
        font-size: 1.5rem
    }
}

.box-contact ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.box-contact .tel {
    margin-right: 40px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1
}

.box-contact .tel .tel__num {
    font-size: 3.6rem;
    margin-left: 5px
}

.box-contact .shop a {
    display: block;
    text-decoration: none;
    background: #ef8200 url("../img/icon01.svg") right 10px center no-repeat;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .15em;
    padding: 13px 15px 11px;
    border-radius: 30px;
    width: 272px;
    text-align: left
}

.box-contact .shop a:hover {
    opacity: .8
}

@media screen and (max-width: 960px) {
    .box-contact .box {
        width: 100%;
        padding: 50px 20px;
        text-align: center
    }

    .box-contact ul {
        display: block
    }

    .box-contact .tel {
        margin: 0 auto 30px
    }

    .box-contact .shop a {
        margin: 0 auto
    }
}

.footer {
    color: #471710;
    background: #f9f4e0
}

.f-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 50px 70px
}

.f-logo {
    margin-right: 23px;
    margin-bottom: 22px
}

.f-add {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 10px
}

.f-add a {
    color: inherit
}

.f-att {
    font-size: 1rem;
    line-height: 2
}

@media screen and (max-width: 960px) {
    .f-att {
        margin-bottom: 20px
    }
}

.f-box__right {
    width: 320px
}

.f-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.f-nav__item {
    line-height: 1;
    margin-bottom: 30px;
    width: auto;
    margin-right: 30px
}

.f-nav__link {
    display: block;
    font-weight: lighter;
    color: #443120;
    font-size: 1.4rem;
    padding-left: 7px;
    border-left: 1px solid #443120
}

.f-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7f4f2;
    width: 232px;
    line-height: 1;
    height: 50px
}

.f-banner ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.f-banner .title {
    color: #826c56;
    font-size: 1.2rem;
    font-weight: lighter;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #826c56
}

.f-text {
    font-size: 1rem;
    line-height: 2;
    color: #81776f;
    margin-bottom: 10px
}

.copyright {
    display: block;
    font-size: 1rem;
    line-height: 2;
    color: #81776f
}

@media screen and (max-width: 960px) {
    .f-box {
        display: block;
        text-align: center;
        padding: 50px 15px
    }

    .f-box__right {
        width: 100%
    }

    .f-info {
        display: block
    }

    .f-logo {
        margin: 0 auto 20px
    }

    .f-banner {
        margin: 20px auto 0
    }

    .f-nav {
        display: none
    }

    .f-text,
    .copyright {
        text-align: center;
        line-height: 1.5
    }
}

.pagetop {
    position: fixed;
    z-index: 200;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    transition: opacity .5s
}

.pagetop.on {
    opacity: 1
}

.pagetop.stop {
    position: absolute
}

.rightbar {
    position: fixed;
    z-index: 200;
    bottom: 50px;
    right: 90px;
    -webkit-transform: translateX(calc(100% + 90px));
    transform: translateX(calc(100% + 90px));
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 330px;
    height: 60px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    line-height: 60px;
    border-radius: 30px;
    color: #ed3200;
    background: #fff
}

.rightbar.on {
    -webkit-transform: translateX(0) rotateY(360deg);
    transform: translateX(0) rotateY(360deg)
}

.rightbar.stop {
    position: absolute
}

@media screen and (max-width: 960px) {
    .pagetop {
        display: none
    }

    .rightbar {
        display: none
    }
}

.module {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto 50px
}

.module:last-of-type {
    margin-bottom: 0
}

.module.break-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0
}

.mod_pickup_gallery {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto 100px
}

.mod_gallery_list,
.mod_gallery_detail,
.mod_news_list,
.mod_news_detail,
#contact_form {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto
}

#contact_form {
    margin-bottom: 50px
}

.module.mod_h1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    max-width: 100%;
    background: url(../img/h1_bg.jpg) center top no-repeat;
    background-size: 100%
}

@media screen and (max-width: 960px) {
    .module.mod_h1 {
        margin-top: 0;
        min-height: auto;
        align-items: center
    }
}

.mod_h1 h1 {
    background: none;
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    border: none;
    padding: 97px 0px 49px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    position: relative;
    letter-spacing: .1em;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black)
}

@media screen and (max-width: 960px) {
    .mod_h1 h1 {
        padding-top: 47px
    }
}

@media screen and (max-width: 960px) {
    .mod_h1.module {
        background: url("../img/h1_bg.jpg") center top no-repeat;
        background-size: cover
    }
}

@media screen and (max-width: 680px) {
    .mod_h1 h1 {
        font-size: 2.8rem
    }
}

.module.mod_h2 {
    margin-bottom: 30px
}

.pagecode-voice .module.mod_h2,
.pagecode-faq .module.mod_h2 {
    margin-bottom: 20px
}

@media screen and (max-width: 680px) {
    .module.mod_h2 {
        margin-bottom: 15px
    }
}

.mod_h2 h2 {
    background: url("../img/h2_bg01.svg") center bottom 23px no-repeat;
    border: none;
    padding: 31px 0 56px;
    font-size: 3.6rem;
    line-height: 1.75;
    font-weight: bold;
    color: #471710;
    text-align: center;
    letter-spacing: .1em
}

.pagecode-voice .mod_h2 h2,
.pagecode-faq .mod_h2 h2 {
    background: #fff url(../img/icon_voice.svg) top -4px left no-repeat;
    background-size: 70px;
    padding: 5px 20px 7px 110px;
    font-size: 3rem;
    line-height: 1.75;
    text-align: left
}

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

    .pagecode-voice .mod_h2 h2,
    .pagecode-faq .mod_h2 h2 {
        padding-left: 90px;
        font-size: 2.2rem;
        background-size: 56px
    }
}

.pagecode-faq .mod_h2 h2 {
    background: #fff url(../img/icon_faq.png) top -4px left no-repeat;
    background-size: 70px
}

@media screen and (max-width: 680px) {
    .pagecode-faq .mod_h2 h2 {
        background-size: 56px
    }
}

@media screen and (max-width: 680px) {
    .mod_h2 h2 {
        padding: 10px 0 50px;
        font-size: 2.2rem
    }
}

.module.mod_h3 {
    margin-bottom: 20px
}

.mod_h3 h3 {
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 6px 20px 7px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    color: #471710;
    text-align: left;
    border-left: 6px solid #0e2951
}

@media screen and (max-width: 680px) {
    .mod_h3 h3 {
        padding: 6px 15px 7px;
        font-size: 1.8rem
    }
}

.mod_img_text_left .img_small,
.mod_img_text_right .img_small,
.mod_link_banner_left.mod_img_small .img_small,
.mod_link_banner_right.mod_img_small .img_small {
    width: 30%;
    max-width: 300px
}

.mod_img_text_left .img_medium,
.mod_img_text_right .img_medium,
.mod_link_banner_left.mod_img_medium .img_medium,
.mod_link_banner_right.mod_img_medium .img_medium {
    width: 40%;
    max-width: 400px
}

.mod_img_text_left .img_large,
.mod_img_text_right .img_large,
.mod_link_banner_left.mod_img_large .img_large,
.mod_link_banner_right.mod_img_large .img_large {
    width: 60%;
    max-width: 600px
}

.mod_img_text_left .img_small,
.mod_img_text_left .img_medium,
.mod_img_text_left .img_large,
.mod_link_banner_left .img_small,
.mod_link_banner_left .img_medium,
.mod_link_banner_left .img_large {
    margin-right: 40px
}

.mod_img_text_right .img_small,
.mod_img_text_right .img_medium,
.mod_img_text_right .img_large,
.mod_link_banner_right .img_small,
.mod_link_banner_right .img_medium,
.mod_link_banner_right .img_large {
    margin-left: 40px
}

.mod_img_small .img_small img,
.mod_img_medium .img_medium img,
.mod_img_large .img_large img {
    width: auto
}

.mod_img_text_left.mod_img_small .text_box,
.mod_img_text_left.mod_img_medium .text_box,
.mod_img_text_left.mod_img_large .text_box,
.mod_link_banner_left.mod_img_small .text_box,
.mod_link_banner_left.mod_img_medium .text_box,
.mod_link_banner_left.mod_img_large .text_box,
.mod_img_text_right.mod_img_small .text_box,
.mod_img_text_right.mod_img_medium .text_box,
.mod_img_text_right.mod_img_large .text_box,
.mod_link_banner_right.mod_img_small .text_box,
.mod_link_banner_right.mod_img_medium .text_box,
.mod_link_banner_right.mod_img_large .text_box {
    overflow: hidden;
    margin: 0
}

.module .text_box p+p {
    margin-top: 30px
}

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

    .mod_img_text_left .img_small,
    .mod_img_text_left .img_medium,
    .mod_img_text_left .img_large,
    .mod_img_text_right .img_small,
    .mod_img_text_right .img_medium,
    .mod_img_text_right .img_large,
    .mod_link_banner_left.mod_img_small .img_small,
    .mod_link_banner_left.mod_img_medium .img_medium,
    .mod_link_banner_left.mod_img_large .img_large,
    .mod_link_banner_right.mod_img_small .img_small,
    .mod_link_banner_right.mod_img_medium .img_medium,
    .mod_link_banner_right.mod_img_large .img_large {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 20px;
        text-align: center
    }
}

.mod_link_banner_center {
    text-align: center
}

.mod_link_banner_center .text_box {
    margin-top: 20px
}

.mod_file {
    display: flex
}

.mod_file>div:first-child {
    float: none;
    margin-right: 30px;
    text-align: left
}

.mod_file>.text_box {
    width: 100%;
    margin-left: auto
}

.mod_file a {
    display: block
}

.mod_file a img {
    display: none
}

.mod_file a::before {
    display: block;
    height: 60px
}

.mod_file .pdf a::before {
    content: url("../img/icon_pdf.svg")
}

.mod_file .word a::before {
    content: url("../img/icon_word.svg")
}

.mod_file .xls a::before {
    content: url("../img/icon_xls.svg")
}

.mod_file .pdf a:hover::before,
.mod_file .word a:hover::before,
.mod_file .xls a:hover::before {
    opacity: .8
}

@media screen and (max-width: 680px) {
    .mod_file {
        display: block
    }

    .mod_file>div:first-child {
        margin: 0 auto 10px;
        text-align: center
    }
}

.mod_news_list ul.pager,
.mod_gallery_list ul.pager {
    display: flex;
    justify-content: center
}

.mod_news_list ul.pager li,
.mod_gallery_list ul.pager li {
    margin: 0 5px
}

.mod_news_list ul.pager a,
.mod_gallery_list ul.pager a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: none;
    background: #fff;
    padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #682b1f
}

.mod_news_list ul.pager a:hover,
.mod_news_list ul.pager a.current,
.mod_gallery_list ul.pager a:hover,
.mod_gallery_list ul.pager a.current {
    background: #682b1f;
    color: #fff
}

.mod_news_list p.pager {
    width: 100%;
    max-width: 135px;
    margin: 0 0 0 auto
}

.mod_news_list p.pager a {
    display: block;
    width: 100%;
    background: url("../img/icon_news.svg") right center no-repeat;
    border: none;
    padding: 0px 0px 2px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #682b1f;
    text-align: left;
    position: relative;
    letter-spacing: .15em
}

.mod_news_list p.pager a:hover {
    opacity: .8;
    text-decoration: none
}

.mod_gallery_list .pager+.pager {
    margin-top: 50px
}

.mod_gallery_list p.pager {
    width: 100%;
    max-width: 330px;
    margin: 0 auto
}

.mod_gallery_list p.pager a {
    display: block;
    width: 100%;
    background: #682b1f url("../img/icon_more.svg") right 10px center no-repeat;
    border-radius: 30px;
    border: none;
    padding: 16px 15px 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #fff;
    text-align: left;
    letter-spacing: .15em;
    position: relative
}

.mod_gallery_list p.pager a:hover {
    opacity: .8;
    text-decoration: none
}

.mod_news_detail .back,
.mod_gallery_detail .back {
    width: 100%;
    max-width: 130px;
    margin: 0 0 auto
}

.mod_news_detail .back a,
.mod_gallery_detail .back a {
    display: block;
    width: 100%;
    background: url("../img/icon_back.svg") left center no-repeat;
    border: none;
    padding: 0px 0px 2px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #682b1f;
    text-align: right;
    position: relative;
    letter-spacing: .15em
}

.mod_news_detail .back a:hover,
.mod_gallery_detail .back a:hover {
    opacity: .8;
    text-decoration: none
}

.mod_news_list #news {
    margin-bottom: 30px
}

.mod_news_list #news dl {
    border: none;
    padding: 0;
    line-height: 1.6;
    background: #fff;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 1px
}

.mod_news_list #news dl dt {
    margin-right: 20px;
    color: #fff;
    width: 120px;
    padding: 18px 0px 17px;
    background: #471710;
    text-align: center
}

.mod_news_list #news dl dd {
    overflow: hidden;
    margin-left: auto;
    padding: 18px 0px 17px
}

.mod_news_list #news dl dd a {
    color: #682b1f
}

@media screen and (max-width: 480px) {
    .mod_news_list #news dl dt {
        float: none
    }

    .mod_news_list #news dl dd {
        margin: 0
    }
}

#news_detail {
    margin-bottom: 50px
}

.mod_news_detail .date {
    margin-bottom: 20px;
    color: inherit
}

.mod_pickup_gallery #gallery,
.mod_gallery_list #gallery {
    width: 100%;
    padding-bottom: 0
}

.mod_pickup_gallery #gallery dl,
.mod_gallery_list #gallery dl {
    float: left;
    width: 30%;
    margin: 0 5% 50px 0;
    position: relative;
    transition: all .3s;
    overflow: hidden
}

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

    .mod_pickup_gallery #gallery dl,
    .mod_gallery_list #gallery dl {
        margin-bottom: 30px
    }
}

.mod_pickup_gallery #gallery dl dd.img,
.mod_gallery_list #gallery dl dd.img {
    position: relative
}

.mod_pickup_gallery #gallery dl dd.img::before,
.mod_gallery_list #gallery dl dd.img::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.mod_pickup_gallery #gallery dl dd.img a,
.mod_gallery_list #gallery dl dd.img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: 0px solid #000
}

.mod_pickup_gallery #gallery dl dd.img a img,
.mod_gallery_list #gallery dl dd.img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mod_pickup_gallery #gallery dl dt,
.mod_gallery_list #gallery dl dt {
    line-height: 1.4;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.mod_pickup_gallery #gallery dl:hover dt,
.mod_gallery_list #gallery dl:hover dt {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mod_pickup_gallery #gallery dl dt a,
.mod_gallery_list #gallery dl dt a {
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    background: rgba(0, 0, 0, .5019607843);
    line-height: 2.25
}

.mod_pickup_gallery #gallery dl dt+dd,
.mod_gallery_list #gallery dl dt+dd {
    display: none
}

#shop-container .mod_pickup_gallery #gallery dl dt+dd,
#shop-container .mod_gallery_list #gallery dl dt+dd {
    display: block;
    text-align: right;
    color: #ef8200;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: .1em
}

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

    .mod_pickup_gallery #gallery dl dt,
    .mod_gallery_list #gallery dl dt {
        line-height: 1.4;
        text-align: left;
        position: inherit;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
        padding: 15px 0 5px;
        display: block;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .mod_pickup_gallery #gallery dl dt a,
    .mod_gallery_list #gallery dl dt a {
        padding: 0px;
        width: auto;
        height: auto;
        display: block;
        color: #682b1f;
        font-weight: normal;
        background: none;
        line-height: 1.4;
        font-size: 1.2rem
    }
}

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

    .mod_pickup_gallery #gallery dl,
    .mod_gallery_list #gallery dl {
        width: 32%;
        margin-right: 2%
    }

    .mod_pickup_gallery #gallery dl dt,
    .mod_gallery_list #gallery dl dt {
        font-size: 1.2rem
    }
}

.mod_gallery_detail {
    letter-spacing: 0
}

#gallery_text {
    margin-bottom: 40px
}

.mod_gallery_detail.gallery_type01 .img_big {
    position: relative;
    width: 54%;
    min-width: 250px;
    margin-bottom: 30px
}

.mod_gallery_detail.gallery_type01 ul.img_list {
    width: 100%;
    max-width: 570px;
    margin-bottom: 10px
}

.mod_gallery_detail.gallery_type01 ul.img_list li {
    position: relative;
    width: 80px
}

.mod_gallery_detail.gallery_type02 .gallery_inner {
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 960px) {
    .mod_gallery_detail.gallery_type02 .gallery_inner {
        margin-bottom: 10px
    }
}

.mod_gallery_detail.gallery_type02 .img_big {
    position: relative;
    width: 53.7634408602%;
    margin: 0
}

.mod_gallery_detail.gallery_type02 ul.img_list {
    float: right;
    width: 38.7096774194%
}

.mod_gallery_detail.gallery_type02 ul.img_list li {
    float: left;
    position: relative;
    width: 30.556%;
    margin: 0 4.166% 30px 0
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
    margin-right: 4.166%
}

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
    margin-right: 0
}

.mod_gallery_detail.gallery_type03 .before_after,
.mod_gallery_detail.gallery_type03 ul.img_list {
    width: 100%;
    max-width: 930px
}

.mod_gallery_detail.gallery_type03 .before_after dl.before,
.mod_gallery_detail.gallery_type03 .before_after dl.after {
    display: block;
    float: left;
    width: 45.1612903226%;
    margin: 0
}

.mod_gallery_detail.gallery_type03 .before_after dl.after {
    float: right
}

.mod_gallery_detail.gallery_type03 .before_after dl dt {
    margin-bottom: 20px;
    font-size: 2.6rem;
    color: #1c130c;
    font-weight: 500;
    line-height: .85;
    text-align: left
}

.mod_gallery_detail.gallery_type03 .before_after dl.after dt {
    color: #e5861b
}

.mod_gallery_detail.gallery_type03 .before_after dl dt::before {
    content: "";
    display: block;
    width: 100%;
    background: none;
    background-size: auto 100%;
    padding-top: 0
}

.mod_gallery_detail.gallery_type03 .before_after dl dd {
    position: relative
}

.mod_gallery_detail.gallery_type03 ul.img_list li {
    position: relative;
    float: none;
    display: inline-block;
    width: 10.2150537634%;
    min-width: 70px;
    margin-right: 1.3978494624%
}

.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
    margin-right: 9.6774193548%
}

.mod_gallery_detail.gallery_type03 ul.img_list li:last-child {
    margin-right: 0
}

.mod_gallery_detail.gallery_type01 .img_big::before,
.mod_gallery_detail.gallery_type01 ul.img_list li::before,
.mod_gallery_detail.gallery_type02 .img_big::before,
.mod_gallery_detail.gallery_type02 ul.img_list li::before,
.mod_gallery_detail.gallery_type03 .before_after dl dd::before,
.mod_gallery_detail.gallery_type03 ul.img_list li::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.mod_gallery_detail.gallery_type01 .img_big a,
.mod_gallery_detail.gallery_type01 ul.img_list li a,
.mod_gallery_detail.gallery_type02 .img_big a,
.mod_gallery_detail.gallery_type02 ul.img_list li a,
.mod_gallery_detail.gallery_type03 .before_after dl dd a,
.mod_gallery_detail.gallery_type03 ul.img_list li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0px solid #000
}

.mod_gallery_detail.gallery_type01 .img_big a img,
.mod_gallery_detail.gallery_type01 ul.img_list li a img,
.mod_gallery_detail.gallery_type02 .img_big a img,
.mod_gallery_detail.gallery_type02 ul.img_list li a img,
.mod_gallery_detail.gallery_type03 .before_after dl dd a img,
.mod_gallery_detail.gallery_type03 ul.img_list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width: 960px) {
    .mod_gallery_detail.gallery_type01 ul.img_list li {
        width: 15%;
        min-width: 70px
    }

    .mod_gallery_detail.gallery_type03 .before_after dl.before,
    .mod_gallery_detail.gallery_type03 .before_after dl.after {
        width: 49%
    }

    .mod_gallery_detail.gallery_type03 ul.img_list {
        text-align: center
    }

    .mod_gallery_detail.gallery_type03 ul.img_list li {
        display: inline-block;
        margin: 5px
    }

    .mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
        margin-right: 5px
    }
}

@media screen and (max-width: 480px) {
    .mod_gallery_detail.gallery_type02 .img_big {
        float: none;
        min-width: 250px;
        margin: 0 auto 20px
    }

    .mod_gallery_detail.gallery_type02 ul.img_list {
        width: 100%;
        text-align: center
    }

    .mod_gallery_detail.gallery_type02 ul.img_list li {
        float: none;
        display: inline-block;
        width: 15%;
        min-width: 70px;
        margin-right: 5px;
        margin-left: 5px
    }

    .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
        margin-right: 5px
    }

    .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
        margin-right: 5px
    }
}

#contact_form table {
    width: 100%
}

#contact_form table th,
#contact_form table td {
    border: 1px solid #f9f4e0;
    background: #fff;
    padding: 13px 16px 20px 20px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5
}

#contact_form table th {
    width: 23.1%;
    background: #eddfb2;
    vertical-align: top;
    font-weight: bold;
    font-size: 1.6rem
}

#contact_form table th span.req {
    font-weight: normal;
    color: #ef8200;
    margin-left: -16px
}

.fixed .formErrorContent {
    background: #c71616
}

#contact_form table td {
    font-size: 1.4rem
}

#contact_form table .form_inquiry td {
    padding: 15px 20px
}

#contact_form td input[type=text] {
    width: 100%;
    max-width: 100%;
    height: 30px;
    background: #f2efe9;
    border: 0px solid #89e070;
    padding: 5px;
    margin: 8px 0 0
}

#contact_form table td input.zipcode {
    width: 100%;
    max-width: 200px
}

#contact_form table textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    background: #f2efe9;
    border: 0px solid #89e070;
    padding: 5px;
    margin-top: 4px;
    font-size: inherit
}

#contact_form p.submit {
    width: 100%;
    max-width: 330px;
    margin: 50px auto 0
}

#contact_form p.submit button {
    display: block;
    width: 100%;
    background: #682b1f url(../img/icon_more.svg) right 10px center no-repeat;
    border-radius: 30px;
    border: none;
    padding: 16px 15px 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
    color: #fff;
    text-align: left;
    letter-spacing: .15em;
    position: relative;
    font-family: "Noto Serif JP", serif;
    transition: opacity .3s
}

#contact_form p.submit button:hover {
    opacity: .8
}

@media screen and (max-width: 480px) {
    .privacy {
        font-size: 1.3rem
    }
}

.privacy p {
    margin-bottom: 20px
}

.privacy .policy>li {
    padding-left: 5px;
    margin: 0 0 20px 20px;
    list-style: decimal outside
}

.privacy .policy>li:last-child {
    margin-bottom: 0
}

.privacy .policy .list li {
    position: relative;
    padding-left: 1em
}

.privacy .policy .list li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0
}

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

    #contact_form table th,
    #contact_form table td {
        display: block;
        width: 100%;
        padding: 10px 15px 7px
    }

    #contact_form table th,
    #contact_form table tr:not(:last-child) td {
        border-bottom: none
    }
}

.wink a:hover {
    -webkit-animation-name: wink;
    animation-name: wink;
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.wink img {
    opacity: 1 !important
}

@-webkit-keyframes wink {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes wink {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

.object-fit-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    font-family: "object-fit: cover;"
}

.mainimg:before {
    position: absolute;
    content: "";
    background: url("../img/main_img.png") center no-repeat;
    width: 550px;
    height: 401px;
    right: calc(50% + 75px);
    bottom: -185px
}

.content {
    padding: 0
}

.index-juicy {
    background: url("../img/bg02.jpg") center bottom no-repeat;
    background-size: cover;
    margin-bottom: 0
}

@media screen and (max-width: 960px) {
    .index-juicy {
        padding-top: 50px;
        background: url("../img/index-respon-bg.jpg") center bottom no-repeat;
        background-size: cover
    }
}

.box01 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 110px 0 520px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 99
}

.box01:before {
    position: absolute;
    content: "";
    background: url("../img/bg04.svg") center no-repeat;
    width: 824px;
    height: 859px;
    left: calc(50% + 170px);
    top: 45px;
    z-index: -1;
    pointer-events: none
}

.box01 .img {
    position: absolute;
    z-index: 1;
    bottom: 425px;
    right: -120px
}

.box01 .title {
    order: 1;
    margin-left: 110px
}

.box01 .title.-respon {
    display: none
}

@media screen and (max-width: 680px) {
    .box01 .title.-respon {
        display: block
    }
}

@media screen and (max-width: 680px) {
    .box01 .title {
        display: none
    }
}

.box01 .text_box {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 2.5;
    height: 355px
}

.mod_pickup_gallery #gallery dl dt {
    line-height: 1.4;
    text-align: left;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 25px 0 10px;
    display: block
}

.mod_pickup_gallery #gallery dl dt a {
    padding: 0;
    width: auto;
    height: auto;
    display: block;
    color: #471710;
    font-weight: normal;
    background: none;
    line-height: 1.625;
    font-size: 1.6rem
}

.mod_pickup_gallery #gallery dl dt a:hover {
    text-decoration: underline
}

.mod_pickup_gallery #gallery dl dt+dd {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #ef8200;
    letter-spacing: .15em;
    font-size: 1.6rem;
    line-height: 1.625
}

.index-reason {
    margin: 0 auto 27px;
    padding: 50px 0 44px 50px;
    background: url("../img/bg12.jpg") right center no-repeat;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 960px) {
    .index-reason .box02 .title {
        max-width: 90%;
        margin: 0 auto
    }
}

.index-reason:before {
    position: absolute;
    content: "";
    background: url("../img/bg05.svg") center no-repeat;
    width: 872px;
    height: 840px;
    right: calc(50% + 105px);
    bottom: -27px;
    z-index: -1;
    pointer-events: none
}

.index-concept {
    margin-bottom: 45px
}

.box03,
.box04 {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.box03 .img {
    margin-left: -140px
}

.box04 .img {
    margin-right: -140px;
    order: 1
}

.index-concept .box {
    width: 640px;
    position: relative;
    z-index: 1
}

.box03 .box {
    padding-right: 75px
}

.box03 .box:before {
    position: absolute;
    content: "";
    background: url("../img/bg08.svg") center no-repeat;
    width: 331px;
    height: 264px;
    right: -15px;
    bottom: -27px;
    z-index: -1;
    pointer-events: none
}

.box03:last-child .box:before {
    position: absolute;
    content: "";
    background: url("../img/bg10.svg") center no-repeat;
    width: 405px;
    height: 270px;
    right: 15px;
    bottom: -130px;
    z-index: -1;
    pointer-events: none
}

.box04 .box {
    padding-left: 75px
}

.box04 .box:before {
    position: absolute;
    content: "";
    background: url("../img/bg09.svg") center no-repeat;
    width: 381px;
    height: 261px;
    z-index: -1;
    pointer-events: none;
    left: 0px;
    bottom: -110px
}

.index-concept .title {
    font-size: 3.6rem;
    letter-spacing: .1em;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background: url("../img/bg07.svg") bottom -12px left no-repeat
}

.index-thoughts {
    background: url("../img/bg03.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    box-shadow: 0px 3px 80px #bababd;
    margin-bottom: 80px
}

.index-thoughts .module.mod_h2 h2 {
    color: #fff;
    background: url("../img/h2_bg02.svg") center bottom 23px no-repeat
}

.box05 {
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto 40px
}

.box05__title {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center
}

@media screen and (max-width: 680px) {
    .box05__title {
        font-size: 1.8rem
    }
}

.box05__text {
    text-align: center
}

@media screen and (max-width: 960px) {
    .box05__text {
        text-align: left
    }
}

.mod_gallery_list {
    margin-bottom: 70px;
    position: relative;
    z-index: 9
}

.pagecode-index .mod_news_list {
    position: relative;
    z-index: 1
}

.pagecode-index .mod_news_list:before {
    position: absolute;
    content: "";
    background: url("../img/bg06.svg") center no-repeat;
    width: 988px;
    height: 1030px;
    right: 50%;
    bottom: -335px;
    z-index: -1;
    pointer-events: none
}

.pagecode-index .mod_news_list .title {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.67;
    margin-bottom: 30px
}

@media screen and (max-width: 680px) {
    .pagecode-index .mod_news_list .title {
        margin-bottom: 15px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 960px) {
    .mainimg:before {
        content: none
    }

    .box01:before {
        content: none
    }

    .box01 {
        display: block;
        padding: 0 20px 400px
    }

    .box01 .img {
        display: none
    }

    .box01 .title {
        margin: 0 auto 20px;
        text-align: center
    }

    .box01 .text_box {
        margin: 0 auto;
        padding: 5px;
        height: auto;
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        background: rgba(249, 244, 224, .3)
    }

    .index-reason {
        background: none;
        padding: 20px 15px 10px;
        margin-bottom: 5px;
        text-align: center
    }

    .index-reason:before {
        content: none
    }

    .box03,
    .box04 {
        display: block;
        padding: 0 15px
    }

    .box03 .img,
    .box04 .img {
        margin: 0 auto 30px;
        text-align: center
    }

    .box03 .box,
    .box04 .box,
    .index-concept .box {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px
    }

    .index-concept .box03:last-child .box:before,
    .index-concept .box:before {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: right;
        transform-origin: right;
        bottom: auto;
        top: 0;
        right: 0;
        left: auto
    }

    .index-concept .title {
        background: url(../img/bg07.svg) bottom left no-repeat;
        background-size: 50%
    }

    .pagecode-index .mod_news_list:before {
        content: none
    }
}

@media screen and (max-width: 680px) {
    .mod_news_list #news dl dt {
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
        padding: 15px 20px 17px
    }

    .mod_news_list #news dl dd {
        padding: 15px 20px 17px
    }

    .index-concept .title {
        padding-bottom: 10px;
        font-size: 2.3rem;
        line-height: 1.5
    }
}

.pagecode-index .mod_gallery_list {
    min-height: 400px
}

@media screen and (max-width: 960px) {
    .pagecode-index .mod_gallery_list {
        min-height: auto
    }
}

.ui-menu {
    font-size: 1rem;
    display: block;
    margin-top: 10px;
    color: #f9f4e0;
    white-space: nowrap;
    transition: color .3s
}

.drawer-open .ui-menu {
    color: #682b1f
}

.fb-cta {
    margin-top: 50px !important
}

.orange-text {
    color: #ef8200;
    font-weight: bold
}

#shop-container {
    background: #fff;
    padding: 100px 0 61px
}

#shop-container .mod_gallery_list {
    max-width: 1250px
}

#shop-container .mod_gallery_list #gallery {
    width: 100%;
    height: auto;
    padding: 0 70px;
    margin: 0 auto
}

#shop-container .mod_gallery_list #gallery dl {
    margin: 0 20px
}

#shop-container .mod_gallery_list #gallery dl dt {
    position: relative;
    top: 100%;
    -webkit-transform: none;
    transform: none;
    text-align: left
}

#shop-container .mod_gallery_list #gallery dl dt a {
    display: inherit;
    padding: 17px 0 0;
    background: none;
    color: #471710;
    font-weight: normal
}

#shop-container .mod_gallery_list #gallery dl dd.img {
    width: 100%
}

#shop-container .mod_gallery_list {
    margin-bottom: 0
}

#shop-container .mod_gallery_list #gallery .slick-prev {
    z-index: 100;
    top: 100px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../../img/slick_left.svg) center no-repeat;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

#shop-container .mod_gallery_list #gallery .slick-next {
    z-index: 100;
    top: 100px;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../../img/slick_right.svg) center no-repeat;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

#shop-container .mod_gallery_list #gallery .slick-prev::before,
#shop-container .mod_gallery_list #gallery .slick-next::before {
    content: "";
    display: none
}

#shop-container .mod_gallery_list #gallery .slick-prev:hover {
    opacity: .8
}

#shop-container .mod_gallery_list #gallery .slick-next:hover {
    opacity: .8
}

@media screen and (max-width: 960px) {
    #shop-container .mod_gallery_list #gallery {
        padding: 0 35px
    }
}

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

    #shop-container .mod_gallery_list #gallery dl,
    #shop-container .mod_gallery_list #gallery dl {
        float: left
    }
}

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

    .mod_text,
    .text_box,
    #gallery_text {
        line-height: 1.8 !important
    }
}

.drawer--left .drawer-hamburger {
    z-index: 10000;
    transition: background .3s;
    top: 0;
    right: 0;
    padding-bottom: 5px
}

.drawer--left.drawer-open .drawer-hamburger {
    background: none
}

.circle {
    position: relative
}

.circle:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%
}

.drawer--left.drawer-open .circle:after {
    -webkit-animation: drawer-circle .7s;
    animation: drawer-circle .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    border: 7px solid #fff
}

@-webkit-keyframes drawer-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        border: 7px solid rgba(255, 255, 255, .5)
    }

    100% {
        opacity: 0;
        border: 7px solid #fff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes drawer-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
        border: 7px solid rgba(255, 255, 255, .5)
    }

    100% {
        opacity: 0;
        border: 7px solid #fff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.drawer--left .drawer-nav {
    width: 100%;
    max-width: 450px;
    visibility: hidden;
    background: url(../img/main_bg.jpg) top center no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .6s ease, visibility .5s ease
}

.drawer--left.drawer-open .drawer-nav {
    opacity: 1;
    visibility: visible
}

.drawer--left .sp-nav-list__item.sp-shoplink {
    margin-top: 30px
}

.drawer--left .sp-nav-list__item.sp-shoplink a {
    display: block;
    text-decoration: none;
    background: #ef8200 url(../img/icon01.svg) right 10px center no-repeat;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: .15em;
    line-height: 41px;
    padding: 13px 15px 11px;
    border-radius: 30px;
    width: 100%;
    text-align: left;
    border: none
}

.drawer--left .sp-nav-list__link {
    display: block;
    width: 100%;
    height: 65px;
    padding: 18px 0;
    line-height: 1.8;
    text-align: center;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    opacity: 0;
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease
}

.drawer--left.drawer-open .sp-nav-list__link {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (min-width: 961px) {
    .pc_only {
        display: inherit !important
    }

    .tb_only {
        display: none !important
    }

    .sp_only {
        display: none !important
    }

    .tb_pc {
        display: inherit !important
    }

    .sp_tb {
        display: none !important
    }
}

@media only screen and (min-width: 481px)and (max-width: 960px) {
    .pc_only {
        display: none !important
    }

    .tb_only {
        display: inherit !important
    }

    .sp_only {
        display: none !important
    }

    .tb_pc {
        display: inherit !important
    }

    .sp_tb {
        display: inherit !important
    }
}

@media only screen and (max-width: 480px) {
    .pc_only {
        display: none !important
    }

    .tb_only {
        display: none !important
    }

    .sp_only {
        display: inherit !important
    }

    .tb_pc {
        display: none !important
    }

    .sp_tb {
        display: inherit !important
    }
}

/*# sourceMappingURL=style.css.map */
