@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

input, textarea, select, button {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  outline: none;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: '游ゴシック', 'YuGothic', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
}

.display-sp {
  display: none;
}

@media (max-width: 900px) {
  .display-sp {
    display: block;
  }
}

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

.section, .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 5%;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 900px) {
  .section, .result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 5% 20px;
  }
  .section.reverse, .reverse.result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section.center, .center.result {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section__column--wide {
  width: 55%;
}

@media (max-width: 900px) {
  .section__column--wide {
    margin-bottom: 30px;
    width: 100%;
  }
}

.section__column--even {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 47.5%;
}

@media (max-width: 900px) {
  .section__column--even {
    margin-bottom: 30px;
    width: 100%;
  }
  .section__column--even.last {
    margin-bottom: 0;
  }
}

.section__column--narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}

@media (max-width: 900px) {
  .section__column--narrow {
    margin-bottom: 30px;
    width: 100%;
  }
  .section__column--narrow.last {
    margin-bottom: 0;
  }
}

.section__figure, .section__figure--sp-full {
  border-radius: 20px;
  width: 100%;
}

@media (max-width: 900px) {
  .section__figure, .section__figure--sp-full {
    border-radius: 0 20px 20px 0;
    -webkit-transform: translateX(-5%) scale(calc(1 / (95 / 100)));
            transform: translateX(-5%) scale(calc(1 / (95 / 100)));
    width: 100%;
  }
}

@media (max-width: 900px) {
  .section__figure--sp-full {
    border-radius: 0;
    -webkit-transform: scale(calc(1 / (90 / 100)));
            transform: scale(calc(1 / (90 / 100)));
    width: 100%;
  }
}

.section__slider {
  border-radius: 20px;
  width: 100%;
}

@media (max-width: 900px) {
  .section__slider {
    border-radius: 0 20px 20px 0;
    width: 100%;
  }
}

.section__plate, .result__header__plate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3F4772;
  border-radius: 10px 10px 0 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Lato";
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin-bottom: 30px;
  width: 130px;
}

@media (max-width: 900px) {
  .section__plate, .result__header__plate {
    font-size: 14px;
    height: 50px;
    margin-bottom: 10px;
    width: 110px;
  }
}

.section__title, .result__header__title {
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .section__title, .result__header__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.section__subtitle {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media (max-width: 900px) {
  .section__subtitle {
    font-size: 24px;
  }
}

.section__text, .section__text--white {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .section__text, .section__text--white {
    font-size: 14px;
  }
}

.section__text--white {
  color: #fff;
}

.section__en {
  color: #E64F3F;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .section__en {
    font-size: 18px;
  }
}

.section__page-text {
  color: #888;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 50px;
}

.section__page-text::before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 30px;
  width: 100%;
}

@media (max-width: 900px) {
  .section__page-text {
    margin-top: 30px;
  }
}

.section__btn--pc, .section__btn--sp, .section__btn--white {
  background-color: #E64F3F;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 50px;
  padding: 20px 60px;
  position: relative;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section__btn--pc:hover, .section__btn--sp:hover, .section__btn--white:hover {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  opacity: .8;
}

.section__btn--pc:visited, .section__btn--sp:visited, .section__btn--white:visited {
  color: #fff;
}

.section__btn--pc:after, .section__btn--sp:after, .section__btn--white:after {
  content: "→";
  font-weight: bold;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 900px) {
  .section__btn--pc, .section__btn--sp, .section__btn--white {
    display: none;
  }
}

.section__btn--sp {
  display: none;
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 900px) {
  .section__btn--sp {
    display: block;
  }
}

.section__btn--white {
  background-color: #fff;
  color: #E64F3F;
  margin-top: 30px;
  text-align: center;
}

.section__btn--white:visited {
  color: #E64F3F;
}

@media (max-width: 900px) {
  .section__btn--white {
    display: block;
    padding: 20px 0;
    width: 100%;
  }
}

.section__buffer {
  height: 80px;
}

@media (max-width: 900px) {
  .section__buffer {
    display: none;
  }
}

.section__readmore {
  display: none;
  width: 100%;
}

.section__readmore.closed {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  padding-top: 40px;
  position: absolute;
  bottom: 0;
}

.section__readmore.closed .section__readmore__button::after {
  content: "↓";
}

.section__readmore.opened {
  margin-top: 30px;
  position: static;
}

.section__readmore.opened .section__readmore__button::after {
  content: "↑";
}

.section__readmore.active {
  display: block;
}

.section__readmore__button {
  border: 2px solid #E64F3F;
  background-color: #fff;
  border-radius: 30px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 10px 80px;
  position: relative;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section__readmore__button:after {
  font-weight: bold;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loading {
  -webkit-animation: fade-out 1s ease 3s forwards;
          animation: fade-out 1s ease 3s forwards;
  background-color: #fff;
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000;
}

.loading.is-active {
  display: block;
}

.loading__bg {
  -webkit-animation: slide-out 1s ease 2s forwards;
          animation: slide-out 1s ease 2s forwards;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221278%22%20height%3D%22800%22%20viewBox%3D%220%200%201278%20800%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_334%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20334%22%20width%3D%221278%22%20height%3D%22800%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x1%3D%220.959%22%20y1%3D%22-0.022%22%20x2%3D%22-0.03%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e43a15%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e65245%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_49%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2049%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_252%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20252%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_136%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20136%22%20width%3D%221280%22%20height%3D%22801%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_293%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20293%22%20width%3D%22367%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20729.945%2C%20494.069)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_294%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20294%22%20width%3D%22168%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20897.291%2C%20479.078)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_295%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20295%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20672.952%2C%20347.478)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_296%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20296%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20401.987%2C%20371.185)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_297%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20297%22%20width%3D%22184%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20504.721%2C%20271.853)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_298%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20298%22%20width%3D%22348%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20321.421%2C%20287.889)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_299%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20299%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201139.485%2C%2080.802)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_300%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20300%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20868.52%2C%20104.509)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_301%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20301%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20262.939%2C%20686.503)%22%20fill%3D%22%23ea4b3a%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_302%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20302%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20533.904%2C%20662.797)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_303%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20303%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20804.87%2C%20639.09)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_304%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20304%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20864.852%2C%20785.42)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_305%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20305%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201130.835%2C%20762.149)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_306%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20306%22%20width%3D%22272%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201401.801%2C%20738.443)%22%20fill%3D%22%23e54123%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_307%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20307%22%20width%3D%22387%22%20height%3D%2290%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20364.291%2C%20526.078)%22%20fill%3D%22%23de3621%22%2F%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_250%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20250%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_308%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20308%22%20width%3D%221027%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201011.945%2C%20482.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_309%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20309%22%20width%3D%221227%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201194.945%2C%20483.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_310%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20310%22%20width%3D%221227%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201206.945%2C%20619.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_311%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20311%22%20width%3D%221227%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201178.945%2C%20-37.931)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_312%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20312%22%20width%3D%22807%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201469.945%2C%2099.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_314%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20314%22%20width%3D%22707%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20673.945%2C%20135.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_315%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20315%22%20width%3D%22807%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201646.945%2C%20112.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_316%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20316%22%20width%3D%22417%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201614.945%2C%20127.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_317%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20317%22%20width%3D%22807%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201783.945%2C%20128.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_318%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20318%22%20width%3D%22417%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201464.945%2C%20170.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_319%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20319%22%20width%3D%22151%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20123.04%2C%20591.848)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_320%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20320%22%20width%3D%22306%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%20234.45%2C%20611.339)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_321%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20321%22%20width%3D%22415%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201296.035%2C%20632.839)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_322%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%20322%22%20width%3D%22807%22%20height%3D%222%22%20transform%3D%22matrix(-0.996%2C%200.087%2C%20-0.087%2C%20-0.996%2C%201281.945%2C%20316.069)%22%20fill%3D%22%23ed5d4f%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: cover;
  height: 100%;
  width: 100%;
}

