@charset "UTF-8";
/*----------------------------------------
	common
----------------------------------------*/
@font-face {
  font-family: "MinionRoman";
  src: url("../font/MinionVariableConcept-Roman.otf") format("opentype");
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*----------------------------------------
	common
----------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: static !important;
}

/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	p-birthstone
----------------------------------------*/
.p-birthstone {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #4c4941;
}
.p-birthstone img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	p-birthstone-container
----------------------------------------*/
.p-birthstone-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-birthstone-container {
    flex-direction: column;
  }
}

/*----------------------------------------
	p-birthstone-inner
----------------------------------------*/
.p-birthstone-inner {
  flex: 1;
}

/*----------------------------------------
	p-birthstone-mv
----------------------------------------*/
.p-birthstone-mv {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-birthstone-mv {
    padding: 0 0 0 3rem;
  }
}
.p-birthstone-mv__container {
  position: relative;
}
.p-birthstone-mv__heading {
  font-family: "MinionRoman", serif;
  position: absolute;
  top: 50%;
  right: 8rem;
  width: 27.4rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-birthstone-mv__heading {
    top: auto;
    right: 0;
    left: 0;
    bottom: 2.8rem;
    width: 19.7rem;
    margin: auto;
    translate: 0 0;
  }
}
.p-birthstone-mv__txt {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-mv__txt {
    justify-content: start;
    font-size: 1.2rem;
    padding: 2.8rem 0;
  }
}
.p-birthstone-mv__scroll {
  position: absolute;
  left: 4rem;
  bottom: 0;
  width: 1px;
  height: 6rem;
  background: #dbdbd9;
}
@media screen and (max-width: 767px) {
  .p-birthstone-mv__scroll {
    left: 1.5rem;
    bottom: 12rem;
    height: 8rem;
  }
}
.p-birthstone-mv__scroll:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #000;
  animation: scroll 2s infinite;
}

/*----------------------------------------
	p-birthstone-content
----------------------------------------*/
.p-birthstone-content {
  position: relative;
  padding: 8rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-content {
    padding: 2.4rem 2.4rem 8rem;
  }
}
.p-birthstone-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #dbdbd9;
  transition: 1s;
}
.p-birthstone-content.is-active:before {
  width: 100%;
}
.p-birthstone-content__container {
  max-width: 94rem;
  margin: auto;
}

