@charset "utf-8";

:root {
  --bg-color: #F1EEEC;
  --red: #F34012;
  --gray_01: #ececec;
  --br: 16px;
  --br-sp: 8px;
  --br1: 24px 96px 24px 24px;
  --br1-sp: 8px 48px 8px 8px;
  --brown: #7b0c00;
  --gray: #D5D5D5;
  --bg: #7b0c00;
  --green: #059856;
  --green1: #EFF6ED;
  --green2: #006E3D;
  --pink: #E62E77;
  --fcolor: #292725;
  --bg1: #FCFAF8;
  --bg2: #fffcf3;
  --family: "Lato", "Zen Kaku Gothic New", sans-serif;
  --kaisei: 'Kaisei Tokumin', serif;
  --border: 1px solid #E6E6E6;
  --regu: 400;
  --medi: 500;
  --semi: 600;
  --bold: 700;
}


.bg1 {
  background-color: var(--bg1);
}

.bg2 {
  background-color: var(--bg2);
}

.green {
  color: var(--green);
}

.blue {
  color: var(--green);
}

.pink {
  color: var(--pink);
}

.tac {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.Flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.jus {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.juc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.alc {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

body {
  font-family: var(--family);
  color: var(--fcolor);
  font-weight: var(--regu);
}

html {
  scroll-behavior: smooth;
}


button {
  font-family: var(--family);
  font-weight: var(--regu);
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb10 {
  margin-bottom: 30px;
}

.mtb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.bg-black {
  background-color: #000;
}

.white {
  color: #fff;
}

.sp {
  display: none;
}

@media screen and (min-width: 769px) {
  body {
    /*min-width: 1200px;*/
  }

  .l-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
  }
}

.st-wrap {
  margin: 80px auto;
}

.st-wrap * {
  box-sizing: border-box;
}

.pb0 {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%;
  }

  .freeArea2 .free-contents section.st-wrap,
  .st-wrap {
    margin: 50px auto;
  }
}

#wrapper {
  background-color: transparent;
}

/****************
header
****************/
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
  background-color: transparent;
}

/* 上部バー */
.c-header-top {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  text-align: center;
}

.c-header-top__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.c-header-top__right a {
  position: relative;
  color: var(--fcolor);
  line-height: 1.28;
  font-size: 16px;
}

.c-header-top__right a + a::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 1em;
  background-color: var(--fcolor);
}

/* ロゴ・アカウント・電話部分 */
.c-header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.c-header-logo {
  width: 540px;
}

.c-header-logo__catch {
  margin-right: auto;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  font-weight: var(--regu);
}

.c-header-logo__mark {
  width: 360px;
}

.c-logo {
  width: 300px;
}

.c-award {
  width: 60px;
}

.c-header-free-shipping {
  padding: 7px 30px;
  background: #fff;
  color: var(--red);
  font-size: 18px;
  font-weight: var(--bold);
  border-radius: 30px;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
}

.c-header-free-shipping small {
  font-size: 10px;
  display: block;
}

.c-header-account {
  gap: 10px;
  font-size: 11px;
  width: auto;
}

.c-header-account a span {
  padding-top: 24px;
  display: block;
  font-weight: var(--bold);
  background-position: center top;
  background-repeat: no-repeat;
}

.c-header-account a:nth-child(1) span {
  background-image: url(../img/icon_newuser.png);
  background-size: 19px 18px;
}

.c-header-account a:nth-child(2) span {
  background-image: url(../img/icon_log.png);
  background-size: 20px 20px;
}

.c-header-account a:nth-child(3) span {
  background-image: url(../img/icon_wish.png);
  background-size: 19px 18px;
}

.c-header-account a:nth-child(4) span {
  background-image: url(../img/icon_user.png);
  background-size: 22px 22px;
}

.c-header-account a:nth-child(5) span {
  background-image: url(../img/icon_cart.png);
  background-size: 20px 20px;
}

@media screen and (min-width: 769px) {
  .c-header-right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap: 16px;
  }

  #sub-column .c-header-right {
    display: none;
  }

  /* ナビゲーションバー */
  .c-global-nav {
    margin: 20px auto 30px auto;
    background: var(--green);
    border-radius: 40px;
  }
}

@media screen and (max-width: 1150px) {
  .c-header-account {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .c-header-top__right {
    display: none;
  }
}

.c-header-tel {
  font-size: 15px;
  color: var(--green2);
  line-height: 1.5;
  font-weight: var(--bold);
}

.c-header-tel__number {
  margin: 5px 0;
  line-height: 1;
  text-align: center;
}

.c-header-tel__number img {
  width: 270px;
}

.c-header-tel__number + p {
  font-size: 14px;
  color: var(--green2);
  line-height: 1.5;
  font-weight: var(--bold);
}

.c-global-nav {
  width: 100%;
}

.l-header > .l-inner {
  width: 1400px;
}

@media screen and (max-width:1600px) {
  .c-global-nav {
    width: 1400px;
  }

  .l-header > .l-inner {
    width: 100%;
    max-width: 1200px;
  }
}

@media screen and (max-width:1400px) {
  .c-global-nav {
    width: 100%;
    max-width: 1200px;
  }
}

/* メガメニューの親に position: relative */
.c-mega-menu {
  position: relative;
}

.c-mega-menu > a span:after {
  margin-left: 7px;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: .8em;
}

@media screen and (min-width: 769px) {
  .c-global-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 70px;
  }

  .c-global-nav__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
  }

  .c-global-nav__link {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: var(--bold);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
  }

  .c-global-nav__link span {
    color: #ffffff;
  }

  .c-global-nav__link:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  /* メニュー（子）初期状態は非表示に */
  .c-mega-menu .p-category__list {
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 1200px;
    max-width: 100vw;
    background-color: #fff;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    display: block;
    box-sizing: border-box;
  }

  /* ホバー時に表示 */
  .c-mega-menu:hover .p-category__list {
    visibility: visible;
    opacity: 1;
  }

  .p-category__list img {
    max-width: 100%;
    aspect-ratio: 230 / 130;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-category__list .list-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px 0;
    width: 1200px;
    max-width: 100%;
  }

  .p-category__list .list-category li {
    width: 19%;
  }

  .c-mega-menu > a span:hover:after {
    content: "\f106";
  }
}

.c-global-nav__item {
  position: relative;
}

.c-global-nav__item:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  border-left: dotted 2px #fff;
  position: absolute;
  right: 0;
  top: 12px;
}

#header-inner #logo,
#hNav {
  padding: 0;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 130px;
  }

  .c-header-account {
    display: block;
  }

  .l-header > .l-inner {
    padding: 10px 0;
    position: fixed;
    z-index: 149;
    left: 0;
    top: 0;
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    background-color: var(--bg-color);
  }

  .c-global-nav__link {
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    /* iPhoneの青いハイライト防止 */
  }
  .c-global-nav__item.c-mega-menu.is-open > a span:after {
    content: "\f106";
  }
}

@media screen and (max-width: 500px) {
  body {
    padding-top: 96px;
  }

  .l-header > .l-inner {
    height: 96px;
  }
}



@media screen and (max-width: 768px) {


  .c-mega-menu > a.is-open span:after {
    content: "\f106";
  }

  .c-header-top__right.pc,
  .c-header-right.pc {
    display: none;
  }

  .c-header-top {
    padding: 0;
  }



  .l-header > .l-inner {}

  .c-header-logo {
    padding-left: 8px;
    width: 100%;
  }

  .c-header-logo__mark a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    width: 35.2vw;
  }

  .c-award {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: 10vw;
  }

  .c-header-free-shipping.sp {
    padding: 0;
    width: 34.4vw;
  }

  #header-nav {
    position: relative;
    width: 40px;
    height: 40px;
  }

  .c-header-logo__catch {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    width: 100%;
  }

  .c-header-logo__mark {
    width: auto;
  }

  #hNav ul#header-nav li#header-nav-drawer {
    border: none;
    right: 15px;
    top: 25px;
    width: 40px;
    z-index: 150;
  }

  #header-nav-drawer span,
  #header-nav-drawer span::before,
  #header-nav-drawer span::after {
    width: 100%;
    height: 3px;
    background: var(--green);
    border-radius: 3px;
    left: auto;
    right: 0;
  }

  #header-nav-drawer:after {
    content: "MENU";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    color: var(--green);
    font-size: 11px;
    font-weight: var(--bold);
    letter-spacing: .1em;
  }

  #sub-column.spsDrawerOpen {
    padding: 100px 15px;
    width: 100%;
    right: -100%;
    box-sizing: border-box;
    background-color: var(--bg-color);

  }

  .c-header-tel.sp {
    margin: 24px 0;
  }


  #sub-column .freeArea2 .free-contents {
    background-color: transparent;
    padding: 0;
  }

  .c-header-account {
    background: none;
    width: 100%;
    gap: 0;
  }

  .p-side-link a,
  .c-header-account a,
  #sub-column .group nav ul li a,
  #sub-column .category nav ul li a,
  #sub-column .link nav ul li a {
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 2px dotted var(--gray);
    font-size: 16px;
  }

  .c-header-account a span {
    padding: 20px 20px 20px 30px;
    background-repeat: no-repeat;
    background-position: center left;
    display: inline-block;
  }

  .c-header-bottom a,
  #sub-column .group nav ul li a,
  #sub-column .category nav ul li a,
  #sub-column .link nav ul li a {
    padding: 20px;
    font-weight: var(--bold);
    box-sizing: border-box;
  }

  #sub-column .category nav ul.sps-itemCategoryMain li.cat1 a:after {
    content: none;
  }


  #sub-column .group nav ul li:first-child,
  #sub-column .category nav ul li:first-child,
  #sub-column .link nav ul li:first-child {
    border-top: none;
  }

  .c-header-bottom nav,
  #sub-column .category > section {
    border-top: 2px dotted var(--gray);
  }

  #sub-column .category nav ul.sps-itemCategoryMain li.cat1 {
    border-bottom: none;
    background-color: transparent;
  }

  .c-header-tel {
    padding-bottom: 50px;
    margin: 50px 0;
    border-bottom: 2px dotted var(--gray);
  }

  .c-global-nav {
    width: auto;
  }

  .c-global-nav__item span {
    color: #fff;
    font-weight: var(--bold);
  }


  .c-global-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: var(--green);
  }

  /* リストアイテムをインライン化 */
  .c-global-nav__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    /* 横幅を固定 */
  }



  .c-global-nav__item:not(:last-child):after {
    height: 35px;
  }

  .c-global-nav__link {
    height: auto;
  }

  .is-hidden {
    display: none;
  }

  .c-global-nav__item-sp {
    margin: 20px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: var(--br);
  }

  .p-sp-menu-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-global-nav__item a {
    display: block;
    width: 100%;
  }

  .c-global-nav__link {
    padding: 15px;
    box-sizing: border-box;
  }

  #js-toggle--contents a {
    color: var(--green);
    font-size: 14px;
    display: block;
    text-align: left;
  }

  #js-toggle--contents li:not(:last-child) {
    margin-bottom: 1em;
  }

  .c-global-nav__link-cl span:after {
    margin-left: 7px;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: .8em;
  }

  .c-global-nav__link-cl.is-open span:after {
    content: "\f106";
  }

  .d-menu-list a {
    padding: 24px 6px;
    display: block;
    text-align: center;
  }

  .d-menu-list a:not(:last-child) {
    border-bottom: var(--border);
  }

  .c-global-nav {
    margin: 0;
  }

  .c-global-nav .l-inner {
    padding-left: 0;
    padding-right: 0;
  }

  #sub-column h2 {
    font-size: 24px;
    color: var(--green);
    font-family: var(--kaisei);
    line-height: 1;
    font-weight: var(--bold);
    background-color: transparent;
    text-align: center;
  }

  #sub-column h2 .c-title-en {
    text-align: center;
  }

}

/****************
top-slider
****************/
.p-slider {
  width: 100%;
  margin: 0 auto;
}

.js-slider {
  padding-right: 30px;
  /* 右にチラ見せ */
  padding-left: 30px;
  /* 左にチラ見せ */
}

@media screen and (min-width: 769px) {
  .p-slider .swiper-slide {
    width: 960px;
  }

}

.swiper-slide {
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
}

.p-slider-cach {
  margin-top: -69px;
  margin-left: -62px;
  padding-top: 40px;
  padding-left: 60px;
  color: var(--green);
  font-weight: var(--bold);
  font-family: var(--kaisei);
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 368px;
  position: relative;
  z-index: 2;
  font-size: 45px;
  line-height: 1.8;
  white-space: nowrap;
}

.swiper-slide img {
  width: 100%;
  display: block;
}

