@charset "UTF-8";
:root {
  --color-black: #000000;
  --color-red: #cc0000;
  --color-white: #ffffff;
  --color-gray-t10: rgba(0, 0, 0, 0.1);
  --color-gray-t20: rgba(0, 0, 0, 0.2);
  --color-gray-10: #e6e6e6;
  --color-gray-15: #d9d9d9;
  --color-gray-20: #cccccc;
  --color-gray-30: #b2b2b2;
  --color-gray-55: #737373;
  --color-text: var(--color-black);
  --color-button-primary: var(--color-red);
  --color-button-secondary: var(--color-black);
  --color-soldout-text: #737373;
  --color-soldout-button: #b2b2b2;
  --color-toggle-background: #d9d9d9;
  --color-toggle-active: var(--color-white);
  --color-toggle-icon: var(--color-black);
  --color-danger: var(--color-red);
  --color-text-secondary: var(--color-gray-55);
  --color-share-x: rgb(0, 0, 0);
  --color-share-line: #06c755;
  --color-share-line-hover: #05b34d;
  --color-share-facebook: #1877f2;
}

body * {
  box-sizing: border-box;
}

img {
  vertical-align: top;
}

#wrapper {
  width: auto;
  max-width: 960px;
  padding: 0;
}
@media (max-width: 479px) {
  #wrapper {
    padding: 0;
  }
}

#header {
  position: relative;
  width: auto;
  max-width: 960px;
}
@media (max-width: 479px) {
  #header h1 {
    top: 36px;
    bottom: auto;
  }
  #header h1 img {
    width: 80px;
    height: auto;
  }
  #header .hobo {
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
  }
}
#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;
}

#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.0833333333%;
}
#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;
}
@media (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;
  }
}
#news a {
  display: block;
}
#news a:hover {
  text-decoration: none;
}
#news h2 {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows #news h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

#news h2 {
  font-weight: normal;
  text-rendering: auto;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  padding: 5px 0 0 10px;
  color: white;
  border-radius: 6px 6px 0 0;
  background-color: black;
}
#news .article {
  padding: 10px;
  background-color: #000;
}
#news #newsText {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  margin-top: 10px;
  color: #fff;
}
#news #newsText span {
  font-size: 10px;
}
#news #newsText h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 0;
}
#news #newsText p {
  margin: 0;
}

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

