.inner {
/*  max-width: 980px;*/
  margin: auto;
}
.header {
  max-width: 980px;
  text-align: center;
  margin: auto;
}
.main {
  text-align: center;
}
.main-visual {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-bottom: 15px;
}
.main-visual img {
  max-width: 980px;
}
.main-lead {
  padding-bottom: 30px;
}
.content-img {
  width: 100%;
  max-width: 980px;
}
.section {
  padding-bottom: 30px;
}
.section div, .section h3, .section h4, .section p {
  max-width: 980px;
  margin: auto;
}
.section01 {
  background-color: #FFF2E2;
  padding-top: 20px;
}
.section02 {
  background-color: #EBDDC7;
  padding-top: 30px;
}
.section03 {
  background-color: #E7CCBB;
  padding-top: 30px;
}
.section04 {
  background-color: #EBDDC7;
  padding-top: 30px;
}

.item-cart {
  position: relative;
/*  margin-bottom: 1.85%;*/
}

.item-btn {
  position: absolute;
  left: 10.2%;
  width: 79.591%;
}
.item-btn:hover {
  opacity: 0.8;
  transition: .5s;
}

.item-btn--1 {
  bottom: 5%;
}

.item-btn--2 {
  bottom: 15%;
}

.item-btn img {
  display: block;
  width: 100%;
}

.section .video {
  padding: 20px 40px 30px;
  max-width: 900px;
  background-color: #fff;
}
.video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}