/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

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

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

* {
    box-sizing: border-box
}

a img {
    border: none
}

a:focus,
*:focus {
    outline: none
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.5rem;
    position: relative;
    color: #50210b;
    font-weight: 400;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif !important;
    line-height: 1.7
}

.wrap {
    overflow: hidden
}

.l-header--pc {
    display: none
}

@media screen and (min-width: 1000px) {
    .l-header--pc {
        display: block
    }
}

.l-header--sp {
    display: block;
    background: #6c000e;
}

@media screen and (min-width: 1000px) {
    .l-header--sp {
        display: none
    }
}

.l-header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0
}

.l-header--pc {
    background: #F4EBE1;
}

.l-header--bar {
    position: relative;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between
}

@media screen and (min-width: 1000px) {
    .l-header--bar {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end
    }
}

.l-header--bar.is-appear {
    background: #6c000e;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1)
}

.is-open .is-appear {
    box-shadow: none
}

.l-header--left {
    width: 5.9rem
}

@media screen and (min-width: 1000px) {
    .l-header--left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        flex-basis: 10%
    }
}

.l-header--logo {
    display: block;
    width: 100%
}

@media screen and (min-width: 1000px) {
    .l-header--logo {
        background: url(../image/logo-header-pc-bg.png) no-repeat;
        width: 111px;
        max-width: 100%;
        position: absolute;
        top: 0px;
        left: 55px;
    }
}

.l-header--logo .img--logo--pc:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    transition: all 0.5s
}

.l-header--logo .img--logo--sp {
    margin: -.5rem 0 auto
}

.l-header--hum {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    padding: 10px 9px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 99999
}

.l-header--hum__inner {
    position: relative;
    width: 42px;
    height: 18px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.l-header--hum__inner span {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.l-header--hum__inner span:nth-of-type(1) {
    top: 0
}

.l-header--hum__inner span:nth-of-type(2) {
    top: 8px
}

.l-header--hum__inner span:nth-of-type(3) {
    bottom: 0
}

.is-open .l-header--hum span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg)
}

.is-open .l-header--hum span:nth-of-type(2) {
    opacity: 0
}

.is-open .l-header--hum span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg)
}

.l-header--inner {
    position: fixed;
    right: -280px;
    top: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    background-color: #6c000e;
    z-index: 9999;
    width: 280px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 100px
}

.l-header--inner .l-header--nav {
    margin: 0 0 2rem 0
}

.l-header--inner .l-header--sns--icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.l-header--inner .l-header--sns--icon--item {
    margin: 0 .5rem
}

.is-open .l-header--inner {
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 280px;
    overflow: visible;
    padding-bottom: 100px;
    padding-top: 100px
}

.l-link {
    background-color: #6c000e;
    color: #fff;
    display: block;
    font-family: "Sawarabi Mincho", sans-serif;
    padding: 14px 10px 14px 15px;
    text-decoration: none;
    text-align: center
}

.l-link:hover {
    opacity: .8
}

.l-link--single {
    position: relative
}

.l-link--trigger {
    position: relative
}

.l-link--trigger.is-active {
    background-color: #eee
}

.l-link--trigger.is-active::after {
    opacity: 0
}

.l-link--trigger::before,
.l-link--trigger::after {
    content: '';
    display: block;
    background-color: #333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.l-link--trigger::before {
    width: 12px;
    height: 2px;
    right: 11px
}

.l-link--trigger::after {
    width: 2px;
    height: 12px;
    right: 16px;
    transition: opacity .36s
}

.l-link--trigger:not(:first-child) {
    border-top: 1px solid #333
}

.l-sublink {
    background-color: #eee
}

.l-sublink__link {
    text-decoration: none;
    color: #333;
    font-size: 90%;
    display: block;
    padding: 14px 20px 14px 15px;
    position: relative
}

.l-sublink__link:hover {
    color: #333
}

.l-sublink__link::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 14px;
    margin-top: -3px;
    border-top: solid #333 1px;
    border-right: solid #333 1px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.l-sublink__link:not(:first-child) {
    border-top: 1px solid #eee
}

.l-sublink--itemlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-sublink--itemlist .l-sublink__link {
    width: 50%;
    margin-bottom: -1px
}

.l-sublink--itemlist .l-sublink__link:nth-child(n+1) {
    border-bottom: 1px solid #eee
}

.l-sublink--itemlist .l-sublink__link:nth-child(odd) {
    border-right: 1px solid #eee
}

.l-sublink--itemlist .l-sublink__link:not(:first-child) {
    border-top: none
}

.l-header--bg {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.is-open .l-header--bg {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.is-navFixed {
    position: fixed;
    width: 100%
}

.is-navFixed .l-header--inner {
    position: fixed;
    top: 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 100px;
    padding-top: 100px
}

.l-header--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.l-header--right--nav {
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end
}

.l-header--right--unit {
    flex-basis: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    font-size: 1.4rem;
    font-family: "Sawarabi Mincho", sans-serif
}

.l-header--right--unit:last-child .l-link--pc {
    border-right: none
}

.l-header--right .l-link--pc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    color: #6C000E;
    border-right: 1px solid #6C000E;
    font-family: "Sawarabi Mincho", sans-serif;
    padding-right: 3rem;
    padding-left: 3rem;
    text-decoration: none
}

.l-header--right .l-link--pc:hover {
    opacity: .5;
    transition: all 0.5s
}

.l-header--pc .l-header--sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

.l-header--pc .l-header--sns--icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1
}

.l-header--pc .l-header--sns--icon--item {
    margin: 0 .5rem;
    max-width: 2rem;
    width: 100%
}

.l-header--pc .l-header--sns--icon--item__image {
    display: block;
    max-width: 3rem;
    width: 100%
}

.l-header--sp .l-header--sns {
    display: flex;
    justify-content: center
}

.l-header--sp .l-header--sns--icon {
    width: 100%
}

.l-header--sp .l-header--sns--icon--item {
    max-width: 4rem;
    width: 100%
}

.l-header--sp .l-header--sns--icon--item__a {
    display: block;
    width: 100%
}

.l-header--sp .l-header--sns--icon--item__image {
    display: block;
    width: 100%;
    margin: 0 auto
}

.l-footer {
    background: #6C000E;
    color: #fff;
    text-align: center;
    padding: 1.5rem 0
}

.container {
    padding: 50px 0
}

@media screen and (min-width: 768px) {
    .container {
        padding: 60px 0
    }
}

@media screen and (min-width: 1000px) {
    .container {
        padding: 100px 0
    }
}

.container:nth-child(even) {}

.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.content:not(:last-child) {
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .content:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1000px) {
    .content:not(:last-child) {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 768px) {
    .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1140px) {
    .content {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 320px) {
    .content {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .content {
        width: 768px
    }

    .l-header--bar {
        width: 768px;
    }
}

@media screen and (min-width: 1000px) {
    .content {
        width: 1000px
    }

    .l-header--bar {
        max-width: 1300px;
        width: 90%;
    }
}

.section:not(:last-child) {
    margin-bottom: 42px
}

@media screen and (min-width: 768px) {
    .section:not(:last-child) {
        margin-bottom: 62px
    }
}

@media screen and (min-width: 1000px) {
    .section:not(:last-child) {
        margin-bottom: 62px
    }
}

.unit:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .unit:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1000px) {
    .unit:not(:last-child) {
        margin-bottom: 30px
    }
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-left: -6px;
    margin-right: -6px
}

@media screen and (min-width: 768px) {
    .row {
        margin-left: -12px;
        margin-right: -12px
    }
}

.row:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .row:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1000px) {
    .row:not(:last-child) {
        margin-bottom: 30px
    }
}

.row-half {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-left: -3px;
    margin-right: -3px
}

@media screen and (min-width: 768px) {
    .row-half {
        margin-left: -6px;
        margin-right: -6px
    }
}

.row-half:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .row-half:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1000px) {
    .row-half:not(:last-child) {
        margin-bottom: 30px
    }
}

.column {
    padding-left: 6px;
    padding-right: 6px
}

@media screen and (min-width: 768px) {
    .column {
        padding-left: 12px;
        padding-right: 12px
    }
}

.column-half {
    padding-left: 3px;
    padding-right: 3px
}

@media screen and (min-width: 768px) {
    .column-half {
        padding-left: 6px;
        padding-right: 6px
    }
}

.col-2 {
    display: block;
    width: 100%
}

.col-2:nth-child(-n+1) {
    margin-top: 0
}

.col-2:nth-of-type(n+2) {
    margin-top: 12px
}

@media screen and (min-width: 768px) {
    .col-2:nth-of-type(n+2) {
        margin-top: 24px
    }
}

