@charset "shift_jis";
/*======================

アイリスオーヤマ公式通販サイト アイリスプラザ
ANA Mall店
PC用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 .pc_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;
}




/*ここから追加*/

/* 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: 60px;
	font-weight: 700;
	letter-spacing: 0px;
	text-align: center;
	margin: 20px auto 20px auto;
} 
#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 p.read{
    text-align: right;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-right: 60px;
    position: relative;
	margin-top: 10px;
	}
#bousai p.read a{
		color: #fff;
	}
#bousai p.read a:hover{
		text-decoration: none;
	}

#bousai p.read a::before {
		width: 50px;
		height: 1px;
		right: 0px;
		top: 23px;
	}
#bousai p.read a::after {
		width: 14px;
		height: 2px;
		transform: rotate(45deg);
		right: -1px;
		top: 17px;
	}
#bousai p.read a::before, 
#bousai p.read a::after {
		position: absolute;
		display: inline-block;
		content: "";
		background-color: #fff;
	}
#bousai p.read a:hover::before {
		transition: all 0.5s;
		transform: translateX(16px);
	}
#bousai 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 .pc_none{
    display: none !important;
}
#bousai .list-menu-title{
   color: #fff;
   font-size: 22px;
   margin: 15px 0 10px 0;
}
#bousai .cate-menu,
#bousai .list-menu{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
}
#bousai .list-menu.col_1{
   grid-template-columns: repeat(1, 1fr) !important;
}
#bousai .list-menu.col_1 a{
   padding: 15px 0;
}
#bousai .cate-menu li a,
#bousai .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 .list-menu a{
    padding: 10px 0;
    justify-content: center;
    text-align: center;
}
/*アイコン画像*/
#bousai .cate-menu-img{
   margin-right:10px;
}
/*画像なし 一覧はこちら*/
#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: 1.2rem;
    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 4% 4% 4%;
}
#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% 13px;
    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% 13px;
    background-position: top;
}
#bousai h4{
   color:#444;
   font-size:30px;
   padding:35px 0 25px 0;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#bousai .item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    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% - 3.5%) /3);
}
/*枠*/
#bousai .item-list li{
    background: #fff;
}
#bousai .item-list li a{
    display: block;
    padding:5px;
    transition: 0.3s all;
    position: relative;
    height: 100%;
}
#bousai .item-list li dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    text-align: center;
    height: 100%;
}
/*商品名*/
#bousai 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 .item-list.col_3 .item-list-txt{
    font-size: 16px;
}
/*アイコン*/
#bousai dd.item-list-icon  ul {
    display: flex;
}
#bousai 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 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.5rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 6px;
    bottom: 20px;
    transition: 0.3s all;
}
/*hover*/
#bousai .item-list a:hover::after {
    right: 3px;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#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:35px;
	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:20px auto;
}
#bousai 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 ul[class^="cate-link_"] li {
	margin: 0 auto;
}
#bousai .cate-link_1 > li {/*1カラム*/
	 width: 60%;
}
#bousai .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /2);
}
#bousai .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#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:20%;
    right:5%;
    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:3%;
    color:#8cc474;
}
/*-----------------------------------------------*/
/*キーワードから探す*/
/*-----------------------------------------------*/
#bousai #search_window{
  margin: 0 auto;
  width: 85%;
}
#bousai #search_window .input-box input {
  border: none;
  width: calc(100% - 70px);
  padding: 10px;
  height: 100%;
  background-color: #fff;
  font-size: 16px;
}
#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 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 #search_window .input-box .button:hover {
  background-color: #5d7260;
  color: #fff;
}
#bousai #search_window .input-box .button::before {
  content: "\e956";
  color: #fff;
  font-family: "fontPlazaIcon" !important;
  font-size: 25px;
  margin-right: 2px;
  transition: 0.5s;
}

/*---------ワード------------*/
#bousai #search_window dl{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top:10px;
}
#bousai #search_window dl dd a{
   color:#3c9826;
   font-size:16px;
   margin:10px;
}
#bousai #search_window dl dd a:hover{
   color:#444 !important;
}
/*-----------------------------------------------*/
/*アコーディオン仕様*/
/*-----------------------------------------------*/
#bousai button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}
#bousai .qa__boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 600px;
  margin: 0 auto 20px 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: 10px 40px 10px 0;
  color: #3c9826;
  font-size: 17px;
}
#bousai .qa-box__head::before,
#bousai .qa-box__head::after {
  position: absolute;
  top: 50%;
  right: 30%;
  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;
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1000px){
#bousai .navigation { display: none; }
}

#bousai .navigation span.txt{
    background: #222;
    color: #fff;
    font-size: 15px;
    padding: 5px 0;
    display: block;
}
#bousai .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    top: 22%;
    z-index: 100;
}
#bousai .navigation {
    position: relative;
    width: 270px;
}
#bousai .navigation .toggle { display: none; }
#bousai .navigation .nav_wrap,
#bousai .navigation .nav_inner {
    position: relative;
    width: 100%;
}
/*内容*/
#bousai .navigation ul {
    position: relative;
    width: 100%;
    background: #fff;
}
/**********▼ PC・SMP共通 数値変更のみ ▼**********/
#bousai .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 .navigation ul li:first-child {
    background: #444;
    color:#fff;
    padding:5px 0;
    text-align: center;
}
#bousai .navigation ul li:last-child a {
    background: #eee;
    padding:10px 0 10px 53px;
}
#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: 3%;
    bottom:29%;
    transition: 0.3s all;
}
#bousai .navigation ul li .cate-menu-img{
    width:15%;
}
/*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:33%;
    color: #33842d;

}
/**********▲ 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;
}

/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
/* #bousai .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 3;
}
#bousai .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #222222c7;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#bousai .pagetop a:hover{
	background-color: #4b8b91b0;
	color: #fff !important;
	transform: translateY(-2px);
} */
