/*====================================================================================*/
/* Common
/*====================================================================================*/
#wpadminbar{
	display:none;
}
#colophon{
	display:none;
}
.sbi_header_img_hover{
	display:none;
}
#sbi_load{
	display:none;
}
/*====================================================================================*/
/* PC 
/*====================================================================================*/
html,body {
    height: 100%;
    text-align:center;
	background-color:lightgray;
}
.pcView{
}
.spView{
	display:none;
}
/*__ Common   ____________________________*/
.slideWrap{
	padding:80px;
}
.PageWrapper {
	padding: 0 80px;
	margin-bottom:250px;
}

.stickyLock{
	position: sticky !important;
	position: -webkit-sticky !important;
	
    top: 20%;
}
.vegas-content > .scroll{
	position:fixed;
	top:90%;
	left: 40px;
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.vegas-content > .scroll > .text{
    writing-mode: vertical-rl;
}
.vegas-content > .scroll > .text::after{
	display: inline-block;
    width: 1px;
    height: 150px;
    margin-top: 10px;
	background-color: black;
    content: " ";
    margin-bottom: 15px;
    transform: translateX(-2px);
}
#top{
	height: calc(100vh - 160px);
	margin-bottom:150px;
}
.Wrap{
	position:relative;
	/* animation */	
	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;	
	
}
.Wrap > .line{
	display: inline-block;
    width: 1px;
    height: 0%;
    position: absolute;
    top: 30px;
    left: 220px;
    background-color: black;
    content: " ";
    margin-bottom: 15px;
    transform: translateX(-2px);
}
.splitHline{
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
	transition: all 2s;	
}
.vegas-content > .logo{
    position: absolute;
    margin-bottom: 80px;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	margin-bottom:80px;
}
.vegas-content > .logo img {
	height:10vh;
}
#top > .text{
    margin-bottom: 150px;
}
#about{
	text-align: left;
	padding-top: 180px;
	min-height: 80vh;
	margin-bottom:180px;
}
#about > .title{
	display:inline-block;
    width: 760px;
	height: 40px;
	font-family: "kozuka-gothic-pro", sans-serif;
	padding-top: 18px;
	margin-right:150px;
	margin-bottom:360px;
	vertical-align: top;
	text-align: left;
	top: calc(50% - 200px);
}
#about > .title > .text{
	display: inline-block;
	width: 100px;
	margin-right: 100px;
    padding-top: 15px;
}
#about > .title> .caption{
    display: inline-block;
    width: calc(100% - 200px - 10px);
    height: 400px;
    vertical-align: top;
    text-align: left;
    padding-right: 90px;
    top: calc(50% - 200px);
}
#about > .title> .caption > .catchCopy{
	font-size: 28pt;
	margin-bottom:50px;
	font-family: "kozuka-gothic-pro", sans-serif;
	letter-spacing: 0.2em;
	font-weight: 500;
}
#about > .title> .caption > .text{
	margin-bottom:50px;
	line-height: 2.2em;
}
#about > .title > .caption > .detail{
}
#about > .img{
    display: inline-block;
	width: calc(100vw - 180px - 200px - 740px);
	overflow:hidden;
}
#about > .img img{
	margin-bottom:30px;
    object-fit: cover;
}

#product{
    text-align: left;
}
#product > .title{ 
	display:inline-block;
	width:200px;
    font-family: "kozuka-gothic-pro", sans-serif;
    padding-top: 18px;
	vertical-align: top;
    text-align: left;
}
#product > .contents{
	display: inline-block;
    width: calc(100% - 220px);
	vertical-align: top;
    text-align: left;
}
#product > .contents > .wrap{
	width:48%;
	display: inline-block;
    vertical-align: top;
}
#product > .contents > .l{
}
#product > .contents > .r{
    padding-top: 150px;
    text-align: right;
}
#product > .contents > .wrap > .pLink > .parts{
	margin-bottom:220px;
    text-align: left;
}
.wrap > .pLink > .parts > .vegas-container{
    width: 75%;
    height: calc(( 100vw - 280px ) / 2);	
	margin-bottom: 10px;
}
.parts > .w{
/	    width: 75%;

}
.parts > .v{
    width: 75%;
}
#product > .contents > .wrap > .parts > .title{
	font-family: "kozuka-gothic-pro", sans-serif;
}
#schedule{
}
#schedule{
	text-align: left;
	margin-bottom: 50px;
}
#schedule > .title{ 
	display:inline-block;
	width: 100px;
    margin-right: 100px;
    font-family: "kozuka-gothic-pro", sans-serif;
	vertical-align: top;
    text-align: left;
    margin-top: 26px;
}
#schedule > .contents{
	display: inline-block;
    width: calc(100% - 220px);
	vertical-align: top;
    text-align: left;
}

#schedule > .contents > .pLink > .parts{
	margin-top:25px;
}

#schedule > .contents > .pLink > .parts  > .day{
	display:inline-block;
	margin-right:10px;
}
#schedule > .contents > .pLink > .parts > .text::before{
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: black;
    content: " ";
    /* margin-bottom: 15px; */
    transform: translate(-8px,-4px);
}
#schedule > .contents > .pLink > .parts > .text{
	display:inline-block;
}
#schedule > .contents > .pLink > .parts > .tag{
	border:solid 0.5px;
	padding:5px;
	font-size:75%;
}

