<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#wrapper, .wrapper {
  letter-spacing: var(--default-letter-spacing-ja);
}

@media screen and (max-width: 767px) {
  .pc-page {
    display: none;
  }
  .sp-page {
  }
  dl.item_detail dd ul.color_variation {
    display: inline-block;
  }
  .price {
    font-size: 15px;
  }
  .paragrah .text-link-base {
    font-size: 1em;
  }
  .paragrah .contents-resize-caution {
    background: var(--foundation-color-gray);
  }
}

@media screen and (min-width: 768px) {
  .sp-page {
    display: none;
  }
  .pc-page {
    font-size: 12px;
  }

  /*---------------------------【スクエア フル&amp;ハーフのテキスト・共通---------------------------------*/
  .contents_intro {
    width:980px;
    margin:150px auto 60px auto;
  }

  .contents_txt2 {
    width:440px;
    float: right;
    padding-top:200px;
  }

  .contents_txt2 h3{
    font-size:20px;
  }

  .contents_txt2 p {
    font-size:14px;
    line-height: 2em;
  }

  .contents_txt2 p span {
    display: block;
    font-size: 10px;
    line-height: 2em;
    margin-top: 18px;
  }

  /*________________________________________________ デザインの特徴 ____________ */
  #design-txt {
    width: 980px;
    height: 1087px;
    margin: 0 auto;
    position: relative;
    background: url(https://images.brilliance.co.jp/marriage/promotion/squarefulleternity/squarefulleternity-design.webp)
  }

  #design-txt ul {
    margin: 0 auto;
  }

  #design-txt ul li {
    position: absolute;
    font-size: 13px;
    line-height: 2;
  }

  #design-txt ul li.design-txt01 {
    top: 220px;
    left: 400px;
    width: 210px;
    text-align: left;
  }

  #design-txt ul li.design-txt02 {
    width: 250px;
    text-align: left;
    top: 870px;
    left: 50px;
  }

  #design-txt ul li.design-txt03 {
    width: 320px;
    text-align: left;
    top: 630px;
    left: 540px;
  }

  #design-txt h5 {
    font-size: 20px;
    line-height: 2em;
  }

  /*________________________________________________ variation 商品一覧 ____________ */
  div.itemlist01 {
    width: 735px;
    height: 480px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }

  .itemlist02 {
    width: 735px;
    height: 480px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 160px;
  }

  ul.itembox {
    width: 230px;
    height: auto;
    float: left;
    margin-right: 15px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
  }

  ul.itembox li {
    margin: 20px 0;
  }

  ul.itembox li.ring-img a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  ul.itembox li.sozai-text {
    margin: -10px 0 15px 0;
  }
  ul.itembox li span.price {
    font-size: 16px;
    margin: 0 3px;
  }

  /*________________________________________________ リンクボタン ____________ */
  .img-c {
    display: block;
    margin: 60px auto 0 auto;
  }
  #footer .wrapper {
    width: 1080px;
  }

  .contents_txt {
    margin-top: 0;
  }

  .paragrah .aboutdia {
    margin-bottom: 0;
  }
}

#wrapper h2, h3, h4, h5 {
  color: var(--text-main-color);
  font-weight: 400;
}

.wrapper h2, h3, h4, h5 {
  color: var(--text-main-color);
  font-weight: 400;
}</pre></body></html>