/** MAIN CONTAINERS
==============================================*/
.contents-oil .topnav {
  padding-top: 30px;
}

.contents-oil .topnav li {
  float: left;
}

.contents-oil .globalnav {
  display: none;
}

@media only screen and (max-width: 736px) {
  .contents-oil .globalnav {
    display: block;
  }
}

.contents-oil .section-hero {
  height: 548px;
  background-image: url(../img/hero-bg.jpg);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.contents-oil .section-hero .site-title {
  padding: 170px 70px 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero {
    background-image: url(../img/sp-hero-bg.jpg);
    height: 200px;
    padding-top: 20px;
  }
  .contents-oil .section-hero img {
    width: 100%;
  }
}

.contents-oil .section-hero .gallery-view {
  width: 660px;
  height: 450px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .gallery-view {
    width: 250px;
    margin: 0 auto;
    height: 165px;
  }
}

.contents-oil .section-hero .showcase {
  position: absolute;
  left: 425px;
  top: 40px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .showcase {
    position: static;
    width: 70%;
    margin: 0 auto;
  }
  .contents-oil .section-hero .showcase img {
    width: 100%;
  }
}

.contents-oil .section-hero .showcase .gallery li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.contents-oil .section-hero .showcase .dot-nav {
  text-align: center;
}

.contents-oil .section-hero .showcase .dot-nav li {
  margin: 0 6px;
  width: 10px;
  height: 10px;
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .showcase .dot-nav li {
    margin: 0 2px;
  }
}

.contents-oil .section-hero .showcase .dot-nav a {
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .showcase .dot-nav a {
    width: 6px;
    height: 6px;
  }
}

.contents-oil .section-hero .showcase .dot-nav .active a {
  background-color: #bb1901;
}

.contents-oil .section-hero .showcase .gallery-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .showcase .gallery-title img {
    height: 12px;
    width: auto;
  }
}

.contents-oil .section-hero .showcase .slide-img-0 .gallery-title {
  left: 10%;
  top: 25%;
}

.contents-oil .section-hero .showcase .slide-img-1 .gallery-title {
  left: 60%;
  top: 20%;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-hero .showcase .slide-img-1 .gallery-title {
    left: 50%;
  }
}

.contents-oil .section-hero .showcase .slide-img-2 .gallery-title {
  text-align: center;
  top: 42%;
  left: 34%;
}

.contents-oil .section-index .lead {
  margin: 0;
  padding: 50px 70px 60px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(../img/lead-img.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .lead {
    background-size: 30% auto;
    padding: 1.5em 28% 1.5em 6%;
  }
  .contents-oil .section-index .lead br {
    display: none;
  }
}

.contents-oil .section-index .lead p {
  font-size: 1.125em;
  line-height: 1.8;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .lead p {
    font-size: 1em;
    line-height: 1.6;
  }
}

.contents-oil .section-index .columns {
  width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .columns {
    width: auto;
    padding: 0;
    margin-bottom: 5px;
  }
}

.contents-oil .section-index .index-list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-list {
    margin-bottom: 5px;
  }
}

.contents-oil .section-index .index-list .row {
  margin: 0 -15px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-list .row {
    margin: 0;
  }
}

.contents-oil .section-index .index-list li {
  margin-bottom: 10px;
}

.contents-oil .section-index .index-list .lead {
  margin: 1em 0;
}

.contents-oil .section-index .index-list .panel {
  padding: 30px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-list .panel {
    padding: 20px 10px;
  }
}

.contents-oil .section-index .index-list .panel p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-list .panel p {
    margin-bottom: 1em;
  }
}

.contents-oil .section-index .index-content a {
  display: block;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  border-radius: 40px;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  background-size: 100% auto;
  overflow: hidden;
}

.contents-oil .section-index .index-content a span {
  padding: 20px 0;
  display: block;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-image: url(../img/nav-arrow.png);
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-content a span {
    padding: 1em 0;
    background-size: 20px auto;
    background-position: right 10px center;
  }
}

.contents-oil .section-index .index-content a:hover {
  transition: all 70ms cubic-bezier(0.42, 0, 0.58, 1);
  background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-content a:hover {
    transition-duration: 0s;
    background-color: transparent;
  }
}

.contents-oil .section-index .index-content a:hover span {
  background-position: 24px center;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-content a:hover span {
    background-position: right 10px center;
  }
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-content a {
    border-radius: 20px;
  }
}

.contents-oil .section-index .index-content .index-primary {
  margin-top: 30px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-content .index-primary {
    margin-top: 2em;
  }
}

.contents-oil .section-index .index-content .index-primary a {
  background-color: #fff;
}

.contents-oil .section-index .index-head {
  height: 178px;
  text-align: center;
}

.contents-oil .section-index .index-head a {
  display: block;
  position: relative;
  overflow: hidden;
}

.contents-oil .section-index .index-head a .bg {
  transform: scale(1, 1);
  transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-head a .bg {
    transform: scale(1, 1);
  }
}

.contents-oil .section-index .index-head a:hover .bg {
  transform: scale(1.15, 1.15);
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-head a:hover .bg {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

.contents-oil .section-index .index-head img {
  width: 100%;
  height: auto;
  position: relative;
}

.contents-oil .section-index .index-head img.bg {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-head {
    height: auto;
    background-size: cover;
  }
}

.contents-oil .section-index .index-kind .index-secondary a {
  font-size: 1.4rem;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-kind .index-secondary a {
    font-size: 1.0rem;
  }
}

.contents-oil .section-index .index-kind .index-secondary a b {
  font-size: 1.2em;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-eat {
    overflow: hidden;
  }
}

.contents-oil .section-index .index-eat ul {
  margin-right: -15px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-eat ul {
    margin: 0 -2%;
  }
}

.contents-oil .section-index .index-eat li {
  float: left;
  width: 200px;
  margin-right: 15px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .index-eat li {
    width: 50%;
    margin-right: 0;
    padding: 0 2%;
  }
}

.contents-oil .section-index .index-eat li a {
  border-radius: 30px;
}

.contents-oil .section-index .index-eat li a img {
  width: 100%;
  height: auto;
}

.contents-oil .section-index .index-eat li span {
  padding: 16px 0;
}

.contents-oil .section-index .index-kind .panel {
  background-image: url(../common/img/mat-kind.png);
}

.contents-oil .section-index .index-nutrition .panel {
  background-image: url(../common/img/mat-nutrition.png);
}

.contents-oil .section-index .index-eat .panel {
  background-image: url(../common/img/mat-eat.png);
}

.contents-oil .section-index .index-manual .panel {
  background-image: url(../common/img/mat-manual.png);
}

.contents-oil .section-index .banner {
  text-align: center;
  padding: 30px 0 50px;
}

@media only screen and (max-width: 736px) {
  .contents-oil .section-index .banner {
    padding: 0 10px 10px;
  }
  .contents-oil .section-index .banner img {
    width: 100%;
    height: auto;
  }
}
