.brand-common-PageTitle {
  background-color: #F0F9FF;
  background-image: url(https://shaken.r10s.jp//shaken/img/brand/eneos/bg_pagetitle_sp.png);
  background-position: right top;
  background-size: auto auto;
  background-repeat: no-repeat;
  display: flex;
  height: 170px;
}

@media screen and (min-width: 960px) {
  .brand-common-PageTitle {
    background-image: url(https://shaken.r10s.jp//shaken/img/brand/eneos/bg_pagetitle.png);
  }
}

.brand-common-Hero H1 {
  background-image: url(https://shaken.r10s.jp//shaken/img/brand/eneos/bg_hero_sp.png);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 350px;
  padding-top: 25px;
}

@media screen and (min-width: 960px) {
  .brand-common-Hero H1 {
    background-image: url(https://shaken.r10s.jp//shaken/img/brand/eneos/bg_hero_pc.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 380px;
    padding-top: 50px;
  }
}


.questionArea-wrap {
  background-color: #f7f7f7;
  padding: 30px 0;
}

@media screen and (min-width: 960px) {
  .questionArea-wrap {
    margin-bottom: 0 !important;
  }
}

.questionArea dt {
  padding: 16px 22px 16px 10px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 4px rgb(102, 102, 102, 0.4);
  position: relative;
  cursor: pointer;
}

.questionArea dt::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 40%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #CCCCCC;
  border-right: solid 2px #CCCCCC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questionArea .open::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 35%;
}

.questionArea dd {
  font-size: 14px;
  padding: 16px 20px;
  margin-bottom: 24px;
  line-height: 1.4;
  background-color: #fff;
  display: none;
}

@media screen and (min-width: 960px) {
  .questionArea dt {
    font-size: 20px;
    padding: 16px 6px 16px 30px;
    margin-bottom: 20px;
  }

  .questionArea dd {
    font-size: 16px;
  }
}

/*0408*/
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-eneos-Intro {
  align-items: flex-end;
  background-color: #EBF9FF;
  position: relative;
  overflow: hidden;
  padding: 16px;
}

/* ── テキスト側 ── */
.brand-eneos-Intro_Textarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.brand-eneos-Intro_Text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 999;
}

.brand-eneos-Intro_Label {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  margin-bottom: 0;
}

.brand-eneos-Intro_Heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}

.brand-eneos-Intro_Heading_num {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  color: #BF0000;
}

.brand-eneos-Intro_Heading_unit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #BF0000;
}

.brand-eneos-Intro_Heading_note {
  font-size: 12px;
  font-weight: bold;
  vertical-align: super;
  line-height: 1;
}

.brand-eneos-Intro_Desc {
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 0;
  color: #333;
  font-weight: bold;
}

.brand-eneos-Intro_Highlight {
  color: #BF0000;
  font-weight: bold;
}

/* ── 画像側（背景画像） ── */
.brand-eneos-Intro_Img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  overflow: hidden;
  flex: 0 0 45%;
  background-image: url(//shaken.r10s.jp/shaken/img/brand/eneos/202604/intro-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  transform: translateX(22%);
  /* 右に30%移動 */
}

.brand-eneos-Intro_note {
  font-size: 11px;
}


/* ── PC (min-width: 960px) ── */
@media screen and (min-width: 960px) {
  .brand-eneos-Intro_Label {
    font-size: 24px;
    line-height: 1.4;
    color: #333;
  }

  .brand-eneos-Intro {
    padding: 28px;
  }

  .brand-eneos-Intro_Heading {
    font-size: 24px;
  }

  .brand-eneos-Intro_Heading_num {
    font-size: 56px;
  }

  .brand-eneos-Intro_Heading_unit {
    font-size: 24px;
  }

  .brand-eneos-Intro_Text {
    gap: 8px;
  }

  .brand-eneos-Intro_Desc {
    font-size: 22px;
    line-height: 1.4;
  }

  .brand-eneos-Intro_Img {
    flex: 0 0 55%;
    transform: none;
    background-size: auto;
  }

  .brand-eneos-Intro_note {
    font-size: 13px;
  }
}

@media screen and (min-width: 600px) and (max-width: 960px) {
  .brand-eneos-Intro_Label {
    font-size: 24px;
    line-height: 1.4;
    color: #333;
  }

  .brand-eneos-Intro {
    padding: 28px;
  }

  .brand-eneos-Intro_Heading {
    font-size: 24px;
  }

  .brand-eneos-Intro_Heading_num {
    font-size: 56px;
  }

  .brand-eneos-Intro_Heading_unit {
    font-size: 24px;
  }

  .brand-eneos-Intro_Text {
    gap: 8px;
  }

    .brand-eneos-Intro_Desc {
    font-size: 22px;
    line-height: 1.4;
  }

  .brand-eneos-Intro_Img {
    background-size: contain;
    transform: none;
  }

}