@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://use.typekit.net/udo7bdi.css");

[data-animate=crossFade] {
  -webkit-animation-name: crossFade;
  animation-name: crossFade;
  -webkit-animation-duration: 4000ms;
  animation-duration: 4000ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes crossFade {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes crossFade {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 1;
  }

  70% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

[data-animate=rotate] {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 30000ms;
  animation-duration: 30000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[class*=anima] {
  opacity: 0;
  will-change: opacity, transform;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms, transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1500ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[class*=anima].onView {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#giftkit_211214 .mainVisual-image,
#giftkit_211214 .mainVisual-caption,
#giftkit_211214 .mainVisual-text {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: ease-in, opacity 2000ms;
  transition: ease-in, opacity 2000ms;
}

#giftkit_211214 .mainVisual-image {
  will-change: opacity, transform;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, -webkit-transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, transform 1.5s;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

#giftkit_211214 .mainVisual.onView .mainVisual-image,
#giftkit_211214 .mainVisual.onView .mainVisual-caption,
#giftkit_211214 .mainVisual.onView .mainVisual-text {
  opacity: 1;
}

#giftkit_211214 .mainVisual.onView .mainVisual-image {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * 0.133334vw);
  }

  html .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }

  html .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
  html {
    font-size: calc(10 * (0.0833333333vw));
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  html {
    font-size: calc(10 * (0.0833333333vw));
  }
}

.breadlist.lp {
  margin: 2rem auto;
  min-width: unset;
  max-width: 110rem;
}

.breadlist.lp a:link {
  position: relative;
  display: inline-block;
}

.breadlist.lp a:link::before {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  background-color: #000000;
  position: absolute;
  bottom: 0.2rem;
  will-change: width;
  -webkit-transition: cubic-bezier(0.6, 0.2, 0.1, 1), width 1000ms;
  transition: cubic-bezier(0.6, 0.2, 0.1, 1), width 1000ms;
}

.breadlist.lp a:link:hover::before {
  width: 100%;
}

.breadlist.lp ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .breadlist.lp ol {
    font-size: 1.6rem;
    overflow-x: scroll;
  }
}

.breadlist.lp ol>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.breadlist.lp ol>*+* {
  margin-left: 0.5em;
}

.breadlist.lp ol li {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .breadlist.lp {
    max-width: 70rem;
    margin: 3rem auto;
  }
}

.main-area {
  min-width: unset;
  max-width: unset;
}

@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

#giftkit_211214 *,
#giftkit_211214 *::after,
#giftkit_211214 *::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#giftkit_211214 figure,
#giftkit_211214 figcaption,
#giftkit_211214 [class*=content],
#giftkit_211214 [class*=__wrap],
#giftkit_211214 [class*=-inner],
#giftkit_211214 [class*=__image],
#giftkit_211214 [class*=__item],
#giftkit_211214 [class*=__video],
#giftkit_211214 [class*=__caption] {
  position: relative;
  width: 100%;
}

#giftkit_211214 picture,
#giftkit_211214 img,
#giftkit_211214 video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}

#giftkit_211214 a:link {
  display: block;
}

#giftkit_211214 a:link:hover {
  cursor: pointer;
}

#giftkit_211214 a.no_link {
  opacity: 1;
  pointer-events: none;
  border: none;
  text-decoration: none;
}

#giftkit_211214 a.no_link span {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 a.no_link span {
    font-size: 1.6rem;
  }
}

#giftkit_211214 {
  /* ---------- Text Area ---------- */
  text-align: justify;
  text-justify: inter-cluster;
  text-justify: inter-character;
}

#giftkit_211214 .mainVisual-captionText {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 2.93;
}

#giftkit_211214 .mainVisual-captionText p {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .mainVisual-captionText {
    font-size: 2.4rem;
    line-height: 2.67;
  }
}

#giftkit_211214 .content-title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-title {
    font-size: 4.8rem;
  }
}

#giftkit_211214 .look p,
#giftkit_211214 .look dd {
  font-size: 1.4rem;
  line-height: 1.86;
  font-weight: 500;
}

@media screen and (max-width: 767px) {

  #giftkit_211214 .look p,
  #giftkit_211214 .look dd {
    font-size: 2.4rem;
    line-height: 1.75;
  }
}

#giftkit_211214 .look .suggestion {
  font-weight: 500;
  line-height: 1.57;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
}

#giftkit_211214 .look .description dd {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.92;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .look .description dd {
    font-size: 2.2rem;
  }
}

