@charset "utf-8";

:root{
    --color-bk:#393836;
    --color-gy01:#999999;
    --color-gy02:#e0e0e0;
    --color-gy03:#cccccc;
    --color-bl01:#00b4c8;
    --color-bl02:#d9f4f7;
    --color-bl03:#1663ab;
    --color-bl04:#f2fbfc;
    --color-bl05:#003869;
    --color-pk01:#e97da1;
    --font-inter:"Inter", sans-serif;
}

/*home*/

body#home #eye-c{
    margin-bottom: 150px;
}

body#home #eye-c .inner{
    max-width: 1400px;
    position: relative;
    min-height: 720px;
    padding: 0;
    display: flex;
    align-items: flex-start;
}

body#home #eye-c .logo-box{
    width: 340px;
    display: flex;
    justify-content: center;
    top: 20px;
    position: relative;
    height: 640px;
    align-items: center;
}

body#home #eye-c .logo-box h1{
    width: 196px;
    margin-top: -40px
}

body#home #eye-c .logo-box h1 img{
    width: 100%
}

body#home #eye-c .img-box{
    width: calc(100% - 340px);
    height: 640px;
    background: url('/img/top/eye-c.jpg') center no-repeat;
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 20px;
    background-size: cover;
    padding: 0 0 30px 100px
}

body#home #eye-c .img-box br{
    display: none;
}

body#home #eye-c .img-box h2{
    font-size: 3rem;
    line-height: 1;
    color: #fff;
    font-weight: 600
}

body#home #eye-c .img-box .glass{
    position: absolute;
    width: 140px;
    left: -100px;
    bottom: -40px
}

body#home #intro{
    margin-bottom: 140px
}

body#home #intro .inner{
    display: flex;
    gap: 130px;
    justify-content: center;
}

body#home #intro .inner .txt-box{
    width: 210px;
    font-size: 1.6rem;
    order: 1;
    font-weight: 600;
    margin-left: 60px;
    line-height: 3.6rem;
    letter-spacing: 0.08em;
}

body#home #intro .inner .txt-box p+p{
    margin-top: 4.0rem
}

body#home #intro .inner .tit-box{
    order: 2;
    position: relative;
    width: 280px
}

body#home #intro .inner .tit-box h2{
    font-size: 3rem;
    line-height: 6.8rem;
    letter-spacing: 0.12em;
    margin-top: -2rem;
    font-weight: 600;
}

body#home #intro .inner .tit-box .wave{
    position: absolute;
    bottom:0;
}

body#home #intro .inner .tit-box .bird{
    position: absolute;
    bottom: 130px;
    right: 70px;
    width: 90px
}

body#home #example .center-list a{
    width: 360px;
    height: 360px;
    background-color: #fff;
    border-radius: 100%;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    scale: 0.8;
    position: relative;
}

body#home #example .center-list .swiper-slide-active a{
    scale:1;  
}

body#home #example .center-list a img{
    height: 150px;
    width: auto;
    margin-top: -40px;
}

body#home #example .center-list a h3{
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 600;
    position: absolute;
    bottom: 50px
}

body#home #prices .inner{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

body#home #prices .btns{
    margin-top: 50px
}

body#home #evidence .inner{
    max-width: 920px
}

body#home #about .inner{
    max-width: 660px
}

body#home #about .inner .h-set+p{
    font-size: 1.4rem;
    text-align: justify;
}

body#water:not(.faq)  .main-head{
    color: #fff;
    margin-bottom: 20px
}

body#water:not(.faq) #breadcrumbs{
    background-color: var(--color-bl05);
}

body#water:not(.faq) .base.nb{
    padding-top: 0
}

body#water:not(.faq) #breadcrumbs,
body#water:not(.faq) #breadcrumbs a{
    color: #fff
}

body#water #eye-c{
    background: url('/img/pages/kv_water.jpg') center no-repeat;
    background-size: cover;
    /*animation: Grad 30s ease infinite;*/
    /*padding: 20px*/
}

@keyframes Grad {
    0%{background-position: 100% 50%;background-size: 150%;}
    50%{background-position: 100% 100%;background-size: 200%;}
    100%{background-position: 100% 50%;background-size: 150%;}
}

body#water #eye-c .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    /*max-width: 1280px;*/
    max-width: 100%;
    height: 460px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /*box-shadow: 0 0 20px rgba(0,0,0,0.6);*/
    /*border-radius: 10px;*/
    /*padding: 20px;*/
}


