
/*
*******************************************************************************************************

  トップページ

*******************************************************************************************************
*/

.shimemade #pagewrap {
	width: 100%;
	min-width: 950px;
	overflow: hidden;
}

.shimemade .shimeTop * {
	box-sizing: border-box;
}

.shimemade #pageNabenavi {
	width: 100%;
}

.shimemade .mainContent {
	max-width: 990px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.shimemade #pagewrap {
		width: 100%;
		min-width: auto;
	}
}

.shimemade .boxTitle.new::before {
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: 40px;
	width: 42px;
	height: 42px;
	background: url(/nabe/common/img/sp/s_icon_new.png) no-repeat 0 0;
	background-size: cover;
}


/* mainVisual */
.shimemade .mainVisual {
	width: 100%;
	margin-bottom: 60px;
}

.shimemade .mainVisualImage {
	position: relative;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	z-index: 1;
}

.shimemade .mainVisualDetail {
	position: relative;
	padding: 125px 20px 73px;
	margin-top: -70px;
	background-color: #F2F0B6;
	text-align: center;
}

.shimemade .mainVisualDetail::before {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 756px);
	bottom: -13px;
	width: 403px;
	height: 256px;
	background: url(/nabe/product/shimemade/img/img_top_nabe01.png) no-repeat 0 0;
	background-size: cover;
}


.shimemade .mainVisualDetail::after {
	content: '';
	display: block;
	position: absolute;
	left: calc(50% + 343px);
	bottom: -17px;
	width: 410px;
	height: 274px;
	background: url(/nabe/product/shimemade/img/img_top_nabe02.png) no-repeat 0 0;
	background-size: cover;
}

.shimemade .mainVisualTitle {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: .6px;
}

.shimemade .mainVisualText {
	font-size: 16px;
	letter-spacing: 1.2px;
}

.shimemade .mainVisualText + .mainVisualText {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.shimemade #pageNabenavi {
		padding: 0;
	}

	.shimemade .mainContent {
		width: 100%;
		padding: 0 22px;
		box-sizing: border-box;
	}

	.shimemade .mainVisual {
		margin-bottom: 90px;
	}

	.shimemade .mainVisualDetail {
		padding-top: calc(60 / 375 * 100%);
		padding-bottom: calc(125 / 375 * 100%);
		margin-top: 0;
	}

	.shimemade .mainVisualDetail::before {
		left: -27px;
		bottom: -37px;
		width: 208px;
		height: 132px;
		background: url(/nabe/product/shimemade/img/img_top_nabe01.png) no-repeat 0 0;
		background-size: cover;
	}

	.shimemade .mainVisualDetail::after {
		content: '';
		display: block;
		position: absolute;
		left: auto;
		right: -27px;
		bottom: -44px;
		width: 210px;
		height: 140px;
		background: url(/nabe/product/shimemade/img/img_top_nabe02.png) no-repeat 0 0;
		background-size: cover;
	}

	.shimemade .mainVisualTitle {
		font-size: 25px;
	}

	.shimemade .mainVisualText {
		font-size: 16px;
	}
}

/* nabeProduct */
.shimemade .nabeProduct .boxTitle span {
	padding-right: .5em;
}

.shimemade .nabeProduct .pickupProduct {
	padding: 30px;
}

.shimemade .nabeProduct > li:not(:first-child) {
	margin-top: 20px;
}

.shimemade .nabeProduct .pickupProduct .productItem {
	padding: 0;
	margin-bottom: 0;
}

.shimemade .nabeProduct .productItemType {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-right: 30px;
}

.shimemade .nabeProduct .productItemType .item {
	flex: 0 0 150px;
}

.shimemade .nabeProduct .productItemType .item.mini {
	flex: 0 0 120px;
}

.productItemDetail {
	flex: 1 0 62.84%;
}

.shimemade .nabeProduct .linkBtn {
	display: flex;
	justify-content: center;
	width: 405px;
	margin: 30px auto 0;
}

.shimemade .nabeProduct .linkBtn .btn {
	flex: 1 0 auto;
	padding: 0 12.5px;
}

@media screen and (max-width: 768px) {
	.shimemade .nabeProduct .boxTitle span {
		display: block;
		margin-right: 0;
	}

	.shimemade .nabeProduct .pickupProduct {
		padding: 30px 23px 18px;
	}

	.shimemade .nabeProduct .pickupProduct .productItem {
		display: block;
	}

	.shimemade .nabeProduct .productItemType {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.productItemDetail {
		flex: 0 0 100%;
	}

	.shimemade .nabeProduct .linkBtn {
		display: block;
		width: 100%;
	}

	.shimemade .nabeProduct .linkBtn .btn {
		padding: 0;
	}

	.shimemade .nabeProduct .linkBtn .btn + .btn {
		margin-top: 8px;
	}
}




