@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcnone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spnone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spnone {
    display: none !important;
  }
}

html,
body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  display: block;
}

li {
  list-style: none;
}

#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

.fv {
  position: relative;
}

.fv_title {
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .fv_title {
    top: 50%;
    left: 25%;
  }
}

.fv_title h1 {
  width: 60%;
  margin: 0 auto;
  padding-top: 5px;
}

@media screen and (min-width: 769px) {
  .fv_title h1 {
    max-width: 300px;
    padding-top: 20px;
  }
}

.fv_title h3 {
  display: inline-block;
  font-size: 11px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  opacity: 0;
  -webkit-animation: fadetext 2s .5s forwards ease;
          animation: fadetext 2s .5s forwards ease;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 769px) {
  .fv_title h3 {
    font-size: 28px;
    text-align: center;
  }
}

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

@keyframes fadetext {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.line {
  overflow: hidden;
}

.line span {
  display: inline-block;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-animation: slideText 1s forwards;
          animation: slideText 1s forwards;
}

.line:nth-of-type(1) span:nth-of-type(1) {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}

.line:nth-of-type(1) span:nth-of-type(2) {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}

.line:nth-of-type(1) span:nth-of-type(3) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.line:nth-of-type(1) span:nth-of-type(4) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}

.line:nth-of-type(1) span:nth-of-type(5) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.line:nth-of-type(1) span:nth-of-type(6) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.line:nth-of-type(1) span:nth-of-type(7) {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}

.line:nth-of-type(1) span:nth-of-type(8) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}

.line:nth-of-type(1) span:nth-of-type(9) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

.line:nth-of-type(1) span:nth-of-type(10) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.line:nth-of-type(1) span:nth-of-type(11) {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}

.line:nth-of-type(1) span:nth-of-type(12) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.line:nth-of-type(1) span:nth-of-type(13) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}

.line:nth-of-type(1) span:nth-of-type(14) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}

.line:nth-of-type(1) span:nth-of-type(15) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.line:nth-of-type(1) span:nth-of-type(16) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}

.line:nth-of-type(1) span:nth-of-type(17) {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}

.line:nth-of-type(1) span:nth-of-type(18) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.line:nth-of-type(1) span:nth-of-type(19) {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}

.line:nth-of-type(1) span:nth-of-type(20) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.line:nth-of-type(1) span:nth-of-type(21) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

.line:nth-of-type(1) span:nth-of-type(22) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}

.line:nth-of-type(1) span:nth-of-type(23) {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}

.line:nth-of-type(1) span:nth-of-type(24) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.line:nth-of-type(1) span:nth-of-type(25) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.line:nth-of-type(1) span:nth-of-type(26) {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}

.line:nth-of-type(1) span:nth-of-type(27) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}

.line:nth-of-type(1) span:nth-of-type(28) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}

.line:nth-of-type(1) span:nth-of-type(29) {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}

.line:nth-of-type(1) span:nth-of-type(30) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.line:nth-of-type(1) span:nth-of-type(31) {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}

.line:nth-of-type(1) span:nth-of-type(32) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}

.line:nth-of-type(1) span:nth-of-type(33) {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}

.line:nth-of-type(1) span:nth-of-type(34) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}

.line:nth-of-type(1) span:nth-of-type(35) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.line:nth-of-type(1) span:nth-of-type(36) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}

.line:nth-of-type(1) span:nth-of-type(37) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}

.line:nth-of-type(1) span:nth-of-type(38) {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}

.line:nth-of-type(1) span:nth-of-type(39) {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}

.line:nth-of-type(1) span:nth-of-type(40) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.line:nth-of-type(1) span:nth-of-type(41) {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}

.line:nth-of-type(1) span:nth-of-type(42) {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}

.line:nth-of-type(1) span:nth-of-type(43) {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}

.line:nth-of-type(1) span:nth-of-type(44) {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}

.line:nth-of-type(1) span:nth-of-type(45) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.line:nth-of-type(1) span:nth-of-type(46) {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}

.line:nth-of-type(1) span:nth-of-type(47) {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}

.line:nth-of-type(1) span:nth-of-type(48) {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}

.line:nth-of-type(1) span:nth-of-type(49) {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}

.line:nth-of-type(1) span:nth-of-type(50) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.line:nth-of-type(1) span:nth-of-type(51) {
  -webkit-animation-delay: 1.02s;
          animation-delay: 1.02s;
}

