@charset "euc-jp";

a:hover img {
	opacity: 1;
}

#wrapper {
	width: 100%;
  display: block;
  margin: -45px auto 0;
}

/*PCヘッダー*/
.pc_header_area {
  display: block;
	width: 100%;
	position: relative;
  z-index: 999;
  background: #ff829c;
}
#shilogo {
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
	width: 27px;
  z-index: 10000;
}
#SHIROHATO{
  position: absolute;
  left: 50px;
	top: 13px;
  width: 130px;
}
.sns {
  display: block;
  float: right;
  margin: 9px 15px 10px 0;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
}
.sns a:hover{
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}
#insta{
}
#line{
}
.pc_cart {
  display: block;
  float: right;
  margin: 8px 15px 0 0;
	width:25px;
  opacity: 1;
  z-index: 9999;
}
.pc_search {
  float: right;
  margin: 8px 15px 0 0;
  z-index: 10;
  opacity: 1;
}
.pc_search .inputText {
  float: left;
  font-size: 10px;
  width: 175px;
  height: 25px;
  margin-right: -1px;
  padding: 3px 5px 5px;
  border: 1px solid #bbb;
  border-radius: 0;
  line-height: 18px;
  oveflow: visible;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}
.pc_search .inputText.isLivesearch{
  width: 205px;
}
.pc_search .btnSearch {
  float: left;
  width: 28px;
  height: 25px;
  border:none;
  background: #222 url(https://www.rakuten.ne.jp/gold/shirohato/images/common/ico_btn_search01.png) no-repeat center center;
  background-size: 12px;
  color: transparent;
  overflow: hidden;
}


/*タイトル*/
.tit_area {
	width: 100%;
	margin: 50px 0 50px;
}
.main_tit{
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 180px;
  text-align: center;
  color: #f33;
  margin: 0 auto 0px;
  line-height: 170px;
  letter-spacing: 0.05em;
}
.center{
  max-width: 800px;
  margin: 0 auto 0;
  text-align: center;
}
.sub_tit{
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #f33;
}


.disc{
	width: 100%;
	padding: 30px 0 60px;
  overflow: hidden
}

.disc_tit{
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 150px;
	text-align: center;
	color: #fff;
	margin: 0 0 25px;
}
.disc_tit mark01{
	letter-spacing: -0.1em;
}
.disc_tit span{
	font-size: 40px;
	font-weight: 600;
	font-style: italic;
}
.disc_item{
	width: 900px;
	margin: 0 auto;
}
.disc_item_list{
	width: 100%;
  margin-left: 75px;
  
}
.disc_item_list li{
	display: block;
	float: left;
	width: 33.333%;
	margin: 0 0 3%;
}
.disc_item_list li a{
	display: block;
  overflow: hidden;
}
.disc_item_list li a:hover{
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}
.disc_img{
  display: block;
	width: 50px;
  float: left;
  margin-right: 6px;
}
.disc_cat{
  display: block;
	font-size: 19px;
	line-height: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	color: #fff;
}
.disc_more {
	width: 365px;
	position: relative;
	display: block;
	padding: 6px 0;
	margin: 35px auto;
	text-align: center;
	font-size: 13px;
	border: solid 1px #fff;
}
.disc_more a {
  display: block;
  overflow: hidden;
	color: #fff;
}
/*.disc_more a:hover {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.5;
}*/
.disc_more  p{
	display: inline-block;
}
.disc_more .arrow{
  position: absolute;
	right: 5px;
	top: 7px;
}
#off_1{
	background: #f33;
}
#off_2{
	background: #e22;
}
#off_3{
	background: #d11;
}
#off_4{
	background: #c11;
}
#off_5{
	background: #b11;
}
#off_6{
	background: #a00;
}
#off_7{
	background: #900;
}
#off_8{
	background: #800;
}
@media screen and (max-width: 640px) {

#wrapper{
  margin: 0;
}
.pc_header_area {
  display: none;
}
/*タイトル*/
.tit_area {
	width: 100%;
	margin: 0 0 0;
  padding: 63px 0 20px;;
  background: #f33;
}
.main_tit{
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #fff;
}
.center{
  max-width: 100%;
  margin-top: 37px;
}
.sub_tit{
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.disc{
	width: 100%;
	padding: 25px 0;
}
.disc_tit{
	font-weight: 500;
	font-size: 110px;
	text-align: center;
	color: #fff;
	margin: 0 0 5px 13%;
}
.disc_tit span{
	font-size: 20px;
}
.disc_item{
	width: 98%;
	margin: 0 1%;
}
.disc_item_list{
	width: 112%;
  margin-left: 0;
  
}
.disc_item_list li{
	width: 29.333%;
	margin: 0 1% 3%;
}
.disc_img{
	width: 30px;
  margin-right: 1px;
}
.disc_cat{
	font-size: 12px;
	line-height: 30px;
	height: 30px;
}
.disc_more {
	width: 75%;
	position: relative;
	display: block;
	padding: 4px 0;
	margin: 25px auto;
	text-align: center;
	font-size: 12px;
}
.disc_more  p{
	display: inline-block;
}
.disc_more .arrow{
	right: 5px;
	top: 5px;
}
}