@charset "UTF-8";

:root {
  --con-width: 1000px;
  --mincho: "游明朝", Yu Mincho, YuMincho, "Hiragino Mincho ProN", serif;
  --border: #e0e0e0;
  --gray_back: #f1f1f1;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  min-height: 0vw;
}

body {
  font-family: "游ゴシック", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1;
  background: url(../img/bg.png) top left repeat;
}

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

ol, ul {
  list-style: none;
}

em {
  font-style: normal;
}

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

input, select {
  vertical-align: middle;
}

img {
  display: block;
  border-style: none;
  font-size: 0;
  line-height: 0;
}

a {
  background: transparent;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

.w100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.fade {
  opacity: 0;
  transition: all 0.6s ease-out;
}

.fade_on {
  opacity: 1;
}

.movexl {
  opacity: 0;
  translate: -20px 0;
  transition: all 0.4s ease-out;
}

.movexr {
  opacity: 0;
  translate: 20px 0;
  transition: all 0.4s ease-out;
}

.movexl_on,
.movexr_on {
  opacity: 1;
  translate: 0 0;
}

.movey {
  opacity: 0;
  translate: 0 20px;
  transition: all 0.6s ease-out;
}

.movey_on {
  opacity: 1;
  translate: 0 0;
}

.small {
  scale: 1.5;
  opacity: 0;
  transition: all 0.6s ease-out;
}

.small_on {
  scale: 1;
  opacity: 1;
}

.move {
  opacity: 0;
}

.move_on {
  opacity: 1;
}

.bs {
  animation: bigSmall 0.3s infinite alternate;
}

@keyframes bigSmall {
  0% {
    scale: 1;
  }
  100% {
    scale: 0.92;
  }
}

@keyframes m_y {
  0% {
    opacity: 0;
    translate: 0 20px;
  }
  100% {
    opacity: 1;
    translate: 0 0;
  }
}

.container {
  overflow: hidden;
  max-width: 750px;
  margin: auto;
}

header {
  position: relative;
  padding: 6% 0 0;
  h1 {
    animation: m_y 0.6s linear 0.4s both;
  }
  .btn {
    position: absolute;
    bottom: 2.6%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.btn {
  display: block;
  width: 94%;
  margin: auto;
}

.sec01 {
  padding: 18.666% 0 0;
  ul {
    padding: 0 6%;
  }
  li {
    margin: 3.78% 0;
  }
}

.sec02 {
  padding: 21% 6% 0;
  li {
    margin: 3% 0;
  }
}

.sec03 {
  padding: 15.4% 6% 6%;
  .ph2 {
    margin: -3% 0 4%;
  }
}

footer {
  margin-top: 30%;
  padding: 1em;
  background: #313333;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
