<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#sliderpro .sp-slide {
  background: #333;
}

#sliderpro .sp-slide a {
  display: block;
}

#sliderpro .sp-slide img {
  opacity: 0.5;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

#sliderpro .sp-slide.sp-selected img {
  opacity: 1;
}

.sp-horizontal .sp-next-arrow, .sp-horizontal .sp-previous-arrow {
  background: url("../common/img/slidebtn.png") no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
}

.sp-arrow {
  opacity: 0.7;
}

.sp-arrow:before, .sp-arrow:after {
  display: none;
}

.sp-arrow:hover {
  opacity: 1;
}

#topplan {
  background: #f6f5f3;
  padding: 80px 0;
  margin-top: 80px;
}

#topplan .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#topplan .col {
  width: 330px;
  margin: 0 3px;
  text-align: center;
}

#topplan .col h2 {
  font-size: 30px;
  margin: 20px 0;
}

#topplan .col h2 small {
  font-size: 17px;
}

#topplan .col p {
  font-size: 13px;
  line-height: 1.75em;
}

#topplan .col .btnbox {
  margin-top: 30px;
}

#topcollection {
  padding: 80px 0;
}

#topcollection .imgmenu {
  background: url("../img/top/furisode_taste_pc_bg.jpg") no-repeat top center;
  height: 625px;
  margin-top: -95px;
  margin-bottom: 80px;
}

#topcollection .imgmenu .inner {
  position: relative;
  width: 1200px;
  height: 625px;
  margin: auto;
}

#topcollection .imgmenu a {
  position: absolute;
}

#topcollection .imgmenu a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

#topcollection .imgmenu a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}

#topcollection .imgmenu .menu01 {
  top: 68px;
  left: -10px;
}

#topcollection .imgmenu .menu02 {
  top: 180px;
  left: 308px;
}

#topcollection .imgmenu .menu03 {
  top: 150px;
  left: 570px;
}

#topcollection .imgmenu .menu04 {
  top: 41px;
  right: 0;
}

#topcollection .imgmenusp {
  display: none;
}

ul.colormenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1000px !important;
  margin: auto;
}

ul.colormenu li {
  width: calc(100% / 2 - 5px) !important;
  margin: 0 !important;
  padding: 0 !important;
}

@media only screen and (min-width: 800px) {
  ul.colormenu li {
    width: calc(100% / 4 - 8px) !important;
  }
}

ul.colormenu li &gt; a {
  display: block;
  width: 100%;
}

ul.colormenu li &gt; a img {
  display: block;
  width: 100%;
  height: auto;
}

#titleimg {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/top/about_bg_pc.jpg");
}

#titleimg .inner {
  height: 100%;
}

#titleimg .img {
  display: none;
}

#titleimg .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#titleimg .text {
  width: 540px;
  height: 256px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}

#titleimg .text .border {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#titleimg .text h2 {
  font-size: 36px;
  margin: 10px 0 20px 0;
}

#titleimg .text p {
  font-size: 17px;
  font-family: "Crimson Text", serif;
  color: #f58491;
}

#titleimg .btnbox {
  margin-top: 0;
}

#shopfaq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
}

#shopfaq .col {
  width: 470px;
}

#shopfaq .col + .col {
  margin-left: 60px;
}

h2.entitle.singleline {
  text-align: left;
}

h2.singleline br {
  display: none;
}

h2.singleline .jp {
  font-size: 30px;
}

h2.singleline .en {
  margin-left: 1em;
}

#shopfaq p {
  line-height: 1.5em;
  font-size: 16px;
  margin-top: 10px;
}

#shopfaq .btnbox {
  margin-top: 30px;
}

#newslist {
  max-width: 1000px;
  margin: auto;
}

#newslist .topnewslist {
  border: 1px solid #ccc;
  padding: 20px;
}

#newslist .topnewslist ul li {
  border-bottom: 1px dotted #ccc;
}

#newslist .topnewslist ul li a {
  display: block;
  padding: 10px 0;
}

#newslist .topnewslist ul li:last-child {
  border-bottom: 0;
}

#newslist .topnewslist ul li time {
  display: inline-block;
  font-size: 15px;
  width: 6em;
}