.line:nth-of-type(1) span:nth-of-type(52) {
  -webkit-animation-delay: 1.04s;
          animation-delay: 1.04s;
}

.line:nth-of-type(1) span:nth-of-type(53) {
  -webkit-animation-delay: 1.06s;
          animation-delay: 1.06s;
}

.line:nth-of-type(1) span:nth-of-type(54) {
  -webkit-animation-delay: 1.08s;
          animation-delay: 1.08s;
}

.line:nth-of-type(1) span:nth-of-type(55) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.line:nth-of-type(1) span:nth-of-type(56) {
  -webkit-animation-delay: 1.12s;
          animation-delay: 1.12s;
}

.line:nth-of-type(1) span:nth-of-type(57) {
  -webkit-animation-delay: 1.14s;
          animation-delay: 1.14s;
}

.line:nth-of-type(1) span:nth-of-type(58) {
  -webkit-animation-delay: 1.16s;
          animation-delay: 1.16s;
}

.line:nth-of-type(1) span:nth-of-type(59) {
  -webkit-animation-delay: 1.18s;
          animation-delay: 1.18s;
}

.line:nth-of-type(1) span:nth-of-type(60) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.line:nth-of-type(1) span:nth-of-type(61) {
  -webkit-animation-delay: 1.22s;
          animation-delay: 1.22s;
}

.line:nth-of-type(1) span:nth-of-type(62) {
  -webkit-animation-delay: 1.24s;
          animation-delay: 1.24s;
}

.line:nth-of-type(1) span:nth-of-type(63) {
  -webkit-animation-delay: 1.26s;
          animation-delay: 1.26s;
}

.line:nth-of-type(1) span:nth-of-type(64) {
  -webkit-animation-delay: 1.28s;
          animation-delay: 1.28s;
}

.line:nth-of-type(1) span:nth-of-type(65) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.line:nth-of-type(1) span:nth-of-type(66) {
  -webkit-animation-delay: 1.32s;
          animation-delay: 1.32s;
}

.line:nth-of-type(1) span:nth-of-type(67) {
  -webkit-animation-delay: 1.34s;
          animation-delay: 1.34s;
}

.line:nth-of-type(1) span:nth-of-type(68) {
  -webkit-animation-delay: 1.36s;
          animation-delay: 1.36s;
}

.line:nth-of-type(1) span:nth-of-type(69) {
  -webkit-animation-delay: 1.38s;
          animation-delay: 1.38s;
}

.line:nth-of-type(1) span:nth-of-type(70) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.line:nth-of-type(1) span:nth-of-type(71) {
  -webkit-animation-delay: 1.42s;
          animation-delay: 1.42s;
}

.line:nth-of-type(1) span:nth-of-type(72) {
  -webkit-animation-delay: 1.44s;
          animation-delay: 1.44s;
}

.line:nth-of-type(1) span:nth-of-type(73) {
  -webkit-animation-delay: 1.46s;
          animation-delay: 1.46s;
}

.line:nth-of-type(1) span:nth-of-type(74) {
  -webkit-animation-delay: 1.48s;
          animation-delay: 1.48s;
}

.line:nth-of-type(1) span:nth-of-type(75) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.line:nth-of-type(1) span:nth-of-type(76) {
  -webkit-animation-delay: 1.52s;
          animation-delay: 1.52s;
}

.line:nth-of-type(1) span:nth-of-type(77) {
  -webkit-animation-delay: 1.54s;
          animation-delay: 1.54s;
}

.line:nth-of-type(1) span:nth-of-type(78) {
  -webkit-animation-delay: 1.56s;
          animation-delay: 1.56s;
}

.line:nth-of-type(1) span:nth-of-type(79) {
  -webkit-animation-delay: 1.58s;
          animation-delay: 1.58s;
}

.line:nth-of-type(1) span:nth-of-type(80) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.line:nth-of-type(1) span:nth-of-type(81) {
  -webkit-animation-delay: 1.62s;
          animation-delay: 1.62s;
}

.line:nth-of-type(1) span:nth-of-type(82) {
  -webkit-animation-delay: 1.64s;
          animation-delay: 1.64s;
}

.line:nth-of-type(1) span:nth-of-type(83) {
  -webkit-animation-delay: 1.66s;
          animation-delay: 1.66s;
}

.line:nth-of-type(1) span:nth-of-type(84) {
  -webkit-animation-delay: 1.68s;
          animation-delay: 1.68s;
}

