@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
@-webkit-keyframes letter-glow {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes letter-glow {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

[data-inview-ani="fadeUp"] {
  opacity: 0;
}

[data-inview-ani="fadeUp"].is-inview {
  animation-name: fadeUp;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

[data-inview-ani="fadeIn"] {
  opacity: 0;
}

[data-inview-ani="fadeIn"].is-inview {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
}

.c-txtani span {
  opacity: 0.1;
}

@keyframes scroll-line {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(104px);
    transform: translateY(104px);
    opacity: 0;
    @media (max-width: 767px) {
      -webkit-transform: translateY(70px);
      transform: translateY(70px);
    }
  }
  100% {
    opacity: 0;
  }
}

.ani-text span {
  opacity: 0.1;
}

.ani-text.is-inview span {
  animation: letter-glow 1s 0s ease both;
}

.ani-text.is-inview span:nth-child(1) {
  animation-delay: 0.08s;
}

.ani-text.is-inview span:nth-child(2) {
  animation-delay: 0.16s;
}

.ani-text.is-inview span:nth-child(3) {
  animation-delay: 0.24s;
}

.ani-text.is-inview span:nth-child(4) {
  animation-delay: 0.32s;
}

.ani-text.is-inview span:nth-child(5) {
  animation-delay: 0.4s;
}

.ani-text.is-inview span:nth-child(6) {
  animation-delay: 0.48s;
}

.ani-text.is-inview span:nth-child(7) {
  animation-delay: 0.56s;
}

.ani-text.is-inview span:nth-child(8) {
  animation-delay: 0.64s;
}

.ani-text.is-inview span:nth-child(9) {
  animation-delay: 0.72s;
}

.ani-text.is-inview span:nth-child(10) {
  animation-delay: 0.8s;
}

.ani-text.is-inview span:nth-child(11) {
  animation-delay: 0.88s;
}

.ani-text.is-inview span:nth-child(12) {
  animation-delay: 0.96s;
}

.ani-text.is-inview span:nth-child(13) {
  animation-delay: 1.04s;
}

.ani-text.is-inview span:nth-child(14) {
  animation-delay: 1.12s;
}

.ani-text.is-inview span:nth-child(15) {
  animation-delay: 1.2s;
}

.ani-text.is-inview span:nth-child(16) {
  animation-delay: 1.28s;
}

.ani-text.is-inview span:nth-child(17) {
  animation-delay: 1.36s;
}

.ani-text.is-inview span:nth-child(18) {
  animation-delay: 1.44s;
}

.ani-text.is-inview span:nth-child(19) {
  animation-delay: 1.52s;
}

.ani-text.is-inview span:nth-child(20) {
  animation-delay: 1.6s;
}

.ani-text.is-inview span:nth-child(21) {
  animation-delay: 1.68s;
}

.ani-text.is-inview span:nth-child(22) {
  animation-delay: 1.76s;
}

.ani-text.is-inview span:nth-child(23) {
  animation-delay: 1.84s;
}

.ani-text.is-inview span:nth-child(24) {
  animation-delay: 1.92s;
}

.ani-text.is-inview span:nth-child(25) {
  animation-delay: 2s;
}

.ani-text.is-inview span:nth-child(26) {
  animation-delay: 2.08s;
}

.ani-text.is-inview span:nth-child(27) {
  animation-delay: 2.16s;
}

.ani-text.is-inview span:nth-child(28) {
  animation-delay: 2.24s;
}

.ani-text.is-inview span:nth-child(29) {
  animation-delay: 2.32s;
}

.ani-text.is-inview span:nth-child(30) {
  animation-delay: 2.4s;
}

.ani-text.is-inview span:nth-child(31) {
  animation-delay: 2.48s;
}

.ani-text.is-inview span:nth-child(32) {
  animation-delay: 2.56s;
}

.ani-text.is-inview span:nth-child(33) {
  animation-delay: 2.64s;
}

.ani-text.is-inview span:nth-child(34) {
  animation-delay: 2.72s;
}

.ani-text.is-inview span:nth-child(35) {
  animation-delay: 2.8s;
}

.ani-text.is-inview span:nth-child(36) {
  animation-delay: 2.88s;
}

.ani-text.is-inview span:nth-child(37) {
  animation-delay: 2.96s;
}

.ani-text.is-inview span:nth-child(38) {
  animation-delay: 3.04s;
}

.ani-text.is-inview span:nth-child(39) {
  animation-delay: 3.12s;
}

.ani-text.is-inview span:nth-child(40) {
  animation-delay: 3.2s;
}

.ani-text.is-inview span:nth-child(41) {
  animation-delay: 3.28s;
}

.ani-text.is-inview span:nth-child(42) {
  animation-delay: 3.36s;
}

.ani-text.is-inview span:nth-child(43) {
  animation-delay: 3.44s;
}

.ani-text.is-inview span:nth-child(44) {
  animation-delay: 3.52s;
}

.ani-text.is-inview span:nth-child(45) {
  animation-delay: 3.6s;
}

.ani-text.is-inview span:nth-child(46) {
  animation-delay: 3.68s;
}

.ani-text.is-inview span:nth-child(47) {
  animation-delay: 3.76s;
}

.ani-text.is-inview span:nth-child(48) {
  animation-delay: 3.84s;
}

.ani-text.is-inview span:nth-child(49) {
  animation-delay: 3.92s;
}

.ani-text.is-inview span:nth-child(50) {
  animation-delay: 4s;
}

.ani-text.is-inview span:nth-child(51) {
  animation-delay: 4.08s;
}

.ani-text.is-inview span:nth-child(52) {
  animation-delay: 4.16s;
}

.ani-text.is-inview span:nth-child(53) {
  animation-delay: 4.24s;
}

.ani-text.is-inview span:nth-child(54) {
  animation-delay: 4.32s;
}

.ani-text.is-inview span:nth-child(55) {
  animation-delay: 4.4s;
}

.ani-text.is-inview span:nth-child(56) {
  animation-delay: 4.48s;
}

.ani-text.is-inview span:nth-child(57) {
  animation-delay: 4.56s;
}

.ani-text.is-inview span:nth-child(58) {
  animation-delay: 4.64s;
}

.ani-text.is-inview span:nth-child(59) {
  animation-delay: 4.72s;
}

.ani-text.is-inview span:nth-child(60) {
  animation-delay: 4.8s;
}

.ani-text.is-inview span:nth-child(61) {
  animation-delay: 4.88s;
}

.ani-text.is-inview span:nth-child(62) {
  animation-delay: 4.96s;
}

.ani-text.is-inview span:nth-child(63) {
  animation-delay: 5.04s;
}

.ani-text.is-inview span:nth-child(64) {
  animation-delay: 5.12s;
}

.ani-text.is-inview span:nth-child(65) {
  animation-delay: 5.2s;
}

.ani-text.is-inview span:nth-child(66) {
  animation-delay: 5.28s;
}

.ani-text.is-inview span:nth-child(67) {
  animation-delay: 5.36s;
}

.ani-text.is-inview span:nth-child(68) {
  animation-delay: 5.44s;
}

.ani-text.is-inview span:nth-child(69) {
  animation-delay: 5.52s;
}

.ani-text.is-inview span:nth-child(70) {
  animation-delay: 5.6s;
}

.ani-text.is-inview span:nth-child(71) {
  animation-delay: 5.68s;
}

.ani-text.is-inview span:nth-child(72) {
  animation-delay: 5.76s;
}

.ani-text.is-inview span:nth-child(73) {
  animation-delay: 5.84s;
}

.ani-text.is-inview span:nth-child(74) {
  animation-delay: 5.92s;
}

.ani-text.is-inview span:nth-child(75) {
  animation-delay: 6s;
}

.ani-text.is-inview span:nth-child(76) {
  animation-delay: 6.08s;
}

.ani-text.is-inview span:nth-child(77) {
  animation-delay: 6.16s;
}

.ani-text.is-inview span:nth-child(78) {
  animation-delay: 6.24s;
}

.ani-text.is-inview span:nth-child(79) {
  animation-delay: 6.32s;
}

.ani-text.is-inview span:nth-child(80) {
  animation-delay: 6.4s;
}

.ani-text.is-inview span:nth-child(81) {
  animation-delay: 6.48s;
}

.ani-text.is-inview span:nth-child(82) {
  animation-delay: 6.56s;
}

.ani-text.is-inview span:nth-child(83) {
  animation-delay: 6.64s;
}

.ani-text.is-inview span:nth-child(84) {
  animation-delay: 6.72s;
}

.ani-text.is-inview span:nth-child(85) {
  animation-delay: 6.8s;
}

.ani-text.is-inview span:nth-child(86) {
  animation-delay: 6.88s;
}

.ani-text.is-inview span:nth-child(87) {
  animation-delay: 6.96s;
}

.ani-text.is-inview span:nth-child(88) {
  animation-delay: 7.04s;
}

.ani-text.is-inview span:nth-child(89) {
  animation-delay: 7.12s;
}

.ani-text.is-inview span:nth-child(90) {
  animation-delay: 7.2s;
}

.ani-text.is-inview span:nth-child(91) {
  animation-delay: 7.28s;
}

.ani-text.is-inview span:nth-child(92) {
  animation-delay: 7.36s;
}

.ani-text.is-inview span:nth-child(93) {
  animation-delay: 7.44s;
}

.ani-text.is-inview span:nth-child(94) {
  animation-delay: 7.52s;
}

.ani-text.is-inview span:nth-child(95) {
  animation-delay: 7.6s;
}

.ani-text.is-inview span:nth-child(96) {
  animation-delay: 7.68s;
}

.ani-text.is-inview span:nth-child(97) {
  animation-delay: 7.76s;
}

.ani-text.is-inview span:nth-child(98) {
  animation-delay: 7.84s;
}

.ani-text.is-inview span:nth-child(99) {
  animation-delay: 7.92s;
}

.ani-text.is-inview span:nth-child(100) {
  animation-delay: 8s;
}

.ani-text.is-inview span:nth-child(101) {
  animation-delay: 8.08s;
}

.ani-text.is-inview span:nth-child(102) {
  animation-delay: 8.16s;
}

.ani-text.is-inview span:nth-child(103) {
  animation-delay: 8.24s;
}

.ani-text.is-inview span:nth-child(104) {
  animation-delay: 8.32s;
}

.ani-text.is-inview span:nth-child(105) {
  animation-delay: 8.4s;
}

.ani-text.is-inview span:nth-child(106) {
  animation-delay: 8.48s;
}

.ani-text.is-inview span:nth-child(107) {
  animation-delay: 8.56s;
}

.ani-text.is-inview span:nth-child(108) {
  animation-delay: 8.64s;
}

.ani-text.is-inview span:nth-child(109) {
  animation-delay: 8.72s;
}

.ani-text.is-inview span:nth-child(110) {
  animation-delay: 8.8s;
}

.ani-text.is-inview span:nth-child(111) {
  animation-delay: 8.88s;
}

.ani-text.is-inview span:nth-child(112) {
  animation-delay: 8.96s;
}

.ani-text.is-inview span:nth-child(113) {
  animation-delay: 9.04s;
}

.ani-text.is-inview span:nth-child(114) {
  animation-delay: 9.12s;
}

.ani-text.is-inview span:nth-child(115) {
  animation-delay: 9.2s;
}

.ani-text.is-inview span:nth-child(116) {
  animation-delay: 9.28s;
}

.ani-text.is-inview span:nth-child(117) {
  animation-delay: 9.36s;
}

.ani-text.is-inview span:nth-child(118) {
  animation-delay: 9.44s;
}

.ani-text.is-inview span:nth-child(119) {
  animation-delay: 9.52s;
}

.ani-text.is-inview span:nth-child(120) {
  animation-delay: 9.6s;
}

.ani-text.is-inview span:nth-child(121) {
  animation-delay: 9.68s;
}

.ani-text.is-inview span:nth-child(122) {
  animation-delay: 9.76s;
}

.ani-text.is-inview span:nth-child(123) {
  animation-delay: 9.84s;
}

.ani-text.is-inview span:nth-child(124) {
  animation-delay: 9.92s;
}

.ani-text.is-inview span:nth-child(125) {
  animation-delay: 10s;
}

.ani-text.is-inview span:nth-child(126) {
  animation-delay: 10.08s;
}

.ani-text.is-inview span:nth-child(127) {
  animation-delay: 10.16s;
}

.ani-text.is-inview span:nth-child(128) {
  animation-delay: 10.24s;
}

.ani-text.is-inview span:nth-child(129) {
  animation-delay: 10.32s;
}

.ani-text.is-inview span:nth-child(130) {
  animation-delay: 10.4s;
}

.ani-text.is-inview span:nth-child(131) {
  animation-delay: 10.48s;
}

.ani-text.is-inview span:nth-child(132) {
  animation-delay: 10.56s;
}

.ani-text.is-inview span:nth-child(133) {
  animation-delay: 10.64s;
}

.ani-text.is-inview span:nth-child(134) {
  animation-delay: 10.72s;
}

.ani-text.is-inview span:nth-child(135) {
  animation-delay: 10.8s;
}

.ani-text.is-inview span:nth-child(136) {
  animation-delay: 10.88s;
}

.ani-text.is-inview span:nth-child(137) {
  animation-delay: 10.96s;
}

.ani-text.is-inview span:nth-child(138) {
  animation-delay: 11.04s;
}

.ani-text.is-inview span:nth-child(139) {
  animation-delay: 11.12s;
}

.ani-text.is-inview span:nth-child(140) {
  animation-delay: 11.2s;
}

.ani-text.is-inview span:nth-child(141) {
  animation-delay: 11.28s;
}

.ani-text.is-inview span:nth-child(142) {
  animation-delay: 11.36s;
}

.ani-text.is-inview span:nth-child(143) {
  animation-delay: 11.44s;
}

.ani-text.is-inview span:nth-child(144) {
  animation-delay: 11.52s;
}

.ani-text.is-inview span:nth-child(145) {
  animation-delay: 11.6s;
}

.ani-text.is-inview span:nth-child(146) {
  animation-delay: 11.68s;
}

.ani-text.is-inview span:nth-child(147) {
  animation-delay: 11.76s;
}

.ani-text.is-inview span:nth-child(148) {
  animation-delay: 11.84s;
}

.ani-text.is-inview span:nth-child(149) {
  animation-delay: 11.92s;
}

.ani-text.is-inview span:nth-child(150) {
  animation-delay: 12s;
}

.ani-text.is-inview span:nth-child(151) {
  animation-delay: 12.08s;
}

.ani-text.is-inview span:nth-child(152) {
  animation-delay: 12.16s;
}

.ani-text.is-inview span:nth-child(153) {
  animation-delay: 12.24s;
}

.ani-text.is-inview span:nth-child(154) {
  animation-delay: 12.32s;
}

.ani-text.is-inview span:nth-child(155) {
  animation-delay: 12.4s;
}

.ani-text.is-inview span:nth-child(156) {
  animation-delay: 12.48s;
}

.ani-text.is-inview span:nth-child(157) {
  animation-delay: 12.56s;
}

.ani-text.is-inview span:nth-child(158) {
  animation-delay: 12.64s;
}

.ani-text.is-inview span:nth-child(159) {
  animation-delay: 12.72s;
}

.ani-text.is-inview span:nth-child(160) {
  animation-delay: 12.8s;
}

.ani-text.is-inview span:nth-child(161) {
  animation-delay: 12.88s;
}

.ani-text.is-inview span:nth-child(162) {
  animation-delay: 12.96s;
}

.ani-text.is-inview span:nth-child(163) {
  animation-delay: 13.04s;
}

.ani-text.is-inview span:nth-child(164) {
  animation-delay: 13.12s;
}

.ani-text.is-inview span:nth-child(165) {
  animation-delay: 13.2s;
}

.ani-text.is-inview span:nth-child(166) {
  animation-delay: 13.28s;
}

.ani-text.is-inview span:nth-child(167) {
  animation-delay: 13.36s;
}

.ani-text.is-inview span:nth-child(168) {
  animation-delay: 13.44s;
}

.ani-text.is-inview span:nth-child(169) {
  animation-delay: 13.52s;
}

.ani-text.is-inview span:nth-child(170) {
  animation-delay: 13.6s;
}

.ani-text.is-inview span:nth-child(171) {
  animation-delay: 13.68s;
}

.ani-text.is-inview span:nth-child(172) {
  animation-delay: 13.76s;
}

.ani-text.is-inview span:nth-child(173) {
  animation-delay: 13.84s;
}

.ani-text.is-inview span:nth-child(174) {
  animation-delay: 13.92s;
}

.ani-text.is-inview span:nth-child(175) {
  animation-delay: 14s;
}

.ani-text.is-inview span:nth-child(176) {
  animation-delay: 14.08s;
}

.ani-text.is-inview span:nth-child(177) {
  animation-delay: 14.16s;
}

.ani-text.is-inview span:nth-child(178) {
  animation-delay: 14.24s;
}

.ani-text.is-inview span:nth-child(179) {
  animation-delay: 14.32s;
}

.ani-text.is-inview span:nth-child(180) {
  animation-delay: 14.4s;
}

.ani-text.is-inview span:nth-child(181) {
  animation-delay: 14.48s;
}

.ani-text.is-inview span:nth-child(182) {
  animation-delay: 14.56s;
}

.ani-text.is-inview span:nth-child(183) {
  animation-delay: 14.64s;
}

.ani-text.is-inview span:nth-child(184) {
  animation-delay: 14.72s;
}

.ani-text.is-inview span:nth-child(185) {
  animation-delay: 14.8s;
}

.ani-text.is-inview span:nth-child(186) {
  animation-delay: 14.88s;
}

.ani-text.is-inview span:nth-child(187) {
  animation-delay: 14.96s;
}

.ani-text.is-inview span:nth-child(188) {
  animation-delay: 15.04s;
}

.ani-text.is-inview span:nth-child(189) {
  animation-delay: 15.12s;
}

.ani-text.is-inview span:nth-child(190) {
  animation-delay: 15.2s;
}

.ani-text.is-inview span:nth-child(191) {
  animation-delay: 15.28s;
}

.ani-text.is-inview span:nth-child(192) {
  animation-delay: 15.36s;
}

.ani-text.is-inview span:nth-child(193) {
  animation-delay: 15.44s;
}

.ani-text.is-inview span:nth-child(194) {
  animation-delay: 15.52s;
}

.ani-text.is-inview span:nth-child(195) {
  animation-delay: 15.6s;
}

.ani-text.is-inview span:nth-child(196) {
  animation-delay: 15.68s;
}

.ani-text.is-inview span:nth-child(197) {
  animation-delay: 15.76s;
}

.ani-text.is-inview span:nth-child(198) {
  animation-delay: 15.84s;
}

.ani-text.is-inview span:nth-child(199) {
  animation-delay: 15.92s;
}

.ani-text.is-inview span:nth-child(200) {
  animation-delay: 16s;
}

.ani-text.is-inview span:nth-child(201) {
  animation-delay: 16.08s;
}

.ani-text.is-inview span:nth-child(202) {
  animation-delay: 16.16s;
}

.ani-text.is-inview span:nth-child(203) {
  animation-delay: 16.24s;
}

.ani-text.is-inview span:nth-child(204) {
  animation-delay: 16.32s;
}

.ani-text.is-inview span:nth-child(205) {
  animation-delay: 16.4s;
}

.ani-text.is-inview span:nth-child(206) {
  animation-delay: 16.48s;
}

.ani-text.is-inview span:nth-child(207) {
  animation-delay: 16.56s;
}

.ani-text.is-inview span:nth-child(208) {
  animation-delay: 16.64s;
}

.ani-text.is-inview span:nth-child(209) {
  animation-delay: 16.72s;
}

.ani-text.is-inview span:nth-child(210) {
  animation-delay: 16.8s;
}

.ani-text.is-inview span:nth-child(211) {
  animation-delay: 16.88s;
}

.ani-text.is-inview span:nth-child(212) {
  animation-delay: 16.96s;
}

.ani-text.is-inview span:nth-child(213) {
  animation-delay: 17.04s;
}

.ani-text.is-inview span:nth-child(214) {
  animation-delay: 17.12s;
}

.ani-text.is-inview span:nth-child(215) {
  animation-delay: 17.2s;
}

.ani-text.is-inview span:nth-child(216) {
  animation-delay: 17.28s;
}

.ani-text.is-inview span:nth-child(217) {
  animation-delay: 17.36s;
}

.ani-text.is-inview span:nth-child(218) {
  animation-delay: 17.44s;
}

.ani-text.is-inview span:nth-child(219) {
  animation-delay: 17.52s;
}

.ani-text.is-inview span:nth-child(220) {
  animation-delay: 17.6s;
}

.ani-text.is-inview span:nth-child(221) {
  animation-delay: 17.68s;
}

.ani-text.is-inview span:nth-child(222) {
  animation-delay: 17.76s;
}

.ani-text.is-inview span:nth-child(223) {
  animation-delay: 17.84s;
}

.ani-text.is-inview span:nth-child(224) {
  animation-delay: 17.92s;
}

.ani-text.is-inview span:nth-child(225) {
  animation-delay: 18s;
}

.ani-text.is-inview span:nth-child(226) {
  animation-delay: 18.08s;
}

.ani-text.is-inview span:nth-child(227) {
  animation-delay: 18.16s;
}

.ani-text.is-inview span:nth-child(228) {
  animation-delay: 18.24s;
}

.ani-text.is-inview span:nth-child(229) {
  animation-delay: 18.32s;
}

.ani-text.is-inview span:nth-child(230) {
  animation-delay: 18.4s;
}

.ani-text.is-inview span:nth-child(231) {
  animation-delay: 18.48s;
}

.ani-text.is-inview span:nth-child(232) {
  animation-delay: 18.56s;
}

.ani-text.is-inview span:nth-child(233) {
  animation-delay: 18.64s;
}

.ani-text.is-inview span:nth-child(234) {
  animation-delay: 18.72s;
}

.ani-text.is-inview span:nth-child(235) {
  animation-delay: 18.8s;
}

.ani-text.is-inview span:nth-child(236) {
  animation-delay: 18.88s;
}

.ani-text.is-inview span:nth-child(237) {
  animation-delay: 18.96s;
}

.ani-text.is-inview span:nth-child(238) {
  animation-delay: 19.04s;
}

.ani-text.is-inview span:nth-child(239) {
  animation-delay: 19.12s;
}

.ani-text.is-inview span:nth-child(240) {
  animation-delay: 19.2s;
}

.ani-text.is-inview span:nth-child(241) {
  animation-delay: 19.28s;
}

.ani-text.is-inview span:nth-child(242) {
  animation-delay: 19.36s;
}

.ani-text.is-inview span:nth-child(243) {
  animation-delay: 19.44s;
}

.ani-text.is-inview span:nth-child(244) {
  animation-delay: 19.52s;
}

.ani-text.is-inview span:nth-child(245) {
  animation-delay: 19.6s;
}

.ani-text.is-inview span:nth-child(246) {
  animation-delay: 19.68s;
}

.ani-text.is-inview span:nth-child(247) {
  animation-delay: 19.76s;
}

.ani-text.is-inview span:nth-child(248) {
  animation-delay: 19.84s;
}

.ani-text.is-inview span:nth-child(249) {
  animation-delay: 19.92s;
}

.ani-text.is-inview span:nth-child(250) {
  animation-delay: 20s;
}

.ani-text.is-inview span:nth-child(251) {
  animation-delay: 20.08s;
}

.ani-text.is-inview span:nth-child(252) {
  animation-delay: 20.16s;
}

.ani-text.is-inview span:nth-child(253) {
  animation-delay: 20.24s;
}

.ani-text.is-inview span:nth-child(254) {
  animation-delay: 20.32s;
}

.ani-text.is-inview span:nth-child(255) {
  animation-delay: 20.4s;
}

.ani-text.is-inview span:nth-child(256) {
  animation-delay: 20.48s;
}

.ani-text.is-inview span:nth-child(257) {
  animation-delay: 20.56s;
}

.ani-text.is-inview span:nth-child(258) {
  animation-delay: 20.64s;
}

.ani-text.is-inview span:nth-child(259) {
  animation-delay: 20.72s;
}

.ani-text.is-inview span:nth-child(260) {
  animation-delay: 20.8s;
}

.ani-text.is-inview span:nth-child(261) {
  animation-delay: 20.88s;
}

.ani-text.is-inview span:nth-child(262) {
  animation-delay: 20.96s;
}

.ani-text.is-inview span:nth-child(263) {
  animation-delay: 21.04s;
}

.ani-text.is-inview span:nth-child(264) {
  animation-delay: 21.12s;
}

.ani-text.is-inview span:nth-child(265) {
  animation-delay: 21.2s;
}

.ani-text.is-inview span:nth-child(266) {
  animation-delay: 21.28s;
}

.ani-text.is-inview span:nth-child(267) {
  animation-delay: 21.36s;
}

.ani-text.is-inview span:nth-child(268) {
  animation-delay: 21.44s;
}

.ani-text.is-inview span:nth-child(269) {
  animation-delay: 21.52s;
}

.ani-text.is-inview span:nth-child(270) {
  animation-delay: 21.6s;
}

.ani-text.is-inview span:nth-child(271) {
  animation-delay: 21.68s;
}

.ani-text.is-inview span:nth-child(272) {
  animation-delay: 21.76s;
}

.ani-text.is-inview span:nth-child(273) {
  animation-delay: 21.84s;
}

.ani-text.is-inview span:nth-child(274) {
  animation-delay: 21.92s;
}

.ani-text.is-inview span:nth-child(275) {
  animation-delay: 22s;
}

.ani-text.is-inview span:nth-child(276) {
  animation-delay: 22.08s;
}

.ani-text.is-inview span:nth-child(277) {
  animation-delay: 22.16s;
}

.ani-text.is-inview span:nth-child(278) {
  animation-delay: 22.24s;
}

.ani-text.is-inview span:nth-child(279) {
  animation-delay: 22.32s;
}

.ani-text.is-inview span:nth-child(280) {
  animation-delay: 22.4s;
}

.ani-text.is-inview span:nth-child(281) {
  animation-delay: 22.48s;
}

.ani-text.is-inview span:nth-child(282) {
  animation-delay: 22.56s;
}

.ani-text.is-inview span:nth-child(283) {
  animation-delay: 22.64s;
}

.ani-text.is-inview span:nth-child(284) {
  animation-delay: 22.72s;
}

.ani-text.is-inview span:nth-child(285) {
  animation-delay: 22.8s;
}

.ani-text.is-inview span:nth-child(286) {
  animation-delay: 22.88s;
}

.ani-text.is-inview span:nth-child(287) {
  animation-delay: 22.96s;
}

.ani-text.is-inview span:nth-child(288) {
  animation-delay: 23.04s;
}

.ani-text.is-inview span:nth-child(289) {
  animation-delay: 23.12s;
}

.ani-text.is-inview span:nth-child(290) {
  animation-delay: 23.2s;
}

.ani-text.is-inview span:nth-child(291) {
  animation-delay: 23.28s;
}

.ani-text.is-inview span:nth-child(292) {
  animation-delay: 23.36s;
}

.ani-text.is-inview span:nth-child(293) {
  animation-delay: 23.44s;
}

.ani-text.is-inview span:nth-child(294) {
  animation-delay: 23.52s;
}

.ani-text.is-inview span:nth-child(295) {
  animation-delay: 23.6s;
}

.ani-text.is-inview span:nth-child(296) {
  animation-delay: 23.68s;
}

.ani-text.is-inview span:nth-child(297) {
  animation-delay: 23.76s;
}

.ani-text.is-inview span:nth-child(298) {
  animation-delay: 23.84s;
}

.ani-text.is-inview span:nth-child(299) {
  animation-delay: 23.92s;
}

.ani-text.is-inview span:nth-child(300) {
  animation-delay: 24s;
}

.ani-text.is-inview span:nth-child(301) {
  animation-delay: 24.08s;
}

.ani-text.is-inview span:nth-child(302) {
  animation-delay: 24.16s;
}

.ani-text.is-inview span:nth-child(303) {
  animation-delay: 24.24s;
}

.ani-text.is-inview span:nth-child(304) {
  animation-delay: 24.32s;
}

.ani-text.is-inview span:nth-child(305) {
  animation-delay: 24.4s;
}

.ani-text.is-inview span:nth-child(306) {
  animation-delay: 24.48s;
}

.ani-text.is-inview span:nth-child(307) {
  animation-delay: 24.56s;
}

.ani-text.is-inview span:nth-child(308) {
  animation-delay: 24.64s;
}

.ani-text.is-inview span:nth-child(309) {
  animation-delay: 24.72s;
}

.ani-text.is-inview span:nth-child(310) {
  animation-delay: 24.8s;
}

.ani-text.is-inview span:nth-child(311) {
  animation-delay: 24.88s;
}

.ani-text.is-inview span:nth-child(312) {
  animation-delay: 24.96s;
}

.ani-text.is-inview span:nth-child(313) {
  animation-delay: 25.04s;
}

.ani-text.is-inview span:nth-child(314) {
  animation-delay: 25.12s;
}

.ani-text.is-inview span:nth-child(315) {
  animation-delay: 25.2s;
}

.ani-text.is-inview span:nth-child(316) {
  animation-delay: 25.28s;
}

.ani-text.is-inview span:nth-child(317) {
  animation-delay: 25.36s;
}

.ani-text.is-inview span:nth-child(318) {
  animation-delay: 25.44s;
}

.ani-text.is-inview span:nth-child(319) {
  animation-delay: 25.52s;
}

.ani-text.is-inview span:nth-child(320) {
  animation-delay: 25.6s;
}

.ani-text.is-inview span:nth-child(321) {
  animation-delay: 25.68s;
}

.ani-text.is-inview span:nth-child(322) {
  animation-delay: 25.76s;
}

.ani-text.is-inview span:nth-child(323) {
  animation-delay: 25.84s;
}

.ani-text.is-inview span:nth-child(324) {
  animation-delay: 25.92s;
}

.ani-text.is-inview span:nth-child(325) {
  animation-delay: 26s;
}

.ani-text.is-inview span:nth-child(326) {
  animation-delay: 26.08s;
}

.ani-text.is-inview span:nth-child(327) {
  animation-delay: 26.16s;
}

.ani-text.is-inview span:nth-child(328) {
  animation-delay: 26.24s;
}

.ani-text.is-inview span:nth-child(329) {
  animation-delay: 26.32s;
}

.ani-text.is-inview span:nth-child(330) {
  animation-delay: 26.4s;
}

.ani-text.is-inview span:nth-child(331) {
  animation-delay: 26.48s;
}

.ani-text.is-inview span:nth-child(332) {
  animation-delay: 26.56s;
}

.ani-text.is-inview span:nth-child(333) {
  animation-delay: 26.64s;
}

.ani-text.is-inview span:nth-child(334) {
  animation-delay: 26.72s;
}

.ani-text.is-inview span:nth-child(335) {
  animation-delay: 26.8s;
}

.ani-text.is-inview span:nth-child(336) {
  animation-delay: 26.88s;
}

.ani-text.is-inview span:nth-child(337) {
  animation-delay: 26.96s;
}

.ani-text.is-inview span:nth-child(338) {
  animation-delay: 27.04s;
}

.ani-text.is-inview span:nth-child(339) {
  animation-delay: 27.12s;
}

.ani-text.is-inview span:nth-child(340) {
  animation-delay: 27.2s;
}

.ani-text.is-inview span:nth-child(341) {
  animation-delay: 27.28s;
}

.ani-text.is-inview span:nth-child(342) {
  animation-delay: 27.36s;
}

.ani-text.is-inview span:nth-child(343) {
  animation-delay: 27.44s;
}

.ani-text.is-inview span:nth-child(344) {
  animation-delay: 27.52s;
}

.ani-text.is-inview span:nth-child(345) {
  animation-delay: 27.6s;
}

.ani-text.is-inview span:nth-child(346) {
  animation-delay: 27.68s;
}

.ani-text.is-inview span:nth-child(347) {
  animation-delay: 27.76s;
}

.ani-text.is-inview span:nth-child(348) {
  animation-delay: 27.84s;
}

.ani-text.is-inview span:nth-child(349) {
  animation-delay: 27.92s;
}

.ani-text.is-inview span:nth-child(350) {
  animation-delay: 28s;
}

.ani-text.is-inview span:nth-child(351) {
  animation-delay: 28.08s;
}

.ani-text.is-inview span:nth-child(352) {
  animation-delay: 28.16s;
}

.ani-text.is-inview span:nth-child(353) {
  animation-delay: 28.24s;
}

.ani-text.is-inview span:nth-child(354) {
  animation-delay: 28.32s;
}

.ani-text.is-inview span:nth-child(355) {
  animation-delay: 28.4s;
}

.ani-text.is-inview span:nth-child(356) {
  animation-delay: 28.48s;
}

.ani-text.is-inview span:nth-child(357) {
  animation-delay: 28.56s;
}

.ani-text.is-inview span:nth-child(358) {
  animation-delay: 28.64s;
}

.ani-text.is-inview span:nth-child(359) {
  animation-delay: 28.72s;
}

.ani-text.is-inview span:nth-child(360) {
  animation-delay: 28.8s;
}

.ani-text.is-inview span:nth-child(361) {
  animation-delay: 28.88s;
}

.ani-text.is-inview span:nth-child(362) {
  animation-delay: 28.96s;
}

.ani-text.is-inview span:nth-child(363) {
  animation-delay: 29.04s;
}

.ani-text.is-inview span:nth-child(364) {
  animation-delay: 29.12s;
}

.ani-text.is-inview span:nth-child(365) {
  animation-delay: 29.2s;
}

.ani-text.is-inview span:nth-child(366) {
  animation-delay: 29.28s;
}

.ani-text.is-inview span:nth-child(367) {
  animation-delay: 29.36s;
}

.ani-text.is-inview span:nth-child(368) {
  animation-delay: 29.44s;
}

.ani-text.is-inview span:nth-child(369) {
  animation-delay: 29.52s;
}

.ani-text.is-inview span:nth-child(370) {
  animation-delay: 29.6s;
}

.ani-text.is-inview span:nth-child(371) {
  animation-delay: 29.68s;
}

.ani-text.is-inview span:nth-child(372) {
  animation-delay: 29.76s;
}

.ani-text.is-inview span:nth-child(373) {
  animation-delay: 29.84s;
}

.ani-text.is-inview span:nth-child(374) {
  animation-delay: 29.92s;
}

.ani-text.is-inview span:nth-child(375) {
  animation-delay: 30s;
}

.ani-text.is-inview span:nth-child(376) {
  animation-delay: 30.08s;
}

.ani-text.is-inview span:nth-child(377) {
  animation-delay: 30.16s;
}

.ani-text.is-inview span:nth-child(378) {
  animation-delay: 30.24s;
}

.ani-text.is-inview span:nth-child(379) {
  animation-delay: 30.32s;
}

.ani-text.is-inview span:nth-child(380) {
  animation-delay: 30.4s;
}

.ani-text.is-inview span:nth-child(381) {
  animation-delay: 30.48s;
}

.ani-text.is-inview span:nth-child(382) {
  animation-delay: 30.56s;
}

.ani-text.is-inview span:nth-child(383) {
  animation-delay: 30.64s;
}

.ani-text.is-inview span:nth-child(384) {
  animation-delay: 30.72s;
}

.ani-text.is-inview span:nth-child(385) {
  animation-delay: 30.8s;
}

.ani-text.is-inview span:nth-child(386) {
  animation-delay: 30.88s;
}

.ani-text.is-inview span:nth-child(387) {
  animation-delay: 30.96s;
}

.ani-text.is-inview span:nth-child(388) {
  animation-delay: 31.04s;
}

.ani-text.is-inview span:nth-child(389) {
  animation-delay: 31.12s;
}

.ani-text.is-inview span:nth-child(390) {
  animation-delay: 31.2s;
}

.ani-text.is-inview span:nth-child(391) {
  animation-delay: 31.28s;
}

.ani-text.is-inview span:nth-child(392) {
  animation-delay: 31.36s;
}

.ani-text.is-inview span:nth-child(393) {
  animation-delay: 31.44s;
}

.ani-text.is-inview span:nth-child(394) {
  animation-delay: 31.52s;
}

.ani-text.is-inview span:nth-child(395) {
  animation-delay: 31.6s;
}

.ani-text.is-inview span:nth-child(396) {
  animation-delay: 31.68s;
}

.ani-text.is-inview span:nth-child(397) {
  animation-delay: 31.76s;
}

.ani-text.is-inview span:nth-child(398) {
  animation-delay: 31.84s;
}

.ani-text.is-inview span:nth-child(399) {
  animation-delay: 31.92s;
}

.ani-text.is-inview span:nth-child(400) {
  animation-delay: 32s;
}

.ani-text.is-inview span:nth-child(401) {
  animation-delay: 32.08s;
}

.ani-text.is-inview span:nth-child(402) {
  animation-delay: 32.16s;
}

.ani-text.is-inview span:nth-child(403) {
  animation-delay: 32.24s;
}

.ani-text.is-inview span:nth-child(404) {
  animation-delay: 32.32s;
}

.ani-text.is-inview span:nth-child(405) {
  animation-delay: 32.4s;
}

.ani-text.is-inview span:nth-child(406) {
  animation-delay: 32.48s;
}

.ani-text.is-inview span:nth-child(407) {
  animation-delay: 32.56s;
}

.ani-text.is-inview span:nth-child(408) {
  animation-delay: 32.64s;
}

.ani-text.is-inview span:nth-child(409) {
  animation-delay: 32.72s;
}

.ani-text.is-inview span:nth-child(410) {
  animation-delay: 32.8s;
}

.ani-text.is-inview span:nth-child(411) {
  animation-delay: 32.88s;
}

.ani-text.is-inview span:nth-child(412) {
  animation-delay: 32.96s;
}

.ani-text.is-inview span:nth-child(413) {
  animation-delay: 33.04s;
}

.ani-text.is-inview span:nth-child(414) {
  animation-delay: 33.12s;
}

.ani-text.is-inview span:nth-child(415) {
  animation-delay: 33.2s;
}

.ani-text.is-inview span:nth-child(416) {
  animation-delay: 33.28s;
}

.ani-text.is-inview span:nth-child(417) {
  animation-delay: 33.36s;
}

.ani-text.is-inview span:nth-child(418) {
  animation-delay: 33.44s;
}

.ani-text.is-inview span:nth-child(419) {
  animation-delay: 33.52s;
}

.ani-text.is-inview span:nth-child(420) {
  animation-delay: 33.6s;
}

.ani-text.is-inview span:nth-child(421) {
  animation-delay: 33.68s;
}

.ani-text.is-inview span:nth-child(422) {
  animation-delay: 33.76s;
}

.ani-text.is-inview span:nth-child(423) {
  animation-delay: 33.84s;
}

.ani-text.is-inview span:nth-child(424) {
  animation-delay: 33.92s;
}

.ani-text.is-inview span:nth-child(425) {
  animation-delay: 34s;
}

.ani-text.is-inview span:nth-child(426) {
  animation-delay: 34.08s;
}

.ani-text.is-inview span:nth-child(427) {
  animation-delay: 34.16s;
}

.ani-text.is-inview span:nth-child(428) {
  animation-delay: 34.24s;
}

.ani-text.is-inview span:nth-child(429) {
  animation-delay: 34.32s;
}

.ani-text.is-inview span:nth-child(430) {
  animation-delay: 34.4s;
}

.ani-text.is-inview span:nth-child(431) {
  animation-delay: 34.48s;
}

.ani-text.is-inview span:nth-child(432) {
  animation-delay: 34.56s;
}

.ani-text.is-inview span:nth-child(433) {
  animation-delay: 34.64s;
}

.ani-text.is-inview span:nth-child(434) {
  animation-delay: 34.72s;
}

.ani-text.is-inview span:nth-child(435) {
  animation-delay: 34.8s;
}

.ani-text.is-inview span:nth-child(436) {
  animation-delay: 34.88s;
}

.ani-text.is-inview span:nth-child(437) {
  animation-delay: 34.96s;
}

.ani-text.is-inview span:nth-child(438) {
  animation-delay: 35.04s;
}

.ani-text.is-inview span:nth-child(439) {
  animation-delay: 35.12s;
}

.ani-text.is-inview span:nth-child(440) {
  animation-delay: 35.2s;
}

.ani-text.is-inview span:nth-child(441) {
  animation-delay: 35.28s;
}

.ani-text.is-inview span:nth-child(442) {
  animation-delay: 35.36s;
}

.ani-text.is-inview span:nth-child(443) {
  animation-delay: 35.44s;
}

.ani-text.is-inview span:nth-child(444) {
  animation-delay: 35.52s;
}

.ani-text.is-inview span:nth-child(445) {
  animation-delay: 35.6s;
}

.ani-text.is-inview span:nth-child(446) {
  animation-delay: 35.68s;
}

.ani-text.is-inview span:nth-child(447) {
  animation-delay: 35.76s;
}

.ani-text.is-inview span:nth-child(448) {
  animation-delay: 35.84s;
}

.ani-text.is-inview span:nth-child(449) {
  animation-delay: 35.92s;
}

.ani-text.is-inview span:nth-child(450) {
  animation-delay: 36s;
}

.ani-text.is-inview span:nth-child(451) {
  animation-delay: 36.08s;
}

.ani-text.is-inview span:nth-child(452) {
  animation-delay: 36.16s;
}

.ani-text.is-inview span:nth-child(453) {
  animation-delay: 36.24s;
}

.ani-text.is-inview span:nth-child(454) {
  animation-delay: 36.32s;
}

.ani-text.is-inview span:nth-child(455) {
  animation-delay: 36.4s;
}

.ani-text.is-inview span:nth-child(456) {
  animation-delay: 36.48s;
}

.ani-text.is-inview span:nth-child(457) {
  animation-delay: 36.56s;
}

.ani-text.is-inview span:nth-child(458) {
  animation-delay: 36.64s;
}

.ani-text.is-inview span:nth-child(459) {
  animation-delay: 36.72s;
}

.ani-text.is-inview span:nth-child(460) {
  animation-delay: 36.8s;
}

.ani-text.is-inview span:nth-child(461) {
  animation-delay: 36.88s;
}

.ani-text.is-inview span:nth-child(462) {
  animation-delay: 36.96s;
}

.ani-text.is-inview span:nth-child(463) {
  animation-delay: 37.04s;
}

.ani-text.is-inview span:nth-child(464) {
  animation-delay: 37.12s;
}

.ani-text.is-inview span:nth-child(465) {
  animation-delay: 37.2s;
}

.ani-text.is-inview span:nth-child(466) {
  animation-delay: 37.28s;
}

.ani-text.is-inview span:nth-child(467) {
  animation-delay: 37.36s;
}

.ani-text.is-inview span:nth-child(468) {
  animation-delay: 37.44s;
}

.ani-text.is-inview span:nth-child(469) {
  animation-delay: 37.52s;
}

.ani-text.is-inview span:nth-child(470) {
  animation-delay: 37.6s;
}

.ani-text.is-inview span:nth-child(471) {
  animation-delay: 37.68s;
}

.ani-text.is-inview span:nth-child(472) {
  animation-delay: 37.76s;
}

.ani-text.is-inview span:nth-child(473) {
  animation-delay: 37.84s;
}

.ani-text.is-inview span:nth-child(474) {
  animation-delay: 37.92s;
}

.ani-text.is-inview span:nth-child(475) {
  animation-delay: 38s;
}

.ani-text.is-inview span:nth-child(476) {
  animation-delay: 38.08s;
}

.ani-text.is-inview span:nth-child(477) {
  animation-delay: 38.16s;
}

.ani-text.is-inview span:nth-child(478) {
  animation-delay: 38.24s;
}

.ani-text.is-inview span:nth-child(479) {
  animation-delay: 38.32s;
}

.ani-text.is-inview span:nth-child(480) {
  animation-delay: 38.4s;
}

.ani-text.is-inview span:nth-child(481) {
  animation-delay: 38.48s;
}

.ani-text.is-inview span:nth-child(482) {
  animation-delay: 38.56s;
}

.ani-text.is-inview span:nth-child(483) {
  animation-delay: 38.64s;
}

.ani-text.is-inview span:nth-child(484) {
  animation-delay: 38.72s;
}

.ani-text.is-inview span:nth-child(485) {
  animation-delay: 38.8s;
}

.ani-text.is-inview span:nth-child(486) {
  animation-delay: 38.88s;
}

.ani-text.is-inview span:nth-child(487) {
  animation-delay: 38.96s;
}

.ani-text.is-inview span:nth-child(488) {
  animation-delay: 39.04s;
}

.ani-text.is-inview span:nth-child(489) {
  animation-delay: 39.12s;
}

.ani-text.is-inview span:nth-child(490) {
  animation-delay: 39.2s;
}

.ani-text.is-inview span:nth-child(491) {
  animation-delay: 39.28s;
}

.ani-text.is-inview span:nth-child(492) {
  animation-delay: 39.36s;
}

.ani-text.is-inview span:nth-child(493) {
  animation-delay: 39.44s;
}

.ani-text.is-inview span:nth-child(494) {
  animation-delay: 39.52s;
}

.ani-text.is-inview span:nth-child(495) {
  animation-delay: 39.6s;
}

.ani-text.is-inview span:nth-child(496) {
  animation-delay: 39.68s;
}

.ani-text.is-inview span:nth-child(497) {
  animation-delay: 39.76s;
}

.ani-text.is-inview span:nth-child(498) {
  animation-delay: 39.84s;
}

.ani-text.is-inview span:nth-child(499) {
  animation-delay: 39.92s;
}

.ani-text.is-inview span:nth-child(500) {
  animation-delay: 40s;
}

/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

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

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
  cursor: pointer;
}

a:hover {
  opacity: 0.5;
}

a:link,
a:visited,
a:active {
  color: #0d133f;
  text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.ffYG {
  font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.ffYM {
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.5em;
  letter-spacing: 0em;
  word-break: break-word;
  color: #0d133f;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  body {
    line-height: 25px;
  }
}

#wrap {
  display: block;
  padding-top: 60px;
}

@media (max-width: 767px) {
  #wrap {
    padding-top: 50px;
  }
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px auto;
}