.loading__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading__content__onoda {
  height: 280px;
}

@media (max-width: 900px) {
  .loading__content__onoda {
    height: 110px;
  }
}

.loading__content__name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading__content__name__furigana {
  background-color: #fff;
  color: #E64F3F;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.51em;
  overflow: hidden;
  padding: 20px 30px 20px 45px;
  position: relative;
  text-align: center;
}

.loading__content__name__furigana::after {
  -webkit-animation: slide-out 1s ease 1s forwards;
          animation: slide-out 1s ease 1s forwards;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}

@media (max-width: 900px) {
  .loading__content__name__furigana {
    font-size: 10px;
    padding: 10px 15px 10px 20px;
  }
}

.loading__content__name__kanji {
  background-color: #fff;
  color: #E64F3F;
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
}

.loading__content__name__kanji::after {
  -webkit-animation: slide-out 1s ease 1s forwards;
          animation: slide-out 1s ease 1s forwards;
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10001;
}

@media (max-width: 900px) {
  .loading__content__name__kanji {
    font-size: 40px;
    margin-top: 10px;
    padding: 10px 15px;
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes fade-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  99% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}

.g-nav, .g-nav--sp, .g-nav--pc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 15px 35px;
  position: fixed;
  top: 20px;
  width: calc(90% - 35px * 2);
  z-index: 500;
}

@media (max-width: 900px) {
  .g-nav, .g-nav--sp, .g-nav--pc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #E64F3F;
    border-radius: 0;
    color: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: calc(100% - 40px);
    padding: 20px 35px;
    top: 0;
    width: calc(100% - 35px * 2);
  }
}

.g-nav__name {
  display: block;
  font-family: toppan-bunkyu-midashi-go-std;
  font-size: 26px;
  font-weight: 900;
}

@media (max-width: 900px) {
  .g-nav__name {
    color: #fff;
    margin-bottom: 50px;
  }
  .g-nav__name:visited {
    color: #fff;
  }
}

.g-nav .menu, .g-nav--sp .menu, .g-nav--pc .menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .g-nav .menu, .g-nav--sp .menu, .g-nav--pc .menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.g-nav .menu__item, .g-nav--sp .menu__item, .g-nav--pc .menu__item {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.g-nav .menu__item:last-child, .g-nav--sp .menu__item:last-child, .g-nav--pc .menu__item:last-child {
  margin-right: 0;
}

.g-nav .menu__item:hover, .g-nav--sp .menu__item:hover, .g-nav--pc .menu__item:hover {
  opacity: .4;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

@media (max-width: 900px) {
  .g-nav .menu__item, .g-nav--sp .menu__item, .g-nav--pc .menu__item {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .g-nav .menu__item:before, .g-nav--sp .menu__item:before, .g-nav--pc .menu__item:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
  }
  .g-nav .menu__item:last-child, .g-nav--sp .menu__item:last-child, .g-nav--pc .menu__item:last-child {
    margin-bottom: 0;
  }
}

.menu-sns {
  display: none;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .menu-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-sns__item, .menu-sns__item.twitter, .menu-sns__item.facebook, .menu-sns__item.instagram, .menu-sns__item.youtube, .sns__item.twitter, .sns__item.facebook, .sns__item.instagram, .sns__item.youtube {
  margin-right: 16px;
}

.menu-sns__item:last-child, .sns__item.twitter:last-child, .sns__item.facebook:last-child, .sns__item.instagram:last-child, .sns__item.youtube:last-child {
  margin-right: 0;
}

.twitter.menu-sns__item .fab, .twitter.sns__item .fab {
  color: #1DA1F2;
}

.facebook.menu-sns__item .fab, .facebook.sns__item .fab {
  color: #1877F2;
}

.instagram.menu-sns__item .fab, .instagram.sns__item .fab {
  color: #DB3D7F;
}

.youtube.menu-sns__item .fab, .youtube.sns__item .fab {
  color: #FF0000;
}

.menu-sns__icon {
  background-color: #fff;
  border-radius: 50%;
  height: 48px;
  font-size: 24px;
  width: 48px;
}

.sp-menu-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
  display: none;
  height: 20px;
  padding: 15px;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 20px;
  z-index: 1000;
}

@media (max-width: 900px) {
  .sp-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sp-menu-btn__line--1 {
  -webkit-animation: fix-bar .4s forwards;
          animation: fix-bar .4s forwards;
  background-color: #E64F3F;
  bottom: auto;
  display: block;
  height: 3px;
  position: absolute;
  top: 15px;
}

.sp-menu-btn__line--2 {
  -webkit-animation: fix-bar .4s forwards;
          animation: fix-bar .4s forwards;
  background-color: #E64F3F;
  bottom: auto;
  display: block;
  height: 3px;
  position: absolute;
  top: calc(50% - 1.5px);
}

.sp-menu-btn__line--3 {
  -webkit-animation: fix-bar .4s forwards;
          animation: fix-bar .4s forwards;
  background-color: #E64F3F;
  bottom: 15px;
  display: block;
  height: 3px;
  position: absolute;
  top: auto;
}

.sp-menu-btn.active .sp-menu-btn__line--1 {
  -webkit-animation: bar-1 .4s forwards;
          animation: bar-1 .4s forwards;
}

.sp-menu-btn.active .sp-menu-btn__line--2 {
  -webkit-animation: bar-2 .4s forwards;
          animation: bar-2 .4s forwards;
}

.sp-menu-btn.active .sp-menu-btn__line--3 {
  -webkit-animation: bar-3 .4s forwards;
          animation: bar-3 .4s forwards;
}

@-webkit-keyframes bar-1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(8.5px) rotate(45deg);
            transform: translateY(8.5px) rotate(45deg);
    width: calc(20px * 1.41421356237);
  }
}

@keyframes bar-1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(8.5px) rotate(45deg);
            transform: translateY(8.5px) rotate(45deg);
    width: calc(20px * 1.41421356237);
  }
}

