.pc{
    display: none;
}
	@media screen and (min-width:835px){
	.sp{
		display: none;
	}
	.pc{
		display: block !important;
		}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
#wpadminbar{
	z-index: 1000;
}
body{
	background: linear-gradient(to bottom, transparent 0%, transparent 90%, #fff 100%), url("../img/bg.png");
    background-repeat: repeat;
    background-position: center center;
}
header{
	height: 100vh;
	margin-bottom: 6vh;
	position: relative;
}
@media screen and (min-width:835px){
	header{
		margin-bottom: 16vh;
	}
}
header > div.menu{
	position: fixed;
	left: 0;
	right: 0;
	width: 90vw;
	border-radius: 16px;
	height: 80px;
	margin: 10px auto;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	z-index: 1;
}
header > div.menu.spheight{
	height: 100px;
}
@media screen and (min-width:835px){
	header > div.menu{
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 120px;
		border-radius: 0;
		z-index: 2;
		padding: 0 3vw;
		box-shadow: none;
		margin: 0;
		background: none;
	}
}
header > div h1{
	top: 15px;
	left: 6vw;
	width: 70px;
	position: absolute;
	z-index: 10;
}
@media screen and (min-width:835px){
	header > div h1{
	  top: 32px;
	  left:60px;
	  position: static;
	  width: 7vw;
	  min-width: 7vw;
	  margin-right: 1vw;
	}
}
@media screen and (min-width:1024px){
	header > div h1{
	  top: 32px;
	  left:60px;
	  position: static;
	  width: 95px;
	  min-width: 95px;
	  margin-right: 1.5vw;
	}
}
hr{
	display: none;
}
hr.spline{
	display: block;
	position: absolute;
	top: 82px;
	left: 0;
	right: 0;
	border: 1px solid #EEEEEE;
	width: 80vw;
	z-index: 10;
}
.menu-wrapper{
	position: relative;
	width: 100%;
}
header nav{
	display: none;
	background-color: #fff;
	width: 90vw;
	height: 105vw;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: 78px auto 0;
	padding:20px 0 0;
	text-align: center;
	z-index: 3;
	border-radius: 0 0 16px 16px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width:835px){
	header nav{
		width: auto;
		height: auto;
		background: none;
		padding: 0;
		margin: 0;
		box-shadow: none;
		position: static;
	}
}
header nav ul {
	position: relative;
	display: block;
}
@media screen and (min-width:835px){
	header nav ul{
		display: flex;
		justify-content: flex-start;
	}
}
header nav ul:before{
	position: absolute;
	top: -29px;
	left: 0;
	right: 0;
	width: 100%;
	height: 11px;
	background-color: #fff;
	display: block;
	content: "";
	z-index: 1;
}
@media screen and (min-width:835px){
	header nav ul:before{
		content: none;
	}
}
header nav ul li a{
	font-size: 1.8rem;
	white-space: nowrap;
	display: block;
	padding: 0 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	margin-bottom: 2vw;
}
@media screen and (min-width:835px){
	header nav ul li a{
		font-size: 1.5rem;
		margin-right: 0vw;
		margin-bottom: 0;
		font-weight: 500;
	}
}
@media screen and (min-width:1024px){
	header nav ul li a{
		font-size: 1.7rem;
		margin-right: .8vw;
	}
}
@media screen and (min-width:1200px){
	header nav ul li a{
		font-size: 2rem;
		margin-right: 1vw;
	}
}
header .btn_contact a{
	display: block;
	text-align: center;
	background-image: linear-gradient(128deg, rgba(234, 95, 138, 1), rgba(39, 138, 204, 1));
	width: 50vw;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	color: #fff;
	font-size: 1.8rem;
	margin: 4vw auto 0;
}
@media screen and (min-width:835px){
	header .btn_contact a{
		display: block;
		text-align: center;
		background-image: linear-gradient(128deg, rgba(234, 95, 138, 1), rgba(39, 138, 204, 1));
		width: 16vw;
		height: 45px;
		line-height: 45px;
		border-radius: 30px;
		color: #fff;
		font-size: 1.5rem;
		margin: 0;
	}
}
@media screen and (min-width:1024px){
	header .btn_contact a{
		font-size: 1.6rem;
		width: 170px;
		height: 45px;
	}
}

/* お知らせ一覧・詳細ー */
.news header{
	height: 100px;
	margin-bottom: 20px;
}
@media screen and (min-width:835px){
	.news header{
		height: 120px;
		margin-bottom: 50px;
	}
	.news header > div.menu{
		border-bottom: 1px solid #2C2C2C;
	}
}


/* ハンバーガー */
@media (max-width:834px){
	.btn_hum{
		display: block;      
		width: 70px;      
		height: 70px;      
		position: absolute;
		right: 0 !important;
		z-index: 10000;/*追記：いつも一番上*/
		/* background: rgba(255, 255, 255, .8); */
		margin-top:5px;
	}  
	.bar{      
		width: 32px;      
		height: 2px;        
		display: block;      
		position: absolute;      
		left: 50%;      
		transform: translateX(-50%);      
		background-color: #2C2C2C;    
	}
	.bar-top{ top: 24px;}
	.bar-middle{    
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.bar-bottom{ 
		bottom: 24px;
		width: 14px;
		left: 26px;
	}
	.btn_hum.close .bar-top{      
		transform: translate(-50%,10px) rotate(45deg);      
		transition: transform .3s;
		background-color: #2C2C2C;  
	}  
	.btn_hum.close .bar-middle{      
		opacity: 0;       
		transition: opacity .3s;    
	}    
	.btn_hum.close .bar-bottom{      
		transform: translate(-50%,-8px) rotate(-45deg);      
		transition: transform .3s;
		background-color: #2C2C2C;
		bottom: 26px;
		width: 32px;
		left: 50%;  
	}
}
/* ハンバーガー */

/* PCヘッダー固定 */
@media screen and (min-width:835px){
	.is-animation {
		background-color: rgba(255, 255, 255, .9) !important;
		/* height: 70px; */
		margin-top: 0 !important;
		padding-top: 20px;
		transition-duration:.5s;
	}
}

.fuwafuwa {
    animation: fuwafuwa 5s linear infinite;
} 
@keyframes fuwafuwa {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}

footer{
	background: #2C2C2C;
	padding: 100px 0;
	margin: auto;
	text-align: center;
	color: #fff;
	width: 100%;
}
@media screen and (min-width:835px){
	footer{
		padding: 80px 0;
	}
}
footer img{
	width: 30vw;
}
@media screen and (min-width:835px){
	footer img{
		width: 100px;
	}
}
footer ul{
	display: flex;
	flex-wrap:wrap;
	width: 90vw;
	margin: 30px auto 20px;
	justify-content: center;
}
@media screen and (min-width:835px){
	footer ul{
		display: flex;
		width: 80%;
	}
}
footer ul li a{
	color: #fff;
	font-size: 1.8rem;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 2vw;
	margin:0 1.2rem;
	display: block;
	margin-bottom: 12px;
}
@media screen and (min-width:835px){
	footer ul li a:hover{
		color: #EA5E8A;
	}
	footer ul li:last-of-type a{
		margin-right: 0;
	}
}

small{
	font-size: 1.1rem;
}

.pagetop{
	position: fixed;
	right: 5vw;
	bottom: 45px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #2C2C2C;
}
@media screen and (min-width:835px){
	.pagetop{
		right: 2.5vw;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
}
.pagetop span{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.pagetop span:after{
	content:"";
	background: #ffffff;
	height: calc(tan(60deg) * 10px / 2);
	width: 10px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 20px;
}

main > .title{
	position: fixed;
}
.parallax1 {
	position: fixed;
	/* top: 24rem; */
	/* top: calc( (100vh - 120px) / 2 - 100px ) ; */
	top: 110px;
	width: 90vw;
	/* height: auto; */
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (min-width:835px){
	.parallax1 {
		width: 90vh;
		top: 120px;
	}
}
@media screen and (min-width:1024px){
	.parallax1 {
		width: 110vh;
	}
}
@media screen and (min-width:1200px){
	.parallax1 {
		width: 125vh;
	}
}
.parallax2 {
	position: fixed;
	z-index: -2;
	top: 80px;
	left: 0;
	right: 0;
	width: 100%;
	height: 80vh;
	background: url("../img/top_bg_sp.png") no-repeat center center;
	background-size: 100% 100%;
}
@media screen and (min-width:835px){
	.parallax2 {
		top: 120px;
		background: url("../img/top_bg_pc.png") no-repeat center center;
		background-size: cover;
		height: calc(100vh - 120px);
	}
}

.fuwafuwa {
    animation: fuwafuwa 5s linear infinite;
} 
@keyframes fuwafuwa {
	0% { transform: translateY(0) }
	33.33333% { transform: translateY(10px) }
	66.66667% { transform: translateY(0) }
	100% { transform: translateY(0) }
}

/* スクロール↓ */
.scroll_text {
    position: absolute;
    font-size: 1.5rem;
    z-index: -2;
    bottom: 23vh;
    color: #000;
    left: 50%;
    transform: translateX(-50%);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
@media screen and (min-width:835px){
	.scroll_text {
		bottom: 25vh;
		font-size: 1.6rem;
	}
}
@media screen and (min-width:1024px){
	.scroll_text {
		bottom: 15vh;
	}
}
@media screen and (min-width:1200px){
	.scroll_text {
		bottom: 8vh;
	}
}
.scroll {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 14vh;
	z-index: -2;
	padding: 10px 10px 110px;
	/* overflow: hidden; */
  }
@media screen and (min-width:835px){
	.scroll {
		bottom: 0;
	}
}
.scroll::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 15vw;
	/* background: #444; */
	background: none;
}
@media screen and (min-width:835px){
	.scroll::before {
		height: 6vh;
		bottom: 15vh;
	}
}
@media screen and (min-width:1024px){
	.scroll::before {
		height: 4vh;
		bottom: 9.5vh;
	}
}
@media screen and (min-width:1200px){
	.scroll::before {
		height: 3.5vh;
		bottom: 3vh;
	}
}
.scroll::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 15vw;
	background: #2C2C2C;
}
@media screen and (min-width:835px){
	.scroll::after {
		height: 6vh;
		bottom: 15vh;
	}
}
@media screen and (min-width:1024px){
	.scroll::after {
		height: 4vh;
		bottom: 9.5vh;
	}
}
@media screen and (min-width:1200px){
	.scroll::after {
		height: 3.5vh;
		bottom: 3vh;
	}
}
.scroll::after {
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
	z-index: 100;
}
@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
  /* スクロール↑ */

.entitle{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 5.6rem;
	text-align: center;
	line-height: 1.3;
}
.entitle span{
	position: relative;
	display: inline-block;
}
.entitle span:before{
	position: absolute;
	content: url("../img/circle.svg");
	position: absolute;
	width: 50px;
}
.entitle span.right:before{
    top: -23px;
    right: -58px;
}
@media screen and (min-width:835px){
	.entitle span.right:before{
		top: -45px;
		right: -60px;
	}
}
.entitle span.left:before{
    top: -23px;
    left: -58px;
}
@media screen and (min-width:835px){
	.entitle span.left:before{
		top: -45px;
		left: -60px;
	}
}
@media screen and (min-width:835px){
	.entitle{
		font-size: 8.8rem;
	}
}
h2{
	text-align: center;
}
@media screen and (min-width:835px){
	h2{
		margin-top: -5px;
	}
}
h2 span{
	background:linear-gradient(transparent 55%, rgba(234,94,138,.5) 10%);
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1;
}
#about{
	margin: auto;
    text-align: center;
}
#about img{
	width: 75vw;
	margin: 15px 0 10px 3vw;
	text-align: center;
}
#about .inner{
	width: 90vw;
	margin: auto;
}
#about h3{
	font-weight: bold;
	font-size: 2.4rem;
	text-align: left;
	margin: -20px auto 30px;
}
#about .text{
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.8;
	margin-bottom: 18px;
}
@media screen and (min-width:835px){
	#about {
		display: flex;
		justify-content: center;
		width: 90%;
		margin: auto;
	}
	#about .entitle,#about h2{
		text-align: left;
	}
	#about .entitle{
		margin-top: 70px;
	}
	#about img{
		width: 35rem;
		margin: 0 5rem 0 0;
	}
	#about .inner{
		width: auto;
		margin: 0;
	}
	#about h3{
		font-size: 2.8rem;
		margin: 50px auto 30px;
	}
	#about .text{
		margin-bottom: 10px;
	}
}

