@charset "UTF-8";
:root {
  --color-ink: #2b2b2b;
}
:root .ink {
  color: var(--color-ink);
}
:root .bg-ink {
  background-color: var(--color-ink);
}
:root {
  --color-white: #fff;
}
:root .white {
  color: var(--color-white);
}
:root .bg-white {
  background-color: var(--color-white);
}
:root {
  --color-pink: #f27093;
}
:root .pink {
  color: var(--color-pink);
}
:root .bg-pink {
  background-color: var(--color-pink);
}
:root {
  --color-pink-deep: #ec557d;
}
:root .pink-deep {
  color: var(--color-pink-deep);
}
:root .bg-pink-deep {
  background-color: var(--color-pink-deep);
}
:root {
  --color-pink-band: #ee78a3;
}
:root .pink-band {
  color: var(--color-pink-band);
}
:root .bg-pink-band {
  background-color: var(--color-pink-band);
}
:root {
  --color-pink-pale: #ffeff3;
}
:root .pink-pale {
  color: var(--color-pink-pale);
}
:root .bg-pink-pale {
  background-color: var(--color-pink-pale);
}
:root {
  --color-pink-circle: #ffebf2;
}
:root .pink-circle {
  color: var(--color-pink-circle);
}
:root .bg-pink-circle {
  background-color: var(--color-pink-circle);
}
:root {
  --color-pink-quote: #f5c3d0;
}
:root .pink-quote {
  color: var(--color-pink-quote);
}
:root .bg-pink-quote {
  background-color: var(--color-pink-quote);
}
:root {
  --color-lunch-bg: #fdd130;
}
:root .lunch-bg {
  color: var(--color-lunch-bg);
}
:root .bg-lunch-bg {
  background-color: var(--color-lunch-bg);
}
:root {
  --color-lunch-card: #ffe68c;
}
:root .lunch-card {
  color: var(--color-lunch-card);
}
:root .bg-lunch-card {
  background-color: var(--color-lunch-card);
}
:root {
  --color-lunch-list: #fff8dd;
}
:root .lunch-list {
  color: var(--color-lunch-list);
}
:root .bg-lunch-list {
  background-color: var(--color-lunch-list);
}
:root {
  --color-lunch-acc: #f0951e;
}
:root .lunch-acc {
  color: var(--color-lunch-acc);
}
:root .bg-lunch-acc {
  background-color: var(--color-lunch-acc);
}
:root {
  --color-lunch-mark: #f6bb6f;
}
:root .lunch-mark {
  color: var(--color-lunch-mark);
}
:root .bg-lunch-mark {
  background-color: var(--color-lunch-mark);
}
:root {
  --color-snack-bg: #f687a5;
}
:root .snack-bg {
  color: var(--color-snack-bg);
}
:root .bg-snack-bg {
  background-color: var(--color-snack-bg);
}
:root {
  --color-snack-card: #ffdae4;
}
:root .snack-card {
  color: var(--color-snack-card);
}
:root .bg-snack-card {
  background-color: var(--color-snack-card);
}
:root {
  --color-snack-list: #fff0f4;
}
:root .snack-list {
  color: var(--color-snack-list);
}
:root .bg-snack-list {
  background-color: var(--color-snack-list);
}
:root {
  --color-snack-acc: #e8608a;
}
:root .snack-acc {
  color: var(--color-snack-acc);
}
:root .bg-snack-acc {
  background-color: var(--color-snack-acc);
}
:root {
  --color-snack-mark: #f0b1c4;
}
:root .snack-mark {
  color: var(--color-snack-mark);
}
:root .bg-snack-mark {
  background-color: var(--color-snack-mark);
}
:root {
  --color-midnight-bg: #70b7f2;
}
:root .midnight-bg {
  color: var(--color-midnight-bg);
}
:root .bg-midnight-bg {
  background-color: var(--color-midnight-bg);
}
:root {
  --color-midnight-card: #bfdff9;
}
:root .midnight-card {
  color: var(--color-midnight-card);
}
:root .bg-midnight-card {
  background-color: var(--color-midnight-card);
}
:root {
  --color-midnight-list: #f4faff;
}
:root .midnight-list {
  color: var(--color-midnight-list);
}
:root .bg-midnight-list {
  background-color: var(--color-midnight-list);
}
:root {
  --color-midnight-acc: #0061b1;
}
:root .midnight-acc {
  color: var(--color-midnight-acc);
}
:root .bg-midnight-acc {
  background-color: var(--color-midnight-acc);
}
:root {
  --color-midnight-mark: #7babd3;
}
:root .midnight-mark {
  color: var(--color-midnight-mark);
}
:root .bg-midnight-mark {
  background-color: var(--color-midnight-mark);
}

:root {
  --font-size68: 30px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size68: 68px;
  }
}
:root .fontsize68 {
  font-size: var(--font-size68);
}
:root {
  --font-size64: 30px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size64: 64px;
  }
}
:root .fontsize64 {
  font-size: var(--font-size64);
}
:root {
  --font-size62: 24px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size62: 62px;
  }
}
:root .fontsize62 {
  font-size: var(--font-size62);
}
:root {
  --font-size60: 24px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size60: 60px;
  }
}
:root .fontsize60 {
  font-size: var(--font-size60);
}
:root {
  --font-size58: 24px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size58: 58px;
  }
}
:root .fontsize58 {
  font-size: var(--font-size58);
}
:root {
  --font-size56: 24px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size56: 56px;
  }
}
:root .fontsize56 {
  font-size: var(--font-size56);
}
:root {
  --font-size54: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size54: 54px;
  }
}
:root .fontsize54 {
  font-size: var(--font-size54);
}
:root {
  --font-size52: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size52: 52px;
  }
}
:root .fontsize52 {
  font-size: var(--font-size52);
}
:root {
  --font-size50: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size50: 50px;
  }
}
:root .fontsize50 {
  font-size: var(--font-size50);
}
:root {
  --font-size48: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size48: 48px;
  }
}
:root .fontsize48 {
  font-size: var(--font-size48);
}
:root {
  --font-size46: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size46: 46px;
  }
}
:root .fontsize46 {
  font-size: var(--font-size46);
}
:root {
  --font-size44: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size44: 44px;
  }
}
:root .fontsize44 {
  font-size: var(--font-size44);
}
:root {
  --font-size42: 22px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size42: 42px;
  }
}
:root .fontsize42 {
  font-size: var(--font-size42);
}
:root {
  --font-size40: 20px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size40: 40px;
  }
}
:root .fontsize40 {
  font-size: var(--font-size40);
}
:root {
  --font-size38: 20px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size38: 38px;
  }
}
:root .fontsize38 {
  font-size: var(--font-size38);
}
:root {
  --font-size36: 20px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size36: 36px;
  }
}
:root .fontsize36 {
  font-size: var(--font-size36);
}
:root {
  --font-size34: 20px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size34: 34px;
  }
}
:root .fontsize34 {
  font-size: var(--font-size34);
}
:root {
  --font-size32: 20px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size32: 32px;
  }
}
:root .fontsize32 {
  font-size: var(--font-size32);
}
:root {
  --font-size30: 18px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size30: 30px;
  }
}
:root .fontsize30 {
  font-size: var(--font-size30);
}
:root {
  --font-size28: 18px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size28: 28px;
  }
}
:root .fontsize28 {
  font-size: var(--font-size28);
}
:root {
  --font-size26: 18px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size26: 26px;
  }
}
:root .fontsize26 {
  font-size: var(--font-size26);
}
:root {
  --font-size24: 18px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size24: 24px;
  }
}
:root .fontsize24 {
  font-size: var(--font-size24);
}
:root {
  --font-size22: 16px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size22: 22px;
  }
}
:root .fontsize22 {
  font-size: var(--font-size22);
}
:root {
  --font-size20: 16px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size20: 20px;
  }
}
:root .fontsize20 {
  font-size: var(--font-size20);
}
:root {
  --font-size18: 15px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size18: 18px;
  }
}
:root .fontsize18 {
  font-size: var(--font-size18);
}
:root {
  --font-size16: 14px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size16: 16px;
  }
}
:root .fontsize16 {
  font-size: var(--font-size16);
}
:root {
  --font-size14: 12px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size14: 14px;
  }
}
:root .fontsize14 {
  font-size: var(--font-size14);
}
:root {
  --font-size12: 11px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size12: 12px;
  }
}
:root .fontsize12 {
  font-size: var(--font-size12);
}
:root {
  --font-size10: 10px;
}
@media print, screen and (768px <= width) {
  :root {
    --font-size10: 10px;
  }
}
:root .fontsize10 {
  font-size: var(--font-size10);
}

.md {
  display: none !important;
}

.lg {
  display: none !important;
}

.xl {
  display: none !important;
}

.hidden {
  display: none !important;
}

.none {
  display: none !important;
}

.ib {
  display: inline-block !important;
  font-weight: inherit;
}

.inline {
  display: inline !important;
}

