@charset "UTF-8";


/* =========================================================
Loading
========================================================= */
#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	        justify-content: center;
	        align-items: center;
	-webkit-align-items: center;
	width: 100%;
	height: 100%;
	visibility: visible;
	z-index: 99999;
	background-color: #E8340C;
}

#preload_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}
#preload_text svg{
	min-height: 1px;
}

.ec-layoutRole{
  background-color: transparent;
}

.headerimg__slider{overflow: hidden;position: relative;/* height: 100vh; *//* width: 100%; *//* z-index: -100024; */}
.absolutelogo{
  display : none;
}
.headerimg__slider:before{
  width : 100%;
  height : 100%;
  background-color: rgba(0,0,0,0.4);
  content : "";
  position : absolute;
  top : 0;
  left : 0;
  z-index: 1;
}

.vegas-slide{
    position: fixed!important;
    z-index: -101;
}

	/* 全体 */
    .slide {
        position   : relative;
        max-width  : 100%;
        /* height: 400px; */
        margin     : auto;
        overflow   : hidden;
        height: 56.3vw;
        max-height: 100vh;
        /* position: fixed!important; */
        /* width: 100%; */
        /* z-index: -28; */
        /* position: fixed!important; */
        }
    
      
      /* スライドショー背景の設定 */
      .slide .bgImg {
        position   : absolute;
        top        : 0;
        left       : 0;
        bottom     : 0;
        right      : 0;
        opacity    : 0;
        background-size: cover;
        /* 4枚を5s毎で計20s */
        animation  : pseudoAnimation 35s infinite; /* infiniteで繰り返す */
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        }
    
    @media all and ( min-width:  1800px) {
         .slide .bgImg {
            background-size: cover;
            }
    }
    @media (min-aspect-ratio: 8/5) {
      .slide .bgImg {
        background-size: cover;
      }
    }
    @media all and ( max-width:  767px) {
        .slide {
            height: 100vh;
        }
        .slide .bgImg {
            background-size: cover;
        }
        
    }
      
      /* 時間差で背景画像のアニメーションを開始 */
      .slide .srcImage1 {
        background-image : url("../img/top/img_hero_pc01.jpg");   /* 背景の画像を指定 */
        animation-delay  : 0s;
      }
      .slide .srcImage2 {
        background-image : url("../img/top/img_hero_pc02.jpg");   /* 背景の画像を指定 */
        animation-delay  : 7.5s;
      }
      .slide .srcImage3 {
        background-image :  url("../img/top/img_hero_pc03.jpg");   /* 背景の画像を指定 */
        animation-delay  : 15s;
      }
      .slide .srcImage4 {
        background-image : url("../img/top/img_hero_pc04.jpg");   /* 背景の画像を指定 */
        animation-delay  : 22.5s;
      }
      .slide .srcImage5 {
        background-image : url("../img/top/img_hero_pc05.jpg");   
        animation-delay  : 30s;
      } 
      @media all and ( max-width:  767px) {
          .slide .srcImage1 {
            background-image : url("../img/top/img_hero_pc01.jpg");   /* 背景の画像を指定 */
          }
          .slide .srcImage2 {
            background-image : url("../img/top/img_hero_pc02.jpg");   /* 背景の画像を指定 */
            animation-delay  : 7.5s;
          }
          .slide .srcImage3 {
            background-image :  url("../img/top/img_hero_pc03.jpg");   /* 背景の画像を指定 */
            animation-delay  : 15s;
          }
          .slide .srcImage4 {
            background-image : url("../img/top/img_hero_pc04.jpg");   /* 背景の画像を指定 */
            animation-delay  : 22.5s;
          }
          .slide .srcImage5 {
            background-image : url("../img/top/img_hero_pc05.jpg");   
            animation-delay  : 30s;
          } 
      }
    
    
      /* 50sのうち最初の約5sだけ表示する */
      @keyframes pseudoAnimation {
         /* 0% { opacity: 0; }
         5% { opacity: 1; }
        25% { opacity: 1; }
        30% { opacity: 0; }
       100% { opacity: 0; } */
    
            /* 0% { opacity: 0; }
        10% { opacity: 1; }
        30% { opacity: 1; }
        40% { opacity: 0; }
       100% { opacity: 0; } */
    
         0% { opacity: 0; }
        7.142% { opacity: 1; }
        21.426% { opacity: 1; }
        28.568% { opacity: 0; }
       100% { opacity: 0; }
      }
      
     
      .parallaxslide {
      /* パララックスをつくる部分 */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
      }


