    @keyframes fadeIn { 
    0% {opacity: 0} 
    100% {opacity: 1} 
}
body{
  margin: 0;
  overflow-x: hidden;
}
ul{
      list-style: none;
      padding: 0;
}
a{
    text-decoration:none;
}
a img:hover{
  opacity: 0.7!important;
}
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}
.menu ul{
  max-width: 1200px;
  margin: auto;
  display: block;
}
.menu ul > li {
    float: left;
    width: 9%;
    height: 50px;
    line-height: 50px;
}

.menu ul > li a {

    display: block;
    color: #fff;
}


.menu ul > li >a{
    color: #000;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu ul > li:hover {
    background-color: #d2d2d2;
    -webkit-transition: sofa .5s;
    transition: sofa .5s;
}
/* 下矢印 */
.init-bottom{
    text-align: center;
    font-size: 0.75em;
}

/* floatクリア */
.menu ul:before,
.menu ul:after {
    content: " ";
    display: table;
}

.menu ul:after {
    clear: both;
}

.menu ul {
    *zoom: 1;
}

/*mega*/
.menu__second-level{
    display: none;

}
.menu__second-level::after {
    clear: both;
}

li.menu__mega:hover .menu__second-level {
    animation: fadeIn 0.7s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.7s ease 0s 1 normal;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 100vw;
    padding: 20px 2%;
    background-color: rgba(70,70,70,0.95);
    -webkit-transition: sofa .2s ease;
    transition: sofa .2s ease;
    z-index: 10000;

}

li.menu__mega ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 209%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}
/*menucontent*/
.right_item{
    float: right;
    width: 20%;
}
.right_item img{
    width: 100%;
}
.left_item{
    float: left;
    width: 70%;
    text-align: left;
}
.left_item ul li{
float: left;
    width: 24%;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
}
.left_item ul li a:hover{
    border-bottom: 0.5px solid #fff;
}
#top_nav{

}
#top_nav ul{
  padding: 15px 0;
  width: 100%;
  max-width: 440px;
}
#top_nav ul li{
  display: inline;
  margin: 1em;
}
.m_a{
  margin: auto;
  display: block;
}
.top_logo a{
  margin: auto;
}

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #555;
  display: block;
  padding: 3px 10px;
  height: 2em;
  overflow: hidden;
}
.search_container input[type="text"]{
  width: 350px;
  border: none;
  line-height: 1.7;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}
.container{
  background-color: #1f3145;
  padding: 30px 0;
  width: 100vw;
}
.left_keyword{
  float: left;
  font-size: 0.75em;
}
.left_keyword ul{
  padding: 0;
  margin: 0.5em 0;
}
.left_keyword ul li{
  display: inline;
}
.left_keyword:after{
  clear: both;
}
.right_search{
  float: right;
}
.color_li a{
  padding: 0.2em;
  border-radius: 5px;
  background-color: #eee;
  text-decoration: none;
  color: #000;
  border: 1px solid #eee;
}
.color_li a:hover{
  background-color: #f5f5f5;
  border: 1px solid #eee;
  }
  .b_10{
    margin-bottom: 0.5em!important;
  }

.w940{
  width: 100%;
  max-width: 940px;
  display: block;
  margin: auto;
}


.main_b_frame{
  width: 100vw;
  max-width: 1200px;
  margin: auto;
  display: block;
  height: 900px;
  border: none;
}
.bk_gry{
  width: 100vw;

}
.t_lift_menu > li > a{
  border: none!important;
  color: #fff!important;
}
.t_lift_menu > li:hover{
  background-color:transparent!important;
  }
