<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .logo {
  width: 95%;
  margin: 7vw auto 13vw;
}

#key {
  width: 90%;
  margin: 0vw auto 0;
}

.slider-nav .slick-track,
.slider-nav2 .slick-track {
  display: flex;
  justify-content: center;
  gap: 23%;
  transform: none !important;
  width: 100% !important;
}
.slider-nav .slick-slide,
.slider-nav2 .slick-slide {
  width: auto !important;
  height: auto !important;
}
.slider-nav .slick-slide p,
.slider-nav2 .slick-slide p {
  color: rgba(53, 53, 53, 0.3);
}
.slider-nav .slick-current p,
.slider-nav2 .slick-current p {
  color: #353535;
}
.slider-nav .middle,
.slider-nav2 .middle {
  position: relative;
}
.slider-nav .middle:before,
.slider-nav2 .middle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 420%;
  height: 70%;
  border-left: 1px solid #686765;
  border-right: 1px solid #686765;
  background: transparent;
  transform: translate(-50%, -50%) skew(-47deg);
  opacity: 1;
}

/*=============================================
******************* sec1 **********************
*=============================================*/
#sec1 {
  padding: 24vw 5% 16vw;
  position: relative;
}
#sec1::before {
  content: '';
  position: absolute;
  top: -3vw;
  left: 0;
  width: 66%;
  height: 69vw;
  background: url(../img/consul_onlineshop/sec2_d2.png) no-repeat center top;
  background-size: contain;
}
#sec1 h2 {
  font-size: 6vw;
  text-align: center;
  position: relative;
}
#sec1 h2:before {
  content: '';
  position: absolute;
  top: -15vw;
  left: 50%;
  width: 30%;
  height: 16vw;
  transform: translateX(-50%);
  background: url(../img/consul_onlineshop/sec1_d1.png) no-repeat center top;
  background-size: contain;
}
#sec1 h3 {
  text-align: center;
  margin: 5vw 0 9vw;
}

/*=============================================
******************* sec2 **********************
*=============================================*/
#sec2 {
  padding: 0 5%;
  position: relative;
}
#sec2:before {
  content: '';
  position: absolute;
  top: 43vw;
  right: 0;
  width: 35%;
  height: 42vw;
  background: url(../img/consul_onlineshop/sec2_d1.png) no-repeat center top;
  background-size: contain;
}
#sec2 h2 {
  font-size: 5vw;
  margin: 0 auto 11vw;
  line-height: 2.6;
  letter-spacing: 0.06em;
}
#sec2 h3 {
  font-size: 5vw;
}
#sec2 .set1 .content,
#sec2 .set3 .content {
  display: flex;
  padding-left: 8%;
}
#sec2 .set1 .content h3,
#sec2 .set3 .content h3 {
  margin-right: 8%;
}
#sec2 .set1 .photo {
  margin-right: -6%;
  margin-bottom: 6vw;
}
#sec2 .set2 {
  margin: 11vw 0;
}
#sec2 .set2 .flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 5vw;
  justify-content: start;
}
#sec2 .set2 .flex .photo {
  width: 72%;
  margin-right: 14%;
}
#sec2 .set3 .photo {
  margin-left: -6%;
  margin-bottom: 6vw;
}