body.iPad .parallaxslide{
        background-attachment: scroll;
}
.mainimg{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
       z-index : 1;
      }
@media all and ( max-width:  767px) {
      .mainimg{
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
      }
      .parallaxslide {
        background-attachment: scroll;
      }
}



.mainlead{
  /* margin-top: 100vh; */
  background-image : url("../img/common/bgimg1.png");
  background-size : cover;
  background-position: 0px -34vw;
  background-repeat : no-repeat;
  background-color: #fff;
}
.mainlead .secinner{
  /*-ms-writing-mode: tb-rl;*/
  /* writing-mode: vertical-rl; */
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  align-items: center;
  -webkit-align-items: center;
  padding-top: 117px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 1400px) {
 .mainlead{
   background-size: 1400px;
   background-position: center -470px;
 }
}
@media (max-width: 767px) {
 .mainlead{
   background-size: 1000px;
   background-position: center -352px;
 }
}

.mainlead__ttl{
  /* margin-left: 105px; */
}

.mainlead__ttlen{
  color: #b3b3b3;
  font-size: 1.2rem;
  /* margin-left: 25px; */
  letter-spacing: 0.1em;
}

.mainlead__ttlja{
  margin: 0;
  font-size: 3.2rem;
  color: #000;
  margin-bottom: 2rem;
}

.mainlead__txt{
  line-height: 1.7;
  font-size: 1.6rem;
  /* margin-left: 125px; */
  letter-spacing: 0.01em;
  color: #000;
  text-align: center;
}
.kutouten{
  position : relative;
  top: -8px;
  right: -8px;
}

.mainlead__btn{
  /* position: absolute; */
  /* bottom: 123px; */
  /* left: 12px; */
  color: #000;
  z-index: 1;
}

.mainlead__bg{
 position: absolute;
 bottom: 6px;
 /* left: 49%; */
 left: 557px;
}

@media print,screen and (max-width: 767px) {
  .mainlead{}

 .mainlead .secinner{-webkit-justify-content: center;justify-content: center;padding-top: 60px;padding-bottom: 60px;}

.mainlead__ttl{
  /* margin-left: 40px; */
}

.mainlead__ttlen{
  
}

.mainlead__ttlja{
  font-size: 2.4rem;
}

.mainlead__txt{
  line-height: 1.7;
  /* margin-left: 10px; */
}
.kutouten{
 
}

.mainlead__btn{bottom: 62px;left: 0;right: 0;width: 320px;margin-left: auto;margin-right: auto;display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;flex-flow: row nowrap;-webkit-flex-flow: row nowrap;align-items: center;-webkit-align-items: center;}

.mainlead__bg{
 left: 326px;
 right: 0;
 margin-left: auto;
 margin-right: auto;
}
 
}







.parallax{
  width: 100%;
  height: 520px;
  overflow: hidden;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /* z-index: 1; */
  padding-top: 60px;
}

body.iPad .parallax{
  background-attachment: scroll;
}

@media print,screen and (max-width: 767px) {
 .parallax{
   background-attachment: scroll;
   height: 290px;
   padding-top: 30px;
 }
}

.parallax--1{
  /* background-image : url("../img/top/parallax1_2.jpg"); */
  /* margin-top: 60px; */
}

.parallax--2{
  /* background-image : url("../img/top/parallax2.jpg"); */
}




