/* ===========================================
 * common
 * ======================================== */
html[ua="android"] {
  font-size: 92%;
}
h3 {
  letter-spacing: 0.15em;
}
h2 {
  letter-spacing: 0.15em;
}
h4 {
  letter-spacing: 0.15em;
}
p {
  letter-spacing: 0.15em;
}

/* ===========================================
 * Band
 * ======================================== */
.Band {
  display: block;
  background-color: #ccc;
  font-size: 0.625rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 10px 5px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.Band:hover {
  opacity: 0.9;
}
.Band::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #cccccc transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* ===========================================
 * CardList
 * ======================================== */
.CardList .-size-m.CardList__item {
  width: 50%;
}
@media (min-width: 62em) {
  .CardList .-size-m.CardList__item {
    width: 25%;
  }
}
.CardList .-size-l.CardList__item {
  width: 100%;
}
@media (min-width: 62em) {
  .CardList .-size-l.CardList__item {
    width: 33.33333%;
  }
}
.CardList.safety {
  margin: 0 -1.25rem -1.25rem !important;
}

.CardList__item.safety-top {
  margin: 0 1.25rem !important;
  padding: 0 !important;
}

.CardList__item.safety {
  margin: 0 0 1.25rem;
  padding: 0 1.25rem 1.25rem !important;
}

.CardList__item.safety:last-child {
  background-image: none;
  margin-bottom: 0;
}
/* @media (min-width: 62em) {
  .CardList__item.safety:nth-last-child(2) {
    background-image: none;
    margin-bottom: 0;
  }
} */

/* ===========================================
 * Grid
 * ======================================== */
.Grid.-space-3-columns .Grid__item {
  padding: 0.625rem;
}
@media (min-width: 36em) {
  .Grid__item.-space-3-column {
    width: 33%;
  }
}

/* ===========================================
 * Header
 * ======================================== */
.Header__contents {
  position: relative;
}
.Header__english {
  position: absolute;
  top: 0;
  right: 0;
}
.Header__english a {
  width: 7.5rem;
  display: block;
  text-align: center;
  padding: 0 0 0.1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: opacity 0.15s ease;
  color: #fff;
  background-color: #333;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}
.Header__english a:hover {
  opacity: 0.8;
}
.Navigation__list li {
  padding: 0 0.425rem;
}
@media screen and (min-width: 992px) and (max-width: 1120px) {
  .Header__logo {
    margin-left: -1rem;
  }
  .Navigation .Navigation__list li {
    padding: 0 0.225rem;
  }
}
.Navigation__list li a {
  outline: 0;
  transition: opacity 0.15s ease;
  display: inline-block;
  padding: 0.5rem 0.325rem;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
}
.Navigation__list li a:hover {
  opacity: 0.8;
}
.Navigation__list li a.-current {
  opacity: 0.8;
}
.Navigation__list li a:focus,
.Navigation__list li a:hover,
.Navigation__list li a:visited {
  color: inherit;
}
.Navigation__list li.none-global {
  /* footerだけのメニューを非表示にする 2021/06/23 */
  display: none;
}
.Navigation .menu-item-has-children {
  position: relative;
}
.Navigation .menu-item-has-children > a {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.Navigation .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: translateY(-2px) rotate(45deg);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.Navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  list-style: none;
  padding: 7px 15px;
}
.Navigation .sub-menu li {
  padding: 0;
}
.Navigation .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 5px;
  padding: 7px 0;
}
.Navigation .sub-menu a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: translateY(1px) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
.Logo__img {
  /* ナビゲーションのCSS調整 2021/07/08 */
  height: 2.1rem;
}
.Navigation {
  font-size: 0.655rem;
}

/* ===========================================
 * Footer
 * ======================================== */
.Footer__nav .LinkList li a,
.Footer__related .LinkList li a,
.Footer__btn .LinkList li a {
  color: #fff;
  display: inline-block;
  outline: 0px;
  margin: 0.25rem 0px;
  padding: 0.25rem 0px;
  text-decoration: none;
}
.Footer__nav .LinkList .menu-item-has-children {
  position: relative;
}
.Footer__nav .LinkList .menu-item-has-children > a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.Footer__nav .LinkList .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.Footer__nav .LinkList .sub-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 3px 0 3px 10px;
}
.Footer__nav .LinkList .sub-menu li {
  padding: 0;
}
.Footer__nav .LinkList .sub-menu li a {
  display: flex;
  padding: 7px 0;
  margin: 0;
}
.Footer__btn .LinkList li a {
  border: 1px solid #fff;
  padding: 0.25rem 1rem;
}
@media (min-width: 36em) {
  .Footer__nav .LinkList li a:hover,
  .Footer__related .LinkList li a:hover,
  .Footer__btn .LinkList li a:hover {
    text-decoration: underline;
  }
}
.Socials__list {
  flex-wrap: wrap;
}
@media (min-width: 62em) {
  .Socials__network {
    flex-basis: 25%;
  }
  .Socials__title {
    font-size: 0.75rem;
  }
}