@-webkit-keyframes bar-2 {
  100% {
    opacity: 0;
  }
}

@keyframes bar-2 {
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bar-3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
            transform: translateY(-8.5px) rotate(-45deg);
    width: calc(20px * 1.41421356237);
  }
}

@keyframes bar-3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
            transform: translateY(-8.5px) rotate(-45deg);
    width: calc(20px * 1.41421356237);
  }
}

@-webkit-keyframes fix-bar {
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 20px;
  }
}

@keyframes fix-bar {
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 20px;
  }
}

.sns-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  top: calc(50% - 15px);
  right: calc((-130px * 4) / 2 + 15px);
  z-index: 100;
}

@media (max-width: 900px) {
  .sns-list {
    position: absolute;
    top: 340px;
  }
}

.sns-list__item__link.twitter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1DA1F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 100px;
}

.sns-list__item__link.twitter:hover {
  opacity: .4;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.sns-list__item__link.twitter .fab {
  color: #1DA1F2;
}

.sns-list__item__link.facebook {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1877F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 100px;
}

.sns-list__item__link.facebook:hover {
  opacity: .4;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.sns-list__item__link.facebook .fab {
  color: #1877F2;
}

.sns-list__item__link.instagram {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#624ad8), color-stop(11.8227%, #9534be), color-stop(45.8128%, #eb1e97), color-stop(61.0643%, #ff1484), color-stop(73.399%, #fe4263), color-stop(77.6687%, #fe5257), to(#fdad31));
  background: linear-gradient(90deg, #624ad8 0%, #9534be 11.8227%, #eb1e97 45.8128%, #ff1484 61.0643%, #fe4263 73.399%, #fe5257 77.6687%, #fdad31 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 100px;
}

.sns-list__item__link.instagram:hover {
  opacity: .4;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.sns-list__item__link.instagram .fab {
  color: #D93177;
}

.sns-list__item__link.youtube {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 100px;
}

.sns-list__item__link.youtube:hover {
  opacity: .4;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.sns-list__item__link.youtube .fab {
  color: #fff;
}

.sns-list__item__link.youtube .sns-list__icon {
  background-color: #FF0000;
}

.sns-list__item__link.youtube .sns-list__label {
  color: #000;
}

.sns-list__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 6px;
  width: 20px;
}

.sns-list__label {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hero {
  overflow: hidden;
  position: relative;
}

.hero__deco--pc {
  display: block;
  width: 41.5%;
}

@media (max-width: 900px) {
  .hero__deco--pc {
    display: none;
  }
}

.hero__deco--sp {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .hero__deco--sp {
    display: block;
    z-index: 1;
  }
}

.hero__slider {
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 80%;
  z-index: -1;
}

@media (max-width: 900px) {
  .hero__slider {
    height: 164vw;
    position: static;
    width: 100%;
  }
}

.hero__slider__item {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 100%;
  z-index: -1;
}

.hero__slider__item.is-visible {
  opacity: 1;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  z-index: 0;
}

.hero__slider__item--laptop {
  height: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .hero__slider__item--laptop {
    display: none;
  }
}

.hero__slider__item--mobile {
  display: none;
  height: 100%;
  width: 100%;
}

@media (max-width: 900px) {
  .hero__slider__item--mobile {
    display: block;
  }
}

.hero__text {
  position: absolute;
  bottom: 50px;
  left: 5%;
  z-index: 10;
}

@media (max-width: 900px) {
  .hero__text {
    bottom: 180px;
  }
}

.hero__text__label {
  background-color: #fff;
  color: #E60012;
  padding: 10px 15px;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 900px) {
  .hero__text__label {
    padding: 5px 8px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.hero__text__gana {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 5px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 900px) {
  .hero__text__gana {
    font-size: 14px;
    letter-spacing: 0.15em;
  }
}

.hero__text__name {
  color: #fff;
  font-family: toppan-bunkyu-midashi-go-std;
  font-size: 105px;
  font-weight: 900;
  letter-spacing: 0.05em;
  letter-spacing: 5px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  .hero__text__name {
    font-size: 48px;
  }
}

.hero__text__aff {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .hero__text__aff {
    margin-top: 30px;
  }
}

.hero__text__aff__image {
  height: 50px;
}

@media (max-width: 900px) {
  .hero__text__aff__image {
    height: 22px;
  }
}

.hero__text__aff__district {
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 20px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 900px) {
  .hero__text__aff__district {
    font-size: 14px;
  }
}

.hero__banner {
  bottom: 50px;
  position: absolute;
  right: 80px;
  z-index: 50;
}

@media (max-width: 900px) {
  .hero__banner {
    bottom: 30px;
    left: 25px;
    right: auto;
  }
}

.hero__banner__image--laptop {
  height: 180px;
  width: 250px;
}

@media (max-width: 900px) {
  .hero__banner__image--laptop {
    display: none;
  }
}

.hero__banner__image--mobile {
  display: none;
  height: 130px;
  max-width: 90vw;
  width: 300px;
}

@media (max-width: 900px) {
  .hero__banner__image--mobile {
    display: block;
  }
}

.banner {
  background-color: #EFFAFD;
  padding: 30px 0;
  width: 100%;
}

.banner__wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}

@media (max-width: 900px) {
  .banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px;
    width: calc(100% - 50px);
  }
}

@media (max-width: 900px) {
  .banner__item {
    margin-bottom: 30px;
    width: 100%;
  }
  .banner__item:last-child {
    margin-bottom: 0;
  }
}

.banner__item__text {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: center;
}

.banner__item__link {
  display: block;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 100%;
}

.banner__item__link:hover {
  opacity: .4;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.banner__item__link__image {
  width: 300px;
}

@media (max-width: 900px) {
  .banner__item__link__image {
    width: 100%;
  }
}

.movie {
  position: relative;
}

.movie__image--pc {
  width: 100%;
}

@media (max-width: 900px) {
  .movie__image--pc {
    display: none;
  }
}

.movie__image--sp {
  display: none;
}

@media (max-width: 900px) {
  .movie__image--sp {
    display: block;
    height: calc(100vw * 2 / 3);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.movie__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.movie__plate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3F4772;
  border-radius: 10px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  margin-bottom: 30px;
  width: 130px;
}

@media (max-width: 900px) {
  .movie__plate {
    height: 50px;
    margin-bottom: 20px;
    width: 110px;
  }
}

.movie__plate__label {
  color: #fff;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .movie__plate__label {
    font-size: 14px;
  }
}

.movie__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .movie__title {
    font-size: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    word-break: keep-all;
  }
}

.movie__btn {
  cursor: pointer;
  height: 70px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 70px;
}

.movie__btn:hover {
  opacity: .6;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

@media (max-width: 900px) {
  .movie__btn {
    height: 50px;
    width: 50px;
  }
}

.summary {
  background-image: url("../image/summary/bg.svg");
  background-size: 120%;
  background-position: 40% 50%;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}

@media (max-width: 900px) {
  .summary {
    background-image: url("../image/summary/bg-sp.svg");
    background-size: 160%;
    padding: 20px 0;
  }
}

.slick-list {
  overflow: hidden;
  border: 5px solid #E64F3F;
  border-radius: 24px;
}

.slider.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .slider.slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}

.slider.slick-dotted.slick-slider .slick-slide {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .slider.slick-dotted.slick-slider .slick-slide {
    border-radius: 20px;
  }
}

.slider.slick-dotted.slick-slider .slick-slide img {
  width: 100%;
}

.slider.slick-dotted.slick-slider .slick-dots {
  bottom: -60px;
}

@media (max-width: 900px) {
  .slider.slick-dotted.slick-slider .slick-dots {
    bottom: -40px;
  }
}

.slider.slick-dotted.slick-slider .slick-dots li button:before {
  content: "";
  background-color: black;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.slider.slick-dotted.slick-slider .slick-arrow {
  bottom: -65px;
  top: auto;
  font-weight: 700;
  z-index: 50;
}

@media (max-width: 900px) {
  .slider.slick-dotted.slick-slider .slick-arrow {
    bottom: -45px;
  }
}

.slider.slick-dotted.slick-slider .slick-arrow.slick-next {
  right: 25px;
}

.slider.slick-dotted.slick-slider .slick-arrow.slick-next:before {
  content: "\f138";
  color: #000;
  font-family: "Font Awesome 5 Free";
}

.slider.slick-dotted.slick-slider .slick-arrow.slick-prev {
  left: 25px;
}

.slider.slick-dotted.slick-slider .slick-arrow.slick-prev:before {
  content: "\f137";
  color: #000;
  font-family: "Font Awesome 5 Free";
}

.profile {
  background-color: #E64F3F;
}

.go-youtube {
  background-color: #333;
  height: 300px;
  position: relative;
  width: 100%;
}

@media (max-width: 900px) {
  .go-youtube {
    height: auto;
  }
}

.go-youtube__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 900px) {
  .go-youtube__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}

.go-youtube__text {
  padding: 90px 0;
  width: 50%;
}

@media (max-width: 900px) {
  .go-youtube__text {
    text-align: center;
    padding: 50px 30px;
    width: calc(100% - 60px);
  }
}

.go-youtube__text__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .go-youtube__text__heading {
    font-size: 26px;
  }
}

.go-youtube__text__button {
  display: block;
  height: 60px;
  margin-top: 50px;
}

.go-youtube__text__button__image {
  height: 100%;
}

.go-youtube__image {
  background-image: url("../image/go-youtube/bg.png");
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

@media (max-width: 900px) {
  .go-youtube__image {
    height: calc(100vw * 0.53);
    position: static;
    width: 100%;
  }
}

.result {
  display: block;
  padding: 80px 0;
  width: 100%;
}

@media (max-width: 900px) {
  .result {
    padding: 80px 0 40px;
  }
}

.result__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .result__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 30px;
    width: 90%;
  }
}

.result__header__plate {
  margin-bottom: 0;
  margin-right: 30px;
}

@media (max-width: 900px) {
  .result__header__plate {
    margin-right: 15px;
    width: 90px;
  }
}

.result__header__title {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .result__header__title {
    font-size: 26px;
  }
}

.result input[type="radio"] {
  display: none;
}

.result__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}

.result__tab__item {
  border-radius: 20px 20px 0 0;
  color: #000;
  background: #ddd;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin-right: 20px;
  -webkit-transition: ease 0.2s opacity;
  transition: ease 0.2s opacity;
  padding: 30px 15px;
  width: 150px;
}

@media (max-width: 900px) {
  .result__tab__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    line-height: 15px;
    padding: 10px 15px;
    width: calc(100% / 5);
  }
}

.result__tab__item:last-child {
  margin-right: 0;
}

.result__panel-list {
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 60px 30px 20px;
}

@media (max-width: 900px) {
  .result__panel-list {
    border-radius: 0;
  }
}

.result__panel {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.result__panel__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  width: 45%;
}

@media (max-width: 900px) {
  .result__panel__item {
    width: 100%;
  }
}

.result__figure {
  position: relative;
  width: 45%;
}

.result__figure__image {
  border-radius: 20px 0 20px 20px;
  width: 100%;
}

.result__figure__num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E60012;
  border-radius: 50%;
  bottom: 10px;
  color: #fff;
  display: none;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 10px;
  position: absolute;
  width: 40px;
}