.bannerarea{
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 120px;
  /* background-image: url(../img/common/bgimg2.png); */
  /* background-position-x: 20px; */
  position: relative;
}
@media all and ( max-width: 767px) {
.bannerarea{
  padding-bottom: 60px;
}
}
.bannerarea .bg--wave{position: absolute;width: 100%;height: calc(100% - 120px);bottom: 0;left: 0;}
.swiper{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding-bottom: 120px;
    /* margin-top: -120px; */
}
@media all and ( max-width:  840px) {
 .swiper{
   max-width: calc(100% - 40px);
 }
}
@media all and ( max-width: 767px) {
 .swiper{
    padding-bottom: 60px;
 }
}
.bannerimg{
  max-width : 100%;
}
.swiper-button{
  background-image: none;
  text-indent: 0px;
  color: #c9a166;
  position: absolute;
  top: 41%;
  z-index: 3;
  font-size: 18px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  text-align: center;
  /* padding-right: 5px; */
  padding-top: 0px;
  background-color: #222222;
  cursor: pointer;
  /* border-radius: 5px; */
}
.swiper-button:after{
  content : none;
}
.swiper-button-prev{
  left: -50px;
  padding-right: 2px;
}
.swiper-button-next{
  right: -50px;
  padding-left: 2px;
}


