<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Head .search .on input[type="submit"] {
    display: block;
    -moz-animation: show 0.3s ease;
    -webkit-animation: show 0.3s ease;
    -o-animation: show 0.3s ease;
    -ms-animation: show 0.3s ease;
}

.item__img img {
	width: 100%;
}
.item__img a {
	display: block;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.dropdown-menu {
  right: 0;
  margin: auto;
  width: 160px;
}

/* Concept */
#concept{
  width: 100%;
  padding: 24% 0 5%;
  background: url('https://img14.shop-pro.jp/PA01080/029/etc/bg_concept.gif?cmsp_timestamp=2049004851') center top no-repeat;
  -webkit-background-size: 75% auto;
  background-size: 75% auto;
}
#concept h2{
  width: 52%;
  margin: 0 auto;
  padding: 0 10px 4%;
  border-bottom: 1px solid #837d7b;
}
#concept h3{
  margin: 0;
  padding: 7% 0 25%;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
.concept_text{
  width: 90%;
  margin: 0 auto;
  font-family: 'Muli', sans-serif;
  font-weight: 200;
  line-height: 2;
  text-align: center;
}
.concept_end{
  width: 30%;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #concept{
    width: 795px;
    height: 785px;
    margin: 50px auto 80px;
    padding-top: 205px;
    background: url('https://img14.shop-pro.jp/PA01080/029/etc/bg_concept.gif?cmsp_timestamp=2049004851') left top no-repeat;
  }
  #concept h2{
    width: 500px;
    padding-bottom: 20px;
    text-align: center;
  }
  #concept h2 img{
    width: 416px;
    height: 106px;
  }
  #concept h3{
    padding: 30px 0 20px;
    font-size: 22px;
  }
  .concept_text{
    width: 400px;
    margin: 0 auto;
    line-height: 2.3;
  }
  .concept_end{
    width: 139px;
    height: 16px;
    padding-top: 80px;
  }
}</pre></body></html>