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

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-wimidium) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoomidiumg: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-wimidium, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

@media (max-width: 479px) {
  /* 小型スマートフォン向けのスタイル */
}
@media (min-width: 480px) and (max-width: 767px) {
  /* 大型スマートフォン向けのスタイル */
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* 小型タブレット向けのスタイル */
}
@media (min-width: 1024px) and (max-width: 1279px) {
  /* 大型タブレット向けのスタイル */
}
@media (min-width: 1280px) and (max-width: 1599px) {
  /* 小型PC向けのスタイル */
}
@media (min-width: 1600px) {
  /* 大型PC向けのスタイル */
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  color: #101820;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  font-family: "Zen Maru Gothic", sans-serif;
}

:root {
  color-scheme: light;
}

@media screen and (min-width: 768px) {
  a:hover {
    animation: bounce 0.5s ease-out;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 768px) {
  header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}

.scrollSet, .scrollSet01, .scrollSet02, .scrollSet03, .scrollSet04, .scrollSet05 {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transform: translateY(30px);
}
.scrollSet.blurIn, .scrollSet01.blurIn, .scrollSet02.blurIn, .scrollSet03.blurIn, .scrollSet04.blurIn, .scrollSet05.blurIn {
  opacity: 1;
  filter: blur(0);
  bottom: 0;
  transform: translateY(0px);
}

.scrollSet_yoko {
  opacity: 0;
  filter: blur(20px);
  will-change: filter;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transform: translateX(-1000px);
}
.scrollSet_yoko.blurIn {
  opacity: 1;
  filter: blur(0);
  bottom: 0;
  transform: translateX(0px);
}

@media (max-width: 767px) {
  .scrollSet_yoko {
    opacity: 0;
    filter: blur(20px);
    will-change: filter;
    transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
    transform: translateX(-300px);
  }
  .scrollSet_yoko.blurIn {
    opacity: 1;
    filter: blur(0);
    bottom: 0;
    transform: translateX(0px);
  }
}
@media (min-width: 768px) {
  .scrollSet_yoko {
    opacity: 0;
    filter: blur(20px);
    will-change: filter;
    transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
    transform: translateX(-1000px);
  }
  .scrollSet_yoko.blurIn {
    opacity: 1;
    filter: blur(0);
    bottom: 0;
    transform: translateX(0px);
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.red {
  color: #E8380D;
}

.l-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 5.12vw 5.12vw 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .l-header {
    padding: 30px 30px 0;
  }
}
.l-header__inner {
  overflow: hidden;
  width: 100%;
}
.l-header__inner h1 {
  float: left;
}

body {
  background-color: #FEDD00;
}

.l-footer {
  background-color: #007737;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 70px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 15.38vw 0 5.12vw;
  }
}
.l-footer__img {
  position: absolute;
}
@media screen and (min-width:1025px) {
  .l-footer__img {
    width: 141px;
    left: 50px;
    top: -39px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__img {
    width: 25.6vw;
    left: 5.12vw;
    top: -11vw;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .l-footer__img {
    width: 119px;
    left: 50px;
    top: -39px;
  }
}
.l-footer__copy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__txtblc {
    margin: 20px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__txtblc {
    margin: 4.1vw auto 15.38vw;
  }
}
.l-footer__pagetop {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop {
    right: 16px;
    bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    right: 2.56vw;
    bottom: 2.56vw;
  }
}
.l-footer__bnrs {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .l-footer__bnrs {
    padding: 15.38vw 0 10.22vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bnrs {
    padding: 60px 23px 40px;
  }
}
.l-footer__bnrs img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__bnrs img {
    border-radius: 2.56vw;
  }
}
@media screen and (min-width:1025px) {
  .l-footer__bnr--wrap {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bnr--wrap {
    margin: 10px 0;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .l-footer__bnr--wrap {
    margin: 0 10px;
  }
}
.l-footer__bnr {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer__bnr {
    width: 351px;
    min-width: 351px;
    max-width: 351px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bnr {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 479px) {
  .l-footer__bnr {
    margin: 0 auto 5.12vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bnrs--inner {
    width: 723px;
    min-width: 723px;
    max-width: 723px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bnrs--inner {
    display: block;
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width:1486px) {
  .l-footer__bnrs--inner {
    width: 1366px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-fv {
  background-color: #FEDD00;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-fv {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-fv {
    padding-bottom: 12.8vw;
  }
}
.l-fv__img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-fv__img {
    width: 318px;
    padding: 0 0 33px;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__img {
    width: 50.5vw;
    padding: 5.9vw 0 3.4vw;
  }
}
@media screen and (min-width:768px) and (max-width: 1024px) {
  .l-fv__img {
    padding: 50px 0 33px;
  }
}
.l-fv__subttl {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-fv__subttl {
    width: 625px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__subttl {
    width: 87vw;
    margin: 0 auto 5.1vw;
  }
}
.l-fv__area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-fv__area--add {
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__area--add {
    margin-left: 2vw;
  }
}
.l-fv__area--addwrap {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-fv__area--addwrap {
    margin-top: 5px;
  }
}
.l-fv__scroll {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-fv__scroll {
    top: 338px;
  }
}
@media screen and (max-width: 767px) {
  .l-fv__scroll {
    top: 47.7vw;
  }
}

.l-main {
  background-color: #FEDD00;
  padding-top: 9px;
}
.l-main__top {
  background-image: url("../img/bg_main.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-main__top {
    width: 652px;
    height: 681px;
    background-size: contain;
    margin: 0 auto 19px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__top {
    width: 95.1vw;
    height: 99.5vw;
    background-size: contain;
    margin: 0 auto 0;
  }
}
@media screen and (max-width: 479px) {
  .l-main__top {
    background-size: contain;
    width: 100%;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) {
  .l-main__top--ttl {
    padding: 111px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__top--ttl {
    padding: 13vw 0 7.7vw;
  }
}
.l-main__top--txtwrap {
  margin: 0 auto 42px;
}
@media screen and (max-width: 767px) {
  .l-main__top--txtwrap {
    margin: 0 auto 6.15vw;
  }
}
.l-main__btm--pandrobou img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-main__btm--pandrobou {
    width: 260px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btm--pandrobou {
    width: 53.8vw;
    margin: 0 auto;
  }
}
.l-main__sns--btn {
  display: block;
}
.l-main__sns--btn img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-main__sns--btn {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btm--sns-btn {
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 768px) {
  .l-main__btn--sns-btnswrap {
    max-width: 500px;
    width: 500px;
    margin: 20px auto 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btn--sns-btnswrap {
    width: 61.5vw;
    margin: 4.1vw auto 10.25vw;
    display: block;
  }
}
.l-main__btm--sns-ttlwrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-main__btm--featurewrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-main__btm--featurewrap {
    padding: 0 0 0 10px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btm--featurewrap {
    padding: 0 0 0 2.3vw;
    margin: 0 auto 10.25vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main__btm--txtwrap {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btm--txtwrap {
    margin: 0 0 0 2.3svw;
  }
}
@media screen and (min-width: 768px) {
  .l-main__btm {
    padding: 50px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btm {
    padding: 7.7vw 0 10.25vw;
  }
}
@media screen and (min-width: 768px) {
  .l-main__btm--chara {
    max-width: 77px;
    width: 19.75vw;
  }
  .l-main__btm--chara img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main__btm--chara {
    width: 18.7vw;
  }
  .l-main__btm--chara img {
    width: 100%;
    height: auto;
  }
}
.c-icon__x {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_x.png");
  width: 30px;
  height: 24px;
}
.c-icon__x.white {
  background-image: url("../img/icon_x-white.png");
}
.c-icon__insta {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_insta.png");
  width: 30px;
  height: 24px;
}
.c-icon__insta.white {
  background-image: url("../img/icon_insta-white.png");
}
.c-icon__youtube {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_youtube.png");
  width: 30px;
  height: 24px;
}
.c-icon__youtube.white {
  background-image: url("../img/icon_youtube-white.png");
}
.c-icon__fb {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/icon_facebook.png");
  width: 30px;
  height: 24px;
}
.c-icon__fb.white {
  background-image: url("../img/icon_facebook-white.png");
}

.c-paragraph__logo {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/logo.svg");
}
@media screen and (min-width: 768px) {
  .c-paragraph__logo {
    width: 221px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__logo {
    width: 41.5vw;
    height: 5.64vw;
  }
}
.c-paragraph__scroll {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/img_scroll.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__scroll {
    width: 46px;
    height: 96px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__scroll {
    width: 11.7vw;
    height: 24.6vw;
  }
}
.c-paragraph__area {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/fv_area.png");
}
@media screen and (min-width: 768px) {
  .c-paragraph__area {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__area {
    width: 11.5vw;
    height: 11.5vw;
  }
}
.c-paragraph__pagetop {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/img_pagetop.png");
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  filter: blur(20px);
}
.c-paragraph__pagetop.active {
  opacity: 1;
  filter: blur(0);
}
@media screen and (min-width: 768px) {
  .c-paragraph__pagetop {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__pagetop {
    width: 20.5vw;
    height: 20.5vw;
  }
}
.c-paragraph__left {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/line-left.png");
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-paragraph__left {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__left {
    width: 5.12vw;
    height: 5.12vw;
    margin-right: 1.54vw;
  }
}
.c-paragraph__right {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url("../img/line-right.png");
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-paragraph__right {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .c-paragraph__right {
    width: 5.12vw;
    height: 5.12vw;
    margin-left: 1.54vw;
  }
}

@keyframes flashtext {
  0%, 100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #ff8cf2, 0 0 10px #ff8cf2, 0 0 15px #ff8cf2, 0 0 20px #ff8cf2, 0 0 35px #ff8cf2, 0 0 40px #ff8cf2, 0 0 50px #ff8cf2, 0 0 75px #ff8cf2;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 15px #ff8cf2, 0 0 20px #ff8cf2;
  }
}
.nounder {
  text-decoration: none;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.underline {
  text-decoration: unerline;
}

.red {
  color: #E8380D;
}

.color {
  color: #101820;
}

.green {
  color: #007737;
}

.white {
  color: #FFFFFF;
}

.center {
  text-align: center;
}

.thin {
  font-weight: 100;
}

.exlight {
  font-weight: 200;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.midium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.letter075 {
  letter-spacing: 0.075em;
}

.letter50 {
  letter-spacing: 0.05em;
}

.letterminus {
  letter-spacing: -0.025em !important;
}

.u-text__feature {
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .u-text__feature {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__feature {
    font-size: 5.4vw;
  }
}
@media (max-width: 360px) {
  .u-text__feature {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 150%;
  }
}
@media (max-width: 330px) {
  .u-text__feature {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 150%;
  }
}
.u-text__feature-txt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .u-text__feature-txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 180%;
  }
}
@media screen and (max-width: 767px) {
  .u-text__feature-txt {
    font-size: 13px;
    font-size: 0.8125rem;
    font-size: 3.33vw;
    line-height: 150%;
  }
}
@media (max-width: 360px) {
  .u-text__feature-txt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 150%;
  }
}
@media (max-width: 330px) {
  .u-text__feature-txt {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 150%;
  }
}
.u-text__bigen {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .u-text__bigen {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__bigen {
    font-size: 5.12vw;
  }
}
.u-text__bigjp {
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .u-text__bigjp {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .u-text__bigjp {
    font-size: 3.07vw;
    letter-spacing: 2px;
  }
}
.u-text__common {
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .u-text__common {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__common {
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: 3.84vw;
  }
}
.u-text__mid {
  line-height: 110%;
}
@media screen and (min-width: 768px) {
  .u-text__mid {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .u-text__mid {
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: 3.84vw;
  }
}
.u-text__small {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .u-text__small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.07;
  }
}
@media screen and (max-width: 767px) {
  .u-text__small {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.07;
  }
}
.u-text__copy {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .u-text__copy {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 83%;
  }
}
@media screen and (max-width: 767px) {
  .u-text__copy {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 100%;
    font-size: 2.56vw;
  }
}
@media screen and (max-width: 479px) {
  .u-text__copy {
    font-size: 2.56vw;
  }
}

/*# sourceMappingURL=style.css.map */
