@charset "utf-8";

.l-header__logo svg {
  transition: all 0.3s;
}
#l-body {
  margin-top: 0;
  padding-bottom: 0;
  background-color: #f9f6ea;
}
.is-pages + #l-body {
  margin: 0;
}
#l-body .l-body__content {
  max-width: auto;
  max-width: initial;
  margin-bottom: 0;
  padding: 0;
}
#l-body .l-body__main {
  margin-bottom: 0;
}

@media screen and (max-width: 840px) {
  ._pc-only {
    display: none;
  }
}
@media screen and (min-width: 840px) {
  ._sp-only {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  ._sp-sm-only {
    display: none;
  }
}

#l-body .l-body__content span._indent {
  margin: 0 -5px;
}
html[lang="en"] #l-body .l-body__content span._indent,
html[lang="ko"] #l-body .l-body__content span._indent {
  margin: 0;
}

/* ここからコンテンツ */
.l-body__mv {
  padding: 20.5vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f9f6ea url("../images/newyear-bg-sp.png") no-repeat bottom center /
    100vw auto;
}
@media screen and (min-width: 840px) {
  .l-body__mv {
    padding: 0;
    height: 1000px;
    background: #f9f6ea url("../images/newyear-bg.png") no-repeat center top /
      auto 100%;
  }
}

.l-body__heading {
  max-width: 550px;
  width: 65%;
  margin: 0 auto;
  padding-left: 1.5%;
}
@media screen and (min-width: 840px) {
  .l-body__heading {
    max-width: 434px;
    padding-left: 10px;
  }
}
.l-body__heading img {
  width: 100%;
  height: auto;
  display: block;
}

.l-body__lead {
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #bf811d;
}
.l-body__lead-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 840px) {
  .l-body__lead-text {
    font-size: 15px;
    padding: 38px 0;
  }
}

.l-body__menu-list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .l-body__menu-list {
    padding: 20px 20px 170px;
  }
}
.l-body__menu-item {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 840px) {
  .l-body__menu-item {
    padding: 95px 0;
    flex-direction: row;
  }
}

.l-body__shop.-left,
.l-body__shop.-right {
  margin: 0;
}
@media screen and (min-width: 840px) {
  .l-body__shop.-left {
    order: 1;
    margin-right: 100px;
  }
  .l-body__shop.-right {
    order: 2;
    margin-left: 100px;
  }
}
.l-body__image.-left,
.l-body__image.-right {
  margin: 0;
}
@media screen and (min-width: 840px) {
  .l-body__image.-left {
    order: 1;
  }
  .l-body__image.-right {
    order: 2;
  }
}

.l-body__shop {
  text-align: center;
  width: 100%;
  padding-top: 80px;
  padding-top: 20%;
}
@media screen and (min-width: 840px) {
  .l-body__shop {
    text-align: left;
    max-width: 430px;
    width: 60%;
    padding-top: 0;
  }
}

.l-body__shopname {
  font-weight: bold;
  text-align: center;
}

.l-body__shoplink {
  color: #cb000b;
  text-decoration: none;
  margin-bottom: 30px;
  display: inline-block;
  transition: all 0.2s;
}
.l-body__shoplink:hover {
  color: #cb000b;
  text-decoration: none;
  opacity: 0.6;
}

.l-body__shopname .-jp {
  font-size: 26px;
}
@media screen and (min-width: 840px) {
  .l-body__shopname .-jp {
    font-size: 30px;
  }
}
.l-body__shopname .-en {
  font-size: 15px;
}

.l-body__desc {
  line-height: 1.8;
  margin-bottom: 20px;
}

.l-body__desc-lead {
  font-size: 20px;
  font-weight: bold;
  color: #231815;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .l-body__desc-lead {
    text-align: left;
  }
}

.l-body__desc-lead .-fs {
  font-size: 16px;
}

