<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";

:root {
  /* --contents-padding-left: 425px; */
  --contents-padding-left: 500px;
}
@media screen and (max-width: 1700px) {
:root {
  /* --contents-padding-left: 400px; */
  --contents-padding-left: 23vw;
}
}

/*=======================================スタイルリセット=======================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,
q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,
th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ul, ol, li {
  list-style: none;
}

a, a:hover {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.5;
}

/*=======================================共通=======================================*/
body *{
  font-family:'Noto Sans JP','Yu Gothic black',sans-serif,'Lato','メイリオ';
  font-size: 15px;
  letter-spacing:0;
  font-weight: normal;
  box-sizing: border-box;
}

#irisfes img{
  width: 100%;
  vertical-align:top;
}


#irisfes .pc_none {
  display: none;
}

#irisfes {
  position: relative;
  background-color: #ffe2c5;
  width: 100%;
} 

#irisfes .inner_content{
  box-sizing: border-box;
  padding-left: var(--contents-padding-left);
  padding-right: var(--contents-padding-left);
}

/* 共通 見出し
================================ */
#irisfes h2{
  text-align: center;
  font-size: 35px;
  padding: 2% 0;
  font-weight: 900;
  color: #fff;
} 

#category h2{
  text-align: center;
  font-size: 35px;
  padding: 2% 0;
  font-weight: 900;
  color: #222222;
} 

#irisfes h2.img_ti{
  width: 750px;
  padding: 1% 0;
  margin: 0 auto;
}

#irisfes p{
  width: 100%;
  text-align: center;
  color: #1a0204;
  font-size: 0.9em;
  margin-bottom: 3%;
  letter-spacing: 0.12em;
  font-weight: 700;
} 

#irisfes li p{
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 3%;
  letter-spacing: 0.12em;
  font-weight: 700;
} 

#irisfes h3 {
  display: block;
  font-size: 1.17em;
  /* margin-block-start: 1em; */
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

#irisfes h4 {
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding: 1% 0;
  font-weight: 500;
}


/* 共通 カラム
================================ */
#irisfes ul[class^="col_"]{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1%;
}

#irisfes ul.col_1 &gt; li,
#irisfes ul.col_1 &gt; div li{
  width:100%;
  margin-bottom: 10px;
}

#irisfes ul.col_2 &gt; li{
  width: calc(calc(100% - 1%) / 2);
}

#irisfes ul.col_3 &gt; li{
  width: calc(calc(100% - 2%) / 3);
}

#irisfes ul.col_4 &gt; li{
  width: calc(calc(100% - 3%) / 4);
}

#irisfes ul.col_5 &gt; li{
  width: calc(calc(100% - 4%) / 5);
}

#irisfes ul.col_6 &gt; li{
  width: calc(calc(100% - 5%) / 6);
}

/*アンカー ここから
================================ */
#irisfes section.anchor {
  max-width: none;
  background: #155daf;
  position: relative;
  z-index: 5;
  padding: 2% 2.5% 1%;
}
#irisfes .anchor-h2 {
  width: 18em;
  max-width: 800px;
  margin: 0 auto .5%;
}
#irisfes .anchor-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0 auto 1%;
  max-width: 900px; 
}
#irisfes .anchor-link li {
  /* width: calc(100% / 3 - 1%); */
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/*超目玉アンカー ここから
================================ */
#irisfes .item_block .anchor ul li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 4px #222;
  box-shadow: #222 4px 4px;
  border-radius: 10px;
  height: 90px;
  background-color: #fff;
}
#irisfes .item_block .anchor ul li a h3 {
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

#irisfes .item_block .anchor ul li a::after {
  position: absolute;
  font-family: 'Material Icons';
  content: 'expand_more';
  transform: translate(50%, -50%);
  top: 50%;
  right: 11%;
  font-weight: bold;
}

/* cate カテゴリ
================================ */
#irisfes .category{
  width: 100%;
  margin: 0 auto;
  padding:0 2% 2% 2%;
  background-color: #fff890;
}

#irisfes .category ul{
  margin: 0 auto 1% auto;
  width: 750px;
}

