@charset "UTF-8";
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* レスポンシブデザインの設定 */
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .is-sp {
    display: none;
  }
}
@font-face {
  font-family: "yumincho";
  src: url("../font/游明朝/yumin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yumincho";
  src: url("../font/游明朝/yumindb.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "yumincho";
  src: url("../font/游明朝/yuminl.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ========================================================
common
=========================================================*/
body {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

/* ========================================================
fv
=========================================================*/
.fv__img01 {
  overflow: hidden;
}

.count_num {
  font-family: "yumincho", sans-serif;
  font-size: 36px;
  font-weight: 600;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EE1C25;
  color: #fff;
}
.count_num span {
  display: inline-block;
  width: 35px;
  text-align: right;
}
@media (max-width: 768px) {
  .count_num {
    height: 48px;
    font-size: 28px;
  }
  .count_num span {
    width: 29px;
  }
}

.fv__img01 {
  position: relative;
}

.fv__text01 {
  position: absolute;
  top: 19.1%;
  right: 0px;
  width: 92.6%;
}

.fv_text02 {
  position: absolute;
  top: 38.6%;
  right: 1%;
  width: 19%;
}

.fv__scroll {
  -webkit-animation: bgscroll 4000s linear infinite;
          animation: bgscroll 4000s linear infinite;
  position: absolute;
  top: 70.1%;
  right: 0px;
  background: url(../images/scroll_img.png) repeat-x center center/100%;
  aspect-ratio: 3923/978;
  width: 217%;
}

@media screen and (max-width: 500px) {
  .fv__scroll {
    -webkit-animation: bgscroll 8000s linear infinite;
            animation: bgscroll 8000s linear infinite;
  }
}
@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -192000px 0;
  }
}
@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -192000px 0;
  }
}
/* ========================================================
content01
=========================================================*/
.content01 {
  position: relative;
  overflow: hidden;
}

.content01_text {
  position: absolute;
  top: 3.3%;
  left: 21.9%;
  width: 72.3%;
}

@media (max-width: 768px) {
  .content01_text {
    top: 2.6%;
    left: 21.2%;
  }
}
/* ========================================================
content02
=========================================================*/
.content02 {
  position: relative;
  overflow: hidden;
  margin-top: 4.4%;
}

.content02_title01 {
  position: absolute;
  top: 1.4%;
  left: 7.7%;
  width: 84.5%;
}

.content02_title02 {
  position: absolute;
  top: 29.5%;
  left: 8.2%;
  width: 83.6%;
}

.content02_title03 {
  position: absolute;
  top: 61.9%;
  left: 8%;
  width: 84%;
}

@media (max-width: 768px) {
  .content02_title03 {
    top: 62.1%;
  }
}
/* ========================================================
content03
=========================================================*/
.content03 {
  position: relative;
  overflow: hidden;
  margin-top: 4.5%;
}

.content03_title {
  position: absolute;
  top: 0.8%;
  left: 10%;
  width: 80.3%;
}

.content03__text {
  position: absolute;
  top: 22.7%;
  left: 6.4%;
  width: 87.2%;
}

@media (max-width: 768px) {
  .content03_title {
    top: 0.6%;
  }
  .content03__text {
    top: 22.1%;
    left: 4.6%;
    width: 90.7%;
  }
}
/* ========================================================
content04
=========================================================*/
.content04 {
  position: relative;
  overflow: hidden;
  padding-top: 27.4%;
  margin-bottom: 5%;
}

.content04_title {
  position: absolute;
  top: 2%;
  left: 0%;
  width: 100%;
}
.content04_title .slideIn1 {
  display: block;
  position: absolute;
  top: 20.1%;
  left: 14.6%;
  width: 71%;
}

.content04__btn {
  position: absolute;
  bottom: 1.6%;
  left: 4.1%;
  width: 91.8%;
}

/* ========================================================
popup
=========================================================*/
.popup {
  position: fixed;
  bottom: 1%;
  right: 0;
  z-index: 1;
  width: 35%;
  aspect-ratio: 1/1;
  min-width: 150px;
  max-width: 315px;
  transition: all 0.1s;
}
.popup.none {
  opacity: 0;
  z-index: -1;
}

/* ========================================================
footer
=========================================================*/
footer {
  background: #050F40;
  overflow: hidden;
  padding: 54px 0;
  margin-top: 9.4%;
}

.footer__nav {
  display: flex;
  justify-content: center;
}

.footer__nav-item {
  position: relative;
  padding: 0 5px;
}
.footer__nav-item a {
  font-size: max(1.7777777778vw, 12px);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.03em;
}
.footer__nav-item:first-child::after {
  position: absolute;
  content: "/";
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
}

/* ========================================================
animation
=========================================================*/
.fadeUp {
  opacity: 0;
  transform: translateY(50px);
}

.slideIn1 {
  opacity: 0;
  transform: translateX(-100%);
}

.slideIn2 {
  opacity: 0;
  transform: translateX(100%);
}

.fadeUp.anim_act, .slideIn1.anim_act, .slideIn2.anim_act {
  -webkit-animation: fadein 0.9s ease-out forwards;
          animation: fadein 0.9s ease-out forwards;
}

@-webkit-keyframes fadein {
  to {
    transform: initial;
    opacity: 1;
  }
}

@keyframes fadein {
  to {
    transform: initial;
    opacity: 1;
  }
}
.poyopoyo {
  opacity: 1;
}

.poyopoyo.anim_act {
  -webkit-animation: poyopoyo 2s ease-out infinite;
          animation: poyopoyo 2s ease-out infinite;
}

@-webkit-keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}