/* CSS Document */

ul, li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a {
  text-decoration: none;
  color: #333333; }
a:hover {
  text-decoration: none;
  opacity: 0.8; }
  
.pc { display: block !important; }
.sp { display: none !important; }
 
@media screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	width: 145px;
}
.start p img{
	width: 100%;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 28px 5px;
	text-align: center;
	display: block;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
	background-color: #83838F;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.fadein {
  opacity: 0;
  transform : translate(0, 30px);
  transition : all 1500ms;
}
.fadein2 {
  opacity: 0;
  transform : translate(0, 0);
  transition : all 1500ms;
}
.fadein3 {
  opacity: 0;
  transform : translate(0, 15px);
  transition : all 1500ms;
}
.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}



#ttl{
	position: relative;
}
.box_inner{
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	/* [disabled]border: 1px solid #F00; */
	overflow: hidden;
}
@media screen and (max-width: 750px) {
	.box_inner{
		width: 750px;
	}
}
#ttl .box_inner p{
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
	text-align: center;
	margin: 0px;
	color: #666;
}
#ttl h2 img{
	width:100%
}

/*ナビメニュー*/

#ttl .box_inner {
	display: block;
}

#ttl .box_inner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	min-width: 750px;
	margin: 0 auto;
	gap: 0.3em;
	margin-bottom: 50px;
}
#ttl .box_inner ul.navibox li{
	position: relative;
	width: calc(96%/4);
	height: 4em;
	text-align: center;
	line-height: 1em;
	background-image: url(mainMenubk.jpg);
}
*::-ms-backdrop, #ttl .box_inner ul li {
  width: 23%; /* IE11 */
  margin: 4px;
}
@media screen and (max-width: 750px) {
#ttl .box_inner ul.navibox li{
	width: calc(95%/2);
	text-align: center;
	font-size: 1.3em;
		height: 3em;

}
#ttl .box_inner ul li:nth-of-type(1) a,
#ttl .box_inner ul li:nth-of-type(2) a,
#ttl .box_inner ul li:nth-of-type(3) a,
#ttl .box_inner ul li:nth-of-type(4) a,
#ttl .box_inner ul li:nth-of-type(5) a,
#ttl .box_inner ul li:nth-of-type(6) a{
  padding: 25px 0 25px;
}
}
#ttl .box_inner ul li::after{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
#ttl .box_inner ul li a {
	/* [disabled]background-color: #ef611f; */
	color: #fff;
	display: block;
}
#ttl .box_inner ul li:nth-of-type(1) a,
#ttl .box_inner ul li:nth-of-type(2) a,
#ttl .box_inner ul li:nth-of-type(3) a,
#ttl .box_inner ul li:nth-of-type(4) a,
#ttl .box_inner ul li:nth-of-type(5) a,
#ttl .box_inner ul li:nth-of-type(6) a{
  padding: 25px 0 25px;
}

.overlay {
    /* この要素のイベント無効化 */
    pointer-events: none;
}

/*　c01 コンテンツ　*/
/*c01台形*/
/*　c02 コンテンツ　*/
/*　c03～ コンテンツ　*/
.c03 {
	position: relative;
  background-image: url(bk_ichiba1.jpg);
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100%;
  margin-bottom:50px;
}
.c03 ul li, .c04 ul li{
	position: relative;
}
.c03 .ttl img{
	width:100%;
}
.c04 {
	position: relative;
  background-image: url(c3bkMdl.jpg);
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100%;
  margin-bottom:50px;
}
.c04 .ttl img{
	width:100%;
}
.c05 {
	position: relative;
  background-image: url(c5BKtop.jpg) ,url(c5BKbtm.jpg) ,url(c5BKmdl.jpg);
  background-repeat: no-repeat,no-repeat,repeat-y;
  background-position: top,bottom,top;
  background-size: 100%,100%,100%;
  margin-bottom:50px;
}
.c05 .ttl img{
	width:100%;
}

/*商品紹介*/
.item-listbox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.item-listbox.item01txt{
  padding-top:470px;
  padding-left:40px;
  padding-right:30px;
  padding-bottom:50px;
}
.item-listbox.item02txt{
  padding-top:520px;
  padding-left:40px;
  padding-right:30px;
  padding-bottom:50px;
}
.item-listbox.item03txt{
  padding-top:460px;
  padding-left:40px;
  padding-right:30px;
  padding-bottom:50px;
}
.item-listbox.item04txt{
  padding-top:490px;
  padding-left:40px;
  padding-right:30px;
  padding-bottom:50px;
}
.item-listbox > p{
  position: relative;
  width: calc(100%/2 - 50px);
  padding-left: 40px;
}

@media screen and (max-width: 750px) {
.item-listbox > p{
  position: relative;
  width: 620px;
  margin:0 auto;
  padding-bottom:100px;
}

}


