@charset "utf-8";

/* ****************************************************

special.format.css / 170621
-----------------------------------
1: contents Layout for PC
-----------------------------------
2: contents Layout for Smartphone
-----------------------------------
3: clearfix
-----------------------------------

***************************************************** */


/*=================================

	1: contents Layout for PC

================================ */

@media only screen and (min-width: 668px) {

/* hover common settings */
#jikajyu_2411 a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0.8;
	-ms-filter: "alpha(opacity=80)";
}

/* chrome SP画像使用時にPC表示で画像がボヤケる対策 */
#jikajyu_2411 img {
	backface-visibility: hidden;
}

/* 画像hover時に背景色が影響しない */
#jikajyu_2411 .productBlock__img {
	background: #fff !important;
}

}

/* common
================================ */
#jikajyu_2411 {
	margin-bottom: 60px;
}
#jikajyu_2411 * {
	box-sizing: border-box;
	color: #333333;
}

/* Layout
================================ */
/* colLayout */
#jikajyu_2411 [class*="colLayout"] > * {
	float: left;
	display: block;
}

/* floatLayout */
#jikajyu_2411 [class*="floatLayout"] > * {
	float: left;
	display: block;
}

/* crossLayout */
#jikajyu_2411 [class*="crossLayout"] > .col > * {
	width: 390px;
	height: 390px;
	display: block;
}
#jikajyu_2411 [class*="crossLayout"] > .col + .col {
	margin-top: 5px;
}
#jikajyu_2411 [class*="crossLayout"] > .col:nth-child(odd) > [class*="__img"] {
	float: left;
}
#jikajyu_2411 [class*="crossLayout"] > .col:nth-child(even) > [class*="__img"] {
	float: right;
}
#jikajyu_2411 [class*="crossLayout"] > .col > [class*="__img"] img {
	width: 390px;
}
#jikajyu_2411 [class*="crossLayout"] > .col > [class*="__img"] + * {
	overflow: hidden;
}

/* breakLayout */
#jikajyu_2411 .breakLayout {
	padding: 10px;
	display: block;
}
#jikajyu_2411 .breakLayout .col {
	width: 375px;
}
#jikajyu_2411 .breakLayout .col > [class*="__inner"] {
	min-height: 300px;
}
#jikajyu_2411 .breakLayout .col > [class*="__img"] img {
	width: 375px;
	background: #fff;
}
#jikajyu_2411 .breakLayout .col:nth-child(2n) {
	margin-left: 10px;
}
#jikajyu_2411 .breakLayout .col:nth-child(n+3) {
	margin-top: 10px;
}
	#jikajyu_2411 .singleImgArea {
		min-height: 342px;
		box-sizing: content-box;
		position: relative;
		margin: 0;
		padding: 0;
		text-align: center;
		text-indent: -9999px;
		background: url(/excludes/common/images/special/250728.jikajyu.webp) no-repeat 0 100%;
	}

/* tableLayout */
#jikajyu_2411 [class*="colLayout"] .tableLayout.is2cell {
	margin-left: 20px;
}
#jikajyu_2411 .tableLayout {
	display: table;
}
#jikajyu_2411 .tableLayout > * {
	display: table-cell;
	vertical-align: top;
}

/* two */
#jikajyu_2411 .colLayout.isTwo > * {
	width: 49.5%;
	margin-left:1%;
}
#jikajyu_2411 .tableLayout.is2cell > [class*="__img"]:nth-child(2) {
	padding-left: 10px;
	text-align: right;
}
/* three */
#jikajyu_2411 .colLayout.isThree > * {
	margin-left: 3.24675%;
	width: 31.1688%;
}
/* four */
#jikajyu_2411 .colLayout.isFour > * {
	margin-left: 1%;
	width: 24.25%;
}
/* five */
#jikajyu_2411 .colLayout.isFive > * {
	margin-left: 1.2987%;
	width: 18.961%;
}

/* width */
#jikajyu_2411 .is390w {
	width: 390px;
}
#jikajyu_2411 .is240w {
	width: 240px;
}
#jikajyu_2411 .is110w {
	width: 100px;
}

/* allreset */
#jikajyu_2411 .colLayout.isTwo > *:nth-child(2n+1),
#jikajyu_2411 .colLayout.isThree > *:nth-child(3n+1),
#jikajyu_2411 .colLayout.isFour > *:nth-child(4n+1),
#jikajyu_2411 .colLayout.isFive > *:nth-child(5n+1) {
	margin-left: 0;
	clear: both;
}
#jikajyu_2411 .colLayout.isTwo > *:nth-child(-n+2),
#jikajyu_2411 .colLayout.isThree > *:nth-child(-n+3),
#jikajyu_2411 .colLayout.isFour > *:nth-child(-n+4),
#jikajyu_2411 .colLayout.isFive> *:nth-child(-n+5) {
	margin-top: 0 !important;
}
#jikajyu_2411 .colLayout.isTwo > *:nth-child(n+2),
#jikajyu_2411 .colLayout.isThree > *:nth-child(n+3),
#jikajyu_2411 .colLayout.isFour > *:nth-child(n+4),
#jikajyu_2411 .colLayout.isFive> *:nth-child(n+5) {
	margin-top: 10px;
}

/* mainBlock
================================ */
#jikajyu_2411 .mainBlock + * {
	margin-top: 40px;
}

/* mainArea__read .mainArea__read__text
================================ */
/* Layout */
#jikajyu_2411 .mainArea__read .mainArea__read__text {
	margin-top: 20px;
	text-align:center;
	background:#f1f1f1;
	padding:20px;
}
#jikajyu_2411 .mainArea__read .mainArea__read__text__inner {
	padding: 25px;
}

/* text */
#jikajyu_2411 .mainArea__read .mainArea__read__text__txt {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}

/* btnBlock
================================ */
#jikajyu_2411 .btnColumn{
	padding-top:25px;
	overflow:hidden;
}
#jikajyu_2411 .btnColumn .btnBlock{
	width:136px;
	text-align:center;
	background: #c00000;
	padding:3px;
	position:relative;
	display:table;
	float:left;
	margin-left:20px;
	font-size:16px;
}
#jikajyu_2411 .btnColumn .btnBlock:nth-child(6),
#jikajyu_2411 .btnColumn .btnBlock:first-child{
	margin-left:0px;
}
#jikajyu_2411 .btnColumn .btnBlock:nth-child(n+6){
	margin-top:20px;
}
#jikajyu_2411 .btnColumn .btnBlock a{
	width:100%;
	border:1px solid #FFF;
	height:60px;
	background: #c00000;
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-weight:bold;
	background:url(/excludes/common/images/special/1801_jikajyu_ic01.png) no-repeat right 5px center;
}
#jikajyu_2411 .btnColumn .btnBlock .btnIc{
	position:absolute;
	top:-10px;
	left: 17px;
}
#jikajyu_2411 .btnColumn .btnBlock .btnIc img{
	width:107px;
}

/* productBlock
================================ */
/* Layout */
#jikajyu_2411 .productBlock + .productBlock {
	margin-top: 20px;
}
#jikajyu_2411 .productBlock .colLayout.isTwo > * {
	width: 360px;
}
#jikajyu_2411 .productBlock__title {
	margin-top: 10px;
	text-align: center;
}
#jikajyu_2411 .productBlock__title + .productBlock__txt {
	margin-top: 15px;
}
#jikajyu_2411 .productBlock__inner {
	padding: 20px 20px 30px;
}
#jikajyu_2411 .productBlock__inner02 {
	padding: 15px 20px;
}

/* text */
#jikajyu_2411 .productBlock__txt {
	color: #000000;
	font-size: 14px;
	line-height: 1.5;
}

/* detailBlock
================================ */
/* Layout */
#jikajyu_2411 .crossLayout .detailBlock {
	margin-top: 20px;
}
#jikajyu_2411 .breakLayout .detailBlock {
	margin-top: 20px;
}
#jikajyu_2411 .detailBlock__img.is110w img {
	width: 110px;
}

/* specBlock
================================ */
/* Layout */
#jikajyu_2411 .specBlock + .btnblock {
	margin-top: 5px;
}

/* text */
#jikajyu_2411 .spec__brand {
	font-size: 13px;
}
#jikajyu_2411 .spec__name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
#jikajyu_2411 .spec__price {
	font-size: 24px;
	font-weight: bold;
}
#jikajyu_2411 .spec__price span {
	font-size: 13px;
	font-weight: normal;
}

/* btnblock
================================ */
/* Layout */
#jikajyu_2411 .btnblock__icn + .btnblock__btn {
	margin-top: 10px;
}
#jikajyu_2411 .btnblock__btn a {
	position: relative;
	display: inline-block;
	min-width: 150px;
	padding: 0.6em;
	border-radius: 2px;
	box-sizing: border-box;
	background: #65840e;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	z-index: 3;
}
#jikajyu_2411 .btnblock__btn a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 4px solid transparent;
}

/* btnblock__icn */
#jikajyu_2411 .btnblock__btn + .btnblock__icn {
	padding-left: 10px;
}
#jikajyu_2411 .btnblock__icn li {
	float: left;
}
#jikajyu_2411 .btnblock__icn li + li {
	margin-left: 4px;
}
#jikajyu_2411 .btnblock__icn li img {
	width: 30px;
}

/* unique
================================ */
/* margin-top */
#jikajyu_2411 .mt-none {
	margin-top: 0;
}

