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);
}
.fc_blue{
	color: #2A3379 !important;
}
/* 
 Head
----------------------------------------------------------- */
.sns_header {
	width: 100%;
}
.sns_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;
}
.sns_navwrap p img {
	height: 35px;
	width: auto;
}
.sns_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%;
}
.sns_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: #C90000;
	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;
}
.sns_navwrap * {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.sns_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);
}
.sns_btm .txt{
	border-left: clamp(15px, 1.5vw, 28px) solid;
	border-image: linear-gradient(to bottom, #C90000 0%, #C90000 50%, #600000 50%) 1;
	height: 100%;
	padding: 10px 0 10px clamp(10px, 1.8vw, 35px);
	width: 53%;
}
.sns_btm .btn{
	width: 45%;
	padding-right: clamp(20px, 3.4vw, 65px);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sns_btm .txt p{
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 800;
}
.sns_btm .txt p span{
	color: #C90000;
}
.sns_btm .txt p small{
	font-size: clamp(16px, 1.3vw, 25px);
	font-weight: 600;
	display: block;
}
.sns_btm .btn a{
	width: 47.5%;
}
.sns_h2{
	font-weight: 700;
	text-align: center;
	margin-bottom: clamp(25px, 2.6vw, 50px);
	line-height: 1.5;
	font-size: 16px;
}
.sns_h2 span{
	display: block;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	font-size: clamp(33px, 3.1vw, 60px);
}
.progress-wrap {
	bottom: 130px !important;
}
/* 
 内容
----------------------------------------------------------- */
.sns_btn{
	display: block;
	font-size: clamp(15px, 1vw, 20px);
	font-weight: 800;
	text-align: center;
	transition: all ease 0.3s;
	background-color: #C90000;
	padding: clamp(10px, 0.93vw, 18px);
	border-radius: 40px;
	color: #fff;
	position: relative;
	width: min(100%,300px);
}
.sns_btn.black{
	background: #000;
}
.sns_btn i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(10px, 0.93vw, 18px);
}
.sns_btn:hover{
	opacity: 0.7;
}
.btn_box{
	margin-top: clamp(25px, 2.6vw, 50px);
}
.btn_box.tac a{
	margin-inline: auto;
}
.check_list li:not(:first-child){
	margin-top: clamp(8px, 0.8vw, 15px);
}
.check_list li{
	position: relative;
	padding-left: clamp(30px, 2vw, 40px);
}
.check_list li::before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	padding: 12.5px;
	background-image: url('../sns/img/check_list.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.check_list2 li:not(:first-child){
	margin-top: clamp(8px, 0.8vw, 15px);
}
.check_list2 li{
	position: relative;
	padding: 8px clamp(10px, 0.8vw, 15px);
	padding-left: clamp(40px, 2.6vw, 50px);
	border: 1px solid #2A3379;
	border-radius: 30px;
}
.check_list2 li::before{
	content: "";
	position: absolute;
	top: 10px;
	left: clamp(10px, 0.8vw, 15px);
	padding: 12.5px;
	background-image: url('../sns/img/check_list.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.b_box{
	background-color: #F8FAFA;
	border: 1px solid #6D99A3;
	padding: clamp(20px, 1.3vw, 25px) clamp(20px, 1.8vw, 35px);
}
.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('../sns/img/sns_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{
	color: #D03760;
	font-size: clamp(23px, 2vw, 40px);
}
.sns_table{
	overflow-x: auto;
}
.sns_table table{
	width: 100%;
	min-width: 850px;
	border-collapse: collapse;
	border: 1px solid #222;
	font-size: clamp(16px, 0.93vw, 18px);
	text-align: center;
}
.sns_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;
}
.sns_table thead th:nth-child(2){
	background-color: #E8E8E8;
}
.sns_table thead th:nth-child(3){
	background-color: #2A3379;
	color: #fff;
}
.sns_table thead th:nth-child(4){
	background-color: #D03760;
	color: #fff;
}
.sns_table thead th:last-child{
	border-right: none;
}
.sns_table thead tr,
.sns_table tbody tr{
	border-bottom: 1px solid #222;
}
.sns_table tbody th{
	padding: clamp(10px, 1.6vw, 30px);
	background-color: #E7E7E7;
	border-right: 1px solid #222;
	font-weight: 800;
}
.sns_table tbody td{
	padding: clamp(10px, 1.6vw, 30px);
	border-right: 1px solid #222;
}
.sns_table tbody td:last-child{
	border-right: none;
}
.sns_table tbody td:nth-child(2){
	background-color: #fff;
}
.sns_table tbody td:nth-child(3){
	background-color: #DFE0EB;
}
.sns_table tbody td:nth-child(4){
	background-color: #F8E1E7;
}
.tbl_txt{
	margin-top: clamp(8px, 0.8vw, 15px);
}
#sns_fv{
	background-color: #EDDC57;
	position: relative;
	z-index: 1;
}
#sns_fv::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background-image: url('../sns/img/sns_fv_bg.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}
#sns_fv .inner{
	padding: clamp(130px, 7.8vw, 150px) 0 clamp(30px, 4.1vw, 80px);
	width: min(90%,1600px);
}
#sns_fv .flex{
	align-items: flex-end;
}
#sns_fv .txt{
	width: 47%;
}
#sns_fv .img{
	width: 50%;
}
#sns_fv h1{
	font-weight: 800;
	font-size: clamp(35px, 4.1vw, 80px);
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
#sns_fv h2{
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
#sns_fv .txt p{
	font-size: clamp(16px, 1vw, 20px);
}
#sns_fv .btn{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: clamp(15px, 1.7vw, 33px);
}
#sns_fv .btn a{
	max-width: 47%;
}
#sns_fv .btn a:first-child{
	margin-right: clamp(15px, 1.6vw, 30px);
}
#sns_fv .fv_txt{
	height: clamp(100px, 8.8vw, 170px);
	background-image: linear-gradient(to bottom, #E3D439, #EDDC57);
	position: relative;
	z-index: 1;
}
#sns_fv .fv_txt::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-image: url('../sns/img/fv_txt.png');
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	animation: move_txt 60s infinite linear;
	z-index: -1;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