.alignleft {
  float: left;
  margin: 5px auto 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px auto;
}

a img.alignnone {
  margin: 5px 0 20px;
}

a img.alignleft {
  float: left;
  margin: 5px auto 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px;
}

.wp-caption.alignleft {
  margin: 5px auto 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px auto;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.wp-video {
  max-width: 100%;
  margin-bottom: 40px;
}

.wp-video video {
  max-width: 100%;
  height: auto;
}

.cms-content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}

.cms-content::after {
  content: "";
  clear: both;
  display: table;
}

.cms-content ul,
.cms-content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.cms-content ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}

.cms-content ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}

.cms-content ul li {
  list-style: disc;
}

.cms-content ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}

.cms-content ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}

.cms-content ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}

.cms-content ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}

.cms-content ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}

.cms-content ol li {
  list-style-type: decimal;
}

.cms-content p {
  margin-bottom: 35px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1875em;
  letter-spacing: 0em;
  font-weight: 400;
}

.cms-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .cms-content p {
    line-height: 25px;
  }
}

.cms-content blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  unicode-bidi: isolate;
}

@media (max-width: 767px) {
  .cms-content p {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571em;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.cms-content iframe {
  max-width: 100% !important;
}

.cms-content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

.cms-content table {
  table-layout: fixed;
  border: 1px solid #0d133f;
  margin-bottom: 40px;
}

.cms-content table td,
.cms-content table th {
  border: 1px solid #0d133f;
}

.c-img {
  display: block;
  position: relative;
}

.c-img img {
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-img--contain img {
  object-fit: contain;
}

.c-img--top img {
  object-position: top;
}

.c-fw {
  width: 100%;
}

[rel~="js-lazy"] {
  opacity: 0;
}

[rel~="js-lazy"]:not(.initial) {
  transition: opacity 0.15s;
}

[rel~="js-lazy"].initial, [rel~="js-lazy"].loaded, [rel~="js-lazy"].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-lazybg--top {
  background-position: center top;
}

.c-lazybg--contain {
  background-size: contain;
}

.c-bg {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 150vh;
  z-index: -1;
}

.c-btn {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46667em;
  letter-spacing: 0.05em;
  padding-right: 31px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .c-btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding-right: 18px;
  }
}

.c-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 2px;
  background-size: 100%;
  transition: transform 0.5s;
  background-image: url("../img/common/ar_bl.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 767px) {
  .c-btn::after {
    width: 12px;
    height: 12px;
    top: 4px;
  }
}

.c-btn:hover {
  opacity: 1;
}

.c-btn:hover::after {
  transform: translateX(5px);
}

.c-btn--white span {
  color: #fff;
}

.c-btn--white::after {
  background-image: url("../img/common/ar_w.svg");
}

.c-btn--big {
  padding-right: 22px;
}

@media (min-width: 768px) {
  .c-btn--big {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    padding-right: 46px;
  }
}

.c-btn--big::after {
  top: 5px;
}

@media (min-width: 768px) {
  .c-btn--big::after {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}

.c-title__en {
  font-size: 30px;
  font-size: 3rem;
  line-height: 2.1em;
  letter-spacing: 0.13em;
  font-family: "Lora", serif;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .c-title__en {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667em;
    letter-spacing: 0.05em;
    margin-bottom: 22px;
  }
}

.c-title__jp {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.94444em;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .c-title__jp {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4375em;
  }
}

.c-banner {
  display: block;
  position: relative;
  cursor: pointer;
}

.c-banner:hover {
  opacity: 1;
}

.c-banner:hover .c-banner__img::after {
  opacity: 0.02;
}

.c-banner:hover .c-banner__img img {
  filter: saturate(100%);
  -webkit-filter: saturate(100%);
}

.c-banner:hover .c-banner__txt {
  opacity: 0;
}

.c-banner:hover::after {
  transform: translateX(5px);
}

.c-banner__img {
  position: relative;
  overflow: hidden;
}

.c-banner__img::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 0.8s;
}

.c-banner__img img {
  width: 100%;
  filter: saturate(0%);
  -webkit-filterfilter: saturate(0%);
  transition: 0.8s;
}

.c-banner__txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  transition: opacity 0.8s;
  z-index: 2;
}

.c-banner::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 22px;
  bottom: 21px;
  background-size: 100%;
  transition: transform 0.8s;
  background-image: url("../img/common/ar_w.svg");
  background-repeat: no-repeat;
  background-position: center right;
}