/*----------------------------------------
	p-birthstone-month
----------------------------------------*/
.p-birthstone-month {
  display: none;
}
.p-birthstone-month.is-active {
  display: block;
}
.p-birthstone-month__container {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.p-birthstone-month__number {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__number {
    width: 100%;
  }
}
.p-birthstone-month__number h2 {
  font-family: "EB Garamond", serif;
  position: sticky;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 6rem;
  left: 0;
  font-size: 2.2rem;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__number h2 {
    top: 5.5rem;
    font-size: 1.6rem;
    padding: 0 0 2rem;
  }
}
.p-birthstone-month__number h2 span {
  font-family: "MinionRoman", serif;
  display: block;
  font-size: 7.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__number h2 span {
    font-size: 4rem;
  }
}
.p-birthstone-month__label {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__label {
    font-family: "MinionRoman", serif;
    position: sticky;
    display: block;
    top: 5.5rem;
    left: 0;
    width: calc(100% + 4.8rem);
    font-size: 1.3rem;
    font-weight: bold;
    background: #fafaf8;
    padding: 1.2rem;
    z-index: 2;
  }
}
.p-birthstone-month__label small {
  font-size: 1.1rem;
}
.p-birthstone-month__inner {
  width: 74rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__inner {
    width: 100%;
  }
}
.p-birthstone-month__stone {
  display: flex;
  gap: 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__stone {
    gap: 1.6rem;
  }
}
.p-birthstone-month__stone__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 1.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__stone__item {
    padding: 1.6rem 0;
  }
}
.p-birthstone-month__stone__item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #dbdbd9;
  transition: 1s;
}
.p-birthstone-month__stone__item.is-active:after {
  width: 100%;
}
.p-birthstone-month__stone__item img {
  width: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__stone__item img {
    width: 6rem;
  }
}
.p-birthstone-month__stone__item span {
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__stone__item span {
    font-size: 1.5rem;
  }
}
.p-birthstone-month__message {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 5.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__message {
    padding: 3.2rem 0 0;
  }
}
.p-birthstone-month__message__item h3 {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.6rem;
  font-size: 1.8rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__message__item h3 {
    font-size: 1.5rem;
  }
}
.p-birthstone-month__message__item h3 img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__message__item h3 img {
    width: 3rem;
  }
}
.p-birthstone-month__message__item p {
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__message__item p {
    font-size: 1.2rem;
    letter-spacing: -0.03rem;
  }
}
.p-birthstone-month__product {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3.2rem 0.8rem;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1rem;
    padding: 4rem 0;
  }
}
.p-birthstone-month__product.is-small {
  margin: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__product.is-small {
    margin: 0;
  }
}
.p-birthstone-month__product__item {
  width: 23rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__product__item {
    width: auto;
  }
}
.p-birthstone-month__product__link:hover .p-birthstone-month__product__img img {
  scale: 1.1;
}
.p-birthstone-month__product__inner {
  position: relative;
}
.p-birthstone-month__product__inner:before, .p-birthstone-month__product__inner:after {
  content: "";
  position: absolute;
  top: 0;
  background: #dbdbd9;
  transition: 1s;
  z-index: 1;
}
.p-birthstone-month__product__inner:before {
  left: 0;
  width: 0;
  height: 1px;
}
.p-birthstone-month__product__inner:after {
  right: 0;
  width: 1px;
  height: 0;
  transition-delay: 1s;
}
.p-birthstone-month__product__inner.is-active:before {
  width: 100%;
}
.p-birthstone-month__product__inner.is-active:after {
  height: 100%;
}
.p-birthstone-month__product__inner.is-active .p-birthstone-month__product__img:before {
  width: 100%;
}
.p-birthstone-month__product__inner.is-active .p-birthstone-month__product__img:after {
  height: 100%;
}
.p-birthstone-month__product__img {
  overflow: hidden;
}
.p-birthstone-month__product__img:before, .p-birthstone-month__product__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  background: #dbdbd9;
  transition: 1s;
  z-index: 1;
}
.p-birthstone-month__product__img:before {
  right: 0;
  width: 0;
  height: 1px;
  transition-delay: 2s;
}
.p-birthstone-month__product__img:after {
  left: 0;
  width: 1px;
  height: 0;
  transition-delay: 3s;
}
.p-birthstone-month__product__img img {
  transition: 0.4s;
}
.p-birthstone-month__product__img span {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  font-family: "Helvetica", sans-serif;
  background: #f6f5f3;
  padding: 0.2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__product__img span {
    top: 0.7rem;
    right: 0.7rem;
    font-size: 1rem;
  }
}
.p-birthstone-month__product__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.2rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__product__name {
    font-size: 1.18rem;
  }
}
.p-birthstone-month__button {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-birthstone-month__button:before, .p-birthstone-month__button:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #dbdbd9;
  z-index: 1;
  transition: 1s;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button:before, .p-birthstone-month__button:after {
    content: none;
  }
}
.p-birthstone-month__button:before {
  top: 0;
}
.p-birthstone-month__button:after {
  bottom: 0;
}
.p-birthstone-month__button.is-active:before, .p-birthstone-month__button.is-active:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button.is-active li:before, .p-birthstone-month__button.is-active li:after {
    width: 100%;
  }
}
.p-birthstone-month__button li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button li {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button li:before, .p-birthstone-month__button li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    background: #dbdbd9;
    z-index: 1;
    transition: 1s;
  }
}
.p-birthstone-month__button li:before {
  top: 0;
}
.p-birthstone-month__button li:after {
  bottom: 0;
}
.p-birthstone-month__button li + li {
  position: relative;
}
.p-birthstone-month__button li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 2.2rem;
  background: #dbdbd9;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button li + li:before {
    top: 0;
    bottom: auto;
    width: 0;
    height: 1px;
  }
}
.p-birthstone-month__button li a {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  background: #fafaf8;
  padding: 3.2rem 5.6rem 3.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-month__button li a {
    font-size: 1.2rem;
    padding: 2rem 4rem 2rem 1rem;
  }
}
.p-birthstone-month__button li a span {
  position: absolute;
  top: 0;
  right: 3rem;
  bottom: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
}
.p-birthstone-month__button li a span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/icon-arrow01.svg) center/cover;
}