#sns_tool{
	background-image: linear-gradient(to bottom, #FAEB6B 0%, #EDDC57 20%, #EDDC57 100%);
	position: relative;
	z-index: 1;
}
#sns_tool::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width:clamp(300px, 50vw, 960px);
	height: clamp(180px, 17.2vw, 330px);
	background-image: url('../sns/img/sns_tool_bgb.png');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: -1;
}
#sns_tool::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width:clamp(250px, 36.5vw, 700px);
	height: clamp(150px, 14.6vw, 280px);
	background-image: url('../sns/img/sns_tool_bgt.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: -1;
}
#sns_tool ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: clamp(25px, 2.6vw, 50px);
	row-gap: clamp(25px, 1.7vw, 33px);
}
#sns_tool ul li{
	background-color: #fff;
	border-radius: 70px;
	padding: 10px clamp(20px, 2vw, 40px);
	padding-left: clamp(75px, 5.2vw, 100px);
	position: relative;
}
#sns_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_line2.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#sns_tool ul li:nth-child(2)::before{
	background-image: url('../library/images/icn_x.svg');
}
#sns_tool ul li:nth-child(3)::before{
	background-image: url('../library/images/icn_ig.svg');
}
#sns_tool ul li:nth-child(4)::before{
	background-image: url('../library/images/icn_fb.svg');
}
#sns_tool ul li:nth-child(5)::before{
	background-image: url('../library/images/icn_yt.svg');
}
#sns_tool ul li:nth-child(6)::before{
	background-image: url('../library/images/icn_tt.svg');
}
#sns_tool ul li h3{
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 700;
}
#sns_onayami{
	background-image: url('../sns/img/sns_onayami_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#sns_onayami h2{
	text-align: center;
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	margin: 0 auto clamp(25px, 2.6vw, 50px);
	position: relative;
	z-index: 1;
	width: fit-content;
}
#sns_onayami h2::before{
	content: "";
	position: absolute;
	top: 50%;
	right: calc(clamp(40px, 3.9vw, 75px) * -1);
	transform: translateY(-50%);
	width: clamp(70px, 8vw, 155px);
	height: clamp(100px, 9.9vw, 190px);
	background-image: url('../sns/img/sns_onayami_h2.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}
#sns_onayami h2 span{
	color: #2A3379;
	font-size: clamp(23px, 2vw, 40px);
}
#sns_onayami .inner > ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(25px, 2.6vw, 50px);
}
#sns_onayami .inner > ul > li{
	background-color: #fff;
	position: relative;
	border-radius: 10px;
	padding: clamp(40px, 2.6vw, 50px) clamp(15px, 1.3vw, 25px) clamp(15px, 1.6vw, 30px);
	margin-top: clamp(15px, 1.3vw, 25px);
}
#sns_onayami .inner > ul > li > span{
	display: block;
	width: 75%;
	background-color: #2A3379;
	color: #fff;
	text-align: center;
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 800;
	padding: 8px;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(clamp(15px, 1.3vw, 25px) * -1);
}
#sns_onayami .inner > ul > li > img{
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0 auto clamp(10px, 1.3vw, 25px);
}
#sns_onayami .inner > p{
	text-align: center;
	margin-top: clamp(25px, 2.6vw, 50px);
	font-size: clamp(16px, 1vw, 20px);
}
#sns_omakase{
	position: relative;
}
#sns_omakase::before{
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(60px, 4.4vw, 85px);
	height: clamp(20px, 1.3vw, 25px);
	background-image: url('../sns/img/sns_omakase_bgt.svg');
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
}
#sns_omakase::after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: clamp(40px, 3.9vw, 75px);
	background-image: url('../sns/img/sns_omakase_bgb.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#sns_omakase .inner{
	position: relative;
	padding-left: clamp(90px, 13vw, 250px);
	padding-right: clamp(90px, 13vw, 250px);
	z-index: 1;
}
#sns_omakase .inner::before,
#sns_omakase .inner::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: clamp(90px, 11.7vw, 225px);
	height: clamp(80px, 9.4vw, 180px);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}
