@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans|Hammersmith+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400');
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

*{
	margin:0px;
	padding:0px;
}

body{
    font-size:16px;
    line-height:1.9;
    color:#000;
	font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}

br.end{
	clear:both;
}

img{
	max-width:100%;
}

#oxia a{
	color:#000;
	text-decoration:none;
}

#oxia h2{
	font-size:20px;
	line-height:1.9;
	font-weight:normal;
	font-family: "游明朝", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


#oxia .italic{
 font-style: italic; }



#oxia #oxia_header{
	text-align:center;
	position: fixed;
	right: 0;
	z-index: 99999 !important;
	padding: 20px 0 50px;
	font-family: "ヒラギノ角ゴ Pro W6",Hiragino Kaku Gothic Pro W6,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

#oxia #oxia_header ul{
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	letter-spacing: 0.15em;
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
}

#oxia #oxia_header ul li{
	margin: 0 20px;
}


/*-------
看板
-----------------------*/

#oxia .hero{
	background: #CCC1B8;
	line-height: 0;
	position: relative;
}

#oxia .hero p{
	text-align: left;
} 
#oxia .hero p img{
	object-fit: cover;
	height: 780px;
	/*width: 50%;*/
	object-position: left;
}


#oxia .hero dl{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 55%;
	line-height: 1.5;
	text-align: center;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#oxia .hero dl h2{
	font-size: 150px;
	margin: auto;
	line-height: 1.2;
}

#oxia .hero dt p{
	background: #000;
	color: #fff;
	font-size: 30px;
	margin: 20px auto 40px;
	max-width: 420px;
	text-align: center;
}

#oxia .hero dl dd{
	font-size: 28px;
}


/*-------
看板下ボタン
-----------------------*/

#oxia .btn_item{
	width:100%;
	max-width:1000px;
	margin:80px auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#oxia .btn_item dl{
	width:48%;
	max-width:480px;
	margin-bottom:70px;
	background: #CCC1B8;
	color: #fff;
	padding: 60px 3%;
	box-sizing: border-box;
	text-align: center;
}

#oxia .btn_item dt{
	font-size: 20px;
}

#oxia .btn_item dt p{
	font-size: 40px;
}

#oxia .btn_item dd{
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.25em;
	font-size: 24px;
	max-width:320px;
	background: #fff;
	margin:35px auto 0;
}


#oxia .btn_item dd a{
	display:block;
	padding:5px 0;
	margin:0 auto;
	color: #90744C;
}




@media only screen and (max-width: 1280px) { 
	#oxia .hero p img{
		height: 460px;
	}
	#oxia .hero dl h2 {
	  font-size: 100px;
	}
	#oxia .hero dl dd {
	  font-size: 22px;
	}
	#oxia .hero dl h2 {
	  font-size: 100px;
	}
	#oxia .hero dl dd {
	  font-size: 20px;
	}
}

@media only screen and (max-width: 1050px) { 
	#oxia #oxia_header{
		display: none;
	}
}

@media only screen and (max-width: 810px) { 
	#oxia .hero{
		position: static;
		background: none;
	}

	#oxia .hero p{
		background: #CCC1B8;
	}

	#oxia .hero dl{
		position: static;
		top: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-top: 30px;
	}

	#oxia .hero dl h2{
		font-size: 80px;
	}
	
	#oxia .hero dt p{
		font-size: 26px;
		margin-bottom: 25px;
	}
	#oxia .btn_item dt p {
	  font-size: 30px;
	}

	#oxia .btn_item dt {
	  font-size: 16px;
	}

	#oxia .btn_item dt img{
		max-height: 230px;
		margin-top: 30px;
	}

	#oxia .btn_item dd {
	  font-size: 20px;
	}
}

@media only screen and (max-width: 640px) { 
	#oxia .hero p img {
	  height: auto;
	  object-fit: contain;
	}
	#oxia .hero dl h2 {
	  font-size: 55px;
	}
	#oxia .btn_item{
		justify-content: space-between;
	}
	#oxia .btn_item dl {
	  width: 49%;
	  padding: 25px 3%;
	}
	#oxia .btn_item dt p {
	  font-size: 22px;
	}
	#oxia .btn_item dt {
	  font-size: 10px;
	}
	#oxia .btn_item dt img {
	  max-height: 135px;
	}
	#oxia .btn_item dd {
	  font-size: 16px;
	  margin-top: 25px;
	}
}