#giftkit_211214 .look dl dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "游ゴシック Medium", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.37;
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
  text-align: center;
  letter-spacing: 0.055em;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .look dl dt {
    font-size: 3.6rem;
    line-height: 1.26;
  }
}

#giftkit_211214 .look dl dd {
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
}

#giftkit_211214 .viewall {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .viewall {
    font-size: 2.8rem;
  }
}

.c-text {
  text-align: center;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox>* {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.break {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

#giftkit_211214 .content-01,
#giftkit_211214 .btn.buy {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #efedea;
}

#giftkit_211214 .tag-list li a {
  display: inline-block;
}

#giftkit_211214 .tag-list li a:link {
  position: relative;
}

#giftkit_211214 .tag-list li a:link::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  bottom: 0.2rem;
  will-change: width, transform;
  -webkit-transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), width 750ms, -webkit-transform 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), width 750ms, -webkit-transform 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), transform 750ms, width 750ms;
  transition: cubic-bezier(0.385, 0.145, 0.28, 0.925), transform 750ms, width 750ms, -webkit-transform 750ms;
}

#giftkit_211214 .tag-list li a:hover::before {
  width: 100%;
}

#giftkit_211214 .btn {
  position: relative;
}

#giftkit_211214 .btn-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 15.6rem auto 15.4rem;
}

@media screen and (max-width: 768px) {
  #giftkit_211214 .btn-wrap {
    max-width: 67.5rem;
    margin: 19.5rem auto 20rem;
    height: 12rem;
  }
}

#giftkit_211214 .btn:hover {
  cursor: pointer;
}

#giftkit_211214 .btn:hover a:link {
  opacity: 1;
}

#giftkit_211214 .btn.buy {
  border-color: #000000;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

#giftkit_211214 .btn.buy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  z-index: -1;
  -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms, -webkit-transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms, transform 1000ms;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 500ms, transform 1000ms, -webkit-transform 1000ms;
}

#giftkit_211214 .btn.buy:hover {
  color: #ffffff;
}

#giftkit_211214 .btn.buy:hover::before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .btn.buy {
    font-size: 2.4rem;
  }
}

#giftkit_211214 .viewall {
  padding: 2.2rem 0;
  border: 1px solid #000000;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #giftkit_211214 .viewall {
    padding: 4.5rem 0;
    font-size: 2.8rem;
  }
}

:root {
  --space-margin-l: 12rem;
  --space-margin-m: 6rem;
  --space-margin-s: 3rem;
}

@media screen and (max-width: 767px) {
  :root {
    --space-margin-l: 14rem;
  }
}

#giftkit_211214 .wrap {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: calc(var(--space-margin-l) - 0rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .wrap {
    max-width: 75rem;
  }
}

#giftkit_211214 .mainVisual {
  width: 100%;
  margin: 0 auto;
}

#giftkit_211214 .mainVisual-inner {
  position: relative;
}

#giftkit_211214 .mainVisual-image {
  max-width: 50rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .mainVisual-image {
    max-width: 100%;
  }
}

#giftkit_211214 .mainVisual-captionText {
  padding-top: calc(var(--space-margin-l) - 5.2rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .mainVisual-captionText {
    padding-top: calc(var(--space-margin-l) - 5.6rem);
  }
}

#giftkit_211214 .section-list {
  position: relative;
  margin-top: calc(var(--space-margin-l) - 1.6rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .section-list {
    margin-top: calc(var(--space-margin-l) + 3.6rem);
  }
}

#giftkit_211214 .content {
  position: relative;
  margin: 0 auto;
}

#giftkit_211214 .content-title {
  position: relative;
}

#giftkit_211214 .content-title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #000000;
  margin: 0 auto;
  margin-top: calc(var(--space-margin-s) + 0.2rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-title::after {
    width: 3.6rem;
    margin-top: calc(var(--space-margin-s) + 2.5rem);
  }
}

#giftkit_211214 .content-01 {
  max-width: 42.2rem;
  padding: 5rem 5rem 6rem;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-01 {
    max-width: 60.4rem;
    padding: 6rem 4rem 7.5rem;
  }
}

#giftkit_211214 .content-01 .look__image {
  max-width: 25rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-01 .look__image {
    max-width: 35rem;
  }
}

#giftkit_211214 .content-01 .look figcaption {
  margin-top: calc(var(--space-margin-s) + 0.8rem);
  -webkit-font-feature-settings: "halt";
  font-feature-settings: "halt";
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-01 .look figcaption {
    margin-top: calc(var(--space-margin-s) + 2.2rem);
  }
}

