@charset "utf-8";


/*---------------------------
共通パーツ
---------------------------*/
:root{
  --gap-s: 20px;
  --gap-m: 40px;
  --gap-l: 80px;
  --m-gap-l: -80px;
  
  --color-base: #fff;
  --color-emp: #fffc00;
  --color-light: #11a7d2;
  --color-dark: #041d41;
  --color-back: #206ad6;
  
  --font-s:clamp(12px, 0.614rem + 0.68vw, 18px);
  --font-m:clamp(16px, 0.818rem + 0.91vw, 24px);
  --font-l:clamp(20px, 0.886rem + 1.82vw, 36px);
  --font-ll:clamp(28px, 0.795rem + 4.77vw, 70px);
  --font-lll:clamp(48px, 0.909rem + 10.45vw, 140px);
}  
@media screen and (max-width: 767px) {
  :root{
    --gap-s: 10px;
    --gap-m: 20px;
    --gap-l: 40px;
    --m-gap-l: -40px;
  }
}

/* 中間サイズ */
.u-pcs-hide{
  display:block;
}
.u-sps-hide{
  display:none;
}

/* SPサイズ */
.u-pcs-hide{
  display:block;
}
.u-sps-hide{
  display:none;
}
@media screen and (max-width: 428px) {
  .u-pcs-hide{
    display:none;
  }
  .u-sps-hide{
    display:block;
  }
}

/* LP */
#water-challenge{
  position:relative;
  width:100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.06em;
  background:#000;
  text-align:center;
  color: var(--color-base);
  background-color: var(--color-back);
  background-image: url(../images/back.webp);
  background-size: 100% auto;
  background-position: center;
  background-attachment: fixed;
  line-height:1.6;
} 
#water-challenge a{
  color: var(--color-base);
}
#water-challenge a:hover{
  cursor:pointer;
  transition: all 0.5s;
  transform: translateY(-5px);
}
#water-challenge img{
  width:100%;
} 

/* テキスト */
#water-challenge em{
  font-style:normal;
  font-weight:bold;
  color: var(--color-emp);
} 
#water-challenge strong{
  font-weight:700;
  margin-left:0.2em;
  margin-right:0.2em;
  color: var(--color-emp);
  -webkit-text-stroke: 0.08em var(--color-base);
  -webkit-text-fill-color: var(--color-dark);
  paint-order: stroke fill;
  filter: drop-shadow(0 0.1em 0 var(--color-base));
}
#water-challenge h2{
  position:relative;
  margin-bottom:var(--gap-m);
  font-size:var(--font-ll);
  font-weight:bold;
  line-height:1.2;
}
#water-challenge h2 span{
  -webkit-text-stroke: 2px var(--color-base);
  -webkit-text-fill-color: var(--color-back);
  paint-order: stroke fill;
  filter: drop-shadow(0 5px 0 var(--color-base));
}
#water-challenge h2 img{
  width:70%;
  margin:auto;
}
#water-challenge h2::after{
  position:absolute;
  content:'';
  bottom:-1em;
  left: 15%;
  width:70%;
  height:auto;
  aspect-ratio: 245 / 100;
  background: transparent url(../images/hd-back.webp) no-repeat center center / contain;
  z-index:-1;
}
@media screen and (max-width: 767px) {
 #water-challenge h2::after{
    left: 5%;
    width:90%;
  }
 #water-challenge h2 img{
    width:100%;
  }
}

#water-challenge h3{
  position:relative;
  margin-bottom:var(--gap-s);
  font-size:var(--font-l);
  font-weight:bold;
  z-index:2;
  -webkit-text-stroke: 2px var(--color-back);
  -webkit-text-fill-color: var(--color-base);
  paint-order: stroke fill;
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
}

#water-challenge .caution{
  margin-top:10px;
  font-size:12px;
  font-weight:500;
}

/* レイアウト */
#water-challenge .contents-block{
  padding:var(--gap-l) 0;
  width:100%;
}
#water-challenge .contents-block-inner{
  margin:auto;
  width:calc(100% - 40px);
  max-width:1140px;
}
#water-challenge .back-line{
  width:100%;
  background: transparent url(../images/checker-black-op.webp) no-repeat center center / 100%;
}

