@charset "UTF-8";
/* Mixin */
/* base */
html {
  scroll-padding-top: 40px;
  scroll-behavior: smooth;
}
@media screen and (width < 920px) {
  html {
    scroll-padding-top: 15.75vw;
  }
}

body {
  margin: 0;
  font-family: "Roboto", "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #000000;
}

@media screen and ( width >= 920px) {
  main {
    margin-right: -1px;
  }
}

.animated {
  opacity: 0;
}
.animated.scroll-in {
  animation: jump 0.5s cubic-bezier(0.12, 0, 0.39, 0) 1 forwards;
  animation-delay: 0.5s;
}

@keyframes jump {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
#wrap {
  width: 100%;
  overflow: hidden;
}

@media screen and ( width >= 920px) {
  #content {
    position: relative;
    width: 400px;
    margin: 0 auto;
    padding: 40px 0;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    z-index: 1;
    overflow: hidden;
  }
}
@media screen and ( 920px <= width < 1200px) {
  #content {
    margin-left: calc(50% + (50% - 400px) / 2);
  }
}
@media screen and (width < 920px) {
  #content {
    margin-top: 15.75vw;
  }
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
a {
  margin: 0;
  font-weight: 500;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

figure {
  margin: 0;
}

.text--dela {
  font-family: "dela-gothic-one", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text--sonsie {
  font-family: "Sonsie One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.text--10 {
  font-size: 10px;
}
@media screen and (width < 920px) {
  .text--10 {
    font-size: 2.5vw;
  }
}
.text--12 {
  font-size: 12px;
}
@media screen and (width < 920px) {
  .text--12 {
    font-size: 3vw;
  }
}
.text--14 {
  font-size: 14px;
}
@media screen and (width < 920px) {
  .text--14 {
    font-size: 3.5vw;
  }
}
.text--16 {
  font-size: 16px;
}
@media screen and (width < 920px) {
  .text--16 {
    font-size: 4vw;
  }
}
.text--18 {
  font-size: 18px;
}
@media screen and (width < 920px) {
  .text--18 {
    font-size: 4.5vw;
  }
}
.text--20 {
  font-size: 20px;
}
@media screen and (width < 920px) {
  .text--20 {
    font-size: 5vw;
  }
}
.text--24 {
  font-size: 24px;
}
@media screen and (width < 920px) {
  .text--24 {
    font-size: 6vw;
  }
}
.text--28 {
  font-size: 28px;
}
@media screen and (width < 920px) {
  .text--28 {
    font-size: 7%;
  }
}
.text--32 {
  font-size: 32px;
}
@media screen and (width < 920px) {
  .text--32 {
    font-size: 8vw;
  }
}
.text--34 {
  font-size: 34px;
}
@media screen and (width < 920px) {
  .text--34 {
    font-size: 8.5vw;
  }
}
.text--36 {
  font-size: 36px;
}
@media screen and (width < 920px) {
  .text--36 {
    font-size: 9vw;
  }
}
.text--40 {
  font-size: 40px;
}
@media screen and (width < 920px) {
  .text--40 {
    font-size: 10vw;
  }
}
.text--48 {
  font-size: 48px;
}
@media screen and (width < 920px) {
  .text--48 {
    font-size: 12vw;
  }
}
.text--68 {
  font-size: 68px;
}
@media screen and (width < 920px) {
  .text--68 {
    font-size: 17vw;
  }
}
.text--red {
  color: #FF0000;
}
.text--line {
  background-image: linear-gradient(transparent 45%, #FFEE32 0%);
}

.hide {
  opacity: 0;
}

@media screen and (width < 920px) {
  .hidden {
    animation: fade 0.5s ease-in-out forwards;
    pointer-events: none;
  }
  @keyframes fade {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  .visible {
    animation: fadeOut 0.5s ease-in-out forwards;
    pointer-events: all;
  }
  @keyframes fadeOut {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
.btn--external::after {
  display: block;
}

@media screen and (width < 920px) {
  .desktop {
    display: none;
  }
}
/* heading */
[class$=__heading--1],
[class$=__heading--2] {
  text-align: center;
}
[class$=__heading--1] span,
[class$=__heading--2] span {
  display: block;
}

[class*=__heading--en] {
  -webkit-text-stroke: 1.5vw #000000;
  paint-order: stroke;
  text-shadow: 0 1vw 0 #000000, 0 1.25vw 0 #000000, 0 1.5vw 0 #000000;
  color: #FF0000;
}
@media screen and ( width >= 920px) {
  [class*=__heading--en] {
    -webkit-text-stroke: 6px #000000;
    text-shadow: 0 4px 0 #000000, 0 5px 0 #000000, 0 6px 0 #000000;
  }
}

[class*=__heading--jp] {
  font-weight: 700;
}

/* Loader */
#loader-bg-img {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: #FFFFFF;
}

.loader__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  top: 50%;
  width: 100%;
}

.loader__heading {
  text-align: center;
  font-weight: 900;
  margin-bottom: 10px;
}
.loader__heading span {
  display: block;
  color: #FF0000;
}

/* HTML: <div class="loader"></div> */
#loader-circle {
  height: 4px;
  width: 164px;
  --c:no-repeat linear-gradient(#ff0000 0 0);
  background: var(--c), var(--c), #D9D9D9;
  background-size: 60% 100%;
  animation: l16 3s infinite;
}
@media screen and (width < 920px) {
  #loader-circle {
    height: 1vw;
    width: 41vw;
  }
}

@keyframes l16 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
/* Menu */
#menu {
  position: relative;
}
@media screen and (width < 920px) {
  #menu {
    z-index: 2;
  }
}
@media screen and (width < 920px) {
  #menu .menu__btn {
    position: fixed;
    top: 6.75vw;
    right: 6vw;
    z-index: 3;
    width: 12.5vw;
    height: 2.5vw;
    cursor: pointer;
  }
}
@media screen and ( width >= 920px) {
  #menu .menu__btn {
    display: none;
  }
}
@media screen and (width < 920px) {
  #menu .menu__btn span {
    position: absolute;
    width: 12.5vw;
    height: 0;
    padding-bottom: 0.5vw;
    border-radius: 0.5vw;
    background-color: #FFFFFF;
    transition: 0.5s;
  }
  #menu .menu__btn span:nth-of-type(1) {
    top: 0;
  }
  #menu .menu__btn span:nth-of-type(2) {
    bottom: 0;
  }
}
@media screen and (width < 920px) {
  #menu .menu__btn, #menu .menu__btn span {
    display: inline-block;
    box-sizing: border-box;
  }
}
#menu .menu__contain {
  display: block;
  position: fixed;
  width: 73.75vw;
  background-image: url(/common/img/bg__arrow.svg);
  background-color: #FFFFFF;
  background-size: 25vw 25vw;
}
@media screen and ( width >= 920px) {
  #menu .menu__contain {
    width: 100%;
    margin-right: auto;
    background-size: 100px 100px;
  }
}
@media screen and (width < 920px) {
  #menu .menu__contain {
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 0.5s;
    z-index: 3;
  }
}
@media screen and ( width >= 920px) {
  #menu .menu__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    gap: 30px;
    height: 100vh;
    left: calc((100% - 400px) / 4 - 160px);
  }
}
@media screen and ( 920px <= width < 1200px) {
  #menu .menu__inner {
    left: calc((50% - 320px + (50% - 400px) / 2) / 2);
  }
}
@media screen and (width < 920px) {
  #menu .menu__inner {
    transform: translateY(calc(50vh - 50vw));
  }
}
#menu .menu__heading {
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
}
#menu .menu__heading span {
  display: block;
  color: #FF0000;
}
#menu .menu__list {
  list-style: none;
  width: 80vw;
  margin: 7.5vw auto 0;
  padding: 0;
  text-align: center;
}
@media screen and ( width >= 920px) {
  #menu .menu__list {
    width: 320px;
    margin: 0;
  }
}
#menu .menu__list-item a {
  display: block;
  margin-bottom: 5vw;
  padding: 2vw 4vw;
  transition: 0.5s;
  border: 0.5vw solid #000000;
  border-radius: 9999px;
  box-shadow: 0 0.75vw 0 0 #000000;
  color: #000000;
  line-height: 1.25;
}
@media screen and ( width >= 920px) {
  #menu .menu__list-item a {
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 2px solid #000000;
    box-shadow: 0 3px 0 0 #000000;
  }
}
#menu .menu__list-item:nth-of-type(1) a {
  background-color: #FFEE32;
}
#menu .menu__list-item:nth-of-type(2) a {
  background-color: #8FFF78;
}
#menu .menu__list-item:nth-of-type(3) a {
  background-color: #74DAFF;
}
#menu .menu__list-item:nth-of-type(4) a {
  background-color: #FF9538;
}
#menu .menu__list-item:nth-of-type(5) {
  margin-bottom: 0;
}
#menu .menu__list-item:nth-of-type(5) a {
  background-color: #D494FF;
}
#menu .menu__list-item:nth-of-type(6) {
  margin-bottom: 0;
}
#menu .menu__list-item:nth-of-type(6) a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF0000;
  color: #FFFFFF;
  gap: 4px;
}
#menu .menu__list-item:nth-of-type(6) a::after {
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-top: 2px;
  background-image: url(/common/img/icon__entry--white.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (width < 920px) {
  #menu .menu__list-item:nth-of-type(6) {
    display: none;
  }
}
#menu .menu__flow-text--top .flow-text {
  transform: rotate(8deg);
}
#menu .menu__flow-text--bottom .flow-text {
  transform: rotate(-8deg);
}
@media screen and ( width >= 920px) {
  #menu .menu__flow-text--top .flow-text {
    top: 110px;
  }
  #menu .menu__flow-text--bottom .flow-text {
    bottom: 110px;
  }
}
@media screen and (width < 920px) {
  #menu .menu__flow-text--top .flow-text {
    top: -100vh;
  }
  #menu .menu__flow-text--bottom .flow-text {
    bottom: -100vh;
  }
}
#menu .flow-text {
  position: fixed;
  z-index: 4;
  background-color: #FF0000;
  box-shadow: 0 0.75vw 0 0 #74DAFF;
  color: #FFFFFF;
  transition: 0.5s;
}
@media screen and ( width >= 920px) {
  #menu .flow-text {
    width: 50%;
    left: 0;
    box-shadow: 0 3px 0 0 #74DAFF;
    z-index: 1;
  }
}
@media screen and ( 920px <= width < 1200px) {
  #menu .flow-text {
    width: 75%;
  }
}
#menu .flow-text__wrap {
  animation: loop-text 10s linear infinite;
}
#menu.open .menu__contain {
  top: 0;
}
#menu.open .menu__btn {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 74px;
  height: 34px;
  margin-top: 0;
  background-color: #FF0000;
  border: 2px solid #000000;
  border-radius: 9999px;
  box-shadow: 0 3px 0 0 #000000;
}
#menu.open .menu__btn span {
  top: 14px;
  width: 50px;
  padding-bottom: 2px;
  border-radius: 2px;
}
#menu.open .menu__btn span:nth-of-type(1) {
  right: calc(50% - 25px);
  transform: rotate(-10deg);
}
#menu.open .menu__btn span:nth-of-type(2) {
  left: calc(50% - 25px);
  transform: rotate(10deg);
}
@media screen and (width < 920px) {
  #menu.open .menu__flow-text--top .flow-text {
    top: 17vw;
  }
  #menu.open .menu__flow-text--bottom .flow-text {
    bottom: 17vw;
  }
}
@media screen and (480px <= width < 920px) {
  #menu.open .menu__flow-text--top .flow-text {
    top: 2vw;
  }
  #menu.open .menu__flow-text--bottom .flow-text {
    bottom: 0vw;
  }
}
#menu.open .flow-text {
  display: block;
  left: -3vw;
}

