@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main .mainBox {
	margin: 82px auto 123px;
	width: 980px;
}

@media screen and (max-width: 767px)  {
	#main .mainBox {
		margin: 55px 20px 95px;
		width: auto;
	}
}

.en {
	font-family: Myriad Pro,sans-serif;
}

.en02 {
	 font-family: 'Gobold';
}

#main .heading01 {
	margin-bottom: 47px;
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
}

#main .heading01 > span {
	display: block;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	font-family: Myriad Pro,sans-serif;
}

#main .heading01 > span:before {
	width: 100%;
	height: 1px;
	border-top: 1px solid #000;
	position: absolute;
	right: 0;
	top: 20px;
  
	content: ""; 
}

#main .heading01 > span > span {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	background-color: #fff;
	z-index: 10;
}

@media screen and (max-width: 767px)  {
	#main .heading01 {
		margin-bottom: 47px;
		color: #595757;
		font-size: 10px;
		line-height: 0.9;
		text-align: center;
	}
	
	#main .heading01 > span {
		font-size: 28px;
	}
	
	#main .heading01 > span:before {
		top: 10px;
	}
	
	#main .heading01 > span > span {
		padding: 0 10px;
	}
}

#main .heading02 {
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	text-align: center;
}

#main .heading02 .en {
	display: block;
	font-size: 60px;
}

#main .heading02 .en .small {
	margin-left: 10px;
	font-size: 36px;
}

#main .heading02 .en02 {
	margin-bottom: 5px;
	font-size: 76px;
	display: block;
}

#main .heading02 img {
	margin: 0 auto 30px;
	display: block;
}

@media screen and (max-width: 767px)  {
	#main .heading02 {
		font-size: 14px;
	}
	
	#main .heading02 .en {
		font-size: 44px;
	}
	
	#main .heading02 .en .small {
		display: none;
	}
	
	#main .heading02 .en02 {
		font-size: 38px;
	}
	
	#main .heading02 img {
		margin-bottom: 20px;
	}
}

#main .heading03 {
	margin-bottom: 25px;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	#main .heading03 {
		margin-bottom: 20px;
		font-size: 18px;
	}
}


#main .heading04 {
	margin: 0 auto 70px;
	padding: 9px 0;
	width: 400px;
	font-size: 42px;
	text-align: center;
	border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
	#main .heading04 {
		margin-bottom: 45px;
		padding: 4px 0;
		width: 60%;
		font-size: 21px;
	}
}

@media all and (-ms-high-contrast:none){
	#main .heading04 {
		padding: 12px 0 6px;
	}
}

#main .comPro {
	padding-top: 129px;
	height: 226px;
	background: url(../../img/common/product_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .comPro h2 .en02 {
	font-size: 76px;
	font-weight: normal;
}

@media screen and (max-width: 767px)  {
	#main .comPro {
		padding-top: 55px;
		height: 85px;
		background-image: url(../../img/common/sp_product_bg.jpg);
	}

	#main .comPro h2 .en02 {
		font-size: 33px;
		letter-spacing: 3px;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox .photoBox {
	float: left;
}

#main .comImgBox .textBox {
	float: right;
	width: 521px;
}

#main .comImgBox .heading02 {
	margin-bottom: 20px;
	padding: 0 0 5px 5px;
	font-size: 36px;
	text-align: left;
	letter-spacing: 2px;
	border-bottom: 1px solid #FFF;
}

#main .comImgBox .heading02 span {
	padding-left: 35px;
	display: inline-block;
	background: url(../../img/common/icon03.png) no-repeat left 5px;
}

#main .comImgBox .textBox p {
	padding-left: 45px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 1px;
}

@media screen and (max-width: 767px)  {	
	#main .comImgBox .photoBox {
		margin-bottom: 44px;
		float: none !important;
	}

	#main .comImgBox .photoBox img {
		width: 100%;
	}
	
	#main .comImgBox .textBox {
		width: auto;
		float: none !important;
	}
	
	#main .comImgBox .heading02 {
		margin-bottom: 4px;
		padding-bottom: 0px;
		font-size: 18px;
		text-align: center;
		letter-spacing: 1px;
	}
	
	#main .comImgBox .heading02 span {
		padding-left: 20px;
		background-size: 14px auto;
		background-position: left 2px;
	}
	
	#main .comImgBox .textBox p {
		padding: 0;
		text-align: center;
		letter-spacing: 0.5px;
		line-height: 1.7;
	}
}