.result__text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 26px;
  width: 50%;
}

@media (max-width: 900px) {
  .result__text {
    font-size: 12px;
    line-height: 20px;
  }
}

.result #tab1:checked ~ .result__tab .result__tab__item.tab1 {
  background: #fff;
}

.result #tab1:checked ~ .result__panel-list #panel1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result #tab2:checked ~ .result__tab .result__tab__item.tab2 {
  background: #fff;
}

.result #tab2:checked ~ .result__panel-list #panel2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result #tab3:checked ~ .result__tab .result__tab__item.tab3 {
  background: #fff;
}

.result #tab3:checked ~ .result__panel-list #panel3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result #tab4:checked ~ .result__tab .result__tab__item.tab4 {
  background: #fff;
}

.result #tab4:checked ~ .result__panel-list #panel4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result #tab5:checked ~ .result__tab .result__tab__item.tab5 {
  background: #fff;
}

.result #tab5:checked ~ .result__panel-list #panel5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bottom {
  padding: 50px 0;
  position: relative;
}

.bottom::before {
  background-color: #FCE9E7;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(calc(-50% - 25px));
          transform: translateX(calc(-50% - 25px));
  width: 20px;
  z-index: -1;
}

@media (max-width: 900px) {
  .bottom::before {
    -webkit-transform: translateX(calc(-50% - 20px));
            transform: translateX(calc(-50% - 20px));
    width: 18px;
  }
}