/*=============================================
******************* sec3 **********************
*=============================================*/
#sec3 {
  padding: 23vw 5% 10vw;
  position: relative;
}
#sec3:before {
  content: '';
  position: absolute;
  top: -12vw;
  left: 0;
  width: 50%;
  height: 75vw;
  background: url(../img/consul_onlineshop/sec3_d2.png) no-repeat center top;
  background-size: contain;
}
#sec3 h2 {
  font-size: 5vw;
  text-align: center;
  margin-bottom: 6vw;
  position: relative;
}
#sec3 h2:before {
  content: '';
  position: absolute;
  top: -11vw;
  left: 50%;
  width: 15%;
  height: 10vw;
  transform: translateX(-50%);
  background: url(../img/consul_onlineshop/sec3_d1.png) no-repeat center top;
  background-size: contain;
}
#sec3 .sec3-js {
  width: 81%;
  margin: 0 auto 12vw;
}
#sec3 .sec3-js .slick-prev,
#sec3 .sec3-js .slick-next {
  top: 16vw;
}
#sec3 .sec3-js .slick-prev {
  left: -20%;
}
#sec3 .sec3-js .slick-next {
  left: auto;
  right: -20%;
}
#sec3 .sec3-js .slick-dots {
  margin-top: 5vw;
  position: relative;
}
#sec3 .sec3-js .slick-dots:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 70%;
  transform: translate(-50%, -50%) skew(-45deg);
  background: #000;
}
#sec3 .sec3-js .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 28px;
}
#sec3 .sec3-js .slick-dots li:nth-child(1) button:before {
  content: '01';
}
#sec3 .sec3-js .slick-dots li:nth-child(2) button:before {
  content: '02';
}
#sec3 .sec3-js .slick-dots li.slick-active button:before {
  opacity: 1;
}
#sec3 .sec3-js .slick-dots li button {
  color: transparent;
  width: auto;
  height: auto;
  background: none;
  border: none;
}
#sec3 .sec3-js .slick-dots li button:before {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-size: 15px;
  opacity: 0.3;
}
#sec3 .sec3-js h3 {
  text-align: center;
  margin: 6vw 0 1vw;
}
#sec3 .tel {
  background: #242320;
  color: #e2d7c2;
  text-align: center;
  margin: 0 -3%;
  padding: 10vw 0 9vw;
  position: relative;
}
#sec3 .tel:before {
  content: '';
  position: absolute;
  bottom: 98%;
  left: 0%;
  width: 28%;
  height: 6vw;
  background: url(../img/consul_onlineshop/sec3_tel_deco.png) no-repeat center top;
  background-size: contain;
}
#sec3 .tel dl dt {
  font-size: 4vw;
  line-height: 1.2;
}
#sec3 .tel dl dd {
  font-size: 3.5vw;
  letter-spacing: 1px;
}
#sec3 .tel dl dd span {
  font-size: 5vw;
}
#sec3 .tel p {
  font-size: 12px;
}

/*=============================================
******************* sec4 **********************
*=============================================*/
#sec4 {
  padding: 0 5% 20vw;
}
#sec4 .bnr1 {
  margin-bottom: 7vw;
}
#sec4 .soon {
  pointer-events: none;
  position: relative;
}

#sec4 .soon a {
  opacity: 0.3;
}

#sec4 .soon::after {
  content: "Coming Soon";
  width: 300px;
  position: absolute;
  top: 160px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  }
/*=============================================
******************* sec5 **********************
*=============================================*/
#sec5 {
  background: #fbfaf7;
  padding: 19vw 5% 11vw;
}
#sec5 .photo {
  width: 94%;
  margin: 0 auto 34vw;
}
#sec5 h2 {
  font-size: 5vw;
  text-align: center;
  letter-spacing: 3px;
  position: relative;
}
#sec5 h2:before {
  content: '';
  position: absolute;
  top: -18vw;
  left: 50%;
  width: 33%;
  height: 18vw;
  transform: translateX(-50%);
  background: url(../img/consul_onlineshop/sec5_d1.png) no-repeat center top;
  background-size: contain;
}
#sec5 h3 {
  font-size: 4.5vw;
  text-align: center;
  margin: 5vw 0 7vw;
  line-height: 1.8;
}

/*=============================================
******************* sec6 **********************
*=============================================*/
#sec6 {
  padding: 10vw 0 13vw;
}
#sec6 .note {
  text-align: center;
  margin-bottom: 15vw;
}
#sec6 h2 {
  font-size: 6vw;
  letter-spacing: 3px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#sec6 .main {
  background: #fbfaf7;
  padding: 19vw 5% 20vw;
  margin-top: -10vw;
  position: relative;
}
#sec6 .main:before {
  content: '';
  position: absolute;
  top: -24vw;
  left: 0;
  width: 74%;
  height: 33vw;
  background: url(../img/consul_onlineshop/sec6_deco.png) no-repeat center top;
  background-size: contain;
}
#sec6 .main .sec6-js {
  margin-top: 7vw;
}
#sec6 .main .sec6-js .slick-next,
#sec6 .main .sec6-js .slick-prev {
  top: -16vw;
}
#sec6 .main .sec6-js .slick-prev {
  left: 6%;
}
#sec6 .main .sec6-js .slick-next {
  right: 6%;
}
#sec6 .main .sec6-js .slick-dots {
  margin-top: 2vw;
}
#sec6 .main .sec6-js .slick-dots li {
  width: 30px;
}
#sec6 .main .sec6-js .slick-dots li button {
  width: 30px;
}
#sec6 .main .sec6-js .item .content {
	padding-bottom: 20px;
}
#sec6 .main .sec6-js .item .content .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 8vw;
  position: relative;
}
#sec6 .main .sec6-js .item .content .flex::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c9bca3;
}
#sec6 .main .sec6-js .item .content .flex .num {
  color: #c9bca3;
  font-size: 18vw;
  padding-top: 7vw;
  height: 12vw;
}
#sec6 .main .sec6-js .item .content .txt {
  letter-spacing: -1px;
}