.swiper-pagination {
  margin-top: 20px;
  position: static;

}

.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: var(--gray);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--green);
}

@media screen and (max-width: 768px) {
  .p-slider {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .js-slider {
    padding-right: 0;
    padding-left: 0;
  }

  .p-slider-cach {
    margin: 0;
    padding-top: 20px;
    padding-left: 15px;
    width: 100%;
    font-size: 22px;
  }
}

/****************
商品別に探す
****************/
.p-category {
  text-align: center;
}

.c-title-en {
  font-size: 24px;
  color: var(--fcolor);
  font-weight: var(--bold);
  font-family: var(--family);
  text-align: center;
}

.c-title-en:before {
  margin: 0 .5em;
  content: "●";
}

#main-column h2.c-title-ja,
.c-title-ja {
  padding: 0;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: var(--bold);
  color: var(--green);
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#main-column h2.c-title-ja:after,
.c-title-ja:after {
  content: none;
}

.p-category__list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 27px 24px;
  justify-items: center;
}

.p-category__list ul.list-category li img,
.p-category ul.list-category li img {
  border-radius: var(--br);
}

.p-category__list .list-category li span,
.p-category .list-category li span {
  padding: 10px 0 0 0;
  font-size: 18px;
  background-color: transparent;
  color: var(--fcolor);
  font-weight: var(--bold);
  display: block;
}

.p-category-item {
  width: 180px;
}

.p-category-item__link {
  display: block;
  text-align: center;
  color: var(--green);
}

.p-category-item__thumb {
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.p-category-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.p-category-item__name {
  font-size: 18px;
  line-height: 1.5;
  word-break: keep-all;
  font-weight: var(--bold);
  color: var(--green);
}

.p-category-item__name span {
  display: block;
}

.p-category-item__link:hover .p-category-item__name {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {

  #main-column h2.c-title-ja,
  .c-title-ja {
    font-size: 24px;
    display: block;
  }

  .c-title-en {
    font-size: 18px;
    display: block;
    text-align: left;
  }

  .c-title-en:before {
    margin: 0 .5em 0 0;
  }

  .p-category__list {
    display: none;
  }

  .c-global-nav__link span {
    display: block;
    width: 100%;
    height: 100%;
  }

  /******/
  .p-category__list {
    padding: 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    width: 100vw;
    position: fixed;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom-left-radius: var(--br);
    border-bottom-right-radius: var(--br);
    z-index: 5;
    top: auto;
  }

  .c-global-nav {
    overflow: visible;
    height: 60px;
  }

  .c-global-nav .l-inner {
    height: 300px;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
    position: relative;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;


  }
/**
  スクロールさせるとiPhoneはレイヤーの重なりが違い、メガメニューが隠れてしまいます。
  それを回避するために、下の要素のz-indexを上にする。ただし、クリックしたときはメガメニューが上になるようにする。
  **/
  .p-search {
    position: relative;
    z-index: 6;
  }

  .is-open .p-category__list {
    z-index: 7;
  }

  .c-global-nav__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .p-category__list {
    position: absolute;
    overflow: visible;
    max-height: 9999px;
  }

  /******/
  .p-category__list > .list-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 2%;
  }

  .p-category__list > .list-category li {
    width: 49%;
  }

  .p-category__list > .list-category li img {
    display: none;
  }

  .p-category__list ul.list-category li img,
  .p-category ul.list-category li img {
    border-radius: var(--br-sp);
  }

  .p-category__list .list-category li span,
  .p-category .list-category li span {
    padding: 0 0 0 0;
    font-size: 14px;
    background-color: transparent;
    color: var(--fcolor);
    font-weight: var(--bold);
    display: block;
  }

  .p-category .list-category li span {
    margin-top: 10px;
  }

  .p-category-item__link {
    display: block;
    text-align: center;
    color: var(--green);
  }

  .p-category-item {
    width: 100%;
    /* カラム幅にフィットさせる */
  }

  .p-category-item__thumb {
    width: 100%;
    height: 100%;
  }

  .p-category-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }


  .freeAreaTitle {
    padding: 0;
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: var(--bold);
    color: var(--green);
    text-align: center;
  }

  .freeArea2 .free-contents ul.list-category li a {
    background-color: transparent !important;
  }

}

/****************
ボタン
****************/

.c-btn1 a {
  padding: 23px 0;
  margin: 0 auto;
  display: block;
  width: 295px;
  max-width: 100%;
  color: #fff;
  background-color: var(--green);
  line-height: 1;
  font-size: 18px;
  font-weight: var(--bold);
  letter-spacing: .1em;
  position: relative;
  text-align: center;
  border-radius: 30px;
}

.c-btn1 i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



/****************
Search（商品を探す）
****************/

.p-search {
  margin: 0 0 30px 0;
  text-align: center;
}

#main-column h2.p-search__title {
  padding: 0;
  margin-bottom: 23px;
  color: var(--green);
  font-weight: var(--bold);
  font-size: 20px;
}

