/*
Theme Name:wim-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Gidole&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/*=================
common
=================*/
:root {
  --accent-color-orange: #e6ae4a;
}
ul{
  padding: 0;
  margin: 0;
}



/*=================
       fv 
/*=================*/
section#fv {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 500px;
  overflow: hidden;
}
.fv-bg {
  position: absolute;
  top: 0;
}
#water nav.breadcrumb{
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 10;
}
.fv-bg img.fv-img{
  width: 100VW;
  object-fit: cover;
  height: 70vh;
}
.fv-content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.fv-title {
  position: relative;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  background: var(--main-bg-color);
  border-radius: 10px 10px 0 0;
  max-width: 800px;
}
.fv-title hgroup{
  margin: 0;
}

h1{
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 auto;
}
.fv-title-w{
  color: #fff;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: var(--text-color) 1px 0 20px;
}
.fv-logo-bg{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/water/fv-logo-bg.webp);
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
  border-radius: 10px 10px 0 0;
}
.fv-logo {
  width: 200px;
  filter: drop-shadow(0 0 3rem #617f86);
  margin: 50px auto -30px;
}
.fv-catch{
  margin: 0 auto 10px;
  max-width: 530px;
  text-align: center;
}
.catch-01{
  line-height: 1.5em;
  font-size: clamp(1.625rem, 1.136rem + 2.07vw, 3rem);
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  font-weight: normal;
}
.catch-02 {
  font-size: 1rem;
  font-weight: bold;
  padding: 4px 20px;
  background: #deaa4b;
  border-radius: 10px;
  width: fit-content;
  margin: 20px auto 0;
  color: #fff;
}
.store-btn {
  display: flex;
  margin: 0 auto;
  gap: 20px;
}
.store-btn a{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  background: #45515161;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .fv-logo {
    width: 220px;
  }
}
@media screen and (max-width: 915px) and (orientation: landscape) {
  section#fv {
    overflow: unset;
    min-height: 700px;
  } 
  .fv-bg img.fv-img {
      height: 700px;
  }
}
/*=================
goods
=================*/

