@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300&family=Vollkorn&display=swap");
@-webkit-keyframes arrow {
  0% {
    height: 0%;
  }
  100% {
    height: 160px;
  }
}
@keyframes arrow {
  0% {
    height: 0%;
  }
  100% {
    height: 160px;
  }
}

@-webkit-keyframes arrowMedia {
  0% {
    height: 0%;
  }
  100% {
    height: 100px;
  }
}

@keyframes arrowMedia {
  0% {
    height: 0%;
  }
  100% {
    height: 100px;
  }
}

@-webkit-keyframes arrowMedia2 {
  0% {
    height: 0%;
  }
  100% {
    height: 50px;
  }
}

@keyframes arrowMedia2 {
  0% {
    height: 0%;
  }
  100% {
    height: 50px;
  }
}

@-webkit-keyframes border {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes border {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes float {
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes float {
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes textAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes textAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.animationText span {
  display: inline-block;
  -webkit-animation: textAnimation 1s backwards;
          animation: textAnimation 1s backwards;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.textFloat {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.textFloat.show {
  opacity: 1;
  -webkit-transform: translate(0%);
          transform: translate(0%);
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.header {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fff;
  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;
}

.header svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header svg.show {
  opacity: 0;
}

.header .header-container {
  opacity: 0;
  -webkit-transition: 3s;
  transition: 3s;
  font-weight: bold;
  position: relative;
}

.header .header-container.show {
  opacity: 1;
}

.header .header-container p {
  font-size: 20px;
  padding: 20px 0;
}

.header .header-container h2 {
  text-align: right;
}

.header-sns {
  position: fixed;
  right: -4%;
  top: 20%;
  z-index: 10;
}

.header-sns a {
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.header-sns a:first-of-type {
  margin-top: 100px;
  margin-bottom: 20px;
}

.header-sns a:hover {
  opacity: 0.7;
}

.header-sns a img {
  width: 30%;
  text-align: center;
  display: block;
  cursor: pointer;
}

.header-sns a:nth-of-type(3) {
  margin-top: 30px;
  padding-top: 5px;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #333;
}

.header-sns p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  font-size: 20px;
  margin-left: 3px;
}

.header-sns p::after {
  content: '';
  position: absolute;
  border-right: 1px solid #333;
  height: 65px;
  left: 50%;
  bottom: -125%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.headerAnimation-box {
  width: 80%;
  margin: 7rem auto 0 auto;
  height: 500px;
  position: relative;
  border: 3px solid #333;
}

.headerAnimation-box .headerAnimation-box-text {
  -webkit-animation: 3s float infinite;
          animation: 3s float infinite;
}

.headerAnimation-box .headerAnimation-box-text img {
  width: 100%;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(1) {
  top: -15%;
  width: 100px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  font-size: 0.4em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(2) {
  bottom: -5%;
  left: 0;
  width: 100px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(3) {
  right: -5%;
  bottom: -15%;
  width: 250px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(4) {
  top: 0;
  right: 0;
  width: 200px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(5) {
  bottom: 30%;
  right: 0%;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  font-size: 11px;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(6) {
  bottom: -5%;
  left: 10%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  width: 100px;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(7) {
  top: 20%;
  right: 50%;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  font-size: 0.7em;
  width: 170px;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(6) {
  bottom: -5%;
  left: 10%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  width: 100px;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(7) {
  top: 20%;
  right: 50%;
  width: 170px;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  font-size: 0.7em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(8) {
  right: 80%;
  bottom: 10%;
  width: 400px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(9) {
  bottom: 0;
  right: 20%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  font-size: 0.8em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(10) {
  top: -10%;
  right: 0;
  width: 100px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  font-size: 0.8em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(11) {
  top: 10%;
  right: 22%;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  width: 350px;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(12) {
  bottom: 0;
  left: 50%;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
  width: 140px;
  font-size: 0.7em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(13) {
  bottom: 10%;
  left: 22%;
  width: 150px;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
  font-size: 0.7em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(14) {
  top: 0%;
  left: 50%;
  width: 70px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  font-size: 0.7em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(15) {
  top: -20%;
  right: 60%;
  width: 300px;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(16) {
  top: 50%;
  right: 20%;
  width: 110px;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  font-size: 0.7em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(17) {
  bottom: -20%;
  right: 50%;
  width: 220px;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
  font-size: 1.2em;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(18) {
  top: 20%;
  right: 10%;
  width: 180px;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(19) {
  top: 20%;
  left: 17%;
  width: 230px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(20) {
  top: -15%;
  right: 20%;
  width: 130px;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(21) {
  top: -35%;
  right: 50%;
  width: 350px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.headerAnimation-box .headerAnimation-box-text:nth-of-type(21) p {
  color: #e05151;
  font-size: 40px;
  white-space: nowrap;
  font-weight: 900;
}

.headerAnimation-box-text {
  position: absolute;
  width: 100px;
}

.headerAnimation-box-text img {
  display: block;
  width: 100%;
  position: relative;
}

.headerAnimation-box-text-word {
  position: absolute;
  width: 80%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.headerAnimation-box-text-word p {
  text-align: center;
  color: #333;
  font-weight: bold;
}

.headerAnimation img {
  display: block;
  width: 100%;
  height: 100%;
}

.headerAnimation-bar {
  height: 100px;
  width: 100%;
  background: #e05151;
  margin-bottom: 70px;
  position: relative;
}

.headerAnimation-sns {
  position: fixed;
  right: -4%;
  top: 20%;
  z-index: 10;
}

.headerAnimation-sns a {
  text-decoration: none;
  display: block;
  font-weight: bold;
}

.headerAnimation-sns a:first-of-type {
  margin-top: 100px;
  margin-bottom: 20px;
}

.headerAnimation-sns a:hover {
  opacity: 0.7;
}

.headerAnimation-sns a img {
  width: 30%;
  text-align: center;
  display: block;
  cursor: pointer;
}

.headerAnimation-sns a:nth-of-type(3) {
  margin-top: 30px;
  padding-top: 5px;
  font-weight: bold;
  position: relative;
  border-top: 2px solid #333;
}

.headerAnimation-sns p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  font-size: 20px;
  margin-left: 3px;
  font-weight: bold;
}

.headerAnimation-sns p::after {
  content: '';
  position: absolute;
  border-right: 1px solid #333;
  height: 65px;
  left: 50%;
  bottom: -125%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.profile .main-text::before {
  content: '01';
}

.profile-container {
  position: relative;
}

.profile-container-mask {
  width: 100vw;
  height: 60%;
  position: absolute;
  background: #fff;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.8;
}

.profile-container-name {
  font-size: 60px;
  display: inline-block;
  letter-spacing: 10px;
  position: relative;
}

.profile-container-name::after {
  content: '';
  position: absolute;
  width: 130%;
  border-bottom: #e05151 2px solid;
  left: 0;
  bottom: 0;
}

.profile-container-alphabet {
  letter-spacing: 10px;
  margin: 1rem 0;
  color: #aaa;
}

.profile-container-text {
  font-weight: bold;
  width: 50%;
  line-height: 2;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.skill .main-text::before {
  content: '02';
}

.skill-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.skill-container .skill-container-inner.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.skill-container-inner {
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: 1s;
  transition: 1s;
  width: 40%;
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin: 2rem;
  padding: 10px 10px 15px 10px;
}

.skill-container-inner h2 {
  width: 80%;
  margin: 2rem auto 1rem auto;
  padding-bottom: 3px;
  text-align: center;
  font-weight: bold;
  border-bottom: 3px #333 solid;
  font-size: 1.2rem;
}

.skill-container-inner p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}

.skill-container-inner .sub-title {
  background: #e05151;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: -7%;
  left: 5%;
  font-size: 1.2rem;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.work .main-text::before {
  content: '03';
}

.work-inner {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background: #fff;
}

.work-inner-text {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.work-inner-text p {
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.work-container {
  padding: 5rem 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem 2.5rem;
  position: relative;
  overflow: hidden;
}

.work-container.show {
  overflow: visible;
}

.work-container.show::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.work-container::after {
  content: '';
  opacity: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  background: #e05151;
  width: 100vw;
  height: 110%;
  z-index: -1;
  top: 0%;
}

.work-container-img {
  -webkit-box-shadow: 5px 5px 5px 5px;
          box-shadow: 5px 5px 5px 5px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  width: 30%;
  position: relative;
  overflow: hidden;
}

.work-container-img.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.work-container-img:hover .work-container-img-text {
  top: 0;
}

.work-container-img-text {
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.work-container-img-text h1 {
  color: #fff;
  margin: 2rem 0 1rem 0;
  font-size: 15px;
  position: relative;
}

.work-container-img-text h1::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 70%;
  height: 40%;
  left: 50%;
  bottom: 0;
  z-index: -1;
  opacity: 0.9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.work-container-img-text p {
  color: #ddd;
  width: 80%;
  margin: 5px auto 0 auto;
  font-size: 12px;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.hobby .main-text::before {
  content: '04';
}

.hobby-container {
  width: 100vw;
  background: #fff;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 5rem;
  padding-bottom: 2rem;
}

.hobby-container img {
  width: 30%;
  position: absolute;
  bottom: 35%;
  right: 15%;
}

.hobby-container-text :nth-child(2) {
  color: #aaa;
  padding-bottom: 0.5rem;
}

.hobby-container-text p {
  font-weight: bold;
}

.hobby-container-text p:not(:nth-child(2)) {
  padding: 5px;
}

.hobby-container-img {
  margin-top: auto;
  position: relative;
}

.hobby-container-img .text {
  font-size: large;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
}

.hobby-container-img .text::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #333;
  bottom: -20%;
  width: 100%;
}

.hobby-container-img .text .smallText {
  color: #aaa;
}

.hobby-container-img .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1rem;
}

.hobby-container-img p {
  width: 30%;
  font-size: 18px;
}

.hobby-container-img p:nth-of-type(1)::before {
  content: '\f79f';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 1rem;
}

.hobby-container-img p:nth-of-type(2)::before {
  content: '\f44b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 1rem;
}

.hobby-container-img p:nth-of-type(3)::before {
  content: '\f02d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 1rem;
}

.hobby-container-img p:nth-of-type(4)::before {
  content: '\f2cd';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 1rem;
}

.hobby-container-img p:nth-of-type(5)::before {
  content: '\f434';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  padding-right: 1rem;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.book .main-text::before {
  content: '05';
}

.book-container {
  position: relative;
  background: #fff;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 2rem 0;
}

.book-container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10rem;
}

.book-container-inner-img {
  width: 20%;
  margin-top: 2rem;
}

.book-container-inner-text h1 {
  font-size: 3rem;
}

.book-container-inner-text p {
  font-weight: bold;
}

.book-container-inner-text p:not(:nth-of-type(1)) {
  padding-top: 5px;
}

.book-selection {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.book-selection-inner {
  width: 25%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

.book-selection-inner.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.book-selection-inner span,
.book-selection-inner img {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.book-selection-inner span:not(span),
.book-selection-inner img:not(span) {
  margin-top: 2rem;
  -webkit-box-shadow: 5px 5px 5px 5px;
          box-shadow: 5px 5px 5px 5px;
}

.book-selection-inner .bookName {
  margin-top: 1rem;
  font-size: 14px;
  position: relative;
  font-weight: bold;
}

.book-selection-inner .bookName::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 60%;
  height: 40%;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.8;
  z-index: -1;
}

.book-selection-inner .bookUser {
  font-size: 0.9rem;
  margin-top: 0.6rem;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

.footer {
  width: 100vw;
  background: #e05151;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.footer-text {
  display: inline-block;
  position: absolute;
  left: 10%;
  top: 20px;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 25px;
  background: #fff;
}

.footer-container {
  width: 50%;
  margin: 0px auto 0 auto;
  padding-top: 70px;
}

.footer-container span {
  color: #fff;
  display: block;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.footer-container .email {
  position: relative;
}

.footer-container .email::before {
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  padding-right: 1rem;
}

.footer-container .tell {
  position: relative;
}

.footer-container .tell::before {
  content: '\f095';
  font-family: 'Font Awesome 5 Free';
  font-weight: 800;
  padding-right: 1rem;
}

.red-text {
  color: #e05151;
}

.bar {
  width: 100vw;
  height: 120px;
  background: #e05151;
}

.copy {
  text-align: center;
  margin-top: 6rem;
  font-size: 10px;
}

.border {
  -webkit-animation: arrow infinite 1.5s;
          animation: arrow infinite 1.5s;
  position: absolute;
  width: 2px;
  height: 160px;
  background: #333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 5rem 0;
}

.main-text {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 70px;
  margin: 5rem 0;
  margin-top: 20rem;
  letter-spacing: 1rem;
  text-indent: 1rem;
  font-weight: bold;
}

.main-text.show {
  opacity: 1;
}

.main-text::after {
  content: '';
  position: absolute;
  background: #fdf141;
  width: 120%;
  height: 25%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
}

.main-text::before {
  content: '';
  position: absolute;
  top: -30%;
  color: #e05151;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 22px;
  letter-spacing: 0.2rem;
}

.sub-text {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-indent: 0.2rem;
  margin: 2rem 0;
}

.sub-text::after {
  content: '';
  position: absolute;
  background: #e05151;
  width: 100%;
  height: 20%;
  bottom: 10%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
}

@media screen and (max-width: 480px) {
  .main-text {
    font-size: 33px;
    margin: 4rem auto 2rem auto;
  }
  .main-text::after {
    width: 100%;
  }
  .main-text::before {
    top: -60%;
  }
  .main-text:not(.mediaText) {
    margin-top: 13rem;
  }
  .sub-text {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 1rem 0;
    font-size: 18px;
  }
  .bar {
    height: 80px;
  }
  .border {
    -webkit-animation: arrowMedia infinite 1.5s;
            animation: arrowMedia infinite 1.5s;
    margin: 3rem 0;
  }
  .border-none {
    display: none;
  }
  .header svg {
    width: 80%;
    margin: 0 auto;
  }
  .header .header-container {
    padding: 0 10px;
  }
  .header .header-container p {
    font-size: 13px;
    text-align: center;
    padding: 0 0 20px 0;
    white-space: nowrap;
  }
  .header .header-container h2 {
    font-size: large;
    margin: 10px 30px 0 0;
  }
  .headerAnimation .headerAnimation-box {
    display: none;
  }
  .headerAnimation .headerAnimation-sns {
    padding: 0 0 5px 5px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    width: 60%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 2%;
    left: 2%;
  }
  .headerAnimation .headerAnimation-sns p {
    font-size: 8px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding: 13px 70px 0 0;
  }
  .headerAnimation .headerAnimation-sns p::after {
    content: none;
  }
  .headerAnimation .headerAnimation-sns p::before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #333;
    width: 50px;
    right: 10%;
    bottom: 40%;
  }
  .headerAnimation .headerAnimation-sns a {
    text-align: center;
    margin: 0;
    padding: 0px 5px;
    font-size: 8px;
    font-weight: 600;
  }
  .headerAnimation .headerAnimation-sns a img {
    width: 20px;
    height: 20px;
    margin: 3px auto 0 auto;
  }
  .headerAnimation .headerAnimation-sns a:nth-of-type(3) {
    border: none;
    margin-top: 0;
  }
  .profile .profile-container-name {
    font-size: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .profile .profile-container-name::after {
    width: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .profile .profile-container-alphabet {
    text-align: center;
  }
  .profile .profile-container-text {
    width: 100%;
    font-size: 13px;
  }
  .skill {
    display: inline-block;
  }
  .skill-container {
    position: relative;
  }
  .skill-container-inner {
    width: 100%;
    margin: 40px 0;
  }
  .skill-container-inner:nth-of-type(4) {
    margin-bottom: 10px;
  }
  .skill-container-inner h2 {
    font-size: 15px;
    margin: 10px auto 10px auto;
    white-space: nowrap;
  }
  .skill-container-inner p {
    width: 100%;
    padding: 10px;
    font-size: 0.9em;
  }
  .skill-container-inner .sub-title {
    padding: 5px;
    font-size: 16px;
  }
  .work .work-inner-text {
    width: 90%;
    font-size: 11px;
  }
  .work .work-inner-text p {
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .work .work-container {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 2rem 0 8rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4rem 4rem;
    overflow: hidden;
  }
  .work .work-container-img {
    width: 30%;
    overflow: visible;
    position: relative;
  }
  .work .work-container-img:hover {
    pointer-events: none;
  }
  .work .work-container-img:hover .work-container-img-text {
    pointer-events: none;
  }
  .work .work-container-img:not(.textMedia) {
    margin-top: 100px;
  }
  .work .work-container-img-text {
    top: 0px;
    left: 0px;
    bottom: 100px;
    -webkit-transition: none;
    transition: none;
    z-index: -1;
    background: none;
    width: 100%;
  }
  .work .work-container-img-text .box {
    margin-top: 10px;
    width: 100%;
  }
  .work .work-container-img-text .box .textTop {
    margin-top: 100px;
  }
  .work .work-container-img-text .box p {
    font-weight: bold;
    -webkit-transform: translate(60px, 100px);
            transform: translate(60px, 100px);
    font-size: 10px;
    text-align: left;
    width: 110%;
    margin: 0 auto;
    white-space: normal;
  }
  .work .work-container-img-text .size {
    color: #333;
    padding-top: 10px;
    white-space: normal;
    font-size: 5px;
  }
  .work .work-container-img-text h1 {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 10px;
    margin: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    letter-spacing: 2px;
  }
  .work .work-container-img-text h1::after {
    content: none;
  }
  .hobby-container {
    padding-bottom: 20px;
    display: block;
  }
  .hobby-container img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
    bottom: 13%;
  }
  .hobby-container-text {
    padding-bottom: 50px;
  }
  .hobby-container-text p {
    font-size: 10px;
    text-align: center;
  }
  .hobby-container-img {
    padding: 0 20px;
  }
  .hobby-container-img .text {
    margin-top: 140px;
  }
  .hobby-container-img .text h2 {
    text-align: center;
  }
  .hobby-container-img .icon {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .hobby-container-img .icon p {
    font-size: 12px;
    white-space: nowrap;
    width: 100%;
    padding-top: 5px;
  }
  .hobby-container-img .icon p::before {
    padding-right: 3px;
  }
  .book-container-inner {
    display: block;
    position: relative;
  }
  .book-container-inner-img {
    position: absolute;
    margin-top: 1rem;
    left: 15%;
    top: -10%;
  }
  .book-container-inner-text h1 {
    text-align: center;
    font-size: 30px;
  }
  .book-container-inner-text p {
    font-size: 10px;
    text-align: center;
  }
  .book-container-inner-text .sub-text {
    font-size: 15px;
  }
  .book-selection {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px 30px;
    margin-top: 30px;
  }
  .book-selection-inner {
    width: 45%;
  }
  .book-selection-inner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .book-selection-inner .bookName {
    font-size: 13px;
    white-space: nowrap;
  }
  .book-selection-inner .bookName::after {
    width: 100%;
  }
  .book-selection-inner .bookUser {
    font-size: 11px;
    white-space: nowrap;
    font-weight: bold;
  }
  .copy {
    margin-top: 30px;
  }
  .footer-text {
    font-size: 15px;
    left: 33%;
    top: 20%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 5px;
    padding: 5px 10px;
  }
  .footer-container {
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .footer-container span {
    font-size: 12px;
    width: 90%;
    padding-top: 5px;
  }
}

body {
  background: #f9f6e7;
  font-family: 'Noto Sans JP', sans-serif;
}

body main {
  width: 80%;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */