@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
body {
	font-family: "toppan-bunkyu-gothic-pr6n", serif!important;
	font-weight: 400!important;
	font-style: normal;
}

.pc {
  display: block; }
  @media screen and (max-width: 1200px) {
    .pc {
      display: none !important; } }

.sp {
  display: none; }
  @media screen and (max-width: 1200px) {
    .sp {
      display: block !important; } }

img {
  max-width: 100%;
  height: auto;
}
header {
  position: fixed;
  z-index: 9999;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #7a8d5c;
  height: 50px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.header__menu .h_box {
  width: calc(100%/3);
}
.icon_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
    margin-right: 16px;
}
.icon_area div {
  width: calc(100%/4);
  max-width: 40px;
}
.logo_area {
  text-align: center;
}
.logo_area img {
  vertical-align: middle;
}
.header_menu .icon_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_menu .icon_area div {
  width: 30px;
  margin-right: 20px;
  position: relative;
}
.header_menu .icon_area div:nth-last-of-type(1) {
  width: 30px;
  margin-right: 0;
  position: relative;
}
.icon_area .fs-client-cart-count {
  position: absolute;
  color: #7a8d5c;
  background: #fff;
  right: 0;
  width: 15px;
  height: 15px;
  top: -12px;
  border-radius: 50%;
  line-height: 1.5;
  text-align: center;
  font-size: 0.6em;
}
.fs-client-cart-count--0 {
  opacity: 0;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
  top: 8px;
}
#menu__toggle:checked + .menu__btn > span::before {
  opacity: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0px;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 25px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition-duration: .3s;
}
.menu__btn > span::before {
  content: '';
  top: 8px;
}
.menu__btn > span::after {
  content: '';
  top: 16px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 50px;
  left: -100%;
  width: 100%;
  min-width: 300px;
  max-width: 450px;
  height: calc(100vh);
  margin: 0;
  padding: 50px 0 80px;
  list-style: none;
  background-color: #fdfdf8;
  transition-duration: .5s;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-shadow: 2px 0px 10px -6px rgba(122, 141, 92, .5);
}
@media screen and (max-width: 600px) {
  .menu__box {
    padding-top: 20px;
  }
}
.menu__box::-webkit-scrollbar {
  display: none;
}
.menu__box div {
  width: 100%;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  text-align: left;
  color: #3c463c;
  font-size: 14px;
	line-height: 2.5;
  text-decoration: none;
  transition-duration: .5s;
  border-bottom: 1px solid rgba(122, 141, 92, .5);
}
.menu__item span {
  display: block;
  font-size: 70%;
  text-align: left;
}
.menu__item:hover {
  background-color: #7a8d5c;
  color: #fdfdf8 !important;
}
.menu__item:hover span {
  background-color: #7a8d5c;
  color: #fdfdf8;
}
.toggle {
  display: none;
}
.option {
  position: relative;
}
.title, .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  padding: 12px 24px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  display: block;
	line-height: 2.5;
  color: inherit;
  border-bottom: 1px solid rgba(122, 141, 92, .5);
}
.title span {
  display: block;
  font-size: 70%;
  text-align: left;
  color: inherit;
}
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #7a8d5c;
  border-right: 2px solid #7a8d5c;
  transition: all 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
.title:hover {
  background: #7a8d5c;
  color: #fff;
}
.title:hover::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.title:hover span {
  color: #fff;
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content a {
  width: 100%;
  margin: 0;
  padding: 0.5em 0px 0.5em 48px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  line-height: 1.5;
  color: #3c463c;
  text-align: left;
}
.content a span {
  display: block;
  font-size: 70%;
  text-align: left;
  color: inherit;
}
.content a:hover, .content a:hover span {
  background: #7a8d5c;
  color: #fff !important;
}
.toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(225deg) !important;
}
.menu__box div.box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.0em auto 0;
  width: 80%;
}
.menu__box .box a {
  width: calc(100%/2 - 2%);
  font-size: 80% !important;
  color: #7a8d5c;
  text-align: left;
  text-decoration: none;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
	.title {
		font-size: 3.0vw;
	}
	.menu__item {
		font-size: 3.0vw;
	}
}