#service{
	background: #000;
	margin: 70px auto 0;
	padding: 60px 0 0;
}
#service .entitle {
	color: #fff;
}
#service h2 {
	color: #fff;
	margin-bottom: 50px;
}
#service > div{
	position: relative;
}
#service picture img{
	object-fit: cover;
	object-position: 50% 0;
	width: 100%;
	height: 100%;
}
#service > div > div{
	position: absolute;
	top: 30px;
	left: 5vw;
	width: 90vw;
}
@media screen and (min-width:835px){
	#service > div > div{
		top: 100px;
		left: 10rem;
		width: 81vw;
	}
}
@media screen and (min-width:1024px){
	#service > div > div{
		width: 67vw;
	}
}
#service > div p,#service > div h3{
	color: #fff;
}
#service > div .ttl{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 4rem;
	line-height: 1;
}
@media screen and (min-width:835px){
	#service > div .ttl{
		font-size: 7.2rem;
	}
}
#service > div h3{
	font-size: 2rem;
	margin: 20px auto 30px;
	font-weight: normal;
}
@media screen and (min-width:835px){
	#service > div h3{
		font-size: 3.2rem;
		margin: 20px auto 20px;
	}
}
#service > div .text{
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (min-width:835px){
	#service > div .text{
		font-size: 1.6rem;
		width:70rem;
	}
}

