@charset "utf-8";
/* necessary plugin styles */
.ellip {
	display: block;
	height: 100%;
}
.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}
/* ======== animation ========== */
@-webkit-keyframes arrowRight {
	from {
		left: -18px;
	}

	to {
		left: -8px;
	}
}
@keyframes arrowRight {
	from {
		left: -18px;
		opacity: 1;
	}

	to {
		left: -8px;
		opacity: 0;
	}
}


@-webkit-keyframes animateBubble {
	0% {
		margin-top: 2000px;
	}
	100% {
		margin-top: -2000px;
	}
}

@-moz-keyframes animateBubble {
	0% {
		margin-top: 2000px;
	}
	100% {
		margin-top: -2000px;
	}
}

@keyframes animateBubble {
	0% {
		margin-top: 2000px;
	}
	100% {
		margin-top: -2000px;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		}	100% {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
}

	@-moz-keyframes fadeInUp {
		0% {
			opacity: 0;
			-moz-transform: translateY(100px);
		}

		100% {
			opacity: 1;
			-moz-transform: translateY(0);
		}
	}

	@-o-keyframes fadeInUp {
		0% {
			opacity: 0;
			-o-transform: translateY(100px);
		}

		100% {
			opacity: 1;
			-o-transform: translateY(0);
		}
	}

	@keyframes fadeInUp {
		0% {
			opacity: 0;
			transform: translateY(100px);
		}

		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
	@-webkit-keyframes svgDraw {
		to {
			stroke-dashoffset: 251;
		}
	}

	@keyframes svgDraw {
		to {
			stroke-dashoffset: 251;
		}
	}

	body.notScroll {
		overflow: hidden;
	}

	/* ===================== common ==== */
	h1, h2, h3 {
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.sp-only {
		display: none !important;
	}
	.wrap-content-sm{
		width: 830px;
		margin: 0 auto;
		padding-left:15px;
		padding-right:15px;
	}
	.padd-content{
		padding: 50px 0;
	}
	.padd-content-med{
		padding: 30px 0;
	}
	.wrap-content{
		width: 1110px;
		margin: 0 auto;
		padding-left:15px;
		padding-right:15px;
		position: relative;
	}
	#background-video iframe{
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
	}
	.about-sect-head .wrap-content{
		position: relative;
		height: 100%;
	}
	.about-title{
		margin-top: 180px;
		margin-right: 50px;
		right:0;
		display: inline-block;
		position: absolute;
		width: 379px;
		height: 543px;
		overflow: hidden;
		display: none;
	}
	.product-main-title{
		float: left;
		margin-left: 30px;
		display: inline-block;
		position: relative;
		width: 324px;
		height: 408px;
		overflow: hidden;
		display: none;
	}
	.product-main-title img,
	.about-title img{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.product-main-title img.title,
	.about-title img.title{
		display: none;
	}

	#background-video.pre-anim{
		display: block;
	}
	#background-video{
		background: #000;
		position: fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: -99;
		display: none;
	}
	#foreground-video,
	#background-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* for less than IE 10 */
#please-update {
	background-color: rgba(255,255,255,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: ease .5s;
}
#please-update.active-IE {
	z-index: 999;
	visibility: visible;
	opacity: 1;
	background-image: url('../img/bg.png');
}
#please-update.active-IE .wrapper-update p{
	font-size: 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	line-height: 45px;
	color: #000;
}
#please-update.active-IE .wrapper-update {
	/* top: 185px !important; */
}
#please-update.active-IE .wrapper-update a.btn-rectangle {
	margin-top: 120px;
}
#please-update.active-IE .wrapper-update a.btn-rectangle span {
	margin-top: 10px;
	color: #000;
}

