@charset "UTF-8";

div#body {
  width: auto;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#wrapper {
  width: auto;
  min-width: 1040px;
}
div#body .ttl {
  position: relative;
  margin: 0 auto;
  width: 960px;
}
div#body .sns {
  position: absolute;
  top: 0;
  right: 15px;
}
#wrapper a {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
#wrapper a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* --------------------------------------------------
  hero
-------------------------------------------------- */
#wrapper #hero {
  height: 800px;
  background: #fbeaef url(../img/hero_bg.jpg) center top no-repeat;
}
#wrapper #hero .inner{
width: 1006px;
margin: 0 auto;
position: relative;
padding: 158px 0 0 0;
}
#wrapper #hero h2 {
  width: 1006px;
}
#wrapper #hero .icon{
position: absolute;
top:46px;
left:146px;
}
/* --------------------------------------------------
  intro
-------------------------------------------------- */
#wrapper #intro {
  padding: 0 0 87px 0;
  background: #ffffff;
}
#wrapper #intro h3 {
  margin: 62px 0 0 0;
  text-align: center;
}
#wrapper #intro div {
  margin: 57px 0 0 0;
  text-align: center;
}

/* --------------------------------------------------
  about2e
-------------------------------------------------- */
#about2e {}
#about2e h4 {
  background: #76cbdd;
  text-align: center;
}
#about2e .about2e_in {
  padding: 0 0 100px 0;
  background: #f8f3e6;
  text-align: center;
}
#about2e .about2e_in .inner{
width: 1000px;
margin: 0 auto;
position: relative;
}
#about2e .about2e_in .inner .icon{
position: absolute;
top:300px;
left:0px;
}
#about2e ul.gift {
  width: 840px;
  margin: 50px auto 0 auto;
}
ul.gift li {
  float: left;
  transition: opacity 0.3s ease-in-out;
}
ul.gift li:nth-child(even) {
  float: right;
}
ul.gift li:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
ul.gift li.out-of-stock {
float: none;
text-align: center;
}
/* --------------------------------------------------
  gift2e
-------------------------------------------------- */
#gift2e {
  background: url(../img/gift2e_bg.png) center top repeat-y;
  background-size: 100% auto;
}
#gift2e h4 {
  background: #76cbdd;
  text-align: center;
}
#gift2e .img01 {
  background: url(../img/gift2e_img01_bg.jpg) center top no-repeat;
  text-align: center;
}
#gift2e .img01 .inner{
width: 1000px;
margin: 0 auto;
position: relative;
}
#gift2e .img01 .inner .icon{
position: absolute;
top:57px;
left:735px;
}
#gift2e .img02 {
  text-align: center;
}
#gift2e ul.gift {
  width: 840px;
  margin: 0 auto;
}
#gift2e .send_in {
  width: 530px;
  margin: 50px auto 0 auto;
}
#gift2e .send_in .box {
  position: relative;
  width: 530px;
  height: 80px;
  margin: 0 auto;
  background: url(../img/gift2e_send_bg.png) no-repeat;
}
#gift2e .send_in .box a {
  display: block;
  position: absolute;
  top: 40px;
  left: 99px;
  transition: opacity 0.3s ease-in-out;
}
#gift2e .send_in .box a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#gift2e .bnr_gift2{
text-align: center;
margin-top: 50px; 
}
#gift2e .bnr_gift2 a{
transition: opacity 0.3s ease-in-out;
}
#gift2e .bnr_gift2 a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}
/* --------------------------------------------------
  attention
-------------------------------------------------- */
#attention {
  padding: 120px 0 0 0;
  background: url(../img/gift2e_bg.png) center top repeat-y;
  background-size: 100% auto;
}
#attention .inner {
  width: 840px;
  margin: 0 auto;
  padding: 0 0 140px 0;
  color: #666666;
  font-size: 12px;
  line-height: 30px;
}
#attention h5,
#attention h6 {
  font-weight:normal;
}
#attention h6,
#attention p {
  margin: 30px 0 0 0;
}
#attention h5 + h6 {
  margin: 0;
}

