.sc-list, .sc-step__list {
  list-style: none;
  padding-left: 0;
}

.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

/*!
----------------------------------------------
 special contents base
----------------------------------------------
*/
/*----------------------------------------------*
	utilities
/*----------------------------------------------*/
.sc-panel__body > *:first-child, .sc-section__header > *:first-child {
  margin-top: 0;
}
.sc-panel__body > *:last-child, .sc-section__header > *:last-child {
  margin-bottom: 0;
}

.outline * {
  outline: 1px dotted red;
}

html {
  scroll-behavior: smooth;
}

.pj-contents {
  margin: 0;
}

.sc-lead > *:before, .sc-lead > *:after,
.sc-section:before,
.sc-section:after,
.sc-section__footer:before,
.sc-section__footer:after {
  content: "";
  display: table;
}

.sc-section > *:first-child,
.sc-section__body > *:first-child {
  margin-top: 0;
}
.sc-section > *:last-child,
.sc-section__body > *:last-child {
  margin-bottom: 0;
}

.sc-font_2XS {
  font-size: 66.667%;
}

.sc-font_XS {
  font-size: 75%;
}

.sc-font_S {
  font-size: 85.714%;
}

.sc-font_M {
  font-size: 120%;
}

.sc-font_L {
  font-size: 150%;
}

.sc-font_XL {
  font-size: 200%;
}

.sc-font_2XL {
  font-size: 300%;
}

.sc-font_3XL {
  font-size: 600%;
}

.sc-flex {
  display: flex;
  flex-wrap: wrap;
}
.sc-flex--between {
  justify-content: space-between;
}
.sc-flex--center {
  align-items: center;
}

.sc-block_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* js
/* ------------------------------------ */
.js-svg_hover {
  width: 200px;
  height: auto;
}

/*----------------------------------------------*
	layouts
/*----------------------------------------------*/
.sc-contents {
  color: #fff;
  background-color: #0e0a0a;
  box-sizing: border-box;
}
.sc-contents *, .sc-contents *:before, .sc-contents *:after {
  box-sizing: inherit;
}
.sc-contents__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75em;
  padding-right: 1.75em;
}
@media (max-width: 667px) {
  .sc-contents__inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.sc-contents__block--S {
  margin-top: 1.75em;
}
.sc-contents__block--M {
  margin-top: 2.75em;
}
.sc-contents__block--L {
  margin-top: 3.75em;
}
.sc-contents__footer {
  padding-top: 2.75em;
}

.sc-contents h1, .sc-contents h2, .sc-contents h3, .sc-contents h4, .sc-contents h5 {
  margin: 0;
}
.sc-lhCrop:before, .sc-lhCrop:after {
  content: "";
  display: block;
  position: relative;
}
.sc-lhCrop--h2:before {
  margin-top: -0.25em;
}
.sc-lhCrop--h2:after {
  margin-top: -0.5em;
}
.sc-lhCrop--h3:before {
  margin-top: -0.125em;
}
.sc-lhCrop--h3:after {
  margin-top: -0.25em;
}
.sc-lhCrop--body:before {
  margin-top: -0.5em;
}
.sc-lhCrop--body:after {
  margin-top: -0.5em;
}

/* section
/* ------------------------------------ */
.sc-section {
  padding: 3.75em 0;
}
.sc-section--bg {
  background-color: #000;
}
.sc-section + .sc-section--join {
  padding-top: 0;
}
.sc-section__header {
  text-align: center;
}
.sc-section__header h2 {
  position: relative;
  margin-top: -0.2rem;
  margin-bottom: -0.2rem;
  color: inherit;
}
.sc-section__header .sc-h_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sc-section__body {
  padding-top: calc(3.75em - 0.5em);
}
.sc-section__body--panel {
  padding: 2.75em;
  margin-top: 3.75em;
  background-color: #FFF;
  color: #111;
}
.sc-section__footer {
  padding-top: 3.75em;
}
@media (max-width: 800px) {
  .sc-section {
    padding: 2.75em 0;
  }
  .sc-section__body {
    padding-top: calc(2.75em - 0.75em);
  }
  .sc-section__footer {
    padding-top: calc(2.75em - 0.75em);
  }
}
/*----------------------------------------------*/
/* components
/*----------------------------------------------*/
/* list
/* ------------------------------------ */
.sc-step__list, .sc-list {
  list-style: none;
  padding-left: 0;
}

.bs-list {
  line-height: inherit !important;
}

.bs-list > *:after {
  display: none;
}

.bs-list--custom > li > *:first-child {
  padding-top: 0;
}

.sc-list {
  line-height: inherit;
  margin-bottom: 0.5em;
}
.sc-list li:after {
  margin-bottom: 0;
}

p + .sc-list {
  margin-top: 0;
}

li .sc-list {
  margin-top: 0;
}

.sc-list--table > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc-list--flow {
  counter-reset: flow;
}
.sc-list--flow > li {
  display: flex;
  flex-wrap: wrap;
  counter-increment: flow;
}
.sc-list--flow > li:before {
  flex-shrink: 0;
  width: 2em;
  content: counter(flow);
}

/* step
/* ------------------------------------ */
.sc-step__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
}
.sc-step .sc-panel {
  height: 100%;
}