@media (max-width: 767px) {
  .c-banner::after {
    width: 12px;
    height: 12px;
    right: 6px;
    bottom: 6px;
  }
}

.c_sec_event {
  margin-top: 256px;
  position: relative;
  overflow: hidden;
  padding: 134px 0 109px;
  background: #e7e7de;
  z-index: 2;
}

.c_sec_event .innerbox {
  position: relative;
}

@media (min-width: 768px) {
  .c_sec_event {
    padding-left: calc((100% - 1053px) / 2);
  }
  .c_sec_event .innerbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .c_sec_event .innerbox .ttl_main {
    width: 200px;
  }
  .c_sec_event .innerbox .archive_list {
    width: calc(100% - 200px);
  }
}

@media (max-width: 767px) {
  .c_sec_event {
    margin-top: 119px;
    padding: 68px 0 71px;
  }
}

.c_sec_event .archive_list {
  position: relative;
  padding-top: 48px;
}

@media (max-width: 767px) {
  .c_sec_event .archive_list {
    padding: 39px 0 34px 20px;
    margin-top: 23px;
  }
}

.c_sec_event .btn_back_list {
  font-size: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .c_sec_event .btn_back_list {
    position: absolute;
    width: 123px;
    bottom: 130px;
    left: -232px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .c_sec_event .btn_back_list {
    left: -215px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1130px) {
  .c_sec_event .btn_back_list {
    left: -160px;
  }
}

@media (max-width: 767px) {
  .c_sec_event .btn_back_list {
    margin-top: 30px;
    text-align: center;
  }
}

.c_sec_event .btn_back_list a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.46667em;
  letter-spacing: 0em;
  font-weight: 700;
  display: inline-block;
  /*background: url(../img/common/c_btn_next.png) center no-repeat;
      background-size: 100%;*/
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}

.c_sec_event .btn_back_list a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.62988L16.7778 8.62988' stroke='%230D133F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.88867 0.629883L16.7776 8.62991L8.88867 16.6299' stroke='%230D133F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  transition: transform 0.5s;
}

