@charset "euc-jp";
/* CSS Document */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
.reset *{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
.reset ol,.reset  ul {
	list-style: none;
}
body{
  border-top:none;
  font-family: "�ᥤ��E�", Meiryo, "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
  line-height: 1.4;
  min-width: 1254px;
}
body.header_bg{
  background:url(../img/header_bg39.png) repeat-x top;
}

body.footer_bg,body.left_bg{
	background: none;
}
}
a:hover img {
  opacity: .8;
}
.gothic {
  color: #231815;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.mincho {
  font-family: "Times New Roman", "???", YuMincho, "?????? ProN W3", "Hiragino Mincho ProN", "????", Meiryo, serif;
}
.alphabet{
  font-family: 'Open Sans', sans-serif;
}
.reset img {
  height: auto;
  max-width: 100%;
}
a{
	text-decoration: none;
}
.reset a:link{
  text-decoration: none;
  color: #231815;
}
.reset a:visited{
  text-decoration: none;
  color: #231815;
}
.reset a:hover{
	cursor: pointer;
}
.width{
  width:1203px;
  margin-left: auto;
  margin-right: auto;
}
.st-Header {
  margin-top:50px;
  position: relative;
  margin-bottom: 10px;
}
.st-Header_Inner{
}


.new_header {
  width:1203px;
  height:65px;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
  margin-bottom:20px;
}

.new_logo{
   text-align:center;
}
.new_shipping{
   text-align:right;
}


.st-Navi{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  margin-bottom: 20px;
}
.st-Navi > ul{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-pack:justify;
-webkit-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
-webkit-box-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;

}
.st-Navi .list-on ul{
  position: absolute;
  background: #FFF;
  text-align: left;
  min-width: 260px;
  font-size: 13px;

}

.st-Navi > ul:last-child li:last-child.list-on ul{
  right: 0;
}
.st-Navi .list-on li{
  width: 100%;
  font-size: 15px;
}
.st-Navi .list-on{
  position: relative;
  z-index: 2;
}
.st-Navi .list-on li:hover{
  background: #eaeaea;
}
.st-Navi .list-on li a{
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
/*************************/
.st-Navi .list-on a {
overflow: hidden;
transition:all .2s ease-out;
}

.st-Navi .list-on a:hover {
transition:all .2s ease-out;
}

.st-Navi .list-on li a {
display: block;
height: 0;
transition:all .2s ease-out;
}
.st-Navi .list-on:hover li{
  border-bottom: #DADADA 1px solid;
}
.st-Navi .list-on:hover li a {
display: table;
margin-top: 1px;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
height: 1em;
transition:all .2s ease-out;
}
.st-Navi .list-on:hover li a:hover {
transition:all .2s ease-out;
}
/**************************/
.st-Hero{
  max-width: 1359px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
}
.main-slider{
  width: 1359px;
  margin-left: auto;
  margin-right: auto;
}
.st-EtcNavi{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;
  -webkit-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px dashed #663522;
}

.st-EtcNavi_Sns{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin-top: 3px;
}
.st-EtcNavi_Sns li{
  margin-right: 25px;
}
.st-EtcNavi_Navi{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin-top: 3px;
}
.st-EtcNavi_Navi li{
  border-right: 2px dotted #663522;
  padding-left: 17px;
  padding-right: 17px;
}
.st-EtcNavi_Navi li:first-child{
  border-left: 2px dotted #663522;
}
.st-EtcNavi .inputWrap{
  padding: 0;
  margin-right: 32px;
}
.st-EtcNavi .inputWrap form{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.st-EtcNavi .inputWrap input.search_input{
  border: none;
  border-bottom: 1px solid #663522;
  border-top: 1px solid #663522;
  border-left: 1px solid #663522;
  height: 30px;
  width: 215px;
  background: #fdfaf2;
}
/*****************/
#wrapper{
  width: 1205px;
  margin-left: auto;
  margin-right: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  margin-top: 40px;
}
#leftContents {
    width: 270px;
  position: relative;
}
.leftContents{
    width: 270px;
  position: relative;
}
.leftContents::after{
  content: "";
  background: url(../img/side_bg.png) no-repeat;
  width: 372px;
  height: 168px;
  position: absolute;
  left:-80px;
  bottom: -150px;
}
#leftContents .inner{
  border: none;
}
#leftContents .list-on > ul{
  /*display: none;*/
}
#leftContents .section{
  margin-bottom: 0;
}






