<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================================================================================
	通常スタイル
============================================================================================================= */


/* all style
--------------------------------------------------------- */

html {
	font-size: 16px;
	height: 100%;
}
body {

}

/* font-size */
h1{	
	font-size: 42px;
	letter-spacing: 0.06em;
}
h2{
	font-size: 36px;
	letter-spacing: 0.06em;
}
h3{
	font-size: 30px;
	letter-spacing: 0.06em;
}
h4{
	font-size: 24px;
	letter-spacing: 0.06em;
}
p{
	font-size: 16px;
}

/* link */
a {
}
a:hover {
}

div#wrapper {
}
div#contentsWrapper {
	margin: 0 auto 80px;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}
.inlineB {
	display: inline-block;
}

.dispB {
	display: block;
}

.pc_only {
	display: block;
}
.sp_only {
	display: none;
}
.br_sp{ 
	display:none; 
}


img {
	-webkit-backface-visibility: hidden;
}


/* MV
--------------------------------------------------------- */
#MV img{
	display: block;
	margin: 0 auto;
}
#MV .collab_presentation{
	width: 1000px;
	margin: 100px auto;
}
#MV .collab_presentation span{	
	border-bottom: 5px solid #a0a0a0;
}
#MV .collab_presentation p{	
	margin-top: 55px;
	
}


/* start_date
--------------------------------------------------------- */
#start_date{
	background-color: #c9c9c9;
	padding: 80px 0;
}
#start_date p{
	text-align: center;
}
#start_date .time{
	font-size: 36px;
}
#start_date .notice{
	font-size: 30px;
}


/* collab_Box
--------------------------------------------------------- */
.collab_Box{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-around; /* Safari */
	justify-content: space-around;

	margin: 100px 0;
}

/* spanの装飾 */
.title_border {
	display: flex;
	align-items: center;

	margin-bottom: 25px;
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.title_border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin-left: 20px;
}

/* 商品説明欄_画像2枚 */
.product_photo{
	width:40%;
}
.product_photo img{
	width:100%;
	max-width: 100%;
	height: auto;
}

/* 商品説明欄_画像2枚 */
.photo_slider{
	width:40%;
	height:auto;
	position:relative;
}
.photo_slider img{
	animation-name: photo_slider;
	-webkit-animation-name: photo_slider;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	
	width:100%;
	max-width: 100%;
	height: auto;
}
.photo_slider .img_01 {
	display: block;
	margin: 0 auto;
}
.photo_slider .img_02 {
	position: absolute;
	top: 0;
	animation-delay:5s;
}
@keyframes photo_slider{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}

/* 商品説明欄_画像3枚 */
.photo_slider_3{
	width:40%;
	height:auto;
	position:relative;
}
.photo_slider_3 img{
	animation-name: photo_slider;
	-webkit-animation-name: photo_slider;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
	
	width:100%;
	max-width: 100%;
	height: auto;
}
.photo_slider_3 .img_01 {
	display: block;
	margin: 0 auto;
}
.photo_slider_3 .img_02 {
	position: absolute;
	top: 0;
	animation-delay:5s;
}
.photo_slider_3 .img_03 {
	position: absolute;
	top: 0;
	animation-delay:10s;
}
@keyframes photo_slider_3{
	0%{
		opacity:0;
	}
	20.83%{
		opacity:1;
	}
	33.33%{
		opacity:1;
	}
	45.83%{
		opacity:0;
	}
	100%{
		opacity:0;
	}	
}

/* 商品説明欄_文章 */
.collab_Box .description_txt{
	width: 40%;
	position: relative;
}
.collab_Box .description_txt .clothes_name{
	text-align: right;
}
.collab_Box .description_txt .clothes_name h3{
	color: #c9c9c9;
}
.collab_Box .description_txt .product_txt{
	margin: 40px 0 50px 0;
	text-align: right;
}
.collab_Box .product_txt .sub_head{
	font-size: 20px;
}

/* 予約ボタン */
a.reserve_btn {
	display: block;
    text-align: center;
    text-decoration: none;
    color: #626262;
    border: 2px solid #626262;
    transition: .4s;
	
	position: absolute;
	bottom: 0;
	
	width: 100%;
    max-width: 100%;
    height: auto;
    padding: 8px 0;
}
a.reserve_btn:hover {
	background: #626262;
	color: #fff;
}


/* campaign_Box
--------------------------------------------------------- */
#campaign_Box{
	width: 80%;
	margin: 0 auto 100px;
}

#campaign_Box .box img{
	box-shadow: 0 0 8px #c9c9c9;
	display: block;
	max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* designer
--------------------------------------------------------- */
#designer {
	width: 80%;
	margin: 0 auto;
}
#designer .designer_Box{
	margin-bottom: 25px;
	padding: 45px 0;
	border-top: 2px solid #a0a0a0;
	border-bottom: 2px solid #a0a0a0;
}

#designer .designer_Box .designer_img{
}
#designer img{
	width: 80%;
	
	display: block;
	margin: 0 auto;
}

#designer .prof{
	width: 80%;
	margin: 15px auto;
}
#designer .prof h4{
	font-size: 24px;
	letter-spacing: 0.06em;
	
	margin-bottom: 10px;
	color: #000;
}
#designer .prof p{
	color: #000;
}


