/* CSS Document */
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.ryumin {
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
}
.meirio {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
	font-weight: 400;
}
#product {
}
.swiper-container {

  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product_slide_wrapper {
	margin-bottom: 10%;
	position: relative;
  max-width: 1280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.product_slide {
	padding-bottom: 20px;
}
.slide_figure {
	position: relative;
}
.slide_figure figcaption {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.30);
	z-index: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 1;
}
.slick-slide.slick-current .slide_figure:hover figcaption {
	opacity: 1;
}
.slide_figure figcaption .flexcentering {
	width: 100%;
	height: 100%;
}
.slide_figure figcaption img {
	max-height: 50px;
	width: auto;
}
img.ndot_logo {
	max-height: 55px;
  width: auto;
}

img.oggiotto_logo {
	max-height: 100px;
  width: auto;
}

/**
 *  slick-slide
**********************/
.slick-slide::before {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0,0,0,0.15);
}
.product_slide_item {
	-webkit-transition: all .8s ease;
					transition: all .8s ease;
	-webkit-transform: scale(0.8);
					transform: scale(0.8);
}
.slick-slide.slick-current .product_slide_item {
	-webkit-transform: scale(1);
					transform: scale(1);
}
.slick-slide.slick-current figcaption {
	opacity: 0;
}
.slick-slide img {
	position: relative;
	z-index: 1;
}

/**
 *  slick-progress-bars
**********************/
.progress-bars {
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
.progress-bars::before {
  content:"";
  display:block;
  background-color: #eee;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index: -1;
}
.progress-bar-box {
  float: left;
  height: 10px;
  width: calc(100% / 4);
}
.bar {
  display:block;
  width: 0px;
  height: 100%;
}

/**
 *  slick-slide-arrow
**********************/
.slide-arrow {
	position: absolute;
	top: 85%;
	z-index: 10;
	width: 75px;
	height: auto;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background: rgba(255,255,255,0.70);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.slide-arrow:hover {
	background: rgba(255,255,255,1.00);
}
.slick-next {
  right: 16%;
}
.slick-prev {
  left: 16%;
}

.title_wrapper {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 30%;
}
.title_wrapper::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.right_position .title_wrapper::after {
	right: 0;
	left: auto;
}
.title_logo {
	width: 150px;
	margin-bottom: 20px;
}
.title_logo.oggiotto_logo {
	width: 120px;
}
.right_position .title_logo {
	margin-left: auto;
}
.title_name {
	text-align: justify;
}
.right_position .title_name {
	text-align: right;
}
.content_bg {
	width: 100%;
	background-repeat: no-repeat;
	background-size: 1280px auto;
	background-position: top;
}
.right_position.content_bg {
	background-position: top;
}

#face_pointer.content_bg {
	background-image: url("../img/fpointer_bg.jpg");
  margin-top: 10rem;
}
#ndot.content_bg {
	background-image: url("../img/ndot_bg.jpg");
}
#aujua.content_bg {
	background-image: url("../img/aujua_bg.jpg");
}
#oggiotto.content_bg {
	background-image: url("../img/oggiotto_bg.jpg");
}
#imprea.content_bg {
	background-image: url("../img/imprea_bg.jpg");
}
.content_block {
	padding-top: 10%;
	text-align: justify;
}
.right_position .content_block  {
	text-align: right;
}
.content_title {
	text-align: justify;
	padding: 20px;
	background: #fff;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 5%;
	margin-left: 0px;
  font-weight: normal;
}
.content_text {
	text-align: justify;
	letter-spacing: 0px;
	margin-bottom: 8%;
}
.content_inner {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.content_inner .content_title {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;

}

/**
 *  face_pointer youtube
**********************/
.movie {
	margin-bottom: 8%;
}
.movie li {
	width: 48%;
}


@media screen and (max-width:480px) {
.progress-bars {
  display: none;
}
.product_slide_wrapper {
	margin-bottom: 15%;
}
.product_slide {
	padding-bottom: 0px;
}
.product_slide_item {
	-webkit-transform: scale(1);
					transform: scale(1);
}
.slide_figure figcaption,
.slick-slide.slick-current figcaption {
	opacity: 1;
	background: rgba(0,0,0,0.10);
}
.slide_figure figcaption img {
	max-height: 30px;
	width: auto;
}
.slide_figure figcaption img.oggiotto_logo {
	max-height: 60px;
}
.slide-arrow {
	top: auto;
	bottom: 5px;
	width: 75px;
}
.slick-next {
  right: 0%;
}
.slick-prev {
  left: 0%;
}
.content_block {
	margin-bottom: 15%;
}
.content_bg {
	background-size: contain;
}
.title_logo {
	margin-bottom: 10px;
}
.title_wrapper {
	margin-bottom: 10%;
	padding-bottom: 10px;
}
.content_img {
	margin-bottom: 3%;
}
.content_title {
	width: 100%;
	padding: 10px;
	margin-bottom: 3%;
	line-height: 1.6;
}
.content_text,
.content_text.inner800 {
	width: 100%;
	padding: 5%;
	background: #fafafa;
}
.content_inner {
	padding: 0px;
}
.movie li {
	width: 100%;
	margin-bottom: 8%;
}
.movie li iframe {
	height: 180px;
}
}