#leftContents .inputWrap{
  padding: 25px;
  box-sizing: border-box;
  background:url(../img/siide_item_bg.png) no-repeat top center #FFF;
  margin-bottom: 20px;
}
#leftContents .seach-area{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  margin-bottom: 12px;
  font-size: 13px;
}
#leftContents .seach-area input{
  width: 80px;
  height: 30px;
  margin-right: 3px;
}
#leftContents .inputWrap h2{
  text-align: center;
  color: #663522;
  font-size: 15px;
  margin-bottom: 13px;
}
#leftContents .inputWrap p{
  margin-top: 10px;
  margin-right:1px;
}
#leftContents #searchKwd{
  height: 30px;
  width: 213px;
  margin-bottom: 13px;
}
.side-bnr{
  margin-bottom: 20px;
}
#leftContents #l_category .inner{
  background: #FFF;
  text-align: left;
  padding-bottom: 20px;
  font-size: 13px;
}
#leftContents #l_category .inner > ul > li{
  border-bottom: 1px solid #ededed;
  vertical-align: middle;
}
#leftContents #l_category .inner > ul > li:hover{
  background: #eaeaea;
}
#leftContents #l_category .inner > ul > li a{
  display: block;
  /*padding: 7px 20px;*/
}
#leftContents #l_category .inner > ul > li:last-child{
  border-bottom: 1px solid #000;
}
#leftContents #l_category .inner > ul > li img{
  margin-bottom: 3px;
  margin-right: 10px;
}
#leftContents .scene-area{
  text-align: left;
  background: #FFF;
}
#leftContents .scene-area .inner{
  background: #FFF;
  text-align: left;
  padding-bottom: 20px;
  font-size: 13px;
}
#leftContents .scene-area .inner > ul > li{
  border-bottom: 1px solid #ededed;
}
#leftContents .scene-area .inner > ul > li:hover{
  background: #eaeaea;
}
#leftContents .scene-area .inner > ul > li a{
  display: block;
  padding: 7px 20px;
}
#leftContents .scene-area .inner > ul > li img{
  margin-right: 17px;
}
#leftContents .scene-area .inner li:last-child {
    border-bottom: 1px solid #000;
}
#leftContents .taste-area{
  text-align: left;
  background: #FFF;
}
#leftContents .taste-area .inner{
  background: #FFF;
  text-align: left;
  padding-bottom: 20px;
  font-size: 13px;
}
#leftContents .taste-area .inner > ul > li {
  border-bottom: 1px solid #ededed;
  position: relative;
}
#leftContents .taste-area .inner > ul > li:hover{
  background: #eaeaea;
}
#leftContents .taste-area .inner > ul > li  a{
  display: block;
  padding: 7px 25px;
}
#leftContents .taste-area .inner > ul > li:last-child {
    border-bottom: 1px solid #000;
}
#leftContents .taste-area li::before{
  content:"��";
  position: absolute;
  left: 10px;
  top: 7px;
}
#leftContents .taste-area li .simple{
  color: #343434;
  font-weight: bold;
}
#leftContents .taste-area li .pop{
  color:#FF7900;
  font-weight: bold;
}
#leftContents .taste-area li .cute{
  color:#FC2D9A;
  font-weight: bold;
}
#leftContents .taste-area li .cool{
  color: #36b1b9;
  font-weight: bold;
}
#leftContents .taste-area li .disney{
  color: #be1c23;
  font-weight: bold;
}
#leftContents .size-area {
    text-align: left;
    background: #FFF;
    margin-bottom: 20px;
}
#leftContents .size-area .inner {
    background: #FFF;
    text-align: left;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 5px solid #ffde62;
  font-size: 13px;
}
#leftContents .size-area .inner > ul > li {
    border-bottom: 1px solid #ededed;
    position: relative;
}
#leftContents .size-area .inner > ul > li:hover{
  background: #eaeaea;
}
#leftContents .size-area .inner > ul > li::before {
    content: "��";
    position: absolute;
    left: 10px;
    top: 7px;
}
#leftContents .size-area .inner > ul > li > a {
    display: block;
    padding: 7px 25px;
}
#leftContents .size-area .inner .side-list-on li{
  position: relative;
  padding-left: 10px;
}
#leftContents .size-area .inner .side-list-on:hover ul li::before{
  content: "-";
  position: absolute;
  left: 20px;
  top: 7px;
}
#leftContents .size-area .inner .side-list-on li:hover{
  background:#ffff;
}
/*************************/
#leftContents .size-area .inner .list-on a {
overflow: hidden;
transition:all .2s ease-out;
}

