.salon {
  background: rgb(231, 125, 172) fixed;
  background: linear-gradient(
      0deg,
      rgba(231, 125, 172, 1) 0%,
      rgba(249, 170, 199, 1) 100%
    )
    fixed;
}
.daily {
  background: rgb(190, 192, 194);
  background: linear-gradient(
      316deg,
      rgba(190, 192, 194, 1) 0%,
      rgba(231, 230, 230, 1) 100%
    )
    fixed;
}

#page-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 30px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  height: 440px;
  width: 320px;
  background: rgb(242, 242, 242);
  background: linear-gradient(
    316deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(173, 173, 173, 1) 100%
  );
  font-family: "Jost";
}
.page-nav-daily {
  background: rgb(246, 167, 196) !important;
  background: linear-gradient(
    316deg,
    rgba(246, 167, 196, 1) 0%,
    rgba(235, 124, 172, 1) 100%
  ) !important;
}

.page-nav-logo {
  text-align: center;
}
.page-nav-logo > img {
  width: 145px;
}
#page-nav > ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#page-nav > ul > li {
  margin-bottom: 15px;
}
#page-nav > ul > li > a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
.page-nav-mobile {
  width: 65vw !important;
  height: auto !important;
  padding: 10px !important;
}
/** end #page-nave **/

/** end #page-nav **/

#his-wrapper .swiper-viewport {
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  margin: 0;
  background: unset;
}
#his-wrapper .swiper-slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

#his-wrapper .swiper-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: unset;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* border: 2px solid blue; */
}
#his-wrapper .swiper-pagination-bullet {
  height: 2px;
  width: 0px;
  border-radius: unset;
  margin: 0;
  background: rgb(30 30 30 / 30%);
}
#his-wrapper .swiper-pagination-bullet-active {
  background: #d9d9d9;
}

.section-title {
  border-bottom: 2px solid #000;
  display: table;
  margin: auto;
  margin-bottom: 40px;
}
.section-title > h1 {
  font-weight: 400;
  font-size: 40px;
  margin: 0;
}
.product-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Jost";
  margin-top: 0;
}
.product-detail {
  font-size: 16px;
  line-height: 24px;
}

/** concept **/
#nav-concept {
  text-align: center;
  padding: 80px 30px 0 30px;
}

#nav-concept > .title-2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 40px;
}

#nav-concept > p {
  font-size: 16px;
  margin-bottom: 40px;
}
/** end concept **/

/** product **/
#product {
  padding: 100px 0 60px 0;
  background-color: #d9d9d9;
}
#product .row {
  margin: 0;
}

.category-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.category-list .category-item {
  text-align: center;
}
.category-item-title {
  padding: 15px 30px;
}
.category-item-image > img {
  width: 100%;
}
.category-list h1 {
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 20px;
  font-family: "Jost";
}
.category-list h2 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .category-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .category-list h2 {
    margin-bottom: 30px;
  }
}
/** end product **/

.product-slide-controler {
  display: flex;
  column-gap: 30px;
  justify-content: flex-end;
  margin-top: 15px;
  margin-bottom: 40px;
}

.product-slide-controler > div {
  cursor: pointer;
}

#product .swiper-viewport {
  border-radius: 0;
  box-shadow: unset;
  border: 0;
  margin: 0;
  background: unset;
}

/** how-to-use **/
#how-to-use {
  padding: 60px;
  text-align: center;
}
#how-to-use > p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.how-to-use-video {
  max-width: 800px;
  margin: 50px auto;
}
@media (max-width: 767px) {
  #how-to-use {
    padding: 30px;
  }
}
/** end how-to-use **/

.responsive-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/** footer **/
#footer {
  background: #000000;
  padding: 50px;
}

/** end footer **/

/** menu mobile **/
#toogle-menu-mobile .lower {
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

#toogle-menu-mobile .lower:hover {
}

input {
  display: none;
}

#toogle-menu-mobile .lower label {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  height: 68px;
  width: 68px;
  font-family: "Jost";
  letter-spacing: 1px;
}

#toogle-menu-mobile .lower label:hover {
  cursor: pointer;
}

#toogle-menu-mobile .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
}

#toogle-menu-mobile .overlay label {
  display: flex;
  justify-content: center;
  align-items: center;
  background: black;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  height: 68px;
  width: 68px;
  z-index: 100;
  font-size: 14;
  letter-spacing: 1px;
  font-family: "Jost";
  cursor: pointer;
  text-decoration: line-through;
}

#toogle-menu-mobile .lower ~ .overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

#toogle-menu-mobile #op:checked ~ .overlay-hugeinc {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  overflow-y: scroll;
}

#toogle-menu-mobile .overlay {
  padding: 80px 40px 40px 40px;
  font-family: "Jost";
}
#toogle-menu-mobile .overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 0 50px 0;
}
#toogle-menu-mobile .overlay ul li {
  margin-bottom: 35px;
}
#toogle-menu-mobile .overlay ul li a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  display: block;
}
#toogle-menu-mobile footer {
  background: unset;
  margin-top: 50px;
  padding: 0;
}
/** end menu mobile **/

/** daily section **/
/** concept **/
.daily-concept-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 51.71% !important;
  margin-top: 0 !important;
}
.daily-concept-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../image/home/daily_concept_bg.jpg") center no-repeat;
  background-size: cover;
}
.daily-concept-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  margin-left: 54vw;
}
.daily-concept-content h1 {
  font-size: 2.3vw;
  line-height: 3vw;
  margin: 0 0 3vw 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
  padding-right: 50px;
}
.daily-concept-content p {
  font-size: 1.2vw;
  line-height: 1.8vw;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
  padding-right: 50px;
}

/** end daily section **/