#ie-notif {
	background: url('../img/ie-notif.png');
	width: 320px;
	height: 111px;
	margin: auto;
	margin-bottom: 56px;
}
.wrapper-update {
	text-align: center;
    height: 480px;
    position: absolute;
    width: 100%;
    top: calc(50% - 240px);
}
.wrapper-update a {
	margin-top: 36px;
}

	@media (min-aspect-ratio: 16/9) {
	  #foreground-video { height: 300%; top: -100%; }
	}
	@media (max-aspect-ratio: 16/9) {
	  #foreground-video { width: 300%; left: -100%; }
	}
	@media all and (max-width: 600px) {
	.vid-info { width: 50%; padding: .5rem; }
	.vid-info h1 { margin-bottom: .2rem; }
	}
	@media all and (max-width: 500px) {
	.vid-info .acronym { display: none; }
	}
	.wrap-contact{
		width: 670px;
		margin:0 auto;
	}
	.top-container{
		position: relative;
		z-index: 10;
		display: none;
		overflow: hidden;
	}
	.top-container.pre-anim{
	}
	.top-container.opened{
		-webkit-transition: 0.5s linear 0s;
		-moz-transition: 0.5s linear 0s;
		-ms-transition: 0.5s linear 0s;
		-o-transition: 0.5s linear 0s;
		transition: 1s linear 0s;
	}
	body{
		background: url('../img/bg.png');
		background-repeat: repeat;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	.img-bg{
		background: url('../img/bg.png') !important;
		background-repeat: repeat;
		position: relative;
	}

	/* ============== opening =================*/
	.js_controlVideo {
		display: block;
		min-width: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		object-fit: cover;
	}
	.loading-anim{
		position: fixed;
		height: 100%;
		width: 100%;
		top: 0;
		background: url('../img/bg.png');
		background-repeat: repeat;
		z-index: 33;
		display: none;
	}
	.video-header{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#video-container{
		overflow: hidden;
		position: relative;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#video-container.pre-anim{
		height: 100vh;
	}
	#mv-video, #myVideo{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		bottom: 0;
		left: 50%;
		right: 0;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	#myVideo{
	}
	#mv-video{
		height: 56vw;
		-webkit-transition: 0.5s linear 0s;
		-moz-transition: 0.5s linear 0s;
		-ms-transition: 0.5s linear 0s;
		-o-transition: 0.5s linear 0s;
		transition: 0.5s linear 0s;
	}
	#opening{
		overflow: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		cursor: pointer;
		height: 100%;
		z-index: 30;
		display: none;
	}
	#ripple #opening{
		z-index: 10;
	}
	#tubular-container{
		z-index: 0 !important;
	}
	#opening svg {
		position: fixed;
		z-index: 1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	#opening svg defs,
	#opening svg rect,
	#opening svg mask{
		width: 100%;
		height: 100%;
	}
	#opening svg text {
		text-anchor: middle;
	}
	#opening svg mask rect {
		fill: rgba(255, 255, 255, 0.7);
	}
	#opening svg mask circle#circle01{
		transition: all 0.2s;
	}
	#opening svg #click-text{
		transition: all 0.2s;
	}
	#opening svg mask #image333 {
		width: 160px;
	}
	#opening svg mask image#logo-text {
		width: 771px;
		x: calc(50% - 343px);
		y: calc(50% - 252px);
	}
	#opening svg > rect {
		fill: white;
		-webkit-mask: url(#mask);
		mask: url(#mask);
	}
	#opening.closed{
		-webkit-transition: 1s linear 0s;
		-moz-transition: 1s linear 0s;
		-ms-transition: 1s linear 0s;
		-o-transition: 1s linear 0s;
		transition: 1s linear 0s;
		/* top: 200px; */
	}
	#opening .image-1{
		position: fixed;
		width: 24vw;
	}
	#opening .image-1 img{
		top: -100%;
		width: 100%;
	}
	#opening.open .image-1 img{
		top: calc(50% - 12vw);
	}
	/* =========== slick slider =========== */
	/* Slider */

	.slick-slider {
		position: relative;
		display: block;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-ms-touch-action: pan-y;
		touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
		overflow: hidden;

	}

	.slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.slick-list:focus {
		outline: none;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

	.slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.slick-track {
		position: relative;
		top: 0;
		left: 0;

		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.slick-track:before,
	.slick-track:after {
		display: table;

		content: '';
	}

	.slick-track:after {
		clear: both;
	}

	.slick-loading .slick-track {
		visibility: hidden;
	}

	.slick-slide {
		display: none;
		float: left;

		height: 100%;
		min-height: 1px;
	}

	[dir='rtl'] .slick-slide {
		float: right;
	}
	.slick-slide img {
		display: block;
		width: 100%;
		height: 444px;
	}

	.slick-slide.slick-loading img {
		display: none;
	}

	.slick-slide.dragging img {
		pointer-events: none;
	}

	.slick-initialized .slick-slide {
		display: block;
	}

	.slick-loading .slick-slide {
		visibility: hidden;
	}

	.slick-vertical .slick-slide {
		display: block;

		height: auto;

		border: 1px solid transparent;
	}

	.slick-arrow.slick-hidden {
		display: none;
	}


	/* ========== header ===============*/
	/* header:after{
		content: "";
		position: fixed;
		z-index: 1;
		background: rgba(0,0,0,0.01);
		top: 0;
		left: 0;
		right: 0;
		height: 0;
	}
	header.opened:after{
		height: 100vh;
	}
	.multilingual{
		width: 1110px;
		margin: 0 auto;
		position: relative;

	}
	.multilingual ul{
		position: absolute;
		top: 19px;
		right: -1px;
		transition: 0.3s linear 0s;
	}

	.g_affix .multilingual ul{
		top: -30px;
	}
	.multilingual li{
		display: inline;
		justify-content: flex-start;
		padding: 1px 0 0 0.15px;
	}
	.multilingual a.active{
		font-weight: bold;
	}
	.multilingual a{
		display: inline;
		font-size: 12px;
	}
	.multilingual a:hover{
		text-decoration: underline;
	}
	.top-menu{
		height: 165px;
		position: relative;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.main-menu{
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		z-index: 10
	}
	.main-menu.g_affix{
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 10;
	}
	.main-menu.g_affix .menu-btn{
		margin-top: 30px;
	}

	.main-menu.g_affix .top-menu{
		height: 130px;
		position: relative;
		box-shadow: 0px 4px 6px -2px #adabab;
	}
	.top-menu .logo-wrapper{
		width: 100%;
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 0;
		right: 0;
	}
	.top-menu .logo-wrapper h1 img{
		width: 185px;
	}
	.menu-btn{
		width: 48px;
		height: 40px;
		position: relative;
		float: right;
		cursor: pointer;
		margin-top: 65px;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}

	.menu-btn .menu-label{
		text-align: center;
		display: block;
		width: 100%;
		font-weight: bold;
		font-size: 14px;
		cursor: pointer;
		position: absolute;
		bottom: 0;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.menu-btn .menu-bar{
		cursor: pointer;
	}
	.menu-btn .menu-bar:after{
		content: "";
		position: absolute;
		border-top: 2px solid currentcolor;
		bottom: 28px;
		width: 100%;
		left: 0;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.menu-btn.opened .menu-bar:after{
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(-40deg);
		bottom: 34px;
	}
	.menu-btn .menu-bar:before{
		content: "";
		position: absolute;
		border-top: 2px solid currentcolor;
		bottom: 38px;
		left: 0;
		width: 100%;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.menu-btn:hover .menu-bar:after{
		bottom: 24px
	}
	.menu-btn:hover .menu-bar:before{
		bottom: 38px
	}
	.menu-btn:hover.opened .menu-bar:after{
		bottom: 34px
	}
	.menu-btn:hover.opened .menu-bar:before{
		bottom: 34px
	}
	.menu-btn.opened .menu-bar:before{
		-moz-transform: rotate(40deg);
		-ms-transform: rotate(40deg);
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
		bottom: 34px;
	}
	.bottom-menu{
		display: none;
		padding-bottom: 64px;
		position: absolute;
		top: 100%;
		background: url('../img/bg.png');
		width: 100%;
		z-index: 1;
		box-shadow: 0px 4px 6px -2px #adabab;
		height: auto;
	}
	#tubular-shield{
		cursor: pointer;
	}
	.bottom-menu .menu-wrapper{
		align-items: flex-start;
	}
	.bottom-menu .list-menu{
		margin: 0 28px;
		width: 218px;
	}

	.bottom-menu .list-menu ul{
		padding-top: 14px;
	}
	.bottom-menu .list-menu ul li{
		margin: 8px 0;
		position: relative;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.bottom-menu .list-menu ul li:before{
		content: url('../img/grey-small-logo.png');
		padding-right: 14px;
		bottom: -5px;
		position: absolute;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.bottom-menu .list-menu ul li:hover:before{
		content: url('../img/red-small-logo.png.png');
		padding-right: 14px;
		bottom: -5px;
		position: absolute;
		left: 0;
	}
	.bottom-menu .list-menu ul li a:hover{
		color: #ee0000;
	}
	.bottom-menu .list-menu ul li a{
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		padding-left: 24px;
	}
	.bottom-menu .list-menu h2{
		font-size: 18px;
		border-bottom: 1px solid currentcolor;
		display: block;
		padding-bottom: 8px;
	}
	.btn-contact-menu a:hover{
		opacity: 0.7;
	}
	.btn-contact-menu a{
		padding: 10px 0;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.btn-contact-menu{
		border: solid 1px currentcolor;
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
	.btn-contact-menu ~ .btn-contact-menu {
		margin-top: 25px;
	}
	.main-menu{
		position: relative;
		background: url('../img/bg.png');
	} */

	/* ============ top page ============ */
	#mv-banner{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #fff;
		position: relative;
		padding-top: 100px;
	}
	.top-container.opened #mv-banner{
		min-height: 35vw;
		-webkit-transition: 0.5s linear 0s;
		-moz-transition: 0.5s linear 0s;
		-ms-transition: 0.5s linear 0s;
		-o-transition: 0.5s linear 0s;
		transition: 1s linear 0s;
	}
	#notice-section{
		padding-top: 444px
	}
	.wrap-slider{
		position: absolute;
		height: 444px;
		top: -70px;
		left: calc(50% - 555px);
		width: 1110px;
		padding: 0;
		-webkit-transition: 0.5s linear 0s;
		-moz-transition: 0.5s linear 0s;
		-ms-transition: 0.5s linear 0s;
		-o-transition: 0.5s linear 0s;
		transition: .5s linear 0s;
		z-index: 2;
	}
	.wrap-slider.anim-content-first{
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(50%);
	}
	.slick-dots{
		text-align: center;
	}
	.slick-dots li{
		margin: 0 8px;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 14px;
		height: 14px;
		padding: 5px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: #e5e5e5;
		border-radius: 50%;

	}
	.slick-dots li.slick-active button {
		background: #626262;
	}

	.slick-arrow{
		position: absolute;
		bottom: 44px;
		width: 30px;
		height: 330px;
		cursor: pointer;
	}
	.slick-prev{
		left: -60px;
		background: url('../img/slick-arrow-left.png');
		background-size: 14px;
		background-repeat: no-repeat;
		background-position: center left;
	}
	.slick-next{
		right: -60px;
		background: url('../img/slick-arrow-right.png');
		background-size: 14px;
		background-repeat: no-repeat;
		background-position: center right;
	}
	.notice-sect{
		border: solid 1px #ee0000;
		padding: 36px 24px;
	}
	.label-notice{
		font-size: 24px;
		width: 260px;
		text-align: center;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.list-notice{
		width: calc(100% - 260px);
	}
	.list-notice li{
		margin: 12px 0;
		position: relative;
		justify-content: flex-start;
	}
	.list-notice li .fa{
		position: absolute;
		right: 0;
		top: 6px;
	}
	.list-notice .date{
		margin-right: 36px;
	}
	.list-notice a{
		font-weight: bold;
		text-decoration: underline;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
		padding-right: 20px;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		width: 75%;
	}
	.list-notice a:hover{
		color: #ee0000;
	}
	#slider-nav{
		display: none;
	}
	#slider-banner {
		display: none;
	}
	#slider-banner.slick-initialized {
		display: block;
	}
	#slider-banner .slick-dots{
		margin-top: 16px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: none !important;
		justify-content: flex-start;
		-ms-flex-pack: center;
		align-items: center;
		-ms-flex-align: center;
	}
	#slider-banner .slick-track{
		min-height: 240px
	}
	#slider-banner .slick-list.draggable{
		background: none;
	}
	#slider-banner .slick-dots li{
		width: calc(33% - 13px);
		border: solid 2px transparent;
		display: inline-block;
		cursor: pointer;
	}
	#slider-banner .slick-dots li:first-child{
		margin-left: 0;
	}
	#slider-banner .slick-dots li:last-child{
		margin-right: 0;
	}
	#slider-banner .slick-dots li.slick-active img{
		border: solid 2px red;
		border-radius: 2px;
	}
	#slider-banner .slick-dots li img{
		border: 2px solid transparent;
		height: 78px;
		width: 100%;
	}
	#slider-banner .slick-dots li:hover img{
		opacity: 0.7;
	}
	.second-title{
		font-size: 24px;
		font-weight: bold;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.def-3-column{
		margin-left: -15px;
		margin-right: -15px;
	}
	.def-3-column li{
		margin: 0 15px;
		display: inline-block;
		width: calc(33.33% - 34px);
	}
	#list-event-news .img-detail{
		box-shadow: 5px 5px 10px #b1acac;
		height: 340px;
		position: relative;
	}
	#list-event-news .img-detail img{
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
/* 		-ms-transform: translateX(-50%, -50%);
		-moz-transform: translateX(-50%, -50%);
		-webkit-transform: translateX(-50%, -50%);
		transform: translate(-50%, -50%); */
	}
	#list-event-news .img-detail img.loaded{
		min-width: 100%;
		left: 50%;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 0;
	}
	#list-event-news .white-box{
		margin-top: 50px;
	}
	.date{
		color: #8e8e8d;
	}
	#list-event-news h3{
		font-size: 18px;
		font-weight: bold;
		margin: 12px 0;
		white-space: nowrap;
		overflow: hidden;
		white-space: normal;
		max-width: 100%;
		height: 56px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#list-event-news .content{
		white-space: nowrap;
		overflow: hidden;
		white-space: normal;
		max-width: 100%;
		height: 68px;
	}

	.img-detail{
		min-height: 150px;
		position: relative;
		overflow: hidden;
	}
	.img-detail img{
		object-fit: contain;
		position: absolute !important;
		max-width: 100%;
		top: 0;
		left: 50%;
		right: 0;
		bottom: 0;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		margin: auto;
	}
	#list-event-news a .label{
		position: absolute;
		top: 0;
		left: 0;
		padding: 1px 15px;
		/* background: #aaacaf; */
		z-index: 1;
		color: #fff;
	}
	.pink-label{
		background: #f19ec2 !important;
	}
	.green-label{
		background: #13b5b1 !important;
	}
	.orange-label{
		background: #f39800 !important;
	}
	#list-event-news a{
		position: relative;
	}
	#list-event-news a .img-hover{
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		position: absolute;
		top: 0;
		width: 100%;
		bottom: 0;
		z-index: 0;
		background: #ee0000;
		text-align: center;
		height: 190px;
		color: #fff;
		font-size: 18px;
		padding: 75px 0;
	}
	#list-event-news a .img-hover img{
		width: 160px;
		min-width: auto;
	}

	#list-event-news a:hover .img-hover{
		visibility: visible;
		opacity: 1;
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		z-index: 1;
	}

	#list-event-news a:hover .img-detail{
		box-shadow: none;
	}
	.btn-rectangle{
		display: inline-block;
		position: relative;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.btn-rectangle:hover img{
		display: none;
	}

	.btn-rectangle img.img-hover{
		display: none;
	}
	.btn-rectangle:hover img.img-hover{
		display: block;
	}
	.btn-rectangle img{
		display: block;
		margin: auto;
	}
	.btn-rectangle span{
		display: block;
	}
	.btn-rectangle:before{
		content: url(../img/arrow-icon.png);
		position: absolute;
		top: 11.5px;
		width: 100%;
		left: -18px;
		-webkit-transition: 2s linear 0s;
		-moz-transition: 2s linear 0s;
		-ms-transition: 2s linear 0s;
		-o-transition: 2s linear 0s;
		transition: 2s linear 0s;
	}
	.btn-rectangle:hover:before{
		content: url(../img/red-arrow.png);
		position: absolute;
		top: 11.5px;
		width: 100%;
		left: -18px;
		-webkit-transition: 2s linear 0s;
		-moz-transition: 2s linear 0s;
		-ms-transition: 2s linear 0s;
		-o-transition: 2s linear 0s;
		transition: 2s linear 0s;
	}
	.btn-rectangle:hover:before{
		-webkit-animation: arrowRight 1s;
		-webkit-animation-iteration-count: infinite;
		animation: arrowRight 1s;
		animation-iteration-count: infinite;
	}
	.white-bg{
		background: #fff;
	}

	.vertical-text{
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
	}
	.vertical-text h2{
		font-size: 48px;
		padding: 32px 5px 64px 5px;
		background: #000;
		display: inline-block;
		margin-right: 96px;
		margin-left: 74px;

	}
	.vertical-text div.anim-1{
		padding-top: 0;
	}
	.vertical-text div{
		font-size: 16px;
		margin: 0 6px;
		display: inline-block;
		margin-top: 160px;
		overflow: hidden;
		float: left;
	}
	.vertical-text{
		width: 100%;
	}
	.vertical-text .title-sm{
		font-size: 30px;
		margin-top: 20px;
	}
	#about-section{
		position: relative;
	}

	#about-section .parallax {
		height: 100%;
		top: 50%;
		width: 540px;
		left: calc(50% - 270px);
		z-index: 0;
		position: absolute;
		padding-top: 0;
		background: url(../img/banner-about.png);
		background-repeat: no-repeat;
		background-position: center top 20%;
	}
	#about-section .padd-content{
		padding-top: 0;
	}

	.background-about{
		position: absolute;
		width: 540px;
		left: calc(50% - 270px);
		top: 28%;
		z-index: -1;
	}
	#about-section ol {
		list-style: none;
		counter-reset: my-awesome-counter;
	}
	#about-section ul.no-style li::before{
		content: '';
	}
	#about-section ol li {
		position: relative;
		counter-increment: my-awesome-counter;
		padding-left: 16px;
	}
	#about-section ol li::before {
		position: absolute;
		left: 0;
		top: 6px;
		content: counter(my-awesome-counter);
		color: currentcolor;
	}

	.unique-icon{
		position: relative;
		line-height: 2.5;
	}
	.unique-icon:before{
		position: absolute;
		left: -15px;
		content: '※';
		top: 0;
	}

	#about-section .vertical-text{
		height: 780px;
	}
	#recipe-section{
		background: #fff;
	}
	#about-section .vertical-text .vertical-anim:nth-child(2){
		color: red
	}
	.about-part{
		display: block;
	}
	.no-margin-bottom{
		margin-bottom: 0 !important;
	}
	.padd-r10{
		padding-right: 10px;
	}
	#about-1{
		padding: 2px;
	}
	#about-1, #about-2, #about-3{
		position: relative;
	}
	#about-1 img.title{
		position: absolute;
		top: 55px;
		left: 100px;
	}
	#about-1 .description img{
		position: absolute;
		bottom: -287px;
		left: -230px;
		width: 250px;
	}
	#about-2 img.title{
		position: absolute;
		top: 0;
		right: 100px;
	}
	#about-2 .description img{
		position: absolute;
		bottom: -215px;
		right: -56px;
		width: 150px;
	}
	#about-1 .description{
		margin-top: 300px;
		margin-bottom: 124px;
	}
	#about-3{
		text-align: right;
	}
	#about-3 img.title{
		position: absolute;
		left: 180px;
		z-index: 1;
	}
	#about-3 .description{
		width: 657px;
		margin: 200px 0;
	}
	.about-part .description{
		width: 750px;
		float: right;
		padding-top: 110px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding: 36px;
		position: relative;
	}
	.about-part .description:after{
		position: absolute;
		top: -1px;
		bottom: 1px;
		left: -1px;
		right: 1px;
		content: "";
		border: 1px solid #949090;
	}
	.about-part .description:before{
		position: absolute;
		top: 1px;
		bottom: -1px;
		left: 1px;
		right: -1px;
		content: "";
		border: 1px solid #949090;
	}
	.about-part .description dl.flex{
		justify-content: flex-start;
		align-items: flex-start;
	}
	.about-part .description h3{
		font-size: 24px;
		font-weight: bold;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.about-part .description p{
		line-height: 2.5;
	}
	#about-2 .description{
		float: left;
		width: 700px;
		margin-top: 190px;
		margin-bottom: 90px;
	}
	#about-2{
		margin-bottom: 60px;
	}
	#product-list .banner-product{
		background: url('../img/banner-product-.jpg');
		background-size: cover;
		height: 49vw;
	}
	.banner-product .vertical-text{
		color: #333;
	}
	.banner-product .vertical-text h2{
		background: rgba(255,255,255,0.7);
	}
	.vertical-text h2 span small{
		font-size: 30px;
	}
	.banner-product .vertical-text div{
		margin-top: 0;
	}
	.def-2-column{
		margin-left: -15px;
		margin-right: -15px;
	}
	.def-2-column li{
		margin: 40px 15px;
		box-shadow: 5px 5px 15px #c1c0c0;
		width: calc(50% - 33px);
		display: inline-block;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.bg-white{
		box-shadow: 5px 5px 15px #c1c0c0;
		background: #fff;
	}
	.list-product .bg-white{
		margin: 20px 15px;
	}
	.list-product.top-0{
		margin-top: 0;
	}
	#product-list{
		padding-bottom: 50px;
	}
	.list-product{
		width: 978px;
		margin: 0 auto;
		margin-top: -85px;
	}
	.list-product li{
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.list-product li:nth-child(4),
	.list-product li:last-child{
		width: calc(50% - 34px);
	}

	.list-product a{
		position: relative;
	}
	.list-product a .product-content{
		padding-top: 24px;
	}
	.list-product .img-hover{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.6);
		background-repeat: no-repeat;
		background-position: center top 300px;
		text-align: center;
		background-size: 120px;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}

	.list-product .img-hover .white-box .black-button{
		background: url(../img/white-logo-tr.png), #000;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100px;
		padding: 20px 0;
		margin-top: 24px;
	}

	.list-product .img-hover .white-box h3{
		text-align: left;
		padding-left: 20px;
	}
	.list-product .img-hover .white-box{
		font-size: 18px;
		position: absolute;
		bottom: 0;
		color: #fff;
		left: 0;
		right: 0;
		padding: 0;
	}
	.list-product a:hover .img-hover{
		opacity: 1;
		visibility: visible;
	}

	.list-product .img-product{
		min-height: 300px;
		position: relative;
	}
	.list-product .img-hover svg{
		object-fit: contain;
		position: absolute !important;
		max-width: 100%;
		max-height: 100%;
		top: 50%;
		left: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-o-object-fit: contain;
		object-fit: contain;
	}
	.list-product .img-product img{
		object-fit: contain;
		position: absolute !important;
		max-width: 100%;
		max-height: 100%;
		top: 50%;
		left: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-o-object-fit: contain;
		object-fit: contain;
	}
	.list-product .white-box{
		padding: 20px;
		text-align: left;
	}
	.list-product .text-center{
		text-align: center;
	}
	.list-product h3{
		font-size: 18px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow:ellipsis;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.list-product p{
		margin: 10px 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		height: 85px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.list-product.list-product-1 p{
		height: 210px;
	}
	#banner-bottom{
		background: #fff;
		padding: 170px 0;
		z-index: 2;
		overflow: hidden;
		position: relative;
	}
	#banner-bottom img{
		width: 100%;
	}

	#banner-bottom .wrap-content{
		width: 796px;
	}
	#banner-bottom a:hover{
		/*box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
	}
	#banner-bottom a {
		overflow: hidden;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		/* height: 233px; */
		position: relative;
	}
	#banner-bottom a img{
		object-fit: contain;
		position: relative !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	#banner-bottom a img.loaded{
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;

		object-fit: contain;
		position: relative !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	#banner-bottom a:hover img.lazyload.loaded {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	#banner-bottom a:hover img.lazyload{
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}


	/* ANIMATIONS */

	.bubble-container {
		position: absolute;
		bottom: 0;
		will-change: transform;
		-webkit-animation: bubblerise 4s infinite ease-in;
		-moz-animation: bubblerise 4s infinite ease-in;
		-ms-animation: bubblerise 4s infinite ease-in;
		animation: bubblerise 4s infinite ease-in;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		z-index: -1;
	}

	.bubble {
		width: 6px;
		height: 6px;
		margin: 0 auto;
		will-change: transform;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}

	@-webkit-keyframes bubblerise {
		0% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		5% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		99% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		100% {
			bottom: 100%;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@-moz-keyframes bubblerise {
		0% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		5% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		99% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		100% {
			bottom: 100%;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@-ms-keyframes bubblerise {
		0% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		5% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		99% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		100% {
			bottom: 100%;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}
	@keyframes bubblerise {
		0% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
		5% {
			bottom: 0;
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		99% {
			filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
			opacity: 1;
		}
		100% {
			bottom: 100%;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			opacity: 0;
		}
	}

	.bubble {
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		position: absolute;
		width: 20px;
		height: 20px;
		z-index: -1;
	}

	#recipe-section .single-recipe{
		position: relative;
		background-repeat: no-repeat;
		background-position: right 11% center;
		background-blend-mode: overlay;
		background-size: 370px;
		width: calc(50% - 15px);
		text-align: center;
	}


	#recipe-section .eng-title{
		font-size: 14px;
		margin-top: 25px;
		opacity: 1;
	}

	#recipe-section .img-recipe img.loaded{
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: relative !important;
		max-width: 100%;
		max-height: 100%;
		top: 0;
		left: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	#recipe-section .img-recipe img{
		object-fit: contain;
		position: absolute !important;
		max-width: 100%;
		max-height: 100%;
		top: 50%;
		left: 50%;
		-ms-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	#recipe-section .img-recipe{
		width: 100%;
		height: 23vw;
		position: relative;
	}
	#recipe-section .single-recipe:first-child{
		margin-right: 15px;
		background: url('../img/bg-recipe-red.png');
	}
	#recipe-section .single-recipe:last-child{
		margin-left: 15px;
		background: url('../img/bg-recipe-blue.png');
	}
	#recipe-section .img-recipe:after,
	#recipe-section .vertical-text:after{
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: #ee0000;
		-webkit-transition: 1s linear 0s;
		-moz-transition: 1s linear 0s;
		-ms-transition: 1s linear 0s;
		-o-transition: 1s linear 0s;
		transition: 1s linear 0s;
		right: 100%;
	}
	#recipe-section .img-recipe:before,
	#recipe-section .vertical-text:before{
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 2;
		background: #fff;
		-webkit-transition: 1s linear 0s;
		-moz-transition: 1s linear 0s;
		-ms-transition: 1s linear 0s;
		-o-transition: 1s linear 0s;
		transition: 1s linear 0s;
		right: 0;
	}
	#recipe-section.close .img-recipe:after,
	#recipe-section.close .vertical-text:after{
		right: 0;
	}
	#recipe-section.open .img-recipe:after,
	#recipe-section.open .vertical-text:after{
		left: 100%;
	}
	#recipe-section.open .img-recipe:before,
	#recipe-section.open .vertical-text:before{
		left: 100%;
	}

	#recipe-section .vertical-text{
		height: 240px;
		width: 100%;
		margin: 0 auto;
		justify-content: flex-start;
		text-align: left;
	}

	#recipe-section .vertical-text .vtext-wrapper{
		padding-top: 40px;
		width: 620px;
		margin: 0 auto;
	}

	#recipe-section .vertical-text h2{
		position: relative;
		font-size: 32px;
		background: transparent;
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-left: 0;
		padding-top: 0;
		margin-right: 0;
	}

	#recipe-section .vertical-text .right-border{
		margin-right: 74px;
		overflow: visible;
	}
	#recipe-section .vertical-text .right-border:before{
		position: absolute;
		content: "";
		top: -6px;
		bottom: -6px;
		right: -38px;
		border-left: 1px solid #fff;
	}

	#recipe-section .vertical-text div{
		background: transparent;
		margin-top: 0;
		font-size: 14px;
		margin: 0 12px;
		line-height: 2.3;
		letter-spacing: 3px;
		position: relative;
		height: 338px;
	}

	#recipe-button{
		position: absolute;
		bottom: 45px;
		color: #fff;
		left: calc(50% - 50px);
	}
	#recipe-button .btn-rectangle:before{
		content: url(../img/arrow-icon-white.png);
	}
	#recipe-button .btn-rectangle:hover:before{
		content: url(../img/red-arrow.png);
	}
	#bottom-banner{
		padding-bottom: 150px;
	}
	#bottom-banner li a{
		color: #fff;
		padding: 60px 0;
		text-align: center;
		font-size: 18px;
		position: relative;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	#bottom-banner li:first-child{
		background: url('../img/btm-banner-1.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#bottom-banner li:nth-child(2){
		background: url('../img/btm-banner-2.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#bottom-banner li:last-child{
		background: url('../img/btm-banner-3.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#bottom-banner li a .img-hover{
		visibility: hidden;
		opacity: 0;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		position: absolute;
		top: 0;
		width: 100%;
		bottom: 0;
		z-index: 0;
		background: url('../img/white-logo-tr.png') #ee0000;
		text-align: center;
		color: #fff;
		font-size: 18px;
		background-repeat: no-repeat;
		background-size: 90px;
		background-position: center;
	}
	#bottom-banner li a:hover .img-hover{
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1.09);
		-ms-transform: scale(1.09);
		transform: scale(1.09);
	}
	/* =============== footer =========== */
	/* footer{
		padding: 70px 0 15px 0;
		position: relative;
		background: #fff;
	}
	footer a{
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	footer a.logo-footer:hover{
		opacity: 0.7;
	}
	.footer-info{
		width: 340px;
	}
	footer .footer-banner{
		width: 180px;
		margin-top: 8px;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}

	footer .footer-banner:hover{
		opacity: 0.7;
	}
	.footer-menu{
		width: calc(100% - 372px);
		margin-left: 75px;
		align-items: flex-start;
		justify-content: flex-end;
		margin-top: 95px;
	}
	#btn-to-top{
		position: absolute;
		right: 110px;
		bottom: 435px;
		cursor: pointer;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		display: block;
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		text-align: center;
	}


	#btn-to-top span{
		display: block;
	}

	#btn-to-top img{
		height: 84px;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}

	#btn-to-top:hover img{
		height: 100px
	}
	.footer-menu ul{
		width: calc(37.5% - 33px);
	}
	.footer-menu ul li a{
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		position: relative;
		padding: 6.5px 0;
		padding-left: 25px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.footer-menu ul li:before{
		content: url(../img/grey-small-logo.png);
		bottom: 2px;
		position: absolute;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.footer-menu ul li.footer-parent-menu:before,
	.footer-menu ul li.footer-parent-menu:hover:before,
	.footer-menu ul li.footer-parent-menu li:before{
		content: '';
	}
	.footer-menu ul li{
		position: relative;
	}
	.footer-menu ul li:hover:before{
		content: url(../img/red-small-logo.png.png);
	}
	.footer-menu ul li a:hover{
		color: #ee0000;
	}
	.footer-menu ul.sub-parent{
		width: auto;
		margin-left: 26px;
	}
	.footer-menu ul.sub-parent li a:before{
		content: '・';
		bottom: 1px;
		padding-right: 2px;
	}
	footer .copyright{
		position: relative;
		margin-top:15px;
		display: block;
		text-align: center;
		font-size: 10px;
		bottom: 0;
		left: 0;
		right: 0;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	} */
	.anim-content {
		visibility: hidden;
		-webkit-animation-play-state: paused;
		-moz-animation-play-state: paused;
		-ms-animation-play-state: paused;
		-o-animation-play-state: paused;
		animation-play-state: paused;
	}
	.anim-content.animated {
		visibility: visible;

		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-duration: 0.3s;
		-moz-animation-duration: 0.3s;
		-ms-animation-duration: 0.3s;
		-o-animation-duration: 0.3s;
		animation-duration: 1s;

		-webkit-animation-play-state: running;
		-moz-animation-play-state: running;
		-ms-animation-play-state: running;
		-o-animation-play-state: running;
		animation-play-state: running;
		animation-delay:0.5s;
		-webkit-animation-delay:0.5s;

		-webkit-animation-name: fadeInUp;
		-moz-animation-name: fadeInUp;
		-o-animation-name: fadeInUp;
		animation-name: fadeInUp;
	}

	.vertical-text{
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		color: #fff;
	}
	.vertical-text h2{
		letter-spacing: 5px;
		font-size: 48px;
		font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN","hiraginoMinchoBlack", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		padding: 32px 5px 64px 5px;
		background: #000;
		display: inline-block;
		margin-right: 25px;
		font-weight: bold;
		margin-left: 74px;
		-ms-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%);
		letter-spacing: initial;
	}
	.vertical-text h2.anim_h2_02{
		margin-right: 840px;
	}
	#product-list .vertical-text h2 img,
	#about-section .vertical-text h2 img{
		opacity: 0;
	}
	.vertical-text p{
		padding: 32px 5px 64px 5px;
		font-size: 16px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "hiraginoMinchoMedium", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin: 0 6px;
		display: inline-block;
		-ms-transform: translateY(-200%);
		-moz-transform: translateY(-200%);
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
		letter-spacing: initial;
	}

	.vertical-text p.long-text-padd{
		padding-bottom: 32px;
	}
	#about-section .vertical-text p {
		background: #000;
		margin-top: 50px;
	}

	.about-sect-head{
		background: url(../img/bg-about-head.jpg);
		height: 503px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	#product-list .vertical-text p {
		background: rgba(255,255,255,0.7);
	}

	.vertical-text{
		width: 100%;
		letter-spacing: 3px;
	}

	.vertical-text span {
		opacity: 0;
	}

	.vertical-text .title-sm{
		font-size: 30px;
		margin-top: 20px;
	}
	.vjs-control-text {
		display: none;
	}
	#video-container.vid-smaller, #videoDisable{
		height: 69vh;
		-webkit-transition: 1.5s ease-in-out;
		-moz-transition: 1.5s ease-in-out;
		-ms-transition: 1.5s ease-in-out;
		-o-transition: 1.5s ease-in-out;
		transition: 1.5s ease-in-out;
	}
	#videoDisable {
		background: url(../img/top_image.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #fff;
		position: relative;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	header#header {
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		position: fixed;
		top: 0;
		z-index: 100;
		width: 100%;
		top:-1px;
	}
	header#header.pre-anim {
		-o-transform: translateY(-200px);
		-ms-transform: translateY(-200px);
		-moz-transform: translateY(-200px);
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}
	.otherpage.container header#header {
		-o-transform: none;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.main-menu.g_affix .multilingual{
		display: none;
	}
	header#header.header-in{
		-webkit-transition: 1s ease-in-out;
		-moz-transition: 1s ease-in-out;
		-ms-transition: 1s ease-in-out;
		-o-transition: 1s ease-in-out;
		transition: 1s ease-in-out;
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	/*================= page contact =============*/
	.check-aggreement-link{
		display: inline-block;
	}
	.check-aggreement-link a{
		display: inline-block;
		font-weight: bold;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.check-aggreement-link a:hover{
		color: #0074b8;
	}
	.form-contact{
		border-top:1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	.u_form{
		margin:30px 0;
	}
	.form-contact h3.third-title{
		font-size: 16px;
		color: #0074b8;
	}
	.label-form, .label-important, .label-optional, label.optional-input{
		display: inline-block;
		vertical-align: top;
		width: 30%;
		padding: 9px 0px;
		font-size: 16px;
		line-height: normal;
		text-align: right;
		font-weight: bold;
	}
	.label-important::after{
		content: "必須";
		background-color: #f88484;
		padding:5px;
		margin-left: 10px;
		color: #fff;
	}
	.label-optional::after{
		content: "任意";
		background-color: #62be89;
		padding:5px;
		margin-left: 10px;
		color: #fff;
	}
	.form-input{
		display: inline-block;
		margin-left: 40px;
		width: 60%;
	}
	.check-aggrement{
		display: inline-block;
		cursor: pointer;
		margin-left: -16px;
		color: #000;
	}
	.check-aggrement:hover{
		opacity: 0.7;
	}
	.u_form .check-aggrement input{
		width: auto;
		display: inline-block;
	}
	.form-input-sm{
		display: inline-block;
		margin-left: 40px;
		width: 40%;
	}
	.u_form .address-input, .u_form .address-btn{
		width: calc(80% - 36px);
		display: inline-block;
	}
	.form-input-group{
		width: 69%;
	}
	.address-btn{
		padding:8px 15px;
		float: right;
		background-color: #0074b8;
		cursor: pointer;
		color: #fff;
		margin-left: 27px;
		text-align:center;
	}
	.address-btn:hover{
		opacity: 0.8;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	.address-input-2{
		width: 67%;
		margin:30px 0;
	}
	.u_form input, .u_form textarea{
		width: 100%;
		font-size: 14px;
		border: solid 1px #eee;
		padding: 12px 0 12px 10px;
		color: #000;
		outline: #000;
	}

	#time-event-id, #f_adult_count, #f_child_count{
		width: 104%;
		font-size: 14px;
		border: solid 1px #eee;
		padding-left: 10px;
		height: 40px;
		color: #000;
		outline: #000;
		background: #fff;
	}
	.sub-form-input{
		margin:30px 0;
	}

	.u_form.no-input{
		margin: 5px 0;
	}
	.u_form.no-input .form-input-sm{
		display: none;
	}
	.u_form .agreement input[type=checkbox]{
		width: auto;
		visibility: hidden;
	}

	.agreement{
		position: relative;
	}
	.check-aggrement::before{
		content: " ";
		padding:0 10px;
		background-color: #eeeeee;
		margin-right: 10px;
		outline: 1px solid #eeeeee;
		border: 2px solid #fff;
	}
	.check-aggrement::after{
		content: "\2714";
		position: absolute;
		left: 16px;
		font-size: 18px;
		top:-4px;
		opacity: 0;
		color: #0074b8;
	}
	.check-aggrement:hover:after{
		opacity: 0.3;
		-webkit-transition: 0.2s linear 0s;
		-moz-transition: 0.2s linear 0s;
		-ms-transition: 0.2s linear 0s;
		-o-transition: 0.2s linear 0s;
		transition: 0.2s linear 0s;
	}
	.u_form .agreement input:checked + .check-aggrement::after{
		opacity: 1;
	}
	/*agreement for contact form*/
	.wpcf7-list-item-label{
		cursor: pointer;
		margin-left: -25px;
	}
	.wpcf7-list-item-label::before{
		content: " ";
		padding:0 8px;
		background-color: #eeeeee;
		outline: 1px solid #eeeeee;
		border: 2px solid #fff;
	}
	.wpcf7-list-item-label::after{
		content: "\2714" !important;
		position: absolute;
		left: 6px;
		font-size: 18px;
		top:-5px;
		opacity: 0;
		color: #0074b8;
	}
	.wpcf7-list-item-label:hover:after{
		opacity: 0.3;
		-webkit-transition: 0.2s linear 0s;
		-moz-transition: 0.2s linear 0s;
		-ms-transition: 0.2s linear 0s;
		-o-transition: 0.2s linear 0s;
		transition: 0.2s linear 0s;
	}
	.u_form .agreement input:checked + .wpcf7-list-item-label::after{
		opacity: 1;
	}
	.wpcf7-not-valid-tip{
		display: none !important;
	}
	span.alert-contact-phone, span.alert-contact-req-way, span.alert-contact-req-img, span.alert-contact-req-type, span.alert-contact-name, span.alert-contact-email,span.alert-contact-description, span.alert-contact-email-wrong, span.alert-contact-postCode, span.alert-contact-city, span.alert-contact-address{
		display: none;
	}
	#submit-button-contact{
		background: url(../img/event-detail/wh-arrow-r.jpg) #0074b8;
		background-repeat: no-repeat;
		background-size: 8px;
		background-position: top 50% right 20%;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
		border:none;
	}
	.btn-blue button{
		color: #fff;
		background: #0074b8;
		padding: 10px 50px;
		display: block;
		cursor: pointer;
		min-width: 160px;
		text-align: center;
	}
	#submit-button-contact:hover{
		background-position: top 50% right 7%;
		-webkit-transition: 0.3s linear 0s;
		-moz-transition: 0.3s linear 0s;
		-ms-transition: 0.3s linear 0s;
		-o-transition: 0.3s linear 0s;
		transition: 0.3s linear 0s;
	}
	#contact .form-contact{
		border:none;
	}
	.form-input-sm select {
		font-size: 14px;
		border: solid 1px #eee;
		padding: 8px 0 8px 10px;
		color: #000;
		outline: #000;
	}
	#stage{
		width:100vw;
		height:100vh;
		z-index: 20;
	}

	.cripple{
		width:100vw;
		height:100vh;
		background: url(../img/ripple-bg.png);
		z-index: 20;
		opacity: 0.4;
	}
	.px-15px{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.mb-15px{
		margin-bottom:15px!important;
	}
	@media (max-width:1200px){

		#recipe-section .img-recipe{
			height: 276px;
		}
		header#header {
			position: relative;
		}
		#video-container.vid-smaller, #videoDisable {
			height: 550px;
		}
		#mv-video {
			height: 700px;
		}
		#mv-banner{
			height: 550px;
			padding-top: 0;
		}

		body{
			min-width:1200px;
			overflow-x: auto;
		}
	}
