.stayclean__container {
    max-width: 1060px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.stayclean__section {
    padding: 80px 0 120px;
}

.stayclean__about {
    background-color: #dce9d5;
}

.stayclean__aboutWrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 120px 100px;
    margin-bottom: 120px;
}

.stayclean__secTtl {
    font-size: 56px;
    font-feature-settings: 'palt';
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}

.stayclean__aboutImg {
    margin-bottom: 30px;
}

.stayclean__aboutTtl {
    display: inline-block;
    background-color: #1b4229;
    padding: 8px 20px;
    color: #fff;
    border-radius: 5px;
    line-height: 1;
    margin-bottom: 10px;
}

.stayclean__txt {
    font-size: 18px;
    line-height: 1.7;
    color: #1e1e1e;
    font-feature-settings: 'palt';
}

.stayclean__aboutTxtBox {
    margin-bottom: 20px;
}

.stayclean__annotation {
    font-size: 14px;
    line-height: 1.5;
    color: #767676;
    margin-top: 10px;
}

.stayclean__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #1b4229;
    border-radius: 65px;
    font-size: 21px;
    line-height: 1.5;
    padding: 30px;
    width: 500px;
    margin: 30px auto 0;
    cursor: pointer;
    position: relative;
}
.stayclean__btn:after{
    content: '';
    width: 13px;
    height: 23px;
    background: url('../img/arrow.png')no-repeat;
    background-size: contain;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stayclean__btnSub {
    font-size: 17px;
}

.stayclean__stepItem {
    background: #fff;
    border-radius: 20px;
    padding: 25px 60px 47px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 5px rgba(27, 66, 41, 0.1);
}

.stayclean__stepTtl {
    position: relative;
    text-align: center;
}

.stayclean__stepTtl:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #00a77a;
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.stayclean__stepTtl-img {
    position: relative;
    z-index: 2;
}

.stayclean__stepInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stayclean__stepImgWrap {
    width: 42.105%;
}

.stayclean__stepTxtWrap {
    width: 52.63%;
}

.stayclean__product {
    background-color: #f5f0ed;
}

.stayclean__productItem {
    background: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 50px;
}

.stayclean__productItem:last-of-type {
    margin-bottom: 0;
}

.stayclean__productInner {
    display: flex;
    justify-content: space-between;
}



.stayclean__productImgWrap {
    width: 47.4%;
}

.stayclean__productTxtWrap {
    display: flex;
    flex-direction: column;
    width: 48.23%;
}

.stayclean__productTagWrap {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.stayclean__productTag {
    padding: 10px 20px;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
}

.stayclean__productTag-target {
    background-color: #1b4229;
    color: #fff;
}

.stayclean__productTag-cp {
    background-color: #ebc172;
    color: #1e1e1e;
}

.stayclean__productTag-present {
    background-color: #00a77a;
    color: #fff;
}

.stayclean__productName {
    margin-bottom: 40px;
}

.stayclean__productCheck {
    margin-bottom: 30px;
    font-weight: bold;
}

.prd-check-item {
    color: #1e1e1e;
}

.btn-tertiary {
    background-color: #1b4229;
    color: #fff;
}

.btn-tertiary-line {
    border: 1px solid #1b4229;
    color: #1b4229;
}

.stayclean__productPrice {
    font-size: 26px;
    color: #1b4229;
    font-weight: bold;
    line-height: 1.5;
}

 .stayclean__productBtns {
    justify-content: flex-start;
}

 .stayclean__productBtn {
    max-width: 220px;
    margin: 0;
}
.mt10{
    margin-top: 10px;
}
 .stayclean__stepTxtWrap--step2{
    padding-top: 32px;
 }
/* 
.btns {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
}
.btns li {
  flex: 1;
  max-width: 400px;
}
.btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 3em;
  text-align: center;
  padding: 18px 23px 18px 15px;
  font-size: 18px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  line-height: 1.5;
  flex-direction: column;
}
#bottom-nav {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.16);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  z-index: 10;
  bottom: -140px;
}
#bottom-nav .btn {
  position: relative;
  line-height: 1;
}
#bottom-nav .btn::after {
  content: "";
  width: 8px;
  height: 16px;
  display: inline-block;
  margin-left: 8px;
  mask-image: url(/img/index_arw_06.png);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 7px auto;
  background: #fff;
  position: absolute;
  right: 23px;
}
@media screen and (max-width: 1000px) {
  #bottom-nav {
    padding: 16px;
    bottom: -140px;
  }
  .btns {
    justify-content: space-between;
    gap: 10px;
  }
  .btns li {
    flex: 1;
  }
  .btn {
    padding: 14px;
  }
  #bottom-nav .btn {
    font-size: 16px;
  }
  #bottom-nav .btn::after {
    right: 14px;
  }
} */

/* モーダル----------------------------- */
.close-btn {
    position: fixed;
    top: 50px;
    right: 40px;
    font-size: 1.6rem;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.close-btn:before,
.close-btn:after {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
}

.close-btn:after {
    transform: rotate(-45deg);
}

.modal {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fffffff5;
    z-index: 1001;
    opacity: 0;
    pointer-events: none;
    /* transition: opacity 0.3s ease; */
    transition: opacity 0.3s ease, visibility 0.3s ease;
    overflow: auto;
}

/* モーダル表示状態 */
.modal.active {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

/* モーダルの中身*/
.modal-content {
    background: transparent;
    border-radius: 10px;
    max-width: 1060px;
    position: relative;
    opacity: 0;
    /* transform: scale(0.8); */
    /* transition: all 0.3s ease; */
    transition: opacity 0.4s ease;
    height: 100%;
    margin: auto;
}

.stayclean__precautionsWrap {
    padding: 150px 0;
}

/* アニメーション*/
.modal.active .modal-content {
    /* animation: fadeInScale 0.4s ease forwards; */
    opacity: 1;
}

/* @keyframes fadeInScale {
    0% {
        opacity: 0;
    
    }

    100% {
        opacity: 1;
        
    }
} */

.stayclean__precautionsMainTtl,
.stayclean__precautionsTtl {
    background-color: #6cb86a;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 28px;
    margin-bottom: 15px;
}

.stayclean__precautionsTtl {
    background-color: #dce9d5;
    color: #1e1e1e;
    margin-top: 40px;
}

.stayclean__precautionsInner {
    padding: 0 30px;
}

.stayclean__precautionsTxt {
    line-height: 1.57;
    font-size: 14px;
    font-feature-settings: 'palt';
}
.txtLink{
    color: #6cb86a;
    text-decoration: underline;
}
/* a:hover{
    color: inherit;
} */
 .btn{
    transition: all .3s;
 }
.btn:hover{
    opacity: .8;
}
.btn-tertiary:hover{
    color: #fff;
}
.tooltip02{
    width: 150px;
    top: -30px;
}
.btn-primary{
        background: #447355;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background: #395944;
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .stayclean__container {
        width: 91.8%;
    }

    .stayclean__secTtl {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .stayclean__section {
        padding: 70px 0 80px;
    }

    .stayclean__aboutWrap {
        padding: 30px 6%;
        margin-bottom: 70px;
    }

    .stayclean__aboutImg {
        width: 100%;
    }

    .stayclean__aboutTtl {
        font-size: 12px;
        margin: 0 auto 10px;
        display: block;
        justify-content: center;
        width: fit-content;
    }

    .stayclean__txt {
        font-size: 12px;
    }

    .stayclean__txt-date {
        text-align: center;
    }

    .stayclean__annotation {
        font-size: 10px;
        text-align: left;
    }

    .stayclean__btn {
        width: 100%;
        font-size: 16px;
        padding: 20px;
    }

    .stayclean__btnSub {
        font-size: 12px;
    }

    .stayclean__stepTtl-img {
        width: 105px;
    }

    .stayclean__stepTtl:after {
        content: none;
    }

    .stayclean__stepItem {
        padding: 15px 6%;
    }

    .stayclean__stepInner {
        flex-direction: column;
    }

    .stayclean__stepImgWrap {
        width: 90%;
    }

    .stayclean__stepTxtWrap {
        width: 100%;
    }

    .stayclean__stepTxtWrap {
        padding-top: 20px;
        border-top: 2px solid #00a77a;
        margin-top: 0px;
        text-align: center;
    }

    .stayclean__stepImgWrap-1 {
        margin: 10px 0 30px;
    }

    .stayclean__productTagWrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .stayclean__productItem {
        padding: 50px 6%;
    }

    .stayclean__productInner {
        flex-direction: column;
        gap: 25px;
    }

    .stayclean__productImgWrap,
    .stayclean__productTxtWrap,
    .stayclean__productImg {
        width: 100%;
    }

    .stayclean__productTag {
        font-size: 12px;
        padding: 7px 12px;
    }

    .stayclean__productName {
        margin-bottom: 25px;
    }

    .stayclean__productName-705c {
        width: 94.36%
    }

    .stayclean__productName-detergent {
        width: 68.4%;
    }

    .prd-check-item,
    .stayclean__productTxt {
        font-size: 16px;
    }

    .stayclean__productPrice {
        margin-top: 40px;
        display: inline-block;
    }

    .stayclean__productBtns {
        flex-direction: column;
    }

    .stayclean__productBtn {
        width: 100%;
        max-width: initial;
    }

    /* .stayclean__productTxtWrap{
        gap: 40px;
    } */
    /* .stayclean__productTxtTop{
        margin-bottom: 40px;
    } */
    .stayclean__productTxtBottom .stayclean__annotation {
        font-size: 13px;
    }

    .modal-content {
        max-width: 91.8%;
    }

    .close-btn {
        z-index: 100;
        top: 10px;
        right: 10px;
    }
    .stayclean__precautionsMainTtl, .stayclean__precautionsTtl{
        font-size: 12px;
        padding: 6px 8px;
    }
    .stayclean__precautionsInner{
        padding: 0;
    }
    .stayclean__precautionsWrap{
        padding: 60px 0;
    }
    .stayclean__btn:after{
        width: 10px;
        height: 15px;
        right: 20px;
    }

}