#information{
	text-align: left;
	margin-bottom: 0px;
}
#information > .title{ 
	display:inline-block;
	width: 100px;
    margin-right: 100px;
    font-family: "kozuka-gothic-pro", sans-serif;
	vertical-align: top;
    text-align: left;
    margin-top: 26px;
}
#information > .contents{
	display: inline-block;
    width: calc(100% - 220px);
	vertical-align: top;
    text-align: left;
}

#information > .contents > .pLink > .parts{
	margin-top:25px;
}

#information > .contents > .pLink > .parts  > .day{
	display:block;
	margin-right:10px;
	font-size:6pt
}
#information > .contents > .pLink > .parts > .text::before{
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: black;
    /* content: " ";	:?
    /* margin-bottom: 15px; */
    transform: translate(-8px,-4px);
}
#information > .contents > .pLink > .parts > .text{
	display:inline-block;
}
#information > .contents > .pLink > .parts > .tag{
	border:solid 0.5px;
	padding:5px;
	font-size:75%;
}

#Link > .LinkContent{
	display: none;
    margin: 30px;
    margin-bottom: 115px;
    vertical-align: top;
    line-height: 3.0rem;
}
#Link > .LinkContent > .linkA > .parts{
	display: inline-block;
    font-size: 16px;
    margin: 0 50px;
    font-weight: 500;
    margin-bottom: 10px;
}
#contact{
	padding-bottom:50px;
	/*	font-size: 16px;	*/
	
	}
/* instagram */
.mainFooterWrap{
	padding-top:100px;
}	
.sb_instagram_header{
		display:none;
}
	.sbi_photo_wrap{
		opacity:0.0;

		/* animation */	
		-webkit-transition: all 2s;
		-moz-transition: all 2s;
		-ms-transition: all 2s;
		-o-transition: all 2s;
		transition: all 2s;
	}


/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
	.pcView{
		display: none;
	}
	.spView{
		display: block;
	}
	.slideWrap > .logo {
		position: absolute;
		margin-bottom: 80px;
		top: 100%;
		left: 50%;
		transform: translate(-50%, calc(-100% - 24px));
		margin-bottom: 80px;
	}
	.slideWrap > .logo img {
		height:10vh;
	}	
	.vegas-content > .scroll {
		left: 20px;
	}
	.Wrap > .line{
		display:none;
	}
	
	.PageWrapper {
		padding: 0 40px;
		margin-bottom: 100px;
	}
	#about > .title {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		height:auto;
	}
	#about > .title > .text{
		width:100%;
		margin-right:0px;
	}
	#about > .title> .caption{
		display: block;
		margin-bottom: 0px;
		width: 100%;
		height: auto;
		padding-right: 0;
	}
	#about > .caption {
		display: block;
		width: 100%;
		padding-right: 0px;
	}
	.stickyLock {
		position: relative !important;
	}
	#about > .img {
		width:100%;
	}
	
	#product > .title {
		display:block;
	}
	#product > .contents {
		display: block;
		width: 100%;
	}
	#product > .contents > .wrap {
		width: 100%;
	}
	#product > .contents > .wrap > .pLink > .parts {
		margin-bottom: 80px;
	}
	#product > .contents > .r {
		padding-top: 0px;
		text-align:left;
	}
	#about {
		padding-top: 100px;
		margin-bottom: 100px;
	}
	#about > .caption > .text{
		margin-bottom: 30px;
		line-height: 2.2em;
	}
	
	#about > .caption > .detail {
		margin-bottom: 10px;
	}	
	.wrap > .pLink > .parts > .vegas-container {
		width: 100%;
		height: calc(( 100vw - 80px ) * 1.5);
	}
	#schedule{
		border-bottom: solid 1px;
		padding: 0;
		margin-left: 40px;
		padding-bottom: 50px;
		margin-right: 40px;
	}
	#schedule > .title {
		display: block;
		margin-bottom: 10px;
	}
	#schedule > .contents {
		display: block;
		width: 100%;
		padding-left: 0px;
	}
	#schedule > .contents > .pLink > .parts > .day {
		display:block;
		font-size: 6pt;
	}
	#schedule > .contents > .pLink > .parts > .text::before {
		content: initial;
	}
	#information{
		border-bottom: solid 1px;
		padding: 0;
		margin-left: 40px;
		padding-bottom: 50px;
		margin-right: 40px;
	}
	#information > .title {
		display: block;
		margin-bottom: 10px;
	}
	#information > .contents {
		display: block;
		width: 100%;
		padding-left: 0px;
	}
	#information > .contents > .pLink > .parts > .day {
		display:block;
		font-size: 6pt;
	}
	#information > .contents > .pLink > .parts > .text::before {
		content: initial;
	}
	#top > .text {
    padding-top: 0vh;
	}
	#top > .LinkContent > .parts {
		margin: 0 30px;
	}
	#top > .scroll{
		left: 20px;
	}
	.slideWrap{
		padding:15px;
	}
	
	.contact{
		text-align:left;
		padding: 0 30px;
		
	}
	#about > .contents {
	
		margin-bottom: 60px;
	}
	#sbi_images{
		padding: 15px 0 !important;
	}
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
}

