@charset "UTF-8";


/* .module-product-list-display .product-list .image-box[data-v-4f0e75f6] {
  background-color: rgba(255,255,255,var(--tw-bg-opacity))!important;
} */


/* common
   ========================================================================== */

#yurakucho_ {
  position: relative;
  z-index: 0;
}

.inr {
  margin: 0 auto;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  text-align: center;
  position: relative;
  z-index: 0;
}







/* ==========================================================================

kv

========================================================================== */
.sec_header {
  width: 100%;
}

.sec_header .inr {
  /* padding: 25px; */
}

.kv {
  width: 100%;
  margin: 0 auto;
  /* padding: 22px; */
  font-size: 0;
  /* background-color: #ffcca3; */
  background: url(../img/common/kv_bg.jpg) no-repeat;
  background-size: cover;
}

.kv .kv_inr {
  width: 100%;
  margin: 0 auto;
  /* padding: 30px 0; */
  /* background: #fcf8f5; */
}

.kv h1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}

.kv h1 img {
  width: 80%;
  min-width: 768px;
  margin: 0 auto;
}


@media screen and (max-width : 768px) {

  .sec_header .inr {
    /* padding: 3%; */
  }

  .kv {
    /* padding: 3.5%; */
    /* background: linear-gradient(-145deg, #e4a7a4, #f7d1b7, #ba9cb8 85%); */
  }

  .kv .kv_inr {
    padding: 0;
  }

  .kv h1 {
    width: 100%;
    max-width: none;
  }

  .kv h1 img{
    width: 100%;
    min-width: auto;
  }


}


/* ==========================================================================

footer

========================================================================== */

.sec_footer {
  padding: 30px 0 20px;
  background: linear-gradient(-135deg, #f3d1bb, #ba9cb8);
}

.sec_footer .inr {}

.sec_footer .sns_area {
  width: 10%;
  max-width: 130px;
  margin: 0 auto;
}

.sec_footer .sns_area ul {
  display: flex;
  justify-content: space-around;
}

.sec_footer .sns_area li {
  width: 46%;
  max-width: 64px;
  height: auto;
  padding: 0 6%;
}
.sec_footer .sns_area li img{
  width: 100%;
}

.luminelogo {
  width: 11%;
  max-width: 140px;
  margin: 0 auto;
  padding: 20px 0 15px;
}
.luminelogo img{
  width: 100%;
}

.copyright {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1px;
}


@media screen and (max-width : 750px) {

  footer {
    padding: 40px 0 0;
    /* position: relative;
      z-index: 10; */
  }

  .sec_footer .sns_area {
    width: 28%;
  }

  .luminelogo {
    width: 140px;
    margin: 0 auto;
  }

  .copyright {
    font-size: 10px;
  }


}

/* ==========================================================================

pagetop

========================================================================== */

#pagetop {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  background: #000000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: right;
  position: fixed;
  right: 2vw;
  bottom: 290px;
  z-index: 1;
  cursor: pointer;
}

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

#pagetop a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 0.15rem solid #ffffff;
  border-left: 0.15rem solid #ffffff;
  -webkit-transform: rotate(225deg);
  transform: rotate(45deg);
  position: absolute;
  right: 40%;
  top: 19px;
}


@media screen and (max-width : 750px) {
  #pagetop {
    bottom: 250px;
  }


}