@media screen and (max-width: 640.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

.l5 {
  margin-left: 5px;
}

.l10 {
  margin-left: 10px;
}

.l15 {
  margin-left: 15px;
}

.l20 {
  margin-left: 20px;
}

.l25 {
  margin-left: 25px;
}

.l30 {
  margin-left: 30px;
}

.l40 {
  margin-left: 40px;
}

.r5 {
  margin-right: 5px;
}

.r10 {
  margin-right: 10px;
}

.r15 {
  margin-right: 15px;
}

.r20 {
  margin-right: 20px;
}

.r25 {
  margin-right: 25px;
}

.r30 {
  margin-right: 30px;
}

.r40 {
  margin-right: 40px;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pt {
    padding-top: 70px;
  }
}

.section--pt_s {
  padding-top: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pt_s {
    padding-top: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pt_s {
    padding-top: 56px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pt_lg {
    padding-top: 98px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pb {
    padding-bottom: 70px;
  }
}

.section--pb_s {
  padding-bottom: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pb_s {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pb_s {
    padding-bottom: 56px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--pb_lg {
    padding-bottom: 98px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mt {
    margin-top: 70px;
  }
}

.section--mt_s {
  margin-top: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mt_s {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mt_s {
    margin-top: 56px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mt_lg {
    margin-top: 98px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mb {
    margin-bottom: 70px;
  }
}

.section--mb_s {
  margin-bottom: 80px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mb_s {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mb_s {
    margin-bottom: 56px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 640.98px) {
  .section--mb_lg {
    margin-bottom: 98px;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 640.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink {
  background-color: #fff;
}
.u-zoomLink a {
  display: block;
  overflow: hidden;
}
.u-zoomLink a > img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .u-zoomLink a > img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .u-zoomLink a:hover > img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 94%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 640.98px) {
  .c-wrap {
    width: 93%;
  }
}
.c-wrap.--lg {
  max-width: 1400px;
}
.c-wrap.--md {
  max-width: 1200px;
}
.c-wrap.--sm {
  max-width: 1100px;
}
.c-wrap.--xs {
  max-width: 800px;
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", "Noto Sans JP", Meiryo, sans-serif;
}

.font-eng__cinzel {
  font-family: "Cinzel", YakuHanMP, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-mix {
  font-family: "Cinzel", YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

/* c-title
-------------------------------------------------------*/
.c-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 35px;
}
@media screen and (max-width: 640.98px) {
  .c-title {
    font-size: 20px;
    font-size: 5.4794520548vw;
    padding-left: 15px;
    padding-left: 4.1095890411vw;
    padding-right: 15px;
    padding-right: 4.1095890411vw;
    margin-bottom: 20px;
    margin-bottom: 5.4794520548vw;
    padding-top: 6px;
    padding-bottom: 7px;
  }
}
.c-title:before, .c-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.c-title:before {
  z-index: -1;
  width: 100%;
  max-width: 240px;
  background-color: #04af7a;
}
@media screen and (max-width: 640.98px) {
  .c-title:before {
    max-width: 200px;
    max-width: 54.7945205479vw;
  }
}
.c-title:after {
  z-index: -2;
  width: 100%;
  background-color: #f2f0eb;
}
.c-title.--lg:before {
  max-width: 600px;
}
.c-title.--md:before {
  max-width: 400px;
}
.c-title.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.c-title.--center:before {
  max-width: 100%;
}

/* c-title__border
-------------------------------------------------------*/
.c-title__border {
  font-size: 2.2rem;
  font-weight: 700;
  color: #04af7a;
  border-bottom: 2px solid #04af7a;
  padding-bottom: 5px;
  margin-bottom: 13px;
}
@media screen and (max-width: 640.98px) {
  .c-title__border {
    font-size: 17px;
    font-size: 4.6575342466vw;
  }
}

/* c-title__square
-------------------------------------------------------*/
.c-title__square {
  font-size: 1.8rem;
  font-weight: 600;
  color: #04af7a;
}
@media screen and (max-width: 640.98px) {
  .c-title__square {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}
.c-title__square:before {
  content: "■";
}

/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 3.91rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__xl3 {
    font-size: 2.99rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__xl2 {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__xl2 {
    font-size: 2.34rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__xl {
    font-size: 2.55rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__xl {
    font-size: 1.95rem;
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__lg2 {
    font-size: 2.295rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__lg2 {
    font-size: 1.755rem;
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__lg {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__lg {
    font-size: 1.69rem;
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__md2 {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__md2 {
    font-size: 1.43rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.53rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__md {
    font-size: 1.17rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__base {
    font-size: 1.04rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__sm {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__sm {
    font-size: 0.91rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .txt__xs {
    font-size: 1.105rem;
  }
}
@media screen and (max-width: 640.98px) {
  .txt__xs {
    font-size: 0.845rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 640.98px) {
  .capt {
    font-size: 1.1rem;
  }
}
.capt_s {
  font-size: 1.4rem;
}
@media screen and (max-width: 640.98px) {
  .capt_s {
    font-size: 1.2rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

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

.txt_indent15 {
  padding-left: 1.68em;
  text-indent: -1.68em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.txt_indent3 {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.c-character {
  overflow: hidden;
  position: relative;
  width: min(640px, 100%);
  height: 682px;
}
@media screen and (max-width: 640.98px) {
  .c-character {
    height: 682px;
    height: 106.5625vw;
  }
}
.c-character * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  caret-color: transparent;
}
.c-character .c-character__img {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: min(400px, 100%);
}
@media screen and (max-width: 640.98px) {
  .c-character .c-character__img {
    width: 400px;
    width: 62.5vw;
  }
}
.c-character .c-character__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: min(640px, 100%);
}
.c-character .c-character__text {
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(380px, 100%);
}
@media screen and (max-width: 640.98px) {
  .c-character .c-character__text {
    width: 380px;
    width: 59.375vw;
  }
}
.c-character .c-character__category {
  z-index: 7;
  position: absolute;
  top: 35px;
  right: 35px;
  width: min(25px, 100%);
}
@media screen and (max-width: 640.98px) {
  .c-character .c-character__category {
    top: 35px;
    top: 5.46875vw;
    right: 35px;
    right: 5.46875vw;
    width: 25px;
    width: 3.90625vw;
  }
}
.c-character.--character01 {
  background: -webkit-gradient(linear, left top, right top, from(#c30d23), to(#aa1f24));
  background: linear-gradient(to right, #c30d23, #aa1f24);
}
.c-character.--character01 .c-character__category {
  padding-top: 30px;
  padding-top: 4.6875vw;
}
@media screen and (min-width: 641px), print {
  .c-character.--character01 .c-character__category {
    padding-top: 30px;
  }
}
.c-character.--character02 {
  background: -webkit-gradient(linear, left top, right top, from(#672460), to(#5f1985));
  background: linear-gradient(to right, #672460, #5f1985);
}
.c-character.--character03 {
  background: -webkit-gradient(linear, left top, right top, from(#004a7f), to(#182987));
  background: linear-gradient(to right, #004a7f, #182987);
}
.c-character.--character04 {
  background: -webkit-gradient(linear, left top, right top, from(#006934), to(#006934));
  background: linear-gradient(to right, #006934, #006934);
}
.c-character.--character05 {
  background: -webkit-gradient(linear, left top, right top, from(#faed00), to(#d6c018));
  background: linear-gradient(to right, #faed00, #d6c018);
}

/*=======================================================================

 ナビゲーション（元の仕様通り）

========================================================================*/
.l-header {
  display: none;
}
@media screen and (min-width: 1001px), print {
  .l-header {
    z-index: 3;
    position: fixed;
    top: 0%;
    left: calc(50% + 400px);
    width: 320px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header .nav-list {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-header .nav-list .nav-list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.l-header .nav-list .nav-list__item a {
  position: relative;
  display: block;
}
@media screen and (min-width: 1001px), print {
  .l-header .nav-list .nav-list__item a::before {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .l-header .nav-list .nav-list__item a:hover:before, .l-header .nav-list .nav-list__item a.is-active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .l-header .nav-list .nav-list__item a img {
    z-index: 5;
    position: relative;
  }
}
.l-header .nav-list .nav-list__item.--nav01 a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(170, 31, 36)), to(rgba(170, 31, 36, 0)));
  background: linear-gradient(to right, rgb(170, 31, 36), rgba(170, 31, 36, 0));
}
.l-header .nav-list .nav-list__item.--nav02 a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(95, 25, 133)), to(rgba(95, 25, 133, 0)));
  background: linear-gradient(to right, rgb(95, 25, 133), rgba(95, 25, 133, 0));
}
.l-header .nav-list .nav-list__item.--nav03 a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(24, 41, 135)), to(rgba(24, 41, 135, 0)));
  background: linear-gradient(to right, rgb(24, 41, 135), rgba(24, 41, 135, 0));
}
.l-header .nav-list .nav-list__item.--nav04 a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 105, 52)), to(rgba(0, 105, 52, 0)));
  background: linear-gradient(to right, rgb(0, 105, 52), rgba(0, 105, 52, 0));
}
.l-header .nav-list .nav-list__item.--nav05 a::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(214, 192, 24)), to(rgba(214, 192, 24, 0)));
  background: linear-gradient(to right, rgb(214, 192, 24), rgba(214, 192, 24, 0));
}

.l-sns {
  display: none;
}
@media screen and (min-width: 1001px), print {
  .l-sns {
    z-index: 3;
    position: fixed;
    top: 0%;
    right: calc(50% + 380px);
    width: 560px !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-sns .sns-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
@media screen and (min-width: 1001px), print {
  .l-sns .sns-list .sns-list__item {
    width: 120px !important;
    max-width: 120px !important;
    flex: none;
  }
}

body {
  position: relative;
}
@media screen and (min-width: 641px), print {
  body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../../images/bg-lightup.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
body img {
  caret-color: transparent;
}

.l-main {
  z-index: 5;
  position: relative;
  display: block;
  overflow: hidden;
  width: min(640px, 100%);
  background-color: #000;
  margin-inline: auto;
}
.l-footer {
  width: min(640px, 100%);
  margin-inline: auto;
}

/*=======================================================================

 footer

========================================================================*/
.l-footer {
  position: relative;
}

.copyright {
  font-size: 20px;
  font-size: 3.125vw;
  line-height: 1;
  letter-spacing: 0.15em;
  background-color: #e62629;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 641px), print {
  .copyright {
    font-size: 1.1rem;
  }
}

/*=======================================================================

 共通

========================================================================*/
.sec-title {
  position: relative;
  height: 90px;
  height: 14.0625vw;
  font-size: 42px;
  font-size: 6.5625vw;
  font-weight: bold;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 641px), print {
  .sec-title {
    height: 90px;
    font-size: 42px;
  }
}
.sec-title span {
  position: relative;
  z-index: 5;
}

.sec-title--top::before,
.sec-title--bottom::after {
  z-index: 2;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  height: 7.03125vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 641px), print {
  .sec-title--top::before,
  .sec-title--bottom::after {
    height: 45px;
  }
}

.sec-title--top::before {
  top: 96%;
  background-image: url(../../images/sec-top.png);
}

.sec-title--bottom::after {
  bottom: 96%;
  background-image: url(../../images/sec-bottom.png);
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.loading-screen .logo {
  width: min(300px, 65%);
  height: auto;
  opacity: 0;
}

.l-wrapper {
  opacity: 0;
}

/*=======================================================================

 TOP

========================================================================*/
.sec-profile {
  background-image: url(../../images/profile-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-bottom: 70px;
  padding-bottom: 10.9375vw;
  text-align: center;
}
@media screen and (min-width: 641px), print {
  .sec-profile {
    padding-bottom: 70px;
  }
}
.sec-profile .profile__txt {
  font-size: 20px;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 1.95;
  margin-top: 15px;
  margin-top: 2.34375vw;
}
@media screen and (min-width: 641px), print {
  .sec-profile .profile__txt {
    font-size: 20px;
    margin-top: 15px;
  }
}
.sec-profile .sns {
  margin-top: 100px;
  margin-top: 15.625vw;
}
@media screen and (min-width: 641px), print {
  .sec-profile .sns {
    margin-top: 100px;
  }
}
.sec-music {
  background-color: #e62629;
  padding-bottom: 90px;
  padding-bottom: 14.0625vw;
}
@media screen and (min-width: 641px), print {
  .sec-music {
    padding-bottom: 90px;
  }
}
.sec-music .youtube__comingsoon {
  width: 420px;
  width: 65.625vw;
  margin-inline: auto;
  margin-top: 100px;
  margin-top: 15.625vw;
}
@media screen and (min-width: 641px), print {
  .sec-music .youtube__comingsoon {
    width: 420px;
    margin-top: 100px;
  }
}
.sec-music .youtube__txt {
  font-size: 20px;
  font-size: 3.125vw;
  font-weight: bold;
  margin-top: 15px;
  margin-top: 2.34375vw;
  margin-bottom: 15px;
  margin-bottom: 2.34375vw;
  text-align: center;
}
@media screen and (min-width: 641px), print {
  .sec-music .youtube__txt {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.sec-music .youtube__wrap {
  width: 570px;
  width: 89.0625vw;
  margin-inline: auto;
}
@media screen and (min-width: 641px), print {
  .sec-music .youtube__wrap {
    width: 570px;
  }
}

.sec-member .sec-title {
  padding-top: 80px;
  padding-top: 12.5vw;
}
@media screen and (min-width: 641px), print {
  .sec-member .sec-title {
    padding-top: 80px;
  }
}

.sns {
  width: min(560px, 95%);
  margin-inline: auto;
}
@media screen and (min-width: 641px), print {
  .sns {
    width: 560px;
  }
}
.sns .sns-list {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, 3vw, 20px);
  flex-wrap: wrap;
}
.sns .sns-list .sns-list__item {
  flex: 1;
  min-width: 100px;
  max-width: 130px;
}
@media screen and (min-width: 641px), print {
  .sns .sns-list .sns-list__item {
    width: 130px;
    max-width: 130px;
  }
}
@media screen and (max-width: 640.98px) {
  .sns .sns-list .sns-list__item {
    width: calc(25% - 10px);
    min-width: 80px;
  }
}
.sns .sns-list .sns-list__item a {
  display: block;
}
@media screen and (min-width: 1001px), print {
  .sns .sns-list .sns-list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sns .sns-list .sns-list__item a:hover {
    opacity: 0.5;
  }
}

/* l-sns specific styles for desktop navigation */
@media screen and (min-width: 1px), print {
  .l-sns .sns-list {
    width: 100% !important;
    flex-direction: row !important;
    gap: 8px !important;
  }
  .l-sns .sns-list .sns-list__item {
    width: 90px !important;
    max-width: 90px !important;
    margin-bottom: 0 !important;
    flex: none !important;
  }
}/*# sourceMappingURL=style.css.map */
  @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

strong {
  font-weight: bold;
}

a:focus {
  outline: none;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*======================================
　common
=======================================*/
sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

img {
  vertical-align: bottom;
  line-height: 1 !important;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  font-size: 1px;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

img[src*=ebis] {
  display: none;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #fff;
  background-color: #000;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 640.98px) {
  body {
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

a.link {
  color: #f7f8f8;
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

span,
small {
  font-weight: inherit;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

/* inner
-------------------------------------------------------*/
.inner,
.inner_in,
.inner__lg,
.inner__lg_in,
.inner__sm,
.inner__sm_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner,
.inner__lg,
.inner__sm {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 640.98px) {
  .inner,
  .inner__lg,
  .inner__sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner {
  max-width: 1260px;
}

.inner_in {
  max-width: 1200px;
}

.inner__lg {
  max-width: 1460px;
}

.inner__lg_in {
  max-width: 1400px;
}

.inner__sm {
  max-width: 1060px;
}

.inner__sm_in {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 641px), print {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube img,
.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

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

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

/**/
@media screen and (min-width: 1201px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 640.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #04af7a;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-gold {
  color: #7a6338;
}

.c-gold__light {
  color: #ac7f43;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg-common {
  background: linear-gradient(-45deg, #14292f, #727f82);
}

.u-bg-request {
  background: linear-gradient(-45deg, #640000, #a01e1e);
}

.u-bg-reserve {
  background: linear-gradient(-30deg, rgb(178, 132, 54) 0%, rgb(226, 202, 132) 17.2%, rgb(171, 119, 33) 49.78%, rgb(175, 126, 41) 54.95%, rgb(187, 144, 62) 62.82%, rgb(207, 173, 96) 72.34%, rgb(220, 192, 118) 77.68%, rgb(192, 150, 70) 90.8%, rgb(171, 119, 33) 100%);
}

/* 背景
-------------------------------------------------------*/
.u-bg-main {
  background-color: #f0f5f3;
}

.u-bg-sub {
  background-color: #f7f8f8;
}

/* 背景
-------------------------------------------------------*/
.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #f4f4f2;
}

.u-bg-white__grade {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-white__grade--reverse {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-gray__grade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to bottom, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

.u-bg-gray__grade--reverse {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to top, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #04af7a;
}

.border--b {
  border-bottom: 4px solid #04af7a;
}

/* グラデ
-------------------------------------------------------*/
.u-bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

/* add bg
-------------------------------------------------------*/
.u-bg_blue_green {
  background-color: #ecf5f5;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .u3 {
    margin-bottom: 3px;
  }
  .u5 {
    margin-bottom: 5px;
  }
  .u7 {
    margin-bottom: 7px;
  }
  .u10 {
    margin-bottom: 10px;
  }
  .u15 {
    margin-bottom: 15px;
  }
  .u20 {
    margin-bottom: 20px;
  }
  .u25 {
    margin-bottom: 25px;
  }
  .u30 {
    margin-bottom: 30px;
  }
  .u35 {
    margin-bottom: 35px;
  }
  .u40 {
    margin-bottom: 40px;
  }
  .u45 {
    margin-bottom: 45px;
  }
  .u50 {
    margin-bottom: 50px;
  }
  .u55 {
    margin-bottom: 55px;
  }
  .u60 {
    margin-bottom: 60px;
  }
  .u70 {
    margin-bottom: 70px;
  }
  .u80 {
    margin-bottom: 80px;
  }
  .u90 {
    margin-bottom: 90px;
  }
  .u100 {
    margin-bottom: 100px;
  }
  .u110 {
    margin-bottom: 110px;
  }
  .u120 {
    margin-bottom: 120px;
  }
  .u130 {
    margin-bottom: 130px;
  }
  .u140 {
    margin-bottom: 140px;
  }
  .u150 {
    margin-bottom: 150px;
  }
  .u160 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 640.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .u-10 {
    margin-bottom: -10px;
  }
  .u-20 {
    margin-bottom: -20px;
  }
  .u-30 {
    margin-bottom: -30px;
  }
  .u-40 {
    margin-bottom: -40px;
  }
  .u-50 {
    margin-bottom: -50px;
  }
  .u-60 {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 640.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .t5 {
    margin-top: 5px;
  }
  .t7 {
    margin-top: 7px;
  }
  .t10 {
    margin-top: 10px;
  }
  .t15 {
    margin-top: 15px;
  }
  .t20 {
    margin-top: 20px;
  }
  .t25 {
    margin-top: 25px;
  }
  .t30 {
    margin-top: 30px;
  }
  .t40 {
    margin-top: 40px;
  }
  .t50 {
    margin-top: 50px;
  }
  .t60 {
    margin-top: 60px;
  }
  .t70 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 640.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 641px) and (max-width: 1000.98px) {
  .t-5 {
    margin-top: -5px;
  }
  .t-10 {
    margin-top: -10px;
  }
  .t-15 {
    margin-top: -15px;
  }
  .t-20 {
    margin-top: -20px;
  }
  .t-25 {
    margin-top: -25px;
  }
  .t-30 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 640.98px) {
  .t-5 {
    margin-top: -2.5px