.t_lift_menu > li > a:hover{
  background-color:transparent!important;
  border-bottom: 3px solid #fff!important;
}
.slick-next:before {
    color: #1f3145!important;
}
#top_nav > ul >li > a > img{
  width: 15px;
    vertical-align:middle;
}
#top_nav > ul >li > a > span{
      vertical-align:middle;
      padding-left: 0.5em;
      font-size: 0.75em;
}
#top_nav > ul >li > a:hover{
  border-bottom: 2px solid #0b0b0b;
}
.searchBtn{
  background-image: url("https://www.rakuten.ne.jp/gold/grazia-doris/iframe/header_rimen/img/icon_search.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50%;
  margin: 0!important;
}

@media screen and (max-width: 1100px) {

}
  .w1200{
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: auto;
  }
  .w960{
    width: 100%;
    max-width: 960px;
    display: block;
    margin: auto;  
  }
  .w100{
    width: 100%;
    display: block;
    margin: auto;
  }
  .slider a img{
    padding-right: 1em;
  }
  .main_b{
    width: 100%;
    padding-bottom: 1em;
  }
  .announce img{
  padding-top: 10px;
  }

/*スライダー*/
.slick-center{
  opacity: 1!important;
  filter: brightness(100%)!important; 
}
.slick-slide{
  opacity: 0.5;
  filter: brightness(150%); 
}
.thumb-item-nav .slick-slide{
  opacity: 0.5;
  filter: brightness(100%); 
}
.slick-next{
  right: calc(100vw / 2 - 522px);
}
.slick-prev{
  left: calc(100vw / 2 - 537px);
}
.slick-dots li.slick-active button:before{
  color: #fff;
}
.thumb-item-nav .slick-current{
  opacity: 1!important; 
}
.m400{
  padding-top:1em;
  max-height: 400px;
  overflow: hidden;
}
.m600{
  padding-top:1em;
  max-height: 700px;
  overflow: hidden;
}
  .category_f{
    position:relative;
    width:100%;
    height:0;
    padding-top:calc(852 / 1200 * 100%);
}
.g_head iframe{
    position:absolute;
    top: 0;
  left: 0;
  right: 0;
  margin: auto;
    width:100%;
    height:100%;
}
.thumb-item-nav img{
  width: 200px;
}
.thumb-item-nav .slick-track{
  width: 880px!important;
}
/*メインコンテンツ*/
#main > .sub_content{
  float: left;
  max-width: 300px;
  width: 20%;
}
#main > .main_content{
  float: left;
  max-width: 900px;
  width: 80%;
}

/*サブコンテンツ*/
.side-menu_l ul{
  width: 180px;
  background-color: #eee;
  padding-left: 0;
} 
.s_menu_l > li{
  position: relative;
  list-style: none;
    padding: 0 0.5em;
    border-bottom: dashed 1px #555;
  }
.s_menu_l > li > a{
    text-decoration: none;
    font-size: 0.75em;
    width: 170px;
    padding: 10px 0;
    padding-left: 10px;
    display: block;
    color: #555;
}
.s_menu_l > li > ul > li > a{
    color: #555;
    text-decoration: none;
}
.s_menu_l > li > ul > li:hover{
background-color: #eee;
}
.s_menu_l > li > ul{
display: none;
position: absolute;
top: 0;
width: 180px;
left: 150px;
background-color: #fff;
z-index: 99;
padding: 0;
box-shadow:0px 0px 6px 1px #c9c9c9;
}
.s_menu_l > li > ul > li{
    position: relative;
    list-style: none;
}
.s_menu_l > li > ul > li > a{
    border-bottom: dashed 1px #555;
    color: #555;
    text-decoration: none;
    width: 150px;
    margin:auto;
    display: block;
    font-size: 0.75em;
    padding: 10px 0;
}
.s_menu_l li:last-child{
    border: none;
    }
.s_menu_l li:hover ul{
  display: block;
}
.side_menu{
    width: 180px;
}
.border_none{
    border:none!important;
}
/*search*/
.s_key_word,.s_kakaku input{
border-radius: 5px;
border: 1px solid #aaa;
height: 25px;
}
.s_key_word{
width: 171px;
padding-left: 5px;
}
.s_kakaku{
    margin: 8px 0;
}
.s_kakaku span{
    font-size: 0.75em;
    font-weight: 800;
}
.s_kakaku input{
 width: 60px;
}
#s_searchBtn{
    width: 180px;
    border: none;
    background-color: #888;
    padding: 5px 0;
}
#s_searchBtn:hover{
    background-color: #aaa;
}
.s_m_a{
    margin: auto;
    display: block;
}
.s_menu_l li a span{
    vertical-align:middle;
}

.s_menu_l li a img{
    padding-right: 5px;
    height:20px;
    vertical-align:middle;
}
/*search*/