/* bg-color */
#jikajyu_2411 .bg-color01 {
	background: #f3f5f8;
}
#jikajyu_2411 .bg-color02 {
	background: #fff5dc;
}
#jikajyu_2411 .bg-color03 {
	background-color: #F4FDF6;
}

/* bg-img */
#jikajyu_2411 .bg-img01 {
	background: url(/excludes/common/images/special/1707_summer_curry_bg01.gif) 0 0 repeat-y;
}

/* vertical-align */
#jikajyu_2411 .align-bottom {
	vertical-align: bottom;
}
#jikajyu_2411 .align-middle {
	vertical-align: middle;
}
	#jikajyu_2411 .contentsBlock {
		margin-top: 20px;
	}
	#jikajyu_2411 .contentsBlock--Title {
		font-size: 18px;
		font-weight: bold;
		text-align:center;
		padding-bottom: 20px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dddddd;
	}


@media only screen and (max-width: 667px) {

/*=================================

	2: contents Layout for Smartphone

================================ */

/* common
================================ */
#jikajyu_2411 {
	margin-bottom: 20px;
}

/* Layout
================================ */
/* colLayout */
#jikajyu_2411 [class*="colLayout"] > * {
	float: none;
}

/* crossLayout */
#jikajyu_2411 [class*="crossLayout"] > .col > * {
	width: 100%;
	height: auto;
}
#jikajyu_2411 [class*="crossLayout"] > .col + .col {
	margin-top: 3px;
}
#jikajyu_2411 [class*="crossLayout"] > .col:nth-child(odd) > [class*="__img"] {
	float: none;
}
#jikajyu_2411 [class*="crossLayout"] > .col:nth-child(even) > [class*="__img"] {
	float: none;
}
#jikajyu_2411 [class*="crossLayout"] > .col > .productBlock__img {
	padding: 20px 8% 0;
}
#jikajyu_2411 [class*="crossLayout"] > .col > [class*="__img"] img {
	width: 100%;
}
#jikajyu_2411 [class*="crossLayout"] > .col > [class*="__img"] + * {
	overflow: visible;
}

/* breakLayout */
#jikajyu_2411 .breakLayout {
	margin: 15px 4% 0;
	padding: 13px;
}
#jikajyu_2411 .breakLayout .col {
	float: none;
	width: 100%;
}
#jikajyu_2411 .breakLayout .col > [class*="__inner"] {
	min-height: inherit;
}
#jikajyu_2411 .breakLayout .col > [class*="__img"] img {
	width: 100%;
}
#jikajyu_2411 .breakLayout .col:nth-child(2n) {
	margin-left: 0;
}
#jikajyu_2411 .breakLayout .col:nth-child(n+3) {
	margin-top: 0;
}
#jikajyu_2411 .breakLayout .col + .col {
	padding-top: 15px;
}
#jikajyu_2411 .singleImgArea {
	min-height: auto;
	aspect-ratio: 780 / 342;
	box-sizing: content-box;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: -9999px;
	background: url(/excludes/common/images/special/250728.jikajyu.webp) no-repeat 0 100%;
	background-size: 100% auto;
}
/* tableLayout */
#jikajyu_2411 [class*="colLayout"] .tableLayout.is2cell {
	margin-left: 0;
}
#jikajyu_2411 [class*="colLayout"] .tableLayout.is2cell:nth-child(2) {
	margin-top: 15px !important;
}

/* two */
#jikajyu_2411 .colLayout.isTwo > * {
	width: 49.5%;
	margin-left:1%;
}
/* three */
#jikajyu_2411 .colLayout.isThree > * {
	margin-left: 3.24675%;
	width: 31.1688%;
}
/* four */
#jikajyu_2411 .colLayout.isFour > * {
	margin-left: 1%;
	width: 24.25%;
}
/* five */
#jikajyu_2411 .colLayout.isFive > * {
	margin-left: 1.2987%;
	width: 18.961%;
}

/* width */
#jikajyu_2411 .is240w {
	width: 70%;
}
#jikajyu_2411 .is110w {
	width: 27%;
}

/* allreset */
#jikajyu_2411 .colLayout.isTwo > *:nth-child(2n+1),
#jikajyu_2411 .colLayout.isThree > *:nth-child(3n+1),
#jikajyu_2411 .colLayout.isFour > *:nth-child(4n+1),
#jikajyu_2411 .colLayout.isFive > *:nth-child(5n+1) {
	margin-left: 0;
	clear: both;
}
#jikajyu_2411 .colLayout.isTwo > *:nth-child(-n+2),
#jikajyu_2411 .colLayout.isThree > *:nth-child(-n+3),
#jikajyu_2411 .colLayout.isFour > *:nth-child(-n+4),
#jikajyu_2411 .colLayout.isFive> *:nth-child(-n+5) {
	margin-top: 0;
}
#jikajyu_2411 .colLayout.isTwo > *:nth-child(n+2),
#jikajyu_2411 .colLayout.isThree > *:nth-child(n+3),
#jikajyu_2411 .colLayout.isFour > *:nth-child(n+4),
#jikajyu_2411 .colLayout.isFive> *:nth-child(n+5) {
	margin-top: 10px;
}