/*----------------------------------------
	p-birthstone-coordinate
----------------------------------------*/
.p-birthstone-coordinate {
  padding: 8rem 0 0;
}
.p-birthstone-coordinate__container {
  width: 74rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-birthstone-coordinate__container {
    width: 100%;
  }
}
.p-birthstone-coordinate__heading {
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-coordinate__heading {
    font-size: 2.1rem;
    margin: 0 0 2rem;
  }
}
.p-birthstone-coordinate__list {
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-coordinate__list {
    margin: 0 -2.4rem 0 0;
    overflow-x: scroll;
  }
}
.p-birthstone-coordinate__item {
  position: relative;
  flex: none;
  width: 36.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-coordinate__item {
    width: 31.5rem;
  }
}
.p-birthstone-coordinate__button a {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: url(../img/icon-plus01_white.svg) center/cover;
}
@media screen and (max-width: 767px) {
  .p-birthstone-coordinate__button a {
    width: 2rem;
    height: 2rem;
  }
}
.p-birthstone-coordinate__button a.button01 {
  top: 40%;
  left: 50%;
}
.p-birthstone-coordinate__button a.button02 {
  top: 56%;
  left: 52%;
}
.p-birthstone-coordinate__button a.button03 {
  top: 64%;
  left: 38%;
}

/*----------------------------------------
	p-birthstone-nav
----------------------------------------*/
.p-birthstone-nav {
  position: relative;
  width: 36rem;
  background: #fafaf8;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav {
    width: 100%;
  }
}
.p-birthstone-nav__container {
  position: sticky;
  top: 6rem;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fafaf8;
  padding: 2.4rem 2.4rem 2.4rem 4rem;
  mix-blend-mode: darken;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__container {
    position: static;
    height: auto;
    padding: 3rem 3rem 3rem 5rem;
  }
}
.p-birthstone-nav__container::-webkit-scrollbar {
  display: none;
}
.p-birthstone-nav__heading {
  font-size: 1.2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__heading {
    font-size: 1rem;
    margin: 0 0 4rem;
  }
}
.p-birthstone-nav__heading span {
  font-family: "EB Garamond", serif;
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__heading span {
    font-size: 2.1rem;
  }
}
.p-birthstone-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4rem;
  counter-reset: li;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__list {
    gap: 0 5rem;
  }
}
.p-birthstone-nav__item {
  position: relative;
  border-top: 1px solid #dbdbd9;
}
.p-birthstone-nav__item:before {
  font-family: "EB Garamond", serif;
  position: absolute;
  content: counter(li);
  counter-increment: li;
  top: 1rem;
  left: -2.4rem;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__item:before {
    top: 1.8rem;
    left: -2.4rem;
    font-size: 1.3rem;
  }
}
.p-birthstone-nav__item:after {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: 1.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #d2cec2;
  border-right: 2px solid #d2cec2;
  rotate: 45deg;
  transform-origin: right;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__item:after {
    top: 2.6rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 1px solid #d2cec2;
    border-right: 1px solid #d2cec2;
  }
}
.p-birthstone-nav__link {
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__link {
    padding: 1.6rem 0;
  }
}
.p-birthstone-nav__link.is-active {
  opacity: 0.6;
}
.p-birthstone-nav__month {
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__month {
    font-size: 1.3rem;
  }
}
.p-birthstone-nav__img {
  display: flex;
}
.p-birthstone-nav__img img {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__img img {
    width: 3rem;
  }
}
.p-birthstone-nav__name {
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 767px) {
  .p-birthstone-nav__name {
    font-size: 1.2rem;
  }
}

/*----------------------------------------
	p-birthstone-back
----------------------------------------*/
.p-birthstone-back {
  position: relative;
}
.p-birthstone-back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dbdbd9;
}
.p-birthstone-back__container {
  display: flex;
  justify-content: end;
  width: calc(100% - 36rem);
}
@media screen and (max-width: 767px) {
  .p-birthstone-back__container {
    width: 100%;
  }
}
.p-birthstone-back__inner a {
  font-family: "EB Garamond", serif;
  display: flex;
  align-items: center;
  gap: 8rem;
  font-size: 1.8rem;
  padding: 2.4rem 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-back__inner a {
    font-size: 1.3rem;
    padding: 2rem 3rem;
  }
}
.p-birthstone-back__inner a:after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-bottom: 2px solid #4c4941;
  border-left: 2px solid #4c4941;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .p-birthstone-back__inner a:after {
    width: 0.8rem;
    height: 0.8rem;
    border-bottom: 1px solid #4c4941;
    border-left: 1px solid #4c4941;
  }
}