.line:nth-of-type(1) span:nth-of-type(85) {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.line:nth-of-type(1) span:nth-of-type(86) {
  -webkit-animation-delay: 1.72s;
          animation-delay: 1.72s;
}

.line:nth-of-type(1) span:nth-of-type(87) {
  -webkit-animation-delay: 1.74s;
          animation-delay: 1.74s;
}

.line:nth-of-type(1) span:nth-of-type(88) {
  -webkit-animation-delay: 1.76s;
          animation-delay: 1.76s;
}

.line:nth-of-type(1) span:nth-of-type(89) {
  -webkit-animation-delay: 1.78s;
          animation-delay: 1.78s;
}

.line:nth-of-type(1) span:nth-of-type(90) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.line:nth-of-type(1) span:nth-of-type(91) {
  -webkit-animation-delay: 1.82s;
          animation-delay: 1.82s;
}

.line:nth-of-type(1) span:nth-of-type(92) {
  -webkit-animation-delay: 1.84s;
          animation-delay: 1.84s;
}

.line:nth-of-type(1) span:nth-of-type(93) {
  -webkit-animation-delay: 1.86s;
          animation-delay: 1.86s;
}

.line:nth-of-type(1) span:nth-of-type(94) {
  -webkit-animation-delay: 1.88s;
          animation-delay: 1.88s;
}

.line:nth-of-type(1) span:nth-of-type(95) {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.line:nth-of-type(1) span:nth-of-type(96) {
  -webkit-animation-delay: 1.92s;
          animation-delay: 1.92s;
}

.line:nth-of-type(1) span:nth-of-type(97) {
  -webkit-animation-delay: 1.94s;
          animation-delay: 1.94s;
}

.line:nth-of-type(1) span:nth-of-type(98) {
  -webkit-animation-delay: 1.96s;
          animation-delay: 1.96s;
}

.line:nth-of-type(1) span:nth-of-type(99) {
  -webkit-animation-delay: 1.98s;
          animation-delay: 1.98s;
}

.line:nth-of-type(1) span:nth-of-type(100) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.line:nth-of-type(2) span:nth-of-type(1) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

.line:nth-of-type(2) span:nth-of-type(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
}

.line:nth-of-type(2) span:nth-of-type(3) {
  -webkit-animation-delay: 0.31s;
          animation-delay: 0.31s;
}

.line:nth-of-type(2) span:nth-of-type(4) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

.line:nth-of-type(2) span:nth-of-type(5) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.line:nth-of-type(2) span:nth-of-type(6) {
  -webkit-animation-delay: 0.37s;
          animation-delay: 0.37s;
}

.line:nth-of-type(2) span:nth-of-type(7) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.line:nth-of-type(2) span:nth-of-type(8) {
  -webkit-animation-delay: 0.41s;
          animation-delay: 0.41s;
}

.line:nth-of-type(2) span:nth-of-type(9) {
  -webkit-animation-delay: 0.43s;
          animation-delay: 0.43s;
}

.line:nth-of-type(2) span:nth-of-type(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.line:nth-of-type(2) span:nth-of-type(11) {
  -webkit-animation-delay: 0.47s;
          animation-delay: 0.47s;
}

.line:nth-of-type(2) span:nth-of-type(12) {
  -webkit-animation-delay: 0.49s;
          animation-delay: 0.49s;
}

.line:nth-of-type(2) span:nth-of-type(13) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}

.line:nth-of-type(2) span:nth-of-type(14) {
  -webkit-animation-delay: 0.53s;
          animation-delay: 0.53s;
}

.line:nth-of-type(2) span:nth-of-type(15) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.line:nth-of-type(2) span:nth-of-type(16) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}

.line:nth-of-type(2) span:nth-of-type(17) {
  -webkit-animation-delay: 0.59s;
          animation-delay: 0.59s;
}

.line:nth-of-type(2) span:nth-of-type(18) {
  -webkit-animation-delay: 0.61s;
          animation-delay: 0.61s;
}

.line:nth-of-type(2) span:nth-of-type(19) {
  -webkit-animation-delay: 0.63s;
          animation-delay: 0.63s;
}

.line:nth-of-type(2) span:nth-of-type(20) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.line:nth-of-type(2) span:nth-of-type(21) {
  -webkit-animation-delay: 0.67s;
          animation-delay: 0.67s;
}

.line:nth-of-type(2) span:nth-of-type(22) {
  -webkit-animation-delay: 0.69s;
          animation-delay: 0.69s;
}

.line:nth-of-type(2) span:nth-of-type(23) {
  -webkit-animation-delay: 0.71s;
          animation-delay: 0.71s;
}

.line:nth-of-type(2) span:nth-of-type(24) {
  -webkit-animation-delay: 0.73s;
          animation-delay: 0.73s;
}

.line:nth-of-type(2) span:nth-of-type(25) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.line:nth-of-type(2) span:nth-of-type(26) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
}

