@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i,800,800i|Lora:400,700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+HK:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100..900&family=Noto+Serif+HK:wght@200..900&display=swap" rel="stylesheet');

:focus {
    outline: none
}

.arrow,
.arrow-origami,
.dot,
.dot-origami {
    cursor: pointer
}

html {
    height: -webkit-fill-available
}

body,
html {
    overflow-x: hidden
}

@media (min-width:769px) {

    body,
    html {
        overflow-x: inherit
    }
}

body.active,
html.active {
    overflow: hidden
}

body.is-eng {
    font-family: helvetica
}

body {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    transition: all .3s ease-out;
    min-height: 100vh;
    min-height: -webkit-fill-available
}

body .img-max {
    width: 100%
}

body img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

body h2,
body h3 {
    margin-bottom: 0
}

body ul {
    margin: 0;
    padding: 0
}

body h4 {
    font-weight: 300;
    line-height: 1.4
}
.pro-tab-content .tab-content .list-info .content {overflow-wrap: anywhere;}
.scroll_on {
    -webkit-animation: scroll_on0 .875s ease-in-out forwards;
    animation: scroll_on0 .875s ease-in-out forwards
}

@-webkit-keyframes scroll_on0 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes scroll_on0 {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.scroll_off {
    -webkit-animation: scroll_off0 .875s ease-in-out forwards;
    animation: scroll_off0 .875s ease-in-out forwards
}

@-webkit-keyframes scroll_off0 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes scroll_off0 {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.scroll_on .logo {
    -webkit-animation: scroll_on1 .875s ease-in-out forwards;
    animation: scroll_on1 .875s ease-in-out forwards
}

@-webkit-keyframes scroll_on1 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes scroll_on1 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.scroll_off .logo {
    -webkit-animation: scroll_off1 .875s ease-in-out forwards;
    animation: scroll_off1 .875s ease-in-out forwards
}

@-webkit-keyframes scroll_off1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@keyframes scroll_off1 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
}

@-webkit-keyframes ship {
    0% {
        -webkit-transform: rotate(1deg) translate(0);
        transform: rotate(1deg) translate(0)
    }

    25% {
        -webkit-transform: rotate(-1deg) translateY(-25px);
        transform: rotate(-1deg) translateY(-25px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(0);
        transform: rotate(1deg) translate(0)
    }

    75% {
        -webkit-transform: rotate(-1deg) translateY(-20px);
        transform: rotate(-1deg) translateY(-20px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(0);
        transform: rotate(1deg) translate(0)
    }
}

@keyframes ship {
    0% {
        -webkit-transform: rotate(1deg) translate(0);
        transform: rotate(1deg) translate(0)
    }

    25% {
        -webkit-transform: rotate(-1deg) translateY(-25px);
        transform: rotate(-1deg) translateY(-25px)
    }

    50% {
        -webkit-transform: rotate(1deg) translate(0);
        transform: rotate(1deg) translate(0)
    }

    75% {
        -webkit-transform: rotate(-1deg) translateY(-20px);
        transform: rotate(-1deg) translateY(-20px)
    }

    to {
        -webkit-transform: rotate(1deg) translate(0);
        transform: rotate(1deg) translate(0)
    }
}

.btn-download {
    width: 176px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px
}

.btn-download a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #ce9d3a;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-download a span {
    margin-left: 6px;
    padding: 12px 0;
    display: block;
    font-weight: 300
}

.jfood .title {
    text-align: center;
    margin-bottom: 5px
}

.tw-page .jfood .title {
    background: #fff
}

.jfood .title-img {
    margin: 0 5px;
    width: 45px;
    height: 45px
}

@media (min-width:769px) {
    .sp-only {
        display: none !important
    }
}

@media (max-width:768px) {
    .pc-only {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .only-pc {
        display: none
    }
}

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

.meirio {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, "sans-serif"
}

.slideInUp {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

.is-active .slideInUp {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important
}

.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7,
.delay8,
.delay9 {
    transition-delay: .2s
}

.ab1wFe.SfQLQb-dIxMhd-bN97Pc-b3rLgd .dIxMhd-bN97Pc-b3rLgd,
iframe .dIxMhd-bN97Pc-b3rLgd {
    display: none !important
}

.header {
    background: #fff;
    position: relative
}

@media (min-width:769px) {
    .header {
        padding-top: 4.5388%
    }
}

.header__logo-wrap {
    padding-left: 20px;
    position: relative;
    margin: 0 auto;
    width: 100%
}

.jfood-top .header__logo-wrap {
    padding-left: 10px
}

@media (min-width:769px) {
    .tw-page .header__logo-wrap {
        padding-left: 25px
    }
}

@media (min-width:769px) {
    .header__logo-wrap {
        padding-left: 25px;
        position: absolute;
        top: 0;
        left: 0
    }
}

.header__logo-wrap__logo {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 999;
    transform: translateX(-50%);
    width: 20.53333%
}

@media (min-width:769px) {
    .header__logo-wrap__logo {
        width: 7.5vw
    }
}

.header__logo-wrap__logo-img {
    display: block;
    width: 100%
}

.header__wrap {
    padding: 3.33333% 3.06667% 4%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (min-width:769px) {
    .header__wrap {
        padding: 1.46413%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        width: 100%
    }
}

.header__menu {
    background-color: #94080c;
    height: 100vh;
    padding-top: 28%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    transform: translateX(100%);
    transition: .4s ease;
    width: 100%
}

@media (min-width:769px) {
    .header__menu {
        height: 100vh;
        padding-top: 2vw;
        padding-bottom: 10.13333%;
        transform: translateX(200%);
        width: 50%
    }
}

.header__nav {
/*    height: calc(100vh - 25%);
    overflow-y: scroll*/
        height: auto;
    overflow-y: hidden;
}

.header__item {
    list-style: none
}

.header__link {
    color: #fff;
    display: block;
    font-size: clamp(35px, 9.33333vw, 70px);
    letter-spacing: .04em;
    line-height: 1.8571;
    padding: 0 12%;
    position: relative;
    text-decoration: none;
    font-family: "Noto Serif HK";
}

@media (min-width:769px) {
    .header__link {
        font-size: 1.8vw;
        letter-spacing: 0;
        line-height: 2;
        padding: 0 16.98389%;
    }
    .header__link svg {
    width: 1vw;
    height: 1.2vw;
}
}

.header__link:hover {
    color: #fff;
    background: #830407;
    text-decoration: none;
}

.header__link:before {
    background: url(../images/icon_arrow_right_sp.html) 50%/contain no-repeat;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
}

.header .header__hamburger {
    margin-left: auto;
    width: 9.09091%
}

@media (max-width:768px) {
    .header .header__hamburger {
        padding-top: 5.968%
    }
}

@media (min-width:769px) {
    .header .header__hamburger {
        cursor: pointer;
        padding-top: 2.338%;
        width: 3.46908%
    }
}

.header .hamburger {
    position: relative;
    z-index: 9999
}

.header .hamburger span {
    background-color: #d2c188;
    display: block;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .4s ease;
    width: 100%
}

.header .hamburger span:first-child {
    top: 1px;
    transform-origin: top left
}

.header .hamburger span:nth-child(2) {
    top: 50%
}

.header .hamburger span:nth-child(3) {
    bottom: 0;
    transform-origin: bottom left
}

.header .header__menu.active {
    transform: translateX(0)
}

@media (min-width:769px) {
    .header .header__menu.active {
        transform: translateX(100%)
    }
}

.header .hamburger.active span {
    width: 115.63%
}

@media screen and (max-width:480px) {
    .header .hamburger.active span {
        width: 109.4%
    }
}

.header .hamburger.active span:first-child {
    transform: translate(-50%, -50%) rotate(32deg);
    transform-origin: top left
}

.header .hamburger.active span:nth-child(2) {
    opacity: 0
}

.header .hamburger.active span:nth-child(3) {
    transform: translate(-50%, -50%) rotate(-32deg);
    transform-origin: bottom left
}

.header .share {
    background: rgba(0, 0, 0, 0);
    border-top: 2px solid #a9393d;
    border-radius: 0;
    margin: 9.33333% auto 13.06667%;
    padding: 6.13333% 0;
    width: 76%
}

@media (min-width:769px) {
    .header .share {
        border-top: 2px solid #a9393d;
        margin: 4.09956% auto 0;
        padding: 4.23729% 0 0;
        width: 69.10688%
    }
}

.header .share_logo {
    width: auto
}

@media (min-width:769px) {
    .header .share_logo {
        width: 8.26271%
    }
}

.header .share__logo {
    width: 18.07018%
}

@media (min-width:769px) {
    .header .share__logo {
        min-width: 39px;
        width: 8.26271%
    }
}

.header .share__icon {
    cursor: pointer;
    margin-left: 4.03509%;
    width: 14.03509%
}

@media (min-width:769px) {
    .header .share__icon {
        margin-left: 2.9661%;
        min-width: 30px;
        width: 6.5678%
    }
}

.header .share__icon:first-of-type {
    margin-left: 0%
}

@media (min-width:769px) {
    .header .share__icon:first-of-type {
        margin-left: 0%
    }
}

#footer {
    /* padding: 0 40px; */
    /* background: rgba(225, 204, 164, .2); */
    font-family: Lora, serif;
    font-size: 14px;
    color: #756850
}

.hr_line_footer {
    width: 100%;
    height: 2px;
    background: #DCC89B;
    margin-bottom: 9px;
}

.container_footer {
    padding: 0 40px 12px 40px;
}

a.image_footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

a.image_footer img {
    max-width: 10rem;
}

#footer .container h3 {
    font-size: 22px;
    color: #30291b;
    padding-bottom: 60px
}

#footer .container strong {
    color: #4b4333
}

.modal-open-static {
    min-height: 100vh;
    overflow-y: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0
}

.modal,
.modal__bg {
    height: 100vh;
    width: 100%
}

.modal__bg {
    background: rgba(0, 0, 0, .8);
    position: absolute
}

.movie-modal .modal__content {
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.top5-modal>.modal__content {
    display: flex;
    flex-direction: row;
    font-family: PingFangTC, Microsoft JhengHei, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Sans TC;
    background: #fff;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 40px 40px 90px
}

.top5-modal>.modal__content .top5-content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.top5-modal>.modal__content .top5-content>.ttl h2 {
    font-size: 2rem;
    color: #c7b364
}

.top5-modal>.modal__content .top5-content>.ttl>.item {
    display: flex;
    flex-direction: column
}

.top5-modal>.modal__content .top5-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

@media (min-width:751px) {
    .js-modal-a.top5-modal>.modal__content .return {
        bottom: -30px
    }
}

.item .icon {
    margin: 23px 0 0 auto;
    width: 100px;
    border-top: 7px solid #c7b364;
    padding-top: 1rem
}

.num01:before {
    background-image: url(../images/num/01.svg)
}

.num02:before {
    background-image: url(../images/num/02.svg)
}

.num03:before {
    background-image: url(../images/num/03.svg)
}

.num04:before {
    background-image: url(../images/num/04.svg)
}

.num05:before {
    background-image: url(../images/num/05.svg)
}

.num06:before {
    background-image: url(../images/num/06.svg)
}

.num07:before {
    background-image: url(../images/num/07.svg)
}

.num08:before {
    background-image: url(../images/num/08.svg)
}

.num09:before {
    background-image: url(../images/num/09.svg)
}

.num10:before {
    background-image: url(../images/num/10.svg)
}

.num11:before {
    background-image: url(../images/num/11.svg)
}

.num12:before {
    background-image: url(../images/num/12.svg)
}

.num13:before {
    background-image: url(../images/num/13.svg)
}

.num14:before {
    background-image: url(../images/num/14.svg)
}

.num15:before {
    background-image: url(../images/num/15.svg)
}

.num16:before {
    background-image: url(../images/num/16.svg)
}

.num17:before {
    background-image: url(../images/num/17.svg)
}

.num18:before {
    background-image: url(../images/num/18.svg)
}

.num19:before {
    background-image: url(../images/num/19.svg)
}

.num20:before {
    background-image: url(../images/num/20.svg)
}

.num21:before {
    background-image: url(../images/num/21.svg)
}

.num22:before {
    background-image: url(../images/num/22.svg)
}

.num23:before {
    background-image: url(../images/num/23.svg)
}

.num24:before {
    background-image: url(../images/num/24.svg)
}

.num25:before {
    background-image: url(../images/num/25.svg)
}

.num26:before {
    background-image: url(../images/num/26.svg)
}

.num27:before {
    background-image: url(../images/num/27.svg)
}

.num28:before {
    background-image: url(../images/num/28.svg)
}

.num29:before {
    background-image: url(../images/num/29.svg)
}

.num30:before {
    background-image: url(../images/num/30.svg)
}

.num31:before {
    background-image: url(../images/num/31.svg)
}

.num32:before {
    background-image: url(../images/num/32.svg)
}

.num33:before {
    background-image: url(../images/num/33.svg)
}

.num34:before {
    background-image: url(../images/num/34.svg)
}

.num35:before {
    background-image: url(../images/num/35.svg)
}

.num36:before {
    background-image: url(../images/num/36.svg)
}

.num37:before {
    background-image: url(../images/num/37.svg)
}

.num38:before {
    background-image: url(../images/num/38.svg)
}

.num39:before {
    background-image: url(../images/num/39.svg)
}

.num40:before {
    background-image: url(../images/num/40.svg)
}

.num41:before {
    background-image: url(../images/num/41.svg)
}

.num42:before {
    background-image: url(../images/num/42.svg)
}

.num43:before {
    background-image: url(../images/num/43.svg)
}

.num44:before {
    background-image: url(../images/num/44.svg)
}

.num45:before {
    background-image: url(../images/num/45.svg)
}

.num46:before {
    background-image: url(../images/num/46.svg)
}

.num47:before {
    background-image: url(../images/num/47.svg)
}

.num48:before {
    background-image: url(../images/num/48.svg)
}

.num49:before {
    background-image: url(../images/num/49.svg)
}

.num50:before {
    background-image: url(../images/num/50.svg)
}

.num51:before {
    background-image: url(../images/num/51.svg)
}

.num52:before {
    background-image: url(../images/num/52.svg)
}

.num53:before {
    background-image: url(../images/num/53.svg)
}

.num54:before {
    background-image: url(../images/num/54.svg)
}

.num55:before {
    background-image: url(../images/num/55.svg)
}

.num56:before {
    background-image: url(../images/num/56.svg)
}

.num57:before {
    background-image: url(../images/num/57.svg)
}

.num58:before {
    background-image: url(../images/num/58.svg)
}

.num59:before {
    background-image: url(../images/num/59.svg)
}

.num60:before {
    background-image: url(../images/num/60.svg)
}

.num61:before {
    background-image: url(../images/num/61.svg)
}

.num62:before {
    background-image: url(../images/num/62.svg)
}

.num63:before {
    background-image: url(../images/num/63.svg)
}

.num64:before {
    background-image: url(../images/num/64.svg)
}

.num65:before {
    background-image: url(../images/num/65.svg)
}

.num66:before {
    background-image: url(../images/num/66.svg)
}

.num67:before {
    background-image: url(../images/num/67.svg)
}

.num68:before {
    background-image: url(../images/num/68.svg)
}

.num69:before {
    background-image: url(../images/num/69.svg)
}

.num70:before {
    background-image: url(../images/num/70.svg)
}

.num71:before {
    background-image: url(../images/num/71.svg)
}

.num72:before {
    background-image: url(../images/num/72.svg)
}

.num73:before {
    background-image: url(../images/num/73.svg)
}

.num74:before {
    background-image: url(../images/num/74.svg)
}

.num75:before {
    background-image: url(../images/num/75.svg)
}

.num76:before {
    background-image: url(../images/num/76.svg)
}

.num77:before {
    background-image: url(../images/num/77.svg)
}

.num78:before {
    background-image: url(../images/num/78.svg)
}

.num79:before {
    background-image: url(../images/num/79.svg)
}

.num80:before {
    background-image: url(../images/num/80.svg)
}

.num81:before {
    background-image: url(../images/num/81.svg)
}

.num82:before {
    background-image: url(../images/num/82.svg)
}

.num83:before {
    background-image: url(../images/num/83.svg)
}

.num84:before {
    background-image: url(../images/num/84.svg)
}

.num85:before {
    background-image: url(../images/num/85.svg)
}

.num86:before {
    background-image: url(../images/num/86.svg)
}

.num87:before {
    background-image: url(../images/num/87.svg)
}

.num88:before {
    background-image: url(../images/num/88.svg)
}

.top5-img img {
    width: 100%;
    display: block
}

.top5-modal>.modal__content .top5-img .slider {
    margin: 100px auto;
    width: 80%
}

.top5-modal>.modal__content .top5-img .slider img {
    height: auto;
    width: 100%
}

.top5-modal>.modal__content .top5-img .slider .slick-next:before,
.top5-modal>.modal__content .top5-img .slider .slick-prev:before {
    color: #000
}

.show-movie-modal-a,
.show-movie-modal-b,
.show-movie-modal-c,
.show-movie-modal-d,
.show-movie-modal-e,
.show-movie-modal-f,
.showmodarl-a,
.showmodarl-b,
.showmodarl-c,
.showmodarl-d,
.showmodarl-e,
.showmodarl-f {
    cursor: pointer;
    cursor: hand
}

.js-modal-open:hover,
.show-movie-modal-a img:hover,
.show-movie-modal-b img:hover,
.show-movie-modal-c img:hover,
.show-movie-modal-d img:hover,
.show-movie-modal-e img:hover,
.show-movie-modal-f img:hover,
.showmodarl-a img:hover,
.showmodarl-b img:hover,
.showmodarl-c img:hover,
.showmodarl-d img:hover,
.showmodarl-e img:hover,
.showmodarl-f img:hover {
    opacity: .8
}

.js-modal-open {
    margin: auto;
    cursor: pointer;
    cursor: hand
}

.modal .detail.topM {
    width: 100%;
    max-height: 100%;
    padding: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow-y: auto
}

.modal .detail.topM .detailInner {
    position: relative;
    padding-bottom: 30px
}

.modal .detail.topM .detailInner--adjust {
    padding-bottom: 40%
}

.modal .detail.inVideo.topM .txtArea {
    margin-left: 0;
    margin-right: 79%
}

.modal .detail.topM .txtArea .ttl {
    position: relative
}

.modal .detail.inVideo.topM .txtArea .ttl .item {
    float: none;
    text-align: left
}

.modal .detail.topM .txtArea .ttl .item .num {
    width: 100px;
    height: 76.41px;
    position: relative;
    padding-bottom: 26px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    box-sizing: content-box
}

.modal .detail.inVideo.topM .txtArea .ttl .item .icon {
    margin: 23px 0 0
}

.modal .detail.inVideo.topM .txtArea .ttl h1 {
    margin: 40px 0 0;
    padding-top: 0
}

.modal .detail.topM .txtArea .ttl h1 {
    font-weight: 700
}

.modal .detail.inVideo.topM .imgArea {
    width: 76.2%;
    left: auto;
    right: 0
}

.modal .detail.topM .imgArea {
    width: 42%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.modal .detail .txtArea .ttl .item .num:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 76.41px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.modal .detail .txtArea .ttl .item .num06:before {
    background-image: url(../images/06.svg)
}

.modal .detail .txtArea .ttl .item .num:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #c7b364;
    position: absolute;
    bottom: 0;
    left: 0
}

.modal .detail.inVideo.topM .imgArea .img {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.modal .detail.inVideo.topM .imgArea .img img {
    position: absolute;
    top: 0;
    left: 0
}

.modal .detail.topM img {
    width: 100%;
    height: auto
}

.modal .item .icon {
    border-top: none;
    padding-top: 0
}

.modal .detail.inVideo.topM .text {
    margin-top: 30px
}

.modal .cont .detail.topM {
    width: 100%;
    max-height: 100%;
    padding: 40px 40px 40px 118px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow-y: auto
}

.modal .detail.topM .txtArea {
    margin-left: 48%;
    text-align: left;
    opacity: 0
}

.modal .detail.topM .txtArea .ttl .item {
    float: right;
    text-align: right
}

.modal .detail.topM .txtArea .ttl h1 {
    margin: 0 126px 0 0;
    padding-top: 120px;
    font-size: 28px;
    line-height: 1.38;
    color: #c7b364
}

.modal .detail.topM .text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
    color: #999;
    text-align: left
}

.modal .detail.topM .imgArea .slider li {
    list-style-type: none
}

.modal .detail.topM .imgArea .imgGroupTopModal09 {
    padding-left: 0
}

.movie-modal .return {
    bottom: 16px;
    height: 26px;
    margin-left: -18px
}

.modal__bottom {
    width: 100%;
    height: 40px
}

.return {
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    bottom: -33.33333vh;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -52px;
    border: 2px solid #cbb764;
    cursor: pointer;
    background: url(../images/icon-close.svg) no-repeat 50%;
    background-size: 10px 10px;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0s
}

@media screen and (max-width:960px) {
    .topM .return {
        margin-left: -13px
    }

    .modal__bottom {
        width: 100%;
        height: 20px
    }

    .movie-modal .modal__content iframe {
        width: 40vh;
        padding-bottom: 30px
    }

    .modal .detail.topM {
        padding: 40px;
        max-height: 96vh
    }

    .modal .detail.topM .detailInner {
        min-height: 0 !important
    }

    .modal .detail.inVideo.square .txtArea,
    .modal .detail.inVideo.topM .txtArea,
    .modal .detail.topM .txtArea {
        margin: 0
    }

    .modal .detail.topM .txtArea .ttl .item .num {
        padding-bottom: 25px;
        width: 76px;
        height: 58.07px
    }

    .modal .detail.topM .txtArea .ttl .item .num:before {
        width: 76px;
        height: 58.07px
    }

    .modal .detail.topM .txtArea .ttl .item .num:after {
        height: 3px
    }

    .modal .detail.inVideo.topM .txtArea .ttl .item .icon,
    .modal .detail.topM .txtArea .ttl .item .icon {
        margin: 22px 0 0
    }

    .modal .detail.topM .txtArea .ttl .item .icon {
        width: 76px
    }

    .modal .detail.inVideo.square .txtArea .ttl h1,
    .modal .detail.inVideo.topM .txtArea .ttl h1,
    .modal .detail.topM .txtArea .ttl h1 {
        margin: 0 100px 0 0;
        padding-top: 100px;
        font-size: 32px
    }

    .modal .detail.topM .txtArea .ttl .small {
        font-size: 28px
    }

    .modal .detail.topM .imgArea {
        width: 100%;
        position: relative;
        margin: 50px 0 32px
    }

    .modal .detail.inVideo.topM .text,
    .modal .detail.topM .text {
        margin-top: 40px
    }

    .modal .detail.inVideo.square .imgArea,
    .modal .detail.inVideo.topM .imgArea {
        width: 100%;
        left: 0;
        right: auto;
        overflow: hidden
    }
}

@media screen and (max-width:750px) {
    .header__menu{
            padding-top: 5%;
    }
    .header__link {
 
    font-size: 6vw;
}
    .topM .return {
        bottom: 30px;
        width: 32px;
        height: 32px;
        margin-left: -16px;
        background-size: 13px 13px
    }

    .top5-modal>.modal__content {
        padding: 0
    }

    .modal .detail.topM {
        padding: 60px
    }

    .modal .detail.topM .detailInner {
        padding-bottom: 60px
    }

    .modal .detail.topM .txtArea .ttl .item {
        float: none;
        position: absolute;
        top: 0;
        right: 0
    }

    .modal .detail.inVideo.topM .imgArea {
        width: 100%;
        position: relative;
        margin: 50px 0 16px
    }

    .modal .detail.inVideo.topM .txtArea .ttl .item {
        float: none;
        position: absolute;
        top: 0;
        right: 0
    }

    .modal .detail.topM .txtArea .ttl .item .num {
        width: 52px;
        height: 39.73px;
        padding-bottom: 17px
    }

    .modal .detail.topM .txtArea .ttl .item .num:before {
        width: 52px;
        height: 39.73px
    }

    .modal .detail.topM .txtArea .ttl .item .num:after {
        height: 2px
    }

    .modal .detail.inVideo.topM .txtArea .ttl .item .icon,
    .modal .detail.topM .txtArea .ttl .item .icon {
        width: 52px;
        margin-top: 15px
    }

    .modal .detail.inVideo.square.topM .txtArea .ttl h1,
    .modal .detail.inVideo.topM .txtArea .ttl h1,
    .modal .detail.topM .txtArea .ttl h1 {
        margin: 0 67px 0 0;
        padding-top: 80px;
        font-size: 21px
    }

    .modal .detail.inVideo.topM .text,
    .modal .detail.topM .text {
        margin-top: 30px
    }
}

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

    .modal .detail.inVideo.square .txtArea .ttl h1,
    .modal .detail.inVideo.topM .txtArea .ttl h1,
    .modal .detail.topM .txtArea .ttl h1 {
        margin: 0 57px 0 0
    }

    .quiz_wrapper .in .sentence {
        font-size: .8rem;
        line-height: 1rem
    }
}

.modal .detail.inVideo.topM .imgArea .img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.is-modal-open {
    overflow: hidden
}

body.is-modal-open .view-modal {
    opacity: 1;
    transition: .3s
}

.view-modal {
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 40px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s;
    z-index: 10
}

@media (max-width:768px) {
    .view-modal {
        padding: 15px
    }
}

.view-modal__bg {
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.view-modal__wrap {
    background: #fff;
    padding: 40px 40px 60px 40px;
    overflow: scroll;
    position: relative;
    width: 100%;
    max-height: 100%
}

@media screen and (min-width:374px) {
    .view-modal__wrap {
        top: 50%;
        transform: translateY(-50%)
    }
}

@media screen and (max-width:960px) and (min-width:769px) {
    .view-modal__wrap {
        height: 100%;
        padding: 40px 40px 80px
    }
}

@media (max-width:768px) {
    .view-modal__wrap {
        height: 100%;
        padding: 20px 20px 120px
    }
}

@media (max-width:374px) and (min-width:320px) {
    .view-modal__wrap {
        padding-bottom: 200px
    }
}

.view-modal__main {
    display: flex;
    position: relative
}

@media screen and (min-width:961px) {
    .is-video .view-modal__main {
        flex-direction: row-reverse
    }

    .is-recipe .view-modal__main {
        justify-content: space-between
    }
}

@media screen and (max-width:960px) {
    .view-modal__main {
        flex-direction: column-reverse
    }
}

.view-modal__left {
    width: 42%
}

.view-modal__left .view-modal__partner,
.view-modal__left .view-modal__text-box {
    display: none
}

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

    .view-modal__left .view-modal__partner,
    .view-modal__left .view-modal__text-box {
        display: block
    }
}

@media (min-width:769px) {
    .is-video .view-modal__left {
        margin-left: 40px;
        width: 80%
    }
}

.is-recipe .view-modal__left {
    margin-left: 0;
    width: 42%
}

@media screen and (max-width:960px) {
    .is-recipe .view-modal__left {
        width: 100%
    }
}

.is-recipe .view-modal__left .view-modal__text-box--recipe {
    display: block
}

@media screen and (min-width:961px) {
    .is-recipe .view-modal__left .view-modal__text-box--recipe {
        display: none
    }
}

@media screen and (max-width:960px) {
    .view-modal__left {
        margin-top: 50px;
        width: 100%
    }

    .view-modal__left .view-modal__text-box {
        display: block
    }
}

.view-modal__right {
    margin-left: 40px;
    width: 65%
}

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

.is-video .view-modal__right {
    margin-left: 0;
    width: 20%
}

@media screen and (max-width:960px) {
    .is-video .view-modal__right {
        margin-left: 0;
        width: 100%
    }
}

.is-recipe .view-modal__right {
    margin-left: 40px;
    width: 49%
}

@media screen and (max-width:960px) {
    .is-recipe .view-modal__right {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (max-width:960px) {
    .view-modal__right .view-modal__text-box--recipe {
        display: none
    }
}

@media screen and (max-width:960px) {
    .view-modal__right {
        margin-left: 0;
        width: 100%
    }
}

@media (min-width:769px) {
    .view-modal__img-item.on_video_img {
        transition: .2s ease-in-out;
        backface-visibility: hidden;
        cursor: pointer
    }

    .view-modal__img-item.on_video_img:hover {
        color: inherit;
        opacity: .7;
        text-decoration: none
    }

    .view-modal__img-item.on_video_img:after,
    .view-modal__img-item.on_video_img:before {
        backface-visibility: hidden
    }
}

.view-modal__img {
    width: 100%
}

.view-modal__ttl-area {
    display: flex;
    justify-content: space-between
}

.is-video .view-modal__ttl-area {
    flex-direction: column-reverse
}

@media screen and (max-width:960px) {
    .is-video .view-modal__ttl-area {
        flex-direction: row;
        justify-content: space-between
    }
}

.is-recipe .view-modal__ttl-area {
    justify-content: space-between
}

.view-modal__ttl-item {
    margin-left: 25px;
    width: 100px
}

@media screen and (max-width:960px) and (min-width:769px) {
    .view-modal__ttl-item {
        width: 76px
    }
}

@media (max-width:768px) {
    .view-modal__ttl-item {
        width: 52px
    }
}

.view-modal__ttl {
    color: #c7b364;
    font-family: Noto Sans Japanes;
    text-align: left;
    margin-top: 120px;
    font-size: 28px;
    line-height: 1.38;
    width: calc(100% - 100px)
}

.is-recipe .view-modal__ttl,
.is-video .view-modal__ttl {
    margin-top: 40px;
    width: 100%
}

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

    .is-recipe .view-modal__ttl,
    .is-video .view-modal__ttl {
        margin-top: 100px
    }
}

@media (max-width:768px) {

    .is-recipe .view-modal__ttl,
    .is-video .view-modal__ttl {
        margin-top: 80px
    }
}

@media screen and (max-width:960px) and (min-width:769px) {
    .view-modal__ttl {
        font-size: 32px;
        margin-top: 100px
    }
}

@media (max-width:768px) {
    .view-modal__ttl {
        font-size: 19px;
        margin-top: 82px
    }
}

.view-modal__num {
    display: none;
    padding-bottom: 26px;
    position: relative
}

.view-modal__num:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #c7b364;
    position: absolute;
    bottom: 0;
    left: 0
}

.view-modal__icon-img {
    width: 100%
}

.is-video .view-modal__text-box {
    display: none
}

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

.view-modal__text-box--video {
    display: none
}

@media screen and (max-width:960px) {
    .view-modal__text-box--video {
        display: block
    }
}

.is-video .view-modal__text-box--video {
    display: block
}

.is-recipe .view-modal__text-box--video,
.is-video .view-modal__text-box--recipe {
    display: none
}

.view-modal__text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    color: #999;
    text-align: left
}

.view-modal__partner {
    margin-top: 15px
}

.view-modal__partner-more-link,
.view-modal__partner-txt-link {
    max-width: 300px;
    height: 32.25px;
    white-space: nowrap;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #c3ab5d;
    padding: 5px 30px;
    color: #c3ab5d
}

.view-modal__partner-more-link:hover,
.view-modal__partner-txt-link:hover {
    text-decoration: none;
    color: #c3ab5d;
    opacity: .6
}

@media (min-width:769px) {

    .view-modal__partner-more-link,
    .view-modal__partner-txt-link {
        max-width: 300px
    }
}

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

    .view-modal__partner-more-link,
    .view-modal__partner-txt-link {
        display: block;
        text-align: center;
        max-width: 100%
    }
}

