/* CSS Document */

#christmas-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#christmas-wrap {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px;
  color: #333;
}

#christmas-wrap a {
  color: #333;
  text-decoration: none;
}

#christmas-wrap a:hover {
  opacity: 0.7;
}

#christmas-wrap img {
  display: block;
}

.spnone {
  display: none !important;
}

#christmas-wrap .fr-kv {
  position: relative;
}

#christmas-wrap .fr-kv .fr-ttl {
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 1;
}

#christmas-wrap .fr-kv .fr-ttl .fr-sub-ttl {
  text-align: center;
  margin-bottom: 30px;
  color: #793434;
  font-size: 24px;
  border-top: none;
}

#christmas-wrap .fr-kv picture img {
  margin: 0 auto;
}

#christmas-wrap .fr-kv .fr-kv-list {
  column-count: 3;
  column-gap: 1rem;
  margin-top: -20px;
}

#christmas-wrap .fr-kv .fr-kv-list li {
  display: block;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid;
}

#christmas-wrap .fr-kv .fr-kv-list li img {
  width: 320px;
}

#christmas-wrap .fr-kv .fr-sub-txt {
  /* font-family: "Noto Serif JP", serif !important; */
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  padding: 30px 0;
  color: #5a0000;
}
#christmas-wrap .fr-kv .txt-line{
  display: block;
  padding: 0 20px 30px;
}

#christmas-wrap .fr-it,
#christmas-wrap .fr-rank {
  padding: 40px 70px 60px;
  margin-bottom: 40px;
}

#christmas-wrap .bg-slant {
  position: relative;
  background-color: #fff8f5;
}
#christmas-wrap .txt-decorate{
  position: relative;
  z-index: 99;
  margin: 0 20px;
}
#christmas-wrap .txt-decorate .txt-left,
#christmas-wrap .txt-decorate .txt-right{
  position: absolute;
  top: 5px;
}
#christmas-wrap .txt-decorate .txt-right{
  right: 0;
}

/* #christmas-wrap .bg-slant::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
  z-index: 1;
} */

/* #christmas-wrap .bg-b::before {
  background-color: #e8eff2 !important;
}*/

/* #christmas-wrap .bg-rank::before {
  background-color: #fffbf4 !important;
}  */

#christmas-wrap .fr-u-ttl,
#christmas-wrap .fr-r-list,
#christmas-wrap .fr-i-txt,
#christmas-wrap .fr-i-list,
#christmas-wrap .btn_oth {
  z-index: 2;
  position: relative;
}

#christmas-wrap .fr-u-ttl {
  text-align: center;
  color: #5a0000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  border-top: none;
}

#christmas-wrap .fr-u-ttl span {
  color: #e36b7f;
  font-size: 12px;
  display: block;
  letter-spacing: 0em;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif !important;
}

#christmas-wrap .fr-it .fr-i-txt {
  color: #5a0000;
  text-align: center;
  line-height: 1.7em;
  margin-bottom: 40px;
}

#christmas-wrap .fr-it .fr-i-list {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#christmas-wrap .fr-rank .fr-r-list {
  max-width: 860px;
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#christmas-wrap .fr-it .fr-i-list li {
  max-width: 400px;
  width: 48%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
#christmas-wrap .fr-it li .item-btn{
  background-color: #e26a7e;
  color: #fff;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px #d5d5d5;
  display: block;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#christmas-wrap .fr-it .fr-i-list li img,
#christmas-wrap .fr-rank .fr-r-list li img,
.fr-brand .fr-i-list li img {
  width: 100%;
}

#christmas-wrap .fr-it .fr-i-list li p {
  margin: 20px auto 0;
  text-align: center;
  font-size: 14px;
}

#christmas-wrap .fr-it .fr-i-list li a{
  width: 100%;
}
#christmas-wrap .fr-it .fr-i-list li a p:hover {
  text-decoration: underline;
}

#christmas-wrap .fr-it .fr-i-list li p b {
  display: block;
  margin-top: 10px;
}

#christmas-wrap .fr-it .btn_oth {
  max-width: 860px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #facad1;
  border: 1px solid #f7dde1;
  display: block;
  color: #5a0000;
  font-size: 20px;
}

#christmas-wrap .fr-it .btn_oth:hover {
  box-shadow: none;
  border: 1px solid #facad1;
}

#christmas-wrap .fr-rank .fr-r-list li {
  width: calc((760px - 60px) / 3);
  margin-bottom: 40px;
}

#christmas-wrap .fr-rank .fr-r-list span {
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif !important;
}

