@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	margin: 0px;
}
body{
	/*background-color:#133B77;*/
	width: 100%;
}

.background{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	border: none;
	/* font-family: "Lato";*/
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	line-height: 1.5;
}
h1, h2 {
	font-weight: 300;
}
.fa {
	font-size: 30px;
	color: white;
}
h2 {
	font-size: 36px;
	margin: 0 0 16px;
}
.strips {
	min-height: 100%;
	text-align: center;
	overflow: hidden;
	color: black;
}
.strips__strip {
	will-change: width, left, z-index, height;
	position: absolute;
	width: 20%;
	min-height: 100%;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	/*background-color:rgba(46,85,116,0.28);*/

}
.strips__strip:nth-child(1) {
	left: 0;
	border: none;
	
}
.strips__strip:nth-child(2) {
	left: 20vw;
		border: none;
	/*background-color:rgba(46,85,116,0.28);*/
}
.strips__strip:nth-child(3) {
	left: 40vw;
		border: none;
	/*background-color:rgba(46,85,116,0.28);*/
}
.strips__strip:nth-child(4) {
	left: 60vw;
		border: none;
	/*background-color:rgba(46,85,116,0.28);*/
}
.strips__strip:nth-child(5) {
	left: 80vw;
		border: none;
/*	background-color:rgba(46,85,116,0.28);*/
}
.strips__strip:nth-child(1) .strip__content {
	transform: translate3d(-100%, 0, 0);
	animation-name: strip1;
	animation-delay: 0.1s;
}
.strips__strip:nth-child(2) .strip__content {
	transform: translate3d(0, 100%, 0);
	animation-name: strip2;
	animation-delay: 0.2s;
}
.strips__strip:nth-child(3) .strip__content {
	transform: translate3d(0, -100%, 0);
	animation-name: strip3;
	animation-delay: 0.3s;
}
.strips__strip:nth-child(4) .strip__content {
	transform: translate3d(0, 100%, 0);
	animation-name: strip4;
	animation-delay: 0.4s;
}
.strips__strip:nth-child(5) .strip__content {
	transform: translate3d(100%, 0, 0);
	animation-name: strip5;
	animation-delay: 0.5s;
}
.strips .strip__content {
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	animation-fill-mode: both;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.strips .strip__content:hover:before {
	transform: skew(-30deg) scale(3) translate(0, 0);
	opacity: 0.1;
}
.strips .strip__content:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.03;
	opacity: 0.03;
	transform-origin: center center;
	transform: skew(-30deg) scaleY(1) translate(0, 0);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips .strip__inner-text {
	will-change: transform, opacity;
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	width: 100%;	/* ★70%から変更 */
	transform: translate(-50%, -50%) scale(1);
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.strips__strip--expanded {
	width: 100%;
	margin: 0;
	top: 0 !important;
	left: 0 !important;
	z-index: 3;
	cursor: default;
	border: none;/*background: linear-gradient(to bottom, rgba(240,240,240,0.9) 50%, rgba(250,250,250,0.930));*/
}

@media screen and (max-width: 760px) {
.strips__strip--expanded {
	min-height: 100vh;
}
}
.strips__strip--expanded .strip__content:hover:before {
	transform: skew(-30deg) scale(1) translate(0, 0);
	opacity: 0.05;
}
.strips__strip--expanded .strip__title {
	opacity: 0;
}
.strips__strip--expanded .strip__inner-text {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
	color: rgba(0,0,0,1.00);
	height: 100%; /* ★追加 */
}
.strip__title {
	display: block;
	margin: 0;
	position: relative;
	z-index: 2;
/*	height: 80px;
	line-height: 80px;*/
	width: 100%;
	font-size: 30px;
	color: rgba(255,255,255,1.00);
	font-family: "josefin-sans";
	/*font-weight: bold;*/
	text-shadow: 0px 0px 7px rgba(0,0,0,1.0);
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (orientation:portrait) {
.strip__title {
	font-size: 37px;
}
.innerHeader {
	font-size: 60px;
	height: 145px;
	line-height: 145px;
}
.strip__close {
	font-size: 41px;
	height: 100px;
	line-height: 100px;
	right: 17px;
	top: 23px;
	width: 20%;
}
#imgIntro_Grrom {
	width: 60px;
	height: 130px;
	left: 20%;
	background-image: url(../Contents/Image/Intro/Introduction_Groom.PNG);
}
#imgIntro_Bride {
	width: 80px;
	height: 120px;
	right: 20%;
	background-image: url(../Contents/Image/Intro/Introduction_Bride.PNG);
}
}

@media only screen and (orientation:landscape) {
.strip__title {
	font-size: 34px;
}
.innerHeader {
	font-size: 45px;
	height: 70px;
	line-height: 70px;
}
.strip__close {
	font-size: 32px;
	height: 50px;
	line-height: 50px;
	right: 10px;
	top: 10px;
	width: 15%;
}
}

@media screen and (max-width: 760px) {
.strip__title {
	font-size: 28px;
}
}
.strip__close {
	position: fixed;
	/*background-color: rgba(0,0,0,0.72);*/
	background-color: rgba(240,240,240,0.45);
	opacity: 0;
	z-index: -1;
	transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
	transition-delay: 0.8s;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	color: rgba(129,15,28,1.00);
	border-radius: 60px;
	border-color: rgba(230,230,230,0.70);
	border-width: 1px;
	border-style: solid;
}
.innerHeader {
	position: fixed;
	background-color: rgba(200,200,200,0.62);
	color: black;
	z-index: -1;
	opacity: 0;
	transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
	cursor: pointer;
	transition-delay: 0.8s;
	top: 0px;
	width: 100%;
	margin: 0;
	left: 0;
	text-align: center;
	font-family: italiana;
}
.imgIntro {
	position: fixed;
	top: 10px;
	background-size: cover;
	opacity: 0;
	margin: 0 auto;
	z-index: -1;
}
.innerHeader--show {
	z-index: 998;
	opacity: 1;
}
 @-webkit-keyframes fadeIn_innerHeader {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn_innerHeader {
 from {
 opacity: 0;
}
 to {
 opacity: 1;
}
}
.imgIntro--show {
	opacity: 1;
	z-index: 999;
}
.strip__close--show {
	opacity: 1;
	z-index: 1000;
}
 @keyframes strip1 {
 0% {
 transform: translate3d(-100%, 0, 0);
}
 100% {
 transform: translate3d(0, 0, 0);
}
}
@keyframes strip2 {
 0% {
 transform: translate3d(0, 100%, 0);
}
 100% {
 transform: translate3d(0, 0, 0);
}
}
@keyframes strip3 {
 0% {
 transform: translate3d(0, -100%, 0);
}
 100% {
 transform: translate3d(0, 0, 0);
}
}
@keyframes strip4 {
 0% {
 transform: translate3d(0, 100%, 0);
}
 100% {
 transform: translate3d(0, 0, 0);
}
}
@keyframes strip5 {
 0% {
 transform: translate3d(100%, 0, 0);
}
 100% {
 transform: translate3d(0, 0, 0);
}
}
/*----------------------------*/
.background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	opacity: 0.85;
}
.video {
position:absolute;
height: 300px;
	width: 100%;
	margin: 0;
overflow: hidden;
	z-index: 0;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 400px;
}
	.headerMovie{
	width: 100%;
		height: 40%;
	position: absolute;
	margin: 0;
		display: none;
	border: none;
	z-index: 0;

		opacity: 0.2;
}
@media only screen and (orientation:portrait) {
.background {
	background-image: url(../Contents/Image/Background/YOKOHAMA_Portrait.JPG);
	background-position: center center;
}

}

@media only screen and (orientation:landscape) {
.background {
	background-image: url(../Contents/Image/Background/YOKOHAMA.JPG);
	background-position: center center;
}
}
#mainHeader {
	position: absolute;
	width: 100%;
	height: 168px;
	z-index: 1;
}
#slideCollection{
	box-sizing: border-box;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
}

