@charset "shift_jis";
/* CSS Document */

/*-----------------------------------------------*/
/*支店用*/
/*-----------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}
ul, ol, li {
    list-style: none;
}
a, a:hover {
    text-decoration: none;
}
img, a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
body *{
  font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "メイリオ";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.714em;
  font-weight: 600;
  box-sizing: border-box;
}
a{
	color:#222222;
    text-decoration: none;
}
/* basic Style
-------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1060px;
}

/* container
-------------------------------------------------------------------------*/

#container {
	width: 100%;
	/*margin: 40px auto;*/
} 
#container .inner {
	max-width: 900px;
	margin: 0 auto;
}
.section {
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
}


.haed_area{
	padding-top: 50px;
}

/*イベントバナー*/
.event{
	margin: 30px auto;
	text-align: center;
}

.event img{
	/*filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.1));*/
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/* 見出し */
#container .inner h2 {
	width: 100%;
	color: #000;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	/* margin: 10px auto; */
  padding: 5px;
} 
#container .inner h2 span{
	font-size: 15px;
    letter-spacing: 0;
    display: block;
    margin-top: -5px;
}


/* category */
*[class^="tabContainer"] {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

div.tabContainer {
	margin-bottom: 50px;
}

*[class^="tabContainer"] > ul.tab {
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
*[class^="tabContainer"] > ul.tab li {
	width: calc(100%/2);
	margin-bottom: 20px;
}

*[class^="tabContainer"] > .tab_bousai {
	background-color: #3c9826;
}
*[class^="tabContainer"] > .tab_bouhan {
	background-color: #d93230;
}

*[class^="tabContainer"] > ul.tab li a {
	position: relative;
	display: block;
	font-size: 22px;
	text-align: center;
	background-color: #e4e4e4;
	padding: 15px 0;
	margin: auto;
	width: 90%;
	border-radius: 50px;
}


*[class^="tabContainer"] > ul.tab li a::before,
*[class^="tabContainer"] > ul.tab li a::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
*[class^="tabContainer"] > ul.tab li a::before {
	/*▼アイコン*/
	width: 0;
    height: 0;
    border: 13px solid transparent;
    left: 50%;
    bottom: -24px;
    margin-left: -8px;
}


/* hover active */
*[class^="tabContainer"] > ul.tab li a:hover,
*[class^="tabContainer"] > ul.tab li.active a {
	color: #fff !important;
	background-color: #999;
	text-decoration: none;
}

*[class^="tabContainer"] > ul.tab li.active a.tab_bousai {
	background-color: #3c9826;
	position: relative;
}
*[class^="tabContainer"] > ul.tab li.active a:hover {
	color: #fff67c !important;
}
*[class^="tabContainer"] > ul.tab li.active a.tab_bouhan {
	background-color: #2189c0;
}



/**[class^="tabContainer"] > ul.tab li a.tab_bousai:hover::before,*/
*[class^="tabContainer"] > ul.tab li.active a.tab_bousai::before {
	border-top-color: #3c9826;	
}

/**[class^="tabContainer"] > ul.tab li a.tab_bouhan:hover::before,*/
*[class^="tabContainer"] > ul.tab li.active a.tab_bouhan::before {
	border-top-color: #2189c0;
}
*[class^="tabContainer"] > ul.tab li a:hover::after,
*[class^="tabContainer"] > ul.tab li.active a::after {
	background-color: #464146;
}

*[class^="tabContainer"] > .tabContents {
	width: 100%;
	padding: 0;
	box-sizing: border-box!important;
}
.tabContainer_ranking > .tabContents {
	padding: 0;
}

div.bg-green{
	background-color: #8cc474;
	padding:20px;
}
div.bg-blue{
	background-color: #93cae7;
	padding:20px;
}

/* 表示・非表示 */
*[class^="tabContainer"] .tabContents {
	display: none;
  }
  *[class^="tabContainer"] .tabContents.active {
	display: block;
	text-align: center;
}

/*タブの内容*/

*[class^="tabContainer"] .tabContents > p{
	/* border: 1px solid #fff; */
	width: 100%;
	margin: auto;
  }

#bousai_bouhan p.read{
    text-align: right;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-right: 60px;
    position: relative;
	margin-top: 10px;
	}
#bousai_bouhan p.read a{
		color: #fff;
	}
#bousai_bouhan p.read a:hover{
		text-decoration: none;
	}

#bousai_bouhan p.read a::before {
		width: 50px;
		height: 1px;
		right: 0px;
		top: 23px;
	}