body.is-modal-more .view-modal__partner-more-link {
    display: none
}

.view-modal__partner-btn {
    display: block;
    max-width: 300px;
    height: 32.25px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    background: url(../img/common/btn_partner.svg) no-repeat 50%;
    background-size: 100% 100%;
    transition: opacity .3s
}

@media (min-width:769px) {
    .view-modal__partner-btn {
        max-width: 300px
    }
}

@media screen and (max-width:960px) {
    .view-modal__partner-btn {
        max-width: 100%
    }
}

.view-modal__text-recipe {
    font-size: 16px;
    line-height: 2;
    color: #999;
    text-align: left
}

.view-modal__text-recipe strong {
    font-size: 20px
}

.view-modal__text-recipe .clmBox {
    display: block;
    margin-top: .5em;
    margin-bottom: 1.5em;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: .5em 0
}

.view-modal__text-recipe .clmBox .clm {
    display: inline-block;
    vertical-align: top;
    padding-right: 3em
}

.view-modal__text-recipe .clmBox .clm span {
    display: list-item;
    margin-left: 1em
}

.view-modal__text-recipe .clmBox strong {
    font-size: 18px;
    display: block
}

.view-modal__sns {
    position: absolute;
    top: 0;
    left: -75px;
    width: 118px;
    padding-top: 40px;
    width: auto
}