#news{
	padding: 60px 0 0;
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #2C2C2C;
	width: 90vw;
	padding-bottom: 80px;
}
@media screen and (min-width:835px){
	#news{
		width: 80%;
	}
}
@media screen and (min-width:835px){
	#news article a:hover{
		color: #EA5E8A;
	}
}
#news h2{
	margin-bottom: 50px;
}
#news article{
	border-bottom: 1px solid #E2E2E2;
	width: 70vw;
	margin: auto;
	padding: 25px 0;
	text-align: left;
}
@media screen and (min-width:835px){
	#news article{
		width: 80%;
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
}
#news article:nth-of-type(1){
	border-top: 1px solid #E2E2E2;
}
#news article time{
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 6px;
	display: block;
}
@media screen and (min-width:835px){
	#news article time{
		min-width: 9em;
		margin-bottom: 0;
	}
}
#news article p{
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.8;
}
@media screen and (min-width:835px){
	#news article p{
		font-size: 1.6rem;
	}
}
#news .btn a{
	position: relative;
	font-size: 1.4rem;
	font-weight: bold;
	color: #EA5E8A;
	border:1px solid #EA5E8A;
	border-radius: 100px;
	padding: 16px 40px 16px 50px;
	display: inline-block;
	line-height: 1;
	margin: 30px auto 0;
}
@media screen and (min-width:835px){
	#news .btn a{
		padding: 12px 30px 12px 40px;
	}
}
#news .btn a:after{
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #EA5E8A;
	border-right: solid 1px #EA5E8A;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 35px;
	bottom: 0;
	margin: auto;
}
@media screen and (min-width:835px){
	#news .btn a:after{
		left: 20px;
	}
}

