@charset "utf-8";
/* CSS Document */
img {
	width: 100%;
}
#body-inside {
    overflow-x: hidden;
}
#top__hero {
	max-width: 1200px;
    margin: 0 auto;
}
.look_title {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 3.25px;
	font-size: 16px;
}
.comingsoon {
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 3.25px;
	font-size: 25px;
	margin: 1em 0;
}
.release_day {
    text-align: center;
    margin-top: 10px;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 2px;
	background: #e1e1e1;
}
.release_day span {
	font-size: 90%;
}
.yukata_youtube_container {
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.to_yukatakan {
	width: 95%;
	margin: 0 auto;
}
.to_yukatakan_gradation {
	width: 100%;
	background-image: linear-gradient(90deg, rgba(255, 55, 216, 1), rgba(161, 15, 255, 1));
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.47);
	display: inline-block;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}
#header_fix_navi {
	background: #e1e1e1;
	width:100%;
	padding: 5px 0;
}
#header_fix_navi a {
	color: #666;
}
#header_fix_navi a:hover {
	text-decoration: none;
}
#header_fix_navi ul li {
	list-style:none;
	width: calc(100%/4);
	text-align: center;
	border-right: 1px dotted #666;
}
#header_fix_navi ul li:last-child {
	border-right: none;
}
.yukata_youtube_container div {
    width: 170px;
    margin: 5px;
}
.title_sub {
    margin: 10px;
}
.title_sub_txt {
    text-align: center;
    margin: 50px 0;
    line-height: 1.5;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.title_sub img {
    max-width: 960px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 750px) {
	.pc {
		display: none!important;
	}	
	.tablet {
		display: none!important;
	}
	.tp {
		display: none!important;
	}
	#header_fix_navi {
		display: inline-block;
		padding: 0;
	}
	#header_fix_navi ul {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		height: 50px;
	}
	#header_fix_navi ul li {
		font-size: 12px;
	}
}

@media screen and (min-width:751px) and (max-width: 1024px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: none!important;
	}
	#header_fix_navi ul {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		height: 50px;
		width: 600px;
		margin: 0 auto;
	}
	#header_fix_navi ul li {
		font-size: 14px;
	}
}

@media screen and (min-width: 1025px) {
	.sp {
	display: none!important;
	}
	.tablet {
		display: none!important;
	}
	.st {
		display: none!important;
	}
	#header_fix_navi ul {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 600px;
		margin: 0 auto;
	}
	#header_fix_navi ul li {
		font-size: 14px;
	}
}