#christmas-wrap .fr-rank .fr-r-list .i-rank {
  width: 25px;
  display: inline;
  margin-right: 5px;
  font-weight: ;
}

#christmas-wrap .fr-brand {
  padding: 60px 0 80px;
}

#christmas-wrap .fr-brand .fr-i-list {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 20px;
}

#christmas-wrap .fr-brand .fr-i-list::-webkit-scrollbar {
  height: 7px; /* スクロールバーの高さ */
}

#christmas-wrap .fr-brand .fr-i-list::-webkit-scrollbar-thumb {
  background: #d5d5d5; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}

#christmas-wrap .fr-brand .fr-i-list::-webkit-scrollbar-track {
  background: #ffffff; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}

#christmas-wrap .fr-brand .fr-i-list li {
  width: 200px;
  margin-right: 30px;
  flex-shrink: 0;
}

#christmas-wrap .fr-brand p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
#christmas-wrap .fr-brand p b {
  display: block;
  font-size: 14px;
}

#christmas-wrap .fr-brand .b-tex {
  color: #777777;
}

#christmas-wrap .fr-brand a p:hover {
  text-decoration: underline;
}

#christmas-wrap .fr-gift {
  margin-bottom: 80px;
}

#christmas-wrap .fr-gift img {
  width: 100%;
}

/*KVフェードイン*/
#christmas-wrap .fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#christmas-wrap .fr-kv-list li:nth-child(1) {
  animation-delay: 0.3s;
}

#christmas-wrap .fr-kv-list li:nth-child(2) {
  animation-delay: 0.6s;
}

#christmas-wrap .fr-kv-list li:nth-child(3) {
  animation-delay: 0.8s;
}

#christmas-wrap .fr-kv-list li:nth-child(4) {
  animation-delay: 1s;
}

#christmas-wrap .fr-kv-list li:nth-child(5) {
  animation-delay: 1.2s;
}

#christmas-wrap .fr-kv-list li:nth-child(6) {
  animation-delay: 1.4s;
}

#christmas-wrap .fr-kv-list li:nth-child(7) {
  animation-delay: 1.6s;
}

#christmas-wrap .fr-kv-list li:nth-child(8) {
  animation-delay: 1.8s;
}

/* タブレット・スマホ */
@media screen and (max-width: 820px) {
  .pcnone {
    display: none !important;
  }

  .spnone {
    display: block !important;
  }

  #christmas-wrap .fr-kv .fr-kv-list {
    column-count: 2;
    column-gap: 1rem;
    margin-top: -35px;
  }

  #christmas-wrap .fr-kv .fr-kv-list li img {
    width: 100%;
  }

  #christmas-wrap .fr-kv .fr-ttl {
    margin-top: 20px;
  }

  #christmas-wrap .fr-kv picture img {
    width: 80%;
  }

  #christmas-wrap .fr-it,
  #christmas-wrap .fr-rank {
    padding: 8% 4% 12%;
  }

  #christmas-wrap .fr-it .fr-i-list li {
    margin-bottom: 40px;
  }

  #christmas-wrap .fr-rank .fr-r-list li {
    width: 48%;
  }

  #christmas-wrap .fr-brand .fr-i-list {
    width: 92%;
    margin: 0 auto;
  }

  #christmas-wrap .fr-gift img {
    width: 100%;
  }
  #christmas-wrap .txt-decorate{
    margin: 0 4%;
  }
  #christmas-wrap .txt-decorate img{
    width: 15%;
  }
  #christmas-wrap .txt-decorate .txt-left{
    width: 10%;
  }
  #christmas-wrap .txt-decorate .gift-left{
    width: 15%;
  }
  /* #christmas-wrap .txt-decorate .txt-right{
    width: 20%;
  } */
  #christmas-wrap .fr-it .fr-i-list li p {
    margin: 10px auto 0;

  }
}

@media screen and (max-width: 480px) {
  #christmas-wrap {
    font-size: 3.125vw;
  }

  #christmas-wrap .fr-kv .fr-ttl .fr-sub-ttl {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5em;
  }

  #christmas-wrap .fr-kv .fr-sub-txt {
    font-size: 14px;
    padding: 30px 0 60px;
  }

  #christmas-wrap .fr-it .btn_oth {
    font-size: 16px;
  }

  #christmas-wrap .fr-it .fr-i-list li p {
    font-size: 12px;
  }

  #christmas-wrap .fr-it .fr-i-list li p b {
    font-size: 14px;
  }
  
}
