@charset "UTF-8";
/* ------------------- Common ------------------- */
* {
  box-sizing: border-box;
}

body {
  color: #222;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width:768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width:768px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (min-width:769px) {
  body {
    min-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  img {
    max-width: none;
    width: 100%;
  }
}

a {
  color: #59493f;
}
@media screen and (min-width:769px) {
  a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}

@media screen and (min-width:769px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width:769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}

@media screen and (min-width:769px) {
  span.pc {
    display: inline;
  }
}
@media screen and (max-width:768px) {
  span.pc {
    display: none;
  }
}
@media screen and (min-width:769px) {
  span.sp {
    display: none;
  }
}
@media screen and (max-width:768px) {
  span.sp {
    display: block;
  }
}

.al-center {
  text-align: center;
}

.al-right {
  text-align: right;
}

.al-left {
  text-align: left;
}

/*
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid $color_form;
  border-radius: 5px;
  font: inherit;
  font-size: 14px;
  outline: none;
}

input[type="submit"],
input[type="button"],
button,
select {
  border: 0;
  color: $base_color;
}
*/
button:hover {
  cursor: pointer;
}

.formSelect {
  border: 1px solid #432614;
  border-radius: 8px;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.formSelect::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #432614;
  border-right: 1px solid #432614;
}
.formSelect select {
  width: 100%;
  padding: 10px 40px 10px 20px;
  cursor: pointer;
  font-size: 18px;
  color: #432614;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width:768px) {
  .formSelect select {
    font-size: 16px;
  }
}

.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper .common-block__left {
  width: 300px;
}
.wrapper .common-block__left .block {
  margin: 10px 0;
}
.wrapper .common-block__main {
  width: calc(100% - 350px);
  padding: 0 0 80px 50px;
  max-width: 1300px;
}
@media screen and (max-width:768px) {
  .wrapper .common-block__main {
    width: 100%;
    padding: 0;
  }
}
.wrapper .common-block__main .block {
  margin: 26px auto 75px;
}
@media screen and (max-width:768px) {
  .wrapper .common-block__main .block {
    margin: 25px 0;
    max-width: none;
  }
}
.wrapper .common-block__main .block:first-of-type {
  margin-top: 0;
}
.wrapper .common-block__main .block:last-of-type {
  margin-bottom: 0;
}
.wrapper .common-block__main .block > .inner {
  padding: 50px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .wrapper .common-block__main .block > .inner {
    padding: 30px 15px;
    max-width: none;
  }
}

#Contents {
  margin: 0;
}

#Wrap {
  width: auto;
}
@media screen and (min-width:769px) {
  #Wrap {
    margin-top: 120px;
  }
}
@media screen and (max-width:768px) {
  #Wrap {
    margin-top: 50px;
    padding-top: 20px;
  }
}

#Foot {
  width: auto;
  border: none;
  padding: 0;
  z-index: 2;
}
#Foot .block {
  padding: 50px;
}
@media screen and (max-width:768px) {
  #Foot .block {
    padding: 15px;
  }
}
#Foot .inner {
  width: auto;
}
@media screen and (min-width:769px) {
  #Foot .inner {
    max-width: 1000px;
  }
}

.strong {
  font-weight: bold;
}

.btn {
  display: block;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
  padding: 0;
  font-size: 16px;
}
.btn:hover {
  background: none;
}
.btn a {
  display: block;
}

