@charset "UTF-8";
/* カスタマイズ用CSS */
/*** 共通項目CSS ***/
.ec-secHeading--tandem {
  margin-top: 10%;
  margin-bottom: 50px;
}

.ec-heading-bold {
  background-color: #def0dc;
  padding: 10px 5px;
}

/*** 共通設定 ***/
/*
* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
*/

body {
  overflow-x: hidden;
  font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*** ドロワー設定 ***/
.ec-drawerRole.is_active *,
.ec-drawerRole *,
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover li:hover > a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover,
.ec-drawerRole .ec-headerLinkArea {
  background-color: transparent;
}

.ec-headerSearch .ec-headerSearch__keyword {
  background-color: #f6f6f6;
}

.ec-overlayRole {
  z-index: 10000;
}

.ec-drawerRole {
  padding-top: 60px;
  transition: all .5s;
}

.ec-drawerRole.is_active {
  width: 90vw;
  max-width: 400px;
}

.ec-drawerRoleClose {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
}
.ec-drawerRoleClose .fa-times {
  color: #0c4a2f;
}

.ec-drawerRole.is_active {
  transition: all .5s;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a,
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  color: #0c4a2f;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item{
  background-color: #e1f3ef;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
  background-color: #fcfff8;
  background-color: #fffffc;
  font-weight: bold;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
  background-color: #fcfff8;
  background-color: #fffffc;
}

.mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mtop-50 {
    margin-top: 80px;
  }
}

.mw-1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media all and (-ms-high-contrast: none) {
  .mw-1200 {
    height: 100%;
  }
}
.ec-itemNav__nav li a {
  font-weight: normal;
}

