@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .mainImg {
	position: relative;
	margin-bottom: 5px;
}

#main .mainImg .innerBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#main .mainImg .innerBox .box {
	margin: 0 auto;
	width: 1214px;
	height: 100%;
	position: relative;
}

/*
#main .mainImg .h2Ttl {
	margin-top: -3px;
	position: absolute;
	top: 50%;
	left: 0;
	color: #FFF;
	font-size: 80px;
	line-height: 1.0;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
*/
#main .mainImg ul li {
	position:relative;
}
#main .mainImg .h2Ttl {
	margin-top: -3px;
	position: absolute;
	top:50%;
	left: 0;
/*
	color: #222;
*/
	color: #005032;
	font-size: 40px;
	line-height: 1.0;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

#main .mainImg .h2Ttl span {
	margin-left: 3px;
	display: block;
	font-size: 30px;
	line-height: 0.4;
	font-weight: normal;
}

#main .slick-dots {
	margin-top: 7px;
	padding-right: 8px;
	text-align: center;
	z-index: 10;
	position: relative;
}

#main .slick-dots li {
	margin: 0 5px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #E5E5E5;
	cursor: pointer;
	border-radius: 50%;
}

#main .slick-dots li button {
	display: none;
}

#main .slick-dots li.slick-active {
	background-color: #000;
}

#main .slick-arrow {
	text-indent: -9999px;
	width: 7px;
	height: 12px;
	border: none;
	position: absolute;
	cursor: pointer;
}

#main .slick-prev {
	display: none !important;
/*
	margin-left: -160px;
	bottom: 4px;
	left: 50%;
	background: url(../img/index/btn01.png)  no-repeat left top;
	background-size: auto 100%;
	z-index: 100;

	transform: translate(-400%,0);
*/
}

#main .slick-next {
	display: none !important;
/*
	margin-right: -160px;
	bottom: 4px;
	right: 50%;
	background: url(../img/index/btn02.png) no-repeat left top;
	background-size: auto 100%;
	z-index: 100;

	transform: translate(400%,0);
*/
}

#main .feature {
	margin: 10px 0 40px;
	padding: 20px 0 10px;
/*
	background-color: #E4E4E4;
*/
	overflow: hidden;
}
/*
#main .feature p {
	margin: 0 0 17px 50px;
	font-size: 18px;
	letter-spacing: 0.4px;
}
*/
#main .feature p {
	margin: 4px 32px 0 0;
	float: right;
}

#main .feature p a {
	font-size: 14px;
	position: relative;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}

#main .feature p a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left:106px;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #040404;
	border-right: 2px solid #040404;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main .feature p a:hover {
	opacity: 0.7;
}

/*　20250624
#main .feature ul li {
	margin-right: 1.55%;
	max-width: 300px;
	width: 15.8%;
	float: left;
	overflow: hidden;
}

#main .feature ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#main .feature ul li {
	margin-right: 1.2%;
	max-width: 300px;
	width:calc((100% - 1.55% * 5)/6);
}
#main .feature ul li:nth-child(6n) {
	margin-right: 0;
}
#main .feature ul li a {
	display: block;
}

#main .feature ul li a:hover {
	opacity: 0.7;
}

#main .feature ul li:first-child {
	margin-left: -8px;
}

#main .feature ul li:last-child {
	margin-right: -10px;
}

#main .feature ul li img {
	width: 97%;
	-webkit-transition: .8s;
	transition: .8s;

	padding: 0px 10px;
}
*/


#main .feature ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;               /* li間の余白 */
    padding: 20px;           /* ulの余白 */
}

#main .feature ul li {
    flex: 0 1 calc(16.666% - 10px);
    box-sizing: border-box;
}

#main .feature ul li img {
    width: 100%;             /* 画像をliいっぱいに */
    transition: 0.8s;
}

/* SP：スマホ表示（2カラム） */
@media screen and (max-width: 768px) {
    #main .feature ul {
        padding: 10px;       /* スマホでは少し余白を減らす */
    }

    #main .feature ul li {
        flex: 0 1 calc(50% - 5px); /* 2カラムに */
    }

    #main .feature ul li img {
        width: 100%;         /* 右側に余白が出ないように */
    }
}

#main .feature ul li a:hover img {
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

#main .mainBox {
	margin: 0 auto;
	width: 1200px;
}

.ttlBox {
	margin: 0 0 25px -4px;
}

.headLine01 {
	float: left;
	font-size: 36px;
	font-weight: normal;
}