.l-body__desc-price {
  font-size: 20px;
  font-weight: bold;
  color: #231815;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .l-body__desc-price {
    text-align: left;
  }
}
.l-body__desc-price .-tax {
  font-size: 13px;
}

.l-body__text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 376px) {
  .l-body__text {
    font-size: 16px;
  }
}

.l-body__place {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #cb000b;
  display: inline-block;
}
@media screen and (min-width: 376px) {
  .l-body__place {
    font-size: 16px;
  }
}
@media screen and (min-width: 840px) {
  .l-body__place {
    text-align: left;
  }
}
.l-body__provide {
  text-align: left;
  text-decoration: underline;
}
.l-body__provide div {
  display: flex;
}
.l-body__provide dt {
  width: 4.4rem;
}
@media screen and (min-width: 376px) {
  .l-body__provide dt {
    width: 5rem;
  }
}
.l-body__provide dd {
  width: calc(100% - 4.4rem);
}
@media screen and (min-width: 376px) {
  .l-body__provide dd {
    width: calc(100% - 5rem);
  }
}

/* 多言語 */
/* html[lang='en']
html[lang='zh-CN']
html[lang='zh-TW']
html[lang='ko'] */
html[lang="en"] .l-body__provide,
html[lang="zh-CN"] .l-body__provide,
html[lang="zh-TW"] .l-body__provide,
html[lang="ko"] .l-body__provide {
  text-decoration: none;
}
html[lang="en"] .l-body__provide dt {
  text-align: right;
  width: 8.2rem;
}
@media screen and (min-width: 840px) {
  html[lang="en"] .l-body__provide dt {
    text-align: left;
  }
}
html[lang="en"] .l-body__provide dd {
  width: calc(100% - 8.2rem);
  padding-left: 0.5em;
}
@media screen and (min-width: 840px) {
  html[lang="en"] .l-body__provide dd {
    padding-left: 0;
  }
}

html[lang="zh-CN"] .l-body__provide dt {
  text-align: right;
  width: 5.3rem;
}
@media screen and (min-width: 840px) {
  html[lang="zh-CN"] .l-body__provide dt {
    text-align: left;
  }
}
html[lang="zh-CN"] .l-body__provide dd {
  width: calc(100% - 5.3rem);
}

html[lang="ko"] .l-body__provide dt {
  text-align: right;
}
@media screen and (min-width: 840px) {
  html[lang="ko"] .l-body__provide dt {
    text-align: left;
  }
}
html[lang="ko"] .l-body__provide dd {
  padding-left: 0.5em;
}
@media screen and (min-width: 840px) {
  html[lang="ko"] .l-body__provide dd {
    padding-left: 0;
  }
}

.l-body__imagelink {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
}
.l-body__imagelink::before,
.l-body__imagelink::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.l-body__image.-right .l-body__imagelink::before {
  width: 95.9%;
  height: 98.5%;
  background: url("../images/img-right-bfr-sp.svg") no-repeat right bottom /
    100% content-box;
  top: 8%;
  left: 0;
  transform: translateX(-53%);
}
@media screen and (min-width: 840px) {
  .l-body__image.-right .l-body__imagelink::before {
    width: 50%;
    height: 100%;
    top: 0;
    background: url("../images/img-right-bfr.svg") no-repeat right bottom / 100%
      content-box;
    transform: translateX(-45%);
  }
}
.l-body__image.-right .l-body__imagelink::after {
  width: 68.6%;
  height: 117.1%;
  background: url("../images/img-right-afr-sp.svg") no-repeat right bottom /
    100% content-box;
  position: absolute;
  top: -6%;
  right: 0;
  transform: translateX(31%);
}
@media screen and (min-width: 840px) {
  .l-body__image.-right .l-body__imagelink::after {
    width: 85.6%;
    height: 130%;
    top: -7%;
    background: url("../images/img-right-afr.svg") no-repeat right bottom / 100%
      content-box;
    transform: translateX(43%);
  }
}