/* footer
--------------------------------------------------------- */
div#pageTop a {
    color: #aaa;
    text-align: center;
    display: block;
    padding: 15px 10px 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #efefef url(../images/img_pagetop01.png) no-repeat center 20%;
    text-decoration: none;
}

#footer{
	background-color: #313131;
	padding: 5px 0;
	
	color: #fff;
	text-align: center;
}
#footer p{
	color: #fff;
	text-align: center;
}



/* =============================================================================================================
	1000px以下
============================================================================================================= */

@media screen and (max-width: 1000px) {
	
/* all style
--------------------------------------------------------- */

	/* font-size */
	h1{	
		font-size: 36px;
		letter-spacing: 0.06em;
	}
	h2{
		font-size: 28px;
		letter-spacing: 0.06em;
	}
	h3{
		font-size: 24px;
		letter-spacing: 0.06em;
	}
	h4{
		font-size: 20px;
		letter-spacing: 0.06em;
	}
	

/* MV
--------------------------------------------------------- */
	#MV img{
		width:100%;
		max-width: 100%;
		height: auto;
	}
		#MV .collab_presentation{
		width: 80%;
	}
	
	
/* collab_Box
--------------------------------------------------------- */
	/* spanの装飾 */
	.title_border {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	/* 商品説明欄_文章 */
	.collab_Box .description_txt .product_txt {
		margin: 20px 0;
		text-align: right;
	}
	
	
/* designer
--------------------------------------------------------- */
	#designer img{
		width:80%;
		max-width: 100%;
		height: auto;
	}
}


/* =============================================================================================================
	768px以下
============================================================================================================= */
@media screen and (max-width: 768px) {
	
/* all style
--------------------------------------------------------- */
	
	/* font-size */
	h1{	
		font-size: 26px;
		letter-spacing: 0.06em;
	}
	h2{
		font-size: 24px;
		letter-spacing: initial;
	}
	h3{
		font-size: 20px;
		letter-spacing: initial;
	}
	h4{
		font-size: 18px;
		letter-spacing: initial;
	}
	p{
		font-size: 14px;
	}
	div#contentsWrapper {
		margin: initial;
	}

	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.br_sp{ 
		display: block; 
	}
	
	
/* MV
--------------------------------------------------------- */
	#MV .collab_presentation {
		width: 85%;
	}
	
	
/* start_date
--------------------------------------------------------- */
	#start_date {
		padding: 50px 0;
	}
	#start_date .time {
		font-size: 24px;
	}
	#start_date .notice {
		font-size: 26px;
	}
	
	
/* collab_Box
--------------------------------------------------------- */
	/* spanの装飾 */
	.title_border {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	/* 商品説明欄_文章 */
	
	.collab_Box .description_txt {
		padding-bottom: 80px;
	}
	.collab_Box .description_txt .product_txt {
		margin: 10px 0;
	}
	.collab_Box .description_txt .sub_txt {
		font-size: 12px;
	}
	.collab_Box .product_txt .sub_head {
		font-size: 13px;
	}
	
	/* 予約ボタン */
	a.reserve_btn {
		padding: 5px 0;
	}


/* campaign_Box
--------------------------------------------------------- */
	#campaign_Box {
		margin: 0px auto 100px;
	}


/* designer
--------------------------------------------------------- */
	#designer .prof h4 {
		font-size: 16px;
	}
	#designer .prof p {
		font-size: 12px;
	}
}


/* =============================================================================================================
	480px以下
============================================================================================================= */

@media screen and (max-width: 480px) {
	
/* all style
--------------------------------------------------------- */
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	
	/* font-size */
	h2{
		font-size: 21px;
	}
	h3{
		font-size: 18px;
	}
	
	
/* MV
--------------------------------------------------------- */
	#MV .collab_presentation {
		width: 80%;
		margin: 50px auto;
	}
	#MV .collab_presentation p {
		margin-top: 15px;
	}

	
/* start_date
--------------------------------------------------------- */
	#start_date {
		padding: 45px 0;
	}
	#start_date .time {
		font-size: 18px;
	}
	#start_date .notice {
		font-size: 20px;
	}
	
	
/* collab_Box
--------------------------------------------------------- */
	/* spanの装飾 */
	.title_border {
		font-size: 12px;
		margin-bottom: 0;
	}
	
	/* 商品説明欄_文章 */
	.collab_Box .description_txt {
		padding-bottom: 55px;
	}
	.collab_Box .description_txt .product_txt {
		margin-top: 5px;
	}
	.collab_Box .description_txt {
		width: 50%;
	}
	.collab_Box .product_txt .sub_head {
		font-size: 12px;
	}
	.collab_Box .description_txt .sub_txt {
		font-size: 10px;
	}
	
	/* 予約ボタン */
	a.reserve_btn {
		padding: 0;
	}

}


/* =============================================================================================================
	341px以下
============================================================================================================= */
@media screen and (max-width: 341px) {
	
/* start_date
--------------------------------------------------------- */
	#start_date .time {
		font-size: 16px;
	}
}</pre></body></html>