.headLine01 span {
	margin-left: 16px;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1.4px;
}

.ttlBox .link {
	margin-top: 22px;
	float: right;
}

.ttlBox .link a {
	display: inline-block;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
/*
	background: url(../img/index/icon04.jpg) no-repeat right 4px;
*/
}
.ttlBox .link a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left:90px;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #040404;
	border-right: 2px solid #040404;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ttlBox .link a:hover {
	opacity: 0.7;
}

#main .textList {
	margin: 0 0 0 13px;
}

#main .textList li {
	margin: 0 70px 74px 0;
	float: left;
	width: 240px;
}

#main .textList li a {
	display: block;
	position:relative;
}

#main .textList li a:before
{
	display:inline-block;
	font-size: 0.8em;
	padding: 3px 5px;
	position:absolute;
	z-index:10;
	font-weight:bold;
	border-radius:0 0 3px 3px;
}
#main .textList li a.new:before
{
	content:"New!";
	background:#ffd700;
	color:#333;
	letter-spacing:0px;
}
#main .textList li a.soldout:before
{
	content:"SOLD OUT";
	background:#808080;
	color:#fff;
	letter-spacing:0px;
}
#main .textList li a.little:before
{
	content:"残り僅か";
	background:#1e90ff;
	color:#fff;
	letter-spacing:-1px;
}
#main .textList li a.recommend:before
{
	content:"オススメ!";
	background:#00aeef;
	color:#fff;
	letter-spacing:-1px;
}
#main .textList li a.comingsoon:before
{
	content:"Coming Soon!";
	background:#8ccb4c;
	color:#fff;
	letter-spacing:0px;
}
#main .textList li a.salesend:before
{
	content:"販売終了";
	background:#ab6161;
	color:#fff;
	letter-spacing:0px;
}

#main .textList li a.yoyaku::after
{
	line-height:1.2;
	letter-spacing:0.5em;
	display:inline-block;
	font-size:1em;
	padding: 8px 10px;
	position:absolute;
	z-index:10;
	font-weight:bold;
	width:42px;
	height:42px;
	border-radius:50%;
	content:"予約\a商品";
	background:#ff7800;
	color:#fff;
	letter-spacing:-1px;
	top:0;
	right:0;
	box-shadow:0 0 2px #fff;
}


#main .textList li a::after
{
	line-height:1.2;
	letter-spacing:0.5em;
	display:inline-block;
	font-size:1em;
	padding: 8px 10px;
	position:absolute;
	z-index:10;
	font-weight:bold;
	width:42px;
	height:42px;
	border-radius:50%;
	color:#fff;
	letter-spacing:-1px;
	top:0;
	right:0;
	box-shadow:0 0 2px #fff;
}
#main .textList li a.yoyaku::after
{
	content:"予約\a商品";
	background:#ff7800;
}
#main .textList li a.juchu::after
{
	content:"受注\a生産";
	background:#008b8b;
}
#main .textList li a.kobetsu::after
{
	content:"個別\a発送";
	background:#0000cd;
}



#main .textList li a:hover {
	opacity: 0.7;
}

#main .textList li:nth-child(4n) {
	margin: 0 0 0 -10px;
}

#main .textList .photo {
	margin: 0 0 15px 10px;
	text-align: center;
	overflow: hidden;
	width: 214px;
	height:240px;
}

#main .textList .photo img {
	-webkit-transition: .8s;
	transition: .8s;
	width:214px;
	height:240px;
	object-fit:contain;
}

#main .textList li a:hover .photo img {
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

#main .textList p {
	line-height: 1.7;
}

#main .textList .ttl {
	margin-bottom: 5px;
	color: #494949;
	font-size: 14px;
	font-weight: bold;
}

#main .textList .ttl span {
	display: block;
	/* color: #E30C1B; */
	color: #fb7c00;
	font-size: 16px;
}

.price_off {
	font-weight:normal;
	color:#565656 !important;
	text-decoration: line-through;
}
#main .bgBox {
	margin: -28px 0 0;
	padding: 36px 0 56px;
	background-color: #E4E4E4;
}

#main .ttlBox .time {
	padding-top: 22px;
	float: right;
	font-size: 14px;
}

#main .ttlBox01 {
	margin-bottom: 33px;
}

#main .textUl li {
	margin-right: 30px;
	float: left;
	width: 300px;
	position: relative;
	padding-top:40px;
}

