<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
#key li {
  background: url("../img/about/key.jpg") no-repeat center/cover;
}

.btn_squared {
  width: 67px;
  height: 67px;
  background: url("../img/shared/btn_squared.jpg");
  background-size: cover;
  position: relative;
  font-size: 20px;
  margin: auto;
}

.btn_squared a {
  height: 100%;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  color: #fff;
  line-height: 72px;
  text-align: center;
  display: block;
}

.btn_squared a:hover {
  text-decoration: none;
}

.btn_squared:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(198, 81, 35, 0.6);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.btn_squared:hover:before {
  opacity: 1;
  visibility: visible;
}

#sec1 {
  padding: 198px 0 130px;
  background: url("../img/about/sec1_bg.jpg") top center;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#sec1 h2 {
  margin-bottom: 55px;
}

#sec1 .content {
  width: 700px;
  margin: auto;
}

#sec2 {
  color: #fff;
}

#sec2 .block1 {
  background: url("../img/about/sec2_block1_bg.png") top center no-repeat;
}

#sec2 .block1 .title {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
}

#sec2 .block1 .content {
  width: 510px;
  padding: 659px 0 235px 290px;
}

#sec2 .block2 {
  margin-top: -180px;
  background: url("../img/about/sec2_block2_bg.png") top center no-repeat;
}

#sec2 .block2 .title {
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
}

#sec2 .block2 .content {
  width: 680px;
  padding: 655px 0 140px 215px;
}

#sec2 .block3 {
  margin-top: -80px;
  background: url("../img/about/sec2_block3_bg.png") top center no-repeat;
}

#sec2 .block3 .title {
  display: block;
  position: absolute;
  top: 0;
  right: 2px;
}

#sec2 .block3 .row {
  padding: 612px 180px 160px 31px;
}

#sec2 .block3 .row .photo {
  display: inline-block;
}

#sec2 .block3 .row .content {
  height: 390px;
  float: right;
}

#sec2 .block4 {
  background: url("../img/about/sec2_block4_bg.png") top center no-repeat;
}

#sec2 .block4 .title {
  margin-top: -24px;
}

#sec2 .block4 .content {
  width: 372px;
  padding: 44px 0 55px 55px;
}

#sec2 .block4 .product {
  max-width: 50%;
}

#sec2 .block4 .product .photo {
  margin-left: -110px;
}

#sec2 .block4 .product .prod-title {
  margin-top: -154px;
  font-size: 40px;
  line-height: 92.5px;
}

#sec2 .block4 .product .price {
  padding-left: 276px;
  font-size: 30px;
  margin-bottom: 13px;
}

#sec2 .block4 .product .price span {
  font-size: 20px;
}

#sec2 .block5 {
  background: url("../img/about/sec2_block5_bg.png") top center no-repeat;
  margin-top: -20px;
}

#sec2 .block5 .title {
  display: block;
  position: absolute;
  top: 4px;
  right: 3px;
}

#sec2 .block5 .content {
  height: 325px;
  padding: 420px 0 128px 22px;
}

#sec3 {
  padding: 103px 0 97px;
  background: url("../img/about/sec3_bg_bottom.jpg") bottom right no-repeat, url("../img/about/sec3_bg_rp.jpg");
  font-weight: 700;
}

#sec3 .title {
  text-align: center;
  margin-bottom: 43px;
}

#sec3 .title .notice {
  margin-top: -30px;
}

#sec3 .row {
  position: relative;
}

#sec3 .row .row-title {
  font-size: 70px;
  line-height: 88px;
  position: relative;
  z-index: 1;
}

#sec3 .row .price {
  font-size: 50px;
  line-height: 88px;
  position: relative;
  z-index: 1;
}

#sec3 .row .price span {
  font-size: 40px;
}

#sec3 .row .price span.smaller {
  font-size: 30px;
}

#sec3 .row1 {
  padding: 23px 0 0;
  margin-bottom: 30px;
}

#sec3 .row1 .row-title {
  padding-left: 5px;
}

#sec3 .row1 .price {
  padding: 7px 0 0 192px;
}

#sec3 .row1 .photo {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 35px);
}

#sec3 .row2 {
  text-align: right;
  padding-top: 470px;
}

#sec3 .row2 .row-title {
  padding-right: 12px;
}

#sec3 .row2 .price {
  padding-right: 27px;
}

#sec3 .row2 .photo {
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% + 32px);
}

#sec3 .content {
  width: 610px;
  padding: 55px 0 0 7px;
}

#sec3 .button {
  width: 345px;
  height: 66px;
  background: url("../img/shared/btn_bg.jpg");
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 8px;
  right: 5px;
}

#sec3 .button a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding-left: 40px;
}

#sec3 .button a:before {
  content: '＞';
  font-size: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}

#sec3 .button a:hover {
  text-decoration: none;
}

#sec3 .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(198, 81, 35, 0.6);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#sec3 .button:hover:before {
  opacity: 1;
  visibility: visible;
}

#sec4 {
  margin-bottom: 18px;
}

#sec4 .row {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 5px 10px;
  background: #22190d;
}

#sec4 .block {
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 14px);
  max-width: calc(50% - 14px);
  margin: 0 7px;
  box-sizing: border-box;
  padding: 123px 0 60px;
}

#sec4 .block &gt; * {
  position: relative;
  z-index: 1;
}

#sec4 .block:before, #sec4 .block:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#sec4 .block:after {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
}

#sec4 .block:hover:after {
  transform: scale3d(1.05, 1.05, 1);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  opacity: 1;
  visibility: visible;
}

#sec4 .block:hover:before {
  opacity: 0;
  visibility: hidden;
}

#sec4 .block1 .title {
  margin-bottom: 26px;
}

#sec4 .block1 .content {
  margin-bottom: 32px;
}

#sec4 .block1:before {
  background: url("../img/about/sec4_bg1.jpg");
  background-size: cover;
}

#sec4 .block1:after {
  background: url("../img/about/sec4_bg1_on.jpg");
  background-size: cover;
}

#sec4 .block2 .title {
  margin-bottom: 24px;
}

#sec4 .block2 .content {
  margin-bottom: 62px;
}

#sec4 .block2:before {
  background: url("../img/about/sec4_bg2.jpg");
  background-size: cover;
}

#sec4 .block2:after {
  background: url("../img/about/sec4_bg2_on.jpg");
  background-size: cover;
}
</pre></body></html>