@charset "utf-8";

.pt20 {
	padding-top: 20px;
}

.mb60 {
	margin-bottom: 60px;
}
#video{
	margin-bottom: 30px;
}
.ttl_01,.ttl_02{
	font-family: '宋体繁','SimSun','Songti','SC、STSong','sans-serif';
}
.ttl_01{
	color: #be2d56;
	margin: 0 auto 30px auto;
	font-size: 40px;
	text-align: center;
}
.ttl_02{
	color: #be2d56;
	margin: 0 auto 10px auto;
	font-size: 30px;
	width: 90%;
}
.txt_01{
	color: #333333;
	margin: 0 auto 30px auto;
	font-size: 24px;
	text-align: center;
}
.txt_02{
	color: #333333;
	margin: 0 auto 20px auto;
	font-size: 24px;
	width: 90%;
}
.img_01{
	margin: 0 auto 30px auto;
}
.btn_area {
	width: 80%;
	margin: 0 auto 20px auto;
	border-radius: 50px;
	background-color: #bf2e56;
}

.btn_area {
	width: 430px;
	margin: 0 0 20px;
	border-radius: 50px;
	background-color: #bf2e56;
}


.btn_area .btn {
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	transition: ease .2s;
	padding: 20px 0;
}


.btn_area .btn::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  	position: absolute;
    top:45%;
    right: 50px;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.btn_area .btn:hover::after{
    right: 30px;
}
.btn_area02 {
	background-color: #d95b8a;
}
.btn_area02 .btn02{
		font-size: 18px;
}
.btn_area_bg,.btn_article_bg {
	position: relative;
	margin: 0;
}
.btn_area_bg{
	margin-right: 20px;
}
.btn_area_bg:before {
  content: '';
  display: inline-block;
  width: 200px;
  height: 80px;
  background: url(https://www.domohornwrinkle.net/landing/BrLPs202112/img/btn.png) no-repeat center / contain;
  vertical-align: middle;
  position: absolute;
  left: 15px;
transform: rotateZ(-8deg);
z-index: 5;
}
.btn_wrap{
	display: flex;
	justify-content: center;
}
.btn_b{
	width: 80%;
    margin: 0 auto 20px auto;
}


.check{
	width: 90%;
	margin: 0 auto 20px auto !important;
}
.check li{
	color: #333333;
	font-size: 24px;
	background: no-repeat url("https://www.domohornwrinkle.net/landing/AdLPs2007/img_202112/icon01.jpg") left;
	padding-left: 40px;
	margin-bottom: 10px;
}

.bg01{
	background: no-repeat url("https://www.domohornwrinkle.net/landing/AdLPs2007/img_202112/bg01.png");
	height: 403px;
	position: relative;
	margin-bottom: 30px;
}
.bg01 .ttl_01{
	position: absolute;
	font-size: 34px;
	top: 55%;
	left: 20%;
}
.bg02{
	background: no-repeat url("https://www.domohornwrinkle.net/landing/AdLPs2007/img_202112/bg04.jpg");
	height: 424px;
	position: relative;
	margin-bottom: 10px;
}
.bg02 .ttl_01{
	position: absolute;
	font-size: 34px;
	top: 48%;
	left: 18%;
}


@media screen and (min-width: 741px) {
  .sp {
    display: none;
  }

  .container {
    width: 750px;
    margin: 0 auto;
  }
  .btn_area .btn {
	font-size: 24px;
}
.btn_area_bg:before {
	left: -85px;
	top: 5px;
}


  footer {
    width: 100%;
    background: #7b181b;
    padding: 20px 0;
		margin: 40px 0;
  }

  footer p {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  #fixed_btn {
	position: fixed;
	width: 100%;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 20px 0;
	box-shadow: 1px 1px 5px #555;
	display: flex;
	justify-content: center;
}
#fix_btn,.btn_wrap{
	display: flex;
	justify-content: center;
}


	#fixed_btn a {
		display: block;
	}

	#fixed_btn a:hover img,.btn_area_02 a:hover img {
		opacity: 0.7;
	}

	#fixed_btn a img,.btn_area_02 img {
		margin: 0 auto;
	}

}

@media screen and (max-width: 740px) {
  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  .container {
    width: 100%;
  }

	.ttl_01{
		font-size: 30px;
		width: 95%;
	}
	.ttl_02{
		font-size: 26px;
		width: 87%;
	}
	.txt_01{
		font-size: 20px;
		width: 87%;
		text-align: left;
	}
	.txt_02{
		font-size: 20px;
		width: 87%;
	}
	.check li{
		font-size: 20px;
		background-position: left top;
	}
	.btn_area{
		width: 100%;
		margin: 0 auto;
	}
	.btn_area .btn {
		font-size: 18px;
		line-height: 1.5;
	}
	.btn_area .btn::after{
	    content: '';
	    /*絶対配置で矢印の位置を決める*/
	  position: absolute;
	    top:45%;
	    right: 10%;
	    /*矢印の形状*/
	    width: 10px;
	    height: 10px;
	    border-top: 2px solid #fff;
	    border-right: 2px solid #fff;
	}
	.btn_area .btn {
		display: block;
		color: #fff;
		text-align: center;
		position: relative;
		transition: ease .2s;
		padding: 10px 0;
	}
	.btn_area .btn::after{
	    top:40%;
	}
	.btn_area_bg:last-child {
		margin-bottom: 0;
	}
	.btn_area_bg,.btn_article_bg{
		margin: 0 auto 10px;
		width: 100%;
	}
	#fixed_btn .btn_area_bg {
		position: relative;
		margin-bottom: 0;
	}
	.btn_area_bg::before {
		margin: 0 auto 0 2%;
		transform: rotateZ(-8deg) scale(0.5);
		top: -22px;
		left: -65px;
		content: url(https://www.domohornwrinkle.net/landing/BrLPs202112/img/btn.png);
		display: inline-block;
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
	}
	.btn_wrap .btn_area_bg::before{
		top: -25px;
		left: -45px;
	}
	.btn_area02 {
		border-radius:  0px;
	}
	.btn_b{
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.btn_b .btn{
		line-height: 180%;
	}

	.bg01{
		background: no-repeat url("https://www.domohornwrinkle.net/landing/BrLPs202112/img/bg01.png");
		height: 250px;
		position: relative;
		margin-bottom: 20px;
		background-size: contain;
	}
	.bg01 .ttl_01{
		font-size: 20px;
		top: 50%;
		left: 8%;
	}
	.bg02{
		height: 220px;
		position: relative;
		margin-bottom: 20px;
		background-size: contain;
	}
	.bg02 .ttl_01{
		font-size: 20px;
		top: 42%;
		left: 5%;
	}
  footer {
    width: 100%;
    background: #7b181b;
    padding: 15px 0;
		margin-top: 50px;
  }

  footer p {
    color: #fff;
    font-size: 10px;
    text-align: center;
  }

	#fixed_btn {
		position: fixed;
		width: 100%;
		right: 0;
		bottom: 0;
		background-color: transparent;
		padding: 0 10px 10px;
	}

	#fixed_btn a {
		display: block;
	}

	#fixed_btn a img {
		margin: 0 auto;
	}
	.btn_wrap{
		flex-direction: column;
	}
	.btn_wrap .btn_area{
		border-radius: 50px;
		width: 80%;
	}
	.btn_wrap .btn_area a{
		line-height: 180%;
	}

}
