/* ----カテゴリメニュー---- */

.items_menu_ .column3_ {
  padding-right: 70px;
}
.items_menu_ .column3_ > .item_ {
  margin-right: 35px;
}
.items_menu_ .column3_ > .item_:nth-of-type(3n) {
  margin-right: -70px;
}
.items_menu_ .item_ .headline_ {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.0;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E5E5E5;
  letter-spacing: 0.1em;
}
.items_menu_ .item_ .list_ {
  font-size: 0;
  letter-spacing: -1em;
}
.items_menu_ .item_ .list_ li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.items_menu_ .item_ .list_ li:nth-of-type(even) {
  padding-left: 10px;
}
.items_menu_ .item_ .list_ li:nth-of-type(n+3) {
  margin-top: 12px;
}
.items_menu_ .item_ .list_ li a {
  display: block;
}
.items_menu_ .item_ .list_ li .image_ {
  display: inline-block;
  width: 40px;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
}
.items_menu_ .item_ .list_ li .image_ img{
	border-radius: 50%;
}

.items_menu_ .item_ .list_ li .title_ {
  display: inline-block;
  width: calc(100% - 46px);
  font-size: 12px;
  letter-spacing: normal;
  line-height: 1.5;
  vertical-align: middle;
  padding-left: 8px;
}

/* 下部エリア　カテゴリから探す */
#block_of_category {
  margin: 80px 0 0;
	background-color: #f5f5ed;
	padding: 80px 0;
} 
.flex {
  display: flex;
}

/*タブ切り替えスタイル*/

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.tab_item {
  width: 50%;
  height: 50px;
  border: 1px solid #ccc;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  background-color: #ccc;
  color: #fff;
}

.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/ input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/ .tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #000;
}

.column3_wrap {
  overflow: hidden;
}
.column3_wrap li {
  width: calc(98%/3);
  float: left;
  margin: 0 10px 30px 0;
}
.column3_wrap li:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.column3_wrap li dl {
  margin-top: 10px;
}
.column3_wrap li dd {
  margin-top: 10px;
}

.tabs table {
  width: 100%;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 30px 0;
}
.tabs table td {
  border: solid 1px #ccc;
  padding: 12px;
}
.tabs table th {
  border: solid 1px #ccc;
  background-color: #AFABA1;
  padding: 12px;
  text-align: center;
}
.tabs .flex table {
  width: 50%;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
  margin: 10px 0 30px 0;
}
.tabs .flex table th {
  width: 50%;
  border: solid 1px #ccc;
  font-size: 14px;
  text-align: center;
}
.nav_column3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_column3 li {
  padding: 20px 80px;
  margin: 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.3em;
}
.nav_column3 a li:hover {
  padding: 20px 80px;
  margin: 10px;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.3em;
  background-color: #555;
  color: #fff;
}


h2.section_headline_{
	margin-bottom: 2rem;
	text-align: left;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
.bottomframe_ h2.section_headline_{
	border: none;
	text-align: center;
	color: #000;
	margin-bottom: 4rem;
}

p.leadText{
	font-size: 14px;
	letter-spacing: .05em;
	margin-top: 2rem;
}

.headerUnderMenu_sp{display: none;}
.storeInfo_sp{
	display: none;
}


.itemImagesWrap{
	max-width: 1120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 80px auto 0;
}
.itemImagesWrap div{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.itemImagesWrap div:nth-child(3n+3){
	margin: 0;
}
.itemImagesWrap div p{
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
}
.itemImagesWrap div img{
	border-radius: 12px;
}

.topItemWrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topItemWrap .topItemBox{
	width: 18%;
	position: relative;
	margin-bottom: 3rem;
}

/* SLICK */
.slick-next{
	right: 29px;
}
.slick-next:before{
	background: url("../images/common/arrow-r.png") no-repeat center center;
	transform: none;
	border: none;
	width: 50px;
	height: 50px;
	opacity: 1;
}
.slick-prev{
	left: -2px;
	z-index: 2;
}
.slick-prev:before{
	background: url("../images/common/arrow-l.png") no-repeat center center;
	transform: none;
	border: none;
	width: 50px;
	height: 50px;
	opacity: 1;
}

.slick-dots{
	bottom: -40px;
}
.slick-dots li{
	width: 80px;
}
.slick-dots li button:before{
    opacity: 1;
    color: transparent;
	background-color: #ccc;
	height: 6px;
	width: 60px;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    color: transparent;
	background-color: #d1141b;
	height: 6px;
	width: 60px;
}



/* ----フッター---- */ 
#footer #footertop {
  text-align: center;
  background: #c9c9bf;
  padding: 30px 0;
  position: relative;
}
#footer .sns_menu_ {
  display: inline-block;
  font-size: 0;
  letter-spacing: -1em;
}
#footer .sns_menu_ .title_ {
  display: inline-block;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
  vertical-align: middle;
  margin-right: 5px;
}
#footer .sns_menu_ ul {
  display: inline-block;
  vertical-align: middle;
}
#footer .sns_menu_ ul li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
  margin-left: 40px;
}
#footer .sns_menu_ ul li:first-child {
	margin-left: 0;
}
#footer .sns_menu_ ul li a {
  display: block;
  width: 38px;
}
#footer #pagetop {
  display: block;
  width: 52px;
  height: 52px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 26px);
  right: 10px;
  z-index: 99;
  transition: 0.2s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0;
  visibility: hidden;
}
#footer #pagetop:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%) translateZ(0) rotate(45deg);
  transform: translate(-50%, -25%) translateZ(0) rotate(45deg);
}
#footer #pagetop.js-isShow {
  opacity: 1;
  visibility: visible;
}
#footer #pagetop.js-isFixed {
  background: #FFF;
  border-color: #000;
  position: fixed;
  top: auto;
  bottom: 18px;
}
/*#footer #pagetop.js-isFixed:before {
  border-color: #000;
}
#footer #pagetop:hover {
  opacity: 0.75;
}*/

/* フッター下部 */
#footer #footerbottom {
  color: #FFF;
  background: #651b87;
  padding: 60px 0 50px;
}
 #footer .app_menu_{
            display: inline-block;
    font-size: 0;
    letter-spacing: -1em;
    }
    
    #footer .app_menu_ .title_{
            display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.12em;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 35px;
    }
    
    #footer .app_menu_ ul{
        display: inline-block;
    vertical-align: middle;
    }
    
    #footer .app_menu_ ul li{
        display: inline-block;
    height: 40px;margin-right: 5px;
    }
    
    #footer .app_menu_ ul li a{
            display: block;
    width: auto;
    height: 100%;
    }
    
    #footer .app_menu_ ul li a img{
            height: 100%;
    width: auto;
    }

	.footUnderBox{
		margin-top: 40px;
	}
	.footUnderBox .footMenuTtl{
		font-size: 14px;
}
/*PostageBox*/

.foot--PostageBox{
	display: flex;
	background-color: #fff;
	font-size: 18px;
	font-weight: bold;
	color: #651b87;
	padding: 14px 24px;
	justify-content: space-around;
	border-radius: 30px;
}
.foot--PostageBox p span{
	font-size: .85em;
}


#footernav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 2.2;
}
#footernav ul{
	width: 25%;
}

#footernav ul:nth-child(n+3){
	margin-top: 2rem;
}

#footernav li a::before{
	content: '＞';
	margin-right: 0.5rem;
}
.copyright{
	text-align: center;
	margin-top: 40px;
}

