<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 428px) {
  html {
    font-size: 3.738317757vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feGaussianBlur stdDeviation="10" /&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 30px;
  padding: 1.875rem;
  text-align: center;
  gap: 20px;
  gap: 1.25rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .box {
    width: 50rem;
    padding: 2.875rem 5rem;
  }
}
.box h2 {
  display: inline-block;
  background: #9F8B7C;
  color: #fff;
  padding: 11px 32px;
  padding: 0.6875rem 2rem;
}
.box__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .box__lead {
    line-height: 2;
    font-size: 1.125rem;
  }
}
.box__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .box__text {
    font-size: 1.125rem;
    line-height: 2;
  }
}

.btn {
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px;
  padding: 1rem;
  width: 100%;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn {
    width: auto;
    padding: 1.625rem 12.5rem;
  }
}
.btn::after {
  position: absolute;
  content: "";
  right: 28px;
  right: 1.75rem;
  top: 50%;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%) rotate(45deg);
          transform: translate(-50%) rotate(45deg);
}

.card {
  background: #F6F2EF;
  position: relative;
}
.card p {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}
.card::before {
  position: absolute;
  content: "";
  right: 8px;
  right: 0.5rem;
  bottom: 16px;
  bottom: 1rem;
  height: 46px;
  height: 2.875rem;
  width: 46px;
  width: 2.875rem;
  border-radius: 50%;
  background: #000;
}
.card::after {
  position: absolute;
  content: "";
  right: 28px;
  right: 1.75rem;
  bottom: 36px;
  bottom: 2.25rem;
  height: 8px;
  height: 0.5rem;
  width: 8px;
  width: 0.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.section {
  padding: 90px 0 85px;
  padding: 5.625rem 0 5.3125rem;
}
@media screen and (min-width: 768px) {
  .section {
    padding: 9.375rem 0;
  }
}
.section__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .section__text {
    margin-top: 3.125rem;
    font-size: 1.3125rem;
    line-height: 2;
  }
}
.section__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.section-title {
  font-size: 34px;
  font-size: 2.125rem;
  text-align: center;
}

.background {
  overflow: hidden;
  background: url(../images/common/mv-bg-sp.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  .background {
    background: url(../images/common/mv-bg.jpg) center/cover;
  }
}
.background &gt; .inner {
  position: relative;
  padding: 0;
}
.background &gt; .inner .bg-neckless {
  width: 260px;
  width: 16.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .background &gt; .inner .bg-neckless {
    width: 29.27%;
    max-width: 35.125rem;
    right: -4.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .background &gt; .inner .bg-neckless {
    left: 76%;
  }
}

.mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 190px 0 80px;
  padding: 11.875rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 6.625rem 0 5.625rem;
  }
}
.mv .logo {
  position: absolute;
  top: 20px;
  top: 1.25rem;
  left: 20px;
  left: 1.25rem;
  width: 164px;
  width: 10.25rem;
}
@media screen and (min-width: 768px) {
  .mv .logo {
    top: 3.125rem;
    left: 3.125rem;
    width: 13.375rem;
  }
}
.mv__title {
  width: 328px;
  width: 20.5rem;
}
@media screen and (min-width: 768px) {
  .mv__title {
    width: 36.5625rem;
  }
}
.mv__lead {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .mv__lead {
    font-size: 1.5625rem;
    margin-top: 2.625rem;
  }
}
.mv__period {
  margin-top: 26px;
  margin-top: 1.625rem;
  width: 240px;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  .mv__period {
    margin-top: 3.5rem;
    width: 27.125rem;
  }
}

.entry {
  background-color: #fff;
  padding: 28px 0;
  padding: 1.75rem 0;
  text-align: center;
  gap: 24px;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .entry {
    padding: 5.5rem 0;
    font-size: 1.5rem;
  }
}
.entry h2 {
  line-height: 2.5;
  display: inline-block;
  background: #9f8b7c;
  color: #fff;
  padding: 0 32px;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .entry h2 {
    padding: 0.6875rem 2rem;
    font-size: 1.5rem;
  }
}
.entry__lead {
  margin-top: 16px;
  margin-top: 1rem;
}
.entry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  margin-top: 1rem;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .entry__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.875rem;
  }
}
.entry__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  max-width: 328px;
  max-width: 20.5rem;
  width: 100%;
  padding: 30px 20px 36px;
  padding: 1.875rem 1.25rem 2.25rem;
  background-color: #f6f2ef;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .entry__list li {
    padding: 3.125rem 1.25rem 3.75rem;
    max-width: 36.25rem;
  }
}
.entry__list li img {
  width: 40px;
  width: 2.5rem;
}
.entry__after {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .entry__after {
    margin-top: 1.875rem;
    line-height: 2;
  }
}

.detail {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
.detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}

.shoplist {
  line-height: 2;
}
.shoplist__list {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .shoplist__list {
    text-align: center;
    margin-top: 3.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.shoplist__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .shoplist__text {
    text-align: center;
    font-size: 1.3125rem;
  }
}
.shoplist__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.line,
.shop {
  background-color: #f6f2ef;
}

.attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attention h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
}
.attention p {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .attention p {
    margin: 2.5rem auto;
    width: 50%;
    font-size: 0.875rem;
    line-height: 2.28;
  }
}

.komehyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #707070;
  line-height: 2;
}
.komehyo h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.komehyo__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .komehyo__logo {
    width: 25.5rem;
  }
}
.komehyo__logo .logo {
  width: 352px;
  width: 22rem;
}
.komehyo__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
.komehyo__btn {
  width: 100%;
  margin-top: 68px;
  margin-top: 4.25rem;
  text-align: center;
}

.footer {
  padding: 64px;
  padding: 4rem;
  background: #000;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 5rem;
  }
}

.sns-list {
  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;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .sns-list {
    gap: 3.125rem;
  }
}
.sns-list li {
  width: 40px;
  width: 2.5rem;
}
.sns-list li:nth-child(3) {
  width: 50px;
  width: 3.125rem;
}
/*# sourceMappingURL=styles.css.map */
</pre></body></html>