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

*{
	margin: 0;
	padding: 0;

}

body{
	font-size: 14px;
	line-height: 22px;
	color: #171717;
	background: rgb(252,226,234);
	background: linear-gradient(274deg, rgba(252,226,234,1) 0%, rgba(251,245,224,1) 34%, rgba(252,226,234,1) 61%, rgba(251,245,224,1) 100%);
	background-size: 200% 200%;
	animation: GradietionAnimation 5s ease infinite;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

h1{
	font-size: 38px;
	text-align: center;
	margin-bottom: 80px;
	font-weight: normal;
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) 1s both;
}

h2{
	font-size: 33px;
	line-height: 1em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
}

.h2_2line{
	line-height: 1.2em;
}

h2:after{
	display: block;
	margin: 15px auto 0;
	width: 145px;
	background-color: #f3a098;
	height: 1px;
	content: '';
}
 
h2 span{
	display: inline-block;
	font-size: 24px;
}

li{
	list-style: none;
}

dt{
	font-size: 25.5px;
	color: #f3a098;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.5em;
}

dt:before{
	content: url(https://gigaplus.makeshop.jp/fujichiku/momu/images/q.svg);
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	left: -40px;
}

dd{
	margin-bottom: 30px;
}

sup{
	font-size: 0.5em;
}

.cf::after {
   content: "";
   display: block;
   clear: both;
}

.pc_none{
	display: none;
}

.notes{
	font-size: 0.75em;
	text-align: center;
	color: #7a7a7a;
}

#wrap{
	padding-bottom:100px;
	width: 1160px;
	margin: 0 auto;
	padding: 0 20px;
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

@font-face {
  font-family: 'hannari';
  src: url('https://gigaplus.makeshop.jp/fujichiku/momu/fonts/hannari.woff') format('woff');
}

.hannari {
	font-family: hannari;
	color: #7a7a7a;
}

.serif {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}

.sans_bold {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-style: normal;
}


/*-----------mv------------*/
#mv{
	position: relative;
	width: 100%;
}

#mv_sp{
	display: none;
}

/*-----------mv_end------------*/

/*-----------intro------------*/

#product{
	width: 930px;
	margin:0 auto 60px auto;
}

#pd_l{
	float: left;
	width: 350px;
}

#pd_r{
	float: right;
	width: 530px;
}

#h2_pd{
	line-height: 1.5em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #f3a098;
	text-align: left;
	font-size: 27px;
}

#h2_pd:after{
	display: none;

}

.check_list{
	width: 540px;
	margin: 0 auto;
}

#check2{
	width: 470px;
	margin-left: 33%;
}

.check_list li{
	font-size:27px;
	margin-bottom: 25px;
	position: relative;
}

.check_list li:before{
	display:inline-block;
	content:url(https://gigaplus.makeshop.jp/fujichiku/momu/images/check.svg);
	width: 30px;
	height: 30px;
	position: absolute;
	left:-40px;
	bottom:-7px;
}
/*-----------intro_end------------*/

/*-----------contents------------*/

.contents{
	margin-top: 80px;
}

.contents_img_r,.contents_img_l{
	width: 630px;
}

.contents_txt_r,.contents_txt_l{
	width: 470px;
}

.contents_txt_r,.contents_img_r{
	float: right;
}

.contents_txt_l,.contents_img_l{
	float: left;
}

.txt_margin_s{
	margin-top: 20px;
}

.txt_margin_m{
	margin-top: 50px;
}

.txt_margin_l{
	margin-top: 140px;
}

.radius{
	border-radius:15px; 
}

.spr{
	margin-bottom: 35px;
}

.composition_1{
	width: 750px;
	margin: 0 auto;
}

.composition_2{
	width: 630px;
	float: right;
}

#composition_img{
	width: 350px;
	float: left;
}

.composition_r{
	width: 390px;
	float: right;
	margin-top: 40px;
}

.composition_r h3{
	color: #b9a47a;
	width: 100%;
	font-size: 25px;
	border: solid 3px #b9a47a;
	padding: 10px 0 13px 0;
	display: inline-block;
	margin: 30px auto 10px auto;
	text-align: center;
}

.composition_r p{
	color: #7a7a7a;
	font-size: 16px;
	width: 100%;
}

#irregular_1{
	margin-top: 80px;
}

