html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, ::before, ::after {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

a, button, input, select, textarea {
    outline: none
}

img {
    width: 100%;
    height: auto
}

aside, main {
    display: block
}

.bold {
    font-weight: 700 !important
}

.disabled {
    cursor: default;
    opacity: 0.4;
    pointer-events: none
}

.is-hover {
    opacity: 0.5
}

.js-hide {
    display: none !important
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.ul {
    text-decoration: underline !important
}

.block-xlg, .inline-xlg {
    display: none !important
}

@media (max-width: 1399px) {
    .hide-xlg {
        display: none !important
    }

    .block-xlg {
        display: block !important
    }

    .inline-xlg {
        display: inline !important
    }
}

.block-lg, .inline-lg {
    display: none !important
}

@media (max-width: 1199px) {
    .hide-lg {
        display: none !important
    }

    .block-lg {
        display: block !important
    }

    .inline-lg {
        display: inline !important
    }
}

.block-md, .inline-md {
    display: none !important
}

@media (max-width: 991px) {
    .hide-md {
        display: none !important
    }

    .block-md {
        display: block !important
    }

    .inline-md {
        display: inline !important
    }
}

.block-sp, .inline-sp {
    display: none !important
}

@media (max-width: 780px) {
    .hide-sp {
        display: none !important
    }

    .block-sp {
        display: block !important
    }

    .inline-sp {
        display: inline !important
    }
}

.block-sm, .inline-sm {
    display: none !important
}

@media (max-width: 767px) {
    .hide-sm {
        display: none !important
    }

    .block-sm {
        display: block !important
    }

    .inline-sm {
        display: inline !important
    }
}

.block-s, .inline-s {
    display: none !important
}

@media (max-width: 640px) {
    .hide-s {
        display: none !important
    }

    .block-s {
        display: block !important
    }

    .inline-s {
        display: inline !important
    }
}

.block-ss, .inline-ss {
    display: none !important
}

@media (max-width: 600px) {
    .hide-ss {
        display: none !important
    }

    .block-ss {
        display: block !important
    }

    .inline-ss {
        display: inline !important
    }
}

.block-xs, .inline-xs {
    display: none !important
}

@media (max-width: 480px) {
    .hide-xs {
        display: none !important
    }

    .block-xs {
        display: block !important
    }

    .inline-xs {
        display: inline !important
    }
}

.block-xxs, .inline-xxs {
    display: none !important
}

@media (max-width: 400px) {
    .hide-xxs {
        display: none !important
    }

    .block-xxs {
        display: block !important
    }

    .inline-xxs {
        display: inline !important
    }
}

.block-xxxs, .inline-xxxs {
    display: none !important
}

@media (max-width: 360px) {
    .hide-xxxs {
        display: none !important
    }

    .block-xxxs {
        display: block !important
    }

    .inline-xxxs {
        display: inline !important
    }
}

.lazyload {
    background-color: rgba(255, 255, 255, 0.25);
    display: block;
    padding-top: 100%;
    transition: 0.5s all ease-out;
    width: 100%;
    height: 0
}

.lazyload-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s all ease-out;
    width: 100%;
    height: 100%
}

.lazyload.is-active {
    background-color: rgba(255, 255, 255, 0)
}

.lazyload.is-active .lazyload-thumb {
    opacity: 1
}

.footer {
    font-family: "Noto Sans", "Noto Sans JP", "Noto Sans CJK JP", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-size: 2.36842105vmin;
    line-height: 1.5;
    padding-top: 15.78947368vmin;
    padding-bottom: 2.63157895vmin
}

@media (min-width: 781px) {
    .footer {
        font-size: 113%;
        padding-top: 120px;
        padding-bottom: 20px
    }
}

html, body {
    height: 100%
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    background: #fff;
    color: #000;
    font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .01em;
    line-height: 2;
    word-break: normal;
    word-wrap: break-word
}

a, button {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all ease-out
}

img {
    vertical-align: middle;
    -webkit-touch-callout: none
}

ol, ul, li {
    list-style: none
}

span, i {
    display: inline-block
}

input, textarea, button {
    outline: none
}

input:placeholder-shown, textarea:placeholder-shown, button:placeholder-shown {
    color: rgba(0, 0, 0, 0.33)
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.33)
}

input:-moz-placeholder, textarea:-moz-placeholder, button:-moz-placeholder {
    color: rgba(0, 0, 0, 0.33);
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
    color: rgba(0, 0, 0, 0.33);
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.33)
}

strong {
    font-weight: 700
}

@keyframes cmnFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes cmnFadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes okaeriMvScr {
    0% {
        opacity: 0;
        top: 7.89473684vmin;
        height: 0
    }

    30% {
        opacity: 1;
        height: 18.42105263vmin
    }

    100% {
        opacity: 0;
        top: 26.31578947vmin;
        height: 0
    }
}

@keyframes okaeriMvScrPc {
    0% {
        opacity: 0;
        top: 30px;
        height: 0
    }

    30% {
        opacity: 1;
        height: 70px
    }

    100% {
        opacity: 0;
        top: 100px;
        height: 0
    }
}

