body {
  min-width: 375px;
  font-size: 14px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
  .hidden-pc {
  	display: block;
  }
}
body.is-scroll-hidden {
  overflow: hidden;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #535353;
  transition: all 0.1s ease;
}
a:hover, a:focus {
  color: #444444;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1030px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}
.u-contents {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-strikethrough {
  text-decoration: line-through;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}
.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 4px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #eeeeee;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #bbbbbb;
  }
}
/***** 正方形画像 *****/
.u-square-img {
  position: relative;
}
.u-square-img:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.u-square-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-square-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 60px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0 !important;
    padding-top: 0px;
  }
}
.l-main.is-top {
  padding-top: 0;
  background: #fff;
}
.l-main-contents {
  padding-bottom: 60px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-main-contents {
    padding-bottom: 30px;
  }
}
.l-bottom {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 0px;
  }
}
/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* popup animation */
/******************************/
/* overlay at start */
.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/******************************/
/* Color me icons */
/******************************/
/* 24px white */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
.icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
.icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.0;
  font-size: 2.0rem;
  font-weight: lighter;
  letter-spacing : 0.05em;
  font-family: 'Cabin', 'Work Sans', sans-serif;
  color: #0b6e38;
}
@media screen and (max-width: 1030px) {
  .c-ttl-main {
    margin-bottom: 30px;
    padding-left: 0px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    padding-left: 20px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1030px) {
  .c-ttl-main:before {
    margin-top: -1px;
    left: 0;
    width: 30px;
  }
}
.c-ttl-main.is-mbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mbs {
    margin-bottom: 20px;
  }
}
.c-ttl-main.is-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mb0 {
    margin-bottom: 0;
  }
}
.c-ttl-main.is-center {
  text-align: center;
}
.c-ttl-main.is-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-right {
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }
}
.c-ttl-main.is-right:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-right:before {
    content: "";
  }
}

@media screen and (max-width: 767px) {
  .c-ttl-main.is-right span {
    display: none;
  }
}

.c-ttl-second {
  margin-top: 30;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 21px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  color: #535353;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-top: 20;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .c-item-list {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    margin-bottom: 30px;
    padding-left: 13px;
    padding-right: 13px;
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    margin-bottom: 15px;
  }
}
.c-item-list__txt {
  position: relative;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 1030px) {
  .c-item-list__txt {
    padding-bottom: 20px;
  }
}
.c-item-list__ttl {
  font-size: 12px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__ttl a {
  color: #393939;
}
.c-item-list__expl {
  margin-top: 10px;
  font-size: 14px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .c-item-list__expl {
    font-size: 12px;
  }
}
.c-item-list__price {
  margin-top: 30px;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .c-item-list__price {
    margin-top: 15px;
  }
}
.c-item-list__price.is-default {
  margin-top: 0;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #d0af50;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
/***** FAVORITE *****/
@media screen and (max-width: 767px) {
  .c-favorite-list-wrap {
    margin-left: 40px;
  }
}
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: 12.5%;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-right: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 90px;
  }
}
.c-favorite-list__img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 5px;
    width: 120px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    width: 90px;
  }
}
.c-favorite-list__price {
  color: #535353;
  margin-top: 15px;
  font-size: 12px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .c-favorite-list__price {
    margin-top: 5px;
    font-size: 11px;
  }
}
.c-favorite-list__price.is-default {
  margin-top: 0;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #d0af50;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #d0af50;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-more {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 30px;
  border-top: 1px solid #d0af50;
  border-bottom: 1px solid #d0af50;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  min-width: 180px;
  font-size: 12px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  color: #d0af50;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-btn-more {
    font-size: 10px;
  }
}
.c-btn-more:hover {
  background: #d0af50;
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  background: #d0af50;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  text-decoration: none;
  opacity: 0.8 ;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: #d8d8d8;
}
.c-btn-cart.is-soldout {
  background: #d7d9d2;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #d7d9d2;
}
.c-btn-cart.is-membersonly {
  background: #0b6e38;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #0b6e38;
}
.c-btn-cart.is-favorite {
  background: #ffffff;
  color: #0b6e38;
}
.c-btn-cart.is-favorite svg {
  color: #d8d8d8;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart.is-favorite.is-added svg {
  color: #dbb5d4;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 22px;
  background: url(https://img.shop-pro.jp/tmpl_img/85/icon-cart-white.svg) no-repeat;
  background-size: 26px 22px;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .c-icon-cart {
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
  }
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list {
    border-top: 0;
  }
}
.c-tbl-list__tr {
  display: flex;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
    border-bottom: 0;
  }
}
.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 270px;
  background: #ffffff;
  font-size: 14px;
  font-weight: bold;
  color: #535353;

}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 15px;
    padding: 5px 15px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs {
  margin-bottom: 0px;
  margin-top: 30px;
  margin-left: 75px;
  padding: 1em;
}
@media screen and (max-width: 1030px) {
.c-breadcrumbs  {
  margin-left: 20px;
}
}
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  display: flex;
}
@media screen and (max-width: 1030px) {
.c-breadcrumbs-list {
  display: none;
}
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 4px;
  font-size: 11px;
}
.c-breadcrumbs-list__item-link[href]:hover {
opacity: 0.5;
}
.c-breadcrumbs-list > * + * {
margin-left: 0.5em;
}
.c-breadcrumbs-list > * + *::before {
content: "/";
margin-left: 0.75em;
margin-right: 0.75em;
}

