section,
aside,
article,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
summary,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd {
  box-sizing: border-box; }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-fill-mode: forwards; }

[data-animate="fadeIn"] {
  opacity: 0; }

.font-bree, .item-list .item-box .item-dec .month, .item-list .item-box .item-dec .day {
  font-family: bree, sans-serif;
  font-weight: 600;
  font-style: italic; }

.img-full {
  width: 100%; }

.disp-sp {
  display: none; }

.contents-wrap {
  background-color: #e5b7c5; }

.container-in {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.mv-contents {
  text-align: center;
  width: 100%;
  height: 310px;
  background: url(/assets/images/holidaygift2020/mvbg_pc.png) top center no-repeat, linear-gradient(180deg, #ce7992 0%, #ce7992 87%, #e5b7c5 87%, #e5b7c5 100%);
  position: relative; }
  .mv-contents .mv-logo {
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    opacity: 0; }
    .mv-contents .mv-logo.active {
      animation: fadeInUp 1s ease forwards; }

.sub-ttl {
  margin-top: 25px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-align: center; }

.item-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px; }
  .item-list .item-box {
    width: calc((100% - (2.2% * 3)) / 4);
    margin: 70px 0 0 2.2%; }
    .item-list .item-box:nth-child(4n + 1) {
      margin: 70px 0 0 0; }
    .item-list .item-box .item-dec {
      text-align: center;
      position: relative; }
      .item-list .item-box .item-dec .month {
        position: absolute;
        left: 0;
        right: 0;
        top: 12%;
        margin: auto;
        line-height: 1;
        font-size: 15px; }
      .item-list .item-box .item-dec .day {
        left: 0;
        right: 0;
        top: 15%;
        margin: auto;
        position: absolute;
        line-height: 0.8;
        font-size: 80px; }
      .item-list .item-box .item-dec .item-img {
        position: absolute;
        width: 77%;
        margin-top: 9%;
        left: 0;
        right: 0;
        bottom: 6.2%;
        margin: auto; }
        .item-list .item-box .item-dec .item-img img {
          width: 100%; }
    .item-list .item-box .item-title {
      margin-top: 15px;
      overflow: hidden;
      width: 100%;
      font-weight: bold;
      font-size: 16px;
      letter-spacing: 0.14em;
      line-height: 26px; }
      .item-list .item-box .item-title p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
    .item-list .item-box .date {
      margin-top: 5px;
      font-weight: bold;
      font-size: 13px;
      color: #fff; }

@media screen and (max-width: 1000px) {
  .container-in {
    width: 90%; } }
@media screen and (max-width: 768px) {
  .disp-pc {
    display: none; }

  .disp-sp {
    display: block; }

  .mv-contents {
    text-align: center;
    width: 100%;
    height: 375px;
    background: url(/assets/images/holidaygift2020/mvbg_sp.png) top center no-repeat, linear-gradient(180deg, #ce7992 0%, #ce7992 87%, #e5b7c5 87%, #e5b7c5 100%);
    background-size: cover;
    position: relative; }
    .mv-contents .mv-logo {
      width: 300px;
      top: 23%;
      margin: auto; }

  .sub-ttl {
    margin-top: 25px;
    font-size: 13px;
    line-height: 26px; }

  .item-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto; }
    .item-list .item-box {
      width: calc((100% - 20px) / 2);
      margin: 30px 0 0 20px; }
      .item-list .item-box:nth-child(4n + 1) {
        margin: 30px 0 0 0; }
      .item-list .item-box:nth-child(2n + 1) {
        margin: 30px 0 0 0; }
      .item-list .item-box .item-dec {
        text-align: center;
        position: relative; }
        .item-list .item-box .item-dec .month {
          position: absolute;
          left: 0;
          right: 0;
          top: 13%;
          margin: auto;
          line-height: 1;
          font-size: 11px; }
        .item-list .item-box .item-dec .day {
          left: 0;
          right: 0;
          top: 17%;
          margin: auto;
          position: absolute;
          line-height: 0.8;
          font-size: 50px; }
        .item-list .item-box .item-dec .item-img {
          position: absolute;
          width: 77%;
          margin-top: 9%;
          left: 0;
          right: 0;
          bottom: 6.2%;
          margin: auto; }
      .item-list .item-box .item-title {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px; }
      .item-list .item-box .date {
        margin-top: 5px;
        font-size: 10px;
        color: #fff; } }