#main .textUl li a {
	display: block;
}

#main .textUl li a:hover {
	opacity: 0.7;
}

#main .textUl li:last-child {
	margin-right: 0;
}

#main .textUl li:first-child {
	width: 540px;
	padding-top:61px;
}

#main .textUl .title {
	padding: 5px 21px 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	box-sizing: border-box;
	z-index: 100;
}

#main .textUl .title p {
	color: #FFF;
	font-size: 20px;
}

#main .textUl .title img {
	margin-right: 7px;
	vertical-align: -1px;
}

#main .textUl li:first-child .title {
	padding-top: 9px;
}

#main .textUl li:first-child .title p {
	font-size: 30px;
}

#main .textUl li:first-child .title img {
	margin-right: 16px;
}

#main .textUl li .photo {
	margin-bottom: 22px;
	overflow: hidden;
	background:#fff;
}

#main .textUl li .photo img{
	-webkit-transition: .8s;
	transition: .8s;
/*
	width:300px;
	height:200px;
*/
	width:300px;
	height:300px;
	object-fit:contain;
}
#main .textUl li:first-child .photo img{
/*
	width:539px;
	height:360px;
*/
	width:539px;
	height:539px;
}

#main .textUl li a:hover .photo img {
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

#main .textUl p {
	margin-left: -1px;
	line-height: 1.7;
}

#main .textUl .ttl {
	margin-bottom: 9px;
	color: #2679BD;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.44;
}

#main .textUl .ttl span {
	margin-top: 9px;
	display: block;
	color: #E30C1B;
	font-size: 16px;
}

#main .textUl li:first-child .ttl {
	margin-bottom: 5px;
}

#main .textUl li:first-child .ttl span {
	margin-top: 10px;
}

#main .ttlBox02 {
	margin: 30px 0 38px -4px;
}

#main .photoList {
	margin: -30px 0 0 -1px;
}

#main .photoList li {
	margin: 30px 30px 0 0;
	width: 380px;
	float: left;
	background-color: #FFF;
}

#main .photoList li a {
	display: block;
}

#main .photoList li a:hover {
	opacity: 0.7;
}

#main .photoList .photo {
	overflow: hidden;
	text-align:center;
}
#main .photoList .photo .noimg{
	width:200px;
	height:200px;
	margin:auto;
	background:#007e4e;
	color:#fff;
	font-size:1.3rem;
	padding:80px 10px 0;
}

#main .photoList .photo img {
	-webkit-transition: .8s;
	transition: .8s;
	width: 240px;
	height: 240px;
	margin:auto;
	object-fit: contain;
}

#main .photoList li a:hover .photo img {
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}

#main .photoList li:nth-child(3n) {
	margin-right: 0;
}

#main .photoList .textBox {
	padding: 28px 36px 31px 39px;
}

#main .photoList p {
	font-size: 14px;
	line-height: 1.4;
}

#main .photoList .ttl {
	margin: 0 0 14px -2px;
	font-size: 18px;
	line-height: 1.35;
}

#main .bgBox02 {
	padding-bottom: 50px;
}

.bigPhoto{
	background:no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 180px 0;
	}
.bigPhoto img{display: none;}

@media all and (min-width: 0) and (max-width: 767px) {
	.ttlBox .link a:after {
		left:80px;
	}

	#main .mainImg .innerBox .box {
		width: auto;
	}

	#main .mainImg .h2Ttl {
		left: 15px;
	}

	#main .mainImg .h2Ttl {
		margin-top: -10px;
		position: absolute;
		font-size: 24px;
	}

	#main .mainImg .h2Ttl span {
		font-size: 10px;
	}

	#main .slick-dots li {
		display: 0 4px;
		width: 7px;
		height: 7px;
	}

	#main .slick-arrow {
		height: 10px;
	}

	#main .slick-next {
		margin-right: -75px;
		bottom: 3px;
	}

	#main .slick-prev {
		bottom: 3px;
	}
/*
	#main .feature p {
		margin: 0 0 5px 10px;
		font-size: 16px;
	}
*/
	#main .feature p {
		margin: 2px 4px 0 0;
		float: none;
		text-align: right;
	}

	#main .feature p a {
		padding-right: 16px;
		font-size: 12px;
		background-size: 6px auto;
	}

	#main .feature p a:after {
		left: 86px;
	}

	#main .feature ul {
/*
		margin-top: -10px;
*/
		margin-top: 0px;
	}


	#main .feature {
		padding: 6px 0;
	}
	#main .feature ul li {