.bottom::after {
  background-color: #FCE9E7;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(calc(-50% + 8px));
          transform: translateX(calc(-50% + 8px));
  width: 20px;
  z-index: -1;
}

@media (max-width: 900px) {
  .bottom::after {
    -webkit-transform: translateX(calc(-50% + 5px));
            transform: translateX(calc(-50% + 5px));
    width: 18px;
  }
}

.report-figure {
  background-color: #f5f5f5;
  border-radius: 0 20px 20px 20px;
  height: calc(100% - 160px);
  padding: 80px 40px;
  position: relative;
  width: calc(100% - 80px);
}

@media (max-width: 900px) {
  .report-figure {
    padding: 30px 20px 50px;
    width: calc(100% - 40px);
  }
}

.report-figure__latest {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 900px) {
  .report-figure__latest {
    width: 90%;
  }
}

.report-figure__latest__image {
  width: 40%;
}

.report-figure__latest__text {
  text-align: center;
  width: 60%;
}

.report-figure__latest__label {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .report-figure__latest__label {
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}

.report-figure__latest__annotation {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media (max-width: 900px) {
  .report-figure__latest__annotation {
    font-size: 10px;
  }
}

.report-figure__archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  overflow: hidden;
}

.report-figure__archive__item {
  margin-bottom: 20px;
  width: calc(100% / 4 - 10px);
}

@media (max-width: 900px) {
  .report-figure__archive__item {
    width: calc(100% / 2 - 10px);
  }
}

.report-figure__archive__link {
  display: block;
  height: 100%;
  width: 100%;
}

.report-figure__archive__image {
  width: 100%;
}

.report-figure__btn {
  background-color: #E64F3F;
  border-radius: 150px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  left: 50%;
  letter-spacing: 0.05em;
  position: absolute;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
}

.report-figure__btn:hover {
  opacity: .6;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.report-figure__btn.active {
  display: block;
}

.report-figure__btn.closed:after {
  content: "↓";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.report-figure__btn.opened:after {
  content: "↑";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .sns {
    margin-top: 20px;
  }
}

.sns__item {
  border-radius: 50%;
  margin-right: 25px;
}

.sns__item:last-child {
  margin-right: 0;
}

.sns__item.twitter {
  background-color: #1DA1F2;
}

.sns__item.twitter .fab {
  color: #fff;
}

.sns__item.facebook {
  background-color: #1877F2;
}

.sns__item.facebook .fab {
  color: #fff;
}

.sns__item.instagram {
  background: linear-gradient(134.7002deg, #624ad8 0%, #9534be 15.2709%, #f41680 60.0985%, #fe5257 74.3842%, #fdad31 100%);
}

.sns__item.instagram .fab {
  color: #fff;
}

.sns__item.youtube {
  background-color: #FF0000;
}

.sns__item.youtube .fab {
  color: #fff;
}

.sns__icon, .menu-sns__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  width: 50px;
}

.sns-embed {
  background-color: #f5f5f5;
  border-radius: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 45px;
}

@media (max-width: 900px) {
  .sns-embed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}

.sns-embed__item {
  height: 250px;
  overflow: hidden;
  margin-bottom: 30px;
  width: 48%;
}

@media (max-width: 900px) {
  .sns-embed__item {
    width: 100%;
  }
}

.sns-embed__item.twitter {
  margin-bottom: 0;
  overflow: scroll;
}

.invitation {
  text-align: center;
  padding: 80px 0 120px;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 900px) {
  .invitation {
    padding: 50px 0 100px;
  }
}

.invitation__item + .invitation__item {
  margin-top: 80px;
}

@media (max-width: 900px) {
  .invitation__item + .invitation__item {
    margin-top: 50px;
  }
}

.invitation__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E64F3F;
  border-radius: 150px;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
  position: relative;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  width: 300px;
}

.invitation__btn:hover {
  opacity: .8;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.invitation__btn:visited {
  color: #fff;
}

.invitation__btn:after {
  content: "→";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.invitation__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.footer {
  position: relative;
  width: 100%;
}

.footer__wrapper {
  background-color: #E64F3F;
  padding: 50px 0 10px;
  width: 100%;
}

.footer__plate {
  background-color: #3F4772;
  border-radius: 20px 20px 0 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  padding: 25px;
  position: absolute;
  text-align: center;
  top: -120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}

.footer__plate:visited {
  color: #fff;
}

@media (max-width: 900px) {
  .footer__plate {
    height: 75px;
    top: -100px;
    width: 150px;
  }
}

.footer__plate__sub {
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 900px) {
  .footer__plate__sub {
    font-size: 14px;
  }
}

.footer__plate__label {
  font-family: toppan-bunkyu-midashi-go-std;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: 2px;
}

@media (max-width: 900px) {
  .footer__plate__label {
    font-size: 23px;
  }
}

.footer__plate__official {
  font-family: "Lato";
  font-size: 23px;
  letter-spacing: 1.5px;
}

@media (max-width: 900px) {
  .footer__plate__official {
    font-size: 18px;
  }
}

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 25px;
  width: 450px;
}

@media (max-width: 900px) {
  .footer__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    width: 100%;
  }
}

.footer__text__column {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  width: 200px;
}

@media (max-width: 900px) {
  .footer__text__column {
    font-size: 12px;
    width: 100%;
  }
}

.footer__copyright {
  color: #fff;
  font-size: 14px;
  opacity: .4;
  text-align: center;
}

@media (max-width: 900px) {
  .footer__copyright {
    font-size: 12px;
  }
}

.page-hero {
  position: relative;
  width: 100%;
  height: 600px;
}

@media (max-width: 900px) {
  .page-hero {
    height: 90vh;
  }
}

.page-hero__image, .page-hero__image--pc {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 900px) {
  .page-hero__image--pc {
    display: none;
  }
}

.page-hero__image--sp {
  display: none;
  width: 100%;
}

@media (max-width: 900px) {
  .page-hero__image--sp {
    display: block;
  }
}

.page-hero__text, .page-hero__text--right {
  position: absolute;
  top: 50%;
  left: 10%;
}

@media (max-width: 900px) {
  .page-hero__text, .page-hero__text--right {
    top: auto;
    right: 5%;
    bottom: 40px;
    left: auto;
  }
}

.page-hero__text--right {
  right: 10%;
  left: auto;
  text-align: right;
}

.page-hero__text__title {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  .page-hero__text__title {
    font-size: 45px;
    text-align: right;
  }
}

.page-hero__text__description {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: .05em;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 900px) {
  .page-hero__text__description {
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
  }
}

.page-statement {
  background-color: #F5F5F5;
  padding: 80px 0 200px;
  width: 100%;
}

@media (max-width: 900px) {
  .page-statement {
    padding: 0;
  }
}

.page-statement__wrapper {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 900px) {
  .page-statement__wrapper {
    margin: 0;
    padding-bottom: 100px;
  }
}

.page-statement__title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding: 70px 100px 50px;
}

@media (max-width: 900px) {
  .page-statement__title {
    font-size: 30px;
    text-align: center;
    padding: 70px 25px 50px;
  }
}

.page-statement__text {
  color: #888;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 0 100px;
}

@media (max-width: 900px) {
  .page-statement__text {
    font-size: 14px;
    padding: 0 25px;
  }
}

.page-statement__text + .page-statement__text {
  margin-top: 30px;
}

.page-statement__bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 30px;
}