/*-------
コンテンツ
-----------------------*/



#oxia .oxia_contents{
	width:100%;
	max-width: 1000px;
	margin: 80px auto;
}

#oxia .oxia_contents h2{
	font-size: 50px;
}

#oxia .oxia_contents h3{
	font-size: 20px;
}

#oxia .oxia_contents h4{
	font-size: 45px;
	color: #90744C;
	font-weight: 300;
	letter-spacing: 0.15em;
	font-family: 'Roboto', sans-serif;
}

#oxia .oxia_contents .intro{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 850px;
	margin: 50px auto 0;
}

#oxia .oxia_contents .intro p{
	width: 30%;
}

#oxia .oxia_contents .intro dl{
	width: 64%;
	text-align: left;
	font-size: 18px;
}

#oxia .oxia_contents .intro dt{
	font-size: 25px;
	margin-bottom: 15px;
	font-weight: bold;
}

#oxia .oxia_contents .intro .point{
	width: 100%;
	margin-top: 50px;
}

#oxia .oxia_contents .index{
	margin: 20px auto 50px;
}

#oxia .oxia_contents .index dt{
	font-size: 25px;
	font-weight: bold;
}

#oxia .oxia_contents .index dt br{
	display: none;
}
#oxia .oxia_contents .index dt span{
	display: block;
	font-size: 16px;
	margin-bottom: 30px;
}
#oxia .oxia_contents .index dd{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#oxia .oxia_contents .index dd:nth-of-type(1){
	margin-top: 15px;
}


#oxia .oxia_contents .quality{
	margin-top: 80px;
}


#oxia .oxia_contents .quality .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#oxia .oxia_contents .quality .cover{
	align-items: normal;
	margin-bottom: 80px;
}

#oxia .oxia_contents .quality .cover dl{
	background: #F0ECEA;
}

#oxia .oxia_contents .quality .cover dt{
	background: #CCC1B8;
}

#oxia .oxia_contents .quality .cover dd{
	text-align: center !important;
	padding: 10px 5% 20px;
	box-sizing: border-box;
    display: table-cell;
    width: 400px;
    height: 180px;
    vertical-align: middle;
}


#oxia .oxia_contents .quality .inner dl {
	width: 24%;
	margin: 0 0.5% 50px;
}

#oxia .oxia_contents .quality .inner dt{
	font-size: 20px;
	margin-bottom: 10px;
}

#oxia .oxia_contents .quality .inner dd{
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}




#oxia .oxia_contents .quick{
	margin-top: 80px;
}


#oxia .oxia_contents .test{
	margin: 80px auto 120px;
	border: 1px solid #000;
	padding: 5%;
	box-sizing: border-box;
}

#oxia .oxia_contents .test .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#oxia .oxia_contents .test .inner dl{
	width: 48%;
	max-width: 370px;
	margin-bottom: 50px;
}

#oxia .oxia_contents .test .inner dt{
	background: #CCC1B8;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding: 5px 0;
	margin-bottom: 20px;
}

#oxia .oxia_contents .test ul.per{
	display: flex;
	justify-content: space-around;
	max-width: 600px;
	margin: 30px auto 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 16px;
}

#oxia .oxia_contents .test ul.per li:before{
	content: "■";
	font-size: 24px;
	margin-right: 8px;
	color: #5877BA;
	vertical-align: sub;
}

#oxia .oxia_contents .test ul.per li:nth-of-type(2):before{
	color: #F39800;
}

#oxia .oxia_contents .test ul.per li:nth-of-type(3):before{
	color: #B5B6B6;
}



@media only screen and (max-width: 810px) { 
	#oxia .oxia_contents .intro p{
		width: 28%;
	}

	#oxia .oxia_contents .intro dl{
		width: 70%;
	}
	#oxia .oxia_contents .intro{
		width: 90%;
	}
	#oxia .oxia_contents .intro dt {
	  font-size: 20px;
	}
	#oxia .oxia_contents .intro dd {
	  font-size: 14px;
	}

	#oxia .oxia_contents .quality{
		width: 90%;
		margin: 80px auto 0;
	}

	#oxia .oxia_contents .index dt {
	  font-size: 23px;
	}
	#oxia .oxia_contents .index dt br{
		display: block;
	}
	#oxia .oxia_contents .index dd{
		font-size: 14px;
	}

	#oxia .oxia_contents .quality .inner dt {
	  font-size: 17px;
	  margin-bottom: 0;
	}

	#oxia .oxia_contents .quality .inner dd{
		font-size: 14px;
	}

	#oxia .oxia_contents .quick{
		width: 90%;
		margin: 80px auto;
	}
	#oxia .oxia_contents .test{
		width: 90%;
	}
	#oxia .oxia_contents .test .inner dt{
		font-size: 14px;
	}
}

@media only screen and (max-width: 640px) { 
	#oxia .oxia_contents h2 {
	  font-size: 34px;
	}
	#oxia .oxia_contents .intro{
		display: block;
	}
	#oxia .oxia_contents .intro p {
	  width: 60%;
	  margin: 0 auto 30px;
	}
	#oxia .oxia_contents .intro dl {
	  width: 100%;
	}
	#oxia .oxia_contents .quality{
		margin-top: 60px;
	}
	#oxia .oxia_contents h4 {
	  font-size: 40px;
	}
	#oxia .oxia_contents .index dt {
	  font-size: 18px;
	}
	#oxia .oxia_contents .index dt br{
		display: block;
	}
	#oxia .oxia_contents .quality .inner dl {
	  width: 47%;
	  max-width: 230px;
	  margin: 0 1% 50px;
	}
	#oxia .oxia_contents .test .inner {
	  display: block;
	  max-width: 370px;
	  margin: 0 auto;
	}
	#oxia .oxia_contents .test .inner dl {
	  width: 100%;
	}
}




#oxia .lineup{
	max-width: 800px;
	margin: 80px auto;
}

#oxia .lineup h2{
	font-size: 45px;
	color: #90744C;
	font-weight: 300;
	letter-spacing: 0.15em;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 80px;
}

#oxia .lineup h2 span{
	display: block;
	font-size: 18px;
}

#oxia .lineup .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#oxia .lineup .inner .box{
	width: 30%;
}

#oxia .lineup .inner .box dl{
	margin-top: 30px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#oxia .lineup .inner .box dt p{
	font-size: 23px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#oxia .lineup .inner .box dd:nth-of-type(1){
	margin-top: 20px;
}


#oxia .lineup .inner .box dd p{
	font-size: 18px;
}

@media only screen and (max-width: 810px) { 

	#oxia .lineup{
		width: 90%;
	}
	#oxia .lineup .inner .box dt {
	  font-size: 14px;
	}
	#oxia .lineup .inner .box dt p {
	  font-size: 20px;
	}
	#oxia .lineup .inner .box dd {
	  font-size: 12px;
	}
	#oxia .lineup .inner .box dd p {
	  font-size: 16px;
	}
}

@media only screen and (max-width: 640px) { 
#oxia .lineup .inner{
	display: block;
}
#oxia .lineup .inner .box {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
#oxia .lineup .inner .box img{
	width: 30%;
	max-width: 156px;
}

#oxia .lineup .inner .box dl{
	width: 65%;
}







}









#oxia #movie{
	text-align:center;
}


#oxia #movie iframe{
	width:100%;
	max-width:1000px;
	margin:auto;
	height:580px;
}










#oxia #pagetop{
	position:fixed;
	right:10px;
	bottom:150px;
}

#footer_fix{
	position:fixed;
	right:10px;
	bottom:20px;
	font-family: 'Roboto', sans-serif;
	font-size:11px;
	letter-spacing:1px;
	text-align:center;
	max-width:280px;
	width:100%;
	margin:auto;
}

#oxia #contact{
	background-color:#ABABAB;
	display:inline-block;
	width:38%;
}

#oxia #contact a{
	color:#fff;
	/* background-image:url(../../img/lp/nadel2/arrow.png) !important;
	background-size:20px !important;
	background:no-repeat;
	background-position:right; */
	padding:15px 0;
	display:block;
	position: relative;
}

#oxia #contact a:after,
#oxia #pro a:after{
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right:10px;
  margin-top: -5px;
}



#oxia #pro{
	background-color:#95A5A6;
	display:inline-block;
	width:60%;
}

#oxia #pro a{
	color:#fff;
	padding:15px 0;
	display:block;
	position: relative;
}



#oxia #footer{
	width:100%;
	height:auto;
	padding:50px 0 0 0;
	text-align:center;
}





#oxia .site-header{
    display: flex;
    position: fixed;
    justify-content: space-between  !important;
    transition: .5s;
    width: 100%;
	z-index:99999999;
	top:0px;
	padding:20px 0 50px 0;

}

#oxia .site-header.transform{
	background-color:rgba(255,255,255,0.7);
}

#oxia #header img{
    margin-top: 18px;
    height: 33px;
}

#oxia .site-header ul{
	position:absolute;
	right:0px;
}

#oxia .site-header ul li{
	display:inline-block;
	list-style:none;
	font-size:18px;
	letter-spacing:0.15em;
	z-index:99999 !important;
	margin:0 20px;
}

#oxia #footer .logo{
	margin:130px auto;
	font-size: 100px;
}


#oxia #footer #copyright{
	letter-spacing:0.15em;
	font-size:12px;
}


#oxia #jewel_logo{
	width:100%;
	height:auto;
	text-align:center;
	background-color:#ccc;
	padding:20px 0;
	margin-top:20px;
	margin-bottom:-50px !important;
}

#oxia #jewel_logo img{
	height:40px;
}



@media only screen and (max-width: 1050px) { 

#oxia #pagetop{
	position:fixed;
	right:10px;
	bottom:150px;
}

#oxia #pagetop img{
	height:120px;
}



#oxia #footer{
	padding-bottom:100px;
}


#oxia #footer .navi ul li{
	display:block;
	font-size:15px;
	margin: 20px 0px;

}

#oxia #header ul{/*ヘッダーナビ*/
	position:fixed;
	top:20px !important;
	left:12% !important;
	right:auto;
	text-align:center;
}

#oxia #header ul li{/*ヘッダーナビ*/
display:none;}


#oxia #header ul li.logo{/*ヘッダーロゴ*/
	display:block !important;
	top:0px !important;
	left:50px !important;
}


#oxia #header img{
	margin-top:20px;
}


#oxia #footer .logo{
	margin:50px auto 80px;
}

#oxia #jewel_logo{
	padding:20px 0 100px 0;
	margin-top:20px;
	margin-bottom:-150px !important;
}

#oxia #jewel_logo img{
	height:40px;
}

}




@media only screen and (max-width: 870px) { 

	#oxia #pagetop{
		position:fixed;
		right:10px;
		bottom:130px;
	}

	#oxia #pagetop img{
		height:100px;
	}


	#footer_fix{
		width:100%;
		right:0;
		max-width:none;
		bottom:5px;
	}



	/*
	#oxia #contact{
		width:80%;
		max-width:350px;
		left:10%;
		bottom:2px;
	}


	#oxia #contact img{
		width:100%;
	}*/

	#oxia #footer{
		padding-bottom:100px;
	}


	#oxia #footer .navi ul li{
		display:block;
		font-size:15px;
		margin: 20px 0px;

	}

	#oxia #header ul{/*ヘッダーナビ*/
		position:fixed;
		top:0px !important;
		left:30%;
		right:auto;
		text-align:center;
	}

	#oxia #header ul li{/*ヘッダーナビ*/
	display:none;}


	#oxia #header ul li.logo{/*ヘッダーロゴ*/
		display:block !important;

	}
	#oxia #footer .logo{
		font-size:80px;
	}

}


@media only screen and (max-width: 640px) { 
	#oxia #footer .logo{
		font-size:70px;
	}


}



/*----------------

マウスオーバー

----------------------------*/


#oxia .navi ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
}
#oxia .navi ul li a::after {
 position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background:/* #666*/#90744C;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  margin-bottom:5px;

}
#oxia .navi li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}



#oxia #btn a::after {
	display:none;

}

#oxia #header ul li.logo a::after{
	display:none !important;
}



@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*

.Bnr .Bnr__img__inner a{
	width:190px;
}

.Bnr p a{
	color:#595757 !important;
}

.sp_bnr a{
	color:#595757;
}
	

.btn_sidebana2{
	width:63% !important;
}
*/











