/**
 * FOEL L&PEACE campaign styles
 *
 * TEENS ROCK YONAGO トップページ用（foel.jp 参考サイト由来）。
 * 1行に minify されていた CSS を整形し、セクション見出しを付与しています。
 */

/* ==========================================================================
   Fonts & CSS custom properties
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
:root {
  --vh100: 100vh;
  --font_b: #000;
  --font_s: 2.3vw;
  --sp: 360px;
  --lsp: 414px;
  --non-sp: 640px;
  --tab: 768px;
  --mtab: 840px;
  --ltab: 960px;
  --spc: 1100px;
  --pc: 1200px;
  --lpc: 1660px;
}
@media (min-width: 580px) {
  :root {
    --font_s: 13.3px;
  }
}
@font-face {
  font-family: "tsunagi";
  font-weight: 400;
  src: url("assets/fonts/tsunagi/tsunagi-gothic_subset.eot");
  src:
    url("assets/fonts/tsunagi/tsunagi-gothic_subset.eot") format("embedded-opentype"),
    url("assets/fonts/tsunagi/tsunagi-gothic_subset.woff2.html") format("woff2"),
    url("assets/fonts/tsunagi/tsunagi-gothic_subset.woff") format("woff"),
    url("assets/fonts/tsunagi/tsunagi-gothic_subset.ttf") format("truetype");
}
.__tsunagi {
  font-family: "tsunagi", sans-serif;
  letter-spacing: 0;
}

/* ==========================================================================
   normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base styles
   ========================================================================== */