/*=============================================
******************* sec7 **********************
*=============================================*/
#sec7 {
  padding: 10vw 0 0;
}
#sec7 h2 {
  font-size: 6vw;
  letter-spacing: 3px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#sec7 .main {
  background: #fbfaf7;
  padding: 19vw 5% 20vw;
  margin-top: -10vw;
  position: relative;
}
#sec7 .main:before {
  content: '';
  position: absolute;
  top: -24vw;
  left: 0;
  width: 74%;
  height: 33vw;
  background: url(../img/consul_onlineshop/sec7_deco.png) no-repeat center top;
  background-size: contain;
}
#sec7 .main .sec7-js {
  margin-top: 7vw;
}
#sec7 .main .sec7-js .slick-next,
#sec7 .main .sec7-js .slick-prev {
  top: -16vw;
}
#sec7 .main .sec7-js .slick-prev {
  left: 6%;
}
#sec7 .main .sec7-js .slick-next {
  right: 6%;
}
#sec7 .main .sec7-js .slick-dots {
  margin-top: 2vw;
}
#sec7 .main .sec7-js .slick-dots li {
  width: 30px;
}
#sec7 .main .sec7-js .slick-dots li button {
  width: 30px;
}
#sec7 .main .sec7-js .item .content {
	padding-bottom: 20px;
}
#sec7 .main .sec7-js .item .content .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 4vw;
  position: relative;
}
#sec7 .main .sec7-js .item .content .flex::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c9bca3;
}
#sec7 .main .sec7-js .item .content .flex .num {
  color: #c9bca3;
  font-size: 18vw;
  padding-top: 7vw;
  height: 12vw;
}

/*=============================================
******************* sec8 **********************
*=============================================*/
#sec8 {
  padding: 8vw 5%;
}
#sec8 .illust {
  margin: 0 -5%;
  padding-bottom: 2vw;
}
#sec8 .row {
  display: flex;
  position: relative;
}
#sec8 .row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #a48f67;
}
#sec8 .row ul {
  width: 50%;
  padding-top: 6vw;
  padding-left: 5%;
}
#sec8 .row ul li {
  margin-bottom: 0vw;
}
#sec8 .row ul li span {
  margin-left: 25%;
  position: relative;
}
#sec8 .row ul li span:before {
  content: '';
  position: absolute;
  top: 1vw;
  left: -23%;
  width: 100%;
  height: 70%;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  transform: skew(-46deg);
}

/*=============================================
******************* sec9 **********************
*=============================================*/
#sec9 {
  padding: 0vw 5% 19vw;
  position: relative;
}
#sec9:before {
  content: '';
  position: absolute;
  top: 42vw;
  right: 0;
  width: 58%;
  height: 63vw;
  background: url(../img/consul_onlineshop/sec9_deco.png) no-repeat center top;
  background-size: contain;
  z-index: -1;
}
#sec9 h2 {
  font-size: 5vw;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 9vw;
  position: relative;
}
#sec9 h2:before {
  content: '';
  position: absolute;
  top: -11vw;
  left: 50%;
  width: 15%;
  height: 10vw;
  transform: translateX(-50%);
  background: url(../img/consul_onlineshop/sec9_d1.png) no-repeat center top;
  background-size: contain;
}
#sec9 .content {
  background: url(../img/consul_onlineshop/sec9_bg.png) repeat center top;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 40px 0;
  padding: 0 4% 6vw;
  position: relative;
  margin-top: -8vw;
}
#sec9 .content h3 {
  text-align: center;
  padding: 6vw 0 4vw;
  letter-spacing: 2px;
  margin-bottom: 3vw;
  position: relative;
}
#sec9 .content h3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 35%;
  height: 1px;
  transform: translateX(-50%);
  background: #353535;
}
#sec9 .main .item {
  margin-bottom: 8vw;
}
#sec9 .main .item:nth-child(1) .photo,
#sec9 .main .item:nth-child(3) .photo {
  margin-left: -6%;
  width: 89%;
}
#sec9 .main .item:nth-child(2) .photo {
  margin-left: 17%;
  width: 89%;
}
#sec9 .main .item:nth-child(2) .content {
  margin-top: -6vw;
}
#sec9 .button {
  width: 81%;
  margin: 11vw auto 20vw;
}
#sec9 .button a {
  padding: 4vw 0;
  font-size: 4vw;
  color: #e2d7c2;
  background: #242320;
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
}
#sec9 .button a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -9vw;
  width: 24%;
  height: 2vw;
  transform: translateY(-50%);
  background: url(../img/consul_onlineshop/arrow.png) no-repeat center top;
  background-size: contain;
}

/*# sourceMappingURL=consul_onlineshop.css.map */
</pre></body></html>