#newslist .topnewslist ul li span.label {
  font-size: 12px;
  display: inline-block;
  min-width: 7em;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  padding: 5px 10px;
}

span.label {
  background: #333;
}

span.label + .label {
  margin-left: 5px;
}

span.label-campaign {
  background: #8bb024;
}

span.label-column {
  background: #863f83;
}

span.label-news {
  background: #f58491;
}

span.label-blog {
  background: #3a6f95;
}

ul.colormenu li a:hover img, #shopfaq a:hover img, #topplan a:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 800px) {
  .sp-horizontal .sp-next-arrow, .sp-horizontal .sp-previous-arrow {
    width: 30px;
    height: 30px;
  }
  #topplan {
    padding: 35px 15px 0 15px;
    margin-top: 35px;
  }
  #topplan .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #topplan .col {
    width: 50%;
    margin: 0;
    padding: 0 5px;
    margin-bottom: 35px;
  }
  #topplan .col h2 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
  #topplan .col p {
    font-size: 10px;
  }
  #topcollection {
    padding: 35px 0;
  }
  h3.underline {
    font-size: 16px;
  }
  #topcollection .imgmenu {
    display: none;
  }
  #topcollection .imgmenusp {
    display: block;
    margin-top: -40px;
    position: relative;
    margin-bottom: 35px;
  }
  #topcollection .imgmenusp a {
    position: absolute;
    display: block;
  }
  #topcollection .imgmenusp .menu01 {
    width: 40vw;
    height: 51vw;
    top: 9vw;
    left: 12vw;
  }
  #topcollection .imgmenusp .menu02 {
    width: 35vw;
    height: 59vw;
    top: 24vw;
    left: 60vw;
  }
  #topcollection .imgmenusp .menu03 {
    width: 35vw;
    height: 59vw;
    top: 71vw;
    left: 12vw;
  }
  #topcollection .imgmenusp .menu04 {
    width: 27vw;
    height: 59vw;
    top: 85vw;
    left: 52vw;
  }
  ul.colormenu {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.colormenu li {
    width: 50%;
    padding: 5px;
    margin-bottom: 0;
  }
  #titleimg {
    background: url("../img/top/about_bg_sp.jpg");
    background-size: cover;
    padding-top: 50%;
    height: auto;
  }
  #titleimg .inner {
    display: block;
    padding: 20px;
  }
  #titleimg .text {
    width: auto;
    height: 210px;
  }
  #titleimg .text h2 {
    font-size: 6vw;
  }
  #shopfaq {
    padding: 35px 15px;
    display: block;
  }
  #shopfaq .col {
    width: auto;
  }
  #shopfaq .col + .col {
    margin-left: 0;
    margin-top: 35px;
  }
  h2.entitle.singleline {
    text-align: center;
  }
  h2.entitle.singleline br {
    display: inline;
  }
  h2.singleline .jp {
    font-size: 20px;
  }
  #shopfaq p {
    font-size: 13px;
  }
  #newslist {
    padding: 35px 15px;
  }
  #newslist .topnewslist ul li a .title {
    display: block;
    margin-top: 10px;
  }
}

/*media*/
/* ▼ ▼ ▼ 20191118 add ▼ ▼ ▼ */
.vintageBlock {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px 120px;
}

.vintageBlock .vintageBlock__pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.vintageBlock .vintageBlock__pics .vintageBlock__pics__item {
  width: 48%;
}

.vintageBlock .vintageBlock__tit {
  margin-bottom: 20px;
}

.vintageBlock .vintageBlock__txt {
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
}

.vintageBlock .vintageBlock__txt .spAppear {
  display: none;
}

.vintageBlock .vintageBlock__txt span {
  font-size: 1.4em;
}

@media screen and (max-width: 800px) {
  .vintageBlock .vintageBlock__txt .spAppear {
    display: block;
  }
}

/* ▲ ▲ ▲ 20191118 add ▲ ▲ ▲ */
/* ===============================================
202104 インスタグラムウィジェットの埋め込み
=============================================== */
#instagram {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 80px;
}

#instagram .instagram__widget {
  position: relative;
}

#instagram .instagram__widget::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#instagram .instagram__widget .snapwidget-widget {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
/*# sourceMappingURL=top.css.map */</pre></body></html>