@charset "utf-8";


/*　　メインイメージ（パーツ）
-------------------------------------------------------*/
#main-img {
	position: relative;
	width: 100%;
	height: 864px;
}
#main-img .wrapper-img {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	z-index: 50;
}
#main-img .wrapper-img .img01 {
	position: absolute;
	width: 49.333333333333%;
	top: 400px;
	right: 0px;
}
#main-img .wrapper-img .img01 .img-baroness {
	margin-top: 80px;
}
#main-img .wrapper-img .img01 .txt-baroness {
	margin-top: 25px;
	color: #ccc;
}
#main-img .wrapper-img .txt01 {
	position: absolute;
	width: 55.833333333333%;
	top: 456px;
	left: 4.75%;
}
#main-img .wrapper-img .btn {
	position: absolute;
	top: 715px;
	left: 14.833333333333%;
}
#main-img .wrapper-img .btn-greeting {
}
#main-img .wrapper-img .btn-kodawari {
	margin-left: 20px;
}


@media screen and (min-width: 1001px) and (max-width: 1024px){
#main-img {
	position: relative;
	width: 100%;
	height: 670px;
}
#main-img .wrapper-img .img01 {
	top: 310px;
}
#main-img .wrapper-img .txt01 {
	top: 350px;
}
#main-img .wrapper-img .btn {
	top: 580px;
	left: 8%;
}
}


@media screen and (min-width: 768px) and (max-width: 1000px){
#main-img {
	height: 500px;
	margin-top: -50px;
}
#main-img .wrapper-img .img01 {
	top: 230px;
}
#main-img .wrapper-img .img01 .img-baroness {
	margin-top: 70px;
}
#main-img .wrapper-img .img01 .img-baroness img {
	width: 260px;
}
#main-img .wrapper-img .txt01 {
	top: 250px;
	left: 20px;
}
#main-img .wrapper-img .btn {
	top: 424px;
	left: 20px;
}
}

@media screen and (max-width: 767px){
#main-img {
	height: 230px;
	margin-top: -20px;
}
#main-img .wrapper-img .img01 {
	top: 80px;
}
#main-img .wrapper-img .img01 .img-baroness {
	display: none;
}
#main-img .wrapper-img .img01 .txt-baroness {
	display: none;
}
#main-img .wrapper-img .txt01 {
	top: 130px;
	left: 15px;
}
#main-img .wrapper-img .btn {
	position: absolute;
	top: 250px;
	left: 15px;
}
#main-img .list-table {
	display: block;
}
#main-img .list-table li {
	display: block;
}
#main-img .wrapper-img .btn-kodawari {
	margin-left: 0;
	margin-top: 15px;
}
#main-img .wrapper-img .info-baroness {
	position: absolute;
	top: 370px;
	width: 100%;
	text-align: center;
	color: #ccc;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
#main-img {
	height: 410px;
	margin-top: -50px;
}
#main-img .wrapper-img .txt01 {
	top: 250px;
	left: 15px;
}
#main-img .wrapper-img .img01 {
	top: 120px;
}
#main-img .wrapper-img .btn {
	position: absolute;
	top: 430px;
	left: 15px;
}
#main-img .wrapper-img .info-baroness {
	top: 550px;
	text-align: left !important;
	padding-left: 5px;
}
}



/*　　メインイメージ（スライダー）
-------------------------------------------------------*/

.cb-slideshow,
.cb-slideshow:after {
    position: absolute;
    width: 100%;
		height: 864px;
		margin: 0 auto;
    top: 0px;
    left: 0px;
		right: 0px;
    z-index: 0;
		overflow: hidden;
}
.cb-slideshow:after {
    content: '';
    background:;
}
.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
		-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 24s linear infinite 0s;
    -moz-animation: imageAnimation 24s linear infinite 0s;
    -o-animation: imageAnimation 24s linear infinite 0s;
    -ms-animation: imageAnimation 24s linear infinite 0s;
    animation: imageAnimation 24s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
    background-image: url(../images/top/main_01.jpg);
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../images/top/main_02.jpg);
		-webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../images/top/main_03.jpg);
		-webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s;
}

@media screen and (min-width: 1001px) and (max-width: 1024px){
.cb-slideshow,
.cb-slideshow:after {
		height: 670px;
}
.cb-slideshow li span {
		height: 670px;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.cb-slideshow,
.cb-slideshow:after {
		height: 500px;
}
.cb-slideshow li span {
		height: 500px;
}
}

@media screen and (max-width: 767px){
.cb-slideshow,
.cb-slideshow:after {
		height: 230px;
}
.cb-slideshow li span {
		height: 230px;
}
}


@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	14% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	30% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(0%);
	}
	50% {
	    opacity: 0;
	    -webkit-transform: scale(1.1) translateY(0%);
	}
	100% { opacity: 0;}
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	14% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	30% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(0%);
	}
	50% {
	    opacity: 0;
	    -moz-transform: scale(1.1) translateY(0%);
	}
	100% { opacity: 0;}
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	14% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	30% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(0%);
	}
	50% {
	    opacity: 0;
	    -o-transform: scale(1.1) translateY(0%);
	}
	100% { opacity: 0;}
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	14% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	30% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	44% {
		opacity: 0;
		-webkit-transform: scale(1.1) translateY(0%);
	}
	50% {
	    opacity: 0;
	    -ms-transform: scale(1.1) translateY(0%);
	}
	100% { opacity: 0;}
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}





/*　　サービス内容
-------------------------------------------------------*/
.cnt-service {
	min-height: 540px;
	background-image: url(../images/top/service_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cnt-service .inner-service {
	width: 46.166666666667%;
	margin-left: 4.666666666667%;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-service {
	min-height: auto;
}
.cnt-service .inner-service {
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 0px;
}
}

@media screen and (max-width: 767px){
.cnt-service .inner-service {
	width: auto;
	margin-left: 0;
	padding-top: 210px;
}
}



/*　　製品案内
-------------------------------------------------------*/
.cnt-poducts {
	background-image: url(../images/common/products_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.cnt-poducts .inner-L {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.cnt-poducts .inner-R {
	float: right;
	width: 50%;
	padding-left: 20px;
}
.cnt-poducts .productname-L {
	height: 188px;
	padding-top: 20px;
	background-color: #333;
	background-image: url(../images/top/products_bg_L.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.cnt-poducts .productname-R {
	height: 188px;
	padding-top: 20px;
	padding-left: 140px;
	background-color: #333;
	background-image: url(../images/top/products_bg_R.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.cnt-poducts .tit-name {
	padding-left: 20px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700px;
	color: #fff;
	line-height: 1.4;
	border-left: 4px solid #d22b3d;
}
.cnt-poducts .tit-name img {
	margin-bottom: 15px;
}
.cnt-poducts .inner-L .inner2-L {
	float: right;
	width: 100%;
	max-width: 560px;
}
.cnt-poducts .inner-R .inner2-R {
	float: left;
	width: 100%;
	max-width: 560px;
}
.cnt-poducts .wrapper-poducts1 .inner-L {
	margin-top: 125px;
}
.cnt-poducts .wrapper-poducts1 .inner-R {
	margin-top: 320px;
}
.cnt-poducts .wrapper-poducts2 {
	margin-top: 40px;
}
.cnt-poducts .wrapper-poducts2 .inner-R {
	margin-top: 188px;
}
.cnt-poducts .productimage01 {
	margin-top: -195px;
}
.cnt-poducts .productimage02 {
	margin-top: 30px;
}
.cnt-poducts .productimage03 {
	margin-top: -34px;
}
.cnt-poducts .productimage04 {
	margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-poducts .inner-L .inner2-L {
	padding-left: 20px;
	max-width: 560px;
}
.cnt-poducts .inner-R .inner2-R {
	padding-right: 20px;
	max-width: 560px;
}
.cnt-poducts .tit-name {
	padding-left: 20px;
	font-size: 20px; font-size: 2.0rem;
}
.cnt-poducts .wrapper-poducts1 .inner-L {
	margin-top: 30px;
}
.cnt-poducts .wrapper-poducts1 .inner-R {
	margin-top: 150px;
}
.cnt-poducts .wrapper-poducts2 {
	margin-top: 40px;
}
.cnt-poducts .wrapper-poducts2 .inner-R {
	margin-top: 100px;
}
.cnt-poducts .productimage01 {
	margin-top: -165px;
}
.cnt-poducts .productimage02 {
	margin-top: -16px;
}
.cnt-poducts .productimage03 {
	margin-top: -24px;
}
}

@media screen and (max-width: 767px){
.cnt-poducts .inner-L .inner2-L {
	padding-left: 20px;
	max-width: 560px;
}
.cnt-poducts .inner-R .inner2-R {
	padding-right: 20px;
	max-width: 560px;
}
.cnt-poducts .inner-L {
	float: none;
	width: auto;
	padding-right: 20px;
}
.cnt-poducts .inner-R {
	float: none;
	width: auto;
	padding-left: 20px;
}
.cnt-poducts .tit-name {
	padding-left: 20px;
	font-size: 16px; font-size: 1.6rem;
}
.cnt-poducts .wrapper-poducts1 .inner-L {
	margin-top: 40px;
}
.cnt-poducts .wrapper-poducts1 .inner-R {
	margin-top: 60px;
}
.cnt-poducts .wrapper-poducts2 {
	margin-top: 60px;
}
.cnt-poducts .wrapper-poducts2 .inner-R {
	margin-top: 60px;
}
.cnt-poducts .productimage01 {
	margin-top: -180px;
}
.cnt-poducts .productimage02 {
	margin-top: -36px;
}
.cnt-poducts .productimage03 {
	margin-top: -44px;
}
}





/*　　こだわり
-------------------------------------------------------*/
.cnt-kodawari {
	position: relative;
	margin-top: 140px;
}
.cnt-kodawari .bg1 {
	min-height: 826px;
}
.cnt-kodawari .bg1-tb {
	min-height: 826px;
}
.cnt-kodawari .bg2 {
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 826px;
	background-image: url(../images/top/kodawari_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	z-index: 10;
}
.cnt-kodawari .tit-kodawari {
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}
.cnt-kodawari .txt-kodawari {
	position: absolute;
	height: 210px;
	top: 428px;
  left: 50%;
  transform: translate(-50%, 0);
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	z-index: 30;
}
.cnt-kodawari .btn-txt1-t {
	position: absolute;
	bottom: 85px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-kodawari {
	margin-top: 100px;
}
.cnt-kodawari .bg1 {
	display: none;
}
.cnt-kodawari .bg1-tb-sp {
	min-height: 826px;
	background-image: url(../images/top/kodawari_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center -280px;
}
}

@media screen and (max-width: 767px){
.cnt-kodawari {
	margin-top: 80px;
}
.cnt-kodawari .bg1 {
	display: none;
}
.cnt-kodawari .bg1-tb-sp {
	min-height: 626px;
	background-image: url(../images/top/kodawari_bg1.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center top;
}
.cnt-kodawari .bg2 {
	min-height: 626px;
}
.cnt-kodawari .tit-kodawari {
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}
.cnt-kodawari .tit-kodawari img {
	width: 100px;
}
.cnt-kodawari .txt-kodawari {
	min-height: 626px;
	position: relative;
	height: auto;
	top: 310px;
  left: 0;
	right: 0;
	padding: 0 15px;
  transform: translate(0, 0);
	-ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
	z-index: 30;
}
.cnt-kodawari .btn-txt1-t {
	position: relative;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 20;
}
}




/*　　お知らせ
-------------------------------------------------------*/
.cnt-news {
	padding: 85px 0 100px;
}
.cnt-news .news-box {
	margin-top: 30px;
	overflow: hidden;
	zoom: 1;
}
.cnt-news .news-box dt {
	float: left;
	width: 120px;
}
.cnt-news .news-box dd {
	margin-left: 135px;
}
.cnt-news .news-box dd .news-date {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px; font-size: 1.4rem;
	color: #d22b3d;
}
.cnt-news .news-box a {
	color: #333;
}
.cnt-news .news-box a:hover {
	color: #ff001c;
}


@media screen and (max-width: 767px) and (orientation : landscape) {
}