/********** pager **********/
.c-pager {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-pager__total {
  margin-bottom: 30px;
  font-size: 12px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 40px;
  line-height: 40px;
  background: transparent;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #dcdcdc;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  font-size: 11px;
  background: transparent;
  color: #393939;
  min-width: 40px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d7d9d2;
  color: #393939;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: transparent;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    background: transparent;
    border: 0;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #d7d9d2;
  background: #d7d9d2;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    background: transparent;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  position: relative;
  border-color: #7d7d7d;
  background: #7d7d7d;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transition: all 0.4s ease;
  z-index: 1;
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(125, 125, 125, 0.8);
}
.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
  background: transparent;
  border-color: transparent;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: transparent;
  border-color: transparent;
}
.c-pager-list__link.is-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    left: 19px;
  }
}
.c-pager-list__link.is-next:before {
  right: 17px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    right: 19px;
  }
}
.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/***** スライダー テーマ設定 *****/
.c-slider-thema .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
  width: 50px;
  height: 50px;
  transition: all 0.4s ease;
  z-index: 1;
  background: none;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev, .c-slider-thema .slick-next {
    top: calc(50% - 50px);
    width: 38px;
    height: 38px;
  }
}
.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #535353;
  border-top: 2px solid #535353;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
    width: 7px;
    height: 7px;
  }
}
.c-slider-thema .slick-prev:focus, .c-slider-thema .slick-prev:hover, .c-slider-thema .slick-next:focus, .c-slider-thema .slick-next:hover {
  background: none;
}
.c-slider-thema .slick-prev {
  left: 15px;
}
.c-slider-thema .slick-prev:before {
  left: 22px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before {
    left: 17px;
  }
}
.c-slider-thema .slick-next {
  right: 15px;
}
.c-slider-thema .slick-next:before {
  right: 22px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-next:before {
    right: 17px;
  }
}
.c-slider-thema .slick-dots li button:before {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #d7d9d2;
  opacity: 1;
}
.c-slider-thema .slick-dots li.slick-active button:before {
  background: #7d7d7d;
}
/******************************/
/* header */
/******************************/
.l-header {
  position: absolute;
  top: 35px;
  z-index: 1000;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    width: 100%;
    min-width: 375px;
  }
}
.l-header.is-top {
  position: absolute;
  top: 20px;
  transition: none;
}

