/* reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}
html {
	color: #AAA;
	-webkit-text-size-adjust: none;
}


body {
line-height: 1.2em;
font-size: 13px;
font-family: "Hiragino Mincho Pro", "Hiragino Kaku Gothic Mincho", "YuMincho", "MS PMincho", serif;
color: #1E1E1E;
}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

img {
border: 0;
vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}


sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: middle;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}
/* reset end */



.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
}

a:hover{
  color:#b6251e;
  text-decoration:none;
}

body{
	font-family:"Hiragino Mincho Pro", "Hiragino Kaku Gothic Mincho", "YuMincho", "MS PMincho", serif;
	font-size:15px;
	line-height:24px;
}

/*ハンバーガー*/
.ham_btn{
	width:25px;
	position: absolute;
	top:50%;
	right: 20px;
	margin-top: -15px;
	cursor: pointer;
	display: none;
}

.ham_btn > img{
	width:100%;
}

.ham_bg{
	position: fixed;
	top:0;
	left:0;
	z-index: 9;
	width:100%;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.ham_open .ham_bg{
	opacity: 1;
	pointer-events: auto;
}

.ham_open header{
	background: #fff !important;
}

.ham_open .h_logo a img:nth-of-type(1){
	display: block !important;
}

.ham_open .h_logo a img:nth-of-type(2){
	display: none !important;
}

.ham_wrap{
	width:300px;
  height: 100dvh;
	position: fixed;
	right:-300px;
	top:0;
	z-index: 50;
	padding-top:0;
	transition: .4s;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	background:#1a1a1a;
	padding:120px 30px 60px;
}

.ham_open .ham_wrap{
	opacity: 1;
	pointer-events: auto;
	right: 0;
}

.ham_box{
}

.ham_box a{
	color:#fff;
	text-decoration: none;
}

.ham_box a:hover{
	opacity: 0.6;
}

.ham_menu1{
	display: flex;
  	justify-content:center;
	width:100%;
	margin-bottom: 60px;
}

.ham_menu1 li{
	width:50%;
}

.ham_menu1 li:nth-of-type(2){
	border-left: 1px solid #fff;
}

.ham_menu1 a{
	width:100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
}

.ham_menu1 a img{
	display: block;
	height: 50px;
  margin:0 auto 25px;
}

.ham_menu1 > li:first-of-type p{
	padding-right: 10px;
}

.ham_menu1 > li:last-of-type p{
	padding-left: 10px;
}

.ham_menu2{
	margin-bottom: 50px;
}

.ham_menu2 > li{
	border-bottom: 1px solid #fff;
}

.ham_menu2 > li:last-of-type{
	border-bottom: 0;
}

.ham_menu2 a{
	display: block;
	padding:14px 0;
	background: url("https://file001.shop-pro.jp/PA01505/268/images/ar3.svg") no-repeat 98% center;
	background-size: 7.5px 15px;
	font-weight: bold;
}

.ham_cart{
	width:100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #fff;
	font-size: 17px;
	font-weight: bold;
}

.ham_close{
	width:26px;
	height: 26px;
	position: absolute;
	top:30px;
	right: 30px;
}

header{
	width:100%;
	background:#fff;
	position: absolute;
	top:0;
	left: 0;
	z-index: 5;
	border-bottom: 1px solid #ccc;
	background: #fff;
	transition: .3s;
}

.h_flex{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	align-items: center;
}

.h_flex_l{
	width:280px;
}

.h_flex_l img{
	display: block;
	width:200px;
}

.h_flex_r{
	width:calc( 100% - 280px );
	display: flex;
}

.h_flex_r_l{
	width:66%;
	border-left: 1px solid #ccc;
}

.h_flex_r_r{
	width:34%;
	border-left: 1px solid #ccc;
}

.h_flex_r_l1{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:6px 15px;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
}

.h_flex_r_l1 > p > span:nth-of-type(1){
	letter-spacing: .3px;
}

.h_flex_r_l1 > a{
	display: block;
	background:#b6251e;
	width:150px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	text-decoration: none;
	border:1px solid #b6251e;
	border-radius: 4px;
	margin-left: 10px;
}

.h_flex_r_l1 > a:hover{
	background:#fff;
	color:#b6251e;
}

.h_flex_r_l2_ul1{
	display: flex;
}

.h_flex_r_l2_ul1 > li{
	width:33.333333333333%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #ccc;
	position: relative;
    font-weight:600;
}

.h_flex_r_l2_ul1 > li:nth-of-type(1){
	border-left: 0;
}

.h_flex_r_l2_ul1 > li > p{
	background: url("https://file001.shop-pro.jp/PA01505/268/images/h_nav_ar.svg") no-repeat right center;
	background-size: 12px 6px;
	padding-right:20px;
	font-weight: 600;
}

.h_flex_r_l2_ul1 > li > a{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#000;
	text-decoration: none;
	font-weight: 600;
}

.h_flex_r_l2_ul1 > li > a:hover{
	color:#b6251e;
}

.h_nav_aco{
	position: absolute;
	top:100%;
	left: 0;
	min-width: 100%;
	padding:20px;
	background:rgba(0,0,0,0.80);
	transform: scaleY(0);
	transform-origin: top;
	transition: .3s;
}

.h_flex_r_l2_ul1 > li:hover .h_nav_aco{
	transform: scaleY(1);
}

.h_nav_aco ul li{
	margin-bottom: 5px;
}

.h_nav_aco ul li:last-of-type{
	margin-bottom: 0;
}

.h_nav_aco ul li a{
	display: block;
	width:100%;
	color:#fff;
	text-decoration: none;
	position: relative;
	padding-left: 14px;
}

.h_nav_aco ul li a:hover{
	color:#b6251e;
}

.h_nav_aco ul li a::before{
	content:"-";
	display: block;
	position: absolute;
	top:-2px;
	left: 0
}

.h_flex_r_r1{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
    font-weight:600;
	text-align: center;
	color:#858585;
	border-bottom: 1px solid #ccc;
}

.h_flex_r_r1 a{
	color:#000;
	text-decoration: none;
}

.h_flex_r_r1 a:hover{
	text-decoration: underline;
}

.h_flex_r_r2{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.h_flex_r_r2 a{
	display: block;
	height: 40px;
}

.h_flex_r_r2 a:hover{
	opacity: 0.6;
}

.h_flex_r_r2 a img{
	height: 100%;
	display: block;
}

@media screen and (max-width:1200px) {
	.h_flex_l{
		padding-left: 20px;
	}
}

@media screen and (max-width:1150px) {
	.ham_btn{
		display: block;
	}
	
	.h_flex{
		padding-top: 40px;
		padding-bottom: 56px;
		padding-right: 60px;
		justify-content: space-between;
	}
	
	.h_flex_l img{
		width:160px;
	}
	
	.h_flex_r{
		width:auto;
	}
	
	.h_flex_r_l1 > a{
		display: none;
	}
	
	.h_flex_r_l{
		border:0;
		width:0;
	}
	
	.h_flex_r_l1{
		width:100%;
		position: absolute;
		top:0;
		left: 0;
		height: 30px;
		text-align: center;
		font-size: 12px;
		color:#fff;
		border:0;
		background: #b6251e;
	}
	
	.h_flex_r_l2{
		width:100%;
		position: absolute;
		bottom:0;
		left: 0;
		border-top: 1px solid #ccc;
	}
	
	.h_flex_r_l2_ul1 > li{
		height: 46px;
	}
	
	.h_flex_r_r{
		width:200px;
		border-left: 0;
	}
	
	.h_flex_r_r1{
		display: none;
	}
}

@media screen and (max-width:550px) {
	.ham_btn{
		right: 10px;
		margin-top: -13px;
	}
	
	.h_flex{
		padding-top: 30px;
		padding-bottom: 40px;
		padding-right: 42px;
	}
	
	.h_flex_l{
		padding-left: 10px;
	}
	
	.h_flex_r_l1{
		font-size: 10px;
		padding:4px;
		height: 20px;
	}
	
	.h_flex_r_r{
		width:120px;
	}
	
	.h_flex_r_r2 a{
		height: 28px;
	}
	
	.h_flex_r_l2_ul1 > li{
		height: 30px;
		font-size: 12px;
	}
	
	.h_nav_aco{
		padding:10px;
	}
}

.top_slider{
	margin-bottom: 0 !important;
}

.top_slide img{
	display: block;
	width:100%;
}

.top_slide img:nth-of-type(2){
	display: none;
}

.top_slider .slick-dots{
	bottom:50px;
}

.top_slider .slick-dots li{
	margin:0 10px;
}

.top_slider .slick-dots li button{
	background:#fff;
	opacity: 0.7;
	border-radius: 20px;
}

.top_slider .slick-dots .slick-active button{
	background: #b6251e;
	opacity: 1;
}

.top_slider .slick-dots li button::before{
	display: none;
}

@media screen and (max-width:550px) {
	.top_slide img:nth-of-type(1){
		display: none;
	}
	
	.top_slide img:nth-of-type(2){
		display: block;
	}
	
	.top_slider .slick-dots{
		text-align: left;
		bottom:40px;
		padding-left: 20px;
	}
	
	.top_slider .slick-dots li{
		margin:0 8px;
		width:10px;
		height: 10px;
	}

	.top_slider .slick-dots li button{
		width:10px;
		height: 10px;
	}
}

.top_news{
	padding:60px 20px;
	max-width: 1150px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.heading1{
	
	font-size: 20px;
	line-height: 1.4;
    font-weight:600;
	margin-bottom: 60px;
}

.heading1_en{
	font-size: 15px;
	color:#b6251e;
	font-family: "futura-pt", sans-serif;
	letter-spacing: .3px;
}

.top_news .heading1{
	text-align: left;
}

.top_news_list{
	width: calc( 100% - 180px );
	max-width: 770px;
}


.top_news_list > li{
	border-bottom: 1px solid #858585;
}

.top_news_list > li:last-of-type{
	border-bottom: 0;
}

.top_news_list > li > a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:8px 0;
	color:#000;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.5;
}

.top_news_list > li > a:hover{
	color:#b6251e;
}

.top_news_list > li > a > p:nth-of-type(1){
	font-family:futura-pt,Avenir, Arial, Helvetica, "sans-serif";
	font-weight: bold;
}

.top_news_list > li > a > p:nth-of-type(2){
	width:calc( 100% - 150px );
}

@media screen and (min-width:551px) {
	.top_news .heading1{
		margin-bottom: 0;
	}
}

@media screen and (max-width:750px) {
	.top_news_list > li > a{
		font-size: 16px;
	}
	
	.top_news_list > li > a > p:nth-of-type(2){
		width:calc( 100% - 120px );
	}
}

@media screen and (max-width:550px) {
	.heading1{
		font-size: 20px;
		margin-bottom: 40px;
	}
	
	.heading1_en{
		font-size: 14px;
	}
	
	.top_news .heading1{
		width:100%;
		text-align: center;
	}
	
	.top_news_list{
		width:100%;
	}
	
	.top_news_list > li > a{
		font-size: 14px;
	}
	
	.top_news_list > li > a > p{
		width:100% !important;
	}
}

.top_reco{
	padding:60px 20px;
	max-width: 1150px;
	margin:0 auto;
}

.top_reco_list{
	max-width: 1150px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 auto;
}

.top_reco_list::after {
display: block;
content:"";
width: 30%;
}

.top_reco_list > li{
	width:30%;
	margin-bottom: 70px;
}

.top_reco_list > li:nth-last-of-type(1) , .top_reco_list > li:nth-last-of-type(2), .top_reco_list > li:nth-last-of-type(3){
	margin-bottom: 0;
}

.top_reco_list > li > a{
	color:#000;
	text-decoration: none;
}

.top_reco_img{
	width:350px;
	min-height: 350px;
    margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: .3s;
}

.top_reco_text{
  
	font-size: 16px;
	position: relative;
	padding-bottom: 44px;
}

.top_reco_h{
	display: table;
	font-weight: 600;
	margin-bottom: 8px;
}

.top_reco_p{
   margin-bottom: 10px;
   font-size:14px;
}

.top_reco_icon{
	display: flex;
	margin-top: 10px;
}

.top_reco_icon > li{
	width:54px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.top_reco_pri{
    position: static;
	font-size: 20px;
	font-weight:600;
}

.top_reco_link{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width:160px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	border:1px solid #000;
	background: #000;
	color:#fff;
	text-decoration: none;
	transition: .3s;
}

.top_reco_list > li > a:hover .top_reco_img{
	opacity: 0.6;
}

.top_reco_list > li > a:hover .top_reco_link{
	color:#000;
	background: #fff;
}

@media screen and (max-width:1050px) {
	.top_reco_list > li > a{
		align-items: flex-start;
	}
	
	.top_reco_img{
		width:100%;
		min-height: 0;
	}
	
	.top_reco_img::before{
		display: block;
		content: "";
		padding-top: 100%;
	}
	
	.top_reco_text{
		width:80%;
		padding-bottom: 20px;
	}
	
	.top_reco_p{
		font-size: 14px;
	}
	
	.top_reco_pri{
		bottom:0;
		left: 0;
	}
	
	.top_reco_link{
		display: none;
	}
}

@media screen and (max-width:750px) {
	.top_reco_list > li{
		width:70%;
		margin-bottom: 50px;
	}
	
	.top_reco_list > li:nth-last-of-type(2){
		margin-bottom: 50px;
	}
}

@media screen and (max-width:550px) {
.top_reco_list > li{
  margin-left:auto;
  margin-right:auto;
	width:45%;
	margin-bottom: 70px;
}
  
    .top_reco_text{
		width:100%;
		padding-bottom: 20px;
	}
  
}

.top_gift{
	display: flex;
	flex-wrap: wrap;
}

.top_gift_img{
	width:50%;
	height: 500px;
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Z190b3A.jpg?cmsp_timestamp=20251204140319") no-repeat center/cover;
}

.top_gift_text{
	width:50%;
	background: #000;
	color:#fff;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color:#fff;
	padding-left: 100px;
}

.top_gift_text > div > h2{
	font-size: 28px;
	line-height: 1.5;
	font-weight: 600;
    letter-spacing:0.1em;
	margin-bottom: 20px;
}

.top_gift_text > div > p{
	max-width: 400px;
	font-size: 18px;
	line-height: 1.6;
    letter-spacing:0.05em;
	margin-bottom: 30px;
}

.top_gift_text > div > a{
	width:100%;
	max-width:280px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #d9b98f;
	color:#d9b98f;
	text-decoration: none;
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	padding:0 20px;
}

.top_gift_text > div > a:hover{
	background: #fff;
}

.top_gift_text > div > a > p{
	text-align: center;
	width:100%;
	max-width:290px;
	background:url("https://file001.shop-pro.jp/PA01505/268/images/ar1.svg") no-repeat right center;
	background-size: 10px 20px;
}

@media screen and (max-width:1050px) {
	.top_gift_img{
		height: 400px;
	}
	
	.top_gift_text{
		padding-left: 50px;
	}
	
	.top_gift_text > div > h2{
		font-size: 24px;
	}
	
	.top_gift_text > div > p{
		font-size: 16px;
	}
	
	.top_gift_text > div > p span{
		display: inline-block;
	}
	
	.top_gift_text > div > a{
		max-width: 320px;
		font-size: 18px;
		height: 50px;
	}
}

@media screen and (max-width:750px) {
	.top_gift_img{
		width:100%;
		height: 350px;
	}
	
	.top_gift_text{
		width:100%;
		padding:60px 20px;
		justify-content: center;
	}
	
	.top_gift_text > div > h2{
		margin-bottom: 30px;
	}
	
	.top_gift_text > div > p{
		margin-bottom: 40px;
	}
}

@media screen and (max-width:550px) {
	.top_gift_img{
		height: 300px;
	}
	
	.top_gift_text > div{
		max-width: 280px;
	}
	
	.top_gift_text > div > h2{
		font-size: 18px;
	}
	
	.top_gift_text > div > p{
		font-size: 14px;
	}
	
	.top_gift_text > div > a{
		max-width: 280px;
	}
}

.top_cat{
	padding:60px 20px;
	max-width: 1150px;
	margin:0 auto;
}

.top_cat_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.top_cat_list > li{
	width:23%;
	margin-bottom: 20px;
	position: relative;
}

.top_cat1{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlkx.jpg?cmsp_timestamp=20251020123157") no-repeat center/cover;
}

.top_cat2{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlky.jpg?cmsp_timestamp=20251018112135") no-repeat center/cover;
}

.top_cat3{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlkz.jpg?cmsp_timestamp=20251020122756") no-repeat center/cover;
}

.top_cat4{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlk0.jpg?cmsp_timestamp=20251020122416") no-repeat center/cover;
}

.top_cat_list > li::before{
	display: block;
	content:"";
	padding-top: 100%;
}

.top_cat_list > li > a{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	left: 0;
	border: 0;
	right: 0;
	background: rgba(0,0,0,0.30);
	color:#fff;
	text-decoration: none;
	font-family:"Hiragino Mincho Pro", "Hiragino Kaku Gothic Mincho", "YuMincho", "MS PMincho", serif;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
}

.top_cat_list > li > a:hover{
	background: rgba(0,0,0,0);
}

@media screen and (max-width:950px) {
	.top_cat_list > li > a{
		font-size: 24px;
	}
}

@media screen and (max-width:750px) {
	.top_cat_list > li{
		width: 48%;
	}
	
	.top_cat_list > li::before{
		padding-top: 200px;
	}
}

@media screen and (max-width:550px) {
	.top_cat_list > li{
		width: 100%;
	}
	
	.top_cat_list > li::before{
		padding-top: 160px;
	}
}

.top_big_cat{
	display: flex;
	flex-wrap: wrap;
}

.top_big_cat > a{
	width:33.33333333333333333333%;
	position: relative;
}

.top_big_cat1{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlkx.jpg?cmsp_timestamp=20251020123157") no-repeat center/cover;
}
}

.top_big_cat2{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlky.jpg?cmsp_timestamp=20251018112135") no-repeat center/cover;
}

.top_big_cat3{
	background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/Q0FURUdPUlkz.jpg?cmsp_timestamp=20251020122756") no-repeat center/cover;
}

.top_big_cat > a::before{
	display: block;
	content:"";
	padding-top: 100%;
}

.top_big_cat > a > div{
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top:0;
	left: 0;
	border: 0;
	right: 0;
	background: rgba(0,0,0,0.30);
	color:#fff;
	text-decoration: none;
	font-family:"Hiragino Mincho Pro", "Hiragino Kaku Gothic Mincho", "YuMincho", "MS PMincho", serif;
	font-size: 36px;
	line-height: 1.4;
	font-weight: bold;
	transition: .3s;
}

.top_big_cat > a > div:hover{
	background: rgba(0,0,0,0);
}

@media screen and (max-width:950px) {
	.top_big_cat > a > div{
		font-size: 28px;
	}
}

@media screen and (max-width:550px) {
	.top_big_cat > a{
		width: 100%;
	}
	
	.top_big_cat > a::before{
		padding-top: 250px;
	}
	
	.top_big_cat > a > div{
		font-size: 26px;
	}
}

.top_abo{
    width: 100%;
    min-height: 500px;
    padding: 110px 60px;
    background: url("https://img21.shop-pro.jp/PA01505/268/etc_base64/aW1n.jpg?cmsp_timestamp=20241013223851") no-repeat center/cover;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_abo_text{
	color:#fff;
	display: flex;
	text-align:center;
	flex-wrap: wrap;
}

.top_abo_text > div > h2{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
    letter-spacing:0.1em;
	margin-bottom: 20px;
}

.top_abo_text > div > p{
	font-size: 18px;
	line-height: 1.6;
    letter-spacing:0.05em;
	margin-bottom: 30px;
}

.top_abo_text > div > p span{
	display: inline-block;
}

.top_abo_text > div > a{
  　width:100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #fff;
	color:#fff;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	padding:0 20px;
}

.top_abo_text > div > a:hover{
	background: #A73328;
}

.top_abo_text > div > a > p{
	text-align: center;
	width:100%;
	background:url("https://file001.shop-pro.jp/PA01505/268/images/ar3.svg") no-repeat right center;
	background-size: 10px 20px;
	transition: .3s;
}

.top_abo_text > div > a:hover > p{
	background-image:url("https://file001.shop-pro.jp/PA01505/268/images/ar3.svg");
	color:#fff;
}

@media screen and (max-width:1050px) {
	
	
	.top_abo_text{
		padding-right: 50px;
	}
	
	.top_abo_text > div > h2{
		font-size: 20px;
	}
	
	.top_abo_text > div > p{
		font-size: 16px;
	}
	
	.top_abo_text > div > p span{
		display: inline-block;
	}
	
	.top_abo_text > div > a{
		max-width: 320px;
		font-size: 18px;
		height: 50px;
	}
}

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


	
	.top_abo_text{
		width:100%;
		padding:60px 0px;
		justify-content: center;
	}
	
	.top_abo_text > div > h2{
		margin-bottom: 30px;
	}
	
	.top_abo_text > div > p{
		margin-bottom: 40px;
	}
}

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

	
	.top_abo_text > div{
		max-width: 320px;
	}
	
	.top_abo_text > div > h2{
		font-size: 16px;
	}
	
	.top_abo_text > div > p{
		font-size: 14px;
	}
	
	.top_abo_text > div > a{
		max-width: 280px;
	}
}

.top_guide{
    padding:90px 50px;
	background: url("https://file001.shop-pro.jp/PA01505/268/images/reco_bg.webp") no-repeat center/cover;
}

.top_guide_list{
	display: flex;
	flex-wrap: wrap;
	max-width: 1150px;
    justify-content: space-between;
	margin:0 auto;
}

.top_guide_box{
	width:33.333333333333%;
	color:#000;
	text-decoration: none;
	border-right: 1px solid #858585;
	padding:30px;
	font-weight: 500;
}

.top_guide_list > a:last-of-type{
	border-right: 0;
}

.top_guide_icon{
	margin-bottom: 20px;
}

.top_guide_icon img{
	display: block;
	margin:0 auto;
	height: 45px;
}

.top_guide_h{
	font-size: 18px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.top_guide_text{
	margin-bottom: 30px;
}

.top_guide_p1{
	font-size: 16px;
	margin-bottom: 20px;
}

.top_guide_p2{
	font-size: 13px;
	line-height: 1.5;
}

.top_guide_link{
	width:100%;
	max-width:300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:1px solid #000;
	color:#fff;
	background: #000;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	padding:0 20px;
	margin:0 auto;
	border-radius: 5px;
	transition: .3s;
}

.top_guide_box:hover .top_guide_link{
	background: #fff;
}

.top_guide_link > p{
	text-align: center;
	width:100%;
	max-width:200px;
	background:url("https://file001.shop-pro.jp/PA01505/268/images/ar3.svg") no-repeat right center;
	background-size: 10px 20px;
	transition: .3s;
}

.top_guide_box:hover .top_guide_link > p{
	background-image:url("https://file001.shop-pro.jp/PA01505/268/images/ar2.svg");
	color:#000;
}

.top_guide_text_link{
	padding:0 30px;
	max-width: 1200px;
	margin:30px auto 0;
	color:#858585;
}

.top_guide_text_link a{
	color:#000;
	text-decoration: none;
}

.top_guide_text_link a:hover{
	text-decoration: underline;
}

@media screen and (max-width:850px) {
	.top_guide{
		padding:60px 20px 70px;
	}
	
	.top_guide_box{
		width:100%;
		position: relative;
		padding:30px 40px;
		padding-left: 100px;
		border-bottom: 1px solid #858585;
		border-right: 0;
		background:url("https://file001.shop-pro.jp/PA01505/268/images/ar2.svg") no-repeat 98% center;
		background-size: 10px 20px;
	}
	
	.top_guide_box:first-of-type{
		margin-top: -30px;
	}
	
	.top_guide_icon{
		position: absolute;
		left: 10px;
		top:50%;
		transform: translateY(-50%);
	}
	
	.top_guide_h{
		text-align: left;
		margin-bottom: 10px;
	}
	
	.top_guide_text{
		margin-bottom: 0;
	}
	
	.top_guide_text img{
		max-width: 260px;
		width:100%;
	}
	
	.top_guide_text > p{
		margin-bottom: 10px;
	}
	
	.top_guide_text > p:last-child{
		margin-bottom: 0;
	}
	
	.top_guide_link{
		display: none;
	}
	
	.top_guide_text_link{
		padding:0;
		text-align: center;
	}
}

@media screen and (max-width:550px) {
	.top_guide_box{
		padding-left: 70px;
	}
	
	.top_guide_icon{
		left: 0;
	}
	
	.top_guide_icon img{
		height: 35px;
	}
	
	.top_guide_h{
		font-size: 16px;
	}
	
	.top_guide_p1{
		font-size: 14px;
	}
	
	.top_guide_p2{
		font-size: 12px;
	}
}

.ft_fc{
	padding:90px 20px;
	background: url("https://file001.shop-pro.jp/PA01505/268/images/ft_bg.webp") no-repeat center/cover;
	position: relative;
}

.ft_fc .go_top{
	width:160px;
	position: absolute;
	top:-80px;
	right: 0px;
}

.ft_fc .go_top img{
	transition: .3s;
}

.ft_fc .go_top:hover img{
	transform: scale(0.8);
}

.ft_fc_flex{
	max-width: 1300px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}

.ft_fc_flex > div{
	width:50%;
}

.ft_fu{
	border-right: 1px solid #fff;
}

.ft_fc_h{
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	font-family: "futura-pt,Avenir, Arial, Helvetica", "sans-serif";
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.ft_fu_list{
	width:100%;
	max-width:470px;
	display: flex;
	justify-content:  center;
	padding:0 20px;
	margin:0px auto 0;
}

.ft_fu_list img{
	height: 45px;
	display: block;
	margin:0 auto 10px;
}

.ft_fu_list a{
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-family: "futura-pt,Avenir, Arial, Helvetica", "sans-serif";
	letter-spacing: 1px;
}

.ft_fu_list a:hover{
	opacity: 0.6;
}

.ft_con_list{
	width:100%;
	max-width:470px;
	display: flex;
	justify-content: center;
	padding:0 20px;
	margin:0 auto;
}

.ft_con_list img{
	height: 35px;
	display: block;
	margin:0 auto 15px;
}

.ft_con_list a{
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.ft_con_list a:hover{
	opacity: 0.6;
}

/*
.ft_con_list > li:nth-of-type(1) p{
	font-size: 24px;
	font-family:"futura-pt,Avenir, Arial, Helvetica", "sans-serif";
	letter-spacing: 1px;
	font-weight: bold;
}

.ft_con_list > li:nth-of-type(1) a span{
	display: block;
	font-size: 13px;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}
*/

@media screen and (max-width:850px) {
	.ft_fc .go_top{
		width: 120px;
		top: -60px;
	}
	
	.ft_fc_flex > div{
		width:100%;
		border-right: 0;
	}
	
	.ft_fc_flex > div ul{
		max-width: 450px;
		padding:0;
	}
	
	.ft_fc_flex > div ul li{
		width:48%;
	}
	
	.ft_fu{
		padding-bottom: 50px;
		margin-bottom: 50px;
		border-bottom: 1px solid #fff;
	}
	/*
	.ft_con_list > li:nth-of-type(1) p{
		font-size: 16px;
	}
	
	.ft_con_list > li:nth-of-type(1) a span{
		font-size: 12px;
		line-height: 1.3;
	}
  */
	
	.ft_con_list > li:nth-of-type(1) a span{
		display: none;
	}
}

@media screen and (max-width:550px) {
	.ft_fc{
		padding:60px 20px;
	}
	
	.ft_fu{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	
	.ft_fc_h{
		font-size: 24px;
	}
	/*
	.ft_con_list > li:nth-of-type(1) a span{
		font-size: 10px;
	}
  */
	
	.ft_con_list a{
		font-size: 14px;
	}
}

footer{
	padding:30px 20px;
}

.ft_flex{
	max-width: 1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.ft_logo{
	width:240px;
}

.ft_r{
	text-align: right;
}

.ft_r > div{
	color:#858585;
}

.ft_r > div a{
	color:#000;
	text-decoration: none;
}

.ft_r > div a:hover{
	text-decoration: underline;
}

@media screen and (max-width:750px) {
	.ft_flex{
		justify-content: center;
	}
	
	.ft_r{
		width:100%;
		text-align: center;
		margin-top: 20px;
		font-size: 12px;
	}
}

@media screen and (max-width:360px) {
	.ft_r{
		font-size: 10px;
	}
}

.page_title{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	background:#b6251e;
	color:#fff;
	position: relative;
}

.page_title_img{
	width:calc( 1200px - 280px + ( 100% - 1200px ) / 2 );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.page_title_text{
	width:280px;
	min-height: 380px;
	padding: 50px 20px;
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.page_title_text_h{
	font-family:"Hiragino Mincho Pro", "Hiragino Kaku Gothic Mincho", "YuMincho", "MS PMincho", serif;
}

.page_title_text_h > p:nth-of-type(1){
    font-weight:600;
	font-size: 40px;
	line-height: 1.6;
}

.page_title_text_h > p:nth-of-type(2){
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 1px;
}

@media screen and (max-width:1220px) {
	.page_title_img{
		width:calc( 100% - 280px );
	}
}

.pnkz{
	display: flex;
	flex-wrap: wrap;
}

.pnkz > span{
	margin-right: 6px;
}

.pnkz > span a{
	color:#fff;
	text-decoration: none;
}

.pnkz > span a:hover{
	text-decoration: underline;
}

.page_title_text .pnkz{
	position: absolute;
	top:15px;
	left: 10px;
}

@media screen and (max-width:750px) {
	.page_title_text{
		padding:10px 20px;
		width:100%;
		min-height: 0;
	}
	
	.page_title_text .pnkz{
		position: static;
		width:100%;
		margin-bottom: 5px;
	}
	
	.page_title_text_h{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	
	.page_title_text_h > p{
		margin:0 15px;
	}
	
	.page_title_text_h > p:nth-of-type(1){
		font-size: 30px;
		line-height: 1.6;
	}

	.page_title_text_h > p:nth-of-type(2){
		font-size: 16px;
		line-height: 1.4;
		padding-top: 2px;
	}

	.page_title_text_h > p:nth-of-type(2) br{
		display: none;
	}
	
	.page_title_img{
		width:100%;
		height: 250px;
	}
}

@media screen and (max-width:550px) {
	.page_title_text_h > p{
		margin:0 8px;
	}
	
	.page_title_text_h > p:nth-of-type(1){
		font-size: 20px;
		line-height: 1.6;
	}

	.page_title_text_h > p:nth-of-type(2){
		font-size: 12px;
		line-height: 1.4;
	}
	
	.page_title_img{
		height: 180px;
	}
}

.item_list_wrap{
	padding-top: 70px;
	margin-bottom: 130px;
}

.item_list{
	max-width: 1200px;
	padding:0 20px;
	margin:0 auto;
}

.item_list_top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1240px;
	margin:0 auto 60px;
	padding:0 20px;
}

.item_list_narabi{
	color:#858585;
}

.item_list_narabi a{
	color:#000;
	text-decoration: none;
	display: inline-block;
	margin: 0 4px;
}

.item_list_narabi a:hover{
	text-decoration: underline;
}

@media screen and (max-width:550px) {
	.item_list_wrap{
		padding-top: 50px;
		margin-bottom: 90px;
	}
	
	.item_list_top{
		margin-bottom: 30px;
	}
}

.pnkz_wrap{
	background:#b6251e;
	padding:10px 20px;
	color:#fff;
}

.pnkz_wrap .pnkz{
	max-width: 1200px;
	margin:0 auto;
}

.item_wrap{
	padding:0 20px;
	max-width: 1240px;
	margin:50px auto 130px;
}

.item_top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.item_top > div{
	width:48%;
}

.item_top_img #slider{
	margin-bottom: 0 !important;
}

.item_top_img .slide-item{
	width:100%;
}

.item_top_img .slide-item > div{
	padding-top: 75%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item_top_img #thumbnail-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item_top_img .thumbnail-item{
	width:calc( ( 100% - 45px ) / 4 );
	margin-top: 15px;
}

.item_top_img .thumbnail-item > div{
	width:100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.item_icon{
	display: flex;
	flex-wrap: wrap;
}

.item_icon img {
    width:20%; 
    height:auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0;
}

.item_h{
    margin-top: 20px;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
}

.item_price{
    position: static;
	font-size: 36px;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro", "Hiragino Kaku Gothic Mincho", "YuMincho", "MS PMincho", serif;
	margin-bottom: 40px;
}

.item_desc{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #858585;
	font-size: 18px;
	line-height: 1.6;
}

.item_gift{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #858585;
	font-size: 16px;
	line-height: 1.6;
}

.item_gift_h{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
	color:#ab8457;
}

.item_gift select{
	display: block;
	width:260px;
	height: 40px;
	margin-top: 10px;
}

.item_kazu{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.item_kazu > p{
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}

.item_kazu > p:nth-of-type(2){
	font-weight: 500;
}

.item_kazu > input{
	display: block;
	width:90px;
	height: 50px;
	border:1px solid #D6D6D6;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
	font-size: 26px;
}

.item_zaiko{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 50px;
}

.item_cart{
	display: flex;
	justify-content: space-between;
	max-width: 480px;
}

.item_cart .item_cart_btn{
	width:calc( 100% - 90px );
	height: 80px;
	border:1px solid #b6251e;
	background:#b6251e;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
}

.item_cart .favorite-button{
	display: block;
	width:80px;
	height: 80px;
	background:url("https://file001.shop-pro.jp/PA01505/268/images/fav.svg") no-repeat center/cover;
	border:0;
}

.item_cart .fav-items{
	background:url("https://file001.shop-pro.jp/PA01505/268/images/fav2.svg") no-repeat center/cover;
}

.item_text{
	padding:60px 20px;
	max-width: 900px;
	margin:0 auto;
	font-weight: 500;
	margin-bottom: 120px;
}

@media screen and (max-width:850px) {
	.item_wrap{
		margin-top: 0;
	}
	
	.item_top > div{
		width:100%;
	}
	
	.item_top_img{
		width:calc( 100% + 40px ) !important;
		margin-left: -20px;
		margin-bottom: 50px;
	}
     
     .item_icon img {
       
  }
}

@media screen and (max-width:550px) {
	.item_wrap{
		margin-bottom: 80px;
	}
	
	.item_top{
		margin-bottom: 50px;
	}
	
	.item_top_img{
		margin-bottom: 30px;
	}
	
	.item_top_img .thumbnail-item{
		width: calc( ( 100% - 24px ) / 4 );
		margin-top: 4px;
	}
	

	
	.item_h{
		font-size: 20px;
	}
	
	.item_price{
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	
	.item_desc{
		font-size: 14px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.item_gift{
		font-size: 14px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	.item_gift_h{
		font-size: 16px;
	}
	
	.item_gift select{
		height: 30px;
		widows: 200px;
	}
	
	.item_kazu{
		margin-bottom: 10px;
	}
	
	.item_kazu > p{
		font-size: 16px;
	}
	
	.item_kazu > input{
		width:50px;
		height: 30px;
		font-size: 16px;
	}
	
	.item_zaiko{
		font-size: 16px;
		margin-bottom: 25px;
	}
	
	.item_cart .item_cart_btn{
		width:calc( 100% - 56px );
		height: 50px;
		font-size: 16px;
	}
	
	.item_cart .favorite-button{
		width:50px;
		height: 50px;
	}
	
	.item_text{
		padding:30px 20px;
		font-size: 14px;
		margin-bottom: 80px;
	}
}

.item_reco{
	padding:60px 20px;
	max-width: 1150px;
	margin:0 auto;
    margin-bottom: 70px;
}

.item_reco_list{
	max-width: 1150px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:0 auto;
}

.item_reco_list::after {
  display: block;
  content:"";
  width: 30%;
}

.item_reco_list > li{
	width:30%;
}

.item_reco_list > li:nth-last-of-type(1) , .item_reco_list > li:nth-last-of-type(2), .item_reco_list > li:nth-last-of-type(3){
	margin-bottom: 0;
}

.item_reco_list > li > a{
	color:#000;
	text-decoration: none;
}



.item_reco_img{
	width:350px;
	min-height:350px;
    margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transition: .3s;
}

.item_reco_text{
  
	font-size: 18px;
	position: relative;
	padding-bottom: 44px;
}


.item_reco_h{
	display: table;
	font-weight: 600;
}

.item_reco_h > p:nth-of-type(2){
	margin-bottom: 10px;
    font-size:20px;
  font-weight: 800;
}

.item_reco_link{
	display: block;
	position: absolute;
	margin-top: 40px;
	width:350px;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	border:1px solid #000;
	background: #000;
	color:#fff;
	text-decoration: none;
	transition: .3s;
}

.item_reco_box a:hover{
	color:#000;
	background: #fff;
}

.item_reco_box a:hover .item_reco_img{
	opacity: 0.6;
}

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

  
	.item_reco_list > li > a{
		align-items: flex-start;
	}
  

	.item_reco_img{
		width:100%;
		min-height: 0;
      display: block;
	}
	
	.item_reco_img::before{
		display: block;
		content: "";
		padding-top: 100%;
	}
	
	.item_reco_text{
		width:100%;
		padding-bottom: 20px;
	}
  
  .item_reco_h{
	margin-bottom: -10px;
}

	
	.item_reco_pri{
		position: absolute;
		bottom:0;
		left: 0;
	}
	
	.item_reco_link{
		display: none;
	}
}

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

	
	.item_reco_list > li:nth-last-of-type(1) , .top_reco_list > li:nth-last-of-type(2), .top_reco_list > li:nth-last-of-type(3){
		margin-bottom: 40px;
	}
  
	.item_reco_box{
		width:48%;
	}
}

@media screen and (max-width:550px) {
  .item_reco_list > li{
	margin-left:auto;
    margin-right:auto;
	width:90%;
	}

	.item_reco_box{
		width:100%;
        margin-bottom: 60px;
	}
  
  .item_reco_list >li:nth-last-of-type(1), .item_reco_list > li:nth-last-of-type(2), .item_reco_list > li:nth-last-of-type(3) {
    margin-bottom: 60px;
}
	

}

.item_price span{
  font-size:56%;
  margin-left:6px;
}

.item_reco_h > p:nth-of-type(2) span{
  font-size:70%;
  margin-left:3px;
}

.top_reco_pri span{
  font-size:70%;
  margin-left:3px;
}

/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #000000;
  min-width: 30px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #d8d8d8;
  color: #000000;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #535353;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #535353;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #d8d8d8;
  background: #d8d8d8;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    margin-left: -4px;
    margin-top: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
  }
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}

.no_hit{
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 0 20px;
}