@charset "UTF-8";
/*import
------------------------------------------*/
/*reset*/
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box; }

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

html {
  font-size: 100%; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none !important; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

dfn {
  font-weight: 400;
  font-style: normal; }

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

input, select {
  vertical-align: middle; }

li {
  list-style: none; }

/*html body and base setting*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%; }

body {
  position: relative;
  overflow: hidden;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt"; }

p {
  font-size: 1.4rem; }

a {
  color: #333; }

sup {
  vertical-align: super;
  font-size: .5em; }

a:link,
a:visited {
  text-decoration: none; }

a:active,
a:hover {
  text-decoration: none; }

figure {
  position: relative; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top; }

/*util*/
.ac {
  text-align: center; }

.al {
  text-align: left; }

.ar {
  text-align: right; }

/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important; }

  .visible-tb {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important; }

  .visible-tb {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important; } }
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
@font-face {
  font-family: "PPPangramSans";
  src: url("../font/PPPangramSans-Bold.woff2") format("woff2"), url("../font/PPPangramSans-Bold.woff") format("woff");
  font-weight: 700; }
@font-face {
  font-family: "PPPangramSans";
  src: url("../font/PPPangramSans-Semibold.woff2") format("woff2"), url("../font/PPPangramSans-Semibold.woff") format("woff");
  font-weight: 600; }
@font-face {
  font-family: "PPPangramSans";
  src: url("../font/PPPangramSans-Medium.woff2") format("woff2"), url("../font/PPPangramSans-Medium.woff") format("woff");
  font-weight: 500; }
@font-face {
  font-family: "PPPangramSans";
  src: url("../font/PPPangramSans-Regular.woff2") format("woff2"), url("../font/PPPangramSans-Regular.woff") format("woff");
  font-weight: 400; }
/*
------------------------------------------*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word; }

/* base
--------------------------------------------------*/
body {
  font-family: "PPPangramSans", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  background: #000;
  color: #fff; }
  body img {
    width: 100%; }
  body p {
    font-size: 16px;
    line-height: 2; }

/*
--------------------------------------------------*/
main,
footer {
  max-width: 400px;
  margin: 0 auto; }

header {
  position: fixed;
  top: 20px;
  right: 20px;
  left: 20px; }
  header img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }

footer {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 20px;
  text-align: center; }
  footer ul {
    display: flex;
    justify-content: center; }
    footer ul li {
      flex-basis: 33.3333%; }
      footer ul li img {
        width: 30px; }
      footer ul li span {
        font-size: 11px;
        font-weight: 700;
        display: block;
        color: #fff;
        margin-top: 2px; }

/*
--------------------------------------------------*/
main {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0; }
  main .typo {
    margin-bottom: 20px; }
  main .text_warp {
    margin-bottom: 20px; }
    main .text_warp p {
      font-size: 13px;
      line-height: 1.5; }
  main .voice_warp {
    background: #3b3b3b;
    text-align: center;
    padding: 20px 12px;
    margin-bottom: 20px;
    border-radius: 6px; }
    main .voice_warp p {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.6;
      margin-top: 9px; }
  main .slider.slick-dotted {
    padding: 0 20px 60px;
    margin: 0; }
    main .slider.slick-dotted .slick-dots {
      display: flex;
      position: relative;
      bottom: 0;
      gap: 6px; }
      main .slider.slick-dotted .slick-dots li {
        flex-basis: 12%;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0; }
        main .slider.slick-dotted .slick-dots li button {
          width: 100%;
          height: 30px;
          border-bottom: #3b3b3b 1px solid; }
          main .slider.slick-dotted .slick-dots li button:before {
            width: 100%;
            height: 30px;
            font-size: 12px;
            font-weight: 500;
            color: #000;
            opacity: 0; }
        main .slider.slick-dotted .slick-dots li.slick-active button {
          border-bottom: #fff 1px solid; }
          main .slider.slick-dotted .slick-dots li.slick-active button:before {
            opacity: 1; }
        main .slider.slick-dotted .slick-dots li:first-child button:before {
          content: '#001';
          color: #c9ad93; }
        main .slider.slick-dotted .slick-dots li:first-child + * button:before {
          content: '#002';
          color: #cc0000; }
        main .slider.slick-dotted .slick-dots li:first-child + * + * button:before {
          content: '#003';
          color: #005cff; }
        main .slider.slick-dotted .slick-dots li:first-child + * + * + * button:before {
          content: '#004';
          color: #ff6700; }
        main .slider.slick-dotted .slick-dots li:first-child + * + * + * + * button:before {
          content: '#005';
          color: #a4d4ff; }
        main .slider.slick-dotted .slick-dots li:first-child + * + * + * + * + * button:before {
          content: '#006';
          color: #ff85da; }
        main .slider.slick-dotted .slick-dots li:first-child + * + * + * + * + * + * button:before {
          content: '#007';
          color: #ab71ff; }
        main .slider.slick-dotted .slick-dots li:first-child + * + * + * + * + * + * + * button:before {
          content: '#008';
          color: #fdbb30; }
    main .slider.slick-dotted .slick-arrow {
      width: 96px;
      height: 40px;
      top: auto;
      bottom: 0;
      transform: none;
      background: #3b3b3b;
      text-align: center;
      border-radius: 20px; }
      main .slider.slick-dotted .slick-arrow:before {
        font-size: 15px;
        font-family: "PPPangramSans"; }
      main .slider.slick-dotted .slick-arrow.slick-prev {
        left: 20px; }
        main .slider.slick-dotted .slick-arrow.slick-prev:before {
          content: '←PREV'; }
      main .slider.slick-dotted .slick-arrow.slick-next {
        right: 20px; }
        main .slider.slick-dotted .slick-arrow.slick-next:before {
          content: 'NEXT→'; }