@media screen and (min-width: 1030px) {
.l-header.is-top {
 position: fixed;
  /**display: none;**/
}
.l-header.is-top.is-fixed {
    animation: anime-headerFade 0.2s ease forwards;
    display: block;
  }
}
@media screen and (max-width: 1030px) {
.l-header.is-top {
    top: 0;
    position: absolute;
  }
}
.l-header.is-top .l-header-logo {
  display: none;
}
.l-header.is-fixed, .l-header.is-free1, .l-header.is-free2, .l-header.is-free3, .l-header.is-free4, .l-header.is-free5, .l-header.is-free6, .l-header.is-product_list, .l-header.is-product, .l-header.is-shopkeeper, .l-header.is-product_srh, .l-header.is-option_stock, .l-header.is-privacy {
  animation: anime-headerFade 0.2s ease forwards;
}
.l-header.is-fixed, .l-header.is-free1, .l-header.is-free2, .l-header.is-free3, .l-header.is-free4, .l-header.is-free5, .l-header.is-free6, .l-header.is-product_list, .l-header.is-product, .l-header.is-shopkeeper, .l-header.is-product_srh, .l-header.is-option_stock, .l-header.is-privacy, .l-header.is-open {
  position: fixed;
  z-index: 1000;
  top: 0px;
  padding-top: 0;
}
.l-header.is-fixed, .l-header.is-open {
  top: 0;
}
@media screen and (max-width: 1030px) {
  .l-header.is-free1, .l-header.is-free2, .l-header.is-free3, .l-header.is-free4, .l-header.is-free5, .l-header.is-free6, .l-header.is-product_list, .l-header.is-product, .l-header.is-shopkeeper, .l-header.is-product_srh, .l-header.is-option_stock, .l-header.is-privacy {
  	top: 0;
  }
}
/***** "l-header is-top is-fixed"の際のPCグローバルナビ指定 *****/
.l-header.is-fixed:before, .l-header.is-free1:before, .l-header.is-free2:before, .l-header.is-free3:before, .l-header.is-free4:before, .l-header.is-free5:before, .l-header.is-free6:before, .l-header.is-product_list:before, .l-header.is-product:before, .l-header.is-shopkeeper:before, .l-header.is-product_srh:before, .l-header.is-option_stock:before, .l-header.is-privacy:before, .l-header.is-open:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  animation: anime-headerBg 0.2s ease forwards;
  border-bottom: 1px solid #000;
}
.l-header.is-open:not(.is-fixed):before {
  content: none;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
@media screen and (max-width: 1030px) {
  .l-header.is-top.is-open .l-header-logo.is-top {
  display: none;
  }
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}

.l-header.is-fixed .l-main-navi-list {
  display: none;
}


.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
/***** "l-header is-top is-fixed"の際の透明度指定 *****/
@keyframes anime-headerBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
/***** ↑"l-header is-top is-fixed"の際の透明度指定 ↑*****/
@keyframes anime-headerFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
.l-header-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 1200px;
}
**/
  .l-header-main {
    display: block;
    padding: 0 10px 0 10px;
    height: 60px;
    position: relative;
  }
