/* Scss Document */
body {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif; }

nav ul li {
  text-align: left; }
  nav ul li a {
    color: #fff; }

.headlogo {
  display: inline-block;
  width: 150px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 100; }
  .headlogo img {
    width: 100%;
    height: auto; }

.main-slide {
  height: 100vh;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center center; }
  .main-slide .logo {
    margin-bottom: 30px; }
  .main-slide .catch h2 {
    border-bottom: none !important;
    font-size: 2rem !important;
    color: #fff;
    font-family: ten-mincho, serif; }
  .main-slide .key__scroll {
    position: absolute;
    display: block;
    width: 40px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 5vh;
    margin: auto;
    text-align: center; }
    .main-slide .key__scroll span {
      display: block;
      position: absolute;
      bottom: 0;
      margin: 0 0 0 -5px;
      color: #fff;
      font-size: 10px;
      width: 50px; }
    .main-slide .key__scroll::before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 0 0 0;
      width: 40px;
      height: 40px;
      border: #fff solid 1px;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .main-slide .key__scroll::after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 14px 0 0 16px;
      width: 8px;
      height: 8px;
      border-bottom: #fff solid 1px;
      border-right: #fff solid 1px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

#top h2 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-family: korolev, sans-serif;
  font-weight: 700; }
  #top h2 span {
    font-size: 0.8rem;
    display: inline-block;
    border-top: 1px solid #333;
    font-weight: normal;
    padding: 0 10px; }

#top .container {
  padding: 10vh 5vw; }

#top .top-news dl {
  margin-bottom: 40px; }
  #top .top-news dl dt span {
    padding: 2px;
    border-radius: 3px; }
    #top .top-news dl dt span.date {
      width: 9em;
      display: inline-block; }
    #top .top-news dl dt span.cat {
      background-color: #222;
      padding: 3px 8px;
      font-size: 0.8em;
      vertical-align: middle;
      color: #fff; }

#top #shoplist .card {
  margin-bottom: 20px; }
