

/*----------------------------------------*/

img {
  max-width: 100%;
	vertical-align: top;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.f16{
  font-size: 16px;
}
.bold{
	font-weight: bold;
}
.mb10{
	margin-bottom: 1rem;
}
.mb20{
	margin-bottom: 2rem;
}
.mb30{
	margin-bottom: 3rem;
}
.mb40{
	margin-bottom: 4rem;
}
.mb50{
	margin-bottom: 5rem;
}
.mb60{
	margin-bottom: 6rem;
}
.mb70{
	margin-bottom: 7rem;
}

.pc_only{
	display: block;
}
.sp_only{
	display: none;
}

/*---------------------------------------*/
a.btn_baige{
  width: 45%;
  background-color: #D1BDAC;
  border-radius: 6px;
  padding: 13px 0;
  display: block;
  margin: 80px auto 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 3px #A8998C;
  position: relative;
  line-height: 1.2;
}
a.btn_baige:hover{
  opacity: 0.8;
}
a.btn_baige.arrow::before{
	content: "";
	position: absolute;
	top:50%;
	right: 20px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background-color: #fff;
	display:block;
}
a.btn_baige.arrow::after{
	content: "";
	position: absolute;
	top:54%;
	right: 26px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-bottom: 2px solid #D1BDAC;
	border-right: 2px solid #D1BDAC;
	transform: rotate(-45deg);
	display: block;
}

.wrap.pink{
	background-color: #FFF8F8;
	padding-bottom: 7rem;
}
.wrap.white{
	background-color: #FFFFFF;
	padding-bottom: 8rem;
}
.wrap.beige, .wrap.bf_beige{
	background-color: #F9F4EC;
	padding-bottom: 8rem;
}
.wrap.pink.round, .wrap.bf_beige.round{
	position: relative;
	z-index: 0;
	margin-top: 15rem;
	padding-bottom: 12rem;
}
.wrap.pink.round::before{
	content: "";
	position: absolute;
	top: -9rem;
	left: 0;
	margin: auto;
	width: 100%;
	height: 18rem;
	background-color: #FFF8F8;
	border-radius: 50%;
	z-index: -1;
	display: inline-block;
}
.wrap.white.round{
	position: relative;
	z-index: 0;
	margin-top: 5rem;
}
.wrap.white.round::before{
	content: "";
	position: absolute;
	top: -11rem;
	left: 0;
	margin: auto;
	width: 100%;
	height: 14rem;
	background-color: #ffffff;
	border-radius: 50%;
	z-index: -1;
	display: inline-block;
}
.content{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.headding_a{
	font-size: 36px;
	font-weight: bold;
	margin-bottom:4rem;
}
.read_txt{
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 70px
}
.img_photo01{
	width: 724px;
	height: auto;
}
.flbox_pc{
	display: flex;
}
.flbox{
	display: flex;
	justify-content: center;
}
.factory_img{
	width: 500px;
	height: auto;
}
.factory_txt{
	width: 500px;
	background-color: #F9F4EC;
	padding: 50px 35px;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
}
.wrap.point{
	width: 100%;
	height: 400px;
	background: url("../image/mnfc_bg01.jpg") no-repeat  center;
	background-size: cover;
	padding: 40px 0;
	margin-bottom: 70px;
}
.wrap.point .point_ttl{
	width: 580px;
	height: auto;
	margin: 0 auto 35px;
}
.point .flbox div{
	width: 280px;
	height: auto;
	padding: 0 25px;
}
a.btn_pink{
	width: 490px;
	height: 64px;
	background-color: #FFF8F8;
	border: solid 1px #FDE7E7;
	border-radius: 6px;
	box-shadow: 0 3px #E0C6CC;
	display:block;
	text-align: center;
	margin: 0 10px;
	font-size: 20px;
	padding-top: 16px;
	position: relative;
}
span.hygiene, span.manufacture{
	position: relative;
	padding-left: 50px;
}
span.hygiene::before{
	content: "";
	position: absolute;
	top:-8px;
	left:0;
	width: 40px;
	height: 41px;
	background-image: url("../image/mnfc_icon01.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	z-index: 1;
}
span.manufacture::before{
	content: "";
	position: absolute;
	top:-4px;
	left:0;
	width: 40px;
	height: 41px;
	background-image: url("../image/mnfc_icon01.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	z-index: 1;
}
span.manufacture::before{
	background-image: url("../image/mnfc_icon02.png");
}

a.btn_pink.arrow::before{
	content: "";
	position: absolute;
	top:50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background-color: #D07272;
	display:block;
}
a.btn_pink.arrow::after{
	content: "";
	position: absolute;
	top:50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: block;
}

/*塹惗娗棟偵偮偄偰*/
#hygiene{
	padding-top: 170px;
	font-size: 16px;
	line-height: 1.6;
}
.headding_b{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.icon_hygiene::before{
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 85px;
	background: url("../image/mnfc_icon01.png") no-repeat center;
	background-size: contain;
}
.prohibited_ttl, .prohibited_ttl.bf{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color:#9FCAD5;
	margin-top: 50px;
	padding: 10px 0;
	border-radius: 12px 12px 0 0;
}
.prohibited_box{
	background-color: #F5FDFF;
	padding: 30px;
}
.clothes_ttl, .clothes_ttl.bf{
	margin-top: 50px;
	margin-bottom: 40px;
	position: relative;
	z-index: 0;
}
.clothes_ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #478696, #478696 5px, transparent 5px, transparent 9px);
  background-size: 9px 5px;
  background-repeat: repeat-x;
}
.clothes_ttl span{
	color: #478696;
	font-size: 20px;
	font-weight: bold;
	display:inline-block;
	background-color: #F5FDFF;
	padding: 0 25px;
	position: relative;
}
.clothes_box{
	background-image: url("../image/mnfc_img07.png");
	background-repeat: no-repeat;
	background-size: 300px 797px;
	background-position: top center;
	position: relative;
}
.clothes_box .cap, .clothes_box .mask, .clothes_box .clothes, .clothes_box .shoes{
	width: 320px;
	border-radius: 6px;
	background-color: #fff;
	-ms-text-align-last: auto;
	text-align: left;
	margin-bottom: 30px;
}
.clothes_box .mask{
	position: absolute;
	top: 0;
	right: 0;
}
.clothes_box .shoes{
	position: absolute;
	bottom: -30px;
	right: 0;
}

.clothes_box .cap .txt, .clothes_box .mask .txt, .clothes_box .clothes .txt, .clothes_box .shoes .txt{
	padding: 20px 15px ;
	font-size: 14px;
	min-height: 170px;
}
.clothes_box .cap .txt span, .clothes_box .mask .txt span, .clothes_box .clothes .txt span, .clothes_box .shoes .txt span, .clothes_box.bf .cap .txt span, .clothes_box.bf .mask .txt span, .clothes_box.bf .clothes .txt span, .clothes_box.bf .shoes .txt span{
	font-size: 16px;
	font-weight:700;
	display: block;
	margin-bottom: 10px;
}
/*帩偪崬傒嬛巭*/
.ban_box{
	width: 922px;
	margin: 0 auto;
	background-color: #fff;
}
.ban_ttl{
	background-color: #478696;
	display: flex;
	margin-top: 40px;
}
.ban_ttl p{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.ban_ttl p:first-child{
	border-right:solid 1px #fff;
}
.banitem{
	width: 700px;
	position: relative;
}
.banitem_2{
	width: 222px;
}
.ban_list{
	display: flex;
}
.ban_list p{
	border: solid 1px #478696;
	border-top: none;
}
.banitem .item_name{
	width: auto;
	height: 19px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.banitem .item_img{
	width: 590px;
	height: auto;
	margin: 50px auto 30px;
}
.banitem .item_img.item_2{
	width: 267px;
	height: auto;
}
.banitem .item_img.item_3{
	width: 309px;
	height: auto;
}
.banitem .item_img.item_4{
	width: 407px;
	height: auto;
}
.ban_list p.banitem_2{
	border-left:none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banitem_2 img{
	width: 63px;
	height: 63px;
}
.banitem_2 img.item_kizu{
	width: 189px;
	height: auto;
}

.enter_room{
	justify-content: center;
	margin-top: 40px;
}
.room{
	width: 242px;
	margin: 0 30px;
	position: relative;
}
.room::after{
	content: "";
	position: absolute;
	top: 25%;
	right: -38px;
	width: 0;
    height: 0;
    border-left: 18px solid #9FCAD5;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
.room:last-child::after{
	display: none;
}
.room div {
	font-size: 16px;
	text-align: left;
}
.room div p{
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}
.room div p img{
	width: 30px;
	margin-right: 10px;
}
.covid{
	width:890px;
	margin: 0 auto;
	border-radius: 12px;
	border: solid 7px #FFEBEB;
	margin-top: 50px;
	padding: 30px 25px;
	background-color: #fff;
	text-align-last: auto;
	text-align: left;
}
.covid p{
	text-align: center;
	margin-bottom: 20px;
}
.covid p span{
	color: #D07272;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.covid p span::before, .covid p span::after{
	content: "";
	position: absolute;
	top:-8px;
	left: -40px;
	width: 30px;
	height: 36px;
	background: url("../image/mnfc_icon03.png") no-repeat 0 0;
	background-size: contain;
}
.covid p span::after{
	left: inherit;
	right: -40px;
}
.covid-blue{
	width:890px;
	margin: 0 auto;
	border-radius: 12px;
	border: solid 7px #D3E6EB;
	margin-top: 50px;
	padding: 30px 25px;
	background-color: #fff;
	text-align-last: auto;
	text-align: left;
}
.covid-blue p{
	text-align: center;
	margin-bottom: 20px;
}
.covid-blue p span{
	color: #478696;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.covid-blue p span::before, .covid-blue p span::after{
	content: "";
	position: absolute;
	top:-8px;
	left: -40px;
	width: 30px;
	height: 36px;
	background: url("../image/mnfc_icon04.png") no-repeat 0 0;
	background-size: contain;
}
.covid-blue p span::after{
	left: inherit;
	right: -40px;
}

/*惢憿岺掱偵偮偄偰*/

#manufacture{
	padding-top: 170px;
	font-size: 16px;
	line-height: 1.6;
}
.icon_manufacture::before{
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 85px;
	background: url("../image/mnfc_icon02.png") no-repeat center;
	background-size: contain;
}
.step_nav{
	width: 960px;
	margin: 40px auto;
	display: flex;
}
a.step, .step_nav.bf a.step{
	width: 240px;
	height: 77px;
	background-color: #FFF8F8;
	border: solid 2px #FFD9D9;
	display: block;
	position: relative;
}
a.step.first{
	border-radius: 6px 0 0 6px;
}
a.step.last{
	border-radius: 0 6px 6px 0;
}
a.step::before{
	content: "";
	position: absolute;
	top:0;
	right: -35px;
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-left: 36px solid #FFF8F8;
	border-bottom: 36px solid transparent;
	z-index: 2;
}
a.step::after{
	content: "";
	position: absolute;
	top:-2px;
	right: -39px;
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-left: 38px solid #FFD9D9;
	border-bottom: 38px solid transparent;
	z-index: 1;
}
a.step.last::before, a.step.last::after{
	display:none;
}
a.step span{
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	margin-top: 25px;
	margin-left: 25px;
	display: block;
}
a.step span.step1{
	background: url("../image/mnfc_ttl06.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step span.step2{
	background: url("../image/mnfc_ttl07.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step span.step3{
	background: url("../image/mnfc_ttl08.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step span.step4{
	background: url("../image/mnfc_ttl09.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step1{
	background: url("../image/mnfc_ttl06_hv.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step2{
	background: url("../image/mnfc_ttl07_hv.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step3{
	background: url("../image/mnfc_ttl08_hv.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step4{
	background: url("../image/mnfc_ttl09_hv.png") no-repeat center center;
	background-size: 136px 23px;
}
h3.headding_c{
	position: relative;
}
h3.headding_c img{
	width: 226px;
	height: auto;
	margin: 70px auto 20px;
}
h3.headding_c::after{
	content: "僆乕僩儊乕僔儑儞壔";
	position: absolute;
	bottom: 15px;
	right: -40%;
	left:0;
	margin: auto;
	width: 140px;
	background-color: #E50465;
	font-size: 12px;
	padding: 8px;
	border-radius: 6px;
	display: block;
	color: #fff;
	font-weight: bold;
}
.step_flow{
	width: 280px;
	text-align: left;
	margin: 50px 25px 0;
	position: relative;
	font-size: 16px;
}

.step_flow p, .step_flow.bf p{
	font-size: 20px;
	font-weight: bold;
	border-bottom: dashed 2px #E50465;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	-ms-text-align-last: auto;
}
.step_flow::before{
	content: "";
	position: absolute;
	top: 30%;
	right: -30px;
	width: 30px;
	height: 30px;
	background-color: #FAC2C2;
}
.step_flow::after{
	content: "";
	position: absolute;
	top: 27%;
	right: -60px;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 30px solid #FAC2C2;
	border-bottom: 30px solid transparent;
	z-index: 1
}
.step_flow:last-child::before, .step_flow:last-child::after{
	display: none;
}
.step4_6{
	width: 168px;
	height: auto;
	margin: 80px auto 0;
	display: block;
}
a.btn_white{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	padding: 10px 30px 10px 40px;
	display: inline-block;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 6px;
}
a.btn_white span{
	position: relative;
}
a.btn_white span::before{
	content:"";
	position: absolute;
	top: 2px;
	left:-25px;
	width: 17px;
	height: 17px;
	background-color:#E50465;
	border-radius: 50%;
	display: inline-block;
}
a.btn_white span::after{
	content: "";
	position: absolute;
	top:30%;
	left: -23px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	display: inline-block;
}
a.btn_white:hover{
	color: #E50465;
}

.inspection{
	border: solid 3px #9FCAD5;
	border-radius: 12px;
	background-color: #fff;
	margin: 80px auto;
	padding: 40px 30px 30px 60px;
	text-align: left;
}
.headding_d{
	width: 331px;
	height: 40px;
	margin: -60px auto 40px;
	background: url("../image/mnfc_ttl14.png") no-repeat 0 0;
	background-size: cover;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.inspection_list{
	width: 490px;
	margin-right: 40px;
	justify-content: center;
	font-size: 16px;
}
.inspection_list p{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: dashed 2px #9FCAD5;
	position: relative;
}
.inspection_list p::before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url("../image/mnfc_icon08.png") no-repeat 0 0;
	background-size:cover;
}
.inspection_img{
	width: 386px;
	height: auto;
}
a.arrow_pink{
	position: relative;
	padding-left: 25px;
}
a.arrow_pink::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 17px;
	height: 17px;
	background-color: #E50465;
	border-radius: 50%;
	display: inline-block;
}
a.arrow_pink::after{
	content: "";
	position: absolute;
	top:30%;
	left: 3px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	display: block;
	display: inline-block;
}
a.arrow_pink:hover{
	color: #E50465;
}
/* page anchor 3僇儔儉 */
#wrap ul.anc3_quality {
	text-align: center;
	margin-bottom: 53px;
	margin-top: 100px;
}

#wrap ul.anc3_quality li {
    display: inline-block;
	margin-right: 10px;
}

/**----------------------------------
儀價乕僼乕僪
-----------------------------------**/
.wrap.beige.bf{
	background-color: #F9F4EC;
	padding-bottom: 4rem;
}
.wrap.bf_beige.round::before{
	content: "";
	position: absolute;
	top: -9rem;
	left: 0;
	margin: auto;
	width: 100%;
	height: 18rem;
	background-color: #F9F4EC;
	border-radius: 50%;
	z-index: -1;
	display: inline-block;
}
.wrap.point.bf{
	background: url("../image/bf_bg01.jpg") no-repeat  center;
}

a.btn_beige{
	width: 490px;
	height: 64px;
	background-color: #F9F4EC;
	border: solid 1px #D8C0C1;
	border-radius: 6px;
	box-shadow: 0 3px #D8C0C1;
	display:block;
	text-align: center;
	margin: 0 10px;
	font-size: 20px;
	padding-top: 16px;
	position: relative;
}

a.btn_beige.arrow::before{
	content: "";
	position: absolute;
	top:50%;
	right: 10px;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	border-radius: 50%;
	background-color: #D07272;
	display:block;
}
a.btn_beige.arrow::after{
	content: "";
	position: absolute;
	top:50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: block;
}
.bf_beige_hy{
  background-color: #F9F4EC;
  margin-top: 6rem;
}
.bf_beige_hy #hygiene{
  padding-top: 8rem;
}
.prohibited_ttl.bf{
  background-color:#64AD89;
}
.prohibited_box.bf{
	background-color: #fff;
	padding: 30px;
}
.clothes_ttl.bf::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #64AD89, #64AD89 5px, transparent 5px, transparent 9px);
  background-size: 9px 5px;
  background-repeat: repeat-x;
}
.clothes_ttl.bf span{
	color: #64AD89;
	font-size: 20px;
	font-weight: bold;
	display:inline-block;
	background-color: #ffffff;
	padding: 0 25px;
	position: relative;
}
.clothes_box.bf{
	background-image: url("../image/bf_img07.jpg");
	background-repeat: no-repeat;
	background-size: 300px 797px;
	background-position: top 1rem center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clothes_box.bf .cap, .clothes_box.bf .mask, .clothes_box.bf .clothes, .clothes_box.bf .shoes{
	width: 320px;
  height: auto;
	border-radius: 6px;
	background-color: #fff;
	-ms-text-align-last: auto;
	text-align: left;
	margin-bottom: 30px;
  border: solid 4px #64AD89;
  position: inherit;
  bottom: inherit;

}
.clothes_box.bf .cap .txt, .clothes_box.bf .mask .txt, .clothes_box.bf .clothes .txt, .clothes_box.bf .shoes .txt{
	padding: 20px;
	font-size: 14px;
	min-height: 170px;
}
.bf_check{
  background-color: #EDF8F3;
  border-radius:.8rem;
  margin-top: 20px;
  padding: 20px 40px 25px 30px;
  text-align: left;
  position: relative;
}
.bf_check::before{
  content: "";
  background-image: url("../image/bf_img03.png");
  width: 113px;
  height:74px;
  background-size: contain;
  position: absolute;
  top: -2.5rem;
  right: 2rem;
}
.bf_check div{
  font-size: 18px;
  font-weight: bold;
}
.bf_check p{
  font-size: 14px;
  margin-top: 6px;
}
.ban_box.bf .ban_ttl{
	background-color: #64AD89;
}
.ban_box.bf .ban_list p{
	border: solid 1px #64AD89;
  border-top:none;
}
.ban_box.bf .ban_list p.banitem_2{
	border-left:none;
}
.ban_box.bf .item_name.sp_only{
	border-bottom: solid 1px #64AD89;
}
.banitem .item_img.item_3.bf{
	width: 399px;
	height: auto;
}
.prohibited_box.bf{
	background-color: #fff;
	padding: 30px 30px 40px;
  border-radius: 0 0 10px 10px;
}
.prohibited_box.bf .room{
	width: 280px;
	margin: 0 20px;
	position: relative;
}
.prohibited_box.bf .room::after{
	content: "";
	position: absolute;
	top: 25%;
	right: -30px;
	width: 0;
  height: 0;
  border-left: 16px solid #64AD89;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.prohibited_box.bf .room:last-child::after{
	display: none;
}
.prohibited_box.bf .room div p{
	font-size: 20px;
	margin: 10px 0;
	text-align: left;
  color: #64AD89;
}
.prohibited_box.bf .room div p span{
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  background-color: #64AD89;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  text-align:center;
  line-height: 28px;
  display: inline-block;
}
a.line{
  text-decoration: underline;
}
.step_nav.bf{
  width: 1000px;
  margin: 40px auto ;
  border: solid 2px #F09797;
  border-radius: 6px;
}
.step_nav.bf a.step{
  width: 211px;
  height: 76px;
	background-color: #fff;
  border: solid 2px #fff;
}
.step_nav.bf a.step.step3{
  width: 290px;
}
.step_nav.bf a.step.last{
  width: 284px;
  padding-right: 10px;
}
.step_nav.bf a.step span{
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin-top: 25px;
	margin-left: 35px;
	display: block;
}
.step_nav.bf a.step::before{
	display: none;
}
a.step.bf::after{
	content: "";
	position: absolute;
	top:8px;
	right: -24px;
	width: 56px;
  height: 56px;
  border: 2px solid;
  border-color: #F09797 #F09797 transparent transparent;
  transform: rotate(45deg);
	z-index: 1;
}
.step_nav.bf a.step span.step1, .step_nav_sp.bf a.step span.step1{
	background: url("../image/bf_stepnav1.png") no-repeat center center;
	background-size: 136px 23px;
}
.step_nav.bf a.step span.step2, .step_nav_sp.bf a.step span.step2{
	background: url("../image/bf_stepnav2.png") no-repeat center center;
	background-size: 136px 23px;
}
.step_nav.bf a.step span.step3, .step_nav_sp.bf a.step span.step3{
	background: url("../image/bf_stepnav3.png") no-repeat center center;
	background-size: 212px 23px;
}
.step_nav.bf a.step span.step4, .step_nav_sp.bf a.step span.step4{
	background: url("../image/bf_stepnav4.png") no-repeat center center;
	background-size: 198px 23px;
}
.step_nav.bf a.step:hover span.step1, .step_nav_sp.bf a.step:hover span.step1{
	background: url("../image/bf_stepnav1_hv.png") no-repeat center center;
	background-size: 136px 23px;
}
.step_nav.bf a.step:hover span.step2, .step_nav_sp.bf a.step:hover span.step2{
	background: url("../image/bf_stepnav2_hv.png") no-repeat center center;
	background-size: 136px 23px;
}
.step_nav.bf a.step:hover span.step3, .step_nav_sp.bf a.step:hover span.step3{
	background: url("../image/bf_stepnav3_hv.png") no-repeat center center;
	background-size: 212px 23px;
}
.step_nav.bf a.step:hover span.step4, .step_nav_sp.bf a.step:hover span.step4{
	background: url("../image/bf_stepnav4_hv.png") no-repeat center center;
	background-size: 198px 23px;
}
.step_nav_sp.bf a.step.select span.step1{
	background: url("../image/bf_stepnav1_sc.png") no-repeat center center;
	background-size: 136px 23px;
}
.step_nav_sp.bf a.step.select span.step2{
	background: url("../image/bf_stepnav2_sc.png") no-repeat center center;
	background-size: 136px 23px;
}
.step_nav_sp.bf a.step.select span.step3{
	background: url("../image/bf_stepnav3_sc.png") no-repeat center center;
	background-size: 212px 23px;
}
.step_nav_sp.bf a.step.select span.step4{
	background: url("../image/bf_stepnav4_sc.png") no-repeat center center;
	background-size: 198px 23px;
}
.bf_step_ttl{
  background-color: #F09797;
  text-align: center;
  color: #fff;
  padding: 30px 10px;
  position: relative;
}
.step_flow.bf{
	width: 300px;
	text-align: left;
	margin: 50px 20px 0;
	position: relative;
	font-size: 16px;
}
.step_flow.bf::before{
	display: none;
}
.step_flow.bf::after{
	content: "";
	position: absolute;
	top: 97px;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 18px solid #D07272;
	border-bottom: 17px solid transparent;
	z-index: 1
}
.step_flow:last-child::before, .step_flow:last-child::after{
	display: none;
}
.step_flow.bf p{
  border-bottom: dashed 2px #F09797;
}
.bf_step_ttl.step4 h3.headding_e.bf{
  position: relative;
}
.bf_step_ttl.step4 h3.headding_e::after{
	content: "僆乕僩儊乕僔儑儞壔";
	position: absolute;
	top: 8px;
	right: -50%;
	left:0;
	margin: auto;
	width: 140px;
	background-color: #fff;
	font-size: 12px;
	padding: 8px;
	border-radius: 6px;
	display: block;
	color: #D07272;
	font-weight: bold;
}
h3.headding_e img{
	width: 204px;
	height: auto;
	margin: 0 0 10px;
}
h3.headding_e img.step3_4{
	width: 320px;
	height: auto;
	margin: 0 0 10px;
}
.headding_d.bf{
	width: 487px;
	height: 40px;
	margin: -60px auto 20px;
	background: url("../image/bf_ttl13.png") no-repeat 0 0;
	background-size: contain;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.inspection .txt_c{
  font-size: 16px;
  text-align: center;
}
.inspection_img{
	width: 370px;
	height: auto;
}
a.btn_white.bf span::before{
	background-color:#D07272;
}
a.btn_white:hover{
	color: #D07272;
}

/**----------------------------------
SP view
-----------------------------------**/

@media screen and (max-width:769px){
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}	
.wrap {
    min-width: auto;
    margin: 0;
}
.content{
	width: 100%;
	padding: 0 10px;
}
.content_head{
	padding: 0 ;
}
.mnfct .main_Vis {
	background:url("../image/ttl_bg.png") repeat left top;
	padding: 6% 6% 9% 6% !important;
	margin-bottom: 11% !important;
}
a.btn_baige{
  width: 90%;
}
.wrap.pink{
	padding-bottom: 3rem;
}
.wrap.white{
	padding-bottom: 4rem;
}
.wrap.beige{
	background-color: #FFF8F8;
	padding-bottom: 3rem;
}
.wrap.pink.round, .wrap.bf_beige.round{
	margin-top: 8rem;
	padding-bottom: 7rem;
}
.wrap.pink.round::before, .wrap.bf_beige.round::before{
	top: -5rem;
	height: 9rem;
}
.wrap.white.round{
	margin-top: 2rem;
}
.wrap.white.round::before{
	top: -5rem;
	height: 9rem;
}
.headding_a{
	font-size: 28px;
	margin-bottom:2rem;
}
.read_txt{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 40px;
}
.read_txt.txt_l{
	text-align: left;
}
.img_photo01{
	width: 100%;
}
.flbox_pc{
	display: block;
}
.flbox{
	display: flex;
}
.factory_img{
	width: 100%;
	height: auto;
}
.factory_txt{
	width: 100%;
	padding: 20px 15px 15px;
}
.wrap.point{
	width: 100%;
	height: auto;
	padding: 25px 0;
	margin-bottom: 30px;
}
.wrap.point .point_ttl{
	width: 264px;
	height: auto;
	margin: 0 auto 20px;
}
.point .flbox div{
	width: 40%;
	height: auto;
	padding: 0 10px;
}
a.btn_pink, a.btn_beige{
	width: 100%;
	height: 64px;
	margin: 0 0 20px;
}
/*塹惗娗棟偵偮偄偰*/
#hygiene{
	padding-top: 130px;
}
.headding_b{
	font-size: 28px;
	margin-bottom: 20px;
}
.icon_hygiene::before{
	top: -70px;
	width: 66px;
	height: 70px;
}
.clothes_box, .clothes_box.bf{
	background:none;
}
.remodal{
	width: 90%;
	border-radius: 8px;
	padding: 0px;
}
.remodal img{
	width: 90%;
	margin: 0 auto;
}
.remodal .txt{
	padding: 20px;
	text-align: left;
}
.remodal .txt span{
	font-size: 16px;
	font-weight:bold;
	display: block;
	margin-bottom: 10px;
}
.remodal-cancel{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	background: none;
}
.remodal-cancel span{
	font-size: 20px;
}
.remodal-cancel a:hover{
	color: #fff;	
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: none;
}
	
.sp_clothesbox{
	display: flex;
}
.clothes_btn{
	width: 100%;
	border:solid 2px #478696;
	border-radius: 6px;
	padding: 2px 5px;
	margin-bottom: 30px;
	background-color: #fff;
	text-align: left;
}
.clothes_btn:first-child{
	margin-top: 10px;
}
.clothes_img{
	width: 85%;
}

/*帩偪崬傒嬛巭*/
.ban_box{
	width: 100%;
	margin-top: 20px;
}
.ban_ttl p{
	font-size: 14px;
}
.banitem{
	width: 67%;
}
.banitem_2{
	width: 33%;
}
.ban_list{
	display: flex;
}
.ban_box .item_name.sp_only{
	width: 100%;
	border: solid 1px #478696;
	border-top: none;
	padding: 10px 0 5px;
}
.banitem .item_img{
	width: 90%;
	height: auto;
	margin: 20px auto;
}
.ban_list p.banitem_2{
	border-left:none;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banitem_2 img{
	width: 43px;
	height: 43px;
}
.ban_box .item_name.sp_only img.name_1, .ban_box .item_name.sp_only img.name_2{
	width: 65px;
	height: auto;
}
.ban_box .item_name.sp_only img.name_3{
	width: 96px;
	height: auto;
}
.ban_box .item_name.sp_only img.name_4{
	width: 58px;
	height: auto;
}
.banitem .item_img.item_2{
	width: 60%;
	height: auto;
}
.banitem .item_img.item_3{
	width: 90%;
	height: auto;
}
.banitem .item_img.item_4{
	width: 90%;
	height: auto;
}
.banitem_2 img.item_kizu{
	width: 100%;
	padding: 10px;
}
.enter_room{
	margin-top: 20px;
}
.room, .prohibited_box.bf .room{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
.room img{
	width:70%;
}
.room::after{
	content: "";
	position: absolute;
	top: inherit;
	right: 0;
	left: 0;
	bottom: -50px;
	margin: auto;
	width: 0;
  height: 0;
  border-top: 18px solid #9FCAD5;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.room:last-child::after{
	display: none;
}
.room div {
	font-size: 16px;
	text-align: left;
}
.room div p{
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}
.room div p img{
	width: 30px;
	margin-right: 10px;
}
.prohibited_box, .prohibited_box.bf{
	padding: 15px;
}
.covid{
	width:100%;
	padding: 25px 10px;
}
.covid p span{
	font-size: 18px;
	line-height: 1.4;
}
.covid p span::before, .covid p span::after{
	content: "";
	position: absolute;
	top:10px;
	left: -40px;
}
.covid p span::after{
	left: inherit;
	right: -40px;
}
.covid-blue{
	width:100%;
	padding: 25px 15px;
	margin-top: 25px;
}
	
	
/*惢憿岺掱偵偮偄偰*/
#manufacture{
	padding-top: 120px;
}
.icon_manufacture::before{
	top: -70px;
	width: 66px;
	height: 70px;
}
h3.headding_c{
	margin-bottom: 50px;
}
h3.headding_c img{
	margin:20px; 
}
h3.headding_c::after{
	bottom: -30px;
	right: 0;
	left:0;
	margin: auto;
}a.step:hover span.step1{
	background: url("../image/mnfc_ttl06.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step2{
	background: url("../image/mnfc_ttl07.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step3{
	background: url("../image/mnfc_ttl08.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step:hover span.step4{
	background: url("../image/mnfc_ttl09.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step.select span.step1{
	background: url("../image/mnfc_ttl06_sct.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step.select span.step2{
	background: url("../image/mnfc_ttl07_sct.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step.select span.step3{
	background: url("../image/mnfc_ttl08_sct.png") no-repeat center center;
	background-size: 136px 23px;
}
a.step.select span.step4{
	background: url("../image/mnfc_ttl09_sct.png") no-repeat center center;
	background-size: 136px 23px;
}
.sp_step_wrap{
	margin: 0 20px;
	border: solid 2px #FFD9D9;
	border-radius: 8px;
	position: relative;
}
.step_nav_sp a.step{
	width: 100%;
	height: 77px;
	border-radius: 6px ;
	border: none;
	padding-top: 30px;
}
.step_nav_sp a.step.first{
	border-radius: 6px ;
}
.step_nav_sp a.step.last{
	border-radius: 6px;
}
.sp_step_wrap::before{
	content: "";
	position: absolute;
	left:0;
	right: -30px;
	bottom: -17px;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-left: 36px solid transparent;
	border-bottom: 36px solid #FFF8F8;
	transform: rotate(45deg);
	z-index:999;
}
.sp_step_wrap::after{
	content: "";
	position: absolute;
	left:0;
	right:-30px;
	bottom: -23px;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-left: 36px solid transparent;
	border-bottom: 36px solid #FFD9D9;
	transform: rotate(45deg);
	z-index:998;
}
a.step::before, a.step::after{
	display:none;
}
.sp_step_wrap.last::before, .sp_step_wrap.last::after{
	display:none;
}
.step_nav_sp a.step span{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 5px;
	display: block;
}
#step2, #step3, #step4{
	display: none;
}
#step1 .step_flow:last-child, #step2 .step_flow:last-child, 
#step3 .step_flow.step3_last, #step4 .step_flow.step4_last{
	margin: 30px auto 0;	
}
.step_flow, .step_flow.bf{
	width: 85%;
	text-align: left;
	margin: 30px auto 70px;
	position: relative;
}
.step_flow::before{
	content: "";
	position: absolute;
	top:inherit;
	bottom: -40px;
	right: 0;
	left:0;
	margin: auto;
}
.step_flow::after{
	content: "";
	position: absolute;
	top:inherit;
	bottom: -60px;
	right: -27px;
	left:0;
	margin: auto;
	border-top: 40px solid transparent;
	border-left: 40px solid transparent;
	border-bottom: 40px solid #FAC2C2;
	transform: rotate(45deg);
}
.step_flow.step3::before, .step_flow.step3::after, 
.step_flow.step4::before, .step_flow.step4::after{
	display: block;
}
.step_flow.step3.bf::before, .step_flow.step4.bf::before{
  display: none;
}
.step4_6{
	width: 168px;
	height: auto;
	margin: 80px auto 0;
	display: block;
}
.inspection{
	margin: 50px auto;
	padding: 20px 20px;
}
.headding_d{
	width: 95%;
	height: 40px;
	margin: -40px auto 0;
    background: url("../image/mnfc_ttl14.png") no-repeat 0 0;
	background-size: contain;
}
.inspection_list{
	width: 100%;
	margin-right: 0;
}
.inspection_list p::before{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url("../image/mnfc_icon08.png") no-repeat 0 0;
	background-size:cover;
}
.inspection_img{
	width: 100%;
	height: auto;
}
a.arrow_pink, a.arrow_pink::before, a.arrow_pink::after{
	display: none;
}
a.btn_white span::after{
	content: "";
	position: absolute;
	top:50%;
	left: -23px;
	width: 8px;
	height: 8px;
	margin-top: -12px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	display: block;
}
a.btn_white{
	font-size: 14px;	
}
a.btn_white_sp{
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 10px 10px 35px;
	display: block;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 6px;
	margin: 0 auto 20px;
}
a.btn_white_sp span{
	position: relative;
}
a.btn_white_sp span::before{
	content:"";
	position: absolute;
	top: 0;
	left:-25px;
	width: 18px;
	height: 18px;
	background-color:#E50465;
	border-radius: 50%;
	display: inline-block;
}
a.btn_white_sp span::after{
	content: "";
	position: absolute;
	top:50%;
	left: -22px;
	width: 8px;
	height: 8px;
	margin-top: -15px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	display: block;
}
/* page anchor 3僇儔儉 */

#wrap ul.anc3_quality {
	margin-bottom: 10%;	
	margin-top: 10%;	
}

#wrap ul.anc3_quality li {
    display: inline-block;
	width: 90%;
	margin-bottom: 3%;
	margin-right: 0 !important;
}

  
/**----------------------------------
SP view 儀價乕僼乕僪
-----------------------------------**/

.wrap.bf_beige{
  background-color: #F9F4EC;
	padding-bottom: 3rem;
}
.wrap.point.bf{
  background: url("../image/bf_bg01_sp.jpg")no-repeat center;
  background-size: cover;
  }
.bf_beige_hy{
  margin-top: 30px;
	padding-bottom: 0;
}
.bf_beige_hy #hygiene{
  padding-top: 120px;
}
.clothes_box.bf.pc_only{
  display: none;
}
.clothes_btn.bf{
	width: 100%;
	border:solid 2px #64AD89;
	border-radius: 6px;
	padding: 2px 5px;
	margin-bottom: 30px;
	background-color: #fff;
	text-align: left;
}
.bf_check{
  padding: 20px;
}
.bf_check::before{
  right: -16px;
}
.bf_check div{
  font-size: 16px;
}
.bf_check p{
  line-height: 1.8;
}
.sp_clothesbox.bf{
	display: flex;
  margin-bottom: 30px;
}
.clothes_img.bf{
	width: 93%;
}
.banitem .item_img.item_3.bf{
	width: 90%;
}
.prohibited_box.bf .room::after{
	content: "";
	position: absolute;
	top: inherit;
	right: 0;
	left: 0;
	bottom: -50px;
	margin: auto;
	width: 0;
  height: 0;
  border-top: 18px solid #64AD89;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
.prohibited_box.bf .room img{
    width:100%;
}
.remodal.bf img{
	width: 100%;
	margin: 0 auto;
  border-radius: 8px;
}

.sp_step_wrap.bf .wrap.beige.bf{
  background-color: #fff;
  border-radius: 8px;
}
.step_nav_sp.bf a.step{
	width: 100%;
	height: 77px;
	border-radius: 6px ;
	border: none;
	padding-top: 30px;
  background-color: #fff;
}
  .sp_step_wrap.bf{
    border:solid 2px #F09797;
  }
.sp_step_wrap.bf.first{
  margin-top: 20px;
}
.sp_step_wrap.bf::before{
	content: "";
	position: absolute;
	left:0;
	right: -30px;
	bottom: -17px;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 36px solid transparent;
	border-left: 36px solid transparent;
	border-bottom: 36px solid #fff;
	transform: rotate(45deg);
	z-index:999;
}
.sp_step_wrap.bf::after{
	border-bottom: 36px solid #F09797;
}
.step_flow.bf::after{
	content: "";
	position: absolute;
	top:inherit;
	bottom: -45px;
	right: -27px;
	left:0;
	margin: auto;
	border-top: 30px solid transparent;
	border-left: 30px solid transparent;
	border-bottom: 30px solid #D07272;
	transform: rotate(45deg);
}
.headding_d.bf{
	width: 273px;
	height: 63px;
	margin: -50px auto 10px;
  background: url("../image/bf_ttl13_sp.png") no-repeat 0 0;
	background-size: contain;
}
.bf_step_ttl.step4 h3.headding_e::after{
  top: inherit;
	bottom: inherit;
	right: 0;
	left:0;
	margin: auto;
}
h3.headding_e.bf{
  display: block;
  margin-bottom: 45px;
}
.inspection .txt_c{
  font-size: 16px;
  text-align: left;
}
.inspection_img{
	width: 90%;
	height: auto;
  margin: 20px auto;
}

}