#bousai_bouhan p.read a::after {
		width: 14px;
		height: 2px;
		transform: rotate(45deg);
		right: -1px;
		top: 17px;
	}
#bousai_bouhan p.read a::before, 
#bousai_bouhan p.read a::after {
		position: absolute;
		display: inline-block;
		content: "";
		background-color: #fff;
	}
#bousai_bouhan p.read a:hover::before {
		transition: all 0.5s;
		transform: translateX(16px);
	}
#bousai_bouhan p.read a:hover::after {
		transition: all 0.5s;
		transform: translateX(16px) rotate(45deg);
	}
	

*[class^="tabContainer"] .list_item > li {
	width: calc(99% / 2 - 1%);
    background-color: #fff;
    /* border: 1px solid #000; */
    display: inline-block;
    margin: 5px 0.5%;
	position: relative;
	font-size: 19px;
}
*[class^="tabContainer"] .list_item > li > a {
	display: block;
	padding: 25px 0;
}


/*****************************************************************
24.02.09 追加
*****************************************************************/
#bousai_bouhan .pc_none{
    display: none !important;
}
#bousai_bouhan .list-menu-title{
   color: #fff;
   font-size: 22px;
   margin: 15px 0 10px 0;
}
#bousai_bouhan .cate-menu,
#bousai_bouhan .list-menu{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
}
#bousai_bouhan .list-menu.col_1{
   grid-template-columns: repeat(1, 1fr) !important;
}
#bousai_bouhan .list-menu.col_1 a{
   padding: 15px 0;
}
#bousai_bouhan .cate-menu li a,
#bousai_bouhan .list-menu a{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    font-size: 14px;
    height:100%;
    color:#444;
    line-height:1.3em;
    text-align:left;
    position: relative;
}
#bousai_bouhan .list-menu a{
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}
/*アイコン画像*/
#bousai_bouhan .cate-menu-img{
   margin-right:10px;
}
/*矢印*/
#bousai_bouhan .cate-menu li a::after,
#bousai_bouhan .list-menu li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 4px;
    top: calc(50% - 6px);
    transition: 0.3s all;
}
/*hover*/
#bousai_bouhan .cate-menu li a:hover,
#bousai_bouhan .list-menu li a:hover{
    color:#33842d !important;
}
#bousai_bouhan .cate-menu li a:hover::after,
#bousai_bouhan .list-menu li a:hover::after {
    top: calc(50% - 2px);
    color:#33842d;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#bousai_bouhan section {
    text-align: center;
    padding:0 4% 4% 4%;
}
#bousai_bouhan section:nth-of-type(odd) {
    background: #f9f6eb;
    background-image: repeating-linear-gradient(132deg, #f5f1df 0px, #f5f1df 9px, transparent 3px, transparent 14px);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: top;
}
#bousai_bouhan section:nth-of-type(even) {
    background:#f1faf4;
    background-image: repeating-linear-gradient(132deg, #79b56024 0px, #79b56024 9px, transparent 3px, transparent 14px);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: top;
}
#bousai_bouhan h4{
    color:#444;
    font-size:30px;
    padding:35px 0 5px 0;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#bousai_bouhan .item-list {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 1%;
    flex-wrap: wrap;
}
#bousai_bouhan .item-list.col_1 >li{
    width: calc((100% - 50%) /1);
}
#bousai_bouhan .item-list.col_2 >li{
    width: calc((100% - 2%) /2);
}
#bousai_bouhan .item-list.col_3 >li{
    width: calc((100% - 3.8%) /3);
}
/*枠*/
#bousai_bouhan .item-list li{
    background: #fff;
}
#bousai_bouhan .item-list li a{
    display: block;
    padding:5px;
    transition: 0.3s all;
    position: relative;
    height: 100%;
}

#bousai_bouhan .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    text-align: center;
    height: 100%;
}
/*商品名*/
#bousai_bouhan dd.item-list-txt{
    font-size:19px;
    line-height: 1.3em;
    color: #444;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-grow:1;
}
#bousai_bouhan .item-list.col_3 .item-list-txt{
    font-size: 16px;
}
/*アイコン*/
#bousai_bouhan dd.item-list-icon  ul {
    display: flex;
}
#bousai_bouhan dd.item-list-icon  ul li{
    color: #fff;
    font-size: 13px;
    padding:1px 6px;
    width: auto;
    margin-right: 4px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bousai_bouhan dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
