@charset "UTF-8";
/* SCSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.5;
  font-feature-settings: "palt";
  background: linear-gradient(to bottom, #707a87 0%, #383c4a 100%);
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

ul, li {
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  backface-visibility: hidden; }

.pc {
  display: none; }
  @media screen and (min-width: 768px) {
    .pc {
      display: block; } }

.sp {
  display: block; }
  @media screen and (min-width: 768px) {
    .sp {
      display: none; } }

.sp-ib {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .sp-ib {
      display: none; } }

.header {
  max-width: 750px;
  margin: 0 auto 20px; }
  .header .logo {
    text-align: center;
    padding: 30px 15px 15px; }
    .header .logo img {
      max-width: 100px;
      border-radius: 50%;
      overflow: hidden; }
  .header-text {
    text-align: center;
    font-weight: bold; }

.menu {
  max-width: 750px;
  margin: 0 auto; }
  .menu-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px; }
    .menu-flex .btn {
      margin: 1vw auto; }

footer {
  font-size: 10px;
  text-align: center;
  padding: 15px; }
