@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/*文字選択時文字色＆背景色*/
.costume ::selection {
	color: #fff;
	background-color: #01b8c8;
}
.costume .contentsWrapper.articleWithBorder {
	border-bottom: 1px solid #e0e0e0;
}
.costume .sectionWrapper {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 6.6em 0 1.4em;
}
.costume #sewing.sectionWrapper,
.costume #product.sectionWrapper,
.costume #profile.sectionWrapper {
	padding-top: 19.8em;
}
.costume .widthWrapper {
	position: relative;
	width: 72%;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
	.costume .sectionWrapper {
		padding: 3em 0 0.5em;
	}
	.costume #sewing.sectionWrapper,
	.costume #product.sectionWrapper,
	.costume #profile.sectionWrapper {
		padding-top: 12em;
	}
	.costume .widthWrapper {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
}
.costume .bgGrayWhite {
	background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 50%, #fff 50%, #fff 100%);
}
.costume .bgGray {
	background-color: #f5f5f5;
}
/*Costume Links*/
.costume .fontEn {
	font-family: paganini, serif;
	font-weight: 700;
	font-style: normal;
}
.costume .textBlack,
.costume .textBlack a,
.costume .textBlack a.hover,
.costume a.textBlack,
.costume a.textBlack.hover {
	color: #1d1d1d;
}
.costume a.textWhite,
.costume a.textWhite.hover {
	color: #fff;
}
.costume .textTurquoise,
.costume a.textTurquoise,
.costume a.textTurquoise.hover {
	color: #0ebbcb;
}
.costume .marginTop4 {
	margin-top: 4em!important;
}
/*行間指定*/
.costume .lineHeight100 {
	line-height: 1;
}
.costume .lineHeight140 {
	line-height: 1.4;
}
.costume .lineHeight160 {
	line-height: 1.6;
}
.costume .lineHeight185 {
	line-height: 1.85;
}
.costume .lineHeight225 {
	line-height: 2.25;
}
/*2行の領域からはみ出す時に文字省略*/
.costume .textEllipsis2lines {
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*3行の領域からはみ出す時に文字省略*/
.costume .textEllipsis3lines {
	display: -webkit-box!important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.costume .text40 {
	font-size: 40px;
}
.costume .text20 {
	font-size: 20px;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.costume .text40 {
		font-size: 2.666666vw;
	}
	.costume .text20 {
		font-size: 1.333333vw;
	}
}
@media screen and (max-width: 800px) {
	.costume .text46 {
		/*
		font-size: 12vw;
		*/
		font-size: 10vw;
	}
	.costume .text40 {
		font-size: 7vw;
	}
	.costume .text20 {
		font-size: 4vw;
	}
	.flexNav.text20 {
		font-size: 5.5vw;
	}
	/*
	.flexNav.text15 {
		font-size: 5.5vw;
	}
	.costume .text30 {
		font-size: 5vw;
	}
	*/
}
/*btn*/
.costume .btn {
	display: block;
	position: relative;
	width: 48%;
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}
.costume .btnWide {
	width: 80%;
	max-width: inherit;
}
.costume .btn > a {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	background-image: url("../images/_costume.2105/_svg/arrowBlack.svg");
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	border: none;
	box-sizing: border-box;
}
.costume .btn > a.hover {
	padding: 0;
	background-image: url("../images/_costume.2105/_svg/arrowWhite.svg");
	background-position: right 0.5em center;
	background-size: 1em auto;
	border: none;
}
.costume .btn > a::after {
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #1d1d1d;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.costume .btn > a.hover::after {
	left: 0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.costume .btn > a > span {
	display: block;
	position: relative;
	width: 100%;
	padding: 1em 2em;
	color: #1d1d1d;
	border: 1px solid #1d1d1d;
	box-sizing: border-box;
	z-index: 20;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.costume .btn > a.hover > span {
	color: #fff;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	.costume .btn {
		width: 80%;
	}
	.costume .btnWide {
		width: 100%;
		max-width: inherit;
	}
	.costume .btn > a::after {
		display: none;
	}
}
/*flex*/
.flexColumn {
	flex-direction: column;
	align-items: stretch;
}
.flexSplit > li {
	width: 50%;
}
.flexList2 > li {
	width: 48%;
}
.flexList2 > li:nth-child(even) {
	margin-left: 4%;
}
.flexList3 > li {
	width: 30.185185%;
}
.flexList3 > li:not(:nth-child(3n + 1)) {
	margin-left: 4.5%;
}
.flexList3 > li:nth-child(n + 4) {
	margin-top: 3em;
}
/*
.flexProfile > div {
	width: 15%;
}
.flexProfile > div + div {
	width: 80%;
}
*/
@media screen and (max-width: 800px) {
	.flexList2 > li {
		width: 100%;
	}
	.flexList2 > li:nth-child(even) {
		margin-left: 0;
	}
	.flexList3 > li {
		width: 48%;
	}
	.flexList3 > li:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.flexList3 > li:nth-child(odd) {
		margin-right: 4%;
	}
	.flexList3 > li:nth-child(n + 3) {
		margin-top: 1.5em;
	}
	.flexProfile {
		flex-direction: column;
	}
	.flexProfile > div {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.flexProfile > div + div {
		width: 100%;
		margin-top: 2em;
	}
}
.costume .flexButton > li > a {
	/*
	display: block;
	position: relative;
	width: 100%;
	padding: 0.5em 2em;
	*/
	background-color: #1d1d1d;
	border: none;
}
.costume .flexButton > li > a.hover {
	background-color: #01b8c8;
	/*
}
.flexButton > li > a::before,
.flexButton > li > a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 1.5em;
	height: 1.5em;
	transform: translateY(-50%);
}
.flexButton > li > a::before {
	left: 1em;
	background-size: auto 99%;
	*/
}
.costume .flexButton > li > a::after {
	background-image: url("../images/_svg/arrowNextWhite.svg");
	/*
	right: 0.5em;
	background-size: 60%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	*/
}
/*
.flexButton > li > a.hover::after {
	right: 0.25em;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.flexButton > li.scroll > a::after {
	right: 0.5em;
	background-image: url("../images/_svg/arrowDown.svg");
	background-size: 60%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.flexButton > li.scroll > a.hover::after {
	top: 60%;
	right: 0.5em;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
*/
@media screen and (max-width: 800px) {
	.flexButton > li {
		width: 100%;
	}
	.flexButton > li:nth-child(even) {
		margin-left: 0;
	}
	.flexButton > li + li {
		margin-top: 2em;
	}
	.flexButton > li > a::before {
		left: 0.5em;
	}
}
/*header*/
.costume .headerMargin {
	padding-top: 80px;
}
.costume header {
	height: 5.333333vw;
	max-height: 80px;
}
.costume header h1 {
	width: 24vw;
	max-width: 360px;
	height: 5.333333vw;
	max-height: 80px;
}
.costume header h1 a {
	background-image: url('../images/_svg/logoCostumeGray.svg');
	background-size: 75% auto;
}
.costume header #navWrapper {
	width: 72.5vw;
	margin: 0 0 0 auto;
	z-index: 100;
}
.costume .flexNav {
	height: 5.333333vw;
	max-height: 80px;
}
.costume .flexNav > li {
	height: 5.333333vw;
	max-height: 80px;
	margin: 0 0.75em;
}
.costume #navWrapper .flexNav > li.navContact {
	margin: 0 0 0 0.75em;
}
.costume #navWrapper .flexNav > li.navContact a {
	padding: 0 1em;
	color: #1d1d1d;
}
.costume #navWrapper .flexNav > li.navContact a.hover {
	color: #fff;
	background-color: #1d1d1d;
}
.costumecontact.costume #navWrapper .flexNav > li.navContact a span.focusBar {
	background-color: #01b8c8;
}
.costume #navWrapper .flexNav > li.navSns {
	width: 2em;
	margin: 0;
}
.costume #navWrapper .flexNav > li.navSns + li.navSns {
	margin-left: 0.5em;
}
.costume #navWrapper .flexNav > li.navSns a .icon {
	padding-left: 0;
}
.costume #navWrapper .flexNav > li.navSns a .icon::before {
	width: 2em;
	height: 2em;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #020202;
	border-radius: 5em;
	border: 1px solid #020202;
}
.costume #navWrapper .flexNav > li.navSns a.hover .icon::before {
	background-color: #fff;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.costume #navWrapper .flexNav > li.navTwitter a .icon::before {
	background-image: url('../images/_svg/iconTwitterOff.svg');
}
.costume #navWrapper .flexNav > li.navTwitter a.hover .icon::before {
	background-image: url('../images/_svg/iconTwitterOn.svg');
}
.costume #navWrapper .flexNav > li.navInstagram a .icon::before {
	background-image: url('../images/_svg/iconInstagramOff.svg');
}
.costume #navWrapper .flexNav > li.navInstagram a.hover .icon::before {
	background-image: url('../images/_svg/iconInstagramOn.svg');
}
.costume #navWrapper .flexNav > li.navFb a .icon::before {
	background-image: url('../images/_svg/iconFbOff.svg');
}
.costume #navWrapper .flexNav > li.navFb a.hover .icon::before {
	background-image: url('../images/_svg/iconFbOn.svg');
}
.costume #navWrapper .flexNav > li.navContact a .icon {
	margin-right: 0.5em;
	padding-left: 2.25em;
}
.costume #navWrapper .flexNav > li.navContact a .icon::before {
	width: 2em;
	height: 2em;
	background-image: url("../images/_costume.2105/_svg/iconMail.svg");
}
.costume #navWrapper .flexNav > li.navContact a.hover .icon::before {
	background-image: url("../images/_svg/iconMail.svg");
}
.costume .flexNav > li a span.focusBar,
.costume .flexNav > li a.hover span.focusBar {
	bottom: 15px;
	height: 2px;
	background: none;
	background-color: #01b8c8;
}
.costumespeed.costume .flexNav > li.navSpeed a span.focusBar,
.costumecloths.costume .flexNav > li.navCloths a span.focusBar,
.costumeprocessing.costume .flexNav > li.navProcessing a span.focusBar,
.costumeworks.costume .flexNav > li.navWorks a span.focusBar,
.costumeillustrations.costume .flexNav > li.navIllustrations a span.focusBar,
.costumepartner.costume .flexNav > li.navPartner a span.focusBar,
.costumecontact.costume .flexNav > li.navContact a span.focusBar {
	width: 100%;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.costume .headerMargin {
		padding-top: 5.333333vw;
	}
	.costume .flexNav > li a span.focusBar,
	.costume .flexNav > li a.hover span.focusBar {
		bottom: 1vw;
	}
}
@media screen and (max-width: 800px) {
	.costume .headerMargin {
		padding-top: 14vw;
	}
	.costume header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 14vw;
		height: auto;
		max-height: inherit;
		z-index: 100;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.costume header.fixed {
		background-color: rgba(0,0,0,0.5);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.costume header > .flexBlock {
		flex-wrap: wrap;
	}
	.costume.showSp header {
		height: 100vh;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.costume header h1 {
		width: 65vw;
		height: 14vw;
		transform: translateX(-4vw);
	}
	/*
	.costume header h1 a {
		background-size: auto 60%;
	}
	*/
	.costume header #menuSp {
		position: absolute;
		top: 0;
		right: 0;
		width: 14vw;
		height: 14vw;
		padding: 2vw;
		box-sizing: border-box;
		z-index: 130;
	}
	.costume header #menuSp a,
	.costume header #menuSp a span {
		display: inline-block;
		box-sizing: border-box;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.costume.showSp header #menuSp a,
	.costume.showSp header #menuSp a span {
		-webkit-transition: all 0.15s ease;
		transition: all 0.15s ease;
	}
	.costume header #menuSp a {
		position: relative;
		width: 10vw;
		height: 6vw;
		margin-top: 2vw;
	}
	.costume header #menuSp a span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #1d1d1d;
	}
	.costume header #menuSp a span:nth-of-type(1) {
		top: 0;
	}
	.costume header #menuSp a span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	.costume header #menuSp a span:nth-of-type(3) {
		bottom: 0;
	}
	.costume.showSp header #menuSp a span:nth-of-type(1) {
		transform: translateY(2.5vw) rotate(-45deg);
	}
	.costume.showSp header #menuSp a span:nth-of-type(2) {
		opacity: 0;
	}
	.costume.showSp header #menuSp a span:nth-of-type(3) {
		transform: translateY(-2.5vw) rotate(45deg);
	}
	.costume header #navWrapper {
		display: none;
		top: 0;
		width: 100%;
		height: auto;
		max-height: inherit;
		overflow: hidden;
		animation: menuSpOut 0.5s ease 0.1s forwards;
		z-index: 110;
	}
	.costume.showSp header #navWrapper {
		display: block;
		top: -100vw;
		height: 100vh;
		animation: menuSpIn 0.15s ease 0.1s forwards;
	}
	.costume header #navWrapper > .flexBlock {
		justify-content: center;
		text-align: center;
		width: 100%;
		height: auto;
		max-height: inherit;
		padding: 5vw 0 0;
		box-sizing: border-box;
	}
	.costume .flexNav > li {
		width: 100%;
		height: 2.5em;
		max-height: inherit;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.costume .flexNav > li a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.costume .flexNav > li a span {
		display: inline-block;
		position: relative;
		max-height: inherit;
		padding-top: 0;
	}
	.costume .flexNav > li a span.focusBar {
		display: none;
	}
	.costume .flexNav > li.navSns a .icon {
		width: 2em;
		height: 2em;
		transform: translateY(0.5em);
	}
	.costume #navWrapper .flexNav > li.navNews {
		order: 1;
	}
	.costume #navWrapper .flexNav > li.navDesign {
		order: 2;
	}
	.costume #navWrapper .flexNav > li.navSewing {
		order: 3;
	}
	.costume #navWrapper .flexNav > li.navProduct {
		order: 4;
	}
	.costume #navWrapper .flexNav > li.navProfile {
		order: 5;
	}
	.costume #navWrapper .flexNav > li.navBlog {
		order: 6;
	}
	.costume #navWrapper .flexNav > li.navTwitter {
		order: 8;
	}
	.costume #navWrapper .flexNav > li.navInstagram {
		order: 9;
	}
	.costume #navWrapper .flexNav > li.navFb {
		order: 10;
	}
	.costume #navWrapper .flexNav > li.navContact {
		margin: 0;
		order: 7;
	}
	.costume #navWrapper .flexNav > li.navContact a {
		padding: 0 1em;
		background-color: transparent;
	}
	.costume #navWrapper .flexNav > li.navContact a.hover {
		background-color: transparent;
	}
	.costume #navWrapper .flexNav > li.navContact a.textWhite {
		color: #000;
	}
}
@keyframes menuSpIn {
	0% { top: -100vw; }
	100% { top: 0; }
}
@keyframes menuSpOut {
	0% { top: 0; }
	100% { top: -100vw; }
}
.costume #goToTop a {
	background-image: url("../images/_costume.2105/_svg/gototopOff.svg");
	background-size: contain;
}
.costume #goToTop a.hover {
	background-image: url("../images/_costume.2105/_svg/gototopOn.svg");
}
/*footer*/
.costume footer {
	padding: 1em;
	background-color: #fff;
}
/*kv*/
#mainVisual {
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	background-image: url("../images/_costume.2105/_kv/pc.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#mainVisual > div {
	position: relative;
	width: 77.6%;
	max-width: 1164px;
	height: 40vw;
	max-height: 600px;
	margin: 0 auto;
}
#mainVisual > div > span {
	display: block;
	width: 36%;
	height: 100%;
	background-image: url("../images/_costume.2105/_kv/catch.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	#mainVisual {
		background-image: url("../images/_costume.2105/_kv/sp.jpg");
	}
	#mainVisual > div {
		height: 165vw;
		max-height: inherit;
	}
	#mainVisual > div > span {
		width: 100%;
	}
}
/*トップ*/
/*
.listStep > li {
	position: relative;
	min-height: 200px;
	padding: 2.5em 1.5em 0;
	background-color: #ededed;
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
}
.listStep > li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: right 2em center;
	background-size: auto 50%;
	opacity: 0.3;
}
.listStep > li.design::before {
	background-image: url("../images/_svg/iconDesign.svg");
}
.listStep > li.cloth::before {
	background-image: url("../images/_svg/iconCloth.svg");
}
.listStep > li.sample::before {
	background-image: url("../images/_svg/iconSample.svg");
}
.listStep > li.pattern::before {
	background-image: url("../images/_svg/iconPattern.svg");
}
.listStep > li.production::before {
	background-image: url("../images/_svg/iconCostumeTurquoise.svg");
}
.listStep > li span {
	display: block;
}
.listStep > li > span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0.75em;
	background-color: #515151;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.listStep > li {
		min-height: 13.333333vw;
	}
}
@media screen and (max-width: 800px) {
	.listStep > li {
		min-height: inherit;
		padding: 2em 1em 1em;
	}
	.listStep > li::before {
		background-position: right 1em top 2em;
		background-size: auto 30%;
	}
}
*/
/*thumbBlock*/
.costume .thumbBlock li {
	position: relative;
	padding-bottom: 3em;
}
.costume .thumbBlock li > span,
.costume .thumbBlock li > a {
	display: block;
}
.costume .thumbBlock li > .thumb {
	position: relative;
	width: 100%;
	padding-top: 62%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.costume .thumbBlock li.hover > .thumb {
	background-size: 105% auto;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.costume .thumbBlock li > .thumb > .tag {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.4em 1em 0.2em;
	color: #fff;
	line-height: 1;
	background-color: #0ebbcb;
}
.costume .thumbBlock li > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.costume .thumbBlock li > .btn {
	width: 100%;
}
.costume .thumbBlock li.hover > .btn > a::after {
	left: 0;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.costume .thumbBlock li.hover > .btn > a > span {
	color: #fff;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
@media screen and (max-width: 800px) {
	.costume .thumbBlockWide li {
		width: 100%!important;
	}
	.costume .thumbBlock li > .btn.marginTop2 {
		margin-top: 1em!important;
	}
}
.costume:not(.category-costume-news) #news .thumbBlock li:nth-child(n + 4) {
	display: none;
}
@media screen and (max-width: 800px) {
	.costume #news .thumbBlock li:nth-child(n + 4) {
		display: block;
	}
}
/*トップ：コンテンツ*/
.costume .contentsLayout {
	position: relative;
	width: 700px;
	margin-left: auto;
	box-sizing: border-box;
}
.costume .contentsLayout .contentsSubImage {
	margin-top: 4em;
	padding: 0 100px;
}
.costume .contentsLayoutReflect {
	margin-left: 0;
	margin-right: auto;
}
.costume .contentsLayout .contentsMainImage {
	position: absolute;
	top: 0;
	left: -800px;
	width: 800px;
	padding-top: 540px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto, cover;
}
.costume #profile .contentsLayout .contentsMainImage {
	background-position: center center;
}
.costume .contentsLayoutReflect .contentsMainImage {
	left: inherit;
	right: -800px;
}
.costume .contentsLayout .btnLayout {
	position: absolute;
	top: 540px;
	left: -800px;
	width: 340px;
	margin: 5em 0 0 228px;
}
.costume .contentsLayoutReflect .btnLayout {
	left: inherit;
	right: -800px;
	margin: 5em 228px 0 0;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.costume .contentsLayout {
		width: 46.666666vw;
	}
	.costume .contentsLayout .contentsSubImage {
		padding: 0 6.666666vw;
	}
	.costume .contentsLayout .contentsMainImage {
		left: -53.333333vw;
		width: 53.333333vw;
		padding-top: 36vw;
	}
	.costume .contentsLayoutReflect .contentsMainImage {
		left: inherit;
		right: -53.333333vw;
	}
	.costume .contentsLayout .btnLayout {
		top: 36vw;
		left: -53.333333vw;
		width: 22.666666vw;
		margin: 5em 0 0 15.2vw;
	}
	.costume .contentsLayoutReflect .btnLayout {
		left: inherit;
		right: -53.333333vw;
		margin: 5em 15.2vw 0 0;
	}
}
@media screen and (max-width: 800px) {
	.costume .contentsLayout {
		width: 100%;
	}
	.costume .contentsLayout p,
	.costume .contentsLayout .contentsSubImage {
		padding: 0 7.5%;
	}
	.costume .contentsLayout .contentsSubImage {
		margin-top: 2em;
	}
	.costume .contentsLayout .contentsMainImage {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		margin-top: 2em;
		padding-top: 67.5%;
	}
	.costume .contentsLayoutReflect .contentsMainImage {
		left: inherit;
		right: inherit;
	}
	.costume .contentsLayout .btnLayout {
		position: relative;
		top: inherit;
		left: inherit;
		width: 80%;
		margin: 2em auto 0;
	}
	.costume .contentsLayoutReflect .btnLayout {
		left: inherit;
		right: inherit;
		margin: 2em auto 0;
	}
}
/*illust*/
.costume .slider {
	padding-bottom: 2vw;
}
.costume .slider .illustWrapper .illustImage {
	width: 100%;
	height: 0;
	padding-top: 51.8518519%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.costume .slider .slick-dots {
	position: absolute;
	bottom: -1.5vw;
	right: 0;
}
.costume .slider .slick-dots li {
	display: inline-block;
	width: 1vw;
	height: 1vw;
	margin: 0 0.4vw;
	font-size: 0;
}
.costume .slider .slick-dots li > button {
	width: 1vw;
	height: 1vw;
	background-color: #b2b2b2;
	border: none;
	border-radius: 2vw;
	outline: none;
}
.costume .slider .slick-dots li.slick-active > button {
	background-color: #01b8c8;
}
@media screen and (max-width: 800px) {
	.costume .slider .slick-dots li {
		width: 2vw;
		height: 2vw;
		margin: 0 0.8vw;
	}
	.costume .slider .slick-dots li > button {
		width: 2vw;
		height: 2vw;
	}
}
/*works*/
.costumeworks .listStep > li {
	position: relative;
	min-height: 200px;
	padding: 2.5em 1.5em 0;
	border-right: 1px solid #515151;
	border-bottom: 1px solid #515151;
}
.costumeworks .listStep > li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: right 2em center;
	background-size: auto 50%;
	opacity: 0.3;
}
.costumeworks .listStep > li.design::before {
	background-image: url("../images/_svg/iconDesign.svg");
}
.costumeworks .listStep > li.cloth::before {
	background-image: url("../images/_svg/iconCloth.svg");
}
.costumeworks .listStep > li.sample::before {
	background-image: url("../images/_svg/iconSample.svg");
}
.costumeworks .listStep > li.pattern::before {
	background-image: url("../images/_svg/iconPattern.svg");
}
.costumeworks .listStep > li.production::before {
	background-image: url("../images/_svg/iconCostumeTurquoise.svg");
}
.costumeworks .listStep > li span {
	display: block;
}
.costumeworks .listStep > li > span:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.4em 0.8em;
	background-color: #515151;
}
@media screen and (min-width: 801px) and (max-width: 1500px) {
	.costumeworks .listStep > li {
		min-height: 13.333333vw;
	}
}
@media screen and (max-width: 800px) {
	.costumeworks .listStep > li {
		min-height: inherit;
		padding: 2em 1em 1em;
	}
	.costumeworks .listStep > li::before {
		background-position: right 1em top 2em;
		background-size: auto 30%;
	}
}
.costumeworks .flexList2 > li {
	padding-bottom: 2em;
}
.costumeworks .flexList2 > li > span {
	display: block;
}
/*YouTube*/
.costume .movieWrapper {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	overflow: hidden;
}
.movieWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}