@charset "UTF-8";

/* //////////////////////////////////////////////

La quoh アイテムサイト

////////////////////////////////////////////// */

.header2{
	width: 100%;
	border-top: 1px solid #ddd;
	background: #f3ece6;
	padding:15px 50px;
	color: #444;
	letter-spacing: 3px;
}
h1,
h2,
h3,
h4{
	/* font-family: "Sawarabi Mincho"; */
	font-weight:100;
}
p{
	font-size:1.2em;
}
.header2 .crumbs{
	display:flex;
	justify-content: flex-end;
	font-size: 0.75em;
	margin-left:10px;
}

.header2 .crumbs li{
	padding-right:20px;
	margin-right:10px;
	display: inline-block;
	position: relative;
	/* font-family: "Century Gothic",'Abel', sans-serif; */
}
.header2 .crumbs li a{
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	transition: all ease 0.4s;
	/* font-family: "Century Gothic",'Abel', sans-serif; */
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
}
.header2 .crumbs li a:hover{
	color:#90596a;	
}
.header2 .crumbs li span{
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 14px;
    height: 1px;
    margin: -2px 0 0 -7px;
}
.header2 .crumbs li span:before{
	position: absolute;
	content: "";
    width: 8px;
    height: 1px;
    top: 0;
    right: 0;
    background-color: rgba(150,150,150,1);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.header2 .crumbs li span:after{
	position: absolute;
	content: "";
    width: 8px;
    height: 1px;
    top: 5px;
    right: 0;
    background-color: rgba(150,150,150,1);
	transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}
#body-wrapper{
	background: #fff;
	position: relative;
	top: 70px;
	margin-bottom: 80px;
	padding-bottom: 50px;
}
#top{
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 0 auto;
    padding: 0;
}
#top .image{
	width: 100%;
	height: 40vh;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}
#top .image .in{
	width: 120%;
	height: 120%;
	margin-left:-10%;
	margin-top:-7vh;
	background: url("../img/item01_img_top.jpg") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top .image .in-main,
#top .image .in01,
#top .image .in02,
#top .image .in03,
#top .image .in04{
	width: 120%;
	height: 120%;
	margin-left:-10%;
	margin-top:-7vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#top .image .in-main{
	background: url("../img/item_img_top.jpg") no-repeat center 90%;
}


#top .image .in-main:after,
#top .image .in01:after,
#top .image .in02:after,
#top .image .in03:after,
#top .image .in04:after{
	content: "";
	width:120%;
	height:120%;
	position:absolute;
	background-color: rgba(0,0,0,0.2);
	z-index:1;
}
#body-wrapper .logo{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 150px 0 70px;
	opacity:0;
}
#body-wrapper .logo svg{
	width: 100px;
	height: 100px;
}
#top .title{
	color:#fff;
	transform: translateY(-50%);
	top: 50%;
	padding:0 10vw;
	position: absolute;
	letter-spacing:0.3em;
	z-index:2;
}	
#top h1{
	font-size:1vw;
	font-family: "Century Gothic",'Abel', sans-serif;

}
#top h2{
	font-size:1.4vw;
	line-height:1.3em;
	font-family: "Century Gothic",'Abel', sans-serif;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
}
#concept.ac .logo,
#concept.ac h2{
	-webkit-animation: fadein-text 3s 1 ease forwards;
  	animation: fadein-text 3s 1 ease forwards;
}
#concept.ac p{
	-webkit-animation: fadein-list 3s 1 ease forwards;
  	animation: fadein-list 3s 1 ease forwards;
}
#concept{
	padding-top:50px;
	/* padding-bottom: 0px; */
}

#concept h2{
	opacity: 1;
	text-align: center;
	font-size: 2.3em;
	line-height:1.4em;
	color: #555;
}
#concept p{
	opacity: 1;
	margin-top: 40px;
	text-align: center;
	color: #000;
}



/*///// ブライダルギャラリー //////*/
.bridal-g{
	position:relative;
	width: 100%;
	height:80vh;
	display: block;
	margin-top:150px;
}
.bridal-g .text-box{
	color:#f3ece6;
	top: 50%;
	left:50%;
	padding:0 50px;
	width: 1000px;
	display:inline-block;
    box-sizing: border-box;
	position: absolute;
	transform: translate(-50%,-50%);
	z-index:2;
	overflow:hidden;
}
.fashion-g .ac.text-box,
.fashion-g .ac-end.text-box{
	color:#fff;
}
.bridal-g .text-box h2{
	font-size:2em;
	letter-spacing:0.3em;
	line-height:1.4em;
}
.bridal-g .text-box p.text{
	margin-top:50px;
}