/* お知らせ一覧・詳細ー */
.news #news{
	border-bottom: none;
}
.news #news article{
	width: 100%;
}
@media screen and (min-width:835px){
	.news #news article{
		width: 80%;
	}
}


#message{
	padding: 60px 0 0;
	margin: auto;
	text-align: center;
	width: 90vw;
	padding-bottom: 80px;
}
@media screen and (min-width:835px){
	#message{
		width: 80%;
	}
}
@media screen and (min-width:1024px){
	#message{
		width: 75%;
	}
}
@media screen and (min-width:1200px){
	#message{
		width: 65%;
	}
}
#message > div{
	margin: 50px auto;
}
@media screen and (min-width:835px){
	#message > div{
		display: flex;
		align-items: center;
	}
}
#message > div img{
	width: 90vw;
	margin-bottom: 50px;
}
@media screen and (min-width:835px){
	#message > div img{
		width: 50%;
		min-width: 334px;
		min-height: 439px;
		height: 100%;
		margin-right: 5%;
		margin-bottom: 0;
		flex-shrink: 0;
	}
}
#message > div .text{
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 18px;
}
@media screen and (min-width:835px){
	#message > div .text{
		font-size: 1.3rem;
		line-height: 1.8;
		margin-bottom: 15px;
	}
}
@media screen and (min-width:1024px){
	#message > div .text{
		font-size: 1.5rem;
	}
}
@media screen and (min-width:1200px){
	#message > div .text{
		font-size: 1.6rem;
	}
}
#message > div .name{
	text-align: right;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 20px;
}
@media screen and (min-width:835px){
	#message > div .name{
		font-size: 1.5rem;
	}
}
#case{
	padding: 60px 0 0;
	margin: auto;
	text-align: center;
	width: 90vw;
	padding-bottom: 80px;
}
@media screen and (min-width:835px){
	#case{
		width: 80%;
	}
}
#case .ttl{
	border: 3px solid #2C2C2C;
	border-radius: 24px;
	display: inline-block;
	padding: 10px 0 20px;
	background: #fff;
	width: 80vw;
}
@media screen and (min-width:835px){
	#case .ttl{
		padding: 10px 0 15px;
		width: 40rem;
		position:relative;
		z-index:2;
	}
}
#case .entitle{
	font-size: 5.2rem;
}
@media screen and (min-width:835px){
	#case .entitle{
		font-size: 6.4rem;
	}
}
#case .inner{
	border: 3px solid #2C2C2C;
	background-color: #fff;
	background-image:
	  radial-gradient(#E2E2E2 20%, transparent 20%),
	  radial-gradient(#E2E2E2 20%, transparent 20%);
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	border-radius: 40px;
	margin-top: -60px;
	padding: 50px 0 30px;
}
@media screen and (min-width:835px){
	#case .inner{
		margin-top: -75px;
		padding: 50px 3% 40px;
	}
}
#case .inner article{
	background: #fff;
	border-radius: 16px;
	width: 80vw;
	margin: 50px auto 0;
	padding: 40px 5px 40px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:835px){
	#case .inner article{
		margin: 60px 10px 0;
	}
}
#case .inner article img{
	width: 30vw;
}
@media screen and (min-width:835px){
	#case .inner article img{
		width: 25%;
		margin:auto;
		text-align:center;
	}
}
#case .inner article h4{
	font-size: 1.7rem;
	font-weight: bold;
	margin: 30px auto 20px;
}
#case .inner article .text{
	font-size: 1.4rem;
	padding: 0 3vw;
	line-height: 1.8;
	text-align: left;
}

