@charset "utf-8";
/* CSS Document */


/* ▼▼▼▼▼▼▼▼▼▼ スマートフォン ▼▼▼▼▼▼▼▼▼▼ */

/* -------------------------------------------------- SP toppage */

.slide-feedin {
	opacity: 0;
	transform: translate(0, 1px);
	transition: all 1s ease-out;
 }
.slide-bottom-m01 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1.0s 0.5s ease-out;
 }
.slide-bottom-m02 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1.0s 0.8s ease-out;
 }
.slide-bottom-m03 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1.0s 1.2s ease-out;
 }
.slide-bottom-m04 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1.0s 1.5s ease-out;
 }


.fme {font-weight: 300;}

h3 {
	font-size: clamp(20px, 4vw, 30px);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h4 {
	font-weight: bold;
}


.fme .k-visual {
	display: flex;
	align-items: flex-start;
	position:relative;
	height: calc(80vh - 110px)!important;
	max-width: 2000px;
	background: url("https://gigaplus.makeshop.jp/flakes/img/brand/fme/fme-miyama.-kv-sp.webp");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: center;
}

.fme .k-visual-inner {
	padding: 3rem;
}
.fmd .k-visual-inner h3 {
	text-align:center;
	margin-bottom: 1rem;
}
.fmd .k-visual-inner h3 img {width: 100px;}

.fme .introduction {
	padding: 2rem 3rem;
}




.fme .minoyaki {
	display: block;
	background: #f3f3f3;
	padding: 5rem 0;
}

.fme .minoyaki-inner {
	width: 90%;
	max-width: 700px;
	padding: 3rem;
	margin: auto;
}
.fme .minoyaki-inner h3 {
	text-align: center;
	font-size: clamp(22px, 4vw, 26px);
	line-height: 1.4;
	margin-bottom: 1.5rem;
}
.fme .minoyaki-inner h3 span {
	display: block;
	font-size: clamp(12px, 2vw, 14px);
	letter-spacing: 5px;
}




.fme .manufacturing_method {
	background: #E3DFD5;
	padding-bottom: 3rem;
}
.fme .cast_molding {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position:relative;
	height: calc(100vh - 110px)!important;
	max-width: 2000px;
	background: url("https://gigaplus.makeshop.jp/flakes/img/brand/fme/fme-miyama.-manufacturing_method-sp.webp");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2rem;
}
.fme .cast_molding-inner {
	width: 100%;
	max-width: 1200px;
	margin: auto auto 0;
	color: #fff;
}
.fme .cast_molding h3 {
	margin: auto auto 0;
}

.fme .process ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	padding-top: 2rem;
	color: #666;
}
.fme .process ul li {
	width: 40%;
	line-height: 1.4;
	margin-bottom: 2rem;
}
.fme .process ul li h4 {
	margin: .5rem 0;
}


.fme .porcelain {
	display: block;
	position:relative;
	height: calc(100vh - 110px)!important;
	max-width: 2000px;
	background: url("https://gigaplus.makeshop.jp/flakes/img/brand/fme/fme-miyama.-porcelain-sp.webp");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fme .porcelain-inner {
	position: absolute;
	top: 74vh;
	padding: 0 3rem;
}
.fme .porcelain-inner h3 {
	font-size: clamp(20px, 3vw, 30px);
	text-align: center;
}


.fme .product {
	width: 100%;
	max-width: 2000px;
	margin: 45vh auto auto;
}
.fme .product h3 {text-align:center;}

.fme .mug {
	width: 100%;
	max-width: 2000px;
	margin: auto;
}
.fme .product picture {width:100%;}
.fme .product h4 {
	font-size: clamp(18px, 3vw, 24px);
	text-align: center;
}
.fme .product p {
	display: block;
	width: 80%;
	max-width: 460px;
	margin: auto;
}

.fme .product ul {
	width: 100%;
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
	margin: auto;
}
.fme .product ul li {
	width: 50%;
	max-width: 190px;
	padding: .5rem;
	margin-bottom: 1rem;
}
.fme .product ul li > p {width: 100%;}

.fme .product .item-name {
	font-size: clamp(12px, 3vw, 14px);
	line-height: 1.4;	
}



/* ▼▼▼▼▼▼▼▼▼▼ タブレット ▼▼▼▼▼▼▼▼▼▼ */
@media screen and (min-width: 600px) {
	
	.fme .k-visual {
		height: calc(100vh - 117px)!important;
		display: flex;
		align-items: flex-start;
        justify-content: center;
		background: url("https://gigaplus.makeshop.jp/flakes/img/brand/fme/fme-miyama.-kv-pc.webp");
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	

	.fme .cast_molding {
		display: block;
		position:relative;
		height: 550px!important;
		background: url("https://gigaplus.makeshop.jp/flakes/img/brand/fme/fme-miyama.-manufacturing_method-pc.webp");
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 2rem;
		z-index: 1;
	}
	.fme .cast_molding h3 {
		wdith: 30%;
		max-width: 420px;
		text-align: center;
		margin: auto auto 1rem 0;
	}
	.fme .cast_molding p {
		wdith: 30%;
		max-width:420px;
	}

	.fme .process ul {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		padding-top: 0;
		margin-top: -10rem;
		z-index: 100;
		position:relative;
	}
	.fme .process ul li {
		width: 25%;
		max-width: 280px;
		margin: 1rem;
	}
	.fme .process ul li img {
		border-radius: 5px;
	}


	.fme .porcelain {
		height: calc(110vh - 110px)!important;
		display: flex;
		position: relative;
		background: url("https://gigaplus.makeshop.jp/flakes/img/brand/fme/fme-miyama.-porcelain-pc.webp");
		background-position: bottom center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.fme .porcelain-inner {
		display: block;
		width: 100%;
		max-width: 1600px;
		margin: auto;
		position: relative;
		padding: 0;
		top: 0;
	}
	.fme .porcelain-inner div {
		width: 45%;
		max-width: 400px;
		margin: -2rem 7% auto auto;
	}
	
	.fme .product {
		margin-top: 3vw;
	}
	.fme .product ul {
		justify-content: center;
	}


/* ▲▲▲▲▲▲▲▲▲▲ タブレット ▲▲▲▲▲▲▲▲▲▲ */
}



/* ▼▼▼▼▼▼▼▼▼▼ PC ▼▼▼▼▼▼▼▼▼▼ */

@media screen and (min-width: 1030px){
	
	.fme .k-visual-inner {
		padding: 0;
		width: 1600px;
	}
	.fme .k-visual-inner div {
		width: 33%;
		height: calc(100vh - 117px);
		max-width: 450px;
		background: rgba(255,255,255,0.8);
		padding: 5rem 0;
	}
	.fme .k-visual-inner div h3 {
		width: 33%;
		text-align: center;
		margin: auto auto 1rem;
	}
	.fme .k-visual-inner div h3 img {
		width: 250px;
		margin: auto;
	}
	.fme .k-visual-inner div div {
		width: 100%;
		background: none;
		padding: 0;
	}
	.fme .k-visual-inner div div p {
		width: 90%;
		max-width: 320px;
		margin: auto;
	}


	.fme .porcelain-inner div {
		width: 45%;
		max-width: 400px;
		margin: -2rem 15% auto auto;
	}
	
/* ▲▲▲▲▲▲▲▲▲▲ PC ▲▲▲▲▲▲▲▲▲▲ */
}

/* ▲▲▲▲▲▲▲▲▲▲ 調整 ▲▲▲▲▲▲▲▲▲▲ */
@media screen and (min-width: 1300px){


/* ▲▲▲▲▲▲▲▲▲▲ 調整 ▲▲▲▲▲▲▲▲▲▲ */
}