/* ===========================================
 * Form
 * ======================================== */
.app_user_id_form {
  display: none;
}
#user_shop_select {
  display: none;
}

/* ===========================================
 * LinkList
 * ======================================== */
.LinkList.-spaced li a {
  outline: 0;
  display: inline-block;
  margin: 0.25rem 0;
  padding: 0.25rem 0;
  color: inherit;
  text-decoration: none;
}
.LinkList.-spaced li a {
  margin: 0.5em 0;
}
.LinkList.-spaced .menu-item-has-children {
  position: relative;
}
.LinkList.-spaced .menu-item-has-children > a {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.LinkList.-spaced .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}
.LinkList.-spaced .sub-menu {
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  padding: 7px 15px;
  font-size: 0.7em;
}
.LinkList.-spaced .sub-menu li {
  padding: 0;
}
.LinkList.-spaced .sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  padding: 7px 0;
}
.LinkList.-spaced .sub-menu a::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(1px) rotate(45deg);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}

/* ===========================================
 * Pagination
 * ======================================== */
nav.Pagination ul {
  margin: 0 -0.25rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
@media (min-width: 36em) {
  nav.Pagination ul {
    margin: 0 -0.5rem;
  }
}
nav.Pagination ul li {
  padding: 0 0.25rem;
  flex: 0 0 auto;
}
@media (min-width: 36em) {
  nav.Pagination ul li {
    padding: 0 0.5rem;
  }
}
nav.Pagination ul li a,
nav.Pagination ul li span,
.Pagination__dots {
  display: block;
  overflow: hidden;
  width: 2.25rem;
  color: inherit;
  line-height: 2.25rem;
  text-align: center;
}
nav.Pagination ul li a,
nav.Pagination ul li span {
  outline: 0;
  transition: opacity 0.15s ease;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  text-decoration: none;
}
html[data-whatinput="keyboard"] nav ul li a:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
nav.Pagination ul li a:hover {
  opacity: 0.9;
}
nav.Pagination ul li span {
  color: #fff;
  background-color: #666;
}

/* ===========================================
 * TabList
 * ======================================== */
.TabList {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  overflow-x: auto;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  list-style-type: none;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
  font-size: 1rem;
}
.TabList::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 8px;
}
.TabList::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.TabList::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
.TabList:after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background-image: linear-gradient(to top, #ccc 1px, transparent 1px);
  background-repeat: no-repeat;
}
.TabList li {
  background-image: linear-gradient(to top, #ccc 1px, transparent 1px);
  background-repeat: no-repeat;
}
.TabList li {
  padding-left: 1.25rem;
  flex: 0 0 auto;
}
@media (min-width: 48em) {
  .TabList li {
    padding-left: 2.5rem;
  }
}
.TabList li:first-child {
  padding-left: 0;
  flex: 0 0 auto;
}
@media (min-width: 48em) {
  .TabList li:first-child {
    padding-left: 0;
  }
}
.Description_bottom {
  margin-bottom: 5rem;
}
.Safety__textbox {
  margin-bottom: 2rem;
}
.TabList li a {
  outline: 0;
  position: relative;
  z-index: 0;
  display: block;
  padding: 0.5rem;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  color: currentColor;
  text-decoration: none;
  white-space: nowrap;
  outline-offset: -0.7rem;
}
html[data-whatinput="keyboard"] .TabList__link:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.TabList li a:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  bottom: 0;
  left: 0.5rem;
  height: 2px;
  background-color: #999;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.TabList li a:hover:after,
.TabList li.current-cat a:after {
  opacity: 1;
}
@media (max-width: 61em) {
  .Section.things_of_100 {
    margin-bottom: 2.5rem;
  }
  .Section.things_of_100 .Quote__text {
    padding-left: 0.8em;
  }
}
.Quote.-midium .Quote__text {
  background-size: 0.5em 0.5em;
  font-size: 1.2rem;
}
@media (min-width: 62em) {
  .Quote.-large .Quote__text {
    background-size: 0.9em 0.9em;
    font-size: 2.5rem;
  }
  .Quote.-midium .Quote__text {
    background-size: 0.9em 0.9em;
    font-size: 1.8rem;
  }
}

/* ===========================================
 * ContactForm7
 * ======================================== */
input[type="text"],
input[type="email"],
textarea {
  font-family: sans-serif;
  border: 0.5px solid #ccc;
  width: 100%;
  padding: 10px;
}
input[type="radio"] {
  margin-left: 15px;
}
.wpcf7-list-item-label {
  font-family: sans-serif;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  margin-left: 10px;
}
input[type="date"] {
  font-family: sans-serif;
  font-size: 13px;
  padding: 10px;
  outline: 0.5px solid #ccc;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
select {
  font-family: sans-serif;
  font-size: 13px;
  width: 100%;
  padding: 10px;
  outline: 0.5px solid #ccc;
  text-indent: 0.01px;
  text-overflow: "";
  background-color: #fff;
  background-image: url(/wp-content/themes/soup-stock-tokyo/assets/img/arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.wpcf7-submit,
.wpcf7-confirm,
.wpcf7-back {
  @include focus-indicator;
  @include reset-tap-highlight;
  display: inline-flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  align-items: center;
  color: #fff;
  background-image: url(/wp-content/themes/soup-stock-tokyo/assets/img/arrow2.png);
  background-size: 29px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-color: #333;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.15s ease;
  width: 100%;
}
.wpcf7-submit,
.wpcf7-confirm,
.wpcf7-back:hover {
  background-color: lighten(#333, 5);
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-family: sans-serif;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
}
input[type="date"] {
  outline: 1px solid #ccc;
  width: 8rem;
}
select {
  outline: 1px solid #ccc;
}

/* ===========================================
 * Slider
 * ======================================== */
.is-sp {
  display: none !important;
}
.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }

  .is-pc {
    display: none !important;
  }
}
.slider {
  margin: 50px auto;
  width: 100%;
  background-image: url(/wp-content/themes/soup-stock-tokyo/assets/img/howto/howto_slide_bg.png);
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .slider {
    margin: 50px auto 0;
  }
}
.slider img {
  height: 100%;
  width: 100%;
}
.slider_img {
  pointer-events: none;
}

/* ===========================================
 * Date
 * ======================================== */
html[ua="android"] time.Date {
  letter-spacing: 0.03em;
}
.ui-datepicker {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15) !important;
}
.ui-datepicker.ui-corner-all,
.ui-datepicker-prev.ui-corner-all,
.ui-datepicker-next.ui-corner-all,
.ui-datepicker-header.ui-corner-all {
  border-radius: 0;
}
.ui-datepicker-prev.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover,
.ui-datepicker-next.ui-corner-all.ui-state-hover.ui-datepicker-prev-hover {
  background: none !important;
  background-color: #fff;
}
.ui-datepicker-header.ui-widget-header {
  background: none;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #ccc;
}
.ui-widget-header,
.ui-datepicker-calendar thead th {
  font-weight: normal !important;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", "serif";
  font-weight: 400;
  font-feature-settings: "palt";
}
.ui-datepicker-calendar td a.ui-state-default {
  font-weight: normal;
  font-family: "a-otf-ryumin-pr6n", "Yu Mincho", "YuMincho", "serif";
  font-weight: 400;
  font-feature-settings: "palt";
  background: none !important;
}
.ui-datepicker-calendar td a.ui-state-default.ui-state-highlight {
  border-color: #413802;
}

/* ===========================================
 * Safety
 * ======================================== */
.Safety .Card {
  justify-content: space-between;
}
@media (min-width: 62em) {
  .Safety .CardList.-size-l .CardList__item {
    width: 50%;
  }
  .Safety .CardList.-size-l .CardList__item.-full {
    width: 100%;
  }
}
.Safety a.Button + .Text {
  margin-bottom: 25px;
}
.Safety a.Button + a.Button {
  margin-top: 25px;
}

/* ===========================================
 * HowTo
 * ======================================== */
.HowTo .Card__category:before {
  content: "− ";
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  background-color: transparent;
}
.Button.-howToSpaceTop {
  margin-top: 1rem;
}
.set_drink_span {
  font-family: sans-serif;
  font-size: 80%;
}
.Highlight_mt20 {
  margin-top: 20px;
}
.Text ._justify {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .Image-ie {
    width: 100%;
  }
}
/* 変更履歴 2021/03/25  開始*******************************************************/
/* .CardList__item .Card__title {
  flex: none;
}
.CardList__item .Card__title:not(:last-child) {
  margin-bottom: 0.375rem;
} */
/* .CardList__item .Card__price {
  margin: 0;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.CardList__item .Card__price span {
  display: flex;
  justify-content: space-between;
}
.CardList__item .Card__category {
  margin-top: 0 !important;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
} */
#tanpin .Table {
  width: 100%;
}
/* #tanpin .Table td {
  width: 50%;
  letter-spacing: 0.15em;
}
#tanpin .Table td>span {
  display: flex;
  justify-content: space-between;
} */
#tanpin .Table td:last-child {
  /* letter-spacing: 0.1em; */
  white-space: nowrap;
}
/* @media screen and (min-width: 48em) {
  #tanpin .Table td {
    width: auto;
  }
}
#side .Table td {
  display: flex;
  justify-content: flex-end;
}
#side .Table td>span:first-child {
  min-width: 28px;
}
#side .Table td>span:last-child {
  text-align: left;
  margin-left: 0.385rem;
  letter-spacing: 0.1em;
}
#side .Table td>span:last-child>span {
  display: flex;
  justify-content: space-between;
} */
/* 変更履歴 2021/03/25  終了*******************************************************/
/* 変更履歴 2021/11/25  開始*******************************************************/
#side section.drink > div > div:not(:last-child) > div {
  width: 100%;
}
@media screen and (min-width: 48em) {
  #side section.drink > div > div:not(:last-child) > div {
    width: 50%;
  }
}
/* 変更履歴 2021/11/25  終了*******************************************************/