.btn-type01,
.block-type01 {
  background: #6eb92b;
  box-shadow: 0px 4px 0px 0 #e5e0d5;
  border-radius: 16px;
  position: relative;
  color: #fff;
}
.btn-type01::after,
.block-type01::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  right: 30px;
  background: url(/assets/img/ic_arrow.svg) no-repeat center center/cover;
  /*
  @include mq(sp) {
    width: 5.5vw;
    height: 5.5vw;
    right: 5.5vw;
  }
  */
}
.btn-type01::before,
.block-type01::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.btn-type01__cart,
.block-type01__cart {
  border-radius: 10px;
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .btn-type01__cart,
.block-type01__cart {
    font-size: 14px;
  }
}
.btn-type01__cart::before,
.block-type01__cart::before {
  width: 35px;
  height: 35px;
  left: 30px;
  background: url(/assets/img/ic_cart_white.svg) no-repeat center center/cover;
}
@media screen and (max-width:768px) {
  .btn-type01__cart::before,
.block-type01__cart::before {
    width: 25px;
    height: 25px;
    left: 15px;
  }
}
.btn-type01 a,
.block-type01 a {
  display: block;
}
.btn-type01 input,
.btn-type01 button,
.btn-type01 a,
.block-type01 input,
.block-type01 button,
.block-type01 a {
  width: 100%;
  color: #fff;
  padding: 30px 70px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  .btn-type01 input,
.btn-type01 button,
.btn-type01 a,
.block-type01 input,
.block-type01 button,
.block-type01 a {
    font-size: 18px;
  }
}
.btn-type01:hover,
.block-type01:hover {
  background: #6eb92b;
}
.btn-type02,
.block-type02 {
  background: #c79a5e;
  box-shadow: 0px 4px 0px 0 #e5e0d5;
  /*border-radius: 16px;*/
  border-radius: 10px;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .btn-type02,
.block-type02 {
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.btn-type02 a,
.block-type02 a {
  position: relative;
  color: #fff;
  padding: 20px 70px;
}
.btn-type02 a::after,
.block-type02 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  right: 30px;
  background: url(/assets/img/ic_arrow.svg) no-repeat center center/cover;
  /*
  @include mq(sp) {
    width: 5.5vw;
    height: 5.5vw;
    right: 5.5vw;
  }
  */
}
.btn-type02 a::after,
.block-type02 a::after {
  transform: translate(0, -50%) rotate(90deg);
}
.btn-type02:hover,
.block-type02:hover {
  background: #c79a5e;
  border-radius: 10px;
}
.btn-type02-01 a,
.block-type02-01 a {
  position: relative;
  color: #fff;
  padding: 20px 70px;
}
.btn-type02-01 a::after,
.block-type02-01 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  right: 30px;
  background: url(/assets/img/ic_arrow.svg) no-repeat center center/cover;
  /*
  @include mq(sp) {
    width: 5.5vw;
    height: 5.5vw;
    right: 5.5vw;
  }
  */
}
@media screen and (max-width:768px) {
  .btn-type02-01 a,
.block-type02-01 a {
    padding: 15px 35px;
    font-size: 16px;
    line-height: 1.4;
  }
}
.btn-type02-01 a::after,
.block-type02-01 a::after {
  transform: translate(0, -50%) rotate(0deg);
}
@media screen and (max-width:768px) {
  .btn-type02-01 a::after,
.block-type02-01 a::after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.btn-type03,
.block-type03 {
  background: #fff;
  border: 2px solid #c79a5e;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .btn-type03,
.block-type03 {
    border-width: 1px;
    border-radius: 10px;
  }
}
.btn-type04,
.block-type04 {
  background: #ff8400;
  background: linear-gradient(90deg, rgb(255, 132, 0) 0%, rgb(255, 86, 0) 100%);
  box-shadow: 0px 4px 0px 0 #e5e0d5;
  border-radius: 10px;
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width:768px) {
  .btn-type04,
.block-type04 {
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.btn-type04 a,
.block-type04 a {
  position: relative;
  color: #fff;
  padding: 20px 70px;
}
.btn-type04 a::after,
.block-type04 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  right: 30px;
  background: url(/assets/img/ic_arrow.svg) no-repeat center center/cover;
  /*
  @include mq(sp) {
    width: 5.5vw;
    height: 5.5vw;
    right: 5.5vw;
  }
  */
}
.btn-type04 a::after,
.block-type04 a::after {
  transform: translate(0, -50%);
}
.btn-type04:hover,
.block-type04:hover {
  background: linear-gradient(90deg, rgb(255, 132, 0) 0%, rgb(255, 86, 0) 100%);
  border-radius: 10px;
}
.btn-highlight,
.block-highlight {
  background: #fff9ed;
  border-radius: 16px;
}
@media screen and (max-width:768px) {
  .btn-highlight,
.block-highlight {
    border-radius: 10px;
  }
}
.btn-plainWrap .desc,
.block-plainWrap .desc {
  padding: 0 15px;
}
@media screen and (max-width:768px) {
  .btn-plainWrap ._heading,
.block-plainWrap ._heading {
    margin: 0 15px;
  }
}

@media screen and (max-width:768px) {
  .slider {
    margin-top: -20px;
  }
}

@media screen and (min-width:769px) {
  .slick-slide img.pc {
    display: block;
  }
  .slick-slide img.sp {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .slick-slide img.pc {
    display: none;
  }
  .slick-slide img.sp {
    display: block;
  }
}

@media screen and (min-width:769px) {
  .slick-dotted.slick-slider {
    margin-bottom: 50px !important;
  }
}

.slick-dots li button::before {
  color: #a79173 !important;
}

.note {
  font-size: 13px;
  line-height: 1.6;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (max-width:768px) {
  .note {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.marker {
  background: #fff3b0;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrollNone {
  overflow: hidden;
}

#primary {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* ------------------- header ------------------- */
#Header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
}
@media screen and (min-width:769px) {
  #Header {
    height: 120px;
    box-shadow: 0px 0px 3px 0px #f4f4f4;
    min-width: 1200px;
  }
}
@media screen and (max-width:768px) {
  #Header {
    height: 50px;
  }
}

#Head {
  background: none;
  width: 100%;
  padding: 20px 30px;
}
@media screen and (max-width:768px) {
  #Head {
    padding: 0;
    box-shadow: 0px 3px 3px 0px #f1f1f1;
  }
}
#Head .inner {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  #Head .inner {
    height: 50px;
  }
}
#Head #LogoMain {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none;
  padding: 0 45px 0 0;
}
@media screen and (max-width:768px) {
  #Head #LogoMain {
    padding: 0;
  }
}
@media screen and (max-width:768px) {
  #Head #LogoMain h1 {
    padding-left: 10px;
    padding-bottom: 11px;
  }
}
#Head #LogoMain h1 a {
  height: auto;
  line-height: 1;
}
#Head #LogoMain h1 a img {
  width: 367px;
}
@media screen and (max-width:768px) {
  #Head #LogoMain h1 a img {
    width: 140px;
  }
}
#Head #LogoMain h2 {
  color: #59493f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 22px;
  padding-left: 30px;
  line-height: 1.4;
}
@media screen and (max-width:768px) {
  #Head #LogoMain h2 {
    font-family: "Noto Serif JP", serif;
  }
}
@media screen and (max-width:768px) {
  #Head #LogoMain h2 {
    display: none;
  }
}
#Head #HeadRight {
  padding: 0;
  float: none;
  width: auto;
}
#Head #HeadRight .txtLink {
  padding-bottom: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#Head #HeadRight .txtLink li {
  font-size: 13px;
  padding-left: 30px;
}
#Head #HeadRight .HeadRight__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner {
    position: relative;
    height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#Head #HeadRight .HeadRight__inner #HeadMembers,