.emblem{
  position:absolute;
  top:0;
  width:30%;
}
@media screen and (max-width: 767px) {
 .emblem{
    top:-20%;
    width:50%;
  }
}
/*---------------------------
パンくず
---------------------------*/
@media screen and (max-width: 940px) {
    .c-breadcrumb__list {
        padding: 15px;
        overflow-x: scroll;
    }
    .bnr_link_win11_wrap {
        margin:0 !important;
        padding:10px 0 !important;
        background-color: #f6f6f6 !important;
    }
    .bnr_link_win11 {
        float: none !important;
        width: 100% !important;
        margin:auto !important;
        text-align:center;
    }
}

  
/*---------------------------
ボタン
---------------------------*/
.link-btn{
  padding-top:var(--gap-m);
  position: relative;
  width: 100%;
  max-width:800px;
  margin:auto;
  line-height:1.3;
}

.link-btn a{
  display:block;
  position: relative;
  width: 100%;
  background-color: var(--color-dark);
  font-weight: 700;
  transition: .2s;
  padding: 0.5em 0;
  border-radius: 2em;
  font-size: var(--font-l);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
.link-btn a:hover{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.link-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* 光のスタイル */
.btn-flash a {
  overflow: hidden;
}
.btn-flash a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .7s;
}

/* ホバー時のスタイル */
.btn-flash a:hover::before {
  top: 0;
  left: 100%;
}

@media screen and (max-width: 767px) {
 .link-btn a::after {
    right: 30px;
  }
}
@media screen and (max-width: 428px) {
 .link-btn a{
    font-size: var(--font-m);
  }
 .link-btn a::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 20px;
  }
}

/*---------------------------
アニメーション動き
---------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-delay {
  transition-delay: 500ms;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------
KV
---------------------------*/
.block-kv{
  position:relative;
  width:100%;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
}

/*---------------------------
ナビ
---------------------------*/
.nav_box {
  height: 80px;
  background: var(--color-dark);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

.nav_box li>a {
  color: #fff;
  display: table-cell;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 12px 4px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.nav_box li>a:hover {
  backdrop-filter: brightness(1.2);
}

.nav_box li.disable_link>a {
  background-color: #fff;
  cursor: none;
  pointer-events: none;
}

.nav_box .inside,
.nav_box .inside ul {
  height: 100%;
}

.nav_box .inside>ul>li:first-of-type {
  border-left: 1px solid #fff;
}

.nav_box .inside>ul>li {
  border-right: 1px solid #fff;
}

.inside {
  margin: 0 auto;
  padding: 0;
  width: min(100%, 1050px);
}

.inside>ul {
  display: flex;
  justify-content: center;
}

.inside>ul>li {
  display: table;
  border-right: 1px solid #000;
  width: calc(100%/3);
}

.inside>ul>li:first-of-type {
  border-left: 1px solid #000;
}

.fix-anchor {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .nav_box {
    height: 15vw;
  }

  .nav_box li>a {
    font-size: 2.8vw;
    letter-spacing: 0;
    padding: 4px 2px;
    display: table-cell;
  }

  .inside {
    width: 100%;
  }

  .inside>ul>li {
    width: calc(100%/2);
  }

  .inside ul li:first-of-type {
    border-left: none;
  }

  .inside ul li:last-of-type {
    border-right: none;
  }

  .nav_box .inside>ul>li:first-of-type {
    border-left: none;
  }

  .nav_box .inside>ul>li:last-of-type {
    border-right: none;
  }

  .fix-anchor {
    margin-top: -12vw;
    padding-top: 12vw;
  }
}

/*---------------------------
コラボ動画
---------------------------*/
.block-movie .contents-block-inner{
  position:relative;
  width:100%;
}
.block-movie .emblem{
  left:0;
}

#water-challenge .block-movie h2::after{
  bottom:-2.5em;
}

.block-movie .movie-frame{
  margin:auto;
  width:calc(100% - 40px);
  max-width:1020px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius:10px;
  overflow: hidden;
}
.block-movie iframe{
  width:100%;
  height:100%;
}

@media screen and (max-width: 428px) {
  #water-challenge .block-movie h2::after{
    bottom:-2.0em;
    aspect-ratio: 245 / 150;
  }
}
/*---------------------------
おそろいのPC
---------------------------*/
.block-pc .contents-block-inner{
  position:relative;
  width:100%;
}

#water-challenge .block-pc h2::after{
  bottom:-2.5em;
  aspect-ratio: 245 / 150;
}
.block-pc .emblem{
  left:0;
}
.block-pc .content-title{
  position:absolute;
  top:0;
  left:0;
  width:100%;
}
.block-pc .pc-wrap{
  display:flex;
  width:100%;
  align-items: baseline;
  justify-content: space-between;
}

