
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	margin: 0 auto;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	word-break: break-word;/*自動改行*/
	
	background: #CFD7DF;
	
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}





/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: left;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 17%;
	padding: 2% 0 0 2%;
	
}

ul.topmenu li{
	width: 100%;
	margin: 0 auto;
}

ul.topmenu li.li60{
	width: 60%;
	float: left
}
	
ul.topmenu li.li40{
	width: 40%;
	float: left
}

div.panList_arr{
	text-align: right;
	padding: 2% 0 0 2%;
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 20%;
	padding: 2% 0 0 2%;
	
}

ul.topmenu li{
	width: 100%;
	margin: 0 auto;
}

ul.topmenu li.li60{
	width: 100%;
	
}
	
ul.topmenu li.li40{
	width: 100%;
	
}

div.panList_arr{
	text-align: center;
	padding: 2% 0 0 2%;
}


	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;	
}

.panList_item a {
  color: #999;
}

.panList_item a:hover {
  color: #2B292B;
  text-decoration: none;
}

@media (max-width:1024px) {
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #2B292B;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}




/***************************************

top hightfit.jsいる

***************************************/


.box{
	background: url(https://www.rakuten.ne.jp/gold/aranciato/tokusyu/181116/feature/image/181116-best-0.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 120px;
	xoverflow: hidden;
	position: relative;
}

.box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
}

.box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.box__title{
	
}



.box__text{
	width: 80%;
	margin: 2% auto;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.5rem;
}







@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.box__centered{
	width: 90%;
	left: 50%;
	position: absolute;
	top: 50%;
}	
	
.box__title img{
width: 90%;	
}

.box__text{
	width: 95%;
	margin: 0 auto;
	text-align: left;
	
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.2rem;
	
}
	
	


	
	
	
}






/***************************************

menu

***************************************/
section{width: 80%;
margin: 10% auto 10%;
}

ul.slider {
	width: 100%;
}

ul.slider li img{
	width: 77%;
}

ul.slider li p.bfo{
	width: 65%;
	color: #0000000;
	font-size: 1.9rem;
	font-weight: 900;
	margin: 2% 0 0 ;
	line-height: 2.3rem
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	


	ul.slider {
	width: 100%;
}

ul.slider li img{
	width: 90%;
}

ul.slider li p.bfo{
	width: 80%;
	color: #0000000;
	font-size: 1.5rem;
	font-weight: 900;
}

	}


/***************************************

menu

***************************************/


section.item1{
	width: 70%;
	margin: 0% auto 10%;
	
	
	background: #fff;
}

ul.itembox{
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	
	text-align: center;	
	overflow:hidden;
	}

ul.itembox li.li100{
	width: 100%;
	margin: 2% auto;
	clear: both;
	}

ul.itembox li.li100r{
	width: 100%;
	margin: 2% auto;
	clear: both;
	}

ul.itembox li.li100s{
	width: 100%;
	margin: -2% auto;
	clear: both;
	}

ul.itembox li.li50{
	width: 50%;
	margin: 2% auto;
  float: left;
	
	}
/*
ul.itembox li.li100 img{
	
	width: 100%;
	}*/

ul.itembox li.li100r img.no{
	width: 8%;
	
	}

ul.itembox li.li50 img{
	
	width: 90%;
	text-align: center
	}


ul.itembox li p.tfo{
	font-size: 1.4rem;
	text-align: center;
	padding:0.8% 0.5%;
	letter-spacing: 0.2rem;
	font-weight: 600;
	
	border: 1px solid #333;
	width: 15%;
	margin: 0 0 2%;
	
	}

ul.itembox li p.bbfo{
	font-size: 4rem;
	text-align: left;
	font-weight: 400;
	
	}

ul.itembox li p.mfo{
	width: 95%;
	padding: 0 0 0 1%;
	
	font-size: 1.5rem;
	text-align: left;
	
	line-height: 2.5rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	
	}

ul.itembox li p.mmfo{
	width: 100%;
	padding: 1% 0 0 0%;
	
	text-align: center;
		
	font-size: 1.2rem;	
	line-height: 2.0rem;
	letter-spacing: 0.1rem;
	font-weight: 900;
	
	}

ul.itembox li p.sfo{
	width: 90%;
	margin: 0 auto;
	padding: 1% 0 0 1%;
	
	font-size: 1.3rem;
	text-align: left;
	font-weight: 100;
	line-height: 2.0rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	
	}

ul.itembox li p.jump{
	width: 12%;
	margin: 2% auto;
	padding: 1% 1%;
	
	font-size: 1.3rem;
	color:#000;
	text-align: center;
	line-height: 2.0rem;
	letter-spacing: 0.1rem;
	font-weight: 900;
	
	background: #FFF;
	border: 2px solid #000;
	
	}


ul.series{
	width: 50%;
	overflow:hidden;
	margin: 0 auto;
	padding-bottom: 8%
	
	
}

ul.series li.li100{
	width: 100%;

	
	}
	
	
	
	



ul.series li.li30{
	width: 30%;
	float: left;
	margin-right: 1%;
	
	
	
}