@media screen and (min-width: 768px) {
    .col-2 {
        width: 50%
    }

    .col-2:nth-child(-n+2) {
        margin-top: 0
    }

    .col-2:nth-of-type(n+3) {
        margin-top: 12px
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .col-2:nth-of-type(n+3) {
        margin-top: 24px
    }
}

.col-3 {
    display: block;
    width: 100%
}

.col-3:nth-child(-n+1) {
    margin-top: 0
}

.col-3:nth-of-type(n+2) {
    margin-top: 12px
}

@media screen and (min-width: 768px) {
    .col-3:nth-of-type(n+2) {
        margin-top: 24px
    }
}

@media screen and (min-width: 768px) {
    .col-3 {
        width: 33.33333%
    }

    .col-3:nth-child(-n+3) {
        margin-top: 0
    }

    .col-3:nth-of-type(n+4) {
        margin-top: 12px
    }
}

@media screen and (min-width: 768px) and (min-width: 375px) {
    .col-3:nth-of-type(n+4) {
        margin-top: 24px
    }
}

.col-4 {
    display: block;
    width: 100%
}

.col-4:nth-child(-n+1) {
    margin-top: 0
}

.col-4:nth-of-type(n+2) {
    margin-top: 12px
}

@media screen and (min-width: 768px) {
    .col-4:nth-of-type(n+2) {
        margin-top: 24px
    }
}

@media screen and (min-width: 768px) {
    .col-4 {
        width: 25%
    }

    .col-4:nth-child(-n+4) {
        margin-top: 0
    }

    .col-4:nth-of-type(n+5) {
        margin-top: 12px
    }
}

@media screen and (min-width: 768px) and (min-width: 375px) {
    .col-4:nth-of-type(n+5) {
        margin-top: 24px
    }
}

.section-bg {
    background: #F4EBE1
}

.section-inn:not(:first-child) {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media screen and (min-width: 1000px) {
    .section-inn:not(:first-child) {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
}

.section-inn:not(:first-child).top-about-story {
    padding: 0
}

.section-inn:first-child {
    padding-bottom: 2.5rem
}

@media screen and (min-width: 1000px) {
    .section-inn:first-child {
        padding-bottom: 4rem
    }
}

.section-inn:last-child {
    padding-bottom: 0
}

.btn-area {
    width: 70%;
    margin: 2rem auto 0
}

@media screen and (min-width: 768px) {
    .btn-area {
        width: 70%
    }
}

@media screen and (min-width: 1000px) {
    .btn-area {
        margin: 2.5rem auto 0;
        width: 70%
    }
}

.btn {
    text-align: center;
    width: 100%;
    line-height: 4.5rem;
    position: relative;
    display: inline-block;
    font-size: 1.6rem;
    background-color: #50210b;
    border: 3px solid #50210b;
    color: #fff;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .btn {
        line-height: 4.5rem;
        width: 70%
    }
}

.btn:not(:first-child) {
    margin-top: 1rem
}

@media screen and (min-width: 768px) {
    .btn {
        font-size: 2.2rem
    }
}

.btn:hover {
    opacity: .5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.btn.btn-back {
    background: #504444;
    border-color: #504444
}

.btn.btn-submit {
    background: #6c000e;
    border-color: #6c000e
}

ul:not([class]),
.list-none {
    list-style: none;
    padding: 0;
    margin: 0
}

.list {
    list-style: none;
    padding-left: 1rem
}

.list li {
    text-indent: -0.55em
}

.list li::before {
    background: #6c000e;
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    margin-right: 0.5rem;
    margin-bottom: 0.1rem;
    vertical-align: middle
}

.list li a {
    color: #333
}

ul+p {
    margin-bottom: 1rem
}

ol {
    padding-left: 1.8rem
}

ol+p {
    margin-top: 1rem
}

.list-kome {
    text-indent: -1.5rem;
    padding-left: 1.5rem
}

.list-kome::before {
    content: "※"
}

.tag {
    font-size: 1.3rem;
    line-height: 2.2rem;
    font-weight: normal;
    padding: 0 1rem .2rem;
    margin-bottom: 0;
    margin-left: 1rem
}

.tag.any {
    background: #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #231815
}

.tag.required {
    background: #b59969;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    outline: none;
    border: 2px solid #C6C7C8;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    padding: 7px 10px
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #6c000e
}

input.disabled {
    border-color: #e6e6e6
}

input.error {
    border: 1px solid #6c000e;
    background: #faeae8
}

::placeholder {
    color: #D2CFCC
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"]+span {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition: all .15s ease-out 0s;
    color: #fff;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border: 2px solid #C6C7C8;
    border-radius: 0.5rem
}

input[type="checkbox"]+span::before,
input[type="checkbox"]+span::after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .1s ease-in-out
}

input[type="checkbox"]+span::before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

input[type="checkbox"]+span::after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .1s
}

input[type="checkbox"]:checked+span {
    background: #6c000e;
    border: 2px solid #6c000e
}

input[type="checkbox"]:checked+span::after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px
}

input[type="checkbox"]:checked+span::before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px
}

input[type="checkbox"]:disabled+span {
    background: #C6C7C8;
    border: 2px solid #C6C7C8
}

input[type="radio"] {
    display: none
}

input[type="radio"]+span {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition: all .15s ease-out 0s;
    color: #fff;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border: 2px solid #C6C7C8;
    border-radius: 5rem
}

input[type="radio"]:checked+span:after {
    content: "";
    background-color: #6c000e;
    position: absolute;
    top: 20%;
    left: 19%;
    width: 10px;
    height: 10px;
    border-radius: 5rem;
    transition: all .1s ease-in-out
}

input[type="radio"]:disabled+span {
    background: #e6e6e6;
    border: 2px solid #C6C7C8
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:hover {
    cursor: pointer
}

select:focus {
    border: 2px solid #6c000e;
    outline: none
}

.sw-Select_Wrap {
    display: block;
    position: relative
}

.sw-Select_Wrap::after {
    content: "";
    background: url(../image/icon-form-arrow.svg) no-repeat;
    background-size: contain;
    width: 1.7rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.6rem;
    pointer-events: none
}

.sw-Select_Unit {
    border: 2px solid #C6C7C8;
    border-radius: 0.5rem;
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .sw-Select_Unit {
        border-radius: 0.8rem;
        padding: 1rem
    }
}

.sw-Select_Unit option.sw-Select_Item {
    border: 2px solid #CCC;
    background: #fff;
    box-shadow: inset 0.5rem 0.5rem #CCC
}

.sw-Select_Unit option.sw-Select_Item:hover {
    color: #fff;
    box-shadow: inset 0.5rem 0.5rem #CCC
}

.error-msg {
    background: #faeae8;
    border-radius: .25rem;
    color: #6c000e;
    font-size: 1.6rem;
    margin: .5rem 0 0;
    padding: .5rem;
    position: relative;
    width: 100%;
    display: none;
}

.is-1 {
    font-size: 3rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .is-1 {
        font-size: 4rem
    }
}

.is-1.title {
    margin-bottom: 1.6rem
}

@media screen and (min-width: 768px) {
    .is-1.title {
        margin-bottom: 2.5rem
    }
}

.is-2 {
    font-size: 2rem;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .is-2 {
        font-size: 2.5rem
    }
}

.is-2.title {
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .is-2.title {
        margin-bottom: 2rem
    }
}

.is-3 {
    font-size: 1.6rem;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .is-3 {
        font-size: 2.5rem
    }
}

.is-3.title {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .is-3.title {
        margin-bottom: 2rem
    }
}

.is-4 {
    font-size: 1.4rem;
    font-weight: 700
}

@media screen and (min-width: 768px) {
    .is-4 {
        font-size: 2rem
    }
}

.is-4.title {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .is-4.title {
        margin-bottom: 1.5rem
    }
}

.is-5 {
    font-size: 1.4rem;
    font-weight: 700
}

.is-5.title {
    margin-bottom: .5rem
}

@media screen and (min-width: 768px) {
    .is-5.title {
        margin-bottom: 1rem
    }
}

.m-pagettl {
    background: #6c000e;
    color: #fff;
    text-align: center
}

.m-pagettl.container {
    padding: 3rem 0
}

.m-top-sectionttl {
    font-family: "Sawarabi Mincho", sans-serif;
    text-align: center
}

.m-top-sectionttl.is-2 {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

@media screen and (min-width: 345px) {
    .m-top-sectionttl.is-2 {
        font-size: 3.2rem
    }
}

@media screen and (min-width: 420px) {
    .m-top-sectionttl.is-2 {
        font-size: 4rem
    }
}

@media screen and (min-width: 768px) {
    .m-top-sectionttl.is-2 {
        font-size: 6rem
    }
}

@media screen and (min-width: 1000px) {
    .m-top-sectionttl.is-2 {
        text-align: center
    }
}

.m-top-sectionttl.is-3 {
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.2
}

@media screen and (min-width: 768px) {
    .m-top-sectionttl.is-3 {
        font-size: 3.6rem;
        margin-bottom: 6rem
    }
}

.m-top-sectionttl--border {
    display: inline-block
}

.m-top-sectionttl--border::after {
    content: "";
    background: url(../image/img_pattern_2-sp.png) repeat-x;
    background-size: contain;
    background-position: center;
    display: block;
    height: .9rem;
    margin-top: .5rem
}

@media screen and (min-width: 768px) {
    .m-top-sectionttl--border::after {
        background: url(../image/img_pattern_2.png) repeat-x;
        background-size: contain;
        height: 1rem;
        margin-top: 1rem
    }
}

@media screen and (min-width: 1000px) {

    .m-top-sectionttl.top-about-style--ttl,
    .m-top-sectionttl.top-service-main--ttl {
        margin-bottom: 4rem;
        text-align: left
    }
}

.m-top-sectionttl.top-about-style--ttl .bg-ttl,
.m-top-sectionttl.top-service-main--ttl .bg-ttl {
    padding-left: 0
}

.m-top-sectionsubttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    text-align: left
}

@media screen and (min-width: 430px) {
    .m-top-sectionsubttl {
        margin-bottom: .5rem
    }
}

@media screen and (min-width: 768px) {
    .m-top-sectionsubttl {
        margin-bottom: 1rem;
        font-size: 2.8rem
    }
}

@media screen and (min-width: 1000px) {
    .m-top-sectionsubttl {
        text-align: center
    }
}

@media screen and (min-width: 1000px) {
    .m-top-sectionsubttl.top-about-style--subttl {
        margin-bottom: 2rem;
        text-align: left
    }
}

.top-about-feature--item--box--ttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .top-about-feature--item--box--ttl {
        font-size: 2.6rem
    }
}

.top-service-content--unit--ttl--copy {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .5rem;
    text-align: left
}

@media screen and (min-width: 768px) {
    .top-service-content--unit--ttl--copy {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit--ttl--copy {
        text-shadow: 0px 0px 5px #fff
    }
}

.top-service-content--unit--ttl--content {
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 3.2rem;
    font-weight: 400
}

@media screen and (min-width: 340px) {
    .top-service-content--unit--ttl--content {
        font-size: 4rem
    }
}

@media screen and (min-width: 768px) {
    .top-service-content--unit--ttl--content {
        font-size: 5rem
    }
}

@media screen and (min-width: 500px) {
    .top-service-content--unit--ttl--content .br-sp {
        display: none
    }
}

.top-locations-list--ttl {
    border-bottom: 2px solid #c69d67;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.7rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .top-locations-list--ttl {
        font-size: 2.8rem
    }
}

.top-locations-list--list--item--shop {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .5rem;
    text-align: left
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--shop {
        font-size: 2.8rem
    }
}

.top-locations-sns--ttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .top-locations-sns--ttl {
        font-size: 2.2rem
    }
}

.top-contact--txt {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .top-contact--txt {
        margin-bottom: 2rem
    }
}

@media screen and (min-width: 1000px) {
    .top-contact--txt {
        font-size: 2.8rem;
        margin-bottom: 3rem
    }
}

.commitment-top--unit--ttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: left
}

@media screen and (min-width: 400px) {
    .commitment-top--unit--ttl {
        font-size: 2.7rem
    }
}

@media screen and (min-width: 768px) {
    .commitment-top--unit--ttl {
        font-size: 3.6rem
    }
}

@media screen and (min-width: 1000px) {
    .commitment-top--unit--ttl {
        text-shadow: 0px 0px 5px #fff
    }
}