/* mainBlock
================================ */
#jikajyu_2411 .mainBlock + * {
	margin-top: 20px;
}

/* mainArea__read .mainArea__read__text
================================ */
/* Layout */
#jikajyu_2411 .mainArea__read .mainArea__read__text {
	margin-top: 20px;
	text-align:center;
	background:#f1f1f1;
	padding:20px 10px;
	font-size:13px;
}
#jikajyu_2411 .mainArea__read .mainArea__read__text__inner {
	padding: 15px;
}

/* text */
#jikajyu_2411 .mainArea__read .mainArea__read__text__txt {
	font-size: 12px;
	line-height: 1.5;
}

/* btnBlock
================================ */
#jikajyu_2411 .mainArea__read .mainArea__read__text {
	margin-top: 20px;
}
#jikajyu_2411 .btnColumn{
	padding:20px 10px 10px;
	overflow:hidden;
}
#jikajyu_2411 .btnColumn .btnBlock,
	#jikajyu_2411 .btnColumn .btnBlock:nth-child(-n+4){
	width:49%;
	text-align:left;
	padding:3px;
	font-size:14px;
}
#jikajyu_2411 .btnColumn .btnBlock:nth-child(4n+1){
	margin-left:0px;
}
#jikajyu_2411 .btnColumn .btnBlock:nth-child(n+3){
	margin-top:2%;
	margin-left:0px;
}
#jikajyu_2411 .btnColumn .btnBlock.spMl2{
	margin-left:2% !important;
}
#jikajyu_2411 .btnColumn .btnBlock a{
	padding:14px 7px;
	height:0px;
	background:url(/excludes/common/images/special/1801_jikajyu_ic01.png) no-repeat right 5px center / 6px;
}
#jikajyu_2411 .btnColumn .btnBlock .btnIc{
	left:0px;
	width:100%;
	padding:0px 7px;
}
#jikajyu_2411 .btnColumn .btnBlock .btnIc img{
	width:80px;
}
/* productBlock
================================ */
/* Layout */
#jikajyu_2411 .productBlock + .productBlock {
	margin-top: 15px;
}
#jikajyu_2411 .productBlock .colLayout.isTwo > * {
	width: 100%;
}
#jikajyu_2411 .productBlock__title {
	margin-top: 5px;
}
#jikajyu_2411 .productBlock__inner {
	padding: 15px 3%;
}
#jikajyu_2411 .productBlock__inner02 {
	padding: 10px;
}

/* detailBlock
================================ */
/* Layout */
#jikajyu_2411 .crossLayout .detailBlock {
	margin-top: 15px;
}
#jikajyu_2411 .breakLayout .detailBlock {
	margin-top: 15px;
}
#jikajyu_2411 .detailBlock__img.is110w img {
	width: 100%;
}

/* btnblock
================================ */
/* Layout */
#jikajyu_2411 .btnblock__icn + .btnblock__btn {
	margin-top: 5px;
}
#jikajyu_2411 .btnblock__btn a {
	position: relative;
	display: inline-block;
	min-width: 150px;
	padding: 0.6em;
	border-radius: 2px;
	box-sizing: border-box;
	background: #65840e;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	z-index: 3;
}
#jikajyu_2411 .btnblock__btn a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 4px solid transparent;
}

/* btnblock__icn */
#jikajyu_2411 .btnblock__icn li + li {
	margin-left: 3px;
}
#jikajyu_2411 .btnblock__icn li img {
	width: 27px;
}

/* unique
================================ */
/* bg-img */
#jikajyu_2411 .bg-img01 {
	background-size: contain;
}
	#jikajyu_2411 .contentsBlock {
		margin-top: 20px;
		padding: 0 10px;
	}
	#jikajyu_2411 .contentsBlock--Title {
		font-weight: bold;
		text-align:center;
		margin-bottom: 16px;
		padding-bottom: 13px;
		border-bottom: 1px solid #dddddd;
	}
	#jikajyu_2411 .contentsBlock--Text {
		font-size: 13px;
		line-height: 1.5;
	}

}

/*=================================

	3: clearfix

=================================*/

#jikajyu_2411 [class*="colLayout"]:after,
#jikajyu_2411 [class*="floatLayout"]:after,
#jikajyu_2411 .btnblock:after,
#jikajyu_2411 .btnblock__icn:after,
#jikajyu_2411 .col:after {
	content: "";
	display: block;
	clear: both;
}

