.l-body__image.-left .l-body__imagelink::before {
  width: 95.9%;
  height: 95.9%;
  background: url("../images/img-left-bfr.svg") no-repeat right bottom / 100%
    content-box;
  top: 14%;
  left: 0;
  transform: translateX(-37%);
}
@media screen and (min-width: 840px) {
  .l-body__image.-left .l-body__imagelink::before {
    width: 113.3%;
    height: 112.8%;
    top: 4%;
    transform: translateX(-39%);
  }
}
.l-body__image.-left .l-body__imagelink::after {
  width: 58.8%;
  height: 108.6%;
  background: url("../images/img-left-afr-sp.svg") no-repeat right bottom / 100%
    content-box;
  position: absolute;
  top: -4%;
  right: 0;
  transform: translateX(34%);
}
@media screen and (min-width: 840px) {
  .l-body__image.-left .l-body__imagelink::after {
    width: 56.7%;
    height: 121.4%;
    background: url("../images/img-left-afr.svg") no-repeat right bottom / 100%
      content-box;
    top: -12%;
    transform: translateX(18%);
  }
}

.l-body__menu-icon {
  display: flex;
  position: absolute;
  top: -13%;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media screen and (min-width: 840px) {
  .l-body__menu-icon {
    top: -4%;
    left: -4%;
  }
}
.l-body__menu-icon .-icon {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 4.7rem;
  height: 4.7rem;
  padding-top: 2px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 840px) {
  .l-body__menu-icon .-icon {
    font-size: 15px;
    min-width: 90px;
    width: 5.6rem;
    min-height: 90px;
    height: 5.6rem;
    padding-top: 5px;
  }
}
.l-body__menu-icon .-icon.-oh {
  background-color: #d40415;
}
.l-body__menu-icon .-icon.-limit {
  line-height: 1.4;
  letter-spacing: 0.3rem;
  background-color: #bf811d;
}
.l-body__menu-icon .-icon.-pieces {
  color: #d40415;
  margin-left: 10px;
  border: 2px solid #d40415;
  background-color: #fff;
}

/* 多言語 */
html[lang="en"] .l-body__menu-icon .-icon,
html[lang="zh-CN"] .l-body__menu-icon .-icon,
html[lang="zh-TW"] .l-body__menu-icon .-icon,
html[lang="ko"] .l-body__menu-icon .-icon {
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  padding: 0 1px;
}
html[lang="en"] .l-body__menu-icon .-icon span span,
html[lang="zh-CN"] .l-body__menu-icon .-icon span span,
html[lang="zh-TW"] .l-body__menu-icon .-icon span span,
html[lang="ko"] .l-body__menu-icon .-icon span span {
  font-size: 0.5rem;
  display: inline-block;
}
@media screen and (min-width: 840px) {
  html[lang="en"] .l-body__menu-icon .-icon span span,
  html[lang="zh-CN"] .l-body__menu-icon .-icon span span,
  html[lang="zh-TW"] .l-body__menu-icon .-icon span span,
  html[lang="ko"] .l-body__menu-icon .-icon span span {
    font-size: 10px;
    line-height: 1.7;
    display: inline-block;
    padding-bottom: 2px;
  }
}

html[lang="en"] .l-body__menu-icon .-icon.-oh,
html[lang="zh-CN"] .l-body__menu-icon .-icon.-oh,
html[lang="zh-TW"] .l-body__menu-icon .-icon.-oh,
html[lang="ko"] .l-body__menu-icon .-icon.-oh {
  padding-top: 4px;
}

.l-body__foodimage {
  max-width: 550px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.l-body__foodimage img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s;
}
.l-body__imagelink:hover .l-body__foodimage img {
  transform: scale(1.1);
}

.l-body__note {
  padding: 60px 0;
  background-color: #231815;
}
.l-body__note-list {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-body__note-item {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 840px) {
  .l-body__note-item {
    line-height: 1.8;
  }
}