.bridal-g .image-box{
	width:90vw;
	height:0%;
}
.bridal-g .image-box li{
	position:absolute;
	width:100%;
	height:100%;
}
.bridal-g .image-box li:nth-child(1){
	left:0;
	background: url(../img/img_gallery_wedding1.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .image-box li:nth-child(2){
	left:100%;
	background: url(../img/img_gallery_wedding2.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .image-box li:nth-child(3){
	left:200%;
	background: url(../img/img_gallery_wedding3.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .image-box li:nth-child(4){
	left:300%;
	background: url(../img/img_gallery_wedding4.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .image-box li:nth-child(5){
	left:400%;
	background: url(../img/img_gallery_wedding5.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .image-box li:nth-child(6){
	left:500%;
	background: url(../img/img_gallery_wedding6.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .image-box li:nth-child(7){
	left:600%;
	background: url(../img/img_gallery_wedding7.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bridal-g .link{
	background: linear-gradient(#f3ece6 50%, #fff 50%);
}

.bridal-g input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
	background-color: #727b7f;
}

.bridal-g input.sp-selector-2:checked ~ .bridal-g .sp-content {
    background-position: -100px 0;
	background-color: #7f7276;
}

.bridal-g input.sp-selector-3:checked ~ .bridal-g .sp-content {
    background-position: -200px 0;
	background-color: #737f72;
}

.bridal-g input.sp-selector-4:checked ~ .bridal-g .sp-content {
    background-position: -300px 0;
	background-color: #79727f;
}

.bridal-g input.sp-selector-5:checked ~ .bridal-g .sp-content {
    background-position: -400px 0;
	background-color: #7d7f72;
}

.bridal-g input.sp-selector-6:checked ~ .bridal-g .sp-content {
    background-position: -500px 0;
	background-color: #79727f;
}

.bridal-g input.sp-selector-7:checked ~ .bridal-g .sp-content {
    background-position: -600px 0;
	background-color: #79727f;
}
.bridal-g input + label {
	left: calc(85vw - 139px);
	left: -webkit-calc(85vw - 139px);
}

/*///// 風呂敷ギャラリー //////*/
.furoshiki-g{
	background: #fff;
	position: relative;
    width: 100%;
    display: block;
    padding-top: 150px;
    padding-bottom: 100px;
}
.furoshiki-g .image-box{
	width: 70vw;
    height: 50vh;
    margin-left: 30vw;
	background: #fff;
	 -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.furoshiki-g .image-box .bk{
	width:100%;
	top:0;
	height:100%;
	position:absolute;
	background-color: rgba(255,255,255,1);
	z-index:1;
}
.furoshiki-g .image-box li{
	position:absolute;
	width:100%;
	height:100%;
}
.furoshiki-g .image-box li:nth-child(1){
	left:0;
	background: url(../img/img_gallery_furoshiki1.jpg) no-repeat center center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.furoshiki-g .image-box li:nth-child(2){
	left:100%;
	background: url(../img/img_gallery_furoshiki2.jpg) no-repeat center center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.furoshiki-g .image-box li:nth-child(3){
	left:200%;
	background: url(../img/img_gallery_furoshiki3.jpg) no-repeat center center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.furoshiki-g .image-box li:nth-child(4){
	left:300%;
	background: url(../img/img_gallery_furoshiki4.jpg) no-repeat center center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.furoshiki-g .image-box li:nth-child(5){
	left:400%;
	background: url(../img/img_gallery_furoshiki5.jpg) no-repeat center center;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.furoshiki-g .text-box{
	color:#555;
	padding: 0 50px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}
.furoshiki-g .text-box h2{
	font-size:2em;
	letter-spacing:0.3em;
	line-height:1.4em;
}
.furoshiki-g .text-box p.text{
	margin-top:50px;
}
.furoshiki-g .link{
	background: #fff;
}
.furoshiki-g input + label {
	left: calc(85vw - 110px);
	left: -webkit-calc(85vw - 110px);
}

/*///// ギフト中身ギャラリー //////*/
.intoitem-g{
	background: #eee;
	position: relative;
    width: 100%;
	height: 80vh;
    display: block;
    padding-top: 150px;
}
.intoitem-g .image-box{
	width: 0;
	margin-left:10vw;
    height: 80vh;
	box-sizing:border-box;
	background: #dbd4d6;
	padding-left:0;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box .bk{
	width:50%;
	top:0;
	left:50%;
	height:100%;
	position:absolute;
	background-color: rgba(219,212,214,1);
	z-index:1;
}
.intoitem-g .image-box li{
	position:absolute;
	width:100%;
	height:100%;
}
.intoitem-g .image-box li:nth-child(1){
	left:0;
	background: url(../img/img_gallery_intoitem1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box li:nth-child(2){
	left:100%;
	background: url(../img/img_gallery_intoitem2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box li:nth-child(3){
	left:200%;
	background: url(../img/img_gallery_intoitem3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box li:nth-child(4){
	left:300%;
	background: url(../img/img_gallery_intoitem4.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box li:nth-child(5){
	left:400%;
	background: url(../img/img_gallery_intoitem5.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box li:nth-child(6){
	left:500%;
	background: url(../img/img_gallery_intoitem6.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .image-box li:nth-child(7){
	left:600%;
	background: url(../img/img_gallery_intoitem7.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.intoitem-g .text-box{
	color:#555;
	top: 50%;
	left:50%;
	padding: 150px 50px 0;
	width: 1000px;
	display:inline-block;
    box-sizing: border-box;
	position: absolute;
	transform: translate(-50%,-50%);
	z-index:2;
	overflow:hidden;
}
.intoitem-g .text-box h2{
	width:400px;
	font-size:2em;
	letter-spacing:0.2em;
	line-height:1.4em;
}
.intoitem-g .text-box h2 br{
	display:none;
}
.intoitem-g .text-box p.text{
	width:400px;
	margin-top:50px;
}
.intoitem-g input + label {
	/*left: calc(85vw - 79px);
	left: -webkit-calc(85vw - 79px);3つの場合*/
	left: calc(85vw - 139px);
	left: -webkit-calc(85vw - 139px);
}

/*///// ファッションギャラリー //////*/
.fashion-g{
	position:relative;
	width: 100%;
	height:80vh;
	display: block;
	padding-top:150px;
	background-color:#eee;
}
.fashion-g .text-box{
	color:#eee;
	top: 50%;
	left:50%;
	padding:150px 50px 0;
	width: 1000px;
	display:inline-block;
    box-sizing: border-box;
	position: absolute;
	transform: translate(-50%,-50%);
	z-index:2;
	overflow:hidden;
}
.fashion-g .ac.text-box,
.fashion-g .ac-end.text-box{
	color:#fff;
}
.fashion-g .text-box h2{
	font-size:2em;
	letter-spacing:0.3em;
	line-height:1.4em;
}
.fashion-g .text-box p.text{
	margin-top:50px;
}

.fashion-g .image-box{
	width:100vw;
	height:0%;
}
.fashion-g .image-box li{
	position:absolute;
	width:100%;
	height:100%;
}
.fashion-g .image-box li.v-erea{
	height:80vh;
}
.fashion-g .image-box li.v-erea video{
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 120%;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
.fashion-g .image-box li:nth-child(1){
	left:0;
	background: url(../img/img_gallery_fashion1.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .image-box li:nth-child(2){
	left:100%;
	background: url(../img/img_gallery_fashion2.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .image-box li:nth-child(3){
	left:200%;
	background: url(../img/img_gallery_fashion3.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .image-box li:nth-child(4){
	left:300%;
	background: url(../img/img_gallery_fashion4.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .image-box li:nth-child(5){
	left:400%;
	background: url(../img/img_gallery_fashion5.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .image-box li:nth-child(6){
	left:500%;
	background: url(../img/img_gallery_fashion6.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .image-box li:nth-child(7){
	left:600%;
	background: url(../img/img_gallery_fashion7.jpg) no-repeat center center;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fashion-g .link{
	background: linear-gradient(#f3ece6 50%, #f3ece6 50%);
}

.fashion-g input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
	background-color: #727b7f;
}

.fashion-g input.sp-selector-2:checked ~ .fashion-g .sp-content {
    background-position: -100px 0;
	background-color: #7f7276;
}

.fashion-g input.sp-selector-3:checked ~ .fashion-g .sp-content {
    background-position: -200px 0;
	background-color: #737f72;
}

.fashion-g input.sp-selector-4:checked ~ .fashion-g .sp-content {
    background-position: -300px 0;
	background-color: #79727f;
}

.fashion-g input.sp-selector-5:checked ~ .fashion-g .sp-content {
    background-position: -400px 0;
	background-color: #7d7f72;
}

.fashion-g input.sp-selector-6:checked ~ .fashion-g .sp-content {
    background-position: -500px 0;
	background-color: #79727f;
}

.fashion-g input.sp-selector-7:checked ~ .fashion-g .sp-content {
    background-position: -600px 0;
	background-color: #79727f;
}
.fashion-g input + label {
	left: calc(85vw - 139px);
	left: -webkit-calc(85vw - 139px);
}

/*///// 使用スタイルギャラリー //////*/
.usestyle-g{
	background: #f3ece6;
	position: relative;
    width: 100%;
	height: 80vh;
    display: block;
    padding-top: 150px;
}
.usestyle-g .image-box{
	width: 90vw;
	margin-left:5vw;
    height: 80vh;
	box-sizing:border-box;
	background: #e5e0dc;
	padding-left:45vw;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box .bk{
	width:50%;
	top:0;
	left:50%;
	height:100%;
	position:absolute;
	background-color: rgba(229,224,220,1);
	z-index:1;
}
.usestyle-g .image-box li{
	position:absolute;
	width:100%;
	height:100%;
}
.usestyle-g .image-box li:nth-child(1){
	left:0;
	background: url(../img/img_gallery_usestyle1.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(2){
	left:100%;
	background: url(../img/img_gallery_usestyle2.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(3){
	left:200%;
	background: url(../img/img_gallery_usestyle3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(4){
	left:300%;
	background: url(../img/img_gallery_usestyle4.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(5){
	left:400%;
	background: url(../img/img_gallery_usestyle5.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(6){
	left:500%;
	background: url(../img/img_gallery_usestyle6.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(7){
	left:600%;
	background: url(../img/img_gallery_usestyle7.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(8){
	left:700%;
	background: url(../img/img_gallery_usestyle8.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(9){
	left:800%;
	background: url(../img/img_gallery_usestyle9.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(10){
	left:900%;
	background: url(../img/img_gallery_usestyle10.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .image-box li:nth-child(11){
	left:1000%;
	background: url(../img/img_gallery_usestyle11.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.usestyle-g .text-box{
	color:#555;
	top: 50%;
	left:50%;
	padding: 150px 50px 0;
	width: 1200px;
	display:inline-block;
    box-sizing: border-box;
	position: absolute;
	transform: translate(-50%,-50%);
	z-index:2;
	overflow:hidden;
}
.usestyle-g .text-box h2{
	width:400px;
	font-size:2em;
	letter-spacing:0.2em;
	line-height:1.4em;
}
.usestyle-g .text-box h2 br{
	display:none;
}
.usestyle-g .text-box p.text{
	width:400px;
	margin-top:50px;
}
.usestyle-g input + label {
	left: calc(85vw - 195px);
	left: -webkit-calc(85vw - 195px);
}

/*///// お客様の声 //////*/
.evaluation{
	position: relative;
	width: 100%;
	display: block;
	padding-top: 50px;
	background: #fff;
	padding-bottom: 10px;
	/*background: linear-gradient(#f3ece6 150px, #fff 100%);*/
}
.evaluation .ev-box{
	width:100%;
	height:100%;
	background:#fff;
	color:#555;
	padding-bottom: 0px;
}
.ev-box .text-box{
	max-width: 1280px;
	width: 100%;
	margin:0 auto;
	padding-top: 0px;
	opacity:0;
}
.ev-box .text-box h2{
	font-size:2em;
	letter-spacing:0.3em;
	line-height:1.4em;
	font-family: "Century Gothic",'Abel', sans-serif;
}
.ev-box .text-box p.text{
	margin-top:20px;
}
.ev-box ul{
	margin: 0px auto 0;
	width: 100%;
	max-width: 1280px;
	min-width: 1000px;
	box-sizing: border-box;
	padding: 50px 90px 90px;
	background: #f4f2f1;
}
.ev-box ul li{
	margin-top:70px;
	padding-bottom:50px;
	/* border-bottom:1px solid #ddd; */
}
.ev-box ul li:nth-child(3){
	border-bottom:none;
}
.ev-box ul li.ac{
	-webkit-animation: fadein-list 3s 1 ease forwards;
  	animation: fadein-list 3s 1 ease forwards;
}
.ev-box ul li h3{
	position:relative;
	padding:0 50px;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:500;
}
.ev-box ul li h3:after{
	content:"";
	position:absolute;
	left:0;
	top: 0;
	display:inline-block;
	height:1px;
	width:30px;
	/* background:#a7a21d; */
	font-family: 'Font Awesome 6 pro';
	content: "\f5d2";
	font-size:1.6em
}
.ev-box ul li p{
	margin-top:20px;
	padding:0 50px;
}
.link-ev{
    font-size: 0.85em;
    letter-spacing: 0.3em;
    text-align: center;
    margin: 0 auto;
	transform: translateY(-50%);
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-ev a{
	position:relative;
	display:inline-block;
	padding:30px 0;
	color: #fff;
	width: 20vw;
	min-width:400px;
	background:#3f3c3c;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link-ev a p{
	position:relative;
	display:inline-block;
	padding-right:15px;
}
.link-ev a p svg{
	position:absolute;
	right:0;
	top:8px;
	width:10px;
	height:10px;
}
.link-ev a:hover{
	background:#222;
}
.link-ev .link-btn .bk{
	content:"";
	background:#222;
	width:0;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
/*///// 問い合わせ //////*/
.contact-box{
	background: #fff;
	padding-bottom: 50px;
	padding-top: 50px;
}
.contact-btn{
	opacity: 1;
}
.contact-box a{
	text-align: center;
	color: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
	background: #050126;
	display:block;
	font-size:1.2em;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.contact-box a:hover{
	background:#0a0445;
}

/*////////////  SLIDE EFFECT  ////////////*/
.sp-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*.sp-parallax-bg {
    background: url(https://tympanus.net/Tutorials/CSS3FluidParallaxSlideshow/images/map.png) repeat-x scroll 0 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/

.sp-slideshow input {
    position: absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.sp-slideshow input + label {
    position: absolute;
    bottom: -7.5px;
    width: 12px;
	height: 12px;
	display:block;
	opacity:0;
	z-index: 100;
	border: 1px solid #958989;
	border: 1px solid rgba(129,116,116,0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.sp-slideshow input:checked + label {
	background-color: #958989;
    background-color: rgba(129,116,116,0.9);
}

.sp-selector-1, .button-label-1 {
    margin-left: 0;
}

.sp-selector-2, .button-label-2 {
    margin-left: 30px;
}

.sp-selector-3, .button-label-3 {
    margin-left: 60px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 90px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 120px;
}

.sp-selector-6, .button-label-6 {
    margin-left: 150px;
}

.sp-selector-7, .button-label-7 {
    margin-left: 180px;
}

.sp-selector-8, .button-label-8 {
    margin-left: 210px;
}

.sp-selector-9, .button-label-9 {
    margin-left: 240px;
}

.sp-selector-10, .button-label-10 {
    margin-left: 270px;
}

.sp-selector-11, .button-label-11 {
    margin-left: 300px;
}

.sp-arrow {
    position: absolute;
	bottom: -25px;
	width: 51px;
	height: 51px;
	margin-top: -19px;
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 100;
	opacity:0;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sp-arrow s{
	width: 40px;
    background: #958989;
    height: 1px;
    display: block;
    margin-top: 29px;
    position: relative;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.sp-arrow:hover{
	opacity: 1;
}
.sp-arrow:active{
	margin-top: -18px;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5,
.sp-selector-5:checked ~ .sp-arrow.sp-a6,
.sp-selector-6:checked ~ .sp-arrow.sp-a7,
.sp-selector-7:checked ~ .sp-arrow.sp-a8,
.sp-selector-8:checked ~ .sp-arrow.sp-a9,
.sp-selector-9:checked ~ .sp-arrow.sp-a10,
.sp-selector-10:checked ~ .sp-arrow.sp-a11 {
    right: 15px;
	display: block;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2 s:after,
.sp-selector-2:checked ~ .sp-arrow.sp-a3 s:after,
.sp-selector-3:checked ~ .sp-arrow.sp-a4 s:after,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 s:after,
.sp-selector-5:checked ~ .sp-arrow.sp-a6 s:after,
.sp-selector-6:checked ~ .sp-arrow.sp-a7 s:after,
.sp-selector-7:checked ~ .sp-arrow.sp-a8 s:after,
.sp-selector-8:checked ~ .sp-arrow.sp-a9 s:after,
.sp-selector-9:checked ~ .sp-arrow.sp-a10 s:after,
.sp-selector-10:checked ~ .sp-arrow.sp-a11 s:after {
    content: "";
    width: 14px;
    height: 1px;
    background: #958989;
    right: -2px;
    top: -41px;
    position: absolute;
	transform: translateY(36px) rotate(47deg);
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2:hover,
.sp-selector-2:checked ~ .sp-arrow.sp-a3:hover,
.sp-selector-3:checked ~ .sp-arrow.sp-a4:hover,
.sp-selector-4:checked ~ .sp-arrow.sp-a5:hover,
.sp-selector-5:checked ~ .sp-arrow.sp-a6:hover,
.sp-selector-6:checked ~ .sp-arrow.sp-a7:hover,
.sp-selector-7:checked ~ .sp-arrow.sp-a8:hover,
.sp-selector-8:checked ~ .sp-arrow.sp-a9:hover,
.sp-selector-9:checked ~ .sp-arrow.sp-a10:hover,
.sp-selector-10:checked ~ .sp-arrow.sp-a11:hover {
    right: 8px;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4,
.sp-selector-6:checked ~ .sp-arrow.sp-a5,
.sp-selector-7:checked ~ .sp-arrow.sp-a6,
.sp-selector-8:checked ~ .sp-arrow.sp-a7,
.sp-selector-9:checked ~ .sp-arrow.sp-a8,
.sp-selector-10:checked ~ .sp-arrow.sp-a9,
.sp-selector-11:checked ~ .sp-arrow.sp-a10 {
    left: calc(70vw - 58px);
	left: -webkit-calc(70vw - 58px);
	display: block;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1 s:after,
.sp-selector-3:checked ~ .sp-arrow.sp-a2 s:after,
.sp-selector-4:checked ~ .sp-arrow.sp-a3 s:after,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 s:after,
.sp-selector-6:checked ~ .sp-arrow.sp-a5 s:after,
.sp-selector-7:checked ~ .sp-arrow.sp-a6 s:after,
.sp-selector-8:checked ~ .sp-arrow.sp-a7 s:after,
.sp-selector-9:checked ~ .sp-arrow.sp-a8 s:after,
.sp-selector-10:checked ~ .sp-arrow.sp-a9 s:after,
.sp-selector-11:checked ~ .sp-arrow.sp-a10 s:after {
    content: "";
    width: 14px;
    height: 1px;
    background: #958989;
    left: -2px;
    top: -41px;
    position: absolute;
	transform: translateY(36px) rotate(-47deg);
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1:hover,
.sp-selector-3:checked ~ .sp-arrow.sp-a2:hover,
.sp-selector-4:checked ~ .sp-arrow.sp-a3:hover,
.sp-selector-5:checked ~ .sp-arrow.sp-a4:hover,
.sp-selector-6:checked ~ .sp-arrow.sp-a5:hover,
.sp-selector-7:checked ~ .sp-arrow.sp-a6:hover,
.sp-selector-8:checked ~ .sp-arrow.sp-a7:hover,
.sp-selector-9:checked ~ .sp-arrow.sp-a8:hover,
.sp-selector-10:checked ~ .sp-arrow.sp-a9:hover,
.sp-selector-11:checked ~ .sp-arrow.sp-a10:hover {
    left: calc(70vw - 65px);
	left: -webkit-calc(70vw - 65px);
}

.sp-slideshow input:checked ~ .sp-content {
    -webkit-transition: background-position linear 0.6s, background-color linear 0.8s;
    -moz-transition: background-position linear 0.6s, background-color linear 0.8s;
    -o-transition: background-position linear 0.6s, background-color linear 0.8s;
    -ms-transition: background-position linear 0.6s, background-color linear 0.8s;
    transition: background-position linear 0.6s, background-color linear 0.8s;
}

.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
    -webkit-transition: background-position linear 0.7s;
    -moz-transition: background-position linear 0.7s;
    -o-transition: background-position linear 0.7s;
    -ms-transition: background-position linear 0.7s;
    transition: background-position linear 0.7s;
}

input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
    background-position: -200px 0;
}

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
    background-position: -400px 0;
}

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
    background-position: -600px 0;
}

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
    background-position: -800px 0;
}

input.sp-selector-6:checked ~ .sp-content .sp-parallax-bg {
    background-position: -1000px 0;
}

input.sp-selector-7:checked ~ .sp-content .sp-parallax-bg {
    background-position: -1200px 0;
}

input.sp-selector-8:checked ~ .sp-content .sp-parallax-bg {
    background-position: -1400px 0;
}

input.sp-selector-9:checked ~ .sp-content .sp-parallax-bg {
    background-position: -1600px 0;
}

input.sp-selector-10:checked ~ .sp-content .sp-parallax-bg {
    background-position: -1800px 0;
}

input.sp-selector-11:checked ~ .sp-content .sp-parallax-bg {
    background-position: -2000px 0;
}

.sp-slider {
    position: relative;
	left: 0;
    width: 100%;
	height: 100%;
	list-style: none;
    margin: 0;
	padding: 0;
    -webkit-transition: left ease 0.5s;
    -moz-transition: left ease 0.5s;
    -o-transition: left ease 0.5s;
    -ms-transition: left ease 0.5s;
    transition: left ease 0.5s; 
}

.sp-slider > li {
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 60px;
    float: left;
	text-align: center;
	opacity: 0.4;
    -webkit-transition: opacity ease-in 0.4s 0.8s;
    -moz-transition: opacity ease-in 0.4s 0.8s;
    -o-transition: opacity ease-in 0.4s 0.8s;
    -ms-transition: opacity ease-in 0.4s 0.8s;
    transition: opacity ease-in 0.4s 0.8s; 
}
.sp-slider > li img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	max-height: 100%;
	max-width: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}

input.sp-selector-6:checked ~ .sp-content .sp-slider {
    left: -500%;
}

input.sp-selector-7:checked ~ .sp-content .sp-slider {
    left: -600%;
}

input.sp-selector-8:checked ~ .sp-content .sp-slider {
    left: -700%;
}

input.sp-selector-9:checked ~ .sp-content .sp-slider {
    left: -800%;
}

input.sp-selector-10:checked ~ .sp-content .sp-slider {
    left: -900%;
}

input.sp-selector-11:checked ~ .sp-content .sp-slider {
    left: -1000%;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5),
input.sp-selector-6:checked ~ .sp-content .sp-slider > li:nth-child(6),
input.sp-selector-7:checked ~ .sp-content .sp-slider > li:nth-child(7),
input.sp-selector-8:checked ~ .sp-content .sp-slider > li:nth-child(8),
input.sp-selector-9:checked ~ .sp-content .sp-slider > li:nth-child(9),
input.sp-selector-10:checked ~ .sp-content .sp-slider > li:nth-child(10),
input.sp-selector-11:checked ~ .sp-content .sp-slider > li:nth-child(11){
	opacity: 1;
}
/*////////////  SLIDE EFFECTここまで  ////////////*/

/*////////////  SCROLL EFFECT  ////////////*/
.bridal-g .ac.image-box,
.fashion-g .ac.image-box,
.fashion-g .ac.image-box li.v-erea{
	position:relative;
	overflow:hidden;
	opacity:0;
	height:0;
	-webkit-animation: fadein-bg 2s 1 ease forwards;
  	animation: fadein-bg 2s 1 ease forwards;
}
.intoitem-g .ac.image-box{
	-webkit-animation: fadein3 3s 1 ease forwards;
  	animation: fadein3 3s 1 ease forwards;
}
.bridal-g .ac.image-box .bk{
	width:0;
	top:0;
	height:100%;
	position:absolute;
	background-color: rgba(0,0,0,0.65);
	z-index:1;
	-webkit-animation: fadein0 3s 1 ease forwards;
  	animation: fadein0 3s 1 ease forwards;
}
.furoshiki-g .ac.image-box .bk,
.intoitem-g .ac.image-box .bk,
.usestyle-g .ac.image-box .bk{
	-webkit-animation: fadein1 3s 1 ease forwards;
  	animation: fadein1 3s 1 ease forwards;
}
.fashion-g .ac.image-box .bk{
	width:0;
	top:0;
	height:100%;
	position:absolute;
	background-color: rgba(0,0,0,0.65);
	z-index:1;
	-webkit-animation: fadein2 3s 1 ease forwards;
  	animation: fadein2 3s 1 ease forwards;
}
.effect-mc .ac.text-box,
.ac.link-ev{
	-webkit-animation: fadein-text 3s 1 ease forwards;
  	animation: fadein-text 3s 1 ease forwards;
}
.effect-mc .ac.link{
	-webkit-animation: fadein-link 3s 1 ease forwards;
  	animation: fadein-link 3s 1 ease forwards;
}
.ac.contact-box .contact-btn{
	-webkit-animation: fadein-contact 3s 1 ease forwards;
  	animation: fadein-contact 3s 1 ease forwards;
}

.flexSec{display:flex;background: #050126;margin-top: 60px;align-items: center;}
.fSecL{width:60%;padding: 1%;padding-right: 0;}
.fSecR{
	width:40%;
	padding: 10px;
	text-align: center;
}

.fSecR p{
    color: #fff;
	font-size:1.2em;
	line-height:2em;
    font-family: "Century Gothic",'Abel', sans-serif;
}

.fSecR img{
	width:100%;
	max-width: 300px;
} 
	
/* 	width:100%;padding:0%;border-left:3px solid #050126;object-fit: revert;height: 100%;} */

.flexItem{display:flex;flex-wrap: wrap;/* background: #f4f2f1; */align-items: center;}
.fItem{width: 25%;padding: 5px 0;text-align: center;}
.fItem img{width: calc(100% - 6px);height: calc(100% - 6px);border: 3px solid #050126;}






@keyframes fadein-bg {
	0% {
		height:0;
		opacity: 0;
	}
	20% {
		height:0;
		opacity: 0;
	}
	50% {
		height:100%;
		opacity: 1;
	}
	100% {
		height:100%;
		opacity: 1;
	}
}
@-webkit-keyframes fadein-bg {
	0% {
		height:0;
		opacity: 0;
	}
	20% {
		height:0;
		opacity: 0;
	}
	50% {
		height:100%;
		opacity: 1;
	}
	100% {
		height:100%;
		opacity: 1;
	}
}
@keyframes fadein0 {
	0% {
		width:0;
	}
	40% {
		width:0;
	}
	70% {
		width:90vw;
	}
	100% {
		width:90vw;
	}
}
@-webkit-keyframes fadein0 {
	0% {
		width:0;
	}
	40% {
		width:0;
	}
	70% {
		width:90vw;
	}
	100% {
		width:90vw;
	}
}
@keyframes fadein1 {
	0% {
		width:90vw;
	}
	40% {
		width:90vw;
	}
	70% {
		width:0;
	}
	100% {
		width:0;
	}
}
@-webkit-keyframes fadein1 {
	0% {
		width:90vw;
	}
	40% {
		width:90vw;
	}
	70% {
		width:0;
	}
	100% {
		width:0;
	}
}
@keyframes fadein2 {
	0% {
		width:0;
	}
	40% {
		width:0;
	}
	70% {
		width:100vw;
	}
	100% {
		width:100vw;
	}
}
@-webkit-keyframes fadein2 {
	0% {
		width:0;
	}
	40% {
		width:0;
	}
	70% {
		width:100vw;
	}
	100% {
		width:100vw;
	}
}
@keyframes fadein3 {
	0% {
		width:0;
		padding-left:0;
	}
	40% {
		width:0;
		padding-left:0;
	}
	70% {
		width:90vw;
		padding-left:45vw;
	}
	100% {
		width:90vw;
		padding-left:45vw;
	}
}
@-webkit-keyframes fadein3 {
	0% {
		width:0;
		padding-left:0;
	}
	40% {
		width:0;
		padding-left:0;
	}
	70% {
		width:90vw;
		padding-left:45vw;
	}
	100% {
		width:90vw;
		padding-left:45vw;
	}
}
@keyframes fadein-text {
	0% {
		margin-top:50px;
		opacity: 0;
	}
	40% {
		margin-top:50px;
		opacity: 0;
	}
	70% {
		margin-top:0;
		opacity: 1;
	}
	100% {
		margin-top:0;
		opacity: 1;
	}
}
@-webkit-keyframes fadein-text{
	0% {
		margin-top:50px;
		opacity: 0;
	}
	40% {
		margin-top:50px;
		opacity: 0;
	}
	70% {
		margin-top:0;
		opacity: 1;
	}
	100% {
		margin-top:0;
		opacity: 1;
	}
}
@keyframes fadein-list {
	0% {
		margin-top:80px;
		opacity: 0;
	}
	40% {
		margin-top:80px;
		opacity: 0;
	}
	70% {
		margin-top:50px;
		opacity: 1;
	}
	100% {
		margin-top:50px;
		opacity: 1;
	}
}
@-webkit-keyframes fadein-list{
	0% {
		margin-top:80px;
		opacity: 0;
	}
	40% {
		margin-top:80px;
		opacity: 0;
	}
	70% {
		margin-top:50px;
		opacity: 1;
	}
	100% {
		margin-top:50px;
		opacity: 1;
	}
}
@keyframes fadein-link {
	0% {
		right: calc(-20vw - 110px);
		right: -webkit-calc(-20vw - 110px);
	}
	40% {
		right: calc(-20vw - 110px);
		right: -webkit-calc(-20vw - 110px);
	}
	60% {
		right: 0;
	}
	100% {
		right: 0;
	}
}
@-webkit-keyframes fadein-link {
	0% {
		right: calc(-20vw - 110px);
		right: -webkit-calc(-20vw - 110px);
	}
	40% {
		right: calc(-20vw - 110px);
		right: -webkit-calc(-20vw - 110px);
	}
	60% {
		right: 0;
	}
	100% {
		right: 0;
	}
}
@keyframes fadein-contact {
	0% {
		padding-bottom:80px;
		opacity: 0;
	}
	20% {
		padding-bottom:80px;
		opacity: 0;
	}
	50% {
		padding-bottom:0;
		opacity: 1;
	}
	100% {
		padding-bottom:0;
		opacity: 1;
	}
}
@-webkit-keyframes fadein-contact{
	0% {
		padding-bottom:80px;
		opacity: 0;
	}
	20% {
		padding-bottom:80px;
		opacity: 0;
	}
	50% {
		padding-bottom:0;
		opacity: 1;
	}
	100% {
		padding-bottom:0;
		opacity: 1;
	}
}
/*////////////  SCROLL EFFECTここまで  ////////////*/

/*////////////  LINK BTN EFFECT  ////////////*/
.link{
	/* padding: 50px 0 50px 50px; */
	/* display: inline-block; */
	/* font-size: 0.85em; */
	/* letter-spacing: 0.3em; */
	/* position: absolute; */
	/* text-align: center; */
	/* right: calc(-20vw - 110px); */
	/* right: -webkit-calc(-20vw - 110px); */
	/* bottom: 0; */
	/* z-index: 2; */
	/* color: #fff; */
	/* transform: translateY(50%); */
	/* -webkit-transition: all ease 0.4s; */
	-moz-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	/* transition: all ease 0.4s; */
}
.link .link-btn{
	padding:30px;
	width: 20vw;
	min-width:400px;
	position:relative;
	background:#3f3c3c;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link .link-btn .bk{
	content:"";
	background:#222;
	width:0;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.link .link-btn p{
	-webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.bridal-g .image-box .bk2{
	width:90vw;
	top:0;
	height:100%;
	opacity:0;
	position:absolute;
	background-color: rgba(0,0,0,0.65);
	z-index:1;
}
.intoitem-g .image-box .bk2{
	width:50%;
	top:0;
	left:0;
	height:100%;
	opacity:0;
	position:absolute;
	background-color: rgba(219,212,214,1);
	z-index:1;
}
.fashion-g .image-box .bk2{
	width:100vw;
	top:0;
	height:100%;
	opacity:0;
	position:absolute;
	background-color: rgba(0,0,0,0.65);
	z-index:1;
}
.usestyle-g .image-box .bk2{
	width:50%;
	top:0;
	left:0;
	height:100%;
	opacity:0;
	position:absolute;
	background-color: rgba(229,224,220,1);
	z-index:1;
}
.effect-mc .ac-end.image-box .bk2{
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.7s;
}
.effect-mc .ac-end.text-box{
	margin-top:0;
	-webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    transition: all ease 0.7s;
}
/*////////////  LINK BTN EFFECTここまで  ////////////*/
@media screen and (max-width: 2000px) , (max-device-width : 2000px) {
	#concept h2{
		font-size: 1.7em
	}
	.bridal-g .text-box h2,
	.furoshiki-g .text-box h2,
	.intoitem-g .text-box h2,
	.fashion-g .text-box h2,
	.usestyle-g .text-box h2,
	.ev-box .text-box h2{
		font-size: 1.5em
	}
	.intoitem-g .text-box h2 br,
	.usestyle-g .text-box h2 br{
		display:block;
	}
	.ev-box ul li h3{
		font-size: 1.5em;
	}
	p,
	.contact-box a{
		font-size:1em;
	}
	.link-ev a p svg{
		top:6px;
	}
	#top h1{
		font-size:1.2vw;
	}
	#top h2{
		font-size:1.6vw;
	}
	.link{
		/* right: calc(-400px - 110px); */
		/* right: -webkit-calc(-400px - 110px); */
	}
	.effect-mc .ac.link{
		right: calc(-400px - 110px);
		right: -webkit-calc(-400px - 110px);
		-webkit-animation: fadein-link2 3s 1 ease forwards;
		animation: fadein-link2 3s 1 ease forwards;
	}
	@keyframes fadein-link2 {
		0% {
			right: calc(-400px - 110px);
			right: -webkit-calc(-400px - 110px);
		}
		40% {
			right: calc(-400px - 110px);
			right: -webkit-calc(-400px - 110px);
		}
		60% {
			right: 0;
		}
		100% {
			right: 0;
		}
	}
	@-webkit-keyframes fadein-link2 {
		0% {
			right: calc(-400px - 110px);
			right: -webkit-calc(-400px - 110px);
		}
		40% {
			right: calc(-400px - 110px);
			right: -webkit-calc(-400px - 110px);
		}
		60% {
			right: 0;
		}
		100% {
			right: 0;
		}
	}
/* @media screen and (max-width: 1600px) , (max-device-width : 1600px) { */
	#top h1{
		font-size:1.2em;
	}
	#top h2{
		font-size:1.6em;
	}
	.intoitem-g .text-box{
		left:33vw;
		width:auto;
	}
	.usestyle-g .text-box{
		left:28vw;
		width:auto;
	}

	#concept h2{
		font-size: 1.5em;
		font-size: 1.7em;
		font-weight: 600;
		line-height: 1.5;
	}
	
/* } */
@media screen and (max-width: 1314px) , (max-device-width : 1314px) {
	.bridal-g input + label,
	.fashion-g input + label,
	.intoitem-g input + label{
		left: calc(100vw - 337px);
		left: -webkit-calc(100vw - 337px);
	}
	.furoshiki-g input + label{
		left: calc(100vw - 307px);
    	left: -webkit-calc(100vw - 307px);
	}
	.usestyle-g input + label{
		left: calc(100vw - 397px);
    	left: -webkit-calc(100vw - 39`7px);
	}
	.sp-selector-2:checked ~ .sp-arrow.sp-a1,
	.sp-selector-3:checked ~ .sp-arrow.sp-a2,
	.sp-selector-4:checked ~ .sp-arrow.sp-a3,
	.sp-selector-5:checked ~ .sp-arrow.sp-a4,
	.sp-selector-6:checked ~ .sp-arrow.sp-a5,
	.sp-selector-7:checked ~ .sp-arrow.sp-a6,
	.sp-selector-8:checked ~ .sp-arrow.sp-a7,
	.sp-selector-9:checked ~ .sp-arrow.sp-a8,
	.sp-selector-10:checked ~ .sp-arrow.sp-a9,
	.sp-selector-11:checked ~ .sp-arrow.sp-a10 {
		left: calc(100vw - 451px);
		left: -webkit-calc(100vw - 451px);
	}
	.sp-selector-2:checked ~ .sp-arrow.sp-a1:hover,
	.sp-selector-3:checked ~ .sp-arrow.sp-a2:hover,
	.sp-selector-4:checked ~ .sp-arrow.sp-a3:hover,
	.sp-selector-5:checked ~ .sp-arrow.sp-a4:hover,
	.sp-selector-6:checked ~ .sp-arrow.sp-a5:hover,
	.sp-selector-7:checked ~ .sp-arrow.sp-a6:hover,
	.sp-selector-8:checked ~ .sp-arrow.sp-a7:hover,
	.sp-selector-9:checked ~ .sp-arrow.sp-a8:hover,
	.sp-selector-10:checked ~ .sp-arrow.sp-a9:hover,
	.sp-selector-11:checked ~ .sp-arrow.sp-a10:hover {
		left: calc(100vw - 451px);
		left: -webkit-calc(100vw - 451px);
	}
}
@media screen and (max-width: 1230px) , (max-device-width : 1230px) {
	.fashion-g{
		height:630px;
	}
}
@media screen and (max-width: 1100px) , (max-device-width : 1100px) {
	#concept{
		box-sizing: border-box;
		width:80%;
		margin: 0 auto 0px;
	}
	#body-wrapper .logo{
		padding:70px 0 70px;
	}
	#concept.ac h2 br.sp{
		display:block;
	}
	#concept p {
		margin: 10px 0px;
		text-align: left;
	}
	#concept.ac p br{
		display:none;
	}
	.bridal-g,
	.fashion-g{
		padding-top:150px;
		background: #f4f2f1;
		height:auto;
	}
	.bridal-g .text-box,
	.fashion-g .text-box,
	.fashion-g .ac.text-box,
	.fashion-g .ac-end.text-box{
		width:80%;
		padding:0;
		color:#1a1a19;
		top:0;
		left:0;
		position: relative;
		transform:none;
		display:block;
		margin:50px auto;
		margin-top:0 !important;
		opacity: 1 !important;
	}
	.bridal-g .image-box .sp-slider{
		height:600px;
	}
	.fashion-g .image-box .sp-slider{
		height:550px;
	}
	.bridal-g .link{
		background: linear-gradient(#f4f2f1 50%, #fff 50%);
	}
	.bridal-g .image-box{
		width:95vw;
	}
	.bridal-g .image-box .bk,
	.fashion-g .image-box .bk{
		opacity:0;
	}
	.bridal-g .image-box .bk2,
	.fashion-g .image-box .bk2{
		width:0 !important;
	}
	
	.furoshiki-g .text-box{
		padding:0;
		width:80%;
	}
	.furoshiki-g .image-box{
		margin:0 auto;
		width:80%;
		height:300px;
	}
	.furoshiki-g .image-box .sp-slider{
		height:300px;
	}
	
	.intoitem-g .ac.image-box,
	.usestyle-g .ac.image-box{
		-webkit-animation: fadein3-sp 0s 1 ease forwards;
		animation: fadein3-sp 0s 1 ease forwards;
	}
	@keyframes fadein3-sp {
		0% {
			width:90vw;
			padding-left:0;
		}
		100% {
			width:90vw;
			padding-left:0;
		}
	}
	@-webkit-keyframes fadein3-sp {
		0% {
			width:90vw;
			padding-left:0;
		}
		100% {
			width:90vw;
			padding-left:0;
		}
	}
	.intoitem-g,
	.usestyle-g{
		height:auto;
	}
	.intoitem-g .text-box,
	.usestyle-g .text-box{
		position:relative;
		transform:none;
		top:0;
		left:0;
		width:80%;
		margin:50px auto !important;
		opacity:1 !important;
		display:block;
		padding:0;
	}
	.intoitem-g .text-box p.text,
	.intoitem-g .text-box h2,
	.usestyle-g .text-box p.text,
	.usestyle-g .text-box h2{
		width:100%;
	}
	.intoitem-g .image-box .bk2,
	.usestyle-g .image-box .bk2{
		width:0 !important;
	}
	.intoitem-g .image-box,
	.usestyle-g .image-box{
		height:600px;
	}
	.intoitem-g .image-box .sp-slider,
	.usestyle-g .image-box .sp-slider{
		height:600px;
	}
	
	.ev-box .text-box{
		width:80%;
	}
	.ev-box ul{
		min-width:90vw;
	}
	.contact-box a{
		width:90vw;
	}
}
@media screen and (max-width: 1040px) , (max-device-width : 1040px) {
	.fashion-g .image-box li.v-erea video{
		width:130%;
	}
}
@media screen and (max-width: 830px) , (max-device-width : 830px) {
	#top .title{
		padding:0 5vw;
	}
	#top h2 .sp{
		display:block;
	}
	.bridal-g .image-box .sp-slider{
		height:550px;
	}
	#concept.ac h2{
		margin:0 auto;
	}
	#concept.ac p{
		text-align:left;
		margin:40px auto 0;
	}
	#concept.ac p br,
	p.text br{
		display:none;
	}
	.intoitem-g .image-box, .usestyle-g .image-box{
		height:550px;
	}
	.ev-box ul{
		padding: 50px 50px 90px;
	}
	.fashion-g .image-box .sp-slider{
		height:500px;
	}
	
}
@media screen and (max-width: 700px) , (max-device-width : 700px) {
	.fashion-g .image-box .sp-slider{
		height:500px;
	}
	.fashion-g .image-box li.v-erea video{
		width:150%;
	}
}
@media screen and (max-width: 600px) , (max-device-width : 600px) {

/* 	#body-wrapper{
		background: #f3ece6;
		position: relative;
		top: 40px;
	}
	 */
	
	#top .image{
		height:500px;
	}
	.header2{
		display:none;
	}
	h2 br{
		display:none;
	}
	#top{
		padding:0;
	}
	#top .title{
		padding:0 10vw;
	}
	#top h1{
		font-size:1em;
	}
	#top h2{
		font-size:1.45em;
	}
	#concept.ac h2{
		font-size:1.5em;
		text-align:left;
	}
	.fashion-g .image-box .sp-slider{
		height:400px;
	}
	.evaluation .ev-box h2 .sp{
		display:block;
	}
}
@media screen and (max-width: 500px) , (max-device-width : 500px) {

	
	
	
	#top .image{
		height:400px;
	}
	#body-wrapper .logo{
		padding: 100px 0 70px;
	}
	.bridal-g{
		margin-top:70px;
		padding-top:70px;
	}
	.furoshiki-g,
	.intoitem-g,
	.fashion-g,
	.usestyle-g,
	.ev-box .text-box{
		padding-top:120px;
	}
	.effect-mc .text-box{
		opacity:0 !important;
		margin-top:110px !important;
		-webkit-transition: all ease 1.2s;
		-moz-transition: all ease 1.2s;
		-o-transition: all ease 1.2s;
		-ms-transition: all ease 1.2s;
		transition: all ease 1.2s;
	}
	.bridal-g.ac-sp .text-box,
	.furoshiki-g.ac-sp .text-box,
	.intoitem-g.ac-sp .text-box,
	.fashion-g.ac-sp .text-box,
	.usestyle-g.ac-sp .text-box,
	.evaluation.ac-sp .text-box{
		opacity:1 !important;
		margin-top:50px !important;
	}
	.evaluation.ac-sp .text-box{
		opacity:1 !important;
		margin-top:0 !important;
	}
	
	.evaluation{
		padding-top:70px;
	}
	.bridal-g .text-box h2,
	.furoshiki-g .text-box h2,
	.intoitem-g .text-box h2,
	.fashion-g .text-box h2,
	.usestyle-g .text-box h2,
	.ev-box .text-box h2{
		letter-spacing:0.1em;
	}
	.usestyle-g .text-box h2 br{
		display:none;
	}
	.bridal-g .image-box{
		width:100vw;
	}
	.evaluation .ev-box{
		padding-bottom:70px;
	}
	.contact-box{
		padding-bottom:70px;
	}
	.link{
		width:100%;
		/* padding:0px 0 50px 50px; */
		bottom:-75px;
		right:0;
	}
	.effect-mc .ac.link{
		right:0;
		animation:none;
		-webkit-animation:none;
	}
	.link .link-btn{
		width:100%;
		min-width:100% !important;
		padding:30px 0 !important;
		transform:none;
	}
	.link .link-btn:hover{
		width:100% !important;
		padding:30px 0 !important;
	}
	.link .link-btn p{
		display:none;
	}
	.link .link-btn .bk{
		position:relative;
		height:40px;
		width:100%;
		background:none;
	}
	.usestyle-g .image-box{
		padding-left:0;
	}
	
	.intoitem-g .image-box .bk,
	.usestyle-g .image-box .bk{
		width:100%;
		left:0%;
	}
	.bridal-g .ac.image-box .bk2{
		background-color:#f4f2f1;
		opacity:1;
		left: 0;
	}
	.bridal-g .ac.image-box .bk2,
	.furoshiki-g .ac.image-box .bk,
	.intoitem-g .ac.image-box .bk,
	.usestyle-g .ac.image-box .bk{
		-webkit-animation: fadein1-sp 3s 1 ease forwards;
		animation: fadein1-sp 3s 1 ease forwards;
	}
	
	@keyframes fadein1-sp {
		0% {
			width:100vw;
		}
		40% {
			width:100vw;
		}
		70% {
			width:0;
		}
		100% {
			width:0;
		}
	}
	@-webkit-keyframes fadein1-sp {
		0% {
			width:100vw;
		}
		40% {
			width:100vw;
		}
		70% {
			width:0;
		}
		100% {
			width:0;
		}
	}
	.furoshiki-g .image-box li:nth-child(1){
		background: url(../img/img_gallery_furoshiki_sp1.jpg) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.furoshiki-g .image-box li:nth-child(2){
		background: url(../img/img_gallery_furoshiki_sp2.jpg) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.furoshiki-g .image-box li:nth-child(3){
		background: url(../img/img_gallery_furoshiki_sp3.jpg) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.furoshiki-g .image-box li:nth-child(4){
		background: url(../img/img_gallery_furoshiki_sp4.jpg) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.furoshiki-g .image-box li:nth-child(5){
		background: url(../img/img_gallery_furoshiki_sp5.jpg) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
	}
	.effect-mc .ac.text-box,
	.ac.link-ev{
		-webkit-animation: none;
		animation: none;
	}
	.sp-arrow{
		bottom:-70px;
	}
	.sp-arrow,
	.link .link-btn p{
		opacity:1 !important;
	}
	.sp-slideshow input + label{
		opacity:1 !important;
		bottom:-52.5px;
	}
	.bridal-g input + label,
	.fashion-g input + label,
	.intoitem-g input + label{
		left: calc(50vw - 97px);
    	left: -webkit-calc(50vw - 97px);
	}
	.furoshiki-g input + label{
		left: calcc(50vw - 67px);
    	left: -webkit-calc(50vw - 67px);
	}
	.usestyle-g input + label{
		left: calc(50vw - 82px);
    	left: -webkit-calc(50vw - 82px);
	}
	.bridal-g .image-box .sp-slider,
	.intoitem-g .image-box .sp-slider,
	.usestyle-g .image-box .sp-slider,
	.bridal-g .image-box,
	.intoitem-g .image-box,
	.usestyle-g .image-box{
		height:400px;
	}
	.fashion-g .image-box .sp-slider{
		height:300px;
	}
	
	.usestyle-g .sp-slideshow input + label,
	.usestyle-g .sp-selector-1,.usestyle-g .button-label-1,
	.usestyle-g .sp-selector-2,.usestyle-g .button-label-2,
	.usestyle-g .sp-selector-2,.usestyle-g .button-label-3,
	.usestyle-g .sp-selector-2,.usestyle-g .button-label-4,
	.usestyle-g .sp-selector-2,.usestyle-g .button-label-5,
	.usestyle-g .sp-selector-2,.usestyle-g .button-label-6 {
		bottom: -40.5px !important;
	}
	
	.usestyle-g .sp-selector-7,.usestyle-g .button-label-7 {
		margin-left: 0;
		bottom: -70px !important;
	}
	
	.usestyle-g .sp-selector-8,.usestyle-g .button-label-8 {
		margin-left: 30px;
		bottom: -70px !important;
	}
	
	.usestyle-g .sp-selector-9,.usestyle-g .button-label-9 {
		margin-left: 60px;
		bottom: -70px !important;
	}
	
	.usestyle-g .sp-selector-10,.usestyle-g .button-label-10 {
		margin-left: 90px;
		bottom: -70px !important;
	}
	
	.usestyle-g .sp-selector-11,.usestyle-g .button-label-11 {
		margin-left: 120px;
		bottom: -70px !important;
	}
	.sp-selector-2:checked ~ .sp-arrow.sp-a1,
	.sp-selector-3:checked ~ .sp-arrow.sp-a2,
	.sp-selector-4:checked ~ .sp-arrow.sp-a3,
	.sp-selector-5:checked ~ .sp-arrow.sp-a4,
	.sp-selector-6:checked ~ .sp-arrow.sp-a5,
	.sp-selector-7:checked ~ .sp-arrow.sp-a6,
	.sp-selector-8:checked ~ .sp-arrow.sp-a7,
	.sp-selector-9:checked ~ .sp-arrow.sp-a8,
	.sp-selector-10:checked ~ .sp-arrow.sp-a9,
	.sp-selector-11:checked ~ .sp-arrow.sp-a10 {
		left: 5vw;
	}
	.sp-selector-2:checked ~ .sp-arrow.sp-a1:hover,
	.sp-selector-3:checked ~ .sp-arrow.sp-a2:hover,
	.sp-selector-4:checked ~ .sp-arrow.sp-a3:hover,
	.sp-selector-5:checked ~ .sp-arrow.sp-a4:hover,
	.sp-selector-6:checked ~ .sp-arrow.sp-a5:hover,
	.sp-selector-7:checked ~ .sp-arrow.sp-a6:hover,
	.sp-selector-8:checked ~ .sp-arrow.sp-a7:hover,
	.sp-selector-9:checked ~ .sp-arrow.sp-a8:hover,
	.sp-selector-10:checked ~ .sp-arrow.sp-a9:hover,
	.sp-selector-11:checked ~ .sp-arrow.sp-a10:hover {
		left: 5vw;
	}

	.intoitem-g .image-box,
	.usestyle-g .image-box{
		margin:0;
		width:100vw;
	}
	.bridal-g .link,.furoshiki-g .link{
		background:none;
	}
	.furoshiki-g{
		padding-bottom:0;
	}
	@keyframes fadein3-sp {
		0% {
			width:100vw;
			padding-left:0;
		}
		100% {
			width:100vw;
			padding-left:0;
		}
	}
	@-webkit-keyframes fadein3-sp {
		0% {
			width:100vw;
			padding-left:0;
		}
		100% {
			width:100vw;
			padding-left:0;
		}
	}
	
	.ev-box ul{
		margin: 50px auto 0;
		padding:50px 50px 50px;
	}
	.ev-box ul li h3:after{
		content:none;
	}
	.ev-box ul li h3,
	.ev-box ul li p{
		padding:0;
	}
	.link-ev{
		transform:none;
		width:90vw;
	}
	.link-ev a{
		display:block;
		width:90vw;
		min-width:auto;
	}
}






.area_bOubo{/* max-width:1200px; */margin: 30px auto;padding:10px;text-align: center;width: 10em;border: 1px solid #ccc;/* border-bottom: none; */width: 250px;}
@media screen and (max-width: 818px) {
.area_bOubo{width: 90%;max-width: 250px;margin: 50px auto;}
}

 a.btnOubo {
  position: relative;
  color: #555;
  /*   font-family: "Century Gothic",'Abel', sans-serif; */
  /*   width: 30px; */
  font-size: 1.2em;
  font-weight: 600;
  font-style: normal;
}
 a.btnOubo::before {
  font-family: 'themify';
  content: "\e60a";
  color: #555;
  font-weight:400;
  font-size: 17px;
  padding-right:10px;
}

 a.btnOubo:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fefefe;
  transition: width 0.3s;
}


 a.btnOubo:hover::after {
  width: 100px;
}



/*----------------------------------------------------
boxNotes
------------------*/

.boxNotes {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 2px #c11920;
  border-radius: 3px;
  /* width: 45%; */
  max-width: 800px;
	 width: 85%;
  margin: 0 auto;
}
/* @media screen and (max-width: 600px) {
.boxNotes {
  width: 90%;
}
}
 */



.boxNotes .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 20px;
  padding: 0 30px;
  line-height: 1;
  font-size: 20px;
  background: #f3ece6;
  color: #c11920;
  font-weight: bold;
}
.boxNotes p {
  margin: 0;
  padding: 0 5px;
  font-size: 16px;
  color: #292323;
  line-height: 2.3;
  /* border-bottom: 1px solid #eee; */
}

.boxNotes p span {
   border-bottom: 1px solid #eee;
}

.boxNotes img {
  width: 100%;
}