#Head #HeadRight .HeadRight__inner #HeadCartView,
#Head #HeadRight .HeadRight__inner #HeadSearch,
#Head #HeadRight .HeadRight__inner #HeadUserNav {
  width: auto;
  height: auto;
  float: none;
  padding: 0;
  margin-left: 50px;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadMembers,
#Head #HeadRight .HeadRight__inner #HeadCartView,
#Head #HeadRight .HeadRight__inner #HeadSearch,
#Head #HeadRight .HeadRight__inner #HeadUserNav {
    margin-left: 0;
  }
}
#Head #HeadRight .HeadRight__inner #HeadMembers img,
#Head #HeadRight .HeadRight__inner #HeadCartView img,
#Head #HeadRight .HeadRight__inner #HeadSearch img {
  height: 30px;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadMembers img,
#Head #HeadRight .HeadRight__inner #HeadCartView img,
#Head #HeadRight .HeadRight__inner #HeadSearch img {
    height: 25px;
  }
}
#Head #HeadRight .HeadRight__inner #HeadMembers > a {
  height: auto;
  border: none;
  color: #222;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadMembers {
    padding-right: 15px;
  }
}
#Head #HeadRight .HeadRight__inner #HeadCartView {
  position: relative;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadCartView {
    margin-right: 35px;
  }
}
#Head #HeadRight .HeadRight__inner #HeadCartView > a {
  height: auto;
  color: #222;
}
#Head #HeadRight .HeadRight__inner #HeadCartView > a img {
  margin-left: -5px;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadCartView > a img {
    margin-left: 0;
  }
}
#Head #HeadRight .HeadRight__inner #HeadCartView .count {
  position: absolute;
  top: 5px;
  right: -18px;
  color: #fff;
  background: #ffae00;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadCartView .count {
    right: -22px;
  }
}
#Head #HeadRight .HeadRight__inner #HeadUserNav {
  height: 60px;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadUserNav {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#Head #HeadRight .HeadRight__inner #HeadUserNav a {
  width: 60px;
  height: 60px;
}
#Head #HeadRight .HeadRight__inner #HeadUserNav .humberger {
  background: #b8d764;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner #HeadUserNav .humberger {
    border-radius: 0;
  }
}
#Head #HeadRight .HeadRight__inner #HeadUserNav .humberger-line {
  width: 50%;
  height: 2px;
  background: #fff;
  position: relative;
}
#Head #HeadRight .HeadRight__inner #HeadUserNav .humberger-line::before, #Head #HeadRight .HeadRight__inner #HeadUserNav .humberger-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}
#Head #HeadRight .HeadRight__inner #HeadUserNav .humberger-line::before {
  transform: translateY(-10px);
}
#Head #HeadRight .HeadRight__inner #HeadUserNav .humberger-line::after {
  transform: translateY(10px);
}
#Head #HeadRight .HeadRight__inner .sup {
  color: #59493f;
  padding-top: 5px;
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  #Head #HeadRight .HeadRight__inner .sup {
    font-size: 10px;
  }
}
#Head .drawer-hidden {
  display: none;
}
#Head .drawer {
  margin-left: 0;
  display: flex;
}
#Head .drawer .drawer-open {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
  background: #6eb92b;
  border-radius: 6px;
  margin-left: 40px;
  margin-right: 　0;
}
@media screen and (max-width:768px) {
  #Head .drawer .drawer-open {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
  }
}
#Head .drawer .drawer-open span,
#Head .drawer .drawer-open span::before,
#Head .drawer .drawer-open span::after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
#Head .drawer .drawer-open span::before {
  bottom: 8px;
}
#Head .drawer .drawer-open span::after {
  top: 8px;
}
#Head .drawer #drawer-check:checked ~ .drawer {
  position: fixed;
  z-index: 999;
}
#Head .drawer #drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}
#Head .drawer #drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#Head .drawer #drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#Head .drawer #drawer-check:checked ~ .drawer-content {
  right: 0;
}
#Head .drawer .drawer-content {
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  right: -400px;
  background: #6eb92b;
  z-index: 95;
  transition: 0.1s;
  padding: 120px 0 20px;
  font-size: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#Head .drawer .drawer-content > div {
  position: relative;
}
@media screen and (max-width:768px) {
  #Head .drawer .drawer-content {
    width: 100%;
    right: -100%;
    padding: 55px 0 20px;
  }
}
#Head .drawer .drawer-content::-webkit-scrollbar {
  display: none;
}
#Head .drawer .drawer-content a {
  display: block;
  position: relative;
  color: #fff;
  padding: 20px 15px;
}
#Head .drawer .drawer-content a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 10;
}
#Head .drawer .drawer-content .drawer-list {
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.55s;
  z-index: 10;
}
#Head .drawer .drawer-content .drawer-list._01 {
  transform: translateX(0);
  border-top: 2px solid #fff;
}
#Head .drawer .drawer-content .drawer-list._02 {
  transform: translateX(100%);
}
#Head .drawer .drawer-content .drawer-list li {
  position: relative;
}
@media screen and (min-width:769px) {
  #Head .drawer .drawer-content .drawer-list li.acd > span, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > span, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > span {
    cursor: pointer;
  }
  #Head .drawer .drawer-content .drawer-list li.acd > span:hover, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > span:hover, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > span:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
}
#Head .drawer .drawer-content .drawer-list li.acd > span.active a::after, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > span.active a::after, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > span.active a::after {
  transform: rotate(135deg);
}
#Head .drawer .drawer-content .drawer-list li.acd > span > a, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > span > a, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > span > a {
  pointer-events: none;
}
#Head .drawer .drawer-content .drawer-list li.acd > ul, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > ul, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > ul {
  display: none;
}
#Head .drawer .drawer-content .drawer-list li.acd > ul > li, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > ul > li, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > ul > li {
  border-top: 2px solid #fff;
}
#Head .drawer .drawer-content .drawer-list li.acd > ul.acdLink li a, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > ul.acdLink li a, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > ul.acdLink li a {
  padding: 20px 30px;
  color: #59493f;
  background-color: #fce4be;
}
#Head .drawer .drawer-content .drawer-list li.acd > ul.acdLink li a::after, #Head .drawer .drawer-content .drawer-list li.openCategoryBox > ul.acdLink li a::after, #Head .drawer .drawer-content .drawer-list li.closeCategoryBox > ul.acdLink li a::after {
  border-top: 2px solid #59493f;
  border-right: 2px solid #59493f;
}
#Head .drawer .drawer-content .drawer-list li.closeCategoryBox {
  position: relative;
  border-bottom: 0px;
}
#Head .drawer .drawer-content .drawer-list li.closeCategoryBox::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background-color: #5A9823;
  z-index: 10;
}
#Head .drawer .drawer-content .drawer-list li.closeCategoryBox > span > a {
  padding: 20px 40px 26px;
}
#Head .drawer .drawer-content .drawer-list li.closeCategoryBox > span > a::after {
  left: 18px;
  right: auto;
  transform: rotate(-135deg);
}
#Head .drawer .drawer-content .drawer-list > li {
  border-bottom: 2px solid #fff;
}
#Head .drawer .drawer-content .drawer-list > li:last-of-type {
  border-bottom: 2px solid #fff;
}
#Head .drawer .drawer-content.acdLinkOpen .drawer-list._01 {
  transform: translateX(-100%);
}
#Head .drawer .drawer-content.acdLinkOpen .drawer-list._02 {
  transform: translateX(0);
}

