@charset "utf-8";

.fadeOut {
    -webkit-animation: fadeOut .5s cubic-bezier(.55,0,.1,1) both;
    animation: fadeOut .5s cubic-bezier(.55,0,.1,1) both;
}
.fadeIn {
    -webkit-animation: fadeIn .5s cubic-bezier(.55,0,.1,1) both;
    animation: fadeIn .5s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut {
	to { opacity: 0; margin:0 0 0 0; }
	}
@keyframes fadeOut { 
	to { opacity: 0; margin:0 0 0 0; }
	}
@-webkit-keyframes fadeIn { from { opacity: 0; margin:0 0 0 100px;}
	}
@keyframes fadeIn { from { opacity: 0;  margin:0 0 0 100px; }
}



#collection{
	position:relative;
	width:100%;
	overflow:hidden;
	padding:0 0 100px 0;
	}
#collection:before{
	content:"";
	width:100%;
	height:80px;
	background-image:url(../images/base.png);
	background-size:240px;
	position:absolute;
	left:0;
	top:0;
	}


#collectionHeader{
	padding:30px 0 0 0;
	position:relative;
	overflow:hidden;
	}
#collectionHeader:before{
	content:"";
	width:320px;
	height:240px;
	background-color:#ffffff;
	position:absolute;
	top:20px;
	left:50%;
	margin:0 0 0 -150px;
	-webkit-border-radius: 200%;
	   -moz-border-radius: 200%;
	        border-radius: 200%;
	}
#collectionHeader a{
	width:480px;
	margin:0 auto;
	display:block;
	position:relative;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
	
#collectionHeader a svg{
	width:480px;
	height:120px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#collectionHeader a:hover svg{
	fill:#e14b6e;
	}
#collectionHeader a h1{
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;	
	display:block;
	font-size:2.1rem;
	font-weight: 500;
	text-align:center;
	width:480px;
	height:40px;
	line-height:40px;
	margin:0 auto 20px auto;
	padding:0;
	position:relative;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	color:#000000;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#collectionHeader a:hover h1{
  border-top:1px solid #e14b6e;
  border-bottom:1px solid #e14b6e;
  color:#e14b6e;
	}

#collection #content{
	padding:10px 0 0 0;
	}



/*================================================================================================================================================

コレクションアーカイブ

================================================================================================================================================*/


#furisodeTaxonomy{
	width:480px;
	margin:0 auto 20px auto;
	padding:0;
	position:relative;
	}
#furisodeTaxonomy .leftBox,
#furisodeTaxonomy .rightBox{
	width : -webkit-calc(50% - 10px) ;
	width : calc(50% - 10px) ;
	position:relative;
	}
#furisodeTaxonomy h3{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	margin:0;
	padding:0 0 0 20px;
	line-height:40px;
	background-color:#000000;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
	font-size:18px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	position:relative;
	}
#furisodeTaxonomy h3:before{
	content:"";
	width:8px;
	height:8px;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	position:absolute;
	z-index:100;
	left:15px;
	top:50%;
	margin:-5px 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}

#furisodeTaxonomy div ul{
	position:absolute;
	width:100%;
	height:auto;
	z-index:9;
	background-color:#ffffff;
	opacity:0;
	pointer-events:none;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#furisodeTaxonomy div:hover ul{
	pointer-events:auto;
	display:block;
	opacity:1;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.1);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.1);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.1);
	}
#furisodeTaxonomy div ul li{
	display:block;
	height:40px;
	line-height:40px;
	width:100%;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size:16px;
	}
#furisodeTaxonomy div ul li a{
	display:block;
	position:relative;
	padding:0 0 0 40px;
	line-height:40px;
	height:40px;
	font-weight:500;
	color:#111111;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	border-bottom:1px solid rgba(0,0,0,0.05);
	}
#furisodeTaxonomy div ul li a:hover{
	background-color:rgba(225,75,110,0.1);	
	}
#furisodeTaxonomy div ul li a:before{
	content:"";
	width:8px;
	height:8px;
	border-right:2px solid rgba(225,75,110,0.5);
	border-top:2px solid rgba(225,75,110,0.5);
	position:absolute;
	z-index:100;
	left:15px;
	top:50%;
	margin:-5px 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}