* {
  box-sizing: border-box;
}
html,
body {
  font-family:
    "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo,
    "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: var(--font_s);
}
html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body {
  color: var(--font_b);
  font-size: calc(var(--font_s) * 1.3);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
a {
  color: var(--font_b);
  font-weight: 700;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
input,
select,
textarea {
  border: 1px solid #d7d7d7;
  padding: 0.25em;
  line-height: 1.35;
  max-width: 100%;
}
.__link-div {
  cursor: pointer;
}
/* ==========================================================================
   Components: Button
   ========================================================================== */

.button__push-hand {
  position: relative;
  display: table;
}
.button__push-hand__icon {
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  z-index: 1000;
  width: 1.9rem;
  animation-name: pushButtonAnim;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.button__store {
  border: 2px solid #000;
  border-radius: 3em;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #000;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 0.5em 2.8em 0.5em 1.4em;
}
@keyframes pushButtonAnim {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-3px, -3px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
/* ==========================================================================
   Layout: Main contents
   ========================================================================== */

.main-contents {
  background-color: #f4f4f4;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
  max-width: 480px;
}
.main-contents.__loading {
  opacity: 0;
}
.main-contents.__load-compleat {
  transition: opacity 0.3s ease 0.8s;
}
/* --------------------------------------------------------------------------
   Layout: Wrapper
   -------------------------------------------------------------------------- */

.wrapper {
  position: relative;
}
[class*="standbyFade"],
[class*="animationFade"] {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.2, 0.5, 0.7, 1);
}
[class*="standbyFade"]:not(.animUseMargin),
[class*="animationFade"]:not(.animUseMargin) {
  transition-property: opacity, transform;
}
[class*="standbyFade"].animUseMargin,
[class*="animationFade"].animUseMargin {
  transition-property: opacity, margin;
}
[class*="standbyFadeIn"],
[class*="animationFadeOut"] {
  opacity: 0;
}
[class*="standbyFadeOut"],
[class*="animationFadeIn"] {
  opacity: 1;
}
[class*="standbyFadeOut"]:not(.animUseMargin),
[class*="animationFadeIn"]:not(.animUseMargin) {
  transform: translate(0px, 0px);
}
/* ==========================================================================
   Animation utilities
   ========================================================================== */

.standbyFadeInToLeft:not(.animUseMargin) {
  transform: translate(30px);
}
.standbyFadeInToLeft.animUseMargin {
  margin-left: 30px;
}
.standbyFadeInToRight:not(.animUseMargin) {
  transform: translate(-30px);
}
.standbyFadeInToRight.animUseMargin {
  margin-left: -30px;
}
.standbyFadeInToDown:not(.animUseMargin) {
  transform: translate(0px, -30px);
}
.standbyFadeInToDown.animUseMargin {
  margin-top: -30px;
}
.standbyFadeInToUp:not(.animUseMargin) {
  transform: translate(0px, 30px);
}
.standbyFadeInToUp.animUseMargin {
  margin-top: 30px;
}
.animationFadeOutToLeft {
  transform: translate(-30px);
}
.animationFadeOutToLeft.animUseMargin {
  margin-left: -30px;
}
.animationFadeOutToRight {
  transform: translate(30px);
}
.animationFadeOutToRight.animUseMargin {
  margin-left: 30px;
}
.animationFadeOutToDown {
  transform: translate(0px, 30px);
}
.animationFadeOutToDown.animUseMargin {
  margin-top: 30px;
}
.animationFadeOutToUp {
  transform: translate(0px, -30px);
}
.animationFadeOutToUp.animUseMargin {
  margin-top: -30px;
}
@keyframes fadeInToLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInToRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInToDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeInToUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.standbyBlindText,
.animationBlindText,
.standbyBlindTextWrapper .BlindTextItem,
.animationBlindTextWrapper .BlindTextItem {
  display: inline-block;
  position: relative;
  padding: 0.2em 0.5em;
  white-space: nowrap;
  overflow: hidden;
}
.standbyBlindText::after,
.animationBlindText::after,
.standbyBlindTextWrapper .BlindTextItem::after,
.animationBlindTextWrapper .BlindTextItem::after {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.colorGreen.standbyBlindText::after,
.colorGreen.animationBlindText::after,
.standbyBlindTextWrapper .colorGreen.BlindTextItem::after,
.animationBlindTextWrapper .colorGreen.BlindTextItem::after,
.colorCyan.standbyBlindText::after,
.colorCyan.animationBlindText::after,
.standbyBlindTextWrapper .colorCyan.BlindTextItem::after,
.animationBlindTextWrapper .colorCyan.BlindTextItem::after {
  background-color: #f4f4f4;
}
.standbyBlindText,
.standbyBlindTextWrapper .BlindTextItem {
  color: transparent;
  background-color: transparent;
}
.standbyBlindText img,
.standbyBlindTextWrapper .BlindTextItem img {
  opacity: 0;
}
.standbyBlindText::after,
.standbyBlindTextWrapper .BlindTextItem::after {
  width: 0%;
}
.animationBlindText,
.animationBlindTextWrapper .BlindTextItem {
  animation-name: blindStart;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0.35s;
  animation-fill-mode: both;
}
.animationBlindText img,
.animationBlindTextWrapper .BlindTextItem img {
  opacity: 1;
  transition: opacity 0s ease 0.3s;
}
.animationBlindText::after,
.animationBlindTextWrapper .BlindTextItem::after {
  animation-name: blindStartOverwrite;
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
.colorGreen.animationBlindText,
.animationBlindTextWrapper .colorGreen.BlindTextItem {
  animation-name: blindStartGreen;
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
.colorCyan.animationBlindText,
.animationBlindTextWrapper .colorCyan.BlindTextItem {
  animation-name: blindStartCyan;
  animation-duration: 0.85s;
  animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  animation-fill-mode: both;
}
@keyframes blindStart {
  0%,
  20% {
    background-color: transparent;
    color: transparent;
    text-indent: 120%;
  }
  40% {
    background-color: #231815;
    color: #fff;
    text-indent: 120%;
  }
  100% {
    background-color: #231815;
    color: #fff;
    text-indent: 0%;
  }
}
@keyframes blindStartOverwrite {
  0% {
    width: 0%;
    margin-left: 0%;
  }
  40%,
  60% {
    width: 100%;
    margin-left: 0%;
  }
  100% {
    width: 0%;
    margin-left: 100%;
  }
}
@keyframes blindStartGreen {
  0%,
  40% {
    background-color: #000;
    color: transparent;
  }
  60%,
  100% {
    background-color: #00ba29;
    color: var(--font_b);
  }
}
@keyframes blindStartCyan {
  0%,
  40% {
    background-color: #000;
    color: transparent;
  }
  60%,
  100% {
    background-color: #0fa2ff;
    color: var(--font_b);
  }
}
.standbyBubbleIn,
.standbyBubbleInAfter,
.standbyBubbleInAfter::after {
  transform: scale(0, 0);
}
.animationBubbleIn,
.animationBubbleInAfter {
  animation-name: bubbleIn;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.25, 0.5, 0.35, 1.25);
  animation-fill-mode: both;
}
.animationBubbleInAfter::after {
  animation-name: bubbleIn;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.25, 0.5, 0.35, 1.25);
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
@keyframes bubbleIn {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.standbyRotateInToLeft {
  transform: rotate(1080deg) scale(0, 0);
}
.standbyRotateInToRight {
  transform: rotate(-1080deg) scale(0, 0);
}
.animationRotateInToLeft,
.animationRotateInToRight {
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.animationRotateInToLeft {
  animation-name: rotateInLeft;
  animation-timing-function: ease;
}
.animationRotateInToRight {
  animation-name: rotateInRight;
  animation-timing-function: ease;
}
@keyframes rotateInLeft {
  0% {
    transform: rotate(1080deg) scale(0, 0);
  }
  100% {
    transform: rotate(0deg) scale(1, 1);
  }
}
@keyframes rotateInRight {
  0% {
    transform: rotate(-1080deg) scale(0, 0);
  }
  100% {
    transform: rotate(0deg) scale(1, 1);
  }
}
[class*="standby"] .button__push-hand__icon {
  opacity: 0;
  width: 0em;
}
[class*="animation"] .button__push-hand__icon {
  opacity: 1;
  width: 5rem;
  transition: 0.3s cubic-bezier(0.25, 0.5, 0.75, 1.5) 0.5s;
}
/* ==========================================================================
   Header (SP navigation)
   ========================================================================== */

.sp-header__burger {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 5001;
  background-color: var(--font_b);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.sp-header__burger .__inner {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.3s ease;
}
.sp-header__burger .__inner::before,
.sp-header__burger .__inner::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition:
    margin-top 0.3s ease,
    transform 0.3s ease;
}
.sp-header__burger .__inner::before {
  transform: translate(-50%, -1px) rotate(-225deg);
}
.sp-header__burger .__inner::after {
  transform: translate(-50%, -1px) rotate(225deg);
}
.__close .sp-header__burger .__inner {
  height: 2px;
}
.__close .sp-header__burger .__inner::before,
.__close .sp-header__burger .__inner::after {
  transform: translate(-50%, -1px);
}
.__close .sp-header__burger .__inner::before {
  margin-top: -40%;
}
.__close .sp-header__burger .__inner::after {
  margin-top: 40%;
}
.sp-header__navigation {
  background-color: rgba(0, 186, 41, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  font-size: 12px;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: var(--vh100);
  width: 100%;
  transition: top 0.3s ease;
}
.sp-header__navigation__movie-nav {
  -js-display: flex;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.sp-header__navigation__movie-nav__item {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 2px 2px 0 0 #000;
  padding: 0.1em 1em;
}
.sp-header__navigation__movie-nav__item:hover,
.sp-header__navigation__movie-nav__item.current {
  background-color: #ff6161;
}
.sp-header__navigation__style-nav {
  margin-top: 24px;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.sp-header__navigation__style-nav__item {
  color: #fff;
  font-family: "tsunagi", sans-serif;
  font-size: 1.3em;
  text-decoration: none;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 2px 0 #000;
  display: grid;
  grid-template-columns: 40px auto;
  gap: 12px;
  align-items: center;
}
.sp-header__navigation__style-nav__item:hover,
.sp-header__navigation__style-nav__item.current {
  color: #feff00;
}
.sp-header__navigation__style-nav__item:hover.__magenta,
.sp-header__navigation__style-nav__item.current.__magenta {
  color: #ff6161;
}
.__close .sp-header__navigation {
  top: var(--vh100);
}
@media (min-width: 960px) {
  .sp-header {
    display: none;
  }
}
/* ==========================================================================
   First view (hero)
   ========================================================================== */

.firstview__img .__autumn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 26rem;
}
.__loading .firstview__img .__autumn {
  transform: matrix(1, 0.2, 0, 1, 0, 0) rotate(720deg) scale(0, 0);
}
.__load-compleat .firstview__img .__autumn {
  transition: transform 0.2s ease 1.3s;
}
.firstview__img .__copy {
  position: absolute;
  top: 9rem;
  left: 1.5rem;
  width: 6rem;
}
.__loading .firstview__img .__copy {
  opacity: 0;
  transform: translateY(-36px);
}
.__load-compleat .firstview__img .__copy {
  transition:
    opacity 0.2s ease 1.3s,
    transform 0.2s ease 1.3s;
}
.__loading .firstview__img .__mainvisual {
  opacity: 0;
  transform: translateY(-36px);
}
.__load-compleat .firstview__img .__mainvisual {
  transition:
    opacity 0.2s ease 1.1s,
    transform 0.2s ease 1.1s;
}
.firstview__title {
  background-color: #00ba29;
  border-top: 1px solid #000;
  border-bottom: 1.5rem solid #000;
  margin: -3.5rem 0 0;
  transform: matrix(1, -0.15, 0, 1, 0, 0);
}
.firstview__title .__img-wrapper {
  display: block;
  margin: 40px auto auto auto;
  /* transform: matrix(1, 0.2, 0, 1, 0, 0); */
  width: calc(100% - 18px);
}
.__loading .firstview__title .__img-wrapper {
  transform: matrix(1, 0.2, 0, 1, 0, 0) rotate(-1080deg) scale(0, 0);
}
.__load-compleat .firstview__title .__img-wrapper {
  transition: transform 0.4s ease 1.5s;
}
.firstview__lead {
  color: #fff;
  font-style: italic;
  margin: 4.5rem auto 0;
  transform: matrix(1, 0.2, 0, 1, 0, 0);
  width: calc(100% - 36px);
}
.firstview__lead .__lead-text {
  display: table;
  margin: auto;
}
.firstview__lead__img {
  width: 100%;
  transform: rotate(-11.3deg);
  overflow: hidden;
}
.firstview__lead__img.standbyLeadImg img {
  transform: translateY(100%);
}
.firstview__lead__img.animationLeadImg img {
  transition: transform 0.4s ease;
  transform: translateY(0%);
}
/* ==========================================================================
   Video link
   ========================================================================== */

.video-link__item {
  margin: 9.5rem auto;
}
.video-link__title {
  margin: 2rem auto;
  position: relative;
}
.video-link__title img {
  margin: auto;
  height: 3.5rem;
  width: auto;
}
.video-link__title::after {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#movie .video-link__title::after {
  content: "";
  display: block;
  height: 3rem;
  width: 5.5rem;
  background-image: url("assets/img/ornaments/musical-note.svg");
  top: -2rem;
  right: 2rem;
}
#making .video-link__title::after {
  content: "";
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  background-image: url("assets/img/ornaments/particle.svg");
  top: 0.5rem;
  left: 2.5rem;
}
.video-link__poster {
  margin: auto;
  width: calc(100% - 48px);
}
/* ==========================================================================
   Singer section
   ========================================================================== */

.singer {
  margin: 9.5rem auto;
  width: calc(100% - 60px);
}
.singer__title {
  margin: 2rem auto;
  position: relative;
}
.singer__title img {
  margin: auto;
  height: 3.5rem;
  width: auto;
}
.singer__title::after {
  content: "";
  display: block;
  height: 5.4rem;
  width: 5.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("assets/img/ornaments/impact.svg");
  position: absolute;
  top: -2.5rem;
  right: calc(50% - 10rem);
  z-index: -1;
}
.singer__lead {
  margin: 2rem auto 4rem;
  width: 24rem;
}
.singer__lead .__img {
  width: 16rem;
  transform: rotate(-5deg);
}
.singer__lead .__caption {
  font-size: 2rem;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}
/* ==========================================================================
   Collection section
   ========================================================================== */

.collection {
  padding: 0.1px;
}
.collection__title {
  margin: 0 auto;
  width: calc(100% - 60px);
}
.collection__lead {
  display: table;
  margin: 2rem auto 2.5rem;
}
/* ==========================================================================
   Style section (lookbook)
   ========================================================================== */

.style {
  margin: 3.5rem auto;
  width: calc(100% - 18px);
}
.style__title {
  display: grid;
  grid-template-columns: 6.5rem auto;
  gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.style__title__sns {
  text-align: center;
  background-color: #fff;
  border: 0.1em solid #000;
  box-shadow: 0.2rem 0.2em 0 0 #000;
  padding: 0.25em 0.25em 0.5em;
}
.style__title__hash {
  height: 1.25em;
  width: auto;
}
.style__title__text {
  margin: 0 auto;
  font-size: 1em;
}
.style__snap,
.style__img,
.style__point,
.style__item__container {
  position: absolute;
}
.style__item__container {
  min-width: 13.5em;
}
.style__item__container.__align-right .style__item__category {
  margin-left: auto;
  margin-right: 0;
}
.style__item__container.__align-right .style__item__name {
  align-items: flex-end;
}
.style__item__category {
  font-size: 2em;
  display: table;
  margin: 0;
}
.style__item__category img {
  height: 1em;
  width: auto;
}
.style__item__name {
  font-size: 1.2em;
  margin: 0.4em 0;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.15em;
}
.style__item__store-link {
  position: absolute;
}
.style.__01 {
  height: 90rem;
}
.style.__01 .style__snap {
  top: 12.8rem;
  left: 50%;
  width: 22rem;
  transform: translateX(-50%);
}
.style.__01 .style__snap__photo {
  transform: rotate(-8deg);
}
.style.__01 .style__img {
  top: 51rem;
  left: 2rem;
  width: 12rem;
}
.style.__01 .style__img .__1 {
  transform: rotate(-12deg);
}
.style.__01 .style__point {
  top: 50rem;
  right: -1.5rem;
  width: 18rem;
}
.style.__01 .style__item__container.__01 {
  top: 0rem;
  left: 0rem;
}
.style.__01 .style__item__container.__01 .style__item__store-link {
  bottom: -0.35em;
  right: -2.35em;
}
.style.__01 .style__item__container.__02 {
  top: 35rem;
  right: 0px;
}
.style.__01 .style__item__container.__02 .style__item__store-link {
  left: -5.35em;
  bottom: -0.35em;
}
.style.__01 .style__item__container.__03 {
  top: 69rem;
  left: 0px;
}
.style.__01 .style__item__container.__03 .style__item__store-link {
  bottom: -0.35em;
  right: -2.35em;
}
.style.__02 {
  height: 62rem;
}
.style.__02 .style__snap {
  top: 15rem;
  right: 3.5rem;
  width: 20rem;
}
.style.__02 .style__snap__photo {
  transform: rotate(14deg);
}
.style.__02 .style__img {
  top: 13.8rem;
  left: -0.4rem;
  z-index: 30;
  width: 12rem;
}
.style.__02 .style__img .__1 {
  transform: rotate(-12deg);
}
.style.__02 .style__point {
  top: 0rem;
  right: -3rem;
  z-index: 30;
  width: 16rem;
}
.style.__02 .style__item__container.__01 {
  top: 0rem;
  left: 0rem;
}
.style.__02 .style__item__container.__01 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__02 .style__item__container.__02 {
  top: 34rem;
  right: 0rem;
}
.style.__02 .style__item__container.__02 .style__item__store-link {
  left: -6em;
  bottom: -0.35em;
}
.style.__02 .style__item__container.__03 {
  top: 38rem;
  left: 0rem;
}
.style.__02 .style__item__container.__03 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__03 {
  height: 50.5rem;
}
.style.__03 .style__snap {
  top: 1em;
  left: 1rem;
  width: 22rem;
}
.style.__03 .style__snap__photo {
  transform: rotate(-13deg);
}
.style.__03 .style__img {
  top: 15rem;
  right: -1rem;
  z-index: 30;
  width: 11rem;
}
.style.__03 .style__img .__1 {
  transform: rotate(18deg);
}
.style.__03 .style__point {
  top: 0rem;
  right: -2rem;
  z-index: 30;
  width: 16rem;
}
.style.__03 .style__item__container.__01 {
  top: 24rem;
  left: 0rem;
}
.style.__03 .style__item__container.__01 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__04 {
  height: 64.5rem;
}
.style.__04 .style__snap {
  top: 19rem;
  left: 5rem;
  width: 21rem;
}
.style.__04 .style__snap__photo {
  transform: rotate(14deg);
}
.style.__04 .style__img {
  z-index: 30;
  width: 100%;
}
.style.__04 .style__img img {
  position: absolute;
}
.style.__04 .style__img .__1 {
  top: 18rem;
  left: -3rem;
  width: 13rem;
  transform: rotate(-18deg);
}
.style.__04 .style__img .__2 {
  top: 19rem;
  right: 0rem;
  width: 10rem;
}
.style.__04 .style__point {
  top: 2rem;
  right: -6rem;
  width: 17rem;
}
.style.__04 .style__item__container.__01 {
  top: 0rem;
  left: 0rem;
}
.style.__04 .style__item__container.__01 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__04 .style__item__container.__02 {
  top: 37rem;
  right: 0rem;
}
.style.__04 .style__item__container.__02 .style__item__store-link {
  bottom: -2.65em;
  right: 0em;
}
.style.__05 {
  height: 79rem;
}
.style.__05 .style__snap {
  top: 16.5rem;
  left: 50%;
  width: 20rem;
  transform: translateX(-50%);
}
.style.__05 .style__snap__photo {
  transform: rotate(-15deg);
}
.style.__05 .style__img {
  z-index: 30;
  width: 100%;
}
.style.__05 .style__img img {
  position: absolute;
}
.style.__05 .style__img .__1 {
  top: 1.5rem;
  right: -1rem;
  width: 14rem;
  transform: rotate(12deg);
}
.style.__05 .style__img .__2 {
  top: 28rem;
  left: -3rem;
  width: 14rem;
  transform: rotate(-25deg);
}
.style.__05 .style__img .__3 {
  top: 51rem;
  right: 1.5rem;
  width: 9rem;
  transform: rotate(12deg);
}
.style.__05 .style__point {
  top: 13rem;
  right: -6.5rem;
  width: 16rem;
}
.style.__05 .style__item__container.__01 {
  top: 0rem;
  left: 0rem;
}
.style.__05 .style__item__container.__01 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__05 .style__item__container.__02 {
  top: 32rem;
  right: 0rem;
}
.style.__05 .style__item__container.__02 .style__item__store-link {
  bottom: -2.65em;
  right: 0em;
}
.style.__05 .style__item__container.__03 {
  top: 49rem;
  left: 0rem;
}
.style.__05 .style__item__container.__03 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__06 {
  height: 72rem;
}
.style.__06 .style__snap {
  top: 17rem;
  left: 0rem;
  width: 24rem;
}
.style.__06 .style__snap__photo {
  transform: rotate(-6deg);
}
.style.__06 .style__img {
  top: 1rem;
  right: -3rem;
  z-index: -1;
  width: 15rem;
}
.style.__06 .style__img .__1 {
  transform: rotate(12deg);
}
.style.__06 .style__point {
  top: 16rem;
  right: -5rem;
  z-index: 30;
  width: 19rem;
}
.style.__06 .style__item__container.__01 {
  top: 0rem;
  left: 0rem;
}
.style.__06 .style__item__container.__01 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
.style.__06 .style__item__container.__02 {
  top: 34rem;
  right: 0rem;
}
.style.__06 .style__item__container.__02 .style__item__store-link {
  bottom: -2.65em;
  right: 0em;
}
.style.__06 .style__item__container.__03 {
  top: 44rem;
  left: 0rem;
}
.style.__06 .style__item__container.__03 .style__item__store-link {
  left: 0em;
  bottom: -2.65em;
}
/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.footer__official-link,
.footer__project-link {
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 50%;
  height: 13rem;
}
.footer__typo {
  height: 2.4rem;
  width: auto;
}
.footer__sns {
  padding: 2rem;
  display: grid;
  grid-template-areas: "typo text" "link link";
  grid-template-columns: 5rem auto;
  gap: 2rem;
  align-items: center;
}
.footer__sns__typo-wrapper,
.footer__sns__text {
  margin: 0;
}
.footer__sns__typo-wrapper {
  display: table;
}
.footer__sns__link-wrapper {
  grid-area: link;
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
.footer__sns__icon {
  border: 2px solid #000;
  border-radius: 50%;
  -js-display: flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  height: 5rem;
  width: 5rem;
}
/* ==========================================================================
   Message section
   ========================================================================== */

.message {
  overflow: hidden;
  padding-bottom: 0px;
  height: 50vh;
}
.message__zuma,
.message__fukidashi,
.message__hand {
  position: absolute;
}
.message__zuma {
  left: calc(50% - 48px);
  bottom: 0px;
  transform: translateX(-50%);
  transform-origin: bottom center;
  width: 84px;
}
.message__fukidashi {
  left: 50%;
  bottom: 72px;
  width: 154px;
}
.message__hand {
  left: calc(50% - 36px);
}
.standbyHand .message__hand {
  bottom: -64px;
  width: 54px;
}
.animationHand .message__hand {
  bottom: -12px;
  transition: bottom 5s ease 1s;
  width: 54px;
}
.message__fukidashi.anim__start,
.message__hand.anim__start {
  opacity: 0;
  display: none;
  transition:
    opacity 0.3s ease,
    display 0s ease 0.3s;
}
.message__zuma.anim__start {
  left: 50%;
  transition:
    left 0.5s ease,
    transform 0.3s cubic-bezier(0.25, 0.75, 0.5, 1.25);
}
.message__zuma.anim__start.anim__complete {
  transform: translateX(-50%) scale(4, 4);
  animation-name: zumaHide;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}
.message__zuma.anim__1 {
  transform: translateX(-50%) scale(1.2, 1.2);
}
.message__zuma.anim__2 {
  transform: translateX(-50%) scale(1.4, 1.4);
}
.message__zuma.anim__3 {
  transform: translateX(-50%) scale(1.6, 1.6);
}
.message__zuma.anim__4 {
  transform: translateX(-50%) scale(1.8, 1.8);
}
.message__zuma.anim__5 {
  transform: translateX(-50%) scale(2, 2);
}
.message__zuma.anim__6 {
  transform: translateX(-50%) scale(2.2, 2.2);
}
.message__zuma.anim__7 {
  transform: translateX(-50%) scale(2.4, 2.4);
}
.message__zuma.anim__8 {
  transform: translateX(-50%) scale(2.6, 2.6);
}
.message__zuma.anim__9 {
  transform: translateX(-50%) scale(2.8, 2.8);
}
.message__zuma.anim__10 {
  transform: translateX(-50%) scale(3, 3);
}
.message__zuma.anim__11 {
  transform: translateX(-50%) scale(3.2, 3.2);
}
.message__zuma.anim__12 {
  transform: translateX(-50%) scale(3.4, 3.4);
}
.message__zuma.anim__13 {
  transform: translateX(-50%) scale(3.6, 3.6);
}
.message__zuma.anim__14 {
  transform: translateX(-50%) scale(3.8, 3.8);
}
.message__after {
  position: absolute;
  left: 0;
  bottom: -100%;
  opacity: 0;
  transform: scale(0, 0);
  width: 100%;
}
.message__after__zuma {
  margin: 0 auto;
  width: 95%;
}
.message__after__text {
  position: relative;
  margin: 0 0.5rem -1.5rem auto;
  transform: scale(0, 0);
  width: 47%;
}
.__show .message__after__text {
  transform: scale(1, 1);
  transition: transform 0.5s cubic-bezier(0.25, 0.75, 0.5, 1.25) 1.8s;
}
.message__after.__show {
  opacity: 1;
  bottom: 0%;
  transform: scale(1, 1);
  transform-origin: bottom center;
  transition:
    opacity 0.3s ease 1s,
    transform 0.3s cubic-bezier(0.25, 0.75, 0.5, 1.25) 1s;
}
@keyframes zumaHide {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(4, 4);
    display: block;
  }
  99% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 0);
    display: block;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/* ==========================================================================
   PC background (wide-screen side decoration)
   ========================================================================== */

.pc-bg__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.pc-bg__wrapper.__loading {
  z-index: 300;
}
.pc-bg__wrapper.__load-compleat {
  transition: z-index 0s ease 0.8s;
}
.pc-bg__typo__left,
.pc-bg__typo__right {
  background-size: auto;
  background-repeat: repeat-y;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  height: var(--vh100);
  width: 64px;
}
.__load-compleat .pc-bg__typo__left,
.__load-compleat .pc-bg__typo__right {
  transition: margin-left 0.3s ease 0.5s;
}
.pc-bg__typo__left {
  background-image: url("assets/img/typography/foel-zuma_magenta.svg");
  margin-left: calc(-50% - 26px);
  animation-name: bgAnimLeft;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pc-bg__typo__left.__cyan {
  background-image: url("assets/img/typography/foel-zuma_cyan.svg");
}
.__loading .pc-bg__typo__left {
  margin-left: calc(-72px);
}
.pc-bg__typo__right {
  background-image: url("assets/img/typography/large-diversity_yellow.svg");
  margin-left: calc(50% - 38px);
  animation-name: bgAnimRight;
  animation-duration: 27.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pc-bg__typo__right.__purple {
  background-image: url("assets/img/typography/large-diversity_purple.svg");
}
.__loading .pc-bg__typo__right {
  margin-left: calc(6px);
}
.pc-bg__section {
  overflow: hidden;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
  position: relative;
}
.pc-bg__section::before,
.pc-bg__section::after {
  content: "";
  display: block;
  height: 100%;
  width: calc(64px / 2);
  position: absolute;
  top: 0;
  z-index: 1;
}
.__loading .pc-bg__section::before,
.__loading .pc-bg__section::after {
  width: calc(50%);
}
.__load-compleat .pc-bg__section::before,
.__load-compleat .pc-bg__section::after {
  transition: width 0.3s ease 0.5s;
}
.pc-bg__section::before {
  border-right: 1px solid #000;
  left: 0;
}
.pc-bg__section::after {
  border-left: 1px solid #000;
  right: 0;
}
.pc-bg__section.__01::before,
.pc-bg__section.__01::after {
  background-color: #0fa2ff;
}
.pc-bg__section.__02::before,
.pc-bg__section.__02::after {
  background-color: #9555ff;
}
.pc-bg__section.__03::before,
.pc-bg__section.__03::after {
  background-color: #fe8816;
}
.pc-bg__section.__04::before,
.pc-bg__section.__04::after {
  background-color: #ff6161;
}
.pc-bg__section.__05::before,
.pc-bg__section.__05::after {
  background-color: #feff00;
}
.pc-bg__section.__06::before,
.pc-bg__section.__06::after {
  background-color: #00ba29;
}
.pc-bg__section.__07::before,
.pc-bg__section.__07::after {
  background-color: #0fa2ff;
}
.pc-bg__section.__08::before,
.pc-bg__section.__08::after {
  background-color: #9555ff;
}
.pc-bg__title,
.pc-bg__navigation {
  display: none;
}
@media (min-width: 561px) {
  .pc-bg__typo__left {
    margin-left: -299px;
  }
  .__loading .pc-bg__typo__left {
    margin-left: -72px;
  }
  .pc-bg__typo__right {
    margin-left: 234px;
  }
  .__loading .pc-bg__typo__right {
    margin-left: 6;
  }
  .pc-bg__section::before,
  .pc-bg__section::after {
    width: calc((100% - 480px) / 2);
  }
}
@media (min-width: 768px) {
  .pc-bg__wrapper::before,
  .pc-bg__wrapper::after {
    content: "";
    display: block;
    height: var(--vh100);
    width: 32px;
    position: fixed;
    top: 0;
    z-index: 10;
    background-size: auto;
    background-repeat: repeat-y;
    background-image: url("assets/img/typography/foel-nijiirozamurai-zuma.svg");
    animation-name: sideBgAnim;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .pc-bg__wrapper::before {
    left: 16px;
  }
  .pc-bg__wrapper::after {
    right: 16px;
    transform: rotate(180deg);
  }
}
@media (min-width: 1200px) {
  .pc-bg__title,
  .pc-bg__navigation {
    display: block;
    position: fixed;
    z-index: 30;
  }
  .pc-bg__title {
    top: 0;
    left: 0;
    height: var(--vh100);
    width: calc((100% - 480px) / 2);
  }
  .pc-bg__title img {
    max-width: none;
  }
  .pc-bg__title__zuma,
  .pc-bg__title__site-title,
  .pc-bg__title__scroll,
  .pc-bg__title__copy {
    position: absolute;
    bottom: 0%;
  }
  .pc-bg__title__zuma {
    right: 15%;
    width: 85%;
  }
  .pc-bg__title__site-title {
    right: 12%;
    margin-bottom: 20%;
    width: 70%;
  }
  .pc-bg__title__copy {
    right: 24%;
    margin-bottom: 112%;
    width: 50%;
  }
  .pc-bg__title__scroll {
    right: 18%;
    margin-bottom: 3%;
    width: 13%;
  }
  .__loading .pc-bg__title {
    transform: translateX(-100%);
  }
  .__load-compleat .pc-bg__title {
    transform: translateX(0%);
    transition: transform 0.2s ease 0.8s;
  }
  .pc-bg__navigation {
    top: 50%;
    left: calc(480px + (100% - 480px) * 0.75);
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: var(--vh100);
    width: calc((100% - 480px) / 2);
    transform: translate(-50%, -50%);
  }
  .pc-bg__navigation__movie-nav {
    -js-display: flex;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .pc-bg__navigation__movie-nav__item {
    font-size: 1.1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: 2px 2px 0 0 #000;
    padding: 0.1em 1em;
  }
  .pc-bg__navigation__movie-nav__item:hover,
  .pc-bg__navigation__movie-nav__item.current {
    background-color: #ff6161;
  }
  .pc-bg__navigation__style-nav {
    margin-top: 18px;
    -js-display: flex;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
  }
  .pc-bg__navigation__style-nav__item {
    color: #fff;
    font-family: "tsunagi", sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
    -webkit-text-stroke: 1px #000;
    text-shadow: 2px 2px 0 #000;
    display: grid;
    grid-template-columns: 42px auto;
    gap: 12px;
    align-items: center;
  }
  .pc-bg__navigation__style-nav__item:hover,
  .pc-bg__navigation__style-nav__item.current {
    color: #feff00;
  }
  .pc-bg__navigation__style-nav__item:hover.__magenta,
  .pc-bg__navigation__style-nav__item.current.__magenta {
    color: #ff6161;
  }
  .__loading .pc-bg__navigation {
    transform: translate(100%, -50%);
  }
  .__load-compleat .pc-bg__navigation {
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease 0.8s;
  }
}
@keyframes bgAnimLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px 544px;
  }
}
@keyframes bgAnimRight {
  0% {
    background-position: 0px 0;
  }
  100% {
    background-position: 0px -735px;
  }
}
@keyframes sideBgAnim {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 0px -820px;
  }
}
/* ==========================================================================
   Background section helpers
   ========================================================================== */

.bg-section {
  position: relative;
  padding: 0.1px 0;
}
.bg-section.__last {
  padding-bottom: 0px;
}
/* ==========================================================================
   Modal video (plugin overrides)
   ========================================================================== */

.modal-video-body {
  max-width: 1200px;
}
/* ==========================================================================
   Utility classes (spacing, typography, display)
   ========================================================================== */

.___m-all__0 {
  margin: 0;
}
.___p-all__0 {
  padding: 0;
}
.___m-all__1em {
  margin: 1em;
}
.___m-all__10px {
  margin: 10px;
}
.___p-all__1em {
  padding: 1em;
}
.___p-all__10px {
  padding: 10px;
}
.___m-all__2em {
  margin: 2em;
}
.___m-all__20px {
  margin: 20px;
}
.___p-all__2em {
  padding: 2em;
}
.___p-all__20px {
  padding: 20px;
}
.___m-all__3em {
  margin: 3em;
}
.___m-all__30px {
  margin: 30px;
}
.___p-all__3em {
  padding: 3em;
}
.___p-all__30px {
  padding: 30px;
}
.___m-all__4em {
  margin: 4em;
}
.___m-all__40px {
  margin: 40px;
}
.___p-all__4em {
  padding: 4em;
}
.___p-all__40px {
  padding: 40px;
}
.___m-all__5em {
  margin: 5em;
}
.___m-all__50px {
  margin: 50px;
}
.___p-all__5em {
  padding: 5em;
}
.___p-all__50px {
  padding: 50px;
}
.___m-all__6em {
  margin: 6em;
}
.___m-all__60px {
  margin: 60px;
}
.___p-all__6em {
  padding: 6em;
}
.___p-all__60px {
  padding: 60px;
}
.___m-r__0 {
  margin-top: 0;
  margin-bottom: 0;
}
.___p-r__0 {
  padding-top: 0;
  padding-bottom: 0;
}
.___m-r__1em {
  margin-top: 1em;
  margin-bottom: 1em;
}
.___m-r__10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.___p-r__1em {
  padding-top: 1em;
  padding-bottom: 1em;
}
.___p-r__10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.___m-r__2em {
  margin-top: 2em;
  margin-bottom: 2em;
}
.___m-r__20px {
  margin-top: 20px;
  margin-bottom: 20px;
}
.___p-r__2em {
  padding-top: 2em;
  padding-bottom: 2em;
}
.___p-r__20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.___m-r__3em {
  margin-top: 3em;
  margin-bottom: 3em;
}
.___m-r__30px {
  margin-top: 30px;
  margin-bottom: 30px;
}
.___p-r__3em {
  padding-top: 3em;
  padding-bottom: 3em;
}
.___p-r__30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.___m-r__4em {
  margin-top: 4em;
  margin-bottom: 4em;
}
.___m-r__40px {
  margin-top: 40px;
  margin-bottom: 40px;
}
.___p-r__4em {
  padding-top: 4em;
  padding-bottom: 4em;
}
.___p-r__40px {
  padding-top: 40px;
  padding-bottom: 40px;
}
.___m-r__5em {
  margin-top: 5em;
  margin-bottom: 5em;
}
.___m-r__50px {
  margin-top: 50px;
  margin-bottom: 50px;
}
.___p-r__5em {
  padding-top: 5em;
  padding-bottom: 5em;
}
.___p-r__50px {
  padding-top: 50px;
  padding-bottom: 50px;
}
.___m-r__6em {
  margin-top: 6em;
  margin-bottom: 6em;
}
.___m-r__60px {
  margin-top: 60px;
  margin-bottom: 60px;
}
.___p-r__6em {
  padding-top: 6em;
  padding-bottom: 6em;
}
.___p-r__60px {
  padding-top: 60px;
  padding-bottom: 60px;
}
.___m-c__0 {
  margin-left: 0;
  margin-right: 0;
}
.___p-c__0 {
  padding-left: 0;
  padding-right: 0;
}
.___m-c__1em {
  margin-left: 1em;
  margin-right: 1em;
}
.___m-c__10px {
  margin-left: 10px;
  margin-right: 10px;
}
.___p-c__1em {
  padding-left: 1em;
  padding-right: 1em;
}
.___p-c__10px {
  padding-left: 10px;
  padding-right: 10px;
}
.___m-c__2em {
  margin-left: 2em;
  margin-right: 2em;
}
.___m-c__20px {
  margin-left: 20px;
  margin-right: 20px;
}
.___p-c__2em {
  padding-left: 2em;
  padding-right: 2em;
}
.___p-c__20px {
  padding-left: 20px;
  padding-right: 20px;
}
.___m-c__3em {
  margin-left: 3em;
  margin-right: 3em;
}
.___m-c__30px {
  margin-left: 30px;
  margin-right: 30px;
}
.___p-c__3em {
  padding-left: 3em;
  padding-right: 3em;
}
.___p-c__30px {
  padding-left: 30px;
  padding-right: 30px;
}
.___m-c__4em {
  margin-left: 4em;
  margin-right: 4em;
}
.___m-c__40px {
  margin-left: 40px;
  margin-right: 40px;
}
.___p-c__4em {
  padding-left: 4em;
  padding-right: 4em;
}
.___p-c__40px {
  padding-left: 40px;
  padding-right: 40px;
}
.___m-c__5em {
  margin-left: 5em;
  margin-right: 5em;
}
.___m-c__50px {
  margin-left: 50px;
  margin-right: 50px;
}
.___p-c__5em {
  padding-left: 5em;
  padding-right: 5em;
}
.___p-c__50px {
  padding-left: 50px;
  padding-right: 50px;
}
.___m-c__6em {
  margin-left: 6em;
  margin-right: 6em;
}
.___m-c__60px {
  margin-left: 60px;
  margin-right: 60px;
}
.___p-c__6em {
  padding-left: 6em;
  padding-right: 6em;
}
.___p-c__60px {
  padding-left: 60px;
  padding-right: 60px;
}
.___m-top__0 {
  margin-top: 0;
}
.___p-top__0 {
  padding-top: 0;
}
.___m-top__1em {
  margin-top: 1em;
}
.___m-top__10px {
  margin-top: 10px;
}
.___p-top__1em {
  padding-top: 1em;
}
.___p-top__10px {
  padding-top: 10px;
}
.___m-top__2em {
  margin-top: 2em;
}
.___m-top__20px {
  margin-top: 20px;
}
.___p-top__2em {
  padding-top: 2em;
}
.___p-top__20px {
  padding-top: 20px;
}
.___m-top__3em {
  margin-top: 3em;
}
.___m-top__30px {
  margin-top: 30px;
}
.___p-top__3em {
  padding-top: 3em;
}
.___p-top__30px {
  padding-top: 30px;
}
.___m-top__4em {
  margin-top: 4em;
}
.___m-top__40px {
  margin-top: 40px;
}
.___p-top__4em {
  padding-top: 4em;
}
.___p-top__40px {
  padding-top: 40px;
}
.___m-top__5em {
  margin-top: 5em;
}
.___m-top__50px {
  margin-top: 50px;
}
.___p-top__5em {
  padding-top: 5em;
}
.___p-top__50px {
  padding-top: 50px;
}
.___m-top__6em {
  margin-top: 6em;
}
.___m-top__60px {
  margin-top: 60px;
}
.___p-top__6em {
  padding-top: 6em;
}
.___p-top__60px {
  padding-top: 60px;
}
.___m-bottom__0 {
  margin-bottom: 0;
}
.___p-bottom__0 {
  padding-bottom: 0;
}
.___m-bottom__1em {
  margin-bottom: 1em;
}
.___m-bottom__10px {
  margin-bottom: 10px;
}
.___p-bottom__1em {
  padding-bottom: 1em;
}
.___p-bottom__10px {
  padding-bottom: 10px;
}
.___m-bottom__2em {
  margin-bottom: 2em;
}
.___m-bottom__20px {
  margin-bottom: 20px;
}
.___p-bottom__2em {
  padding-bottom: 2em;
}
.___p-bottom__20px {
  padding-bottom: 20px;
}
.___m-bottom__3em {
  margin-bottom: 3em;
}
.___m-bottom__30px {
  margin-bottom: 30px;
}
.___p-bottom__3em {
  padding-bottom: 3em;
}
.___p-bottom__30px {
  padding-bottom: 30px;
}
.___m-bottom__4em {
  margin-bottom: 4em;
}
.___m-bottom__40px {
  margin-bottom: 40px;
}
.___p-bottom__4em {
  padding-bottom: 4em;
}
.___p-bottom__40px {
  padding-bottom: 40px;
}
.___m-bottom__5em {
  margin-bottom: 5em;
}
.___m-bottom__50px {
  margin-bottom: 50px;
}
.___p-bottom__5em {
  padding-bottom: 5em;
}
.___p-bottom__50px {
  padding-bottom: 50px;
}
.___m-bottom__6em {
  margin-bottom: 6em;
}
.___m-bottom__60px {
  margin-bottom: 60px;
}
.___p-bottom__6em {
  padding-bottom: 6em;
}
.___p-bottom__60px {
  padding-bottom: 60px;
}
.___m-left__0 {
  margin-left: 0;
}
.___p-left__0 {
  padding-left: 0;
}
.___m-left__1em {
  margin-left: 1em;
}
.___m-left__10px {
  margin-left: 10px;
}
.___p-left__1em {
  padding-left: 1em;
}
.___p-left__10px {
  padding-left: 10px;
}
.___m-left__2em {
  margin-left: 2em;
}
.___m-left__20px {
  margin-left: 20px;
}
.___p-left__2em {
  padding-left: 2em;
}
.___p-left__20px {
  padding-left: 20px;
}
.___m-left__3em {
  margin-left: 3em;
}
.___m-left__30px {
  margin-left: 30px;
}
.___p-left__3em {
  padding-left: 3em;
}
.___p-left__30px {
  padding-left: 30px;
}
.___m-left__4em {
  margin-left: 4em;
}
.___m-left__40px {
  margin-left: 40px;
}
.___p-left__4em {
  padding-left: 4em;
}
.___p-left__40px {
  padding-left: 40px;
}
.___m-left__5em {
  margin-left: 5em;
}
.___m-left__50px {
  margin-left: 50px;
}
.___p-left__5em {
  padding-left: 5em;
}
.___p-left__50px {
  padding-left: 50px;
}
.___m-left__6em {
  margin-left: 6em;
}
.___m-left__60px {
  margin-left: 60px;
}
.___p-left__6em {
  padding-left: 6em;
}
.___p-left__60px {
  padding-left: 60px;
}
.___m-right__0 {
  margin-right: 0;
}
.___p-right__0 {
  padding-right: 0;
}
.___m-right__1em {
  margin-right: 1em;
}
.___m-right__10px {
  margin-right: 10px;
}
.___p-right__1em {
  padding-right: 1em;
}
.___p-right__10px {
  padding-right: 10px;
}
.___m-right__2em {
  margin-right: 2em;
}
.___m-right__20px {
  margin-right: 20px;
}
.___p-right__2em {
  padding-right: 2em;
}
.___p-right__20px {
  padding-right: 20px;
}
.___m-right__3em {
  margin-right: 3em;
}
.___m-right__30px {
  margin-right: 30px;
}
.___p-right__3em {
  padding-right: 3em;
}
.___p-right__30px {
  padding-right: 30px;
}
.___m-right__4em {
  margin-right: 4em;
}
.___m-right__40px {
  margin-right: 40px;
}
.___p-right__4em {
  padding-right: 4em;
}
.___p-right__40px {
  padding-right: 40px;
}
.___m-right__5em {
  margin-right: 5em;
}
.___m-right__50px {
  margin-right: 50px;
}
.___p-right__5em {
  padding-right: 5em;
}
.___p-right__50px {
  padding-right: 50px;
}
.___m-right__6em {
  margin-right: 6em;
}
.___m-right__60px {
  margin-right: 60px;
}
.___p-right__6em {
  padding-right: 6em;
}
.___p-right__60px {
  padding-right: 60px;
}
.___f-h__1_0 {
  line-height: 1;
}
.___f-h__1_1 {
  line-height: 1.1;
}
.___f-h__1_2 {
  line-height: 1.2;
}
.___f-h__1_3 {
  line-height: 1.3;
}
.___f-h__1_4 {
  line-height: 1.4;
}
.___f-h__1_5 {
  line-height: 1.5;
}
.___f-h__1_6 {
  line-height: 1.6;
}
.___f-h__1_7 {
  line-height: 1.7;
}
.___f-h__1_8 {
  line-height: 1.8;
}
.___f-h__1_9 {
  line-height: 1.9;
}
.___f-h__2_0 {
  line-height: 2;
}
.___f-c__def {
  color: var(--font_b);
}
.___f-c__w {
  color: #fff;
}
.___f-a__l {
  text-align: left;
}
.___f-a__c {
  text-align: center;
}
.___f-a__r {
  text-align: right;
}
.___f-s__ss {
  font-size: 0.6em;
}
.___f-s__s {
  font-size: 0.85em;
}
.___f-s__l {
  font-size: 1.15em;
}
.___f-s__ll {
  font-size: 1.4em;
}
.___f-w__400 {
  font-weight: 400;
}
.___f-w__700 {
  font-weight: 700;
}
.___d__b {
  display: block;
}
.___d__i {
  display: inline;
}
.___d__ib {
  display: inline-block;
}
.___word-break {
  word-break: break-all;
}