.okaeri.is-fixed .okaeri-main-swiper-next, .okaeri.is-fixed .okaeri-main-swiper-prev {
    opacity: 1;
    pointer-events: all
}

.okaeri-cont {
    padding-right: 5.26315789vmin;
    padding-left: 5.26315789vmin
}

.okaeri-header {
    padding-top: 7.89473684vmin
}

.okaeri-header-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 37.10526316vmin
}

.okaeri-header-ttl {
    font-size: 4.73684211vmin;
    font-weight: 300;
    text-align: center
}

.okaeri-main {
    text-align: center
}

.okaeri-main+.okaeri-tag {
    margin-top: 27.63157895vmin
}

.okaeri-main-img {
    align-items: center;
    aspect-ratio: 389 / 538;
    display: flex;
    justify-content: center;
    width: 100%
}

.okaeri-main-item {
    border: 1px solid #c1c1c1;
    display: flex;
    font-family: "Noto Sans", "Noto Sans JP", "Noto Sans CJK JP", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    width: 100%
}

.okaeri-main-item-body {
    padding-bottom: 13.15789474vmin;
    width: 100%
}

.okaeri-main-item-link {
    font-size: 2.63157895vmin;
    position: absolute;
    bottom: 5.26315789vmin;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.okaeri-main-item-name {
    font-size: 2.89473684vmin;
    margin-top: 0.5em
}

.okaeri-main-item-price {
    font-size: 2.89473684vmin;
    margin-top: 0.5em
}

.okaeri-main-list {
    margin-top: 15.78947368vmin;
    text-align: center
}

.okaeri-main-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.89473684vmin;
    margin-right: -3.15789474vmin;
    margin-left: -3.15789474vmin
}

.okaeri-main-list li {
    display: flex;
    padding-top: 7.89473684vmin;
    padding-right: 3.15789474vmin;
    padding-left: 3.15789474vmin;
    width: 50%
}

.okaeri-main-swiper {
    margin-top: 15.78947368vmin
}

.okaeri-main-swiper-next, .okaeri-main-swiper-prev {
    background: url(/assets/images/common/icon-arrow.svg) no-repeat center;
    background-size: contain;
    display: block;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 69.0821256vw;
    transform: translateY(-50%);
    width: 10.52631579vmin;
    height: 10.52631579vmin;
    z-index: 2
}

.okaeri-main-swiper-next.swiper-button-disabled, .okaeri-main-swiper-prev.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none !important
}

.okaeri-main-swiper-next {
    right: 0
}

.okaeri-main-swiper-prev {
    left: 0;
    transform: translateY(-50%) scale(-1, 1)
}

.okaeri-main-ttl {
    font-size: 5.26315789vmin;
    font-weight: 300;
    margin-top: 2em
}

.okaeri-main-txt {
    font-size: 3.42105263vmin;
    letter-spacing: 0;
    margin-top: 2em
}

.okaeri-mv {
    color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-width: 780px;
    z-index: 0;
    transition: opacity 0.3s;
}

.okaeri-mv-bg {
    background-color: #c10a25;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-width: 780px;
    z-index: -1;
    transition: opacity 0.3s;
}

.okaeri-mv-box {
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-width: 780px;
    margin: 0 auto;
}

.okaeri-mv-logo {
    animation: cmnFadeIn 1s ease-in-out 0.5s 1 normal forwards, cmnFadeOut 1s ease-in-out 2s 1 normal forwards;
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 50vmin
}

.okaeri-mv-scr {
    animation: cmnFadeIn 1.2s ease-in-out 6.1s 1 normal forwards;
    color: #fff;
    color: #fff;
    display: block;
    letter-spacing: 0.1em;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    height: 26.31578947vmin
}

.okaeri-mv-scr.is-hover {
    color: #fff
}

.okaeri-mv-scr::after {
    animation: okaeriMvScr 1.4s ease-in-out infinite;
    background: #fff;
    content: '';
    opacity: 0;
    position: absolute;
    top: 7.89473684vmin;
    left: 50%;
    width: 1px;
    height: 0vmin
}

.okaeri-mv-ttl {
    animation: cmnFadeIn 1s ease-in-out 0.5s 1 normal forwards, cmnFadeOut 1s ease-in-out 2s 1 normal forwards;
    font-size: 7.36842105vmin;
    font-weight: 300;
    letter-spacing: 0.1em;
    opacity: 0;
    position: absolute;
    bottom: 45%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    writing-mode: vertical-rl
}

.okaeri-mv-txt {
    font-size: 3.94736842vmin;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap
}

.okaeri-mv-txt p+p {
    margin-top: 1em
}

.okaeri-mv-txt * {
    opacity: 0
}

.okaeri-mv-txt *:nth-child(1) {
    animation: cmnFadeIn 1.2s ease-in-out 3.4s 1 normal forwards
}

.okaeri-mv-txt *:nth-child(2) {
    animation: cmnFadeIn 1.2s ease-in-out 4.3s 1 normal forwards
}

.okaeri-mv-txt *:nth-child(3) {
    animation: cmnFadeIn 1.2s ease-in-out 5.2s 1 normal forwards
}