.line:nth-of-type(2) span:nth-of-type(27) {
  -webkit-animation-delay: 0.79s;
          animation-delay: 0.79s;
}

.line:nth-of-type(2) span:nth-of-type(28) {
  -webkit-animation-delay: 0.81s;
          animation-delay: 0.81s;
}

.line:nth-of-type(2) span:nth-of-type(29) {
  -webkit-animation-delay: 0.83s;
          animation-delay: 0.83s;
}

.line:nth-of-type(2) span:nth-of-type(30) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.line:nth-of-type(2) span:nth-of-type(31) {
  -webkit-animation-delay: 0.87s;
          animation-delay: 0.87s;
}

.line:nth-of-type(2) span:nth-of-type(32) {
  -webkit-animation-delay: 0.89s;
          animation-delay: 0.89s;
}

.line:nth-of-type(2) span:nth-of-type(33) {
  -webkit-animation-delay: 0.91s;
          animation-delay: 0.91s;
}

.line:nth-of-type(2) span:nth-of-type(34) {
  -webkit-animation-delay: 0.93s;
          animation-delay: 0.93s;
}

.line:nth-of-type(2) span:nth-of-type(35) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.line:nth-of-type(2) span:nth-of-type(36) {
  -webkit-animation-delay: 0.97s;
          animation-delay: 0.97s;
}

.line:nth-of-type(2) span:nth-of-type(37) {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}

.line:nth-of-type(2) span:nth-of-type(38) {
  -webkit-animation-delay: 1.01s;
          animation-delay: 1.01s;
}

.line:nth-of-type(2) span:nth-of-type(39) {
  -webkit-animation-delay: 1.03s;
          animation-delay: 1.03s;
}

.line:nth-of-type(2) span:nth-of-type(40) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.line:nth-of-type(2) span:nth-of-type(41) {
  -webkit-animation-delay: 1.07s;
          animation-delay: 1.07s;
}

.line:nth-of-type(2) span:nth-of-type(42) {
  -webkit-animation-delay: 1.09s;
          animation-delay: 1.09s;
}

.line:nth-of-type(2) span:nth-of-type(43) {
  -webkit-animation-delay: 1.11s;
          animation-delay: 1.11s;
}

.line:nth-of-type(2) span:nth-of-type(44) {
  -webkit-animation-delay: 1.13s;
          animation-delay: 1.13s;
}

.line:nth-of-type(2) span:nth-of-type(45) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

.line:nth-of-type(2) span:nth-of-type(46) {
  -webkit-animation-delay: 1.17s;
          animation-delay: 1.17s;
}

.line:nth-of-type(2) span:nth-of-type(47) {
  -webkit-animation-delay: 1.19s;
          animation-delay: 1.19s;
}

.line:nth-of-type(2) span:nth-of-type(48) {
  -webkit-animation-delay: 1.21s;
          animation-delay: 1.21s;
}

.line:nth-of-type(2) span:nth-of-type(49) {
  -webkit-animation-delay: 1.23s;
          animation-delay: 1.23s;
}

.line:nth-of-type(2) span:nth-of-type(50) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.line:nth-of-type(2) span:nth-of-type(51) {
  -webkit-animation-delay: 1.27s;
          animation-delay: 1.27s;
}

.line:nth-of-type(2) span:nth-of-type(52) {
  -webkit-animation-delay: 1.29s;
          animation-delay: 1.29s;
}

.line:nth-of-type(2) span:nth-of-type(53) {
  -webkit-animation-delay: 1.31s;
          animation-delay: 1.31s;
}

.line:nth-of-type(2) span:nth-of-type(54) {
  -webkit-animation-delay: 1.33s;
          animation-delay: 1.33s;
}

.line:nth-of-type(2) span:nth-of-type(55) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.line:nth-of-type(2) span:nth-of-type(56) {
  -webkit-animation-delay: 1.37s;
          animation-delay: 1.37s;
}

.line:nth-of-type(2) span:nth-of-type(57) {
  -webkit-animation-delay: 1.39s;
          animation-delay: 1.39s;
}