@media print, screen and (768px <= width) {
  .md {
    display: block !important;
  }
  .none-md {
    display: none !important;
  }
  .ib-md {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-md {
    display: inline !important;
  }
}
@media print, screen and (992px <= width) {
  .lg {
    display: block !important;
  }
  .none-lg {
    display: none !important;
  }
  .ib-lg {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-lg {
    display: inline !important;
  }
}
@media print, screen and (1200px <= width) {
  .xl {
    display: block !important;
  }
  .none-xl {
    display: none !important;
  }
  .ib-xl {
    display: inline-block !important;
    font-weight: inherit;
  }
  .inline-xl {
    display: inline !important;
  }
}
.gutter {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
@media print, screen and (768px <= width) {
  .gutter {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media print, screen and (768px <= width) {
  .gutter-md {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print, screen and (992px <= width) {
  .gutter-lg {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print, screen and (1200px <= width) {
  .gutter-xl {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .gutter-none-xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.max428 {
  max-width: 428px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media print, screen and (768px <= width) {
  .max428 {
    max-width: 720px;
  }
}

.max440 {
  max-width: 440px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media print, screen and (768px <= width) {
  .max440 {
    max-width: none;
  }
}

@media print, screen and (992px <= width) {
  .max600-lg {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max600-xl {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max750-lg {
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max750-xl {
    max-width: 750px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max800-lg {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max800-xl {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max900-lg {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max900-xl {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max960-lg {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max960-xl {
    max-width: 960px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1000-lg {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1000-xl {
    max-width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1100-lg {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1100-xl {
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1200-lg {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1200-xl {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1280-lg {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1280-xl {
    max-width: 1280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1300-lg {
    max-width: 1300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1300-xl {
    max-width: 1300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1400-lg {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1400-xl {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1500-lg {
    max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1500-xl {
    max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1600-lg {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1600-xl {
    max-width: 1600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (992px <= width) {
  .max1920-lg {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (1200px <= width) {
  .max1920-xl {
    max-width: 1920px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media print, screen and (768px <= width) {
  .max-none-md {
    max-width: none;
  }
}
@media print, screen and (992px <= width) {
  .max-none-lg {
    max-width: none;
  }
}
@media print, screen and (1200px <= width) {
  .max-none-xl {
    max-width: none;
  }
}
.fit-content {
  width: fit-content;
}

@media print, screen and (768px <= width) {
  .fit-content-md {
    width: fit-content;
  }
}
@media print, screen and (992px <= width) {
  .fit-content-lg {
    width: fit-content;
  }
}
@media print, screen and (1200px <= width) {
  .fit-content-xl {
    width: fit-content;
  }
}
.mgt1em {
  margin-top: 1em !important;
}

.mgt2em {
  margin-top: 2em !important;
}

.mgt3em {
  margin-top: 3em !important;
}

.mgt4em {
  margin-top: 4em !important;
}

.mgt5em {
  margin-top: 5em !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

.mgb3em {
  margin-bottom: 3em !important;
}

.mgb4em {
  margin-bottom: 4em !important;
}

.mgb5em {
  margin-bottom: 5em !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

@media print, screen and (768px <= width) {
  .mgt0-md {
    margin-top: 0px !important;
  }
  .mgb0-md {
    margin-bottom: 0px !important;
  }
  .mgt10-md {
    margin-top: 10px !important;
  }
  .mgb10-md {
    margin-bottom: 10px !important;
  }
  .mgt20-md {
    margin-top: 20px !important;
  }
  .mgb20-md {
    margin-bottom: 20px !important;
  }
  .mgt30-md {
    margin-top: 30px !important;
  }
  .mgb30-md {
    margin-bottom: 30px !important;
  }
  .mgt40-md {
    margin-top: 40px !important;
  }
  .mgb40-md {
    margin-bottom: 40px !important;
  }
  .mgt50-md {
    margin-top: 50px !important;
  }
  .mgb50-md {
    margin-bottom: 50px !important;
  }
  .mgt60-md {
    margin-top: 60px !important;
  }
  .mgb60-md {
    margin-bottom: 60px !important;
  }
  .mgt70-md {
    margin-top: 70px !important;
  }
  .mgb70-md {
    margin-bottom: 70px !important;
  }
  .mgt80-md {
    margin-top: 80px !important;
  }
  .mgb80-md {
    margin-bottom: 80px !important;
  }
  .mgt90-md {
    margin-top: 90px !important;
  }
  .mgb90-md {
    margin-bottom: 90px !important;
  }
  .mgt100-md {
    margin-top: 100px !important;
  }
  .mgb100-md {
    margin-bottom: 100px !important;
  }
  .mgt110-md {
    margin-top: 110px !important;
  }
  .mgb110-md {
    margin-bottom: 110px !important;
  }
  .mgt120-md {
    margin-top: 120px !important;
  }
  .mgb120-md {
    margin-bottom: 120px !important;
  }
  .mgt130-md {
    margin-top: 130px !important;
  }
  .mgb130-md {
    margin-bottom: 130px !important;
  }
  .mgt140-md {
    margin-top: 140px !important;
  }
  .mgb140-md {
    margin-bottom: 140px !important;
  }
  .mgt150-md {
    margin-top: 150px !important;
  }
  .mgb150-md {
    margin-bottom: 150px !important;
  }
  .mgt160-md {
    margin-top: 160px !important;
  }
  .mgb160-md {
    margin-bottom: 160px !important;
  }
  .mgt170-md {
    margin-top: 170px !important;
  }
  .mgb170-md {
    margin-bottom: 170px !important;
  }
  .mgt180-md {
    margin-top: 180px !important;
  }
  .mgb180-md {
    margin-bottom: 180px !important;
  }
  .mgt190-md {
    margin-top: 190px !important;
  }
  .mgb190-md {
    margin-bottom: 190px !important;
  }
  .mgt200-md {
    margin-top: 200px !important;
  }
  .mgb200-md {
    margin-bottom: 200px !important;
  }
}
@media print, screen and (992px <= width) {
  .mgt0-lg {
    margin-top: 0px !important;
  }
  .mgb0-lg {
    margin-bottom: 0px !important;
  }
  .mgt10-lg {
    margin-top: 10px !important;
  }
  .mgb10-lg {
    margin-bottom: 10px !important;
  }
  .mgt20-lg {
    margin-top: 20px !important;
  }
  .mgb20-lg {
    margin-bottom: 20px !important;
  }
  .mgt30-lg {
    margin-top: 30px !important;
  }
  .mgb30-lg {
    margin-bottom: 30px !important;
  }
  .mgt40-lg {
    margin-top: 40px !important;
  }
  .mgb40-lg {
    margin-bottom: 40px !important;
  }
  .mgt50-lg {
    margin-top: 50px !important;
  }
  .mgb50-lg {
    margin-bottom: 50px !important;
  }
  .mgt60-lg {
    margin-top: 60px !important;
  }
  .mgb60-lg {
    margin-bottom: 60px !important;
  }
  .mgt70-lg {
    margin-top: 70px !important;
  }
  .mgb70-lg {
    margin-bottom: 70px !important;
  }
  .mgt80-lg {
    margin-top: 80px !important;
  }
  .mgb80-lg {
    margin-bottom: 80px !important;
  }
  .mgt90-lg {
    margin-top: 90px !important;
  }
  .mgb90-lg {
    margin-bottom: 90px !important;
  }
  .mgt100-lg {
    margin-top: 100px !important;
  }
  .mgb100-lg {
    margin-bottom: 100px !important;
  }
  .mgt110-lg {
    margin-top: 110px !important;
  }
  .mgb110-lg {
    margin-bottom: 110px !important;
  }
  .mgt120-lg {
    margin-top: 120px !important;
  }
  .mgb120-lg {
    margin-bottom: 120px !important;
  }
  .mgt130-lg {
    margin-top: 130px !important;
  }
  .mgb130-lg {
    margin-bottom: 130px !important;
  }
  .mgt140-lg {
    margin-top: 140px !important;
  }
  .mgb140-lg {
    margin-bottom: 140px !important;
  }
  .mgt150-lg {
    margin-top: 150px !important;
  }
  .mgb150-lg {
    margin-bottom: 150px !important;
  }
  .mgt160-lg {
    margin-top: 160px !important;
  }
  .mgb160-lg {
    margin-bottom: 160px !important;
  }
  .mgt170-lg {
    margin-top: 170px !important;
  }
  .mgb170-lg {
    margin-bottom: 170px !important;
  }
  .mgt180-lg {
    margin-top: 180px !important;
  }
  .mgb180-lg {
    margin-bottom: 180px !important;
  }
  .mgt190-lg {
    margin-top: 190px !important;
  }
  .mgb190-lg {
    margin-bottom: 190px !important;
  }
  .mgt200-lg {
    margin-top: 200px !important;
  }
  .mgb200-lg {
    margin-bottom: 200px !important;
  }
}
@media print, screen and (1200px <= width) {
  .mgt0-xl {
    margin-top: 0px !important;
  }
  .mgb0-xl {
    margin-bottom: 0px !important;
  }
  .mgt10-xl {
    margin-top: 10px !important;
  }
  .mgb10-xl {
    margin-bottom: 10px !important;
  }
  .mgt20-xl {
    margin-top: 20px !important;
  }
  .mgb20-xl {
    margin-bottom: 20px !important;
  }
  .mgt30-xl {
    margin-top: 30px !important;
  }
  .mgb30-xl {
    margin-bottom: 30px !important;
  }
  .mgt40-xl {
    margin-top: 40px !important;
  }
  .mgb40-xl {
    margin-bottom: 40px !important;
  }
  .mgt50-xl {
    margin-top: 50px !important;
  }
  .mgb50-xl {
    margin-bottom: 50px !important;
  }
  .mgt60-xl {
    margin-top: 60px !important;
  }
  .mgb60-xl {
    margin-bottom: 60px !important;
  }
  .mgt70-xl {
    margin-top: 70px !important;
  }
  .mgb70-xl {
    margin-bottom: 70px !important;
  }
  .mgt80-xl {
    margin-top: 80px !important;
  }
  .mgb80-xl {
    margin-bottom: 80px !important;
  }
  .mgt90-xl {
    margin-top: 90px !important;
  }
  .mgb90-xl {
    margin-bottom: 90px !important;
  }
  .mgt100-xl {
    margin-top: 100px !important;
  }
  .mgb100-xl {
    margin-bottom: 100px !important;
  }
  .mgt110-xl {
    margin-top: 110px !important;
  }
  .mgb110-xl {
    margin-bottom: 110px !important;
  }
  .mgt120-xl {
    margin-top: 120px !important;
  }
  .mgb120-xl {
    margin-bottom: 120px !important;
  }
  .mgt130-xl {
    margin-top: 130px !important;
  }
  .mgb130-xl {
    margin-bottom: 130px !important;
  }
  .mgt140-xl {
    margin-top: 140px !important;
  }
  .mgb140-xl {
    margin-bottom: 140px !important;
  }
  .mgt150-xl {
    margin-top: 150px !important;
  }
  .mgb150-xl {
    margin-bottom: 150px !important;
  }
  .mgt160-xl {
    margin-top: 160px !important;
  }
  .mgb160-xl {
    margin-bottom: 160px !important;
  }
  .mgt170-xl {
    margin-top: 170px !important;
  }
  .mgb170-xl {
    margin-bottom: 170px !important;
  }
  .mgt180-xl {
    margin-top: 180px !important;
  }
  .mgb180-xl {
    margin-bottom: 180px !important;
  }
  .mgt190-xl {
    margin-top: 190px !important;
  }
  .mgb190-xl {
    margin-bottom: 190px !important;
  }
  .mgt200-xl {
    margin-top: 200px !important;
  }
  .mgb200-xl {
    margin-bottom: 200px !important;
  }
}
.pdy1em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.pdy2em {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.pdy3em {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.pdy4em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.pdy5em {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.pdy0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pdy10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pdy20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pdy30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pdy40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pdy50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pdy60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pdy70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pdy80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pdy90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pdy100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pdt1em {
  padding-top: 1em !important;
}

.pdt2em {
  padding-top: 2em !important;
}

.pdt3em {
  padding-top: 3em !important;
}

.pdt4em {
  padding-top: 4em !important;
}

.pdt5em {
  padding-top: 5em !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb1em {
  padding-bottom: 1em !important;
}

.pdb2em {
  padding-bottom: 2em !important;
}

.pdb3em {
  padding-bottom: 3em !important;
}

.pdb4em {
  padding-bottom: 4em !important;
}

.pdb5em {
  padding-bottom: 5em !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

@media print, screen and (768px <= width) {
  .pdy0-md {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-md {
    padding-top: 0px !important;
  }
  .pdb0-md {
    padding-bottom: 0px !important;
  }
  .pdy10-md {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-md {
    padding-top: 10px !important;
  }
  .pdb10-md {
    padding-bottom: 10px !important;
  }
  .pdy20-md {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-md {
    padding-top: 20px !important;
  }
  .pdb20-md {
    padding-bottom: 20px !important;
  }
  .pdy30-md {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-md {
    padding-top: 30px !important;
  }
  .pdb30-md {
    padding-bottom: 30px !important;
  }
  .pdy40-md {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-md {
    padding-top: 40px !important;
  }
  .pdb40-md {
    padding-bottom: 40px !important;
  }
  .pdy50-md {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-md {
    padding-top: 50px !important;
  }
  .pdb50-md {
    padding-bottom: 50px !important;
  }
  .pdy60-md {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-md {
    padding-top: 60px !important;
  }
  .pdb60-md {
    padding-bottom: 60px !important;
  }
  .pdy70-md {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-md {
    padding-top: 70px !important;
  }
  .pdb70-md {
    padding-bottom: 70px !important;
  }
  .pdy80-md {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-md {
    padding-top: 80px !important;
  }
  .pdb80-md {
    padding-bottom: 80px !important;
  }
  .pdy90-md {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-md {
    padding-top: 90px !important;
  }
  .pdb90-md {
    padding-bottom: 90px !important;
  }
  .pdy100-md {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-md {
    padding-top: 100px !important;
  }
  .pdb100-md {
    padding-bottom: 100px !important;
  }
  .pdy110-md {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-md {
    padding-top: 110px !important;
  }
  .pdb110-md {
    padding-bottom: 110px !important;
  }
  .pdy120-md {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-md {
    padding-top: 120px !important;
  }
  .pdb120-md {
    padding-bottom: 120px !important;
  }
  .pdy130-md {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-md {
    padding-top: 130px !important;
  }
  .pdb130-md {
    padding-bottom: 130px !important;
  }
  .pdy140-md {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-md {
    padding-top: 140px !important;
  }
  .pdb140-md {
    padding-bottom: 140px !important;
  }
  .pdy150-md {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-md {
    padding-top: 150px !important;
  }
  .pdb150-md {
    padding-bottom: 150px !important;
  }
  .pdy160-md {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-md {
    padding-top: 160px !important;
  }
  .pdb160-md {
    padding-bottom: 160px !important;
  }
  .pdy170-md {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-md {
    padding-top: 170px !important;
  }
  .pdb170-md {
    padding-bottom: 170px !important;
  }
  .pdy180-md {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-md {
    padding-top: 180px !important;
  }
  .pdb180-md {
    padding-bottom: 180px !important;
  }
  .pdy190-md {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-md {
    padding-top: 190px !important;
  }
  .pdb190-md {
    padding-bottom: 190px !important;
  }
  .pdy200-md {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-md {
    padding-top: 200px !important;
  }
  .pdb200-md {
    padding-bottom: 200px !important;
  }
}
@media print, screen and (992px <= width) {
  .pdy0-lg {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-lg {
    padding-top: 0px !important;
  }
  .pdb0-lg {
    padding-bottom: 0px !important;
  }
  .pdy10-lg {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-lg {
    padding-top: 10px !important;
  }
  .pdb10-lg {
    padding-bottom: 10px !important;
  }
  .pdy20-lg {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-lg {
    padding-top: 20px !important;
  }
  .pdb20-lg {
    padding-bottom: 20px !important;
  }
  .pdy30-lg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-lg {
    padding-top: 30px !important;
  }
  .pdb30-lg {
    padding-bottom: 30px !important;
  }
  .pdy40-lg {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-lg {
    padding-top: 40px !important;
  }
  .pdb40-lg {
    padding-bottom: 40px !important;
  }
  .pdy50-lg {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-lg {
    padding-top: 50px !important;
  }
  .pdb50-lg {
    padding-bottom: 50px !important;
  }
  .pdy60-lg {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-lg {
    padding-top: 60px !important;
  }
  .pdb60-lg {
    padding-bottom: 60px !important;
  }
  .pdy70-lg {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-lg {
    padding-top: 70px !important;
  }
  .pdb70-lg {
    padding-bottom: 70px !important;
  }
  .pdy80-lg {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-lg {
    padding-top: 80px !important;
  }
  .pdb80-lg {
    padding-bottom: 80px !important;
  }
  .pdy90-lg {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-lg {
    padding-top: 90px !important;
  }
  .pdb90-lg {
    padding-bottom: 90px !important;
  }
  .pdy100-lg {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-lg {
    padding-top: 100px !important;
  }
  .pdb100-lg {
    padding-bottom: 100px !important;
  }
  .pdy110-lg {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-lg {
    padding-top: 110px !important;
  }
  .pdb110-lg {
    padding-bottom: 110px !important;
  }
  .pdy120-lg {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-lg {
    padding-top: 120px !important;
  }
  .pdb120-lg {
    padding-bottom: 120px !important;
  }
  .pdy130-lg {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-lg {
    padding-top: 130px !important;
  }
  .pdb130-lg {
    padding-bottom: 130px !important;
  }
  .pdy140-lg {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-lg {
    padding-top: 140px !important;
  }
  .pdb140-lg {
    padding-bottom: 140px !important;
  }
  .pdy150-lg {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-lg {
    padding-top: 150px !important;
  }
  .pdb150-lg {
    padding-bottom: 150px !important;
  }
  .pdy160-lg {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-lg {
    padding-top: 160px !important;
  }
  .pdb160-lg {
    padding-bottom: 160px !important;
  }
  .pdy170-lg {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-lg {
    padding-top: 170px !important;
  }
  .pdb170-lg {
    padding-bottom: 170px !important;
  }
  .pdy180-lg {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-lg {
    padding-top: 180px !important;
  }
  .pdb180-lg {
    padding-bottom: 180px !important;
  }
  .pdy190-lg {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-lg {
    padding-top: 190px !important;
  }
  .pdb190-lg {
    padding-bottom: 190px !important;
  }
  .pdy200-lg {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-lg {
    padding-top: 200px !important;
  }
  .pdb200-lg {
    padding-bottom: 200px !important;
  }
}
@media print, screen and (1200px <= width) {
  .pdy0-xl {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pdt0-xl {
    padding-top: 0px !important;
  }
  .pdb0-xl {
    padding-bottom: 0px !important;
  }
  .pdy10-xl {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pdt10-xl {
    padding-top: 10px !important;
  }
  .pdb10-xl {
    padding-bottom: 10px !important;
  }
  .pdy20-xl {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pdt20-xl {
    padding-top: 20px !important;
  }
  .pdb20-xl {
    padding-bottom: 20px !important;
  }
  .pdy30-xl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pdt30-xl {
    padding-top: 30px !important;
  }
  .pdb30-xl {
    padding-bottom: 30px !important;
  }
  .pdy40-xl {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pdt40-xl {
    padding-top: 40px !important;
  }
  .pdb40-xl {
    padding-bottom: 40px !important;
  }
  .pdy50-xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pdt50-xl {
    padding-top: 50px !important;
  }
  .pdb50-xl {
    padding-bottom: 50px !important;
  }
  .pdy60-xl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pdt60-xl {
    padding-top: 60px !important;
  }
  .pdb60-xl {
    padding-bottom: 60px !important;
  }
  .pdy70-xl {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pdt70-xl {
    padding-top: 70px !important;
  }
  .pdb70-xl {
    padding-bottom: 70px !important;
  }
  .pdy80-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pdt80-xl {
    padding-top: 80px !important;
  }
  .pdb80-xl {
    padding-bottom: 80px !important;
  }
  .pdy90-xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pdt90-xl {
    padding-top: 90px !important;
  }
  .pdb90-xl {
    padding-bottom: 90px !important;
  }
  .pdy100-xl {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pdt100-xl {
    padding-top: 100px !important;
  }
  .pdb100-xl {
    padding-bottom: 100px !important;
  }
  .pdy110-xl {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .pdt110-xl {
    padding-top: 110px !important;
  }
  .pdb110-xl {
    padding-bottom: 110px !important;
  }
  .pdy120-xl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pdt120-xl {
    padding-top: 120px !important;
  }
  .pdb120-xl {
    padding-bottom: 120px !important;
  }
  .pdy130-xl {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .pdt130-xl {
    padding-top: 130px !important;
  }
  .pdb130-xl {
    padding-bottom: 130px !important;
  }
  .pdy140-xl {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .pdt140-xl {
    padding-top: 140px !important;
  }
  .pdb140-xl {
    padding-bottom: 140px !important;
  }
  .pdy150-xl {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .pdt150-xl {
    padding-top: 150px !important;
  }
  .pdb150-xl {
    padding-bottom: 150px !important;
  }
  .pdy160-xl {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .pdt160-xl {
    padding-top: 160px !important;
  }
  .pdb160-xl {
    padding-bottom: 160px !important;
  }
  .pdy170-xl {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .pdt170-xl {
    padding-top: 170px !important;
  }
  .pdb170-xl {
    padding-bottom: 170px !important;
  }
  .pdy180-xl {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pdt180-xl {
    padding-top: 180px !important;
  }
  .pdb180-xl {
    padding-bottom: 180px !important;
  }
  .pdy190-xl {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .pdt190-xl {
    padding-top: 190px !important;
  }
  .pdb190-xl {
    padding-bottom: 190px !important;
  }
  .pdy200-xl {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  .pdt200-xl {
    padding-top: 200px !important;
  }
  .pdb200-xl {
    padding-bottom: 200px !important;
  }
}
.midium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.em {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, var(--color-pink-pale) 70%);
  padding: 0 0.25em;
}

.op0 {
  opacity: 0;
}

.letter-s1 {
  letter-spacing: 0.1em;
}

.indent01 {
  position: relative;
  padding: 0 0 0 1em;
}
.indent01::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.indent02 {
  position: relative;
  padding: 0 0 0 1em;
}
.indent02::after {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media print, screen and (768px <= width) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media print, screen and (992px <= width) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
@media print, screen and (1200px <= width) {
  .text-left-xl {
    text-align: left;
  }
  .text-center-xl {
    text-align: center;
  }
  .text-right-xl {
    text-align: right;
  }
}
.text-link {
  color: var(--color-pink-deep);
}

.text-cap {
  text-transform: capitalize;
}

.lh100 {
  line-height: 1;
}

.lh125 {
  line-height: 1.25;
}

.lh150 {
  line-height: 1.5;
}

.lh175 {
  line-height: 1.75;
}

.lh200 {
  line-height: 2;
}

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

.relative0 {
  position: relative;
  z-index: 0;
}

.flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-left {
  justify-content: flex-start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-right {
  justify-content: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.flex-grow0 {
  flex-grow: 0;
}

.flex-grow1 {
  flex-grow: 1;
}

@media print, screen and (768px <= width) {
  .flex-md {
    display: flex !important;
  }
  .flex-wrap-md {
    flex-wrap: wrap !important;
  }
  .justify-left-md {
    justify-content: flex-start !important;
  }
  .justify-center-md {
    justify-content: center !important;
  }
  .justify-right-md {
    justify-content: flex-end !important;
  }
  .align-center-md {
    align-items: center !important;
  }
  .flex-grow0-md {
    flex-grow: 0;
  }
  .flex-grow1-md {
    flex-grow: 1;
  }
}
@media print, screen and (992px <= width) {
  .flex-lg {
    display: flex !important;
  }
  .flex-wrap-lg {
    flex-wrap: wrap !important;
  }
  .justify-left-lg {
    justify-content: flex-start !important;
  }
  .justify-center-lg {
    justify-content: center !important;
  }
  .justify-right-lg {
    justify-content: flex-end !important;
  }
  .align-center-lg {
    align-items: center !important;
  }
  .flex-grow0-lg {
    flex-grow: 0;
  }
  .flex-grow1-lg {
    flex-grow: 1;
  }
}
@media print, screen and (1200px <= width) {
  .flex-xl {
    display: flex !important;
  }
  .flex-wrap-xl {
    flex-wrap: wrap !important;
  }
  .justify-left-xl {
    justify-content: flex-start !important;
  }
  .justify-center-xl {
    justify-content: center !important;
  }
  .justify-right-xl {
    justify-content: flex-end !important;
  }
  .align-center-xl {
    align-items: center !important;
  }
  .flex-grow0-xl {
    flex-grow: 0;
  }
  .flex-grow1-xl {
    flex-grow: 1;
  }
}
.grid {
  display: grid;
}

.grid-1-1-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (992px <= width) {
  .grid-1-1-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-1-2-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (768px <= width) {
  .grid-1-2-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-1-2-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media print, screen and (768px <= width) {
  .grid-1-2-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (992px <= width) {
  .grid-1-2-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-a1 {
  display: grid;
  grid-template-columns: auto 1fr;
}

.gap-0-05 {
  column-gap: 0.5em;
}

.gap-0-1 {
  column-gap: 1em;
}

.gap-0-2 {
  column-gap: 2em;
}

.gap-1-0 {
  row-gap: 1em;
}

.gap-1-1 {
  gap: 1em;
}

.gap-1-2 {
  gap: 1em 2em;
}

.gap-2-0 {
  row-gap: 2em;
}

.gap-2-05 {
  gap: 2em 0.5em;
}

.gap-2-1 {
  gap: 2em 1em;
}

.gap-2-2 {
  gap: 2em 2em;
}

.grid11 {
  grid-row-start: 1;
  grid-column-start: 1;
}

.grid12 {
  grid-row-start: 1;
  grid-column-start: 2;
}

.grid21 {
  grid-row-start: 2;
  grid-column-start: 1;
}

.grid22 {
  grid-row-start: 2;
  grid-column-start: 2;
}

@media print, screen and (768px <= width) {
  .grid11-md {
    grid-row-start: 1 !important;
    grid-column-start: 1 !important;
  }
  .grid12-md {
    grid-row-start: 1 !important;
    grid-column-start: 2 !important;
  }
  .grid21-md {
    grid-row-start: 2 !important;
    grid-column-start: 1 !important;
  }
  .grid22-md {
    grid-row-start: 2 !important;
    grid-column-start: 2 !important;
  }
}
@media print, screen and (992px <= width) {
  .grid11-lg {
    grid-row-start: 1 !important;
    grid-column-start: 1 !important;
  }
  .grid12-lg {
    grid-row-start: 1 !important;
    grid-column-start: 2 !important;
  }
  .grid21-lg {
    grid-row-start: 2 !important;
    grid-column-start: 1 !important;
  }
  .grid22-lg {
    grid-row-start: 2 !important;
    grid-column-start: 2 !important;
  }
}
@media print, screen and (1200px <= width) {
  .grid11-xl {
    grid-row-start: 1 !important;
    grid-column-start: 1 !important;
  }
  .grid12-xl {
    grid-row-start: 1 !important;
    grid-column-start: 2 !important;
  }
  .grid21-xl {
    grid-row-start: 2 !important;
    grid-column-start: 1 !important;
  }
  .grid22-xl {
    grid-row-start: 2 !important;
    grid-column-start: 2 !important;
  }
}
.align-self-end {
  align-self: end !important;
}

.align-self-center {
  align-self: center !important;
}

.grid-row-span2 {
  grid-row-end: span 2 !important;
}

.grid-row-span3 {
  grid-row-end: span 3 !important;
}

.grid-row-span4 {
  grid-row-end: span 4 !important;
}

.grid-row-span5 {
  grid-row-end: span 5 !important;
}

.grid-column-span2 {
  grid-column-end: span 2 !important;
}

.grid-column-span3 {
  grid-column-end: span 3 !important;
}

.grid-column-span4 {
  grid-column-end: span 4 !important;
}

.grid-column-span5 {
  grid-column-end: span 5 !important;
}

@media print, screen and (768px <= width) {
  .align-self-end-md {
    align-self: end !important;
  }
  .align-self-center-md {
    align-self: center !important;
  }
  .grid-row-span2-md {
    grid-row-end: span 2 !important;
  }
  .grid-row-span3-md {
    grid-row-end: span 3 !important;
  }
  .grid-row-span4-md {
    grid-row-end: span 4 !important;
  }
  .grid-row-span5-md {
    grid-row-end: span 5 !important;
  }
  .grid-column-span2-md {
    grid-column-end: span 2 !important;
  }
  .grid-column-span3-md {
    grid-column-end: span 3 !important;
  }
  .grid-column-span4-md {
    grid-column-end: span 4 !important;
  }
  .grid-column-span5-md {
    grid-column-end: span 5 !important;
  }
}
@media print, screen and (992px <= width) {
  .align-self-end-lg {
    align-self: end !important;
  }
  .align-self-center-lg {
    align-self: center !important;
  }
  .grid-row-span2-lg {
    grid-row-end: span 2 !important;
  }
  .grid-row-span3-lg {
    grid-row-end: span 3 !important;
  }
  .grid-row-span4-lg {
    grid-row-end: span 4 !important;
  }
  .grid-row-span5-lg {
    grid-row-end: span 5 !important;
  }
  .grid-column-span2-lg {
    grid-column-end: span 2 !important;
  }
  .grid-column-span3-lg {
    grid-column-end: span 3 !important;
  }
  .grid-column-span4-lg {
    grid-column-end: span 4 !important;
  }
  .grid-column-span5-lg {
    grid-column-end: span 5 !important;
  }
}
@media print, screen and (1200px <= width) {
  .align-self-end-xl {
    align-self: end !important;
  }
  .align-self-center-xl {
    align-self: center !important;
  }
  .grid-row-span2-xl {
    grid-row-end: span 2 !important;
  }
  .grid-row-span3-xl {
    grid-row-end: span 3 !important;
  }
  .grid-row-span4-xl {
    grid-row-end: span 4 !important;
  }
  .grid-row-span5-xl {
    grid-row-end: span 5 !important;
  }
  .grid-column-span2-xl {
    grid-column-end: span 2 !important;
  }
  .grid-column-span3-xl {
    grid-column-end: span 3 !important;
  }
  .grid-column-span4-xl {
    grid-column-end: span 4 !important;
  }
  .grid-column-span5-xl {
    grid-column-end: span 5 !important;
  }
}
:root {
  --font-gothic: "Zen Maru Gothic", "Noto Sans JP", "Hiragino Maru Gothic ProN", sans-serif;
  --font-script: "Square Peg", cursive;
  --font-mincho: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --souph26-header: 50px;
}
@media print, screen and (768px <= width) {
  :root {
    --souph26-header: 128px;
  }
}

.souph26 {
  overflow-x: clip;
  color: var(--color-ink);
  font-family: var(--font-gothic);
  font-weight: 500;
  line-height: 1.7;
  font-size: 14px;
}
@media print, screen and (992px <= width) {
  .souph26 {
    font-size: 16px;
  }
}

.souph26 *,
.souph26 *::before,
.souph26 *::after {
  box-sizing: border-box;
}

.souph26 :where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

.souph26 :where(ul) {
  padding: 0;
  list-style: none;
}

.souph26 :where(p, h2, h3, figure, blockquote, ul) {
  margin: 0;
}

.souph26 :where(button) {
  appearance: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.souph26 [id] {
  scroll-margin-top: calc(var(--souph26-header) + 10px);
}

.souph26-stage {
  position: relative;
}

.souph26-script {
  display: block;
  font-family: var(--font-script);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-transform: capitalize;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 80px;
}
@media print, screen and (992px <= width) {
  .souph26-script {
    font-size: 200px;
  }
}

.souph26-thumb {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  border: 3px solid #fff;
  border-radius: 8px;
  background-color: #b9b9b9;
  overflow: hidden;
}
@media print, screen and (992px <= width) {
  .souph26-thumb {
    border-width: 4px;
    border-radius: 10px;
  }
}
.souph26-thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.souph26-thumb.has-thumb .souph26-thumb-note {
  display: none;
}
.souph26-thumb-note {
  position: absolute;
  top: 0.5em;
  left: 0.7em;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media print, screen and (992px <= width) {
  .souph26-thumb-note {
    top: 0.8em;
    left: 0.9em;
    font-size: 13px;
  }
}
.souph26-thumb-play {
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #fff;
  transition: scale 0.25s;
}
@media print, screen and (992px <= width) {
  .souph26-thumb.ver-main .souph26-thumb-play {
    border-width: 27px 0 27px 44px;
  }
}
.souph26-thumb.ver-vertical {
  aspect-ratio: 292/466;
  border-width: 4px;
  border-radius: 12px;
}
@media print, screen and (992px <= width) {
  .souph26-thumb.ver-vertical {
    border-width: 6px;
    border-radius: 14px;
  }
}
@media print, screen and (992px <= width) {
  .souph26-thumb.ver-vertical .souph26-thumb-play {
    border-width: 20px 0 20px 34px;
  }
}
.souph26-thumb.ver-soon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: var(--acc);
  background-image: radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 62%);
  cursor: default;
}
@media print, screen and (992px <= width) {
  .souph26-thumb.ver-soon {
    gap: 20px;
  }
}
.souph26-thumb-soonbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #fff;
}
@media print, screen and (992px <= width) {
  .souph26-thumb-soonbtn {
    width: 88px;
    height: 88px;
  }
}
.souph26-thumb.ver-soon .souph26-thumb-play {
  margin-left: 5px;
  border-color: transparent transparent transparent var(--acc);
}
@media print, screen and (992px <= width) {
  .souph26-thumb.ver-soon .souph26-thumb-play {
    margin-left: 7px;
  }
}
.souph26-thumb-soon {
  color: #fff;
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media print, screen and (992px <= width) {
  .souph26-thumb-soon {
    font-size: 58px;
  }
}
@media (hover: hover) {
  .souph26-thumb:not(.ver-soon):hover .souph26-thumb-play {
    scale: 1.14;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .souph26-concept-head-fork, .souph26-scene-intro-fork {
    animation: souph26-forkswing 5.5s ease-in-out infinite;
  }
  .souph26-concept-head-spoon, .souph26-scene-intro-spoon {
    animation: souph26-spoonswing 5.5s ease-in-out infinite;
  }
}
@keyframes souph26-forkswing {
  0% {
    translate: 0 0;
    rotate: 0deg;
  }
  4.091% {
    translate: 0.12em 0.16em;
  }
  8.182% {
    translate: 0 0;
  }
  12.273% {
    translate: 0.12em 0.16em;
  }
  16.364% {
    translate: 0 0;
  }
  22.727% {
    translate: 0 0;
  }
  26.818% {
    translate: 0.12em 0.16em;
  }
  30.909% {
    translate: 0 0;
  }
  35% {
    translate: 0.12em 0.16em;
  }
  39.091% {
    translate: 0 0;
  }
  45.455% {
    rotate: 0deg;
  }
  54.545%, 100% {
    translate: 0 0;
    rotate: 360deg;
  }
}
@keyframes souph26-spoonswing {
  0% {
    translate: 0 0;
    rotate: 0deg;
  }
  4.091% {
    translate: -0.12em 0.16em;
  }
  8.182% {
    translate: 0 0;
  }
  12.273% {
    translate: -0.12em 0.16em;
  }
  16.364% {
    translate: 0 0;
  }
  22.727% {
    translate: 0 0;
  }
  26.818% {
    translate: -0.12em 0.16em;
  }
  30.909% {
    translate: 0 0;
  }
  35% {
    translate: -0.12em 0.16em;
  }
  39.091% {
    translate: 0 0;
  }
  45.455% {
    rotate: 0deg;
  }
  54.545%, 100% {
    translate: 0 0;
    rotate: -360deg;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .souph26-fav-quote::before, .souph26-fav-quote::after,
  .souph26-scene-quote::before, .souph26-scene-quote::after {
    animation: souph26-quotefloat 3.4s ease-in-out infinite;
  }
}
@keyframes souph26-quotefloat {
  0% {
    translate: 0 0;
  }
  6.618% {
    translate: 0 -0.12em;
  }
  13.235% {
    translate: 0 0;
  }
  19.853% {
    translate: 0 -0.12em;
  }
  26.471%, 100% {
    translate: 0 0;
  }
}
.souph26-kv {
  background-color: #fff;
}
.souph26-kv-stage {
  position: relative;
  overflow: hidden;
}
.souph26-kv-img {
  width: 100%;
}
.souph26-kv-cup {
  position: absolute;
  z-index: 6;
  top: 66%;
  right: 1.6%;
  width: 22.5%;
}
@media print, screen and (992px <= width) {
  .souph26-kv-cup {
    top: 40.5%;
    width: 19%;
  }
}
.souph26-kv-onigiri {
  position: absolute;
  z-index: 5;
  top: 75.5%;
  left: 66%;
  width: 15%;
}
@media print, screen and (992px <= width) {
  .souph26-kv-onigiri {
    top: 55.5%;
    left: 70%;
    width: 13%;
  }
}
.souph26-kv-copy {
  position: absolute;
  z-index: 4;
  right: -6%;
  bottom: 2%;
  width: 62%;
}
@media print, screen and (992px <= width) {
  .souph26-kv-copy {
    right: auto;
    bottom: auto;
    left: 51.5%;
    top: 63.5%;
    width: 52%;
  }
}
.souph26-kv-copy-bg {
  width: 100%;
}
.souph26-kv-copy-line {
  position: absolute;
  left: 0;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.souph26-kv-copy-line img {
  flex-shrink: 0;
  height: auto;
  transform-origin: 50% 100%;
}
.souph26-kv-copy-line.ver01 {
  top: 19.5%;
  margin-left: 11%;
  gap: 1%;
}
.souph26-kv-copy-line.ver02 {
  top: 46%;
  margin-left: 7%;
  gap: 1.6%;
}
.souph26-kv-copy-line.ver03 {
  top: 66.5%;
  margin-left: 51%;
  gap: 2.5%;
}
.souph26-kv-copy-line.ver02 img:nth-child(7) {
  align-self: center;
}
.souph26-kv-copy-line.ver01 img:nth-child(1) {
  width: 5.0583657588%;
  margin: 0 0 0 0;
}
.souph26-kv-copy-line.ver01 img:nth-child(2) {
  width: 5.7068741894%;
  margin: -1% 0 0 0;
}
.souph26-kv-copy-line.ver01 img:nth-child(3) {
  width: 5.0583657588%;
  margin: -1% 0 0 0;
}
.souph26-kv-copy-line.ver01 img:nth-child(4) {
  width: 3.5019455253%;
  margin: 0 0 0 1%;
}
.souph26-kv-copy-line.ver01 img:nth-child(5) {
  width: 3.5019455253%;
  margin: 1% 0 0 0.5%;
}
.souph26-kv-copy-line.ver01 img:nth-child(6) {
  width: 1.8158236057%;
  margin: 5% 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(1) {
  width: 6.2256809339%;
  margin: 0 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(2) {
  width: 4.5395590143%;
  margin: 0 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(3) {
  width: 5.0583657588%;
  margin: -1% 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(4) {
  width: 2.8534370947%;
  margin: 0 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(5) {
  width: 4.1504539559%;
  margin: 1% 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(6) {
  width: 7.1335927367%;
  margin: 1% 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(7) {
  width: 3.7613488975%;
  margin: -1% 0 0 -1.4%;
}
.souph26-kv-copy-line.ver02 img:nth-child(8) {
  width: 5.1880674449%;
  margin: -1.5% 0 0 -1%;
}
.souph26-kv-copy-line.ver02 img:nth-child(9) {
  width: 5.7068741894%;
  margin: -0.5% 0 0 -0.5%;
}
.souph26-kv-copy-line.ver02 img:nth-child(10) {
  width: 3.8910505837%;
  margin: -1% 0 0 -0.5%;
}
.souph26-kv-copy-line.ver02 img:nth-child(11) {
  width: 3.7613488975%;
  margin: -3% 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(12) {
  width: 4.5395590143%;
  margin: -3% 0 0 0;
}
.souph26-kv-copy-line.ver02 img:nth-child(13) {
  width: 4.7989623865%;
  margin: -1% 0 0 0;
}
.souph26-kv-copy-line.ver03 img:nth-child(1) {
  width: 4.7989623865%;
  margin: 0 0 0 1%;
}
.souph26-kv-copy-line.ver03 img:nth-child(2) {
  width: 2.9831387808%;
  margin: 2.5% 0 0 -0.5%;
}
.souph26-kv-copy-line.ver03 img:nth-child(3) {
  width: 3.1128404669%;
  margin: 1% 0 0 -1%;
}
.souph26-kv-copy-line.ver03 img:nth-child(4) {
  width: 4.4098573281%;
  margin: 1.5% 0 0 -0.5%;
}
.souph26-kv-copy-line.ver03 img:nth-child(5) {
  width: 5.0583657588%;
  margin: 1% 0 0 -1.5%;
}
.souph26-kv-copy-line.ver03 img:nth-child(6) {
  width: 5.0583657588%;
  margin: -1.5% 0 0 -1.5%;
}
.souph26-kv-copy-line.ver03 img:nth-child(7) {
  width: 1.8158236057%;
  margin: -1% 0 0 -1%;
}
.souph26-kv-lineup {
  position: absolute;
  z-index: 1;
  left: -7%;
  bottom: -7%;
  width: 48%;
  padding: 48% 0 0;
  background-color: #fff;
  border-radius: 50%;
}
@media print, screen and (992px <= width) {
  .souph26-kv-lineup {
    left: -4.5%;
    bottom: -8%;
    width: 33.5%;
    padding: 33.5% 0 0;
  }
}
.souph26-kv-lineup-ttl {
  position: absolute;
  top: 10%;
  left: 29%;
  width: 46%;
  display: flex;
  align-items: flex-start;
  gap: 1.5%;
}
.souph26-kv-lineup-ttl img {
  flex-shrink: 0;
  height: auto;
  transform-origin: 50% 100%;
}
.souph26-kv-lineup-ttl img:nth-child(1) {
  width: 10.9523809524%;
  margin-top: 0;
}
.souph26-kv-lineup-ttl img:nth-child(2) {
  width: 11.9047619048%;
  margin-top: 2%;
}
.souph26-kv-lineup-ttl img:nth-child(3) {
  width: 13.3333333333%;
  margin-top: 2%;
}
.souph26-kv-lineup-ttl img:nth-child(4) {
  width: 12.8571428571%;
  margin-top: -2.5%;
}
.souph26-kv-lineup-ttl img:nth-child(5) {
  width: 8.5714285714%;
  margin-top: 5%;
}
.souph26-kv-lineup-ttl img:nth-child(6) {
  width: 14.7619047619%;
  margin-top: -2%;
}
.souph26-kv-lineup-ttl img:nth-child(7) {
  width: 10.9523809524%;
  margin-top: 2%;
}
.souph26-kv-lineup-ttl img:nth-child(8) {
  width: 6.6666666667%;
  margin-top: 2%;
}
.souph26-kv-lineup-list {
  position: absolute;
  top: 21%;
  left: 20%;
  width: 69%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 4%;
  column-gap: 2%;
}
.souph26-kv-lineup-item img {
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .souph26-kv-onigiri, .souph26-kv-cup {
    animation: souph26-kv-float 3s ease-in-out infinite;
  }
  .souph26-kv-copy-line img {
    animation: souph26-kv-charbob 4.8s ease-in-out infinite;
  }
  .souph26-kv-copy-line.ver01 img:nth-child(1) {
    animation-delay: -10s;
  }
  .souph26-kv-copy-line.ver01 img:nth-child(2) {
    animation-delay: -9.93s;
  }
  .souph26-kv-copy-line.ver01 img:nth-child(3) {
    animation-delay: -9.86s;
  }
  .souph26-kv-copy-line.ver01 img:nth-child(4) {
    animation-delay: -9.79s;
  }
  .souph26-kv-copy-line.ver01 img:nth-child(5) {
    animation-delay: -9.72s;
  }
  .souph26-kv-copy-line.ver01 img:nth-child(6) {
    animation-delay: -9.65s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(1) {
    animation-delay: -9.58s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(2) {
    animation-delay: -9.51s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(3) {
    animation-delay: -9.44s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(4) {
    animation-delay: -9.37s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(5) {
    animation-delay: -9.3s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(6) {
    animation-delay: -9.23s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(7) {
    animation-delay: -9.16s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(8) {
    animation-delay: -9.09s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(9) {
    animation-delay: -9.02s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(10) {
    animation-delay: -8.95s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(11) {
    animation-delay: -8.88s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(12) {
    animation-delay: -8.81s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(13) {
    animation-delay: -8.74s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(1) {
    animation-delay: -8.67s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(2) {
    animation-delay: -8.6s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(3) {
    animation-delay: -8.53s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(4) {
    animation-delay: -8.46s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(5) {
    animation-delay: -8.39s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(6) {
    animation-delay: -8.32s;
  }
  .souph26-kv-copy-line.ver03 img:nth-child(7) {
    animation-delay: -8.25s;
  }
  .souph26-kv-lineup-ttl img {
    animation: souph26-kv-charbob 4.8s ease-in-out infinite;
  }
  .souph26-kv-lineup-ttl img:nth-child(1) {
    animation-delay: -7.62s;
  }
  .souph26-kv-lineup-ttl img:nth-child(2) {
    animation-delay: -7.55s;
  }
  .souph26-kv-lineup-ttl img:nth-child(3) {
    animation-delay: -7.48s;
  }
  .souph26-kv-lineup-ttl img:nth-child(4) {
    animation-delay: -7.41s;
  }
  .souph26-kv-lineup-ttl img:nth-child(5) {
    animation-delay: -7.34s;
  }
  .souph26-kv-lineup-ttl img:nth-child(6) {
    animation-delay: -7.27s;
  }
  .souph26-kv-lineup-ttl img:nth-child(7) {
    animation-delay: -7.2s;
  }
  .souph26-kv-lineup-ttl img:nth-child(8) {
    animation-delay: -7.13s;
  }
  .souph26-kv-copy-line.ver02 img:nth-child(7) {
    animation-name: souph26-kv-barbob;
    --kv-bar-hop: -7px;
  }
}
@media print and (prefers-reduced-motion: no-preference), screen and (prefers-reduced-motion: no-preference) and (992px <= width) {
  .souph26-kv-copy-line.ver02 img:nth-child(7) {
    --kv-bar-hop: -16px;
  }
}
@keyframes souph26-kv-float {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -3.5%;
  }
}
@keyframes souph26-kv-charbob {
  0%, 9.75%, 100% {
    translate: 0 0;
  }
  4.875% {
    translate: 0 -40%;
  }
}
@keyframes souph26-kv-barbob {
  0%, 9.75%, 100% {
    translate: 0 0;
  }
  4.875% {
    translate: 0 var(--kv-bar-hop, -16px);
  }
}
.page-bnr-25th {
  display: block;
  width: min(100%, 1000px);
  margin: 0 auto;
}

.souph26-nav {
  background-color: #fff;
  padding: 20px 0;
}
@media print, screen and (992px <= width) {
  .souph26-nav {
    padding: 32px 0;
  }
}
.souph26-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 8px;
}
.souph26-nav-list > li:nth-child(odd):last-child {
  grid-column-start: 1;
  grid-column-end: -1;
  justify-self: center;
  width: calc(50% - 4px);
}
@media print, screen and (992px <= width) {
  .souph26-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
  .souph26-nav-list > li:nth-child(odd):last-child {
    width: auto;
  }
}
.souph26-nav-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  width: 100%;
  height: 100%;
  padding: 0.3em 0.7em 0.3em 2.1em;
  border: 1px solid var(--color-pink-deep);
  border-radius: 8px;
  color: var(--color-pink);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
@media print, screen and (992px <= width) {
  .souph26-nav-btn {
    justify-content: flex-start;
    gap: 0.6em;
    width: auto;
    height: auto;
    padding: 0.3em 1.7em 0.3em 1.3em;
    border-radius: 999px;
    line-height: 1.9;
  }
}
@media (hover: hover) {
  .souph26-nav-btn:hover {
    background-color: var(--color-pink-deep);
    color: #fff;
  }
}
.souph26-nav-btn-arw {
  flex-shrink: 0;
  width: 10px;
  height: 8px;
  background-color: currentColor;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 12px;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (992px <= width) {
  .souph26-nav-btn-arw {
    position: static;
    translate: none;
  }
}

.souph26-concept {
  background-image: linear-gradient(181deg, #fff 21.62%, var(--color-pink-pale) 110.78%);
  overflow: hidden;
}
.souph26-concept-head {
  text-align: center;
}
.souph26-concept-head-sub {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media print, screen and (992px <= width) {
  .souph26-concept-head-sub {
    font-size: 32px;
  }
}
.souph26-concept-head-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 10px 0 0;
  color: var(--color-pink);
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media print, screen and (992px <= width) {
  .souph26-concept-head-main {
    gap: 0 0.2em;
    margin: 32px 0 0;
    font-size: 64px;
    line-height: 1;
  }
}
.souph26-concept-head-main-txt {
  padding-left: 0.25em;
}
.souph26-concept-head-fork {
  width: 1.1em;
}
.souph26-concept-head-spoon {
  width: 1.2em;
}
.souph26-concept-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}
@media print, screen and (992px <= width) {
  .souph26-concept-stage {
    margin: 60px 0 0;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-concept-stage {
    display: grid;
    grid-template-columns: 34.1428571429% 1fr;
    gap: 0;
    align-items: flex-end;
  }
}
.souph26-concept-fig {
  width: 210px;
  max-width: 100%;
}
@media print, screen and (992px <= width) {
  .souph26-concept-fig {
    width: 400px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-concept-fig {
    grid-row-start: 1;
    grid-column-start: 1;
    z-index: 2;
    bottom: 0;
    width: 100%;
  }
}
.souph26-concept-list {
  position: relative;
}
@media print, screen and (1200px <= width) {
  .souph26-concept-list {
    padding: 0 0 7vw;
    margin: 0 0 0 -50px;
  }
}
.souph26-concept-item {
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 24px 16px;
  border: 4px solid #fff;
  border-radius: 24px;
  background-image: radial-gradient(circle at 50% 50%, #fff 0%, var(--color-pink-circle) 100%);
}
@media print, screen and (992px <= width) {
  .souph26-concept-item {
    aspect-ratio: 1;
    width: 400px;
    padding: 0;
    border-radius: 50%;
  }
}
.souph26-concept-item-ttl {
  color: var(--color-pink);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (992px <= width) {
  .souph26-concept-item-ttl {
    font-size: 32px;
    letter-spacing: 0;
  }
}
.souph26-concept-item-txt {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  text-align: center;
}
@media print, screen and (992px <= width) {
  .souph26-concept-item-txt {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
@media print, screen and (992px <= width) {
  .souph26-concept-item.ver01 {
    margin: 0 350px 0 0;
  }
}
@media print, screen and (992px <= width) {
  .souph26-concept-item.ver01 .souph26-concept-item-in {
    width: 74.75%;
  }
}
@media print, screen and (992px <= width) {
  .souph26-concept-item.ver02 {
    margin: -230px 0 0 400px;
  }
}
@media print, screen and (992px <= width) {
  .souph26-concept-item.ver02 .souph26-concept-item-in {
    width: 83.5195530726%;
  }
}
@media print, screen and (992px <= width) {
  .souph26-concept-item.ver03 {
    margin: -150px 0px 0 50px;
  }
}
@media print, screen and (992px <= width) {
  .souph26-concept-item.ver03 .souph26-concept-item-in {
    width: 76.4705882353%;
  }
}
.souph26-concept-cup {
  display: none;
}
@media print, screen and (1200px <= width) {
  .souph26-concept-cup {
    position: absolute;
    z-index: 3;
    display: block;
    filter: drop-shadow(7px 4px 6.4px rgba(0, 0, 0, 0.1));
  }
}
@media print, screen and (1200px <= width) {
  .souph26-concept-cup.ver01 {
    top: 0;
    left: 0;
    width: 120px;
    rotate: -13.5deg;
    margin: 10px 0 0 -70px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-concept-cup.ver02 {
    top: 510px;
    left: 0;
    width: 150px;
    rotate: 15deg;
    margin: 0px 0 110px 520px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .souph26-concept-cup, .souph26-scene-cup {
    animation: souph26-float 3s ease-in-out infinite;
  }
}
@keyframes souph26-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3.5%);
  }
}
.souph26-movie {
  --wave-h: calc(160 / 2880 * 100vw);
  --cap-h: 30px;
  position: relative;
  z-index: 2;
  margin: calc(var(--wave-h) * -1) 0 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 24' preserveAspectRatio='none'%3E%3Cpath d='M0 24V12Q12 0 24 12T48 12V24Z'/%3E%3C/svg%3E"), linear-gradient(#000 0 0), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 24' preserveAspectRatio='none'%3E%3Cpath d='M0 0V12Q12 24 24 12T48 12V0Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% var(--wave-h), 100% calc(100% - var(--wave-h) * 2 + 2px), 100% var(--wave-h);
  mask-position: top, 0 calc(var(--wave-h) - 1px), bottom;
}
@media print, screen and (992px <= width) {
  .souph26-movie {
    --cap-h: 38px;
  }
}
.souph26-movie-body {
  background-color: var(--color-pink-band);
  background-image: url(../img/bg01_mdl.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  padding: calc(60px + var(--wave-h)) 0;
  color: #fff;
}
@media print, screen and (992px <= width) {
  .souph26-movie-body {
    padding: calc(80px + var(--wave-h)) 0;
  }
}
.souph26-movie-head {
  text-align: center;
}
.souph26-movie-ttl {
  position: relative;
}
@media print, screen and (992px <= width) {
  .souph26-movie-ttl {
    position: static;
  }
}
.souph26-movie-ttl-txt {
  position: relative;
  display: block;
  margin: 14px 0 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media print, screen and (992px <= width) {
  .souph26-movie-ttl-txt {
    font-size: 40px;
  }
}
.souph26-movie-list {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}
.souph26-movie-item {
  width: 76%;
}
@media print, screen and (992px <= width) {
  .souph26-movie-item {
    width: 720px;
  }
}
.souph26-movie-cap {
  height: var(--cap-h);
  padding: 8px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media print, screen and (992px <= width) {
  .souph26-movie-cap {
    padding-top: 12px;
    font-size: 16px;
    line-height: 26px;
  }
}
.souph26-movie-bracket {
  display: none;
}
@media print, screen and (992px <= width) {
  .souph26-movie-bracket {
    position: absolute;
    z-index: 2;
    display: block;
    width: 6.3571428571%;
    aspect-ratio: 89/100;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.25s ease;
  }
}
@media print, screen and (992px <= width) {
  .souph26-movie-bracket.ver-tl {
    top: 0;
    left: calc(50% - 360px - 3.1428571429%);
    border-top: 12px solid #fff;
    border-left: 12px solid #fff;
  }
}
@media print, screen and (992px <= width) {
  .souph26-movie-bracket.ver-br {
    bottom: var(--cap-h);
    right: calc(50% - 360px - 3.1428571429%);
    border-bottom: 12px solid #fff;
    border-right: 12px solid #fff;
  }
}
.souph26-movie-list.is-moving .souph26-movie-bracket {
  opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .souph26-movie-bracket.ver-tl {
    animation: souph26-bracketfloat-tl 3s ease-in-out infinite;
  }
  .souph26-movie-bracket.ver-br {
    animation: souph26-bracketfloat-br 3s ease-in-out infinite;
  }
}
@keyframes souph26-bracketfloat-tl {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3.5%);
  }
}
@keyframes souph26-bracketfloat-br {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3.5%);
  }
}
.souph26-label {
  width: fit-content;
  margin-inline: auto;
  padding: 0 1em;
  border-radius: 999px;
  background-color: #fff;
  color: var(--color-pink-deep);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.3em;
  text-align: center;
  text-indent: 0.3em;
}

.souph26-script.ver-movie {
  position: absolute;
  top: 0;
  left: 0;
  margin: -70px 0 0;
  rotate: -15deg;
  color: rgba(255, 255, 255, 0.18);
}
@media print, screen and (992px <= width) {
  .souph26-script.ver-movie {
    left: 11%;
    margin: -80px 0 0;
    color: rgba(255, 255, 255, 0.12);
  }
}

.souph26-fav {
  margin: 20px 0 0;
  background-image: linear-gradient(181deg, #fff 21.62%, var(--color-pink-pale) 110.78%);
  overflow: hidden;
}
@media print, screen and (1200px <= width) {
  .souph26-fav {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: -35px 0 0;
  }
}
.souph26-fav-stage {
  position: relative;
  padding: 80px 0 0;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-stage {
    padding: 120px 0 0;
  }
}
@media print, screen and (992px <= width) {
  .souph26-fav-head {
    width: min(700px, 100%);
    margin: 0 auto;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-fav-head {
    width: 100%;
  }
}
.souph26-fav-ttl {
  font-weight: 500;
}
.souph26-fav-ttl-name {
  display: block;
  color: var(--color-pink);
  font-size: 27px;
  line-height: 1.2;
}
@media print, screen and (992px <= width) {
  .souph26-fav-ttl-name {
    font-size: 48px;
    line-height: 1;
  }
}
.souph26-fav-ttl-name-sfx {
  font-size: 14px;
}
@media print, screen and (992px <= width) {
  .souph26-fav-ttl-name-sfx {
    font-size: 20px;
  }
}
.souph26-fav-ttl-sub {
  position: relative;
  display: block;
  margin: 6px 0 0;
  padding-left: 2em;
  color: var(--color-pink);
  font-size: 27px;
  line-height: 1.2;
}
@media print, screen and (992px <= width) {
  .souph26-fav-ttl-sub {
    margin: 20px 0 0;
    font-size: 48px;
    line-height: 1;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-fav-ttl-sub {
    padding-left: 3em;
  }
}
.souph26-fav-ttl-sub-sm {
  font-size: 0.7em;
}
.souph26-fav-ttl-deco {
  position: absolute;
  top: 0;
  left: 0.4em;
  width: 1.2em;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-ttl-deco {
    left: 1.5em;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-fav-cols {
    display: grid;
    grid-template-columns: 579px auto;
    gap: 0;
  }
}
.souph26-fav-box {
  position: relative;
  border-style: solid;
  border-color: #f5c3d0;
  border-width: 5px;
  border-radius: 10px;
}
@media print, screen and (992px <= width) {
  .souph26-fav-box {
    width: min(700px, 100%);
    margin: 0 auto;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-fav-box {
    border-width: 0;
    margin: 70px 0 0;
  }
}
.souph26-fav-box-deco {
  display: none;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-box-deco {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
  }
}
.souph26-fav-quote {
  position: relative;
  padding: 2em 3% 0;
  border-radius: 24px;
  background-color: #fff;
  font-size: 14px;
  line-height: 2.1;
}
@media print, screen and (992px <= width) {
  .souph26-fav-quote {
    font-size: 16px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-fav-quote {
    padding: 4em 4em 0 3em;
    background-color: transparent;
  }
}
.souph26-fav-quote::before, .souph26-fav-quote::after {
  display: block;
  color: var(--color-pink);
  font-family: var(--font-mincho);
  font-size: 3em;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-quote::before, .souph26-fav-quote::after {
    font-size: 5em;
    margin-left: -0.3em;
  }
}
.souph26-fav-quote::before {
  content: "“";
  line-height: 0.3;
}
.souph26-fav-quote::after {
  content: "”";
  text-align: right;
  line-height: 1;
}
.souph26-fav-quote-desc + .souph26-fav-quote-desc {
  margin: 1.6em 0 0;
}
@media print, screen and (992px <= width) {
  .souph26-fav-quote-desc + .souph26-fav-quote-desc {
    margin: 34px 0 0;
  }
}
.souph26-fav-fig {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 18px 0 0;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-fig {
    align-items: end;
    justify-content: flex-start;
    margin: -20px 0 0;
  }
}
.souph26-fav-fig-img {
  width: 210px;
}
@media print, screen and (992px <= width) {
  .souph26-fav-fig-img {
    width: 320px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-fav-fig-img {
    order: 2;
    width: 430px;
    margin: 0 0 0 -60px;
  }
}
.souph26-fav-fig-cap {
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-fig-cap {
    order: 1;
    width: 10em;
    text-align: left;
    padding: 0;
    font-size: 12px;
    margin: 0 0 7em;
  }
}
.souph26-fav-fig-cap-name {
  display: block;
  margin: 4px 0 0;
  color: var(--color-pink-deep);
  font-size: 14px;
  font-weight: 500;
}
@media print, screen and (1200px <= width) {
  .souph26-fav-fig-cap-name {
    margin: 0.4em 0 0;
    font-size: 16px;
  }
}

.souph26-script.ver-fav {
  position: absolute;
  top: 0;
  right: 0;
  rotate: -15deg;
  color: rgba(242, 112, 147, 0.21);
}
@media print, screen and (992px <= width) {
  .souph26-script.ver-fav {
    font-size: 200px;
    margin: -30px -180px 0 0px;
    rotate: -8deg;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-script.ver-fav {
    margin: 50px -120px 0 0px;
    rotate: -15deg;
  }
}

.souph26-wave {
  --wave-h: calc(160 / 2880 * 100vw);
  position: relative;
  z-index: 1;
  height: var(--wave-h);
  margin: calc(var(--wave-h) * -1) 0 0;
  background-color: #fff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 24' preserveAspectRatio='none'%3E%3Cpath d='M0 24V12Q12 0 24 12T48 12V24Z'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.souph26-scene {
  --wave-h: calc(160 / 2880 * 100vw);
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin: calc(var(--wave-h) * -1) 0 0;
  padding-top: var(--wave-h);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 24' preserveAspectRatio='none'%3E%3Cpath d='M0 24V12Q12 0 24 12T48 12V24Z'/%3E%3C/svg%3E"), linear-gradient(#000 0 0);
  mask-repeat: no-repeat;
  mask-size: 100% var(--wave-h), 100% calc(100% - var(--wave-h) + 1px);
  mask-position: top, 0 calc(var(--wave-h) - 1px);
}
@media print, screen and (992px <= width) {
  .souph26-scene {
    padding-top: calc(29px + var(--wave-h));
  }
}
.souph26-scene-intro {
  position: relative;
  padding: 80px 0 30px;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (992px <= width) {
  .souph26-scene-intro {
    padding: 140px 0 30px;
  }
}
.souph26-scene-intro-ttl {
  position: relative;
  font-weight: 500;
}
@media print, screen and (992px <= width) {
  .souph26-scene-intro-ttl {
    position: static;
  }
}
.souph26-scene-intro-ttl-sub {
  display: block;
  font-size: 17px;
  line-height: 1.6;
}
@media print, screen and (992px <= width) {
  .souph26-scene-intro-ttl-sub {
    font-size: 30px;
  }
}
.souph26-scene-intro-ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 8px 0 0;
  color: var(--color-pink);
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media print, screen and (992px <= width) {
  .souph26-scene-intro-ttl-main {
    gap: 0 0.2em;
    font-size: 64px;
    line-height: 1;
  }
}
.souph26-scene-intro-ttl-main-txt {
  padding-left: 0.25em;
}
.souph26-scene-intro-fork {
  width: 1.1em;
}
.souph26-scene-intro-spoon {
  width: 1.2em;
}
.souph26-scene-intro-lead {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media print, screen and (992px <= width) {
  .souph26-scene-intro-lead {
    font-size: 16px;
  }
}
.souph26-scene-block .souph26-script.ver-block {
  --fd: 0s;
}
.souph26-scene-block .souph26-scene-movie {
  --fd: 0.1s;
}
.souph26-scene-block .souph26-scene-cup {
  --fd: 0.2s;
}
.souph26-scene-block .souph26-scene-card {
  --fd: 0.3s;
}
.souph26-scene-block .souph26-scene-badge {
  --fd: 0.45s;
}
.souph26-scene-block {
  padding: 40px 0;
  overflow: hidden;
}
@media print, screen and (992px <= width) {
  .souph26-scene-block {
    padding: 80px 0;
  }
}
.souph26-scene-block + .souph26-scene-block {
  border-top: 8px solid #fff;
}
@media print, screen and (992px <= width) {
  .souph26-scene-block .souph26-script.ver-block {
    margin: 0 0 20px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-scene-block .souph26-script.ver-block {
    text-align: left;
    margin: -80px -400px 80px 0;
  }
}
@media screen and (1400px <= width) {
  .souph26-scene-block .souph26-script.ver-block {
    margin: -120px -400px 120px -20px;
  }
}
.souph26-scene-block.ver-lunch {
  --acc: var(--color-lunch-acc);
  --card: var(--color-lunch-card);
  --list: var(--color-lunch-list);
  --mark: var(--color-lunch-mark);
  background-color: var(--color-lunch-bg);
}
.souph26-scene-block.ver-snack {
  --acc: var(--color-snack-acc);
  --card: var(--color-snack-card);
  --list: var(--color-snack-list);
  --mark: var(--color-snack-mark);
  background-color: var(--color-snack-bg);
}
.souph26-scene-block.ver-midnight {
  --acc: var(--color-midnight-acc);
  --card: var(--color-midnight-card);
  --list: var(--color-midnight-list);
  --mark: var(--color-midnight-mark);
  background-color: var(--color-midnight-bg);
}
@media print, screen and (768px <= width) {
  .souph26-scene-stage {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 20px 30px;
    align-items: center;
  }
}
@media print, screen and (992px <= width) {
  .souph26-scene-stage {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-scene-stage {
    grid-template-columns: 330px 370px 1fr;
    gap: 20px 40px;
  }
}
@media screen and (1400px <= width) {
  .souph26-scene-stage {
    grid-template-columns: 450px 370px 1fr;
  }
}
.souph26-scene-movie {
  width: min(100%, 370px);
  margin: 40px auto 0;
}
@media print, screen and (768px <= width) {
  .souph26-scene-movie {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
    margin: 0 auto;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-scene-movie {
    width: 100%;
    grid-row-end: span 1;
  }
}
.souph26-scene-catch-btm {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media print, screen and (992px <= width) {
  .souph26-scene-catch-btm {
    justify-content: flex-end;
  }
}
.souph26-scene-badge {
  width: 104px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  rotate: -8deg;
}
@media print, screen and (992px <= width) {
  .souph26-scene-badge {
    width: 190px;
  }
}
.souph26-scene-badge-txt {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 10%;
  left: 0;
  display: grid;
  align-items: center;
  justify-content: center;
  rotate: -15deg;
}
@media print, screen and (992px <= width) {
  .souph26-scene-badge-txt {
    font-size: 24px;
  }
}
.souph26-scene-cup {
  width: 150px;
  z-index: 3;
}
@media print, screen and (992px <= width) {
  .souph26-scene-cup {
    width: 195px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-scene-cup {
    margin: 80px 0 0 -20px;
  }
}
.souph26-scene-card {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 40px 0 0;
}
@media print, screen and (768px <= width) {
  .souph26-scene-card {
    margin: 0;
  }
}
.souph26-scene-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--card);
  border-radius: 24px;
  rotate: -10deg;
}
@media print, screen and (1200px <= width) {
  .souph26-scene-card::before {
    left: -10%;
    border-radius: 40px;
  }
}
.souph26-scene-card-in {
  position: relative;
  height: 100%;
  padding: 18px 14px 20px;
  border-radius: 24px;
  background-color: #fff;
}
@media print, screen and (1200px <= width) {
  .souph26-scene-card-in {
    padding: 2em 2em;
    margin: 0 0 0 -80px;
    border-radius: 40px;
  }
}
@media screen and (1400px <= width) {
  .souph26-scene-card-in {
    padding: 2.5em 2.5em;
  }
}
.souph26-scene-quote {
  position: relative;
  width: fit-content;
  padding: 0 1.1em;
  color: var(--acc);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 16px auto 0;
}
@media print, screen and (1200px <= width) {
  .souph26-scene-quote {
    padding: 0.3em 1.1em 0;
    font-size: 32px;
  }
}
.souph26-scene-quote::before, .souph26-scene-quote::after {
  content: "“";
  position: absolute;
  color: var(--mark);
  font-family: var(--font-mincho);
  font-size: 34px;
  line-height: 1;
}
@media print, screen and (1200px <= width) {
  .souph26-scene-quote::before, .souph26-scene-quote::after {
    font-size: 64px;
  }
}
.souph26-scene-quote::before {
  top: -2px;
  left: 0;
}
@media print, screen and (1200px <= width) {
  .souph26-scene-quote::before {
    top: 4px;
    left: -7px;
  }
}
.souph26-scene-quote::after {
  right: 0;
  bottom: -6px;
  rotate: 180deg;
}
@media print, screen and (1200px <= width) {
  .souph26-scene-quote::after {
    right: -7px;
    bottom: -8px;
  }
}

.souph26-script.ver-block {
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  rotate: -6deg;
  margin-bottom: 4px;
}
@media print, screen and (992px <= width) {
  .souph26-script.ver-block {
    font-size: 200px;
    rotate: -15deg;
  }
}
@media screen and (1400px <= width) {
  .souph26-script.ver-block {
    rotate: -20deg;
  }
}

.souph26-script.ver-scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  rotate: -15deg;
  color: rgba(242, 112, 147, 0.21);
}
@media print, screen and (992px <= width) {
  .souph26-script.ver-scene {
    translate: 0 0;
    margin: -30px 0 0;
  }
}

.souph26-check {
  display: grid;
  gap: 7px;
}
@media print, screen and (1200px <= width) {
  .souph26-check {
    gap: 10px;
  }
}
.souph26-check-item {
  position: relative;
  padding: 9px 10px 9px 40px;
  border-radius: 10px;
  background-color: var(--list);
  font-size: 14px;
  line-height: 1.5;
}
@media print, screen and (1200px <= width) {
  .souph26-check-item {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 10px 0 47px;
    font-size: 15px;
    letter-spacing: -0.027em;
    white-space: nowrap;
  }
}
.souph26-check-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  translate: 0 -50%;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-color: var(--acc);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 10'%3E%3Cpath fill='%23fff' d='M4.376 10a1.2 1.2 0 0 1-.852-.359L.353 6.414a1.2 1.2 0 0 1 0-1.733 1.2 1.2 0 0 1 1.704 0l2.32 2.36L10.943.359a1.2 1.2 0 0 1 1.704 0 1.2 1.2 0 0 1 0 1.734L5.228 9.641A1.2 1.2 0 0 1 4.376 10Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54.1666666667% 41.6666666667%;
}
@media print, screen and (1200px <= width) {
  .souph26-check-item::before {
    left: 14px;
  }
}

.souph26-lineup {
  background-color: #fff;
  overflow: hidden;
}
.souph26-lineup-head {
  position: relative;
  text-align: center;
  padding: 50px 0 0;
}
@media print, screen and (992px <= width) {
  .souph26-lineup-head {
    padding: 150px 0 0;
  }
}
.souph26-lineup-ttl {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media print, screen and (992px <= width) {
  .souph26-lineup-ttl {
    font-size: 36px;
  }
}
.souph26-lineup-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5.3333333333vw, 20px);
}
@media print, screen and (768px <= width) {
  .souph26-lineup-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (992px <= width) {
  .souph26-lineup-list {
    gap: 50px;
  }
}
@media print, screen and (1200px <= width) {
  .souph26-lineup-list {
    gap: 100px;
  }
}
.souph26-lineup-item-name {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin: 0.3em 0 0;
}
@media print, screen and (992px <= width) {
  .souph26-lineup-item-name {
    font-size: 16px;
    margin: 0.5em 0 0;
  }
}

.souph26-script.ver-lineup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  rotate: -15deg;
  color: rgba(242, 112, 147, 0.21);
}

.souph26-btns {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
@media print, screen and (992px <= width) {
  .souph26-btns {
    width: 600px;
    margin-top: 56px;
    margin-inline: auto;
    padding-bottom: 47px;
    grid-template-columns: repeat(2, 48%);
    justify-content: space-between;
    gap: 0;
  }
}

.souph26-btn {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 3.8em;
  padding: 0.6em 1.4em;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}
@media print, screen and (992px <= width) {
  .souph26-btn {
    padding: 0.5em 1em;
    font-size: 16px;
  }
}
.souph26-btn.ver-fill {
  background-color: var(--color-pink-deep);
  color: #fff;
}
@media (hover: hover) {
  .souph26-btn.ver-fill:hover {
    background-color: var(--color-pink);
  }
}
.souph26-btn.ver-line {
  border-color: var(--color-pink-deep);
  background-color: #fff;
  color: var(--color-pink-deep);
}
@media (hover: hover) {
  .souph26-btn.ver-line:hover {
    background-color: var(--color-pink-pale);
  }
}

.souph26-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
@media print, screen and (992px <= width) {
  .souph26-modal {
    padding: 40px;
  }
}
.souph26-modal.is-open {
  visibility: visible;
  opacity: 1;
}
.souph26-modal-bg {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.souph26-modal-inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
}
.souph26-modal-frame {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #000;
  overflow: hidden;
}
.souph26-modal-frame iframe,
.souph26-modal-frame > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.souph26-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 34px;
  height: 34px;
}
@media print, screen and (992px <= width) {
  .souph26-modal-close {
    top: -50px;
    width: 40px;
    height: 40px;
  }
}
.souph26-modal-close::before, .souph26-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
@media print, screen and (992px <= width) {
  .souph26-modal-close::before, .souph26-modal-close::after {
    width: 36px;
  }
}
.souph26-modal-close::before {
  translate: -50% -50%;
  rotate: 45deg;
}
.souph26-modal-close::after {
  translate: -50% -50%;
  rotate: -45deg;
}

body.souph26-modal-open {
  overflow: hidden;
}

.souph26 [data-fdinup] {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 0.7s ease var(--fd, 0s), translate 0.7s ease var(--fd, 0s), scale 0.7s ease var(--fd, 0s);
}
.souph26 [data-fdinup].is-inview {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

.souph26 [data-fdinup=left] {
  translate: -40px 0;
}

.souph26 [data-fdinup=right] {
  translate: 40px 0;
}

.souph26 [data-fdinup=down] {
  translate: 0 -20px;
}

.souph26 [data-fdinup=zoom] {
  translate: 0 0;
  scale: 0.85;
  transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (prefers-reduced-motion: reduce) {
  .souph26 [data-fdinup] {
    opacity: 1;
    translate: 0 0;
    scale: 1;
    transition: none;
  }
}