#irregular_1 h2{
	margin-bottom: 50px;
}

#img_skin{
	width: 950px;
	margin: 0 0 30px 100px;
}

#skin_txt{
	width: 650px;
	margin: 0 auto;
}

.irregular_2{
	margin-top: 60px
}

.irregular_2 h2{
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

.irregular_2 h2:after{
	display:inline;
	margin: 0;
	width: 0;
	background:none;
	height: 0;
	content: '';
}

.irregular_3{
	margin-top: 80px;
}

.irregular_3 h2{
	margin-bottom: 20px;
}

.irregular_3 p{
	margin-bottom: 30px;
	text-align: center;
}

.irregular_3 ul{
	width: 800px;
	margin: 0 auto;
}


.irregular_3 ul li{
	margin-bottom: 20px;
}

.review_img{
	width: 110px;
	display: inline-block;
	float: left;
}

.review_txt {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	padding: 16px 16px 18px 16px;
	border: 1px solid #f3a098;
	border-radius: 8px;
	background-color: #fffff8;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	color: #7a7a7a;
	width: 600px;
}

.review_txt::before {
	content: "";
	position: absolute;
	top: 67%;
	left: 0;
	border-style: solid;
	border-width: 0 20px 10px 0;
	border-color: transparent #f3a098 transparent transparent;
	translate: -100% -50%;
	transform: skew(0, 1deg);
	transform-origin: right;
}

.review_txt::after {
	content: "";
	position: absolute;
	top: 67%;
	left: 0;
	border-style: solid;
	border-width: 0 15.8px 7.9px 0;
	border-color: transparent #fffff2 transparent transparent;
	translate: -100% calc(-50% - 0.1px);
	transform: skew(0, 1deg);
	transform-origin: right;
}

#img_circle{
	width: 750px;
	margin: 0 auto;
}

/*-----------contents_end------------*/

/*-----------floating_banner------------*/

.floating {
	position: fixed;
	right: 8px;
	bottom: 8px;
	display: none;
	width: 300px;
	padding: 20px 0 20px 0;
	background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);
	text-align: center;
	color: #ffffff;
	border-radius: 7px;
}

.floating p{
	margin-bottom: 10px;
	font-size: 18px;
}

.floating a {
	display: block;
	width: 250px;
	text-align: center;
	color: #fff;
	background: #ff9a09;
	padding: 20px 0 23px 0;
	text-decoration: none;
	border-radius: 100px;
	font-size: 25px;
	margin: 0 auto;
	position: relative;
}

.floating a:hover {
	opacity: 1;
	color:#ff9a09;
	background: #ffffff;
	transition: 0.5s;
}

.floating a:hover:after{
	border-color:#ff9a09; 
}

.floating a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
  right: 30px;
  margin: auto;
}

.floating p span#price{
	font-size: 1.5em;
}

/*-----------floating_banner_end------------*/