/*アイテムテキスト共通*/
.itemtext{
  text-align: left;
  font-size: 80%;
  line-height: 1.4;
  color: #333;
}
.itemtext.gray{color: #333;}
.itemtext.white{ color: #fff;}
.itemtext.red{color: #F30;}
.itemtext.gray span,
.itemtext.red span{ font-weight: bold;}
.itemtext span.kikan{
	line-height: 1em;
	background-color: #CCC;
	border-radius: 100vh;
	color: #000;
	text-align: center;
	display: inline-block;
	padding-top: 0.3em;
	padding-right: 0.7em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: normal;
	font-size: 0.8em;
}
.itemtext a.shoplink{
	display: inline-block;
	padding-top: 0px;
	color: #333;
	font-weight: bolder;
}
.itemtext a.shoplink::before{
  left: 0.4em;
    box-sizing: border-box;
    width: 0.6em;
    height: 0.4em;
    border: 0.4em solid transparent;
    border-left: 0.4em solid #aaa;
}
.itemtext a.shoplink::after{
    left: 0.1em;
    width: 0.6em;
    height: 0.3em;
    border-left: 0.4em solid #aaa;
}
/*▼市場プライス用*/
.itemtext span.ichibaNedanBox{
	display: inline-block;
	width: 100%;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.itemtext span.shina{
	font-size:1.3em;
}
.itemtext span.zeinuki{
	font-size:0.8em;
}
.itemtext span.zeikomi{
	font-size:1.1em;
	color: #F00;
}
.itemtext span.price{
	font-size:2.2em;
}
.itemtext a.shoplink.ichiba{
	font-size:1.3em;
}
img.icon{
	position: absolute;
	height: 2em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
}
p.icon.muryou{
	position: absolute;
	height: 2em;
	width:9em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
  background-image: url(icon_muryou.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 9000;
}
muryou2{
	height: 50px;
	width: 200px;
	top: -1em;
	right: 0px;
	background-image: url(icon_muryou.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	border: 1px solid #F00;
	display: block;
}
p.icon.cool{
	position: absolute;
	height: 2em;
	width:2em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
  background-image: url(icon_cool.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 9000;
}
p.icon.muryoucool{
	position: absolute;
	height: 2em;
	width:11em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
  background-image: url(icon_muryoucool.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 9000;
}
p.icon.tokubetu{
	position: absolute;
	height: 2em;
	width:8em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
  background-image: url(icon_tokubetuSouryoh.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 9000;
}
p.icon.tokubetucool{
	position: absolute;
	height: 2em;
	width:10em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
  background-image: url(icon_tokubetuSouryohCool.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 9000;
}
p.icon.hassouMaru-Hukal{
	position: absolute;
	height: 2em;
	width:10em;
	top: -1em;
	right: 0px;
	margin-top: -10px;
  background-image: url(icon_hassouMaru-Huka.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  z-index: 9000;
}
p.icon.zurashi{
	position: absolute;
	height:2em;
	top: 1em;
	right:0px;
    color: #444;
	margin-top:-10px;

}
.ichibaname{
	z-index: 9000;
	position: absolute;
	font-size: 0.8em;
	height: 2em;
	top: -1em;
	left: 0px;
	
	text-shadow: 1px 1px 1px #ccc, -1px -1px 1px #fff,
           -1px 1px 1px #ccc,  1px -1px 1px #fff,
            1px 0px 1px #ccc, -1px -0px 1px #fff,
            0px 1px 1px #ccc,  0px -1px 1px #fff;
	margin-top: -10px;
	text-align: left;
}
.ichibaname .name{
	font-size:1.6em;
	height:2em;
	font-weight: bold;
	color:#700;
}
@media screen and (max-width: 750px) {
.ichibaname {
	font-size:1.5em;
}
}
/*▲市場プライス用*/


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 1em;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.item-number{
	position: absolute;
	width: 2em;
	height: 2em;
	left: 1em;
	top: 0.0em;
	text-align: center;
	background-color: #ccc;
	border-radius: 50px;
	color: #fff;
	line-height: 2em;
	font-size:80%;
}

@media screen and (max-width: 750px) {
.item-number{
	position: absolute;
	width: 1.4em;
	height: 1.4em;
	left: -0.2em;
	top: 0.2em;
	text-align: center;
	background-color: #ccc;
	border-radius: 50px;
	color: #fff;
	line-height: 1.4em;
	font-size:100%;
}
}


/*アイテム（2カラム）*/
.contents-item .item-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
/*タイトルとコンテンツ間の余白調整*/
#box_03 .item-list{
  padding: 40px 0 50px;
}
#box_04 .item-list{
  padding: 20px 0 50px;
}
#box_05 .item-list{
  padding: 0px 0 50px;
}
.contents-item .item-list li{
  width: 300px;
}
*::-ms-backdrop, .contents-item .item-list li {
  margin: 20px;
}
.contents-item .item-list li.linon{
	border-bottom-style: none;
}
.contents-item .item-list li:not(.w80) .item-desc{
  padding-top: 5px;
}

@media screen and (max-width: 750px) {
/*アイテム（2カラムリストを1カラムで）*/
.contents-item .item-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents-item .item-list li{
  width: 705px;
  margin: 0　auto;
}
.itemtext{
  font-size: 1.4em;
}
}