.line:nth-of-type(2) span:nth-of-type(58) {
  -webkit-animation-delay: 1.41s;
          animation-delay: 1.41s;
}

.line:nth-of-type(2) span:nth-of-type(59) {
  -webkit-animation-delay: 1.43s;
          animation-delay: 1.43s;
}

.line:nth-of-type(2) span:nth-of-type(60) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}

.line:nth-of-type(2) span:nth-of-type(61) {
  -webkit-animation-delay: 1.47s;
          animation-delay: 1.47s;
}

.line:nth-of-type(2) span:nth-of-type(62) {
  -webkit-animation-delay: 1.49s;
          animation-delay: 1.49s;
}

.line:nth-of-type(2) span:nth-of-type(63) {
  -webkit-animation-delay: 1.51s;
          animation-delay: 1.51s;
}

.line:nth-of-type(2) span:nth-of-type(64) {
  -webkit-animation-delay: 1.53s;
          animation-delay: 1.53s;
}

.line:nth-of-type(2) span:nth-of-type(65) {
  -webkit-animation-delay: 1.55s;
          animation-delay: 1.55s;
}

.line:nth-of-type(2) span:nth-of-type(66) {
  -webkit-animation-delay: 1.57s;
          animation-delay: 1.57s;
}

.line:nth-of-type(2) span:nth-of-type(67) {
  -webkit-animation-delay: 1.59s;
          animation-delay: 1.59s;
}

.line:nth-of-type(2) span:nth-of-type(68) {
  -webkit-animation-delay: 1.61s;
          animation-delay: 1.61s;
}

.line:nth-of-type(2) span:nth-of-type(69) {
  -webkit-animation-delay: 1.63s;
          animation-delay: 1.63s;
}