/* ===========================================
 * Section
 * ======================================== */
.Section.-bottomNone {
  margin-bottom: 2.5rem;
}
.Text section:not([class]) {
  font-feature-settings: "palt" 1;
  letter-spacing: 2px;
}
.Section.-bottom {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .Section.-bottom {
    margin-top: 5rem;
  }
}

/* ===========================================
 * Menu
 * ======================================== */
.Section.-menuTop {
  position: relative;
}
.Section__menu_list_nav.Tabbed {
  position: absolute;
  top: 0;
  right: 0;
}
.Section__menu_list_nav.Tabbed .TabList {
  padding-bottom: 0px;
}
.Section__menu_list_nav.Tabbed .TabList::-webkit-scrollbar {
  height: 0;
}
.Section__menu_list_nav.Tabbed .TabList::-webkit-scrollbar-track,
.Section__menu_list_nav.Tabbed .TabList::-webkit-scrollbar-thumb {
  background: none;
}
.Section__menu_list_nav.Tabbed .TabList:after {
  background-image: linear-gradient(to top, #fff 1px, transparent 1px);
  background-repeat: no-repeat;
}
.Section__menu_list_nav.Tabbed .TabList li {
  background-image: linear-gradient(to top, #fff 1px, transparent 1px);
  background-repeat: no-repeat;
}
.Section__menu_list_nav.Tabbed .TabList li a:after {
  background-color: #000;
}
.Section__menu_list_nav.Tabbed .TabList li a {
  font-size: 15px;
}
.Section__menu_list_nav.Tabbed .TabList__item {
  padding-left: 1.2rem;
}
.Section__menu_list_nav.Tabbed .TabList__item:first-child {
  padding-left: 0rem;
}
@media screen and (max-width: 840px) {
  .Section__menu_list_nav.Tabbed {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .Section.-spaceTop.-menuTop {
    margin-bottom: 2.3rem;
  }
  .Section.-spaceTop.-menuTop .Section__header {
    margin-bottom: 1.2rem;
  }
  .Section.-spaceTop.-menuTop .Section__menu_list_nav.Tabbed {
    margin-bottom: 1rem;
  }
}
img.-menuFull {
  width: 100%;
}

/* ===========================================
 * Product
 * ======================================== */
.ProductDetail__tags {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.ProductDetail__tags li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-right: 10px;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding-left: 13px;
}
.ProductDetail__tags li:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 1px;
  background-color: #000;
}
.ProductDetail__image {
  position: relative;
}
.ProductDetail__spicy {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 80%;
  right: 8px;
}
.ProductDetail__spicy img {
  width: 35px;
  margin: 0 -8px;
}
.FactSheet__note {
  margin-top: 0;
  margin-bottom: 2em;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
  font-feature-settings: "palt";
  font-size: 12px;
}
.ProductDetail__note {
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
  font-feature-settings: "palt";
  font-size: 12px;
}
.ProductDetail__note a {
  color: currentColor;
}

@media (min-width: 75em) {
  .ProductDetail__spicy {
    top: 85%;
    right: 10px;
  }
  .ProductDetail__spicy img {
    width: 45px;
    margin: 0 -10px;
  }
  .FactSheet__note {
    grid-area: 1 / 1 / 2 / 4;
    font-size: 0.85714em;
  }
  .FactSheet__section.-allergie {
    grid-area: 1 / 1;
  }
  .FactSheet__note ~ .FactSheet__section.-allergie {
    grid-row: 2;
  }
  .FactSheet__section.-calorie {
    grid-area: 2 / 1 / 3 / 4;
  }
  .FactSheet__note ~ .FactSheet__section.-calorie {
    grid-row: 3;
  }
  .FactSheet__section.-nutrition {
    grid-area: 1 / 3;
    margin-top: 0;
    padding-top: 0;
    padding-left: 2.5rem;
    border-top: 0;
    border-left: 1px solid #ccc;
  }
  .FactSheet__note ~ .FactSheet__section.-nutrition {
    grid-row: 2;
  }
  .FactSheet__section.-price {
    grid-area: 3 / 1 / 4 / 4;
  }
  .FactSheet__note ~ .FactSheet__section.-price {
    grid-row: 4;
  }
  .ProductDetail__note {
    font-size: 0.85714em;
  }
}

/* ===========================================
 * Store
 * ======================================== */
.StoreDetail__body .Panel__body .newyear_box {
  border: 1px solid #de8c39;
  padding: 15px;
}
.StoreDetail__body .Panel__body .newyear_box p {
  margin: 0;
}
.Stores__distance {
  font-weight: bold;
}
.Badge.-uber:before {
  content: "Uber";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-uber:after {
  content: "Eats";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-demaekan:before {
  content: "出前館";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-menu:before {
  content: "menu";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-foodpanda:before {
  content: "food";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-foodpanda:after {
  content: "panda";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-wolt:before {
  content: "Wolt";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-chompy:before {
  content: "Chompy";
  font-size: 0.5rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-didi:before {
  content: "DiDi";
  font-size: 0.625rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}
.Badge.-rakuten:before {
  content: "楽天";
  font-size: 0.5rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}

.Badge.-rakuten:after {
  content: "リアルタイム";
  font-size: 0.5rem;
  line-height: 1;
  font-family: a-otf-ryumin-pr6n, Yu Mincho, YuMincho, serif;
}

/* ===========================================
 * Faq
 * ======================================== */
.Text.faq_category_list h2 {
  margin-bottom: 5px;
}
.faq_category_list h2 a {
  text-decoration: none;
}
.faq_category_list .faq_title_click {
  color: #000;
}
.category_wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.category_box {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 40px;
}
.category_box .Text.-main {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-bottom: 45px;
}
.category_box .Text.-main h3 {
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.category_box .Text.-main p:empty {
  display: none;
}
.category_box .Text.-main p {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 1em;
  font-family: sans-serif;
}
.category_box .images .image {
  margin-bottom: 20px;
}
.category_box .images .image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .category_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .category_box {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ===========================================
 * Text
 * ======================================== */
.Text p > span {
  font-size: 0.75rem;
}
.Text.-wrap {
  white-space: normal !important;
}

/* ===========================================
 * PolicyApp
 * ======================================== */
.Page__polycy_app {
  margin-bottom: 5rem;
}

.Page__polycy_app table td {
  display: block;
  border-bottom: none;
  padding-bottom: 10px;
}

.Page__polycy_app .Text table {
  font-size: inherit;
}

.Page__polycy_app .pl-1 {
  padding-left: 10px;
}

.Page__polycy_app .underline {
  text-decoration: underline;
}

/* ===========================================
 * Margin
 * ======================================== */
.u-adjust-margin__soup {
  margin-bottom: -6%;
  margin-top: -12%;
}
.u-adjust-margin__cold {
  margin-bottom: -5%;
  margin-top: -12%;
}
.u-adjust-margin__curry {
  margin-bottom: -13%;
  margin-top: -20%;
}
.u-adjust-margin__salada {
  margin-bottom: -13%;
  margin-top: -20%;
}

/* ===========================================
 * Visible
 * ======================================== */
.visible-sp {
  display: block;
}
@media (min-width: 62em) {
  .visible-sp {
    display: none;
  }
}
.visible-pc {
  display: none;
}
@media (min-width: 62em) {
  .visible-pc {
    display: block;
  }
}

/* ===========================================
 * other
 * ======================================== */
.MobileNav__btn {
  padding-bottom: 40px;
}

/* ===========================================
 * Footer
 * ======================================== */
.Footer__sitemap {
  grid-template-rows: auto;
}
.Footer__sitemap::before,
.Footer__sitemap::after {
  display: none;
}