@media screen and (max-width: 768px){
	
	body{
		font-size: 3.3vw;
		line-height: 1.65em;
		
	}
	
	#wrap{
		padding: 0;
	}
	
	h1{
		font-size: 5vw;
		margin-bottom: 30px;
	}
	
	h2{
		font-size: 5vw;
		line-height: 1em;
	}
	
	h2:after{
		width: 20%;
		margin: 10px auto 0;
	}
	
	h2 span{
		font-size: 3.5vw;
	}
	
	dt{
		font-size: 4vw;
		line-height: 1.5em;
		text-indent: 1em;
	}

	dt:before{
		width: 4vw;
		height: 4vw;
		left: -4vw;
	}
	
	#wrap{
		padding:0 0 100px 0;
		width: 100%;
		margin: 0;
	}
	
	#mv_pc{
		display: none;
	}
	
	#mv_sp{
		display: inline-block;
	}
	
	.sp_none{
		display: none;
	}
	
	.pc_none{
		display: inline;
	}
	
	.contents_txt{
		margin-bottom: 15px;
		padding: 0 2.5% 0 2.5%;
	}
	
	#product{
		width: 95%;
		margin:0 auto 60px auto;
	}

	#pd_l{
		float: none;
		width: 50%;
		margin: 0 auto 20px auto;
	}

	#pd_r{
		float: none;
		width: 100%;
	}

	#h2_pd{
		line-height: 1.5em;
		padding-bottom: 15px;
		margin-bottom: 15px;

		border-bottom: solid 1px #f3a098;
		font-size: 5vw;
	}
	.check_list{
		width: 60%;
		margin: 0 auto;
	}
	
	.check_list li{
		font-size:4vw;
		margin-bottom: 10px;
		margin-left: 25px;
	}
	
	.check_list li:before{
		width: 4vw;
		height: 4vw;
		left:-5vw;
		top: 0.15em;
	}
	
	#check2{
		width: 75%;
		margin: 0 auto;
	}
	
	.contents{
		margin-top: 50px;
	}
	
	.contents_img_r,.contents_img_l{
		width: 100%;
	}

	.contents_txt_r,.contents_txt_l{
		width: 100%;
	}

	.contents_txt_r,.contents_img_r{
		float: none;
	}

	.contents_txt_l,.contents_img_l{
		float: none;
	}
	
	#irregular_1{
	margin-top: 60px;
}
	
	.txt_margin_s{
		margin-top: 0;
	}

	.txt_margin_m{
		margin-top: 0;
	}

	.txt_margin_l{
		margin-top: 0;
	}
	
	.no_magin{
		margin: 0;
	}
	
	.radius{
		border-radius:0; 
	}
	
	.composition_1{
		float: none;
		margin: 0 auto 20px auto;
		width: 95%;
	}

	.composition_2{
		width: 100%;
		float: none;
	}
	
	.composition_r{
		width: 50%;
		margin-bottom: 30px;
		margin-top: 0;
	}
	
	.composition_r h3{
		width: 85%;
		font-size: 3.8vw;
		padding: 10px;
		margin: 0 0 10px 0;
	}

	.composition_r p{
		color: #7a7a7a;
		font-size: 3.5vw;
		line-height: 1.4em;
		width: 100%;
	}
	
	#irregular_1 h2{
		margin-bottom: 15px;
	}
	
	#composition_sp{
		width: 100%;
	}
	
	#composition_img{
		width: 45%;
		float: left;
	}
	
	#img_skin{
		width: 90%;
		margin: 0 auto;
	}
	
	#skin_txt{
	width: 95%;
	margin: 0 auto;
	}
	
	.irregular_2 h2{
		text-align: center;
		font-weight: normal;
		margin-bottom: 15px;
	}
	
	.irregular_3{
		padding: 0 2.5%;
	}

	.irregular_3 p{
		margin-bottom: 30px;
		text-align: center;
	}

	.irregular_3 ul{
		width: 95%;
		margin: 0 auto;
	}
	
	.review_img{
		width: 15%;
		display: inline-block;
	}
	
	.review_txt {
		margin-left: 20px;
		border: 2px solid #f3a098;
		border-radius: 8px;
		width: 65%;
	}

	.review_txt::before {
		content: "";
		position: absolute;
		top: 23%;
		left: 0;
		border-style: solid;
		border-width: 0 20px 12px 0;
		border-color: transparent #f3a098 transparent transparent;
		translate: -100% -50%;
	}

	.review_txt::after {
		content: "";
		position: absolute;
		top: 23%;
		left: 0;
		border-style: solid;
		border-width: 0 12.8px 7.7px 0;
		border-color: transparent #fffff8 transparent transparent;
		translate: -100% calc(-50% - 0.2px);
	}
	
	.review_txt {
		position: relative;
		display: inline-block;
		margin-left: 3%px;
		font-size: 3.3vw;
		width: 65%;
	}
	
	#img_circle{
		width: 95%;
		margin: 0 auto;
	}
	
	.floating {
		width: 100vw;
		position: fixed;
		right: 0;
		bottom: 0;
		display: none;
		padding: 10px 0 10px 0;
		background: linear-gradient(86.13deg, #7080F7 -3.42%, #3E9ED9 59.59%);
		text-align: center;
		color: #ffffff;
		border-radius: 0;
	}
	
	.floating a {
		width: 70%;
		padding: 10px 0 13px 0;
		font-size: 4vw;
	}
	
	.floating a:after {
	  content: '';
	  width: 6px;
	  height: 6px;
	  border: 0;
	  border-top: solid 2px #ffffff;
	  border-right: solid 2px #ffffff;
	  transform: rotate(45deg);
	  position: absolute;
	  top: 40%;
	  right: 30px;
	  margin: auto;
	}
}