@media all and ( min-width: 768px) {
  .smallbanners{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
  }
}
@media all and ( max-width: 767px) {
  .smallbanners{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.smallbanners__item{
   display:block;
}
@media all and ( max-width: 767px) {
.smallbanners__item{
   display:inline-block;
   margin-right : 30px;
}
}

.smallbanners__itemimg{
   max-width : 100%;
}



.productslist{
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  /* -webkit-justify-content: flex-end; */
  /* justify-content: flex-end; */
  flex-flow: row-reverse nowrap;
  -webkit-flex-flow: row-reverse nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  /* padding-top: 120px; */
  padding-bottom: 105px;
  /* overflow: hidden; */
  background-color: #fff;
}
.productslist--recommend{
  background-image: url(../img/common/bgimg4.png);
  background-size: 100%;
  background-position: 0 0px;
  background-repeat: no-repeat;
}
@media all and ( max-width: 1140px) {
 .productslist{
   /* overflow : hidden; */
 }
}
@media all and ( max-width: 767px) {
.productslist{
  /* display : block; */
  padding-bottom: 59px;
  /* padding-top: 59px; */
}
 .productslist--recommend{
  background-size: 1000px;
  background-position: center 0;
}
}


.productslist--reverse{
  flex-flow: row nowrap;  
  -webkit-flex-flow: row nowrap;
}

.productslist__txt{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 164px;
  position: relative;
}
@media print,screen and (max-width: 767px) {
 .productslist__txt{
   width: 100%;
   padding-right: 20px;
 }
}

.productslist--reverse .productslist__txt{
    display: flex;
    -js-display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    padding-left: 20px;
    padding-right: 0px;
}



.productslist__lead{
  
padding-top: 20px;
  
line-height: 1.7;
  
letter-spacing: 0.15em;
}

.productslist__bg{
  position: absolute;
  /* top: -36px; */
  /* right: -24px; */
}
.productslist__bg--1{top: -36px;right: -24px;}
.productslist__bg--2{top: -36px;right: -2px;}
@media print,screen and (max-width: 767px) {
.productslist__bg--1{top: -36px;right: -4px;}
.productslist__bg--2{top: -36px;right: auto;left: 80px;}
}

.productslist__contents{
  margin-top : -120px;
}

@media all and ( min-width: 768px) and ( max-width: 1140px) {
 .productslist__contents{
   /* padding-right: 11.75vw; */
 }
}
@media print,screen and (max-width: 767px) {
.productslist__contents{
  width: 100%;
  padding-right: 0px;
  margin-top: -60px;
}
}

.productslist--reverse .productslist__contents{
  padding-left: 134px;
  padding-right : 0;
}
@media all and ( min-width: 768px) and ( max-width: 1140px) {
 .productslist--reverse .productslist__contents{
   /* padding-left: 12.54vw; */
   padding-left: 11.75vw;
 }
}
@media print,screen and (max-width: 767px) {
.productslist--reverse .productslist__contents{
  padding-left: 0;
  padding-right : 0;
}
}

.productslist__btn{
  
-ms-writing-mode: tb-rl;
  
writing-mode: vertical-rl;
  
position: absolute;
  
right: 0;
  
bottom: 121px;
}

.productslist--reverse .productslist__btn{
  right: auto;
  left : 0;
}

@media all and ( min-width: 768px) and ( max-width: 1140px) {

 .productslist__btn{
    right: 20px;
 }
 .productslist--reverse .productslist__btn{
    left : 20px;
 }
 
}

@media print,screen and (max-width: 767px) {
 .productslist__btn{
   -ms-writing-mode: horizontal-tb;
   writing-mode: horizontal-tb;
   position: relative;
   bottom: 0;
   width: 320px;
   margin-left: auto;
   margin-right: auto;
   display: flex;
   -js-display: flex;
   display: -webkit-flex;
   -webkit-justify-content: space-between;
   justify-content: space-between;
   flex-flow: row nowrap;
   -webkit-flex-flow: row nowrap;
   align-items: center;
   -webkit-align-items: center;
   margin-top: 40px;
 }
 .productslist--reverse .productslist__btn{
   
 }
}






.toprank{
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  overflow: hidden;
}
.toprank__left{
  background-image : url("../img/top/topranking__left.jpg");
  background-repeat : no-repeat;
  background-size: cover;
  width : 50%;  
}
.toprank__right{
  width : 50%;
  padding-right: calc(50vw - 570px);
  padding-left: 60px;
  padding-top: 120px;
  padding-bottom: 90px;
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: row-reverse nowrap;
  -webkit-flex-flow: row-reverse nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  background-color: #ebe4d2;
  position : relative;
  overflow: hidden;
}

 
@media all and ( max-width: 1140px) and (min-width : 768px) {
  .toprank__left{
  width: calc(100% - 570px);
}
  .toprank__right{
   width : 570px;
  padding-right : 5px;
}
 }
@media all and ( max-width:  767px) {
   .toprank__left{
      width : 0px;
   }
   .toprank__right{
      width : 100%;
      flex-flow: column nowrap;
      -webkit-flex-flow: column nowrap;
      /* display: block; */
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 61px;
      padding-bottom: 30px;
   }
}

 
.toprank__rank{position: relative;}
.toprank__rankitem{display: flex;-js-display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;flex-flow: row nowrap;-webkit-flex-flow: row nowrap;align-items: flex-start;-webkit-align-items: flex-start;color: #222;margin-bottom: 30px;}
.toprank__rankitem img{opacity:1;transition:opacity 0.4s,color 0.4s;}
 .toprank__rankitem:hover img{opacity:0.8;}
 .toprank__rankitemimgouter{
 position : relative;
 border : 1px solid #b3b3b3;
 width: 150px;
 height: 150px;
 overflow: hidden;
}
 .toprank__rankitemimgouter img{
  width : 100%;
  height : 100%;
  object-fit : cover;
 }
.toprank__rankitem:nth-child(1) .toprank__rankitemimgouter{
    border : 1px solid #d8a344;
}
 .toprank__rankitem:nth-child(2) .toprank__rankitemimgouter{
    border : 1px solid #878787;
}
 .toprank__rankitem:nth-child(3) .toprank__rankitemimgouter{
    border : 1px solid #a88a6a;
}
.toprank__rankitemimgouter:before{
 position : absolute;
 width : 28px;
 height : 28px;
 top : 0;
 left : 0;
 background-color : #b3b3b3;
 color : #fff;
 display: flex;
 -js-display: flex;
 display: -webkit-flex;
 -webkit-justify-content: center;
 justify-content: center;
 align-items: center;
 -webkit-align-items: center;
 /* opacity: 1; */
 z-index: 10;
}
.toprank__rankitem:nth-child(1) .toprank__rankitemimgouter:before{
  background-color : #d8a344;
  content : "1";
}
 .toprank__rankitem:nth-child(2) .toprank__rankitemimgouter:before{
  background-color : #878787;
   content : "2";
}
.toprank__rankitem:nth-child(3) .toprank__rankitemimgouter:before{
  background-color : #a88a6a;
   content : "3";
}
.toprank__rankitem:nth-child(4) .toprank__rankitemimgouter:before{
   content : "4";
}
.toprank__rankitem:nth-child(5) .toprank__rankitemimgouter:before{
   content : "5";
}

 
.toprank__rankitemtxtouter{
  padding-top: 5px;
  padding-left: 28px;
  width: calc(100% - 150px);
}
.toprank__ttl{font-size: 1.8rem;}
.toprank__cate{font-size: 1.4rem;margin-top: 12px;}
.toprank__price{margin-top: 11px;}
.toprank__pricenum{
  font-size: 1.8rem;
}

.toprank__priceyen{
  font-size: 1.4rem;
}

.toprank__pricetax{
  font-size: 1.4rem;
}

.toprank__bg{
  position: absolute;
  right: 0;
}


 @media print,screen and (max-width: 767px) {
 .toprank__bg{
  display : none;
}
.toprank__bgsp{
  background-image : url("../img/top/topranking__left.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top : 0;
  left : 0;
  width: calc(100% - 152px);
  height: 269px;
}
}
 
 .toprank__bg--1{
 bottom: -150px;
}
 .toprank__bg--2{
 top: 0;
}



.ec-layoutRole__mainBottom{
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: stretch;
  -webkit-align-items: stretch;
  overflow: hidden;
  background-image: url(../img/common/bgimg3.png);
  background-size: 100%;
  background-position: left 0 bottom -340px;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media print,screen and (max-width: 1170px) {
   .ec-layoutRole__mainBottom{
      background-size: 1170px;
      background-position: center bottom -240px;
   }
}
@media print,screen and (max-width: 767px) {
 .ec-layoutRole__mainBottom{
  display : block;
  background-size: 1000px;
      background-position: center bottom -140px;
 }
}


/* ニュース */
.topnews{
  padding-left: calc(50vw - 570px);
  /* padding-right: 90px; */
  width: 65.6%;
  /* background-color: #fff; */
  padding-top: 120px;
}
@media all and ( max-width: 1140px) {
  .topnews{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print,screen and (max-width: 767px) {
.topnews{
  width : 100%;
  /* padding-bottom: 48px; */
  padding-top: 60px;
}
}

.ec-newsRole{
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-top: 0;
}
 
.ec-newsRole .ec-newsRole__news{
 border-bottom : none;
 width: calc(100% - 112px);
}
 @media print,screen and (max-width: 767px) {
.ec-newsRole .ec-newsRole__news{
 width: 100%;
}
 }
.ec-newsRole .ec-newsRole__newsItem{
   border-bottom : 1px solid #888888;
   user-select: none;
}

.ec-inlineBtn--top{
    color: #222;
    background-color: transparent;
    border : none;
    /* margin-top: 45px; */
    padding-left: 0;
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 8em;
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
    margin-top: 10px;
    font-weight: 500;
}
 @media print,screen and (max-width: 767px) {
  .ec-inlineBtn--top{
    margin-top: 20px;
  }
 }
.ec-inlineBtn--top i{
   margin-right: 17px;
}







/* カレンダー */

.ec-calendarOuter__title{
        /* padding-top: 5px; */
        /* padding-bottom: 5px; */
        /* text-align: center; */
        color: #fff;
        /* border-radius: 9999px; */
        /* background-color: #222; */
}

.ec-calendarOuter {
  /* margin-top: 60px; */
  /* padding-right: calc(50vw - 570px); */
  width: 34.4%;
  padding-left: 120px;
  /* padding-left: 8.7%; */
  padding-top: 110px;
  padding-bottom: 120px;
  /* background-color: #fff; */
}
 .ec-calendarOuter .ec-secHeading{
  display : none;
 }
@media all and ( max-width: 1140px) {
 .ec-calendarOuter {
  padding-right: 20px;
  padding-left: 60px;
 }
} 
@media print,screen and (max-width: 767px) {
.ec-calendarOuter {
  width : 100%;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 61px;
}
}

.ec-calendar {
  /*display: flex;
  flex-direction: column;
  flex-wrap: wrap; */
  position : relative;
  /* margin-top: 49px; */
  }
.ec-calendar__month {
    border-collapse: collapse;
    margin-top: 30px; }
@media print,screen and (max-width: 767px) {
 .ec-calendar {margin-top: 24px;/* padding-left: 46px; *//* padding-right: 46px; */}
.ec-calendar__month {
  width : 100%;
}
}

.ec-calendar__month th, .ec-calendar__month td {
      border-top: 1px solid #666666;
      border-bottom: 1px solid #666666;
      color: #222222;
      padding: 3px 9px;
      text-align: center;
      vertical-align: middle;
      }
/* .ec-calendar__day:first-child{
  background-color : #e8340c;
 color : #fff;
} */
.ec-calendar__day{
  
}
 
.ec-calendar__month th{
 border-top: none;
}
.ec-calendar .ec-calendar__title {
    border: 0;
    font-weight: normal;
    text-align: left;
    padding-left: 0;
    padding-bottom: 13px;
    }
.ec-calendar .ec-calendar__sun {
    /* background: #F8F8F8; */
    /* color: #DE5D50; */
    font-weight: normal;
    }
.ec-calendar .ec-calendar__mon,
  .ec-calendar .ec-calendar__tue,
  .ec-calendar .ec-calendar__wed,
  .ec-calendar .ec-calendar__thu,
  .ec-calendar .ec-calendar__fri {
    /* background: #F8F8F8; */
    /* color: #fff; */
    font-weight: normal;
    }
.ec-calendar .ec-calendar__sat {
    /* background: #F8F8F8; */
    /* color: #5CB1B1; */
    font-weight: normal;
    }
.ec-calendar .ec-calendar__day {
   /*  background: #FFF; */
   color: #222;
   font-weight: normal;
   }
.ec-calendar .ec-calendar__holiday {
    background: #e8340c;
    color: #fff;
    }
.ec-calendar .ec-calendar__today {
    color: #fff;
    position: relative;
    color : #222;
    z-index: 1;
    /* background-color: #E6E2D5; */
    }
.ec-calendar .ec-calendar__today#today-and-holiday{
  background: #e8340c;
}
.ec-calendar .ec-calendar__today::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 23px;
      height: 23px;
      border-radius: 50%;
      background: #E6E2D5;
      transform: translate(-50%, -50%);
      z-index: -1;
      }
.ec-calendar__desc{
  margin-top: 27px;
  display: flex;
  -js-display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.ec-calendar__descStr{
  color: #222;
}
.ec-calendar__desc .ec-calendar__holiday{
  width: 20px;
  height: 20px;
  display: block;
  margin-right : 5px;
}
      @media screen and (min-width: 768px) {
          .ec-calendar {
            /* flex-direction: row; */
            /* margin-left: -30px; */
            }
            .ec-calendar__month {
              margin-top: 0;
              margin-left: 0px;
              /*margin-top: 15px;*/
              width: 230px;
              } }
@media screen and (max-width : 900px) and (min-width: 768px) {
 .ec-calendar__month {
    width: auto;
 }
}
.ec-calendar .calendar-slide-arrows{
  width: auto;
  z-index: 2;
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  position: absolute;
  left: 195px;
  bottom: -5px;
}
@media screen and (max-width : 900px) and (min-width: 768px) {
 .ec-calendar .calendar-slide-arrows{
  left: 125px;
 }
}
.ec-calendar .calendar-slide-arrows .slick-next,
.ec-calendar .calendar-slide-arrows .slick-prev{
  display:         flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
          justify-content: center;
          align-items: center;
  -webkit-align-items: center;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
     -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
          transition: all 0.2s linear;
  background-color: transparent;
  overflow: hidden;
  position: static;
}
.ec-calendar .calendar-slide-arrows .slick-next.disabled,
.ec-calendar .calendar-slide-arrows .slick-prev.disabled{
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  cursor: default;
}

.ec-calendar .calendar-slide-arrows i{
  color : #222
}

.ec-calendar .calendar-slide-arrows .disabled i,
.ec-calendar .calendar-slide-arrows .slick-disabled i
 {
  color: #fff;
}

.ec-calendar .calendar-slide-arrows .slick-next{
  margin-left: 20px;
}
.ec-calendar .calendar-slide-arrows .slick-prev{
}
.ec-calendar .calendar-slide-arrows .slick-next i,
.ec-calendar .calendar-slide-arrows .slick-prev i{
  font-size: 18px;
  line-height: 1em;
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .ec-calendar .calendar-slide-arrows{
      bottom: 0;
      right: 0px;
      left: auto;
  }
  .ec-calendar .calendar-slide-arrows .slick-next{
      margin-left: 30px;
  }
  .ec-calendar .calendar-slide-arrows .slick-next i,
  .ec-calendar .calendar-slide-arrows .slick-prev i{
      font-size: 18px;
  }
}






/* おすすめ商品 */
.ec-shelfRole--recommend .ec-button:hover,
.ec-shelfRole--ranking .ec-button:hover
{
    color: #fff;
}
.ec-shelfRole--recommend .ec-shelfGrid .ec-shelfGrid__item p,
.ec-shelfRole--ranking .ec-shelfGrid .ec-shelfGrid__item p
{
    word-break: break-all;
    word-wrap: break-word;
}
.ec-shelfRole--ranking li.ec-shelfGrid__item{
    counter-increment: rank;
}
.ec-shelfRole--ranking li.ec-shelfGrid__item::before{
    content: counter(rank) "位";
    color: #bf0000;
    font-weight: 700;
    line-height: initial;
}


/* 

 ##   ##   ####    ##   ##           ######     ###     ####
 ### ###    ##     ###  ##           ##  ##    ##      ##  ##
 #######    ##     #### ##               ##   ##       ##  ##
 #######    ##     ## ####              ##    #####     ####
 ## # ##    ##     ##  ###             ##     ##  ##   ##  ##
 ##   ##    ##     ##   ##             ##     ##  ##   ##  ##
 ##   ##   ####    ##   ##             ##      ####     ####

*/

@media only screen and (min-width: 768px){






}

/* 

 ##   ##    ##     ##  ##            ######     ###    ######
 ### ###   ####    ##  ##            ##  ##    ##      ##  ##
 #######  ##  ##    ####                 ##   ##           ##
 #######  ##  ##     ##                 ##    #####       ##
 ## # ##  ######    ####               ##     ##  ##     ##
 ##   ##  ##  ##   ##  ##              ##     ##  ##     ##
 ##   ##  ##  ##   ##  ##              ##      ####      ##


*/

    /* 767px以下 */
    @media only screen and (max-width: 767px){

        .headerimg__slider{
            height: 100vh;
        }

        .absolutelogo{
            display : none;
        }

        /* .bannerBig__con{
            margin-right : 20px;
        } */
        .ec-layoutRole__mainWithColumn{
            padding-top : 40px;
        }
        
        .smallBanner__con_img{
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .ec-shelfGrid{
            display: block;
            overflow-x: auto;
            white-space: nowrap;
            margin-bottom: 0;
        }
        
        .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd){
            padding-right: 0;
        }
        .ec-shelfGrid .ec-shelfGrid__item:nth-child(even){
            padding-left: 0;
        }
        .ec-shelfGrid .ec-shelfGrid__item{
            display: inline-block;
            width : 190px;
            vertical-align: top;
            margin-right: 20px;
        }
        .ec-shelfGrid.list_blog .ec-shelfGrid__item{
            width : 237px;
        }
        .ec-shelfGrid .ec-shelfGrid__item-image{
            height : 137px;
        }
        .ec-shelfGrid__item{
            white-space: normal;
        }
        .ec-newsRole{
            padding: 0px 0 0;
            /* margin-bottom: 40px; */
            flex-flow: column nowrap;
            -webkit-flex-flow: column nowrap;
            align-items: center;
            -webkit-align-items: center;
        }
        .ec-blogRole{
            margin-bottom:0;
        }
        .ec-footerRole {
                margin-top : 0;
        }
        .ec-shelfRole--blog{
            padding-right : 0px;
        }
        .ec-shelfRole--recommend,
        .ec-shelfRole--ranking
        {
            padding-right : 0;
        }
        .ec-shelfRole--recommend .ec-button,
        .ec-shelfRole--ranking .ec-button
        {
            margin-right : 20px;
        }
    
    }

.ec-newsRole .ec-newsRole__news .ec-newsRole__newsItem .ec-newsRole__newsDescription{
    word-break: break-all;
    word-wrap: break-word;
}