@media (max-width: 900px) {
  .page-statement__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 0;
  }
}

.page-statement__bottom__image {
  width: 55%;
}

@media (max-width: 900px) {
  .page-statement__bottom__image {
    margin-top: 30px;
    width: 100%;
  }
}

.page-statement__bottom__text {
  width: 37%;
}

@media (max-width: 900px) {
  .page-statement__bottom__text {
    text-align: center;
    width: 60%;
  }
}

.page-statement__bottom__text__date {
  font-family: YuMincho, 'Yu Mincho';
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

@media (max-width: 900px) {
  .page-statement__bottom__text__date {
    font-size: 14px;
  }
}

.page-statement__bottom__text__signature {
  margin-top: 30px;
  width: 100%;
}

.timeline {
  height: 200px;
  overflow: hidden;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .timeline {
    margin-top: 40px;
  }
  .timeline::before {
    background-color: #ccc;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 20px;
    width: 100%;
  }
}

.timeline__wrapper {
  background-color: #F5F5F5;
  width: 100%;
}

.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.timeline__item + .timeline__item {
  margin-top: 20px;
}

.timeline__item__date {
  color: #AAA;
  font-size: 14px;
  font-weight: 700;
  width: 150px;
}

@media (max-width: 900px) {
  .timeline__item__date {
    width: 120px;
  }
}

.timeline__item__content {
  color: #888;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: calc(100% - 180px);
}

@media (max-width: 900px) {
  .timeline__item__content {
    width: calc(100% - 120px);
  }
}

.page-profile {
  background-color: #FAF0EF;
  padding: 80px 80px 200px;
}

@media (max-width: 900px) {
  .page-profile {
    background-color: #fff;
    padding: 60px 0 120px;
  }
}

.page-profile__wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.page-profile__item {
  position: relative;
}

.page-profile__item + .page-profile__item {
  margin-top: 80px;
}

@media (max-width: 900px) {
  .page-profile__item + .page-profile__item {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  .page-profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.page-profile__item.odd .page-profile__card {
  left: 0;
}

.page-profile__item.odd .page-profile__image {
  margin-left: auto;
}

.page-profile__item.even .page-profile__card {
  right: 0;
}

.page-profile__item.even .page-profile__image {
  margin-right: auto;
}

.page-profile__card {
  background-color: #fff;
  padding: 50px 0;
  position: absolute;
  top: 20px;
  width: 560px;
  z-index: 1;
}

@media (max-width: 900px) {
  .page-profile__card {
    position: static;
    width: 100%;
  }
}

.page-profile__card__inner {
  position: relative;
}

.page-profile__card__num {
  color: #E64F3F;
  font-family: 'Lato';
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0 50px;
}

@media (max-width: 900px) {
  .page-profile__card__num {
    padding: 0 25px;
  }
}

.page-profile__card__num::before {
  background-color: #E64F3F;
  content: "";
  display: block;
  height: 1px;
  margin-bottom: 5px;
  width: 75px;
}

.page-profile__card__title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
  padding: 0 50px;
}

@media (max-width: 900px) {
  .page-profile__card__title {
    font-size: 28px;
    padding: 0 25px;
  }
}

.page-profile__card__description {
  height: 200px;
  margin-top: 30px;
  overflow: hidden;
  padding: 0 50px;
}

@media (max-width: 900px) {
  .page-profile__card__description {
    padding: 0 25px;
  }
}

.page-profile__card__description p {
  color: #888;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .page-profile__card__description p {
    font-size: 16px;
  }
}

.page-profile__card__description p + p {
  margin-top: 30px;
}

.page-profile__image {
  display: block;
  position: relative;
  width: 600px;
  z-index: 0;
}

@media (max-width: 900px) {
  .page-profile__image {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .page-profile__image.fit-top {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0 0;
       object-position: 0 0;
    width: 100%;
  }
}

.page-policy {
  background-color: #F5F5F5;
  padding: 100px 0 200px;
}

@media (max-width: 900px) {
  .page-policy {
    padding: 100px 0 120px;
  }
}

.page-policy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .page-policy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-policy__item + .page-policy__item {
  margin-top: 80px;
}

.page-policy__card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 0;
}

@media (max-width: 900px) {
  .page-policy__card {
    border-radius: 0;
  }
}

.page-policy__card__wrapper {
  position: relative;
}

.page-policy__title {
  color: #E64F3F;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 30px;
}

@media (max-width: 900px) {
  .page-policy__title {
    padding: 0 25px;
  }
}

.page-policy__content {
  height: 200px;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 30px;
}

@media (max-width: 900px) {
  .page-policy__content {
    padding: 0 25px;
  }
}

.page-policy__content__em__item {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.page-policy__content__description {
  color: #888;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 20px;
}

.page-policy__image {
  width: 100%;
}

@media (max-width: 900px) {
  .page-policy__image {
    width: 100%;
  }
}

.page-joinldp-menu {
  background-color: #F5F5F5;
  padding: 80px 0;
}

.page-joinldp-menu__header {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 900px) {
  .page-joinldp-menu__header {
    padding: 50px 25px;
    width: calc(100% - 90px);
  }
}

.page-joinldp-menu__header__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 900px) {
  .page-joinldp-menu__header__title {
    font-size: 26px;
  }
}

.page-joinldp-menu__header__text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 900px) {
  .page-joinldp-menu__header__text {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}

.page-joinldp-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto 0;
  width: 80%;
}