/*
	margin-right: 1.55%;
*/
	max-width: 300px;
	width:calc((100% - 1.55% * 2)/3);
	}
	#main .feature ul li:nth-child(3n) {
		margin-right: 0;
	}

	#main .feature ul {
		margin-top: -10px;
	}

	#main .feature ul li {
		margin: 0 0 0 0;
		width: 49%;
		max-width: inherit;
	}

	#main .feature ul li:nth-child(2n) {
		float: right;
	}

	#main .feature ul li:nth-child(3n) {
		margin-right: 0;
	}

	#main .feature ul li:first-child {
		margin-left: 0;
	}

	#main .mainBox {
		margin: 0 10px;
		width: auto;
	}

	.ttlBox {
		margin: 0 0 15px 0;
	}

	.headLine01 {
		font-size: 24px;
		float: none;
	}

	.headLine01 a:hover {
		text-decoration: none;
	}

	.headLine01 span {
		font-size: 13px;
	}

	.ttlBox .link {
		margin-top: 7px;
		float: none;
		text-align: right;
	}

	.ttlBox .link a {
		padding-right: 12px;
		font-size: 12px;
		background-size: 6px auto;
	}

	#main .textList {
		margin: 0;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}

	#main .textList li {
		margin: 0 0 10px 0;
		width: 47%;
	}

	#main .textList li:nth-child(2n) {
		float: right;
	}

	#main .textList .photo {
		width: 100%;
		height:100px;
		margin: 0;
	}

	#main .textList .photo img {
		-webkit-transition: none;
		transition: none;
		width: 100%;
		height:100px;
		object-fit:contain;
	}
	#main .textList li a:hover .photo img {
		-webkit-transform: none;
		transform: none;
	}

	#main .textList li:nth-child(4n) {
		margin: 0 0 20px 0;
	}

	#main .textList .ttl {
		font-size: 12px;
	}

	#main .textList .ttl span {
		font-size: 14px;
	}

	#main .textList p {
		line-height: 1.7;
	}

	#main .bgBox {
		margin: 0;
		padding: 20px 0;
	}

	#main .ttlBox01 {
		margin-bottom: 20px;
	}

	#main .ttlBox .time {
		padding-top: 5px;
		font-size: 12px;
	}

	#main .textUl li {
		margin-right: 0;
		width: 47%;
		padding-top:50px;
	}

	#main .textUl li:last-child {
		float: right;
	}

	#main .textUl .photo img {
		width: 100%;
		-webkit-transition: none;
		transition: none;
		object-fit:contain;
	}

	#main .textUl li a:hover .photo img {
		-webkit-transform: none;
		transform: none;
	}

	#main .textUl li .photo img
	{
		width: 100%;
		height: 150px;
		object-fit: contain;
	}

	#main .textUl li:first-child {
		margin-bottom: 15px;
		width: auto;
		padding-top:30px;
	}
	#main .textUl li:first-child .photo{
		margin-bottom: 0px;
	}
	#main .textUl .ttl {
		font-size: 12px;
	}

	#main .textUl .ttl span {
		font-size: 14px;
	}

	#main .textUl .title {
		padding: 7px 10px 3px;
	}

	#main .textUl .title p {
		font-size: 16px;
	}

	#main .textUl li:first-child .title p {
		font-size: 24px;
	}

	#main .ttlBox02 {
		margin: 5px 0 10px 0;
	}

	#main .photoList {
		margin: -20px 0 0 0;
	}

	#main .photoList li {
		margin: 20px 0 0 0;
		width: 49%;
	}

	#main .photoList li:nth-child(2n) {
		float: right;
	}

	#main .photoList .photo img {
		width: 100%;
		height: 150px;
		-webkit-transition: none;
		transition: none;
	}
	#main .textUl li:first-child .photo img
	{
		width: 100%;
/*
		height:200px;
*/
		height:300px;
		object-fit:contain;
	}
	#main .photoList li a:hover .photo img {
		-webkit-transform: none;
		transform: none;
	}

	#main .photoList .textBox {
		padding: 10px;
	}

	#main .photoList p {
		font-size: 12px;
	}

	#main .photoList .ttl {
		margin: 0 -4px 10px 0;
		font-size: 14px;
	}

	#main .feature ul li img {
		-webkit-transition: none;
		transition: none;
	}

	#main .feature ul li a:hover img {
		-webkit-transform: none;
		transform: none;
	}