/* ------------------- footer ------------------- */
#Foot {
  background: #fff;
  position: relative;
  z-index: 1;
  font-size: 13px;
}
#Foot .pagetop {
  background: #d2ed91;
}
#Foot .pagetop > a {
  display: block;
  width: 305px;
  margin: 0 auto -12px;
}
@media screen and (max-width:768px) {
  #Foot .pagetop > a {
    width: 150px;
    margin-bottom: -6px;
  }
}
#Foot .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#Foot .block-sns {
  background-image: url(/assets/img/bg_footer_city.png), url(/assets/img/bg_footer_sea.png), url(/assets/img/bg_footer_sky.png);
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: bottom center, bottom center, top center;
  background-size: 1700px auto, auto 56px, cover;
  height: 465px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:768px) {
  #Foot .block-sns {
    background-image: url(/assets/img/bg_footer_city_sp.png), url(/assets/img/bg_footer_sky.png);
    background-repeat: no-repeat;
    background-position: bottom center, top center;
    background-size: 100% auto, cover;
    padding: 16vw 0 0;
    height: 80vw;
  }
}
#Foot .block-sns .heading {
  max-width: 224px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  #Foot .block-sns .heading {
    max-width: none;
    width: 40vw;
  }
}
#Foot .block-sns .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
#Foot .block-sns .sns > li:not(:first-of-type) {
  margin-left: 60px;
}
#Foot .block-sns .sns a {
  display: block;
  max-width: 40px;
}
#Foot .block-sns .wrap-transparent {
  width: 1000px;
  height: 247px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (max-width:768px) {
  #Foot .block-sns .wrap-transparent {
    width: auto;
  }
}
#Foot .block-sns .wrap-transparent .floatlink {
  position: absolute;
  display: block;
  width: 60px;
  height: 140px;
  bottom: 107px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #Foot .block-sns .wrap-transparent .floatlink {
    width: 7.5vw;
    height: 19vw;
    bottom: 15.5vw;
  }
}
@media screen and (min-width:769px) {
  #Foot .block-sns .wrap-transparent .floatlink.erika {
    left: 122px;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-sns .wrap-transparent .floatlink.erika {
    right: 32vw;
  }
}
@media screen and (min-width:769px) {
  #Foot .block-sns .wrap-transparent .floatlink.haginosato {
    right: 34px;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-sns .wrap-transparent .floatlink.haginosato {
    left: 32vw;
  }
}
#Foot .block-link__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #d2ed91;
}
#Foot .block-link__list .inner {
  display: block;
  justify-content: unset;
  width: 100%;
  padding-bottom: 20px;
}
#Foot .block-link__list .inner .unit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:769px) {
  #Foot .block-link__list .inner .unit__top > li {
    width: calc((100% - 75px) / 4);
  }
  #Foot .block-link__list .inner .unit__top > li:not(:first-of-type) {
    margin-left: 25px;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li {
    width: calc((100% - 15px) / 2);
  }
  #Foot .block-link__list .inner .unit__top > li:not(:nth-child(-n+2)) {
    padding-top: 15px;
  }
}
#Foot .block-link__list .inner .unit__top > li > a {
  display: block;
  background: #c79a5e;
  color: #fff;
  border-radius: 8px;
  padding: 15px;
  position: relative;
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a > p {
    padding-left: 30px;
  }
}
#Foot .block-link__list .inner .unit__top > li > a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a.beginners::before {
    background: #c79a5e url(/assets/img/ic_fill_beginner.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a.voice::before {
    background: #c79a5e url(/assets/img/ic_fill_voice.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a.cart::before {
    background: #c79a5e url(/assets/img/ic_fill_cart.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a.faq::before {
    background: #c79a5e url(/assets/img/ic_fill_faq.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a.product_list::before {
    background: #c79a5e url(/assets/img/ic_fill_product.svg) no-repeat center center/contain;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__top > li > a.inquiry::before {
    background: #c79a5e url(/assets/img/ic_fill_inquiry.svg) no-repeat center center/contain;
  }
}
#Foot .block-link__list .inner .unit__bottom {
  padding-top: 30px;
}
@media screen and (max-width:768px) {
  #Foot .block-link__list .inner .unit__bottom {
    display: none;
  }
}
#Foot .block-link__list .inner .unit__bottom > li:not(:first-of-type) {
  margin-left: 25px;
}
#Foot .block-link__list2 {
  background: #c79a5e;
  color: #fff;
}
#Foot .block-link__list2 .column .heading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}
#Foot .block-link__list2 .column .link-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#Foot .block-link__list2 .column .link-list > li {
  width: 50%;
  padding-top: 15px;
}
@media screen and (max-width:768px) {
  #Foot .block-link__list2 .column .link-list > li {
    width: 100%;
    padding: 0;
    border-top: 1px solid #d3c3af;
  }
}
#Foot .block-link__list2 .column .link-list > li:first-of-type {
  border-top: 0;
}
#Foot .block-link__list2 .column .link-list > li > a {
  position: relative;
  color: #fff;
  padding: 15px 10px;
}
@media screen and (max-width:768px) {
  #Foot .block-link__list2 .column .link-list > li > a {
    display: block;
  }
}
#Foot .block-link__list2 .column .link-list > li > a::before {
  content: "";
  background: url(/assets/img/footer_link_arrow.svg) left center/auto 100% no-repeat;
  width: 3px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