.menu {
  width: 50%;
  max-width: 440px;
  margin: 20px;
  padding-top: 13px;
}
@media (max-width: 479px) {
  .menu {
    width: auto;
    margin: 20px 10px;
    padding-top: 0;
  }
}
.menu .banner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: auto;
  margin-bottom: 20px;
}
.menu .banner a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
.menu .banner a {
  margin: 0 1px 1px 0;
  box-shadow: 1px 1px 0 0 #000000;
}
@media (hover: hover) {
  .menu .banner a:hover {
    margin: 1px 0 0 1px;
    box-shadow: 0 0 0 0 #000000;
    text-decoration: none;
    cursor: pointer;
  }
}
.menu .banner img {
  vertical-align: top;
  width: 100%;
}
.menu ul {
  margin: 10px 0;
  padding: 0 10px;
  padding-top: 15px;
}
.menu ul + ul {
  padding-top: 0;
}
@media (max-width: 479px) {
  .menu ul ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
.menu li {
  display: inline-block;
  margin-left: 40px;
}
.menu li:first-child {
  margin-left: 0;
}
@media (max-width: 479px) {
  .menu li {
    margin: 0 10px 0 0;
  }
}

.shop {
  width: 50%;
  max-width: 440px;
  margin: 20px;
  padding-top: 10px;
}
@media (max-width: 479px) {
  .shop {
    width: auto;
    margin: 20px 10px;
  }
}
.shop ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 480px) and (max-width: 768px) {
  .shop ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shop li.shop-item {
  -webkit-text-stroke-width: 0.28px;
  text-stroke-width: 0.28px;
  font-size: 14px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: clamp(172.5px, 46vw, min(280px, 100%));
  padding: 8px;
  border-radius: 6px;
  background-color: var(--color-button-primary);
}
.shop li.shop-item {
  margin: 0 1px 1px 0;
  box-shadow: 1px 1px 0 0 #000000;
}
@media (hover: hover) {
  .shop li.shop-item:hover {
    margin: 1px 0 0 1px;
    box-shadow: 0 0 0 0 #000000;
    text-decoration: none;
    cursor: pointer;
  }
}
.shop li.shop-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../images/index/cart-icon.png);
  background-size: contain;
}
.shop li.shop-item a {
  text-decoration: none;
  display: block;
  color: var(--color-black);
}
.shop li.shop-item a p {
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.25;
  letter-spacing: 0;
  margin: 0.2em 0 0 0;
  color: var(--color-white);
}
.shop li.shop-item a img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
@media (max-width: 479px) {
  .shop li.shop-item br {
    display: none;
  }
}
@media (min-width: 576px) {
  .shop li.shop-item:nth-child(1n) {
    justify-self: right;
  }
  .shop li.shop-item:nth-child(2n) {
    justify-self: left;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .shop li.shop-item:nth-child(n) {
    justify-self: center;
  }
}
@media (max-width: 479px) {
  .shop .notice-item {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.shop .notice {
  padding: 8px 0;
}
.shop .notice a {
  -webkit-text-stroke-width: 0.28px;
  text-stroke-width: 0.28px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  color: var(--color-black);
  border-radius: 4px;
  background-color: var(--color-white);
}
.shop .notice a {
  margin: 0 1px 1px 0;
  box-shadow: 1px 1px 0 0 #000000;
}
@media (hover: hover) {
  .shop .notice a:hover {
    margin: 1px 0 0 1px;
    box-shadow: 0 0 0 0 #000000;
    cursor: pointer;
  }
}
.shop .notice a svg {
  width: 14px;
  height: 14px;
}
.shop .info {
  margin-top: 8px;
}
.shop .info p {
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 0;
}

#wrapper .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper .section .item {
  vertical-align: top;
  width: calc(50% - 20px);
  max-width: 460px;
  margin: 10px;
}
@media (max-width: 479px) {
  #wrapper .section .item {
    margin: 0;
    width: auto;
  }
}
#wrapper .section .item h2 {
  margin: 0 10px;
  margin-bottom: 10px;
}
#wrapper .section .item h2 img {
  vertical-align: top;
  width: 100%;
}
#wrapper .section .item h2.subtitle {
  -webkit-text-stroke-width: 0.48px;
  text-stroke-width: 0.48px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: clamp(10px, 5.16vw, 24px);
  font-weight: normal;
  height: 48px;
  margin: 30px 10px 10px;
  padding: 0 8px 0 4px;
  border-radius: 6px;
  background-color: var(--color-white);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 479px) {
  #wrapper .section .item h2.subtitle {
    height: 10.91vw;
  }
}
#wrapper .section .item h2.subtitle span,
#wrapper .section .item h2.subtitle a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-black);
}
#wrapper .section .item h2.subtitle span img,
#wrapper .section .item h2.subtitle a img {
  width: auto;
  height: 48px;
  margin-right: 4px;
}
@media (max-width: 479px) {
  #wrapper .section .item h2.subtitle span img,
  #wrapper .section .item h2.subtitle a img {
    height: 10.91vw;
  }
}
#wrapper .section .item h2.subtitle span svg,
#wrapper .section .item h2.subtitle a svg {
  width: 14px;
  height: 14px;
  margin-right: 0;
  margin-left: auto;
}
#wrapper .section .item h2.subtitle span span,
#wrapper .section .item h2.subtitle a span {
  display: inline;
}
#wrapper .section .item h2.subtitle span .info,
#wrapper .section .item h2.subtitle a .info {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.25;
  text-decoration: none;
  letter-spacing: 0;
  font-size: clamp(10px, 2.7969vw, 13px);
  -webkit-text-stroke-width: 0.26px;
  text-stroke-width: 0.26px;
}
#wrapper .section .item h2.subtitle span .info > span,
#wrapper .section .item h2.subtitle a .info > span {
  display: block;
}
#wrapper .section .item h2.subtitle span .info .soldout,
#wrapper .section .item h2.subtitle a .info .soldout {
  background-color: var(--color-gray-10);
  padding: 2px 4px;
  font-size: 11px;
  font-size: clamp(9px, 2.3666vw, 13px);
}
@media (hover: hover) {
  #wrapper .section .item h2.subtitle a:hover {
    transition: all 0.2s ease-out;
    opacity: 0.5;
    text-decoration: none;
  }
  #wrapper .section .item h2.subtitle a:hover img {
    opacity: 1;
  }
}
#wrapper .section .item div + h2,
#wrapper .section .item ul + h2 {
  margin-top: 20px;
}
#wrapper .section .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 479px) {
  #wrapper .section .item ul {
    margin: 10px;
  }
}
#wrapper .section .item ul li {
  width: calc(50% - 20px);
  margin: 10px;
}
#wrapper .section .item ul li img {
  width: 100%;
}
@media (max-width: 479px) {
  #wrapper .section .item ul li {
    width: calc(50% - 5px);
    margin: 5px 0;
  }
}
#wrapper .section .item ul.subitems + .subtitle {
  margin-top: 40px;
}
#wrapper .section .item ul.subitems li a {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 1px 1px 0 0 #000000;
}
@media (hover: hover) {
  #wrapper .section .item ul.subitems li a:hover {
    transition: all 0.2s ease-out;
    opacity: 0.5;
  }
  #wrapper .section .item ul.subitems li a:hover img {
    opacity: 1;
  }
}
#wrapper .section .item ul.subitems li p {
  -webkit-text-stroke-width: 0.28px;
  text-stroke-width: 0.28px;
  font-family: "Zen Old Mincho", "游明朝", YuMincho, "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: clamp(10px, 3vw, 14px);
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: 3px;
  left: 3px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 6px);
  height: 24px;
  margin: 0;
  padding: 0 4px 0 4px;
  color: var(--color-black);
  border-radius: 4px;
  background-color: var(--color-white);
}
#wrapper .section .item ul.subitems li p svg {
  width: 14px;
  height: 14px;
  margin-right: 0;
  margin-left: auto;
}
#wrapper .section .item .banner {
  width: auto;
  margin: 80px 10px 10px;
}
#wrapper .section .item .banner img {
  width: 100%;
}
@media (max-width: 479px) {
  #wrapper .section .item .banner {
    margin: 30px 10px 10px;
  }
}
#wrapper .section .item .info {
  font-size: 12px;
  margin: 10px;
}
#wrapper .section .item:nth-of-type(n + 3) {
  margin-top: 20px;
}

.kern {
  width: fit-content;
  display: inline-block;
}

/*# sourceMappingURL=index2.1.css.map */