.l-header-main__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
.l-header.is-open .l-header-main__in {
  width: 400px;
  margin-left: auto;
}
.l-header.is-open .l-header-logo__img {
  justify-content: center;
}
.l-header.is-open .l-header-logo__txt {
  transition: none;
}
.l-header-logo__txt {
  transition: none;
}
.l-header-logo {
  flex: 1 0 auto;

}
.l-header-logo.is-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%)  translateY(-50%);
  -webki-transform: translateX(-50%)  translateY(-50%);
  z-index: 110;
}
.l-header-logo.is-top .l-header-logo__txt {
  margin-left: 0;
}
.l-header.is-top:not(.is-fixed) .l-header-logo.is-top {
  display: none;
}
.l-header:not(.is-open) .l-header-logo.is-menu {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    overflow: hidden;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.l-header-logo__img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 40px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.hidden-pc {
  display: none;
}
@media screen and (max-width: 1030px) {
  /**
  .l-header-logo__img {
    height: 40px;
  }
  **/
  .hidden-pc {
  display: flex;
}
}
.l-header-logo__img img {
  max-width: 140px;
  max-height: 40px;
}
.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  color: #0b6e38;
  margin-left: 92px;
}
@media screen and (max-width: 375px) {
  .l-header.is-open .l-header-logo__txt {
    margin-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo__txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1030px) {
  .l-header-logo__txt {
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__txt {
    max-width: 530px;
  }
}
@media screen and (max-width: 1030px) {
.l-header.is-open  .l-header-logo.is-top {
    display: none;
  }
}
.l-header.is-open:not(.is-fixed):not(.is-top):before {
  content: '';
}
/***** ↓カートアイコン表示指定 ↓*****/
.l-sp-header-cart-btn {
  display: none;
}
.l-sp-header-cart-btn form {
  margin: 0;
}
@media screen and (max-width: 1030px) {
.l-header is-top .l-sp-header-cart-btn {
    display: none;
}
.l-header.is-fixed is-open .l-sp-header-cart-btn { 
    display: block;
}
}/***** ↑カートアイコン表示指定 ↑*****/
.l-sp-header-cart-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
}
.l-sp-header-cart-btn button {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-sp-header-cart-btn__count {
  position: absolute;
  top: 10px;
  right: -3px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 10px;
  background: #535353;
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
}
.l-menu-btn {
  display: block;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
  margin-left: auto;
}
@media screen and (max-width: 1030px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: fixed;
  right: 20px;
  width: 25px;
  height: 1px;
  background-color: #535353;
}
.l-menu-btn span:nth-of-type(1) {
  top: 25px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top: 10px;
  transform: translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top: 50px;
  transform: translateY(-20px) rotate(45deg);
}
/********** メインナビ **********/
.l-main-navi {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
}
@media screen and (min-width: 1031px) {
  .l-main-navi {
    display: none;
    justify-content: space-between;
  }
}

  .l-main-navi.is-open {
  width: 400px;
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 60px;
    right: 0px;
    padding: 25px 25px 30px 25px;
    height: calc(100% - 60px);
    overflow-x: hidden;
  }
  .l-main-navi.is-open .l-main-navi-list {
    display: block;
  }
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-dropdown-menu {
    display: none;
    position: static;
    padding: 0;
    width: auto;
  }
.l-main-navi.is-open .l-header-logo__img {
    display: none;
}
@media screen and (max-width: 767px) {
.l-main-navi.is-open .l-dropdown-menu-list {
    display: block;
}
}

.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list__item {
  position: relative;
    margin-right: 0;
    margin-bottom: 5px;
  }
.l-main-navi-list__link {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px 20px;
  border: 0;
  font-size: 13px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  background: transparent;
  color: #000;
  text-align: left;
  transition: all ease 0.2s;
    border-radius: 5px;
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
  border-right-color: #535353;
  border-bottom-color: #535353;
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  border-color: #535353;
  transform: rotate(45deg);
  transition: all ease 0.1s;
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  width: 400px;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}

  .l-main-navi-overlay.is-on {
    animation: anime-overlay 0.2s ease forwards;
    display: block;
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** ドロップダウンメニュー **********/
.l-dropdown-menu {
  box-sizing: border-box;
  display: none;
    position: static;
  top: calc(100% + 0px);
  left: 0;
  z-index: 1000;
  padding: 10px 10px;
    margin: 15px 0;
    width: auto;
    background: transparent;
    color: #393939;
}
.l-dropdown-menu.is-contents {
  width: 330px;
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu.is-contents {
    width: auto;
  }
}
.l-dropdown-menu-list__item {
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 13px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
.l-dropdown-menu-list__item:last-child {
  margin-bottom: 0;
}
.l-dropdown-menu-list__item.is-contents {
  font-size: 13px;
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__item.is-contents {
    font-size: 13px;
  }
}
.l-dropdown-menu-list__link {
    display: block;
    color: #393939;
    padding: 15px 20px 15px 20px;
  }
.l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
  color: #535353;
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #535353;
  }
}
/********** ヘルプナビ **********/
.l-header-help {
  display: block;
  flex-wrap: wrap;
  margin-left: 0px;
  position: static;
}
.l-header-help__btn {
  box-sizing: border-box;
  padding: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-help__btn {
    width: 50px;
  }
}
.l-header-help__btn.is-on {
  position: relative;
  background: #0b6e38;
}
.l-header-help__btn.is-on:before, .l-header-help__btn.is-on:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}
.l-header-help__btn.is-on:before {
  left: 5px;
  transform: rotate(-45deg);
}
.l-header-help__btn.is-on:after {
  right: 5px;
  transform: rotate(45deg);
}
.l-header-help__btn.is-on img {
  display: none;
}
.l-header-account {
  position: relative;
}
.l-header-account__contents {
  display: block;
}
@media screen and (max-width: 1030px) {
  .l-header-account__contents {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  .l-header-account__btn {
    display: none;
  }
}
.l-header-account__btn img {
  width: 22px;
}
.l-header-account-list {
  box-sizing: border-box;
  position: static;
  top: calc(100% + 5px);
  right: -45px;
    padding: 15px 0;
    width: auto;
    background: transparent;
    text-align: left;
  }
.l-header-account-list__item {
  margin-bottom: 0px;
}
.l-header-account-list__item:last-child {
  margin-bottom: 0;
}
.l-header-account-list__link {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
    color: #000;
}
.l-header-account-list__link:hover, .l-header-account-list__link:focus {
  color: #535353;
}
@media screen and (max-width: 1030px) {
  .l-header-account-list__link:hover, .l-header-account-list__link:focus {
    color: #535353;
  }
}
.l-header-search {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-search {
    display: none;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__btn img {
  width: 20px;
}
.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: calc(100% + 5px);
  right: -35px;
  padding: 20px;
  width: 250px;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .l-header-search__form {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form input::placeholder {
  color: #ffffff;
}
.l-header-search__form input:-ms-input-placeholder {
  color: #ffffff;
}
.l-header-search__form input::-ms-input-placeholder {
  color: #ffffff;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #ffffff;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  color: #ffffff;
}
.l-header-search__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 20px;
}
/***** SP ヘルプナビ *****/
.l-sp-header-help {
  display: none;
}
  .l-sp-header-help {
    display: block;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
    background: transparent;
  }
  .l-sp-header-help-list__link {
    display: block;
    padding: 10px 25px;
    font-size: 13px;
    font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
    color: #000;
  }
/***** SP検索 *****/
/**
.l-sp-header-search {
  display: none;
}
**/

  .l-sp-header-search {
    display: block;
    margin-bottom: 20px;
  }


.l-sp-header-search__btn img {
  width: 20px;
}
.l-sp-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: relative;
  padding: 15px;
  background: transparent;
}
.l-sp-header-search__form input::placeholder {
  color: #000;
}
.l-sp-header-search__form input:-ms-input-placeholder {
  color: #000;
}
.l-sp-header-search__form input::-ms-input-placeholder {
  color: #000;
}
.l-sp-header-search__input {
  flex: 1;
  border-bottom: 1px solid #000;
}
.l-sp-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  color: #000;
}
.l-sp-header-search__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-sp-header-search__submit img {
  width: 20px;
}
.l-header-cart {
  margin-left: 15px;
}
@media screen and (max-width: 1030px) {
 .l-header-cart {
    /**display: none;**/
  }
}
.l-header-cart a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #000;
}
.l-header-cart button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  width: 100%;
  height: 35px;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
}
.l-header-cart button:hover {
  color: #535353;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
.l-header-cart a {
  width: 50px;
  color: #000;
  }
.l-header-cart button {
  width: auto;
  color: #000;
  }
.l-header-cart button:hover {
  color: #535353;
  text-decoration: underline;
}  
}
.l-header-cart a img {
  width: 28px;
}
.l-header-cart form {
  margin: 0;
}
.l-header-cart-btn__count {
  position: absolute;
  top: 0;
  right: -3px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 10px;
  background: #000;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
/***** SNSリンク *****/
.l-sns-navi {
  position: fixed;
  left: 30px;
  top: 40%;
}
@media screen and (max-width: 1030px) {
  .l-sns-navi {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .l-sns-navi-list {
    display: flex;
    justify-content: center;
  }
}
.l-sns-navi-list__item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-sns-navi-list__item {
    margin-right: 20px;
  }
}
.l-sns-navi-list__item:last-child {
  margin: 0;
}
/******************************/
/* CALENDAR */
/******************************/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    margin-top: 30px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 30px;
  margin-right: 30px;
  width: 330px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  text-align: center;
  border-spacing: 1px 1px;
  border-collapse: separate;
}
@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_calendar caption {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 9px;
    font-size: 12px;
  }
}
.tbl_calendar td {
  padding: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 9px;
    font-size: 12px;
  }
}
.side_cal_memo {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 12px;
  color: #535353;
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* footer */
/******************************/
.l-footer {
  padding-top: 120px;
  background: no-repeat center center #ffffff;
  background-size: cover;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 45px;
  }
}
.l-footer.is-product {
  padding-bottom: 60px;
}

  .l-footer-main {
    display: block;
  }