#irisfes .category ul li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  z-index: 0;
  flex-wrap: wrap;
}

/* footer
================================ */
#irisfes .fotter {
  /* margin-top: 3%; */
  background: #212121;
  padding: 1% 0;
  text-align: center;
  color: #fff;
  font-size: 17px;
}

#irisfes .fotter a {
  color: #fff;
}


/* 共通 商品
================================ */
#irisfes .item_block{
  /* width: 750px; */
  margin: 0 auto 0;
  background-color: #155daf;
  max-width: none;
  padding-bottom: 4%;
} 

/*アウトレットセール========*/
#irisfes #outlet{
  background-color: #fffa5d;
} 

/*超目玉========*/
#irisfes #medama_sale{
  background-color: #155daf;
} 

/*カテゴリ========*/
#irisfes #category{
  background-color: #f4f1e7;
} 

#irisfes .item_block ul{
  display: flex;
  flex-wrap: wrap;
  width: 750px;
  margin: 0 auto;
  /* padding-bottom: 4%; */
} 

#irisfes .item_block ul li a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  z-index: 0;
} 

#irisfes .item_block dl dt{/*商品名*/
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  margin: 2% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  line-height: 30px;
} 

#irisfes .item_block	dl dd.point{/*ポイント*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2em;
  margin: 2% 0;
  padding: 2% 0;
  font-size: 25px;
  background-color: #cc0001;
  color: #fff65f;
  font-weight: bold;
  height: 70px;
} 

/*1カラムの時だけ========*/
#irisfes .item_block ul.col_1 li a img{
  width: 50%;
  margin-right: 15px;
}

#irisfes .medama_item ul.col_1 li a img{
  width: 100%;
  margin-right: 0%;
}

/*目玉商品が画像の時に適用========*/
#irisfes .item_block ul.col_1 li a dl{
  width: 50%;
}

/*2カラムの時だけ========*/
#irisfes .item_block ul.col_2 li a{
  flex-direction: column;
}

#irisfes .item_block ul.col_2  li a dl{
  width: 100%;
}

/*価格プロ====================*/
#irisfes .prdisp-price span:first-child{/*価格*/
  display: none;
}

#irisfes .item_block .price_block{
  display: flex;
  justify-content: center;
  color: #cc0001;
  text-align: center;
  font-weight: bolder;
  align-items: flex-end;
}

#irisfes .item_block .price_block .value{
  font-family: 'Lato';
  font-weight: bolder;
  letter-spacing: 1px;
  font-size: 60px;
  margin-bottom: -5px;
}

#irisfes .item_block .price_block span{
  font-family: 'Noto Sans JP';
  font-size: 25px;
  letter-spacing: 0px;
  font-weight: bolder;
} 


#irisfes .item_block	dl dd.price_nomal{/*通常価格*/
  font-family: 'Lato';
  text-align: center;
  font-size: 20px;
  color: #8c8c8c;
  text-decoration: line-through;
  justify-content: center;
  align-items: center;
  height: 28px;
} 

#irisfes .item_block .price{
  margin-bottom: -5px;
} 

#irisfes .item_block	dl .btn{/*ご購入はこちら*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2% 0 0 0;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  font-size: 22px;
  background-color: #202020;
  border:solid 2px #202020;
  transition: 0.2s;
} 

#irisfes .item_block	dl .btn:hover{
  color: #202020;
  background-color: #fff;
} 

#irisfes .item_block	dl .btn::after{
  position: absolute;
  right: 12%;
  top:50%;
  transform: translate(50%,-50%);
  font-family:'Material Icons';
  content: "\e5cc";
} 

/* カテゴリボタン======= */

#irisfes .item_block .btn,
#irisfes .item_block .banner{
  margin-top: 3%;
}

#irisfes .item_block .banner ul.col_1 li a img{
  margin: 0;
  width: 100%;
}

#irisfes .banner .default_title{
  justify-content: center;
  font-size: 25px;
  display: flex;
  width: 100%;
}

#irisfes .banner ul li a{
  padding: 0;
}

#irisfes .item_block ul.btn{
  border-bottom: solid 0.1vw #8d8d8d;
}

#irisfes .item_block ul.btn:last-child{
  border-bottom: none;
}

