@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  position: relative;
}
main {
  flex: 1;
  position: relative;
  overflow: hidden;
}
html, body {
  touch-action: manipulation;
  overscroll-behavior: none;
}
html {
  scroll-behavior: smooth;
}
img {
  vertical-align: top;
  width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
}
::-webkit-selection {
  color: #3d3d3d;
  background: #3434344f;
}
::-moz-selection {
  color: #3d3d3d;
  background: #3434344f;
}
::selection {
  color: #3d3d3d;
  background: #3434344f;
  text-shadow: none;
}
.l-container--1100 {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.l-container--950 {
  max-width: 950px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.l-container--750 {
  max-width: 750px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.u-py120 {
  padding: 120px 0px;
}
.u-mb--lg {
  margin-bottom: 60px
}
.u-mb--av {
  margin-bottom: 46px
}
.u-mb--md {
  margin-bottom: 32px
}
.u-mb--sm {
  margin-bottom: 24px
}
.u-mb--min {
  margin-bottom: 16px
}
.pc_none {
  display: none !important;
}
.common__title {
  text-align: center;
  margin-bottom: 46px;
}
.common__title--special {
  padding-top: 16px;
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
}
.common__title--special::after {
  content: '';
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../img/title-star.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 0;
}
.common__title--special span {
  width: clamp(300px, 45vw, 400px);
  aspect-ratio: 500 / 90;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-family: ohno-blazeface, sans-serif;
  font-size: clamp(32px, 2vw, 42px);
  text-transform: uppercase;
  margin: 0 auto;
}
.common__title--main {
  font-family: funkydori, sans-serif;
  font-size: clamp(60px, 6vw, 130px);
  pointer-events: none;
}
.common__title--main.order {
  line-height: .75;
  transform: translateY(0.41em);
}
.common__title--main.movie {
  line-height: 1;
  transform: translateY(0.28em);
}
.common__title--main.present {
  line-height: .7;
  transform: translateY(0.44em);
}
.common__title--main.popup {
  line-height: 1;
  transform: translateY(0.28em);
}
.common__title--main.gigo {
  line-height: 1;
  transform: translateY(0.28em);
}
.common__title--main.dvd {
  line-height: 1;
  transform: translateY(0.28em);
}
.common__title--main.receipt {
  line-height: 1;
  transform: translateY(0.28em);
}
.common__title--main.event {
  line-height: 1;
  transform: translateY(0.3em);
}
.common__btn {
  width: 100%;
}
.common__btn a {
  background-color: #FFD00A;
  color: #000;
  text-align: center;
  border: solid 3px #000;
  border-radius: 100px;
  max-width: 550px;
  box-sizing: border-box;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  box-shadow: 6px 6px #000;
  transition: .3s;
}
.common__btn a:hover {
  opacity: 1;
  animation: btnBounce .45s ease;
}
@keyframes btnBounce {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  60% {
    transform: scale(.97);
  }
  100% {
    transform: scale(1);
  }
}
.common__btn--soon a {
  cursor: not-allowed;
  background-color: #cccccc;
}
.common__btn--soon a:hover {
  opacity: 1;
  animation: btnBouncenone .45s ease;
}
@keyframes btnBouncenone {
  0% {
    transform: scale(1);
  }
}
.gingham__bgiline {
  background-repeat: repeat;
  background-position: center top;
  background-size: auto 120px;
}
.gingham__bgiline.sky {
  background-image: url(../img/gingham-line-sky.svg);
  background-color: #F4F9FF;
}
.gingham__bgi::before {
  width: 100%;
  display: block;
  content: "";
  height: 120px;
  background-repeat: repeat-x;
  background-size: auto 120px;
  background-position: center top;
  background-color: #fff;
}
.gingham__bgi.sky::before {
  background-image: url("../img/gingham-sky.png");
}
.gingham__bgi.blue::before {
  background-image: url("../img/gingham-blue.png");
}
.gingham__bgi.orange::before {
  background-image: url("../img/gingham-orange.png");
}
.gingham__bgi.pink::before {
  background-image: url("../img/gingham-pink.png");
}
.gingham__bgi.purple::before {
  background-image: url("../img/gingham-purple.png");
}
.sandstorm__bgi {
  background-image: url(../img/bgi-sandstorm.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 150px;
  background-blend-mode: overlay;
}
.sandstorm__bgi.sky {
  background-color: #afd1ff;
}
.sandstorm__bgi.blue {
  background-color: #84b1e9;
}
.sandstorm__bgi.pink {
  background-color: #ff90b8;
}
.sandstorm__bgi.orange {
  background-color: #ff9548;
}
.sandstorm__bgi.purple {
  background-color: #c7aadb;
}
.band__track {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  white-space: nowrap;
  background: #fff;
  padding: 15px 0 10px;
  will-change: transform;
}
.band__track.orange {
  border-top: solid 4px #fe6a07;
  border-bottom: solid 4px #fe6a07;
}
.band__track.blue {
  border-top: solid 4px #649ADB;
  border-bottom: solid 4px #649ADB;
}
.band__track.pink {
  border-top: solid 4px #ff6198;
  border-bottom: solid 4px #ff6198;
}
.band__track.is-ready {
  animation: band 50s linear infinite;
}
.band__logo {
  flex: 0 0 auto;
  display: block;
  padding-right: 1rem;
}
.band__logo img {
  display: block;
  height: 47px;
  width: auto;
  max-width: none;
}
@keyframes band {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-1 * var(--loop-width, 0px)));
  }
}
.stripe_bgi {
  background-repeat: repeat;
  background-position: left top;
  background-size: 117px auto;
}
.stripe_bgi.orange {
  background-image: url(../img/stripe-orange-pc.png);
}
.stripe_bgi.blue {
  background-image: url(../img/stripe-blue-pc.png);
}
.stripe_bgi.pink {
  background-image: url(../img/stripe-pink-pc.png);
}
@media screen and (max-width: 769px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .u-py120 {
    padding: 80px 0px;
  }
  .u-mb--lg {
    margin-bottom: 46px
  }
  .u-mb--av {
    margin-bottom: 32px
  }
  .u-mb--md {
    margin-bottom: 24px
  }
  .u-mb--sm {
    margin-bottom: 16px
  }
  .common__title {
    margin-bottom: 24px;
  }
  .common__title--special {
    padding-top: 10px;
    margin-bottom: 16px
  }
  .common__title--special::after {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .common__title--special span {
    width: 220px;
    aspect-ratio: 220 / 36;
    font-size: 23px;
  }
  .common__title--main {
    font-size: 62px;
    transform: translateY(0.3em);
  }
  .common__btn a {
    white-space: pre-line;
    border: solid 2px #000;
    max-width: 300px;
    padding: 12px 32px;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 3px 4px #000;
  }
  .gingham__bgiline {
    background-size: auto 55px;
  }
  .gingham__bgi::before {
    height: 55px;
    background-size: auto 55px;
  }
  .band__logo img {
    height: 23px;
  }
  .band__track {
    padding: 6px 0 3px;
  }
  .band__track.orange {
    border-top: solid 2px #fe6a07;
    border-bottom: solid 2px #fe6a07;
  }
  .band__track.blue {
    border-top: solid 2px #649ADB;
    border-bottom: solid 2px #649ADB;
  }
  .stripe_bgi {
    background-size: 53px auto;
  }
  .stripe_bgi.orange {
    background-image: url(../img/stripe-orange-sp.png);
  }
  .stripe_bgi.blue {
    background-image: url(../img/stripe-blue-sp.png);
  }
  .stripe_bgi.pink {
    background-image: url(../img/stripe-pink-sp.png);
  }
  .common__title--main.gigo {
    line-height: .7;
    padding-bottom: 12px;
    padding-top: 10px;
    font-size: 55px;
  }
  .common__title--main.receipt {
    font-size: 55px;
  }
  .common__title--main.event {
    line-height: .8;
    transform: translateY(0.4em);
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 426px) {
  .u-py120 {
    padding: 60px 0px;
  }
  .u-mb--lg {
    margin-bottom: 32px
  }
  .u-mb--av {
    margin-bottom: 24px
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual--section {
  position: relative;
  overflow: hidden;
  background-color: #97C6FE;
  background-image: url(../img/bgi-sandstorm.png);
  background-repeat: repeat;
  background-position: center;
  background-size: 150px;
  background-blend-mode: overlay;
  height: 100lvh;
}
.keyvisual--section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/emblem-opacity.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90vh;
  opacity: 0;
  transform: scale(0.75);
  transition: none;
  pointer-events: none;
  z-index: 0;
}
.keyvisual__inner, .keyvisual__sticky {
  position: relative;
  z-index: 1;
}
.keyvisual__inner {
  max-width: clamp(325px, 106vh, 1100px);
  margin: 0 auto;
  width: calc(100% - 20px);
}
.keyvisual__sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100lvh;
  border: solid 3px #000;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 100;
}
.keyvisual__sticky-frame {
  width: 100%;
  display: block;
  height: 9vh;
  background-image: url(../img/furiru-pc.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center top;
}
.keyvisual__board-line {
  margin: 0 auto;
  max-width: clamp(275px, 72vh, 750px);
  margin-bottom: -40px;
}
.keyvisual__board-title {
  max-width: clamp(325px, 95.8vh, 1000px);
  margin: 0 auto;
}
.keyvisual__title {
  position: relative;
  margin-top: min(6vh, 60px);
  padding-bottom: 40px;
  padding-top: 40px;
}
.keyvisual__title-deco--left {
  position: absolute;
  left: 0;
  top: 0;
}
.keyvisual__title-deco--right {
  position: absolute;
  right: 0;
  top: 0;
}
.keyvisual__title-deco {
  width: clamp(100px, 16vh, 160px);
}
.keyvisual__title-icon--left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(80px, 15vh, 150px);
}
.keyvisual__title-icon--right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(75px, 13vh, 130px);
}
.keyvisual__title-image {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: clamp(325px, 95.8vh, 1000px);
}
@media screen and (max-width: 941px) {
  .keyvisual__title-icon--left {
    width: clamp(80px, 15vh, 100px);
  }
  .keyvisual__title-icon--right {
    width: clamp(75px, 13vh, 80px);
  }
  .keyvisual__title-image {
    max-width: clamp(325px, 70vh, 650px);
  }
  .keyvisual__title-deco {
    width: clamp(100px, 12vh, 120px);
  }
  .keyvisual--section::before {
    background-size: 65vh;
  }
  .keyvisual__board-line {
    max-width: clamp(275px, 63vh, 600px);
    margin-bottom: 0;
  }
  .keyvisual__inner {
    max-width: clamp(325px, 74vh, 700px);
  }
  .keyvisual__title {
    margin-top: min(11vh, 100px);
  }
  .keyvisual__sticky-frame {
    height: 7vh;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual__sticky-frame {
    height: 7.5vh;
    background-image: url("../img/furiru-sp.png");
  }
  .keyvisual__board-line {
    max-width: clamp(200px, 31vh, 275px);
  }
  .keyvisual--section {
    background-size: 50px;
  }
  .keyvisual--section::before {
    background-size: 35vh;
  }
  .keyvisual__inner {
    max-width: clamp(325px, 48vh, 450px);
  }
  .keyvisual__board-title {
    max-width: clamp(300px, 48vh, 450px);
  }
  .keyvisual__title {
    margin-top: min(8vh, 80px);
  }
  .keyvisual__sticky {
    border: solid 2px #000;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual__board-line {
    max-width: clamp(200px, 31vh, 275px);
  }
  .keyvisual__board-title {
    max-width: clamp(300px, 37vh, 325px);
  }
  .keyvisual__board-title {
    max-width: clamp(300px, 37vh, 325px);
  }
  .keyvisual__title {
    margin-top: min(6vh, 60px);
  }
  .keyvisual__title-icon--left {
    width: clamp(80px, 10vh, 82px);
  }
  .keyvisual__title-icon--right {
    width: clamp(75px, 9.1vh, 80px);
  }
  .keyvisual__title-deco {
    width: clamp(90px, 12vh, 100px);
  }
}
/* ローディング
* --------------------------------------- */
#loader--section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-out, visibility .6s ease-out;
}
#loader--section {
  transform: scale(1);
  transform-origin: center;
  transition:
    opacity .65s ease-out, visibility .65s ease-out, transform .65s cubic-bezier(.22, 1, .36, 1);
}
#loader--section.loaded {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.08);
}
.loader__image img {
  width: 100px;
  transform-origin: center;
  animation: rotateAnime 1.5s linear infinite;
}
@keyframes rotateAnime {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media screen and (max-width: 768px) {
  .loader__image img {
    width: 80px;
  }
}
/* キービジュアルアニメーション
* --------------------------------------- */
/* 初期状態 */
.keyvisual__sticky-frame, .keyvisual__title-image, .keyvisual__title-deco, .keyvisual__title-icon, .keyvisual__board {
  opacity: 0;
}
.keyvisual__sticky-frame {
  transform: translateY(-100%);
}
.keyvisual__title-image {
  transform: translateY(40px);
}
.keyvisual__title-deco, .keyvisual__title-icon {
  transform: scale(0.6) rotate(-8deg);
}
.keyvisual__board {
  transform: translateY(-80px);
}
.keyvisual--section.is-start .keyvisual__sticky-frame {
  animation: curtainDown 0.8s cubic-bezier(.22, 1, .36, 1) forwards;
}
.keyvisual--section.is-start .keyvisual__title-image {
  animation: titleFadeUp 0.8s ease-out 0.65s forwards;
}
.keyvisual--section.is-start .keyvisual__title-deco, .keyvisual--section.is-start .keyvisual__title-icon {
  animation: popSwing 0.75s cubic-bezier(.34, 1.56, .64, 1) 1.35s forwards;
}
.keyvisual--section.is-start .keyvisual__board {
  animation: signDrop 0.9s cubic-bezier(.22, 1, .36, 1) 2.05s forwards;
}
/* 完了後のループ */
.keyvisual--section.is-loop .keyvisual__title-deco--left, .keyvisual--section.is-loop .keyvisual__title-deco--right {
  animation: starShine 1.8s ease-in-out infinite;
}
.keyvisual--section.is-loop .keyvisual__title-icon--left {
  animation: dinerSwingLeft 2.4s ease-in-out infinite;
  transform-origin: center top;
}
.keyvisual--section.is-loop .keyvisual__title-icon--right {
  animation: dinerSwingRight 2.6s ease-in-out infinite;
  transform-origin: center top;
}
.keyvisual--section.is-loop .keyvisual__title-deco--left, .keyvisual--section.is-loop .keyvisual__title-deco--right {
  opacity: 1;
  animation: starShine 1.8s ease-in-out infinite;
}
.keyvisual--section.is-loop .keyvisual__title-icon--left {
  opacity: 1;
  animation: dinerSwingLeft 2.4s ease-in-out infinite;
  transform-origin: center top;
}
.keyvisual--section.is-loop .keyvisual__title-icon--right {
  opacity: 1;
  animation: dinerSwingRight 2.6s ease-in-out infinite;
  transform-origin: center top;
}
.keyvisual--section.is-start::before {
  animation: emblemFadeZoom 1.2s cubic-bezier(.22, 1, .36, 1) forwards;
}
@keyframes emblemFadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* カーテン */
@keyframes curtainDown {
  0% {
    opacity: 1;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* タイトル */
@keyframes titleFadeUp {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* 星・アイコン */
@keyframes popSwing {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-12deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.08) rotate(8deg);
  }
  80% {
    transform: scale(0.96) rotate(-4deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
/* 看板 */
@keyframes signDrop {
  0% {
    opacity: 0;
    transform: translateY(-120px) rotate(-3deg);
  }
  60% {
    opacity: 1;
    transform: translateY(10px) rotate(2deg);
  }
  80% {
    transform: translateY(-6px) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}
/* 星が光る */
@keyframes starShine {
  0%, 100% {
    transform: scale(1) rotate(0);
    filter: brightness(1);
  }
  45% {
    transform: scale(1.12) rotate(5deg);
    filter: brightness(1.5);
  }
  60% {
    transform: scale(0.96) rotate(-3deg);
    filter: brightness(1.1);
  }
}
/* キャンディ・チェリー揺れ */
@keyframes dinerSwingLeft {
  0%, 100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes dinerSwingRight {
  0%, 100% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
.keyvisual--section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, transparent 42%, rgba(255, 255, 255, 0.75) 50%, transparent 58%, transparent 100%);
  opacity: 0;
  transform: translateX(-120%) skewX(-15deg);
  pointer-events: none;
  z-index: 2;
}
.keyvisual--section.is-start::after {
  animation: keyvisualFlash 0.9s ease-out 0.15s forwards;
}
@keyframes keyvisualFlash {
  0% {
    opacity: 0;
    transform: translateX(-120%) skewX(-15deg);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(120%) skewX(-15deg);
  }
}
/* オーダー
* --------------------------------------- */
.order__trigger--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px 0;
}
.order__trigger--btn {
  width: 31%;
  border: none;
  cursor: pointer;
  position: relative;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  background: #00000000;
  container-type: inline-size;
}
.order__trigger--btn span.modal-trigger--tag {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  filter: drop-shadow(2px 2px #000);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-size: 19px;
}
.order__trigger--btn span.modal-trigger--tag.no1 {
  background-image: url(../img/tag_small-yellow.svg);
}
.order__trigger--btn span.modal-trigger--tag.no2 {
  background-image: url(../img/tag_small-orange.svg);
}
.order__trigger--btn span.modal-trigger--tag.no3 {
  background-image: url(../img/tag_small-yellow.svg);
}
.order__trigger--btn span.modal-trigger--tag.no4 {
  background-image: url(../img/tag_small-orange.svg);
}
.order__trigger--btn span.modal-trigger--tag.no5 {
  background-image: url(../img/tag_small-yellow.svg);
}
.order__trigger--btn span.modal-trigger--tag.no6 {
  background-image: url(../img/tag_small-orange.svg);
}
.order__trigger--btn span.modal-trigger--tag.no7 {
  background-image: url(../img/tag_small-yellow.svg);
}
.order__trigger--btn span.modal-trigger--tag.no8 {
  background-image: url(../img/tag_small-orange.svg);
}
.order__trigger--btn span.modal-trigger--tag.no9 {
  background-image: url(../img/tag_small-yellow.svg);
}
.order__trigger--illust {
  width: 120px;
  height: 115px;
  position: absolute;
  right: -60px;
  bottom: -40px;
}
.order__trigger--btn span {
  display: block;
}
.modal-trigger--tag {
  font-family: ohno-blazeface, sans-serif;
}
.modal-trigger--small {
  font-family: ohno-blazeface, sans-serif;
  font-size: 12cqw;
  line-height: .8;
}
.modal-trigger--number {
  font-family: ohno-blazeface, sans-serif;
  font-size: 31cqw;
  line-height: 1;
}
.order__trigger--items {
  background-color: #FAF4E8;
  border: solid 3px #000;
  border-radius: 12px;
  filter: drop-shadow(8px 8px #000);
  padding: 35px 10px 32px 10px;
  box-sizing: border-box;
}
.order__content--image {
  margin: 0 auto;
  max-width: clamp(290px, 53vh, 550px);
}
.order__content--image img {
  padding: 20px 0;
}
.order__trigger--items {
  transition: all .2s ease;
}
.order__trigger--btn:hover .order__trigger--items {
  transform: translate(4px, 4px);
  filter: drop-shadow(4px 4px #000);
}
/*拡大制御*/
.modal.is-open {
  overscroll-behavior: contain;
}
img {
  vertical-align: top;
  width: 100%;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}
.receipt__modal--image, .receipt__modal--image img {
  -webkit-touch-callout: default;
  user-select: auto;
  -webkit-user-select: auto;
  pointer-events: auto;
  touch-action: auto;
}
.order__content--image, .order__content--image, .order__content--image img {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.order__content--image img {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .order--section {
    padding-right: 0;
  }
  .order__trigger--btn span.modal-trigger--tag {
    width: 40px;
    height: 40px;
    font-size: 11px;
    filter: drop-shadow(1px 1px #000);
  }
  .order__trigger--items {
    padding: 26px 10px;
    border: solid 1.5px #000;
    border-radius: 10px;
    filter: drop-shadow(3px 4px #000);
  }
  .order__trigger--inner {
    gap: 10px 2%;
    justify-content: center;
  }
  .order__trigger--illust {
    width: 60px;
    height: 57px;
    right: -25px;
    bottom: -15px;
  }
  .order__trigger--btn {
    padding-top: 15px;
    padding-left: 15px;
  }
  .order__trigger--btn span.modal-trigger--tag {
    width: 50px;
    height: 50px;
    font-size: 14px;
    filter: drop-shadow(1px 1px #000);
  }
  .order__content--image {
    max-width: 60%;
  }
}
@media screen and (max-width: 570px) {
  .order__trigger--btn span.modal-trigger--tag {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }
  .order__content--image {
    max-width: 80%;
  }
}
@media screen and (max-width: 426px) {
  .order__trigger--btn {
    width: 49%;
  }
  .modal-trigger--small {
    font-size: 12cqw;
  }
  .modal-trigger--number {
    font-size: 27cqw;
  }
  .order__trigger--btn span.modal-trigger--tag.no3 {
    background-image: url(../img/tag_small-orange.svg);
  }
  .order__trigger--btn span.modal-trigger--tag.no4 {
    background-image: url(../img/tag_small-yellow.svg);
  }
  .order__trigger--btn span.modal-trigger--tag.no7 {
    background-image: url(../img/tag_small-orange.svg);
  }
  .order__trigger--btn span.modal-trigger--tag.no8 {
    background-image: url(../img/tag_small-yellow.svg);
  }
  .order__trigger--items {
    padding: 19px 10px 16px 10px;
  }
}
/* オーダー　アニメーション
* --------------------------------------- */
.order__trigger--btn {
  opacity: 0;
  transform: perspective(800px) rotateX(90deg);
}
.order__trigger--inner.is-active .order__trigger--btn {
  animation: orderPop .7s cubic-bezier(.18, 1.35, .45, 1) forwards;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(1) {
  animation-delay: .05s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(2) {
  animation-delay: .15s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(3) {
  animation-delay: .25s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(4) {
  animation-delay: .35s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(5) {
  animation-delay: .45s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(6) {
  animation-delay: .55s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(7) {
  animation-delay: .65s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(8) {
  animation-delay: .75s;
}
.order__trigger--inner.is-active .order__trigger--btn:nth-child(9) {
  animation-delay: .85s;
}
@keyframes orderPop {
  0% {
    opacity: 0;
    transform: perspective(800px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: perspective(800px) rotateX(-8deg);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateX(0deg);
  }
}
/* =========================
   TAP!タグ演出
========================= */
.modal-trigger--tag {
  transform-origin: center;
  animation: none;
}
.order__trigger--inner.is-active .modal-trigger--tag {
  animation:
    tapWiggle 2.6s ease-in-out infinite
}
.no1 {
  animation-delay: .8s, .8s !important;
}
.no2 {
  animation-delay: 1.3s, 1.0s !important;
}
.no3 {
  animation-delay: .6s, 1.5s !important;
}
.no4 {
  animation-delay: 1.6s, .9s !important;
}
.no5 {
  animation-delay: 1.1s, 1.8s !important;
}
.no6 {
  animation-delay: .7s, 1.2s !important;
}
.no7 {
  animation-delay: 1.5s, .7s !important;
}
.no8 {
  animation-delay: .9s, 1.6s !important;
}
.no9 {
  animation-delay: 1.8s, 1.1s !important;
}
@keyframes tapWiggle {
  0%, 75%, 100% {
    transform: rotate(0deg) scale(1);
  }
  78% {
    transform: rotate(-10deg) scale(1.08);
  }
  82% {
    transform: rotate(8deg) scale(1.05);
  }
  86% {
    transform: rotate(-5deg) scale(1.08);
  }
  90% {
    transform: rotate(0deg) scale(1);
  }
}
/* フレーム
* --------------------------------------- */
.common__frame {
  border: solid 2px #000;
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}
.common__frame--blue {
  background-color: #2A5499;
}
.common__frame--sky {
  background-color: #97C6FE;
}
.common__frame--pink {
  background-color: #F5B0C2;
}
.common__frame--red {
  background-color: #FF669D;
}
.common__frame--orange {
  background-color: #fe6a07;
}
.common__frame--purple {
  background-color: #d8b9ed;
}
.common__frame::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 4px;
  top: 4px;
}
.common__frame::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: 4px;
}
.common__frame--inner::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.common__frame--inner::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  bottom: 4px;
}
.common__frame--inner {
  border: solid 2px #000;
  background-color: #fff;
}
.common__frame--text {
  max-width: 550px;
  box-sizing: border-box;
  padding: 46px 0;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common__frame--text p {
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .common__frame {
    border: solid 1px #000;
    padding: 10px;
  }
  .common__frame--inner {
    border: solid 1px #000;
  }
  .common__frame::before {
    width: 8px;
    height: 8px;
    right: 2.5px;
    top: 2.5px;
  }
  .common__frame::after {
    width: 8px;
    height: 8px;
    left: 2.5px;
    top: 2.5px;
  }
  .common__frame--inner::before {
    width: 8px;
    height: 8px;
    right: 2.5px;
    bottom: 2.5px;
  }
  .common__frame--inner::after {
    width: 8px;
    height: 8px;
    left: 2.5px;
    bottom: 2.5px;
  }
  .common__frame--text {
    padding: 32px 0;
  }
  .common__frame--text p {
    line-height: 2;
  }
}
/* プレゼント
* --------------------------------------- */
.present--section .common__title {
  margin-bottom: 0;
}
.present__content {
  max-width: 550px;
  margin: 0 auto;
  padding: 80px 0;
  width: calc(100% - 35px);
}
.present__items--title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
.present__items--noto {
  display: block;
  margin-top: 4px;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.present__items--image {
  max-width: 500px;
  margin: 0 auto;
}
.present__items--image.small {
  max-width: 350px;
}
.present__items--text {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  line-height: 2.2;
}
.present__text {
  margin-top: 46px
}
.present__text--title {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0 16px;
  justify-content: center;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 16px;
}
.present__text--title::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background-image: url("../img/title-deco-pc.svg");
  background-size: contain;
  background-repeat: repeat-x;
}
.present__text--title::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 8px;
  background-image: url("../img/title-deco-pc.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: repeat-x;
}
.present__text--noto {
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}
.present__frame {
  position: relative;
  padding: 70px 60px 0;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.request__frame {
  padding: 0 50px 0
}
.present__tag {
  transform: rotate(-10deg);
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  filter: drop-shadow(6px 6px #000);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding-top: 8px;
}
.present__tag.orange {
  background-image: url(../img/tag-large-orange.svg);
}
.present__tag.pink {
  background-image: url(../img/tag-large-pink.svg);
}
.present__tag span {
  font-size: 22px;
  display: block;
  line-height: 1.4;
}
.present__icon {
  position: absolute;
}
.present__icon--right {
  width: 160px;
  right: -30px;
  bottom: 20%;
}
.present__icon--left {
  width: 140px;
  left: -10px;
  bottom: 30%;
}
.present__details {
  background-color: #ECF2FA;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 32px 0;
}
.present__details--inner {
  max-width: 420px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.present__details--title {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.present__details--time {
  text-align: center;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
}
.present__details--noto li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.6;
}
.present__details--noto li:nth-last-child(1) {
  margin-bottom: 0;
}
.present__details--noto li::before {
  content: "※";
  position: absolute;
  left: 0;
  font-size: 14px;
}
.present__details--step {}
.present__details--step {
  counter-reset: num;
  list-style: none;
}
.present__details--step li {
  counter-increment: num;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
}
.present__details--step li:nth-last-child(1) {
  margin-bottom: 0;
}
.present__details--step li::before {
  content: counter(num);
  width: 20px;
  height: 18px;
  padding-bottom: 2px;
  border-radius: 50%;
  border: solid 1px #000;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .present__tag span {
    font-size: 13px;
    line-height: 1.4;
  }
  .present__tag {
    transform: rotate(-10deg);
    width: 80px;
    height: 80px;
    text-align: center;
    filter: drop-shadow(2px 2px #000);
    left: -14px;
  }
  .present__frame {
    padding: 30px 0 0;
  }
  .request__frame {
    padding: 0 0 0
  }
  .present__content {
    max-width: 500px;
    padding: 46px 0;
  }
  .present__items--title {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.4;
  }
  .present__items--noto {
    font-size: 18px;
  }
  .present__items--text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 2;
  }
  .present__text {
    margin-top: 24px;
  }
  .present__items--image {
    max-width: 400px;
  }
  .present__text--title {
    font-size: 17px;
    gap: 0 16px;
    margin-bottom: 16px;
  }
  .present__text--title::before {
    height: 5px;
    background-image: url("../img/title-deco-sp.svg");
  }
  .present__text--title::after {
    height: 5px;
    background-image: url("../img/title-deco-sp.svg");
  }
  .present__text--noto {
    font-size: 14px;
  }
  .present__icon.present__icon--right {
    width: 100px;
    right: -20px;
    bottom: 55%;
  }
  .present__icon.present__icon--left {
    width: 90px;
    left: -20px;
    bottom: 38%;
  }
  .present__details--title {
    font-size: 17px;
    margin-bottom: 11px;
  }
  .present__details--time {
    font-size: 17px;
    margin-bottom: 10px;
    white-space: pre-line;
  }
  .present__details--noto li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .present__details {
    border-radius: 10px;
    padding: 24px 0;
  }
  .present__details--step li {
    counter-increment: num;
    padding-left: 25px;
    margin-bottom: 6px;
    font-size: 12px;
  }
  .present__details--step li::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
}
@media screen and (max-width: 426px) {
  .present__icon.present__icon--right {
    bottom: 50%;
  }
  .present__icon.present__icon--left {
    bottom: 42%;
  }
}
@media screen and (max-width: 376px) {
  .present__icon.present__icon--right {
    bottom: 53%;
  }
}
/* モーダル
* --------------------------------------- */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal--active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal__content {
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  padding: 0 20px;
  box-sizing: border-box;
}
.modal--active .modal__content {
  animation: modalFadeIn 0.4s ease forwards;
}
.modal__close {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 101;
  padding: 10px 24px;
  border: none;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  color: #000;
}
.modal__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .modal__content {
    height: auto;
  }
}
/* レシート
* --------------------------------------- */
.section--band {
  overflow: hidden;
}
.receipt__content {
  max-width: 600px;
  width: min(100%, 600px);
  margin: 0 auto;
  position: relative;
}
.receipt__content--image {
  position: relative;
  width: 100%;
  aspect-ratio: 600 / 778;
  overflow: hidden;
}
.machine {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.machine img {
  width: 100%;
  display: block;
}
.paper__items {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 75%;
  height: 0;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 3;
}
.paper__items--image img {
  width: 100%;
  display: block;
}
.receipt__content.is-active .paper__items {
  animation: paperOut 1.6s ease forwards;
}
@keyframes paperOut {
  from {
    height: 0;
  }
  to {
    height: 82%;
  }
}
.receipt__content--illust {
  position: absolute;
  left: 7%;
  bottom: 10%;
  opacity: 0;
  transform: scale(.4) rotate(-18deg);
  z-index: 4;
  transform-origin: center bottom;
}
.receipt__content.is-active .receipt__content--illust {
  animation: icePop .5s ease forwards;
  animation-delay: 1.4s;
}
.receipt__content.is-active .receipt__content--illust.is-floating {
  opacity: 1;
  animation: dinerIconSwingRight 2.4s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes icePop {
  0% {
    opacity: 0;
    transform: scale(.4) rotate(-18deg);
  }
  70% {
    opacity: 1;
    transform: scale(1.15) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(5deg);
  }
}
.receipt-trigger {
  border: none;
  cursor: pointer;
  background: #00000000;
  background-color: #FFD00A;
  color: #000;
  text-align: center;
  border: solid 3px #000;
  border-radius: 100px;
  max-width: 550px;
  box-sizing: border-box;
  padding: 18px 32px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto;
  box-shadow: 6px 6px #000;
  transition: .3s;
  width: 100%;
  display: block;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.receipt-trigger:hover {
  opacity: 1;
  animation: btnBounce .45s ease;
}
.receipt__modal--image {
  margin: 0 auto 32px;
  max-width: clamp(290px, 53vh, 500px);
}
.receipt__modal--text {
  display: none;
}
.receipt__modal--image, .receipt__modal--image img {
  touch-action: auto;
  user-select: auto;
  -webkit-user-select: auto;
  -webkit-touch-callout: default;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .receipt__modal--text {
    display: block;
    color: #fff;
    text-align: center;
  }
  .receipt__modal--image {
    margin: 0 auto 24px;
    max-width: 60%;
  }
  .common__btn--receipt {
    display: none
  }
  .receipt-trigger {
    white-space: pre-line;
    border: solid 2px #000;
    max-width: 300px;
    padding: 12px 32px;
    font-size: 15px;
    line-height: 1.5;
    box-shadow: 3px 3px #000;
    margin-top: -9%;
    position: relative;
    z-index: 10;
  }
  .receipt__content--illust img {
    width: 60px;
    height: 85px;
  }
}
@media screen and (max-width: 426px) {
  .receipt__modal--image {
    max-width: 80%;
  }
}
/* footer
* --------------------------------------- */
.footer__items {
  padding: 60px 0;
}
.footer__items--logo {
  width: 110px;
  margin: 0 auto 32px;
  ;
}
.footer__items--links {
  max-width: 500px;
  margin: 0 auto;
}
.footer__items--links li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__items--links li {
  text-align: center;
}
.footer__items--links li a {
  color: #fff;
  font-size: 21px;
  line-height: 1.5;
}
.footer__items--links li a span {
  font-size: 17px;
}
.footer__items--links li a {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.footer__items--links li span {
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.6em 0 #fff, 0 0 0 #fff;
  transition: text-shadow 0.3s;
}
.footer__items--links li a:hover {
  text-shadow: 0 0 0 #fff, 0 1.5em 0 #fff;
  opacity: 1;
}
.footer__items--links li a:hover span {
  text-shadow: 0 0 0 #fff, 0 1.6em 0 #fff;
  opacity: 1;
}
.footer__items--flex a {
  color: #fff;
  text-align: center;
  font-size: 26px;
  align-items: center;
  justify-content: center;
}
.footer__items--copy {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer__items {
    padding: 46px 0;
  }
  .footer__items--logo {
    width: 70px;
    margin: 0 auto 32px;
  }
  .footer__items--links {
    max-width: 300px;
  }
  .footer__items--links li:not(:last-child) {
    margin-bottom: 6px;
  }
  .footer__items--links li a {
    font-size: 15px;
  }
  .footer__items--links li a span {
    color: #fff;
    font-size: 13px;
  }
  .footer__items--flex a {
    font-size: 13px;
  }
  .footer__items--copy {
    font-size: 13px;
    margin-top: 46px;
  }
}
/* DVD/Blu-ray
* --------------------------------------- */
.dvd__items {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.dvd__items a:hover {
  animation: btnBounce .45s ease;
  opacity: 1;
}
.dvd__items--inner a {
  position: relative;
}
.dvd__items--inner a .left::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle-pink.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dvd__items--inner a .left::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle-pink.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 10px;
}
.dvd__items--inner a .right::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-circle-pink.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.dvd__items--inner a .right::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-circle-pink.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.dvd__items a {
  background-color: #FFD00A;
  border: solid 2px #000;
  border-radius: 15px;
  box-shadow: 6px 6px #000;
  padding: 24px 16px;
  box-sizing: border-box;
}
.dvd__items a .title {
  text-align: center;
}
.dvd__items a .title span {
  font-family: ohno-blazeface, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.dvd__items a .title {
  font-family: ohno-blazeface, sans-serif;
  font-size: 35px;
  line-height: 1.2;
}
.dvd__items a .btn {
  font-family: "M PLUS 2", sans-serif;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .dvd__items a .title span {
    font-size: 21px;
  }
  .dvd__items a .title {
    font-size: 26px;
  }
  .dvd__items a .btn {
    font-size: 14px;
  }
  .dvd__items a {
    border: solid 1px #000;
    border-radius: 8px;
    box-shadow: 5px 5px #000;
    padding: 16px;
  }
  .dvd__items--inner a .left::after {
    width: 8px;
    height: 8px;
    right: 5px;
    top: 5px;
  }
  .dvd__items--inner a .left::before {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
  }
  .dvd__items--inner a .right::after {
    width: 8px;
    height: 8px;
    right: 5px;
    bottom: 5px;
  }
  .dvd__items--inner a .right::before {
    width: 8px;
    height: 8px;
    left: 5px;
    bottom: 5px;
  }
  .dvd--section .common__title--main {
    font-size: 55px;
  }
  .dvd__items {
    max-width: 450px;
  }
}
@media screen and (max-width: 426px) {
  .dvd__items a .title {
    font-size: 24px;
  }
  .dvd__items a .title span {
    font-size: 18px;
  }
  .dvd--section .common__title--main {
    font-size: 55px;
  }
  .dvd--section .common__title--main {
    font-size: 50px;
  }
}
/* 下層アニメーション
* --------------------------------------- */
.js-fadein {
  opacity: 0;
  transition: opacity .8s ease;
}
.js-fadein.is-show {
  opacity: 1;
}
.fade-sign {
  opacity: 0;
  transform: scale(.8) rotate(-3deg);
}
.fade-sign.is-show {
  animation: signPop .8s forwards;
}
@keyframes signPop {
  0% {
    opacity: 0;
    transform: scale(.8) rotate(-3deg);
  }
  70% {
    opacity: 1;
    transform: scale(1.05) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
.present__tag, .present__icon {
  opacity: 0;
  transform-origin: center;
}
.present__tag.is-show {
  animation: dinerStickerPop 0.75s cubic-bezier(.34, 1.56, .64, 1) forwards;
}
.present__icon.is-show {
  animation: dinerIconPop 0.75s cubic-bezier(.34, 1.56, .64, 1) forwards;
}
.present__icon.is-show.is-loop.present__icon--right {
  animation: dinerIconSwingRight 2.4s ease-in-out infinite;
}
.present__icon.is-show.is-loop.present__icon--left {
  animation: dinerIconSwingLeft 2.6s ease-in-out infinite;
}
@keyframes dinerStickerPop {
  0% {
    opacity: 0;
    transform: scale(0.4) rotate(-28deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.12) rotate(-2deg);
  }
  80% {
    transform: scale(0.96) rotate(-14deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(-10deg);
  }
}
@keyframes dinerIconPop {
  0% {
    opacity: 0;
    transform: scale(0.4) rotate(20deg);
  }
  65% {
    opacity: 1;
    transform: scale(1.15) rotate(-8deg);
  }
  85% {
    transform: scale(0.95) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
@keyframes dinerIconSwingRight {
  0%, 100% {
    opacity: 1;
    transform: rotate(5deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(-6deg) scale(1.04);
  }
}
@keyframes dinerIconSwingLeft {
  0%, 100% {
    opacity: 1;
    transform: rotate(-5deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(6deg) scale(1.04);
  }
}
/* 埋め込み

* --------------------------------------- */
.event--section .common__frame--inner iframe {
  width: 100% !important;
}
.event--section .common__frame {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
}
.twitter-tweet.twitter-tweet-rendered {
  margin: 0 !important
}