#sns_omakase .inner::before{
	background-image: url('../sns/img/sns_omakase_bgl.png');
	background-position: center left;
	left: 0;
}
#sns_omakase .inner::after{
	background-image: url('../sns/img/sns_omakase_bgr.png');
	background-position: center right;
	right: 0;
}
#sns_omakase .inner > p{
	text-align: center;
	margin-top: clamp(15px, 1.6vw, 30px);
	font-size: clamp(16px, 1vw, 20px);
}
#sns_features{
	background-image: url('../sns/img/sns_features_bg.jpg');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#sns_features .inner > ul > li{
	margin-bottom: clamp(25px, 2.6vw, 50px);
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(20px, 1.7vw, 33px);
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
#sns_features .inner > ul > li > span{
	text-align: center;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	color: #6D99A3;
	font-size: clamp(22px, 1.9vw, 38px);
	display: block;
}
#sns_features .inner > ul > li > h3{
	text-align: center;
	font-weight: 800;
	border-bottom: 2px solid #6D99A3;
	font-size: clamp(16px, 1vw, 20px);
	padding-bottom: clamp(14px, 0.83vw, 16px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#sns_features .inner > ul > li .flex .img,
#sns_features .inner > ul > li .flex .txt{
	width: 48%;
}
#sns_features .inner > ul > li .check_list2 span,
#sns_features .inner > ul > li .txt p span{
	font-weight: 800;
}
#sns_features .inner > ul > li:nth-child(1) .check_list2{
	margin-bottom: clamp(15px, 1.3vw, 25px);
}
#sns_features .inner > ul > li:nth-child(2) .check_list2{
	margin: clamp(15px, 1.3vw, 25px) 0 clamp(8px, 0.8vw, 15px);
}
#sns_features .inner > ul > li:nth-child(2) .img > p{
	font-weight: 800;
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
#sns_features .inner > ul > li:nth-child(2) .b_box img{
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}
#sns_features .inner > ul > li:nth-child(2) .b_box img:nth-child(1){
	width: 470px;
	height: auto;
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
#sns_features .inner > ul > li:nth-child(2) .b_box img:nth-child(2){
	width: 320px;
	height: auto;
}
#sns_features .btn_box{
	margin-top: clamp(15px, 1.3vw, 25px);
}
#sns_flow{
	background-image: url('../sns/img/sns_flow_bg.jpg');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#sns_flow ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(25px, 2.6vw, 50px);
}
#sns_flow ul li{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	padding: clamp(15px, 1.3vw, 25px) clamp(20px, 1.7vw, 33px) clamp(20px, 1.7vw, 33px);
	position: relative;
}
#sns_flow ul li > span{
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	padding: 10px clamp(15px, 1.3vw, 25px);
	background-color: #EDDC57;
	border-radius: 10px 0 10px 0;
	font-size: clamp(20px, 1.9vw, 38px);
	line-height: 1.5;
}
#sns_flow ul li > h3{
	padding-left: clamp(50px, 4.7vw, 90px);
	margin-bottom: clamp(20px, 2vw, 40px);
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 800;
}
#sns_flow ul li > img{
	margin: 0 auto clamp(8px, 0.8vw, 15px);
}
#sns_creative{
	background-image: url('../sns/img/sns_creative_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#sns_creative .creative_slider {
	margin: 0 calc(clamp(10px, 1.3vw, 25px) * -1); 
}
#sns_creative .creative_slider .slick-track {
	display: flex;
}
#sns_creative .creative_slider .slick-slide{
	border-radius: 10px;
	padding: clamp(10px, 1.3vw, 25px);
	margin: 0 clamp(10px, 1.3vw, 25px);
	height: auto !important;
	display: flex;
	flex-direction: column;
}
#sns_creative .creative_slider .line{
	background-image: linear-gradient(to bottom, #06C755, #03642B);
}
#sns_creative .creative_slider .ig{
	background-image: linear-gradient(to left bottom, #6820F5 0%, #BC26D8 15%, #E331AB 40%, #E43165 60%, #EB6D36 85%, #F6CE44 100%);
}
#sns_creative .creative_slider .x{
	background-image: linear-gradient(to bottom, #000000, #A2A2A2, #000000);
}
#sns_creative .creative_slider .fb{
	background-image: linear-gradient(to bottom, #0866FF, #12479F);
}
#sns_creative .creative_slider .yt{
	background-image: linear-gradient(to bottom, #FF0000, #800000);
}
#sns_creative .creative_slider .tik{
	background-image: linear-gradient(to right bottom, #25F4EE, #000000, #FE2C55);
}
#sns_creative .creative_slider .slick-slide .top{
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	padding: clamp(15px, 1.7vw, 33px);
	position: relative;
	z-index: 1;
}
#sns_creative .creative_slider .slick-slide .top::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 100%;
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: -1;
}
#sns_creative .creative_slider .line .top::before{
	background-image: url('../sns/img/sns_creative_linebg.png');
}
#sns_creative .creative_slider .ig .top::before{
	background-image: url('../sns/img/sns_creative_igbg.png');
}
#sns_creative .creative_slider .x .top::before{
	background-image: url('../sns/img/sns_creative_xbg.png');
}
#sns_creative .creative_slider .fb .top::before{
	background-image: url('../sns/img/sns_creative_fbbg.png');
}
#sns_creative .creative_slider .yt .top::before{
	background-image: url('../sns/img/sns_creative_ytbg.png');
}
#sns_creative .creative_slider .tik .top::before{
	background-image: url('../sns/img/sns_creative_tikbg.png');
}
#sns_creative .creative_slider .slick-slide .box{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	padding: clamp(10px, 1vw, 20px) clamp(15px, 1.7vw, 33px);
	height: 100%;
}
#sns_creative .creative_slider .slick-slide .top > span{
	text-align: center;
	display: block;
}
#sns_creative .creative_slider .slick-slide .top > h3{
	text-align: center;
	width: fit-content;
	margin: 0 auto clamp(15px, 1.3vw, 25px);
	padding-bottom: 5px;
	border-bottom: 1px dotted #222;
	font-weight: 800;
	font-size: clamp(23px, 1.7vw, 33px);
}
#sns_creative .creative_slider .slick-slide .top > p{
	font-size: clamp(16px, 1vw, 20px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	font-weight: 800;
}
#sns_creative .creative_slider .slick-slide .top > .check_list2 > li{
	border: none;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	font-size: clamp(16px, 0.93vw, 18px);
	background-color: #fff;
}
#sns_creative .creative_slider .slick-slide .top > .check_list2 > li::before{
	background-image: url('../sns/img/check_list_b.svg');
}
#sns_creative .slick-next, 
#sns_creative .slick-prev {
	width:clamp(35px, 3.4vw, 65px);
	height:clamp(35px, 3.4vw, 65px);
	border-radius: 35px;
	transition: all ease 0.5s;
	z-index: 3;
	background-color: #fff;
	box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.08);
}
#sns_creative .slick-next {
	right: calc(clamp(50px, 4.1vw, 80px) * -1);
}
#sns_creative .slick-prev {
	left: calc(clamp(50px, 4.1vw, 80px) * -1);
}
#sns_creative .slick-next::before, 
#sns_creative .slick-prev::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-image: url('../sns/img/slick_arrow.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	padding: clamp(5px, 0.5vw, 10px);
}
#sns_creative .slick-prev::before{
	transform: translate(-50%,-50%) scale(-1,1);
}
#sns_price .sns_table tbody tr:last-of-type td{
	font-size: clamp(18px, 1.1vw, 22px);
	padding: clamp(7px, 1.5vw, 28px);
}
#sns_price .sns_table tbody tr:last-of-type td:nth-child(3){
	color: #2A3379;
	font-weight: 800;
}
#sns_price .sns_table tbody tr:last-of-type td:nth-child(4){
	color: #D03760;
	font-weight: 800;
}
#sns_faq{
	background-image: url('../sns/img/sns_faq_bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#sns_faq ul li{
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(20px, 2.6vw, 50px);
}
#sns_faq ul li:not(:first-child){
	margin-top: clamp(25px, 2.6vw, 50px);
}
#sns_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;
}
#sns_faq ul li h3 span{
	color: #2A3379;
	padding-right: 1em;
}
#sns_contact{
	background-color: #EDDC57;
	position: relative;
	z-index: 1;
}
#sns_contact::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width:clamp(300px, 50vw, 960px);
	height: clamp(180px, 17.2vw, 330px);
	background-image: url('../sns/img/sns_tool_bgb.png');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index: 1;
}
#sns_contact::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width:clamp(250px, 36.5vw, 700px);
	height: clamp(150px, 14.6vw, 280px);
	background-image: url('../sns/img/sns_tool_bgt.png');
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
}
#sns_contact > div{
	background-color: #EDDC57;
	position: relative;
}
#sns_contact > div::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('../sns/img/sns_contact_bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}
#sns_contact > div > .inner{
	position: relative;
	z-index: 3;
}
#sns_contact h2{
	text-align: center;
	font-weight: 800;
	font-size: clamp(20px, 1.7vw, 33px);
	margin-bottom: clamp(8px, 0.8vw, 15px);
}
#sns_contact h2 span{
	color: #C90000;
}
#sns_contact .tac{
	font-weight: 800;
	font-size: clamp(16px, 1vw, 20px);
}
#sns_contact ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(25px, 2.6vw, 50px);
	margin: clamp(25px, 2.6vw, 50px) 0;
}
#sns_contact ul li{
	background-color: #fff;
	border-radius: 10px;
	padding: clamp(20px, 1.7vw, 33px);
}
#sns_contact ul li h3{
	text-align: center;
	font-weight: 800;
	font-size: clamp(16px, 1vw, 20px);
	margin-bottom: clamp(15px, 1.7vw, 33px);
}
#sns_contact ul li img{
	margin: 0 auto clamp(15px, 1.7vw, 33px);
	width: clamp(90px, 6.8vw, 130px);
	height: auto;
}
#sns_contact .tel_btn{
	width: min(100%,340px);
	margin: clamp(8px, 0.8vw, 15px) auto 3px;
	font-size: clamp(23px, 1.7vw, 33px);
	border-radius: 10px;
}
#sns_contact .inner > p{
	text-align: center;
}
/* 
 footer
----------------------------------------------------------- */
#sns_footer{
	background-color: #2A3379;
	color: #fff;
}
#sns_footer .inner{
	padding: clamp(40px, 4.1vw, 80px) 0 150px;
	width: 90%;
}
#sns_footer .inner > img{
	height: clamp(35px, 3.1vw, 60px);
	width: auto;
}
#sns_footer .flex{
	margin-top: clamp(20px, 2.3vw, 45px);
	padding-bottom: clamp(40px, 6.2vw, 120px);
	border-bottom: 1px solid #fff;
	margin-bottom: clamp(10px, 1vw, 20px);
	align-items: flex-start;
}
#sns_footer .flex .txt p{
	font-size: clamp(16px, 0.93vw, 18px);
	font-weight: 400;
	margin-bottom: 10px;
}
#sns_footer .flex .txt small{
	font-size: clamp(14px, 0.83vw, 16px);
	font-weight: 400;
	display: block;
}
#sns_footer .flex ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
#sns_footer .flex ul li:not(:last-child){
	margin-right: 10px;
}
#sns_footer .flex ul li{
	margin-right: 10px;
	width: clamp(35px, 2vw, 40px);
}
#sns_footer .flex ul li a{
	transition: all ease 0.3s;
}
#sns_footer .flex ul li a img{
	width: 100%;
	height: auto;
}
#sns_footer .flex ul li a:hover{
	opacity: 0.7;
}
#sns_footer .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
}
#sns_footer .copy a{
	transition: all ease 0.3s;
	text-decoration: underline;
	font-size: 13px;
	color: #fff;
}
#sns_footer .copy a:hover{
	opacity: 0.7;
}
#sns_footer .copy p{
	font-size: 13px;
}
#meo_ft{
	display: none !important;
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.sns_navwrap .right {
		width: 80%;
	}
	.sns_btm .txt{
		width: 63%;
	}
	.sns_btm .btn{
		width: 35%;
		padding-right: 20px;
	}
	.progress-wrap {
		bottom: 100px !important;
		right: 10px !important;
	}
	/* 
	 contents
	----------------------------------------------------------- */
	#sns_creative .slick-next {
		right: -30px;
	}
	#sns_creative .slick-prev {
		left: -30px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#sns_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
	----------------------------------------------------------- */
	.sns_navwrap {
		top: 3%;
	}
	.sns_navwrap .right {
		width: fit-content;
		background-color: transparent;
		padding: 0;
	}
	.sns_navwrap .right > p{
		display: none;
	}
	.sns_btm .txt{
		display: none;
	}
	.sns_btm .btn{
		width: 100%;
		padding: 10px;
	}
	.sns_btm .btn a{
		width: 49%;
	}
	.progress-wrap {
		bottom: 80px !important;
	}
	/* 
	 content
	----------------------------------------------------------- */
	#sns_fv .txt{
		width: 53%;
	}
	#sns_fv .img{
		width: 45%;
	}
	#sns_tool ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#sns_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
	----------------------------------------------------------- */
	#sns_fv .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	#sns_fv .img{
		width: 100%;
	}
	#sns_tool ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#sns_onayami .inner > ul{
		grid-template-columns: repeat(2, 1fr);
	}
	#sns_features .inner > ul > li .flex .img,
	#sns_features .inner > ul > li .flex .txt{
		width: 100%;
	}
	#sns_features .inner > ul > li:nth-child(1) .flex .img{
		margin-bottom: 20px;
	}
	#sns_features .inner > ul > li:nth-child(2) .flex .txt{
		margin-bottom: 20px;
	}
	#sns_creative .slick-next {
		right: -10px;
	}
	#sns_creative .slick-prev {
		left: -10px;
	}
}
@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
	----------------------------------------------------------- */
	.check_list li::before{
		top: 3px;
		padding: 10px;
	}
	.check_list2 li::before{
		padding: 10px;
	}
	#sns_onayami .inner > ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#sns_flow ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#sns_creative .slick-next {
		right: 0;
	}
	#sns_creative .slick-prev {
		left: 0;
	}
	#sns_contact ul{
		grid-template-columns: repeat(1, 1fr);
	}
	#sns_omakase .inner{
		padding-left: 0;
		padding-right: 0;
	}
	#sns_omakase .inner > p{
		padding-bottom: 80px;
	}
	#sns_omakase .inner::before,
	#sns_omakase .inner::after{
		top: auto;
		bottom: clamp(50px, 4.9vw, 95px);
		transform: translate(-50%,0);
	}
	#sns_omakase .inner::before{
		left: 36%;
	}
	#sns_omakase .inner::after{
		left: 61%;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#sns_footer .flex .txt{
		width: 100%;
		margin-bottom: 20px;
	}
	#sns_footer .flex ul{
		width: 100%;
	}
}