@media screen and (max-width:768px) {
  #Foot .block-link__list2 .column .link-list > li > a::before {
    background: none;
    padding: 0;
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list2 .column-list {
    display: none;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-link__list2 .column-guide .heading {
    display: none;
  }
}
#Foot .block-external {
  background: #927146;
  color: #fff;
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#Foot .block-external .inner .column__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#Foot .block-external .inner .column__left .unit {
  padding-right: 45px;
  width: auto;
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner .column__left .unit {
    padding-right: 0;
    padding-left: 6vw;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner .column__left .unit:first-of-type {
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner .column__left .unit.logo {
    width: 220px;
  }
}
#Foot .block-external .inner .column__left .unit.fasting {
  background: none;
  margin-bottom: 0;
}
@media screen and (min-width:769px) {
  #Foot .block-external .inner .column__left .unit.fasting {
    padding: 0 45px 0 0;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner .column__left .unit.fasting {
    padding: 0 0 0 6vw;
  }
}
#Foot .block-external .inner .column__left .unit.fasting img {
  width: 45px;
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner .column__left .unit.fasting img {
    width: 50px;
  }
}
@media screen and (max-width:768px) {
  #Foot .block-external .inner .column__left .unit.snsWrap {
    display: none;
  }
}
#Foot .block-external .inner .column .heading {
  max-width: 120px;
  text-align: center;
  margin: 0 auto;
}
#Foot .block-external .inner .column .sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
}
#Foot .block-external .inner .column .sns li {
  margin: 0 10px;
  width: 30px;
}
#Foot #coryRight {
  background: #927146;
  color: #fff;
  text-align: center;
  border-top: 1px solid #c79a5e;
  padding: 20px 0;
}

