@charset "UTF-8";
#wrapper {
  width: auto;
  max-width: 960px;
  padding: 0;
}
@media only screen and (max-width: 479px) {
  #wrapper {
    padding: 0;
  }
}

#header {
  position: relative;
  width: auto;
  max-width: 960px;
}
#header h1 {
  position: absolute;
  z-index: 10;
  bottom: 12px;
  left: 12px;
}
#header > h2 {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 12px;
  margin: 0;
}
#header .hobo {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 12px;
}
@media only screen and (max-width: 479px) {
  #header h1 {
    top: 36px;
    bottom: auto;
  }
  #header h1 img {
    width: 80px;
    height: auto;
  }
  #header .hobo {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
  }
}

#slide ul,
#slide li,
#menu ul,
#menu li,
#shop ul,
#shop li,
#primary .item ul,
#primary .item li,
#secondary ul,
#secondary li,
.section ul,
.section li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#slide {
  position: relative;
  max-width: 960px;
  padding-top: 52.08333%;
}
#slide li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#slide li img {
  width: 100%;
  height: 100%;
}

#news {
  position: absolute;
  z-index: 11;
  right: 10px;
  bottom: 0;
  width: 180px;
}
#news a {
  display: block;
}
#news a:hover {
  text-decoration: none;
}
#news h2 {
  font-family: "Zen Old Mincho N M", "游明朝", YuMincho, "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  line-height: 1;
  margin: 0;
  padding: 0;
  padding: 5px 0 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.ua-desktop-windows #news h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
#news .article {
  padding: 10px;
  background-color: #000;
}
#news #newsText {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  letter-spacing: 0;
  color: #fff;
}
#news #newsText span {
  font-size: 10px;
}
#news #newsText h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
#news #newsText p {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  #news {
    position: relative;
    right: 0px;
    width: auto;
  }
  #news h2 {
    border-radius: 0;
  }
  #news .article {
    display: flex;
  }
  #news #newsText {
    margin-top: 0;
    margin-left: 10px;
  }
}

#contentHead {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 479px) {
  #contentHead {
    display: block;
  }
}

#menu {
  width: 50%;
  max-width: 440px;
  margin: 20px;
  padding-top: 13px;
}
#menu .banner {
  width: auto;
  margin-bottom: 20px;
}
#menu .banner img {
  width: 100%;
}
#menu ul {
  margin: 10px 0;
  padding: 0 10px;
  padding-top: 15px;
}
#menu ul + ul {
  padding-top: 0;
}
#menu li {
  margin-left: 40px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#menu li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 479px) {
  #menu {
    padding-top: 0;
    margin: 20px 10px;
    width: auto;
  }
  #menu ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
  #menu li {
    margin: 0 10px 0 0;
  }
}

#shop {
  width: 50%;
  max-width: 440px;
  margin: 20px;
}
#shop ul {
  display: flex;
  justify-content: space-between;
}
#shop li img {
  width: 100%;
}
#shop .notice {
  margin: 20px auto;
}
#shop .info {
  margin-top: 20px;
}
#shop .info p {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0;
  letter-spacing: .05em;
}
@media only screen and (max-width: 479px) {
  #shop {
    width: auto;
    margin: 20px 10px;
  }
  #shop li {
    width: calc(50% - 5px);
  }
}

#wrapper .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper .section .item {
  width: calc(50% - 20px);
  max-width: 460px;
  margin: 10px;
  vertical-align: top;
}
#wrapper .section .item h2 {
  margin: 0 10px;
  margin-bottom: 10px;
}
#wrapper .section .item h2 img {
  width: 100%;
}
#wrapper .section .item div + h2,
#wrapper .section .item ul + h2 {
  margin-top: 20px;
}
#wrapper .section .item ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrapper .section .item li {
  margin: 10px;
  width: calc(50% - 20px);
}
#wrapper .section .item li img {
  width: 100%;
}
#wrapper .section .item .banner {
  width: auto;
  margin: 80px 10px 10px;
}
#wrapper .section .item .banner img {
  width: 100%;
}
#wrapper .section .item .info {
  font-size: 12px;
  margin: 10px;
}
#wrapper .section .item:nth-of-type(n + 3) {
  margin-top: 20px;
}
@media only screen and (max-width: 479px) {
  #wrapper .section {
    display: block;
  }
  #wrapper .section .item {
    margin: 0;
    width: auto;
  }
  #wrapper .section .item ul {
    margin: 10px;
  }
  #wrapper .section .item li {
    margin: 5px 0;
    width: calc(50% - 5px);
  }
  #wrapper .section .item .banner {
    margin-top: 30px;
  }
}