/* header */
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100vw;
  padding: 3vw;
  background-color: #000000;
  z-index: 2;
}
@media screen and ( width >= 920px) {
  .header {
    position: static;
    width: auto;
    padding: 0;
    background-color: transparent;
  }
}
.header__heading--root {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.header__entry {
  position: absolute;
  display: flex;
  top: calc(50% - 3.75vw);
  right: 24vw;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  color: #FF0000;
}
@media screen and ( width >= 920px) {
  .header__entry {
    display: none;
  }
}
.header__entry::after {
  width: 3.75vw;
  height: 4.5vw;
  margin-top: 2vw;
  margin-left: 1.25vw;
  background-image: url(/common/img/icon__entry.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

[class^=header__heading] {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #FFFFFF;
}
@media screen and ( width >= 920px) {
  [class^=header__heading] {
    display: none;
  }
}
[class^=header__heading] span {
  display: block;
  color: #FF0000;
}

@media screen and (width < 920px) {
  .desktop {
    display: none;
  }
}
.desktop__logo {
  display: block;
  position: fixed;
  top: 50%;
  right: calc((100% - 400px) / 4 - 100px);
  width: 200px;
  height: 105px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/common/img/logo.webp);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

/* entry */
.entry {
  position: relative;
  overflow: hidden;
  margin-top: -40vw;
  padding-bottom: 34vw;
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .entry {
    margin-top: -160px;
    padding-bottom: 136px;
  }
}
.entry__bg {
  position: absolute;
  width: 150vw;
  height: 100%;
  top: 0;
  left: -25vw;
  background-color: #FFFFFF;
  border-top-left-radius: 75vw;
  border-top-right-radius: 75vw;
  background-image: url(/common/img/bg__entry.svg);
  background-size: 25vw 25vw;
  z-index: -1;
}
@media screen and ( width >= 920px) {
  .entry__bg {
    width: 600px;
    left: -100px;
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    background-size: 100px 100px;
  }
}
.entry__circle {
  position: relative;
  width: 100vw;
  height: 40vw;
  background-image: url(/common/img/entry__circle.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and ( width >= 920px) {
  .entry__circle {
    width: 400px;
    height: 160px;
  }
}
.entry__circle--text {
  display: block;
  position: absolute;
  top: 3.75vw;
  left: 50vw;
  width: 142.5vw;
  height: 142.5vw;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(/common/img/entry__circle--text.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  animation: rotateAnimation 30s linear infinite;
}
@media screen and ( width >= 920px) {
  .entry__circle--text {
    top: 15px;
    left: 200px;
    width: 570px;
    height: 570px;
  }
}
@keyframes rotateAnimation {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
.entry__heading--2 {
  margin-top: -10vw;
}
@media screen and ( width >= 920px) {
  .entry__heading--2 {
    margin-top: -40px;
  }
}
.entry [class*=__company] {
  display: block;
  width: 73.75vw;
  height: 16.5vw;
  margin: 7.5vw auto 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and ( width >= 920px) {
  .entry [class*=__company] {
    width: 295px;
    height: 66px;
    margin: 30px auto 0;
  }
}
.entry__company--kanto {
  background-image: url(/common/img/entry__company--kanto.svg);
}
.entry__company--chuo {
  background-image: url(/common/img/entry__company--chuo.svg);
}
.entry__company--tokai {
  background-image: url(/common/img/entry__company--tokai.svg);
}
.entry__company--kensetsu {
  background-image: url(/common/img/entry__company--kensetsu.svg);
}
.entry [class*=__wrap] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 88vw;
  height: 88.25vw;
  padding-top: 22.5vw;
  background-image: url(/common/img/entry__wrap.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and ( width >= 920px) {
  .entry [class*=__wrap] {
    width: 352px;
    height: 353px;
    padding-top: 90px;
  }
}
.entry__heading--3 {
  width: 56vw;
  color: #FFFFFF;
  -webkit-text-stroke: 1vw #000000;
  paint-order: stroke;
  text-shadow: 0 0.75vw 0 #000000, 0 1vw 0 #000000, 0 1.25vw 0 #000000;
}
@media screen and ( width >= 920px) {
  .entry__heading--3 {
    width: 224px;
    -webkit-text-stroke: 4px #000000;
    text-shadow: 0 3px 0 #000000, 0 4px 0 #000000, 0 5px 0 #000000;
  }
}
.entry__address {
  width: 56vw;
  margin-top: 2.5vw;
  font-weight: 900;
  color: #FFFFFF;
}
@media screen and ( width >= 920px) {
  .entry__address {
    width: 224px;
    margin-top: 10px;
  }
}
.entry__btn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: -2vw;
  width: 63.75vw;
  height: 22.5vw;
  font-weight: 900;
  color: #000000;
  text-align: center;
  background-color: #FFEE32;
  border: 0.5vw solid #000000;
  box-shadow: 0 1.5vw 0 #000000;
  border-radius: 9999px;
  line-height: 1.3;
}
@media screen and ( width >= 920px) {
  .entry__btn {
    bottom: -8px;
    width: 255px;
    height: 90px;
    border: 2px solid #000000;
    box-shadow: 0 6px 0 #000000;
  }
}
.entry__btn::before, .entry__btn::after {
  position: absolute;
  content: "";
}
.entry__btn::before {
  height: 4.25vw;
  width: 3.5vw;
  top: -4.2vw;
  background-color: #000000;
}
@media screen and ( width >= 920px) {
  .entry__btn::before {
    height: 17px;
    width: 14px;
    top: -20%;
  }
}
.entry__btn::after {
  height: 4.25vw;
  width: 3.5vw;
  top: -3vw;
  background-color: #FFEE32;
}
@media screen and ( width >= 920px) {
  .entry__btn::after {
    height: 17px;
    width: 14px;
    top: -12px;
  }
}
.entry__btn span {
  display: block;
  color: #FFFFFF;
  -webkit-text-stroke: 1.5vw #000000;
  paint-order: stroke;
}
@media screen and ( width >= 920px) {
  .entry__btn span {
    -webkit-text-stroke: 6px #000000;
  }
}
.entry [class*=__img] {
  position: absolute;
  width: 40vw;
  height: 40vw;
  bottom: 3vw;
}
@media screen and ( width >= 920px) {
  .entry [class*=__img] {
    width: 160px;
    height: 160px;
    bottom: 12px;
  }
}
.entry [class*=__img] img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 2vw 2vw 0 #8FFF78;
}
@media screen and ( width >= 920px) {
  .entry [class*=__img] img {
    box-shadow: 8px 8px 0 #8FFF78;
  }
}
.entry__wrap--1 [class*=__img], .entry__wrap--3 [class*=__img] {
  right: 0;
}
.entry__wrap--1 .entry__btn, .entry__wrap--3 .entry__btn {
  margin-right: 22.5vw;
  transform: rotate(10deg);
}
@media screen and ( width >= 920px) {
  .entry__wrap--1 .entry__btn, .entry__wrap--3 .entry__btn {
    margin-right: 90px;
  }
}
.entry__wrap--1 .entry__btn::before, .entry__wrap--1 .entry__btn::after, .entry__wrap--3 .entry__btn::before, .entry__wrap--3 .entry__btn::after {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.entry__wrap--1 .entry__btn::before, .entry__wrap--3 .entry__btn::before {
  left: 16.9vw;
}
@media screen and ( width >= 920px) {
  .entry__wrap--1 .entry__btn::before, .entry__wrap--3 .entry__btn::before {
    left: 17%;
  }
}
.entry__wrap--1 .entry__btn::after, .entry__wrap--3 .entry__btn::after {
  left: 16.5vw;
}
@media screen and ( width >= 920px) {
  .entry__wrap--1 .entry__btn::after, .entry__wrap--3 .entry__btn::after {
    left: 16.5%;
  }
}
.entry__wrap--2, .entry__wrap--3 {
  margin: 15vw auto 0;
}
@media screen and ( width >= 920px) {
  .entry__wrap--2, .entry__wrap--3 {
    margin: 60px auto 0;
  }
}
.entry__wrap--1 {
  margin: 0 auto;
}
.entry__wrap--2 .entry__heading--3 {
  text-align: right;
}
.entry__wrap--2 .entry__address {
  text-align: right;
}
.entry__wrap--2 [class*=__img] {
  left: 0;
}
.entry__wrap--2 .entry__btn {
  margin-left: 22.5vw;
  transform: rotate(-10deg);
}
@media screen and ( width >= 920px) {
  .entry__wrap--2 .entry__btn {
    margin-left: 90px;
  }
}
.entry__wrap--2 .entry__btn::before, .entry__wrap--2 .entry__btn::after {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.entry__wrap--2 .entry__btn::before {
  right: 16.9vw;
}
@media screen and ( width >= 920px) {
  .entry__wrap--2 .entry__btn::before {
    right: 17%;
  }
}
.entry__wrap--2 .entry__btn::after {
  right: 16.5vw;
}
@media screen and ( width >= 920px) {
  .entry__wrap--2 .entry__btn::after {
    right: 16.5%;
  }
}
.entry__list {
  margin-top: 20vw;
}
@media screen and ( width >= 920px) {
  .entry__list {
    margin-top: 80px;
  }
}
.entry__list-item:nth-child(1) a {
  background-color: #8FFF78;
}
.entry__list-item:nth-child(2) a {
  margin-top: 7.5vw;
  background-color: #74DAFF;
}
@media screen and ( width >= 920px) {
  .entry__list-item:nth-child(2) a {
    margin-top: 30px;
  }
}
.entry__list-item a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 4vw 5vw;
  border: 0.5vw solid #000000;
  border-radius: 2.5vw;
  box-shadow: 0 0.75vw 0 #000000;
  color: #000000;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and ( width >= 920px) {
  .entry__list-item a {
    padding: 16px 20px;
    border: 2px solid #000000;
    border-radius: 10px;
    box-shadow: 0 3px 0 #000000;
  }
}
.entry__list-item a::after {
  position: relative;
  display: inline-block;
  width: 6vw;
  height: 6vw;
  top: 1vw;
  margin-left: 1vw;
  background-image: url(/common/img/icon__external--black.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
@media screen and ( width >= 920px) {
  .entry__list-item a::after {
    width: 24px;
    height: 24px;
    top: 4px;
    margin-left: 4px;
  }
}

/* footer */
.footer {
  position: relative;
  margin-top: -15vw;
  padding: 30vw 0 8vw;
  background-color: #000000;
  -webkit-clip-path: polygon(0% 0%, 100% 11%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 11%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media screen and ( width >= 920px) {
  .footer {
    margin-top: -60px;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 120px 0 32px;
  }
}
.footer .flow-text {
  position: absolute;
  top: 7.25vw;
  background-color: #FF0000;
  color: #FFFFFF;
  transform: rotate(8deg);
}
@media screen and ( width >= 920px) {
  .footer .flow-text {
    top: 29px;
  }
}
.footer .menu__heading {
  text-align: center;
  line-height: 1.5;
  color: #FFFFFF;
}
.footer .menu__heading span {
  display: block;
  color: #FF0000;
}
.footer .menu__list {
  margin-top: 10vw;
}
@media screen and ( width >= 920px) {
  .footer .menu__list {
    margin-top: 40px;
  }
}
.footer .menu__list-item {
  margin-bottom: 5vw;
  text-align: center;
}
@media screen and ( width >= 920px) {
  .footer .menu__list-item {
    margin-bottom: 20px;
  }
}
.footer .menu__list-item:last-child {
  margin-bottom: 0;
}
.footer .menu__list-item a {
  font-weight: 500;
  color: #FFFFFF;
}
.footer .copy {
  margin-top: 10vw;
  text-align: center;
  color: #FFFFFF;
}
@media screen and ( width >= 920px) {
  .footer .copy {
    margin-top: 40px;
  }
}

/* flowText */
.flow-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 110vw;
  margin-left: -5vw;
  padding: 2.5vw 0;
  border-top: 0.5vw solid #000000;
  border-bottom: 0.5vw solid #000000;
}
@media screen and ( width >= 920px) {
  .flow-text {
    width: 110%;
    margin-left: -20px;
    padding: 10px 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
.flow-text__wrap {
  display: flex;
  animation: loop-text 15s linear infinite;
}
.flow-text__content {
  display: inline-block;
  white-space: nowrap;
  margin-right: 2.5vw;
  font-weight: 900;
  line-height: 1.25;
}
@media screen and ( width >= 920px) {
  .flow-text__content {
    margin-right: 10px;
  }
}

.flow-top,
.flow-bottom {
  position: fixed;
  z-index: 2;
}
@media screen and (width < 920px) {
  .flow-top,
  .flow-bottom {
    display: none;
  }
}
.flow-top .flow-text,
.flow-bottom .flow-text {
  width: 100%;
  margin-left: 0;
  padding: 10px 0;
  border: none;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  line-height: 1.5;
}
.flow-top .flow-text__wrap,
.flow-bottom .flow-text__wrap {
  animation: loop-text 30s linear infinite;
}

.flow-top {
  top: 0;
}

.flow-bottom {
  bottom: 0;
}

@keyframes loop-text {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}/*# sourceMappingURL=common.css.map */