@charset "utf-8";

body {
	border-top: 6px solid #f0e300;
	color: #231815;
	font-family: heisei-maru-gothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
/*-----------------------------------------------------------------------------
** common
-----------------------------------------------------------------------------*/
a,
a:hover {
	color: #00a0c9 !important;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}
em {
	font-style: normal;
}
dl,
dt {
	font-weight: normal;
}
@media (min-width: 768px) {
	.container {
		width: 1140px !important;
		padding-right: 0;
		padding-left: 0;
	}
}
p.attTxt {
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
}
p.attTxt span {
	color: #fff100;
}

/*-----------------------------------------------------------------------------
** header
-----------------------------------------------------------------------------*/
header .main02 {
	background: #fff;
}
header .main02 ul {
	display: flex;
	justify-content: center;
}
header .main02 ul li:first-child {
	margin-right: 8px;
}
header .main01 img,
header .main03 img {
	width: 100%;
}
header .main02 ul img {
	width: 56px;
}
@media (max-width: 767px) {
	header {
		padding-top: 8px;
		display: flex;
		flex-wrap: wrap;
	}
	header .main02 {
		width: 100%;
		order: 1;
		display: flex;
		justify-content: space-around;
	}
	header .main02 h1 img {
		width: 60px;
	}
	header .main02 p {
		font-size: 13px;
		padding-top: 12px;
		width: 44%;
	}
	header .main02 ul {
		margin-top: 6px;
	}
	header .main02 ul img {
		width: 50px;
	}
	header .main01 {
		order: 2;
		width: 50%;
	}
	header .main03 {
		order: 3;
		width: 50%;
	}
}
@media (min-width: 768px) {
	header {
		align-items: center;
		display: flex;
		justify-content: center;
	}
	header .main01,
	header .main03 {
		width: 40%;
	}
	header .main02 {
		padding: 0 8px;
		width: 20%;
		text-align: center;
	}
}

/*-----------------------------------------------------------------------------
** info
-----------------------------------------------------------------------------*/
#info {
	background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/komacole/img/bg_tile_gray.png");
}
#info img {
	width: 100%;
}
#info h2 {
	line-height: 1.6;
	margin-bottom: 40px;
	text-align: center;
}
#info h2 em {
	background: #fff100;
}
#infoInn {
	background: #fff;
	border: 2px solid #231815;
	padding: 3px;
}
#infoInnTxt {
	background: #231815;
	color: #fff;
	padding: 12px;
}
#infoInnTxt dd {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	#info {
		padding: 40px 0;
	}
	#info h2 {
		font-size: 19px;
	}
	#infoInnTxt p.sp em {
		font-size: 20px;
	}
	#infoInnTxt p.pc {
		display: none;
	}
}
@media (min-width: 768px) {
	#info {
		padding: 50px 0;
	}
	#infoInn {
		margin: 0 auto;
		width: 80%;
	}
	#infoInnTxt dl {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}
	#infoInnTxt p.pc {
		font-size: 20px;
		word-spacing: 0.5rem;
	}
	#infoInnTxt p.pc em {
		font-size: 24px;
	}
	#infoInnTxt p.sp {
		display: none;
	}
	#infoInnTxt p.attTxt {
		margin-right: 15px;
	}
}

/*-----------------------------------------------------------------------------
** lineup
-----------------------------------------------------------------------------*/
#lineup {
	background: url("https://d38cuxvdcwawa4.cloudfront.net/img/freepage/komacole/img/bg_tile_yellow.png");
}
#lineup h3 {
	margin-bottom: 30px;
	text-align: center;
}
@media (max-width: 767px) {
	#lineup {
		padding: 40px 0;
	}
	#lineup h3 img {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#lineup {
		padding: 50px 0;
	}
}

/*-----------------------------------------------------------------------------
** 自動書き出し
-----------------------------------------------------------------------------*/
.StyleF_Frame_ {
	display: flex;
	flex-wrap: wrap;
}
.StyleF_Item_ .img_ {
}
.StyleF_Item_ .img_ img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
}

/* SP */
@media (max-width: 767px) {
	.StyleF_Frame_ {
		justify-content: space-between;
	}
}
.StyleF_Item_ {
	background: #fff;
	border-radius: 10px;
	border: 4px solid #f0e300;
	font-size: 1.3rem;
	line-height: 1.3;
	padding-bottom: 10px;
}
.StyleF_Item_ a {
	color: #333333;
}
.StyleF_Item_ .name_ {
	font-size: 16px;
	margin: 0 14px;
}
.StyleF_Item_ .price_ {
	font-size: 16px;
	font-weight: bold;
	margin: 0 14px;
}
.StyleF_Item_ .price_ .small_ {
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

/* SP */
@media (max-width: 767px) {
	.StyleF_Item_ {
		margin-bottom: 16px;
		/*width: 48%;*/
		width: 100%;
	}
	.StyleF_Item_ .name_,
	.StyleF_Item_ .price_ {
		font-size: 14px;
	}
	.StyleF_Item_ .price_ .small_ {
		font-size: 12px;
	}
}

/* tablet&PC */
@media (min-width: 768px) {
	.StyleF_Item_ {
		font-size: 1.5rem;
		margin-right: 20px;
		margin-bottom: 20px;
		/*width: 23.6%;*/
		width: 32%;
	}
	.StyleF_Item_:nth-child(3n) {
		margin-right: 0;
	}
}
.StyleF_Item_ .img_ img {
	border-bottom: 2px solid #fff100;
}
.StyleF_Item_ .name_ {
	line-height: 1.4;
}
.StyleF_Item_ .img_,
.StyleF_Item_ .name_ {
	margin-bottom: 10px;
}
.StyleF_Item_ .rdt_,
.StyleF_Item_ .comment_,
.StyleF_Item_ .cart_ {
	display: none;
}

/*-----------------------------------------------------------------------------
** footer
-----------------------------------------------------------------------------*/
footer {
	background: #231815;
	text-align: center;
	padding: 20px 0;
}
footer p,
footer p a,
footer p a:hover {
	color: #f0e300 !important;
	font-size: 50px;
}
footer p#page-top {
	position: fixed;
	bottom: 2%;
	right: 5%;
}
footer img.mlogo {
	width: 140px;
}

/*-----------------------------------------------------------------------------
** 20250106 1200px未満のレイアウト修正
-----------------------------------------------------------------------------*/
@media (width < 1200px) {
	.StyleF_Frame_ {
		gap: 20px;
	}
	.StyleF_Item_ {
		width: calc((100% - 20px * 2) / 3);
		margin: 0;
	}
}
@media (width < 992px) {
	.StyleF_Frame_ {
		gap: 10px;
	}
	.StyleF_Item_ {
		width: calc((100% - 10px) / 2);
	}
}

/*-----------------------------------------------------------------------------
** 20250106 商品一覧の外枠線、商品名
-----------------------------------------------------------------------------*/
@media (width < 768px) {
	.StyleF_Item_ {
		border: 2px solid #f0e300;
	}
}
.StyleF_Item_ .name_ {
	word-break: break-all;
}