#creator{
	background: #000;
	margin: 70px auto 0;
	padding: 60px 0 30px;
}
#creator .entitle {
	color: #fff;
}
#creator h2 {
	color: #fff;
	margin-bottom: 50px;
}
#creator > div{
	width: 90vw;
	margin: auto;
}
@media screen and (min-width:835px){
	#creator > div{
		display: flex;
		justify-content: space-between;
		flex-wrap:wrap;
		width: 80%;
	}
}
@media screen and (min-width: 1200px){
	#creator > div{
		width: 60%;
	}
}
#creator > div article{
	padding: 10px 10px 130px;
	background: #fff;
	border:double 10px #000;
	border-radius: 16px;
	margin-bottom: 40px;
	position: relative;
}
@media screen and (min-width:835px){
	#creator > div article{
		width: 49%;
		padding: 10px 10px 90px;
		margin-bottom: 2%;
	}
}
#creator > div article .prof{
	position: relative;
}
#creator > div article .prof span{
	position: absolute;
	bottom:7px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-style: italic;
}
@media screen and (min-width:835px){
	#creator > div article .prof span{
		font-size: 4.2rem;
		bottom:15px;
	}
}
#creator > div article .text{
	margin: 20px auto 0;
	font-size: 1.4rem;
	line-height: 1.8;
}
@media screen and (min-width:835px){
	#creator > div article .text{
		margin: 10px auto 0;
	}
}
#creator ul{
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	bottom: 30px;
}
@media screen and (min-width:835px){
	#creator ul{
		bottom: 20px;
	}
}
#creator ul li{
	width: 16vw;
	height: 16vw;
	margin-left: 2vw;
	/* background: #2C2C2C; */
	border-radius: 50%;
}
@media screen and (min-width:835px){
	#creator ul li{
		margin-left: 2%;
		max-width: 56px;
		width: 45px;
		height: 45px;
	}
}
#creator ul li:nth-of-type(1){
	margin-left: 0;
}
#creator ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
#creator ul li.insta{
	background: #2C2C2C url("../img/icon_insta.svg") no-repeat;
	background-size: 16vw 16vw
}
#creator ul li.tiktok{
	background: #2C2C2C url("../img/icon_tiktok.svg") no-repeat;
	background-size: 16vw 16vw
}
#creator ul li.youtube{
	background: #2C2C2C url("../img/icon_youtube.svg") no-repeat;
	background-size: 16vw 16vw
}
@media screen and (min-width:835px){
	#creator ul li.insta,#creator ul li.tiktok,#creator ul li.youtube{
		background-size: 45px 45px
	}
}
#creator ul li a span{
	display: none;
}
.slick-track{
	display:flex;
}
.slick-slide {
  height: auto !important;
}
.slick-list{
	padding-bottom:25px;
}
.slick-dots{
	bottom:10px !important;
	width:94% !important;
}
.slick-dots li{
	margin: 0 !important;
}
.slick-dots li button:before{
	font-size:12px;
}