@media screen and (max-width:960px) and (min-width:769px) {
    .view-modal__sns {
        padding-top: 0;
        padding-left: 0;
        left: 0
    }
}

@media (max-width:768px) {
    .view-modal__sns {
        padding-top: 0;
        padding-left: 0;
        top: unset;
        bottom: -55px;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width:960px) {
    .view-modal__list {
        display: flex
    }
}

.view-modal__item {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    height: 36px
}

@media screen and (max-width:960px) and (min-width:769px) {
    .view-modal__item {
        margin-top: 0
    }

    .view-modal__item+.view-modal__item {
        margin-left: 20px
    }
}

@media (max-width:768px) {
    .view-modal__item:nth-child(n+3) {
        margin-left: 20px
    }
}

.view-modal__item a,
.view-modal__item span {
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    transition: opacity .3s;
    cursor: pointer
}

@media (max-width:768px) {

    .view-modal__item a,
    .view-modal__item span {
        width: 27px;
        height: 27px
    }
}

.view-modal__item--share span {
    width: 38px;
    height: 41px;
    background: url(../img/common/icon-share2.png) 50%/cover no-repeat
}

@media (max-width:768px) {
    .view-modal__item--share span {
        display: none
    }
}

.view-modal__item--facebook span {
    background-image: url(../img/common/icon-facebook.png)
}

.view-modal__item--twitter a {
    background-image: url(../img/common/icon-twitter.png)
}

.view-modal__item--pinterest a {
    background-image: url(../img/common/icon-pinterest.png)
}

.view-modal__item--mail {
    display: none
}

.view-modal__item--mail a {
    background-image: url(../img/common/icon-mail.png)
}

.view-modal__return {
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border: 2px solid #cbb764;
    cursor: pointer;
    background: url(../img/common/icon-close.svg) no-repeat 50%;
    background-size: 10px 10px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: opacity 0s
}


.slick-arrow {
    position: absolute;
    top: 50%;
/*    margin: -20px 0px 0px 0px;*/
    z-index: 10;
    font-size: 0;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 100%;
    padding: 1vw;
    border: navajowhite;
    background-size: 62% !important;
    background-position: center !important;
    cursor: pointer;
}

.slick-arrow.slick-prev {
/*    left: 10px;*/
    background: #fff url("https://img.icons8.com/ios/50/000000/long-arrow-left.png") 0 0 / 100% no-repeat;

}

.slick-arrow.slick-next {
/*    right: 10px;*/
    background: #fff url("https://img.icons8.com/ios/50/000000/long-arrow-right.png") 0 0 / 100% no-repeat;
}

.slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-arrow:focus {
    outline: none;
}

@media (max-width:768px) {
    .view-modal__return {
        bottom: -100px;
        width: 36px;
        height: 36px
    }
}

.view-modal .slick-dots {
    text-align: center;
    height: 10px;
    margin-top: 10px;
    line-height: 1
}

.view-modal .slick-dots li {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.view-modal .slick-dots li button {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    background: #ccc
}

.view-modal .slick-dots li.slick-active button {
    background: #c7b364
}

.is-video-slide .slick-dots {
    text-align: center;
    position: relative;
    list-style: none;
    height: 45px;
    margin: auto
}

.is-video-slide ul.slick-dots li.slick-active {
    display: none
}

.is-video-slide ul.slick-dots li {
    background: #ce9d3b;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: auto;
    line-height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: all .3s;
    width: 180px
}

.is-video-slide ul.slick-dots li:before {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    letter-spacing: 8px;
    margin: auto;
    top: 0;
    right: 0;
    z-index: 1
}
   a.link_external {
            color: #484848;
        }
@media (max-width:768px) {
    .is-video-slide ul.slick-dots li:before {
        font-size: 12px
    }
}

.is-video-slide ul.slick-dots li:first-child:before {
    content: "返回"
}

.is-video-slide ul.slick-dots li:nth-child(2):before {
    content: "查看答案"
}

.is-video-slide ul.slick-dots button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    opacity: 0
}

.detailInner .slick-dots {
    text-align: center;
    height: 10px;
    margin-top: 10px;
    line-height: 1
}

.detailInner .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden
}

.detailInner .slick-dots li button {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    background: #ccc
}

.detailInner .slick-dots li.slick-active button {
    background: #c7b364
}

.detailInner .slick-dots li button:before {
    content: ""
}

.swiper-container-parent {
    width: auto;
    padding: 0 50px;
    position: relative
}

.swiper-container {
    width: auto;
    margin-bottom: 40px
}

.swiper-slide img {
    width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    top: 42%
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #960001
}

.eighty-eight-fv {
    background: #ede3d3;
    max-width: 1140px;
    margin: 20px auto 0;
    padding: 20px 60px 35px
}

.tw-88 .eighty-eight-fv {
    background: #f7f0e6;
    margin: 0 auto;
    max-width: 1180px;
    padding: 20px 20px 0
}

@media (max-width:768px) {
    .eighty-eight-fv {
        padding: 15px 20px 30px
    }
}

.eighty-eight-fv__bg {
    background: #fff;
    padding: 20px 60px 35px
}

@media (max-width:768px) {
    .eighty-eight-fv__bg {
        padding: 10px 5px
    }
}

.eighty-eight-fv__wrap {
    background: #fff;
    text-align: center;
    padding: 20px 70px 15px 85px
}

.tw-88 .eighty-eight-fv__wrap {
    background: #fcf8f5;
    padding: 0
}

@media (min-width:769px) {
    .tw-88 .eighty-eight-fv__img {
        max-width: 610px
    }
}

.is-adjust {
    display: none
}

@media (max-width:470px) {
    .is-adjust {
        display: block
    }
}

.sort-nav {
    max-width: 1180px;
    margin: auto
}

.sort-nav__ttl {
    font-size: 17px;
    text-align: center;
    line-height: 1.4
}

@media (min-width:769px) {
    .sort-nav__ttl {
        margin-top: 20px
    }
}

.sort-nav__wrap {
    margin-top: 20px;
    padding: 0 20px 30px
}

.sort-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sort-nav__item {
    color: #fff;
    flex-basis: calc(33.33333% - 6.66667px);
    list-style: none
}

.sort-nav__item:not(:nth-child(3n+1)) {
    margin-left: 10px
}

.sort-nav__item:nth-child(n+4) {
    margin-top: 15px
}

.sort-nav__btn {
    transition: .2s ease-in-out;
    backface-visibility: hidden;
    border: none;
    background: #730302;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 50px
}

.sort-nav__btn:hover {
    color: inherit;
    opacity: .7;
    text-decoration: none
}

.sort-nav__btn:after,
.sort-nav__btn:before {
    backface-visibility: hidden
}

.sort-nav__all {
    color: #fff;
    margin-top: 15px
}

.jfood .sort-page {
    display: none;
    max-width: 1180px;
    margin: auto
}

.jfood .sort-page.is-open {
    display: block
}

.jfood .sort-page__wrap {
    padding: 30px 20px 0
}

