@charset "UTF-8";
#main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main img {
  max-width: 100%;
}
#main ul,
#main ol,
#main li {
  list-style: none;
}

footer .navi .inner .pagetopbtn {
  display: none;
}

.spbr {
  display: block;
}
@media screen and (min-width: 720px) {
  .spbr {
    display: none;
  }
}

.pcbr {
  display: none;
}
@media screen and (min-width: 720px) {
  .pcbr {
    display: block;
  }
}

/*--------------------/ #main /-------------------*/
#main {
  width: 100vw;
  margin: 0 auto;
  font-size: 3.7333vw;
  line-height: 1.5;
  text-align: justify;
  letter-spacing: -0.001em;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #292927;
}
@media screen and (min-width: 720px) {
  #main {
    width: 100%;
    font-size: 15px;
  }
}
@media screen and (min-width: 820px) {
  #main {
    width: 820px;
    font-size: 16px;
  }
}

.article-wrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .article-wrapper {
    width: 100%;
  }
}

#main p.go-top a {
  position: fixed;
  bottom: 3%;
  right: 5%;
  width: 40px;
  height: auto;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media screen and (min-width: 720px) {
  #main p.go-top a {
    bottom: 3%;
    right: auto;
    margin-left: 680px;
  }
}
@media screen and (min-width: 820px) {
  #main p.go-top a {
    margin-left: 780px;
  }
}
#main p.go-top a:hover {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation-name: fade-down;
  animation-name: fade-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fade-in.fade-in-active {
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* animation setting */
/* slide up animation */
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
.caslon {
  font-family: "Libre Caslon Text", serif;
  font-size: 170% !important;
}

/* .mv {
  width: 100%;
  padding: calc(500 / 820 * 100%) 0 0;
  margin: 0 auto 1em;
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/ceremony-2024_mv_sp.jpg);
  background-size: cover;
  position: relative;
  overflow-anchor: hidden;
}
@media screen and (min-width: 720px) {
  .mv {
    padding: calc(500 / 820 * 100%) 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/ceremony-2024_mv_pc.jpg);
    margin: 0 auto 2em;
  }
} */
.hero {
  width: auto;
  padding: 100% 0 0;
  margin-bottom: var(--main_space);
  background: url(https://www.keihan-dept.co.jp/moriguchi/news/ceremony-2026_mv_sp.jpg) no-repeat center top/cover;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 765px) {
  .hero {
    padding: 60% 0 0;
    background: url(https://www.keihan-dept.co.jp/moriguchi/news/ceremony-2026_mv_pc.jpg) no-repeat center top/cover;
  }
}
.hero li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}
.mv li {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.story {
  width: 100%;
  margin: 0 auto 3em;
  text-align: center;
}
.story li {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.75;
}
/* .story li:first-child {
  font-size: 180%;
  color: #bb0707;
  letter-spacing: -0.05em;
  margin-bottom: 0.125em;
}
@media screen and (min-width: 720px) {
  .story li:first-child {
    font-size: 220%;
  }
}
.story li:first-child .caslon {
  letter-spacing: 0.05em;
  margin: 0 0.05em 0 0.1em;
}
.story li:first-child .ls-adjust {
  letter-spacing: 0.0125em;
} */
.story li:first-child {
  margin-top: 5em;
  margin-bottom: 1.5em;
  font-size: 80%;
  line-height: 2.3;
}
@media screen and (min-width: 720px) {
  .story li:first-child {
    font-size: 95%;
    margin-bottom: 7em;
  }
}

.nav_theme {
  margin: 0 auto 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
  z-index: 5;
}
.nav_theme li {
  width: 50%;
  text-align: center;
}
.nav_theme li {
  border-right: 1px solid #292927;
}
.nav_theme li:first-child {
  border-left: 1px solid #292927;
}
.nav_theme li a {
  display: block;
  padding: 1em 0;
  color: #292927;
  text-decoration: none;
  font-size: 87.5%;
  position: relative;
  overflow: hidden;
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav_theme li a::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  content: "";
  width: 100%;
  padding: 2px 0;
  background-color: #cbc4be;
  z-index: -1;
  width: 0px;
  padding: 0 0 3px;
  -webkit-animation-name: square-shrink;
  animation-name: square-shrink;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav_theme li a:hover {
  color: #292927;
}
.nav_theme li a:hover span {
  color: #292927;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.nav_theme li a span {
  display: block;
  font-size: 90% !important;
  color: #292927;
}
@media screen and (min-width: 720px) {
  .nav_theme li a span {
    font-size: 200%;
  }
}
.nav_theme li a:hover::before {
  -webkit-animation-name: square-stretch;
  animation-name: square-stretch;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.nav_theme li:nth-child(2n) a::before,
.nav_theme li:last-child a::before {
  right: auto;
  left: 0;
  background-color: #cbc4be;
}
.nav_theme li:last-child a:hover::before {
  left: 0;
  background-color: #cbc4be;
}

@-webkit-keyframes square-stretch {
  0% {
    width: 0;
    padding: 0 0 3px;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 100%;
    padding: 0 0 6.5em;
  }
}

@keyframes square-stretch {
  0% {
    width: 0;
    padding: 0 0 3px;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 100%;
    padding: 0 0 6.5em;
  }
}
@-webkit-keyframes square-shrink {
  0% {
    width: 100%;
    padding: 0 0 6.5em;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 0;
    padding: 0 0 3px;
  }
}
@keyframes square-shrink {
  0% {
    width: 100%;
    padding: 0 0 6.5em;
  }
  50% {
    width: 100%;
    padding: 0 0 3px;
  }
  100% {
    width: 0;
    padding: 0 0 3px;
  }
}
/* .item-list */
/* #for-me,
#for-you {
  border-bottom: 2px solid #dfb461;
  margin-bottom: 3em;
} */
.line_link {
  margin: 0 auto;
  width: 90%;
  margin-top: 4em;
  margin-bottom: 4em;
}
@media screen and (min-width: 720px) {
  .line_link {
    width: 85%;
    margin-top: 6em;
  }
}
.line_link li {
  margin-bottom: 2em;
}

.smv {
  text-align: center;
  margin-top: 6em;
  margin-bottom: 3em;
  line-height: 1;
}
/* .smv li {
  text-align: center;
} */
.smv li:first-child {
  margin-bottom: 1em;
}
.smv li:last-child {
  font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.smv li:last-child span {
  display: block;
  font-size: 200%;
  line-height: 50px;
  color: #292927;
  border-bottom: 2px solid #e7b5cb;
  display: inline-block;
  padding-bottom: 8px;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

#kids item-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: space-between !important; */
}
.sub_story {
  width: 100%;
  margin: 0 auto 3em;
  text-align: center;
  /* font-family: "YakuHanMP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  line-height: 1.75;
  font-size: 90%;
}

/* 試し */
/* 全体のレイアウト */
.outer-wrapper {
  width: 100%;
  margin: 20px auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .outer-wrapper {
    padding-bottom: 100px;
  }
}

/* スライダーの枠線とスクロール設定 */
.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  border-radius: 12px; /* 角を少し丸くする */
  background-color: #f9f9f9;
}

/* 各スライド（1セット分） */
.slide-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 10px; /* 枠と中身の間に余白を作る */
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .slide-item {
    padding: 20px; /* 枠と中身の間に余白を作る */
  }
}

/* 写真と文字を囲むボックス */
.content-box {
  background: white;
  border: 1px solid #eee; /* 各セットごとの細い枠線 */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 1em;
}
@media screen and (min-width: 720px) {
  .content-box {
    padding: 2em;
  }
}

.content-box img {
  width: 100%;
  display: block;
  object-fit: cover; /* 画像の比率を保ちつつ枠に収める */
}

/* 下の◯ボタン */
.dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
/* ◯ボタン（dots）の修正 */
.dots a {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #bbb;
  border-radius: 50%;
  border: 1px solid #999;
  transition: 0.3s;

  /* 【重要】スマホ用のタップ判定拡大 */
  position: relative;
}

.dots a:hover {
  background-color: #555; /* ホバーした時の色 */
  transform: scale(1.2);
}

/* スライダー本体の微調整 */
.slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  /* iOSでのスクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  border-radius: 12px;
  background-color: #f9f9f9;
}

/* 擬似要素を使って、ボタンの周囲20px分も反応するようにする */
.dots a::after {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

/* 選択されている時やホバー時の色を少し濃くすると反応が分かりやすい */
.dots a:active,
.dots a:focus {
  background-color: #555;
}

/* 試し終わり */

/*　　①セットアップ　　*/
.item {
  width: 100%;
  margin: 0 auto;
  margin: 0 0 3em 0;
}
.item02 {
  width: 100%;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (min-width: 720px) {
  .item02 {
    padding: 2em;
  }
}

.irohen {
  color: #f90068d5;
}

.item:nth-child(2n),
.item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 720px) {
  .item {
    width: 47.5%;
    margin: 0 5% 3em 0;
  }
}
/* @media screen and (min-width: 720px) {
  .item02 {
    width: 90%;
    margin: 0 5% 3em 0;
  }
} */
/* .item:nth-child(2n) {
    margin-right: 3%;
  }
  .item:nth-child(3n),
  .item:last-child {
    margin-right: 0;
  } */

.item li {
  font-size: 87.5%;
  line-height: 1.25;
}
.item li:first-child {
  margin-bottom: 0.5em;
}
.item li:nth-child(2) {
  margin-bottom: 0.75em;
  font-size: 87%;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.item li:nth-child(3),
.item li:nth-child(5) {
  letter-spacing: -0.02em;
}
.item li:nth-child(3) span,
.item li:nth-child(5) span {
  font-size: 81.25%;
}
.item li:nth-child(3) span.trad,
.item li:nth-child(5) span.trad {
  font-size: 100%;
  letter-spacing: -0.12em;
}
.item li:nth-child(4),
.item li:nth-child(6),
.item li:nth-child(8),
.item li:nth-child(10),
.item li:nth-child(12),
.item li:nth-child(14),
.item li:nth-child(16) {
  font-size: 100%;
  text-align: right;
}
.item li:nth-child(4) span,
.item li:nth-child(6) span,
.item li:nth-child(8) span,
.item li:nth-child(10) span,
.item li:nth-child(12) span,
.item li:nth-child(14) span,
.item li:nth-child(16) span {
  font-size: 81.25%;
}
.item li:last-child {
  text-align: right;
  font-size: 81.25%;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
.item li:last-child span {
  margin-right: 0.125em;
  color: #e7b5cb;
}
.item02 li {
  font-size: 87.5%;
  line-height: 1.25;
}
.item02 li:first-child {
  margin-bottom: 0.5em;
}
.item02 li:nth-child(2) {
  margin-bottom: 0.75em;
  font-size: 87%;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.item02 li:nth-child(3),
.item02 li:nth-child(5) {
  letter-spacing: -0.02em;
}
.item02 li:nth-child(3) span,
.item02 li:nth-child(5) span {
  font-size: 81.25%;
}
.item02 li:nth-child(3) span.trad,
.item02 li:nth-child(5) span.trad {
  font-size: 100%;
  letter-spacing: -0.12em;
}
.item02 li:nth-child(4),
.item02 li:nth-child(6),
.item02 li:nth-child(8),
.item02 li:nth-child(10),
.item02 li:nth-child(12),
.item02 li:nth-child(14),
.item02 li:nth-child(16) {
  font-size: 100%;
  text-align: right;
}
.item02 li:nth-child(4) span,
.item02 li:nth-child(6) span,
.item02 li:nth-child(8) span,
.item02 li:nth-child(10) span,
.item02 li:nth-child(12) span,
.item02 li:nth-child(14) span,
.item02 li:nth-child(16) span {
  font-size: 81.25%;
}
.item02 li:last-child {
  text-align: right;
  font-size: 81.25%;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
.item02 li:last-child span {
  margin-right: 0.125em;
  color: #e7b5cb;
}
.item .limited {
  width: 100%;
  padding: 0.25em 0;
  border: 1px solid #292927;
  text-align: center;
  font-size: 81.25%;
  margin: 0.25em 0 0.3333em;
}

#main .fleur {
  width: 100%;
  margin: 0 auto;
}
#main .fleur:hover {
  opacity: 0.95;
}

@media screen and (min-width: 720px) {
  .item_a {
    display: flex;
  }
  .item_a img {
    width: 200%; /*画像サイズ指定*/
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
  }
}

/*　　①セットアップ終わり　　*/

/*　　②コーディネート　　*/
.sp_code {
  display: block;
}
@media screen and (min-width: 720px) {
  .sp_code {
    display: none;
  }
}

.pc_code {
  display: none;
}
@media screen and (min-width: 720px) {
  .pc_code {
    display: block;
  }
}
.code_image {
  margin-bottom: 1.5em;
}
.code_item {
  font-size: 87.5%;
  line-height: 1.6 !important;
  width: 100%;
}

.item_b {
  margin-bottom: 7em;
}
@media screen and (min-width: 720px) {
  .code_item {
    width: 100%;
  }
}
.code_taiou {
  display: flex;
  justify-content: space-between;
  text-align: left !important;
}
.code_special {
  font-size: 90% !important;
  text-align: left !important;
  margin-bottom: 0.4em;
}
.hare {
  text-align: left;
  width: 47.5%;
}
.daily {
  text-align: left;
  width: 47.5%;
}
.item_b_cap li {
  font-size: 87.5%;
  line-height: 1.25;
}
.item_b_cap li:first-child {
  margin-bottom: 0.5em;
}
.item_b_cap li:nth-child(2) {
  /* margin-bottom: 0.75em; */
  font-size: 90%;
  line-height: 1.5;
  letter-spacing: -0.025em;
}

.item_b_cap li:last-child {
  text-align: right;
  font-size: 81.25%;
  letter-spacing: -0.02em;
}
.item_b_cap li:last-child span {
  margin-right: 0.125em;
  color: #e7b5cb;
}
/*　　②コーディネート終わり 　　*/

/*　　④キッズ　　*/
.item_d {
  /* text-align: left !important; */
  width: 100%;
  margin: 0 5% 3em 0;
}
@media screen and (min-width: 720px) {
  .item_d {
    width: 45%;
    /* margin: 0 3% 2.5em 0; */
  }
}
.item_d li {
  font-size: 87.5%;
  line-height: 1.25;
}
.item_d li:first-child {
  margin-bottom: 0.5em;
}
.item_d li:nth-child(2) {
  margin-bottom: 0.75em;
  font-size: 90%;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.item_d li:nth-child(3),
.item_d li:nth-child(5),
.item_d li:nth-child(7) {
  font-size: 100%;
  letter-spacing: -0.02em;
  text-align: left;
}
.item_d li:nth-child(3) span,
.item_d li:nth-child(5) span {
  font-size: 81.25%;
}
.item_d li:nth-child(3) span.trad,
.item_d li:nth-child(5) span.trad {
  font-size: 100%;
  letter-spacing: -0.12em;
}
.item_d li:nth-child(4),
.item_d li:nth-child(6),
.item_d li:nth-child(8),
.item_d li:nth-child(10),
.item_d li:nth-child(12) {
  font-size: 100%;
  text-align: right;
}
.item_d li:nth-child(4) span,
.item_d li:nth-child(6) span,
.item_d li:nth-child(8) span,
.item_d li:nth-child(10) span,
.item_d li:nth-child(12) span {
  font-size: 81.25%;
}
.item_d li:last-child {
  text-align: right;
  font-size: 81.25%;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
.item_d li:last-child span {
  margin-right: 0.125em;
  color: #e7b5cb;
}
/*　　④キッズ終わり　*/

/*　　⑤メンズ　*/
.mens {
  width: 100%;
  margin: auto;
  text-align: center;
}
.mens_subttl {
  width: 35%;
}
.mens_image {
  width: 90%;
  margin: auto;
  text-align: left;
  margin-bottom: 4em;
}
@media screen and (min-width: 720px) {
  .mens_image {
    width: 100%;
  }
}
@media screen and (min-width: 720px) {
  .mens_subttl {
    margin-top: 4em;
    width: 25%;
  }
}
.sub_ttl_02 {
  font-family: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 170% !important;
  text-align: left;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  letter-spacing: 0.02em !important;
}
.sub_ttl_03 {
  font-family: Optima, Candara, "Noto Sans", source-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 80% !important;
  text-align: left;
  margin-top: -1.7em;
  margin-bottom: 0.7em;
}
.mens_cap {
  line-height: 1.6 !important;
}
.mens_cap_red {
  line-height: 1.6 !important;
  color: darkred;
  font-weight: 600;
}
.mens_image li:last-child {
  text-align: right;
  font-size: 81.25%;
  letter-spacing: -0.02em;
  margin-top: 0.5em;
}
.mens_image li:last-child span {
  margin-right: 0.125em;
  color: #e7b5cb;
}
.mens_cap_02 {
  margin-top: 1em;
}
/*　　⑤メンズ終わり　*/

/*　　⑥メイクアップ　*/
.makedouga {
  margin-bottom: 5em;
  text-align: center;
}
.lifestyle_link {
  margin-bottom: 5em;
}
/*　　⑥メイクアップ終わり　*/

/*　　ボタン 　　*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%; /*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin-bottom: 5em;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #dfb461;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #dfb461;
}

a.btn--radius {
  border-radius: 100vh;
}
/*# sourceMappingURL=christmas-gift-style.css.map */