/*------------------------------------------------------------
	comShop
------------------------------------------------------------*/
.comShop {
	padding: 45px 0 70px;
	text-align: center;
	background-color: #96771d;
}

.comShop .title {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 32px;
	font-weight: bold;
}

.comShop a:hover {
	opacity: 0.7;
}

.comShop .title span {
	display: inline-block;
	padding: 7px 50px 0 85px;
	line-height: 3;
	background: url(../../img/common/icon04.png) no-repeat left 10px, url(../../img/common/icon05.png) no-repeat right center;
}

.comShop .banner {
	margin: 0 auto;
	max-width: 980px;
}

.comShop .banner li {
	float: left;
	width: 25%;
	padding: 0 3px;
	box-sizing: border-box;
}

.comShop .banner li img {
	width: 100%;
}

@media screen and (max-width: 767px)  {
	.comShop {
		padding: 30px 10px 17px;
	}

	.comShop .title {
		font-size: 15px;
	}

	.comShop .title span {
		padding: 0 26px 0 44px;
		background-position: left top, right center;
		background-size: 27px auto, 14px auto;
	}
	
	.comShop .banner li {
		padding: 0 6px 12px;
		width: 50%;
	}

}

#main .sectionArea {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#main .sectionArea .scrollInner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	color: #FFF;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

@media screen and (max-width: 767px)  {
	#main .sectionArea .scrollInner {
		position: static;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

/*------------------------------------------------------------
	nav-dot
------------------------------------------------------------*/
.nav-dot {
	position: fixed;
	top: 50%;
	right: 40px;
	z-index: 1;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: 100;
}

.nav-dot li {
	width: 10px;
	height: 10px;
	margin: 0 auto 25px;
	background-color: #535353;
	cursor: pointer;
	transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav-dot li.current {
	width: 15px;
	height: 15px;
	background-color: #FFF;
	transition: background 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.nav-dot li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px)  {
	.nav-dot {
		display: none;
	}
}


@media screen and (max-height: 767px)  {
	.nav-dot {
		bottom: 20px;
		transform: translate(0,-60%);
		-moz-transform: translate(0,-60%);
		-ms-transform: translate(0,-60%);
		-o-transform: translate(0,-60%);
		-webkit-transform: translate(0,-60%);
	}
	
	.nav-dot li {
		margin-bottom: 15px;
	}
}

/*------------------------------------------------------------
	scrollBtn
------------------------------------------------------------*/
#main .scrollBtn {
	margin-left: -60px;
	width: 120px;
	position: absolute;
	left: 50%;
	bottom: 37px;
	z-index: 9;
}

#main .scrollBtn p {
	margin-top: 10px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	font-family: "Cabin", sans-serif;
	letter-spacing: -1px;
	-webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
	animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

#main .scrollBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#main .scrollBtn .mouse {
	margin: 0 auto;
	position: relative;
	width: 42px;
	height: 74px;
	border-radius: 100px;
	border: 2px solid #4e5559;
	background-size: 100% 200%;
	-webkit-animation: nudgeMouse 5s ease-out infinite;
	animation: nudgeMouse 5s ease-out infinite;
}

#main .scrollBtn .mouse:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#main .scrollBtn .mouse .border {
	position: absolute;
	left: -2px;
	bottom: -3px;
	width: 48px;
	height: 74px;
	overflow: hidden;
	-webkit-animation: heightChange 5s linear infinite;
	animation: heightChange 5s linear infinite;
}

#main .scrollBtn .mouse .border:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 74px;
	border-radius: 100px;
	border: 2px solid #FFF;
	content: "";
	-webkit-animation: colorChange 5s linear infinite;
	animation: colorChange 5s linear infinite;
}

#main .scrollBtn .mouse:after {
	margin-left: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid #F00;
	left: 50%;
	-webkit-animation: trackBallSlide 5s linear infinite;
	animation: trackBallSlide 5s linear infinite;
}

@media screen and (max-width: 767px)  {
	#main .scrollBtn {
		transform:scale(0.5,0.5);
		bottom: 5px;
	}
	
	#main .scrollBtn .mouse:after {
		margin-left: -8px;
	}

}

/*@media screen and (max-width: 374px) {
	#main .scrollBtn .mouse {
		width: 30px;
		height: 53px;
	}
	
	#main .scrollBtn .mouse .border {
		width: 34px;
		height: 53px;
	}

	#main .scrollBtn .mouse .border:before {
		width: 30px;
		height: 53px;
	}
	
	#main .scrollBtn .mouse:after {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 9px solid #F00;
	}

}
*/
@-webkit-keyframes heightChange {
	0% {
		height: 88px;
	}
	20% {
		height: 0;
	}
	21% {
		height: 0;
	}
	22% {
		height: 88px;
	}
	30% {
		height: 88px;
	}
	50% {
		height: 0;
	}
	51% {
		height: 0;
	}
	52% {
		height: 88px;
	}
	60% {
		height: 88px;
	}
	80% {
		height: 0;
	}
	81% {
		height: 0;
	}
	82% {
		height: 88px;
	}
	90% {
		height: 88px;
	}
}

@keyframes heightChange {
	0% {
		height: 88px;
	}
	20% {
		height: 0;
	}
	21% {
		height: 0;
	}
	22% {
		height: 88px;
	}
	30% {
		height: 88px;
	}
	50% {
		height: 0;
	}
	51% {
		height: 0;
	}
	52% {
		height: 88px;
	}
	60% {
		height: 88px;
	}
	80% {
		height: 0;
	}
	81% {
		height: 0;
	}
	82% {
		height: 88px;
	}
	90% {
		height: 88px;
	}
}
@-webkit-keyframes colorChange {
	0% {
		border-color: #FFF;
	}
	20% {
		border-color: #FFF;
	}
	21% {
		border-color: #4e5559;
	}
	30% {
		border-color: #FFF;
	}
	50% {
		border-color: #FFF;
	}
	51% {
		border-color: #4e5559;
	}
	60% {
		border-color: #FFF;
	}
	80% {
		border-color: #FFF;
	}
	81% {
		border-color: #4e5559;
	}
	90% {
		border-color: #FFF;
	}
}

@keyframes colorChange {
	0% {
		border-color: #FFF;
	}
	20% {
		border-color: #FFF;
	}
	21% {
		border-color: #4e5559;
	}
	30% {
		border-color: #FFF;
	}
	50% {
		border-color: #FFF;
	}
	51% {
		border-color: #4e5559;
	}
	60% {
		border-color: #FFF;
	}
	80% {
		border-color: #FFF;
	}
	81% {
		border-color: #4e5559;
	}
	90% {
		border-color: #FFF;
	}
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
            transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
            transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
            transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
            transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}


#main .comTxt {
	padding: 0 0 10px 45px;
	line-height: 1.8;
	background: url(../../img/common/txt_bg.png) repeat-y left top;
}

@media screen and (max-width: 767px) {
	#main .comTxt {
		padding: 0 0 0 20px;
		background-size: 13px auto;
	}
}

#main .comBtnList {
	margin-bottom: 20px;
	text-align: right;
}

#main .comBtnList li {
	margin-left: 5px;
	width: 160px;
	display: inline-block;
}

#main .comBtnList li a,
#main .comBtnList li span {
	padding: 6px;
	display: block;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: 1px solid #96771D;
}

#main .comBtnList li a:hover,
#main .comBtnList li span {
	color: #fff;
	text-decoration: none;
	background-color: #96771D;
}

@media screen and (max-width: 767px) {
	#main .comBtnList {
		margin-bottom: 30px;
		text-align: center;
	}
	
	#main .comBtnList li {
		margin: 0 8px;
		width: 42%;
	}
	
	#main .comBtnList li a,
	#main .comBtnList li span {
		padding: 10px;
	}
	
	#main .comBtnList li a:hover {
		color: #000;
		background-color: #fff;
	}
}


#main .closeBtn {
	margin: 75px auto 0;
	width: 265px;
}

#main .closeBtn a {
	padding: 25px;
	display: block;
	color: #a78e43;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 2px solid #96771D;
}

#main .closeBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#main .closeBtn {
		display: none;
	}
}