@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #231815;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 7.3px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: sans-serif; }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #231815, #231815);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: inline-block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes blink2 {
  0% {
    opacity: 1; }
  10% {
    opacity: 0.7; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes bound {
  0% {
    opacity: 0;
    transform: scale(0); }
  15% {
    opacity: 1;
    transform: scale(1.04); }
  30% {
    transform: scale(0.98); }
  45% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 1;
    transform: scale(1); } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(675 / 750 * 100%);
  margin: auto; }

.scrollPosition {
  margin-top: calc(-91 / 750 * 100%) !important;
  padding-top: calc(91 / 750 * 100%) !important; }

.tabContent {
  display: none;
  margin-top: calc(-91 / 750 * 100%) !important;
  padding-top: calc(91 / 750 * 100%) !important; }
  .tabContent.current {
    display: block; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 751px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 550px 1fr;
    position: relative; }
    #stage #scene1 {
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; }
      #stage #scene1 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: calc(743 / 685 * 100%);
        min-width: 100%;
        min-height: 100%;
        background: url(../images/common/bg_stage_left.png) left center no-repeat;
        background-size: cover; }
      #stage #scene1 .logo {
        display: none;
        align-items: flex-end;
        position: relative;
        z-index: 10;
        width: 90%;
        max-width: 610px;
        height: 100vh;
        margin: 0 0 0 -0.1vw;
        padding: 0 0 31.0vh 0;
        box-sizing: border-box; }
    #stage #scene2 {
      display: block;
      grid-area: scene2;
      position: sticky;
      top: 0;
      height: 100vh; }
      #stage #scene2 .bg {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: calc(783 / 685 * 100%);
        min-width: 100%;
        min-height: 100%;
        background: url(../images/common/bg_stage_right.png) right center no-repeat;
        background-size: cover; } }
@media screen and (min-width: 1150px) {
  #stage #scene1 .logo {
    display: flex; } }
/* maincCntents */
#maincCntents {
  background-color: #ffffff; }

@media screen and (min-width: 751px) {
  #maincCntents {
    position: relative;
    z-index: 50;
    max-width: 550px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 20;
      width: 15px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      will-change: filter; }
    #maincCntents:after {
      left: 100%;
      right: auto;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } }
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  #header #head {
    position: relative;
    z-index: 1000;
    background-color: #ffffff; }

#footer {
  padding: 0; }
  #footer .content {
    position: relative;
    color: #231815;
    background: #ffffff;
    padding: calc(39 / 375 * 100%) 0 calc(66 / 375 * 100%) 0; }
  #footer .contentInner {
    position: relative;
    z-index: 2; }
  #footer .list {
    margin: 0 0 calc(15 / 350 * 100%) 0; }
    #footer .list .item {
      font-size: 2.4rem;
      line-height: 1.17;
      margin: 0 0 calc(4 / 350 * 100%) 0; }
      #footer .list .item a {
        display: inline-block;
        padding: 0.5em 0; }
  #footer .logo {
    text-align: center;
    margin: 0 0 calc(18 / 350 * 100%) 0; }
    #footer .logo a {
      display: block;
      background: #ffffff;
      padding: calc(7 / 350 * 100%) calc(51 / 350 * 100%); }
  #footer .copy {
    font-size: 2.4rem;
    line-height: 1.17;
    text-align: center; }

@media screen and (min-width: 751px) {
  #footer .list .item {
    font-size: 2rem;
    line-height: 1.2; }
  #footer .copy {
    font-size: 2rem;
    line-height: 1.2; } }
/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #3dbced; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fab055;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* titleType01 */
/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 3rem; }
  #toTop span {
    display: block;
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    text-indent: -9999em;
    background: url(../images/common/img_totop.png) center center no-repeat;
    background-size: contain;
    box-sizing: border-box; }

@media screen and (min-width: 751px) {
  #toTop {
    max-width: 550px;
    margin: auto; }
    #toTop span {
      width: 70px;
      height: 70px;
      line-height: 70px; } }
/* firstContent */
#firstContent .content {
  position: relative;
  z-index: 10;
  aspect-ratio: 750 / 740; }
#firstContent .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  aspect-ratio: 750 / 740; }
#firstContent .titleWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }
  #firstContent .titleWrap .title {
    opacity: 0;
    display: block; }
    #firstContent .titleWrap .title.title01 {
      width: calc(560 / 750 * 100%);
      transform: scale(0);
      aspect-ratio: 560 / 345;
      transition: all 0.4s ease-out 0.5s; }
    #firstContent .titleWrap .title.title02 {
      position: absolute;
      top: 0;
      right: 0;
      width: calc(350 / 750 * 100%);
      margin: calc(419 / 750 * 100%) 0 0 auto;
      transform: scale(0);
      aspect-ratio: 350 / 130;
      transition: all 0.4s ease-out 1.0s; }
#firstContent .intro {
  font-size: 2.9rem;
  line-height: 1.38;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-align: center;
  padding: calc(60 / 750 * 100%) 0 calc(230 / 750 * 100%) 0; }
.load_complete #firstContent .titleWrap .title {
  opacity: 1; }
  .load_complete #firstContent .titleWrap .title.title01 {
    animation: bound 2s ease forwards 0.6s; }
  .load_complete #firstContent .titleWrap .title.title02 {
    animation: bound 2s ease forwards 1.6s; }