#company{
	padding: 60px 0 0;
	margin: auto;
	text-align: center;
	width: 90vw;
	padding-bottom: 80px;
}
@media screen and (min-width:835px){
	#company{
		width: 80%;
	}
}
@media screen and (min-width:1024px){
	#company{
		width: 70%;
	}
}
@media screen and (min-width:1200px){
	#company{
		width: 60%;
	}
}
#company h2{
	margin-bottom: 50px;
}
#company dl{
	display: flex;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #E2E2E2;
	padding: 25px 0;
}
@media screen and (min-width:835px){
	#company dl{
		padding: 20px 0;
		width: 80%;
	}
}
@media screen and (min-width:1400px){
	#company dl{
		width: 75%;
	}
}
#company dl:nth-of-type(1){
	border-top: 1px solid #E2E2E2;
}
#company dl dt{
	width: 8em;
	font-size: 1.5rem;
	font-weight: bold;
}
@media screen and (min-width:835px){
	#company dl dt{
		width: 8em;
	}
}
#company dl dd{
	font-size: 1.5rem;
}

#contact{
	position: relative;
	padding: 60px 0 0;
	margin: auto;
	text-align: center;
	width: 90vw;
	padding-bottom: 50px;
	border: 3px solid #2C2C2C;
	border-radius: 20px;
	margin: 0 auto 150px;
	background: #fff;
}
#contact:before{
	position: absolute;
	content: "";
	background: repeating-linear-gradient( -45deg, #2C2C2C, #2C2C2C 2px, #fff 2px, #fff 6px );
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
}
@media screen and (min-width:835px){
	#contact{
		width: 80%;
	}
}
@media screen and (min-width:1200px){
	#contact{
		width: 70%;
	}
}
#contact h2{
	margin-bottom: 50px;
}
#contact dl{
	width: 80vw;
	margin: 50px auto 0;
	text-align: left;
}
@media screen and (min-width:835px){
	#contact dl{
		display: flex;
		width: 80%;
		margin: 30px auto 0;
	}
}
#contact dt p{
	font-weight: bold;
	font-size: 1.8rem;
	width: 11em;
	margin-bottom: 10px;
}
@media screen and (min-width:835px){
	#contact dt p{
		height: 60px;
		line-height: 60px;
		width: 14em;
		margin-bottom: 0;
	}
}
#contact dd{
	width: 100%;
}
#contact dd span{
	height: 60px;
	line-height: 60px;
	display: block;
	width: 100%;
}
@media screen and (min-width:835px){
	#contact dd span{
		height: 60px;
		line-height: 60px;
	}
}
#contact .textarea dd{
	height: 200px;
}
#contact dd input,#contact dd textarea{
	background: #EEEEEE;
	font-size: 1.6rem;
	border: none;
	width: 100%;
	padding: 0 0 0 1em;
	border-radius: 6px;
}
#contact dd textarea{
	height: 200px;
	display: block;
}
::placeholder {
	color: #A7A7A7;
}
#contact button{
	background: #2C2C2C;
	border-radius: 32px;
	height: 60px;
	line-height: 55px;
	width: 60vw;
	color: #fff;
	font-size: 2rem;
	margin: 50px auto 0;
	border: none;
}
@media screen and (min-width:835px){
	#contact button{
		width: 22rem;
		margin: 30px auto 0;
	}
}
@media screen and (min-width:835px){
	button:hover{
		background: #EA5E8A;
	}
}
#contact button input{
	width: 100%;
	background: none;
	color: #fff;
}	