/*----------------------------------------
	p-birthstone-modal
----------------------------------------*/
.p-birthstone-modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 73, 65, 0.9);
  padding: 4.4rem;
  overflow-y: scroll;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .p-birthstone-modal {
    padding: 2rem;
  }
}
.p-birthstone-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-birthstone-modal__container {
  position: relative;
  max-width: 130rem;
  margin: auto;
}
.p-birthstone-modal__heading {
  font-family: "EB Garamond", serif;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  margin: 0 0 5.6rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-modal__heading {
    font-size: 1.3rem;
    margin: 0 0 2.4rem;
  }
}
.p-birthstone-modal__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-birthstone-modal__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem 1rem;
  }
}
.p-birthstone-modal__link:hover .p-birthstone-modal__img img {
  scale: 1.1;
}
.p-birthstone-modal__img {
  overflow: hidden;
}
.p-birthstone-modal__img img {
  transition: 0.4s;
}
.p-birthstone-modal__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-birthstone-modal__name {
    font-size: 1rem;
  }
}
.p-birthstone-modal__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-birthstone-modal__close {
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid #4c4941;
    border-radius: 50%;
  }
}
.p-birthstone-modal__close:before, .p-birthstone-modal__close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-birthstone-modal__close:before, .p-birthstone-modal__close:after {
    width: 0.9rem;
    background: #4c4941;
  }
}
.p-birthstone-modal__close:before {
  rotate: 45deg;
}
.p-birthstone-modal__close:after {
  rotate: -45deg;
}

/*----------------------------------------
	p-birthstone-toggle
----------------------------------------*/
.p-birthstone-toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-birthstone-toggle {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    top: 9.1rem;
    right: 0;
    width: 3.5rem;
    height: 13.5rem;
    background: #fff;
    border: 1px solid #4c4941;
    z-index: 2;
    cursor: pointer;
  }
}
.p-birthstone-toggle i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #4c4941;
  border-radius: 50%;
}
.p-birthstone-toggle i:before, .p-birthstone-toggle i:after {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 1px;
  background: #4c4941;
}
.p-birthstone-toggle i:after {
  rotate: 90deg;
}
.p-birthstone-toggle span {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

/*----------------------------------------
	p-birthstone-menu
----------------------------------------*/
.p-birthstone-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-birthstone-menu {
    position: fixed;
    display: flex;
    justify-content: end;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
}
.p-birthstone-menu.is-active {
  opacity: 1;
  visibility: visible;
}
.p-birthstone-menu__container {
  width: 23rem;
  background: #fff;
  padding: 2.4rem 2.8rem 2.4rem 4rem;
  overflow-y: scroll;
}
.p-birthstone-menu__heading {
  font-size: 1rem;
  margin: 0 0 1.6rem;
}
.p-birthstone-menu__heading span {
  font-family: "EB Garamond", serif;
  display: block;
  font-size: 1.6rem;
}
.p-birthstone-menu__item {
  position: relative;
  border-top: 1px solid #d2cec2;
}
.p-birthstone-menu__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.2rem;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin: auto;
  border-top: 1px solid #4c4941;
  border-right: 1px solid #4c4941;
  rotate: 45deg;
}
.p-birthstone-menu__number {
  position: absolute;
  top: 0.8rem;
  left: -3rem;
  width: 2.5rem;
  font-size: 1rem;
  text-align: right;
}
.p-birthstone-menu__number span {
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
}
.p-birthstone-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.p-birthstone-menu__month {
  font-family: "EB Garamond", serif;
  font-size: 1.3rem;
}
.p-birthstone-menu__img {
  display: flex;
}
.p-birthstone-menu__img img {
  width: 2rem;
}
.p-birthstone-menu__close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 2.6rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #4c4941;
  border-radius: 50%;
}
.p-birthstone-menu__close:before, .p-birthstone-menu__close:after {
  content: "";
  position: absolute;
  width: 0.9rem;
  height: 1px;
  background: #4c4941;
}
.p-birthstone-menu__close:before {
  rotate: 45deg;
}
.p-birthstone-menu__close:after {
  rotate: -45deg;
}/*# sourceMappingURL=birthstone.css.map */