@charset "UTF-8";
/* /enjoy/teriyaki/ CSS */

/* overwrite
========================================== */
@media only screen and (max-width: 767px) {
  .footer-pagetop {
    top: auto;
    bottom: 13px;
    position: fixed;
  }
}

/* utility
========================================== */
.p-teriyaki-contents * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.Main:has(.p-teriyaki-contents) {
  overflow: clip;
}
.p-teriyaki-contents a {
  transition: 0.2s all;
}
.p-teriyaki-contents a:hover {
  opacity: 0.7;
}
.p-teriyaki-contents ul,
.p-teriyaki-contents ol {
  list-style: none;
}
.p-teriyaki-contents img.download-prohibited {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
/* KV animation */
.p-teriyaki-contents .js-animeKv .animation-image {
  opacity: 0;
  transform: scale(1.35);
  transition: opacity 0.75s linear, transform 4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
}
.p-teriyaki-contents .js-animeKv.is-animated .animation-image {
  opacity: 1;
  transform: scale(1);
}
.p-teriyaki-contents .js-animeKv .animation-text .p-keyvisual-mask,
.p-teriyaki-contents
  .js-animeKv
  .animation-text
  .p-keyvisual-text__description {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s linear,
    transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s;
}
.p-teriyaki-contents .js-animeKv.is-animated .animation-text .p-keyvisual-mask,
.p-teriyaki-contents
  .js-animeKv.is-animated
  .animation-text
  .p-keyvisual-text__description {
  opacity: 1;
  transform: translateY(0);
}
.p-teriyaki-contents .js-animeKv.is-animated .animation-text .p-keyvisual-mask {
  transition-delay: 1.1s;
}
.p-teriyaki-contents
  .js-animeKv
  .animation-text
  .p-keyvisual-text__description {
  transition-delay: 2.4s;
}
/* title animation */
.p-teriyaki-contents .js-animeTitle.p-product__head {
  overflow: hidden;
}
.p-teriyaki-contents .js-animeTitle .p-product__head-image {
  transition: opacity 0.8s linear,
    transform 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1);
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
.p-teriyaki-contents .js-animeTitle .p-product__title-number {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.4s ease-out,
    transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.3s;
}
.p-teriyaki-contents .js-animeTitle .p-product__title-text::after {
  transform: scaleY(0);
  transform-origin: left top;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.3s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell {
  display: inline-block;
  opacity: 0;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span {
  display: inline-flex;
  overflow: hidden;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span > span {
  display: inline-block;
  transform: translateX(105%);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
}
.p-teriyaki-contents
  .js-animeTitle.p-keyvisual-text__subTitle
  .txt-spell
  > span
  > span {
  transform: translateX(0) translateY(105%);
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(2) > span {
  transition-delay: 0.53s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(3) > span {
  transition-delay: 0.56s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(4) > span {
  transition-delay: 0.59s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(5) > span {
  transition-delay: 0.62s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(6) > span {
  transition-delay: 0.65s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(7) > span {
  transition-delay: 0.68s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(8) > span {
  transition-delay: 0.71s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(9) > span {
  transition-delay: 0.74s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(10) > span {
  transition-delay: 0.77s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(11) > span {
  transition-delay: 0.8s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(12) > span {
  transition-delay: 0.83s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(13) > span {
  transition-delay: 0.86s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(14) > span {
  transition-delay: 0.89s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(15) > span {
  transition-delay: 0.92s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(16) > span {
  transition-delay: 0.95s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(17) > span {
  transition-delay: 0.98s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(18) > span {
  transition-delay: 1.01s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(19) > span {
  transition-delay: 1.04s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(20) > span {
  transition-delay: 1.07s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(21) > span {
  transition-delay: 1.1s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(22) > span {
  transition-delay: 1.13s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(23) > span {
  transition-delay: 1.16s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(24) > span {
  transition-delay: 1.19s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(25) > span {
  transition-delay: 1.22s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(26) > span {
  transition-delay: 1.25s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(27) > span {
  transition-delay: 1.28s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(28) > span {
  transition-delay: 1.31s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(29) > span {
  transition-delay: 1.34s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(30) > span {
  transition-delay: 1.37s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(31) > span {
  transition-delay: 1.4s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(32) > span {
  transition-delay: 1.43s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(33) > span {
  transition-delay: 1.46s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(34) > span {
  transition-delay: 1.49s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(35) > span {
  transition-delay: 1.52s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(36) > span {
  transition-delay: 1.55s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(37) > span {
  transition-delay: 1.58s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(38) > span {
  transition-delay: 1.61s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(39) > span {
  transition-delay: 1.64s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(40) > span {
  transition-delay: 1.67s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(41) > span {
  transition-delay: 1.7s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(42) > span {
  transition-delay: 1.73s;
}
.p-teriyaki-contents .js-animeTitle .txt-spell > span:nth-child(43) > span {
  transition-delay: 1.76s;
}

.p-teriyaki-contents .js-animeTitle.is-animated .p-product__head-image {
  opacity: 1;
  transform: scale(1);
}
.p-teriyaki-contents .js-animeTitle.is-animated .p-product__title-number {
  opacity: 1;
  transform: translateY(0);
}
.p-teriyaki-contents .js-animeTitle.is-animated .p-product__title-text::after {
  transform: scaleY(1);
}
.p-teriyaki-contents .js-animeTitle.is-animated .txt-spell > span > span {
  transform: translateX(0) translateY(0);
}
.p-teriyaki-contents .js-animeTitle.is-animated .txt-spell {
  opacity: 1;
}
/* image animation */
.p-teriyaki-contents .js-animation .img-anime {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.2s linear,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-teriyaki-contents .js-animation.is-animated .img-anime {
  opacity: 1;
  transform: translateY(0);
}
.p-teriyaki-contents .is-animated.txt-lh::after {
  transform: scaleX(1);
}
/* maps animation */
.p-teriyaki-contents .js-animation .map-anime {
  opacity: 0;
  transform: scale(1.15) rotateX(-30deg) translateZ(100px);
  transform-origin: center center;
  transition: opacity 0.4s linear,
    transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p-teriyaki-contents .js-animation.is-animated .map-anime {
  opacity: 1;
  transform: scale(1) rotateX(0) translateZ(0);
}
.p-teriyaki-contents .js-animation .note-list__item {
  opacity: 0;
  transition: opacity 0.4s linear 0.6s;
}
.p-teriyaki-contents .js-animation.is-animated .note-list__item {
  opacity: 1;
}
.p-teriyaki-contents .js-animation.is-animated .note-list__item:nth-child(2) {
  transition-delay: 0.8s;
}
.p-teriyaki-contents .js-animation.is-animated .note-list__item:nth-child(3) {
  transition-delay: 1s;
}
.p-teriyaki-contents .js-animation.is-animated .note-list__item:nth-child(4) {
  transition-delay: 1.2s;
}
.p-teriyaki-contents .js-animation.is-animated .note-list__item:nth-child(5) {
  transition-delay: 1.4s;
}
.p-teriyaki-contents .js-animation.is-animated .note-list__item:nth-child(6) {
  transition-delay: 1.6s;
}

/* common
========================================== */

.u-color-orange {
  color: #f06e34 !important;
}
.js-sticky {
  position: sticky;
  top: 199px;
}
.txt-lh {
  position: relative;
}
.txt-lh::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 16px;
  background-color: #ff0000;
  opacity: 0.3;
  top: 145px;
  left: 56px;
  pointer-events: none;
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s linear;
  transition-delay: 1.3s;
}
@media only screen and (max-width: 767px) {
  .txt-lh::after {
    width: 11.46vw;
    height: 1.73vw;
    top: 15.73vw;
    left: 6.13vw;
  }
}
.p-teriyaki-contents .card__type--nolink {
  border: none;
  padding: 0;
}

.p-teriyaki-contents .p-product__title {
  position: absolute;
  top: calc(50% + 12px);
  left: 65px;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}
.p-teriyaki-contents .p-product__title-number {
  font-size: 5.7rem;
  font-weight: 700;
  color: #fff;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(52 / 57);
  letter-spacing: 0;
  padding-right: 0;
  margin-right: 17px;
  position: relative;
}
.p-teriyaki-contents .p-product__title-text::after {
  content: "";
  display: block;
  width: 5px;
  height: 75px;
  background-color: #e96600;
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  border-radius: 5px;
}
.p-teriyaki-contents .p-product__title-text {
  font-size: 4.9rem;
  font-weight: 700;
  color: #fff;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(51 / 49);
  letter-spacing: 0;
  position: relative;
  padding-left: 16px;
  padding-top: 8px;
  display: inline-block;
}
.p-teriyaki-contents .section-teriyaki--world .p-product__title-text,
.p-teriyaki-contents .section-teriyaki--recipe .p-product__title-text {
  margin-top: -7px;
  padding-top: 0;
  padding-left: 19px;
}
/* .p-teriyaki-contents .section-teriyaki--world .p-product__title-text::after,
.p-teriyaki-contents .section-teriyaki--recipe .p-product__title-text::after {
  top: 50%;
} */
.p-teriyaki-contents .card__image {
  display: flex;
  align-items: flex-start;
}
.p-teriyaki-contents .card__type--nolink {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .p-teriyaki-contents .p-product__title {
    top: calc(50% + 4px);
    left: 12px;
    align-items: flex-start;
  }
  .p-teriyaki-contents .p-product__title-number {
    font-size: 3.3rem;
    line-height: calc(59 / 66);
    margin-right: 11px;
  }
  .p-teriyaki-contents .p-product__title-text::after {
    height: calc(100% + 6px);
    width: 3px;
  }
  .p-teriyaki-contents .p-product__title-text {
    font-size: 3.4rem;
    line-height: calc(60 / 56);
    padding-left: 11px;
    padding-top: 4px;
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__title-text,
  .p-teriyaki-contents .section-teriyaki--recipe .p-product__title-text {
    margin-top: -7px;
    padding-top: 0;
    padding-left: 11px;
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__title-text::after,
  .p-teriyaki-contents .section-teriyaki--recipe .p-product__title-text::after {
    top: -4px;
    height: calc(100% + 10px);
  }
}

/* PC */
@media only screen and (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
/* SP */
@media only screen and (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

/* l-section--keyvisual */
.p-teriyaki-contents .l-section--keyvisual {
  position: relative;
  overflow: hidden;
}

.p-teriyaki-contents .p-keyvisual-image img {
  width: 100%;
  opacity: 0.2;
  pointer-events: none;
  aspect-ratio: 1920/1143;
}
.p-teriyaki-contents .p-keyvisual-text {
  position: absolute;
  top: 29.5%;
  left: 50%;
  width: 1200px;
  height: 100%;
  transform: translateX(-50%);
}

.p-teriyaki-contents .p-keyvisual-mask {
  position: relative;
  display: block;
  mask-image: url("../img/txt_kv_mask.png");
  mask-size: 1200px 93%;
  mask-repeat: no-repeat;
  width: 1200px;
  height: 110px;
}
.p-teriyaki-contents .p-keyvisual-mask__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 93%;
  z-index: 2;
}
.p-teriyaki-contents .p-keyvisual-mask__text img {
  width: 100%;
  height: 100%;
}
.p-teriyaki-contents .p-keyvisual-mask__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-teriyaki-contents .p-keyvisual-mask__wave svg {
  display: block;
  height: 113px;
  width: 100%;
}
.p-teriyaki-contents .p-keyvisual-mask__wave svg .wave-animated {
  animation: wave linear 5s infinite;
}
@keyframes wave {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-300px);
  }
}
.p-teriyaki-contents .p-keyvisual-text__subTitle {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 31px;
  color: #4d3428;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  letter-spacing: 0;
}
.p-teriyaki-contents .p-keyvisual-text__description {
  font-size: 1.8rem;
  color: #4d3428;
  font-weight: bold;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(30 / 18);
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .p-teriyaki-contents .p-keyvisual-image img {
    aspect-ratio: 750/459;
  }
  .p-teriyaki-contents .p-keyvisual-text {
    top: calc(50% + 4px);
    width: 100%;
    transform: translateY(-50%);
    left: 25px;
    height: auto;
  }

  .p-teriyaki-contents .p-keyvisual-mask {
    position: relative;
    display: block;
    mask-image: url("../img/txt_kv_mask_sp.png");
    mask-size: cover;
    mask-repeat: no-repeat;
    /* width: 86.666%; */
    width: 86.666vw;
    height: 21.46vw;
  }
  .p-teriyaki-contents .p-keyvisual-mask__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .p-teriyaki-contents .p-keyvisual-mask__text img {
    width: 100%;
    height: 100%;
  }
  .p-teriyaki-contents .p-keyvisual-mask__wave {
    height: 50%;
  }
  .p-teriyaki-contents .p-keyvisual-mask__wave svg {
    height: 11.46vw;
  }
  .p-teriyaki-contents .p-keyvisual-mask__wave + .p-keyvisual-mask__wave {
    top: auto;
    left: -24px;
    bottom: -2.13vw;
  }
  .p-teriyaki-contents .p-keyvisual-text__subTitle {
    font-size: 2.6rem;
    line-height: calc(70 / 52);
    margin-top: 20px;
  }
  .p-teriyaki-contents .text_kv {
    padding: 0 25px;
  }
  .p-teriyaki-contents .text_kv .p-keyvisual-text__description {
    margin-top: 25px;
    font-size: 1.8rem;
    line-height: calc(56 / 36);
  }
}

/* l-section--product */
.p-teriyaki-contents .l-section--product {
  position: relative;
}
.section-teriyaki + .section-teriyaki {
  padding-top: 64px;
}

.p-teriyaki-contents .p-product-contents {
  width: 1200px;
  margin-inline: auto;
  display: flex;
  padding-top: 99px;
  padding-bottom: 151px;
}

.p-teriyaki-contents .p-product-contents--left {
  width: 400px;
}
.p-teriyaki-contents .p-product-contents-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}
.p-teriyaki-contents .p-product-contents-list:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #9c9c9c;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
}
.p-teriyaki-contents .p-product-contents-list__item-link {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding-left: 15px;
  position: relative;
  padding-top: 1px;
  padding-bottom: 4px;
  opacity: 1 !important;
}
.p-teriyaki-contents .p-product-contents-list__item-link::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #d64734;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.p-teriyaki-contents .p-product-contents-list__item-number {
  font-size: 4rem;
  font-weight: 600;
  color: #9c9c9c;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(58 / 40);
  letter-spacing: 0.07em;
  transition: color 0.3s ease-in-out;
}
.p-teriyaki-contents .p-product-contents-list__item-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #9c9c9c;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(38 / 28);
  padding-top: 4px;
  transition: color 0.3s ease-in-out;
}
.p-teriyaki-contents
  .p-product-contents-list__item.is-current
  .p-product-contents-list__item-title,
.p-teriyaki-contents
  .p-product-contents-list__item-link:hover
  .p-product-contents-list__item-title {
  color: #d64734;
}
.p-teriyaki-contents
  .p-product-contents-list__item.is-current
  .p-product-contents-list__item-number,
.p-teriyaki-contents
  .p-product-contents-list__item-link:hover
  .p-product-contents-list__item-number {
  color: #d64734;
}
.p-teriyaki-contents
  .p-product-contents-list__item.is-current
  .p-product-contents-list__item-link::before,
.p-teriyaki-contents .p-product-contents-list__item-link:hover::before {
  opacity: 1;
}

.p-teriyaki-contents .p-product-contents--right {
  flex: 1;
}
.p-teriyaki-contents .p-product__head {
  position: relative;
  overflow: hidden;
  margin-bottom: 39px;
}
.p-teriyaki-contents .card .card__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #462000;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(46 / 22);
  letter-spacing: 0;
}
.p-teriyaki-contents .card .card__description {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(28 / 16);
  margin-top: 2px;
}
.p-teriyaki-contents .card .text {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 500;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(28 / 16);
  margin-top: 16px;
}
.p-teriyaki-contents .card .text + .text {
  margin-top: 20px;
}

.p-teriyaki-contents .card.card-wrap01--01 {
  margin-top: 9px;
}
.p-teriyaki-contents .card.card-wrap01--01 .card__body {
  margin-right: 25px;
  letter-spacing: 0.007em;
}
.p-teriyaki-contents .card.card-wrap01--01 .card__head {
  width: 275px;
  flex-shrink: 0;
  transform: translateY(6px);
}
.p-teriyaki-contents .card-wrap + .card-wrap {
  margin-top: 44px;
}
.p-teriyaki-contents .card.card-wrap02--01 .card__description {
  letter-spacing: 0.005em;
  line-height: calc(30 / 16);
}

.p-teriyaki-contents .section-teriyaki--history .p-product__title {
  top: calc(50% + 4px);
  left: 56px;
}
.p-teriyaki-contents .card-history01 .card__title,
.p-teriyaki-contents .card-history02 .card__title,
.p-teriyaki-contents .card-history03 .card__title,
.p-teriyaki-contents .card-history04 .card__title,
.p-teriyaki-contents .card-history05 .card__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #462000;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(46 / 22);
  margin-bottom: 2px;
}
.p-teriyaki-contents .card .card__head {
  width: 275px;
  flex-shrink: 0;
  transform: translateY(6px);
}
.p-teriyaki-contents .card .card__body {
  margin-right: 25px;
  letter-spacing: 0.007em;
}

.p-teriyaki-contents .card-history01 .card + .card {
  margin-top: 24px;
}
.p-teriyaki-contents .card-history01--02 .card__head {
  width: 220px;
  transform: translateY(0);
}
.p-teriyaki-contents .card-history01--02 .card__head + .card__body {
  margin-left: 30px;
  letter-spacing: 0.005em;
  margin-top: -6px;
  margin-right: 0;
}
.p-teriyaki-contents .card-history01--03 .card__body {
  margin-right: 27px;
}
.p-teriyaki-contents .card-history01 .card.card-history01--04 {
  margin-top: 18px;
}
.p-teriyaki-contents .card-history01--04 .card__type--nolink {
  flex-direction: column;
  display: flex;
}
.p-teriyaki-contents .card-history01--04 .card__head {
  width: 100%;
  display: flex;
  gap: 31px;
  margin-top: 19px;
}
/* .p-teriyaki-contents .card-history01--04 .card__head .card__image:first-child{
  width: 298px;
} */

.p-teriyaki-contents .card-history02 .card + .card {
  margin-top: 31px;
}

.p-teriyaki-contents .card-history02--02 .card__head {
  width: 275px;
}
.p-teriyaki-contents .card-history02--02 .card__body {
  margin-right: 0;
  letter-spacing: 0.007em;
  margin-left: 29px;
}
.p-teriyaki-contents .card-history02--03 .card__head {
  transform: translateY(4px);
}
.p-teriyaki-contents .card-history02--03 .card__body {
  margin-right: 27px;
  margin-top: -2px;
}
.p-teriyaki-contents .card-history02--04 .card__type--nolink {
  flex-direction: column;
  display: flex;
}
.p-teriyaki-contents .card-history02--04.card .card__body {
  margin-right: 0;
}
.p-teriyaki-contents .card-history02--04 .card__head {
  width: 100%;
  display: flex;
  gap: 29px;
  margin-top: 20px;
}
.p-teriyaki-contents .card-history02--04 .card__head:last-child {
  margin-top: 20px;
  gap: 20px;
  justify-content: space-between;
}

.p-teriyaki-contents
  .card-history02--04
  .card__head.card__head-mi
  .card__image:first-child {
  width: 100%;
}
.p-teriyaki-contents
  .card-history02--04
  .card__head.card__head-mi
  .card__image:first-child
  img {
  height: 100%;
  object-fit: cover;
}
.p-teriyaki-contents
  .card-history02--04
  .card__head.card__head-mi
  .card__image:last-child {
  width: 195px;
  flex-shrink: 0;
}
.p-teriyaki-contents
  .card-history02--04
  .card__head:last-child
  .card__image:first-child {
  width: 100%;
}
.p-teriyaki-contents
  .card-history02--04
  .card__head:last-child
  .card__image:first-child
  img {
  height: 100%;
  object-fit: cover;
}
.p-teriyaki-contents
  .card-history02--04
  .card__head:last-child
  .card__image:last-child {
  width: 223px;
  flex-shrink: 0;
}
.p-teriyaki-contents .card-history02 .card.card-history02--05 {
  margin-top: 30px;
}
.p-teriyaki-contents .card-history02--05 .card__head {
  width: 220px;
}
.p-teriyaki-contents .card-history02--05 .card__body {
  margin-right: 30px;
}

.p-teriyaki-contents .card-history03.card-wrap {
  margin-top: 56px;
}
.p-teriyaki-contents .card-history03 .card + .card {
  margin-top: 31px;
}
.p-teriyaki-contents .card-history03--01 .card__body {
  margin-right: 27px;
}
.p-teriyaki-contents .card-history03--01 .card__head {
  width: 220px;
}
.p-teriyaki-contents .card-history03--02 .card__body {
  margin-right: 0;
  margin-left: 29px;
}
.p-teriyaki-contents .card-history03--02 .card__head {
  width: 220px;
}
.p-teriyaki-contents .card-history04.card-wrap {
  margin-top: 45px;
}
.p-teriyaki-contents .card-history04--01 .card__body {
  margin-right: 0;
}
.p-teriyaki-contents .card-history05.card-wrap {
  margin-top: 33px;
}
.p-teriyaki-contents .card-history05 .card + .card {
  margin-top: 30px;
}
.p-teriyaki-contents .card-history05--01 .card__head {
  width: 220px;
}
.p-teriyaki-contents .card-history05--02 .card__body {
  margin-right: 0;
}

.p-teriyaki-contents .section-teriyaki--world {
  padding-top: 94px;
}
.p-teriyaki-contents .section-teriyaki--world .p-product__title {
  top: calc(50% + 4px);
  left: 51px;
}
.p-teriyaki-contents .text-333 .p-product__title-text,
.p-teriyaki-contents .text-333 .p-product__title-number {
  color: #333333;
}
.p-teriyaki-contents .text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(28 / 16);
  margin-top: 16px;
  letter-spacing: 0.007em;
}
.p-teriyaki-contents .section-teriyaki--world .p-product__head {
  margin-bottom: 45px;
}
.p-teriyaki-contents .figure-wrap {
  position: relative;
  margin-top: 55px;
  margin-bottom: 35px;
}
.p-teriyaki-contents .figure-wrap .list-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-teriyaki-contents .figure-wrap .figure {
  max-width: 743px;
  margin-inline: auto;
}
.p-teriyaki-contents .figure-wrap .note-list__item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

.p-teriyaki-contents .figure-wrap .note-list__item:nth-child(1) {
  top: 109px;
  left: -25px;
}
.p-teriyaki-contents .figure-wrap .note-list__item:nth-child(2) {
  top: 100px;
  left: 264px;
}
.p-teriyaki-contents .figure-wrap .note-list__item:nth-child(3) {
  top: 128px;
  right: 45px;
  left: auto;
}
.p-teriyaki-contents .figure-wrap .note-list__item:nth-child(4) {
  top: 171px;
  right: 73px;
  left: auto;
}
.p-teriyaki-contents .figure-wrap .note-list__item:nth-child(5) {
  top: 228px;
  right: 0px;
  left: auto;
}
.p-teriyaki-contents .figure-wrap .note-list__item:nth-child(6) {
  top: 334px;
  right: 37px;
  left: auto;
}
.p-teriyaki-contents .figure-wrap .note-list__link {
  display: flex;
  align-items: center;
  position: relative;
  font-family: Zen Kaku Gothic New, 微軟正黑體, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: calc(40 / 22);
  color: #e96600;
  letter-spacing: 0.007em;
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

.p-teriyaki-contents .figure-wrap .note-list__link:hover {
  opacity: 1;
  transform: scale(1.1);
}
.p-teriyaki-contents .figure-wrap .note-list__mark {
  width: 15px;
  height: 15px;
  background-color: #e96600;
  border-radius: 50%;
  position: absolute;
  transition: transform 0.3s ease-in-out;
}
.p-teriyaki-contents
  .figure-wrap
  .note-list__item:nth-child(1)
  .note-list__mark {
  top: 43px;
  left: 106px;
}
.p-teriyaki-contents
  .figure-wrap
  .note-list__item:nth-child(2)
  .note-list__mark {
  top: 13px;
  left: 97px;
}
.p-teriyaki-contents
  .figure-wrap
  .note-list__item:nth-child(3)
  .note-list__mark {
  top: 15px;
  left: -24px;
}
.p-teriyaki-contents
  .figure-wrap
  .note-list__item:nth-child(4)
  .note-list__mark {
  top: 13px;
  left: -18px;
}
.p-teriyaki-contents
  .figure-wrap
  .note-list__item:nth-child(5)
  .note-list__mark {
  top: 13px;
  left: -22px;
}
.p-teriyaki-contents
  .figure-wrap
  .note-list__item:nth-child(6)
  .note-list__mark {
  top: -11px;
  left: 10px;
}
.p-teriyaki-contents .section-teriyaki--recipe .p-product__title {
  top: calc(50% + 4px);
  left: 54px;
}
.p-teriyaki-contents .section-teriyaki--recipe .p-product__head {
  margin-bottom: 46px;
}

.p-teriyaki-contents .note-list--recipe .note-list__link {
  color: #858079;
}
.p-teriyaki-contents .note-list--recipe .note-list__mark {
  background-color: #858079;
}
@media only screen and (max-width: 767px) {
  .section-teriyaki + .section-teriyaki {
    padding-top: 35px;
  }

  .p-teriyaki-contents .p-product-contents {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 107px;
    padding-inline: 25px;
    flex-direction: column;
  }

  .p-teriyaki-contents .p-product__head {
    margin-bottom: 29px;
  }
  .p-teriyaki-contents .card .card__title {
    font-size: 2.1rem;
    line-height: calc(62 / 42);
  }
  .p-teriyaki-contents .card .card__description {
    line-height: calc(50 / 32);
    margin-top: 17px;
  }
  .p-teriyaki-contents .card .text {
    line-height: calc(50 / 32);
    margin-top: 16px;
  }
  .p-teriyaki-contents .card .text + .text {
    margin-top: 20px;
  }

  .p-teriyaki-contents .card.card-wrap01--01 {
    margin-top: 0;
  }
  .p-teriyaki-contents .card.card-wrap01--01 .card__body {
    margin-right: 0;
    padding: 0;
  }
  .p-teriyaki-contents .card.card-wrap01--01 .card__type--nolink {
    margin-top: 0 !important;
  }
  .p-teriyaki-contents .card.card-wrap01--01 .card__head {
    width: 51.46vw;
    transform: translateY(0);
    margin-left: auto;
    margin-top: 20px;
    margin-right: auto;
  }
  .p-teriyaki-contents .card-wrap + .card-wrap {
    margin-top: 35px;
  }
  .p-teriyaki-contents .card.card-wrap02--01 .card__description {
    line-height: calc(50 / 32);
  }
  .p-teriyaki-contents .section-teriyaki--history .p-product__title {
    left: 12px;
  }
  .p-teriyaki-contents .section-teriyaki--history .p-product__title-number {
    margin-right: 4px;
  }
  .p-teriyaki-contents .section-teriyaki--history .p-product__head {
    margin-bottom: 35px;
  }
  .p-teriyaki-contents .card-history01 .card__title,
  .p-teriyaki-contents .card-history02 .card__title,
  .p-teriyaki-contents .card-history03 .card__title,
  .p-teriyaki-contents .card-history04 .card__title,
  .p-teriyaki-contents .card-history05 .card__title {
    font-size: 2.1rem;
    line-height: calc(62 / 42);
    margin-bottom: 15px;
  }
  .p-teriyaki-contents .card .card__head {
    width: 193px;
    transform: translateY(0);
    margin-left: auto;
    margin-top: 20px;
    margin-right: 14px;
  }
  .p-teriyaki-contents .card .card__body {
    margin-right: 0;
  }

  .p-teriyaki-contents .card-history01 .card + .card {
    margin-top: 24px;
  }
  .p-teriyaki-contents .card.card-history01--01 .card__body,
  .p-teriyaki-contents .card.card-history01--02 .card__body,
  .p-teriyaki-contents .card.card-history01--03 .card__body,
  .p-teriyaki-contents .card.card-history01--04 .card__body,
  .p-teriyaki-contents .card.card-history02--03 .card__body,
  .p-teriyaki-contents .card.card-history02--05 .card__body,
  .p-teriyaki-contents .card.card-history03--01 .card__body,
  .p-teriyaki-contents .card.card-history03--02 .card__body,
  .p-teriyaki-contents .card.card-history04--01 .card__body,
  .p-teriyaki-contents .card.card-history05--01 .card__body {
    margin-right: 0;
    padding: 0;
  }
  .p-teriyaki-contents .card.card-history01--01 .card__type--nolink,
  .p-teriyaki-contents .card.card-history01--02 .card__type--nolink,
  .p-teriyaki-contents .card.card-history01--03 .card__type--nolink,
  .p-teriyaki-contents .card.card-history01--04 .card__type--nolink,
  .p-teriyaki-contents .card.card-history02--03 .card__type--nolink,
  .p-teriyaki-contents .card.card-history02--04 .card__type--nolink,
  .p-teriyaki-contents .card.card-history02--05 .card__type--nolink,
  .p-teriyaki-contents .card.card-history03--01 .card__type--nolink,
  .p-teriyaki-contents .card.card-history03--02 .card__type--nolink,
  .p-teriyaki-contents .card.card-history04--01 .card__type--nolink,
  .p-teriyaki-contents .card.card-history05--01 .card__type--nolink {
    margin-top: 0 !important;
  }
  .p-teriyaki-contents .card.card-history01--02 .card__type--nolink,
  .p-teriyaki-contents .card.card-history03--02 .card__type--nolink,
  .p-teriyaki-contents .card.card-history05--01 .card__type--nolink {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-teriyaki-contents .card-history01 .card.card-history01--02 {
    margin-top: 0;
  }
  .p-teriyaki-contents .card-history01--02 .card__head {
    width: 100%;
    transform: translateY(0);
    margin-top: 21px;
    margin-right: 0;
  }
  .p-teriyaki-contents .card-history01--02 .card__head + .card__body {
    margin-left: 0;
    letter-spacing: 0.005em;
    margin-top: 0;
    margin-right: 0;
  }
  .p-teriyaki-contents .card-history01 .card.card-history01--03 {
    margin-top: 20px;
  }
  .p-teriyaki-contents .card-history01--03 .card__body {
    margin-right: 27px;
  }
  .p-teriyaki-contents .card-history01--03 .card__head {
    width: 49.33vw;
    margin-inline: auto;
  }
  .p-teriyaki-contents .card-history01 .card.card-history01--04 {
    margin-top: 21px;
  }
  .p-teriyaki-contents .card-history01--04 .card__type--nolink {
    flex-direction: column;
    display: flex;
  }
  .p-teriyaki-contents .card-history01--04 .card__head {
    gap: 0;
    margin-top: 21px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .p-teriyaki-contents
    .card-history01--04
    .card__head
    .card__image:first-child {
    width: 32vw;
  }
  .p-teriyaki-contents .card-history01--04 .card__head .card__image:last-child {
    width: 50.66vw;
  }

  .p-teriyaki-contents .card-history02 .card + .card {
    margin-top: 31px;
  }

  .p-teriyaki-contents .card.card-history02--01 .card__body,
  .p-teriyaki-contents .card.card-history02--02 .card__body {
    margin-right: 0;
    padding: 0;
    margin-left: 0;
  }
  .p-teriyaki-contents .card.card-history02--01 .card__type--nolink {
    margin-top: 0 !important;
  }
  .p-teriyaki-contents .card-history02--01 .card__head {
    gap: 13px;
    margin-top: 21px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .p-teriyaki-contents .card-history02 .card.card-history02--02 {
    margin-top: 10px;
  }
  .p-teriyaki-contents .card-history02--02 .card__head {
    width: 275px;
  }
  .p-teriyaki-contents .card-history02--02 .card__body {
    margin-right: 0;
    letter-spacing: 0.007em;
    margin-left: 29px;
  }
  .p-teriyaki-contents .card-history02 .card.card-history02--03 {
    margin-top: 1px;
  }
  .p-teriyaki-contents .card-history02--03 .card__head {
    transform: translateY(0);
    margin-top: 22px;
    width: 54.133vw;
    margin-inline: auto;
  }
  .p-teriyaki-contents .card-history02--03 .card__body {
    margin-right: 27px;
    margin-top: -2px;
  }
  .p-teriyaki-contents .card-history02--04.card .card__body {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .p-teriyaki-contents .card-history02--04 .card__head {
    width: 100%;
    gap: 16px;
    margin-right: 0;
    margin-top: 20px;
  }
  .p-teriyaki-contents .card-history02--04 .card__head:last-child {
    margin-top: 20px;
    gap: 20px;
    justify-content: space-between;
  }
  .p-teriyaki-contents
    .card-history02--04
    .card__head.card__head-mi
    .card__image:last-child {
    width: 21.33vw;
    flex-shrink: 0;
  }
  .p-teriyaki-contents
    .card-history02--04
    .card__head:last-child
    .card__image:last-child {
    width: 24.8vw;
    flex-shrink: 0;
  }
  .p-teriyaki-contents .card-history02 .card.card-history02--05 {
    margin-top: 19px;
  }
  .p-teriyaki-contents .card-history02--05 .card__head {
    width: 40vw;
    margin-inline: auto;
  }
  .p-teriyaki-contents .card-history02--05 .card__body {
    margin-right: 30px;
  }

  .p-teriyaki-contents .card-history03.card-wrap {
    margin-top: 47px;
  }
  .p-teriyaki-contents .card-history03 .card + .card {
    margin-top: 31px;
  }
  .p-teriyaki-contents .card-history03--01 .card__body {
    margin-right: 27px;
  }
  .p-teriyaki-contents .card-history03--01 .card__head {
    width: 220px;
  }
  .p-teriyaki-contents .card-history03 .card.card-history03--02 {
    margin-top: 0px;
  }

  .p-teriyaki-contents .card-history03--02 .card__body {
    margin-right: 0;
    margin-left: 0;
  }
  .p-teriyaki-contents .card-history03--02 .card__head {
    width: 100%;
  }
  .p-teriyaki-contents .card-history04.card-wrap {
    margin-top: 45px;
  }
  .p-teriyaki-contents .card-history04--01 .card__body {
    margin-right: 0;
  }
  .p-teriyaki-contents .card-history05.card-wrap {
    margin-top: 42px;
  }
  .p-teriyaki-contents .card-history05 .card + .card {
    margin-top: 30px;
  }
  .p-teriyaki-contents .card-history05--01 .card__head {
    width: 40vw;
    margin-inline: auto;
    margin-top: 14px;
    margin-bottom: 19px;
  }
  .p-teriyaki-contents .card-history05 .card.card-history05--02 {
    margin-top: 0px;
  }
  .p-teriyaki-contents .card-history05--02 .card__body {
    margin-right: 0;
  }
  .p-teriyaki-contents .section-teriyaki--world {
    padding-top: 12px;
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__title {
    top: calc(50% + 8px);
    left: 12px;
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__title::after {
    height: calc(100% + 10px);
    top: calc(50% - 4px);
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__title-number {
    margin-right: 5px;
    margin-top: -9px;
  }
  .p-teriyaki-contents .text {
    line-height: calc(50 / 32);
    margin-top: 16px;
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__head {
    margin-bottom: 21px;
  }
  .p-teriyaki-contents .figure-wrap {
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 80.5vw;
    width: 100%;
    margin-inline: auto;
  }
  .p-teriyaki-contents .figure-wrap .figure {
    max-width: 100%;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item {
    margin: 0;
    padding: 0;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item:nth-child(1) {
    top: 11.7vw;
    left: -3.2vw;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item:nth-child(2) {
    top: 16.53vw;
    left: 30.1vw;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item:nth-child(3) {
    top: 16.26vw;
    right: -0.8vw;
    left: auto;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item:nth-child(4) {
    top: 20.26vw;
    right: 1.86vw;
    left: auto;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item:nth-child(5) {
    top: 29.333vw;
    right: 4.4vw;
    left: auto;
  }
  .p-teriyaki-contents .figure-wrap .note-list__item:nth-child(6) {
    top: 38.13vw;
    right: -2.6vw;
    left: auto;
  }
  .p-teriyaki-contents .figure-wrap .note-list__link {
    font-size: 3.2vw;
    line-height: calc(31 / 24);
    padding: 0;
  }
  .p-teriyaki-contents .figure-wrap .note-list__mark {
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-teriyaki-contents
    .figure-wrap
    .note-list__item:nth-child(1)
    .note-list__mark {
    top: 5vw;
    left: 11.4vw;
  }
  .p-teriyaki-contents
    .figure-wrap
    .note-list__item:nth-child(2)
    .note-list__mark {
    top: -2.1vw;
    left: 8.2vw;
  }
  .p-teriyaki-contents
    .figure-wrap
    .note-list__item:nth-child(3)
    .note-list__mark {
    top: 1.3vw;
    left: -2.4vw;
  }
  .p-teriyaki-contents
    .figure-wrap
    .note-list__item:nth-child(4)
    .note-list__mark {
    top: 1.6vw;
    left: -2.1vw;
  }
  .p-teriyaki-contents
    .figure-wrap
    .note-list__item:nth-child(5)
    .note-list__mark {
    top: -1vw;
    left: 11.46vw;
  }
  .p-teriyaki-contents
    .figure-wrap
    .note-list__item:nth-child(6)
    .note-list__mark {
    top: -1vw;
    left: 1.3vw;
  }
  .p-teriyaki-contents .section-teriyaki--recipe .p-product__title-number {
    margin-right: 5px;
    margin-top: -9px;
  }
  .p-teriyaki-contents .section-teriyaki--recipe .p-product__title {
    top: calc(50% + 9px);
    left: 12px;
  }
  .p-teriyaki-contents .section-teriyaki--recipe .p-product__head {
    margin-bottom: 21px;
  }
}
/* c-floating-menu */
.p-teriyaki-contents .c-floating-menu__wrap {
  position: relative;
}
.p-teriyaki-contents .c-floating-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.p-teriyaki-contents .c-floating-menu__trigger {
  cursor: pointer;
  position: absolute;
  top: -27px;
  right: 25px;
  width: 50px;
}
.p-teriyaki-contents .c-floating-menu.is-fixed .c-floating-menu__trigger {
  position: fixed;
  top: 66px;
}
.p-teriyaki-contents .c-floating-menu__contents {
  background-color: #ffe6e3;
  overflow-y: auto;
  opacity: 0;
  transition: 0.2s all;
  pointer-events: none;
  position: fixed;
  right: 0;
  height: calc(100dvh - 46px);
  top: 45px;
  padding: 20px 25px 50px;
  width: 100vw;
}
.p-teriyaki-contents .c-floating-menu__contents.is-open {
  opacity: 1;
  pointer-events: initial;
}

.p-teriyaki-contents
  .c-floating-menu
  .is-current
  > a
  .link-secondary-list__item-number,
.p-teriyaki-contents
  .c-floating-menu
  .is-current
  > a
  .link-secondary-list__item-title {
  color: #f06e34;
}
.p-teriyaki-contents .c-floating-menu__close {
  position: absolute;
  top: 15px;
  right: 25px;
}

.p-teriyaki-contents .link-secondary-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
}

.p-teriyaki-contents .link-secondary-list__item-link {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 25px;
  padding-top: 22px;
  padding-right: 13px;
}
.p-teriyaki-contents .link-secondary-list__item-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(/en/culture/teriyakisaucemuseum/img/ico_line.svg);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: center center;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
.p-teriyaki-contents
  .link-secondary-list__item:last-child
  .link-secondary-list__item-link::before {
  content: none;
  background: transparent;
}
.p-teriyaki-contents .link-secondary-list__item-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background-image: url(/en/culture/teriyakisaucemuseum/img/ico_arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: calc(50% + -2px);
  transform: translateY(-50%);
}
.p-teriyaki-contents .link-secondary-list__item-number {
  font-size: 3.2rem;
  font-weight: 600;
  color: #333333;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: -2px;
  margin-right: 18px;
}
.p-teriyaki-contents .link-secondary-list__item-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #333333;
  font-family: Josefin Sans, 微軟正黑體, sans-serif;
  line-height: calc(56 / 42);
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .p-teriyaki-contents .p-keyvisual-text__subTitle {
    font-size: 2.2rem;
  }
  .p-teriyaki-contents .p-product__title-text {
    font-size: 2.4rem;
  }
  .p-teriyaki-contents .p-product__title-number {
    font-size: 2.9rem;
  }
  .p-teriyaki-contents .section-teriyaki--world .p-product__title {
    left: 10px;
  }
}