ul.series li.li30r{
	width: 30%;
	float: left;
	margin-right: 1%;
	
	padding-bottom: 5%;
	
	
	
}



ul.series li img{
	width: 100%;
	text-align: center;
}	
	
	


ul.series li p.bbfo{
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.3rem;
	
}




ul.series li p.mfo{
	padding: 3% 1% 3% 2%;
	font-size: 1.1rem;
	text-align: left;
	font-weight: 100;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	
}




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
section.item1{
	width: 95%;
	margin: 0% auto 10%;
	
	
	background: #fff;
}

ul.itembox{
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
	
	text-align: center;	
	overflow:hidden;
	}

ul.itembox li.li100{
	width: 100%;
	margin: 2% auto;
	clear: both;
	}

ul.itembox li.li100r{
	width: 100%;
	margin: 2% auto;
	clear: both;
	}

ul.itembox li.li100s{
	width: 100%;
	margin: -2% auto;
	clear: both;
	}

ul.itembox li.li50{
	width: 50%;
	margin: 2% auto;
  float: left;
	
	}

ul.itembox li.li100 img{
	
	width: 100%;
	}
ul.itembox li.li50 img{
	
	width: 90%;
	text-align: center
	}

ul.itembox li.li100r img.no{
	width: 20%;
	
	}	
	
ul.itembox li p.tfo{
	font-size: 1.0rem;
	text-align: center;
	padding:1.3% 0.5%;
	letter-spacing: 0.1rem;
	font-weight: 600;
	
	border: 1px solid #333;
	width: 30%;
	margin: 0 0 4%;
	
	}	
	
ul.itembox li p.bbfo{
	font-size: 2rem;
	text-align: left;
	font-weight: 900;
	
	}

ul.itembox li p.mfo{
	width: 100%;
	padding: 0 0 0 1.5%;
	
	font-size: 1.2rem;
	text-align: left;
	
	line-height: 1.9rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	
	}

ul.itembox li p.mmfo{
	width: 100%;
	padding: 1% 0 0 0%;
	
	text-align: center;
		
	font-size: 1.1rem;	
	line-height: 2.0rem;
	letter-spacing: 0.1rem;
	font-weight: 900;
	
	}

ul.itembox li p.sfo{
	width: 90%;
	margin: 0 auto;
	padding: 1% 0 0 1%;
	
	font-size: 1.2rem;
	text-align: left;
	font-weight: 100;
	line-height: 2.0rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	
	}

ul.itembox li p.jump{
	width: 70%;
	margin: 5% auto;
	padding: 1% 1%;
	
	font-size: 1.3rem;
	color:#000;
	text-align: center;
	line-height: 2.0rem;
	letter-spacing: 0.1rem;
	font-weight: 900;
	
	background: #FFF;
	border: 2px solid #000;
	
	}


ul.series{
	width: 90%;
	overflow:hidden;
	margin: 0 auto;
	padding-bottom: 8%
	
	
}
	
	
ul.series li.li100{
	width: 100%;

	
	}

ul.series li.li30{
	width: 100%;
	float: left;
	margin: 2% 0 5% 0;
	
	
	
	
	
}

ul.series li.li30r{
	width: 48%;
	float: left;
	margin-right: 1%;
	
	
	
}



ul.series li img{
	width: 95%;
	text-align: center;
}	
	
	


ul.series li p.bbfo{
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.3rem;
	
}

ul.series li p.mfo{
	padding: 3% 1% 3% 2%;
	font-size: 0.8rem;
	text-align: left;
	font-weight: 100;
	line-height: 1.7rem;
	letter-spacing: 0.1rem;
	font-weight: 400;
	
}	
	
	
}

/***************************************
box__text
カラー

***************************************/


span.color{
	font-size: 1.4rem;
}

span.colori img{
	width: 1%;
	margin:0 0.2% 0 0;
	text-align: center
}

span.ecru{
	color: #e9eae5;
}
span.creem{
	color:#e7d8b7;}
span.gray{
	color:#cbcdca;}

span.yellow{
	color:#dbc659;}
span.camel{
	color:#ab8247;}

span.pink{
	color: #d7766f;}

span.orange{
	color: #c74716;
}
span.beige{
	color: #b09880;
}
span.grayge{
	color: #a1988c;
}
span.olive{
	color: #605b4b;
}

span.cinnamon{
	color:#99723f;
}

span.brown{
	color: #34271a;
}

span.mocha{
	color: #88572f;
}

span.blue{
	color: #3376bc;
}
span.purple{
	color:#642168;
}

span.navy{
	color: #223641;
}

span.charcoal{
	color:#47493e;
}


span.red{
	color:#98202a;}

span.black{
	color:#000;
}


@media screen  and (max-width:1024px){


span.colori img{
	width: 3.3%;
	margin:0 .8% 0 0;
	text-align: center
}
}

/***************************************

pagetop

***************************************/



.pagetop {
    position: fixed;
    bottom: 20px;
    right: -5%;
}

.pagetop img{
    width: 30%
}


@media screen  and (max-width:1024px){
	
	
	
	.pagetop {
    position: fixed;
    bottom: 10px;
    right: -55%;
}

.pagetop img{
    width: 30%
}
	
}




/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

