@charset "utf-8";

/* -------------------------- overwrite -------------------------- */

@media (max-width : 960px) {
  body{
    min-width:auto;
    overflow-x: hidden;
    color: #221815;
  }
}

sub {
  display: inline-block;
  font-size: 50%;
  vertical-align: text-top;
}

/* -------------------------- Common -------------------------- */
.hydra-eye_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight:400;
  letter-spacing: 0;
  line-height: 1.6;
  color:#000;
  overflow:hidden;
  --red: #da383d;
}
.hydra-eye_wrap img {
  vertical-align: middle;
}
.sp_block {
  display:none;
}

@media (max-width : 960px) {
  .hydra-eye_wrap {
    font-size: 14px;
  }
  .pc_block {
    display:none;
  }
  .sp_block {
    display:block;
  }
}

.hydra-eye_note {
  font-size:12px;
  line-height: 2.0;
  text-align: center;
  margin-top: 47px;
}

/* -------------------------- ふわふわ揺れるアニメ（共通で使う） -------------------------- */
.hydra-eye_bubble {
  animation-name: hydexAnimBubble;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.hydra-eye_bubble img {
  width: 100%;
  vertical-align: bottom;
}
.hydra-eye_bubble.ver1 {
  animation-duration: 1.2s;
}
.hydra-eye_bubble.ver2 {
  animation-duration: 1.4s;
}
.hydra-eye_bubble.ver3 {
  animation-duration: 1.6s;
}
.hydra-eye_bubble.ver4 {
  animation-duration: 1.8s;
}
.hydra-eye_bubble.ver5 {
  animation-duration: 2.0s;
}
.hydra-eye_bubble.ver6 {
  animation-duration: 2.2s;
}

@keyframes hydexAnimBubble {
  0% {
    transform:translateY(0);
  }
  100% {
    transform:translateY(50px);
  }
}

/* -------------------------- Page -------------------------- */

.hydra-eye_fv_inner {
  position: relative;
  padding: 10px;
  font-size: 0;
  text-align: center;
  background: url(../images/mv_bg_pc.png) 50% 50% / cover no-repeat;
}
.hydra-eye_fv_main {
  position: relative;
  z-index: 1;
}
.hydra-eye_pt_ball {
  position: absolute;
}
.hydra-eye_pt_ball img {
  width: 100%;
}
.hydra-eye_fv-shape01 {
  left: 14.93vw;
  bottom: 3.66vw;
  width: 8.125vw;
}
.hydra-eye_fv-shape02 {
  left: 30.38vw;
  bottom: 1vw;
  width: 5.19vw;
}
.hydra-eye_fv-shape03 {
  top: 24.13vw;
  left: 0;
  width: 6.149vw;
}
.hydra-eye_fv-shape04 {
  top: 0;
  left: 0;
  width: 14.71vw;
}
.hydra-eye_fv-shape05 {
  top: 3.026vw;
  right: 28.989vw;
  width: 10.175vw;
}
.hydra-eye_fv-shape06 {
  top: -3.45vw;
  right: 0;
}
.hydra-eye_fv-shape07 {
  left: 0;
  bottom: 0;
  width: 16.95vw;
}

@media (max-width : 960px) {
  .hydra-eye_fv_inner {
    padding: 48px 0 16px;
    background: url(../images/mv_bg_sp.png) 50% 50% / cover no-repeat;
  }
  .hydra-eye_fv_main,
  .hydra-eye_fv_main picture,
  .hydra-eye_fv_main picture img {
    width: 100%;
  }

  .hydra-eye_fv-shape01 {
    bottom: 24.866vw;
    left: 44.533vw;
    width: 13.6vw;
  }
  .hydra-eye_fv-shape02 {
    bottom: 4.93vw;
    left: 10.666vw;
    width: 9.333vw;
  }
  .hydra-eye_fv-shape03 {
    top: 95.466vw;
    width: 8.533vw;
  }
  .hydra-eye_fv-shape04 {
    top: 45.333vw;
    left: auto;
    right: 0;
    width: 29.866vw;
  }
  .hydra-eye_fv-shape05 {
    top: 18vw;
    left: 0;
    right: auto;
    width: 6vw;
  }
  .hydra-eye_fv-shape06 {
    top: 9.2666vw;
    right: 4.66vw;
    width: 14.933vw;
  }
  .hydra-eye_fv-shape07 {
    display: none;
  }
}

.hydra-eye_explanation {
  background: url(../images/explanation-bg_pc.png) 50% 0 / 100% 100% no-repeat;
}
.hydra-eye_explanation_inner {
  padding: 102px 40px 45px;
}

.hydra-eye_explanation_sec_title {
  margin-bottom: 74px;
  font-size: 0;
  text-align: center;
}
.hydra-eye_explanation_sec_text {
  font-size: 22px;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  color: #FFF;
}
.hydra-eye_explanation_sec_text p:not(:last-child) {
  margin-bottom: 16px;
}

.hydra-eye_explanation_sec_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.hydra-eye_explanation_sec_text p {
  margin: 0 0 1.6em;
}
.hydra-eye_explanation_box {
  max-width: 700px;
  margin: 0 auto 80px;
}
.hydra-eye_explanation_box_title {
  background: linear-gradient(0deg, #0f202d 0%, #0e2f49 100%);
  margin: 0;
  padding: 28px 10px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  border-radius: 10px 10px 0 0;
}
.hydra-eye_explanation_box_title span {
  font-size: 22px;
  letter-spacing: 2px;
}
.hydra-eye_explanation_box_title span.hydra-eye_explanation_box_title_big {
  font-size: 46px;
  line-height: 1.2;
}
.hydra-eye_explanation_list {
  background: #fff url(../images/explanation_item_bg.png) 50% 64%/ cover no-repeat;
  padding: 40px 70px 30px;
  font-size: 20px;
  position: relative;
  filter: drop-shadow(0 5px 0 #5b4f4a);
}
.hydra-eye_explanation_list::before {
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff url(../images/explanation_item_bg.png) 50% 22% / cover no-repeat;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
  pointer-events: none;
}
.hydra-eye_explanation_list li:not(:last-of-type) {
  margin-bottom: 25px;
}
.hydra-eye_explanation_list li::before {
  content: '';
  position: relative;
  display: inline-block;
  top: 11px;
  margin-right: 15px;
  width: 38px;
  height: 38px;
  background: url('../images/icon-check.png') no-repeat;
  background-size: contain;
}
.hydra-eye_explanation_sec-bottom {
  margin-bottom: 100px;
  text-align: center;
}
.hydra-eye_explanation_sec-bottom_img01 {
  margin-bottom: 56px;
}

.hydapd_every_bottom {
  display: flex;
  max-width: 970px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}
.hydapd_every_bottom_inner {
  width: 60%;
  min-width: 60%;
  text-align: center;
}
.hydapd_every_catch {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 1.5px;
  line-height: 1.2;
  color: #da383d;
}
.hydapd_every_desc {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 200;
  line-height: 1.4;
}
.hydapd_every_points_row {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
  gap: 0 20px;
}
.hydapd_every_bottom_pkg {
  padding: 20px 0 0 12px;
}

@media (max-width : 960px) {
  .hydra-eye_explanation {
    background: url(../images/explanation-bg_sp.png) 50% 50% / cover no-repeat;
  }
  .hydra-eye_explanation_inner {
    padding: 54px 20px 57px;
  }
  .hydra-eye_explanation_sec_title {
    margin-bottom: 38px;
  }
  .hydra-eye_explanation_sec_text {
    margin: 0 -8px;
    font-size: 13px;
    line-height: 2.2;
    letter-spacing: 1.5px;
  }
  .hydra-eye_explanation_sec_text p {
    margin-bottom: 36px;
  }
  .hydra-eye_explanation_sec_text p:not(:last-child) {
    margin-bottom: 30px;
  }
  .hydra-eye_explanation_box_title {
    padding: 17px 10px 12px;
    font-size: 12px;
  }
  .hydra-eye_explanation_box_title span {
    font-size: 12px;
  }
  .hydra-eye_explanation_box_title span.hydra-eye_explanation_box_title_big {
    font-size: 24px;
    line-height: 1.6;
  }
  .hydra-eye_explanation_list {
    padding: 17px 28px;
  }
}

@media (max-width : 960px) {
  .hydra-eye_explanation_box_title {
    padding: max(17px, 4.53vw) 10px;
    font-size: max(14px, 3.46vw);
  }
  .hydra-eye_explanation_box_title span {
    font-size: max(12px, 2.93vw);
  }
  .hydra-eye_explanation_box_title span.hydra-eye_explanation_box_title_big {
    font-size: clamp(23px, 6.13vw, 46px);
  }
  .hydra-eye_explanation_list {
    padding: max(25px, 3.33vw);
    font-size: clamp(14px, 2.66vw, 24px);
    letter-spacing: 2px;
  }
  .hydra-eye_explanation_list li {
    padding-left: 34px;
    text-indent: -34px;
  }
  .hydra-eye_explanation_list li:not(:last-of-type) {
    margin-bottom: 0.8em;
  }
  .hydra-eye_explanation_list li::before {
    width: 5vw;
    height: 5vw;
    top: 0.3em;
  }
  .hydra-eye_explanation_sec-bottom_img01 {
    width: 100%;
    margin-bottom: 11px;
  }
  .hydra-eye_explanation_sec-bottom {
    margin-bottom: 50px;
  }
  .hydra-eye_explanation_sec-bottom picture:last-child img {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .hydapd_every_bottom {
    display: block;
  }
  .hydapd_every_bottom_inner {
    width: 100%;
    min-width: 100%;
  }
  .hydapd_every_catch {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
  }
  .hydapd_every_desc {
    margin-bottom: 28px;
    font-size: 18px;
    font-weight: 400;
  }
  .hydapd_every_points_row {
    gap: 0 10px;
  }
  .hydapd_every_points_row img {
    width: 25.6vw;
    max-width: 192px;
  }
  .hydapd_every_bottom_pkg {
    display: none;
  }
}

.hydra-eye_pt {
  position: relative;
  background: url(../images/pt_bg_pc.png) 50% 50% / 100% 100% no-repeat;
}
.hydra-eye_pt_in {
  position: relative;
  padding: 142px 40px 60px;
  z-index: 1;
}
.hydra-eye_pt_fv_title {
  font-size: 0;
  text-align: center;
}
.hydra-eye_pt_sec_head_title_point {
  display: block;
  margin-bottom: 78px;
  font-size: 0;
  text-align: center;
}
.hydra-eye_pt1_body,
.hydra-eye_pt2_body,
.hydra-eye_pt3_body {
  max-width: 900px;
  margin: 0 auto;
}
.hydra-eye_pt1_body,
.hydra-eye_pt2_body {
  margin-bottom: 64px;
}
.hydra-eye_pt1_in {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
}
.hydra-eye_pt1_in_left,
.hydra-eye_pt1_in_right,
.hydra-eye_pt2_in_left,
.hydra-eye_pt2_in_right {
  width: 50%;
  font-size: 20px;
  letter-spacing: 2px;
}
.hydra-eye_pt1_in_left {
  margin-right: 52px;
}
.hydra-eye_pt1_desc b,
.hydra-eye_pt2_desc b,
.hydra-eye_pt3_desc b {
  color: #da383d;
}
.hydra-eye_pt1_body_item.item_2 {
  padding: 30px 36px;
  letter-spacing: 2px;
  line-height: 1.8;
  background: #FFF;
  border: 3px solid #da383d;
  border-radius: 8px;
}
.hydra-eye_pt1_body_item.item_2 .hydra-eye_pt1_body_item_title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #da383d;
}
.hydra-eye_pt1_body_note {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 300;
}
.hydra-eye_pt2_in {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.hydra-eye_pt2_in_left {
  margin-left: 52px;
}
.hydra-eye_pt3_desc {
  margin-bottom: 44px;
  font-size: 20px;
  letter-spacing: 1px;
}
.hydra-eye_pt3_body_item_title {
  display: flex;
  margin-bottom: 34px;
  font-size: 30px;
  color: #da383d;
  justify-content: center;
}
.hydra-eye_pt3_body_item_title span {
  position: relative;
}
.hydra-eye_pt3_body_item_title span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 104px;
  height: 1px;
  background: #da383d;
  transform: translate(-100%, 059%);
}
.hydra-eye_pt3_body_item_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 104px;
  height: 1px;
  background: #da383d;
  transform: translate(100%, 059%);
}
.hydra-eye_pt3_body_item_title.title2 {
  color: #857456;
}
.hydra-eye_pt3_body_item_title.title2 span::before,
.hydra-eye_pt3_body_item_title.title2 span::after {
  background: #857456;
}
.hydra-eye_pt3_body_item_title.title3 {
  color: #256a94;
}
.hydra-eye_pt3_body_item_title.title3 span::before,
.hydra-eye_pt3_body_item_title.title3 span::after {
  background: #256a94;
}
.hydra-eye_pt3_body_item_list {
  display: flex;
  margin-bottom: 52px;
  gap: 0 20px;
  justify-content: center;
}
.hydra-eye_pt3_body_item {
  width: 100%;
  max-width: 210px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hydra-eye_pt3_body_item_img {
  width: 100%;
}
.hydra-eye_pt3_body_item_txt {
  padding: 26px 18px;
  font-size: 14px;
  line-height: 1.8;
}
.hydra-eye_pt3_body_item_txt_title {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
}
.hydra-eye_pt3_body_note {
  font-size: 14px;
  text-align: center;
}

.hydra-eye_pt_ball_01 {
  top: 16vw;
  left: 0;
  width: 25.622vw;
  max-width: 350px;
}
.hydra-eye_pt_ball_02 {
  top: 6.881vw;
  right: 0;
  width: 35.87vw;
  max-width: 490px;
}
.hydra-eye_pt_ball_03 {
  top: 83.45vw;
  left: 0;
  width: 15vw;
  max-width: 205px;
}
.hydra-eye_pt_ball_04 {
  top: 146.99vw;
  right: 0;
  width: 15.812vw;
  max-width: 216px;
}

@media (max-width : 960px) {
  .hydra-eye_pt_in {
    padding: 52px 20px 32px;
  }
  .hydra-eye_pt_fv_title {
    width: 40%;
    max-width: 274px;
    margin: 0 auto 16px;
  }
  .hydra-eye_pt_sec_head_title_point {
    margin-bottom: 20px;
  }
  .hydra-eye_pt_sec_head_title_point img {
    width: auto;
    height: 39.466vw;
    max-height: 148px;
  }
  .hydra-eye_pt1_in,
  .hydra-eye_pt2_in {
    margin-bottom: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .hydra-eye_pt1_in_left,
  .hydra-eye_pt1_in_right,
  .hydra-eye_pt2_in_left,
  .hydra-eye_pt2_in_right {
    width: 100%;
    font-size: 12px;
  }
  .hydra-eye_pt1_in_right,
  .hydra-eye_pt2_in_right {
    width: 78%;
    margin-bottom: 18px;
  }
  .hydra-eye_pt1_in_left,
  .hydra-eye_pt2_in_left {
    margin: 0;
  }
  .hydra-eye_pt1_mask_mask {
    margin-left: 7%;
  }
  .hydra-eye_pt1_body_note {
    margin-top: 4px;
    font-size: 11px;
  }
  .hydra-eye_pt1_body_item.item_2 {
    padding: 20px;
    border-width: 1px;
  }
  .hydra-eye_pt1_body_item.item_2 .hydra-eye_pt1_body_item_title {
    font-size: 15px;
    font-weight: 600;
  }
  .hydra-eye_pt1_body_item.item_2 p,
  .hydra-eye_pt3_desc {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.4;
  }

  .hydra-eye_pt_ball_01 {
    top: 32.666vw;
    width: 32.666vw;
  }
  .hydra-eye_pt_ball_02 {
    top: 6.666vw;
    width: 32vw;
  }
  .hydra-eye_pt_ball_03,
  .hydra-eye_pt_ball_04 {
    display: none;
  }

  .hydra-eye_pt1_body,
  .hydra-eye_pt2_body {
    margin-bottom: 38px;
  }

  .hydra-eye_pt3_body_item_title {
    margin-bottom: 13px;
    font-size: 17px;
  }
  .hydra-eye_pt3_body_item_title span::before {
    left: -5px;
    width: 54px;
  }
  .hydra-eye_pt3_body_item_title span::after {
    right: -5px;
    width: 54px;
  }

  .hydra-eye_pt_in .hydra-eye_pt3_body_item_list,
  .hydra-eye_pt_in .hydra-eye_pt3_body_item_list.slick-dotted.slick-slider {
    padding: 4px 0;
    margin: 0 -20px 40px;
  }
  .hydra-eye_pt3_body_item_list .slick-track {
    display: flex;
  }
  .hydra-eye_pt3_body_item_list .slick-track .slick-slide {
    height: auto !important;
  }
  .hydra-eye_pt3_body_item_list .slick-track .slick-slide > div {
    height: 100%;
  }
  .hydra-eye_pt3_body_item {
    height: 100%;
    margin: 0 8px;
    background: #FFF;
    border-radius: 4px;
  }
  .hydra-eye_pt3_body_item_txt {
    padding: 24px 15px;
    font-size: 13px;
  }
  .hydra-eye_pt3_body_item_txt_title {
    font-size: 16px;
  }

  .hydra-eye_pt3_body_item_list .slick-dots {
    bottom: -20px;
  }
  .hydra-eye_pt3_body_item_list .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .hydra-eye_pt3_body_item_list .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 0;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .hydra-eye_pt3_body_item_list .slick-dots li.slick-active button {
    background: #000;
  }
  .hydra-eye_pt3_body_item_list .slick-dots li button:before {
    content: none;
  }
  .hydra-eye_pt3_body_note {
    font-size: 9px;
    letter-spacing: 0;
    font-weight: 100;
    line-height: 1.7;
  }
}

.hydra-eye_howto {
  position: relative;
  border-top: 4px solid #da383d;
}
.hydra-eye_howto_in {
  position: relative;
  padding: 0 40px 80px;
  z-index: 1;
}
.hydra-eye_howto_title {
  display: block;
  margin-bottom: 12px;
  font-size: 0;
  text-align: center;
}
.hydra-eye_howto_item.item_1 {
  display: flex;
  max-width: 790px;
  margin: 0 auto 22px;
  font-size: 18px;
  gap: 0 24px;
  align-items: center;
}
.hydra-eye_howto_list {
  display: flex;
  gap: 0 58px;
  justify-content: center;
}
.hydra-eye_howto_list li {
  position: relative;
  width: 100%;
  max-width: 264px;
}
.hydra-eye_howto_list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 58%;
  right: -42px;
  width: 23px;
  height: 30px;
  background: url(../images/arw01.png) 50% 50% / contain no-repeat;
  transform: translateY(-50%);
}

@media (max-width : 960px) {
  .hydra-eye_howto_in {
    padding: 0 20px 34px;
  }
  .hydra-eye_howto {
    border-width: 2px;
  }
  picture.hydra-eye_every_image {
    display: block;
    width: 70%;
    margin: 0 auto 10px;
  }
  .hydra-eye_howto_item.item_1 {
    margin-bottom: 18px;
    font-size: 12px;
    gap: 0 18px;
  }
  .hydra-eye_howto_item.item_1 img {
    width: 52px;
  }
  .hydra-eye_howto_list {
    display: block;
  }
  .hydra-eye_howto_list li {
    max-width: 100%;
  }
  .hydra-eye_howto_list li picture.hydra-eye_every_image {
    width: 100%;
    margin-bottom: 24px;
  }
  .hydra-eye_howto_list li:not(:last-child)::after {
    top: auto;
    left: 50%;
    bottom: -18.5px;
    width: 16px;
    height: 14px;
    background: url(../images/arw02.png) 50% 50% / contain no-repeat;
    transform: translateX(-50%);
  }
  .hydra-eye_howto_list li:last-child picture.hydra-eye_every_image {
    margin-bottom: 0;
  }
}

.hydra-eye_offer {
  background: #ffebe1 url(../images/offer_bg_pc.png) 50% 0 / 100% auto no-repeat;
}
.hydra-eye_offer_in {
  padding: 115px 40px 190px;
}
.hydra-eye_offer_title {
  display: block;
  margin-bottom: 36px;
  text-align: center;
}
.hydra-eye_offer_desc {
  display: block;
  margin-bottom: 100px;
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  color: #da383d;
}
.hydra-eye_offer_inner {
  max-width: 900px;
  margin: 0 auto 68px;
}
.hydra-eye_offer_body {
  display: flex;
  align-items: center;
}
.hydra-eye_offer_body_left {
  width: 50%;
  text-align: center;
}
.hydra-eye_offer_body_right {
  width: 50%;
  padding-left: 50px;
}

.hydra-eye_offer_box {
  background-color: #FFF;
  border-radius: 15px;
  overflow:hidden;
  padding:0 0 32px;
  border: 3px solid var(--red);
}
.hydra-eye_offer_box_title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color:#fff;
  background-color: var(--red);
  border: 1px solid var(--red);
  padding: 18px 0;
  margin: 0 0 42px;
}
.hydra-eye_offer_box_txt {
  margin-bottom: 16px;
  text-align: center;
}
.hydra-eye_offer_box_day {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto 17px;
}
.hydra-eye_offer_box_showcase {
  display:flex;
  margin:0 0 20px;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}
.hydra-eye_offer_box_showcase_pic {
  width: 80px;
  text-align:center;
}
.hydra-eye_offer_box_showcase_pic > img{
  width:auto;
}
.hydra-eye_offer_box_showcase_info {
  width:180px;
  text-align:center;
}
.hydra-eye_offer_box_showcase_labels {
  display:flex;
  justify-content: space-between;
  margin:0 0 5px;
}
.hydra-eye_offer_box_showcase_labels > span{
  display:flex;
  justify-content: center;
  align-items: center;
  width:85px;
  height:30px;
  background-color: #2f5194;
  font-weight:700;
  font-size:18px;
  color:#fff;
  letter-spacing: 0.05em;
}
.hydra-eye_offer_box_showcase_price {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.hydra-eye_offer_box_showcase_price > p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}
.hydra-eye_offer_box_showcase_price > p > span{
  font-size: 30px;
  font-weight: 300;
}
.hydra-eye_offer_box_cta {
  display:flex;
  justify-content: center;
  align-items: center;
  width:340px;
  height:50px;
  background-color: var(--red);
  font-weight:700;
  font-size:16px;
  letter-spacing: 0.05em;
  color:#fff;
  margin:0 auto 21px;text-decoration: none;
}
.hydra-eye_offer_box_about_sbsc {
  text-align:center;
}
.hydra-eye_offer_btn {
  display: flex;
  height: 60px;
  margin: 42px 30px 0;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0;
  color: #FFF;
  background: #da383d;
  border-radius: 50px;
  gap: 0 16px;
  align-items: center;
  justify-content: center;
}
.hydra-eye_offer_btn img {
  width: 32px;
}

.hydra-eye_info{
  padding:50px 0;
}
.hydra-eye_info_in{
  max-width:900px;
  margin:0 auto;
  border-bottom:2px solid #4d4d4d;
}
.hydra-eye_info_block_title{
  position: relative;
  display:flex;
  align-items: center;
  font-weight:500;
  font-size:20px;
  letter-spacing: 0.05em;
  color:#4d4d4d;
  border-top:2px solid #4d4d4d;
  background-repeat: no-repeat;
  background-position: right top 24px;
  background-size: 22px auto;
  padding: 20px 0;
  text-decoration: none;
}
.hydra-eye_info_block_title::before,
.hydra-eye_info_block_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 20px;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
}
.hydra-eye_info_block_title::after {
  transform: translateY(-50%)rotate(90deg);
}
.hydra-eye_info_block_content{
  padding-bottom: 20px;
  font-weight:400;
  font-size:14px;
  line-height:calc(24/14);
}
.hydra-eye_info_block_content p:not(:last-child) {
  margin-bottom: 1.8em;
}
.hydra-eye_info_block.last{
  border-bottom:2px solid #4d4d4d;
  padding-bottom:20px;
}

@media (max-width : 960px) {
  .hydra-eye_offer_in {
    padding: 50px 20px 45px;
    background: #ffebe1 url(../images/offer_bg_sp.png) 50% 0 / 100% auto no-repeat;
  }
  .hydra-eye_offer_title {
    max-width: 86%;
    margin: 0 auto 28px;
  }
  .hydra-eye_offer_desc {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
  }
  .hydra-eye_offer_body {
    display: block;
  }
  .hydra-eye_offer_body_left {
    width: 100%;
    margin-bottom: 26px;
  }
  picture.hydra-eye_every_image {
    width: 88%;
  }
  .hydra-eye_offer_body_right {
    width: 100%;
    padding: 0;
  }
  .hydra-eye_offer_box {
    max-width: 88%;
    margin: 0 auto;
  }
  .hydra-eye_offer_box_title {
    padding: 16px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 300;
  }
  .hydra-eye_offer_box_showcase {
    margin: 0 20px;
    gap: 0 22px;
  }
  .hydra-eye_offer_box_showcase_price {
    padding-left: 5px;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
  }
  .hydra-eye_offer_box_showcase_price > p {
    margin-left: -5px;
    font-size: 16px;
    font-weight: 500;
  }
  .hydra-eye_offer_box_showcase_price > p span {
    font-size: 24px;
    letter-spacing: -0.2px;
  }
  .hydra-eye_offer_btn {
    height: 48px;
    margin: 14px 20px 0;
    font-size: 15px;
    font-weight: 400;
    gap: 0 10px;
  }
  .hydra-eye_offer_btn img {
    width: 18px;
  }

  .hydra-eye_offer_inner {
    margin-bottom: 34px;
  }
  .hydra-eye_info {
    padding: 0;
  }
  .hydra-eye_info_block_title {
    padding: 15px 0;
    font-size: 15px;
  }
  .hydra-eye_info_block_title::before,
  .hydra-eye_info_block_title::after {
    width: 14px;
  }
  .hydra-eye_info_block_content {
    font-size: 12px;
  }
}