
  body {
    padding-top: 80px;
    background-image: url(https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/img/Melamine-wood-004.png);
   }

  #top-feature .img-circle {
    border-radius: 10%;
  }

@font-face {
  font-family: "Kazesawa-Light";
  src: url("https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/fonts/Kazesawa-Light.woff"), url("https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/fonts/Kazesawa-Light.ttf");
}
@font-face {
  font-family: "Kazesawa-Regular";
  src: url("https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/fonts/Kazesawa-Regular.woff"), url("https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/fonts/Kazesawa-Regular.ttf");
}

@font-face {
  font-family: "Kazesawa-Extrabold";
  src: url("https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/fonts/Kazesawa-Extrabold.woff"), url("https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/fonts/Kazesawa-Extrabold.ttf");
}

/**
 * font
 */
  .page-header h1 {
    font-family: 'Kazesawa-Extrabold';
    color: #fff;
    font-size: 20px;
    padding-left: 0.8em;
    letter-spacing: 0.2em;
  }

  .page-header h1 small {
    color: yellow;
    padding-left: 2.5em;
  }

  .page-header {
    padding-top: 2px;
    padding-left: 30px;
    padding-bottom: 0;
    background-image: url(https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/img/shirakaba_icon_100_100.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
  }

  .page-header h1 {
    text-indent: 1.5em;
  }

  #menu .navbar .nav-link {
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid black;
  }

  #menu .navbar .nav-link:hover {
    color: #ccc;
  }

  div.index-catchcopy {
    font-family: 'Kazesawa-Light';
  }

  #menu .menu-title {
    font-family: 'Kazesawa-Extrabold';
  }

  #menu .thumbnail {
    background-color: black;
    color: #fff;
  }

  .menu-name {
    font-size: 14px;
    display: table;
  }

  .menu-name p {
    display: table-cell;
    vertical-align: middle;
  }

  .menu-name .name {
    display: block;
    width: 100%;
    border-bottom: 1px solid yellow;
    font-family: 'Kazesawa-Regular';
  }

  .menu-title small {
    color: #fff;
  }

  .story-copy {
    font-family: 'Kazesawa-ExtraBold';
    font-size: 22px;
    background-image: url(https://web.archive.org/web/20180831014635im_/http://shirakaba-sansou.com/img/shirakaba_icon_100_100.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    padding: 1em 0 1em 2.5em;
    letter-spacing: 0.2em;
  }

  .copy-bg {
    max-width: 100%;
    overflow: hidden;
    z-index: 0;
    padding: 1em 0;
  }

  .card-title {
    font-family: 'Kazesawa-Regular';
  }

/**
 * carousel
 */
  .top-slider {
    margin-bottom: 30px;
  }

  .label-caption {
    background-color: rgba(255,255,255,0.3);
    color: #000;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Kazesawa-Regular';
  }

  .top-copy {
    padding: 20px 0;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

/**
 * nav bar
 */
  .navbar-brand {
    position: relative;
    top: -20px;
  }
  .h3 {
    color: #A53934;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: yellow;
    background-color: black;
  }

  .navbar-default .navbar-toggle {
    font-size: 10px;
  }

/**
 * scroll pagetop btn
 */
  #page-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      font-size: 60%;
      opacity: 0.8;

  }
  #page-top a {
      background: #000;
      text-decoration: none;
      color: #fff;
      width: 160px;
      padding: 5px 0;
      text-align: center;
      display: block;
      border: 1px solid yellow;
      border-radius: 5px;
  }
  #page-top a:hover {
      text-decoration: none;
      background: #333;
  }

  #page-top a span {
    border-bottom: 1px solid yellow;
    font-size: 12px;
  }

  .feature .caption h2 a {
    background: black;
    border-bottom: 1px solid yellow;
    color: #fff;
    display: block;
    padding: 8px;
  }

/**
 * other
 */
  .feature {
    margin-bottom: 50px;
  }

  .bg-gray {
    color: #ffffff;
  }

  .bg-gray .thumbnail {
    color: #333;
    border: none;
    padding: 0;
  }

  .bg-white {
    color: #333333;
  }

  .badge {
    background-color: #A53934;
    margin-right: 10px;
  }

  .m-t-20 {
    margin-top: 20px;
  }

  .m-t-50 {
    margin-top: 50px;
  }

  .alert-info {
    color: black;
    border-color: yellow;
    background-color: #fff;
  }

  footer {
    background-color: black;
    padding: 20px 0;
    color: #F4F4F4;
    text-align: center;
  }

  a, a:hover, a:active, a:visited {
    color: #000;
  }

  .card {
    position: relative;
    display: block;
    margin-bottom: 4rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: .5rem;
    overflow: hidden;
  }

  .card img {
    width:100%;
    height: auto;
  }

  .card-block {
    padding: 1.25rem;
  }

  .menu-name {
    font-size: 18px;
  }

  @media ( min-width: 768px ) {
    .carousel {
      max-height: 400px;
      overflow: hidden;
    }
    .carousel-inner {
      position: relative;
      top: -100px;
    }

    .top-slider {
      margin-bottom: 30px;
    }

    .feature {
      margin-bottom: 30px;
    }

    .bg-gray {
      padding: 30px 0;
      margin-bottom: 30px;
    }

    .bg-white {
      padding: 30px 0;
      margin-bottom: 30px;
    }

    .news-list {
      margin-bottom: 50px;
    }

    #banner {
      min-height: 300px;
      border-bottom: none;
    }
    .bs-docs-section {
      margin-top: 8em;
    }
    .bs-component {
      position: relative;
    }
    .bs-component .modal {
      position: relative;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      z-index: 1;
      display: block;
    }
    .bs-component .modal-dialog {
      width: 90%;
    }
    .bs-component .popover {
      position: relative;
      display: inline-block;
      width: 220px;
      margin: 20px;
    }
    .nav-tabs {
      margin-bottom: 15px;
    }
    .progress {
      margin-bottom: 10px;
    }

    .menu-title {
      font-size: 24px;
    }

    .menu-name {
      font-size: 24px;
    }
  }

  /* 992pxä»¥ä¸Š */
@media (min-width: 992px) {
  .carousel {
    max-height: 500px;
    overflow: hidden;
  }
  .carousel-inner {
    position: relative;
    top: -200px;
  }
  .menu-title {
    font-size: 34px;
  }
  .menu-name {
    font-size: 34px;
  }

  .page-header h1 {
    font-size: 36px;
    padding-left: 0;
  }

  .page-header h1 small {
    color: yellow;
    font-size: 20px;
    padding-left: 0;
  }
}

/* 1200pxä»¥ä¸Š */
@media (min-width: 1200px) {
  .carousel {
    max-height: 600px;
    overflow: hidden;
  }
  .carousel-inner {
    position: relative;
    top: -200px;
  }

  .menu-title {
    font-size: 40px;
  }
  .menu-name {
    font-size: 40px;
  }

  .story-copy {
    font-family: 'Kazesawa-Extrabold';
    font-size: 40px;
    display: block;
    text-indent: 0em;
  }

  .copy-bg {
    padding: 1.5em 0 1.5em 0em;

  }
}