/* panel
/* ------------------------------------ */
.sc-panel {
  padding: 2.75em;
  background-color: #FFF;
}
.sc-panel__body {
  padding-top: calc(1.75em - 0.5em);
}
.sc-panel__footer {
  padding-top: calc(1.75em - 0.5em);
}
@media (max-width: 667px) {
  .sc-panel {
    padding: 1.75em;
  }
}

.sc-panel--footerFix {
  position: relative;
  padding-bottom: 5em;
}
.sc-panel--footerFix .sc-panel__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 1.75em 1.75em;
}

/* button
/* ------------------------------------ */
.sc-btn {
  text-decoration: none;
  appearance: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.sc-btn, .sc-btn:link, .sc-btn:visited {
  color: #FFF;
}
.sc-btn > * {
  position: relative;
  display: grid;
  column-gap: 8px;
  align-items: center;
  justify-items: center;
  padding: 0.8em 0;
  width: fit-content;
  margin: auto;
}

.sc-btn--icoL > * {
  grid-template-columns: 1fr auto;
}
.sc-btn--icoL > *:before {
  content: "";
}

.sc-btn--icoR > * {
  grid-template-columns: auto 1fr;
}
.sc-btn--icoR > *:after {
  content: "";
}

/*!
----------------------------------------------
 special contents libraries
----------------------------------------------
*/
/*----------------------------------------------*/
/* lib accordion
/*----------------------------------------------*/
@media (max-width: 667px) {
  .sc-acc\@Sp {
    padding: 0;
    border: none;
    /* js-open
    /* ------------------------------------ */
  }
  .sc-acc\@Sp__body {
    max-height: 0;
    margin-top: 0;
  }
  .sc-acc\@Sp__body .sc-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .sc-acc\@Sp__btn {
    position: relative;
    cursor: pointer;
    padding: 1em;
  }
  .sc-acc\@Sp__btn + * {
    overflow-y: hidden;
    max-height: 0;
    transition: max-height 1s ease;
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__btn:before {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  .sc-acc\@Sp.js-open .sc-acc\@Sp__body {
    height: auto;
    max-height: 1000px;
  }
  .sc-acc\@Sp.sc-acc\@Sp--l.js-open .sc-acc\@Sp__btn + * {
    max-height: 1900px;
  }
}

/**/
/*!
----------------------------------------------
 keyVisual
----------------------------------------------
*/
.sc-keyVisual {
  overflow: hidden;
  text-align: center;
  content: "test";
}
.sc-keyVisual img {
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
.sc-keyVisual__period {
  padding: 0.75em 1em;
  background-color: red;
  font-family: YakuHanJP, "Open Sans";
  color: #FFF;
}
.sc-keyVisual__period i {
  font-style: normal;
}
.sc-keyVisual__period i:after {
  content: ":";
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 668px) {
  .sc-keyVisual__period {
    font-size: 150%;
  }
}
@media (max-width: 667px) {
  .sc-keyVisual {
    font-size: 150%;
  }
  .sc-keyVisual__period i {
    display: block;
  }
  .sc-keyVisual__period i:after {
    display: none;
  }
}

.sc-shopsNav {
  --shops-nav-btn-width:calc(350/724*100%);
  --shops-nav-btn-height:calc(140/724*100%);
  --shops-nav-btn-txt-width:calc(140/230*100%);
  --shops-nav-btn-txt:url("");
  --shops-nav-btn-bugger:url("");
  max-width: 1200px;
}
.sc-shopsNav__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.sc-shopsNav__list > li {
  margin-top: 1em;
  position: relative;
  flex: 0 0 var(--shops-nav-btn-width);
  padding-top: var(--shops-nav-btn-height);
}
.sc-shopsNav a, .sc-shopsNav span, .sc-shopsNav i {
  display: block;
  position: relative;
}
.sc-shopsNav a {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/nav/bg-btn-base.png") 0 0/100% auto;
}
.sc-shopsNav a:after, .sc-shopsNav a span i:after {
  content: "";
  position: absolute;
  overflow: hidden;
}
.sc-shopsNav a:after, .sc-shopsNav a span i {
  transition: transform 0.5s ease;
}
.sc-shopsNav a:after {
  width: 46.0869565217%;
  padding-top: 41.7391304348%;
  top: 0;
  right: 0;
  background-color: #CCC;
  transform: translateX(12%);
  background: var(--shops-nav-btn-bugger) 0 center/auto 100% no-repeat;
}
.sc-shopsNav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, transparent 30%, #d4a311 45%, #faefa0 50%, #d4a311 55%, transparent 70%);
  transition: left 0.8s ease-in-out;
  z-index: -1;
}
.sc-shopsNav a span, .sc-shopsNav a i {
  height: 100%;
  overflow: hidden;
}
.sc-shopsNav a span:before {
  z-index: 0;
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: url("../img/nav/bg-btn-base.png") 0 0/100% auto;
  top: 2px;
  left: 2px;
}
.sc-shopsNav a span i {
  padding: 0.5em;
  width: var(--shops-nav-btn-txt-width);
  text-indent: -999px;
  background: var(--shops-nav-btn-txt) 0 center/100% auto no-repeat;
}
.sc-shopsNav a span i:after {
  right: 0;
  bottom: 17%;
  width: 1.25em;
  height: 1.25em;
  border-radius: 100%;
  background: url("../img/nav/ico-arrow.png") 0 0/100% auto;
}
.sc-shopsNav a:hover {
  animation: gold-flash 0.5s ease-in forwards;
}
.sc-shopsNav a:hover span:before {
  opacity: 0.8;
}
.sc-shopsNav a:hover span i {
  transform: translateX(8%);
}
.sc-shopsNav a:hover:after {
  transform: translateX(18%);
}
.sc-shopsNav a:hover:before {
  left: 150%;
  z-index: 0;
}
.sc-shopsNav a[href*="01_the_diner"] {
  --shops-nav-btn-txt:url("../img/nav/01_the_diner_text.png");
  --shops-nav-btn-bugger:url("../img/nav/01_the_diner.png");
}
.sc-shopsNav a[href*="02_american_diner_andra"] {
  --shops-nav-btn-txt:url("../img/nav/02_american_diner_andra_text.png");
  --shops-nav-btn-bugger:url("../img/nav/02_american_diner_andra.png");
}
.sc-shopsNav a[href*="03_bubbys_new_york_ark_hills"] {
  --shops-nav-btn-txt:url("../img/nav/03_bubbys_new_york_ark_hills_text.png");
  --shops-nav-btn-bugger:url("../img/nav/03_bubbys_new_york_ark_hills.png");
}
.sc-shopsNav a[href*="04_no18"] {
  --shops-nav-btn-txt:url("../img/nav/04_no18_text.png");
  --shops-nav-btn-bugger:url("../img/nav/04_no18.png");
}
.sc-shopsNav a[href*="05_shake_tree_burger_and_bar"] {
  --shops-nav-btn-txt:url("../img/nav/05_shake_tree_burger_and_bar_text.png");
  --shops-nav-btn-bugger:url("../img/nav/05_shake_tree_burger_and_bar.png");
}
.sc-shopsNav a[href*="06_munchs_burger_shack"] {
  --shops-nav-btn-txt:url("../img/nav/06_munchs_burger_shack_text.png");
  --shops-nav-btn-bugger:url("../img/nav/06_munchs_burger_shack.png");
}
.sc-shopsNav a[href*="07_old_new_diner"] {
  --shops-nav-btn-txt:url("../img/nav/07_old_new_diner_text.png");
  --shops-nav-btn-bugger:url("../img/nav/07_old_new_diner.png");
}
.sc-shopsNav a[href*="08_pennys_diner"] {
  --shops-nav-btn-txt:url("../img/nav/08_pennys_diner_text.png");
  --shops-nav-btn-bugger:url("../img/nav/08_pennys_diner.png");
}
.sc-shopsNav a[href*="09_castle_rock"] {
  --shops-nav-btn-txt:url("../img/nav/09_castle_rock_text.png");
  --shops-nav-btn-bugger:url("../img/nav/09_castle_rock.png");
}
.sc-shopsNav a[href*="10_overwhelm_nakameguro"] {
  --shops-nav-btn-txt:url("../img/nav/10_overwhelm_nakameguro_text.png");
  --shops-nav-btn-bugger:url("../img/nav/10_overwhelm_nakameguro.png");
}
@media (min-width: 668px) {
  .sc-shopsNav {
    --shops-nav-btn-width:calc(230/1200*100%);
    --shops-nav-btn-height:calc(96/1200*100%);
  }
}
@keyframes gold-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(250, 239, 160, 0.7);
  }
  50% {
    box-shadow: 0 0 6px rgba(250, 239, 160, 0.9);
  }
  100% {
    box-shadow: 0 0 2px rgba(250, 239, 160, 0);
  }
}
/*!
----------------------------------------------
 introduction
----------------------------------------------
*/
.sc-introduction {
  --intro-bg-src:url("../img/bg-campaign@sp.webp");
  --intro-gap:3em;
  --intro-txt-coming-soon-width:calc(548/750*100%);
  --intro-txt-width:calc(540/750*100%);
  --intro-banner-width:calc(720/750*100%);
  padding-block: var(--intro-gap);
  background: #CCC 0 0/100% auto repeat-y;
  background-image: var(--intro-bg-src);
}
.sc-introduction__title {
  font-size: clamp(22px, 2.68vw + 13.43px, 52px);
  font-weight: 900 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.sc-introduction__title span {
  padding-inline: 0.5em;
}
.sc-introduction__title:before, .sc-introduction__title:after {
  content: "";
  width: 3em;
  height: 0.625em;
  background: transparent 0 0/contain no-repeat;
  background-image: url("../img/bg-campaign-heading.png");
}
.sc-introduction__title:before {
  background-position: right 0;
}
.sc-introduction__title:after {
  background-position: left 0;
}
.sc-introduction__body {
  margin-top: 2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.sc-introduction__block:first-child {
  width: var(--intro-txt-width);
}
.sc-introduction__block:last-child {
  width: var(--intro-banner-width);
}
@media (min-width: 668px) {
  .sc-introduction {
    --intro-bg-src:url("../img/bg-campaign.jpg");
    --intro-gap:5em;
    --intro-txt-width:calc(430/1140*100%);
    --intro-banner-width:calc(860/1140*100%);
  }
}
/*!
----------------------------------------------
 shops
----------------------------------------------
*/
.sc-shops {
  padding-block: 5em;
}
.sc-shops__header {
  text-align: center;
}
.sc-shops__title {
  font-size: clamp(20px, 1.79vw + 14.29px, 40px);
  font-weight: 900 !important;
  background: linear-gradient(135deg, #d4a311 0%, #faefa0 25%, #d4a311 50%, #faefa0 75%, #d4a311 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
.sc-shops__title small {
  font-size: 80%;
}
.sc-shops .sc-divider {
  position: relative;
  width: 100%;
  max-width: 86.1759425494%;
  height: 24px;
  margin-inline: auto;
}
.sc-shops .sc-divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #d4a311 0%, #faefa0 25%, #d4a311 50%, #faefa0 75%, #d4a311 100%);
  clip-path: polygon(0% 0%, calc(50% - 16px) 0%, 50% 16px, calc(50% + 16px) 0%, 100% 0%, 100% 2px, calc(50% + 16px) 2px, 50% 18px, calc(50% - 16px) 2px, 0% 2px);
}
@media (max-width: 667px) {
  .sc-shops {
    padding-block: 3em;
  }
}

.sc-shopsList {
  margin-top: 5em;
}

.sc-shopItem {
  --shopitem-color:#fff;
  --shopitem-bg-color:#1f1d1d;
  --shopitem-border:#fff;
  --shopitem-gap:clamp(30px, 2.82vw + 19.44px, 60px);
  --shopitem-name-fs:clamp(12px, 0.56vw + 9.89px, 18px);
  --shopitem-name-small-fs:clamp(15px, 0.56vw + 12.89px, 21px);
  --shopitem-comment-fs:clamp(14px, 0.56vw + 11.89px, 20px);
  --shopitem-comment-lh:1.6;
  --shopitem-comment-float-width:36%;
  --shopitem-info-h4-fs:clamp(15px, 0.85vw + 11.83px, 24px);
  --shopitem-bugger-width:calc(516/1024*100%);
  --shopitem-movie-width-pc:calc(192/1024*100%);
  --shopitem-info-ul-width:100%;
  --shopitem-info-map-width:100%;
  color: var(--shopitem-color);
  background-color: var(--shopitem-bg-color);
  padding: clamp(16px, 4.13vw + 0.51px, 60px);
  --name-01_the_diner-width:13em;
  --name-02_american_diner_andra-width:31.2222222222em;
  --name-03_bubbys_new_york_ark_hills-width:36.8333333333em;
  --name-04_no18-width:7.5555555556em;
  --name-05_shake_tree_burger_and_bar-width:33.1111111111em;
  --name-06_munchs_burger_shack-width:34.3888888889em;
  --name-07_old_new_diner-width:21.7222222222em;
  --name-08_pennys_diner-width:20.6666666667em;
  --name-09_castle_rock-width:15.7222222222em;
  --name-10_overwhelm_nakameguro-width:41em;
}
.sc-shopItem + .sc-shopItem {
  margin-top: var(--shopitem-gap);
}
.sc-shopItem__header > * {
  display: inline-block;
}
.sc-shopItem__name {
  font-size: var(--shopitem-name-fs);
}
.sc-shopItem__name picture {
  display: inline-block;
}
.sc-shopItem__name img {
  margin-right: 1em;
}
.sc-shopItem__name small {
  font-size: var(--shopitem-name-small-fs);
  display: inline-block;
}
.sc-shopItem[id*="01_the_diner"] .sc-shopItem__name img {
  width: var(--name-01_the_diner-width);
}
.sc-shopItem[id*="02_american_diner_andra"] .sc-shopItem__name img {
  width: var(--name-02_american_diner_andra-width);
}
.sc-shopItem[id*="03_bubbys_new_york_ark_hills"] .sc-shopItem__name img {
  width: var(--name-03_bubbys_new_york_ark_hills-width);
}
.sc-shopItem[id*="04_no18"] .sc-shopItem__name img {
  width: var(--name-04_no18-width);
}
.sc-shopItem[id*="05_shake_tree_burger_and_bar"] .sc-shopItem__name img {
  width: var(--name-05_shake_tree_burger_and_bar-width);
}
.sc-shopItem[id*="06_munchs_burger_shack"] .sc-shopItem__name img {
  width: var(--name-06_munchs_burger_shack-width);
}
.sc-shopItem[id*="07_old_new_diner"] .sc-shopItem__name img {
  width: var(--name-07_old_new_diner-width);
}
.sc-shopItem[id*="08_pennys_diner"] .sc-shopItem__name img {
  width: var(--name-08_pennys_diner-width);
}
.sc-shopItem[id*="09_castle_rock"] .sc-shopItem__name img {
  width: var(--name-09_castle_rock-width);
}
.sc-shopItem[id*="10_overwhelm_nakameguro"] .sc-shopItem__name img {
  width: var(--name-10_overwhelm_nakameguro-width);
}
.sc-shopItem .--tight img {
  display: inline-block;
  margin-bottom: -0.75em;
}
.sc-shopItem[id*="03_bubbys_new_york_ark_hills"] .sc-shopItem__name img {
  margin-bottom: 0;
}
.sc-shopItem__place {
  display: block;
  margin-top: 1em;
}
.sc-shopItem__place span {
  border: 1px solid var(--shopitem-border);
  padding: 0 0.25em;
  margin-right: 0.5em;
}
.sc-shopItem__body {
  margin-top: 2em;
}
.sc-shopItem__block {
  overflow: hidden;
}
.sc-shopItem__block + .sc-shopItem__block {
  margin-top: var(--shopitem-gap);
}
.sc-shopItem__comment {
  width: 100%;
  font-size: var(--shopitem-comment-fs);
  line-height: var(--shopitem-comment-lh);
  display: inline;
}
.sc-shopItem__comment-float {
  display: inline-block;
  float: right;
  width: var(--shopitem-comment-float-width);
  max-width: 165px;
  margin-left: 1.5em;
  margin-top: 0.5em;
}
.sc-shopItem__staff {
  padding-bottom: 0.25em;
  text-align: center;
  font-size: clamp(15px, 0.28vw + 13.94px, 18px);
  line-height: 1.5;
}
.sc-shopItem__staff small {
  font-size: 83.3333333333%;
  margin-inline: 0.5em;
}
.sc-shopItem__staff small + span {
  display: inline-block;
}
.sc-shopItem__info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 1em 1.5em;
  border: 1px solid var(--shopitem-border);
  justify-content: space-between;
}
.sc-shopItem__info > * {
  width: 100%;
}
.sc-shopItem__info h4 {
  font-style: var(--shopitem-info-h4-fs);
  font-weight: bold;
}
.sc-shopItem__info ul {
  width: var(--shopitem-info-ul-width);
  list-style: none;
  padding-left: 0;
  margin-block: 0;
}
.sc-shopItem__info ul li {
  display: flex;
}
.sc-shopItem__info ul li span:first-child {
  width: 5em;
  flex-shrink: 0;
}
.sc-shopItem__info ul li + li {
  margin-top: 0.5em;
}
.sc-shopItem__info ul a {
  text-decoration: none;
  word-break: break-all;
}
.sc-shopItem__info ul a, .sc-shopItem__info ul a:link, .sc-shopItem__info ul a:visited {
  color: inherit;
}
.sc-shopItem__info ul a + a {
  margin-left: 0.5em;
}
.sc-shopItem__info ul a[href*="instagram.com"],
.sc-shopItem__info ul a[href*="x.com"] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-size: cover;
}
.sc-shopItem__info ul a[href*="instagram.com"] {
  background-image: url("../img/nav/ico-instagram_mono.svg");
}
.sc-shopItem__info ul a[href*="x.com"] {
  background-image: url("../img/nav/ico-x.svg");
}
.sc-shopItem__map, .sc-shopItem__movie {
  position: relative;
}
.sc-shopItem__map iframe, .sc-shopItem__movie iframe {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sc-shopItem__map {
  width: var(--shopitem-info-map-width);
  aspect-ratio: 32/26;
}
.sc-shopItem__movie {
  aspect-ratio: 9/16;
  text-align: center;
}
.sc-shopItem__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 24px 4px;
  background-color: #b31b1b;
  transform: skewX(-20deg);
  line-height: 1.4;
  font-size: clamp(12px, 0.38vw + 10.59px, 16px);
}
.sc-shopItem__badge span {
  color: #ffffff;
  font-weight: bold;
  transform: skewX(20deg);
}
.sc-shopItem__thumb {
  position: relative;
  background-color: #fff;
  padding: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.sc-shopItem__thumb:before, .sc-shopItem__thumb:after {
  content: "";
  display: block;
}
.sc-shopItem__thumb:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 29.9065420561%;
  padding-top: 29.9065420561%;
  background: url("../img/ico-play.svg") 0 0/cover no-repeat;
  pointer-events: none;
}
.sc-shopItem__thumb img {
  width: 100%;
  height: 100%;
}
.sc-shopItem__thumb[data-youtube-id] {
  cursor: pointer;
}
.sc-shopItem__thumb[data-youtube-id]:hover:after,
.sc-shopItem__thumb[data-youtube-id]:hover img {
  opacity: 0.8;
}
.sc-shopItem__link {
  border-radius: 2px;
  overflow: hidden;
  display: block;
  background-color: #fff;
}
.sc-shopItem__link:hover img {
  opacity: 0.8;
}
@media (min-width: 668px) {
  .sc-shopItem {
    --shopitem-comment-float-width:calc(165/508*100%);
    --shopitem-comment-lh:1.8;
    --shopitem-info-ul-width:calc(450/800*100%);
    --shopitem-info-map-width:calc(320/800*100%);
    --name-01_the_diner-width:14.625em;
    --name-02_american_diner_andra-width:35.125em;
    --name-03_bubbys_new_york_ark_hills-width:41.4375em;
    --name-04_no18-width:8.5em;
    --name-05_shake_tree_burger_and_bar-width:37.25em;
    --name-06_munchs_burger_shack-width:38.6875em;
    --name-07_old_new_diner-width:24.4375em;
    --name-08_pennys_diner-width:23.25em;
    --name-09_castle_rock-width:17.6875em;
    --name-10_overwhelm_nakameguro-width:46.125em;
  }
  .sc-shopItem__block--flex {
    gap: 1.5em;
    display: flex;
    align-items: flex-start;
  }
  .sc-shopItem__block--flex:first-child {
    gap: 0;
    flex-direction: row-reverse;
  }
  .sc-shopItem__name small {
    margin-top: 0.5em;
    margin-right: 1em;
  }
  .sc-shopItem__bugger {
    width: var(--shopitem-bugger-width);
    flex-shrink: 0;
  }
  .sc-shopItem__comment {
    flex-grow: 0;
  }
  .sc-shopItem__info {
    padding: 1.5em;
    flex-direction: row;
  }
  .sc-shopItem__info-header {
    padding-bottom: 1em;
  }
  .sc-shopItem__info-body {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sc-shopItem__movie {
    flex-shrink: 0;
    width: var(--shopitem-movie-width-pc);
  }
  .sc-shopItem__comment .sc-shopItem__movie {
    display: none;
  }
}
@media (max-width: 667px) {
  .sc-shopItem {
    padding-block: 2em;
  }
  .sc-shopItem__name img {
    width: auto !important;
  }
  .sc-shopItem[id*="01_the_diner"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="02_american_diner_andra"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="03_bubbys_new_york_ark_hills"] .sc-shopItem__name img {
    max-height: 62px;
  }
  .sc-shopItem[id*="04_no18"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="05_shake_tree_burger_and_bar"] .sc-shopItem__name img {
    max-height: 25px;
    margin-bottom: 0;
  }
  .sc-shopItem[id*="06_munchs_burger_shack"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="07_old_new_diner"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="08_pennys_diner"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="09_castle_rock"] .sc-shopItem__name img {
    max-height: 25px;
  }
  .sc-shopItem[id*="10_overwhelm_nakameguro"] .sc-shopItem__name img {
    max-height: 135px;
  }
  .sc-shopItem__block {
    overflow: hidden;
  }
  .sc-shopItem__block--flex .sc-shopItem__movie {
    display: none;
  }
  .sc-shopItem__name small {
    margin-top: 0.5em;
  }
  .sc-shopItem__comment {
    margin-top: 1em;
    display: block;
  }
  .sc-shopItem__info-header {
    position: relative;
  }
  .sc-shopItem__info-body {
    overflow: hidden;
  }
  .sc-shopItem__info-body ul {
    padding-top: 1em;
  }
  .sc-shopItem__info-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
  .sc-shopItem__info-btn:before, .sc-shopItem__info-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 2px;
    background-color: #fff;
  }
  .sc-shopItem__info-btn:after {
    transform: rotate(90deg);
  }
  .js-open .sc-shopItem__info-btn:after {
    transform: rotate(0);
  }
  .sc-shopItem__map {
    margin-top: 1em;
  }
  .sc-shopItem__movie {
    margin-top: 1em;
  }
  .sc-shopItem__badge {
    padding: 2px 10px 4px;
    transform: scale(0.9) skewX(-20deg);
  }
}
@media (max-width: 360px) {
  .sc-shopItem {
    --shopitem-name-fs:clamp(10px, 3.64vw + -1.64px, 12px);
  }
  .sc-shopItem__badge {
    font-size: 10px;
  }
}

/*!
----------------------------------------------
 footer
----------------------------------------------
*/
.sc-contents__footer {
  padding-bottom: 2.75em;
  background-color: #FFF;
}

.sc-logos {
  --logo-unit:.5em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  margin-inline: auto;
}

.sc-logos > div {
  flex: 0 0 auto;
}

.sc-logos > div img {
  width: auto;
  height: auto;
  display: block;
}
.sc-logos > div img[src*="logo_us_beef.png"] {
  width: calc(var(--logo-unit) * 7);
}
.sc-logos > div img[src*="logo_foryou.png"] {
  width: calc(var(--logo-unit) * 6.5);
}
.sc-logos > div img[src*="logo_beef_loving_teans.png"] {
  width: calc(var(--logo-unit) * 9.5);
  margin-inline: -0.5em;
  position: relative;
}

@media (min-width: 668px) {
  .sc-logos {
    --logo-unit:clamp(0.5em, calc(0.7143vw + 0.3571em), 1em);
    gap: 3em;
  }
}
@media (max-width: 667px) {
  .sc-logos {
    gap: 1em 2em;
    max-width: 320px;
    margin-inline: auto;
    transform: translateX(3%);
  }
}
/**/

/*# sourceMappingURL=style.css.map */