.jfood .sort-page__img {
    width: 100%
}

.jfood .sort-page__ttl {
    font-size: 16px;
    margin-top: 7px;
    text-align: left
}

.jfood .sort-page__list {
    display: flex;
    flex-wrap: wrap
}

.jfood .sort-page__item {
    align-self: center;
    background: #730302;
    color: #fff;
    display: none;
    font-size: 18px;
    flex-basis: calc(33.33333% - 6.66667px);
    list-style: none;
    text-align: center;
    height: 50px
}

.jfood .sort-page__item.is-activ {
    display: block
}

.jfood .sort-page__item--white {
    border: none;
    background: none;
    color: #000;
    display: block;
    font-size: 12px;
    margin: 5px 5px 5px 20px
}

.jfood .sort-page__item--target-text {
    height: 50px;
    padding: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.jfood .sort-page__text {
    margin: 0;
    font-size: 18px;
    height: 50px;
    padding: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.jfood .sort-page .swiper-sort {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
    height: auto;
    width: 100%
}

.jfood .sort-page .swiper-slide {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.jfood .sort-page .swiper-slide picture {
    width: 100%
}

.jfood .sort-page .swiper-pagination-bullet {
    background: none;
    color: #000;
    border-radius: 0;
    font-size: 13px;
    height: 30px;
    opacity: 1;
    text-align: center;
    line-height: 20px;
    width: 30px
}

.jfood .sort-page .swiper-pagination-bullet-active {
    background: #cf0a1d;
    color: #fff;
    position: relative
}

.jfood .sort-page .swiper-pagination-bullet-active:before {
    bottom: 7px;
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 1px;
    transform: translateX(-50%)
}

.content-88-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 15px
}

.content-88-item {
    padding: 10px;
    width: 33.33333%
}

.content-88-item--15 {
    pointer-events: none
}

@media (min-width:769px) {
    .content-88-item {
        transition: .2s ease-in-out;
        backface-visibility: hidden;
        cursor: pointer
    }

    .content-88-item:hover {
        color: inherit;
        opacity: .7;
        text-decoration: none
    }

    .content-88-item:after,
    .content-88-item:before {
        backface-visibility: hidden
    }
}

@media (max-width:768px) {
    .content-88-item {
        width: 50%
    }
}

.content-88-item img {
    width: 100%;
    max-width: 500px
}

.iframe-wrap {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden
}

.square {
    padding-top: 100%
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

body.interview-page {
    background: url(../images/charm/scallops/interview/bg_sec_sp.html) repeat-y top !important;
    background-size: 100% auto !important
}

@media (min-width:769px) {
    body.interview-page {
        background: url(../images/charm/scallops/interview/bg_sec_pc.html) repeat-y top !important;
        background-size: 100% auto !important
    }
}

.bnr-interview {
    background: #fff;
    text-align: center
}

.bnr-interview__link {
    display: inline-block;
    margin: 6.07613% auto
}

@media (min-width:769px) {
    .bnr-interview__link {
        margin: 6.07613% auto;
        width: 87.8477%
    }
}

.interview-ttl {
    background: url(../images/charm/scallops/bg_pagettl_sp.png) no-repeat 50%/cover;
    margin: 0;
    padding-top: 47.33333%;
    position: relative
}

@media (min-width:769px) {
    .interview-ttl {
        background: url(../images/charm/scallops/bg_pagettl_pc.png) no-repeat bottom/cover;
        padding-top: 22.694%
    }
}

.interview-ttl__img {
    position: absolute;
    top: 40.8%;
    left: 50.8%;
    transform: translate(-50%, -50%);
    width: 85.6%
}

@media (min-width:769px) {
    .interview-ttl__img {
        top: 14.83871%;
        transform: translate(-50%);
        width: 90.99561%
    }
}

.interview-fv-sec,
.interview-sec {
    padding: 8% 5.33333%
}

@media (min-width:769px) {

    .interview-fv-sec,
    .interview-sec {
        margin: 0 8.27233%;
        padding: 0 0 8.05271%
    }
}

@media (min-width:769px) {

    .interview-fv-sec:nth-of-type(3) .interview-sec__wrap,
    .interview-sec:nth-of-type(3) .interview-sec__wrap {
        flex-direction: row-reverse
    }
}

@media (max-width:768px) {

    .interview-fv-sec.last,
    .interview-sec.last {
        padding-bottom: 24%
    }
}

@media (min-width:769px) {

    .interview-fv-sec.last,
    .interview-sec.last {
        padding-bottom: 17.56955%
    }
}

.interview-fv-sec__ttl,
.interview-sec__ttl {
    color: #b72b2f;
    font-size: 6.1333vw;
    letter-spacing: 0;
    line-height: 1.3529;
    margin: 0 0 5.70175%;
    padding-top: 4.62687%;
    position: relative;
    text-align: center
}

@media (max-width:768px) {

    .interview-fv-sec__ttl,
    .interview-sec__ttl {
        display: flex;
        justify-content: center
    }
}

@media (min-width:769px) {

    .interview-fv-sec__ttl,
    .interview-sec__ttl {
        font-size: 3.2211vw;
        line-height: 1.2222
    }
}

.interview-fv-sec__ttl:before,
.interview-sec__ttl:before {
    background: url(../images/charm/scallops/interview/bg_title.html) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 100%;
    max-height: 86px;
    position: absolute;
    top: -18%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    width: 22.93333%
}

@media (min-width:769px) {

    .interview-fv-sec__ttl:before,
    .interview-sec__ttl:before {
        height: 100%;
        max-height: 86px;
        position: absolute;
        top: auto;
        bottom: 5%;
        left: 50%;
        z-index: -1;
        transform: translateX(-50%);
        width: 15.08772%
    }
}

@media (max-width:768px) {

    .interview-fv-sec__wrap,
    .interview-sec__wrap {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:769px) {

    .interview-fv-sec__wrap,
    .interview-sec__wrap {
        margin: 0 0 5.70175%;
        display: flex;
        align-items: flex-start;
        gap: 4.38596%
    }
}

@media (min-width:769px) {

    .interview-fv-sec__left,
    .interview-sec__left {
        width: 45.61404%
    }
}

@media (max-width:768px) {

    .interview-fv-sec__right .interview-sec__subttl,
    .interview-sec__right .interview-sec__subttl {
        margin-top: 1em !important
    }
}

@media (min-width:769px) {

    .interview-fv-sec__right,
    .interview-sec__right {
        flex: 1
    }

    .interview-fv-sec__right .interview-sec__subttl,
    .interview-sec__right .interview-sec__subttl {
        margin-top: 0 !important
    }
}

.interview-fv-sec__subttl,
.interview-sec__subttl {
    color: #b72b2f;
    font-size: 4.8vw;
    margin: 1.5em 0 1em
}

@media (min-width:769px) {

    .interview-fv-sec__subttl,
    .interview-sec__subttl {
        font-size: 1.757vw
    }
}

.interview-fv-sec__lead,
.interview-fv-sec__text,
.interview-sec__lead,
.interview-sec__text {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.6333;
    margin-bottom: 0
}

@media (min-width:769px) {

    .interview-fv-sec__lead,
    .interview-fv-sec__text,
    .interview-sec__lead,
    .interview-sec__text {
        font-size: 1.3177vw;
        line-height: 1.8889
    }
}

.interview-fv-sec__lead a,
.interview-fv-sec__text a,
.interview-sec__lead a,
.interview-sec__text a {
    color: #b72b2f
}

.interview-fv-sec__list,
.interview-sec__list {
    list-style: none;
    margin: 6.14035% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.33333%
}

.interview-fv-sec__item,
.interview-sec__item {
    max-width: 25.87719%
}

.interview-fv-sec .swiper-slide,
.interview-sec .swiper-slide {
    position: relative;
    overflow: hidden
}

.interview-fv-sec .swiper-slide:before,
.interview-sec .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 66.5706%
}

.interview-fv-sec .swiper-slide>img,
.interview-sec .swiper-slide>img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

@media (min-width:769px) {
    .interview-fv-sec {
        margin-top: -4%
    }
}

.interview-fv-sec__img {
    text-align: center
}

@media (min-width:769px) {
    .interview-fv-sec__img {
        margin: 0 auto;
        max-width: 41.84211%
    }
}

@media (max-width:768px) {
    .interview-fv-sec__wrap {
        flex-direction: column-reverse
    }
}

@media (min-width:769px) {
    .interview-fv-sec__wrap {
        margin: 3.85965% 0 2.98246%
    }
}

@media (max-width:768px) {
    .interview-fv-sec__left {
        margin-top: 5.33333%
    }
}

.interview-fv-sec__figure {
    margin-bottom: 0
}

.interview-fv-sec__caption {
    font-size: 2.9851vw;
    margin-top: .5em;
    text-align: center
}

@media (min-width:769px) {
    .interview-fv-sec__caption {
        font-size: 1.0526vw
    }
}

@media (max-width:768px) {
    .interview-fv-sec__text {
        margin: 5.33333% 0 0
    }
}

body.charm-page {
    background: url(../images/charm/bg_sec_sp.png) repeat-y top;
    background-size: 100% auto
}

@media (min-width:769px) {
    body.charm-page {
        background: url(../images/charm/bg_sec_pc.png) repeat-y top;
        background-size: 100% auto
    }
}

@media (min-width:769px) {
    .charm-page .header__logo-wrap {
        padding-left: 0
    }
}

.charm-page .header__logo-wrap__logo {
    width: 15.73333%;
    display: none;
}

@media (min-width:769px) {
    .charm-page .header__logo-wrap__logo {
        width: 8.30508%
    }
}

.charm-nav__btn {
    border-bottom: 2px solid #d2c188;
    display: flex
}

@media (min-width:769px) {
    .charm-nav__btn {
        border-bottom: 1px solid #d2c188
    }
}

.charm-nav__item {
    list-style: none;
    width: 50%
}

@media (max-width:768px) {
    .charm-nav__item:first-child {
        border-right: 1px solid #d2c188
    }
}

.charm-nav__item:last-child {
    border-left: 1px solid #d2c188
}

.charm-nav__link {
    background: #b72b2f;
    color: #fff;
    display: block;
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0;
    padding: 1.317em 0
}

@media (min-width:769px) {
    .charm-nav__link {
        font-size: 1.4641vw;
        padding: 1.0005em 0
    }
}

.charm-nav__link:hover {
    background: #97171a;
    color: #fff;
    text-decoration: none
}

.charm-nav__link>span {
    display: flex;
    align-items: center;
    justify-content: center
}

.charm-nav__link>span:before {
    background: url(../images/charm/scallops/arrow_nav_btn.png) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 4.16667%;
    width: 4.16667%
}

@media (min-width:769px) {
    .charm-nav__link>span:before {
        height: 16px;
        margin-right: 2.04978%;
        width: 1.31772%
    }
}

.charm-ttl {
    background: url(../images/charm/scallops/bg_pagettl_sp.png) no-repeat 50%/cover;
    margin: 0;
    padding-top: 47.33333%;
    position: relative
}

@media (min-width:769px) {
    .charm-ttl {
        background: url(../images/charm/scallops/bg_pagettl_pc.png) no-repeat bottom/cover;
        padding-top: 22.694%
    }
}

.charm-ttl__img {
    position: absolute;
    top: 40.8%;
    left: 50.8%;
    transform: translate(-50%, -50%);
    width: 65.06667%
}

@media (min-width:769px) {
    .charm-ttl__img {
        top: 14.83871%;
        transform: translate(-50%);
        width: 25.69546%
    }
}

.charm-sec {
    background: url(../images/charm/bg_sec_shadow_sp.png) no-repeat top;
    background-size: 100% auto;
    margin-top: -12.8%;
    padding: 16.8% 5.33333% 20.66667%
}

@media (min-width:769px) {
    .charm-sec {
        background: url(../images/charm/bg_sec_shadow_pc.png) no-repeat top;
        background-size: 100% auto;
        margin-top: -8.8082%;
        padding: 8.05271% 8.27233% 15.4202%
    }
}

.container_copyright {
    background: #F9F5ED;
    margin-top: -9px;
    padding: 28px 15px;
    width: 100%;
}

.charm-sec:first-of-type {
    margin-top: -8.8%;
}

.view-modal__ttl-item {
    display: none;
}

@media (max-width:768px) {
    .charm-sec:first-of-type {
        padding: 11.06667% 5.33333% 20.66667%
    }
}

@media (min-width:769px) {
    .charm-sec:first-of-type {
        padding: 8.05124% 8.27233% 11.4202%
    }
}

@media (min-width:769px) {
    .charm-sec:nth-of-type(2n) .charm-sec__wrap {
        flex-direction: row-reverse
    }
}

.charm-sec__ttl {
    cursor: pointer
}

.charm-sec__ttl-img {
    display: block;
    margin: 0 auto;
    width: 44.32836%
}

@media (min-width:769px) {
    .charm-sec__ttl-img {
        width: 15.08772%
    }
}

.charm-sec__ttl-txt {
    color: #b72b2f;
    display: block;
    font-size: 6.1333vw;
    letter-spacing: 0;
    line-height: 1.3529;
    margin-top: 4.62687%;
    text-align: center;
    font-weight: bold;
}

a.charm-sec__btn,
.charm-sec .share {
    display: none !important;
    padding: 0;
}

@media (min-width:769px) {
    .charm-sec__ttl-txt {
        font-size: 3.2211vw;
        line-height: 1;
        margin-top: 1.53734%;
        font-weight: normal;
        /* font-size: 64px;
        line-height: 128px;
        margin: 0; */
    }
}

@media (min-width:769px) {
    .charm-sec__wrap {
        margin-top: 5.4386%;
        display: flex;
        align-items: center;
        gap: 6.14035%
    }
}

.charm-sec__left {
    cursor: pointer
}

@media (max-width:768px) {
    .charm-sec__left {
        margin-top: 9.55224%
    }
}

@media (min-width:769px) {
    .charm-sec__left {
        width: 45.61404%;
        order: 2;
    }
}

@media (min-width:769px) {
    .charm-sec__right {
        flex: 1
    }
}

.charm-sec__lead {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1.6333
}

@media (max-width:768px) {
    .charm-sec__lead {
        margin: 7.16418% 6.56716% 0
    }
}

@media (min-width:769px) {
    .charm-sec__lead {
        font-size: 1.3177vw;
        line-height: 1.8889;
        margin-bottom: 0
    }
}

.charm-sec__lead a {
    color: #b72b2f
}

.charm-sec__detail {
    display: flex;
    align-items: center
}

@media (max-width:768px) {
    .charm-sec__detail {
        margin: 4.47761% 0 0 5.97015%
    }
}

@media (min-width:769px) {
    .charm-sec__detail {
        margin-top: 3.27273%;
        flex-direction: row-reverse
    }
}

.charm-sec__txt {
    background: #fff;
    border: 2px solid #e1ddd6;
    border-radius: 10px;
    font-size: 3.7333vw;
    letter-spacing: 0;
    line-height: 1.5;
    margin: 0;
    padding: 4.28571% 5.87302% 4.44444% 5.2381%;
    position: relative;
    width: 65.07937%
}

@media (min-width:769px) {
    .charm-sec__txt {
        border: 1px solid #e1ddd6;
        font-size: 1.1713vw;
        line-height: 1.625;
        padding: 2.99786%;
        width: 86.54545%
    }
}

.charm-sec__txt:after {
    background: url(../images/charm/scallops/arrow_right_sp.png) no-repeat 50%/cover;
    content: "";
    display: inline-block;
    height: 14.8%;
    position: absolute;
    top: 43.2%;
    right: -4.68%;
    z-index: 1;
    width: 4.68%
}

@media (min-width:769px) {
    .charm-sec__txt:after {
        background: url(../images/charm/scallops/arrow_left_pc.png) no-repeat 50%/100% auto;
        height: 18px;
        top: 29px;
        right: auto;
        left: -10px;
        width: 10px
    }
}

.charm-sec__icon {
    width: 28.57143%
}

@media (max-width:768px) {
    .charm-sec__icon {
        margin-left: 4.7619%
    }
}

@media (min-width:769px) {
    .charm-sec__icon {
        margin-right: 3.09091%;
        margin-bottom: auto;
        width: 12.36364%
    }
}

.charm-sec__btn {
    background: #fff;
    border-radius: 50px;
    color: #000;
    display: block;
    font-size: 4vw;
    letter-spacing: 0;
    padding: .9338em 0;
    width: 82.53731%
}

@media (max-width:768px) {
    .charm-sec__btn {
        margin: 6.26866% 0 0 5.97015%
    }
}

@media (min-width:769px) {
    .charm-sec__btn {
        font-size: 1.1713vw;
        line-height: 1.875;
        margin-top: 5.27273%;
        padding: .6255em 0;
        width: 57.09091%
    }
}

.charm-sec__btn:hover {
    background: #ede3c1;
    color: #000;
    text-decoration: none
}

.charm-sec__btn>span {
    display: flex;
    align-items: center;
    justify-content: center
}

.charm-sec__btn>span:before {
    background: url(../images/arrow_nav_btn.png) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 4.16667%;
    width: 2.35081%
}

@media (min-width:769px) {
    .charm-sec__btn>span:before {
        height: 13px;
        margin-right: 1.91083%;
        width: 2.54777%
    }
}

.charm-sec .share {
    border-radius: 10px;
    margin: 9.40299% 0 0 5.97015%;
    padding: 3.808% 5.3% 3.808% 5.81%;
    width: 88.35821%
}

@media (max-width:768px) {
    .charm-sec .share {
        margin: 9.40299% 0 0 5.97015%
    }
}

@media (min-width:769px) {
    .charm-sec .share {
        margin: 8% 0 0;
        padding: 10px 15px 10px 16px;
        width: 40.72727%
    }
}

.charm-sec .share__icon {
    cursor: pointer;
    margin-left: auto
}

@media (min-width:769px) {
    .charm-sec .share__icon {
        width: 15.54404%
    }
}

.jfood-share {
    background: #f5f2ed
}

.jfood-share__wrap {
    padding-top: 12.13333%;
    padding-bottom: 15.2%
}

@media (min-width:769px) {
    .jfood-share__wrap {
        padding-top: 4.39239%;
        padding-bottom: 6.44217%
    }
}

.jfood-share__ttl {
    margin: 0 auto;
    width: 17.46667%
}

@media (min-width:769px) {
    .jfood-share__ttl {
        width: 5.7101%
    }
}

.jfood-share__list {
    list-style: none;
    margin-top: 2.93333%;
    display: flex;
    justify-content: center
}

@media (min-width:769px) {
    .jfood-share__list {
        margin-top: .95168%;
        gap: 1.1713%
    }
}

.jfood-share__item {
    cursor: pointer;
    width: 11.73333%
}

@media (min-width:769px) {
    .jfood-share__item {
        width: 3.95315%
    }
}

@media (max-width:768px) {
    .jfood-share__item+li {
        margin-left: 3.46667%
    }
}

.jfood-share__item>a {
    overflow: hidden;
    text-indent: 100%
}

.jfood-share__img {
    width: 100%
}

.jfood-last {
    background: #fff;
    color: #756850;
    padding: 15.2% 0 5.33333%
}

@media (min-width:769px) {
    .jfood-last {
        padding: 6.51537% 0 3.66032%
    }

    .jfood-last__wrap {
        padding: 0 5.33333%;
        position: relative;
        display: flex;
        gap: 1.5rem;
    }
}

@media (min-width:769px) {
    .jfood-last__wrap {
        max-width: 85%;
        margin: 0 auto;
        padding: 0 20px
    }
}

@media (max-width:768px) {
    .tw-page .jfood-last__wrap {
        background: #fff;
        padding: 60px 15px 40px
    }
}

.jfood-last__box {
    border: 1px solid #e4d3af;
    padding: 0 1rem 1rem;
    position: relative;
    width: 100%
}

.is-eng .jfood-last__box {
    padding: 0 10px 20px
}

@media (max-width:768px) {
    .jfood-last__box {
        padding: 0 3.73134% 20px;
        max-width: 90%;
        margin: 0 auto;
        margin-top: 58px;
    }
}

@media (min-width:769px) {
    .jfood-last__box {
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
}

.jfood-last__ttl {
    text-align: center
}

@media (max-width:768px) {
    .jfood-last__ttl {
        margin-top: -6.41791%
    }
}

@media (max-width:768px) {
    .jfood-last__ttl img {
        width: 30.42071%
    }
}

.jfood-last__logo {
    position: relative;
    top: -22px;
    width: 5rem;
}

@media (max-width:768px) {
    .jfood-last__logo {
        top: 0
    }
}

.jfood-last__txt-box {
    margin: 15px 0 0
}

.jfood-last__txt {
    font-size: .9rem;
    line-height: 1.6rem;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    text-align: center
}

@media (max-width:768px) {
    .jfood-last__txt {
        font-size: clamp(14px, 1.86667vw, 14px)
    }
}

@media (min-width:769px) {
    .jfood-last__txt {
        max-width: 535px;
        margin: 0 auto
    }
}

.jfood-last__btn {
    margin-top: 45px;
    text-align: center;
    /* align-self: flex-end; */
    padding-top: 1.4rem;
    margin-top: auto;
}

.jfood-last__link {
    transition: .2s ease-in-out;
    backface-visibility: hidden;
    cursor: pointer;
    background: #e4bf93;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 0 3px 10px;
    text-align: center;
    width: 100%;
    text-decoration: underline;
}

.jfood-last__link:hover {
    color: inherit;
    opacity: .7;
    text-decoration: none
}

.jfood-last__link:after,
.jfood-last__link:before {
    backface-visibility: hidden
}

@media (max-width:374px) and (min-width:320px) {
    .is-eng .jfood-last__link {
        font-size: 13px
    }
}

@media (min-width:769px) {
    .jfood-last__link {
        padding: 3px 13px 3px 10px;
        width: auto
    }
}

.jfood-sns {
    background: #b72b2f
}

@media (min-width:769px) {
    .jfood-sns__wrap {
        position: relative;
        display: flex
    }

    .jfood-sns__wrap:after {
        background: url(../images/bg_sns_bottom_pc.png) no-repeat top;
        background-size: 100% auto;
        content: "";
        display: block;
        padding-top: 1.46413%;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

@media (max-width:768px) {
    .jfood-sns__left {
        padding-top: 10.8%;
        padding-bottom: 10%
    }
}

@media (min-width:769px) {
    .jfood-sns__left {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        flex-direction: column;
    }
}

.jfood-sns__ttl {
    margin: 0 auto;
    width: 21.06667%
}

@media (min-width:769px) {
    .jfood-sns__ttl {
        width: 39.62264%
    }
}

.jfood-sns__right {
    background: #a61e22;
    padding: 6.8% 5.33333% 17.6%;
    position: relative
}

@media (min-width:769px) {
    .jfood-sns__right {
        background: url(../images/bg_sns.png) no-repeat top;
        background-size: 100% 100%;
        padding: 4.39239% 9.73646% 9.66325% 9.00439%;
        width: 76.72035%;
        display: flex
    }
}

@media (max-width:768px) {

    .jfood-sns__right:after,
    .jfood-sns__right:before {
        background: #b72b2f url(../images/bg_sns_top.png) no-repeat top;
        background-size: cover;
        content: "";
        display: block;
        padding-top: 6.8%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .jfood-sns__right:after {
        background: #f5f2ed url(../images/bg_sns_bottom.png) no-repeat bottom;
        background-size: cover;
        padding-top: 2.4%;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0
    }
}

@media (min-width:769px) {
    .jfood-sns__facebook {
        width: 44.916%
    }
}

@media (max-width:768px) {
    .jfood-sns__facebook .jfood-sns__subttl {
        margin-top: 1.33333%
    }
}

@media (min-width:769px) {
    .jfood-sns__facebook .jfood-sns__subttl {
        margin-top: 0
    }
}

.jfood-sns__facebook-wrap {
    margin-top: 5.33333%
}

@media (min-width:769px) {
    .jfood-sns__facebook-wrap {
        margin-top: 6.19718%
    }
}

@media (min-width:769px) {
    .jfood-sns__instagram {
        margin-left: auto;
        width: 44.916%
    }
}

@media (max-width:768px) {
    .jfood-sns__instagram .jfood-sns__subttl {
        margin-top: 12.23881%
    }
}

@media (min-width:769px) {
    .jfood-sns__instagram .jfood-sns__subttl {
        margin-top: 0
    }
}

.jfood-sns__instagram-wrap {
    height: 600px;
    margin-top: 7.16418%;
    overflow: hidden
}

@media (min-width:769px) {
    .jfood-sns__instagram-wrap {
        height: 500px;
        margin-top: 6.19718%
    }
}

.jfood-sns__instagram-wrap iframe {
    width: 100%
}

@media (min-width:769px) {
    .jfood-sns .jfood-fb {
        height: 500px;
        margin-top: 6.17978%;
        padding: 0;
        overflow: hidden
    }
}

.jfood-sns .jfood-fb__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width:768px) {
    .jfood-sns .jfood-fb__wrap {
        margin: 5.97015% auto 0
    }
}

.jfood-sns .jfood-fb__wrap .fb-page,
.jfood-sns .jfood-fb__wrap .fb-page span,
.jfood-sns .jfood-fb__wrap .fb_iframe_widget iframe {
    width: 100% !important;
    height: 500px !important
}

.jfood-map {
    background: #fff
}

@media (min-width:769px) {
    .jfood-map__wrap {
        display: flex
    }
}

@media (min-width:769px) {
    .jfood-map__left {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1
    }
}

@media (max-width:768px) {
    .jfood-map__ttl {
        margin: 0 auto;
        padding-top: 13.06667%;
        padding-bottom: 10.8%;
        width: 53.73333%
    }
}

@media (min-width:769px) {
    .jfood-map__ttl {
        transform: translate(-.2%, .8%);
        width: 57.2695%
    }
}

@media (max-width:768px) {
    .jfood-map__right {
        padding-bottom: 2%
    }
}

@media (min-width:769px) {
    .jfood-map__right {
        width: 58.71157%
    }
}

.jfood-map__map-wrap {
    padding-top: 100%;
    position: relative;
    width: 100%
}

@media (min-width:769px) {
    .jfood-map__map-wrap {
        padding-top: 83.54115%
    }
}

.jfood-map__map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.jfood-map__right {
    background: #fff
}

.jfood-map__text-wrap {
    display: flex
}

@media (min-width:769px) {
    .jfood-map__text-wrap {
        display: none
    }
}

.jfood-map__text {
    color: #756850;
    font-size: 12px;
    margin: 0;
    padding-right: 5px;
    text-align: right;
    width: 100%
}

@media (min-width:769px) {
    .jfood-map__text {
        padding-right: 15px
    }
}

.jfood-map__link-wrap {
    display: flex
}

@media (min-width:769px) {
    .jfood-map__link-wrap {
        display: none
    }
}

.jfood-map__link {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding-right: 5px;
    text-align: center;
    width: 100%
}

.jfood-store {
    background: url(../images/bg_store_sp.png) repeat-y top;
    background-size: 100% auto;
    padding-top: 10.53333%;
    padding-bottom: 11.73333%
}

@media (min-width:769px) {
    .jfood-store {
        background: url(../images/bg_store_pc.png) repeat-y top;
        background-size: 100% auto;
        padding-top: 4.31918%;
        padding-bottom: 3.66032%
    }
}

@media (min-width:769px) {
    .jfood-store__wrap {
        display: flex;
        justify-content: center
    }
}

.jfood-store__left {
    margin: 0 auto;
    width: 89.33333%
}

@media (min-width:769px) {
    .jfood-store__left {
        margin: 0;
        width: 41.06881%
    }

    .jfood-store__left>div {
        height: 100%
    }
}

.jfood-store__bg {
    background: url(../images/bg_store_left.png) no-repeat 50%;
    background-size: cover;
    padding-top: 100%;
    position: relative
}

@media (min-width:769px) {
    .jfood-store__bg {
        position: sticky;
        top: 0
    }
}

.jfood-store__ttl {
    margin: 0 auto;
    position: absolute;
    top: 12.08955%;
    left: 50%;
    transform: translateX(-50%);
    width: 34.92537%
}

@media (min-width:769px) {
    .jfood-store__ttl {
        top: 14.4385%;
        width: 34.58111%
    }
}

.jfood-store__text {
    font-size: 3.7333vw;
    letter-spacing: -.5px;
    line-height: 1.5;
    margin-bottom: 0;
    position: absolute;
    top: 62.53731%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%
}

@media (min-width:769px) {
    .jfood-store__text {
        font-size: 1.3177vw;
        line-height: 1.8889;
        top: 64.88414%
    }
}

@media (max-width:768px) {
    .jfood-store__right {
        margin-top: -11.86667%
    }
}

@media (min-width:769px) {
    .jfood-store__right {
        margin-left: -3.07467%;
        position: relative;
        z-index: 1;
        width: 41.06881%
    }
}

.jfood-store__subttl {
    cursor: pointer;
    margin: 0 auto;
    padding-top: 44.53333%;
    position: relative;
    width: 89.33333%
}

@media (min-width:769px) {
    .jfood-store__subttl {
        padding-top: 50%;
        width: 100%
    }
}

.jfood-store__subttl div {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.jfood-store__subttl div:after {
    content: "";
    display: inline-block;
    margin-top: 2.08955%;
    padding-top: 7.91045%;
    width: 7.91045%
}

@media (min-width:769px) {
    .jfood-store__subttl div:after {
        padding-top: 8.21168%;
        width: 8.21168%
    }
}

.jfood-store__subttl.restran {
    background: url(../images/bg_store_restran.png) no-repeat 50%;
    background-size: cover
}

.jfood-store__subttl.restran>div:after {
    background: url(../images/icon_store_restran_open.gif) no-repeat 50%;
    background-size: cover
}

.jfood-store__subttl.restran>div img {
    width: 7.16418%
}

@media (min-width:769px) {
    .jfood-store__subttl.restran>div img {
        width: 7.29927%
    }
}

.jfood-store__subttl.restran.is-active>div:after {
    background: url(../images/icon_store_restran_close.gif) no-repeat 50%;
    background-size: cover
}

.jfood-store__subttl.restran.tw img {
    width: 28.65672%
}

@media (min-width:769px) {
    .jfood-store__subttl.restran.tw img {
        width: 17.51825%
    }
}

.jfood-store__subttl.other {
    background: url(../images/bg_store_other.png) no-repeat 50%;
    background-size: cover
}

.jfood-store__subttl.other>div:after {
    background: url(../images/icon_store_other_open.gif) no-repeat 50%;
    background-size: cover
}

.jfood-store__subttl.other>div img {
    width: 12.98507%
}

@media (min-width:769px) {
    .jfood-store__subttl.other>div img {
        width: 14.05109%
    }
}

.jfood-store__subttl.other.is-active>div:after {
    background: url(../images/icon_store_other_close.gif) no-repeat 50%;
    background-size: cover
}

.jfood-store__subttl.other.tw {
    cursor: auto
}

.jfood-store__subttl.other.tw div:after {
    display: none !important
}

@media (max-width:768px) {
    .jfood-store__inner {
        margin: 0 auto;
        width: 89.33333%
    }
}

.jfood-store__heading {
    background: #fff;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.9766vw;
    font-weight: 700;
    height: 80px;
    letter-spacing: .5em;
    line-height: 80px;
    margin-bottom: 0;
    text-align: center
}

@media (max-width:768px) {
    .jfood-store__heading {
        font-size: 5.3333vw;
        height: 70px;
        line-height: 70px
    }
}

.jfood-store__list {
    display: flex;
    flex-wrap: wrap
}

@media (max-width:768px) {
    .jfood-store__list {
        margin: 0 auto;
        width: 89.33333%
    }
}

.jfood-store__list.restran {
    margin-bottom: 11.2%
}

.jfood-store__list.restran:first-of-type {
    margin-bottom: 0
}

.jfood-store__list.other {
    border-top: 2px solid #e1e1e1;
    margin-top: 11.2%
}

.jfood-store__item {
    background: #fff;
    border-right: 2px solid #e1e1e1;
    border-top: 2px solid #e1e1e1;
    list-style: none;
    padding-top: 33.3%;
    position: relative;
    width: 33.3%;
}

.jfood-store__list.other .jfood-store__item {
    width: 33.3%;
}

.jfood-store__item:first-child,
.jfood-store__item:nth-child(2),
.jfood-store__item:nth-child(3) {
    border-top: none
}

.jfood-store__item:nth-child(3n) {
    border-top: 2px solid #e1e1e1;
}

.jfood-store__link {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.jfood-store__img {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:768px) {
    .jfood-video {
        margin-bottom: 50px
    }
}

@media (min-width:769px) {
    .jfood-video__wrap {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 20px
    }
}

@media (min-width:769px) {
    .tw-page .jfood-video__wrap {
        max-width: 1100px;
        padding: 95px 0 40px
    }
}

.jfood-video__ttl {
    padding: 6px 0
}

.jfood-video__ttl-img {
    height: 35px
}

@media (min-width:769px) {
    .jfood-video__ttl-img {
        height: 45px
    }
}

@media (max-width:768px) {
    .jfood-video__list-bg {
        background-color: #ede3d3;
        padding: 20px 0
    }
}

@media (min-width:769px) {
    .tw-page .jfood-video__list-bg {
        background: #d49530;
        max-width: 1100px;
        padding: 10px
    }
}

@media (max-width:768px) {
    .tw-page .jfood-video__list-bg {
        background: #d49530;
        margin: 0 10px;
        padding: 2px
    }
}

.jfood-video__list {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    background-color: #ede3d3
}

@media (min-width:769px) {
    .jfood-video__list {
        margin: 0 auto;
        max-width: 1140px;
        padding: 60px 90px
    }
}

@media (max-width:768px) {
    .jfood-video__list {
        margin: 0 20px;
        padding: 10px 0
    }
}

.tw-page .jfood-video__list {
    background: #fce4be
}

@media (min-width:769px) {
    .tw-page .jfood-video__list {
        padding: 55px 60px 45px
    }
}

@media (max-width:768px) {
    .tw-page .jfood-video__list {
        background: #fff;
        margin: 0
    }
}

.jfood-video__item {
    list-style: none;
    width: calc(50% - 6.5px)
}

@media (min-width:769px) {
    .jfood-video__item {
        width: calc(50% - 10px)
    }
}

.jfood-video__item:nth-child(2n) {
    margin-left: 13px
}

@media (min-width:769px) {
    .jfood-video__item:nth-child(2n) {
        margin-left: 20px
    }
}

.jfood-video__item:nth-child(n+3) {
    margin-top: 10px
}

@media (min-width:769px) {
    .jfood-video__item:nth-child(n+3) {
        margin-top: 30px
    }
}

.jfood-video__img {
    width: 100%
}

.jfood-video__ttl-sub {
    font-size: 16px;
    margin-top: 5px
}

@media (min-width:769px) {
    .is-eng .jfood-video__ttl-sub {
        font-size: 22px;
        text-align: center;
        letter-spacing: -1px
    }
}

@media (min-width:769px) {
    .jfood-video__ttl-sub {
        font-size: 26px;
        text-align: center
    }
}

.is-ie .jfood-video__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.is-ie .jfood-video__item {
    flex-basis: 49%
}

.is-ie .jfood-video__item:nth-child(2n) {
    margin-left: 10px
}

.jfood-nav {
    /*    margin-top: -52%;*/
    z-index: 1;
    background: #B72B2F;
}

@media (min-width:769px) {
    /*  .jfood-nav {
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%
    }*/
}

/*.jfood-nav:after {
    background: #b72b2f;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%
}*/
.jfood-fv.jfood-fv__update img.home_page_banner {
    display: none;
}

section.charm-sec.charm-sec__show .charm-sec__detail {
    display: flex !important;
}

div#jfoodo-nav-anchor {

    margin-top: -5px;
}

@media (min-width:769px) {
    .jfood-nav:after {
        display: none
    }

    .jfood-fv.jfood-fv__update {
        background: transparent;
        height: auto;
    }

    .jfood-fv.jfood-fv__update img.home_page_banner {
        display: block;
    }

    div#jfoodo-nav-anchor {
        position: relative;
        top: inherit;
        bottom: inherit;
    }
}

@media (min-width:769px) {
    .jfood-nav__wrap {
        padding: 5.14788% 0 4.56223%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 2rem;
    }
}

.jfood-nav__text {
    color: #fff;
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0;
    line-height: 1.6;
    margin-bottom: 0;
    padding-top: 10.5%;
    text-align: center
}

@media (min-width:769px) {
    .jfood-nav__text {
        font-size: 1.3177vw;
        line-height: 1.3333;
        padding-top: 0;
        max-width: 65%;
    }
}

@media (max-width:768px) {
    .jfood-nav__text {
        max-width: 90%;
        margin: 0px auto;
        letter-spacing: -1px
    }
}

.jfood-nav__btn {
    width: 84.53333%;
    display: flex;
    gap: 1.33333%;
    justify-content: center
}

@media (max-width:768px) {
    .jfood-nav__btn {
        margin: 0 auto;
        padding: 3% 0 4.2%
    }
}

@media (min-width:769px) {
    .jfood-nav__btn {
        margin: 0;
        width: 28.33089%;
        gap: 7px
    }
}

.jfood-nav__item {
    border-radius: 50px;
    list-style: none;
    overflow: hidden;
    width: 49.21136%
}

@media (min-width:769px) {
    .jfood-nav__item {
        width: 49.09561%
    }
}

.jfood-nav__link {
    background: #fff;
    color: #000;
    display: block;
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0;
    padding: .9338em 0
}

@media (min-width:769px) {
    .jfood-nav__link {
        font-size: 1.1713vw;
        padding: .813em 0
    }
}

@media screen and (max-width:1112px) {
    .jfood-nav__link {
        padding: .584em 0
    }
}

.jfood-nav__link:hover {
    background: #ede3c1;
    color: #000;
    text-decoration: none
}

.jfood-nav__link>span {
    display: flex;
    align-items: center;
    justify-content: center
}

.jfood-nav__link>span:before {
    background: url(../images/arrow_nav_btn.png) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 4.16667%;
    width: 4.16667%
}

.is-ie .jfood-nav__wrap {
    display: flex
}

.is-ie .jfood-nav__link {
    width: calc(20% - 16px)
}

.is-ie .jfood-nav__link+.jfood-nav__link {
    margin-left: 20px
}

.share {
    background: #fff;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    margin: 0 auto;
    padding: 2% 4.93333% 2.13333% 5.33333%;
    width: 78.93333%;
    display: flex;
    align-items: center
}

.share.is-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9
}

.share__logo {
    position: relative;
    width: 20%
}

@media (min-width:769px) {
    .share__logo {
        width: 20.53571%
    }
}

.share__icon {
    margin-left: auto;
    margin-bottom: 0;
    width: 15.53398%
}





/*slide header*/

.carousel__slide__inner {
    overflow: hidden;
    position: relative;
}

.carousel_header_mb {
    display: none
}

.doAnimation .slick-active .carousel__slide__inner .carousel__image {
    animation: scale-out 0.875s cubic-bezier(0.7, 0, 0.3, 1) 0.375s both;
    transform: scale(1.3);

}

.carousel__slide__overlay {
    background-color: transparent;
    background-size: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.slick-active .carousel__slide__overlay {
    animation: scale-in-hor-left 1.375s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s reverse both;
}

.carousel__image {
    height: 100%;
    object-fit: cover;
    position: relative;
    transform: scale(1);
    width: 100%;
    z-index: 1;
}

@keyframes scale-out {
    0% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scale-in-hor-left {
    0% {
        -webkit-transform: translateX(-100%) scaleX(0);
        transform: translateX(-100%) scaleX(0);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    50% {
        -webkit-transform: translateX(-50%) scaleX(0.5);
        transform: translateX(-50%) scaleX(0.5);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(0) scaleX(1);
        transform: translateX(0) scaleX(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        opacity: 1;
    }
}

@media (max-width:768px) {
    .carousel_header_mb {
        display: block
    }

    .carousel_header_pc {
        display: none
    }

}


@media (min-width:769px) {
    .share__icon {
        width: 13.39286%
    }
}

/*.jfood-fv {
    background: url(../images/fv/bg_fv_pc.png) no-repeat top;
    background-size: 100% auto;
    padding-top: 95%;
    position: relative;
    background-size: contain;
}*/

@media (min-width:769px) {
    /*.jfood-fv {
/*        background: url(../images/fv/bg_fv_pc.png) no-repeat bottom;*/
    /* background-size: 100% auto;
        padding-top: 51.04832%;  
        longvv update banner top  
        padding-top: 0;
        height: 157vh;
        background-position: top;
        background-size: contain;
    }*/
}

.jfood-fv__img {
    position: absolute;
    top: 7.13706%;
    left: 0;
    z-index: 2;
    visibility: hidden;
    width: 100%
}

@media (min-width:769px) {
    .jfood-fv__img {
        top: 8.80597%
    }
}

.jfood-fv__img.visible {
    visibility: visible;
    animation-duration: 1s;
    animation-name: fade-in
}

.jfood-fv__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.jfood-fv__link img {
    width: 100%
}

.jfood-fv__txt {
    cursor: pointer;
    position: absolute;
    top: 1.45985%;
    left: 2.26667%;
    z-index: 3;
    visibility: hidden;
    width: 96.4%
}

@media (min-width:769px) {
    .jfood-fv__txt {
        top: 2.83582%;
        left: 4.97804%;
        width: 89.97072%
    }
}

.jfood-fv__txt.visible {
    visibility: visible;
    animation-duration: 1s;
    animation-name: fade-in
}

.jfood-fv__txt>img {
    width: 100%
}

@keyframes fade-in {
    0% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(20px)
    }

    50% {
        visibility: visible;
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

.jfood-charm {
    background: #a61e22
}

@media (max-width:768px) {
    .jfood-charm-page.jfood-charm {
        background: rgba(0, 0, 0, 0)
    }

    .jfood-charm-page.jfood-charm:before {
        background: url(../images/charm/bg_charm_top_sp.png) no-repeat top/100% auto;
        content: "";
        display: block;
        padding-top: 7.33333%;
        width: 100%
    }
}

@media (min-width:769px) {
    .jfood-charm-page.jfood-charm {
        background: url(../images/charm/bg_charm_pc.png) no-repeat top;
        background-size: cover;
        margin-top: -7%;
        padding-top: 5.19766%
    }
}

@media (min-width:769px) {
    .jfood-charm__wrap {
        display: flex
    }
}

@media (max-width:768px) {
    .jfood-charm-page.jfood-charm__wrap {
        background: #fff
    }
}

.jfood-charm__left {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding-top: 100%;
    position: relative
}

@media (min-width:769px) {
    .jfood-charm__left {
        background-position: center;
        background-size: contain;
        padding-top: 0;
        flex: 1
    }
}

.jfood-charm-page.jfood-charm__left {
    padding-top: 40.8%
}

@media (min-width:769px) {
    .jfood-charm-page.jfood-charm__left {
        padding-top: 0
    }
}

.jfood-charm__left.bg-hotate {
    background-image: url(../images/bg_charm_buri_bk.png)
}

.jfood-charm-page.jfood-charm__left.bg-hotate {
    background-image: none
}

@media (min-width:769px) {
    .jfood-charm-page.jfood-charm__left.bg-hotate {
        background-image: url(../images/charm/bg_charm_hotate.png);
        background-position: right 0 bottom 28.5%;
        background-size: 100.5% auto
    }
}

.jfood-charm__left.bg-buri {
    background-image: url(../images/bg_charm_buri.png)
}

.jfood-charm-page.jfood-charm__left.bg-buri {
    background-image: none
}

@media (min-width:769px) {
    .jfood-charm-page.jfood-charm__left.bg-buri {
        background-image: url(../images/charm/bg_charm_buri.png);
        background-position: right 0 bottom 28.5%;
        background-size: 100.5% auto
    }
}

.jfood-charm__left.bg-tai {
    background-image: url(../images/bg_charm_tai.png)
}

.jfood-charm-page.jfood-charm__left.bg-tai {
    background-image: none
}

@media (min-width:769px) {
    .jfood-charm-page.jfood-charm__left.bg-tai {
        background-image: url(../images/charm/bg_charm_tai.png);
        background-position: right 0 bottom 28.5%;
        background-size: 100.5% auto
    }
}

.jfood-charm__ttl {
    position: absolute;
    top: 14.37803%;
    left: 50%;
    width: 65.0667%
}

@media (max-width:768px) {
    .jfood-charm__ttl {
        transform: translateX(-50%)
    }
}

@media (min-width:769px) {
    .jfood-charm__ttl {
        top: 20%;
        left: 27.03804%;
        width: 52.98913%
    }
}

@media (min-width:769px) {
    .jfood-charm-page.jfood-charm__ttl {
        top: 22.3%;
        left: 27.03804%;
        width: 52.98913%
    }
}

.jfood-charm__ttl-img {
    height: auto;
    width: 100%
}

.jfood-charm__link {
    color: #fff;
    font-size: 1.9766vw;
    text-decoration: underline;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:768px) {
    .jfood-charm__link {
        font-size: 4vw
    }
}

.jfood-charm__link:hover {
    color: #fff;
    text-decoration: none
}

@media (max-width:768px) {
    .jfood-charm__right {
        position: relative;
        z-index: 1
    }
}

@media (min-width:769px) {
    .jfood-charm__right {
        padding-top: 2.85505%;
        padding-right: 3.66032%;
        width: 46.12006%
    }
}

.jfood-charm .tab_box .btn_area {
    padding: 0 5.3333% 0 5.0667%;
    position: relative;
    display: flex;
    align-items: flex-end;
    /* justify-content: space-between */
}

.jfood-charm .tab_box .btn_area:before {
    background: #b69d4c;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%
}

.jfood-charm .tab_box .tab_btn {
    background: #c3ab5d;
    border-radius: 10px 10px 0 0;
    border-bottom: 10px solid #b69d4c;
    color: #fff;
    cursor: pointer;
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0;
    list-style: none;
    padding: .583em 0;
    text-align: center;
    width: 50%
}

@media screen and (max-width:480px) {
    .jfood-charm .tab_box .tab_btn {
        border-radius: 5px 5px 0 0;
        border-bottom: 5px solid #b69d4c
    }
}

@media (min-width:769px) {
    .jfood-charm .tab_box .tab_btn {
        border-bottom: 6px solid #b69d4c;
        font-size: clamp(10px, 1.1713vw, 16px);
        padding: .438em 0
    }
}

.jfood-charm .tab_box .tab_btn>span {
    display: flex;
    align-items: center;
    justify-content: center
}

.jfood-charm .tab_box .tab_btn>span:before {
    background: url(../images/arrow_tab_btn.png) no-repeat 50%;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 6.07477%;
    width: 6.07477%
}

@media (min-width:769px) {
    .jfood-charm .tab_box .tab_btn>span:before {
        margin-right: 4.14201%;
        width: 4.73373%
    }
}

.jfood-charm .tab_box .tab_btn:hover {
    background: #987812;
    border-bottom-color: #886804
}

.jfood-charm .tab_box .tab_btn.active {
    background: #fff;
    border: 2px solid #c3ab5d;
    border-top: 12px solid #c3ab5d;
    border-bottom: none;
    color: #825b0c;
    padding: .883em 0;
    /* width: 32.4405% */
}

@media screen and (max-width:480px) {
    .jfood-charm .tab_box .tab_btn.active {
        border-top: 6px solid #c3ab5d
    }
}

@media (min-width:769px) {
    .jfood-charm .tab_box .tab_btn.active {
        border-top: none;
        border-right: 1px solid #c3ab5d;
        border-left: 1px solid #c3ab5d;
        overflow: hidden;
        padding: 1em 0 1.001em;
        position: relative
    }

    .jfood-charm .tab_box .tab_btn.active:before {
        background: #c3ab5d;
        content: "";
        display: block;
        padding-top: 4.1667%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
}

.jfood-charm .tab_box .tab_btn.active:hover {
    background: #ede3c1
}

.jfood-charm .tab_box .tab_btn.active>span:before {
    display: none
}

@media (min-width:769px) {
    .jfood-charm .tab_box .panel_area {
        border: 1px solid #c3ab5d;
        margin-top: -1px
    }
}

.jfood-charm .tab_box .tab_panel {
    background: #fff;
    display: none
}

.jfood-charm .tab_box .tab_panel.active {
    display: block
}

.jfood-charm .tab_box .tab_panel-list {
    list-style: none;
    padding-top: 2.66667%;
    display: flex;
    flex-wrap: wrap
}

@media (min-width:769px) {
    .jfood-charm .tab_box .tab_panel-list {
        padding: 3.10345% 3.44828%
    }
}

.jfood-charm .tab_box .tab_panel-item {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    position: relative;
    width: 33.3%
}

.jfood-charm .tab_box .tab_panel-item:before {
    content: "";
    display: block;
    padding-top: 100%
}

.jfood-charm .tab_box .tab_panel-item:hover {
    opacity: .4
}

.jfood-charm .tab_box .tab_panel-img {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.tw-page .jfood {
    background: #fff
}

@media (min-width:769px) {
    .tw-page .jfood {
        background: #fff
    }
}

.tw-88 .jfood {
    background: #f7f0e6
}

.jfood .swiper-pagination-bullet-active {
    background: #d0a836
}

.quiz_layer {
    display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.quiz_wrapper * {
    box-sizing: border-box;
    color: #2b1801;
    font-weight: 700
}

.quiz_wrapper .quiz_start {
    background: url(../images/quiz/screen1.jpg);
    background-size: contain;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh;
    display: flex;
    flex-direction: column
}

.quiz_wrapper .quiz_start h1 {
    background-size: 284px auto;
    width: 284px;
    height: 114px;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 20px
}

.quiz_wrapper .quiz_start .start_annotation {
    text-align: center;
    line-height: 1.6
}

.quiz_wrapper .quiz_start .start_annotation span.qa {
    display: inline-block;
    padding: 0 6px;
    margin: 0 3px;
    background-color: #ffff2d;
    border: 3px solid #2b1801
}

.quiz_wrapper .quiz_btn_base {
    width: 90%;
    display: flex;
    flex-direction: row;
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 18vh
}

.quiz_wrapper .quiz_btn p {
    color: #fff
}

.quiz_wrapper .btn_layer {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 202;
    background-color: hsla(0, 0%, 100%, .8)
}

.quiz_wrapper .quiz_card {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 203;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 20px;
    white-space: nowrap;
    border-radius: 800px;
    background-color: #28bbe5
}

.quiz_wrapper .quiz_card p {
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    opacity: 0
}

.quiz_wrapper .quiz_card.correct p {
    top: 40px;
    font-size: 40px
}

.quiz_wrapper .quiz_card.correct span {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 66px 100px;
    position: absolute;
    bottom: -100px;
    left: 87px;
    width: 66px;
    height: 100px
}

.quiz_wrapper .quiz_card.correct span.star:before {
    content: "";
    color: #ffff2d;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: -1;
    background-size: 15px auto;
    width: 15px;
    height: 14px;
    animation: star_left 1.2s .2s forwards
}

.quiz_wrapper .quiz_card.correct span.star:after {
    content: "";
    color: #ffff2d;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: -1;
    background-size: 15px auto;
    width: 15px;
    height: 14px;
    animation: star_left 1.2s .2s forwards;
    animation: star_right .9s .2s forwards
}

.quiz_wrapper .quiz_card.incorrect span {
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 66px 100px;
    position: absolute;
    bottom: -100px;
    left: 87px;
    width: 66px;
    height: 100px
}

.quiz_wrapper .in {
    width: 82%;
    background-color: hsla(0, 0%, 100%, .6);
    height: 37vh;
    margin: calc(100% - 26vh) auto 10px;
    min-height: 36.5vh;
    border-radius: 15px
}

.quiz_wrapper .quiz_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_1 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_1 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_2 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_2 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_3 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_3 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_4 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_4 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_5 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_5 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_5 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_6 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_6 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_7 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_7 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_7 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_8 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_8 h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_8 .container {
    padding-top: 30px
}

.quiz_wrapper .quiz_9,
.quiz_wrapper .quiz_10 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .tai {
    background: url(../images/quiz/bg_tai.jpg) 0 0 repeat;
    background-size: contain
}

.quiz_wrapper .buri {
    background: url(../images/quiz/bg_buri.jpg) 0 0 repeat;
    background-size: contain
}

.quiz_wrapper .hotate {
    background: url(../images/quiz/bg_hotate.jpg) 0 0 repeat;
    background-size: contain
}

.quiz_wrapper .quiz_end {
    display: none;
    border-radius: 8px;
    position: absolute;
    z-index: 201;
    top: 30px;
    left: 50%;
    transform: translate(-50%);
    width: 50vh;
    height: 88.5vh
}

.quiz_wrapper .quiz_end h1 {
    position: absolute;
    top: -18px;
    background-size: 277px auto;
    width: 277px;
    height: 37px;
    text-indent: -9999px;
    overflow: hidden
}

.quiz_wrapper .quiz_end .container {
    padding-top: 30px
}

.quiz_wrapper .heading:not(:first-child) {
    margin-top: 16px
}

.quiz_wrapper .heading span {
    position: absolute;
    top: -5px;
    left: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 3px solid #2b1801;
    background-color: #ffff2d;
    font-size: 17px
}

.quiz_wrapper .heading.quiz,
.quiz_wrapper .heading.quiz span {
    background-color: #28bbe5
}

.quiz_wrapper .area_annotation {
    background-color: #eaeaea;
    margin: 10px -11px;
    padding: 16px
}

.quiz_start {
    display: flex
}

.quiz_start .quiz_btn_base {
    margin-top: auto;
    width: 229px
}

.quiz_btn {
    margin: auto;
    cursor: pointer;
    cursor: hand;
    position: relative
}

.quiz_btn p {
    color: #730000 !important
}

.quiz_btn img {
    width: 100%
}

.quiz_btn_a {
    background: url(../images/quiz/button_ans_a.png) no-repeat;
    margin: auto auto auto 5px;
    background-size: 98%;
    background-position: 0
}

.quiz_btn_a,
.quiz_btn_b {
    cursor: pointer;
    cursor: hand;
    height: 6.5rem;
    width: 98%;
    line-height: 7rem;
    font-size: 1.8rem;
    color: #730000;
    padding-left: 1rem;
    display: flex;
    justify-content: center
}

.quiz_btn_b {
    margin: auto;
    background: url(../images/quiz/button_ans_b.png) no-repeat;
    background-size: 98%;
    background-position: 0
}

.imgblock {
    display: flex;
    flex-direction: row;
    height: auto !important;
    padding-top: 0;
    align-items: center;
    margin-top: 11px
}

.imgblock img {
    width: 100%
}

.imgblock .quiz_img {
    width: 50%;
    object-fit: contain
}

.imgblock .quiz_num {
    width: 25%;
    margin-left: 10%;
    margin-right: 12%;
    display: flex;
    object-fit: contain
}

.correct_mark {
    display: none
}

.correct_mark.active {
    position: absolute;
    top: 13%;
    width: 50%;
    left: 35%
}

.fb_btn {
    width: 90%;
    flex-shrink: 0
}

.fb_btn img {
    width: 100%
}

.class {
    margin-top: calc(100% - 24vh);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 15px
}

.class_is {
    width: 130px
}

.quiz_end {
    display: flex;
    background: url(../images/quiz/bg_end.png);
    background-size: contain;
    flex-direction: column
}

.quiz_end .class_block {
    height: 100px
}

.quiz_end .quiz_bottom {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    margin-top: 4%
}

.quiz_end .quiz_bottom .quiz_bottom_block {
    width: 100%;
    flex-shrink: 0
}

.quiz_end .return {
    position: absolute;
    top: 7px;
    left: 103%;
    opacity: 1
}

.quiz_end .quiz_btn_base {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-top: 15vh;
    height: 100%
}

.quiz_end.quiz_advanced {
    background: url(../images/quiz/bg_hi.png) !important;
    background-size: 100% !important
}

.quiz_end.quiz_middle {
    background: url(../images/quiz/bg_mid.png) !important;
    background-size: 100% !important
}

.points {
    width: 54%;
    display: flex;
    flex-direction: row
}

.got_point,
.points {
    margin-left: auto;
    margin-right: auto
}

.got_point {
    font-size: 5rem;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, .6);
    width: 59%;
    margin-top: 20px;
    padding: 14px 8px;
    min-height: 10vh
}

.got_point,
.sentence {
    color: #730000 !important
}

.sentence {
    padding: 10px;
    font-size: .8rem !important;
    font-weight: 400;
    line-height: 1.2rem
}

.quiz_bottom {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: auto;
    margin-bottom: 19px
}

.quiz_bottom img.active {
    cursor: pointer;
    cursor: hand;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9px
}

.quiz_bottom img {
    width: 100%;
    display: none
}

.quiz_banner {
    width: 100%;
    text-align: center
}

.quiz_banner img {
    margin: 0 auto
}

@media (min-height:1366px) {
    .quiz_wrapper .in {
        margin-top: 340px;
        height: 490px;
        margin-bottom: 50px
    }

    .imgblock {
        display: flex;
        flex-direction: row;
        height: auto !important;
        padding-top: 0;
        align-items: center;
        margin-top: 1rem
    }

    .imgblock .quiz_num {
        width: 122px;
        height: 102px;
        margin-left: 50px;
        margin-right: 20px;
        object-fit: contain
    }

    .imgblock .quiz_img {
        width: auto;
        height: 350px !important
    }

    .in .sentence {
        font-size: 1rem
    }
}

@media only screen and (max-width:1024px) {
    .quiz_wrapper .in .sentence {
        line-height: 1.1rem;
        font-size: .7rem !important;
        font-weight: 700
    }

    .character-box {
        min-height: 200px !important
    }

    .mascot {
        display: flex;
        flex-direction: column;
        align-content: space-between
    }

    .mascot .text {
        min-height: 220px !important
    }

    .mascot .text.bottom {
        margin-top: auto
    }
}

@media only screen and (max-width:767px) {
    .quiz_wrapper .in {
        width: 82%;
        background-color: hsla(0, 0%, 100%, .5);
        height: 220px;
        margin: 150px auto 10px
    }

    .quiz_banner img {
        max-width: 300px
    }
}

@media (max-width:768px) {
    /* .jfood-fv {
          background: url(../images/fv/bg_fv_mb.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding-top: 144%;
    } */

    dl#fixed-nav {
        justify-content: center;
        column-gap: 1rem;
        padding: 10px 20px;
        width: 30%;
        align-items: center;
    }

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

    .quiz_wrapper .in {
        width: 82%;
        background-color: hsla(0, 0%, 100%, .6);
        height: 36vh;
        margin: calc(100% - 26vh) auto 10px
    }

    .quiz_wrapper .in .sentence {
        font-size: 1rem;
        line-height: 1.4rem
    }

    .quiz_btn.quiz_btn_a,
    .quiz_btn.quiz_btn_b {
        padding-left: 1rem;
        background-size: 98%
    }

    .sentence {
        color: #730000 !important;
        padding: 5px;
        font-size: .8rem;
        font-weight: 400;
        line-height: 1rem
    }

    .imgblock {
        margin-top: 13px;
        display: flex;
        flex-direction: row;
        height: 22vh !important;
        padding-top: 0;
        align-items: center
    }

    .imgblock .quiz_img {
        height: 200px !important
    }

    .imgblock .quiz_num {
        width: 55px;
        height: 55px;
        margin-left: 30px;
        margin-right: 30px
    }
}

.jfood-88 {
    background: #f7f0e6
}

@media screen and (max-width:380px) {
    .quiz_wrapper .in .sentence {
        font-size: .8rem;
        line-height: 1rem
    }
}

@media only screen and (max-width:320px) {
    .quiz_wrapper .in {
        margin-top: 260px
    }
}

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


/* promotions page 15/01 */
.charm-sec.promotions {
    background: url(../images/promotions/bg.png) repeat top;
    display: flex;
    justify-content: center;
}
.charm-sec.promotions.charm-sec_green {
    background: url(../images/event/bg_yellow.png) repeat top;
    display: flex;
    justify-content: center;
}

.charm-sec.promotions .pro-description {
    text-align: center;
    margin-top:3.4386%;
}

.pro-description p {
    font-weight: 300;
    font-size: 1.3177vw;
    line-height: 1.8889;
    margin-bottom: 0;
}

.charm-ttl.promotions .charm-ttl__img {
    width: 65.06667%;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.pro-tab-content .nav-tabs {
    justify-content: center;
    border: none;
    display: flex;
    width: 100%;
}

.pro-tab-content {
    background: url(../images/promotions/bg.png) repeat top;
    display: flex;
    justify-content: center;
}

.pro-tab-content .nav-tabs li.nav-item {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-tab-content .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid #E3E3E3;
    color: rgba(72, 72, 72, 0.47);
    letter-spacing: 1px;
    width: 100%;
    background-color: transparent;
    font-size: 3.2211vw;
    line-height: 1;
    margin-top: 1.53734%;
    font-weight: normal;
    cursor: pointer;
}

.pro-tab-content .nav-tabs .nav-link.active {
    border-bottom: 3px solid #C3AB5D;
    color: #484848;
    background: transparent;
}

.pro-tab-content .nav-tabs .nav-link:focus-visible,
.pro-tab-content .nav-tabs .nav-link:focus {
    outline: none;
}

.pro-tab-content {
    text-align: center;
    padding: 0 8.27233% 11.4202%;
}

.pro-container {
    width: 100%;
}

.pro-tab-content .tab-content {
    width: 100%;
    padding: 0 25px;
}

.pro-tab-content .tab-content .list-info .item {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #CAC4D0;
    padding: 15px 0;
}

.pro-tab-content .tab-content .list-info .title {
    min-width: 160px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #484848;
    margin: 0;
    text-align: left;

    font-size: 1.3177vw;
    line-height: 1.8889;
}

.pro-tab-content .tab-content .list-info .content {
    letter-spacing: 1px;
    color: #484848;
    margin: 0;
    text-align: left;

    font-weight: 300;
    font-size: 1.3177vw;
    line-height: 1.8889;
}

.slide-image {
    margin-top: 50px;
    position: relative;
    padding-bottom: 80px;
}

.slide-image.slide5 {
    padding-bottom: 0;
}

.arrow-button-next img,
.arrow-button-prev img {
    width: 33px;
    height: 33px;
    top: 47.6%;
    position: absolute;
    z-index: 99;
}

.arrow-button-next.swiper-button-disabled,
.arrow-button-prev.swiper-button-disabled {
    opacity: 0;
}

.arrow-button-next img {
    right: 39px;
    transform: scaleX(-1);
}

.arrow-button-prev img {
    left: 39px;
}

.slide-image:after {
    content: '';
    width: 160px;
    height: 1px;
    background: #C3AB5D;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
}

.slide-image.slide5::after {
    display: none;
}

.box-content-tab:last-child .list-info::after {
    display: none;
}

.box-content-tab {
    margin-bottom: 50px;
}

#tab2 .list-info {
    position: relative;
    padding-bottom: 80px;
}

#tab2 .list-info:after {
    content: '';
    width: 160px;
    height: 1px;
    background: #C3AB5D;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
    left: 50%;
}

@media screen and (max-width: 768px) {
    .pro-tab-content {
        padding: 11.06667% 5.33333% 11.06667%;
    }
}

.box-content-tab .slide-image .swiper-slide {
    height: 0;
}

.box-content-tab .slide-image .swiper-slide.swiper-slide-active {
    height: 50vw;
    background: #000;
}

.jfood-sns__ttl_p {
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    color: #FFF;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
  /*  .box-content-tab .slide-image .swiper-slide.swiper-slide-active {
    height: auto;
}*/
    .charm-sec.promotions span.charm-sec__ttl-txt {
        font-size: 6.1333vw;
        font-family: "Noto Serif HK";
        margin-bottom: 9.55224%;
        margin-top: 4.62687%;
        line-height: 1.4;
    }

    .jfood-sns__ttl_p {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #FFF;
        margin: 15px 0;
        text-align: center;
    }

    .pro-container .charm-sec__ttl-img {
        width: 44.32836%;
    }

    .charm-sec.promotions {
        padding: 11.06667% 5.33333% 20.66667%;
    }

    .pro-container .charm-sec__ttl-img {
        width: 44.32836%;
    }

    .charm-ttl.promotions .charm-ttl__img {
        position: absolute;
        top: 40.8%;
        left: 50.8%;
        transform: translate(-50%, -50%);
        width: 82.06667%;
    }

    .pro-description p {
        font-size: 4vw;
        letter-spacing: 0;
        line-height: 1.6333;
    }

    .pro-tab-content .tab-content .list-info .title {
        font-size: 4vw;
        line-height: 2;
        font-family: "Noto Serif HK";
    }

    .pro-tab-content .tab-content .list-info .content {
        font-size: 4vw;
        line-height: 2;
        font-family: "Noto Serif HK";
    }

    .pro-tab-content .nav-tabs .nav-link {
        font-size: 6vw;
        font-family: "Noto Serif HK";
    }

    .pro-tab-content .tab-content .list-info .title {
        min-width: 90px;
    }

    .pro-tab-content .tab-content {
        padding: 0;
    }

    .box-content-tab img.image-branh {
        width: 160px !important;
        height: 160px !important;
    }

    .pro-tab-content .tab-content .list-info .item {
        gap: 30px;
    }

    .slide-image.slide5 {
        padding-bottom: 20px;
    }

    .slide-image {
        margin-top: 30px;
        position: relative;
        padding-bottom: 50px;
    }

    .jfood-top .header.active .header__wrap {
        padding: 1.46413%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        width: 100%;
    }

    .box-content-tab:last-child {
        margin-bottom: 0;
    }

    .display-pc {
        display: none;
    }

    .display-mobile {
        display: block !important;
    }

    .jfood-sns__ttl {
        width: 45%;
    }
}