#leftContents .size-area .inner .list-on a:hover {
transition:all .2s ease-out;
}

#leftContents .size-area .inner .list-on li a {
display: block;
height: 0;
padding-left: 21px;
transition:all .2s ease-out;
}
#leftContents .size-area .inner .list-on:hover li{
  border-bottom: #DADADA 1px solid;
transition:all .2s ease-out;
}

#leftContents .size-area .inner .list-on:hover li a {
display: table;
margin-top: 1px;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
height: 1em;
transition:all .2s ease-out;
}
#leftContents .size-area .inner .list-on:hover li a:hover {
transition:all .2s ease-out;
}
/**************************/
#leftContents .series-area{
  text-align: left;
  background: #FFF;
}
#leftContents .series-area .inner{
  padding: 20px;
}
#leftContents .series-area .inner img{
  margin-bottom: 10px;
}
#leftContents .price-area{
  text-align: left;
  background: #FFF;
  margin-bottom: 20px;
}
#leftContents .price-area .inner{
  background: #FFF;
  text-align: left;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom: 5px solid #ffde62;
  font-size: 13px;
}
#leftContents .price-area .inner > ul > li{
  border-bottom: 1px solid #ededed;
  position: relative;
}
#leftContents .price-area .inner > ul > li:hover{
  background: #EAEAEA;
}
#leftContents .price-area .inner > ul > li a{
  display: block;
  padding: 7px 25px;
}
#leftContents .price-area .inner > ul > li:last-child {
}
#leftContents .price-area .inner > ul > li::before{
  content:"��";
  position: absolute;
  left: 10px;
  top: 7px;
}
#leftContents .feature-area{
  background: #FFF;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}
#leftContents .feature-area h2{
  text-align: center;
  margin-bottom: 13px;
}
#leftContents .feature-area .inner img{
  margin-bottom: 10px;
}
#leftContents .sns-area{
  background: #FFF;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;
  -webkit-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  margin-bottom: 20px;
}
#leftContents .sns-area a{
  margin-right: 30px;
}
#leftContents .sns-area a:last-child{
  margin-right: 0;
}


#leftContents .calendar-area,
.leftContents .calendar-area{
  background: url(../img/side_clender_bg.jpg) top no-repeat #FFF;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
#leftContents .calendar-area h2,
.leftContents .calendar-area h2{
  text-align: center;
  font-size: 20px;
  color: #663522;
  margin-bottom: 20px;
  margin-top: 0;
}


#leftContents .section .inner .side-list-on p{
	display: inline-block;
	width: 35px;
	text-align: left;
}

#leftContents .section .inner .side-list-on:hover ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #e50000;
}

#leftContents .section .inner .side-list-on:hover ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #e50000;
}

#leftContents .section .inner .side-list-on:hover ul li a span{
	font-size: 11px;
	color: #000000;
	font-weight: 500;

} 


#leftContents .section .inner > ul > li::before {
    content:none !important;
}

#leftContents #l_category .inner > ul > li > a {
    display: block;
    padding: 7px 25px !important;
}
#leftContents .section .inner .list-on:hover li a {
    height: 100%;
}
#leftContents .section .inner .side-list-on:hover ul li{
	padding-left: 30px;
	transition:height .2s ease-out;
	
}
#leftContents .section .inner .side-list-on:hover ul li::before{
	content: "";
	background-image: url(../img/icon_s.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 20px;

}
/************/
.rightContents{
  width: 900px;
  margin-left: 0;
}
.rightContents .column-area{
  background: url(../img/contents_bg.jpg) no-repeat top center #FFF;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.rightContents .column-area h2{
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin-bottom: 27px;
}
.rightContents .column-area h2::after{
  content: '';
  background: url(../img/column_bg.png) no-repeat;
  width: 135px;
  height: 133px;
  position: absolute;
  left: -5px;
  top: -40px;
}
.rightContents .column-area .column-bnr{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-left: 34px;
  padding-right: 34px;
}
.rightContents .column-area .column-bnr img{
  margin-bottom: 20px;
}
.rightContents .series-area{
  background: url(../img/contents_bg.jpg) no-repeat top center #FFF;
  padding-bottom: 45px;
  border-radius: 10px;
  margin-bottom: 37px;
}
.rightContents .series-area h2{
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin-bottom: 27px;
}
.rightContents .series-area h2::after{
  content: '';
  background: url(../img/series_bg.png) no-repeat;
  width: 218px;
  height: 115px;
  position: absolute;
  right: -65px;
  top: -55px;
}
.series-slider-main{
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.series-slider{
  width: 760px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.series-slider img{
  margin-left: auto;
  margin-right: auto;
}
.rightContents .scene-area{
  background: url(../img/contents_bg.jpg) no-repeat top center,url(../img/scene_bg.png) no-repeat top center #FFF;
  padding-bottom: 45px;
  border-radius: 10px;
  margin-bottom: 37px;
}
.rightContents .scene-area h2{
  text-align: center;
  position: relative;
  color: #663522;
  font-size: 18px;
  padding-top: 40px;
  margin-bottom: 27px;
}
.rightContents .scene-area ul{
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:justify;
-webkit-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
  padding-left: 35px;
  padding-right: 35px;

}
/***/


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 43%;

    display: block;

    width: 32px;
    height: 32px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -40px;
    left: auto;
}
.slick-prev:before
{
    content: url(../img/series_sl_l.png);
}
[dir='rtl'] .slick-prev:before
{
    content: url(../img/series_sl_r.png);
}

.slick-next
{
    right: -40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -40px;
}
.slick-next:before
{
    content:url(../img/series_sl_r.png);
}
[dir='rtl'] .slick-next:before
{
    content:url(../img/series_sl_l.png);
}
/**********/
.rightContents .rank-area{
  background: url(../img/contents_bg.jpg) no-repeat top center #FFF;
  padding-bottom: 45px;
  border-radius: 10px;
  margin-bottom: 37px;
  padding-left: 30px;
  padding-right: 30px;
}
.rightContents .rank-area h2 {
    text-align: center;
    position: relative;
    padding-top: 35px;
    margin-bottom: 27px;
}
#r_ranking{
  margin-bottom: 0;
}
#r_ranking .rankList {
  float: left;
  width: 148px;
  position: relative;
  font-size: 13px;
}
#r_ranking em{
  color:transparent;
}
#r_ranking #rank1 em{
  background: url(../img/icon_rank01.png) no-repeat center;
  width:20px;
  height: 33px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 7px;
}
#r_ranking #rank2 em{
  background: url(../img/icon_rank02.png) no-repeat center;
  width:20px;
  height: 33px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 7px;
}
#r_ranking #rank3 em{
  background: url(../img/icon_rank03.png) no-repeat center;
  width:20px;
  height: 33px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 7px;
}
#r_ranking #rank4 em{
  /*background: url(../img/icon_rank03.png) no-repeat center;*/
  width:20px;
  height: 33px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 7px;
}
#r_ranking #rank5 em{
  /*background: url(../img/icon_rank03.png) no-repeat center;*/
  width:20px;
  height: 33px;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 7px;
}
#r_ranking .rankImg{
  width: 150px;
  height: 160px;
  border: 1px solid #ededed;
  margin-bottom: 5px;
}
#r_ranking > div{
  margin-right: 25px;
}
#r_ranking > div:last-child{
  margin-right: 0;
}
#r_ranking .rankImg img{
  width: 100%;
  height: auto;
}
#r_ranking .rankPrice {
    font-weight: 100;
}
/****/
.rightContents .sns-area {
    background: url(../img/contents_bg.jpg) no-repeat top center #FFF;
    padding-bottom: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.rightContents .sns-area .insta-ttl {
    position: relative;
    padding-top: 47px;
    margin-bottom: 27px;
}
.rightContents .sns-area .insta-ttl::after {
    content: '';
    background: url(../img/insta_bg.png) no-repeat;
    width: 135px;
    height: 133px;
    position: absolute;
    left: -65px;
    top: -35px;
}
.rightContents .sns-area ul{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
.rightContents .sns-area #instafeed li{
  width: 180px;
  height: 180px;
  margin-right: 40px;
  margin-bottom: 40px;
box-sizing: border-box;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: hidden;
position: relative;
}
.rightContents .sns-area #instafeed li:nth-child(4n){
  margin-right: 0;
}
.rightContents .sns-area #instafeed li img {
width: 100%;
height: auto;
margin: auto;
position: absolute;
right: -100px;
left: -100px;
top: 0;
}