body#water #eye-c .inner h2{
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.6;
    z-index: 2
}

body#water #eye-c .inner div{
    background: url('/img/pages/kv_water.jpg') center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1;
    /*width: calc(100% - 20px);*/
    height: calc(100% - 40px);
    max-width: 1280px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

body#water #box1,body#water #box2,body#water #box3,body#water #box4{
    color: #fff;
    font-size: 1.6rem;
}

body#water #box1 p{
    text-align: justify;
}

body#water #box1 .img-box{
    height: 420px;
    overflow: hidden;
}

body#water #box1 .inner,
body#water #box2 .inner,
body#water #box3 .inner,
body#water #box4 .inner{
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 900px;
}

body#water #box2 h2,
body#water #box3 h2,
body#water #box4 h2{
    color: #fff
}

body#water #box1 .txt-box,
body#water #box2 .txt-box,
body#water #box3 .txt-box,
body#water #box4 .txt-box,
body#water #box4 .table-box{
    max-width: 720px;
    padding: 0 40px;
    margin-bottom: 30px
}

body#water #box1 .txt-box{
    margin-bottom: 40px;
}

body#water #box2 .img-box{
    overflow: hidden;
    border-radius: 6px
}

body#water #box3 .content-box{
    display: flex;
    gap: 20px;
    flex-direction: column;
}

body#water #box3 .content-box>li{
    padding: 40px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

body#water #box3 .content-box li h3{
    color: var(--color-bl01);
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 30px
}

body#water #box3 .content-box li p{
    font-size: 1.6rem;
    color: var(--color-bk);
    margin-bottom: 20px
}

body#water #box4 .txt-box h3{
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

body#water #box4 .txt-box p+h3{
    margin-top: 40px;
}

body#water #box4 .table-box{
    margin-bottom: 50px
}

body#water #box4 .line-table tr{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#quality .inner{
    max-width: 880px;
    font-size: 1.6rem
}

#quality .inner .img-box+.txt-box{
    padding: 0 40px;
    margin-top: 50px
}

#quality .inner .txt-box+.link-box{
    margin-top: 50px
}

#sdgs .inner{
    max-width: 880px;
    font-size: 1.6rem
}

#selection .inner,
#bottle .inner{
    max-width: 920px;
    font-size: 1.6rem
}

#selection .img-box{
    border-radius: 10px;
    padding: 10px
}

#selection .txt-box{
    max-width: 680px;
    margin: 30px auto 0;
}

#selection .point-list{
    margin-bottom: 20px
}

#bottle .img-box{
    overflow: hidden;
    height: 200px
}

#bottle .btns{
    margin-top: 30px
}

body#product #server_list .inner{
    max-width: 860px
}

body#product #spec .inner{
    max-width: 1100px
}
body#product #spec .spec-box{
    display: flex;
    gap: 20px;
    justify-content: center;
}

body#product #spec .spec-box li{
    border: 0.5px solid var(--color-gy02);
    border-radius: 10px;
    overflow:hidden;
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    padding-bottom: 20px
}

#spec .spec-top {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid var(--color-gy02);
}

#spec .spec-top .color {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 10px;
}

#spec .spec-top .color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}

#spec .spec-top .color-circle[data-color="white"] { background-color: #FFF; border: 2px solid #ccc; }
#spec .spec-top .color-circle[data-color="black"] { background-color: #000; }
#spec .spec-top .color-circle[data-color="brown"]   { background-color: #764524; }

#spec .spec-top .color-circle.active {
  border: 2px solid #007bff;
}

body#product #spec .spec-box .spec-img{
    height: 220px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

body#product #spec .spec-box .spec-img img{
    height: 100%;
    width: auto;
}

body#product #spec dl dt{
    padding:20px 20px 0;
    line-height: 1.8em;
    font-weight: 700;
}

body#product #spec dl dd{
    border-bottom: 0.5px solid var(--color-gy02);
    padding:0 20px 20px;
    line-height: 1.8em;   
}

body#product #spec .areaDesc .box .border_none{
    border-bottom: unset;
}

body#product #spec dl{
    text-align: center;
}

body#product #spec dl dt{
    font-weight: 700;
    font-size: 1.6rem;
}

body#product #spec dl dd{
    font-size: 1.4rem;
}

body#product #spec dl dd.line2{
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4
}

body#product #spec dl dd.line4{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4
}

body#product #spec dl .txt-01{
    font-weight: 700;
    text-align: center;
}

body#product #spec dl dd.txt-01 span{
    font-size: 2.6rem;
    font-family: var(--font-inter);
}

body#product #spec .btns{
    width: 90%;
    margin-top: 20px
}

body#product #spec .mark{
    display: flex;
    justify-content: center;
    align-items: center;
}

body#product #spec .circle{ 
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid var(--color-bk);
    box-sizing: border-box;
}

body#product #spec .straight_line{
    height: 30px
}

body#product #spec .straight_line:before{
    content: "";
    display: inline-block;
    height: 3px;
    width: 30px;
    background-color: var(--color-bk);
}

#maintenance .mid{
    margin-top: 0
}

#maintenance ul li:first-child{
    border-radius: 10px;
    overflow: hidden;
}

#maintenance h4{
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

#maintenance .link-box{
    margin-top: 30px
}

#others .inner{
    max-width: 810px
}

#others .center-list{
    gap: 20px;
}

#others .center-list li{
    border: 0.5px solid var(--color-gy02);
    overflow: hidden;
    border-radius: 10px
}

#others .center-list a{
    width: 220px;
    height: 300px;
    background-color: #fff;
}

#others .center-list .img-box{
    height: auto
}

#others .center-list .img-box img{
    width: 100%
}

#others .center-list .info-box{
    padding: 20px 20px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100px
}

#others .center-list .info-box h3{
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: justify;
}

#others .center-list .info-box img{
    width: 14px;
    height: 14px
}

body#faq #category .date-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  border-bottom:none;
}
body#faq #category .date-box li:nth-child(6),
body#faq #category .date-box li:last-child{
  border-bottom: 0.5px solid var(--color-gy02);
}

body.faq .cat-index .cat-box{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  row-gap: 12px;
}

body.faq .cat-index .cat-box li a{
  border-bottom: 1px solid;
}

body.faq .cat-index .cat-box li a.select{
  border-bottom: none;
  opacity: 0.5;
  pointer-events: none;
}

.inquiry-btn-box{
  text-align: center;
  margin-top: 80px;
}

.inquiry-btn-box p{
  font-size: 1.6rem;
}

.inquiry-btn-box .btns{
  margin-top: 14px;
}

body.faq .caption{
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 30px;
}

body.faq .caption.blue{
  color: var(--color-bl01);
}

body.product .mark_jdsa{
  width: 100px;
}

body.product .feature-box dd .space{
  margin-bottom: 20px;
}

body#nankatsusc #prices .box-list{
  display: grid;
  grid-template-areas: "areaA areaB"
  "areaC areaC";
}

body#nankatsusc #prices .box-list .box:nth-child(1){
  grid-area: areaA;
}

body#nankatsusc #prices .box-list .box:nth-child(2){
  grid-area: areaB;
}

body#nankatsusc #prices .box-list .box:nth-child(3){
  grid-area: areaC;
}

body#nankatsusc #prices .box-list>li{
  width: 100%;
}

body#nankatsusc #prices .box-list .box:nth-child(3) .notice{
  text-align: center;
}

body#nankatsusc #pr .bnr{
  display: block;
  max-width: 400px;
  margin: 50px auto;
}

body#price #intro dl{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

body#price #prices .plus-box .box{
        height: 360px
    }