#bousai_bouhan .item-list a::after {
    font-family: "Material Icons";
    color: #8cc474;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 20px;
    transition: 0.3s all;
}
#bousai_bouhan .item-list p {
  font-weight: 900;
  color: #222;
  font-size: 20px;
}

/*hover*/
#bousai_bouhan .item-list a:hover::after {
    right: 3px;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#bousai_bouhan div.prices span > span > span {
    display: none;
}
#bousai_bouhan .price{
  display: flex;
  align-items: center;
}

#bousai_bouhan div.prices span{
	font-family: "Century Gothic", 'sans-serif';
	font-weight: bold;
	color:#222;
	font-size:35px;
	line-height: 1.5em;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#bousai_bouhan ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin:20px auto;
}
#bousai_bouhan ul[class^="cate-link_"] li a{
	font-size: 18px;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 15px;
    background:#8cc474;
    border: 2px solid #8cc474; 
}
#bousai_bouhan ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#bousai_bouhan .cate-link_1 > li {/*1カラム*/
	 width: 60%;
}
#bousai_bouhan .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /2);
}
#bousai_bouhan .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#bousai_bouhan ul[class^="cate-link_"] li a:after{
	font-family: 'Material Icons';
    font-size: 1.5em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:20%;
    right:5%;
    color: #fff;
    transition: 0.3s all;
}
#bousai_bouhan ul[class^="cate-link_"] li a:hover{
    color:#8cc474 !important;
    background: #fff;
}
#bousai_bouhan ul[class^="cate-link_"] li a:hover:after{
    right:3%;
    color:#8cc474;
}
/*-----------------------------------------------*/
/*キーワードから探す*/
/*-----------------------------------------------*/
#bousai_bouhan #search_window{
  margin: 0 auto;
  width: 85%;
}
#bousai_bouhan #search_window .input-box input {
  border: none;
  width: calc(100% - 70px);
  padding: 10px;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
}
#bousai_bouhan #search_window .input-box input:focus {
  outline: none;
}
#bousai_bouhan #search_window .input-box {
  display: flex;
  border: 1px solid #444;
}
#bousai_bouhan #search_window .input-box .button {
  cursor: pointer;
  border: none;
  background-color: #444;
  color: #fff;
  padding: 0 1em;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  border-left: 1px solid;
  font-size: 15px;
}
#bousai_bouhan #search_window .input-box .button:hover {
  background-color: #5d7260;
  color: #fff;
}
#bousai_bouhan #search_window .input-box .button::before {
  content: "\e956";
  color: #fff;
  font-family: "fontPlazaIcon" !important;
  font-size: 25px;
  margin-right: 2px;
  transition: 0.5s;
}

/*---------ワード------------*/
#bousai_bouhan #search_window dl{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
#bousai_bouhan #search_window dl dd a{
   color:#3c9826;
   font-size:16px;
   margin:10px;
}
#bousai_bouhan #search_window dl dd a:hover{
   color:#444 !important;
}
/*-----------------------------------------------*/
/*アコーディオン仕様*/
/*-----------------------------------------------*/
#bousai_bouhan button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
#bousai_bouhan .qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
#bousai_bouhan .qa-box__head {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #faf6a7;
  border: 2px solid #8cc474;
  justify-content:center;
  border-radius: 6px;
  box-shadow: 0 4px 0 #8cc47454;
  transition: 0.3s all;
}
#bousai_bouhan .qa-box__head:hover{
  background: #fcfff2;
  box-shadow: none;
}
#bousai_bouhan .qa-box__head.is-open {
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}
#bousai_bouhan .qa-box__head-icon {
  min-width: 65px;
  padding: 25px 0;
  background: #333;
  color: #fff;
  transition: border-radius 0.5s;
}
#bousai_bouhan .qa-box__head-text {
  display: block;
  text-align: left;
  padding: 10px 40px 10px 0;
  color: #3c9826;
  font-size: 17px;
}
#bousai_bouhan .qa-box__head::before,
#bousai_bouhan .qa-box__head::after {
  position: absolute;
  top: 50%;
  right: 30%;
  display: inline-block;
  content: "";
  width: 14px;
  height: 2px;
  background-color:  #3c9826;
}
#bousai_bouhan .qa-box__head::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
#bousai_bouhan .qa-box__head.is-open::after {
  transform: rotate(0deg);
}
#bousai_bouhan .qa-box__body {
  display: none;
}
#bousai_bouhan .qa-box__a {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1000px){
#bousai_bouhan .navigation { display: none; }
}