.p-search__title {
  font-size: 22px;
  font-weight: var(--bold);
  margin-bottom: 25px;
  color: var(--green);
}

.p-search__form > .Flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 364px;
  border: 2px var(--green2) solid;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}

input[type="text"].p-search__input,
.p-search__input {
  padding: 8px 12px;
  height: 58px;
  line-height: 62px;
  width: calc(100% - 50px);
  outline: none;
  border: none;
}

.p-search__btn {
  cursor: pointer;
  border: none;
  width: 38px;
  height: 38px;
  line-height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
}

.p-search__btn img {
  width: 38px;
}

.p-search__desc {
  margin: 25px 0 10px 0;
  gap: 12px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.p-search__desc + .p-search__desc {
  margin-top: 0;
}

.p-search__desc a {
  font-size: 18px;
  line-height: 1.7;
  color: var(--fcolor);
}

.p-search__desc li a:after {
  margin: 0 8px;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: .8em;
}

.p-search__hot {
  gap: 8px;
  width: 690px;

}

.p-search__hot-label {
  font-size: 18px;
  font-weight: var(--bold);
}

.p-search__tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 18px;
  border-radius: 30px;
  border: 2px solid var(--fcolor);
  color: var(--fcolor);
  font-weight: var(--medi);
  background-color: #fff;
}

.p-search__sub-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: var(--bold);
  color: var(--green);
}

.p-search__tag-wrap a {
  background-color: #EAEAEA;
  border-color: #A0A0A0;
  color: #505050;
  font-weight: var(--bold);
}

@media screen and (min-width: 769px) {
  .p-search__hot_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px;
    white-space: nowrap;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    width: calc(100% - 6.5em);
  }

  .p-search__hot_wrap::-webkit-scrollbar {
    height: 6px;
  }

  .p-search__hot_wrap::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
  }

  .p-search__hot {
    max-width: calc(100% - 400px);
  }

  .p-search__tag {
    display: inline-block;
    padding: 8px 16px;
    border: 2px solid #000;
    border-radius: 9999px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    scroll-snap-align: start;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-search {
    padding-top: 0;
    margin: 0;
  }

  .p-search .l-inner {
    padding: 12px 0 0 0;
  }

  .p-search__form {
    margin-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }

  .p-search__form > .Flex {
    gap: 4px;
    width: 100%;
  }

  input[type="text"].p-search__input,
  .p-search__input {
    width: 80%;
  }

  .p-search__btn {
    width: calc(20% - 5px);
  }

  .p-search__hot {
    width: 100%;
  }

  .p-search__hot_wrap {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 8px;
    /* 任意の余白 */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    /* 見切れる感じでスナップも可能（任意） */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .p-search__tag {
    white-space: nowrap;
    scroll-snap-align: start;
    /* スナップ位置調整（任意） */
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 16px;
  }

  .p-search__hot-label {
    margin-right: 0;
    width: 100%;
  }

  .p-search__tag {
    display: inline-block;
    padding: 6px 16px;
  }

  .p-search__sub-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: var(--bold);
    color: var(--green);
  }

  .p-search__tag-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 10px;
  }
}

/****************
バナー
****************/
.p-bnr_01 {
  padding-top: 0;
}

.p-bnr_01 ul {
  gap: 24px 0;
}