@media screen and (min-width:1px) and (max-width:768px){
    body#home #eye-c .inner{
        min-height: 100svh;
        justify-content: center;
    }
    body#home #eye-c .inner .sp-btn{
        position: absolute;
        bottom: 10svh;
        width: 140px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        background-color: #00b4c8;
        color: #fff;
        font-weight: 600
    }
    body#home #eye-c .logo-box{
        display: none;
    }
    body#home #eye-c .img-box{
        width: 100%;
        border-radius: 0;
        right: 0;
        top: 0;
        height: 70svh
    }

    body#home #eye-c .img-box .glass{
        left: 20px;
        width: 30%;
        bottom: -20vw
    }

    body#home #eye-c .img-box br{
        display: block;
    }

    body#home #eye-c .img-box h2{
        position: absolute;
        left: 40%;
        font-size: 2.4rem;
        line-height: 1.6;
        bottom: 10px;
    }

    body#home #eye-c{
        margin-bottom: 100px
    }

    body#home #intro .inner{
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    body#home #intro .inner .tit-box{
        order: 1;
        width: 210px
    }

    body#home #intro .inner .tit-box img{
        display: none;
    }

    body#home #intro .inner .tit-box h2{
        font-size: 2rem;
        line-height: 4rem;
    }

    body#home #intro .inner .txt-box{
        margin-left: 0;
        order: 2
    }

    body#home #example .inner{
        padding: 0
    }

    body#home #example .center-list a{
        width: 100%
    }

    body#home #evidence .inner{
        padding: 0
    }

    body#water:not(.faq) .main-head{
        background-color: transparent;
        margin-bottom: 0
    }

    body#water:not(.faq)  #eye-c .inner{
        backdrop-filter: none;
        height: 400px
    }

    body#water:not(.faq)  #eye-c .inner div{
        background: none;
        box-shadow: none;
    }

    body#water:not(.faq)  #eye-c .inner h2{
        font-size: 2.2rem;
        line-height: 1.8;
    }

    body#water:not(.faq)  #box1 .txt-box,
    body#water:not(.faq)  #box2 .txt-box,
    body#water:not(.faq)  #box3 .txt-box,
    body#water:not(.faq)  #box4 .txt-box,
    body#water:not(.faq)  #box4 .table-box{
        width: 100%;
        padding: 0
    }

    body#water:not(.faq)  #box1 .img-box{
    position: relative;
    left: -40px;
    width: calc(100vw + 80px);
    height: 300px
    }

    body#water:not(.faq)  #box2 .img-box,
    body#water:not(.faq)  #box3 .content-box{
            width: calc(100% + 40px);
    }

    body#water:not(.faq)  #box3 .content-box>li{
        padding: 40px 20px
    }

    body#water:not(.faq)  #box3 .content-box>li .two-column,
    #maintenance .two-column{
            flex-direction: column;
    }

    body#water:not(.faq)  #box3 .content-box>li .two-column li,
    #maintenance .two-column li{
        width: 100%
    }

    body#water:not(.faq)  #box4 .txt-box h3{
        font-size: 1.8rem
    }

    #quality .inner .img-box+.txt-box{
        padding: 0
    }

    #quality .two-column,
    #bottle .two-column{
        flex-direction: column;
    }

    #quality .two-column li,
    #bottle .two-column li{
        width: 100%
    }

    #bottle .img-box{
        border-radius: 10px;
    }

    #sdgs .card-box .two-column li:first-child{
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

    #sdgs .card-box .two-column li img{
        width: 120px
    }

    #spec .sp-area{
        display: flex !important;
        gap: 20px;
    }

    #spec .spec-img{
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 16px
    }

    #spec .spec-img img{
        width: 50px
    }

    #spec .select-type{
        font-weight: 700;
        font-size: 1.4rem;
        background-color: #fafafa;
        border: 1px solid  var(--color-gy02);
        width: 100%;
        height: 40px;
        padding-left:16px;
        border-radius: 5px;
        position: relative;
        color: var(--color-bk)
    }

    #spec .selectbox{
        position: relative;
        display: flex;
        align-items: center;
    }
    #spec .selectbox:after{
        content: '';
        width: 6px;
        height: 6px;
        position: absolute;
        right: 14px;
        margin-top: -2px;
        border-top: solid 2px var(--color-bk);
        border-right: solid 2px var(--color-bk);
        transform: rotate(135deg);
        pointer-events:none;
    }

    body#product #spec dl dd{
        padding: 0 0px 10px
    }

    body#product #spec dl dd{
        font-size: 1.2rem
    }

    body#product #spec dl dd.txt-01 span{
        font-size: 2rem
    }

    #maintenance h4{
        font-size: 2.2rem
    }

    #others .center-list a{
        width: 100%;
    height: auto;
    }

    body#price #prices .plus-box{
        width: 100%
    }

    #merit .box-list>li h4{
        font-size: 1.6rem
    }

      body#faq #category .date-box,
  body#faq #category .cat-index .cat-box{
    grid-template-columns: unset;
  }
  body#nankatsusc #prices .box-list{
    grid-template-areas: "areaA"
  "areaB"
  "areaC";
  }
  body#nankatsusc #prices .box-list .box:nth-child(3) .notice{
    text-align: left;
  }

}
