@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);:root{--font-mincho:"Shippori Mincho",serif}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-mincho);word-break:break-all}body{background-color:#fff}body.is-fixed{overflow:hidden}.drawer{position:fixed;top:32px;right:calc(50% - min(45vw,225px));width:33px;aspect-ratio:33/43;background-image:url(../img/icon-drawer-open.svg);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:9998;transition:background-image .3s ease-in-out;cursor:pointer;display:none}@media screen and (max-width:1300px){.drawer{display:block}}.drawer.is-open{background-image:url(../img/icon-drawer-close.svg)}.main-contents{width:100%;max-width:500px;margin-right:220px;margin-left:auto;background-color:#fff;position:relative;z-index:9996;box-shadow:0 0 1rem 0 rgba(128,128,128,.5)}@media screen and (max-width:1300px){.main-contents{margin-inline:auto}}.bg{height:100vh;width:100%;position:fixed;top:0;left:0}@media screen and (max-width:1300px){.bg{display:none}}.bg .bg__inner{height:100%;padding-right:720px}.bg .bg__img{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-mask-image:linear-gradient(35deg,rgba(0,0,0,0) 40%,#000 50%);mask-image:linear-gradient(35deg,rgba(0,0,0,0) 40%,#000 50%);-webkit-mask-size:200% 200%;mask-size:200% 200%;-webkit-mask-position:top left;mask-position:bottom left;opacity:1;transition:-webkit-mask-position 2s ease-out,mask-position 2s ease-out}.bg .bg__img:not(.active){-webkit-mask-position:top right;mask-position:top right}.bg .bg__img img{padding-right:720px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.bg .bg__img.last img{-o-object-position:right;object-position:right}.bg .bg__img:nth-child(1){z-index:6}.bg .bg__img:nth-child(2){z-index:5}.bg .bg__img:nth-child(3){z-index:4}.bg .bg__img:nth-child(4){z-index:3}.bg .bg__img:nth-child(5){z-index:2}.bg .bg__img:nth-child(6){z-index:1}.wide-only{display:block}@media screen and (max-width:1300px){.wide-only{display:none}}.sai{color:#036eb7}.green{color:#008f3c}.red{color:#ca151d}.yellow{color:#fac100}.white{color:#fff}.white-gray{color:#b5c1c8}.sai{color:#036eb7}#sai{background-color:#fff}#green{background-color:#e4eade}#red{background-color:#fdf3f4}#yellow{background-color:#fffdef}#white{background-color:#fff}#white-gray{color:#b5c1c8}/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left)}main{display:block}address,blockquote,dl,figure,form,iframe,p,pre,table{margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;font-size:inherit;line-height:1.6em}ol,ul{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{clear:both;box-sizing:content-box;height:0;margin:0;overflow:visible;color:inherit;border-top-width:1px}pre{font-size:inherit;font-family:monospace,monospace}address{font-style:inherit}a{color:inherit;text-decoration:none;background-color:transparent}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-size:inherit;font-family:monospace,monospace}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}button,input,optgroup,select,textarea{margin:0;padding:0;color:inherit;font:inherit;text-align:inherit;text-transform:inherit;vertical-align:middle;background:0 0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;appearance:none}[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox;appearance:checkbox}[type=radio]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio;appearance:radio}[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{min-width:0;margin:0;padding:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;appearance:button}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{padding:0;vertical-align:top}th{font-weight:700;text-align:left}.flex{display:flex}.flex--alternating:nth-child(even){flex-direction:row-reverse}.flex-direction{flex-direction:column;row-gap:10px;align-items:flex-start!important}.grid{display:grid}.attention{display:table;font-size:clamp(10px,2.5vw,12px);margin-bottom:10px}.attention::before{content:"※";display:table-cell}.desc{margin-bottom:30px;line-height:1.6em}.btn--more{max-width:320px;margin:30px 0 0}.btn--more.center{margin:30px auto}.btn__link{display:block;width:100%;text-align:center;padding-block:10px;border:1px solid #291f1f;border-radius:5px}.accordion__item:not(:last-child){margin-bottom:30px}.accordion__title{font-size:20px;background:#add8e6;padding:15px 20px}.accordion__content{font-size:18px;padding:15px 20px;display:none}.swiper-slide .text{position:absolute;left:5%;bottom:5%;background-color:#fff;padding:15px 10px;max-width:180px}.swiper-slide .text h5{font-size:12px;line-height:1.4em;margin-bottom:5px}.swiper-slide .text p.name{font-size:16px;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #000}.swiper-slide .text p.name small{font-size:10px}.swiper-slide .text p.desc{font-size:11px;margin-bottom:0}.swiper-pagination{position:unset!important;margin-top:10px}.swiper-pagination.color01 .swiper-pagination-bullet-active{background-color:#f7b400!important}.swiper-pagination.color02 .swiper-pagination-bullet-active{background-color:#0da667!important}.swiper-pagination.color03 .swiper-pagination-bullet-active{background-color:#a30000!important}.swiper-pagination.color04 .swiper-pagination-bullet-active{background-color:#157d3b!important}.swiper-pagination.color05 .swiper-pagination-bullet-active{background-color:#c6000b!important}.swiper-pagination.color06 .swiper-pagination-bullet-active{background-color:#9fb0b9!important}.swiper-pagination.color07 .swiper-pagination-bullet-active{background-color:#036eb7!important}.header{position:fixed;right:0;top:0;background-color:#fff;height:100vh;width:100%;max-width:220px;display:flex;align-items:center;justify-content:center;z-index:99}@media screen and (max-width:1300px){.header{position:fixed;background-color:#fff;align-items:flex-start;padding-block:37px;overflow-y:auto;top:0;left:0;width:100%;height:100vh;max-width:unset;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.header.is-open{opacity:1;visibility:visible;z-index:9997}}.header .header__inner{display:flex;flex-direction:column;align-items:center;font-family:var(--font-mincho);padding:0 30px}@media screen and (max-width:1300px){.header .header__inner{width:209px}}.header .header__nav{margin-bottom:30px;width:100%}.header .header__block{text-align:center;width:100%}.header .header__title{font-size:17px;font-weight:800;border-top:1px solid currentColor;border-bottom:1px solid currentColor;padding:8px 0;margin-bottom:20px;letter-spacing:-.01em}@media screen and (max-width:1300px){.header .header__title{padding:6px 0}}.header .header__item:not(:first-child){margin-top:16px}@media screen and (max-width:1300px){.header .header__item:not(:first-child){margin-top:14px}}.header .header__item a{font-weight:800;font-size:16px;line-height:1.4;letter-spacing:-.08em}.header .header__item ol{display:flex;flex-wrap:wrap;justify-content:center;gap:0 10px}.header .header__item ol li{margin-top:8px;width:28%}.header .header__item p{letter-spacing:-.1em;font-weight:800}.header .header__item p span{font-weight:800}.header .header__sns{display:flex;gap:16px;justify-content:center}.header .header__icon a{display:inline-block;width:32px}.header .header__icon a img{width:100%;height:auto}.header .header__anchor{margin-top:25px;display:flex;align-items:center;flex-direction:column}.header .header__anchor-icon a{width:35px;display:inline-block}.header .header__anchor-icon a img{width:100%;height:auto}.header .header__anchor-text{margin-top:8px;font-size:17px;font-weight:800;text-align:center}.header .header__bgm{margin-top:25px}.header .header__bgm-icon{display:none;width:71px}.header .header__bgm-icon.is-active{display:block}.header .header__bgm-icon img{width:100%;height:auto}.header .header__logo{margin-top:24px;width:144px}.header .header__logo img{width:100%;height:auto}.kv .kv__inner{position:relative;height:100dvh}@media screen and (max-width:767px){.kv .kv__inner{height:680px;overflow:hidden}}.kv .kv__bg{position:relative;height:100%}.kv .kv__pv{height:100%}.kv .kv__pv video{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.kv .kv__mv{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.kv .kv__mv img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:767px){.kv .kv__mv img{height:auto}}.kv .kv__over{position:absolute;inset:0;padding-top:44px;padding-left:22px;padding-bottom:43px;display:flex;flex-direction:column}@media screen and (max-width:767px){.kv .kv__over{padding-top:36px;padding-left:18px;padding-bottom:38px}}.kv .kv__title{width:100%;max-width:458px}@media screen and (max-width:767px){.kv .kv__title{max-width:343px;width:91.4666666667vw}}.kv .kv__title img{width:100%;height:auto}.kv .kv__info{color:#fff;margin-top:auto}.kv .kv__date{font-weight:700;font-family:var(--font-mincho);display:flex;flex-wrap:wrap;align-items:center;gap:20px;width:95%}@media screen and (max-width:767px){.kv .kv__date{gap:11px}}.kv .kv__date .text{font-size:50px}@media screen and (max-width:767px){.kv .kv__date .text{font-size:38px}}.kv .kv__date .small{font-size:33px}@media screen and (max-width:767px){.kv .kv__date .small{font-size:25px;margin-left:5px}}.kv .kv__date .arrow{width:28px}@media screen and (max-width:767px){.kv .kv__date .arrow{width:23px}}.kv .kv__date .arrow img{width:100%;height:auto}.kv .kv__action{position:absolute;top:250px;display:flex;flex-direction:row-reverse;gap:5px;right:16px;cursor:pointer}.kv .kv__action img{width:65px;height:auto}.intro .intro__bg{position:relative;width:100%;height:500svh}.intro .intro__imgs{position:sticky;top:0;height:100dvh;width:100%}.intro .intro__img{z-index:1;position:absolute;top:0;width:100%;height:100%}.intro .intro__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.intro .intro__img:nth-of-type(2){z-index:2}.intro .intro__img:nth-of-type(3){z-index:3}.intro .intro__img:nth-of-type(4){z-index:4}.intro .intro__over{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;flex-direction:column;z-index:5;color:#fff;font-family:var(--font-mincho);padding-inline:60px}@media screen and (max-width:767px){.intro .intro__over{padding:40px 20px 0}}.intro .intro__title{font-size:40px;line-height:1.5;text-shadow:2px 3px 3px rgba(0,0,0,.4)}@media screen and (max-width:767px){.intro .intro__title{font-size:30px}}.intro .intro__text{margin-top:15px;font-size:16px;line-height:2;text-shadow:2px 3px 3px rgba(0,0,0,.4)}@media screen and (max-width:767px){.intro .intro__text{font-size:14px}}.intro .intro__en{width:130px;position:absolute;bottom:-35px;right:25px}@media screen and (max-width:767px){.intro .intro__en{bottom:-45px;right:-35px}}.intro .intro__en img{width:100%;height:auto}.opening-wrap{z-index:10000;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#036eb7}.opening-wrap .title{max-width:600px;width:100%;margin:0 auto;padding-left:60px}@media screen and (max-width:767px){.opening-wrap .title{width:80%}}.opening-wrap .opening-content{display:flex;flex-direction:column;justify-content:center;height:100%}.opening-wrap .opening-content .btnarea{display:flex;gap:30px;justify-content:center}.opening-wrap .opening-content .btnarea .js-opening-button{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:visibility .5s}.opening-wrap .opening-content .btnarea img{width:100px}@media screen and (max-width:767px){.opening-wrap .opening-content .btnarea img{width:85px}}.opening-wrap .opening-content p{text-align:center;font-family:var(--font-mincho);font-size:28px;margin:40px auto 30px;width:-moz-fit-content;width:fit-content;color:#fff}.opening-wrap .opening-content small{text-align:center;width:-moz-fit-content;width:fit-content;margin:40px auto 0;color:#fff;font-size:16px}@media screen and (max-width:767px){.opening-wrap .opening-content small{font-size:14px;line-height:1.6em}}.fade-out{opacity:0;transition:opacity 1s ease;pointer-events:none}.hidden{display:none!important}.is-fixed{height:100dvh}.sp{display:none}@media screen and (max-width:767px){.pc{display:none}.sp{display:block}}img{max-width:100%;height:auto;display:block}.section{padding:60px 0}.section__title{font-size:3.2rem;margin-bottom:1em;font-weight:600}.section__title--sub{font-size:24px;margin-bottom:1em}.section__title--line{padding:10px 0;margin-bottom:30px;border-block:1px solid #291f1f;text-align:center;font-size:26px;letter-spacing:.1em;font-weight:600}.section--movie{padding-inline:25px;padding-bottom:0}.section--movie .popup_box--movie{width:90%;max-width:800px;opacity:0;pointer-events:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;transition:opacity .5s ease}.section--movie .popup_box--movie.active{opacity:1;pointer-events:auto;transition:opacity .5s ease}.section--movie .popup_box--movie video{aspect-ratio:16/9;width:100%}.section--movie .popup_box--movie .close-btn{right:-33px;position:absolute;top:-45px;font-size:40px;color:#595757;pointer-events:none}@media screen and (max-width:767px){.section--movie .popup_box--movie .close-btn{right:0;font-size:36px}}.section--movie .popup_box--overlay{display:none;position:fixed;top:0;left:0;height:100%;width:100%;background-image:url(../img/movie_bg.jpg);z-index:1000;background-position:center center}.section--movie .popup_box--overlay.active{display:block}.section--menu{padding-bottom:0}.section--menu .text_area{margin-inline:25px;text-align:center}.section--menu .text_area p{line-height:1.6em;font-size:16px}@media screen and (max-width:767px){.section--menu .text_area p{font-size:3.4666666667vw}}.section__container{position:relative}.section__title{font-size:38px;line-height:1.2em}@media screen and (max-width:767px){.section__title{font-size:34px}}.section__title small{font-size:14px;font-weight:700;display:block;letter-spacing:.3em;line-height:1em;margin-bottom:8px}.shop_box{padding-block:60px}.shop_box.active .shop_box--area{bottom:0;opacity:1;box-shadow:0 -10px 15px rgba(0,0,0,.04);z-index:999;transform:translateZ(0);will-change:transform;padding-bottom:env(safe-area-inset-bottom)}.shop_box:nth-child(even){background-color:#ecebe9}.shop_box:nth-child(even) .shop_box--area{background-color:#ecebe9}.shop_box .item .img_box{margin-bottom:20px}.shop_box .item .img_box figure{grid-template-columns:75% 25%}.shop_box .item .img_box figure img{width:100%}.shop_box .item .img_box figure figcaption{display:flex;align-items:flex-end;padding-block:30px;writing-mode:vertical-rl;-ms-writing-mode:tb-rl;font-size:clamp(13px,2.5vw,16px);line-height:1.6em}@media screen and (max-width:767px){.shop_box .item .img_box figure figcaption{font-size:3.4666666667vw}}.shop_box .item__info{padding-inline:20px}.shop_box .item__info--price{font-size:clamp(14px,3.5vw,18px);line-height:1.6em;position:relative;width:-moz-fit-content;width:fit-content;margin-bottom:20px;padding:5px 20px;letter-spacing:.01em}@media screen and (max-width:767px){.shop_box .item__info--price{font-size:3.4666666667vw;padding-inline:15px;letter-spacing:-.04em}}.shop_box .item__info--price::after,.shop_box .item__info--price::before{content:"";width:20px;height:20px;position:absolute;display:inline-block}.shop_box .item__info--price::before{border-left:solid 1px #000;border-top:solid 1px #000;top:0;left:0}.shop_box .item__info--price::after{border-right:solid 1px #000;border-bottom:solid 1px #000;bottom:0;right:0}.shop_box .item__info--price small.amount{display:block;width:-moz-fit-content;width:fit-content;margin-left:auto;font-size:clamp(14px,3.5vw,18px)}.shop_box .item__info--price small.amount.inline{display:inline;padding-left:10px}.shop_box .item__info--price .border{border:1px solid;padding:0 5px;margin-left:10px}.shop_box .item__info--price .border_bg{background-color:#f6c1c8;border:none;font-size:13px;font-weight:400;padding:2px 5px}.shop_box .item__info--desc{font-size:clamp(13px,2.67vw,16px);line-height:1.8em;margin-bottom:40px;letter-spacing:-.01em}@media screen and (max-width:767px){.shop_box .item__info--desc{font-size:3.4666666667vw}}.shop_box .item__info--spice{font-size:clamp(10px,2.5vw,13px);margin-bottom:20px}.shop_box .item__info--spice h4{line-height:1.2em;align-items:center;font-family:"Noto Sans JP",sans-serif;flex-wrap:wrap;position:relative;padding-left:25px;row-gap:10px}@media screen and (max-width:767px){.shop_box .item__info--spice h4{font-size:3.2vw}}.shop_box .item__info--spice h4::before{content:"";background-image:url(../img/spice_01.svg);width:15px;aspect-ratio:1;background-size:100%;background-repeat:no-repeat;position:absolute;top:0;left:0}.shop_box .item__info--spice h4 span{color:#000;border-right:1px solid #000;margin-right:10px;padding-right:10px;font-family:"Noto Sans JP",sans-serif}.shop_box .item__info--spice h4.spice01{color:#036eb7}.shop_box .item__info--spice h4.spice02{color:#cf8e22}.shop_box .item__info--spice h4.spice02::before{content:"";background-image:url(../img/spice_02.svg)}.shop_box .item__info--spice h4.spice03{color:#ff85a7}.shop_box .item__info--spice h4.spice03::before{content:"";background-image:url(../img/spice_03.svg)}.shop_box .item.active .shop_box--area{background-color:#fff;bottom:0;opacity:1;box-shadow:0 -10px 15px rgba(0,0,0,.04)}.shop_box--item02 .img_box figure{grid-template-columns:30% 70%!important}.shop_box--item03 .img_box figure{grid-template-columns:30% 70%!important}.shop_box--item04 .img_box figure{grid-template-columns:75% 25%!important}.shop_box--item05 .img_box figure{grid-template-columns:30% 70%!important}.shop_box--about figure{grid-template-columns:20% 80%}.shop_box--about figure img{width:100%}.shop_box--about figure figcaption{display:flex;align-items:center;writing-mode:vertical-rl;-ms-writing-mode:tb-rl;font-size:clamp(13px,2.5vw,16px);line-height:1.6em}@media screen and (max-width:767px){.shop_box--about figure figcaption{font-size:3.4666666667vw}}.shop_box--about--w figure{grid-template-columns:75% 25%}.shop_box--area{position:fixed;bottom:-100px;transition:bottom .5s ease,opacity .5s ease;opacity:0;margin-top:40px;border-top:1px solid #000;line-height:1.6em;font-size:clamp(10px,2.5vw,14px);z-index:999;background-color:#fff;width:500px}@media screen and (max-width:767px){.shop_box--area{width:100%}}.shop_box--area a{display:block;width:100%;padding-block:10px;padding-inline:20px;padding-right:80px}@media screen and (max-width:767px){.shop_box--area a{font-size:11px;padding-right:20px}}.shop_box--area::after{content:"";background-image:url(../img/shopmark_01.svg);margin-right:8px;font-weight:700;display:inline-block;width:40px;aspect-ratio:1;background-size:100%;background-repeat:no-repeat;position:absolute;top:25%;right:0;pointer-events:none}@media screen and (max-width:767px){.shop_box--area::after{top:15%}}.shop_box--area.fixed{bottom:0;opacity:1}.shop_box--area.fixed b{letter-spacing:-.01em}#shop01 .shop_box--area::after{background-image:url(../img/shopmark_07.svg)}#shop02 .shop_box--area::after{background-image:url(../img/shopmark_07.svg)}#shop02 .shop_box--item02 figcaption{align-items:baseline!important}#shop03 .shop_box--area::after{background-image:url(../img/shopmark_05.svg)}#shop03 figcaption{align-content:center}#shop03 .shop_box--about .grid{grid-template-columns:20% 80%}#shop03 .shop_box--about .grid img{order:2}#shop04{padding-bottom:80px}#shop04 .shop_box--area::after{background-image:url(../img/shopmark_07.svg)}#shop04 figcaption{align-content:center}#shop04 .shop_box--about .grid{grid-template-columns:20% 80%}#shop04 .shop_box--about .grid img{order:2}#shop06 .shop_box--area::after{background-image:url(../img/shopmark_06.svg)}#shop07 .shop_box--area::after{background-image:url(../img/shopmark_05.svg)}#shop08 .shop_box--area::after{background-image:url(../img/shopmark_07.svg)}#shop08 .amount{margin-left:0}.spicemenu{padding-top:40px}.spicemenu--fv{padding-inline:20px;position:relative}.spicemenu--fv .fv_text{position:absolute;top:7%;left:10%;z-index:99}@media screen and (max-width:767px){.spicemenu--fv .fv_text{top:5%}}.spicemenu--fv .fv_text h2{font-size:24px;margin-bottom:10px;font-family:dnp-shuei-gothic-gin-std,sans-serif;font-weight:700;letter-spacing:.07em;color:#c1bfc9}.spicemenu--fv .fv_text h2 span{font-size:24px;font-weight:700;font-family:dnp-shuei-gothic-gin-std,sans-serif}.spicemenu--fv .fv_text p{font-size:14px;line-height:1.6em;font-family:dnp-shuei-gothic-gin-std,sans-serif;color:#fff}.spicemenu #shop05{background:#fff;padding-bottom:0}.spicemenu #shop05 *{font-family:"Noto Sans JP",sans-serif}.spicemenu #shop05 h3{font-weight:500}.spicemenu #shop05 .item__info--desc{margin-bottom:0}.spicemenu #shop05 .bg_box{padding-block:0 60px}.spicemenu #shop05 .item__info .flex{margin-bottom:10px;gap:5px 20px;flex-wrap:wrap}.spicemenu #shop05 .item__info .flex small{margin-bottom:0}.spicemenu #shop05 .shop_box--item01 .grid{justify-content:right!important}.spicemenu #shop05 .shop_box--item01 .grid figcaption{right:auto!important;left:10px!important;bottom:0!important}@media screen and (max-width:767px){.spicemenu #shop05 .shop_box--item01 .grid figcaption{left:7px!important}}.spicemenu #shop05 .shop_box--item10 .img_box{position:relative}.spicemenu #shop05 .shop_box--item10 .img_box::after{content:"";background:url(../img/yellow_text_en.svg) no-repeat center center/contain;position:absolute;bottom:-70px;right:3px;width:42px;height:215px;z-index:99}.spicemenu #shop05 #sai .img_box{position:relative}.spicemenu #shop05 #sai .img_box::before{content:"";background:url(../img/sai_text.svg) no-repeat center center/contain;position:absolute;top:-40px;left:20px;width:103px;height:101px;z-index:99}.spicemenu #shop05 #sai .img_box::after{content:"";background:url(../img/colors_text.svg) no-repeat center center/contain;position:absolute;bottom:-70px;right:3px;width:33px;height:196px;z-index:99}.spicemenu #shop05 #sai .shop_box--area{color:#036eb7!important}.spicemenu #shop05 #sai .shop_box--area::after{content:"";background-image:url(../img/shopmark_04.svg)}.spicemenu #shop05 #green .item:first-child .img_box{position:relative}.spicemenu #shop05 #green .item:first-child .img_box figcaption{right:24px}.spicemenu #shop05 #green .item:first-child .img_box::before{content:"";background:url(../img/green_text_jp.svg) no-repeat center center/contain;position:absolute;top:-40px;left:20px;width:103px;height:101px;z-index:99}.spicemenu #shop05 #green .item:first-child .img_box::after{content:"";background:url(../img/green_text_en.svg) no-repeat center center/contain;position:absolute;bottom:-35px;right:3px;width:40px;height:200px;z-index:99}.spicemenu #shop05 #green .shop_box--area{color:#157d3b!important}.spicemenu #shop05 #green .shop_box--area::after{content:"";background-image:url(../img/shopmark_05.svg)}.spicemenu #shop05 #red{padding-top:60px}.spicemenu #shop05 #red .item:first-child .img_box{position:relative}.spicemenu #shop05 #red .item:first-child .img_box::before{content:"";background:url(../img/red_text_jp.svg) no-repeat center center/contain;position:absolute;top:-50px;left:20px;width:103px;height:101px;z-index:99}.spicemenu #shop05 #red .item:first-child .img_box::after{content:"";background:url(../img/red_text_en.svg) no-repeat center center/contain;position:absolute;bottom:0;right:3px;width:33px;height:99px;z-index:99}@media screen and (max-width:767px){.spicemenu #shop05 #red .item:nth-child(2) .img_box figcaption{left:8.7vw;padding:0}}.spicemenu #shop05 #red .item:nth-child(3) .img_box figcaption{right:24px}@media screen and (max-width:767px){.spicemenu #shop05 #red .item:nth-child(3) .img_box figcaption{right:9px}}.spicemenu #shop05 #red .shop_box--area{color:#a30000!important}.spicemenu #shop05 #red .shop_box--area::after{content:"";background-image:url(../img/shopmark_06.svg)}.spicemenu #shop05 #yellow{padding-top:60px}.spicemenu #shop05 #yellow .item:first-child .img_box{position:relative}.spicemenu #shop05 #yellow .item:first-child .img_box::before{content:"";background:url(../img/yellow_text_jp.svg) no-repeat center center/contain;position:absolute;top:-50px;left:20px;width:103px;height:101px;z-index:99}.spicemenu #shop05 #yellow .item:first-child .img_box::after{content:"";background:url(../img/yellow_text_en.svg) no-repeat center center/contain;position:absolute;bottom:-70px;right:3px;width:42px;height:215px;z-index:99}.spicemenu #shop05 #yellow .shop_box--area{color:#fac100!important}.spicemenu #shop05 #yellow .shop_box--area::after{content:"";background-image:url(../img/shopmark_07.svg)}.spicemenu #shop05 #white{padding-top:60px}.spicemenu #shop05 #white .item:first-child .img_box{position:relative}.spicemenu #shop05 #white .item:first-child .img_box::before{content:"";background:url(../img/white_text_jp.svg) no-repeat center center/contain;position:absolute;top:-50px;left:20px;width:103px;height:101px;z-index:99}.spicemenu #shop05 #white .item:first-child .img_box::after{content:"";background:url(../img/white_text_en.svg) no-repeat center center/contain;position:absolute;bottom:-70px;right:3px;width:42px;height:215px;z-index:99}.spicemenu #shop05 #white .shop_box--area{color:#959799!important}.spicemenu #shop05 #white .shop_box--area::after{content:"";background-image:url(../img/shopmark_08.svg)}.spicemenu #shop05 .item:not(:last-child){margin-bottom:55px}.spicemenu #shop05 .item .img_box figure{position:relative}.spicemenu #shop05 .item .img_box figure figcaption{position:absolute;z-index:99;display:block;font-weight:400}.spicemenu #shop05 .item .img_box figure figcaption span{background-color:#fff;padding:10px 5px;font-weight:500}@media screen and (max-width:767px){.spicemenu #shop05 .item .img_box figure figcaption span{font-size:13px;white-space:nowrap}}.spicemenu #shop05 .item .img_box figure figcaption span i{writing-mode:horizontal-tb;font-style:normal;line-height:1em;padding-bottom:2px}.spicemenu #shop05 .item:nth-child(even) .img_box figure{grid-template-columns:85%!important;justify-content:right}.spicemenu #shop05 .item:nth-child(even) .img_box figure figcaption{left:14px}@media screen and (max-width:767px){.spicemenu #shop05 .item:nth-child(even) .img_box figure figcaption{left:5px}}.spicemenu #shop05 .item:nth-child(even) .shop_box--area::after{content:"";background-image:url(../img/shopmark_03.svg)}.spicemenu #shop05 .item:nth-child(odd) .img_box figure{grid-template-columns:85%!important;justify-content:left}.spicemenu #shop05 .item:nth-child(odd) .img_box figure figcaption{right:16px}.spicemenu #shop05 .item:nth-child(odd) .img_box .shop_box--area{background-color:#ecebe9}.spicemenu #shop05 .item:nth-child(odd) .shop_box--area::after{content:"";background-image:url(../img/shopmark_02.svg)}.spicemenu #shop05 .shop_box--item02 h3{margin-bottom:10px}.spicemenu .attention{font-size:clamp(10px,2.5vw,13px);line-height:1.6em;margin-bottom:10px}#spices{background-color:#fcf8f2;padding-block:60px}@media screen and (max-width:767px){#spices{padding-block:60px}}#spices .text_box{padding-inline:20px;margin-bottom:20px}#spices .text_box h2{margin-bottom:20px;letter-spacing:.05em}#spices .text_box h2 small{font-size:15px}#spices .text_box h3{text-align:center;font-size:clamp(15px,2.5vw,18px);border-bottom:1px solid #000;padding-block:10px;margin-block:30px 20px;font-weight:700}#spices .text_box .info{font-size:clamp(11px,2.5vw,14px);letter-spacing:-.01em;font-family:"Noto Sans JP",sans-serif;font-weight:600}#spices .text_box .info b{font-size:clamp(11px,2.5vw,14px);font-family:"Noto Sans JP",sans-serif;font-weight:600}#spices .text_box .desc{font-family:"Noto Sans JP",sans-serif;letter-spacing:.1em;line-height:1.7em;font-size:15px}@media screen and (max-width:767px){#spices .text_box .desc{font-size:3.4666666667vw;letter-spacing:.01em}}#spices .pickup_box{width:83%;margin:0 auto}#spices .pickup_box .logo{width:130px;margin:40px auto 60px}#spices .pickup_box h3{border-top:1px solid #000;border-bottom:1px solid #000;padding-block:20px;margin-block:30px 20px;text-align:center;font-weight:700;font-size:24px}@media screen and (max-width:767px){#spices .pickup_box h3{font-size:20px}}#spices .pickup_box .desc{font-feature-settings:"palt";letter-spacing:.01em;display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){#spices .pickup_box .desc{font-size:13px}}#spices .pickup_box--list{margin-top:30px}#spices .pickup_box--list img{margin-bottom:10px}#spices .pickup_box--list h4{font-size:clamp(12px,2.5vw,14px);line-height:1.8em;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #000;font-family:"Noto Sans JP",sans-serif;font-weight:500}#spices .pickup_box--list p{font-size:clamp(10px,2.5vw,13px);line-height:2em;font-family:"Noto Sans JP",sans-serif}#spices .pickup_box--list__item:not(:last-child){margin-bottom:60px}@media screen and (max-width:767px){#spices .pickup_box--list__item:not(:last-child){margin-bottom:50px}}#spices .pickup_box--list__item:nth-child(odd){padding-top:20px}#spices .pickup_box--list__item:nth-child(1){border-top:5px solid #a30000}#spices .pickup_box--list__item:nth-child(3){border-top:5px solid #f7b400}#spices .pickup_box--list__item:nth-child(5){border-top:5px solid #008f3c}#spices .pickup_box--list__item:nth-child(7){border-top:5px solid #dbdcdc}#spices .pickup_box--list__item:last-child p{margin-bottom:0!important}@media screen and (max-width:767px){#spices .pickup_box--list__item p{font-size:12px!important}}#spices .pickup_box--list__item small{margin-top:10px;font-family:"Noto Sans JP",sans-serif}.attentipon{padding:40px 45px;font-size:clamp(10px,2.5vw,14px);line-height:1.8em;font-family:"Noto Sans JP",sans-serif}@media screen and (max-width:767px){.attentipon{padding:40px 35px}}.footer{padding:20px 0 20px!important;position:relative}.footer__inner i img{width:120px;margin-bottom:20px}.footer__inner img{width:185px;margin:0 auto 40px}.footer__sns{display:flex;max-width:140px;gap:30px;margin:0 auto 40px}.footer__sns img{margin-bottom:0}.footer .copyright{text-align:center;font-size:10px;display:block;font-family:Roboto,sans-serif}@media screen and (max-width:767px){.footer .copyright{font-size:9px}}.footer .page-top{position:absolute;right:65px;bottom:65px;width:55px}@media screen and (max-width:767px){.footer .page-top{right:25px;bottom:65px;width:45px}}.footer__link{display:block;text-align:center;margin-bottom:15px;font-size:12px;font-family:"Noto Sans JP",sans-serif}@tailwind utilities;