#bousai_bouhan .navigation span.txt{
    background: #222;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}
#bousai_bouhan .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    top: 12%;
    z-index: 100;
}
#bousai_bouhan .navigation {
    position: relative;
    width: 270px;
}
#bousai_bouhan .navigation .toggle { display: none; }
#bousai_bouhan .navigation .nav_wrap,
#bousai_bouhan .navigation .nav_inner {
    position: relative;
    width: 100%;
}
/*内容*/
#bousai_bouhan .navigation ul {
    position: relative;
    width: 100%;
    background: #fff;
}
/**********▼ PC・SMP共通 数値変更のみ ▼**********/
#bousai_bouhan .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:5px 0;
    color: #444;
    background:#ffffff29;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
#bousai_bouhan .navigation ul li:first-child {
    background: #444;
    color:#fff;
    padding:5px 0;
    text-align: center;
}
#bousai_bouhan .navigation ul li:last-child a {
    background: #eee;
    padding:10px 0 10px 53px;
}
#bousai_bouhan .navigation ul li:last-child a::after{
    font-family: "Material Icons";
    color: #444;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(180deg);
    left: 3%;
    bottom:29%;
    transition: 0.3s all;
}
#bousai_bouhan .navigation ul li .cate-menu-img{
    width:15%;
}
/*hover*/
#bousai_bouhan .navigation ul li a:hover {
    background: #8cc4740f;
    color: #33842d !important;
}
#bousai_bouhan .navigation ul li a:hover::before{
  transform: translateX(2px);
}
#bousai_bouhan .navigation ul li:last-child a:hover::after{
    bottom:33%;
    color: #33842d;

}

#bousai_bouhan .cate {
  width: 800px;
  margin: 3% auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border-radius: 50px;
  color: #f8f5c1;
  font-size: 25px;
  font-weight: bold;
  background-color: #4ca533;
  border: solid 2px #ffffff;
  transition: 0.2s;
}

#bousai_bouhan .cate::after {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translate(50%, -50%);
  font-family: 'Material Icons';
  content: "\e5cc";
}

#bousai_bouhan .cate:hover {
  color: #4ca533;
  background-color: #f8f5c1;
  border: solid 2px #4ca533;
}

#bousai_bouhan .item-list li dl>div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 2px 0px;
    padding: 0 0 8px 0px;
}

/*2カラム*/
#bousai_bouhan .col_2 dl dd.size, #bousai_bouhan .item-list dl dd.size {
    width: calc(100% / 2);
}

/******** サイズ名 ********/
#bousai_bouhan ul[class^="col_"] dl dd.size p, 
#bousai_bouhan .item-list dl dd.size p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #7f7f7f;
    margin-bottom: 5px;
    border-radius: 3px;
    padding: 3px 0;
}


/******** サイズ名  hover *********/
#bousai_bouhan ul[class^="col_"] dl dd.size a:hover p, 
#bousai_bouhan .item-list dl dd.size a:hover p {
    background: #9fd793;
    padding: 3px;
}

/* #bousai_bouhan .item-list dl dd.size a::after {
    font-family: "Material Icons";
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 16px;
    transition: 0.3s all;
} */


/******** 矢印 hover *********/
#bousai_bouhan ul[class^="col_"] dl dd.size:hover::after, 
#bousai_bouhan .item-list dl dd.size:hover::after {
    right: -1%;
    color: #9b9b9b;
}

/*dlにaタグがついてる場合*/
#bousai_bouhan ul[class^="col_"] a:hover dl dd.size::after, 
#bousai_bouhan .item-list a:hover dl dd.size::after {
    right: 1%;
    color: #ffffff;
}

/******** 価格 *********/
#bousai_bouhan .item-list dl dd.size .price {
        display: block;
        align-items: center;
}

#bousai_bouhan .item-list dl dd.size div.prices span{
	font-family: "Century Gothic", 'sans-serif';
	font-weight: bold;
	color:#222;
	font-size:30px;
	line-height: 1.5em;
}

/**********▲ PC・SMP共通 数値変更のみ▲**********/
/*-----------------------------------------------*/
/*フッター*/
/*-----------------------------------------------*/
footer { 
    font-size: 16px;
    padding: 0;
    width: 100%;
    padding:2% 0;
    text-align: center;
    color: #5d5b56;
    background-color: #fff;
}
footer a {
    color:#5d5b56;
    display: inline-block;
    font-size: 18px;

}
footer a:hover{
	opacity:0.8;
}