.c_sec_event .btn_back_list a:hover {
  opacity: 1;
}

.c_sec_event .btn_back_list a:hover:after {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .c_sec_event .btn_back_list a {
    padding-right: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857em;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .c_sec_event .btn_back_list a:after {
    top: 3px;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999878 7.08447L12.9999 7.08447' stroke='%230D133F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99988 1L12.9999 7.08451L6.99988 13.169' stroke='%230D133F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 14px 14px;
  }
}

.c_sec_event .splide__arrows {
  position: absolute;
  width: 123px;
  bottom: 130px;
  left: -232px;
}

@media only screen and (max-width: 1230px) {
  .c_sec_event .splide__arrows {
    left: -215px;
  }
}

@media only screen and (max-width: 1130px) {
  .c_sec_event .splide__arrows {
    left: -160px;
  }
}

@media (max-width: 767px) {
  .c_sec_event .splide__arrows {
    left: 0;
    bottom: 20px;
    right: 0;
    margin: 0 auto;
  }
}

.c_sec_event .splide__arrow {
  width: 123px;
  height: 23px;
  top: 0;
  transform: translateY(0);
  border-radius: 0;
  box-shadow: none;
  background-size: 100%;
  background: none;
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
}

.c_sec_event .splide__arrow svg {
  display: none;
}

.c_sec_event .splide__arrow:hover {
  opacity: 0.5;
}

.c_sec_event .splide__arrow:disabled {
  pointer-events: none;
}

@media (max-width: 767px) {
  .c_sec_event .splide__arrow {
    width: 113px;
    height: 20px;
    left: 5px;
  }
}

.c_sec_event .splide__arrow--prev {
  display: none;
}

.c_sec_event .splide__arrow--next {
  background: url(../img/common/c_btn_next.png) center no-repeat;
}

@media (max-width: 767px) {
  .c_sec_event .splide__arrow--next {
    background: url(../img/common/c_btn_next_sp.png) center no-repeat;
  }
}

.c_sec_event .splide-page-display {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.08333em;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c_sec_event .splide-page-display {
    left: 20px;
  }
}

.c_sec_event .ttl_main {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75em;
  letter-spacing: 0.38em;
  font-weight: 700;
  text-align: left;
  line-height: 2.6em;
  height: max-content;
}

@media (min-width: 768px) {
  .c_sec_event .ttl_main {
    padding-right: 138px;
    margin-top: 151px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1130px) {
  .c_sec_event .ttl_main {
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .c_sec_event .ttl_main {
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0.07em;
    font-weight: 400;
    line-height: 2.1em;
    padding-right: 0;
  }
}

.c_sec_event .c-img:before {
  padding-top: 100%;
}

@media (max-width: 767px) {
  .c_sec_event .c-img:before {
    padding-top: 100%;
  }
}

.c_sec_event .c-listcat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c_sec_event .c-listcat .cat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333em;
  letter-spacing: 0.05em;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 14px 1px 9px;
  border: 1px solid #0d133f;
  margin-right: 8px;
  margin-top: 8px;
}

.c_sec_event .c-listcat .cat:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .c_sec_event .c-listcat .cat {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75em;
    letter-spacing: 0em;
    font-weight: 400;
    padding: 0 9px 2px 11px;
    margin-right: 7px;
    margin-top: 7px;
  }
}

.c_sec_event .item {
  cursor: pointer;
}

@media (min-width: 768px) {
  .c_sec_event .item {
    width: 380px !important;
  }
}

@media (max-width: 767px) {
  .c_sec_event .item {
    width: 250px !important;
  }
}

.c_sec_event .item:hover {
  opacity: 1;
}

.c_sec_event .item:hover .img img {
  transform: scale(1.1, 1.1);
}

.c_sec_event .item .img {
  position: relative;
  overflow: hidden;
}

.c_sec_event .item .img.no_event img {
  filter: brightness(20%);
}

.c_sec_event .item .img .event_done {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -27px;
  text-align: center;
  font-size: 0;
  line-height: 1;
  z-index: 1;
}

.c_sec_event .item .img .event_done span {
  padding-left: 7px;
  width: 130px;
  margin: 0 auto;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 0.25em;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  height: 54px;
  align-items: center;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 2px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .c_sec_event .item .img .event_done {
    margin-top: -15px;
  }
  .c_sec_event .item .img .event_done span {
    padding-left: 5px;
    width: 85px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1em;
    letter-spacing: 0.25em;
    font-weight: 400;
    padding-bottom: 2px;
    height: 30px;
  }
}

.c_sec_event .item .img img {
  width: 100%;
  transition: transform 0.8s ease;
}

.c_sec_event .item .txtbox {
  margin-top: 17px;
}

.c_sec_event .item .txtbox .ttl-post {
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .c_sec_event .item .txtbox .ttl-post {
    padding-right: 28px;
  }
}

.c_sec_event .item .txtbox .event_date {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308em;
  letter-spacing: 0.15em;
  font-weight: 700;
}

.c_sec_event .item .txtbox .event_address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308em;
  letter-spacing: 0.15em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c_sec_event .item .txtbox {
    margin-top: 11px;
  }
  .c_sec_event .item .txtbox .ttl-post {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667em;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .c_sec_event .item .txtbox .event_date {
    margin-top: 4px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92308em;
    letter-spacing: 0em;
    font-weight: 400;
  }
  .c_sec_event .item .txtbox .event_address {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.92308em;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.c_sec_event .item .c-listcat {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .c_sec_event .item .c-listcat {
    margin-top: 2px;
  }
}

@media (min-width: 768px) {
  .showroom .c_sec_event .btn_back_list {
    bottom: 92px;
  }
}

.c-pagetitle {
  padding-top: 120px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.c-pagetitle .ttl-en {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.52em;
  letter-spacing: 0.13em;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Lora", serif;
}

.c-pagetitle .ttl {
  margin: 25px auto 0;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.38889em;
  letter-spacing: 0.4em;
  font-weight: 400;
  line-height: 2.4em;
  height: max-content;
}

.c-pagetitle .txt-en {
  margin-top: 23px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.07143em;
  letter-spacing: 0.13em;
  font-weight: 400;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .c-pagetitle {
    padding-top: 40px;
  }
  .c-pagetitle .ttl-en {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667em;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
  .c-pagetitle .ttl-en span {
    text-transform: uppercase;
  }
  .c-pagetitle .ttl {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: 0.07em;
    font-weight: 400;
  }
}

.footer {
  padding: 203px 0 74px;
}

@media (max-width: 767px) {
  .footer {
    padding: 95px 0 22px;
  }
}

.footer__logo {
  text-align: center;
  margin-bottom: 204px;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 56px;
  }
  .footer__logo img {
    width: 144px;
  }
}

.footer__ctn {
  margin-bottom: 54px;
}

@media (min-width: 768px) {
  .footer__ctn {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.footer__ctn .ft_address {
  margin-bottom: 43px;
}

@media (min-width: 768px) {
  .footer__ctn .ft_address {
    margin-bottom: 0;
    width: calc(100% - 298px);
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1024px) {
  .footer__ctn .ft_address {
    padding-right: 20px;
  }
}

.footer__ctn .ft_nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-right: 1px solid #000;
}

@media (min-width: 768px) {
  .footer__ctn .ft_nav {
    width: 298px;
    margin-top: 10px;
  }
}

.footer__ctn .ft_nav li {
  width: 33.333%;
  writing-mode: tb-rl;
  border-left: 1px solid #000;
  min-height: 291px;
}

@media (max-width: 767px) {
  .footer__ctn .ft_nav li {
    width: 60px;
    min-height: 150px;
  }
}

.footer__ctn .ft_nav li:first-child a {
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .footer__ctn .ft_nav li:last-child a {
    letter-spacing: 0.2em;
  }
}

.footer__ctn .ft_nav li a {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2em;
  letter-spacing: 0.4em;
  padding-right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 6px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .footer__ctn .ft_nav li a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.13333em;
    letter-spacing: 0.15em;
    padding-top: 0;
  }
}

.footer__ctn .ft_nav li a:hover {
  opacity: 0.5;
}

.footer__ctn .ft_nav li a::after {
  top: auto;
  bottom: 3px;
  left: 50%;
  margin-left: -8px;
  right: auto;
}

@media (max-width: 767px) {
  .footer__ctn .ft_nav li a::after {
    bottom: -2px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
  }
}

.footer__ctn .item {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667em;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .footer__ctn .item {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.86667em;
    letter-spacing: 0.05em;
    width: calc(50% - 13px);
    max-width: 379px;
  }
  .footer__ctn .item:not(:nth-child(2n)) {
    margin-right: 26px;
  }
  .footer__ctn .item:not(:nth-child(-n + 2)) {
    margin-top: 46px;
  }
}

@media (max-width: 767px) {
  .footer__ctn .item:not(:last-child) {
    margin-bottom: 28px;
  }
}

.footer__ctn .item__tt {
  font-weight: bold;
}

@media (max-width: 767px) {
  .footer__ctn .item__tt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.86667em;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
  }
}

.footer__ctn .item .instagram {
  display: inline-block;
  position: relative;
  padding-left: 6px;
  top: -2px;
}

@media (max-width: 767px) {
  .footer__ctn .item .instagram {
    padding-left: 5px;
  }
  .footer__ctn .item .instagram img {
    width: 16px;
  }
}

@media (min-width: 768px) {
  .footer__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

.footer__bottom .info {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667em;
  letter-spacing: 0em;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .footer__bottom .info {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2em;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}

.footer__bottom .info__tt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667em;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding-right: 39px;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .footer__bottom .info__tt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.86667em;
    margin-bottom: 7px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .footer__bottom .nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
  }
}

.footer__bottom .nav a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.5em;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .footer__bottom .nav a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.72727em;
    letter-spacing: 0em;
  }
}

.footer__bottom .nav .copyright {
  padding-left: 27px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 3em;
  letter-spacing: 0.02em;
  font-family: "Lora", serif;
}

@media (max-width: 767px) {
  .footer__bottom .nav .copyright {
    padding-left: 0;
    margin-top: 35px;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}

@media (max-width: 767px) {
  .header {
    height: 45px;
  }
}

.header .inHeader {
  position: relative;
  z-index: 2000;
  padding: 6px 25px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 1505px) {
  .header .inHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .header .inHeader {
    padding: 0;
  }
}

.header #logo {
  position: absolute;
  top: 10px;
  left: 28px;
  z-index: 1000;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 1505px) {
  .header #logo {
    left: 15px;
  }
}

@media only screen and (max-width: 1115px) {
  .header #logo {
    top: 5px;
  }
}