.l-footer-staff {
  margin-right: 60px;
  width: 210px;
  font-size: 13px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .l-footer-staff {
    display: flex;
    flex-wrap: wrap;
    margin-left: 150px;
    margin-right: 150px;
    margin-bottom: 30px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-staff {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.l-footer-staff__img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-footer-staff__img {
    margin-bottom: 0;
  }
}
.l-footer-staff__img img {
  width: 110px;
}
@media screen and (max-width: 1030px) {
  .l-footer-staff__img img {
    width: 80px;
  }
}
@media screen and (max-width: 1030px) {
  .l-footer-staff__txt {
    flex: 1;
    margin-left: 15px;
  }
}
.l-footer-staff__name {
  margin-bottom: 15px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.l-footer-staff__body {
  font-size: 13px;
}
@media screen and (max-width: 1030px) {
  .l-footer-staff__body {
    font-size: 12px;
  }
}
/***** footer ナビ *****/
.l-footer-navi {
  display: flex;
}


.l-footer-navi {
    justify-content: center;
  }

@media screen and (max-width: 767px) {
.l-footer-navi {
    display: block;
  }
}

.l-footer-navi-list-wrap {
    display: flex;
    justify-content: center;
  }
@media screen and (max-width: 767px) {
.l-footer-navi-list-wrap {
    display: block;
  }
}
.l-footer-navi-list {
  margin-right: 90px;
}
.l-footer-navi-list__link  {
    color: #535353;/* PC表示時のフッターテキスト色 */
} 
@media screen and (max-width: 1030px) {
.l-footer-navi-list {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 30px 40px;
    background: #ffffff;/* スマホ表示時のフッター背景色 */
  }
}
@media screen and (max-width: 767px) {
.l-footer-navi-list {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
}
.l-footer-navi-list + .l-footer-navi-list {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
.l-footer-navi-list + .l-footer-navi-list {
    margin-top: 0;
  }
}
.l-footer-navi-list-in + .l-footer-navi-list-in {
  margin-top: 0px;
}
.l-footer-navi-list__item {
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 11px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  display: inline;
}
@media screen and (max-width: 767px) {
.l-footer-navi-list__item {
    margin-bottom: 20px;
  }
}
.l-footer-navi-list__item:last-child {
  margin-bottom: 0;
}
.l-footer-shopinfo {
  width: 150px;
}
@media screen and (max-width: 1030px) {
.l-footer-shopinfo {
    margin-top: 35px;
    justify-content: center;
  }
}
.l-footer-shopinfo__logo {
  word-break: break-all;
}
.l-footer-shopinfo__logo img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
.l-footer-shopinfo__logo img {
    max-width: 120px;
  }
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #535353;
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 1030px) {
.l-footer-sns-list {
    margin-top: 15px;
    justify-content: center;
  }
}
.l-footer-sns-list__item {
  margin-right: 8px;
}
.l-footer-sns-list__item:last-child {
  margin-right: 0;
}
.l-footer-shopinfo__qr {
  margin-top: 20px;
  width: 50px;
}
@media screen and (max-width: 767px) {
.l-footer-shopinfo__qr {
    display: none;
  }
}
.l-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  text-align: center;
}
.l-copyright__txt {
  color: #535353;
}
@media screen and (max-width: 767px) {
.l-copyright {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 10px;
}
}
.l-copyright__logo {
  margin-top: 15px;
}
.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-copyright__logo img {
  margin-left: 10px;
  width: 100px;
  height: 36px;
}
/******************************/
/* F1PAGE PHILOSOPHY */
/******************************/

/*トップ画像内*/
.p-freepage_main{
	position:  relative;        /* 要素の配置方法をと子要素の起点を指定 */
}
.p-freepage_main img{
    width: 100%;
  	object-fit: cover;
}
.p-freepage_main>h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 22px !important;
  	 text-align: center;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.p-freepage_text {
  display: inline-block;
}
@media screen and (max-width: 767px) {
.p-freepage_text {
	display: block;
	font-size:18px;
}
}

/* ブランドリード説明文 */
.brandlead{
    margin-bottom: 40px;
}
.brandlead .pdpBoxmain p{
    font-size: 15px;
    text-align: center !important;
    letter-spacing: 0.07em;
}

@media only screen and (max-width: 600px) {
.brandlead .pdp_text { font-size:14px }
}
@media only screen and (max-width: 490px) {
.brandlead .pdp_text { font-size:11px }
}

.con01 .pdp_tt01{
    width: 100%;
    font-size: 22px;
    line-height: 160px;
    margin: 0 0 48px 0;
    height: 160px;
    text-align: center !important;
    letter-spacing: 0.1em;
}
.con01 .pdpBox .pdp_tt{
    width: 100%;
    background-size: cover;
    font-size: 17px;
    margin-bottom: 48px;
    padding: 50px 0;
    text-align: left !important;
}
.con01 .pdpBox .pdp_tt h2{
    margin-bottom: 0;
    letter-spacing: 0.07em;
}
@media (min-width: 801px){
    .con01 .pdpBox .pdp_tt h2{
        text-align: center !important;
    }
}

/* 背景説明文 */
.tt_ind{
    margin-top: 40px;
}
.tt_ind h1{
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.0;
  font-size: 2.0rem;
  font-weight: normal;
  letter-spacing : 0.05em;
  font-family: 'Cabin', 'Noto Sans JP',sans-serif;
  color: #0b6e38;
}
.tt_ind_p {
  margin-bottom: 30px;
}
.tt_ind_logo {
  max-width: 400px;
  margin:60px auto;
}
@media screen and (max-width: 767px) {
.tt_ind_logo {
  max-width: 250px;
  margin:60px auto;
}
}
@media screen and (max-width: 767px) {
.tt_ind_p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.con_glaybox{
    background: #F7F7F6;
    padding: 5%;
}
.con01 .criterion li ul li{
    list-style: disc;
    padding-left: 3%;
    margin-left: 5%;
}
.con01 p a {
    color: #535353;
    text-decoration: none !important;
}
.w90 {
	max-width : 720px;
   margin-left: auto;
   margin-right: auto;
}
.w90  h2{
    text-align: center;
    font-size: 20px;
}
.w90  h2 span {
  display: inline-block;
}

.w90 img{
	width: 100%;
	max-width : 720px;
   margin-bottom: 20px;
   margin-top: 0px;
}

/******************************/
/* F2PAGE　DOSHA診断 */
/******************************/
.fp2  h2 {
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.fp2  h2:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 3px;
  content: '';
  background: #72D7C9;
}
.fp2  h3 {
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.fp2  h3:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 3px;
  content: '';
  background: #F2624D;
}
.fp2  h4 {
  position: relative;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.fp2  h4:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 3px;
  content: '';
  background: #aacfa2;
}
.uk-panel-box {
    padding: 15px;
    background: #fff;
    color: #666;
}
.uk-grid {
    margin: 0 0 0 -25px;
    padding: 0;
    list-style: none;
}
.uk-panel-box03 {
    padding: 15px;
}
.uk-panel {
    display: block;
    position: relative; 
}
.uk-panel:after {
    clear: both;
}
.uk-panel:before, .uk-panel:after {
    content: " ";
    display: table;
}
*, :before, :after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.table {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
  	 background: #F7F7F6;
}
.ayurveda_goukei {
  	color: #535353;
  	font-size: 20px;
  	letter-spacing: 0.1em;
}
.ayurveda_goukei div {
  	color: #535353;
  	font-size: 0.8em;
  	letter-spacing: 0em;
}
.total_result .con_glaybox{
    margin-bottom: 40px;
}
.flex{
   display: flex;/*コレ*/
  	justify-content:space-around;
}
.flex div{
	width: 30%;
  	min-width:100px;
	background-color:  #fff;    /* 体質集計結果背景色指定 */
  	margin: auto;
  	text-align: center;
}
.flex_box{
	  	border: solid 1px #b2b2b2;
}
@media screen and (max-width: 767px) {
.flex{
	display: block;}
.flex div{
	width: 100%;
}
}  
  /* 体質説明タブ */
.tab_container {
  padding-bottom: 1em;
  background-color: #F7F7F6;
  margin: 0 auto;
}
.tab_item {
  width: calc(100%/3);    /*100%/4を100%/3に変更*/
  padding:15px 0;
  border-bottom: 1px solid #b2b2b2 ;
  background-color: #F7F7F6;
  text-align: center;
  color: #535353 ;
  font-size: 1.3em;
  letter-spacing: 0.1em;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {  /*, #tab4:checked ~ #tab4_contentを削除*/
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #fff;
  color: #535353;
  border-bottom: solid 3.5px #b2b2b2;
}
p.c-txtsp {
  text-align: center;
  color: #535353;
  font-size: 1.2em;
  padding: 30px 0px;
}
  /* 体質説明お勧め商品 */
.recom p {
  padding-left: 0px;
  font-weight: bold;
}
.oneArea {
  display: flex;
  flex-direction: row;
  background: #F7F7F6;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
.oneArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
}

.oneArea .oneBox {
  width: 21%;
  border: 1px solid #959595;
  background: #fff;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  padding: 20px;

  margin:20px;
}
@media screen and (max-width: 767px) {
.oneArea .oneBox {
  width: 70%;
  box-sizing: border-box;
  padding: 20px;
  text-align:center;
}
}
/* 診断案内文 */
.test-information {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-image: url(https://img21.shop-pro.jp/PA01482/314/etc/background_green.jpg?cmsp_timestamp=20230209144727);
}
@media screen and (max-width: 1030px) {
  .test-information {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.test-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
  color: #fff;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 1030px) {
  .test-information__body {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/******************************/
/* F3PAGE ABOUT US */
/******************************/
/*メイン画像内*/
.p-about_main{
	position:  relative;        /* 要素の配置方法をと子要素の起点を指定 */
}
.p-about_main img{
    width: 100%;
  	object-fit: cover;
}
.p-about_main>h1{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 14px !important;
  	 text-align: center;
    line-height: 2em;
    letter-spacing: 0.1em;
}
.p-about_text {
  display: inline-block;
}
@media screen and (max-width: 767px) {
.p-about_text {
	display: block;
}
}

/* ブランドリード説明文 */
.brandlead{
    margin-bottom: 0px;
}
.brandlead .pdpBoxmain p{
    font-size: 15px;
    text-align: center !important;
    letter-spacing: 0.07em;
}
@media only screen and (max-width: 600px) {
.brandlead .pdp_text { font-size:14px }
}
@media only screen and (max-width: 490px) {
.brandlead .pdp_text { font-size:11px }
}
/* ブランドリード説明文ここまで */

.fp-about {
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
.fp-about-list {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  }
}
.fp-about-list__item {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.fp-about-list__item {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
.fp-about-list__item:last-child {
    margin-bottom: 50;
  }
}
.fp-about-list__item:nth-child(even) .fp-about-list__txt {
  margin-left: 0;
  margin-right: 40px;
  order: -1;
}
@media screen and (max-width: 767px) {
.fp-about-list__item:nth-child(even) .fp-about-list__txt {
    margin-left: 0;
    margin-right: 0;
  }
}
.fp-about-list__item:nth-child(even) .fp-about-list__img {
  margin-left: 0;
  margin-right: 0px;
}
@media screen and (max-width: 1030px) {
.fp-about-list__item:nth-child(even) .fp-about-list__img {
    margin-right: -50px;
  }
}
@media screen and (max-width: 767px) {
.fp-about-list__item:nth-child(even) .fp-about-list__img {
    margin-right: 0;
  }
}
.fp-about-list__img {
  box-sizing: border-box;
  flex: 1;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1030px) {
.fp-about-list__img {
    margin-left: -50px;
  }
}
@media screen and (max-width: 767px) {
.fp-about-list__img {
    margin-left: 0;
    margin-bottom: 30px;
    width: auto;
    text-align: center;
  }
}
.fp-about-list__img img {
  width: 80%;
}
@media screen and (max-width: 767px) {
.fp-about-list__img img {
    width: 600px;
    max-width: 100%;
  }
}
.fp-about-list__txt {
  margin-left: 0px;
  width: 375px;
}
@media screen and (max-width: 1030px) {
.fp-about-list__txt {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
.fp-about-list__txt {
    margin-left: 0;
    width: auto;
  }
}
.fp-about-list__ttl {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  color: #535353;
}
@media screen and (max-width: 767px) {
.fp-about-list__ttl {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
.fp-about-list__body {
    padding-left: 20px;
    padding-right: 20px;
}
}
/******************************/
/* F5PAGE POPUP GALLERY */
/******************************/
.f5-block-02 {
  position: relative;
}
.f5-block-02-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 25%;
}
.f5-block-02-bg.is-left {
  right: auto;
  left: 0;
}
.f5-block-02-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .f5-block-02-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.f5-block-02-list__item {
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .f5-block-02-list__item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close .mfp-close,
.mfp-zoom-out-cur .mfp-iframe-holder .mfp-close .mfp-close {
  right: 0 !important;
  width: 15px;
}
.mfp-zoom-out-cur .mfp-bottom-bar {
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
}
.mfp-zoom-out-cur .mfp-arrow-right:after {
  left: -10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
}
.mfp-zoom-out-cur .mfp-arrow-left:after {
  left: 0px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  border-right: 0;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}
/******************************/
/* F6PAGE COLUMN */
/******************************/
.note_c {
  text-align:center;
  width: 720px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
 .note_c {
  margin: 30px auto;
  padding-left: 20px;
  padding-right: 20px;
}
}
/******************************/
/* ショッピングガイド */
/******************************/
.p-shopguide {
  position: relative;
  z-index: 10;
  padding-top: 120px;
  padding-bottom: 120px;
  
}
@media screen and (max-width: 767px) {
  .p-shopguide {
    display: none;
  }
}
.p-shopguide-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-wrap {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-shopguide-column {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1030px) {
  .p-shopguide-column {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-shopguide-column {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.p-shopguide-box {
  padding-top: 40px;
  padding-bottom: 15px;
  border-top: 1px solid #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
}
.p-shopguide-box__ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #535353;
  line-height: 1;
}
.p-shopguide-box__ttl span {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Work Sans', 'Noto Sans JP', sans-serif;
  color: #535353;
}
.p-shopguide__icon {
  margin-bottom: 20px;
}
.p-shopguide__ttl {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Work Sans', 'Noto Sa