<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sec_about .btn_about a {
  font-size: 20px;
  padding: 6px 32px 2px 15px;
  color: #595757;
  border: 1px solid #595757;
  display: inline-block;
  position: relative;
}

#sec_about .btn_about a:after {
  content: '';
  width: 13px;
  height: 100%;
  display: block;
  background-image: url(../images/parts_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  position: absolute;
  top: 0;
  right: 10px;
}

#sec_appetizer .btn_detail {
  width: 104px;
  height: 27px;
  padding: 0 8px 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: -.1em;
  line-height: 25px;
  text-align: left;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: color .15s ease .0s;
  transition: color .15s ease .0s;
}

#sec_appetizer .btn_detail:after {
  content: '';
  width: 9px;
  height: 24px;
  display: block;
  background-image: url(../images/parts_arrow_right_w.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0;
  right: 8px;
}

#header .gnav_ico {
  background-color: transparent;
}

#sec_product li a {
  color: #595757;
}

#sec_shop .btn_about a:after {
  content: none;
}

.pcOnly {
  display: block;
}

.spOnly {
  display: none;
}

.bg {
  position: fixed;
  top: 0;
  z-index: -1;
}

.swiper-wrapper &gt; div:nth-of-type(1) .slide-inner {
  background-image: url(/store/sirisiri/2023/glass/common/images/slide-1.jpg);
}

.swiper-wrapper &gt; div:nth-of-type(2) .slide-inner {
  background-image: url(/store/sirisiri/2023/glass/common/images/slide-2.jpg);
}

.swiper-wrapper &gt; div:nth-of-type(3) .slide-inner {
  background-image: url(/store/sirisiri/2023/glass/common/images/slide-3.jpg);
}

.swiper-slide {
  width: 100%;
}

.slide-inner {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  background-position: 50% 0;
  background-size: cover;
}

#sec_shop .sec_inner.v2 {
  padding-top: 0;
}

.desc_above {
  max-width: 800px;
  margin: 0 auto 30px;
  padding-top: 60px;
}

.desc_above img {
  width: 100%;
}

.bnr-sirisiri {
  padding: 100px 5px 40px 12px;
}

.bnr-sirisiri a {
  display: block;
  margin: auto;
  max-width: 885px;
}

.bnr-sirisiri a img {
  width: 100%;
}

.bgc_gray {
  background-color: rgba(53, 47, 45, 0.9);
}

#sec_shop {
  color: #352F2D;
  padding: 80px 0 40px;
}

.secttl {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 25px;
}

#sec_appetizer {
  height: auto !important;
}

#modal_about {
  padding: 60px 45px;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  text-align: left;
  color: #595757;
  position: relative;
}

#modal_about .btn_about {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.875em;
}

#modal_about .btn_about::before {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width .1s ease .0s, opacity .1s ease .0s;
  transition: width .1s ease .0s, opacity .1s ease .0s;
  z-index: 0;
}

#modal_about .btn_about a {
  margin-top: 20px;
  padding: 2px 32px 2px 15px;
  color: #595757;
  border: 1px solid #595757;
  display: inline-block;
  position: relative;
}

#modal_about .btn_about a::after {
  content: '';
  width: 9px;
  height: 100%;
  display: block;
  background-image: url(../images/parts_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 10px;
}

#sec_yodogawa .time p {
  color: #948072;
}

.bgc_wh60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bgc_wh90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bgc_st {
  background-color: rgba(159, 159, 159, 0.9);
}

.bgc_pink {
  background-color: rgba(207, 207, 207, 0.9);
}

@media screen and (min-width: 769px) {
  #wrap,
  #contents_area,
  .sec_inner,
  #footer .foot_inner {
    min-width: inherit;
  }
  #footer .foot_inner {
    max-width: 720px;
  }
  #sec_appetizer ul {
    display: flex;
    justify-content: space-between;
    max-width: 758px;
  }
  #sec_appetizer ul li {
    width: calc(100% / 3 - 10px);
  }
  #sec_appetizer ul li .pic img {
    width: 100%;
  }
  #sec_appetizer ul li h4 {
    font-size: 13px;
    word-break: keep-all;
    width: 120%;
    margin-left: -10%;
  }
  #sec_appetizer ul li h4 span {
    font-size: 16px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  #sec_shop {
    padding: 40px 0;
  }
  .bnr-sirisiri {
    padding: 20px 5px 32px 12px;
  }
  #sec_about .btn_about a {
    font-size: 18px;
  }
  #sec_appetizer .btn_detail {
    width: 94px;
    font-size: 11px;
  }
  #sec_appetizer .btn_detail:after {
    width: 7px;
    right: 10px;
  }
  #modal_about {
    padding: 25px;
  }
  #modal_about .btn_about {
    font-size: 12px;
  }
  #modal_about .btn_about a::after {
    width: 7px;
  }
  #modal_about h3 {
    font-size: 18px;
  }
  .secttl {
    font-size: 18px;
  }
  .swiper-wrapper &gt; div:nth-of-type(1) .slide-inner {
    background-image: url(/store/sirisiri/2023/glass/common/images/slide-1-sp.jpg);
  }
  .swiper-wrapper &gt; div:nth-of-type(2) .slide-inner {
    background-image: url(/store/sirisiri/2023/glass/common/images/slide-2-sp.jpg);
  }
  .swiper-wrapper &gt; div:nth-of-type(3) .slide-inner {
    background-image: url(/store/sirisiri/2023/glass/common/images/slide-3-sp.jpg);
    background-position: right;
  }
  #sec_appetizer ul li h4 {
    font-size: 3.8vw;
  }
  .desc_above {
    padding-top: 40px;
    margin-bottom: 20px;
    max-width: 600px;
  }
  #sec_product li {
    width: calc(50% - 20px);
    padding: 0 10px;
  }
  .desc {
    max-width: 454px;
    margin: auto;
  }
  #sec_about .desc {
    margin: 0 auto 25px;
  }
  #sec_yodogawa .sec_inner p {
    max-width: 454px;
    margin: auto;
  }
  #sec_information .sec_inner {
    max-width: 488px;
    margin: auto;
  }
  #sec_shop .desc p.first {
    text-align: center;
  }
  #sec_shop .desc p.btn_about {
    margin-bottom: 18px;
  }
  .desc {
    text-align: left;
  }
  .fs-adj-1 {
    font-size: 18px;
  }
  .fs-adj-2 {
    font-size: 17px;
    display: inline-block;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 660px) {
  #sec_pearl {
    max-width: 400px;
    margin: auto;
  }
  #sec_product li {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 320px) {
  #sec_shop .btn_about a {
    font-size: 12px;
  }
}
</pre></body></html>