.goods-01-img img,
.goods-02-img img{
  height: 100%;
  object-fit: cover;
}
.goods-01-txt,
.goods-02-txt{
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.goods-01-txt-inner,
.goods-02-txt-inner{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 10% auto;
  max-width: 400px;
}
.goods-title span{
  font-size: 1rem;
  font-weight: normal;
}
.goods-a {
  color: var(--text-color);
  padding: 10px;
  margin-top: 10%;
}
.goods h2{
  line-height: 2rem;
  font-size: 30px;
  margin: 20px 0 0;
}
.goods-h2-p{
  font-size: 20px;
}
p.goods-type{
  border: solid 1px;
  background: #fff;
  padding: 10px 20px;
  width: fit-content;
}
.goods-p{
  text-align: start;
}
.goods-p span{
  font-size: 14px;
}
p.goods-price {
  margin: 5% 0;
}
.store-btn {
  display: flex;
  margin: 20px 0;
  justify-content: space-around;
  flex-wrap: wrap;
}
.store-btn a{
    background: var(--text-color);
    border-radius: 50px;
    padding: 20px;
    margin: 0 auto 10px;
    box-sizing: border-box;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
}


@media screen and (min-width: 768px) {
.goods-01,
.goods-02{
  display: flex;
}
.goods-01-img,
.goods-02-img{
  min-width: 50%;
  max-width: 50%;
  display: flex;
  justify-content: space-between;
}
}

/*=================
story
=================*/

.story,
.action{
  margin: 10% auto;  
}

.h2-title {
  /*position: relative;*/
  width: 90%;
  margin:0 auto;
  text-align: center;
}
.h2-title h2{
  margin: 5% auto;
  text-align: center;
  font-size: clamp(1.625rem, 1.375rem + 1.25vw, 2.313rem);
  line-height: 1.6em;
  letter-spacing: 0.02em;
  display: flex;
  flex-direction: column;
}
.h2-title h2 span{
  font-size: 14px;
}
.story .inner-left{
  display: flex;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.story .left-txt{
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.story .left-txt p{
  font-size: clamp(1rem, 0.822rem + 0.75vw, 1.5rem);
  text-shadow: var(--text-color) 1px 1px 30px;
  padding-bottom: 90%;
}
.story .inner-right{
  padding: 5%;
  margin: 0 auto;
  width: fit-content;
}
.story h3{
  margin: 5% 0;
  line-height: 1.5em;
}
.p-red{
  color: #D15115;
}
@media screen and (min-width: 768px) {
  .h2-title{
    max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  .story .inner{
    display: flex;
    align-items: center;
  }
  .story .inner-left{
  width: 50%;
  min-width: 50%;
  }
  .story .inner-right{
    width: 50%;
    min-width: 50%;
  }

}
/*=================
action
=================*/
.action .inner{
width: 90%;
padding: 5%;
background: #ffffff99;
margin: 0 auto;
border-radius: 30px;
}
.action .inner-left{
  padding: 5%;
  max-width: 500px;
  margin: 0 auto;
}
.action-num{
  width: 50px;
  min-width: 50px;
}
.action hgroup{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.action h3{
  font-size: clamp(1.25rem, 1.161rem + 0.38vw, 1.5rem);
  line-height: 1.5em;
}

.action .inner-right p{
  padding-left: 70px;
}


@media screen and (min-width: 1024px) {
  .action .inner{
    display: flex;
    align-items: center;
  }
  .action .inner-left{
    max-width: 500px;
  }
  .action .inner-right{
    min-width: 400px;
  }
}
/*=================
summary
=================*/
.summary{
  width: 90%;
  margin: 10% auto;
}
.summary-intro{
  text-align: center;
  font-size: clamp(1rem, 0.911rem + 0.38vw, 1.25rem);
  margin-bottom: 10px;
}
.summary-main{
  border: solid 10px #fbfbe6;
  border-radius: 30px;
  padding: 5%;

}
.summary-main ul{
  margin: 0 auto;
  width: fit-content;
}
.summary-main li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.summary-main h3{
  font-size: clamp(1rem, 0.911rem + 0.38vw, 1.25rem);
  line-height: 1.5em;
}
.summary-plus-img{
  width: 50px;
  margin: -30px auto 30px;
}
.summary-plus li{
  width: 90%;
  margin: 0 auto;
}
.summary-plus h3{
  font-size: 22px;
  color: #fff;
  background: var(--accent-color-orange);
  padding: 10px;
  text-align: center;
  margin: 20px 0 10px;
}
.summary-plus-p01{
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .summary-main ul{
    display: flex;
    justify-content: space-around;
    gap: 20px;
  }
  .summary-plus{
    display: flex;
    justify-content: space-around;
    gap: 20px;
  }
}
/*=================
howto
=================*/
.howto{
  width: 90%;
  margin: 10% auto;
  border-top: solid 1px;
  padding: 5% 0 0;
}
.howto-txt{
  font-weight: bold;
  border: solid 1px;
  width: fit-content;
  margin: 5% auto 0;
  padding: 10px;
  border-radius: 10px;
}
.howto-main{
  width: fit-content;
  margin: 0 auto 20px;
}
.howto-main li{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.howto-plus li{
  margin: 0 auto;
  max-width: 800px;
}
.howto-plus h3{
  font-size: 22px;
  color: #fff;
  background: var(--accent-color-orange);
  padding: 10px;
  text-align: center;
  margin: 20px 0 10px;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {

}
/*=================
use
=================*/
.use{
  width: 90%;
  margin: 10% auto;
  border-top: solid 1px;
  padding: 5% 0 0;
}
.use-txt{
  font-weight: bold;
  border: solid 1px;
  width: fit-content;
  margin: 0 auto 5%;
  padding: 10px;
  border-radius: 10px;
}

.use-img{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px auto;
}
.use-img01,
.use-img02{
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
.use-img{
  display: flex;
  flex-direction:unset;
  justify-content: space-around;
  align-items: center;
  margin: 20px auto;
  max-width: 800px;
}
.use-img01,
.use-img02{
  width: 50%;
}
}

/*=================
caution
=================*/
.caution{
  width: 90%;
  margin: 10% auto;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 5% 0;
}




/*=================

=================*/

/*=================
all
=================*/