<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#toppage-hd-blk {
  position: relative;
  width: 100%;
  height: 1300px;
}
#toppage-hd-blk h1.logo {
  position: relative;
  width: 100%;
  padding-top: 300px;
  text-align: center;
  z-index: 2;
}
#toppage-hd-blk h1.logo img {
  width: 380px;
  height: auto;
}
#toppage-hd-blk #mv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 750px;
  background: url(/img/bg_marble_bk.jpg);
}
#toppage-hd-blk #mv .slider {
  width: 750px;
}
#toppage-hd-blk #mv .bxslider-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96%;
  padding: 26px 0;
  margin: 0 auto;
}
#toppage-hd-blk #mv .bxslider-thumb &gt; li {
  width: 23%;
  padding: 0 1%;
  text-align: center;
}
#toppage-hd-blk #mv .bxslider-thumb &gt; lia {
  display: block;
  position: relative;
}
#toppage-hd-blk #mv .bxslider-thumb &gt; lia &gt; img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}
#toppage-hd-blk #mv .bx-wrapper {
  background-color: transparent;
  margin: 0px auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#toppage-hd-blk #mv .bx-wrapper img {
  display: block;
}

#top-page .recommend-blk {
  width: 100%;
  margin-bottom: 40px;
}
#top-page .recommend-blk .recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 0 auto;
}
#top-page .recommend-blk .recommend-list &gt; li {
  width: 350px;
  margin-bottom: 20px;
}
#top-page .recommend-blk .recommend-list &gt; li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 520px;
}
#top-page .recommend-blk .recommend-list &gt; li a .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 520px;
  overflow: hidden;
  z-index: 0;
}
#top-page .recommend-blk .recommend-list &gt; li a .bg img {
  width: auto;
  height: 100%;
}
#top-page .recommend-blk .recommend-list &gt; li a .bg.noimage {
  line-height: 520px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background-color: #cfc5b9;
}
#top-page .recommend-blk .recommend-list &gt; li a .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 23px;
  left: 0;
  width: 280px;
  line-height: 1.6em;
  background-color: #FFF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
#top-page .recommend-blk .recommend-list &gt; li a .ttl:after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 48px;
  width: 23px;
  height: 21px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #FFF;
}
#top-page .recommend-blk .recommend-list &gt; li a .tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 3.2em;
  padding: 10px;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#top-page .recommend-blk .recommend-list &gt; li a .tag li {
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
}
#top-page .recommend-blk .recommend-list &gt; li a .tag li:before {
  content: "#";
}
#top-page .recommend-blk .recommend-list &gt; li a:hover {
  opacity: 0.8;
}
#top-page .recommend-blk .recommend-more {
  width: 96%;
  margin: 0 auto;
}
#top-page .recommend-blk .recommend-more a {
  display: block;
  padding: 48px 0 20px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border: 2px solid #5f5d5f;
  background: url(/img/icon_book_gr.png) center 10px/38px auto no-repeat;
}
#top-page .recommend-blk .recommend-more a:hover {
  opacity: 0.8;
}
#top-page .point-blk {
  padding: 40px 0 0;
  margin-bottom: 25px;
  background-image: url(/img/bg_marble_wt.jpg);
}
#top-page .point-blk .recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 96%;
  margin: 0 auto 5px;
}
#top-page .point-blk .recommend-list li {
  margin-bottom: 20px;
}
#top-page .point-blk .recommend-list li a {
  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;
  width: 231px;
  height: 154px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-position: center center;
}
#top-page .point-blk .recommend-list li a:hover {
  opacity: 0.8;
}
#top-page .point-blk .recommend-list li.shinjuku a {
  background-image: url(/img/bg_tag_shinjuku.jpg);
}
#top-page .point-blk .recommend-list li.roppongi a {
  background-image: url(/img/bg_tag_roppongi.jpg);
}
#top-page .point-blk .recommend-list li.ueno a {
  background-image: url(/img/bg_tag_ueno.jpg);
}
#top-page .point-blk .recommend-list li.designers a {
  background-image: url(/img/bg_tag_designers.jpg);
}
#top-page .point-blk .recommend-list li.tower a {
  background-image: url(/img/bg_tag_tower.jpg);
}
#top-page .point-blk .recommend-list li.whiteroom a {
  background-image: url(/img/bg_tag_white.jpg);
}
#top-page .about-blk {
  position: relative;
  padding: 40px 0 170px;
  margin-bottom: 30px;
  background: #eeebe6 url(/img/bg_flooring.png) center bottom no-repeat;
}
#top-page .about-blk .lead {
  width: 96%;
  margin: 0 auto 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#top-page .about-blk .philosophy-ttl {
  line-height: 2em;
  margin-bottom: 30px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
  color: #eeebe6;
  background: url(/img/ribbon_gr.svg) center center/auto 100% no-repeat;
}
#top-page .about-blk .philosophy-ttl .emph {
  font-size: 32px;
}
#top-page .about-blk .philosophy-list {
  width: 87%;
  margin: 0 auto 20px;
}
#top-page .about-blk .philosophy-list li {
  line-height: 1.6em;
  padding: 0 10px 8px 68px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #92918f;
  background-size: 38px auto;
  background-position: top 2px left 8px;
  background-repeat: no-repeat;
}
#top-page .about-blk .philosophy-list li .emph {
  font-size: 28px;
}
#top-page .about-blk .philosophy-list li:nth-child(1) {
  background-image: url(/img/icon_glass_01.png);
}
#top-page .about-blk .philosophy-list li:nth-child(2) {
  background-image: url(/img/icon_glass_02.png);
}
#top-page .about-blk .philosophy-list li:nth-child(3) {
  background-image: url(/img/icon_glass_03.png);
}
#top-page .about-blk .philosophy-list li:nth-child(4) {
  background-image: url(/img/icon_glass_04.png);
}
#top-page .about-blk .philosophy-list li:nth-child(5) {
  background-image: url(/img/icon_glass_05.png);
}
#top-page .about-blk .explain {
  width: 87%;
  line-height: 1.5em;
  margin: 0 auto 20px;
  font-size: 21px;
  font-weight: bold;
}
#top-page .about-blk .chara {
  position: absolute;
  right: 50px;
  bottom: 0;
}
#top-page .about-blk .chara img {
  width: 184px;
  height: auto;
}
#top-page .contact-blk .contact-list {
  width: 96%;
  margin: 0 auto 36px;
}
#top-page .contact-blk .contact-list li {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
#top-page .contact-blk .contact-list li a {
  display: block;
  line-height: 3em;
  color: #FFF;
}
#top-page .contact-blk .contact-list li a:before {
  display: inline-block;
  content: "";
  width: 58px;
  height: 46px;
  vertical-align: middle;
  background-position-x: left;
  background-position-y: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#top-page .contact-blk .contact-list li a:hover {
  opacity: 0.8;
}
#top-page .contact-blk .contact-list li.tel a {
  background-color: #3e3a39;
}
#top-page .contact-blk .contact-list li.tel a:before {
  background-image: url(/img/icon_phone_wt.png);
}
#top-page .contact-blk .contact-list li.line a {
  background-color: #01b901;
}
#top-page .contact-blk .contact-list li.line a:before {
  background-image: url(/img/icon_line_wt.png);
}</pre></body></html>