
.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.form__close {
  margin: 1.25em 0 5em 0;
  position: relative;
  display: inline-block;
  height: 30px;
  float: left;
  font-weight: bold;
  cursor: pointer;
	font-size: 1.2em;
}

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFF;
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	pointer-events: none;
	background: #000;
	animation: loaderAnim 0.8s ease-out infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		transform: translate3d(0,-100px,0);
	}
}

.content.intro {
	height: 93vh;
}

/* Content */
.block-revealer__content {
	opacity: 0;
}
.block-revealer__content img {
}

@media screen and (max-width: 800px) {
	.block-revealer__content img {
		position: inherit;
	}
}

@media screen and (min-width: 801px) {
	.content__image-wrap {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

.content {
	position: relative;
	min-height: 300px;
	overflow-x: hidden;
}

.content--full {
	min-height: 600px;
}

.content--full img {
	width: 100vw;
}
.content--full .post-thumbnail img {
	height: 100%;
}

/*.post-thumbnail .block-revealer__content {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
}*/

.has-post-thumbnail .block-revealer__content h1,
.single .has-post-thumbnail .block-revealer__content h2 {
	word-wrap: break-word;
}


.flexy {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.flexy--center {
    justify-content: center;
}

.flexy--row {
	flex-direction: row;
}

.content__heading {
	flex: none;
	width: 100%;
	padding: 0 5vw;
}

.content__heading--center {
	text-align: center;
}

.content--full {
	position: relative;
}

.content__title {
	font-family: "dnp-shuei-mincho-pr6n",sans-serif;
	font-size: 8vw;
	line-height: 1.2;
	padding: 0 5vw;
}

.content__title--half {
	width: 50vw;
	z-index: 2;
}

.content__title--enclosed {
	padding: 0;
	margin: 0;
}

.content__title--center {
	margin: auto;
}

.content__title--right {
	text-align: right;
	padding: 0 1em;
}

.content__title--left {
	margin-left: -18vw;
}

.content__title--medium  {
	font-size: 5vw;
	text-transform: uppercase;
}

.content__title--small  {
	font-family: "dnp-shuei-gothic-gin-std",sans-serif;
	font-size: 1.3vw;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.content__title__inner {
	flex: none;
	display: inline-block;
	white-space: nowrap;
	position: relative;
    display: block;
}

.content__title__inner--offset-1 {
	top: -0.25em;
	left: 13.6vw;
}

.content__title__inner--offset-2 {
	top: -0.25em;
	left: 1.75vw;
}

.content__title__inner--offset-3 {
	left: -10vw;
	top: -0.25em;
}

.content__image-wrap {
	flex: none;
	width: 25vw;
}

.content__image-wrap--half {
	width: 50vw;
}

.content__image-wrap--full {
	width: 100vw;
}

.content__image {
	width: 100%;
	height: auto;
	display: block;
}

.content__image__gray {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.triggers {
	border: 2px solid;
	padding: 3em;
	margin: 0 5vw;
	width: 40vw;
}

/* Related demos */
.content--related {
	padding: 8em 5vw;
	font-weight: bold;
	text-align: center;
}

.content--related h2 {
	font-family: 'Inconsolata', monospace;
	font-size: 1.25em;
}

.content--related .demos {
	padding-bottom: 3em;
}

.media-item {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	transition: color 0.3s;
}

.media-item__img {
	max-width: 100%;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
	opacity: 1;
}

.media-item__title {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}




.box--small {
	max-width: 500px;
}

.box--border {
	padding: 2em 3em;
	border: 2px solid;
}

.form {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}

.js .form {
	pointer-events: none;
}

.js .form--open {
	pointer-events: visible;
}

@media all and (-ms-high-contrast: none) {
	.form {
		opacity: 0;
	}

	.js .form--open {
		opacity: 1;
	}
}

.form__inner {
	width: 100%;
	min-height: 100%;
	padding: 5vw;
	background: #FFF;
}

.form--open {
	overflow-y: scroll;
	-ms-overflow-style:none;
}

.form__section {
	font-size: 1.6em;
	text-align: left;
	padding: 0.5em 0;
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
}

.form__section.form_day,
.form__section.form_address {
	display: none;
}

.form__section--title {
	font-size: 2.35vw;
	padding: 0 0 1em;
	line-height: 1.1;
	max-width: 380px;
	margin: 0 auto;
}

.js .form__section {
	transform: translate3d(0,100px,0);
	opacity: 0;
	transition: transform 0s 0.6s, opacity 0s 0.6s;
	display: none;
}

.form--open .form__section {
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 1s 0.3s, opacity 1s 0.3s;
	transition-timing-function: cubic-bezier(0.2,1,0.2,1);
}

.form--open .form__section:nth-child(2) {
	transition-delay: 0.35s;
}

.form--open .form__section:nth-child(3) {
	transition-delay: 0.40s;
}

.form--open .form__section:nth-child(4) {
	transition-delay: 0.45s;
}

.form--open .form__section:nth-child(5) {
	transition-delay: 0.50s;
}

.form--open .form__section:nth-child(6) {
	transition-delay: 0.55s;
}

.form__label {
	display: block;
	flex: none;
	width: 100%;
	padding: 0.25em 0;
}

.form__input {
	padding: 1vh;
	font-size: 1em;
  min-height: 34px;
}

.form__select {
  font-size: 1em;
	height: 40px;
  padding: 2px 5px;
}

.form__input,
.form__select {
	width: 100%;
	border: 1px solid #DDD!important;
	background: transparent!important;
	border-radius: 0!important;
}

.form__input:focus,
.form__select:focus {
	outline: none;
}

.form__section--right {
	text-align: right;
}
.wpcf7-response-output {
    border: none!important;
    background-color: #8a7c78;
    height: 100%;
    width: 100vw;
    text-align: center;
    color: #FFF;
    top: 0;
    left: 0;
    margin: 0!important;
    padding: 30% 0!important;
    font-size: 1.6em;
		position: fixed;;
}
.wpcf7-response-output:first-line {
	max-width: 300px;
}

.modal {
	position: fixed;
	max-width: 500px;
	width: 90%;
	z-index: 10001;
	font-size: 1em;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}

.modal--open {
	pointer-events: visible;
}

.modal__inner {
	padding: 2.5em;
	color: #222;
	background: #fff;
}

.modal__title {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s;
	z-index: 10000;
}

.modal--open + .overlay {
	pointer-events: visible;
	opacity: 1;
}

.dual {
	width: 90vw;
	margin: 8em auto 25vh;
	position: relative;
}

.dual__inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.dual__half {
	position: absolute;
	height: 100%;
	width: 51%;
	right: 0;
	background: url(https://www.komagane-linx.co.jp/bridal/wp-content/themes/linx_bridal/assets/lib/css/img/4.jpg) no-repeat 50% 0%;
	background-size: cover;
}

.dual__content {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
	padding: 1.5em 2.5em;
	font-size: 1.75em;
	line-height: 1.4;
	color: #8a7c78;
}

.js .dual__content {
	opacity: 0;
	pointer-events: none;
	transform: translate3d(60px,0,0);
	transition: opacity 0.55s 0.4s, transform 0.55s 0.4s;
}

.dual__content.dual__content--show {
	opacity: 1;
	pointer-events: visible;
	transform: translate3d(0,0,0);
}


@media screen and (max-width: 800px) {
	.content--full {
		min-height: 0;
	}
	.content__title {
		font-size: 2em;
	}
	.content__title--medium  {
		font-size: 3.5em;
	}
	.content__title--small {
		font-size: .3em;
	}
	.content__title--half {
		width: 100%;
	}
	.content__title--right {
		padding: 0 5vw;
	}
	.content__title--left {
		margin-left: 0;
	}
	/*.flexy--row {
	    flex-direction: column;
	}*/
	.form__title,
	.form__section {
		font-size: 1.6em;
	}
	.triggers {
		width: 100%;
		border: 0;
		padding: 0;
		font-size: 1.6em;
	}
	.box {
		padding: 5vw;
	}
	.box--border {
		border: none;
	}
	.dual__content {
		min-height: 200px;
		font-size: 0.85em;
		padding: 1em;
	}
	.dual {
		margin-top: 0;
	}
}

@media screen and (max-width: 420px) {
	.modal {
		font-size: .9em;
		overflow-y: scroll;
		max-height: 90%;
	}
}

#ui-datepicker-div {
	width: auto;
	min-width: 260px;
}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default {
	line-height: 1.4;
	font-weight: normal;
}
#ui-datepicker-div .ui-datepicker .ui-datepicker-title {
	font-size: 1.3em;
}
#ui-datepicker-div .ui-timepicker-div dl dt,
#ui-datepicker-div .ui-timepicker-div dl dd {
	font-size: 1.3em;
	line-height: 1.5em;
}
#ui-datepicker-div .ui-timepicker-div dl dd {
    margin: 0 10px 10px 20%;
}
#ui-datepicker-div .ui_tpicker_hour,
#ui-datepicker-div .ui_tpicker_minute {
	padding-top: 5px
}
