@charset "euc-jp";

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* ##########################################################################
Add Reset
########################################################################## */

ul{list-style:none}

/* ##########################################################################
Base
########################################################################## */

/* For Links
---------------------------------------------- */

a,a:active,a:visited,a:focus,a:hover{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

a {
	color: #000;
	text-decoration:none;
	transition: 0.3s;
}

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

/* For input
---------------------------------------------- */

input,textarea {
	outline: none;
}

textarea {
	resize: none;
}

/* clearfix
---------------------------------------------- */

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

.cf:after {
    clear:both;
}

/* Boxsizing
---------------------------------------------- */

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

/* Image
---------------------------------------------- */

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

/* font
---------------------------------------------- */

b, strong, .bold{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
}


/* ##########################################################################
Module
########################################################################## */

/* Block Span
---------------------------------------------- */

.m-block{
	display: block;
}

@media print, screen and (max-width: 959px){
	.m-block{
		display: inline;
	}
}

/* PC block SP block
---------------------------------------------- */

.pc-block{
	display: block;
}

.sp-block{
	display: none;
}

@media print, screen and (max-width: 959px){
	.pc-block{
		display: none;
	}
	.sp-block{
		display: block;
	}
}

/* ##########################################################################
Column
########################################################################## */

*, *:before, *:after {
	box-sizing: border-box;
}

.col_2{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_2 > div{
	width: 50%;
}

.col_3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col_3 > div{
	width: 33.3%;
}

@media screen and (max-width: 959px) {
	.col_2 > div{
		width: 100%;
	}
	.col_3 > div{
		width: 100%;
	}
}

/* ##########################################################################
Frame
########################################################################## */

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	min-width: 1170px;
	color: #111;
	background-color: #fff;
}

@media print, screen and (max-width: 959px){
	body {
		min-width: initial;
	}
}

/* header
---------------------------------------------- */

header {
	width: 100%;
}

.header_top {
	min-width: 1170px;
	padding: 8px 200px;
	background-color: #E87A37;
}

.header_top h2{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.header_inner {
	min-width: 1170px;
	padding: 12px 200px;
	display: flex;
	justify-content: space-between;
}

.header_inner_left {
	min-width: 270px;
	align-self: center;
}

.header_inner_left h1 img{
	max-width: initial;
}

.header_inner_right {
	min-width: 900px;
	padding-left: 20px;
}

.header_inner_rt {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

ul.header_sns {
	display: flex;
	justify-content: flex-end;
}

ul.header_sns li {
	margin-left: 10px;
}

.header_inner_rb {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}

.search_box {
	margin-right: 20px;
}

.search-form-003 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #777777;
    border-radius: 5px;
	background-color: #fff;
}

.search-form-003 input {
    width: 200px;
    height: 28px;
    padding: 3px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
    outline: none;
}

.search-form-003 input::placeholder{
    color: #777777;
}

.search-form-003 button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 28px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.search-form-003 button::after {
    width: 20px;
    height: 20px;
    background-image: url("https://tsuji-a.com/ec/images/icon_search.png");
	background-size: 20px;
    background-repeat: no-repeat;
    content: '';
}

ul.header_submenu {
    display: flex;
	font-size: 13px;
	font-weight: 600;
}

ul.header_submenu li{
    margin-right: 12px;
}

.submenu_hover {
	position: relative;
}

.submenu_dd {
	min-width: 220px;
	position: absolute;
	bottom: 0;
	display: none;
	background-color: #fff;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
	transform: translate(0, 100%);
	border-radius: 0 0 5px 5px;
	z-index: 9999;
}

.submenu_hover:hover > .submenu_dd,
.submenu_hover:focus > .submenu_dd {
	display: block;
}

.submenu_dd ul{
	padding: 12px 15px 10px 15px;
}

.submenu_dd ul li{
	line-height: 1.8em;
}

.submenu_fav{
    background-image:url("https://tsuji-a.com/ec/images/icon_fav.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left 3px;
	padding-left: 17px;
}

.submenu_login{
    background-image:url("../images/icon_account.png");
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left 3px;
	padding-left: 17px;
}

.submenu_cart{
	position: relative;
    background-image:url("https://tsuji-a.com/ec/images/icon_cart.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left 1px;
	padding-left: 19px;
}

.submenu_cart_count{
	position: absolute;
	padding: 3px 5px 3px 5px;
	font-size: 9px;
	line-height: 1;
    background-color: #E87A37;
	border-radius: 50px;
	color: #fff;
}

/* nav */

.gmenu {
	width: 100%;
	padding: 0px 200px;
	position: relative;
	background-color: #F2F1F0;
	margin-bottom: 38px;
}

.gmenu ul.gmenu_ul{
	font-size: 0;
	line-height: 0;
}
 
.gmenu li.gmenu_item {
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.6em;
}

.gmenu li.gmenu_item a {
	display: block;
	padding: 10px 20px;
}
 
.gmenu li.gmenu_item:hover > a {
	color: #fff;
	background-color: #E87A37;
}

.gmenu li.gmenu_item a span.nav_arrow {
	padding-right: 14px;
	background-image: url("https://tsuji-a.com/ec/images/arrow_down_bk.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right 8px;
}

.gmenu li.gmenu_item:hover a span.nav_arrow {
	padding-right: 14px;
	background-image: url("https://tsuji-a.com/ec/images/arrow_down_wh.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: right 8px;
}

.child_menu01, .child_menu02 {
	width: 100%;
	position: absolute;
  	top: 100%;
	left: 0;
	padding: 24px 200px;
	color: #333;
	background-color: #fff;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 9999;
}
 
.gmenu_item:hover .child_menu01, .gmenu_item:hover .child_menu02 {
	display: block;
}
 
.child_menu01 a:hover, .child_menu02 a:hover {
}

.child_menu01 h4{
	font-size: 13px;
	font-weight: 600;
}

.child_menu01 h4 a{
	padding: 0px 0px !important;
}

.child_menu01 ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
	align-items: center;
}

.child_menu01 ul a{
	width: 25%;
	padding: 4px 5px !important;
}

.child_menu01 ul li{
	display: flex;
    align-items: center;
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
}

.child_menu01 ul li img{
	flex: none;
}

.child_menu01 ul li span{
	padding-left: 14px;
}

.child_menu02 ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4px;
}

.child_menu02 ul li{
	width: 25%;
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
}

.child_menu02 ul li a{
	padding: 6px 5px !important;
}

@media print, screen and (max-width: 959px){
	.header_top {
		display: none;
	}
	.header_inner {
		min-width: initial;
		width: 100%;
		padding: 0 0px;
		display: block;
	}
	.header_inner_left {
		min-width: initial;
		width: 100%;
		padding: 20px 0;
		text-align: center;
		position: relative;
	}
	ul.sp_submenu {
		position: absolute;
		top: 30px;
		right: 20px;
		display: flex;
	}
	ul.sp_submenu li{
		padding-left: 15px;
	}
	li.sp_submenu_cart{
		position: relative;
	}
	li.sp_submenu_cart span.sp_submenu_cart_count{
		position: absolute;
		padding: 3px 5px 3px 5px;
		font-size: 9px;
		line-height: 1;
		background-color: #E87A37;
		border-radius: 50px;
		color: #fff;
	}
	.header_inner_right {
		min-width: initial;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #F2F1F0;
	}
	.header_inner_rb {
		display: block;
		justify-content: center;
		align-items: flex-end;
		flex-wrap: wrap;
	}
	.search_box {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.search-form-003 {
		width: 280px;
		margin: 0 auto;
	}
	ul.header_sp_link {
		text-align: center;
	}
	ul.header_sp_link li{
		display: inline;
		font-size: 12px;
		padding: 0 4px;
	}
	.header_inner_rt {
		display: none;
	}
	ul.header_submenu {
		display: none;
	}
}

/* sp_menu
---------------------------------------------- */

@media print, screen and (max-width: 959px){

	.menu-btn {
		position: fixed;
		top: 20px;
		left: 10px;
		display: flex;
		height: 45px;
		width: 45px;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		border-radius: 10%;
		z-index: 999;
	}
	.menu-btn span {
		content: '';
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 3px;
		background-color: #111;
		position: absolute;
		right: 12px;
	}
	.menu-btn span:before {
		content: '';
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 3px;
		background-color: #111;
		position: absolute;
	}
	.menu-btn span:after {
		content: '';
		display: block;
		height: 2px;
		width: 20px;
		border-radius: 3px;
		background-color: #111;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 6px;
		right: 0px;
	}
	.menu-btn span:after {
		top: 6px;
		right: 0px;
	}

	/* ハンバーガーメニュー */

	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		width: 20px;
		transform: rotate(45deg);
		background-color: #111;
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		width: 20px;
		transform: rotate(-45deg);
		background-color: #111;
	}

	#menu-btn-check {
		display: none;/*チェックボックス非表示*/
	}

	/* メニュー装飾 */

	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: -100%;/*leftの値を変更してメニューを画面外へ*/
		z-index: 998;
		background-color: #fff;
		transition: all 0.2s;/*アニメーション設定*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.menu-content_inner {
		padding: 60px 40px;
		text-align: left;
	}

	#menu-btn-check:checked ~ .menu-content {
		left: 0;/*メニューを画面内へ*/
	}

	.sp_menu_btn {
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.sp_menu_btn div{
		margin: 5px;
	}
	
	.sp_menu_account{
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	
	.sp_menu_account div{
		width: 50%;
		font-size: 13px;
		font-weight: 600;
	}
	.sp_menu_account div.sp_menu_myaccount a{
		display: block;
		padding: 5px 10px 6px 10px;
		color: #fff;
		background-color: #333333;
		text-align: center;
	}
	
	.sp_menu_account div.sp_menu_signup a{
		display: block;
		padding: 5px 10px 6px 10px;
		color: #fff;
		background-color: #E87A37;
		text-align: center;
	}
  
	.sp_menu_cart{
		position: relative;
	}
	
	.sp_menu_cart span.sp_menu_cart_count{
		position: absolute;
		top: 3px;
		right: 3px;
		padding: 3px 5px 3px 5px;
		font-size: 9px;
		line-height: 1;
		background-color: #E87A37;
		border-radius: 50px;
		color: #fff;
	}
	
	.sp_menu_list h4{
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	.sp_menu_list ul{
		margin-bottom: 20px;
	}
	
	.sp_menu_list ul li{
		margin-bottom: 10px;
	}
	
	ul.sp_menu_sns{
		display: flex;
	}
	
	ul.sp_menu_sns li{
		margin-right: 10px;
	}
	
	.acd-check{
		display: none;
	}
	.acd-label{
		display: block;
		position: relative;
		font-weight: 600;
		border-top: 1px solid #333;
		padding-top: 8px;
		margin-bottom: 14px;
	}
	.acd-label:after{
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		background-image: url("https://tsuji-a.com/ec/images/icon_plus.png");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		right: 4px;
		top: 15px;
	}
	.acd-content{
		display: block;
		height: 0;
		opacity: 0;
		transition: .0s;
		visibility: hidden;
	}
	.acd-check:checked + .acd-label:after{
		content: '';
		background-image: url("https://tsuji-a.com/ec/images/icon_minus.png");
	}
	.acd-check:checked + .acd-label + .acd-content{
		height: auto;
		opacity: 1;
		visibility: visible;
	}

}

/* contents
---------------------------------------------- */

.contents{
	min-width: 1170px;
	padding: 0 200px;
	display: flex;
	justify-content: space-between;
}

main{
	order: 2;
	width: 758px;
	padding-bottom: 60px;
}

aside{
	order: 1;
	width: 250px;
	flex-shrink: 0;
	margin-right: 40px;
}

aside h4{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 0;
}

aside h4:first-child{
	background-image: url("https://tsuji-a.com/ec/images/character_img01.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 36px;
}

aside h4.side_title03{
	background-image: url("https://tsuji-a.com/ec/images/character_img0２.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 28px;
}

.side_category_menu{
	margin-bottom: 16px;
}

.side_category_menu li{
	line-height: 1.2;
	margin-bottom: 12px;
}

.side_bnr{
	padding-top: 10px;
}

.side_bnr ul li{
	margin-bottom: 18px;
}

.side_link{
	margin-bottom: 20px;
	padding: 10px 14px;
	border-radius: 8px;
	background-color: #F8F6F1;
}

.side_link h4{
	margin-bottom: 10px;
	padding: 0px 0;
	text-align: center;
}

.side_link ul{
	line-height: 2.0em;
}

.heading01{
	text-align: center;
	margin-bottom: 20px;
}

.heading01 span{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
}

.heading02{
	text-align: center;
	margin-bottom: 15px;
}

.heading02 span{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
}

/* 横スクロール */

.top_item{
	display: flex;
	max-width: 758px;
	margin:0 auto 20px;
	overflow-x: auto;
}

.top_item div{
	width: 22%;
	margin: 0 5px;
	padding-bottom: 10px;
	flex-shrink: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.4;
}

.top_item div img{
	margin-bottom: 10px;
}

.top_item::-webkit-scrollbar {
	height: 8px; /* スクロールバーの高さ */
}
 
.top_item::-webkit-scrollbar-thumb {
	background: #c1c1c1; /* ツマミの色 */
	border-radius: 6px; /* ツマミ両端の丸み */
}
 
.top_item::-webkit-scrollbar-track {
	background: #fafafa; /* トラックの色 */
	border: 1px solid #eee;
	border-radius: 6px; /* トラック両端の丸み */
}

.top_item div p a img {
	display: none !important;
}

/* ランキング */

.top_ranking div{
	position: relative;
}

span.rank_icon{
	position: absolute;
	display: inline-block;
	padding: 2px 8px 4px 8px;
	top: 0;
	left: 0;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
}

span.rank{
	font-size: 11px;
}

span.rank01{
	background-color: #E6B837;
}
span.rank02{
	background-color: #707070;
}
span.rank03{
	background-color: #E87A37;
}
span.rank04{
	background-color: #B2D647;
}
span.rank05{
	background-color: #E6B837;
}
span.rank06{
	background-color: #707070;
}
span.rank07{
	background-color: #E87A37;
}
span.rank08{
	background-color: #B2D647;
}

.slick-disabled{
	display: none !important;
}

.top_item_price{
	display: block;
	font-weight: 600;
}

.top_list_price{
	color: #E50012;
	display: block;
}

.top_selling_price{
	color: #E50012;
	display: block;
	font-weight: 600;
}

.more_btn01{
	text-align: center;
	margin-bottom: 30px;
}

.more_btn01 a{
	display: inline-block;
	padding: 4px 50px 5px 50px;
	border-radius: 50px;
	background-color: #E87A37;
	color: #fff;
	font-weight: 600;
	position: relative;
}

.more_btn01 a::after{
	content: "";
	position: absolute;
	display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 1em;
    height: 1em;
	background-image: url("https://tsuji-a.com/ec/images/arrow_right_wh.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}

.more_btn01 a:hover{
	background-color: #EFA072;
}

ul.top_bnr{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 15px;
}

ul.top_bnr li{
	width: 50%;
	padding: 5px;
}

ul.top_bnr_more{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top: 15px;
	margin-bottom: 0px;
}

ul.top_bnr_more li{
	width: 50%;
	padding: 5px;
}

/* inputを非表示 */
input[type="checkbox"].on-off{
	opacity: 0;
	display: none;
}

.open-box{
	margin-bottom: 30px;
}

/* ラベル（「表示を増やす」ボタン） */
.open-box_btn{
	text-align: center;
}

.open-label span{
	display: inline-block;
	padding: 4px 50px 5px 50px;
	border-radius: 50px;
	background-color: #F8F6F1;
	color: #E87A37;
	font-weight: 600;
	position: relative;
}

.open-label span::after{
	content: "";
	position: absolute;
	display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 1em;
    height: 1em;
	background-image: url("https://tsuji-a.com/ec/images/icon_more.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
}

/* ボタン効果 */
.open-label span:active{
	box-shadow: 0 0 0 0;
}
.open-label span:hover{
	background-color: #F0ECE1;
}

/* 開閉エリア */
.open{
	padding: 0 1em;
	height: 0;
	display: none;
}

/* 「開く」をタップで表示 */
.on-off:checked  ~ .open{
	padding: 0 0;
	height: auto;
	display: block;
}

@media print, screen and (max-width: 959px){
	.contents{
		min-width: initial;
		width: 100%;
		padding: 0 0px;
	}
	main{
		width: 100%;
		padding-bottom: 30px;
	}
	.sp_main{
		padding: 0 20px;
	}
	aside{
		display: none;
	}
	.top_item div{
		width: 40%;
	}
	ul.top_bnr li{
		width: 100%;
		text-align: center;
	}
	ul.top_bnr_more li{
		width: 100%;
	}
}

/* mv_slider
---------------------------------------------- */

.mv_slider{
	width: 758px;
	position: relative;
}

.slide_card{
	padding: 0 10px;
}

.prev-arrow{
	width: 38px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}
.prev-arrow:hover{
	opacity: 0.7;
}
.next-arrow{
	width: 38px;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	cursor: pointer;
	z-index: 100;
}
.next-arrow:hover{
	opacity: 0.7;
}

@media print, screen and (max-width: 959px){
	.mv_slider{
		width: 100%;
	}

	.slide_card{
		padding: 0 0px;
	}
}

/* product_list
---------------------------------------------- */

.product_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.product_list div{
	width: 25%;
	padding: 15px;
	flex-shrink: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.4;
}

.product_list div img{
	margin-bottom: 10px;
}

ul.subcategory_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

ul.subcategory_list li{
	width: 25%;
	font-size: 13px;
	line-height: 1.4;
	background-image: url("https://tsuji-a.com/ec/images/arrow_subcate.png");
	background-repeat: no-repeat;
	background-size: 8px;
	background-position: left 10px;
	padding: 4px 12px;
}

.product_list_nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.c-pager__total{
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
}

/* ページナビ */

ul.c-pager-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

ul.c-pager-list li {
	margin: 0 10px;
	font-weight: 600;
}

ul.c-pager-list li a{
	padding: 5px 15px 6px 15px;
	color: #fff;
	background-color: #E87A37;
	border-radius: 4px;
}

ul.c-pager-list li a:hover{
	background-color: #EFA072;
}

ul.c-pager-list li a.nolink{
	background-color: #ddd;
	cursor: default;
}

ul.c-pager-list li a.nolink:hover{
	background-color: #ddd;
}

span.c-pager-prev{
	padding-left: 14px;
	background-image: url("https://tsuji-a.com/ec/images/arrow_left_wh.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: left 6px;
}

span.c-pager-next{
	padding-right: 14px;
	background-image: url("https://tsuji-a.com/ec/images/arrow_right_wh.png");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 6px;
}

@media print, screen and (max-width: 959px){
	.product_list div{
		width: 50%;
	}
	ul.subcategory_list li{
		width: 50%;
	}
	.c-pager-list__item {
		display: none;
		min-width: 45px;
		line-height: 35px;
	}
	.c-pager-list__item.is-visible {
		display: block;
		margin-left: 5px;
		margin-right: 5px;
		width: auto;
	}
	.c-pager-list__item.is-center {
		width: 120px;
		background: #E87A37;
	}
	.c-pager-list__link {
		min-width: 40px;
		line-height: 36px;
	}
	.c-pager-list__link.is-prev:before {
		right: 14px;
	}
	.c-pager-list__link.is-current {
		border: 0;
		padding-right: 10px;
		padding-left: 10px;
	}
	.c-pager-list__link.is-next:before {
		left: 14px;
	}
	.c-pager-list__page {
		display: inline-block;
	}
}

/* product
---------------------------------------------- */

p.pan{
	font-size: 12px;
	margin-bottom: 20px;
}

h2.product_title{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.product_contents{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.product_photo{
	width: 44%;
}

.product_photo figure{
	width: 100%;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.product_photo ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product_photo li{
	width: 25%;
	padding: 5px;
}

.product_photo li img{
	cursor: pointer;
}

.product_info{
	width: 52%;
}

.product_info h4{
	font-weight: 600;
	margin-bottom: 10px;
}

.product_info ul{
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.product_price p{
	color: #E50213;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.product_desc01{
	margin-bottom: 20px;
}

.product_desc02{
	margin-bottom: 20px;
}

table.product_spec{
	width: 80%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
}

table.product_spec th{
	width: 40%;
	padding: 5px 12px 6px 12px;
	background-color: #F2F1F0;
	border-bottom: 1px solid #fff;
}

table.product_spec td{
	padding: 5px 12px 6px 12px;
	border-bottom: 1px solid #F2F1F0;
}

.product_quantity{
	margin-bottom: 30px;
}

.product_quantity label{
	display: inline;
	margin-right: 20px;
}

input.product-init-num{
	margin: 0 5px 0 10px;
    width: 120px;
    height: 28px;
    padding: 3px 15px;
    border: 1px solid #777777;
    border-radius: 4px;
	font-size: 1em;
}

.cart_btn{
	margin-bottom: 30px;
}

.cart_btn button{
	display: inline-block;
	padding: 11px 70px;
	border-radius: 50px;
	background-color: #E87A37;
	color: #fff;
	font-weight: 600;
	position: relative;
	border: 0;
	cursor: pointer;
}

.cart_btn button::after{
	content: "";
	position: absolute;
	display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 28px;
    width: 18px;
    height: 18px;
	background-image: url("https://tsuji-a.com/ec/images/icon_product_cart.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
}

.cart_btn button:hover{
	background-color: #EFA072;
}

/* アレルギーテーブル */

table#nutrition{
	width: 60%;
	margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
}

table#nutrition th {
	width: 40%;
	padding: 5px 12px 6px 12px;
	background-color: #F2F1F0;
	border-bottom: 1px solid #fff;
}

table#nutrition td {
	padding: 5px 12px 6px 12px;
	border-bottom: 1px solid #F2F1F0;
}

@media print, screen and (max-width: 959px){
	p.pan{
		margin-top: 20px;
	}
	.product_contents{
		display: block;
	}
	.product_photo{
		width: 100%;
		margin-bottom: 20px;
	}
	.product_photo figure{
		aspect-ratio: initial;
	}
	.product_info{
		width: 100%;
	}
	input.product-init-num{
		width: 80px;
	}
	.cart_btn{
		text-align: center;
	}
}

/* bottom_category
---------------------------------------------- */

.bottom_category{
	min-width: 1170px;
	padding: 0 200px;
	margin-bottom: 50px;
}

.bottom_category h3{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
	margin-bottom: 20px;
}

.bottom_category h4{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 4px;
}

.bottom_category ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 14px;
	align-items: center;
}

.bottom_category ul a{
	width: 25%;
	padding: 6px;
}

.bottom_category ul li{
	display: flex;
    align-items: center;
}

.bottom_category ul li img{
	flex: none;
}

.bottom_category ul li span{
	padding-left: 14px;
}

@media print, screen and (max-width: 959px){
	.bottom_category{
		min-width: initial;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.bottom_category ul a{
		width: 50%;
		padding: 6px;
	}
}

/* sp_bnr
---------------------------------------------- */

.sp_bnr {
	display: none;
}

@media print, screen and (max-width: 959px){
	.sp_bnr{
		display: block;
		padding: 20px 20px;
		text-align: center;
	}
	.sp_bnr ul li{
		margin-bottom: 18px;
	}
}

/* shopping_guide
---------------------------------------------- */

.shopping_guide {
	min-width: 1170px;
	padding: 30px 200px;
	background-color: #F8F6F1;
}

.shopping_guide h3{
	color: #E87A37;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
}

.shopping_guide_col{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.shopping_guide_box{
	width: 33.3%;
	padding: 10px 15px;
}

.shopping_guide_box p{
	margin: 10px 0;
}

.shopping_guide_box h4{
	font-weight: 500;
}

.shopping_guide_box span{
	color: #E50012;
	font-weight: 500;
}

.shopping_guide_box img{
	margin: 10px 0 20px 0;
}

.shopping_guide_box table {
	width: 100%;
	margin-bottom: 20px;
}

.shopping_guide_box table th, .shopping_guide_box table td {
	text-align: left;
	padding: 10px;
	border: solid 1px #C7B289;
}
.shopping_guide_box table th {
	width: 80px;
	padding: 10px;
	background: #FFCC66;
}
.shopping_guide_box table td {
	background: #FFFFFF;
}
.shopping_guide_box table .cool_delivery {
	background: #DCE5FF;
}

@media print, screen and (max-width: 959px){
	.shopping_guide {
		min-width: initial;
		width: 100%;
		padding: 20px 20px;
	}
	.shopping_guide h3{
		margin-bottom: 15px;
	}
	.shopping_guide_box{
		width: 100%;
		padding: 0 0 10px 0;
	}
	.shopping_guide_box img{
		margin: 0 0 20px 0;
	}
	.shopping_guide_box table {
		margin-bottom: 10px;
	}
}

/* footer
---------------------------------------------- */

footer {
	min-width: 1170px;
	padding: 40px 200px;
}

.copyright {
	text-align: center;
}

@media print, screen and (max-width: 959px){
	footer {
		min-width: initial;
		width: 100%;
		padding: 20px 20px;
	}
}

/* free page
---------------------------------------------- */

.single_page {
	margin-bottom:40px;
}

.single_page_block {
	margin-bottom:20px;
}

.single_page p{
	margin:10px 0;
}

.single_page p.mb20{
	margin:10px 0 20px 0;
}

.single_page h3{
	font-size:16px;
	font-weight:600;
	margin-bottom:10px;
}

.single_page h3.heading{
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
}

.single_page h4{
	font-size:14px;
	font-weight:600;
	margin-bottom:10px;
}

.single_page ol{
	list-style-type:decimal;
	margin-left: 18px;
}

.single_page ol li{
	margin-bottom: 20px;
}

.single_page span.red{
	color: #E50012;
}

.single_page .deliv_free{
  border: 1px solid #dededd;
  padding:10px;
  margin-bottom:10px;
  font-weight:bold;
  color:#ff0000;
}

.single_page .deliv_ng{
  border: 1px solid #dededd;
  padding:10px;
  margin-bottom:10px;
}

.single_page dl.deliv_list{
}

.single_page dl.deliv_list dt{
  font-weight:bold;
  margin-bottom:5px;
}

.single_page dl.deliv_list dd{
  margin-bottom:10px;
}

.deliv_table{
	margin-bottom: 20px;
}

.deliv_table table{
	width: 100%;
	background-color: #dededd;
	border-collapse:separate;
	border-spacing:1px;
	font-weight: bold;
}

.deliv_table table span{
	color: #FF0000;
}

.deliv_table table th{
	background-color: #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.deliv_table table td{
	background-color: #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.deliv_table_sp {
	display: none;
}

.faq_box{
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
	overflow: hidden;
}

h3.faq_heading{
	font-size: 16px;
	font-weight: 600;
	border-bottom: none;
}

.faq_box_q{
	background-color: #efefef;
	border-bottom: 1px solid #ddd;
	padding: 12px 20px 2px 20px;
}

.faq_box_a{
	padding: 8px 20px;
}

table.tb01{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
    border-spacing:1px;
    border-collapse:separate;
    background-color: #dededd;
}

table.tb01 th{
    width: 30%;
    padding: 8px;
    background-color: #FBF8EF;
    text-align: left;
    vertical-align: top;
}

table.tb01 td{
    padding: 8px;
    background-color: #FFF;
}

table.tb02{
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    border-top: 1px solid #dededd;
}

table.tb02 th{
    width: 30%;
    padding: 8px;
    border-bottom: 1px solid #dededd;
    text-align: left;
    vertical-align: top;
}

table.tb02 td{
    padding: 8px;
    border-bottom: 1px solid #dededd;
    vertical-align: top;
}

/* 動画ページ 20230609 */

.item-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.item-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.movie_title {
	font-size:16px;
	font-weight:normal !important;
	margin-top:10px;
	margin-bottom:30px;
}

@media print, screen and (max-width: 959px){
	.deliv_table {
		display: none !important;
	}
	.deliv_table_sp {
		display: block;
		margin-bottom: 20px;
	}
 .deliv_table_sp table{
	width: 100%;
	background-color: #dededd;
	border-collapse:separate;
	border-spacing:1px;
	font-weight: bold;
}

.deliv_table_sp table span{
	color: #FF0000;
}

.deliv_table_sp table th{
	background-color: #F7F0E1;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.deliv_table_sp table td{
	background-color: #FFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
}

/* お知らせページ 20240621 */

	table.price_list {
		background-color: #333;
		font-size: 13px;
		border: 0;
		border-spacing: 1px;
		border-collapse: separate;
	}
	table.price_list th{
		padding: 2px 4px;
		background-color: #ddd;
	}
	table.price_list td{
		padding: 2px 4px;
		background-color: #fff;
		text-align: center;
	}
	table.price_list td a{
		text-decoration:underline;
	}

/* 特集メニュー 20240625 */

dl.side_sf_menu{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}

dl.side_sf_menu dt{
	width: 30%;
	margin-bottom: 10px;
}

dl.side_sf_menu dd{
	width: 70%;
	margin-bottom: 10px;
	line-height: 1.2;
}

ul.side_tag_menu{
	margin: 20px 0;
}

ul.side_tag_menu li{
	display: inline-block;
	margin: 0 4px 10px 0;
}

ul.side_tag_menu li a{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: #E87A37;
	padding: 3px 12px 5px 12px;
	border-radius: 50px;
}

ul.side_tag_menu li a:hover{
	opacity: 0.7;
}

ul.sp_tag_menu{
	margin: 20px 0;
}

ul.sp_tag_menu li{
	display: inline-block;
	margin: 0 8px 14px 0;
}

ul.sp_tag_menu li a{
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	background-color: #E87A37;
	padding: 3px 12px 5px 12px;
	border-radius: 50px;
}

ul.sp_tag_menu li a:hover{
	opacity: 0.7;
}

/* 営業カレンダー20241227 */

.tbl_calendar_title {
  background-color: #BAD07C;
  padding:2px 10px 4px 10px;
  color: #ffffff;
  text-align:center;
}

.tbl_calendar_note {
  margin-bottom:20px;
  font-size:13px;
}

.tbl_calendar_note span {
  color: #BAD07C;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width:100%;
  margin-bottom:10px;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

@media print, screen and (max-width: 959px){
.tbl_calendar_title {
  width:250px;
  margin: 0 auto;
}
.tbl_calendar {
  width:250px;
  margin: 0 auto;
}
}