@charset "UTF-8";
body {
  margin: 0;
}
.essence-body {
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.essence-body * {
  box-sizing: border-box;
  line-height: 1.7;
}
p,h2,h3 {
  margin: 0;
  font-weight: 400;
}
.en {
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}
section {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wbg {
  width: 100%;
  background: url(../img/yado/wbg.jpg);
}
.w1200 {
  width: 100%;
  max-width: 1200px;
}
.w800 {
  width: 100%;
  max-width: 800px;
}
.content {
  padding: 80px 2vw;
  margin: 0 auto;
}
picture {
  display: flex;
  width: 100%;
}
picture img {
  display: flex;
  width: 100%;
}


@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .min {
    font-size: 23px;
  }
  .content {
    padding: 40px 2vw;
  }
}

.sec1 {
  background-color: #B4B8A6;
}
.sec1 h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
}
.sec1 p {
  font-size: 21px;
  text-align: center;
}

.top-img {
  display: flex;
  margin: 0 auto 40px auto;
}

@media screen and (max-width: 600px) {
  .sec1 h2 {
    font-size: 18px;
  }
  .sec1 p {
    font-size: 15px;
    text-align: left;
  }
}

.sec2 {
  background-color: #AF9B92;
}
.es-ttl {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.5;
}
.sec2 .block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.sec2 .item {
  width: 47%;
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 40px;
  border-radius: 30px;
}
.sec2 .item-01 {
  background-color: #6B5E58;
}
.sec2 .item-02 {
  background-color: #876E61;
}
.sec2 .item ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 30px 0;
}
.sec2 .item h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}
.sec2 .item h3 img {
  display: flex;
  width: 100%;
  max-width: 320px;
}
.sec2 .item h4 {
  display: flex;
  font-size: 21px;
  font-weight: 600;
  align-items: center;
  margin: 0 0 10px 0;
}
.sec2 .item h4::before {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
}
.sec2 .item li {
  display: flex;
  list-style: none;
  font-size: 16px;
  margin-bottom: 7px;
}
.sec2 .item li:last-of-type {
  margin-bottom: 0;
}
.sec2 .item li::before {
  content: "・";
  margin-right: 3px;
}

@media screen and (max-width: 600px) {
  .es-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .sec2 .block {
    flex-direction: column;
  }
  .sec2 .item {
    width: 100%;
    padding: 40px 20px;
  }
  .sec2 .item h3 {
    margin: 0 auto 30px auto;
    font-size: 21px;
  }
  .sec2 .item h4 {
    font-size: 18px;
  }
  .sec2 .item h4::before {
    width: 15px;
    height: 15px;
  }
  .sec2 .item:first-of-type {
    margin-bottom: 30px;
  }
  .sec2 .item h3 img {
    width: 210px;
    margin: 0 auto;
  }
}

.sec3 {
  background-color: #B4B8A6;
}
.sec3 .txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
}
.sec3 .txt span {
  font-weight: 600;
  font-size: 21px;
}
.sec3 .item {
  background-color: #EBEFE0;
  width: 100%;
  max-width: 600px;
  padding: 30px;
  margin: 0 auto 40px auto;
}
.sec3 ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto 0 auto;
  max-width: 500px;
}
.sec3 li {
  display: flex;
  list-style-type: none;
  margin: 0 0 20px 0;
  font-size: 16px;
}
.sec3 li::before {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  min-width: 25px;
  padding-top: 8px;
  margin-right: 10px;
  background: url(../img/essence/check.png) no-repeat center / contain;
}
.sec3 li .bold {
  font-weight: 600;
  font-size: 18px;
}
.sec3 li:last-of-type {
  margin-bottom: 0;
}
.sec3 .txt2 {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .sec3 .txt {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .sec3 .txt span {
    font-size: 18px;
  }
  .sec3 .item {
    padding: 30px 20px;
  }
}

.sec4 {
  background-color: #AF9B92;
}
.sec4-ttl {
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 15px 30px;
  background-color: #212C12;
  justify-content: center;
  align-items: center;
}
.sec4 .block {
  display: flex;
  justify-content: space-between;
  background-color: #D1D1D1;
  padding: 40px;
  flex-wrap: wrap;
}
.sec4 .pop {
  display: flex;
  flex-direction: column;
  width: 46%;
  margin-bottom: 40px;
  cursor: pointer;
}
.sec4 .pop9, .sec4 .pop10 {
  margin-bottom: 0;
}
.sec4 .pop:hover {
  cursor: pointer;
}
.sec4 .pop img {
  display: flex;
  width: 100%;
  opacity: 1;
}
.pop h3 {
  font-size: 28px;
}
.pop-item {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.7);
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}
.pop-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.pop-block {
  width: 95%;
  max-width: 1200px;
  max-height: 95%;
  background-color: #fff;
  margin: auto;
  padding: 40px;
  position: relative;
  opacity: 0;
  overflow-y: scroll;
}
.active .pop-block {
  opacity: 1;
}
.pop-close {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pop-close::before {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  background: url(../img/essence/close.png) no-repeat center / contain;
}
.pop-img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pop-img img {
  width: 49%;
}
.pop-ttl {
  font-size: 32px;
}
.price {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 15px;
}
.price span {
  font-size: 23px;
}
.comment {
  font-size: 14px;
  margin-bottom: 10px;
}
.pop-block .btm {
  font-size: 21px;
}
@media screen and (max-width: 600px) {
  .pop-block {
    padding: 40px 20px;
  }
  .pop-ttl {
    font-size: 26px;
  }
  .price {
    font-size: 28px;
  }
  .price span {
    font-size: 18px;
  }
  .comment {
    font-size: 12px;
  }
  .pop-block .btm {
    font-size: 16px;
  }
  .sec4 .block {
    padding: 40px 20px;
  }
  .sec4 .pop {
    width: 46%;
  }
  .pop h3 {
    font-size: 21px;
    display: flex;
    flex-direction: column;
  }
  .pop h3 span {
    font-size: 16px;
  }
  .sec4 .pop img {
    opacity: 1;
  }
  .pop-img {
    flex-wrap: wrap;
  }
  .pop-img img {
    width: 100%;
    margin-bottom: 10px;
  }
  .pop-img img:last-of-type {
    margin-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec4 .pop:hover img {
    opacity: 0.6;
  }
  .pop-close:hover {
    opacity: 0.6;
  }
}


/* //////////animation////////// */

.fade {
    opacity: 0;
    transform: scale(120%);
    transition: all 1.3s;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s;
}

.fade-R {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1.3s;
}

.fade-L {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1.3s;
}