.slick-slide img {
  display: block;
  max-height: 65vh;
  width: auto;
  margin: auto;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.ec-blockTopBtn {
  right: 12px;
  bottom: 90px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(77, 203, 156, 0.8);
}

.img-fluid {
  width: 100%;
  max-width: 100%;
}

.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

.sptb-none {
  display: none;
}
@media screen and (min-width: 992px) {
  .sptb-none {
    display: block;
  }
}

.pc-none {
  display: block;
}
@media screen and (min-width: 992px) {
  .pc-none {
    display: none !important;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.p-relative {
  position: relative;
}

.h2-title {
  width: 100%;
}
.h2-title.mt60 {
    margin-top: 60px;
}
.h2-title .h2-titleBox {
  height: 100px;
  /* p.h2-text{
  	position: absolute;
  	top:16px;
  	left: 50%;
  	transform: translateX(-50%);
  	font-size: 2rem;
  	color: #fff;
  } */
}
.h2-title .h2-titleBox h2 {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat" !important;
  width: 100%;
  text-align: center;
}
.h2-title .h2-titleBox p.h2-text {
  display: none;
}
.h2-title .h2-titleBox p.h2-sub {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  color: #00955d;
  text-align: center;
  /* &::after {
  	content: "";
  	position: absolute;
  	left: 50%;
  	transform: translateX(-50%);
  	bottom: -10px;
  	width: 48px;
  	border-bottom: 1px solid #029760;
  } */
}

/*20241209追記*/
.h2-title .h2-titleBox h2 {
    font-size: 22px
}
@media screen and (min-width: 768px) {
  .h2-title .h2-titleBox h2 {
    font-size: 2rem;
  }
}
.h2-title .h2-titleBox p.h2-sub{
    font-size: 14px;
}
@media screen and (min-width: 768px) {
  .h2-title .h2-titleBox p.h2-sub {
    font-size: 1rem;
  }
}


/*** mainの設定 ***/
.first-box {
  position: relative;
  height: auto;
}
.first-box::before {
  content: "";
  display: block;
}
.first-box .first-img {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/eccube/html/template/default/assets/img/top/company_imgl01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.first-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  filter: drop-shadow(2px 2px 3px #FFF);
}
@media screen and (min-width: 768px) {
  .first-box p {
    font-size: 24px;
    color: #333;
  }
}

/*** 検索バーの設定 ***/
.ec-headerSearch .ec-headerSearch__keyword {
  width: 100%;
  float: none;
}

.ec-headerSearch .ec-headerSearch__category {
  display: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
  border-radius: 0;
}

/*** 下部固定ナビの設定 ***/
.ec-layoutRole__footer {
  margin-bottom: 77px;
}
@media screen and (min-width: 768px) {
  .ec-layoutRole__footer {
    margin-bottom: 0;
  }
}

.fb-menu {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 20px 0;
  background-color: #01965e;
  z-index: 10000;
}

.fb-menu ul.m-box {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.fb-menu ul.m-box li {
  flex: 1;
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.fb-menu ul.m-box li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.fb-menu ul.m-box li a p.fas {
  font-size: 1.2rem;
}

.fb-menu ul.m-box li a p {
  margin-bottom: 0;
  text-align: center;
}

/*** ナビゲーションの設定 ***/
.ec-itemNav__nav > li:hover li:hover > a {
  background: #eee;
}

.ec-itemNav__nav li ul li a {
  background: #fff;
  color: #333;
}

.ec-itemNav__nav li:hover ul li ul li a {
  background: #fff;
  color: #333;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #eee;
}

@media screen and (min-width: 768px) {
  .ec-itemNav__nav li ul li ul::before {
    color: #333;
  }
}

/*** SPヘッダーの設定 ***/
.sp-header {
  width: 100%;
  padding: 0 10px;
}
.sp-header .ec-headerNav__itemIcon {
  color: #7d7d7d;
}
.sp-header .logo-area a {
  margin: 0;
  padding: 0;
}
.sp-header .logo-area a:hover {
  text-decoration: none;
}
.sp-header .logo-area p {
  color: #00955d;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .sp-header .logo-area p {
    font-size: 24px;
    margin-bottom: 5px;
    display: inline-flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .sp-header .logo-area p {
    font-size: 30px;
  }
}

/*** PCヘッダーの設定 ***/
.pc-header {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.pc-header .ec-headerNav__itemIcon {
  color: #7d7d7d;
}
.pc-header .logo-area a {
  margin: 0;
  padding: 0;
}
.pc-header .logo-area a:hover {
  text-decoration: none;
}
.pc-header .logo-area p {
  color: #00955d;
  font-size: 14px;
  /*margin-bottom: 3px;*/
}
@media screen and (min-width: 768px) {
  .pc-header .logo-area p {
    font-size: 24px;
    /*margin-bottom: 5px;*/
    display: inline-flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 992px) {
  .pc-header .logo-area p {
    font-size: 30px;
  }
}
.pc-header .navi-area {
  position: absolute;
  right: 0;
}
@media all and (-ms-high-contrast: none) {
  .pc-header .navi-area {
    top: 50px;
  }
}

.ec-headerNav .ec-headerNav__itemIcon {
  font-size: 25px;
}

/*** ヘッダーの設定 ***/
.ec-layoutRole__header {
  position: relative;
  z-index: 250;
  border-bottom: 1px solid #999;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.header-2way {
  padding: 0;
}
.header-2way h1 {
  font-size: 22px;
  margin: .45em 0;
  margin-left: 36px;
}
@media screen and (min-width: 768px) {
  .header-2way h1 {
    font-size: 2em;
    margin: .67em 0;
  }
}
.header-2way h1 img {
  height: 40px;
  width: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header-2way h1 img {
    height: 48px;
    margin-right: 16px; /*20250404追記*/
  }
}
@media screen and (min-width: 992px) {
  .header-2way h1 img {
    height: 56px;
  }
}
.header-2way ul li {
  list-style: none;
}
.header-2way ul li a {
  color: #7b7b7b;
}
.header-2way ul li .sub-title {
  display: block;
}

ul.nav_icon {
  margin-bottom: 0;
  padding-left: 0;
}
ul.nav_icon li {
  font-size: 22px;
  margin: 0 8px;
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  ul.nav_icon li {
    font-size: 32px;
    margin: 0 8px;
  }
}

.sbottom-logo img {
  width: auto;
  height: 36px;
}
@media screen and (min-width: 992px) {
  .sbottom-logo img {
    height: 56px;
  }
}
.sbottom-logo p {
  color: #00955d;
  font-size: 14px;
  margin-bottom: 3px;
}
@media screen and (min-width: 992px) {
  .sbottom-logo p {
    font-size: 30px;
    margin-bottom: 3px;
  }
}

ul.ec-itemNav__nav li {
  z-index: 300;
}

ul.ec-itemNav__nav li ul li ul li {
  min-width: 200px;
}

/*** アイテム別の設定 ***/
.Item-Item-Box {
  margin-top: 48px;
}
.Item-Item-Box ul li {
  margin-bottom: 32px;
}
.Item-Item-Box ul li a {
  color: #333;
  text-decoration: none;
}
.Item-Item-Box ul li a h3 {
  font-size: 1.2rem;
  padding-top: 6px;
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .Item-Item-Box ul li a h3 {
    font-size: 1.5rem;
  }
}
.Item-Item-Box ul li a:hover {
  text-decoration: none;
  color: #333;
}
.Item-Item-Box ul li a:hover h3 {
  position: relative;
}
.Item-Item-Box ul li a:hover h3::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 48px;
  border-bottom: 1px solid #029760;
}

/*** ブランドの設定 ***/
.Brand-Item-Box {
  margin-top: 48px;
}
.Brand-Item-Box ul li {
  padding: 0 10px 0;
}
.Brand-Item-Box ul li a:hover {
  opacity: .65;
  text-decoration: none;
}

/*** ランキングの設定 ***/
.Rank-Item-Box {
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 48px;
  /*margin-bottom: 60px;*/
}
/*@media screen and (min-width: 992px) {*/
/*  .Rank-Item-Box {*/
/*    margin-bottom: 100px;*/
/*  }*/
/*}*/
.Rank-Item-Box ul li {
  counter-increment: rank;
  list-style: none;
  margin-bottom: 32px;
  position: relative;
  padding: 8px;
  /*.rank-border{
  	height: 100%;
  }
  .rank-border:hover{
  	&::before{
  		position: absolute;
  		width: calc(100% - 30px);
  		height: calc(100% + 16px);
  		content: "";
  		border: 1px solid #333;
  		box-sizing: content-box;
  		padding-top: 15px;
  		padding-left: 15px;
  		left: 0;
  		top: -16px;
  	}
  	&::after{
  		position: absolute;
  		width: calc(100% - 30px);
  		height: calc(100% + 16px);
  		content: "";
  		border: 1px solid #ccc;
  		box-sizing: content-box;
  		padding-bottom: 15px;
  		padding-right: 15px;
  		right: 0;
  		top: 0;
  	}
  }*/
  /*p.more-btn{
  	margin: auto auto 0;
  	border: 1px solid $f-color1;
  	border-radius: 50px;
  	display: block;
  	width: 60%;
  	text-align: center;
  	padding: 2px 0;
  	color: $f-color1;
  	font-size: 14px;
  	position: relative;
  	z-index: 1;
  	@include mq(lg){
  		width: 60%;
  		padding: 8px 0;
  	}
  }*/
}
.Rank-Item-Box ul li a {
  color: #333;
  text-decoration: none;
  height: 100%;
}
.Rank-Item-Box ul li::before {
  content: counter(rank);
  position: absolute;
  top: 12px;
  left: 26px;
  border: 1px solid #FFBB7C;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: #FFBB7C;
  color: #fff;
}
.Rank-Item-Box ul li img {
  width: 80%;
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.Rank-Item-Box ul li p {
  margin-bottom: 1rem;
}
.Rank-Item-Box ul li p:first-of-type{
	margin-bottom:0;
	font-size:.8rem;
	}
.Rank-Item-Box ul li .more-btn {
  margin: auto auto 0;
  border: 1px solid #00955d;
  border-radius: 50px;
  display: block;
  width: 60%;
  text-align: center;
  padding: 2px 0;
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .Rank-Item-Box ul li .more-btn {
    padding: 8px 0;
  }
  .Rank-Item-Box ul li img {
width:60%;
}
}
.Rank-Item-Box ul li .more-btn:hover {
  text-decoration: none;
}
.Rank-Item-Box ul li:hover .more-btn {
  background-color: #7dbb9f;
  color: #fff;
}
.Rank-Item-Box ul li:hover {
  outline: 1px solid #ccc;
  box-shadow: 3px 3px 4px 0px #ccc;
}


/*** お知らせの設定 ***/
.Info-Item-Box {
  width: 100%;
  background-color: #f0f8ff;
}
.Info-Item-Box .bg-change {
  background-color: #f0f8ff;
}

.ec-newsRole {
  padding: 40px 0;
}
.ec-newsRole .ec-newsRole__news {
  border: none;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem {
  border-bottom: none;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading {
    margin-bottom: 0;
    flex-direction: row;
  }
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate {
  margin: 0px;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsDate p {
  font-size: 14px;
  padding: 0;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn {
  width: 100%;
  margin: 0;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsHeading .ec-newsRole__newsColumn .ec-newsRole__newsTitle {
  margin: 0;
  align-self: flex-start;
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsTitle {
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 600px){
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsTitle {
  font-size: 14px;
}
}
.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsTitle a {
  color: #333;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  background-color: #4dcb9c;
}
.ec-newsRole .ec-newsRole__newsCloseBtn i {
  color: #fff;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 20px 16px 20px;
}
.ec-newsRole .ec-newsRole__newsDescription a {
    color: #00955d;
    text-align: right;
    display: block;
}

/*** キャンペーンの設定 ***/
.Camp-Item-Box {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
.Camp-Item-Box .sp-img {
  width: 100vw;
}
.Camp-Item-Box .boxA {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  height: 90%;
  width: 80%;
  max-width: 1200px;
}
@media screen and (min-width: 600px) and (max-width: 992px) {
  .Camp-Item-Box .boxA {
    height: 80%;
    width: 70%;
  }
}
.Camp-Item-Box .boxA .h2-titleBox h2 {
  text-align: center;
  margin-bottom: 2px;
}
.Camp-Item-Box .boxA .h2-titleBox p.h2-sub {
  text-align: center;
  color: #00955d;
}

.Campaign-box-sp {
  background-color: #eff2e9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 32px 0;
}
@media screen and (min-width: 992px) {
  .Campaign-box-sp {
    display: none;
  }
}

.Campaign-box-pc {
  background-color: #eff2e9;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .Campaign-box-pc {
    display: flex;
  }
}

/*** 新着商品の設定 ***/
/*３点のとき*/
/*.New-Item-Box {*/
/*    max-width: 100%;*/
/*    box-sizing: border-box;*/
/*    margin-top: 48px;*/
/*    margin-bottom: 60px;*/
/*}*/
/*4点のとき*/
.New-Item-Box {
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 48px;
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .New-Item-Box {
    /*padding-bottom: 100px;*/
  }
}
.New-Item-Box ul li {
  list-style: none;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.New-Item-Box ul li a {
  height: 100%;
  color: #333;
  text-decoration: none;
}
.New-Item-Box ul li a:hover {
  text-decoration: none;
}
.New-Item-Box ul li img {
  width: 80%;
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.New-Item-Box ul li p {
  margin-bottom: 1rem;
}
.New-Item-Box ul li p:first-of-type {
    margin-bottom: 0;
    font-size: .8rem;
}
.New-Item-Box ul li .more-btn {
  margin: auto auto 0;
  border: 1px solid #00955d;
  border-radius: 50px;
  display: block;
  width: 60%;
  text-align: center;
  padding: 2px 0;
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width:768px){
        .New-Item-Box ul li p:nth-of-type(2) {
height: 3em;
}
}
@media screen and (min-width: 992px) {
  .New-Item-Box ul li .more-btn {
    padding: 8px 0;
  }
  .New-Item-Box ul li img {
width:60%;
}
}
.New-Item-Box ul li .more-btn:hover {
  text-decoration: none;
}
.New-Item-Box ul li:hover .more-btn {
  background-color: #7dbb9f;
  color: #fff;
}
.New-Item-Box ul li:hover {
  outline: 1px solid #ccc;
  box-shadow: 3px 3px 4px 0px #ccc;
}


/***  ***/
.SNS-Item-box ul {
  list-style: none;
}

/*** フッターの設定 ***/
.ec-footerRole {
  background-color: #f8fefd;
  border-top: none;
  padding-top: 25px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle__logo-sp {
  max-width: 100%;
  padding-bottom: 25px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle__logo-sp img {
  width: auto;
  max-width: 296px;
  height: auto;
  display: block;
  margin: auto;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi li.ec-footerNavi__link a {
  color: #707070;
  text-decoration: none;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi li.ec-footerNavi__link a:hover {
  color: #707070;
  text-decoration: underline;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp {
    flex-direction: row;
    justify-content: space-around;
  }
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li {
  color: #707070;
  list-style: none;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul {
  padding-left: 0;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul li {
  margin: 8px 0;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul li a {
  color: #707070;
  text-decoration: none;
}
.ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul li a::before {
  content: "―";
  margin-right: 4px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle {
  padding: 20px 0 10px;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo {
    display: block;
  }
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo a img {
  width: auto;
  max-width: 296px;
  height: auto;
}
.ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__copyright {
  color: #707070;
}

.sp-footer-navi {
  margin: 2em 0;
  padding: 0;
}
.sp-footer-navi .showlabel {
  display: block;
  margin: 1.5px 10px;
  padding: 11px 12px;
  cursor: pointer;
  position: relative;
}
.sp-footer-navi .showlabel::after {
  content: '＋';
  position: absolute;
  right: 0;
}
.sp-footer-navi .showbox {
  display: none;
}
.sp-footer-navi .navi-show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  list-style: none;
}
.sp-footer-navi .navi-show li {
  margin: 8px 0 8px 20px;
}
.sp-footer-navi .navi-show li a {
  color: #707070;
  text-decoration: none;
}
.sp-footer-navi .navi-show li::before {
  content: '―';
  margin-right: 4px;
}
.sp-footer-navi .showbox:checked + .showlabel::after {
  content: '―';
}
.sp-footer-navi .showbox:checked + .showlabel + .navi-show {
  height: auto;
  padding: 5px;
  opacity: 1;
}

/*** ギフト商品の設定 ***/
/*３点のとき*/
.Gift-Item-Box {
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 48px;
    /*margin-bottom: 60px;*/
}
/*4点のとき*/
/*.New-Item-Box {*/
/*  max-width: 100%;*/
/*  box-sizing: border-box;*/
/*  margin-top: 48px;*/
/*  padding-bottom: 60px;*/
/*}*/

.Gift-Item-Box ul li {
  list-style: none;
  margin-bottom: 32px;
  box-sizing: border-box;
}
.Gift-Item-Box ul li a {
  height: 100%;
  color: #333;
  text-decoration: none;
}
.Gift-Item-Box ul li a:hover {
  text-decoration: none;
}
.Gift-Item-Box ul li img {
  width: 80%;
  margin-left:auto;
  margin-right:auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  flex-shrink: 0;
}
.Gift-Item-Box ul li p {
  margin-bottom: 1rem;
}
.Gift-Item-Box ul li .more-btn {
  margin: auto auto 0;
  border: 1px solid #00955d;
  border-radius: 50px;
  display: block;
  width: 60%;
  text-align: center;
  padding: 2px 0;
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .Gift-Item-Box ul li .more-btn {
    padding: 8px 0;
  }
  .Gift-Item-Box ul li img {
width:60%;
}
}
.Gift-Item-Box ul li .more-btn:hover {
  text-decoration: none;
}
.Gift-Item-Box ul li:hover .more-btn {
  background-color: #7dbb9f;
  color: #fff;
}
.Gift-Item-Box ul li:hover {
  outline: 1px solid #ccc;
  box-shadow: 3px 3px 4px 0px #ccc;
}
.Gift-Item-Box ul li p:first-of-type{
	margin-bottom:0;
	font-size:.8rem;
	}
@media screen and (min-width: 768px) {
.Gift-Item-Box ul li p:nth-of-type(2){
height: 5em;
	}}

/* キャンペーン２ */
.Camp-Item-Box{
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 48px;
    /*margin-bottom: 60px;*/
}
/* 商品詳細ページ・使い方・使用上の注意 */
.howtouse{text-align: center; margin-top:2em; width:80%;}
.howtouse_behind{display:none;}

.ec-productRole{
    font-size:14px;
    line-height: 1.6;
}

/* TOPページ秋仕様 */
.h2-title {
    width: 100%;
    background-image: url(/onlinestore/html/template/default/assets/img/top/suisai_blue.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.h2-titleBox{flex-direction: column;}
.h2-title .h2-titleBox h2 {
    /* color: #fdfff4; */
    position: static;
    left: auto;
    transform: none;
    margin: 0;
}
.h2-title .h2-titleBox p.h2-sub {
    /*color: #8f97c2;*/
    color:#658ab6;
    position: static;
    left: auto;
    transform: none;
}
.Info-Item-Box,.Pickup-Box {
    background-color: #f0f8ff;
}
.Info-Item-Box .bg-change .h2-titleBox{
    background-color: #f0f8ff;
    /*背景変更のため再掲*/
}
.Info-Item-Box .bg-change h2{
    color: inherit;
}

/* スマホナビゲーション変更 */
.ec-headerNavSP{right: 10px; left: auto;border: 0.5px dotted #ccc;}
.ec-drawerRole{left:auto; right:0; transform: translateX(300px); background-color:#fff;}

/* スマホヘッダー変更 */
.header-2way h1{margin-left:0;}

/* 決済画面が見にくい */
.ec-orderRole .ec-orderRole__detail>div:not(:first-child) {
    margin-top: 40px;
}
/* フッターのmargin調整 */
.ec-footerRole{margin-top:0;}
.ec-layoutRole__footer{margin-top:30px;}
@media(min-width:768px){.ec-layoutRole__footer{margin-top:100px;}}

/* カート */
.ec-cartRow__name a{color:inherit;}

/* ショッピングカート */
.ec-cartRow .ec-cartRow__contentColumn{display: block;}
.ec-cartRow .ec-cartRow__img{display: block;min-width: 100px;margin: auto;}
.ec-cartRow .ec-cartRow__summary{display: block; width: 95%;}
@media(min-width:768px){
    .ec-cartRow .ec-cartRow__img{display: inline-block;}
    .ec-cartRow .ec-cartRow__summary{display: inline-block;width:calc(100% - 150px);}
}

/* 商品購入ページ クーポン周り */
#coupon .btn{margin: 0 auto;
    border-radius: 20px !important;
    width: 80%;
    height: 40px;
    display: block;
    line-height: 40px !important;
    color: #5CB1B1;
    background-color: #fff;
    border-color: #5CB1B1;
    max-width: 200px;
    font-size: 1rem !important;}

/* パンくず下部 */
.ec-productRole .ec-productRole__category {
    border-bottom:none;
    border-top: 1px dotted #ccc; }

/*ヘッダーナビ調整*/
.ec-itemNav__nav li a{
font-size:14px; padding:14px;
}
.ec-itemNav__nav li ul li a{
    font-weight: normal; font-size:14px;
}


/*** キャンペーン用フッターの設定 ***/
.campaign_footer .ec-footerRole {
  background-color: #f8fefd;
  border-top: none;
  padding-top: 25px;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle__logo-sp {
  max-width: 100%;
  padding-bottom: 25px;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle__logo-sp img {
  width: auto;
  max-width: 296px;
  height: auto;
  display: block;
  margin: auto;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi li.ec-footerNavi__link a {
  color: #707070;
  text-decoration: none;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi li.ec-footerNavi__link a:hover {
  color: #707070;
  text-decoration: underline;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp {
    flex-direction: row;
    justify-content: space-around;
  }
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li {
  color: #707070;
  list-style: none;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul {
  padding-left: 0;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul li {
  margin: 8px 0;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul li a {
  color: #707070;
  text-decoration: none;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner ul.ec-footerNavi-sp li ul li a::before {
  content: "―";
  margin-right: 4px;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle {
  padding: 20px 0 10px;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo {
    display: block;
  }
}
.campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__logo a img {
  width: auto;
  max-width: 296px;
  height: auto;
}
.campaign_footer .ec-footerRole .ec-footerRole__inner .ec-footerTitle .ec-footerTitle__copyright {
  color: #707070;
}

.campaign_footer .sp-footer-navi {
  margin: 2em 0;
  padding: 0;
}
.campaign_footer .sp-footer-navi .showlabel {
  display: block;
  margin: 1.5px 10px;
  padding: 11px 12px;
  cursor: pointer;
  position: relative;
}
.campaign_footer .sp-footer-navi .showlabel::after {
  content: '＋';
  position: absolute;
  right: 0;
}
.campaign_footer .sp-footer-navi .showbox {
  display: none;
}
.campaign_footer .sp-footer-navi .navi-show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  list-style: none;
}
.campaign_footer .sp-footer-navi .navi-show li {
  margin: 8px 0 8px 20px;
}
.campaign_footer .sp-footer-navi .navi-show li a {
  color: #707070;
  text-decoration: none;
}
.campaign_footer .sp-footer-navi .navi-show li::before {
  content: '―';
  margin-right: 4px;
}
.campaign_footer .sp-footer-navi .showbox:checked + .showlabel::after {
  content: '―';
}
.campaign_footer .sp-footer-navi .showbox:checked + .showlabel + .navi-show {
  height: auto;
  padding: 5px;
  opacity: 1;
}
.campaign_footer .ec-footerRole{margin-top:0;}
.campaign_footer .ec-layoutRole__footer{margin-top:0px;}

/*20241210追記*/
.ec-blockBtn--action{background-color:#03975e !important;border-color:#03975e !important;}
.ec-blockBtn--action:hover{background-color:white !important;border-color:#03975e !important;color:#03975e !important;}
.ec-blockBtn--action:focus{background-color:white !important;border-color:#03975e !important;color:#03975e !important;}
.ec-blockBtn--action:active{background-color:#03975e !important;border-color:#03975e !important;color:white !important;}