.line:nth-of-type(2) span:nth-of-type(70) {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.line:nth-of-type(2) span:nth-of-type(71) {
  -webkit-animation-delay: 1.67s;
          animation-delay: 1.67s;
}

.line:nth-of-type(2) span:nth-of-type(72) {
  -webkit-animation-delay: 1.69s;
          animation-delay: 1.69s;
}

.line:nth-of-type(2) span:nth-of-type(73) {
  -webkit-animation-delay: 1.71s;
          animation-delay: 1.71s;
}

.line:nth-of-type(2) span:nth-of-type(74) {
  -webkit-animation-delay: 1.73s;
          animation-delay: 1.73s;
}

.line:nth-of-type(2) span:nth-of-type(75) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

.line:nth-of-type(2) span:nth-of-type(76) {
  -webkit-animation-delay: 1.77s;
          animation-delay: 1.77s;
}

.line:nth-of-type(2) span:nth-of-type(77) {
  -webkit-animation-delay: 1.79s;
          animation-delay: 1.79s;
}

.line:nth-of-type(2) span:nth-of-type(78) {
  -webkit-animation-delay: 1.81s;
          animation-delay: 1.81s;
}

.line:nth-of-type(2) span:nth-of-type(79) {
  -webkit-animation-delay: 1.83s;
          animation-delay: 1.83s;
}

.line:nth-of-type(2) span:nth-of-type(80) {
  -webkit-animation-delay: 1.85s;
          animation-delay: 1.85s;
}

.line:nth-of-type(2) span:nth-of-type(81) {
  -webkit-animation-delay: 1.87s;
          animation-delay: 1.87s;
}

.line:nth-of-type(2) span:nth-of-type(82) {
  -webkit-animation-delay: 1.89s;
          animation-delay: 1.89s;
}

.line:nth-of-type(2) span:nth-of-type(83) {
  -webkit-animation-delay: 1.91s;
          animation-delay: 1.91s;
}

.line:nth-of-type(2) span:nth-of-type(84) {
  -webkit-animation-delay: 1.93s;
          animation-delay: 1.93s;
}

.line:nth-of-type(2) span:nth-of-type(85) {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.line:nth-of-type(2) span:nth-of-type(86) {
  -webkit-animation-delay: 1.97s;
          animation-delay: 1.97s;
}

.line:nth-of-type(2) span:nth-of-type(87) {
  -webkit-animation-delay: 1.99s;
          animation-delay: 1.99s;
}

.line:nth-of-type(2) span:nth-of-type(88) {
  -webkit-animation-delay: 2.01s;
          animation-delay: 2.01s;
}

.line:nth-of-type(2) span:nth-of-type(89) {
  -webkit-animation-delay: 2.03s;
          animation-delay: 2.03s;
}

.line:nth-of-type(2) span:nth-of-type(90) {
  -webkit-animation-delay: 2.05s;
          animation-delay: 2.05s;
}

.line:nth-of-type(2) span:nth-of-type(91) {
  -webkit-animation-delay: 2.07s;
          animation-delay: 2.07s;
}

.line:nth-of-type(2) span:nth-of-type(92) {
  -webkit-animation-delay: 2.09s;
          animation-delay: 2.09s;
}

.line:nth-of-type(2) span:nth-of-type(93) {
  -webkit-animation-delay: 2.11s;
          animation-delay: 2.11s;
}

.line:nth-of-type(2) span:nth-of-type(94) {
  -webkit-animation-delay: 2.13s;
          animation-delay: 2.13s;
}

.line:nth-of-type(2) span:nth-of-type(95) {
  -webkit-animation-delay: 2.15s;
          animation-delay: 2.15s;
}

.line:nth-of-type(2) span:nth-of-type(96) {
  -webkit-animation-delay: 2.17s;
          animation-delay: 2.17s;
}

.line:nth-of-type(2) span:nth-of-type(97) {
  -webkit-animation-delay: 2.19s;
          animation-delay: 2.19s;
}

.line:nth-of-type(2) span:nth-of-type(98) {
  -webkit-animation-delay: 2.21s;
          animation-delay: 2.21s;
}

.line:nth-of-type(2) span:nth-of-type(99) {
  -webkit-animation-delay: 2.23s;
          animation-delay: 2.23s;
}

.line:nth-of-type(2) span:nth-of-type(100) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

@-webkit-keyframes slideText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideText {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.wrapper .img-li {
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .wrapper .img-li {
    margin: 100px auto 0;
    max-width: 1000px;
  }
}

.wrapper .img-li li {
  width: 45%;
  opacity: 0;
}

.single {
  margin: 150px auto;
  width: 70%;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .single {
    max-width: 500px;
  }
}

footer img {
  width: 60%;
  margin: 100px auto 0;
}

@media screen and (min-width: 769px) {
  footer img {
    max-width: 300px;
  }
}

footer p {
  padding: 50px 0;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

footer a {
  border: 1px solid #000;
  width: 80%;
  padding: 3% 0;
  font-size: 16px;
  margin: 100px auto 150px;
  text-align: center;
  color: #000;
}

@media screen and (min-width: 769px) {
  footer a {
    max-width: 800px;
  }
}

.modal {
  background-color: #fff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.modal .top-title {
  height: 20%;
  position: relative;
  z-index: 998;
}

.modal .top-title p {
  position: fixed;
  font-size: 11px;
  left: 30px;
}

@media screen and (min-width: 769px) {
  .modal .top-title p {
    font-size: 16px;
    left: 40px;
    top: 100px;
  }
}

.modal .top-title img {
  position: fixed;
  max-width: 200px;
}

@media screen and (min-width: 769px) {
  .modal .top-title img {
    max-width: 250px;
    top: 20px;
  }
}

.close-btn span {
  position: fixed;
  top: 6%;
  right: 5%;
  width: 50px;
  height: 50px;
  z-index: 999;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.close-btn span::after {
  content: '';
  height: 40px;
  width: 1px;
  position: absolute;
  background-color: #000;
  top: -1%;
  left: 10%;
}

.close-btn span::before {
  content: '';
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #000;
  top: 37%;
  right: 50%;
}

.slider_sp {
  margin: 5% 0 5%;
  padding-top: 30%;
}

@media screen and (min-width: 769px) {
  .slider_sp {
    padding-top: 10%;
  }
  .slider_sp#item30 .slick-list .slick-track, .slider_sp#item40 .slick-list .slick-track {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
}

.slider_sp li img {
  width: 95%;
  margin: 0 auto;
}

#item6 .slick-track, #item8 .slick-track {
  margin-left: 0 !important;
}

.product_wrap ul {
  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;
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .product_wrap ul {
    max-width: 50%;
  }
}

.product_wrap ul li {
  width: 30%;
  margin-bottom: 10%;
}

.product_wrap ul li img {
  margin-bottom: 5%;
}

.product_wrap ul li a {
  color: #000;
  font-size: 11px;
  line-height: 1.5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media screen and (min-width: 769px) {
  .product_wrap ul li a {
    font-size: 16px;
  }
}

.product_wrap ul li a:hover {
  text-decoration: underline;
  opacity: 0.6;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.no-touch {
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */