#pagetitle{display:none;}
.title {display:none;}/* Reset / Base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;

  
}
ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}


/* header */

header {
  width: 100%;
}  
.main-wapper{
    width: 100%;
    margin: 0 auto;
} 
/* 萩原さん */
.hagiwara {
  width: 100%;
  background-color: #E3F4FD;
}

.hagiwara img{
  width: 90%;
  padding: 10% 0 ;
  margin: 0 auto;
}

/* lineup */
.lineup_wapper{
     width: 100%;
     margin:  10% auto ;
}
.lineup img{
    width: 90%;
     margin: 0 auto 5%;
}
.strong_lineup_frex{
   width: 95%;
   margin: 0 auto ;
}
.strong_lineup_frex .srwapper{
     width: 100%;
    display: flex!important;
    justify-content: center!important;
    gap: 5px!important;
}

/* 激落ちストロングの特徴 */
.future_wrapper{
    width: 100%;
    background-color: #FFF550;
    background-image: url(../img/gekiochi_sr_lp_top_features_backimg.png);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
.future_wrapper img{
    width: 90%;
    padding: 10% 0 ;
    margin: 0 auto;
}
/* アンカリンク */
.select_wrapper{
    width: 100%;
    background-color: #E3F4FD;
    margin: 0 auto;
}
.select_link{
    width: 90%;
    margin: 0 auto;
    padding: 5% 0%;
}  

.select_link1 a img{
    width: 100%;
    margin-bottom: 5%;
}  

.select_link1,
.select_link2{
    display: flex;
    justify-content: center;
    gap: 10px;

}


/* どの汚れを落としたい？ */
.whichstain_wrapper{
  width: 100%;
  padding: 10% 0; 
  background-image:
    linear-gradient(135deg, #054DD7 0%, #0137A3 100%);
background-image: url(../img/gekiochi_sr_lp_top_whichstain_back.png), linear-gradient(135deg, #054DD7 0%, #0137A3 100%);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
.whichstain_title{
    width: 80%;
    margin: 0 auto;
    padding: 0% 0 5%  0; 
    
}

.main-whichstain_select{
    width: 100%;
    margin: 0 auto;
}

.whichstain_select{
    width: 99%;
    position: relative;
    margin: 0% 0% 3% 2%;
}
.orenge_man{
position: absolute;
top: -20%;
width: 13%;
left: -5%;
}
.rengaer { 
    z-index: 1;  
    display: none;
}

.oil_man{
position: absolute;
top: -5%;
width: 25%;
right: -5%;
}

.bath_man{
position: absolute;
top: 50%;
width: 20%;
left: -3%;
}
.mizu_man{
position: absolute;
top: 40%;
width: 15%;
right: -3%;
}
.kabi_man{
position: absolute;
top: -8%;
width:30%;
left: -5%;
}
.toile_man{
  position: absolute;
top:10%;
width: 18%;
right: -3%;  
}

/* どこの汚れを落としたい？ */
.wherstain_title{
    width: 90%;
    margin: 0 auto;
    padding: 10% 0 5%  0; 
}

.wherstain_ankerlink{
    width: 95%;
    background-color: #E3F4FD;
    margin: 5% auto;
    display: flex;
    justify-content: center;
    gap: 3px;

}
.wherstain_kitchen_wapper{
    width: 95%;
    margin: 0 auto 5%; 
    border-radius: 3px;
}
.wherstain_kitchen_wapper img{
    margin-bottom: 5%;
}
.wherstain_linkbtn{
    padding: 0%   5% ;
}

.kichin_waku{
border: 1px solid #F3297C;
}
.bath_waku{
border: 1px solid #0097E4;
}
.living_waku{
border: 1px solid #F6AB06;
}
.toile_waku{
border: 1px solid #3AB000;
}

/* FAQ */
.faq_wrapper{
    width: 100%;
    background-color: #E3F4FD;
    padding: 10% 0 12%;
}

.faq img{
    width: 40%;
    margin: 0% auto 5%;
}

.main-faq{
    width: 90%;
}

.faq_list{
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq_card{
    border-radius: 8px;
    overflow: hidden;
}

.faq_card_head{
    position: relative;
    background-color: #054DD7;
    padding: 4% 0 ;

}

.faq_card_icon{
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 999px;
    background-color: #FFFFFF;
    color: #054DD7;
    display: grid;
    place-items: center;
    font-size: 1.6rem!important;
    font-weight: 500;
    line-height: 1;
}

.faq_card_title{
    color: #FFFFFF!important;
    padding: 0 20px 0 50px;
      font-size: 1.2rem!important;
    
}


.faq_card_title p{
    color: #FFFFFF;
     text-align: left;
    font-size: 1.5rem!important;
    
     padding: 0 20px 0 50px;
}
.faq_card_body{
    background-color: #fff;
    padding: 5%;
   
    border-radius: 0 0 8px;
    box-shadow: 0 6px 20px rgba(62, 69, 72, 0.1);
}
.faq_card_body p{
     font-weight: 500;
    font-size: 1.4rem!important;
    line-height: 2;
}

.faq_products{
    width: 100%;
    margin-top: 3%;
    display: flex;
    flex-wrap: wrap;
    gap:0  3%;

}

.faq_product{
    width:45%;
}
.faq_product img{
width:100%;
}

.faq_product_img{
    margin:5%  auto;
    width: 90%;
}
.faq_product_img img{
    width:100%;
}


/* 共通リンクエリア */
.lp-footer{
  width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    padding-top: 2%;
    padding-bottom: 3%;
}
.lp-footer_title{
    width: 100%;
     margin: 0 auto;
}

.lp-footer_title img{
width: 30%;    
margin: 5% auto;
}
.lp-footer_title_shita img{
   width: 90%; 
    margin: 5% auto;
}
.product_link_wapper{
    width: 100%;
    margin: 3% auto 5%;   
}

.product_link_wapper img{
    margin: 2% auto; 
}
.gekiochi_text{
    font-size: 10px;
    color: #303030;
    text-align: right;
}

@media (min-width: 768px) {

/* header */
header {
  width:1000px;
  margin: 0 auto;
}  
.main-wapper{
     width:1000px;
} 
/* 萩原さん */
.hagiwara {
  width:1000px;
  background-color: #E3F4FD;
}

.hagiwara img{
  width: 70%;
  padding: 10% 0 ;
  margin: 0 auto;
}

/* lineup */
.lineup_wapper{
     width:1000px;
     margin:  8% auto ;
}
    
    .strong_lineup_frex .srwapper{
     width:960px;
        margin: 0 auto;
}
    
.lineup img{
    width: 70%;
     margin: 0 auto 5%;
}
.strong_lineup_frex{
   width: 95%;
}

/* 激落ちストロングの特徴 */
.future_wrapper{
    width:1000px;
}
.future_wrapper img{
    width: 80%;
}
/* アンカリンク */
.select_wrapper{
   width:1000px;
}
.select_link{
    width: 70%;
}  



/* どの汚れを落としたい？ */
.whichstain_wrapper{
 width:1000px;
 padding: 8% 0 3%  0; 
}
.whichstain_title{
    width: 60%;
    margin: 0 auto;
    padding: 0% 0 5%  0; 
    
}

.main-whichstain_select{
    width: 90%;
    margin: 0 auto;
   
}

.whichstain_select{
    width: 90%;
      margin: 0% auto 3% auto;
}

.rengaer { 
    z-index: 1;  
    display: block;
}

.orenge_man{
position: absolute;
top: -20%;
width: 13%;
left: -5%;
}


.oil_man{
position: absolute;
top: -5%;
width: 25%;
right: -8%;
}

.bath_man{
position: absolute;
top: 60%;
width: 20%;
left: -5%;
}
.mizu_man{
position: absolute;
top: 40%;
width: 15%;
right: -6%;
}
.kabi_man{
position: absolute;
top: -8%;
width:30%;
left: -10%;
}
.toile_man{
  position: absolute;
top:10%;
width: 18%;
right: -5%;  
}

/* どこの汚れを落としたい？ */
.wherstain_title{
    width:60%;
    margin: 0 auto;
    padding: 8% 0 2%  0; 
}

.wherstain_ankerlink{
    width: 90%;
    gap: 10px;

}
.wherstain_kitchen_wapper{
    width: 80%;
    margin: 0 auto 5%; 
    border-radius: 8px;
}


.kichin_waku{
border: 3px solid #F3297C;
}
.bath_waku{
border: 3px solid #0097E4;
}
.living_waku{
border: 3px solid #F6AB06;
}
.toile_waku{
border: 3px solid #3AB000;
}

/* FAQ */
.faq_wrapper{
    width:1000px;
    padding: 8% 0 5%;
}

.faq img{
    width: 30%;
    margin: 0% auto 5%;
}

.main-faq{
    width: 80%;
}

.faq_list{
    width: 75%;
}


.faq_card_icon{
    width: 40px;
    height: 40px;
   
}

    .faq_card_icon p{
        font-size: 12px!important; 
    }
.faq_card_title{
  color: #fff;
    padding: 0 20px 0 80px;
    font-weight: 700;
}
    .faq_card_title p{
        color: #fff;
          font-size: 18px!important;
    }
.faq_card_body{
    background-color: #fff;
    padding: 3% 10%;
    
}
    .faq_card_body p{
        font-size: 16px!important;
    }
.faq_product img{
width: 90%;
}

.faq_product_img{
    margin:5%  auto;
    width: 80%;
}
.faq_product_img img{
    width:80%;
}



/* 共通リンクエリア */
.lp-footer{
  width:960px;
}

.lp-footer_title{
     margin: 0 auto;
}

.lp-footer_title img{
 width: 200px!important;
margin: 5% auto;
}
.lp-footer_title_shita img{
 width: 800px!important;
    margin: 5% auto;
}


.product_link_wapper{
    width: 800px!important;
    margin: 3% auto 3%;   
}

.product_link_wapper img{
    margin: 2% auto; 
}
.gekiochi_text{
    font-size:14px;
}    
}