#flameFirst, #flameProfile, #flameCollection, #flameFlow {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 0;
	border: none;
	display: none;
}
#flameBlog {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 0;
	border: none;
	display: none;
}
/*--------------------------------*/
.asp {
	position: absolute;
	z-index: 1;
	margin: 0 auto;
	width: 56%;
	text-align: center;
	height: 140px;
	border: rgba(255,255,255,0.94) double;
	border-width: 12px;
	color: Black;
	left: 0;
	right: 0;
	bottom: 100px;
	border-radius: 30px;
}
#titleASP {
	font-size: 26px;
	color: rgba(140,124,1,1.00);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 900;
}
#contentASP {
	font-size: 31px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: rgba(129,115,1,0.94);
	font-weight: 800;
	margin: 0;
}
#headerBar {
	bottom: 0px;
	margin: 0;
	width: 100%;
	height: 30px;
	/*background-color: rgba(255,255,255,0.80);*/
	position: absolute;
	z-index: 2;
	color: black;
	text-align: right;
	font-size: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	padding-right: 5px;
	line-height: 30px;
	border-top: solid rgba(111,111,111,1.00);
	border-top-width: 1px;
	box-shadow: 5px 5px 5px rgba(102, 68, 0, 0.5);
}
#indexHeader {
	top: 0px;
	width: 100%;
	height: 12%;
	background-color: rgba(255,255,255,0.50);
	position: absolute;
	z-index: 1;
	margin: 0;
	border-bottom-color: rgba(255,255,255,1.00);
	border-bottom-width: 5px;
	border-bottom-style: solid;
	box-shadow: 5px 5px 5px rgba(102, 102, 102, 0.5);
	text-align: center;
	font-family: "josefin-sans";
	font-size: 60px;
	line-height: 168px;
}
#pnlASP {
	position: absolute;
	top: 2%;
	right: 8px;
	z-index: 2;
}
#indexFooter {
	width: 100%;
	height: 90px;
	background-color: rgba(0,0,0,0.10);
	position: absolute;
	z-index: 1;
	margin: 0;
	bottom: 0px;