@media screen and (min-width: 768px) {
    .commitment-top--unit--ttl span.sub-title {
        font-size: 2.8rem
    }
}

.commitment-product--unit--ttl--copy {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .5rem;
    text-align: left
}

@media screen and (min-width: 768px) {
    .commitment-product--unit--ttl--copy {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 1000px) {
    .commitment-product--unit--ttl--copy {
        text-shadow: 0px 0px 5px #fff
    }
}

.commitment-product--unit--ttl--menu {
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: .5rem
}

@media screen and (min-width: 375px) {
    .commitment-product--unit--ttl--menu {
        font-size: 4rem
    }
}

@media screen and (min-width: 768px) {
    .commitment-product--unit--ttl--menu {
        font-size: 5rem
    }
}

.commitment-product--unit--ttl--menu--item {
    background: #50210b;
    display: inline-block;
    padding: 0 1rem
}

.commitment-product--unit--ttl--price {
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.7rem;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .commitment-product--unit--ttl--price {
        font-size: 3.6rem
    }
}

.commitment-product--unit--ttl--price--item {
    background: #6c000e;
    display: inline-block;
    padding: 0 1rem
}

.commitment-product--unit--ttl--price--item span {
    font-size: 1.5rem
}

@media screen and (min-width: 768px) {
    .commitment-product--unit--ttl--price--item span {
        font-size: 2.2rem
    }
}

.menu-set .slider-item--box--ttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.7rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .menu-set .slider-item--box--ttl {
        font-size: 2.8rem
    }
}

.menu-set .slider-item--box--ttl span {
    display: block;
    font-size: 2.1rem
}

@media screen and (min-width: 768px) {
    .menu-set .slider-item--box--ttl span {
        font-size: 1.5rem
    }
}

.about-more--content--msg--box--ttl.is-4 {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: .5rem;
    text-align: left
}

@media screen and (min-width: 690px) {
    .about-more--content--msg--box--ttl.is-4 {
        font-size: 3rem;
        margin-bottom: 1rem
    }
}

@media screen and (min-width: 1000px) {
    .about-more--content--msg--box--ttl.is-4 {
        font-size: 3.6rem;
        margin-bottom: 2rem
    }
}

.figure img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.company_img {
    max-width: 600px;
}

.figure+p,
.figure+.title {
    margin-top: 1.5rem
}

@media screen and (min-width: 768px) {

    .figure+p,
    .figure+.title {
        margin-top: 2rem
    }
}

.breadcrumb {
    padding: 1.2rem 1.5rem 0.9rem;
    padding: 1rem;
    list-style: none
}

@media screen and (min-width: 1140px) {
    .breadcrumb {
        padding: 1.2rem 0 0.9rem;
        position: relative
    }
}