#termTtl{
	text-align:center;
	}
#termTtl h2{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:500;
	margin:0;
	padding:0 0 30px 0;
	line-height:1;
	color:#000000;
	text-align:center;
	font-size:18px;
	}
#termTtl h2 span{
	font-family: 'Montserrat', sans-serif;
	font-size:36px;
	display:block;
	}


#collection ul#furisodeArchive{
	background-image:url(../images/base.png);
	background-size:240px;
	}
#collection ul#furisodeArchive li{
	position:relative;
	padding:0 0;
	width:20%;
	float:left;
	}
#collection ul#furisodeArchive li:nth-child(5n+1){
	clear:left;
	}


#collection ul#furisodeArchive li a div{
	width:100%;
	height:0;
	margin:0;
	overflow:hidden;
	position:relative;
	padding:149% 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	border:1px solid #ffffff;
	}
#collection ul#furisodeArchive li a:hover div{
	margin:15px;
	width : -webkit-calc(100% - 30px) ;
	width : calc(100% - 30px) ;
	padding-top: -webkit-calc(149% - 30px) ;
	padding-top:calc(149% - 30px) ;
	}
#collection ul#furisodeArchive li a div img{
	max-width:none;
	width:100%;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	position:absolute;
	left:0;
	top:0;
	}
#collection ul#furisodeArchive li a:hover div img{
	width : -webkit-calc(100% + 30px) ;
	width : calc(100% + 30px) ;
	top:-15px;
	left:-15px;
	}
#collection ul#furisodeArchive li a{
	display:block;
	position:relative;
	}
#collection ul#furisodeArchive li a:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border:0px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}		
#collection ul#furisodeArchive li a:hover:before{
	opacity:1;
	}


/*================================================================================================================================================

コレクションシングル

================================================================================================================================================*/

#collectionSingle.inner{
	min-width:inherit;
	width:960px;
	background-color:#ffffff;
	position:relative;
	z-index:9;
	margin:0 auto 40px auto;
	}
#collectionSingle .rightBox{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	padding:0px ;
	border-top:2px solid #333333;
	width : -webkit-calc(50% - 10px) ;
	width : calc(50% - 10px) ;
	}
#collectionSingle #number{
	font-family:Arial, Helvetica, sans-serif;
	margin:1em 0;
	font-size:12px;
	}
#collectionSingle .rightBox h1{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	line-height:30px;
	padding:0 0 20px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #333333;
	}
#collectionSingle p.taxonomies{
	padding:0 0 10px 0;
	text-align:right;
	}
#collectionSingle p.taxonomies a{
	display:inline-block;
	line-height:24px;
	color:#333333;
	padding: 0 10px;
	margin:0 5px 5px 0;
	font-weight:500;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	border:1px solid #dddddd;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}
#collectionSingle p.taxonomies a:hover{
	border:1px solid rgba(225,75,110,0.50);
	color:rgba(225,75,110,1);
	}
#collectionSingle #price{
	border-top:1px dotted #dddddd;
	padding:0 0 30px 0;
	margin:20px 0 0 0;
	}
#collectionSingle dl{
	border-bottom:1px dotted #dddddd;
	padding:12px 0;
	}
#collectionSingle dl dt{
	font-size:16px;
	line-height:40px;
	}
#collectionSingle dl dd{
	float:right;
	text-align:right;
	font-size:36px;
	font-family: "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:40px;
	margin:0 0 0 0;
	}
#collectionSingle dl dd a{
	line-height:30px;
	font-size:16px;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	display:inline-block;
	padding:0 10px;
	margin:5px 0 5px 20px;
	border:1px solid rgba(225,75,110,0.50);
	color:rgba(225,75,110,0.50);
	position:relative;
	font-weight:bold;
	float:right;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#collectionSingle dl dd a:hover{
	background-color:rgba(225,75,110,1);
	color:#ffffff;
	}
#collectionSingle dl#rentalPrice dd{
	font-size:28px;
	}