/*	border-top-color: rgba(255,255,255,1.00);
	border-top-width: 5px;
	border-top-style: solid;*/
	color: white;
	text-align: center;
	padding-top: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 25px;
	box-shadow: 5px -5px 5px rgba(102, 102, 102, 0.5);
}
#footerNews{
overflow:-webkit-marquee;
white-space:nowrap;
}
#mainMessage {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	height: 100px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 1;
	color: white;
}
#lblProject {
	font-size: 25px;
	font-family: italiana;
	color: rgba(0,0,0,1.00);
}
#lblMessage {
	margin-top: 45px;
	font-size: 50px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#lblProduced {
	margin-top: 15px;
	text-align: right;
	padding-right: 30%;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: rgba(81,81,81,1.00);
}
#imgLOGO {
	position: fixed;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	height: 8%;
	z-index: 1;
}
#imgFUTARI {
	position: fixed;
	/*top: 45px;
	left:180px;*/
	top: 12%;
	/*top:2%;*/
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	height: 8%;
	z-index: 1;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	z-index: 998;
}
#flameGallery {
	position: absolute;
	border: none;
	background-color: transparent;
}

@media only screen and (orientation: portrait) {
#flameGallery {
	top: 45%;
	left: 8%;
	width: 800px;
	height: auto;
	background-color: transparent;
}
.CloseButton {
	text-align: center;
	position: absolute;
	display: none;
	left: 155px;
	bottom: 8px;
	height: 115px;
	width: 70%;
	background-color: rgba(113,23,50,0.74);
	line-height: 115px;
	color: white;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 34px;
	z-index: 1100;
	border-radius: 100px;
	filter: drop-shadow(0px 0px 6px rgba(255,0,0,0.4));
}
}

@media only screen and (orientation: landscape) {
#flameGallery {
	top: 45%;
	left: 8%;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.CloseButton {
	text-align: center;
	position: absolute;
	display: none;
	left: 155px;
	bottom: 8px;
	height: 115px;
	width: 70%;
	background-color: rgba(113,23,50,0.74);
	line-height: 115px;
	color: white;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 34px;
	z-index: 1100;
	border-radius: 100px;
	filter: drop-shadow(0px 0px 6px rgba(255,0,0,0.4));
}
}


/*-------------------------------------------------------------------------*/

.marquee {
	/*background-color: aqua;*/
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    text-align: left;
/*    border-top: 1px solid #c9171e;
    border-bottom: 1px solid #c9171e;*/
    color:white;
 /*   font-weight: bold;*/
}
.marquee span:after {
    content:"";
    white-space:nowrap;
    padding-right:50px;
}
.marquee span {
    margin:0;
    padding-left:100%;
    display:inline-block;
    white-space:nowrap;
    -webkit-animation-name:marquee;
-webkit-animation-timing-function:linear;
-webkit-animation-duration:20s;
-webkit-animation-iteration-count:infinite;
-moz-animation-name:marquee;
-moz-animation-timing-function:linear;
-moz-animation-duration:20s;
-moz-animation-iteration-count:infinite;
-ms-animation-name:marquee;
-ms-animation-timing-function:linear;
-ms-animation-duration:20s;
-ms-animation-iteration-count:infinite;
-o-animation-name:marquee;
-o-animation-timing-function:linear;
-o-animation-duration:20s;
-o-animation-iteration-count:infinite;
animation-name:marquee;
animation-timing-function:linear;
animation-duration:20s;
animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
    from   { -webkit-transform: translate(0%);}
    99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
    from   { -moz-transform: translate(0%);}
    99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
    from   { -ms-transform: translate(0%);}
    99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
    from   { -o-transform: translate(0%);}
    99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
    from   { transform: translate(0%);}
    99%,to { transform: translate(-100%);}
}
