@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: vertical;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

html main {
  font-size: 62.5% !important;
  text-align: center !important;
}

body main {
  font-family: "Lucida Grande", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  padding: 0 !important;
  background-color: #fff !important;
  position: relative !important;
}

main a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
}
main a:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 768px) {
  main a:hover {
    opacity: 1;
  }
}

main img {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
main {
  /* ---------------------------------------*/
  /* common */
  /* ---------------------------------------*/
}
main .wrapper, main .wrapper--700, main .wrapper--800, main .wrapper--1000 {
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .wrapper, main .wrapper--700, main .wrapper--800, main .wrapper--1000 {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
main .wrapper--1000 {
  max-width: 1100px;
}
main .wrapper--800 {
  max-width: 900px;
}
main .wrapper--700 {
  max-width: 800px;
}

/* ---------------------------------------*/
/* fade */
/* ---------------------------------------*/
[data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection].is-show {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}

[data-intersection-parent] > * {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
[data-intersection-parent].is-show > * {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}
[data-intersection-parent].is-show > *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
[data-intersection-parent].is-show > *:nth-child(2) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
[data-intersection-parent].is-show > *:nth-child(3) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
[data-intersection-parent].is-show > *:nth-child(4) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
[data-intersection-parent].is-show > *:nth-child(5) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
[data-intersection-parent].is-show > *:nth-child(6) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
[data-intersection-parent].is-show > *:nth-child(7) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
[data-intersection-parent].is-show > *:nth-child(8) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
[data-intersection-parent].is-show > *:nth-child(9) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
[data-intersection-parent].is-show > *:nth-child(10) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
[data-intersection-parent].is-show > *:nth-child(11) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
[data-intersection-parent].is-show > *:nth-child(12) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
[data-intersection-parent].is-show > *:nth-child(13) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
[data-intersection-parent].is-show > *:nth-child(14) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
[data-intersection-parent].is-show > *:nth-child(15) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
[data-intersection-parent].is-show > *:nth-child(16) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}
[data-intersection-parent].is-show > *:nth-child(17) {
  -webkit-transition-delay: 9600ms;
          transition-delay: 9600ms;
}
[data-intersection-parent].is-show > *:nth-child(18) {
  -webkit-transition-delay: 10200ms;
          transition-delay: 10200ms;
}
[data-intersection-parent].is-show > *:nth-child(19) {
  -webkit-transition-delay: 10800ms;
          transition-delay: 10800ms;
}
[data-intersection-parent].is-show > *:nth-child(20) {
  -webkit-transition-delay: 11400ms;
          transition-delay: 11400ms;
}
[data-intersection-parent].is-show > *:nth-child(21) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}
[data-intersection-parent].is-show > *:nth-child(22) {
  -webkit-transition-delay: 12600ms;
          transition-delay: 12600ms;
}
[data-intersection-parent].is-show > *:nth-child(23) {
  -webkit-transition-delay: 13200ms;
          transition-delay: 13200ms;
}
[data-intersection-parent].is-show > *:nth-child(24) {
  -webkit-transition-delay: 13800ms;
          transition-delay: 13800ms;
}
[data-intersection-parent].is-show > *:nth-child(25) {
  -webkit-transition-delay: 14400ms;
          transition-delay: 14400ms;
}
[data-intersection-parent].is-show > *:nth-child(26) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}
[data-intersection-parent].is-show > *:nth-child(27) {
  -webkit-transition-delay: 15600ms;
          transition-delay: 15600ms;
}
[data-intersection-parent].is-show > *:nth-child(28) {
  -webkit-transition-delay: 16200ms;
          transition-delay: 16200ms;
}
[data-intersection-parent].is-show > *:nth-child(29) {
  -webkit-transition-delay: 16800ms;
          transition-delay: 16800ms;
}
[data-intersection-parent].is-show > *:nth-child(30) {
  -webkit-transition-delay: 17400ms;
          transition-delay: 17400ms;
}