.rightContents .sns-area .inst01-area li{
  width: 180px;
  height: 180px;
  margin-right: 40px;
  margin-bottom: 40px;
box-sizing: border-box;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-right: 25px;
overflow: hidden;
position: relative;
}
.rightContents .sns-area .inst01-area li iframe{
  width: 100%;
  height: auto;
  margin: auto;
  position: absolute;
  left: -19px;
  top: -81px;
  width: 120% !important;
}
.rightContents .sns-area li:nth-child(4n){
  margin-right: 0;
}
.rightContents .sns-box{
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:justify;
-webkit-flex-pack:justify;
-webkit-justify-content:space-between;
justify-content:space-between;
-webkit-box-align:start;
-webkit-align-items:flex-start;
align-items:flex-start;
}
.rightContents .sns-box .fb{
  width: 400px;
}
.rightContents .sns-box .tw{
  width: 400px;
}
.rightContents .sns-area .fb-ttl{
  margin-bottom: 10px;
}
.rightContents .sns-area .tw-ttl{
  margin-bottom: 10px;
}
.rightContents .media-area{
  background:#FFF;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 37px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}
.rightContents .media-area h2{
    position: relative;
    padding-top: 30px;
    margin-bottom: 10px;
}
.rightContents .media-area h2::after {
    content: '';
    background: url(../img/madia_bg.png) no-repeat;
    width: 135px;
    height: 133px;
    position: absolute;
    right: -125px;
    top: -35px;
}
.rightContents .media-area ul{
  text-align: left;
}
.rightContents .media-area li{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
  padding-top: 10px;
}
.rightContents .media-area li .icon{
  border-radius: 3px;
  width: 50px;
  text-align: center;
  display: block;
  font-weight: bold;
  margin-right: 25px;
}
.rightContents .media-area li .icon.icon-tv{
  border: 1px solid #ff7e00;
  color: #ff7e00;
}
.rightContents .media-area li .icon.icon-web{
  border: 1px solid #20b0e5;
  color: #20b0e5;
}
.rightContents .media-area li .icon.icon-txt{
  border: 1px solid #4bb720;
  color: #4bb720;
}
.rightContents .media-area li .day{
  margin-right: 45px;
}
.rightContents .recommend-area {
    background: url(../img/contents_bg.jpg) no-repeat top center #FFF;
    border-radius: 10px;
    margin-bottom: 37px;
    padding-left: 30px;
    padding-right: 30px;
}
.rightContents .recommend-area h2 {
    text-align: center;
    position: relative;
    padding-top: 35px;
    margin-bottom: 27px;
}
.rightContents .recommend-area .recomImg{
  border: 1px solid #ededed;
  margin-bottom: 8px;
}
.rightContents .recommend-area ul{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-align:start;
  -webkit-align-items:flex-start;
  align-items:flex-start;
}
.rightContents .recommend-area li{
  width: 150px;
  margin-right: 22px;
  margin-bottom: 40px;
  font-size: 13px;
}
.rightContents .recommend-area li:nth-child(5n){
  margin-right: 0;
}
.rightContents .tw-area{
  border: 1px solid #ededed;
}
.st-footer{
  background: url(../img/footer_bg.png) repeat-x top;
  padding-top:18px;
}
.st-footer_inner{
  background: #fed94b;
  width: 100%;
}
.st-footer_inner ul{
display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;
-webkit-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
  padding-top:30px;
}
.st-footer_inner ul li{
  padding-right: 25px;
}
.st-footer_inner ul li::before{
  content:  '|';
  padding-right: 25px;
}
.st-footer_inner ul li:first-child{
  padding-right: 15px;
}
.st-footer_inner ul li:first-child::before{
  content:  '';
}
.st-footer_inner .copy{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
/*************/

.pageTop {
  text-align: right;
  margin-bottom: -11px;
  margin-top: -60px;
  position: relative;
}
/************/
.st-Fix-Bnr{
  position: fixed;
  right: 0;
  top:55px;
  z-index: 99999;
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-direction:normal;
  -webkit-box-orient:vertical;
  -webkit-flex-direction:column;
  flex-direction:column;
  text-align: right;

}
.st-Fix-Bnr a{
  margin-bottom: 7px;
}
/************/
.st-Fix-Bnr_bottom {
  position: fixed;
  bottom:0px;
  width: 100%;
  height: 85px;
  text-align: center;
}

.st-Fix-Bnr_bottom_line {
  width: 1300px;
  height: 85px;
  background: #fff000;
  margin:  0 auto; 
}
.st-Fix-Bnr_bottom_b {
    margin:  0 auto; 
}

.st-Fix-Bnr_bottom_rms {
  position: fixed;
  bottom:0px;
  width: 100%;
  height: 85px;
  text-align: center;
}
.st-Fix-Bnr_bottom_line_rms {
  left: 0px;
  width: 1300px;
  height: 85px;
  background: #fff000;
}

/************/

.st-Fix-Bnr_bottom03 {
  position: fixed;
  bottom:0px;
  width: 100%;
  height: 63px;
  text-align: center;
}

.st-Fix-Bnr_bottom_line03 {
  width: 1300px;
  height: 63px;
  background: #00000000;
  margin:  0 auto; 
}
.st-Fix-Bnr_bottom_b03 {
    margin:  0 auto; 
}


.st-Fix-Bnr_bottom_rms03 {
  position: fixed;
  bottom:0px;
  width: 100%;
  height: 63px;
  text-align: center;
}
.st-Fix-Bnr_bottom_line_rms03 {
  left: 0px;
  width: 1300px;
  height: 63px;
  background: #00000000;
}


/**********�e�X�g***************/

.rightContents .category-area{
  background: url(../img/contents_bg.jpg) no-repeat top center #FFF;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.rightContents .category-area h2{
  text-align: center;
  position: relative;
  padding-top: 35px;
  margin-bottom: 27px;
}
.rightContents .category-area h2::after{
  content: '';
  background: url(../img/column_bg.png) no-repeat;
  width: 135px;
  height: 133px;
  position: absolute;
  left: -5px;
  top: -40px;
}


.rightContents .category-area .category-bnr{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -webkit-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  padding-left: 34px;
  padding-right: 34px;
}
.rightContents .category-area .category-bnr img{
  margin-bottom: 30px;
}




/***��āEʥ�***/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  margin-top: 0;
  background: #ffffff;
}
.is-fixed .st-Header_Inner{
}
.is-fixed .st-Navi{
  -webkit-box-pack:center;
  -webkit-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
  margin-bottom: 10px;
}
.is-fixed .st-Navi h1{
  text-align: center;
}
.is-fixed .st-Navi h1 img{
  width: 80%;
  margin-top: 15px;
}

.is-fixed .st-Navi > ul{
}
.is-fixed .fix-logo{
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
}
.fix-navi{
  display: none;
}
.is-fixed .fix-navi{
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
}
.is-fixed .fix-navi ul{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;
  -webkit-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
}
.is-fixed .fix-navi li{
  margin-right: 5px;
}
/* Dots */
.slick-slider
{
    margin-bottom: 50px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '��E;
    text-align: center;

    opacity: .25;
    color:#663522;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color:#663522;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }



