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

body{
	font-family: "FOT-マティス Pro M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
	color: #1e1007;
}

body#top{
	background: #080703 url("../img/top_bk.jpg") no-repeat top center;
	color: #fff;
}

@media screen and (max-width: 768px){
	body#top{
	background: #080703 url("../img/top_bk_smart.jpg") no-repeat top center;
		background-size: cover;
	}
}



hr{
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	line-height: 0;
	border: none;
}
.center{ text-align: center;}

.clear-left{
	clear: left;
}

.clear-right{
	clear: right;
}

#contents{
	width: 100%;
	overflow: hidden;
}

.container{
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}


@media screen and (max-width: 768px){
	.container{
		width: 100%;
	}
}

.mb20{ margin-bottom: 20px;}

.floatleft{
	float: left;
}

.img_90{
	width: 90%;
	margin: 0px auto;
}
.img_90 img{
	width: 100%;
}


.font-50 { font-size:  50%;}
.font-70 { font-size:  70%;}
.font-80 { font-size:  80%;}
.font-90 { font-size:  90%;}
.font-110{ font-size: 110%;}
.font-120{ font-size: 120%;}
.font-130{ font-size: 130%;}
.font-140{ font-size: 140%;}
.font-150{ font-size: 150%;}
.font-160{ font-size: 160%;}
.font-170{ font-size: 170%;}
.font-180{ font-size: 180%;}
.font-190{ font-size: 190%;}
.font-200{ font-size: 200%;}
.font-210{ font-size: 210%;}
.font-normal{ font-weight: normal;}

.font-bold{ 
	font-weight: bold;
	font-family: "NewCezannePro-B";
}
.font-min{font-family: "FOT-マティス Pro M", “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “ＭＳ Ｐ明朝”, “ＭＳ 明朝”, serif;}
.font-italic{font-style: italic;}
.font-vertical{
   -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
    }

.font-line{ text-decoration: underline;}

.letter-sp1{ letter-spacing: 0.1em !important;}

.color_orange{ color: #ec6941;}
.color_blue{color:#38bcd2;}
.color_blue2{color: #0096df;}
.color_green{ color: #54bd84;}
.color_red{ color: #a40000;}
.color_white{ color: #fff;}
.color_purple{ color: #8957a1;}

.en{font-family:"AJensonPro-Lt" ,'Monotype Corsiva';}
.letter-sp{ letter-spacing: 0.05em;}


.line_yellow{ background: #fff799;}

.vertical {
        writing-mode: vertical-rl;
    }

.li_sp{ margin-top: 10px; padding-top: 10px;}

.margin_bottom0{ margin: 0 !important;}
.margin_top15{ margin-top: 15px !important;}
.margin_top30{ margin-top: 30px !important;}

.width50px{
	width: 50px!important;
}

.width70px{
	width: 70px!important;
}

.width-30{
	width: 30%!important;
}

.width-50{
	width: 50%!important;
}

.width-40{
	width: 40%!important;
}
@media screen and (max-width: 768px){
	.width-40{
		width: 100%;
	}
}

.width100p{
	width: 100%!important;
}

/******************************
　　　　　トップページ
*******************************/

.container_top{
	width: 1300px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 768px){
	.container_top{
	width: 100%;
	}
}

h1#h1_top{
	font-family:  "FOT-マティス ProN DB", "MatisseProN-DB";
	font-size: 200%;
	padding: 50px 0 0 0;
	margin: 0;
	background: #4e3418;
  background: -webkit-linear-gradient(-45deg, #d0975b 10%, #4e3418 20%, #d0975b 25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1#h1_top a,
h1#h1_top a:hover{
	text-decoration: none;
}

h1#h1_top .h1_1{
	font-size: 250%;
}

h1#h1_top .h1_2{
	font-size: 100%;
}

br.br_1{
	display: none;
}

@media screen and (max-width: 768px){
	h1#h1_top{
		text-align: center;
		font-size: 120%;
		margin: 20px 0 0 0;
		padding: 0;
		background: -webkit-linear-gradient(-120deg, #d0975b 20%, #4e3418 30%, #d0975b 45%);
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
	}
	
	br.br_1{
		display: block;
	}
}

.copy1{
	font-size: 80%;
	color: #aaaaaa;
	position: fixed;
    bottom: 0;
}

/*======= Button =======*/

ul.nav_top{
	margin: 50px 0 50px 0;
	padding-inline-start:0;
}

ul.nav_top li.button{
  padding: 15px 50px 15px 0;
  margin:10px 4px;
  position: relative;
  text-decoration: none;
  display: list-item;
	list-style: none;
	width: auto;
	font-size: 150%;
	font-style: italic;
	color: #FFC778;
  background: -webkit-linear-gradient(left, #FFC778 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.margin10{
		margin-right: 20px;
	}

@media screen and (max-width: 768px){
	ul.nav_top{
	margin: 70px 0 0 0;
	}
	
	ul.nav_top li.button{
		font-size: 110%;
		padding: 5px 20px 5px 0;
		line-height: 1;
	}
	
	.margin10{
		margin-right: 0px;
	}
}


ul.nav_top li a{
	color: #fff;
}

ul.nav_top li a:hover{
	text-decoration: none;
	color: #fbe1bd;
}


ul.nav_top li.button::before {
  content: '';
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 30%;
  height: 1px;
  background: -moz-linear-gradient(left, #311106, #FFC778);
  background: -webkit-linear-gradient(left, #311106, #FFC778);
  background: linear-gradient(to left, #311106, #FFC778);
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}

ul.nav_top li.button:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}


@media screen and (max-width: 768px){
	ul.nav_top li.button::before {
		width: 40%;
	}
}
