@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.tsukaikiripack {
  font-family: "Zen Old Mincho", serif !important;
  background-color: #fff;
}

.notesansjp {
  font-family: "Noto Sans JP", sans-serif;
}

.tsukaikiripack {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .tsukaikiripack .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .pc {
    display: none !important;
  }
}
.tsukaikiripack .boyon {
  opacity: 0;
  will-change: transform;
}

.tsukaikiripack .boyon.is-show {
  animation: boyonIn 800ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes boyonIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  1% {
    opacity: 1;
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.tsukaikiripack .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.tsukaikiripack .mv .link-area-outer {
  position: fixed;
  right: 0;
  top: 64%;
  z-index: 100;
  width: 200px;
}

.tsukaikiripack .mv .link-area {
  position: relative;
  width: 100%;
}

.tsukaikiripack .mv .link-area .btn {
  position: relative;
  display: block;
  cursor: pointer;
  width: 199px;
  height: 140px;
  background-image: url("../img/tsukaikiripack_link.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: background 0.3s;
}
.tsukaikiripack .mv .link-area .btn:hover {
  background-image: url("../img/tsukaikiripack_link_hover.png");
}

.tsukaikiripack .mv .main {
  width: 61%;
  padding-top: 15px;
}

.tsukaikiripack .mv .swiper-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 56.5%;
}

.tsukaikiripack .mv .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

.tsukaikiripack .topnav {
  background: linear-gradient(90deg, #FAB11E 0%, #9E3C18 100%);
  padding: 35px 20px;
}
.tsukaikiripack .topnav .arrow {
  width: 32px;
}

.tsukaikiripack .topnav .inner {
  max-width: 1140px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 50px;
  margin: auto;
  align-items: stretch;
}
@media screen and (max-width: 1160px) {
  .tsukaikiripack .topnav .inner {
    gap: 25px;
  }
}

.tsukaikiripack .topnav .inner .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px 16px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: #883900;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 8px 8px 0px #FFF0AC;
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}
.tsukaikiripack .topnav .inner .item .text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .topnav .inner .item .text {
    white-space: normal;
  }
}
@media screen and (max-width: 1160px) {
  .tsukaikiripack .topnav .inner .item {
    padding: 15px calc(0.0137931034 * 100vw);
    font-size: calc(0.0206896552 * 100vw);
  }
}

.tsukaikiripack .topnav .inner .item:hover {
  box-shadow: unset;
  transform: translate(8px, 8px);
}

.tsukaikiripack .topnav .inner .item .bubble {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 123px;
}

.tsukaikiripack .topnav .inner .item .title {
  padding-bottom: 8px;
  width: 240px;
}
@media screen and (max-width: 1160px) {
  .tsukaikiripack .topnav .inner .item .title {
    width: calc(0.1896551724 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .topnav .inner .item .title {
    width: 240px;
  }
}

.tsukaikiripack .topnav-btmimg {
  width: 100%;
}

.tsukaikiripack .what {
  padding: 0 20px 0;
}

.tsukaikiripack .what .main-area {
  max-width: 1110px;
  margin: auto;
}

.tsukaikiripack .what .main-area .head {
  max-width: 633px;
  margin: auto;
  padding-bottom: 60px;
}

.tsukaikiripack .what .main-area .main {
  position: relative;
  z-index: 0;
}
.tsukaikiripack .what .main-area .main .open-movie {
  position: absolute;
  top: 150px;
  left: 40px;
  width: 282px;
  height: 173px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .tsukaikiripack .what .main-area .main .open-movie {
    top: calc(0.1304347826 * 100vw);
    left: calc(0.0347826087 * 100vw);
    width: calc(0.2452173913 * 100vw);
    height: calc(0.1504347826 * 100vw);
    border-radius: calc(0.0086956522 * 100vw);
  }
}
@media screen and (max-width: 1040px) {
  .tsukaikiripack .what .main-area .main .open-movie {
    top: calc(0.1317307692 * 100vw);
    left: calc(0.0355769231 * 100vw);
    width: calc(0.2403846154 * 100vw);
    height: calc(0.1471153846 * 100vw);
    border-radius: calc(0.0096153846 * 100vw);
  }
}
.tsukaikiripack .what .main-area .main .open-movie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tsukaikiripack .what .main-area .main .fukidasi-img {
  position: absolute;
  top: 16%;
  left: 6%;
  max-width: 21%;
}

.tsukaikiripack .what .main-area .point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  padding: 30px 0 74px;
}

.tsukaikiripack .what .main-area .item img {
  max-width: 353px;
  width: 100%;
}

.tsukaikiripack .what .main-area .item .text {
  padding-top: 10px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #883900;
}

.tsukaikiripack .what .voice {
  max-width: 1010px;
  margin: 0 auto 75px;
}

.tsukaikiripack .what .recommend {
  position: relative;
  padding: 0 20px 90px;
  overflow: hidden;
  z-index: 0;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .what .recommend {
    padding-right: 0 !important;
  }
}
.tsukaikiripack .what .recommend .img-slider {
  position: relative;
}
.tsukaikiripack .what .recommend .img-slider .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  left: 20px;
}
.tsukaikiripack .what .recommend .img-slider .left img {
  width: calc(0.1015625 * 100vw);
}
.tsukaikiripack .what .recommend .img-slider .right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 20px;
}
.tsukaikiripack .what .recommend .img-slider .right img {
  width: calc(0.1015625 * 100vw);
}
.tsukaikiripack .what .recommend .img-slider .bg03 {
  position: absolute;
  z-index: 2;
  top: calc(0.2213541667 * 100vw);
  right: calc(0.1432291667 * 100vw);
  width: calc(0.1080729167 * 100vw);
}
.tsukaikiripack .what .recommend .img-slider .bg02 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: calc(0.2213541667 * 100vw);
  left: calc(0.1953125 * 100vw);
  width: calc(0.109375 * 100vw);
}
.tsukaikiripack .what .recommend .img-slider .bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(0.5208333333 * 100vw);
  width: calc(0.9166666667 * 100vw);
}
.tsukaikiripack .what .recommend .img-slider .swiper-slide {
  padding: 0 calc(0.078125 * 100vw);
  text-align: center;
}
.tsukaikiripack .what .recommend .img-slider .swiper-slide.swiper-slide-active .balloon {
  animation: boyonIn 800ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.tsukaikiripack .what .recommend .img-slider .swiper-slide .balloon {
  display: inline-block;
  width: calc(0.4166666667 * 100vw);
  margin-top: calc(-0.1822916667 * 100vw);
  opacity: 0;
  will-change: transform;
  animation-delay: 0.5s !important;
}

.tsukaikiripack .what .recommend::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 50%;
  background-color: #FFF0AC;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .what .recommend::before {
    top: 65%;
    height: 35%;
  }
}