/* ------------------- pc 左カラム ------------------- */
@media screen and (max-width:768px) {
  .wrapper .common-block__left {
    display: none;
  }
}
.wrapper .common-block__left .block.link-login {
  margin-top: 0;
}
.wrapper .common-block__left .block.catch {
  border-radius: 0 10px 10px 0;
  padding: 15px;
}
.wrapper .common-block__left .block.catch-benefits {
  background: #a3be39;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.wrapper .common-block__left .block.catch-benefits > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper .common-block__left .block.catch-benefits > ul > li {
  padding-top: 10px;
}
.wrapper .common-block__left .block.catch-subscription {
  background: #f4e0b9;
}
.wrapper .common-block__left .block.catch-subscription > p:not(:first-child) {
  padding-top: 10px;
}
.wrapper .common-block__left .block.catch-subscription > p:not(:first-child) a {
  display: block;
}
.wrapper .common-block__left .block.search {
  padding: 15px 15px 25px;
  border-radius: 0 10px 10px 0;
}
.wrapper .common-block__left .block.search.keyword {
  padding: 0 0 0 15px;
  position: relative;
}
.wrapper .common-block__left .block.search.keyword input[type=text] {
  width: 100%;
  margin: 0;
  background: none;
  height: 40px;
  padding: 0 55px 0 10px;
}
@media screen and (max-width:768px) {
  .wrapper .common-block__left .block.search.keyword input[type=text] {
    padding-left: 20px;
    border-radius: 100px;
  }
}
.wrapper .common-block__left .block.search.keyword ::placeholder {
  color: #b6afab;
}
.wrapper .common-block__left .block.search.keyword .btn-search {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: none;
  background: url(/assets/img/ic_search.svg) center center/cover no-repeat;
  cursor: pointer;
}
.wrapper .common-block__left .block.search.keyword .btn-search span {
  display: none;
}
.wrapper .common-block__left .block.search.list {
  width: 100%;
  background: #fff9ed;
  margin: 0;
}
.wrapper .common-block__left .block.search.list .heading {
  text-align: center;
  font-size: 17px;
  color: #482b19;
  font-weight: bold;
  padding: 5px 0 15px;
}
.wrapper .common-block__left .block.search.list .categoryList > li > a {
  display: block;
  background: #fce4be;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
}
.wrapper .common-block__left .block.search.list .categoryList > li > ul {
  border-top: 0;
}
.wrapper .common-block__left .block.search.list .categoryList > li > ul > li {
  padding: 12px 0;
  border-top: 1px solid #efe2ca;
}
.wrapper .common-block__left .block.search.list .categoryList > li > ul > li:first-of-type {
  border-top: 0;
}
.wrapper .common-block__left .block.search.list .categoryList > li > ul > li a {
  position: relative;
  color: #793600;
  display: block;
  font-size: 15px;
}
.wrapper .common-block__left .block.search.list .categoryList > li > ul > li a::before {
  content: "";
  background: url(/assets/img/list_link_arrow.svg) left center/auto 100% no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.wrapper .common-block__left .btn {
  border-radius: 0 10px 10px 0;
  border: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.wrapper .common-block__left .btn a {
  padding: 15px;
  color: #fff;
}
.wrapper .common-block__left .btn-login {
  background: #ffae00 url(/assets/img/ic_login_2.svg) left 30px center/auto 60% no-repeat;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.wrapper .common-block__left .btn-entry {
  background: #482b19;
}
.wrapper .common-block__left .btn-entry img {
  max-width: 265px;
}
.wrapper .common-block__left .btn-dl {
  margin: 30px auto 0;
}
.wrapper .common-block__left .btn-dl a {
  display: block;
}
.wrapper .common-block__left .dvCategorySearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* ------------------- 左カラム　トップページ　検索枠 ------------------- */
@media screen and (min-width:769px) {
  .wrapper .common-block__main .block.search {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .wrapper .common-block__main .block.search.keyword {
    margin-top: 15px;
    margin-right: 30px;
    margin-left: 30px;
    position: relative;
  }
  .wrapper .common-block__main .block.search.keyword input[type=text] {
    width: 100%;
    margin: 0;
    background: none;
    height: 40px;
    padding: 0 55px 0 10px;
  }
}
@media screen and (max-width:768px) and (max-width:768px) {
  .wrapper .common-block__main .block.search.keyword input[type=text] {
    padding-left: 20px;
    border-radius: 100px;
  }
}
@media screen and (max-width:768px) {
  .wrapper .common-block__main .block.search.keyword ::placeholder {
    color: #b6afab;
  }
}
@media screen and (max-width:768px) {
  .wrapper .common-block__main .block.search.keyword .btn-search {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    border: none;
    background: url(/assets/img/ic_search.svg) center center/cover no-repeat;
    cursor: pointer;
  }
  .wrapper .common-block__main .block.search.keyword .btn-search span {
    display: none;
  }
}

/* ------------------- 下層　パンくず ------------------- */
#breadcrumb {
  background: #fff8ea;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  #breadcrumb {
    display: none;
  }
}
#breadcrumb a {
  color: #6eb92b;
  text-decoration: underline;
  padding: 0;
}