.side_01{
  position: fixed;
  left: 0;
  top:300px;
  z-index: 5000;
  width: 100px;
  box-shadow:3px 3px 4px 2px #ccc;
}
.side_02{
  position: fixed;
  left: 0;
  top:410px;
  z-index: 5000;
  width: 100px;
  box-shadow:3px 3px 4px 2px #ccc;
}
.side_03{
  position: fixed;
  left: 0;
  top:520px;
  z-index: 5000;
  width: 100px;
  box-shadow:3px 3px 4px 2px #ccc;
}
.side_04{
  position: fixed;
  right: 0;
  top:390px;
  z-index: 5000;
  width: 60px;
  box-shadow:3px 3px 4px 2px #ccc;
}
.side_05{
  position: fixed;
  right: 0;
  top:450px;
  z-index: 5000;
  width: 120px;
  box-shadow:3px 3px 4px 2px #ccc;
}
/*rankingタブ*/
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 900px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: sofa 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_1{
  width: calc(100%/3 - 1px);
  border:1px solid #b5b5b5;
  border-right: none;
}
.tab_2{
  width: calc(100%/3 - 1px);
  border:1px solid #b5b5b5;
  border-right: none;
}
.tab_3{
  width: calc(100%/3 - 2px);
  border:1px solid #b5b5b5;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#sofa:checked ~ #sofa_content,
#tvboard:checked ~ #tvboard_content,
#table:checked ~ #table_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #d4cbab;
  color: #565656;
}
.ranking_list_top ul{
  padding:0;
}
.ranking_list_top ul li{
  display: inline-block;
}
.ranking_list_top li{
  width: calc(100% / 3 - 4px);
}
.ranking_list_top > ul > li > img{
  padding-bottom: 5px;
}
.ranking_list_top .no4{
  width: calc(100% / 5 - 5px);
}
.ranking_list_top ul li a{
  border:1px solid #b5b5b5;
  display: block;
}
.ranking_list_top ul li a img{
  width: 96%;
  display:block;
  margin:auto;
  border: 5px solid #fff;
}
.no4 a img{
  width: 94%!important;
}
.ranking_list_top ul li a .text_content{
  border-top: 1px dashed #b5b5b5;
  font-size: 1.25em;
  }
.text_content > img{
  float: left;
  max-width: 60px!important;
  height: 60px;
  padding: 5px;
}
.text_content p{
  padding: 20px 0;
  padding-right: 0.5em;
  float: right;
  width: calc(70% - 1em);
  text-align: right;
  font-size: 0.75em;
}
.no4 .text_content p{
  padding: 10px 0.5em;
}
.ranking_list_top ul li a p span{
  color: #bf0000;
  font-size: 0.75em;
}
.category{
  width: 900px;
}
.category img{
  padding: 2px;
}
.category .w30p{
  width: calc(100% / 3 - 4px);
  float: left;
}
.category .w25p{
  width: calc(100% / 4 - 4px);
  float: left;
}

/* footer */


#footer {
  background-color:#1f3145;
  padding:50px 55px;
  width: 960px;
  margin:0 auto;

}

#wrapper {
  margin:0 auto;
  padding:30px 50px 20px;
  background-color:#FFF;
}

#footer .float {
  float:left;
  width:260px;
  margin-right:30px;
}

#footer .end {
  margin-right:0;
}

#footer h1 {
  color:#fff;
  text-align:center;
  font-size:36px;
  line-height:100px;
}

#footer h2 {
  border-bottom:2px solid #333;
  font-size:14px;
  font-weight:bold;
  line-height:28px;
}

#footer p {
  margin-top:10px;
  font-size:12px;
  line-height:22px;
}

#footer span {
  font-size:10px;
}

#footer a.next {
  display:block;
  font-size:10px;
  text-align:right;
  margin-bottom:5px;
}



#footer .holi {
  background-color:#FCC;
}

#bottom {
  text-align:center;
  color:#fff;
}
#top_btn{
  padding-top: 20px;
  margin: auto;
  display: block;
  height: 36px;
  right: 10px;
  position: fixed;
  bottom: 0;
}
#top_btn img{
  right: 0;
  float: right;
}
#top_btn:before{
  clear: both;
}

/*ショップインフォメーション*/
.left_f{
  float: left;
  width: 30%;
}
.right_f{
  float: left;
  width: 70%;}
  .stop{
  background-image: url(../img/video_stop.jpg);
  background-size: cover;
}
  video {
    width: 100%;
    display: none;

  }
  .slick-dotted.slick-slider{
    margin-bottom: 50px;
  }
  .thumb-item-nav{
    width: 880px;
    margin: auto;
  }
    .thumb-item-nav li{
    padding: 0 10px;
    }