.bigPhoto{padding: 0; background: none;}

#main .bigPhoto img.object_fit_img{
		display: block;
		width: 100%;
		/* height:230px; */
		height:0px;
		object-fit:cover!important;
		font-family:'object-fit: contain;'!important;
		}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .photoList .ttl {
		font-size: 13px;
	}
}



#main .object_fit_img {
	object-fit:contain!important;
	font-family:'object-fit: contain;'!important;
}

#recommend
{
	background:#ffe8d2;
}

#recommend .mainBox {
	margin: 0 auto;
	width: 1200px;
}

#recommend .object_fit_img {
	object-fit:contain!important;
	font-family:'object-fit: contain;'!important;
}

#recommend .textList {
	margin: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#recommend .textList li {
	margin: 0 0 10px 0;
	width: 47%;
}

#recommend .textList li:nth-child(2n) {
	float: right;
}

#recommend .textList .photo {
	width: 100%;
	height:100px;
	margin: 0;
}

#recommend .textList .photo img {
	-webkit-transition: none;
	transition: none;
	width: 100%;
	height:100px;
	object-fit:contain;
}
#recommend .textList li a:hover .photo img {
	-webkit-transform: none;
	transform: none;
}

#recommend .textList li:nth-child(4n) {
	margin: 0 0 20px 0;
}

#recommend .textList .ttl {
	font-size: 12px;
}

#recommend .textList .ttl span {
	font-size: 14px;
}

#recommend .textList p {
	line-height: 1.7;
}

#recommend .bgBox {
	margin: 0;
	padding: 20px 0;
}

#recommend .ttlBox01 {
	margin-bottom: 20px;
}

#recommend .ttlBox .time {
	padding-top: 5px;
	font-size: 12px;
}

#recommend .textUl li {
	margin-right: 0;
	width: 47%;
	padding-top:50px;
}

#recommend .textUl li:last-child {
	float: right;
}

#recommend .textUl .photo img {
	width: 100%;
	-webkit-transition: none;
	transition: none;
	object-fit:contain;
}

#recommend .textUl li a:hover .photo img {
	-webkit-transform: none;
	transform: none;
}

#recommend .textUl li .photo img
{
	width: 100%;
	height: 150px;
	object-fit: contain;
}

#recommend .textUl li:first-child {
	margin-bottom: 15px;
	width: auto;
	padding-top:30px;
}
#recommend .textUl li:first-child .photo{
	margin-bottom: 0px;
}
#recommend .textUl .ttl {
	font-size: 12px;
}

#recommend .textUl .ttl span {
	font-size: 14px;
}

#recommend .textUl .title {
	padding: 7px 10px 3px;
}

#recommend .textUl .title p {
	font-size: 16px;
}

#recommend .textUl li:first-child .title p {
	font-size: 24px;
}

#recommend .ttlBox02 {
	margin: 5px 0 10px 0;
}

#recommend .photoList {
	margin: -20px 0 0 0;
}

#recommend .photoList li {
	margin: 20px 0 0 0;
	width: 49%;
}

#recommend .photoList li:nth-child(2n) {
	float: right;
}

#recommend .photoList .photo img {
	width: 100%;
	height: 150px;
	-webkit-transition: none;
	transition: none;
}
#recommend .textUl li:first-child .photo img
{
	width: 100%;
/*
	height:200px;
*/
	height:300px;
	object-fit:contain;
}
#recommend .photoList li a:hover .photo img {
	-webkit-transform: none;
	transform: none;
}

#recommend .photoList .textBox {
	padding: 10px;
}

#recommend .photoList p {
	font-size: 12px;
}

#recommend .photoList .ttl {
	margin: 0 -4px 10px 0;
	font-size: 14px;
}

#recommend .feature ul li img {
	-webkit-transition: none;
	transition: none;
}

#recommend .feature ul li a:hover img {
	-webkit-transform: none;
	transform: none;
}

/*====================================
スライダーのためのcss
===================================*/
.slider {
    width:100%;
    margin:0 auto;
}
.slider img {
	width:auto;
	height:396px;
	}
.slider .slick-slide {
	transform: scale(1);
	transition: all .5s;
	opacity: 1;
	margin:0 5px;
}
.slider .slick-slide.slick-center{
	transform: scale(1);
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.slider img {
		width:100vw;
		height:auto;
	}
	.slider .slick-slide {
		transform: scale(1);
		opacity:1;
	}
}
