.caption--oils--story .title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
.caption--oils--story .title.is-adventage {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}
.caption--oils--story .title.is-adventage span {
  margin: 0 32px;
  font-size: 32px;
  font-weight: 500;
  color: #2FAEF5;
  white-space: nowrap;
}
.caption--oils--story .title.is-adventage::before, .caption--oils--story .title.is-adventage::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #2FAEF5;
}
@media (max-width: 767px) {
  .caption--oils--story .title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
  .caption--oils--story .title.is-adventage::after, .caption--oils--story .title.is-adventage::before {
    display: none;
  }
  .caption--oils--story .title.is-adventage span {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
  }
}

.section__title__yamalube .pic {
  width: 304px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.section__title__yamalube .pic > img {
  max-width: 100%;
}
.section__title__yamalube .title {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
.section__title__yamalube strong {
  color: #DFC124;
}
@media (max-width: 767px) {
  .section__title__yamalube .title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.section__title__oils {
  text-align: center;
  margin-bottom: 32px;
}
.section__title__oils .small {
  font-size: 20px;
  font-weight: 300;
}
.section__title__oils .title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section__title__oils {
    text-align: left;
  }
  .section__title__oils .small {
    font-size: 16px;
  }
  .section__title__oils .title {
    font-size: 32px;
  }
}

.dl--yamalube--spec {
  display: grid;
  grid-template-columns: 30% 70%;
  align-items: center;
  gap: 32px;
}
.dl--yamalube--spec dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  background: rgba(2, 136, 209, 0.4);
  border-left: 2px solid #0288D1;
}
.dl--yamalube--spec dt::before {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent rgba(2, 136, 209, 0.4);
}
@media (max-width: 767px) {
  .dl--yamalube--spec {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dl--yamalube--spec dt {
    border-top: 2px solid #0288D1;
    border-left: none;
  }
  .dl--yamalube--spec dt::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-width: 12px 12px 0 12px;
    border-color: rgba(2, 136, 209, 0.4) transparent transparent transparent;
  }
  .dl--yamalube--spec dd {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.card--oil--cover {
  position: relative;
  width: 100%;
  background: #203554;
}
.card--oil--cover .caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  color: white;
  text-align: center;
}
.card--oil--cover .caption .title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .card--oil--cover .caption {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
    padding: 16px;
    aspect-ratio: unset;
  }
  .card--oil--cover .caption .title {
    line-height: 1.4;
  }
}

.card--oil {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
}
.card--oil .pic {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F2F2F2;
}
.card--oil .pic img {
  width: 80%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.card--oil .caption {
  text-align: center;
}

.section--page--content {
  padding: 40px 0;
}
.section--page--content.is-yamalube-1 {
  background: #f5f5f5;
}

.section--hero.is-yamalube picture {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .section--hero.is-yamalube {
    aspect-ratio: 375/500;
  }
}

@media only screen and (min-width:75em) {
.mobile_YAMALUBE{display: none;}
}
@media only screen and (min-width:48em) and (max-width:74.9375em) {
	.mobile_YAMALUBE{display: none;}
}

@media only screen and (max-width:47.9375em){
.pc_YAMALUBE{display: none;}
.img_YAMALUBE{clear: both; width: 250px; text-align: center; margin: auto;}
}