.block-pc .pc-img{
  width:60%;
}
.block-pc .pc-img-inner{
  width:100%;
  display:grid;
  grid-template-columns: repeat(2,1fr);
}

.block-pc .pc-chara{
  margin-top:30px;
  width:30%;
}

#water-challenge .block-pc .back-line{
  background-position: 50% 75%;
}

@media screen and (max-width: 767px) {
  #water-challenge .block-pc h2::after{
    bottom:-3.0em;
  }
  .block-pc .content-title{
    position:relative;
  }
  .block-pc .pc-wrap{
    align-items: center;
  }
  .block-pc .pc-img{
    width:40%;
  }
  .block-pc .pc-img-inner{
    grid-template-columns: repeat(1,1fr);
  }
  .block-pc .pc-chara{
    margin-top:0;
    width:55%;
  }
  #water-challenge .block-pc .back-line{
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 428px) {
  #water-challenge .block-pc h2::after{
    bottom:-2.0em;
  }
}

/*---------------------------
LINE UP
---------------------------*/
.block-lineup .contents-block-inner{
  position:relative;
  width:100%;
}
.block-lineup .note{
  color:var(--color-dark);
  margin-bottom:10px;
  font-weight:500;
}
.block-lineup .emblem{
  right:0;
}
#water-challenge .block-lineup h2{
  margin-bottom:var(--gap-s);
  font-size:var(--font-lll);
}
#water-challenge .block-lineup h3{
  margin-bottom:var(--gap-l);
}

.model-wrap{
  width:100%;
  display:grid;
  gap:var(--gap-m);
  grid-template-columns: repeat(2,1fr);
}

.model{
  position:relative;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  height:100%;
}
.speech-bubble{
  margin:auto;
  position:relative;
  width:50%;
  z-index:2;
}
.model-inner{
  position:relative;
  margin-top:-20px;
  display:flex;
  justify-content: space-between;
  flex-direction: column;
  height:100%;
  border:1px solid var(--color-dark);
  background: #e6eefb url(../images/checker-white.webp) repeat center center / 100%;
  z-index:1;
}

.model-chara{
  position:absolute;
  top:0;
  right:-5%;
  width:35%;
  z-index:3;
}

.model h4{
  padding:var(--gap-s) 20% var(--gap-s) var(--gap-s);
  font-weight:bold;
  background: var(--color-dark);
  text-align:left;
  font-size: var(--font-m);
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
}
.model .link-btn{
  padding:var(--gap-s);
}
.model .link-btn a{
  font-size: var(--font-m);
}
.model .link-btn a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.model-data{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items:center;
  padding: 20px;
}

.model-data .model-img{
  width:35%;
}
.model-data .model-txt{
  width:65%;
  text-align:left;
  color:var(--color-dark);
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}
.model-data .model-txt-top{
  font-weight:700;
}
.model-data .model-txt-top .caution{
  font-weight:400;
}

.model-data .model-price{
  font-size: var(--font-m);
  font-weight:600;
}
#water-challenge .model-data .model-price .price{
  color:#e43344;
}
#water-challenge .model-data .model-price .price-num{
  font-size: var(--font-l);
  font-weight:700;
}
/*smbcリンク*/
#water-challenge .model-data .smbc{
  line-height:1.2;
}
#water-challenge .model-data .smbc a{
  text-decoration: underline;
  color:#00a2e6;
}
#water-challenge .model-data .smbc img{
  text-decoration: none;
  width: 12px !important;
  height: auto !important;
  margin-left: 3px;
  vertical-align: baseline;
}
#water-challenge .model-data .smbc :hover{
  transition: none;
  transform: none;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
 .model-wrap{
    grid-template-columns: 1fr;
  }
  .model-inner{
    margin-top:-15px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 428px) {
  .speech-bubble{
    width:60%;
  }
  .model .link-btn a{
    font-size: var(--font-s);
  }
 .model-data{
   flex-direction: column;
  }
  .model-data .model-txt{
    width:100%;
  }
}

