@charset "shift_jis";
/*======================

アイリスオーヤマ公式通販サイト アイリスプラザ
ANA Mall店
スマホ用CSS

=======================*/

/* スタイルリセット
================================ */
/* http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
*/

#bousai *,
#bousai *::before,
#bousai *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#bousai h1,
#bousai h2,
#bousai h3,
#bousai h4,
#bousai h5,
#bousai h6,
#bousai ul,
#bousai ol,
#bousai dl,
#bousai li,
#bousai dt,
#bousai dd,
#bousai p,
#bousai div,
#bousai span,
#bousai img,
#bousai a,
#bousai table,
#bousai tr,
#bousai th,
#bousai td {
    margin: 0;
    /* padding: 0; */
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#bousai header,
#bousai footer,
#bousai nav,
#bousai section,
#bousai article,
#bousai main,
#bousai aside,
#bousai figure,
#bousai figcaption {
    display: block;
}

#bousai ol,
#bousai ul,
#bousai li {
    list-style: none;
    list-style-type: none;
}

#bousai img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#bousai a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#bousai a:hover {
    opacity: 0.5;
}

#bousai .no,
#bousai .smp_none{
    display: none !important;
}

/*-----------------------------------------------*/
/*支店用*/
/*-----------------------------------------------*/
* {
    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;
}
a{
	color:#222222;
    text-decoration: none;
}


/* ここから追加

/* category*/
*[class^="tabContainer"] {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

div.tabContainer {
	margin-bottom: 1rem;
}

*[class^="tabContainer"] > ul.tab {
	width: 100%;
	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;
	color: #fff;
}
*[class^="tabContainer"] > .tab_bouhan {
	background-color: #2189c0;
}

*[class^="tabContainer"] > ul.tab li a {
	position: relative;
	display: block;
	font-size: 1rem;
	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;
	background-color: #464146;
	text-decoration: none;
}

*[class^="tabContainer"] > ul.tab li.active a.tab_bousai {
	background-color: #3c9826;
	position: relative;
}
*[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:2vw;
	text-align: center;
}
div.bg-blue{
	background-color: #93cae7;
	padding:2vw;
}



/*タブの内容*/

*[class^="tabContainer"] .tabContents > p{
	border: 1px solid #fff;
	width: 100%;
	margin: auto;
  }

  *[class^="tabContainer"] .tabContents > p.read{
    text-align: right;
    border: none;
    color: #fff;
    font-size: 0.8rem;
    font-weight: normal;
    padding-right: 60px;
    position: relative;
	margin-top: 10px;
	}
	*[class^="tabContainer"] .tabContents > p.read a{
		color: #fff;
	}
	*[class^="tabContainer"] .tabContents > p.read a:hover{
		text-decoration: none;
	}

  *[class^="tabContainer"] .tabContents > p.read a::before {
		width: 50px;
		height: 1px;
		right: 0px;
		top: 12px;
	}
  *[class^="tabContainer"] .tabContents > p.read a::after {
		width: 14px;
		height: 2px;
		transform: rotate(45deg);
		right: -1px;
		top: 7px;
	}
  *[class^="tabContainer"] .tabContents > p.read a::before, 
  *[class^="tabContainer"] .tabContents > p.read a::after {
		position: absolute;
		display: inline-block;
		content: "";
		background-color: #fff;
	}
	/*
  *[class^="tabContainer"] .tabContents > p.read a:hover::before {
		transition: all 0.5s;
		transform: translateX(16px);
	}
  *[class^="tabContainer"] .tabContents > p.read a:hover::after {
		transition: all 0.5s;
		transform: translateX(16px) rotate(45deg);
	}
	*/
	

*[class^="tabContainer"] .list_item {
	width: 100%;
	/*display: flex;
	justify-content: space-between;*/
	margin: 1rem auto;
}
*[class^="tabContainer"] .list_item > li {
	width: calc(97% / 2 - 1%);
    background-color: #fff;
    /* border: 1px solid #000; */
    display: inline-block;
    margin: 5px 0.4%;
	position: relative;
	font-size: 0.9rem;
}
*[class^="tabContainer"] .list_item > li > a {
	display: block;
	padding: 20px 0;
	transition: 0.5s
}



/*****************************************************************
24.02.09 追加
*****************************************************************/
#bousai .smp_none{
    display: none !important;
}
/*アンカー*/
#bousai .list-menu-title{
   color: #fff;
   font-size:4vw;
   margin: 2vw 0 1vw 0;
}
#bousai .cate-menu,
#bousai .list-menu{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 1vw;
}
#bousai .list-menu.col_1{
   grid-template-columns: repeat(1, 1fr) !important;
}