#giftkit_211214 .content-02 {
  max-width: 110rem;
  margin-top: calc(var(--space-margin-l) + 3.8rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 {
    max-width: 75rem;
    margin-top: calc(var(--space-margin-l) + 6rem);
  }
}

#giftkit_211214 .content-02 .flexbox {
  margin-top: calc(var(--space-margin-s) + 1.5rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--space-margin-l) - 1rem);
  }
}

#giftkit_211214 .content-02 .look {
  max-width: 30rem;
}

@media screen and (min-width: 768px) {
  #giftkit_211214 .content-02 .look:not(:first-of-type) {
    margin-left: 10rem;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look {
    max-width: 52.5rem;
    margin: 0 auto;
  }
}

#giftkit_211214 .content-02 .look .suggestion {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  pointer-events: none;
}

#giftkit_211214 .content-02 .look figcaption {
  margin-top: calc(var(--space-margin-s) + 1.2rem);
}

#giftkit_211214 .content-02 .look figcaption dl dt {
  position: relative;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look figcaption dl dt {
    margin-bottom: 4.6rem;
  }
}

#giftkit_211214 .content-02 .look figcaption dl dt::after {
  content: "";
  width: 100%;
  height: 1.3rem;
  background-color: #efedea;
  position: absolute;
  left: 0;
  bottom: 0rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look figcaption dl dt::after {
    height: 2.2rem;
    bottom: -0.2rem;
  }
}

#giftkit_211214 .content-02 .look figcaption dl dd {
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look figcaption dl dd {
    max-width: 43rem;
  }
}

#giftkit_211214 .content-02 .look figcaption .btn {
  max-width: 10rem;
  margin: 0 auto;
  margin-top: 2.3rem;
  padding: 0.6rem 0;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look figcaption .btn {
    max-width: 19rem;
    margin-top: 4rem;
    padding: 1.7rem 0;
  }
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look:nth-child(1) .look__image {
    max-width: 50.2rem;
  }

  #giftkit_211214 .content-02 .look:nth-child(1) .look__image picture {
    top: -9.5rem;
    left: 1.2rem;
  }

  #giftkit_211214 .content-02 .look:nth-child(1) figcaption {
    margin-top: -8rem;
  }
}

#giftkit_211214 .content-02 .look:nth-child(1) .suggestion {
  top: 7.2rem;
  left: -3.5rem;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look:nth-child(1) .suggestion {
    top: 3rem;
    left: -6.8rem;
  }
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look:nth-child(2) {
    margin-top: 16.7rem;
  }

  #giftkit_211214 .content-02 .look:nth-child(2) .look__image picture {
    max-width: 48.7rem;
    top: 0.4rem;
    left: 1.8rem;
  }

  #giftkit_211214 .content-02 .look:nth-child(2) figcaption {
    margin-top: calc(var(--space-margin-s) + 4.2rem);
  }
}

#giftkit_211214 .content-02 .look:nth-child(2) .suggestion {
  top: 4.3rem;
  left: -4.5rem;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look:nth-child(2) .suggestion {
    top: 7.4rem;
    left: -6.8rem;
  }
}

@media screen and (min-width: 768px) {
  #giftkit_211214 .content-02 .look:nth-child(3) .look__image picture {
    width: 34rem;
    left: -2rem;
  }
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look:nth-child(3) {
    margin: 0 auto;
    margin-top: 16rem;
  }

  #giftkit_211214 .content-02 .look:nth-child(3) .look__image picture {
    top: 1rem;
  }

  #giftkit_211214 .content-02 .look:nth-child(3) figcaption {
    margin: 0 auto;
    margin-top: calc(var(--space-margin-s) + 4.6rem);
  }
}

#giftkit_211214 .content-02 .look:nth-child(3) .suggestion {
  top: 2.6rem;
  left: -2.7rem;
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-02 .look:nth-child(3) .suggestion {
    top: 5.2rem;
    left: -2.1rem;
  }
}

#giftkit_211214 .content-03 {
  max-width: 80.5rem;
  background-color: #f5f5f5;
  padding: 4.5rem 5rem;
  margin-top: calc(var(--space-margin-l) + 4rem);
}

@media screen and (max-width: 767px) {
  #giftkit_211214 .content-03 {
    max-width: 75rem;
    padding: 9.2rem 6.2rem;
    margin-top: calc(var(--space-margin-l) + 6.2rem);
  }
}