@media (max-width: 900px) {
  .page-joinldp-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-joinldp-menu__list__item {
  background-color: #E64F3F;
  border-radius: 30px;
  position: relative;
  text-align: center;
  width: 300px;
}

@media (max-width: 900px) {
  .page-joinldp-menu__list__item + .page-joinldp-menu__list__item {
    margin-top: 30px;
  }
}

.page-joinldp-menu__list__item:after {
  bottom: 8px;
  color: #fff;
  content: "∨";
  display: block;
  font-size: 10px;
  font-weight: 700;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.page-joinldp-menu__list__item__link {
  color: #fff;
  font-size: 20px;
  display: block;
  letter-spacing: 0.06em;
  padding: 20px 0;
}

.page-joinldp {
  background-color: #fff;
  padding: 100px 0 200px;
}

@media (max-width: 900px) {
  .page-joinldp {
    padding: 100px 0 120px;
  }
}

.page-joinldp__label {
  background-color: #E64F3F;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  padding: 20px;
  width: calc(100% - 40px);
}

@media (max-width: 900px) {
  .page-joinldp__label {
    font-size: 24px;
  }
}

.page-joinldp__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 900px) {
  .page-joinldp__wrapper {
    padding: 50px 25px;
    width: calc(100% - 50px);
  }
}

.page-joinldp__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .page-joinldp__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.page-joinldp__overview__item {
  width: 47.5%;
}

@media (max-width: 900px) {
  .page-joinldp__overview__item {
    width: 100%;
  }
  .page-joinldp__overview__item + .page-joinldp__overview__item {
    margin-top: 50px;
  }
}

.page-joinldp__overview__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

@media (max-width: 900px) {
  .page-joinldp__overview__title {
    font-size: 20px;
  }
}

.page-joinldp__overview__title::before {
  background-color: #E64F3F;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  z-index: 1;
}

@media (max-width: 900px) {
  .page-joinldp__overview__title::before {
    width: 25px;
  }
}

.page-joinldp__overview__title::after {
  background-color: #ddd;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

@media (max-width: 900px) {
  .page-joinldp__overview__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
  }
}

.page-joinldp__overview__em {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .page-joinldp__overview__em {
    font-size: 16px;
  }
}

.page-joinldp__overview__text {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .page-joinldp__overview__text {
    font-size: 16px;
  }
}

.page-joinldp__overview__small {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .page-joinldp__overview__small {
    font-size: 14px;
  }
}

.page-joinldp__overview__red {
  color: #E64F3F;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .page-joinldp__overview__red {
    font-size: 16px;
  }
}

.page-joinldp__overview__program {
  background-color: #F5F5F5;
  margin-top: 30px;
  padding: 25px;
  width: calc(100% - 50px);
}

.page-joinldp__overview__image {
  margin-top: 20px;
  width: 100%;
}

.page-joinldp__flow {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0 0;
}

@media (max-width: 900px) {
  .page-joinldp__flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.page-joinldp__flow__item {
  margin-top: 50px;
}

@media (max-width: 900px) {
  .page-joinldp__flow__item {
    width: 100%;
  }
}

.page-joinldp__sheet {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 120px;
  max-width: 1000px;
  width: 80%;
}

@media (max-width: 900px) {
  .page-joinldp__sheet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0px auto 50px;
    padding: 0;
    width: 100%;
  }
}

.page-joinldp__sheet__item {
  width: 50%;
}

@media (max-width: 900px) {
  .page-joinldp__sheet__item {
    width: 100%;
  }
}

.page-joinldp__sheet__item__image {
  width: 100%;
}

.page-joinldp__sheet__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 40px 30px 0;
}

@media (max-width: 900px) {
  .page-joinldp__sheet__title {
    text-align: center;
    padding: 40px 25px 0;
  }
}

.page-joinldp__sheet__text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 30px;
  padding: 0 30px 40px;
}

@media (max-width: 900px) {
  .page-joinldp__sheet__text {
    padding: 0 25px 40px;
  }
}

.page-joinldp__tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  padding: 20px 50px;
}