#irisfes .item_block ul.btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  background: #202020;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
}

#irisfes .item_block ul.btn li a::after{
  position: absolute;
  font-family: 'Material Icons';
  content: 'navigate_next';
  transform: translate(50%,-50%);
  top:50%;
  right: 10%;
  font-weight: 400
}

/*ナビゲーション ここから
================================================*/
#irisfes #nav {
  position: fixed;
  /* height: calc(100% - 141px); */
  z-index: 500;
  /* top: 0;
  left: 0;
  height: 100%;
  background: #8b0604;
  transition: 0.3s;
  box-sizing: border-box;
  width: var(--contents-padding-left); */
}
#irisfes #nav .gray-back{
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5656566b;
}
#irisfes #nav .gray-back.active{
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#irisfes #nav .g-nav{
  position: fixed;
  width: var(--contents-padding-left);
  height: 100%;
  top: 0%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 5;
  background: #efefce;
  box-sizing: border-box;
  padding: 2% 2%;
}
#irisfes #nav .g-nav.g-nav__left {
  left: 0;
  display: flex;
  align-items: center;
}
#irisfes #nav .g-nav.g-nav__right {
  right: 0;
  display: flex;
  align-items: center;
}

#irisfes #nav .col_2 li {
  border-radius: 9px;
  overflow: hidden;
}

/*スクロールバー非表示（Chrome・Safari）*/
#irisfes #nav .g-nav::-webkit-scrollbar{
  display:none;
}

#irisfes #nav .nav-title {
  position: relative;
  width: 100%;
}
#irisfes #nav .g-nav-list h3{
  width: 100%;
  text-align: center;
  color: #1a0204;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 1%;
}

#irisfes #nav .g-nav-list .title{
  width: 100%;
  margin-bottom: 5%;
}

#irisfes #nav .g-nav__1cal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#irisfes #nav .g-nav__1cal li{

  width: calc(100% / 2 - 2%);
  margin-bottom: 3%;
}

#irisfes #nav .g-nav__2cal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#irisfes #nav .g-nav__2cal li{
  position: relative;
  width: calc(100% / 2 - 2%);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

#irisfes #nav .g-nav ul.col_2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 90%;
}

/*アクティブクラスがついたら位置を0に*/
#irisfes #nav .g-nav.g-nav__left.panelactive{
  transition: .3s;
  right: 0;
}

#irisfes #nav .col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#irisfes #nav .col_2 li{
  width: calc(100% / 2 - 2%);
}

/* ナビゲーション ザブロウ配置 */
#irisfes #nav .g-nav__left .nav-img.left {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}
#irisfes #nav .g-nav__right .nav-img.right-tit {
  position: absolute;
  right: 2%;
  top: -50%;
  width: 18%;
  margin: 0 auto;
}

#irisfes #nav .g-nav__right .nav-img.right-bottom {
  position: absolute;
  right: 79%;
  top: 76%;
  margin: 0 auto;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1{
  display: none;
  position:fixed;
  z-index: 1000;/*ボタンを最前面に*/
  bottom: 57px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height:50px;
  background: transparent;
  border-radius: 100px;
}
.openbtn1{
  display: none;
  position:fixed;
  z-index: 1000;/*ボタンを最前面に*/
  bottom: 3%;
  right: 3%;
  cursor: pointer;
  width: 50px;
  height:50px;
  background: transparent;
  border-radius: 100px;
  /* border: 1px solid #b9b9b9; */
}

/*×に変化*/  
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  /* background-color: #53dcd7; */
  background: #FFF;
  width: 45%;
}

.openbtn1 p{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  text-align: center;
  left: 21.5%;
  bottom: 3%;
  font-size: .6rem;
}

.openbtn1 span:nth-of-type(1) {
top:15px; 
}

.openbtn1 span:nth-of-type(2) {
top:23px;
}

.openbtn1 span:nth-of-type(3) {
top:31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/* ナビゲーション切り替え */
#irisfes .contents {
  box-sizing: border-box;
  padding-left: var(--contents-padding-left);
  padding-right: var(--contents-padding-left);
}</pre></body></html>