@charset "UTF-8";
/* CSS Document */
:root {
  --bk-brown:#3E220B;
  --dk-brown:#563316;
  --brown:#805900;
  --lt-brown:#C59339;
  --wt-brown:#FCF4D6;
  --yellow:#FFCC00;
  --gold-1:linear-gradient(135deg,#EED498,#B79A54);
  --font-ja:"Zen Kaku Gothic Antique", serif;
  --font-en:"PT Serif", serif;
  --font-en-ja:"PT Serif", "Zen Kaku Gothic Antique", serif;
  --section-line-top: linear-gradient(var(--wt-brown) 0.4rem, transparent 0.4rem, transparent 0.8rem, var(--wt-brown) 0.8rem, var(--wt-brown) 1rem, transparent 1rem);
  --section-line-bottom: linear-gradient(transparent calc(100% - 1rem), var(--wt-brown) calc(100% - 1rem), var(--wt-brown) calc(100% - 0.8rem), transparent calc(100% - 0.8rem), transparent calc(100% - 0.4rem), var(--wt-brown) calc(100% - 0.4rem));
  --section-line-top_wide: linear-gradient(var(--wt-brown) 0.8rem, transparent 0.8rem, transparent 1.2rem, var(--wt-brown) 1.2rem, var(--wt-brown) 1.4rem, transparent 1.4rem);
  --section-line-bottom_wide: linear-gradient(transparent calc(100% - 1.4rem), var(--wt-brown) calc(100% - 1.4rem), var(--wt-brown) calc(100% - 1.2rem), transparent calc(100% - 1.2rem), transparent calc(100% - 0.8rem), var(--wt-brown) calc(100% - 0.8rem));
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

html {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

html *, html *::before, html *::after {
  font-family: var(--font-ja);
  color: var(--bk-brown);
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: inherit;
}

li > a {
  display: block;
}

header {
  width: 100%;
  height: 12rem;
  background: #000;
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  justify-content: flex-start;
}
header a.toko-logo {
  filter: brightness(0) invert(1);
  width: 32rem;
}
header a.toko-logo img {
  height: 5.6rem;
}
header ul.buttons {
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  right: 2.4rem;
  width: 35.2rem;
  height: 8rem;
  filter: drop-shadow(var(--bk-brown) 0 0 1.2rem);
}
header ul.buttons li {
  margin-left: 0.8rem;
  width: 12rem;
  height: 100%;
}
header ul.buttons li:last-of-type {
  margin-left: 1.6rem;
  width: 8rem;
}
header ul.buttons li a img {
  height: 8rem;
}
header ul.buttons .menu {
  position: relative;
  cursor: pointer;
}
header ul.buttons .menu .js-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
}
header ul.buttons .menu .js-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: calc(50% - 2.4rem);
  width: 4.8rem;
  height: 0.4rem;
  background: var(--bk-brown);
}
header ul.buttons .menu .js-btn span:nth-of-type(1) {
  top: 2.2rem;
  transition: all 0.1s;
}
header ul.buttons .menu .js-btn span:nth-of-type(2) {
  top: 3.8rem;
}
header ul.buttons .menu .js-btn span:nth-of-type(3) {
  top: 3.8rem;
}
header ul.buttons .menu .js-btn span:nth-of-type(4) {
  top: 5.4rem;
  transition: all 0.1s;
}
header ul.buttons .menu .js-btn.active span:nth-of-type(1), header ul.buttons .menu .js-btn.active span:nth-of-type(4) {
  opacity: 0;
}
header ul.buttons .menu .js-btn.active span:nth-of-type(2) {
  top: 3.8rem;
  transform: rotate(135deg);
}
header ul.buttons .menu .js-btn.active span:nth-of-type(3) {
  top: 3.8rem;
  transform: rotate(-135deg);
}

#menu {
  transition: all 0.2s;
  position: fixed;
  background: var(--gold-1);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 3.2rem 2.4rem 8rem;
  overflow-y: scroll;
  height: 100%;
}
#menu:not(.is-show) {
  visibility: hidden;
  opacity: 0;
}
#menu .top {
  padding-bottom: 3.2rem;
  border-bottom: 0.2rem solid var(--wt-brown);
  margin-bottom: 1.6rem;
}
#menu .top a.toko-logo {
  filter: none;
  display: inline-block;
}
#menu .top ul.sns {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}
#menu .top ul.sns li {
  height: 8rem;
  width: calc((100% - 1.6rem) / 3);
  border-radius: 1.6rem;
}
#menu .top ul.sns li a, #menu .top ul.sns li img {
  height: 100%;
  text-align: center;
}
#menu .top ul.sns li:nth-of-type(1) {
  background: #1877F2;
}
#menu .top ul.sns li:nth-of-type(2) {
  background: #000;
}
#menu .top ul.sns li:nth-of-type(3) {
  background: #DA1725;
}
#menu section h2 {
  font-family: var(--font-en);
  font-size: 6.4rem;
  font-weight: 900;
  font-style: italic;
  color: var(--brown);
  text-shadow: var(--wt-brown) 0 0 1.6rem;
}
#menu section ul {
  border-left: 0.2rem solid var(--wt-brown);
  padding: 0 0 0.4rem 3.2rem;
  margin-left: 3.2rem;
}
#menu section ul li {
  margin: 1rem -0.8rem;
  display: flex;
  padding: 0 0.8rem;
}
#menu section ul li a {
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
#menu section ul li::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: var(--lt-brown);
  transform-origin: center center;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto 1.6rem auto 0;
}
#menu section ul li.no {
  pointer-events: none;
  opacity: 0.3;
}