@media (max-width: 767px) {
  .header #logo {
    left: 14px;
    top: 8px;
  }
  .header #logo img {
    width: 96px;
  }
}

.layerMenu {
  text-align: right;
  position: relative;
}

@media (max-width: 767px) {
  .layerMenu {
    position: fixed;
    top: 0;
    z-index: 900;
    width: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    text-align: left;
    background: #630c02;
    transition: width 0.5s, opacity 0.8s;
  }
}

.layerMenu .inLayer {
  position: relative;
}

@media (max-width: 767px) {
  .layerMenu .inLayer {
    height: 100%;
    padding: 50px 0 10px;
    overflow: auto;
    display: block;
  }
}

.layerMenu .gNavi {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1115px) {
  .layerMenu .gNavi {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .layerMenu .gNavi {
    display: block;
    padding: 36px 35px 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.layerMenu .gNavi a {
  display: block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}

@media only screen and (max-width: 1505px) {
  .layerMenu .gNavi a {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1195px) {
  .layerMenu .gNavi a {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 880px) {
  .layerMenu .gNavi a {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767px) {
  .layerMenu .gNavi a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.layerMenu .gNavi a .txtEn {
  filter: blur(3px);
  position: absolute;
  left: 0;
  top: 0;
  text-transform: capitalize;
}

.layerMenu .gNavi a span {
  display: block;
  transition: opacity 0.8s, filter 0.8s ease-in-out;
  will-change: opacity, filter;
  opacity: 0;
  white-space: nowrap;
}

.layerMenu .gNavi a .txtJp {
  opacity: 1;
}

@media only screen and (min-width: 1025px) {
  .layerMenu .gNavi a {
    cursor: pointer;
  }
  .layerMenu .gNavi a:hover {
    opacity: 1;
  }
  .layerMenu .gNavi a:hover .txtEn {
    opacity: 1;
    filter: blur(0);
  }
  .layerMenu .gNavi a:hover .txtJp {
    filter: blur(3px);
    opacity: 0;
  }
}

.layerMenu .gNavi li {
  display: inline-block;
  position: relative;
  padding: 15px 0;
  padding-left: 30px;
}

@media only screen and (max-width: 1505px) {
  .layerMenu .gNavi li {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 880px) {
  .layerMenu .gNavi li {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .layerMenu .gNavi li {
    display: block;
    width: 100%;
    padding: 0 0 18px;
  }
  .layerMenu .gNavi li.wver {
    width: 20%;
    min-height: 150px;
    writing-mode: tb-rl;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-right: 1px solid #fff;
    padding-bottom: 0;
    margin-bottom: 34px;
  }
  .layerMenu .gNavi li.wver:first-child {
    border-left: 1px solid #fff;
  }
  .layerMenu .gNavi li.wver a {
    font-size: 16px;
    font-size: 1.6rem;
    height: 100%;
  }
  .layerMenu .gNavi li.wver a::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
    transition: transform 0.5s;
    background-image: url("../img/common/ar_w.svg");
    background-repeat: no-repeat;
    background-position: center right;
  }
}

@media (max-width: 767px) {
  .layerMenu .header_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 35px;
  }
  .layerMenu .header_btn li {
    width: calc(50% - 3px);
  }
  .layerMenu .header_btn li:not(:nth-child(2n)) {
    margin-right: 6px;
  }
  .layerMenu .header_btn li a {
    color: #fff;
    background-color: #1c385a;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    min-height: 40px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231em;
    letter-spacing: 0.05em;
  }
}

.social {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 24px;
  z-index: 1000;
}

@media only screen and (max-width: 1505px) {
  .social {
    padding-left: 10px;
  }
}

@media only screen and (max-width: 1115px) {
  .social {
    position: absolute;
    top: 3px;
    right: 15px;
  }
}

@media (max-width: 767px) {
  .social {
    position: absolute;
    right: 47px;
    top: 7px;
  }
}

.social li:not(:first-child) {
  padding-left: 14px;
}

@media (max-width: 767px) {
  .social li:not(:first-child) {
    padding-left: 11px;
  }
}

.social li a {
  display: block;
}

@media (max-width: 767px) {
  .social li .instagram {
    width: 16px;
  }
}

@media (max-width: 767px) {
  .social li .facebook {
    width: 14px;
  }
}

@media (max-width: 767px) {
  .social li .youtube {
    width: 16px;
  }
}

@media (max-width: 767px) {
  .layerOn .layerMenu {
    opacity: 1;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .layerOn #logo img {
    filter: brightness(100);
  }
}

@media (max-width: 767px) {
  .layerOn .social img {
    filter: brightness(100);
  }
}

.hamberger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 45px;
  height: 45px;
  padding: 16px 14px 0;
  line-height: 1;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  display: none;
}

@media (max-width: 767px) {
  .hamberger {
    display: block;
  }
}

.hamberger span {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-bottom: 5px;
  background: #0d133f;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.hamberger.active span {
  background-color: #fff;
}

.hamberger.active .ham {
  transform: rotate(45deg) translateY(4px) translateX(4px);
}

.hamberger.active .ber {
  transform: rotate(-45deg);
}

.hamberger.active .ger {
  display: none;
}

.header.is-white a, .header.is-white02 a, .header.is-white03 a, .header.is-white04 a {
  color: #fff;
}

.header.is-white #logo img, .header.is-white02 #logo img, .header.is-white03 #logo img, .header.is-white04 #logo img {
  filter: brightness(100);
}

.header.is-white .social img, .header.is-white02 .social img, .header.is-white03 .social img, .header.is-white04 .social img {
  filter: brightness(100);
}

.header.is-white .hamberger span, .header.is-white02 .hamberger span, .header.is-white03 .hamberger span, .header.is-white04 .hamberger span {
  background-color: #fff;
}

@media (min-width: 768px) {
  .header.is-navy a {
    color: #0d133f !important;
  }
  .header.is-navy #logo img {
    filter: none !important;
  }
  .header.is-navy .social img {
    filter: none !important;
  }
  .header.is-navy .hamberger span {
    background-color: #0d133f !important;
  }
}

@media (max-width: 767px) {
  body:not(.layerOn) .header.is-navy a {
    color: #0d133f !important;
  }
  body:not(.layerOn) .header.is-navy #logo img {
    filter: none !important;
  }
  body:not(.layerOn) .header.is-navy .social img {
    filter: none !important;
  }
  body:not(.layerOn) .header.is-navy .hamberger span {
    background-color: #0d133f !important;
  }
}

.wp-pagenavi {
  text-align: center;
  font-family: Arial;
  font-size: 14px;
}

.wp-pagenavi::after {
  content: "";
  clear: both;
  display: table;
}

.wp-pagenavi span,
.wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center;
}

.wp-pagenavi a {
  cursor: pointer;
}

.wp-pagenavi a:hover {
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi span.curren {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed;
  background: #1489c3;
  color: #fff;
}

.wp-pagenavi .pages {
  margin-right: 15px;
}

/*# sourceMappingURL=maps/styles.css.map */