#bousai .cate-menu li a,
#bousai .list-menu a{
    display: flex;
    align-items: center;
    background: #fff;
    padding: 1vw;
    font-size: 3.2vw;
    height:100%;
    color:#444;
    line-height:1.3em;
    text-align:left;
    letter-spacing: 0;
    position: relative;
}
#bousai .list-menu a{
    justify-content: center;
    text-align: center;
    height:12vw;
}
/*アンカー アイコン画像*/
#bousai .cate-menu-img{
    margin-right:1.5vw;
    width: 13vw;
}
/*画像なし 一覧はこちら*/
#bousai .cate-menu li.btn a{
       justify-content: center;
}
/*画像なし 一覧はこちら 矢印*/
#bousai .cate-menu li.btn a::after {
    transform: rotate(-90deg);
}
#bousai .cate-menu li.btn a:hover::after{
    right: 0;
    top: calc(50% - 6px) !important;
}
/*アンカー 矢印*/
#bousai .cate-menu li a::after,
#bousai .list-menu li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 4vw;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 4px;
    top: calc(50% - 6px);
    transition: 0.3s all;
}
/*hover*/
#bousai .cate-menu li a:hover,
#bousai .list-menu li a:hover{
    color:#33842d !important;
}
#bousai .cate-menu li a:hover::after,
#bousai .list-menu li a:hover::after {
    top: calc(50% - 2px);
    color:#33842d;
}

/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#bousai section {
   text-align: center;
   padding:0 2vw 6vw 2vw;
}
#bousai 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% 9px;
    background-position: top;
}
#bousai 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% 9px;
    background-position: top;
}
#bousai h4{
   color:#444;
   font-size:5.3vw;
   padding:4vw 0 3vw 0;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#bousai .item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
    justify-content: center;
}
#bousai .item-list.col_1 >li{
    width: calc((100% - 50%) /1);
}
#bousai .item-list.col_2 >li{
    width: calc((100% - 2%) /2);
}
#bousai .item-list.col_3 >li{
    width: calc((100% - 4%) /3);
}
/*枠*/
#bousai .item-list li{
    background: #fff;
}
#bousai .item-list li a{
    display: block;
    padding:1vw 1vw 2vw 1vw;
    transition: 0.3s all;
    position: relative;
    height: 100%;
}
#bousai .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2vw;
    text-align: center;
    height: 100%;
}
/*商品名*/
#bousai dd.item-list-txt{
    font-size:3vw;
    line-height: 1.3em;
    color: #444;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-grow:1;
}
/*アイコン*/
#bousai dd.item-list-icon  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#bousai dd.item-list-icon  ul li{
    color: #fff;
    font-size: 2.8vw;
    padding:2px 6px;
    width: auto;
    margin-right: 4px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}
#bousai dd.item-list-icon ul li:last-child{
    margin-right: 0;
}
#bousai .item-list a::after {
    font-family: "Material Icons";
    color: #8cc474;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 0;
    bottom:2.8vw;
    transition: 0.3s all;
}
/*hover*/
#bousai .item-list a:hover::after {
    right: -1vw;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#bousai div.prices span > span > span {
    display: none;
}
#bousai div.prices span{
	font-family: Century Gothic, sans-serif;
	font-weight: bold;
	color:#222;
	font-size:4.5vw;
	line-height: 1.5em;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#bousai ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top:3vw;
}
#bousai ul[class^="cate-link_"] li a{
	font-size:4.2vw;
    display: block;
    padding: 2.5vw 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 auto;
    background: #8cc474;
    border: 2px solid #8cc474; 
}
#bousai ul[class^="cate-link_"] li {
	margin: 1vw auto;
}
#bousai .cate-link_1 > li,
#bousai .cate-link_2 > li {/*1カラム*/
	 width: 85%;
}