@media screen and (min-width: 769px) {
  .p-bnr_01 li:not(.w100) {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .p-bnr_01 {
    padding-left: 15px;
    padding-right: 15px;
  }

}





/****************
footer
****************/
div#cart-footer,
footer {
  background-color: transparent;
}

.footer-outer {
  margin-top: 100px;
  border-radius: var(--br1);
  background-color: #2A965C;
}

div.cal_wrapper,
div.subc_cal_cont .cap,
div.subc_cal_cont .cap ul {
  background-color: #2A965C;
}

.c-footer-title,
.c-footer-title .c-title-en {
  color: #fff;
}

#page-top a {
  background-color: var(--green);
}

footer .st-wrap {
  padding: 80px 0 60px 0;
  margin: 0 auto;
}

footer .st-wrap.p-footer-link {
  padding-top: 60px;
  border-top: 2px dotted var(--gray);
}

footer h2 {
  font-family: var(--kaisei);
}

.l-footer-mid .list-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px;
}

.fotter-link a:link,
.fotter-link a:visited {
  color: var(--fcolor);
  text-decoration: none !important;
  font-size: 18px;
  font-weight: var(--bold);
}

.fotter-link ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.f-logo {
  padding: 100px 20px 50px 20px;
  margin: 0;
  background-color: var(--bg-color);
}

#page-top a:hover {
  background-image: none;
  opacity: .7;
}

.f-logo span {
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
  color: var(--fcolor);
  font-size: 16px;
}

.footer-outer .f-logo a {
  text-decoration: none !important;
}

.f-logo h1 {
  margin-bottom: 20px;
  max-width: 100%;
}

.f-logo h1 img {
  width: 371px;
}

.footer-outer p {
  margin-bottom: 10px;
}

#f-copyright-area {
  padding-bottom: 100px;
  margin: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: var(--bg-color);
  display: block;
}

#copyright {
  color: var(--fcolor);
}

.footer-inner {
  padding-top: 80px;
  padding-bottom: 0;
}

#f-menu-area {
  padding-bottom: 80px;
}

a:hover {
  cursor: pointer;
}

.f-menu-3col label {
  font-family: var(--family);
  font-size: 18px;
  border-bottom: 2px solid #fff;
}

div#subc_calendar h2 {
  border-bottom: 2px solid #fff;
  line-height: 1.5;
  font-family: var(--family);
  font-size: 18px;
}

div#subc_calendar h2::before {
  font-family: var(--family);
  content: "CALENDAR";
  font-size: 14px;
  display: block;
}

.f-menu-3col label span {
  display: block;
  font-size: 14px;
}

.footer-outer {
  font-size: 16px;
}

.f-menu-3col p:not(.c-footer-subtitle) {
  margin-bottom: 30px;
}

.c-footer-subtitle {
  padding: 10px 0;
  margin: 1em 0;
  border-top: dotted 2px #fff;
  border-bottom: dotted 2px #fff;
  font-weight: var(--bold);
}

.c-footer-subtitle + .c-footer-subtitle {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

#contents #main-column .footer_area {
  margin-top: 80px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .footer-outer {
    border-radius: var(--br1-sp);
  }

  footer .st-wrap {
    padding: 60px 0 30px 0;
  }

  footer .st-wrap.p-footer-link {
    padding: 30px 0 60px 0;
  }

  footer .p-category .list-category li span {
    margin-top: 0;
    padding: 0 0 0 0;
    font-size: 18px;
  }

  footer .p-category .list-category li {
    width: 50%;
    text-align: left;
  }

  footer .p-category .list-category li:nth-child(even) {
    padding-left: 1em;
  }

  .l-footer-mid .list-category,
  .l-footer-mid .fotter-link {
    gap: 24px 0;
  }

  .f-logo span {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .f-logo h1 img {
    width: 100%;
  }

  #f-copyright-area {
    padding-bottom: 80px;
  }

  #copyright {
    font-size: 16px;
  }

  .footer-inner {
    padding-top: 80px;
    padding-bottom: 0;
  }

  #f-menu-area {
    padding-bottom: 80px;
  }

  a:hover {
    cursor: pointer;
  }

  div#subc_calendar h2,
  div#subc_calendar h2::after {
    font-size: 18px;
    font-weight: var(--bold);
  }

  .toggle:checked + .ac-title + .ac-content {
    max-height: 1000px;
    transition: all 1.8s;
  }

  #contents #main-column .footer_area {
    margin-top: 60px;
  }
}

#sub-column .group nav ul li,
#sub-column .category nav ul li,
#sub-column .link nav ul li {
  background-color: transparent;
  border-bottom: none;
}