/*---------------------------
LINE UP/SPEC表
---------------------------*/
.model-spec .open-btn{
  margin:auto;
  background: var(--color-back);
  color:var(--color-base);
  display: block;
  position: relative;
  list-style: none;
  cursor: pointer;
  font-size: var(--font-s);
  padding:0.3em 0;
  border-radius: 2em;
  width:80%;
  font-weight:600;
}
.model-spec .open-btn::after{
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: var(--color-base);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.model-spec .open-btn:hover{
  backdrop-filter: brightness(1.2);
  cursor:pointer;
  transition: all 0.5s;
  transform: translateY(-5px);
}
.model-spec details[open] .open-btn::after{
  transform: rotate(-135deg);
  transition: 0.3s all;
}
.model-spec table{
  margin:10px 20px 0 20px;
  font-size:0.8em;
}
.model-spec tr{
  text-align:left;
  width:100%;
}
.model-spec th{
  border-radius: 2px;
  white-space:nowrap;
  margin-bottom:5px;
  padding:5px 10px 5px 0;
  border-bottom:1px dotted var(--color-back);
  font-weight:normal;
  font-size:0.7em;
}
.model-spec th .title{
  display:block;
  padding:2px 5px;
  color:var(--color-base);
  background:var(--color-back);
  width:100%;
  text-align:center;
  border-radius: 2px;
}
.model-spec td{
  margin-bottom:5px;
  padding-bottom:5px;
  border-bottom:1px dotted var(--color-back);
  color:var(--color-dark);
  width:100%;
}
@media screen and (max-width: 767px) {
 .model-spec table{
    margin:0 10px;
    font-size:0.6em;
  }
}

/*---------------------------
お申込み方法
---------------------------*/

.info-apply{
  margin-top:var(--gap-m);
  padding:var(--gap-m);
  width:100%;
  background: var(--color-dark) url(../images/checker-blue-op.webp) repeat center center / auto;
}

#water-challenge .block-lineup .info-apply h3{
  margin-bottom:var(--gap-m);
}
.info-wrap{
  width:100%;
  display: flex;
  gap:30px;
}
.info-img{
  margin:auto;
  width:50%;
  border-radius: 10px;
  overflow: hidden;
}
.info-txt{
  width:calc(50% - 20px);
}
.info-txt ul li{
  font-size: var(--font-m);
  text-align:left;
  position:relative;
  margin-left:3em;
  margin-bottom:var(--gap-s);
}
.info-txt ul li::before{
  position:absolute;
  top:0;
  left:-2em;
  font-weight:bold;
  font-family: "Keania One", sans-serif;
  font-size:1.5em;
}
.info-txt ul li.num01::before{
  content:'01';
}
.info-txt ul li.num02::before{
  content:'02';
}
.info-txt ul li.num03::before{
  content:'03';
}

.info-registration .link-btn{
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .info-wrap{
    flex-direction: column;
    gap:10px;
  }
  .info-img,
  .info-txt{
    width:100%;
  }
}
/*---------------------------
BENEFIT
---------------------------*/
.block-benefit .contents-block-inner{
  position:relative;
  width:100%;
}
.block-benefit .emblem{
  right:0;
}
#water-challenge .block-benefit h2{
  margin-bottom:var(--gap-s);
  font-size:var(--font-lll);
}
#water-challenge .block-benefit h3{
  margin-bottom:var(--gap-l);
}

#water-challenge .block-benefit strong{
  font-size:var(--font-l);
  white-space:nowrap;
}

.benefit-cont-outer-01,
.benefit-cont-outer-02{
  display:flex;
  width:100%;
}
.benefit-cont-outer-01{
  justify-content: flex-end;
}
.benefit-cont-outer-02{
  margin-top:calc(var(--gap-l) + var(--gap-m));
  justify-content: flex-start;
}
.benefit-cont{
  position:relative;
  padding:var(--gap-l) var(--gap-m);
  width:calc(100% - 40px);
  max-width: 90%;
  background: var(--color-dark) url(../images/checker-blue-op.webp) repeat center center / auto;
  text-align:left;
}

.bene-num{
  position:absolute;
  font-size:var(--font-ll);
  font-weight:700;
  top:-0.5em;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
  line-height:1;
}

/*
.bene-num{
  position:absolute;
  font-size:clamp(100px, 3.977rem + 11.36vw, 200px);
  font-weight:700;
  top:-0.9em;
  font-family: "Keania One", sans-serif;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}
*/
.benefit-cont-outer-01 .bene-num{
  left:20px;
}
.benefit-cont-outer-02 .bene-num{
  right:20px;
}
.bene-wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.bene-wrap .bene-img{
  width:50%;
}
.bene-02 .bene-wrap .bene-img img{
  border-radius: 10px;
  overflow: hidden;
}
.bene-wrap .bene-txt{
  width:calc(50% - 40px);
  font-size:var(--font-m);
}
.bene-wrap .bene-txt p{
  margin-bottom:var(--gap-s);
}