#bousai ul[class^="cate-link_"] li a:after{
	font-family: 'Material Icons';
    font-size: 1.5em;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    bottom:2.5vw;
    right:1vw;
    color: #fff;
    transition: 0.3s all;
}
#bousai ul[class^="cate-link_"] li a:hover{
    color:#8cc474 !important;
    background: #fff;
}
#bousai ul[class^="cate-link_"] li a:hover:after{
    right:0;
    color:#8cc474;
}
/*-----------------------------------------------*/
/*キーワードから探す*/
/*-----------------------------------------------*/
#bousai #search_window .input-box input {
  border: none;
  width: calc(100% - 70px);
  padding: 0.5em;
  height: 100%;
  background-color: #fff;
  font-size: 4.5vw;
  text-align: left;
}
#bousai #search_window .input-box input:focus {
  outline: none;
}
#bousai #search_window .input-box {
  display: flex;
  border: 1px solid #444;
}
#bousai #search_window .input-box .button {
  cursor: pointer;
  border: none;
  background-color: #444;
  color: #fff;
  padding: 0;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  border-left: 1px solid;
  font-size: 4vw;
}
#bousai #search_window .input-box .button:hover {
  background-color: #fff;
  color: #444;
}
#bousai #search_window .input-box .button::before {
  content: "\e956";
  color: #fff;
  font-family: "fontPlazaIcon" !important;
  font-size: 5vw;
  margin-right: 1vw;
  transition: 0.5s;
}
#bousai #search_window .input-box .button:hover::before {
  color: #222;
}
/*---------ワード------------*/
#bousai #search_window dl{
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    margin-top:2vw;
}
#bousai #search_window dl dd a{
   color:#3c9826;
   font-size:4vw;
}
/*-----------------------------------------------*/
/*アコーディオン仕様*/
/*-----------------------------------------------*/
#bousai button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
#bousai .qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  margin: 0 auto 2vw auto;
}
#bousai .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 .qa-box__head:hover{
  background: #fcfff2;
  box-shadow: none;
}
#bousai .qa-box__head.is-open {
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}
#bousai .qa-box__head-icon {
  min-width: 65px;
  padding: 25px 0;
  background: #333;
  color: #fff;
  transition: border-radius 0.5s;
}
#bousai .qa-box__head-text {
  display: block;
  text-align: left;
  padding: 2vw 0;
  color: #3c9826;
  font-size: 3.5vw;
}
#bousai .qa-box__head::before,
#bousai .qa-box__head::after {
  position: absolute;
  top: 49%;
  right:19%;
  display: inline-block;
  content: "";
  width: 14px;
  height: 2px;
  background-color:  #3c9826;
}
#bousai .qa-box__head::after {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
#bousai .qa-box__head.is-open::after {
  transform: rotate(0deg);
}
#bousai .qa-box__body {
  display: none;
}
#bousai .qa-box__a {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
#bousai .nav_wrap {
    position:fixed;
    z-index: 999;
	bottom: 0;
	right:-200%;
    width: 75%;
    height: 100vh;
    transition: 0.5s all;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #fff;
}
#bousai .nav_wrap::-webkit-scrollbar{display:none;}

#bousai .nav_wrap.panelactive {
	right: 0;
}
#bousai .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 999;
    width: 75%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#bousai .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:94%;
}
/**********▼ PC・SMP共通 数値変更のみ▼**********/
#bousai .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1vw 0;
    color: #444;
    background:#ffffff29;
    font-size: 3.3vw;
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
#bousai .navigation ul li:first-child {
    background: #444;
    color:#fff;
    padding:2vw 0;
    text-align: center;
}
#bousai .navigation ul li:last-child a {
    background: #eee;
    padding: 3vw 0 2vw 14vw;
}
#bousai .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: 3vw;
    bottom: 2.5vw;
    transition: 0.3s all;
}
#bousai .navigation ul li .cate-menu-img{
    width:16%;
}
/*hover*/
#bousai .navigation ul li a:hover {
    background: #8cc4740f;
    color: #33842d !important;
}
#bousai .navigation ul li a:hover::before{
  transform: translateX(2px);
}
#bousai .navigation ul li:last-child a:hover::after{
    bottom: 3vw;

}
/**********▲ PC・SMP共通 数値変更のみ▲**********/
/*丸ボタン*/
#bousai .cate_nav_fixed {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    display: flex;
    border-radius: 90px;
    height: 16vw;
    width: 16vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #222222c7;
}
#bousai .navigation{
    width: 100%;
    height: 100%;
    text-align: center;
}
#bousai .toggle {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	display: block;
}
#bousai .toggle span,
#bousai .toggle span:before,
#bousai .toggle span:after {
    content: '';
    display: block;
    height: 0.3vw;
    width: 7vw;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.5s all;
}
#bousai .toggle span{
    top: 65%;
    left: calc(50% - 20%);
}
#bousai .toggle span:before {bottom: 7px;}
#bousai .toggle span::after {top: 7px;}
#bousai .toggle.active span {background-color: rgba(255, 255, 255, 0);}
#bousai .toggle.active span:before{
    bottom: 0;
    transform: rotate(45deg);
}
#bousai .toggle.active span:after{
    top: 0;
    transform: rotate(-45deg);
}
#bousai .navigation span.txt{
    font-size:2.9vw;
    color:#fff;
    top: 3.1vw;
    position: absolute;
    left: 0;
    right: 0;
}
/*-----------------------------------------------*/
/*フッター*/
/*-----------------------------------------------*/
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;
}

/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
/* #bousai .pagetop {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
	z-index: 3;
}
#bousai .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 2.5vw;
	background-color: #222222c7;
	border-radius: 80px;
	width: 14vw;
	height:14vw;
    line-height: 1.3em;
    transition: 0.3s all;
}
#bousai .pagetop a:hover {
	background-color: #4b8b91b0;
	color: #fff !important;
	transform: translateY(-2px);
} */
