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

/*--------------------------------------------------- common  ----------*/
.font__lexend-peta {
  font-family: 'Lexend Peta', Lato, sans-serif;
  letter-spacing: 0 !important;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .font__lexend-peta {letter-spacing: -.02em !important;}
}
#newyear__main {color: #2b2b2b;}
#newyear__main .container {padding: 0;}
#newyear__main a {transition:.3s;}
.newyear__h2, .newyear__h3, .newyear__h4 {
	color: #2b2b2b;
	font-feature-settings: "palt";
	letter-spacing: .135em;
}
.newyear__h2 {
  font-size: 26px;
  margin: 0 0 60px;
  position: relative;
}
.newyear__h2--sub {
  font-size: 50px;
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.newyear__h3 {
  font-size: 24px;
  margin: 0 0 28px;
}
.newyear__h3--sub {
  font-size: 12px;
  margin: 0 0 8px;
}
.newyear__size-base {
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.8;
	letter-spacing: .135em;
}
#newyear__main .font-size-xs {font-size: 0.75rem;}
@media screen and (max-width: 767px) {
  .newyear__h2 {font-size: 24px; margin: 0 0 30px; line-height: 1.4;}
  .newyear__h2--sub {font-size: 32px; top: 18px;}
  .newyear__h3 {font-size: 24px; margin: 0 0 22px;}
  .newyear__size-base {font-size: 14px;}
  #newyear__main .font-size-xs {font-size: 0.65rem;}
}
/*color*/
.newyear__pink {color: #cc95ba;}
.newyear__blue {color: #76a1af;}
.newyear__back {background: #faf7f4;}
/*btn*/
.newyear__link-btn {
  background-color: #534d46;
  color: #fff;
  letter-spacing: .1em;
  padding: 13px 8px;
  text-align: center;
}
.newyear__link-btn:hover {
  opacity:0.7;
  color:#fff;
}
.newyear__link-btn-outline {
  border: solid 1px #534d46;
  color: #534d46;
  letter-spacing: .1em;
  padding: 13px 8px;
  text-align: center;
}
.newyear__link-btn-outline:hover {
  background-color: #534d46;
  color: #fff;
}

/*--------------------------------------------------- animation ----------*/
.newyear__images-animation--box {
  background-color: rgba(216, 224, 231, .5);
  overflow: hidden;
}
.newyear__cover-title-main {
  opacity: 0;
}
.newyear__cover-title-main.is-active {
  opacity: 1;
  transition: .9s ease-out .5s;
}
.newyear__cover-title-sub {
  color: rgba(90, 118, 128, 1);
}
.newyear__cover-title-sub.is-active {
  color: rgba(90, 118, 128, .1);
  transition: .6s ease-out .2s;
}
.newyear__cover-text-sub {
  opacity: 0;
}
.newyear__cover-text-sub.is-active {
  opacity: 1;
  transition: .9s ease-out 1s;
}
.newyear__cover-images {
  /*opacity: 0;*/
  /*transform: scale(1.03,1.03);*/
}
.newyear__cover-images.is-active {
  /*opacity: 1;*/
  /*transition: 2s ease-out;*/
  /*transform: scale(1,1);*/
}
.newyear__intro-animation {
  opacity: 0;
}
.newyear__intro-animation.is-active {
  opacity: 1;
  transition: 1.5s ease-out;
}
.newyear__h2-js {
  opacity: 0;
  z-index: 1;
}
.newyear__h2-js.is-active {
  opacity: 1;
  transition: 1.4s ease-out .2s;
}
.newyear__h2--sub {
  color: rgba(190, 171, 153, 1);
}
.newyear__h2--sub.is-active {
  color: rgba(190, 171, 153, .1);
  transition: .6s ease-out .09s;
}

/*------------------------newyear__cover------------*/
.newyear__cover {
  position: relative;
}
.newyear__cover-text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50px;
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .newyear__cover-text {
    top: 100px;
  }
}
.newyear__cover-title {
  color: #2b2b2b;
  font-size: 40px;
  line-height: 1.4;
  position: relative;
}
.newyear__cover-title-sub {
  
  font-size: 60px;
  left: 0;
  position: absolute;
  right: 0;
  top: 26px;
}
.newyear__cover-text-sub {
  font-size: 16px;
}
.newyear__cover-date {
  background: #9da8b1;
  color: #fff;
  font-size: 20px;
  padding: 12px 0;
}
.newyear__cover-date-line:before {
  content: "-";
  display: inline-block;
  width: 26px;
}
@media screen and (max-width: 767px) {
  .newyear__cover-title {
    font-size: 28px;
  }
  .newyear__cover-title-sub {
    font-size: 36px;
    top: 22px;
  }
  .newyear__cover-text-sub {
    font-size: 14px;
  }
  .newyear__cover-date {
    font-size: 15px;
  }
  .newyear__cover-date-line:before {
    content: "|";
    display: block;
    font-size: 8px;
    line-height: 3;
    margin: auto;
  }
}
/*------------------------intro------------*/
.newyear__intro {
  margin: 120px auto;
}
.newyear__intro-left {
  width: 50%;
}
.newyear__intro-right {
  width: 44.735%;
}
@media screen and (max-width: 767px) {
  .newyear__intro {
    margin: 70px auto;
    width: 90%;
  }
  .newyear__intro-left {
    width: 100%;
  }
  .newyear__intro-right {
    margin: 24px 0 0;
    width: 100%;
  }
}
/*------------------------secretstone------------*/
.newyear__secretstone {
  padding: 120px 60px;
  width: 100%;
}
.newyear__secretstone-pickup {
  margin: 0 auto 80px;
  max-width: 1500px;
}
.newyear__secretstone-pickup--pink, .newyear__secretstone-pickup--blue {
  width: 47.5%;
}
.newyear__secretstone-pickup-text {
  background: #fff;
  margin: 0 0 0 auto;
  padding: 60px 30px;
  position: relative;
  transform: translateY(-60px);
  width: 90%;
}
.newyear__secretstone-pickup-limited {
  background: #cc95ba;
  font-size: 14px;
  padding: 8px 20px;
  position: absolute;
  top: -20px;
}
.newyear__secretstone-pickup-title, .newyear__secretstone-pickup-stone {
  margin: 0 0 18px;
}
.newyear__secretstone-pickup-stone--span {
  margin: 0 8px 0 0;
  padding: 4px 8px;
}
.newyear__secretstone-pickup--pink .newyear__secretstone-pickup-stone--span {
  background: #cc95ba;
}
.newyear__secretstone-pickup--blue .newyear__secretstone-pickup-stone--span {
  background: #76a1af;
}
@media screen and (max-width: 767px) {
  .newyear__secretstone {
    padding: 70px 0 30px;
  }
  .newyear__secretstone-pickup {
    margin: 0 auto 30px;
  }
  .newyear__secretstone-pickup--pink, .newyear__secretstone-pickup--blue {
    width: 100%;
  }
  .newyear__secretstone-pickup-images {
    width: 95%;
  }
  .newyear__secretstone-pickup--blue .newyear__secretstone-pickup-images {
    margin: 0 0 0 auto;
  }
  .newyear__secretstone-pickup-text {
    background: #fff;
    margin: 0 0 0 auto;
    padding: 40px 20px;
    position: relative;
    transform: translateY(-40px);
    width: 95%;
  }
  .newyear__secretstone-pickup--blue .newyear__secretstone-pickup-text {
    margin: 0 auto 0 0;
  }
  .newyear__secretstone-pickup-limited {
    font-size: 14px;
    padding: 6px 18px;
    top: -20px;
  }
  .newyear__secretstone-pickup-title, .newyear__secretstone-pickup-stone {
    margin: 0 0 18px;
  }
}
/*------------------------一覧------------*/
.newyear__secretstone-list .newyear__h2--sub {
  top: -5px;
}
.newyear__stone-list {
  margin: 60px 0 0;
}
.newyear__stone-list--li {
  font-size: 15px;
  margin: 0 0 30px;
}
.newyear__stone-images--img {
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0 5px;
  width: 50px;
}
.newyear__stone-list--li a {
  transition: all 0.5s;
}
.newyear__stone-list--li a:hover {
  opacity: 0.7;
}
.newyear__scretstone .birthlist p {
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .newyear__secretstone-list .newyear__h2--sub {
    top: 0;
  }
  .newyear__stone-list {
    margin: 40px 0 0;
    padding: 0 10px;
  }
  .newyear__secretstone-list--text {
    margin: 0 auto;
    width: 90%;
  }
  .newyear__stone-list--li {
    font-size: 14px;
    letter-spacing: .03em;
    padding: 0 4px;
  }
  .newyear__stone-images--img {
    width: 40px;
  }
}
/*---------------------- 対象商品 ------------*/
#newyear__item {
  margin: 120px 0 0;
}
.newyear__item-list-wrap {
  margin: 0 auto;
  max-width: 900px;
}
.newyear__item-list {
  margin: 0 -30px 60px;
}
.newyear__item-list--li {
  padding: 0 30px;
}
.newyear__item-text {
  margin: 20px 0 0;
}
.newyear__item-list .newyear__h3 {
  margin: 0 0 14px;
}
.newyear__item-container {
  border: solid 1px rgba(83, 77, 70, .1);
  margin: 0 auto;
  max-width: 900px;
}
.newyear__item-diamondpropose {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #newyear__item {
    margin: 70px 0 0;
  }
  .newyear__item-list-wrap {
    margin: 0 auto;
  }
  .newyear__item-list {
    margin: 0 auto;
    width: 90%;
  }
  .newyear__item-list--li {
    margin: 0 0 50px;
    padding: 0;
  }
  .newyear__item-text {
    margin: 20px auto 0;
    width: 90%;
  }
  .newyear__item-container {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
  }
  .newyear__item-diamondpropose {
    padding: 30px;
  }
}
/*---------------------- セッティング条件 ------------*/
#newyear__summary-link {
  padding: 60px 0 0;
}
.newyear__summary {
  font-size:1rem;
}
.newyear__summary-container {
  width: 100%;
}
.newyear__summary-img {
  padding: 0 7%;
  width:35%;
}
.newyear__summary-p {
  display: inline-block;
  vertical-align: middle !important;
  width:63%;
}
.newyear__summary-th--pattern, .newyear__summary-th--pinkdiamond, .newyear__summary-th--other {
  line-height: 1.4;
  padding: 8px;
}
.newyear__summary-th--pattern {
  background-color:#eee;
  vertical-align: middle !important;
  width:50%;
}
.newyear__summary-th--pinkdiamond {
  background-color: #cc95ba;
  vertical-align: middle !important;
  width:25%;
}
.newyear__summary-th--other {
  background-color:#F7F4F4;
  vertical-align: middle !important;
  width:25%;
}
.newyear__summary-td {
  line-height: 1.6;
  vertical-align:middle !important;
}
@media screen and (max-width: 767px) {
  #newyear__summary-link {
    padding: 50px 0 0;
  }
  .newyear__summary {
    width:90%;
    margin-bottom:20vw;
    font-size:1rem;
  }
  .newyear__summary li {
    margin:4vw 0;
  }
  .newyear__summary li h3 {
    font-size: 1.1em;
    background: #B3B3B3;
    border-radius:20px;
  }
  .newyear__summary li img {margin:3vw 0;}
  .newyear__summary .addition {
    border: 1px solid #9e9e9e;
  }
  .newyear__summary-img {
    width:40%;
  }
  .newyear__summary-span {
    vertical-align:middle;
    line-height: 1.5;
  }
  .newyear__summary-th--pattern {
    background-color:#eee;
    width:100%;
  }
  .newyear__summary-th--pinkdiamond {
    background-color:#CB87A9;
    vertical-align: middle !important;
    width:50%;
  }
  .newyear__summary-th--other {
    background-color:#F7F4F4;
    width:60%;
  }
  .newyear__summary-td {
    vertical-align:middle !important;
    line-height: 1.5;
  }
}
/*---------------------- modal ----------*/
.modal-dialog .close {
  outline: none;
}
.newyear__item-modal-link {
  color: #534d46;
}
.modal--link-span {
  cursor: pointer;
}
.modal--link-span:hover {
  text-decoration: none;
}
.modal-dialog {
  border: none;
  margin: 0 auto;
  max-width: 1140px;
  width: 92%;
}
.modal-header {
  border: none;
  display: block;
  padding: 12px;
}
.modal-content {
  border: none;
  border-radius: 0;
  height: auto;
  margin: 0 auto;
  top: 150px;
}
.modal-body {
  padding: 30px 60px;
}
.modal-button {
  width: 34px;
  height: 34px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #2b6584;
  z-index: 2;
}
.modal-button-area {
  padding: 10px 7px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.modal-title {
  padding: 10px;
}
.modal-button--close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 40px;
  opacity: 0.6;
  font-weight: normal;
}
@media screen and (min-width:768px) and (max-width:1200px) {
  .modal-content {
    top: 120px;
  }
  .modal-body {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .modal--link-span {
    letter-spacing: .06em;
  }
  .modal-dialog {
    border: none;
    margin: 0;
    height: 100vh;
    width: 100%;
  }
  .modal-header {
    border: none;
    display: block;
    padding: 12px;
  }
  .modal-content {
    border: none;
    border-radius: 0;
    margin: 0 auto;
    height: auto;
    top: 60px;
    width: 92vw;
  }
  .modal-body {
    padding: 12px;
  }
  .modal-button {
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #2b6584;
    z-index: 2;
  }
  .modal-button-area {
    padding: 10px 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .modal-title {
    padding: 10px;
  }
  .modal-button--close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 40px;
    opacity: 0.6;
    font-weight: normal;
  }
}
/*---------------------- showroom ----------*/
.newyear__showroom {
  background: linear-gradient(180deg , transparent 0% 7%, #faf7f4 7% 93%, transparent 93% 100%);
  margin: 120px 0 0;
  padding: 0 60px;
}
.newyear__showroom-wrap {
  margin: 0 auto;
  max-width: 1500px;
}
.newyear__showroom-images, .newyear__showroom-text {
  width: 47.5%;
}
.newyear__showroom-linkbox {
  margin: 0 -15px;
}
.newyear__showroom-link {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .newyear__showroom {
    background: linear-gradient(180deg , transparent 0% 15%, #faf7f4 15% 100%);
    margin: 70px 0 0;
    padding: 0 0 70px;
  }
  .newyear__showroom-wrap {
    width: 90%;
  }
  .newyear__showroom-images, .newyear__showroom-text {
    width: 100%;
  }
  .newyear__showroom-text {
    margin: 20px auto 0;
    width: 90%;
  }
}
/*---------------------- ご注文方法 ----------*/
.newyear__how-to-order {
  margin: 120px auto 0;
}
.newyear__how-to-order .newyear__h2--sub {
  top: -5px;
}
.newyear__how-to-order--contents {
  margin: 0 0 30px;
  padding: 60px;
}
.newyear__how-to-order--contents:last-child {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .newyear__how-to-order {
    margin: 70px auto 0;
  }
  .newyear__how-to-order .newyear__h2--sub {
    top: 0;
  }
  .newyear__how-to-order--contents {
    margin: 0 auto 30px;
    padding: 40px 20px;
    width: 90%;
  }
  .newyear__how-to-order--contents:last-child {
    margin: 0 auto;
  }
}
/*---------------------- 注意事項 ----------*/
.newyear__note .newyear__h3 {
  font-size: 18px;
}
.newyear__note-container {
  margin: 120px auto;
  max-width: 900px;
  width: 90%;
}
.newyear__note-list {
  list-style-type: disc;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .newyear__note-container {
    margin: 70px auto;
    max-width: 900px;
    width: 90%;
  }
  .newyear__note-list {
    list-style-type: disc;
    padding: 0 0 0 1rem;
  }
}</pre></body></html>