@media screen and (min-width: 1300px) {
    .breadcrumb {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.breadcrumb .content {
    font-size: 12px;
    padding: 0
}

@media screen and (min-width: 1140px) {
    .breadcrumb .content {
        width: 100%;
        position: absolute;
        left: 0;
        top: -166px;
        padding: 0 1.5rem
    }
}

@media screen and (min-width: 1300px) {
    .breadcrumb .content {
        left: 230px;
        padding: 0
    }
}

.breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.breadcrumb li {
    line-height: 1;
    margin-right: 20px;
    position: relative
}

.breadcrumb li:last-of-type::after {
    display: none
}

.breadcrumb li::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 1px #333333;
    border-right: solid 1px #333333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -4px
}

.breadcrumb li:not(:first-child):before {
    margin-left: 1rem;
    margin-right: 1rem
}

p:not([class])+p {
    margin-top: 0.5rem
}

a {
    color: #6C000E;
}

a:hover {
    color: #6c000e;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

a:hover img {
    opacity: .5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.red {
    color: #6c000e
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 5rem 2rem 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 40rem;
    width: 90%;
    border-radius: 1rem
}

@media screen and (min-width: 768px) {
    .modal__content {
        width: 60rem;
        max-width: 60rem
    }
}

.modal__bg {
    background: rgba(48, 48, 48, 0.5);
    height: 100vh;
    position: absolute;
    width: 100%
}

.btn-modal-close {
    display: flex;
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem
}

.new-store {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media screen and (min-width: 1000px) {
    .new-store {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
}

.new-store p {
    margin: 1rem 0;
    font-size: 1.4rem
}

@media screen and (min-width: 1000px) {
    .new-store p {
        margin: 0 0 0.5rem 0
    }
}

.new-store .bg-red {
    color: #fff;
    background-color: #6c000e;
    padding: 0.6rem 1.2rem;
    border-radius: 0.5rem
}

@media screen and (min-width: 1000px) {
    .new-store .bg-red {
        margin-left: 2rem
    }
}

.top .wrap {
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .top .wrap {
        padding-bottom: 0
    }
}

.top .br-pc {
    display: none
}

@media screen and (min-width: 768px) {
    .top .br-pc {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .top .br-sp {
        display: none
    }
}

.top span.bg-ttl {
    color: #fff;
    background: #6C0001;
    padding: 0 1rem
}

.btn-top-common.btn {
    background: #E43F00;
    background-size: contain;
    border-color: #E43F00;
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    line-height: 1.7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media screen and (min-width: 1000px) {
    .btn-top-common.btn {
        padding: 1rem;
        width: 100%
    }
}

.btn-top-common--line {
    display: block;
    border-style: solid;
    border-width: 10px;
    border-image-slice: 30;
    border-image-width: 30px;
    border-image-repeat: repeat;
    width: 100%;
    padding-top: 10px;
}

@media screen and (min-width: 1000px) {
    .btn-top-common--line {
        border-width: 12px;
        border-image-slice: 24;
        border-image-width: 28px;
        font-size: 3.6rem
    }
}

.btn-top-common--line--sm {
    display: block;
    font-size: 1.4rem
}

@media screen and (min-width: 1000px) {
    .btn-top-common--line--sm {
        font-size: 1.8rem
    }
}

.btn-top-common--border {
    display: block;
    width: 100%;
    padding: 1.5rem 0;
    background-image: linear-gradient(to right, #EB6F40 3px, transparent 3px), linear-gradient(to left, #EB6F40 3px, transparent 3px);
    background-size: 7px 7px, 7px 7px;
    background-position: left top, right bottom;
    background-repeat: repeat-x, repeat-x
}

.main-img {
    background: #f4ebe1;
    padding-top: 6rem;
    position: relative;
}

.main-img--logo {
    /* max-width: 90%; */
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .main-img--logo {
        max-width: 100%;
    }
}

.main-img--bottom {
    position: absolute;
    bottom: 11rem
}

@media screen and (min-width: 1000px) {
    .main-img--bottom {
        bottom: 25rem;
        left: 0;
        right: 0
    }
}

.main-img--contact {
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .main-img--contact {
        padding: 0;
    }
}

.main-img--contact .btn-area {
    margin: 0 auto;
    width: 100%;
    max-width: 30rem
}

@media screen and (min-width: 1000px) {
    .main-img--contact .btn-area {
        max-width: 51rem
    }
}

.top-about {
    position: relative;
    z-index: 0
}


.top-about .content:not(:last-child) {
    margin-bottom: 5rem
}

@media screen and (min-width: 1000px) {
    .top-about .content:not(:last-child) {
        margin-bottom: 4rem
    }
}

@media screen and (min-width: 1000px) {
    .top-about .container {
        padding: 0rem 0 10rem;
    }
}

.top-about-style {
    position: relative;
    margin-bottom: 5rem
}

.top-about-style--unit {
    color: #50210B;
}

@media screen and (min-width: 1000px) {
    .top-about-style--unit {
        width: 46%;
    }
}

.top-about-style--txt:not(:last-child) {
    margin-bottom: 2rem
}

@media screen and (min-width: 1000px) {
    .top-about-style--wrap {
        position: relative;
        top: 3rem
    }
}

.top-about-style--wrap h2.m-top-sectionttl.is-2 {
    text-align: left;
    font-size: 4rem;
}

.top-about-style--wrap h2.m-top-sectionttl.is-2 span {
    color: #fff;
    background: #6C000E;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    padding: 10px;
}

.top-about .img_style {
    margin-bottom: 1rem
}

@media screen and (min-width: 1000px) {
    .top-about .img_style {
        display: none
    }
}

.top-about .img_style img {
    width: 100%
}

.top-about-feature--unit {
    padding-top: 3rem
}

@media screen and (min-width: 768px) {
    .top-about-feature--unit {
        padding-top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
}

.top-about-feature--item {
    position: relative;
    background: #fff
}

@media screen and (min-width: 768px) {
    .top-about-feature--item {
        flex-basis: 48%
    }
}

@media screen and (min-width: 1000px) {
    .top-about-feature--item {
        flex-basis: 32%
    }
}

.top-about-feature--item:not(:last-child) {
    margin-bottom: 5rem
}

@media screen and (min-width: 1000px) {
    .top-about-feature--item:not(:last-child) {
        margin-bottom: 0
    }
}

.top-about-feature--item:nth-child(1)::before {
    content: "";
    background: url(../image/img_number_1-sp.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 4rem;
    width: 6.5rem;
    position: absolute;
    top: -2rem;
    left: 1rem
}

.top-about-feature--item:nth-child(2)::before {
    content: "";
    background: url(../image/img_number_2-sp.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 4rem;
    width: 6.5rem;
    position: absolute;
    top: -2rem;
    left: 1rem
}

.top-about-feature--item:nth-child(3)::before {
    content: "";
    background: url(../image/img_number_3-sp.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 4rem;
    width: 6.5rem;
    position: absolute;
    top: -2rem;
    left: 1rem
}

.top-about-feature--item--box {
    background: #fff;
    padding: 2rem 2.5rem
}

.top-about-feature .img_feature img {
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: bottom;';
    width: 100%
}

.top-service-content {
    margin-bottom: 5rem
}

@media screen and (min-width: 1000px) {
    .top-service-content {
        margin-bottom: 8rem
    }
}

.top-service-content--unit {
    position: relative
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit {
        height: 49.2rem;
        z-index: 0;
        max-width: 1400px;
        margin: 0 auto
    }
}

.top-service-content--unit:nth-of-type(odd) .img_content {
    position: relative;
    right: -3rem
}

@media screen and (min-width: 768px) {
    .top-service-content--unit:nth-of-type(odd) .img_content {
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit:nth-of-type(odd) .img_content {
        position: absolute;
        right: -3rem;
        width: 63%;
    }
}

@media screen and (min-width: 1140px) {
    .top-service-content--unit:nth-of-type(odd) .img_content {
        right: -5rem
    }
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit:nth-of-type(odd) .top-service-content--unit--box {
        width: 32%
    }
}

.top-service-content--unit:nth-of-type(even) .img_content {
    position: relative;
    left: -3rem
}

@media screen and (min-width: 768px) {
    .top-service-content--unit:nth-of-type(even) .img_content {
        left: 0
    }
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit:nth-of-type(even) .img_content {
        position: absolute;
        left: -3rem;
        width: 63%;
    }
}

@media screen and (min-width: 1140px) {
    .top-service-content--unit:nth-of-type(even) .img_content {
        left: -5rem
    }
}

.top-service-content--unit:nth-of-type(even) .top-service-content--unit--ttl--copy,
.top-service-content--unit:nth-of-type(even) .top-service-content--unit--ttl--content,
.top-service-content--unit:nth-of-type(even) .top-service-content--unit--ttl--price {
    text-align: right
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit:nth-of-type(even) .top-service-content--unit--box {
        width: 32%;
        margin-left: auto
    }
}

.top-service-content--unit:not(:last-of-type) {
    margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
    .top-service-content--unit:not(:last-of-type) {
        margin-bottom: 15rem;
    }
}

.top-service-content--unit--ttl {
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .top-service-content--unit--ttl {
        margin-bottom: 4rem
    }
}

.top-service-content--unit .ttl-left::after {
    content: "";
    background: url(../image/top_title_02.png) no-repeat;
    background-size: contain;
    display: block;
    height: 1.5rem;
    margin-top: .5rem
}

@media screen and (min-width: 768px) {
    .top-service-content--unit .ttl-left::after {
        height: 2rem
    }
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit .ttl-left::after {
        background-position: center;
        margin-top: 2rem;
        margin-left: 0.5rem
    }
}

.top-service-content--unit .ttl-left::after {
    background-position: left
}

.top-service-content--unit .ttl-right::after {
    content: "";
    background: url(../image/top_title_03.png) no-repeat;
    background-size: contain;
    display: block;
    height: 1.5rem;
    margin-top: .5rem
}

@media screen and (min-width: 768px) {
    .top-service-content--unit .ttl-right::after {
        height: 2rem
    }
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit .ttl-right::after {
        background-position: center;
        margin-top: 2rem;
        margin-left: 0.5rem
    }
}

.top-service-content--unit .ttl-right::after {
    background-position: right
}

@media screen and (min-width: 1000px) {
    .top-service-content--unit--box--txt {
        text-shadow: 0px 0px 5px #fff
    }
}

.top-service-content .img_content {
    margin-bottom: 2rem
}

@media screen and (min-width: 1000px) {
    .top-service-content .img_content {
        margin-bottom: 0;
        z-index: -1
    }
}

.top-service-content .btn-area {
    width: 100%;
    margin: 2rem auto 0
}

@media screen and (min-width: 420px) {
    .top-service-content .btn-area {
        max-width: 370px
    }
}

.top-service-content .btn-area .btn-top-common.btn {
    background: #FF6E37;
    background-size: contain;
    border: 5px solid #E43F00;
    font-family: "Sawarabi Mincho", sans-serif;
    line-height: 1.4;
    padding: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center
}

@media screen and (min-width: 1000px) {
    .top-service-content .btn-area .btn-top-common.btn {
        width: 100%
    }
}

.top-service-gallery {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10%;
}

@media screen and (min-width: 768px) {
    .top-service-gallery {
        padding-left: 0;
        padding-right: 0
    }
}

.top-service-gallery .figure.img_gallery img {
    width: 100%
}

.top-locations-list--unit--ttl {
    margin-bottom: 2rem
}

.top-locations-list--district:not(:last-child) {
    margin-bottom: 8rem
}

.top-locations-list .img_loc {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .top-locations-list .img_loc {
        margin-bottom: 0
    }
}

.top-locations-list--list--item {
    border-bottom: 1px solid #c69d67;
    padding: 2rem 0
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item {
        padding: 4rem 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--right {
        flex-basis: 30%
    }
}

.top-locations-list--list--item--left {
    word-break: break-all
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--left {
        flex-basis: 65%
    }
}

.top-locations-list--list--item--address {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--address {
        margin-bottom: .5rem
    }
}

.top-locations-list--list--item--address a {
    font-size: 1.4rem;
    color: #50210B;
}

.top-locations-list--list--item--tel {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--tel {
        margin-bottom: .5rem
    }
}

.top-locations-list--list--item--tel a {
    font-size: 1.4rem
}

.top-locations-list--list--item--holiday {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #50210B;
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--holiday {
        margin-bottom: .5rem
    }
}

.top-locations-list--list--item--app {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start
}

@media screen and (max-width: calc(690px - 1px)) {
    .top-locations-list--list--item--app {
        flex-wrap: wrap
    }
}

.top-locations-list--list--item--unit {
    flex-basis: 35%;
    margin-top: .5rem
}

@media screen and (min-width: 500px) {
    .top-locations-list--list--item--unit {
        flex-basis: 23%;
        max-width: 15rem;
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--unit {
        max-width: 12rem
    }
}

.top-locations-list--list--item--unit:not(:last-of-type) {
    margin-right: 0
}

@media screen and (min-width: 500px) {
    .top-locations-list--list--item--unit:not(:last-of-type) {
        margin-right: 1rem
    }
}

@media screen and (min-width: 768px) {
    .top-locations-list--list--item--unit:not(:last-of-type) {
        margin-right: 1.5rem
    }
}

.top-locations-list--list--item--unit:nth-of-type(even) {
    margin-left: 2rem
}

@media screen and (min-width: 500px) {
    .top-locations-list--list--item--unit:nth-of-type(even) {
        margin-left: 0
    }
}

.top-locations-list--list--item--unit:nth-of-type(1),
.top-locations-list--list--item--unit:nth-of-type(2) {
    margin-top: 0
}

.top-locations-sns {
    padding-top: 5rem
}

@media screen and (min-width: 1000px) {
    .top-locations-sns {
        padding-top: 10rem
    }
}

@media screen and (min-width: 768px) {
    .top-locations-sns--unit {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 768px) {
    .top-locations-sns--item {
        width: 48%
    }
}

@media screen and (min-width: 1000px) {
    .top-locations-sns--item {
        width: 32%
    }
}

.top-locations-sns--item:not(:last-child) {
    margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
    .top-locations-sns--item:nth-child(1) {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1000px) {
    .top-locations-sns--item:nth-child(2) {
        margin-bottom: 0
    }
}

.top-locations-sns .fb--box {
    border: 4px solid #C6C7C8;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-height: 48rem;
    overflow-y: hidden
}

.top-locations-sns .tw--box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-height: 48rem;
    overflow-y: scroll;
    border: 4px solid #C6C7C8
}

.top-locations-sns--bnr {
    margin-bottom: 1.5rem
}

.top-locations-sns--icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center
}

.top-locations-sns--icon--item {
    flex-basis: auto;
    margin: 0 .5rem;
    width: 100%;
    max-width: 6.4rem
}

.top-locations-sns--icon--item__image {
    display: block;
    width: 100%
}

.top-contact .btn-area {
    margin: 0 auto;
    width: 100%;
    max-width: 30rem
}

@media screen and (min-width: 1000px) {
    .top-contact .btn-area {
        max-width: 50rem
    }
}

.br-top-contact--txt {
    display: block
}

@media screen and (min-width: 400px) {
    .br-top-contact--txt {
        display: none
    }
}

.js-modal-campaign-bnr {
    position: fixed;
    bottom: 0;
    z-index: 9999
}

@media screen and (min-width: 768px) {
    .js-modal-campaign-bnr {
        bottom: 0;
        top: 9rem;
        right: 0;
        width: 7rem
    }
}

@media screen and (min-width: 1000px) {
    .js-modal-campaign-bnr {
        width: 9rem
    }
}

a.js-modal-campaign-open:hover img {
    opacity: .8
}

.media-pr {
    padding-top: 50px
}

.media-pr .title {
    margin-bottom: 3rem
}

.media-pr .top-service-media__wrap {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 9;
    margin: 0 auto
}

.media-pr .top-service-media__wrap__youtube {
    width: 100%;
    height: 100%
}

.sub .main-img--bg {
    height: 25rem
}

@media screen and (min-width: 768px) {
    .sub .main-img--bg {
        height: 30rem
    }
}

.sub .main-img--title {
    text-align: center;
    color: #fff;
    padding-top: 7rem
}

@media screen and (min-width: 768px) {
    .sub .main-img--title {
        padding-top: 10rem
    }
}

.sub .main-img--title h1 {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1
}

@media screen and (min-width: 375px) {
    .sub .main-img--title h1 {
        font-size: 4rem
    }
}

@media screen and (min-width: 768px) {
    .sub .main-img--title h1 {
        font-size: 5rem
    }
}

.sub .main-img--title--read {
    margin-top: 1rem
}

@media screen and (min-width: 768px) {
    .sub .main-img--title--read {
        margin-top: 2rem
    }
}

.sub .br-pc {
    display: none
}

@media screen and (min-width: 768px) {
    .sub .br-pc {
        display: block
    }
}

@media screen and (min-width: 768px) {
    .sub .br-sp {
        display: none
    }
}

.commitment .commitment-01 .commitment-top .commitment-top--read {
    margin: 0 auto 4rem;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 700px
}

@media screen and (min-width: 768px) {
    .commitment .commitment-01 .commitment-top .commitment-top--read {
        margin: 0 auto 8rem;
        padding: 0
    }
}

.commitment .commitment-01 .commitment-top--unit {
    position: relative
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit {
        height: 37.2rem;
        z-index: 0;
        max-width: 1400px;
        margin: 0 auto
    }
}

.commitment .commitment-01 .commitment-top--unit:nth-of-type(even) .img_commitment {
    position: relative;
    right: -3rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(even) .img_commitment {
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(even) .img_commitment {
        position: absolute;
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(even) .commitment-top--unit--box {
        width: 45%
    }
}

.commitment .commitment-01 .commitment-top--unit:nth-of-type(odd) .img_commitment {
    position: relative;
    left: -3rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(odd) .img_commitment {
        left: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(odd) .img_commitment {
        position: absolute;
        left: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(odd) .commitment-top--unit--ttl {
        width: 45%;
        margin-right: 0;
        margin-left: auto
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit:nth-of-type(odd) .commitment-top--unit--box {
        width: 45%;
        margin-left: auto
    }
}

.commitment .commitment-01 .commitment-top--unit:not(:last-of-type) {
    margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-01 .commitment-top--unit:not(:last-of-type) {
        margin-bottom: 10rem;
        height: 55.2rem;
    }
}

.commitment .commitment-01 .commitment-top--unit--ttl {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-01 .commitment-top--unit--ttl {
        margin-bottom: 3rem
    }
}

.commitment .commitment-01 .commitment-top--unit--ttl .sub-title {
    border: 1px solid #50210B;
    padding: 3px 10px;
    display: table;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-01 .commitment-top--unit--ttl .sub-title {
        margin-bottom: 2rem
    }
}

.commitment .commitment-01 .commitment-top--unit--ttl .br-unique {
    display: none
}

@media screen and (min-width: 335px) {
    .commitment .commitment-01 .commitment-top--unit--ttl .br-unique {
        display: block
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top--unit--box--txt {
        text-shadow: 0px 0px 5px #fff
    }
}

.commitment .commitment-01 .commitment-top .img_commitment {
    margin-bottom: 2rem
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-01 .commitment-top .img_commitment {
        margin-bottom: 0;
        z-index: -1
    }
}

.commitment .commitment-02 .commitment-product--unit {
    position: relative
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit {
        height: 49.2rem;
        z-index: 0
    }
}

.commitment .commitment-02 .commitment-product--unit:nth-of-type(odd) .img_product {
    position: relative;
    right: -3rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(odd) .img_product {
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(odd) .img_product {
        position: absolute
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(odd) .commitment-product--unit--box {
        width: 48%
    }
}

.commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .img_product {
    position: relative;
    left: -3rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .img_product {
        left: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .img_product {
        position: absolute
    }
}

.commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--ttl--copy,
.commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--ttl--menu,
.commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--ttl--price {
    text-align: right
}

@media screen and (min-width: 1000px) {

    .commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--ttl--copy,
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--ttl--menu,
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--ttl--price {
        text-align: left
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit:nth-of-type(even) .commitment-product--unit--box {
        width: 48%;
        margin-left: auto
    }
}

.commitment .commitment-02 .commitment-product--unit--ttl {
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit--ttl {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit--box--txt {
        text-shadow: 0px 0px 5px #fff
    }
}

.commitment .commitment-02 .commitment-product--unit.m-ramen {
    position: relative;
    z-index: 0;
    max-width: 1000px;
    margin: 0 auto
}

.commitment .commitment-02 .commitment-product--unit.m-ramen::after {
    content: "";
    background: url(../image/img_backgrand_1-sp1.png) no-repeat;
    background-size: contain;
    height: 9.9rem;
    width: 23.2rem;
    position: absolute;
    bottom: 9%;
    right: 4%;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit.m-ramen::after {
        background: url(../image/img_backgrand_1-pc.png) no-repeat;
        background-size: contain;
        height: 19.8rem;
        width: 46.4rem;
        bottom: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit.m-ramen::after {
        left: -5%;
        right: 0
    }
}

@media screen and (min-width: 1140px) {
    .commitment .commitment-02 .commitment-product--unit.m-ramen::after {
        left: -15%
    }
}

.commitment .commitment-02 .commitment-product--unit.m-mapoTofu {
    position: relative;
    z-index: 0;
    max-width: 1000px;
    margin: 0 auto
}

.commitment .commitment-02 .commitment-product--unit.m-mapoTofu::after {
    content: "";
    background: url(../image/img_backgrand_2-sp.png) no-repeat;
    background-size: contain;
    height: 10.4rem;
    width: 23.2rem;
    position: absolute;
    bottom: 9%;
    left: 4%;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit.m-mapoTofu::after {
        background: url(../image/img_backgrand_2-pc.png) no-repeat;
        background-size: contain;
        height: 20.8rem;
        width: 46.4rem;
        bottom: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit.m-mapoTofu::after {
        left: auto;
        right: -5%
    }
}

@media screen and (min-width: 1140px) {
    .commitment .commitment-02 .commitment-product--unit.m-mapoTofu::after {
        right: -15%
    }
}

.commitment .commitment-02 .commitment-product--unit.m-dumpling {
    position: relative;
    z-index: 0;
    max-width: 1000px;
    margin: 0 auto
}

.commitment .commitment-02 .commitment-product--unit.m-dumpling::after {
    content: "";
    background: url(../image/img_backgrand_3-sp.png) no-repeat;
    background-size: contain;
    height: 9.6rem;
    width: 23.2rem;
    position: absolute;
    bottom: 9%;
    right: 4%;
    z-index: -1
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit.m-dumpling::after {
        background: url(../image/img_backgrand_3-pc.png) no-repeat;
        background-size: contain;
        height: 19.2rem;
        width: 46.4rem;
        bottom: 0
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit.m-dumpling::after {
        left: -5%;
        right: 0
    }
}

@media screen and (min-width: 1140px) {
    .commitment .commitment-02 .commitment-product--unit.m-dumpling::after {
        left: -15%
    }
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product--unit--right .commitment-product--unit--ttl {
        width: 48%;
        margin-left: auto
    }
}

.commitment .commitment-02 .commitment-product--unit:not(:last-of-type) {
    margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
    .commitment .commitment-02 .commitment-product--unit:not(:last-of-type) {
        margin-bottom: 10rem
    }
}

.commitment .commitment-02 .commitment-product .img_product {
    margin-bottom: 2rem
}

@media screen and (min-width: 1000px) {
    .commitment .commitment-02 .commitment-product .img_product {
        margin-bottom: 0;
        z-index: -1
    }
}

.menu-set {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width: 768px) {
    .menu-set {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0
    }
}

.menu-set .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1 !important
}

.menu-set .slick-next:before {
    background: url(../image/btn_arrow_right-sp.png) !important;
    background-size: contain !important
}

.menu-set .slick-prev:before {
    background: url(../image/btn_arrow_left-sp.png) !important;
    background-size: contain !important
}

.menu-set .slick-arrow {
    z-index: 2 !important;
    width: 43px !important;
    height: 43px !important
}

@media screen and (min-width: 768px) {
    .menu-set .slick-arrow {
        width: 43px !important;
        height: 43px !important
    }
}

.menu-set .slick-next {
    right: 5px !important;
    top: 30% !important
}

@media screen and (min-width: 768px) {
    .menu-set .slick-next {
        right: 10% !important;
        top: 45% !important
    }
}

.menu-set .slick-prev {
    left: 5px !important;
    top: 30% !important
}

@media screen and (min-width: 768px) {
    .menu-set .slick-prev {
        left: 10% !important;
        top: 45% !important
    }
}

.menu-set .slick-dots li {
    width: 4.5rem !important;
    height: 0.6rem !important
}

.menu-set .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    text-indent: -9999px
}

.menu-set .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    text-indent: 0;
    position: absolute;
    background: #c69d67
}

.menu-set .slick-dots li.slick-active button:before {
    background: #6c000e;
    opacity: 1
}

@media screen and (min-width: 768px) {
    .menu-set .slick-slide {
        margin: 0 2rem
    }
}

.menu-set .slick-slide img {
    object-fit: cover;
    font-family: 'object-fit: cover; object-position: bottom;';
    width: 100%
}

.menu-set .slick-slide:not(.slick-center) {
    opacity: .3
}

.menu-set .slider-item {
    background: #F4EBE1
}

.menu-set .slider-item--box {
    padding: 2rem 2.5rem
}

.menu-set .slider-item--box--item {
    height: 4rem;
}

@media screen and (max-width: 320px) {
    .menu-set .slider-item--box--item {
        height: 29rem
    }
}

@media screen and (min-width: 768px) {
    .menu-set .slider-item--box--item {
        height: 5rem;
    }
}

@media screen and (min-width: 1000px) {
    .menu-set .slider-item--box--item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 5rem;
    }
}

@media screen and (min-width: 1000px) {
    .menu-set .slider-item--box--left {
        flex-basis: 100%;
    }
}

.menu-set .slider-item--box--right {
    font-size: 1.4rem
}

@media screen and (min-width: 1000px) {
    .menu-set .slider-item--box--right {
        flex-basis: 60%
    }
}

.menu .menu-02 .container {
    padding-top: 0
}

.menu-best--ttl.is-3.title {
    margin-bottom: 1rem
}

.menu-best--ttl {
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .menu-best--ttl {
        margin-bottom: 3.5rem
    }
}

.menu-best--unit:not(:last-of-type) {
    margin-bottom: 6rem
}

@media screen and (min-width: 768px) {
    .menu-best--unit:not(:last-of-type) {
        margin-bottom: 8.5rem
    }
}

.menu-best--unit--ttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 2rem
}

.menu-best--unit--ttl .br-unique {
    display: block
}

@media screen and (min-width: 470px) {
    .menu-best--unit--ttl .br-unique {
        display: none
    }
}

.menu-best--unit--pic {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between
}

.menu-best--unit--pic .item {
    width: 48%;
    margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
    .menu-best--unit--pic .item {
        width: 24%;
        margin-bottom: 4rem
    }
}

@media screen and (min-width: 1000px) {
    .menu-best--unit--pic .item {
        margin-bottom: 7rem
    }
}

.menu-best--unit--pic .item .img_menu {
    margin-bottom: 2rem
}

.menu-best--unit--pic .item--box--txt {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center
}

.menu-best--unit--pic .item--box--txt--price {
    font-size: 1.4rem;
    display: block;
    margin-top: .8rem
}

@media screen and (min-width: 768px) {
    .menu-best--unit--pic .item--box--txt--price {
        margin-top: 1.2rem
    }
}

.menu-best--unit--txt {
    font-family: "Sawarabi Mincho", sans-serif;
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 1rem
}

@media screen and (min-width: 1000px) {
    .menu-best--unit--txt {
        display: flex;
        flex-flow: column wrap;
        height: 58px;
        max-width: initial
    }
}

@media screen and (min-width: 1000px) {
    .menu-best--unit--txt .item-3col {
        padding: 0 2rem
    }

    .menu-best--unit--txt .item-3col:not(:last-of-type) {
        border-right: 1px solid #C69D67
    }
}

.menu-best--unit--txt .item-3col .item {
    margin-bottom: 2rem
}

@media screen and (min-width: 355px) {
    .menu-best--unit--txt .item-3col .item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        margin-bottom: .5rem
    }
}

.menu-list--ttl.is-3.title {
    margin-bottom: 1rem
}

.menu-list--read {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
    .menu-list--read {
        margin-bottom: 4rem
    }
}

.menu-list--unit {
    display: flex;
    flex-flow: column
}

@media screen and (min-width: 768px) {
    .menu-list--unit {
        flex-flow: wrap;
        justify-content: space-between;
        max-width: 800px
    }
}

.menu-list--unit--box {
    margin-bottom: 5rem
}

@media screen and (min-width: 550px) {
    .menu-list--unit--box {
        min-width: 500px;
        margin: 0 auto 5rem
    }
}

@media screen and (min-width: 768px) {
    .menu-list--unit--box {
        min-width: inherit;
        margin: 0 0 6rem 0;
        width: 48%
    }
}

.menu-list--unit--box:last-of-type {
    margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
    .menu-list--unit--box:last-of-type {
        width: 75%
    }
}

.menu-list--unit--box--ttl {
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #C69D67
}

.menu-list--unit--box table {
    width: 100%;
}

.menu-list--unit--box .item,
.menu-list--unit--box table tr {
    margin-bottom: 2rem;
    line-height: 1.4
}

@media screen and (min-width: 355px) {

    .menu-list--unit--box .item,
    .menu-list--unit--box table tr {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1rem
    }
}

.menu-list--unit--box .item--price,
.menu-list--unit--box table tr td:nth-child(2) {
    padding-left: 1rem
}

.menu-list--unit--box .item .br-name,
.menu-list--unit--box table tr td .br-name {
    display: none
}

@media screen and (min-width: 355px) {

    .menu-list--unit--box .item .br-name,
    .menu-list--unit--box table tr td .br-name {
        display: block
    }
}

@media screen and (min-width: 470px) {

    .menu-list--unit--box .item .br-name,
    .menu-list--unit--box table tr td .br-name {
        display: none
    }
}

.menu-list--pdf .btn-area {
    max-width: 30rem;
    width: 100%
}

@media screen and (min-width: 1000px) {
    .menu-list--pdf .btn-area {
        max-width: 37rem
    }
}

.menu-list--pdf .btn-area .btn-top-common.btn {
    padding: .2rem
}

@media screen and (min-width: 1000px) {
    .menu-list--pdf .btn-area .btn-top-common.btn {
        padding: .5rem
    }
}

.menu-list--pdf .btn-area .btn-top-common.btn .btn-top-common--border {
    padding: 1.2rem 0;
    position: relative
}

@media screen and (min-width: 768px) {
    .menu-list--pdf .btn-area .btn-top-common.btn .btn-top-common--border {
        font-size: 2rem
    }
}

.menu-list--pdf .btn-area .btn-top-common.btn::after {
    content: "";
    position: absolute;
    background: url(../image/img_icon_pdf.svg) no-repeat;
    background-size: contain;
    height: 2rem;
    width: 1.6rem;
    top: 30%;
    left: 5%
}

@media screen and (min-width: 768px) {
    .menu-list--pdf .btn-area .btn-top-common.btn::after {
        height: 2.4rem;
        width: 2rem;
        top: 32%
    }
}

.about .main-img--bg {
    background: url(../image/img_about_top-sp.jpg);
    background-size: cover;
    background-position: center
}

@media screen and (min-width: 768px) {
    .about .main-img--bg {
        background: url(../image/img_about_top-pc.jpg);
        background-size: cover;
        background-position: center
    }
}

.about .txt-yl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF500
}

@media screen and (min-width: 768px) {
    .about .txt-yl {
        font-size: 3.6rem
    }
}

.about .full img {
    width: 100%
}

.about .about-top--read {
    margin: 3rem auto;
    text-align: center
}

@media screen and (min-width: 768px) {
    .about .about-top--read {
        margin: 5rem auto
    }
}

.about .about-top--read .comment-area {
    position: relative;
    background-color: #6c000e;
    display: inline-block;
    padding: 0.5rem 3rem;
    border-radius: 1.5rem
}

@media screen and (min-width: 768px) {
    .about .about-top--read .comment-area {
        padding: 0.5rem 3rem 1rem
    }
}

.about .about-top--read .comment-area::after {
    content: "";
    position: absolute;
    top: 50px;
    border: 15px solid transparent;
    border-top: 15px solid #6c000e;
    left: 40%
}

@media screen and (min-width: 768px) {
    .about .about-top--read .comment-area::after {
        top: 75px;
        border: 18px solid transparent;
        border-top: 18px solid #6c000e;
        left: 43%
    }
}

.about .about-top--read .text-area {
    font-size: 2rem;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    margin-top: 2rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px
}

@media screen and (min-width: 385px) {
    .about .about-top--read .text-area {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 450px) {
    .about .about-top--read .text-area {
        font-size: 2.8rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-top--read .text-area {
        font-size: 4.2rem;
        margin-top: 3rem
    }
}

.about .about-top--read::after {
    content: "";
    position: relative;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0.5rem
}

@media screen and (min-width: 768px) {
    .about .about-top--read::after {
        width: 3rem;
        height: 3rem;
        border-top: 7px solid #000;
        border-right: 7px solid #000;
        top: 1.5rem
    }
}

.about .about-top--content {
    background-color: #6c000e;
    color: #fff
}

@media screen and (min-width: 1000px) {
    .about .about-top--content {
        z-index: 0;
        margin: 0 auto
    }
}

.about .about-top--content--unit {
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit {
        height: 36rem;
        z-index: 0;
        margin: 0 auto
    }
}

.about .about-top--content--unit:nth-of-type(odd) .unit--txt .img_about_ttl {
    right: 0;
    z-index: 9;
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:nth-of-type(odd) .unit--txt .img_about_ttl {
        position: absolute
    }
}

.about .about-top--content--unit:nth-of-type(odd) .img_about {
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:nth-of-type(odd) .img_about {
        position: absolute
    }
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:nth-of-type(odd) .unit--txt--box {
        position: absolute;
        top: 230px;
        right: 0;
        width: 35%;
        margin-right: 3rem
    }
}

.about .about-top--content--unit:nth-of-type(even) .unit--txt .img_about_ttl {
    left: 0;
    z-index: 9;
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:nth-of-type(even) .unit--txt .img_about_ttl {
        position: absolute
    }
}

.about .about-top--content--unit:nth-of-type(even) .img_about {
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:nth-of-type(even) .img_about {
        position: absolute;
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:nth-of-type(even) .unit--txt--box {
        position: absolute;
        top: 230px;
        width: 35%;
        margin-left: 3rem
    }
}

.about .about-top--content--unit:not(:last-of-type) {
    margin-bottom: 5rem
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--unit:not(:last-of-type) {
        margin-bottom: 10rem
    }
}

.about .about-top--content--rumor {
    margin-top: 5rem
}

.about .about-top--content--rumor .txt-yl {
    text-align: center;
    position: relative
}

@media screen and (min-width: 768px) {
    .about .about-top--content--rumor .txt-yl {
        padding-bottom: 3rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-top--content--rumor .txt-yl {
        padding-bottom: 0
    }
}

.about .about-top--content--rumor .txt-yl::after {
    content: "";
    position: absolute;
    top: 4rem;
    left: 45%;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-top: 3px solid #FFF500;
    border-right: 3px solid #FFF500;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@media screen and (min-width: 768px) {
    .about .about-top--content--rumor .txt-yl::after {
        top: 6rem;
        left: 47%;
        width: 3rem;
        height: 3rem;
        border-top: 7px solid #FFF500;
        border-right: 7px solid #FFF500
    }
}

.about .about-top .img_about {
    margin: 1rem 0
}

@media screen and (min-width: 768px) {
    .about .about-top .img_about {
        margin: 1rem 0 2rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-top .img_about {
        margin: 0
    }
}

.about .about-born {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #FFDD00;
    color: #000;
    text-align: center
}

@media screen and (min-width: 1000px) {
    .about .about-born {
        padding-top: 8rem;
        padding-bottom: 10rem
    }
}

.about .about-born--txt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0
}

@media screen and (min-width: 375px) {
    .about .about-born--txt {
        font-size: 1.8rem;
        margin-bottom: 0.5rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-born--txt {
        font-size: 2.8rem;
        margin-bottom: 0.5rem
    }
}

.about .about-born--ttl {
    font-size: 2.4rem;
    font-weight: 900
}

@media screen and (min-width: 375px) {
    .about .about-born--ttl {
        font-size: 3rem
    }
}

@media screen and (min-width: 450px) {
    .about .about-born--ttl {
        font-size: 3.4rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-born--ttl {
        font-size: 5rem
    }
}

.about .about-point--read {
    margin: 4rem auto 2rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .about .about-point--read {
        margin: 7rem auto 5rem
    }
}

.about .about-point--read .about-point--txt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    line-height: 1.5
}

@media screen and (min-width: 768px) {
    .about .about-point--read .about-point--txt {
        font-size: 2.8rem
    }
}

.about .about-point--read .about-point--txt .q-area {
    color: #fff;
    font-weight: bold;
    background: #6c000e;
    border-radius: 50%;
    padding: 0.1rem 1rem 0.5rem 0.9rem;
    margin-right: .5rem
}

@media screen and (min-width: 768px) {
    .about .about-point--read .about-point--txt .q-area {
        padding: 0.1rem 1.4rem 0.8rem 1.3rem;
        margin-right: 1rem
    }
}

@media screen and (min-width: 450px) {
    .about .about-point--read .about-point--txt .br-unique {
        display: none
    }
}

.about .about-point--read .about-point--ttl {
    font-size: 2.4rem;
    font-weight: 900;
    color: #6c000e;
    line-height: 1.5;
    margin-top: 0.5rem
}

@media screen and (min-width: 400px) {
    .about .about-point--read .about-point--ttl {
        font-size: 2.8rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-point--read .about-point--ttl {
        font-size: 4.2rem;
        margin-top: 2rem
    }
}

.about .about-point--read::after {
    content: "";
    position: relative;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0.5rem
}

@media screen and (min-width: 768px) {
    .about .about-point--read::after {
        width: 3rem;
        height: 3rem;
        border-top: 7px solid #000;
        border-right: 7px solid #000;
        top: 1.5rem
    }
}

.about .about-point--content {
    background-color: #6c000e;
    color: #fff;
    text-align: center
}

.about .about-point--content--unit:not(:last-of-type) {
    margin-bottom: 5rem
}

@media screen and (min-width: 768px) {
    .about .about-point--content--unit:not(:last-of-type) {
        margin-bottom: 8rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-point--content--unit:not(:last-of-type) {
        margin-bottom: 10rem
    }
}

.about .about-point--content--unit .unit--read {
    margin: 1rem 0 1.5rem
}

@media screen and (min-width: 450px) {
    .about .about-point--content--unit .unit--read {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-point--content--unit .unit--read {
        margin: 2rem 0 4rem;
        font-size: 2rem
    }
}

.about .about-point--content--unit .unit--item--3col {
    display: flex;
    flex-flow: column;
    max-width: 500px;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    .about .about-point--content--unit .unit--item--3col {
        flex-flow: row;
        justify-content: space-between;
        max-width: inherit
    }
}

.about .about-point--content--unit .unit--item--3col .unit--item--child {
    background-color: #fff;
    color: #000
}

@media screen and (min-width: 768px) {
    .about .about-point--content--unit .unit--item--3col .unit--item--child {
        width: 32%
    }
}

.about .about-point--content--unit .unit--item--3col .unit--item--child:not(:last-of-type) {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .about .about-point--content--unit .unit--item--3col .unit--item--child:not(:last-of-type) {
        margin-bottom: 0
    }
}

.about .about-point--content--unit .unit--item--3col .unit--item--child .child-txt {
    padding: 1.5rem 2rem 2.5rem;
    text-align: left
}

@media screen and (min-width: 690px) {
    .about .about-point--content--unit .unit--item--3col .unit--item--child .child-txt {
        padding: 2rem 3rem 3rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-point--content--unit .unit--item--3col .unit--item--child .child-txt {
        padding: 2rem 1.5rem 4rem
    }
}

.about .about-point--content--unit .unit--item--3col .unit--item--child .child-txt h4 {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #6c000e
}

.about .about-point--content--unit .unit--item--3col .unit--item--child .child-txt p {
    margin-top: 1rem
}

.about .about-point--content--unit .unit--item--sm {
    max-width: 500px;
    margin: 0 auto
}

@media screen and (min-width: 690px) {
    .about .about-point--content--unit .unit--item--sm {
        max-width: inherit
    }
}

.about .about-more--read {
    margin: 4rem auto 5rem;
    text-align: center
}

@media screen and (min-width: 768px) {
    .about .about-more--read {
        margin: 6rem auto 7rem
    }
}

.about .about-more--read .text-area {
    font-size: 2.4rem;
    font-weight: 900;
    color: #000;
    line-height: 1.5;
    margin-top: 2rem;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px
}

@media screen and (min-width: 400px) {
    .about .about-more--read .text-area {
        font-size: 2.8rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--read .text-area {
        font-size: 4.2rem;
        margin-top: 3rem
    }
}

.about .about-more--content {
    background-color: #F4EBE1
}

.about .about-more--content--mainWrap {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .about .about-more--content--mainWrap {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width: 1140px) {
    .about .about-more--content--mainWrap {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 320px) {
    .about .about-more--content--mainWrap {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--mainWrap {
        width: 768px
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--mainWrap {
        width: 1000px
    }
}

.about .about-more--content--main {
    background: #fff url(../image/img_father-sp.jpg) no-repeat center bottom 45%;
    background-size: contain;
    height: 54rem;
    position: relative
}

@media screen and (min-width: 375px) {
    .about .about-more--content--main {
        height: 50rem;
        background-position: center bottom 30%
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--main {
        background: #fff url(../image/img_father.jpg) no-repeat right bottom 45%;
        background-size: auto
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--main {
        height: 54rem
    }
}

.about .about-more--content--main::before {
    content: "";
    background: #6c000e;
    display: block;
    height: 9.5rem;
    width: 12rem;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--main::before {
        height: 17rem;
        width: 17rem
    }
}

.about .about-more--content--main--copy {
    position: absolute;
    bottom: 10%;
    color: #fff;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.7
}

@media screen and (min-width: 375px) {
    .about .about-more--content--main--copy {
        bottom: 7%;
        padding-left: 2rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--main--copy {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--main--copy {
        bottom: 15%;
        font-size: 3.6rem;
        padding-left: 8rem
    }
}

.about .about-more--content--main--copy .top-msg--line {
    background: #6c000e;
    padding: 0 .5rem
}

.about .about-more--content .img_story_ttl {
    position: absolute;
    top: 4.5rem;
    left: 2rem;
    max-width: 29.8rem;
    width: 70%
}

@media screen and (min-width: 1000px) {
    .about .about-more--content .img_story_ttl {
        left: 4.2rem;
        top: 3rem;
        max-width: 44.2rem
    }
}

.about .about-more--content .img_story_mayumi {
    margin-bottom: 2rem
}

@media screen and (min-width: 768px) {
    .about .about-more--content .img_story_mayumi {
        margin-bottom: 0;
        flex-basis: 48%
    }
}

.about .about-more--content--unitWrap {
    margin-bottom: 0
}

.about .about-more--content--unit {
    position: relative;
    background: #fff;
    padding: 2.5rem
}

@media screen and (min-width: 768px) {
    .about .about-more--content--unit {
        padding: 2.5rem 3rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit {
        z-index: 0;
        padding: 5rem 0 0 0
    }
}

.about .about-more--content--unit .img_about_ttl {
    z-index: 9;
    margin: 0 auto 1rem;
    max-width: 280px
}

.about .about-more--content--unit .unit--txt h4 {
    font-size: 2rem;
    font-family: "Sawarabi Mincho", sans-serif;
    color: #6c000e;
    font-weight: 400;
    text-align: center
}

@media screen and (min-width: 450px) {
    .about .about-more--content--unit .unit--txt h4 {
        font-size: 2.4rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit .unit--txt h4 {
        font-size: 2.8rem;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
        line-height: 1.4
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit:nth-of-type(odd) .img_about_ttl {
        position: absolute;
        top: 210px;
        right: 0;
        width: 45%;
        margin-right: 3rem;
        max-width: inherit
    }
}

.about .about-more--content--unit:nth-of-type(odd) .unit--txt {
    right: 0;
    z-index: 1;
    margin-bottom: 1rem;
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit:nth-of-type(odd) .unit--txt {
        position: absolute;
        top: 240px;
        right: 0;
        width: 45%;
        margin-right: 4rem;
        background: #fff;
        padding: 3rem 2rem 3rem 3rem
    }
}

.about .about-more--content--unit:nth-of-type(odd) .img_about {
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit:nth-of-type(odd) .img_about {
        position: absolute
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit:nth-of-type(even) .img_about_ttl {
        position: absolute;
        top: 210px;
        left: 0;
        width: 45%;
        margin-left: 3rem;
        max-width: inherit
    }
}

.about .about-more--content--unit:nth-of-type(even) .unit--txt {
    right: 0;
    z-index: 1;
    margin-bottom: 1rem;
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit:nth-of-type(even) .unit--txt {
        position: absolute;
        top: 240px;
        left: 0;
        width: 45%;
        margin-left: 4rem;
        background: #fff;
        padding: 3rem 3rem 3rem 2rem
    }
}

.about .about-more--content--unit:nth-of-type(even) .img_about {
    position: relative
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit:nth-of-type(even) .img_about {
        position: absolute;
        right: 0
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit.ep1 {
        height: 52rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit.ep2 {
        height: 63rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit.ep3 {
        height: 68rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--unit.ep4 {
        height: 62rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msgWrap {
        padding: 0 2rem 2rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--msgWrap {
        padding: 0 2rem
    }
}

@media screen and (min-width: 1140px) {
    .about .about-more--content--msgWrap {
        padding: 0
    }
}

.about .about-more--content--msgWrap--box {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem 1rem 1rem
}

@media screen and (min-width: 690px) {
    .about .about-more--content--msgWrap--box {
        padding: 2.5rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msgWrap--box {
        padding: 3rem
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--msgWrap--box {
        padding: 6rem 8rem 8rem
    }
}

.about .about-more--content--msg {
    border: 1px solid #c69d67;
    background: #fff
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between
    }
}

.about .about-more--content--msg--box {
    padding: 2rem 1.5rem 0
}

@media screen and (min-width: 690px) {
    .about .about-more--content--msg--box {
        padding: 3rem 3rem 0
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg--box {
        padding: 2rem;
        flex-basis: 71%
    }
}

@media screen and (min-width: 1000px) {
    .about .about-more--content--msg--box {
        padding: 3rem 4rem 3rem 0
    }
}

@media screen and (min-width: 1140px) {
    .about .about-more--content--msg--box {
        padding: 3rem 6rem 3rem 0
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg--box--txt {
        margin-bottom: 1rem
    }
}

.about .about-more--content--msg--box--name {
    display: none
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg--box--name {
        display: block;
        font-family: "Sawarabi Mincho", sans-serif
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg--box--name span {
        font-size: 2.2rem
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg .img_msg {
        position: relative;
        flex-basis: 29%
    }
}

@media screen and (min-width: 768px) {
    .about .about-more--content--msg .img_msg img {
        position: absolute;
        bottom: 0
    }
}

@media screen and (min-width: 768px) {
    .btn-2col {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        max-width: 768px;
        margin: 0 auto
    }

    .btn-2col .content {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .btn-2col .content:not(:last-of-type) {
        padding-right: 0
    }
}

@media screen and (min-width: 1000px) {
    .btn-2col {
        max-width: 1000px
    }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
    .btn-2col .content .btn-area {
        max-width: 45rem
    }
}

.con-mail-msg-area {
    margin: 0 0 4rem 0
}

.mail-box>.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-left: -6px;
    margin-right: -6px;
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .mail-box>.row {
        margin-left: -12px;
        margin-right: -12px
    }
}

.mail-box>.row:not(:last-child) {
    margin-bottom: 25px
}

@media screen and (min-width: 768px) {
    .mail-box>.row:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1000px) {
    .mail-box>.row:not(:last-child) {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 768px) {
    .mail-box>.row {
        margin-left: 0;
        margin-right: 0
    }
}

.mail-box>.row:not(:first-child) {
    padding: 1.5rem 0 0
}

@media screen and (min-width: 768px) {
    .mail-box>.row:not(:first-child) {
        padding: 4rem 0 0
    }
}

.mail-box>.row:not(:last-child) {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .mail-box>.row:not(:last-child) {
        margin-bottom: 4rem
    }
}

.mail-box .form-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.5rem
}

@media screen and (min-width: 768px) {
    .mail-box .form-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        width: 30%;
        line-height: 1.5
    }

    .mail-box .form-info:nth-child(-n+2) {
        margin-top: 0
    }

    .mail-box .form-info:nth-of-type(n+3) {
        margin-top: 12px
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
    .mail-box .form-info:nth-of-type(n+3) {
        margin-top: 24px
    }
}

@media screen and (min-width: 1000px) {
    .mail-box .form-info {
        width: 25%
    }

    .mail-box .form-info:nth-child(-n+2) {
        margin-top: 0
    }

    .mail-box .form-info:nth-of-type(n+3) {
        margin-top: 12px
    }
}

@media screen and (min-width: 1000px) and (min-width: 768px) {
    .mail-box .form-info:nth-of-type(n+3) {
        margin-top: 24px
    }
}

.mail-box .form-input {
    width: 100%
}

@media screen and (min-width: 768px) {
    .mail-box .form-input {
        width: 68%
    }
}

@media screen and (min-width: 1000px) {
    .mail-box .form-input {
        width: 72%
    }
}

.mail-box .sw-Radio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media screen and (min-width: 768px) {
    .mail-box .sw-Radio {
        width: 68%
    }
}

@media screen and (min-width: 1000px) {
    .mail-box .sw-Radio {
        width: 72%
    }
}

.mail-box .sw-Radio_Inner {
    flex-basis: 33%
}

@media screen and (min-width: 768px) {
    .mail-box .sw-Radio_Inner {
        flex-basis: 22%
    }
}

.mail-box .sw-Radio_Inner.sw_gender {
    flex-basis: 20%
}

@media screen and (min-width: 768px) {
    .mail-box .sw-Radio_Inner.sw_gender {
        flex-basis: 15%
    }
}

.mail-box .sw-Radio_Inner.sw_inquiry {
    flex-basis: 40%
}

@media screen and (min-width: 768px) {
    .mail-box .sw-Radio_Inner.sw_inquiry {
        flex-basis: 22%
    }
}

.mail-box .sw-Radio_Inner label:hover {
    cursor: pointer
}

.mail-box .sw-Radio .radio-unit:hover {
    cursor: pointer
}

.mail-box .btn-area {
    margin: 2.5rem auto 0
}

@media screen and (min-width: 768px) {
    .mail-box .btn-area {
        max-width: 38rem;
        margin: 8rem auto 0
    }
}

.mail-box .input-btn--wrap {
    position: relative
}

.mail-box .input-btn--wrap .btn {
    width: 100%
}

@media screen and (min-width: 768px) {
    .mail-box .input-btn--wrap .btn {
        padding: 1rem 0
    }
}

.mail-box .link-area {
    text-align: center;
    margin: 1rem auto 0
}

.mail-box .link-item {
    border-bottom: 1px solid #50210b;
    font-size: 1.4rem;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    .mail-box .link-item {
        font-size: 1.8rem
    }
}

.mail-box .link-item::after {
    content: "";
    border-top: 2px solid #50210b;
    border-right: 2px solid #50210b;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: .5rem;
    transform: rotateZ(45deg);
    position: relative;
    bottom: .2rem
}

.f-confirm .mail-box>.row {
    padding-left: .6rem;
    padding-right: .6rem
}

@media screen and (min-width: 768px) {
    .f-confirm .mail-box .btn-area {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        max-width: 80%
    }
}

.f-confirm .sw_inquiry {
    margin-right: 1rem
}

.f-confirm .input-btn--wrap:first-of-type {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 768px) {
    .f-confirm .input-btn--wrap {
        flex-basis: 48%
    }
}

.form-input--item {
    font-size: 1.8rem
}

@media screen and (min-width: 768px) {
    .form-input--item {
        font-size: 2rem
    }
}

.f-complete .btn-area {
    margin: 2.5rem auto 0
}

@media screen and (min-width: 768px) {
    .f-complete .btn-area {
        max-width: 38rem;
        margin: 8rem auto 0
    }
}

.f-complete .btn-area .btn {
    width: 100%
}

@media screen and (min-width: 768px) {
    .f-complete .btn-area .btn {
        padding: 1rem 0
    }
}

.index_bg {
    width: 100%;
    position: relative;
}

.index_bg:before {
    content: "";
    background: #F4EBE1 url(../image/img_pattern_1-sp.png) repeat-x;
    background-size: contain;
    display: block;
    height: 1.4rem;
    position: relative;
    top: 1rem
}

@media screen and (min-width: 768px) {
    .index_bg:before {
        background: #F4EBE1 url(../image/img_pattern_1.png) repeat-x;
        background-size: contain;
        height: 1.6rem
    }
}

.top-service-media {
    position: relative;
    background: #FFF8F0;
    margin-top: 70px;
}

.top-service-media:before,
.top-service-media:after {
    content: "";
    background: #F4EBE1 url(../image/img_pattern_3.png) repeat-x;
    background-size: contain;
    display: block;
    height: 65px;
    position: relative;
}

.top-service-media .top-service-media--ttl {
    font-weight: 600;
    font-size: 48px;
    line-height: 43.2px;
    color: #50210B;
    margin-top: 50px;
    text-align: center;
}

.top-service-media .top-service-media--ttl img {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .top-service-media .top-service-media--ttl img {
        max-width: 280px;
    }
}

.top-service-media .top-service-media--txt {
    font-weight: 700;
    font-size: 32px;
    line-height: 43.2px;
    letter-spacing: 0%;
    text-align: center;
    color: #50210B;
}

.top-service-media .top-service-media--pic {
    text-align: center;
    margin: 3% 0;
}

.top-service-media .top-service-media--pic>img {
    max-width: 90%;
}

.top-service-media .top-service-media--pics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}

.top-service-media .top-service-media--pics>img {
    width: 46%;
    margin-bottom: 3%;
}

.top-news .sec_title {
    font-weight: 500;
    font-size: 25.9px;
    line-height: 42.58px;
    letter-spacing: 1.04px;
    text-align: center;
}

#front_sec_news {
    margin-bottom: 0;
}

#front_sec_news .inner {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
    padding: 100px 0;
}

@media (max-width: 767px) {
    #front_sec_news .inner {
        padding: 60px 0;
    }
}

#front_sec_news .inner .box .title_box {
    text-align: center;
}

#front_sec_news .inner .box .title_box .sec_title {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}

#front_sec_news .inner .box .title_box .sec_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
    background: url(../image/img_pattern_4.png) no-repeat center center/cover;
    width: 57px;
    height: 27px;
    margin: 0;
}

#front_sec_news .inner .box .title_box .sec_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    background: url(../image/img_pattern_4.png) no-repeat center center/cover;
    width: 57px;
    height: 27px;
}

#front_sec_news .inner .box .news .content dl {
    border-top: 1px solid #3c2515;
}

#front_sec_news .inner .box .news .content dl dt {
    padding: 24px 0;
    padding-left: 20px;
}

@media (max-width: 767px) {
    #front_sec_news .inner .box .news .content dl dt {
        padding: 1em 0.5em;
        margin-top: 0;
        padding-bottom: 0.5em;
    }
}

#front_sec_news .inner .box .news .content dl dd {
    border-bottom: 1px solid #3c2515;
    padding: 24px 0;
    padding-left: 130px;
}

@media (max-width: 767px) {
    #front_sec_news .inner .box .news .content dl dd {
        padding: 0.5em 0.5em;
        margin-top: 0;
        padding-bottom: 1em;
    }
}

.top-news .news h2 {
    color: #3c2515;
}

.top-news .news dl {
    margin: 0;
    overflow-y: auto;
    max-height: 300px;
    color: #3C2515;

}

.top-news .news dl dt {
    margin: 0.5em 0 0;
    padding: 0 1em;
    font-weight: normal;
}

.top-news .news dl dd {
    margin: 0.5em 0;
    padding: 0 1em 0.5em;
    border-bottom: 1px solid #ccc;
}

.top-news .news dl dd a {
    text-decoration: none;
    color: #3C2515;
}

.top-news .news dl dd a:hover {
    text-decoration: underline;
    color: #3C2515;
}

@media (min-width: 768px) {
    .top-news .news dl {
        overflow-y: auto;
        max-height: 200px;
    }

    .top-news .news dl dt {
        width: 100px;
        clear: left;
        float: left;
        margin: 0;
        padding: 1em 0 1em 1em;
    }

    .top-news .news dl dd {
        margin: 0;
        padding: 1em 0 1em 0;
    }

    .top-news .news dl dt+dd {
        padding-left: 120px;
    }
}

#service.top-service .container {
    padding-bottom: 0;
}

#locations .m-top-sectionttl.is-2 {
    margin-bottom: 8%;
}

.top-contact .btn-top-common--line {
    padding-top: 0;
}

.top-locations-list--list--item:last-child {
    border: none;
}

.main-img--contact .btn:hover {
    opacity: .9;
}



.about--table .c-table {
    width: 100%;
    border-top: 1px solid #ccc;
}

.about--table .c-table>thead>tr>th,
.about--table .c-table>thead>tr>td {
    text-align: left;
    background-color: #EDF1FA;
}

.about--table .c-table tbody tr td,
.about--table .c-table tbody tr th,
.about--table .c-table thead tr td,
.about--table .c-table thead tr th {
    padding: 19px 24px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .about--table .c-table tbody tr td,
    .about--table .c-table tbody tr th,
    .about--table .c-table thead tr td,
    .about--table .c-table thead tr th {
        padding: 14px 12px;
    }
}

.about--table .c-table tbody tr td,
.about--table .c-table thead tr td {
    color: #333;
}

.about--table .c-table tbody tr th,
.about--table .c-table thead tr th {
    color: #000;
    width: 196px;
    padding-left: 0;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .about--table .c-table tbody tr th,
    .about--table .c-table thead tr th {
        width: 6.4rem;
    }
}

.about--table .c-table.is-border tr td {
    padding-left: 56px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .about--table .c-table.is-border tr td {
        padding-left: 24px;
    }
}

.about--table .c-table.is-border tr th {
    color: #6C000E;
    position: relative;
}

.about--table .c-table.is-border tr th:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #6C000E;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.main-img--contact .btn-top-common.btn {
    background: #FF6E37;
    border: 3px solid #FF6E37
}

.loading {
    width: 100%;
    height: 100%;
    transition: all 1s;
    position: fixed;
    top: 0;
    z-index: 1111111;
}

.loading>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*@keyframes move {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes animationName {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}

@-moz-keyframes animationName {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-100%);
    }
}*/

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .top-service-media:before,
    .top-service-media:after {
        height: 30px;
    }

    .top-service-media .top-service-media--txt {
        font-size: 22px;
    }

    .top-service-media .top-service-media--pic {
        margin: 5% 0 5% 0;
    }

    .top-service-media .top-service-media--pics>img {
        width: 100%;
    }

    .top-contact .btn-top-common--line {
        padding: 10px 0;
    }

    .top-about-style--wrap h2.m-top-sectionttl.is-2 span {
        font-size: 2.7rem;
    }

    .top-service-content .btn-area .btn-top-common.btn {
        padding: 1rem;
    }
}