.bene-wrap .bene-txt dl{
  margin-top:var(--gap-s);
}
.bene-wrap .bene-txt dt{
  margin-bottom:5px;
  color:var(--color-light);
  font-weight:700;
}
.bene-wrap .bene-txt dd{
  font-weight:700;
}
/*転写イメージ*/
.exapmle-img{
  margin-top:var(--gap-s);
  width:100%;
  background:rgba(255, 255, 255, 0.2);
  border:1px solid #fff;
  padding:var(--gap-m);
  border-radius: 10px;
  overflow: hidden;
}

.exapmle-img img{
  margin:auto;
  width:70%;
}

@media screen and (max-width: 1200px) {
  .benefit-cont{
    margin-top: var(--gap-l);
    width:calc(100% - 20px);
  }
  .bene-num{
    top:-1em;
  }
 .bene-wrap{
   flex-direction: column;
   gap:20px;
  }
  .bene-wrap .bene-img,
  .bene-wrap .bene-txt{
    width:100%;
  }
  .benefit-cont-outer-01 .bene-img{
    order: 1;
  }
  .benefit-cont-outer-01 .bene-txt{
    order: 2;
  }
}

/*---------------------------
プロフィール
---------------------------*/
.block-profile,
.block-profile .contents-block-inner{
  position:relative;
  width:100%;
}
.block-profile .emblem{
  top:var(--gap-m);
  right:var(--gap-s);
}
#water-challenge .contents-block{
  margin-top:var(--gap-l);
  text-align:center;
}
.block-profile{
  background:var(--color-dark);
}

.profile-cont{
  display:flex;
  justify-content: space-between;
}

.profile-cont .profile-chara{
  width:35%;
  margin-top: calc(var(--m-gap-l) * 2);
}

.profile-cont .profile-txt{
  width:60%;
  text-align:left;
}
#water-challenge .profile-cont h2{
  line-height:0.6;
}
#water-challenge .profile-cont h2 span{
  -webkit-text-fill-color: var(--color-dark);
  font-size:var(--font-l);
}
#water-challenge .profile-cont h2::after{
  display:none;
}
#water-challenge .profile-cont h5{
  margin-bottom:var(--gap-m);
  font-weight:bold;
}

#water-challenge .profile-cont p{
  margin-bottom:var(--gap-m);
}

.profile-sns{
  margin:auto;
  display:grid;
  justify-content: center;
  align-items: center;
  gap:40px;
  grid-template-columns: repeat(2,50px);
}


@media screen and (max-width: 767px) {
  .profile-cont{
   display:block;
  }
  .profile-cont .profile-chara,
  .profile-cont .profile-txt{
    width:100%;
  }
  .profile-cont .profile-chara{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  #water-challenge .profile-cont .profile-chara img{
    width:35%;
  }
  #water-challenge .profile-cont .profile-chara h2{
    padding-top: calc(var(--gap-l) * 2);
    width:60%;
  }
  #water-challenge .profile-cont .profile-chara h2 span{
    filter: drop-shadow(0 2px 0 var(--color-base));
  }
  .profile-cont .profile-txt{
    margin-top:var(--gap-m);
  }
}

@media screen and (max-width: 428px) {
  #water-challenge .profile-cont .profile-chara h2{
    text-align:center;
  }
}

/*---------------------------
セーフティサービス
---------------------------*/
#water-challenge .block-safty{
  border:2px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
#water-challenge .block-safty .safty-title{
  background:#fff;
  padding:20px;
  display:flex;
  align-items: center;
  justify-content: center;
  gap:20px;
}
#water-challenge .block-safty .safty-title-txt{
  font-size: var(--font-l);
  font-weight:bold;
  color:#004da1;
  text-align:left;
}
#water-challenge .block-safty .safty-title-img{
  width:20%;
}
#water-challenge .block-safty .safty-cont{
  padding: var(--gap-m);
}
#water-challenge .block-safty .safty-cont p{
  font-size: var(--font-m);
}
#water-challenge .block-safty .safty-cont h2{
  margin-top: var(--gap-m);
  font-size: var(--font-ll);
  line-height:1.2;
}
#water-challenge .block-safty .safty-cont h2::before,
#water-challenge .block-safty .safty-cont h2::after{
  display:none;
}

@media screen and (max-width: 767px) {
  #water-challenge .block-safty .safty-title-txt{
    width: calc(70% - 20px);
    line-height:1.2;
  }
  #water-challenge .block-safty .safty-title-img{
    width:30%;
  }
}