footer {
  background: var(--bk-brown);
  text-align: center;
  padding: 2.4rem 0;
}
footer img.logo {
  filter: brightness(0) invert(1);
  height: 5.6rem;
}
footer ul {
  margin: 0.8rem 0 2rem;
}
footer ul li {
  display: inline-block;
  margin: 0 0.8rem;
}
footer ul li img {
  height: 6.4rem;
}
footer p {
  color: #fff;
  font-size: 2rem;
}

/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media only all and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
  .sp_no {
    display: none !important;
  }
  html *, html *::before, html *::after {
    font-size: 2.8rem;
  }
  body.menu_active {
    overflow: hidden;
  }
}
/***********************************************************************
    「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media all and (min-width: 751px) {
  html {
    font-size: 0.5208333333vw;
  }
  .pc_no {
    display: none !important;
  }
  a {
    transition: all 0.2s;
  }
  a:hover {
    opacity: 0.8;
    transform: scale(0.95);
  }
  header {
    background: none;
    padding: 0.8rem 3.2rem 0;
    margin-bottom: -12rem;
    position: relative;
  }
  header a.toko-logo {
    filter: none;
    width: 25.2rem;
  }
  header a.toko-logo img {
    height: 4.4rem;
  }
  header ul.sns {
    display: flex;
    margin: 0 2.4rem;
    width: 14.8rem;
    justify-content: space-between;
  }
  header ul.sns li {
    width: 4.4rem;
    margin-right: 0.4rem;
  }
  header ul.buttons {
    right: 3.2rem;
  }
  header ul.buttons .menu a:hover {
    transform: none;
  }
  #menu {
    padding: 0 3.2rem 8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    height: fit-content;
    overflow: hidden;
    box-shadow: var(--bk-brown) 0 -8rem 24rem 24rem;
  }
  #menu .top {
    display: flex;
    height: 12rem;
    align-items: center;
    width: 100%;
    padding-bottom: 3.2rem;
    border-bottom: 0.2rem solid var(--wt-brown);
    margin-bottom: 1.6rem;
  }
  #menu .top a.toko-logo {
    filter: none;
    margin-top: 4.2rem;
  }
  #menu .top ul.sns {
    display: flex;
    justify-content: space-between;
    margin-top: 4.2rem;
  }
  #menu .top ul.sns li {
    height: 4.4rem;
    width: 4.4rem;
    border-radius: 100%;
  }
  #menu section {
    width: fit-content;
    margin: 2.4rem 1.2rem 0 0;
  }
  #menu section h2 {
    font-family: var(--font-en);
    font-size: 4.8rem;
    font-weight: 900;
    font-style: italic;
    color: var(--brown);
    text-shadow: var(--wt-brown) 0 0 1.6rem;
  }
  #menu section ul {
    border-left: 0.1rem solid var(--wt-brown);
    padding-left: 2rem;
    margin-left: 1.6rem;
  }
  #menu section ul li {
    transition: all 0.2s;
    margin-right: 0.4rem;
  }
  #menu section ul li::before {
    transition: all 0.2s;
    margin: auto 0.8rem auto 0;
  }
  #menu section ul li a {
    font-size: 2.2rem;
  }
  #menu section ul li a:hover {
    transform: none;
  }
  #menu section ul li.no {
    pointer-events: none;
    opacity: 0.3;
  }
  #menu section ul li:hover {
    background: var(--yellow);
    margin-right: 0rem;
  }
  #menu section ul li:hover::before {
    margin-right: 1.2rem;
  }
  footer {
    padding: 1.6rem 0;
  }
  footer img.logo {
    height: 4rem;
  }
  footer p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=common.css.map */