@charset "utf-8";

::selection {
	background-color: #000;
	color: #fff;
}

button {
	outline: none;
}

.tb,
.sp {
	display: none;
}

#head {
  text-align: center;
}

#content {
  width: 1100px;
  margin: 0 auto;
}

section {
  margin: 50px 0;
}

section.type_brand h3 {
  display: block;
  height: 75px;
  line-height: 80px;
  background: url('../img/bg_h3.png') no-repeat 0 0;
  padding: 0 0 0 55px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-shadow:2px 2px 0px #000000;
  margin: 0 0 20px;
}

section.type_brand ul.brand_list {
  overflow: hidden;
}

section.type_brand ul.brand_list li {
  float: left;
  margin: 0 0 20px;
}

section.type_brand ul.brand_list li:nth-child(2n) {
  float: right;
}

section.type_brand section h4 {
  display: block;
  height: 75px;
  line-height: 80px;
  background: url('../img/bg_h4.png') no-repeat 0 0;
  padding: 0 0 0 55px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-shadow:2px 2px 0px #000000;
  margin: 0 0 20px;
}

section.type_brand section ul {
  text-align: center;
  letter-spacing: -.4em;
}

section.type_brand section ul li {
  display: inline-block;
  width: 32%;
  background: #c5c5c5 url('../img/bg_item.png') repeat-x 0 0;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #c5c5c5;
  border-bottom: 8px solid #606060;
  margin: 0 2% 2% 0;
  letter-spacing: normal;
  position: relative;
  border-radius: 4px;
}

section.type_brand section ul li a {
  display: block;
  height: 100%;
}

section.type_brand section ul li:nth-child(3n) {
  margin-right: 0;
}

section.type_brand section ul li span{
  display: block;
  text-align: center;
  font-size: 28px;
  padding: 20px 0 12px;
  border-bottom: 1px solid #909090;
  width: 290px;
  margin: 0 auto;
}


section.type_brand section ul li img {
  position: absolute;
  right: 9px;
  top: 25px;
}

section.type_brand section ul li:hover {
		opacity: 0.6;
}

section.type_brand ul.brand_list li:hover {
		opacity: 0.6;
}

.pc_head {
  width: 1100px;
  margin: 0 auto 10px;
}

@media screen and (min-width: 1100px) {
  .sp_header {
    display: none;
  }
  .sp_head {
    display: none;
  }
}

#page-top {
  bottom: 86px;
  position: fixed;
  right: 20px;
}
#page-top a img:hover{
  opacity:1;
  background:none;
}

#content .alt-font{
	font-size: 22px;
	padding-top: 12px;
	padding-bottom: 4px;
}

.alt-patch{
	 top: -8px;
 }

@media screen and (max-width: 1099px) {
  #head iframe {
    display: none;
  }
  .pc_head {
    display: none;
  }
  .sp_header {
    display: block;
  }
  #content {
    width: 100%;
  }
  section {
    margin: 8% 0;
  }
  section.type_brand ul.brand_list {
    padding: 0 3%;
  }
  section.type_brand ul.brand_list li {
    width: 49%;
  }

  img {
    max-width: 100%;
  }
  section.type_brand section ul {
    overflow: hidden;
    padding: 0 3%;
  }
  section.type_brand section ul li {
    float: left;
    display: block;
    width: 49%;
    height: auto;
    margin: 0;
    margin-bottom: 2%;
    border-bottom: 1vw solid #606060;
    border-radius: 1.2vw;
    background: url('../img/bg_item.png') repeat-x 0 100%;
    background-size: auto 100%;
  }

  section.type_brand section ul li:nth-child(2n) {
    float: right;
  }
  section.type_brand section ul li span {
    width: 80%;
    font-size: 3.6vw;
    padding: 6% 0 4%;
    margin: 0 auto 3%;
  }
  section.type_brand section ul li img {
    position: absolute;
    top: 40%;
    right: 5%;
    width: 2vw;
  }
  section.type_brand h3 {
    font-size: 5vw;
    padding: 3% 0 2% 10%;
    line-height: 1.2em;
    height: auto;
    background-size: cover;
  }
  section.type_brand section h4 {
    font-size: 5vw;
    padding: 3% 0 2% 10%;
    line-height: 1.2em;
    height: auto;
    background-size: cover;
  }
  #line {
    overflow: hidden;
  }
  #line > div {
    float: left;
    width: 50%;
  }
  .coupon_bnr {
    margin: 5% 0;
  }

  #page-top {
    width: 20%;
    bottom: 20px !important;
  }

  section.type_brand section ul li span{
		padding-top:10.3%;
	  padding-bottom:7.3%;
	}

	#content .alt-font{
	  font-size: 3.2vw;
		line-height: 4.2vw;
		padding-top:5%;
		padding-bottom: 2%;
	}

	.alt-patch{
		 top: 0px;
	 }

	#content .alt-font-li{
		top:0;
	}

}
