@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

/* Common */


body {
	min-width: 1270px;
}

.font_color_pink {
	color: #ff0066;
}

.font_big {
	font-size: 6.0rem;
}

.font_middle {
	font-size: 4.4rem;
}

.font_pre_middle {
	font-size: 4.7rem;
}

/*ローディング*/
#progress {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 9999999;
	background-color: #fff;
	color: #000;
	min-width: 1270px;
}

#progressTxt {
	text-align: center;
}

.loading {
	bottom: 0;
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}

.cssload-dots {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	outline: 1px solid red;
	filter: url(#goo);
	-o-filter: url(#goo);
	-ms-filter: url(#goo);
	-webkit-filter: url(#goo);
	-moz-filter: url(#goo);
}

.cssload-dot {
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.cssload-dot:before {
	content: "";
	width: 34px;
	height: 34px;
	border-radius: 49px;
	background: rgb(251, 211, 1);
	position: absolute;
	left: 50%;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	margin-left: -17.5px;
	margin-top: -17.5px;
}

.cssload-dot:nth-child(5):before {
	z-index: 100;
	width: 44.5px;
	height: 44.5px;
	margin-left: -21.75px;
	margin-top: -21.75px;
	animation: cssload-dot-colors 4.6s ease infinite;
	-o-animation: cssload-dot-colors 4.6s ease infinite;
	-ms-animation: cssload-dot-colors 4.6s ease infinite;
	-webkit-animation: cssload-dot-colors 4.6s ease infinite;
	-moz-animation: cssload-dot-colors 4.6s ease infinite;
}

.cssload-dot:nth-child(1) {
	animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
	-moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
	background-color: rgb(255, 50, 112);
	animation: cssload-dot-move 4.6s 0s ease infinite;
	-o-animation: cssload-dot-move 4.6s 0s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 0s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
	animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
	-moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}

.cssload-dot:nth-child(2):before {
	background-color: rgb(32, 139, 241);
	animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
	animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
	-moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}

.cssload-dot:nth-child(3):before {
	background-color: rgb(175, 225, 2);
	animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
	animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
	-moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}

.cssload-dot:nth-child(4):before {
	background-color: rgb(251, 211, 1);
	animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
	-moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
	0% {
		transform: translateY(0);
	}

	18%,
	22% {
		transform: translateY(-68px);
	}

	40%,
	100% {
		transform: translateY(0);
	}
}

@-o-keyframes cssload-dot-move {
	0% {
		-o-transform: translateY(0);
	}

	18%,
	22% {
		-o-transform: translateY(-68px);
	}

	40%,
	100% {
		-o-transform: translateY(0);
	}
}

@-ms-keyframes cssload-dot-move {
	0% {
		-ms-transform: translateY(0);
	}

	18%,
	22% {
		-ms-transform: translateY(-68px);
	}

	40%,
	100% {
		-ms-transform: translateY(0);
	}
}

@-webkit-keyframes cssload-dot-move {
	0% {
		-webkit-transform: translateY(0);
	}

	18%,
	22% {
		-webkit-transform: translateY(-68px);
	}

	40%,
	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes cssload-dot-move {
	0% {
		-moz-transform: translateY(0);
	}

	18%,
	22% {
		-moz-transform: translateY(-68px);
	}

	40%,
	100% {
		-moz-transform: translateY(0);
	}
}

@keyframes cssload-dot-colors {
	0% {
		background-color: rgb(251, 211, 1);
	}

	25% {
		background-color: rgb(255, 50, 112);
	}

	50% {
		background-color: rgb(32, 139, 241);
	}

	75% {
		background-color: rgb(175, 225, 2);
	}

	100% {
		background-color: rgb(251, 211, 1);
	}
}

@-o-keyframes cssload-dot-colors {
	0% {
		background-color: rgb(251, 211, 1);
	}

	25% {
		background-color: rgb(255, 50, 112);
	}

	50% {
		background-color: rgb(32, 139, 241);
	}

	75% {
		background-color: rgb(175, 225, 2);
	}

	100% {
		background-color: rgb(251, 211, 1);
	}
}

@-ms-keyframes cssload-dot-colors {
	0% {
		background-color: rgb(251, 211, 1);
	}

	25% {
		background-color: rgb(255, 50, 112);
	}

	50% {
		background-color: rgb(32, 139, 241);
	}

	75% {
		background-color: rgb(175, 225, 2);
	}

	100% {
		background-color: rgb(251, 211, 1);
	}
}

@-webkit-keyframes cssload-dot-colors {
	0% {
		background-color: rgb(251, 211, 1);
	}

	25% {
		background-color: rgb(255, 50, 112);
	}

	50% {
		background-color: rgb(32, 139, 241);
	}

	75% {
		background-color: rgb(175, 225, 2);
	}

	100% {
		background-color: rgb(251, 211, 1);
	}
}

@-moz-keyframes cssload-dot-colors {
	0% {
		background-color: rgb(251, 211, 1);
	}

	25% {
		background-color: rgb(255, 50, 112);
	}

	50% {
		background-color: rgb(32, 139, 241);
	}

	75% {
		background-color: rgb(175, 225, 2);
	}

	100% {
		background-color: rgb(251, 211, 1);
	}
}

@keyframes cssload-dot-rotate-1 {
	0% {
		transform: rotate(-105deg);
	}

	100% {
		transform: rotate(270deg);
	}
}

@-o-keyframes cssload-dot-rotate-1 {
	0% {
		-o-transform: rotate(-105deg);
	}

	100% {
		-o-transform: rotate(270deg);
	}
}

@-ms-keyframes cssload-dot-rotate-1 {
	0% {
		-ms-transform: rotate(-105deg);
	}

	100% {
		-ms-transform: rotate(270deg);
	}
}

@-webkit-keyframes cssload-dot-rotate-1 {
	0% {
		-webkit-transform: rotate(-105deg);
	}

	100% {
		-webkit-transform: rotate(270deg);
	}
}

@-moz-keyframes cssload-dot-rotate-1 {
	0% {
		-moz-transform: rotate(-105deg);
	}

	100% {
		-moz-transform: rotate(270deg);
	}
}

@keyframes cssload-dot-rotate-2 {
	0% {
		transform: rotate(165deg);
	}

	100% {
		transform: rotate(540deg);
	}
}

@-o-keyframes cssload-dot-rotate-2 {
	0% {
		-o-transform: rotate(165deg);
	}

	100% {
		-o-transform: rotate(540deg);
	}
}

@-ms-keyframes cssload-dot-rotate-2 {
	0% {
		-ms-transform: rotate(165deg);
	}

	100% {
		-ms-transform: rotate(540deg);
	}
}

@-webkit-keyframes cssload-dot-rotate-2 {
	0% {
		-webkit-transform: rotate(165deg);
	}

	100% {
		-webkit-transform: rotate(540deg);
	}
}

@-moz-keyframes cssload-dot-rotate-2 {
	0% {
		-moz-transform: rotate(165deg);
	}

	100% {
		-moz-transform: rotate(540deg);
	}
}

@keyframes cssload-dot-rotate-3 {
	0% {
		transform: rotate(435deg);
	}

	100% {
		transform: rotate(810deg);
	}
}

@-o-keyframes cssload-dot-rotate-3 {
	0% {
		-o-transform: rotate(435deg);
	}

	100% {
		-o-transform: rotate(810deg);
	}
}

@-ms-keyframes cssload-dot-rotate-3 {
	0% {
		-ms-transform: rotate(435deg);
	}

	100% {
		-ms-transform: rotate(810deg);
	}
}

@-webkit-keyframes cssload-dot-rotate-3 {
	0% {
		-webkit-transform: rotate(435deg);
	}

	100% {
		-webkit-transform: rotate(810deg);
	}
}

@-moz-keyframes cssload-dot-rotate-3 {
	0% {
		-moz-transform: rotate(435deg);
	}

	100% {
		-moz-transform: rotate(810deg);
	}
}

@keyframes cssload-dot-rotate-4 {
	0% {
		transform: rotate(705deg);
	}

	100% {
		transform: rotate(1080deg);
	}
}

@-o-keyframes cssload-dot-rotate-4 {
	0% {
		-o-transform: rotate(705deg);
	}

	100% {
		-o-transform: rotate(1080deg);
	}
}

@-ms-keyframes cssload-dot-rotate-4 {
	0% {
		-ms-transform: rotate(705deg);
	}

	100% {
		-ms-transform: rotate(1080deg);
	}
}

@-webkit-keyframes cssload-dot-rotate-4 {
	0% {
		-webkit-transform: rotate(705deg);
	}

	100% {
		-webkit-transform: rotate(1080deg);
	}
}

@-moz-keyframes cssload-dot-rotate-4 {
	0% {
		-moz-transform: rotate(705deg);
	}

	100% {
		-moz-transform: rotate(1080deg);
	}
}

@keyframes mv_new_aujua {
	0% {
		top: 0;
	}

	100% {
		top: 10px;
	}
}

/*ここまで*/


/* Top */




h2.index_subtitle {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	font-family: 'Playfair Display', serif;
	margin-bottom: 60px;
}

h2.index_subtitle span {
	font-size: 14px;
	display: block;
}

h2.index_subtitle_news {
	font-size: 2.2rem;
	font-weight: normal;
	text-align: left;
	letter-spacing: 3px;
	font-family: EB Garamond;
	margin-bottom: 50px;
}

h2.index_subtitle_news span {
	font-size: 13px;
	margin-left: 15px;
}

.news_caption a {
	font-size: 1.5rem;
}

/*パララックス*/
.background {
	background-image: url("../img/home/aujua_mainvisual.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 930px;
	left: -30px !important;
	overflow: visible;
	width: 105%;
}

.logo {
	position: absolute;
	right: 0;
	z-index: 999;
}

#scene li img {
	width: 100%;
}

/*ここまで*/



/* Catch */
.mainvisual {
	margin: 0;
	height: 540px;
	width: 100%;
	background-image: url(../products/img/exshield/cover_background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 1340px;
}

.mainvisual.mv02 {
	background-image: url(../img/home/cover_background02.jpg);
}

.mainvisual.mv03 {
	background-image: url(../img/home/cover_background03.jpg);
}

.mainvisual.mv04 {
	background-image: url(../img/home/cover_background04.jpg);
}

.mainvisual.mv05 {
	background-image: url(../img/home/cover_background05.jpg);
}

.mainvisual.fv_altiell {
	background-image: url(../img/home/fv_altiell.jpg);
}

.mainvisual_contents {
	max-width: 1400px;
	margin: 0 auto;
	min-width: 1340px;
	position: relative;
	height: 540px;
}

.mainvisual_contents img.mv_bottle {
	position: absolute;
	bottom: 0;
	right: 50px;
}

.mainvisual_contents img.mv_text {
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.mainvisual_contents img.mv_ico {
	position: absolute;
	top: 50px;
	right: 90px;
}

.mainvisual_contents img.mv_ico:hover {
	opacity: 0.9;
}

.mainvisual_contents img.mv_gakkai {
	position: absolute;
	top: 273px;
	right: 90px;
}

.mainvisual_contents img.mv_gakkai:hover {
	opacity: 0.9;
}

.mainvisual_contents img.mv_repeat {
	position: absolute;
	top: 245px;
	right: 90px;
}

.mainvisual_contents img.mv_repeat:hover {
	opacity: 0.9;
}

.mainvisual_contents img.mv_repairlity {
	position: absolute;
	top: 100px;
	right: 70px;
}

.mainvisual_contents img.mv_repairlity:hover {
	opacity: 0.9;
}

.mv_cap {
	position: absolute;
	left: 80px;
	top: 90px;
}

.mv_cap a {
	display: block;
	width: 260px;
	padding: 16px 16px 16px 45px;
	margin: 30px 10px 0;
	background-image: url(../img/home/link_arrow.png);
	background-size: 32px;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #9d2f3c;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 2px;
	transition: all ease 0.3s;
}

.mv_cap a:hover {
	opacity: 0.8;
}

.mv_new_aujua {
	position: absolute;
	left: 110px;
	top: 250px;
}

.mv_new_aujua img {
	position: relative;
	top: 0;
	animation: mv_new_aujua 1s ease-in-out 0s infinite alternate;
}

.aujua_first {
	background-image: url(../img/home/section1_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 860px;
	background-position: top 220px center;
	transform: skewY(6deg);
}

.aujua_first_contents {
	transform: skewY(-6deg);
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

.section_title {
	position: absolute;
	color: #ccc;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 5px;
}

.section_title span {
	display: block;
	width: 100px;
	height: 1px;
	background: #ccc;
	margin-top: 20px;
}

.title_first {
	top: 120px;
	left: 80px;
	font-family: 'EB Garamond', serif;
	-webkit-backface-visibility: hidden;
}

.cap_first {
	right: 60px;
	top: 120px;
}

.section_cap {
	position: absolute;
	width: 620px;
	color: #555;
}

.section_cap_title img {
	-webkit-backface-visibility: hidden;
}

.section_cap_text {
	font-size: 1.5rem;
	margin: 30px 0 0 60px;
	line-height: 30px;
	color: #555;
	-webkit-backface-visibility: hidden;
}

a.link_button {
	display: block;
	margin-top: 30px;
	border: 1px solid #9d2f3c;
	width: 280px;
	text-align: center;
	position: absolute;
	padding: 15px 15px 15px 30px;
	color: #9d2f3c;
	background-image: url(../img/home/link_arrow.png);
	background-size: 28px;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	-webkit-backface-visibility: hidden;
}

a.link_button:hover {
	background-color: #9d2f3c;
	color: #fff;
}

.link_button_first {
	right: 0;
}


.aujua_second {
	background-image: url(../img/home/section2_back.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 680px;
	background-position: bottom right;
}

.aujua_second_contents {
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

.title_second {
	top: 90px;
	left: 80px;
	font-family: 'EB Garamond', serif;
}

.cap_second {
	left: 80px;
	top: 200px;
	width: 560px;
	!important
}

.link_button_second {
	left: 0;
}


.aujua_future {
	background-image: url(../img/home/for_future_bg.png), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(237, 250, 255, 0.5) 30%, rgba(237, 250, 255, 1) 100%);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: contain;
	height: 1200px;
	margin-top: -500px;
	padding-top: 500px;
}

.aujua_future_contents {
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

.title_future {
	top: 150px;
	left: 80px;
	font-family: 'EB Garamond', serif;
}

.cap_future {
	right: 80px;
	top: 200px;
	width: 560px;
}

.link_button_future {
	left: auto;
	right: 30px;
}


.aujua_search {
	background-image: url(../img/home/search_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 585px;
	width: 100%;
	z-index: 999;
}

.search_top {
	background-image: url(../img/home/japan.png);
	background-position: center;
	padding: 32px 0;
	background-size: auto;
	margin: 50px 0 0;
	background-repeat: no-repeat;
}

h2.search_title img {
	margin: 0 auto;
}

h3.search_cap {
	color: #fff;
	font-weight: 400;
	text-align: center;
	font-size: 1.6rem;
	margin-top: 50px;
}

ul.search_banner {
	text-align: center;
}

.search_banner li {
	display: inline-block;
	margin: 0px 15px;
	vertical-align: middle;
}


.aujua_third {
	background-color: #eeeef2;
	height: 950px;
	padding-top: 110px;
	transform: skewY(-6deg);
	margin-top: -110px;
	z-index: 99;
}

.aujua_third_back {
	height: 940px;
	background-image: url(../img/home/section3_back.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
	transform: skewY(6deg);
}

.aujua_third_contents {
	max-width: 1400px;
	position: relative;
	margin: 0 auto;
}

.title_third {
	top: 120px;
	left: 80px;
	font-family: 'EB Garamond', serif;
}

.cap_third {
	right: 80px;
	top: 120px;
}

.link_button_third {
	right: 0;
}

.lineup {
	background-image: url(../img/home/lineup_back.jpg);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 550px;
	padding-top: 180px;
	width: 100%;
	position: relative;
}

.lineup h2 {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 4px;
	font-family: 'EB Garamond', sans-serif;
}

ul.lineup_bottle {
	position: absolute;
	bottom: -120px;
	width: 100%;
	text-align: center;
}

.lineup_bottle li {
	display: inline-block;
	width: 70px;
	position: relative;
}

@media (max-width: 1468px) {
	.lineup_bottle li {
		margin: 0;
	}
}

.lineup_bottle li .bottle_name {
	opacity: 0;
	position: absolute;
	top: -20px;
	width: 80px;
	margin-left: -40px;
	text-align: center;
	left: 50%;
	color: #555;
	font-family: 'EB Garamond', san-serif;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.lineup_bottle li:hover .bottle_name {
	opacity: 1;
	top: -50px;
}

.lineup_bottle li:hover img {
	transform: scale(1.065);
}

.lineup_bottle img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}



.caption_large,
.caption_middle,
.caption_small {
	text-align: center;
}

.caption_large > img,
.caption_middle > img,
.caption_small > img {
	margin: 0 auto;
}

.caption_large {
	margin-bottom: 32px;
}

.caption_middle,
.caption_small {
	margin-bottom: 42px;
}

.mainvisual_caption {
	margin: 160px auto 0;
	text-align: center;
	width: 600px;
}

.concept_link {
	padding: 14px 15px 12px;
	font-size: 11px;
	border: 1px solid #637A8E;
	color: #637A8E;
	width: 220px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.som_link {
	margin: 20px auto;
}

.concept_link a {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

.concept_link:hover {
	background: #637A8E;
	color: #fff;
}

#products {
	margin: 60px 0 0;
}

@media screen and (min-width: 1280px) {
	.mainvisual_caption {}

	#products {
		margin: 180px 0 0;
	}
}

.products_area {
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	height: 600px;
	margin: 0 auto 120px;
	max-width: 2000px;
	position: relative;
	width: 100%;
}

.products_area_lineup {
	width: 50%;
	float: left;
}

.products_area_new {
	width: 50%;
	height: 600px;
	float: right;
	background: #1B1B1B;
	position: relative;
	background-image: url(../img/home/new_product.png);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.products_area_new:hover {
	opacity: 0.75;
}

.products_area_new a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.products_new_icon {
	font-family: "Playfair Display", serif;
	background: #d50a4c none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 60px;
	padding: 20px 15px;
	position: absolute;
	right: 10%;
	top: 10%;
	width: 60px;
}

.products_link {
	padding: 15px 20px;
	width: 250px;
	border: 1px solid #111;
	font-size: 12px;
	position: absolute;
	left: 50%;
	margin-left: -125px;
	background: #fff;
	bottom: -25px;
	text-align: center;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.products_link:hover {
	background: #222;
	border: #222 solid 1px;
	color: #eee;
}

.products_link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#main_contents {
	margin-bottom: 80px;
}

.main_contents_first {
	width: 1100px;
	height: 436px;
	margin: 0 auto;
}

.contents_first_left {
	background: #000;
	width: 778px;
	height: 436px;
	float: left;
}

.contents_first_right {
	background: #ccc;
	float: right;
	width: 322px;
	height: 436px;
}

.contents_trouble_link {
	width: 322px;
	height: 218px;
	background: #1B1B1B;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.contents_movie_link {
	width: 322px;
	height: 218px;
	background: #38302C;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.contents_trouble_link:hover,
.contents_movie_link:hover,
.contents_second_left:hover,
.contents_second_right:hover,
.main_contents_third:hover,
.global_milbon:hover {
	opacity: 0.75;
}

.contents_trouble_link img,
.contents_movie_link img,
.contents_second_left img,
.contents_second_right img,
.main_contents_third img,
.global_milbon img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.contents_trouble_link:hover img,
.contents_movie_link:hover img,
.contents_second_left:hover img,
.contents_second_right:hover img,
.main_contents_third:hover img,
.global_milbon:hover img {
	transform: scale(1.1);
}

.main_contents_second {
	width: 1100px;
	height: 280px;
	margin: 0 auto;
}

.contents_second_left {
	width: 50%;
	height: 280px;
	background: #C24B57;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.contents_second_right {
	width: 50%;
	height: 280px;
	background: #448F9C;
	float: right;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.main_contents_third {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.news_area {
	width: 1100px;
	margin: 0 auto;
}

.news_area ul {}

.news_area ul li {
	margin-bottom: 30px;
}

.news_date {
	display: inline-block;
	width: 10%;
	font-size: 1.5rem;
	vertical-align: top;
	color: #9d2f3c;
	font-family: 'Oswald', sans-serif;
}

.news_caption {
	display: inline-block;
	width: 84%;
	font-size: 1.3rem;
}

section#news_gmilbon {
	margin-bottom: 80px;
}

.global_milbon {
	width: 445px;
	float: right;
	overflow: hidden;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

section.aujua_movie {
	text-align: center;
	width: 100%;
	background: #1b232a;
	padding: 150px 0;
	margin: 200px auto 0;
}

.aujua_movie div {
	display: inline-block;
	vertical-align: top;
	width: 440px;
	text-align: right;
	color: #ddd;
	font-size: 15px;
	font-family: 'EB Garamond', sans-serif;
}

.aujua_movie div:first-child {
	margin-right: 50px;
}

.aujua_movie span {
	color: #ddd;
	font-size: 12px;
	/*font-family: 'Oswald', sans-serif;*/
}

.aujua_movie iframe {
	margin-top: 15px;
}

section#blog {
	background: #9d2f3c;
	padding: 100px 0 150px;
	margin: 0 0 100px;
	position: relative;
}

ul.blog_area {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

ul.blog_area li {
	width: 30%;
	height: 250px;
	margin: 0 1.5%;
	position: relative;
	background-image: url(../img/home/blog_more_icon.png);
	background-position: 98.5% 95%;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
}

.link_button_blog {
	background: #fff;
	left: 50%;
	margin-left: -140px;
	bottom: -25px;
}

ul.blog_area li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

ul.blog_area li:hover .blog_title {
	color: #fff;
	opacity: 1;
}

ul.blog_area li:hover .blog_thumb {
	opacity: 0.75;
}

ul.blog_area li:first-child {
	text-align: center;
	background: none;
	box-shadow: none;
	height: inherit;
	widows: inherit;
	margin: 0 0 50px;
	position: inherit;
	width: 100%;
	display: block;
}

.blog_area li:first-child h2 {
	color: #fff;
	font-size: 2rem;
	letter-spacing: 4px;
	font-family: 'EB Garamond', serif;
}

.blog_thumb {
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	overflow: hidden;
	text-align: center;
}

.blog_thumb img {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.blog_content {
	width: 100%;
}

.blog_date {
	font-size: 1.8rem;
	margin-bottom: 8px;
	color: #fff;
	text-align: left;
	font-family: 'Oswald', sans-serif;
}

.blog_title {
	font-size: 1.25rem;
	margin-top: 10px;
	line-height: 21px;
	text-align: left;
	opacity: 0.5;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.blog_caption {
	font-size: 12px;
	line-height: 22px;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.blog_new_icon {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.blog_area li:last-child .blog_new_icon {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
}

/**/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.effect:not(:target) {
		right: 0;
		/* IE10（\9なしでIE11にも適用） */
		left: 228px;
		text-align: center;
		padding: 4px 8px;
	}
}

/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {}