@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

body {
  width: 1200px;
  margin: 0 auto;
  font-family: "Meiryo", "メイリオ";
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

td img {
	display: block;
}

a { outline: none; }
a:hover,input:hover{
  text-decoration: none;
  filter:alpha(opacity=60);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
a:hover img{
  text-decoration: none;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
input:focus{
  border: none;
}

.bs{
  background: url("../images/pc_images/p_lp_2_l.png") no-repeat 50% 0;
}
.bs li{
  display: inline-block;
  width: 587px; /*590px*/
  position: relative;
}
.bs li:first-child{
  margin-right: 20px;
}
.bs li .order{
  position: absolute;
  bottom: 36px;
  left: 110px;
  z-index: 2;
}

.reason{
  position: relative;
}
.reason a{
  position: absolute;
  display: block;
  width: 234px;
  height: 154px;
  border-radius: 10px;
}
.reason a:hover{
  background: rgba(255,255,255,0.4);
}
.reason1{
  top: 482px;
  right: 170px;
}
.reason2{
  top: 720px;
  right: 164px;
}
.reason3{
  top: 732px;
  left: 103px;
}
.reason4{
  top: 535px;
  left: 103px;
}
.reason5{
  top: 340px;
  left: 103px;
}

.seibun dl{
  margin-bottom: 10px;
}
.seibun dl dt:hover img{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.seibun dl dd{
  display: none;
}

.stock{
  margin: 120px 0 70px;
  color: #737373;
}
.stock div{
  padding-left: 136px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
}
.stock div p{
  display: inline-block;
  margin-left: 40px;
}
.stock dl{
  padding: 35px 136px;
  border-bottom: 1px solid #bbb;
}
.stock dt{
  display: inline-block;
  vertical-align: middle;
}
.stock dd{
  display: inline-block;
  margin-left: 188px;
  vertical-align: middle;
}
.campaign div{
  position: relative;
}

.campaign .order-500 input{
  position: absolute;
  bottom: 90px; /*100px*/
  right: 175px; /*203px*/ 
}

.campaign .order-cp input{
  position: absolute;
  bottom: 55px;
  right: 142px; /*202px*/
}
.campaign .order input{
  position: absolute;
  bottom: 78px;
  right: 435px; 
}
.tax{
	left: 660px;
	bottom: 20px;
}

.bnr_size {
  margin-bottom: 20px;
}

/*フッター*/
.footer{
  width: 1000px;
  margin: 40px auto;
  border-left: 1px solid #60b8cb;
  border-right: 1px solid #60b8cb;
}
.footer ul li{
  display: inline-block;
  padding: 0 160px;
  line-height: 45px;
}
.footer ul li:first-child{
  border-right: 1px solid #60b8cb;
}
.footer ul li a{
  display: block;
  color: #737373;
  text-decoration: none;
}
.footer ul li a:hover{
  text-decoration: underline;
}


.returnTop {
	position: fixed;
	right: 10px;
	padding: 11px 16.5px;
	background-color: rgba(0,0,0,0.30);
	text-align:center;
	bottom: 50px;
	display: block;
}

.returnTop a img{
	display: block;
	margin: 0 auto 5px; 
}

.returnTop a {
	text-decoration: none; 
}

.returnTop a span{
	display: block;
	margin-left: 3px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
}
.link_campaign {
	position: relative;
}
.link_campaign a {
	position: absolute;
	top: 983px;
	left: 688px;
	color: #fff;
	text-decoration: underline;
}
.link_campaign a:hover {
	text-decoration: none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  body{
    width: 100%;
  }
  .pc { display: none !important; }
  .sp { display: block !important; }
  img{
    width: 100%;
    height: auto;
  }

  .bs{
    width: 96%;
    margin: 0 auto;
    background: url("../images/sp_images/s_lp_2_l.png") no-repeat 0 50%;
  }
  .bs li{
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .bs li:first-child{
    margin-right: auto;
    padding-bottom: 5px;
  }
  .bs li .order-500{
    position:absolute;
    width: 87%;
    bottom: 8%;
    left: 6.5%;
  }

  .bs li .order-cp{
    position:absolute;
    width: 85%;
    bottom: 7.7%;
    left: 7.5%;
  }

  .bs li .order{
    width: 84%;
    bottom: 15%;
    left: 8%;
  }

  .stock{
    margin: 20px 0 40px;
  }
  .stock div{
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px 0;
  }
  .stock div .tit{
    width: 40%;
  }
  .stock div p{
    display: inline-block;
    margin-left: 30px;
    font-size: 12px;
  }
  .stock dl{
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
  }
  .stock dt{
    padding: 0px 40px 0px 10px;
  }
  .stock dt img:hover{
    opacity: 1;
  }
  .stock dd{
    margin: -30px 0 0 15px;
    font-size: 13px;
  }

  .campaign .order-500 input{
    bottom: 9%;
    right: 9%;
    width: 82%;
  }
  .campaign .order-cp input{
    bottom: 9%;
    right: 9%;
    width: 82%;
  }
  .campaign .order input{
    bottom: 15%;
    right: 9%;
    width: 82%;
  }
  .footer{
    width: 100%;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #60b8cb;
  }
  .footer ul li{
    width: 48%; /*49%*/
    padding: 0;
    line-height: 4em;
    text-align: center;
  }
  .footer ul li a{
    font-size: 12px;
  }
	
.returnTop {
	position: fixed;
	right: 10px;
	padding: 1.5% 2%;
	background-color: rgba(0,0,0,0.30);
	text-align:center;
	bottom: 5% !important; 
	display: block;
}

.returnTop a img{
	width: 70%;
}

.returnTop a {
	text-decoration: none; 
}

.returnTop a span{
	display: block;
	margin-left: 3px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 3px;
}

.bnr_size {
  margin-top: 20px;
  margin-bottom: -10px;
}
	.link_campaign a {
		top: 62.3%;
		left: 4.7%;
	}
}