@media (max-width: 900px) {
  .page-joinldp__tel {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
}

.page-joinldp__tel__label {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 40%;
}

@media (max-width: 900px) {
  .page-joinldp__tel__label {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
}

.page-joinldp__tel__content {
  background-color: #E64F3F;
  text-align: center;
  padding: 15px 60px;
  width: calc(60% - 120px);
}

@media (max-width: 900px) {
  .page-joinldp__tel__content {
    margin-top: 30px;
    padding: 15px 10px;
    width: calc(100% - 20px);
  }
}

.page-joinldp__tel__number {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .page-joinldp__tel__number {
    font-size: 35px;
  }
}

.page-joinldp__tel__note {
  color: #fff;
  font-size: 18px;
  letter-spacing: .02em;
  margin-top: 10px;
}

.page-joinldp__form {
  margin-top: 80px;
}

@media (max-width: 900px) {
  .page-joinldp__form {
    margin-top: 0;
  }
}

.page-joinldp__form__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 900px) {
  .page-joinldp__form__title {
    font-size: 18px;
  }
}

.page-joinldp__form__text {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 30px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 900px) {
  .page-joinldp__form__text {
    margin: 20px auto;
  }
}

.form {
  background-color: #f5f5f5;
  display: block;
  padding: 80px 120px;
  text-align: left;
  width: calc(100% - 240px);
}

@media (max-width: 900px) {
  .form {
    padding: 50px 25px 25px;
    width: calc(100% - 50px);
  }
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

@media (max-width: 900px) {
  .form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0;
  }
}

.form__item__label {
  width: 230px;
}

.form__item__input {
  width: calc(100% - 230px);
}

@media (max-width: 900px) {
  .form__item__input {
    margin-top: 20px;
    width: 100%;
  }
}

.form__item__input input {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  padding: 10px;
  width: calc(100% - 20px);
}

.form__item__input select {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  padding: 10px;
  width: calc(100% - 0px);
}

.form__item__input--short {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__item__input--short input {
  background-color: #fff;
  border-radius: 5px;
  display: block;
  margin-right: 20px;
  padding: 10px;
  width: 200px;
}

@media (max-width: 900px) {
  .form__item__input--short input {
    margin-top: 20px;
    width: 50px;
  }
}

.form__item__textarea textarea {
  background-color: #fff;
  padding: 10px;
  width: calc(100% - 20px);
}

@media (max-width: 900px) {
  .form__item__textarea textarea {
    margin-top: 20px;
  }
}

.form .form-important {
  color: #e64f3f;
}

.form__privacy {
  text-align: center;
  padding: 10px 0;
}

.form__privacy a {
  color: #0000ff;
}

.form__privacy a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.form__acceptance {
  text-align: center;
}

.form__submit {
  display: block;
  font-size: 18px;
  margin: 30px auto;
  text-align: center;
}

.form__submit input {
  background-color: #E64F3F;
  cursor: pointer;
  color: #fff;
  padding: 20px 0;
  width: 500px;
}

@media (max-width: 900px) {
  .form__submit input {
    width: 100%;
  }
}

.page-privacy {
  background-color: #fff;
  padding: 0 0 200px;
}

@media (max-width: 900px) {
  .page-privacy {
    padding: 40px 0 120px;
  }
}

.page-privacy__wrapper {
  max-width: 1000px;
  margin: 0 auto;
  width: 80%;
}

@media (max-width: 900px) {
  .page-privacy__wrapper {
    padding: 50px 25px;
    width: calc(100% - 50px);
  }
}

.page-privacy__form {
  margin-top: 80px;
}

@media (max-width: 900px) {
  .page-privacy__form {
    margin-top: 0;
  }
}

.page-privacy__form h2:first-child,
.page-privacy__form h3:first-child,
.page-privacy__form p:first-child,
.page-privacy__form img:first-child,
.page-privacy__form figure:first-child {
  margin-top: 0;
}

.page-privacy__form img {
  margin-top: 30px;
  max-width: 100%;
  height: auto;
}

.page-privacy__form p,
.page-privacy__form table,
.page-privacy__form a,
.page-privacy__form h3,
.page-privacy__form h4,
.page-privacy__form h5,
.page-privacy__form h6,
.page-privacy__form ul,
.page-privacy__form ol {
  word-break: break-all;
  margin-top: 30px;
  line-height: 2;
}

@media (max-width: 900px) {
  .page-privacy__form p,
  .page-privacy__form table,
  .page-privacy__form a,
  .page-privacy__form h3,
  .page-privacy__form h4,
  .page-privacy__form h5,
  .page-privacy__form h6,
  .page-privacy__form ul,
  .page-privacy__form ol {
    margin-top: 20px;
  }
}

.page-privacy__form cite {
  word-break: break-all;
}

.page-privacy__form h2,
.page-privacy__form h3 {
  word-break: break-all;
  margin-top: 80px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .page-privacy__form h2,
  .page-privacy__form h3 {
    margin-top: 40px;
  }
}

.page-privacy__form p,
.page-privacy__form table,
.page-privacy__form a {
  font-size: 16px;
}

@media (max-width: 900px) {
  .page-privacy__form p,
  .page-privacy__form table,
  .page-privacy__form a {
    font-size: 14px;
  }
}

.page-privacy__form strong {
  font-weight: bold;
}

.page-privacy__form em {
  font-style: italic;
}

.page-privacy__form a {
  color: #000;
  border-bottom: solid 1px #000;
}

.page-privacy__form a:visited {
  color: #000;
}

.page-privacy__form ul {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: disc;
}

.page-privacy__form ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}

.page-privacy__form blockquote > p {
  margin: 0;
}

.page-privacy__form blockquote {
  margin-top: 30px;
}

.page-privacy__form figure > blockquote {
  margin: 0;
}

.page-privacy__form figure {
  margin-top: 50px;
}

.page-privacy__form h2 {
  color: #000;
  background-color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 10px 20px;
  position: relative;
  border-left: solid 5px #000;
}

@media (max-width: 900px) {
  .page-privacy__form h2 {
    font-size: 24px;
  }
}

.page-privacy__form h3 {
  font-weight: bold;
  font-size: 26px;
  position: relative;
  padding-bottom: 30px;
}

.page-privacy__form h3::before {
  background-color: #000;
  bottom: 20px;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
}

@media (max-width: 900px) {
  .page-privacy__form h3 {
    font-size: 20px;
  }
}

.page-privacy__form h4 {
  color: #000;
  font-weight: bold;
  font-size: 26px;
  position: relative;
}

@media (max-width: 900px) {
  .page-privacy__form h4 {
    font-size: 24px;
  }
}

.page-privacy__form h5 {
  font-weight: bold;
  font-size: 26px;
  position: relative;
}

@media (max-width: 900px) {
  .page-privacy__form h5 {
    font-size: 24px;
  }
}

.page-privacy__form h6 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
/*# sourceMappingURL=master.css.map */