body{
	line-height: 1.7;
	font-family:"Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
.anchor{
    padding-top: 100px;
    margin-top:-100px;
}
.inner{
	width: min(90%,1200px);
	margin-inline: auto;
	padding: clamp(50px, 4.9vw, 95px) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
.tac{
	text-align: center;
}
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
#container{
	overflow: hidden;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.popup{
	opacity:0;
	transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
	transform: translateY(20px); 
}
.on .popup,
.on.popup{
	opacity: 1;
	transform: translateY(0);
}
.bound{
	opacity: 0;
}
.on.bound,
.on .bound{
	transform: scale(1);
	animation: bound 0.5s 0.5s ease-in forwards;
}
@keyframes bound {
	from { 
		opacity: 1;
		transform: scale(1);
	}
	20% {
		opacity: 1;
		transform: scale(1.1);
	}
	40% {
		opacity: 1;
		transform: scale(0.9);
	}
	60% {
		opacity: 1;
		transform: scale(1.05);
	}
	80% {
		opacity: 1;
		transform: scale(0.95);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
/* 
 Head
----------------------------------------------------------- */
.webad_header {
	width: 100%;
}
.webad_navwrap {
	width: 90%;
	position: fixed;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.webad_navwrap p img {
	height: 35px;
	width: auto;
}
.webad_navwrap .right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.9);
	-webkit-backface-visibility: hidden;
	-webkit-backdrop-filter: saturate(140%) blur(20px);
	backdrop-filter: saturate(140%) blur(20px);
	backface-visibility: hidden;
	will-change: backdrop-filter;
	padding: 10px clamp(20px, 2vw, 40px);
	border-radius: 50px;
	width: 55%;
}
.webad_navwrap .right > p{
	font-weight: 600;
	margin-right: 20px;
}
.tel_btn{
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: clamp(18px, 1.1vw, 22px);
	font-weight: 600;
	transition: all ease 0.3s;
	background-color: #D90A6A;
	padding: 7px clamp(15px, 1.9vw, 38px);
	border-radius: 30px;
	color: #fff;
	text-align: center;
}
.tel_btn i{
	margin-right: 10px;
}
.tel_btn:hover{
	opacity: 0.7;
}
.webad_navwrap * {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.webad_btm{
	position: fixed;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background-color: #fff;
	width: 100%;
	z-index: 10;
	box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.16);
}
.webad_btm .txt{
	border-left: clamp(15px, 1.5vw, 28px) solid;
	border-image: linear-gradient(to bottom, #D90A6A 0%, #D90A6A 50%, #222 50%) 1;
	height: 100%;
	padding: 10px 0 10px clamp(10px, 1.8vw, 35px);
	width: 53%;
}
.webad_btm .btn{
	width: 45%;
	padding-right: clamp(20px, 3.4vw, 65px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.webad_btm .txt p{
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 800;
}
.webad_btm .txt p span{
	color: #D90A6A;
}
.webad_btm .txt p small{
	font-size: clamp(16px, 1.3vw, 25px);
	font-weight: 600;
	display: block;
}
.webad_btm .btn a{
	width: 47.5%;
}
.webad_h2{
	font-weight: 700;
	text-align: center;
	margin-bottom: clamp(25px, 2.6vw, 50px);
	line-height: 1.5;
	font-size: 16px;
}
.webad_h2 span{
	display: block;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	font-size: clamp(33px, 3.1vw, 60px);
}
.progress-wrap {
	bottom: 130px !important;
}
.contact_btn{
	width: min(100%,550px);
	position: relative;
	top: 0;
	display: block;
	padding: clamp(10px, 1.7vw, 33px);
	border: 4px solid #222;
	border-radius: 5px;
	background-color: #D90A6A;
	box-shadow: 0 5px #222;
	font-size: clamp(18px, 1.5vw, 28px);
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .2s ease-in-out;
	margin: 10px auto;
	font-weight: 800;
}
.contact_btn:hover{
	top: 5px;
	box-shadow: 0 0 #222;
}
.contact_btn i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(15px, 1.3vw, 25px);
}
.fc_pink{
	color: #D90A6A !important;
}
.sway img{
    transform-origin: center bottom;
    animation: sway 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
@keyframes sway {
	0% , 100%{
		transform: rotate(-5deg);
	}
	50%{
		transform: rotate(8deg);
	}
}
.rotate img{
    transform-origin: center center;
    animation: rtt 15s linear infinite;
}
@keyframes rtt {
	0%{
		transform: rotate(0deg);
	}
	50%{
		transform: rotate(360deg);
	}
	100%{
		transform: rotate(-0deg);
	}
}
.line_ttl{
	text-align: center;
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	width: fit-content;
	padding: 0 clamp(30px, 2.6vw, 50px);
}
.line_ttl::before,
.line_ttl::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(25px, 1.8vw, 35px);
	height: clamp(30px, 2vw, 40px);
	background-image: url('../webad/img/webad_omakase_h2.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
.line_ttl::before{
	left: 0;
}
.line_ttl::after{
	right: 0;
	transform: translateY(-50%) scale(-1,1);
}
.line_ttl span{
	font-size: clamp(23px, 2vw, 40px);
	background: linear-gradient(transparent 55%, #fff 55%, #fff 100%);
	display: inline;
}
.webad_btn{
	display: block;
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 800;
	text-align: center;
	transition: all ease 0.3s;
	background-color: #D90A6A;
	padding: clamp(10px, 0.93vw, 18px);
	border-radius: 40px;
	color: #fff;
	position: relative;
	width: min(100%,300px);
}
.webad_btn.black{
	background: #000;
}
.webad_btn i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(10px, 0.93vw, 18px);
}
.webad_btn:hover{
	opacity: 0.7;
}
.btn_box.tac a{
	margin-inline: auto;
}
.webad_table{
	overflow-x: auto;
}
.webad_table table{
	width: 100%;
	min-width: 850px;
	border-collapse: collapse;
	border: 1px solid #222;
	font-size: clamp(16px, 0.93vw, 18px);
	text-align: center;
}
.webad_table thead th{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #C3C3C3;
	border-right: 1px solid #222;
	padding: clamp(10px, 1.6vw, 30px);
	font-weight: 800;
}
.webad_table thead th:nth-child(2){
	background-color: #E8E8E8;
}
.webad_table thead th:nth-child(3){
	background-color: #2A3379;
	color: #fff;
}
.webad_table thead th:nth-child(4){
	background-color: #D03760;
	color: #fff;
}
.webad_table thead th:last-child{
	border-right: none;
}
.webad_table thead tr,
.webad_table tbody tr{
	border-bottom: 1px solid #222;
}
.webad_table tbody th{
	padding: clamp(10px, 1.6vw, 30px);
	background-color: #E7E7E7;
	border-right: 1px solid #222;
	font-weight: 800;
}
.webad_table tbody td{
	padding: clamp(10px, 1.6vw, 30px);
	border-right: 1px solid #222;
}
.webad_table tbody td:last-child{
	border-right: none;
}
.webad_table tbody td:nth-child(2){
	background-color: #fff;
}
.webad_table tbody td:nth-child(3){
	background-color: #DFE0EB;
}
.webad_table tbody td:nth-child(4){
	background-color: #F8E1E7;
}
.tbl_txt{
	margin-top: clamp(8px, 0.8vw, 15px);
}
/* 
 contents
----------------------------------------------------------- */
#webad_fv{
	background-color: #FFE943;
	position: relative;
}
#webad_fv::before{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: clamp(60px, 6.2vw, 120px);
	background-image: url('../webad/img/webad_fv_bg.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#webad_fv .inner{
	padding: clamp(90px, 7.8vw, 150px) clamp(200px, 26vw, 500px) clamp(100px, 8.8vw, 170px);
	width: min(90%,1600px);
	text-align: center;
	position: relative;
}
#webad_fv h1{
	font-weight: 800;
	font-size: clamp(35px, 4.1vw, 80px);
	line-height: 1.3;
	width: fit-content;
	margin: 0 auto;
}
#webad_fv h1 img{
	margin-bottom: -10px;
	height: clamp(55px, 4.1vw, 80px);
	width: auto;
}
#webad_fv h2{
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	margin-bottom: 5px;
}
#webad_fv p{
	text-align: center;
}
.con_box{
	width: min(100%,550px);
	margin: 0 auto;
	text-align: center;
}
.con_box .tel{
	font-size: clamp(30px, 2.8vw, 53px);
	font-family: "Roboto", sans-serif;
	transition: .2s ease-in-out;
	display: inline-block;
	line-height: 1.5;
	text-align: center;
}
.con_box .tel:hover{
	color: #D90A6A;
}
.con_box .tel i{
	padding-right: clamp(5px, 0.8vw, 15px);
	font-size: 0.8em;
}
.con_box .tel_sub{
	font-weight: 700;
	align-items: center;
	display: flex;
}
.con_box .tel_sub::before,
.con_box .tel_sub::after {
	background-color: #222;
	content: "";
	flex-grow: 1;
	height: 3px;
}
.con_box .tel_sub::before {
	margin-right: 10px;
}
.con_box .tel_sub::after {
	margin-left: 10px;
}
#webad_fv .img_l,
#webad_fv .img_r{
	position: absolute;
	bottom: clamp(100px, 8.8vw, 170px);
	width: clamp(180px, 25vw, 480px);
	height: clamp(200px, 27vw, 520px);
}
#webad_fv .img_l{
	left: 0;
}
#webad_fv .img_r{
	right: 0;
}
#webad_fv .img_l img,
#webad_fv .img_r img{
	position: absolute;
	height: clamp(60px, 5.5vw, 105px);
	width: auto;
	bottom: 0;
}
#webad_fv .img_l img{
	left: 0;
}
#webad_fv .img_r img{
	right: 0;
}
#webad_fv .img_l::before,
#webad_fv .img_r::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../webad/img/webad_fv_l.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 1;
	opacity:0;
}
#webad_fv .img_r::before{
	background-image: url('../webad/img/webad_fv_r.png');
}
#webad_fv .img_l.in::before,
#webad_fv .img_r.in::before{
	animation: bound 0.5s 0.5s ease-in forwards;
}
#webad_tool ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: clamp(20px, 2.6vw, 50px);
	row-gap: clamp(15px, 1.7vw, 33px);
}
#webad_tool ul li{
	background-color: #fff;
	border-radius: 70px;
	padding: 10px clamp(20px, 2vw, 40px);
	padding-left: clamp(75px, 5.2vw, 100px);
	position: relative;
	border: 2px solid #222;
}
#webad_tool ul li::before{
	content: "";
	position: absolute;
	top: 50%;
	left: clamp(20px, 1.6vw, 30px);
	transform: translateY(-50%);
	width: clamp(40px, 2.9vw, 55px);
	height: clamp(40px, 2.9vw, 55px);
	background-image: url('../library/images/icn_google.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#webad_tool ul li:nth-child(2)::before{
	background-image: url('../library/images/icn_yahoo.svg');
}
#webad_tool ul li h3{
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 700;
}
#webad_tool .box{
	margin-top: clamp(25px, 2.6vw, 50px);
	background-color: #fff;
	border: 2px solid #222;
	border-radius: 5px;
	padding: clamp(20px, 1.6vw, 30px);
	align-items: flex-end;
}
#webad_tool .box .flex{
	align-items: flex-end;
}
#webad_tool .box .txt{
	width: calc(97% - clamp(60px, 5.5vw, 105px));
}
#webad_tool .box .img{
	width: clamp(60px, 5.5vw, 105px);
	height: auto;
}
#webad_tool .box h3{
	background-color: #D90A6A;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-weight: 800;
	text-align: center;
	margin-bottom: clamp(8px, 0.8vw, 15px);
	font-size: clamp(16px, 1vw, 20px);
}
#webad_tool .box .tac{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: clamp(15px, 1.3vw, 25px);
	font-size: clamp(16px, 0.93vw, 18px);
	flex-wrap: wrap;
}
#webad_tool .box .tac img{
	height: clamp(25px, 2vw, 40px);
	width: auto;
}
#webad_tool .box .tac img:not(:last-of-type){
	margin-right: clamp(10px, 1.7vw, 33px);
}
#webad_tool .box .tac img:first-of-type{
	margin-left: clamp(8px, 0.8vw, 15px);
}
#webad_onayami{
	background-image: url('../webad/img/webad_onayami_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 4px solid #222;
	position: relative;
}
#webad_onayami::before{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(clamp(20px, 1.7vw, 33px) * -1);
	padding: clamp(40px, 3.4vw, 65px);
	background-image: url('../webad/img/webad_onayami.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 1;
    animation: leftin 10s 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) infinite;
}
@keyframes leftin {
	0%{
		left: 50%;
	}
	15%{
		left: 40%;
	}
	30%{
		left: 55%;
	}
	45%{
		left: 35%;
	}
	60%{
		left: 60%;
	}
	75%{
		left: 50%;
	}
	90%{
		left: 70%;
	}
	100%{
		left: 50%;
	}
}
#webad_onayami .tac{
	margin-bottom:  clamp(25px, 2.6vw, 50px);
}
#webad_onayami h2{
	text-align: center;
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	width: fit-content;
	margin: 0 auto;
	background: linear-gradient(transparent 55%, #fff 55%, #fff 100%);
	display: inline;
}
#webad_onayami h2 span{
	color: #2A3379;
	font-size: clamp(23px, 2vw, 40px);
}
#webad_onayami ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(30px, 2.6vw, 50px);
}
#webad_onayami ul li img{
	margin: 0 auto clamp(8px, 0.8vw, 15px);
	transition: transform ease-out 0.3s;
}
#webad_onayami ul li:hover img {
	transform: rotateY(360deg);
}
#webad_onayami ul li span{
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 800;
	display: block;
	color: #2A3379;
	margin-bottom: 5px;
}
#webad_onayami ul li h3{
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	background-color: #2A3379;
	color: #fff;
	font-weight: 800;
}
#webad_omakase{
	background-color: #FFE943;
	position: relative;
}
#webad_omakase::before,
#webad_omakase::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(100px, 12.7vw, 245px);
	height: clamp(80px, 9.9vw, 190px);
	background-image: url('../webad/img/webad_omakase_bg.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
	opacity:0;
	display: block;
}
#webad_omakase::before{
	left: 0;
}
#webad_omakase::after{
	right: 0;
	transform: translateY(-50%) scale(-1,1);
}
#webad_omakase.on::before{
	animation: bound2 0.5s 0.5s ease-in forwards;
	transform: scale(1);
}
#webad_omakase.on::after{
	animation: bound3 0.5s 1s ease-in forwards;
	transform: scale(1);
}
@keyframes bound2 {
	from { 
		opacity: 1;
		transform:translateY(-50%) scale(1);
	}
	20% {
		opacity: 1;
		transform:translateY(-50%) scale(1.1);
	}
	40% {
		opacity: 1;
		transform:translateY(-50%) scale(0.9);
	}
	60% {
		opacity: 1;
		transform:translateY(-50%) scale(1.05);
	}
	80% {
		opacity: 1;
		transform:translateY(-50%) scale(0.95);
	}
	100% {
		opacity: 1;
		transform:translateY(-50%) scale(1);
	}
}
@keyframes bound3 {
	from { 
		opacity: 1;
		transform:translateY(-50%) scale(-1,1) scale(1);
	}
	20% {
		opacity: 1;
		transform:translateY(-50%) scale(-1,1) scale(1.1);
	}
	40% {
		opacity: 1;
		transform:translateY(-50%) scale(-1,1) scale(0.9);
	}
	60% {
		opacity: 1;
		transform:translateY(-50%) scale(-1,1) scale(1.05);
	}
	80% {
		opacity: 1;
		transform:translateY(-50%) scale(-1,1) scale(0.95);
	}
	100% {
		opacity: 1;
		transform:translateY(-50%) scale(-1,1) scale(1);
	}
}
#webad_omakase p{
	text-align: center;
	font-weight: 800;
	margin: clamp(15px, 1.3vw, 25px) 0;
	font-size: clamp(16px, 1vw, 20px);
}
#webad_features ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(30px, 2.6vw, 50px);
}
#webad_features ul li{
	display: flex;
	flex-direction: column;
}
#webad_features ul li > span{
	height: clamp(60px, 5.7vw, 110px);
	width: auto;
	margin: 0 auto clamp(8px, 0.8vw, 15px);
}
#webad_features ul li > span img{
	height: 100%;
	width: auto;
}
#webad_features ul li > div{
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(20px, 1.3vw, 25px);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	height: 100%;
}
#webad_features ul li > div img{
	width: min(100%,220px);
	margin: 0 auto clamp(8px, 0.8vw, 15px);
}
#webad_features ul li > div h3{
	font-size: clamp(18px, 1.3vw, 22px);
	font-weight: 800;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: clamp(8px, 0.8vw, 15px);
	border-bottom: 2px solid #CECECE;
}
#webad_price{
	background-image: url('../webad/img/webad_price_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#webad_price .webad_table tbody tr:last-of-type td{
	font-size: clamp(18px, 1.1vw, 22px);
	padding: clamp(7px, 1.5vw, 28px);
}
#webad_price .webad_table tbody tr:last-of-type td:nth-child(3){
	color: #2A3379;
	font-weight: 800;
}
#webad_price .webad_table tbody tr:last-of-type td:nth-child(4){
	color: #D03760;
	font-weight: 800;
}
#webad_price .random li{
	position: absolute;
	width: clamp(60px, 5.2vw, 100px);
	height: auto;
	z-index: -1;
}
#webad_price .random li.is-play{
	animation: bound 0.5s 0.5s ease-in forwards;
}
#webad_price .random li img{
	width: 100%;
	height: auto;
}
#webad_price .random li:nth-child(1){
	left: 3%;
	top: 40%;
}
#webad_price .random li:nth-child(2){
	left: 8%;
	bottom: 25%;
}
#webad_price .random li:nth-child(3){
	right: 8%;
	top: 20%;
}
#webad_price .random li:nth-child(4){
	right: 3%;
	bottom: 40%;
}
#webad_faq{
	background-image: url('../webad/img/webad_faq_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#webad_faq ul{
	position: relative;
}
#webad_faq ul::before{
	content: "";
	position: absolute;
	top: calc(clamp(30px, 2.3vw, 45px) * -1);
	right: 0;
	width: clamp(80px, 6.5vw, 125px);
	height: clamp(40px, 2.9vw, 55px);
	background-image: url('../webad/img/webad_faq.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 1;
    animation: rightin 15s 0.5s ease infinite;
}
@keyframes rightin {
	0%{
		right: 0;
	}
	30%{
		right: 50%;
	}
	60%{
		right: 15%;
	}
	80%{
		right: 30%;
	}
	100%{
		right: 0;
	}
}
#webad_faq ul li{
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(20px, 2.6vw, 50px);
}
#webad_faq ul li:not(:first-child){
	margin-top: clamp(25px, 2.6vw, 50px);
}
#webad_faq ul li h3{
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 800;
	padding-bottom: clamp(10px, 1vw, 20px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	border-bottom: 3px solid #EDEDED;
}
#webad_faq ul li h3 span{
	color: #2A3379;
	padding-right: 1em;
}
#webad_contact{
	position: relative;
}
#webad_contact::before,
#webad_contact::after{
	content: "";
	position: absolute;
	width: clamp(110px, 16.4vw, 315px);
	height: clamp(80px, 11.5vw, 220px);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	opacity:0;
}
#webad_contact::before{
	top: clamp(50px, 4.9vw, 95px);
	left: 0;
	background-image: url('../webad/img/webad_contact_bgl.png');
	background-position: left top;
}
#webad_contact::after{
	bottom: clamp(50px, 4.9vw, 95px);
	right: 0;
	background-image: url('../webad/img/webad_contact_bgr.png');
	background-position: right bottom;
}
#webad_contact.on::before{
	animation: bound 0.5s 0.5s ease-in forwards;
	transform: scale(1);
}
#webad_contact.on::after{
	animation: bound 0.5s 1s ease-in forwards;
	transform: scale(1);
}
#webad_contact .inner{
	position: relative;
	z-index: 1;
}
#webad_contact .inner > p{
	text-align: center;
	margin-bottom: clamp(8px, 0.8vw, 15px);
	font-weight: 800;
	font-size: clamp(17px, 1vw, 20px);
}
#webad_contact .popup{
	margin: 0 auto;
	width: clamp(80px, 6.2vw, 120px);
	height: auto;
}
#webad_contact .contact_btn{
	margin-top: 0;
}
/* 
 footer
----------------------------------------------------------- */
#webad_footer{
	background-color: #FFE943;
}
#webad_footer .inner{
	padding: clamp(40px, 4.1vw, 80px) 0 150px;
	width: 90%;
}
#webad_footer .inner > img{
	height: clamp(35px, 3.1vw, 60px);
	width: auto;
}
#webad_footer .flex{
	margin-top: clamp(20px, 2.3vw, 45px);
	padding-bottom: clamp(40px, 6.2vw, 120px);
	border-bottom: 1px solid #222;
	margin-bottom: clamp(10px, 1vw, 20px);
	align-items: flex-start;
}
#webad_footer .flex .txt p{
	font-size: clamp(16px, 0.93vw, 18px);
	font-weight: 400;
	margin-bottom: 10px;
}
#webad_footer .flex .txt small{
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 400;
	display: block;
}
#webad_footer .flex ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
#webad_footer .flex ul li:not(:last-child){
	margin-right: 10px;
}
#webad_footer .flex ul li{
	margin-right: 10px;
	width: clamp(35px, 2vw, 40px);
}
#webad_footer .flex ul li a{
	transition: all ease 0.3s;
}
#webad_footer .flex ul li a img{
	width: 100%;
	height: auto;
}
#webad_footer .flex ul li a:hover{
	opacity: 0.7;
}
#webad_footer .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
}
#webad_footer .copy a{
	transition: all ease 0.3s;
	text-decoration: underline;
	font-size: 13px;
}
#webad_footer .copy a:hover{
	opacity: 0.7;
}
#webad_footer .copy p{
	font-size: 13px;
}
#meo_ft{
	display: none !important;
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.webad_navwrap .right {
		width: 80%;
	}
	.webad_btm .txt{
		width: 63%;
	}
	.webad_btm .btn{
		width: 35%;
		padding-right: 20px;
	}
	.progress-wrap {
		bottom: 100px !important;
		right: 10px !important;
	}
	/* 
	 contents
	----------------------------------------------------------- */
	#webad_price .random li:nth-child(1){
		left: 1%;
		top: 35%;
	}
	#webad_price .random li:nth-child(2){
		left: 2%;
		bottom: 20%;
	}
	#webad_price .random li:nth-child(3){
		right: 1%;
		top: 15%;
	}
	#webad_price .random li:nth-child(4){
		right: 1%;
		bottom: 40%;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#webad_footer .inner{
		padding-bottom: 120px;
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 header
	----------------------------------------------------------- */
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.webad_navwrap {
		top: 3%;
	}
	.webad_navwrap .right {
		width: fit-content;
		background-color: transparent;
		padding: 0;
	}
	.webad_navwrap .right > p{
		display: none;
	}
	.webad_btm .txt{
		display: none;
	}
	.webad_btm .btn{
		width: 100%;
		padding: 10px;
	}
	.webad_btm .btn a{
		width: 49%;
	}
	.progress-wrap {
		bottom: 80px !important;
	}
	/* 
	 content
	----------------------------------------------------------- */
	.contact_btn{
		width: min(100%,300px);
	}
	#webad_fv h1 img{
		margin-bottom: 0;
	}
	#webad_fv .inner{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 350px;
	}
	#webad_fv .img_l,
	#webad_fv .img_r{
		width: 205px;
		height: 220px;
	}
	#webad_fv .img_l{
		left: 20%;
	}
	#webad_fv .img_r{
		right: 20%;
	}
	#webad_features ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#webad_footer .inner{
		padding-bottom: 100px;
	}
}
@media screen and (max-width:820px) {
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#webad_fv .inner{
		padding-bottom: 300px;
	}
	#webad_fv .img_l,
	#webad_fv .img_r{
		width: 155px;
		height: 170px;
	}
	#webad_fv .img_l{
		left: 10%;
	}
	#webad_fv .img_r{
		right: 10%;
	}
	#webad_tool ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#webad_omakase::before,
	#webad_omakase::after{
		top: 80%;
	}
	#webad_contact::before{
		top: 110px;
	}
	#webad_contact::after{
		bottom: 90px;
	}
}
@media screen and (max-width:640px) {
	body,p{
		font-size: 0.9rem;
	}
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	.btn_box a{
		margin: 0 auto;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#webad_fv .inner{
		padding-bottom: 280px;
	}
	#webad_fv .img_l,
	#webad_fv .img_r{
		width: 135px;
		height: 150px;
	}
	#webad_fv .img_l{
		left: 7%;
	}
	#webad_fv .img_r{
		right: 7%;
	}
	#webad_tool .box p{
		word-break : break-all;
	}
	#webad_tool .box .txt{
		width: 100%;
	}
	#webad_tool .box .img{
		display: none;
	}
	#webad_onayami ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#webad_onayami ul li img{
		width: 150px;
		height: auto;
	}
	#webad_omakase::before,
	#webad_omakase::after{
		display: none;
	}
	#webad_features ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#webad_price .random{
		display: none;
	}
	#webad_contact::after{
		bottom: auto;
		top: 120px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#webad_footer .flex .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	#webad_footer .flex ul{
		width: 100%;
	}
}