.tsukaikiripack .what .recommend .head {
  display: block;
  max-width: 391px;
  margin: 0 auto 60px;
  width: 100%;
  position: relative;
}

.tsukaikiripack .what .recommend .img {
  display: block;
  max-width: 1289px;
  margin: auto;
  width: 100%;
  position: relative;
}

.tsukaikiripack .what .recommend .img .bubble1 {
  position: absolute;
  bottom: 60px;
  left: 15%;
  width: 100%;
  max-width: 22%;
}

.tsukaikiripack .what .recommend .img .bubble2 {
  position: absolute;
  bottom: 60px;
  left: 41%;
  width: 100%;
  max-width: 22%;
}

.tsukaikiripack .what .recommend .img .bubble3 {
  position: absolute;
  bottom: 60px;
  left: 67%;
  width: 100%;
  max-width: 22%;
}

.tsukaikiripack .movie {
  background-color: #FFF0AC;
  padding: 0 20px;
  z-index: 1;
  position: relative;
}

.tsukaikiripack .movie .head {
  max-width: 195px;
  margin: 0 auto 30px;
}

.tsukaikiripack .movie .head {
  max-width: 197px;
  margin: 0 auto 30px;
}

.tsukaikiripack .movie .movie-area {
  max-width: 740px;
  margin: auto;
}

.tsukaikiripack .movie .movie-area .item {
  padding-bottom: 75px;
}

.tsukaikiripack .movie .movie-area .item iframe {
  width: 100%;
  height: auto;
  border: 5px solid #fff;
  border-radius: 5px;
  aspect-ratio: 740/414;
  object-fit: cover;
}

.tsukaikiripack .movie .movie-area .item .title {
  text-align: center;
  padding-top: 35px;
}
.tsukaikiripack .movie .movie-area .item .title img {
	width: 297px;
}

.tsukaikiripack .movie .choigake-area {
	margin-top: 35px;
}

.tsukaikiripack .movie .choigake-area .choigake-head {
  max-width: 545px;
  margin: 0 auto 30px;
  display: block;
  width: 100%;
}

.tsukaikiripack .movie .choigake-area .choigake-text {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #883900;
  padding-bottom: 75px;
  line-height: 180%;
  letter-spacing: 0.07em;
}

.tsukaikiripack .movie .choigake-area .choigake-content {
  display: grid;
  grid-template-columns: 2.8fr 7.2fr;
  gap: 50px;
  max-width: 782px;
  margin: auto;
  padding-bottom: 20px;
}

.tsukaikiripack .movie .choigake-area .choigake-content .img-area {
  position: relative;
}