.okaeri-mv-txt *:nth-child(4) {
    animation: cmnFadeIn 1.2s ease-in-out 6.1s 1 normal forwards
}

.okaeri-mv-txt *:nth-child(5) {
    animation: cmnFadeIn 1.2s ease-in-out 7s 1 normal forwards
}

.okaeri-tag {
    font-family: "Noto Sans", "Noto Sans JP", "Noto Sans CJK JP", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    font-weight: 400;
    margin-top: 5.26315789vmin
}

.okaeri-tag.is-btm {
    margin-top: 15.78947368vmin
}

.okaeri-tag ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.31578947vmin;
    margin-left: -1.31578947vmin
}

.okaeri-tag li {
    padding-top: 1.84210526vmin;
    padding-right: 1.31578947vmin;
    padding-left: 1.31578947vmin;
    width: 16.66666667%
}

.okaeri-tag a {
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 4.60526316vmin;
    display: flex;
    font-size: 2.63157895vmin;
    justify-content: center;
    width: 100%;
    height: 9.21052632vmin
}

.okaeri-tag a.is-active {
    background-color: #c1c1c1
}

.okaeri-tag .okaeri-cont {
    width: 250vw
}

.okaeri-tag-body {
    padding-bottom: 7.89473684vmin
}

.okaeri-tag-body.is-top {
    margin-top: 1.31578947vmin;
    padding-top: 7.89473684vmin;
    padding-bottom: 0
}

.okaeri-tag-body.is-top .simplebar-track {
    top: 0;
    bottom: auto
}

.okaeri-tag-ttl {
    font-size: 3.68421053vmin;
    text-align: center
}

.okaeri-wrap {
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    max-width: 780px
}

@media (min-width: 781px) {
    .okaeri-cont {
        padding-right: 40px;
        padding-left: 40px
    }

    .okaeri-header {
        padding-top: 60px
    }

    .okaeri-header-logo {
        max-width: 282px
    }

    .okaeri-header-ttl {
        font-size: 225%
    }

    .okaeri-main+.okaeri-tag {
        margin-top: 210px
    }

    .okaeri-main-item-body {
        padding-bottom: 100px
    }

    .okaeri-main-item-link {
        font-size: 125%;
        bottom: 40px
    }

    .okaeri-main-item-name {
        font-size: 138%
    }

    .okaeri-main-item-price {
        font-size: 138%
    }

    .okaeri-main-list {
        margin-top: 120px
    }

    .okaeri-main-list ul {
        margin-top: -60px;
        margin-right: -24px;
        margin-left: -24px
    }

    .okaeri-main-list li {
        padding-top: 60px;
        padding-right: 24px;
        padding-left: 24px
    }

    .okaeri-main-swiper {
        margin-top: 120px
    }

    .okaeri-main-swiper-next, .okaeri-main-swiper-prev {
        top: 538.84057971px;
        width: 80px;
        height: 80px
    }

    .okaeri-main-ttl {
        font-size: 250%
    }

    .okaeri-main-txt {
        font-size: 163%
    }

    .okaeri-mv-logo {
        width: 380px
    }

    .okaeri-mv-scr {
        height: 100px
    }

    .okaeri-mv-scr:before {
        width: 30px
    }

    .okaeri-mv-scr::after {
        animation: okaeriMvScrPc 1.4s ease-in-out infinite;
        top: 30px
    }

    .okaeri-mv-ttl {
        font-size: 350%
    }

    .okaeri-mv-txt {
        font-size: 188%
    }

    .okaeri-tag {
        margin-top: 40px
    }

    .okaeri-tag.is-btm {
        margin-top: 120px
    }

    .okaeri-tag ul {
        margin-right: -10px;
        margin-left: -10px
    }

    .okaeri-tag li {
        padding-top: 14px;
        padding-right: 10px;
        padding-left: 10px
    }

    .okaeri-tag a {
        border-radius: 35px;
        font-size: 125%;
        height: 70px
    }

    .okaeri-tag .okaeri-cont {
        width: 250%
    }

    .okaeri-tag-body {
        padding-bottom: 30px
    }

    .okaeri-tag-body.is-top {
        margin-top: 5px;
        padding-top: 30px;
        padding-bottom: 0
    }

    .okaeri-tag-ttl {
        font-size: 150%
    }
}

.simplebar-scrollbar::before {
    background-color: #c1c1c1;
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.simplebar-horizontal {
    background-color: #f8f8f8;
    height: 1.84210526vmin
}

@media (min-width: 781px) {
    .simplebar-horizontal {
        height: 7px
    }
}

.okaeri-mv {
    color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-width: 780px;
    z-index: 0;
    transition: opacity 0.3s
}

.okaeri-mv-bg {
    background-color: #c10a25;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-width: 780px;
    z-index: -1;
    transition: opacity 0.3s
}

.okaeri-mv-box {
    width: 100%;
    height: 100vh;
    height: 100svh;
    max-width: 780px;
    margin: 0 auto
}

.okaeri-wrap {
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    max-width: 780px
}