#innerNav {
  position: relative;
  z-index: 1000;
  margin: calc(-91 / 750 * 100%) 0 0 0;
  aspect-ratio: 750 / 91; }
  #innerNav.fixed .list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff; }
  #innerNav .list {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(25 / 750 * 100%); }
    #innerNav .list[data-tab="3"] .item {
      flex-basis: calc(220 / 700 * 100%); }
    #innerNav .list .item {
      flex-basis: calc(350 / 700 * 100%); }

@media screen and (min-width: 751px) {
  #innerNav .list {
    max-width: 550px;
    margin: auto;
    padding: 0 18.3px;
    box-sizing: border-box; } }
#cool .contentInner,
#spicy .contentInner {
  position: relative;
  z-index: 2; }
#cool .list,
#spicy .list {
  padding: calc(58 / 675 * 100%) 0 calc(10 / 675 * 100%) 0; }
  #cool .list .item,
  #spicy .list .item {
    overflow: hidden;
    margin: 0 0 calc(100 / 675 * 100%) 0;
    border-radius: 0 0 3rem 3rem; }
    #cool .list .item.soon:after,
    #spicy .list .item.soon:after {
      content: "ピエール マルコリーニ\A 7/11より公開";
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      font-size: 5.5rem;
      line-height: 1.19;
      font-weight: 700;
      text-align: center;
      white-space: pre;
      background-color: rgba(255, 255, 255, 0.9);
      margin: 0 0 calc(180 / 675 * 100%) 0; }
    #cool .list .item:before,
    #spicy .list .item:before {
      content: "";
      opacity: 0.5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      margin: calc(34 / 675 * 100%) 0 0 0; }
    #cool .list .item .photo,
    #spicy .list .item .photo {
      position: relative;
      z-index: 2;
      width: calc(520 / 675 * 100%);
      margin: auto; }
    #cool .list .item .wrap,
    #spicy .list .item .wrap {
      position: relative;
      z-index: 2; }
      #cool .list .item .wrap .data,
      #spicy .list .item .wrap .data {
        text-align: center;
        padding: calc(35 / 675 * 100%) 0 calc(45 / 675 * 100%) 0; }
        #cool .list .item .wrap .data .dataInner .name,
        #spicy .list .item .wrap .data .dataInner .name {
          font-size: 3rem;
          line-height: 1.47;
          font-weight: 700;
          letter-spacing: -0.04em;
          margin: 0 0 calc(2 / 675 * 100%) 0; }
        #cool .list .item .wrap .data .dataInner .price,
        #spicy .list .item .wrap .data .dataInner .price {
          font-size: 5.2rem;
          line-height: 1;
          font-weight: 700;
          margin: 0 0 calc(18 / 675 * 100%) 1.5rem; }
          #cool .list .item .wrap .data .dataInner .price .small,
          #spicy .list .item .wrap .data .dataInner .price .small {
            font-size: 4rem;
            line-height: 1.3; }
          #cool .list .item .wrap .data .dataInner .price .unit,
          #spicy .list .item .wrap .data .dataInner .price .unit {
            display: inline-block;
            font-size: 4rem;
            line-height: 1.3;
            margin: 0 0 0 0.2rem; }
        #cool .list .item .wrap .data .dataInner .desc,
        #spicy .list .item .wrap .data .dataInner .desc {
          font-size: 2.4rem;
          line-height: 1.25;
          font-weight: 700; }
          #cool .list .item .wrap .data .dataInner .desc .small,
          #spicy .list .item .wrap .data .dataInner .desc .small {
            font-size: 2rem;
            line-height: 1.5; }
      #cool .list .item .wrap .info .box,
      #spicy .list .item .wrap .info .box {
        display: flex;
        align-items: center;
        position: relative;
        background-color: #ffffff; }
        #cool .list .item .wrap .info .box .num,
        #spicy .list .item .wrap .info .box .num {
          display: flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: calc(67 / 675 * 100%);
          margin: 0 0 0 1.9259259259%;
          aspect-ratio: 67 / 67; }
        #cool .list .item .wrap .info .box .shopLogo,
        #spicy .list .item .wrap .info .box .shopLogo {
          flex-basis: calc(230 / 675 * 100%);
          margin: 0 calc(15 / 675 * 100%) 0 calc(80 / 675 * 100%); }
        #cool .list .item .wrap .info .box .textWrap,
        #spicy .list .item .wrap .info .box .textWrap {
          font-size: 2.3rem;
          line-height: 1.17;
          font-weight: 700;
          margin: 0 calc(25 / 675 * 100%) 0 0; }
          #cool .list .item .wrap .info .box .textWrap .shop,
          #spicy .list .item .wrap .info .box .textWrap .shop {
            margin: 0.8rem 0 1.4rem 0; }

/* cool */
#cool .content {
  background: #3dbced; }

/* spicy */
#spicy .content {
  background: #fab055; }
#spicy .list .item:before {
  background: linear-gradient(to bottom, #fcee21 0%, rgba(252, 238, 33, 0) 100%); }

/* map */
#map .contentInner {
  width: calc(700 / 750 * 100%); }
#map .imageWrap {
  padding: calc(60 / 700 * 100%) 0 calc(10 / 700 * 100%) 0; }
  #map .imageWrap .image {
    margin: 0 0 calc(50 / 700 * 100%) 0; }