.tsukaikiripack .movie .choigake-area .choigake-content .img-area img {
  position: absolute;
  left: 0;
  top: 0;
}

.tsukaikiripack .movie .choigake-area .choigake-content .text-area .choigake-point {
  padding-bottom: 20px;
}

.tsukaikiripack .movie .choigake-area .choigake-content .text-area .choigake-point:first-child {
  padding-top: 15px;
}

.tsukaikiripack .choigake-content .choigake-product,
.tsukaikiripack .choigake-content .choigake-point {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tsukaikiripack .choigake-content.is-seq-show .choigake-product,
.tsukaikiripack .choigake-content.is-seq-show .choigake-point {
  opacity: 1;
  transform: translateY(0);
}

.tsukaikiripack .choigake-content .choigake-product {
  transition-delay: 0ms;
}

.tsukaikiripack .choigake-content .text-area picture:nth-child(1) .choigake-point {
  transition-delay: 1s;
}

.tsukaikiripack .choigake-content .text-area picture:nth-child(2) .choigake-point {
  transition-delay: 1.5s;
}

.tsukaikiripack .choigake-content .text-area picture:nth-child(3) .choigake-point {
  transition-delay: 2s;
}

.tsukaikiripack .recipe .recipe-swiper {
  overflow: visible;
}
.tsukaikiripack .recipe .recipe-swiper .slider-arrow {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .recipe .recipe-swiper .slider-arrow {
    top: calc(0.1302083333 * 100vw);
  }
  .tsukaikiripack .recipe .recipe-swiper .slider-arrow img {
    width: calc(0.1015625 * 100vw);
  }
  .tsukaikiripack .recipe .recipe-swiper .slider-arrow.left {
    left: calc(0.0390625 * 100vw);
  }
  .tsukaikiripack .recipe .recipe-swiper .slider-arrow.right {
    right: calc(0.0390625 * 100vw);
  }
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper {
  overflow: visible;
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  z-index: 10;
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bubble {
  animation: boyonIn 800ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.is-nav-active .pc-left,
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.is-nav-active .pc-right {
  display: block;
}
@media (hover: none) {
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.is-nav-active:active .pc-left,
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.is-nav-active:active .pc-right {
    opacity: 1;
  }
}
@media (hover: hover) {
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.is-nav-active:hover .pc-left,
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide.is-nav-active:hover .pc-right {
    opacity: 1;
  }
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .bubble {
  opacity: 0;
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left,
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right {
  display: none;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left:hover,
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right:hover {
    cursor: pointer;
  }
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left,
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right {
  transition: opacity 0.3s;
}
@media (hover: none) {
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left:active,
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right:active {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left:hover,
  .tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right:hover {
    opacity: 0.7;
  }
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left img,
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right img {
  width: calc(0.0342857143 * 100vw);
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-left {
  left: calc(-0.0357142857 * 100vw);
}
.tsukaikiripack .recipe .recipe-swiper .swiper-wrapper .swiper-slide .pc-right {
  right: calc(-0.0357142857 * 100vw);
}

.tsukaikiripack .recipe .recipe-topbk {
  width: 100%;
}

.tsukaikiripack .recipe .recipe-tophead {
  max-width: 566px;
  width: calc(0.4042857143 * 100vw);
  margin: calc(-0.0357142857 * 100vw) auto 9%;
  display: block;
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .recipe .recipe-tophead {
    width: min(calc(0.5454545455 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.6666666667 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.8 * 100vw));
  }
}

.tsukaikiripack .recipe-swiper {
  overflow: visible;
  position: relative;
  width: 100%;
}

.tsukaikiripack .recipe-swiper .swiper-wrapper {
  align-items: center;
}

.tsukaikiripack .recipe-swiper .swiper-slide {
  position: relative;
  will-change: transform;
  transform-origin: center bottom;
}

.tsukaikiripack .recipe-swiper .swiper-slide .cooking {
  position: relative;
  z-index: 1;
}

.tsukaikiripack .recipe-swiper .swiper-slide .cooking img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-origin: center center;
}

.tsukaikiripack .recipe-swiper .swiper-slide .bubble,
.tsukaikiripack .recipe-swiper .swiper-slide .name-area {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.tsukaikiripack .recipe-swiper .swiper-slide .bubble {
  top: -33%;
  z-index: 2;
  opacity: 0;
  animation-delay: 1.5s !important;
}

.tsukaikiripack .recipe-swiper .swiper-slide .bubble img {
  width: 100%;
  transform: scale(1.15);
}

.tsukaikiripack .recipe-swiper .swiper-slide-active .cooking img {
  transform: scale(1.2);
}

.tsukaikiripack .recipe-swiper .swiper-slide-active .bubble,
.tsukaikiripack .recipe-swiper .swiper-slide-active .name-area {
  opacity: 1;
  pointer-events: auto;
}

.tsukaikiripack .recipe-swiper .swiper-pagination {
  position: absolute;
  bottom: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 calc(0.0214285714 * 100vw);
}

.tsukaikiripack .recipe-swiper .swiper-pagination-bullet {
  opacity: 0.35;
  border: calc(0.0014285714 * 100vw) solid #fff;
  width: calc(0.0114285714 * 100vw);
  height: calc(0.0114285714 * 100vw);
}

.tsukaikiripack .recipe-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(0.0164285714 * 100vw);
  height: calc(0.0164285714 * 100vw);
  border-width: calc(0.0021428571 * 100vw);
  background-color: #BB0000;
}

.tsukaikiripack .recipe-swiper .swiper-slide .name-area {
  position: absolute;
  bottom: -12.3vw;
  z-index: -3;
  transform: scale(2);
}

.tsukaikiripack .recipe .btn {
  position: absolute;
  left: 50%;
  bottom: 9%;
  transform: translateX(-50%);
  width: calc(0.1057142857 * 100vw);
  height: calc(0.0264285714 * 100vw);
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .recipe .btn {
    width: min(calc(0.1890909091 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.2311111111 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.2773333333 * 100vw));
    height: min(calc(0.0463636364 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0566666667 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.068 * 100vw));
  }
}

.tsukaikiripack .recipe .btn a {
  position: relative;
  inset: 0;
  display: block;
  margin: 0 auto;
  background-image: url("../img/tsukaikiripack_recipe_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: background 0.4s ease;
  width: 100%;
  height: 100%;
}
.tsukaikiripack .recipe .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: calc(0.0085714286 * 100vw);
  width: calc(0.0085714286 * 100vw);
  height: calc(0.0085714286 * 100vw);
  border-radius: 9999px;
  background-image: url("../img/btn-arrow-red.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 0.5px) center;
  background-size: calc(0.0028571429 * 100vw) calc(0.0042857143 * 100vw);
  background-color: #fff;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .recipe .btn a::before {
    right: min(calc(0.0181818182 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0222222222 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0266666667 * 100vw));
    width: min(calc(0.0145454545 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0177777778 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0213333333 * 100vw));
    height: min(calc(0.0145454545 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0177777778 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0213333333 * 100vw));
    background-position: calc(50% + min(calc(0.0018181818 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0022222222 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0026666667 * 100vw))) center;
    background-size: min(calc(0.0045454545 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0055555556 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0066666667 * 100vw)) min(calc(0.0063636364 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0077777778 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0093333333 * 100vw));
  }
}
@media (hover: none) {
  .tsukaikiripack .recipe .btn a:active {
    background-image: url("../img/tsukaikiripack_recipe_btn_hover.png");
  }
  .tsukaikiripack .recipe .btn a:active::before {
    background-image: url("../img/btn-arrow-orange.png");
    background-position: calc(50% + 0.0021428571 * 100vw) center;
  }
}
@media screen and (hover: none) and (max-width: 1400px) {
  .tsukaikiripack .recipe .btn a:active::before {
    background-position: calc(50% + 0.0021428571 * 100vw) center;
  }
}
@media screen and (hover: none) and (max-width: 768px) {
  .tsukaikiripack .recipe .btn a:active::before {
    background-position: calc(50% + min(calc(0.0036363636 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0044444444 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0053333333 * 100vw)));
  }
}
@media (hover: hover) {
  .tsukaikiripack .recipe .btn a:hover {
    background-image: url("../img/tsukaikiripack_recipe_btn_hover.png");
  }
  .tsukaikiripack .recipe .btn a:hover::before {
    background-image: url("../img/btn-arrow-orange.png");
    background-position: calc(50% + 0.0021428571 * 100vw) center;
  }
}
@media screen and (hover: hover) and (max-width: 1400px) {
  .tsukaikiripack .recipe .btn a:hover::before {
    background-position: calc(50% + 0.0021428571 * 100vw) center;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .tsukaikiripack .recipe .btn a:hover::before {
    background-position: calc(50% + min(calc(0.0036363636 * 100vw) + calc(max(600px - 100vw, 0px) * 2000), calc(0.0044444444 * 100vw) + calc(max(450px - 100vw, 0px) * 2000), calc(0.0053333333 * 100vw)));
  }
}

.tsukaikiripack .recipe-swiper .bk {
  bottom: 2vw;
  position: relative;
  z-index: -1;
  width: 100%;
  min-width: 1000px;
  left: 50%;
  transform: translateX(-50%);
}

.tsukaikiripack .recipe-swiper .bubble-area {
  position: absolute;
  right: 10%;
  max-width: 274px;
  bottom: 0%;
  width: 14%;
  z-index: 10;
}
.tsukaikiripack .recipe-swiper .bubble-area.shake img {
  animation: boyonIn 800ms cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.tsukaikiripack .present {
  padding: 100px 20px 200px;
  z-index: 1;
  position: relative;
}

.tsukaikiripack .present .head {
  max-width: 566px;
  margin: 0 auto 40px;
  width: 100%;
}

.tsukaikiripack .present .text {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #883900;
}

.tsukaikiripack .present .span {
  max-width: 635px;
  margin: 30px auto 0px;
  width: 100%;
}

/* .tsukaikiripack .present .span {
	display: flex;
	border: 1px solid #BB0000;
	max-width: 640px;
	width: 100%;
	height: 72px;
	margin: auto;
	border-radius: 72px;
}

.tsukaikiripack .present .span-head {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg, #CB0000 0%, #9F0000 100%);
	color: #fff;
	font-size: 21px;
	letter-spacing: 6px;
	width: 110px;
	border-top-left-radius: 72px;
	border-bottom-left-radius: 72px;
	padding-left: 15px;
}

.tsukaikiripack .present .span-date {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #883900;
	font-size: 23px;
	width: -webkit-fill-available;
}

.tsukaikiripack .present .span-date span {
	color: #BB0000;
	font-size: 45.5px;
	font-family: "Pietro Display Pro", serif;
} */
.tsukaikiripack .present .product {
  max-width: 990px;
  margin: 75px auto 75px;
  width: 100%;
}

.tsukaikiripack .present .product .product-text {
  font-size: 16px;
  font-weight: bold;
  color: #883900;
  padding-top: 15px;
  display: block;
  width: fit-content;
  text-align: center;
}

.tsukaikiripack .present .flow-head {
  max-width: 564px;
  margin: 0 auto 80px;
  width: 100%;
}

.tsukaikiripack .present .flow-item {
  border-radius: 20px;
  background-color: #FFF0AC;
  padding: 50px 60px;
  width: 100%;
  margin: 0 auto 90px;
  max-width: 1120px;
  position: relative;
  display: grid;
  grid-template-columns: 5.5fr 4.5fr;
  gap: 30px;
  align-items: center;
}

.tsukaikiripack .present .flow-item.step2 {
  align-items: start;
  padding: 120px 60px 50px;
}
@media screen and (max-width: 1100px) {
  .tsukaikiripack .present .flow-item.step2 {
    grid-template-columns: 1fr;
  }
  .tsukaikiripack .present .flow-item.step2 .left {
    text-align: center;
  }
  .tsukaikiripack .present .flow-item.step2 .left .explan {
    display: inline-block;
    max-width: 600px;
    width: 100%;
    margin: 20px auto 0;
  }
}
.tsukaikiripack .present .flow-item.step2 .right .nopost {
  width: 100%;
}

.tsukaikiripack .present .flow-item.step2 .x {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tsukaikiripack .present .flow-item.step2 .x .twitter-tweet {
    margin: 0 auto !important;
  }
}

.tsukaikiripack .present .flow-item.step2 .left {
  position: relative;
}

.tsukaikiripack .present .flow-item.step2 .explan {
  width: 108%;
  max-width: none;
  margin-left: -40px;
  margin-top: 40px;
  display: block;
}

.tsukaikiripack .present .flow-item .step {
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  width: 117px;
}

.tsukaikiripack .present .flow-item .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 430px;
  padding: 30px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  text-decoration: none;
  color: #883900;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 8px 8px 0px #F97900;
  transition: 0.3s;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  margin: auto;
}
.tsukaikiripack .present .flow-item .btn.nolink {
  pointer-events: none;
}

.tsukaikiripack .present .flow-item .btn:hover {
  box-shadow: unset;
  transform: translate(8px, 8px);
}

.tsukaikiripack .present .flow-item .btn .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.tsukaikiripack .present .flow-item .btn:hover .arrow {
  transform: translateY(-50%) translateX(5px);
}

.tsukaikiripack .present .term-head {
  max-width: 214px;
  margin: 100px auto 30px;
  width: 100%;
}

.tsukaikiripack .present .term-content {
  max-width: 928px;
  height: 475px;
  margin: 0 auto 0px;
  width: 100%;
  color: #883900;
  border: 1px solid #883900;
  border-radius: 20px;
  padding: 15px 30px;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
}

.tsukaikiripack .present .term-content {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.tsukaikiripack .present .term-content::-webkit-scrollbar {
  display: none;
}

.tsukaikiripack .term-content .simplebar-scrollbar::before {
  background-color: #BB0000;
  opacity: 1;
}

.tsukaikiripack .term-content .simplebar-track.simplebar-vertical {
  background-color: #E1DEDE;
  width: 12px;
  border-radius: 12px;
  right: 10px;
  top: 8px;
  bottom: 8px;
}

.tsukaikiripack .present .term-content .title {
  font-weight: bold;
  font-size: 20px;
}

.tsukaikiripack .present .term-content .sub-title {
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
}

.tsukaikiripack .reason {
  background: linear-gradient(90deg, #FAB11E 0%, #9E3C18 100%);
  position: relative;
  padding: 400px 20px 150px;
}

.tsukaikiripack .reason::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  width: 110%;
  height: 600px;
  background: #fff;
  border-radius: 100%/100%;
  pointer-events: none;
}

.tsukaikiripack .reason .hand {
  position: absolute;
  right: 0;
  top: -380px;
  width: 195px;
}

.tsukaikiripack .reason .img1-bubble {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 365px;
  top: -50px;
}

.tsukaikiripack .reason .img1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 365px;
  top: 40px;
}

.tsukaikiripack .reason .img2 {
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding: 0px 0 100px;
  display: block;
}

.tsukaikiripack .reason .text-area {
  display: grid;
  grid-template-columns: 4fr 6fr;
  align-items: center;
  gap: 45px;
  max-width: 1120px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.tsukaikiripack .reason .text-area .btn-area {
  height: -webkit-fill-available;
}

.tsukaikiripack .reason .text-area .btn-area .img3 {
  width: 100%;
  max-width: 207px;
  margin: 0 auto 20px;
  display: block;
}

.tsukaikiripack .reason .text-area .btn-area .btn {
  position: relative;
  width: 100%;
  max-width: 367px;
  margin: auto;
}

.tsukaikiripack .reason .text-area .btn-area .btn a {
  position: relative;
  display: block;
  width: 367px;
  height: 74px;
  transition: background 0.4s ease;
  background-image: url("../img/tsukaikiripack_reason_btn1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (max-width: 1000px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a {
    width: calc(0.367 * 100vw);
    height: calc(0.074 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a {
    width: 278px;
    height: 56px;
  }
}
.tsukaikiripack .reason .text-area .btn-area .btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  background-image: url("../img/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-position: calc(50% + 1px) center;
  background-size: 7px 11px;
  background-color: #bb0000;
  transition: background 0.3s;
}
@media screen and (max-width: 1000px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a::before {
    right: calc(0.02 * 100vw);
    width: calc(0.024 * 100vw);
    height: calc(0.024 * 100vw);
    background-size: calc(0.007 * 100vw) calc(0.011 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a::before {
    right: 20px;
    width: 16px;
    height: 16px;
    background-size: 5px 7px;
  }
}
@media (hover: none) {
  .tsukaikiripack .reason .text-area .btn-area .btn a:active {
    background-image: url("../img/tsukaikiripack_reason_btn2.png");
  }
  .tsukaikiripack .reason .text-area .btn-area .btn a:active::before {
    background-image: url("../img/btn-arrow-red.png");
    background-position: calc(50% + 6px) center;
    background-color: #fff;
  }
}
@media screen and (hover: none) and (max-width: 1000px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a:active::before {
    background-position: calc(50% + 0.006 * 100vw) center;
  }
}
@media screen and (hover: none) and (max-width: 768px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a:active::before {
    background-position: calc(50% + 4px);
  }
}
@media (hover: hover) {
  .tsukaikiripack .reason .text-area .btn-area .btn a:hover {
    background-image: url("../img/tsukaikiripack_reason_btn2.png");
  }
  .tsukaikiripack .reason .text-area .btn-area .btn a:hover::before {
    background-image: url("../img/btn-arrow-red.png");
    background-position: calc(50% + 6px) center;
    background-color: #fff;
  }
}
@media screen and (hover: hover) and (max-width: 1000px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a:hover::before {
    background-position: calc(50% + 0.006 * 100vw) center;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  .tsukaikiripack .reason .text-area .btn-area .btn a:hover::before {
    background-position: calc(50% + 4px);
  }
}

.tsukaikiripack .reason .text-area .btn-area .btn a img {
  width: 100%;
  display: block;
}

.tsukaikiripack .reason .text-area .btn-area .btn .btn1 {
  opacity: 1;
  z-index: 2;
}

.tsukaikiripack .reason .text-area .btn-area .btn .btn2 {
  opacity: 0;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .tsukaikiripack .topnav .inner .item {
    font-size: 20px;
  }
  .tsukaikiripack .what .main-area .item .text {
    font-size: 16px;
  }
  .tsukaikiripack .what .recommend .img .bubble1 {
    bottom: 40px;
  }
  .tsukaikiripack .what .recommend .img .bubble2 {
    bottom: 40px;
  }
  .tsukaikiripack .what .recommend .img .bubble3 {
    bottom: 40px;
  }
  .tsukaikiripack .present .flow-item .step {
    width: 80px;
  }
  .tsukaikiripack .present .flow-item .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  body:has(.tsukaikiripack) {
    padding-bottom: calc(0.2604166667 * 100vw);
  }
  .tsukaikiripack .mv .swiper-container {
    width: 100%;
    position: relative;
  }
  .tsukaikiripack .mv .main {
    width: 100%;
    padding: 0;
    z-index: 2;
    position: relative;
    top: -28vw;
    margin-bottom: -28vw;
  }
  .tsukaikiripack .topnav .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tsukaikiripack .topnav .inner .item {
    font-size: 24px;
  }
  .tsukaikiripack .what .main-area .head {
    max-width: 315px;
    padding-bottom: 30px;
  }
  .tsukaikiripack .what .voice {
    margin: 0 auto 50px;
  }
  .tsukaikiripack .what .recommend .head {
    max-width: 264px;
    margin: 0 auto 20px;
  }
  .tsukaikiripack .what .recommend {
    padding: 0 13px 60px 0px;
  }
  .tsukaikiripack .what .main-area .point {
    display: block;
    text-align: center;
    padding: 40px 0 20px;
  }
  .tsukaikiripack .what .main-area .item img {
    max-width: 230px;
  }
  .tsukaikiripack .what .main-area .item .text {
    font-size: 18px;
    padding: 0 0 30px;
  }
  .tsukaikiripack .what .spbtm {
    position: relative;
    max-width: 274px;
    margin: 0 auto 60px;
    border-radius: 8px;
    overflow: hidden;
  }
  .tsukaikiripack .what .spbtm .open-movie {
    position: absolute;
    top: 73px;
    left: 19px;
    width: 234px;
    height: 144px;
	border-radius: 8px;
	overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .tsukaikiripack .what .spbtm .open-movie {
    top: calc(0.2212121212 * 100vw);
    left: calc(0.0575757576 * 100vw);
    width: calc(0.7090909091 * 100vw);
    height: calc(0.4363636364 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .tsukaikiripack .what .spbtm .open-movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tsukaikiripack .movie .head {
    max-width: 140px;
    margin: 0 auto 25px;
  }
  .tsukaikiripack .movie .movie-area .item {
    padding-bottom: 35px;
  }
  .tsukaikiripack .movie .movie-area .item .title {
    padding: 5px 10px 0;
  }
  .tsukaikiripack .movie .movie-area .item .title img {
	width: calc(200 / 390 * 100vw);
  }
  .tsukaikiripack .movie .choigake-area .choigake-head {
    max-width: 330px;
    margin: 0 auto 20px;
  }
  .tsukaikiripack .movie .choigake-area .choigake-text {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .tsukaikiripack .movie .choigake-area .choigake-content {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-bottom: 180px;
  }
  .tsukaikiripack .movie .choigake-area .choigake-content .text-area {
    order: 1;
  }
  .tsukaikiripack .movie .choigake-area .choigake-content .text-area .choigake-point {
    max-width: 340px;
    width: 100%;
    margin: auto;
    display: block;
  }
  .tsukaikiripack .movie .choigake-area .choigake-content .img-area {
    order: 2;
  }
  .tsukaikiripack .movie .choigake-area .choigake-content .img-area img {
    width: 120px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .tsukaikiripack .recipe .recipe-tophead {
    margin: 0px auto 24%;
  }
  .tsukaikiripack .recipe-swiper .swiper-slide .name-area {
    bottom: -34vw;
  }
  .tsukaikiripack .recipe-swiper .swiper-pagination {
    bottom: 43vw;
    gap: 0 calc(0.0208333333 * 100vw);
  }
  .tsukaikiripack .recipe-swiper .swiper-pagination-bullet {
    width: calc(0.0260416667 * 100vw);
    height: calc(0.0260416667 * 100vw);
    border-width: calc(0.00390625 * 100vw);
    margin: 0 7px !important;
  }
  .tsukaikiripack .recipe-swiper .swiper-pagination-bullet-active {
    width: calc(0.0416666667 * 100vw);
    height: calc(0.0416666667 * 100vw);
    border-width: calc(0.0052083333 * 100vw);
  }
  .tsukaikiripack .recipe-swiper .bubble-area {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%) !important;
    max-width: calc(0.8463541667 * 100vw);
    width: 100%;
    bottom: calc(-0.0520833333 * 100vw);
    display: grid;
    grid-template-columns: 7fr 3fr;
    align-items: center;
    z-index: 10;
  }
  .tsukaikiripack .recipe-swiper .bk {
    bottom: 0;
    position: relative;
    z-index: -1;
    width: 100%;
    min-width: auto;
  }
  .tsukaikiripack .recipe .btn {
    bottom: 9%;
    max-width: 50%;
  }
  .tsukaikiripack .present {
    margin-top: 100px;
    padding: 0px 20px 200px;
  }
  .tsukaikiripack .present .head {
    max-width: 330px;
  }
  .tsukaikiripack .present .text {
    font-size: 18px;
  }
  .tsukaikiripack .present .term-head {
    max-width: 147px;
    margin: 40px auto 20px;
  }
  .tsukaikiripack .present .term-content {
    height: 384px;
    border-radius: 10px;
    padding: 15px 40px 15px 20px;
  }
  .tsukaikiripack .reason {
    padding: 140px 20px 150px;
  }
  .tsukaikiripack .reason::before {
    width: 113%;
    height: 144px;
    border-radius: 100%/90%;
  }
  .tsukaikiripack .reason .hand {
    top: -162px;
    width: 110px;
  }
  .tsukaikiripack .reason .img1-bubble {
    left: 20px;
    transform: unset !important;
    width: 240px;
    top: -100px;
  }
  .tsukaikiripack .reason .img1 {
    transform: unset !important;
    left: 45px;
    width: 200px;
    top: -40px;
  }
  .tsukaikiripack .reason .img2 {
    max-width: 450px;
    padding: 0px 0 50px;
  }
  .tsukaikiripack .reason .text-area {
    grid-template-columns: 1fr;
    gap: 24px;
    font-size: 18px;
  }
  .tsukaikiripack .reason .text-area .text {
    order: 1;
    text-align: center;
  }
  .tsukaikiripack .reason .text-area .btn-area {
    order: 2;
    height: auto;
  }
  .tsukaikiripack .reason .text-area .btn-area .img3 {
    max-width: 140px;
    margin: 0 auto 10px;
  }
  .tsukaikiripack .reason .text-area .btn-area .btn {
    max-width: 280px;
  }
  .tsukaikiripack .mv .link-area-outer {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .tsukaikiripack .mv .link-area .btn {
    width: 100%;
    height: auto;
    background: transparent !important;
  }
  .tsukaikiripack .mv .link-area .btn img {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  .tsukaikiripack .present .flow-head {
    max-width: 330px;
  }
  .tsukaikiripack .present .flow-item .step {
    width: 72px;
  }
  .tsukaikiripack .present .flow-item {
    border-radius: 15px;
    margin: 0 auto 80px;
    padding: 50px 20px;
    grid-template-columns: 1fr;
  }
  .tsukaikiripack .present .flow-item .left {
    order: 2;
  }
  .tsukaikiripack .present .flow-item .right {
    order: 1;
  }
  .tsukaikiripack .present .flow-item .right img {
    margin: auto;
    display: block;
  }
  .tsukaikiripack .present .flow-item .btn .arrow {
    right: 15px;
    width: 22px;
  }
  .tsukaikiripack .present .flow-item .btn {
    text-align: center;
    justify-content: center;
    padding: 15px;
    font-size: 19px;
    border-radius: 10px;
  }
  .tsukaikiripack .present .flow-item.step2 {
    padding: 60px 20px 0;
  }
  .tsukaikiripack .present .flow-item.step2 .left {
    padding-bottom: calc(0.2083333333 * 100vw);
  }
  .tsukaikiripack .present .flow-item.step2 .x .twitter-tweet {
    margin: auto !important;
  }
  .tsukaikiripack .present .flow-item.step2 .x .twitter-tweet iframe {
    width: 100% !important;
    display: block;
    margin: auto;
  }
  .tsukaikiripack .present .flow-item.step2 .explan {
    width: 110%;
    margin: 0;
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .tsukaikiripack .present .flow-item.step2 .food {
    position: absolute;
    bottom: calc(-0.0390625 * 100vw);
    left: -20px;
    width: calc(100% + 40px);
  }
  .tsukaikiripack .present .flow-item.step2 .food img {
    max-width: 100%;
  }
  .tsukaikiripack .mv .link-area .btn .btn2 {
    display: none;
  }
}
.tsukaikiripack .slider-arrow {
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: auto;
  will-change: transform, opacity;
}
@media screen and (min-width: 769px) {
  .tsukaikiripack .slider-arrow {
    display: none;
  }
}
.tsukaikiripack .slider-arrow.is-hint {
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
.tsukaikiripack .slider-arrow.left.is-hint {
  animation-name: arrowWiggleLeft;
}
.tsukaikiripack .slider-arrow.right.is-hint {
  animation-name: arrowWiggleRight;
}
.tsukaikiripack .slider-arrow.is-fadeout {
  opacity: 0;
  pointer-events: none;
}

@keyframes arrowWiggleLeft {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-10px);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrowWiggleRight {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(10px);
  }
  20% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