#contact_furisode{
	background-image:url(../images/header.png);
	background-size:40px auto;
	background-color:rgba(225,75,110,0.20);
	padding:15px;
	margin:0;
	}
#contact_furisode h3{
	font-size:21px;
	margin:0;
	text-align:center;
	font-weight:bold;
	}
#contact_furisode h3 a{
	display:block;
	background-color:rgba(255,255,255,0.80);
	color:#000000;
	border:1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow   : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-ms-box-shadow    : 0px 0px 10px 0px rgba(0,0,0,0.05);
	-o-box-shadow     : 0px 0px 10px 0px rgba(0,0,0,0.05);
	box-shadow        : 0px 0px 10px 0px rgba(0,0,0,0.05);
	text-align:center;
	margin:0;
	line-height:80px;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	}
#contact_furisode h3 a:hover{
	background-color:rgba(255,255,255,1);
	color:rgba(225,75,110,1);
	}

/*次へ前へ*/
#prevNext{
	position:absolute;
	width:100%;
	height:150px;
	left:0%;
	top:50%;
	margin:0 0 0 0;
	}

#prevFurisode,
#nextFurisode{
	width:140px;
	height:150px;
	position:absolute;
	}
#prevFurisode{
	left:00px;
	top:0;
	}
#nextFurisode{
	right:0px;
	top:0;
	}


#prevFurisode a,
#nextFurisode a{
	width:100px;
	height:150px;
	display:block;
	background-color:rgba(225,75,110,0.50);
	position:relative;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	z-index:99;
	}
#prevFurisode a:hover,
#nextFurisode a:hover{
	background-color:#e14b6e;
	}
#furisodePrev a img,
#furisodeNext a img{
	width:100px;
	height:150px;
	}

#prevFurisode a{
	margin:0 0 0 -100px;
	padding:0 40px 0 0px;
	}
#prevFurisode a:hover{
	margin:0 0 0 00px;
	padding:0 40px 0 0;
	}

#prevFurisode a:before{
	content:"";
	width:8px;
	height:8px;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	position:absolute;
	z-index:100;
	right:15px;
	top:50%;
	margin:-5px 0 0 0;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}

#nextFurisode a{
	margin:0 0 0 100px;
	padding:0 0 0 40px;
	}
#nextFurisode a:hover{
	margin:0 0 0 0;
	}

#nextFurisode a:before{
	content:"";
	width:8px;
	height:8px;
	border-right:2px solid #ffffff;
	border-top:2px solid #ffffff;
	position:absolute;
	z-index:100;
	left:15px;
	top:50%;
	margin:-5px 0 0 0;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}

/*一覧へ戻る*/

#goArchive{
	position:relative;
	width:100%;
	height:40px;
	margin:0px auto;
	padding:30px 0;
	z-index:9;
	width:100%;
	height:40px;
	background-image:url(../images/base.png);
	background-size:240px;
	position:absolute;
	left:0;
	bottom:0;
	}

#goArchive a{
	display:block;
	background-color:#000000;
	color:#ffffff;
	text-align:center;
	padding:0 0 0 40px;
	height:40px;
	line-height:40px;
	width:200px;
	margin:0 auto;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-weight:bold;
	position:relative;
	}
#goArchive a:before{
	content:"";
	width:8px;
	height:8px;
	border-left:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	position:absolute;
	z-index:100;
	left:15px;
	top:50%;
	margin:-5px 0 0 0;
	z-index:10;
	-webkit-transition: all 0.2s linear ;
	-moz-transition   : all 0.2s linear ;
	-ms-transition    : all 0.2s linear ;
	-o-transition     : all 0.2s linear ;
	transition        : all 0.2s linear ;
	-webkit-transform : rotate(45deg);
	-moz-transform    : rotate(45deg);
	-ms-transform     : rotate(45deg);
	-o-transform      : rotate(45deg);
	transform         : rotate(45deg);
	}

#goArchive a:hover{
	background-color:rgba(225,75,110,1);
	}

/*税込の文字サイズ*/
#purchasePrice dd span {
    font-size: 20px;
}
#rentalPrice dd span {
    font-size: 20px;	
}
























