@charset "utf-8";
/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
#mv img {
  width: 100%;
}
.container {
  padding: 0 15px;
  max-width: 730px;
  margin: 0 auto;
}
#main h2 {
  text-align: center;
  margin-bottom: 30px;
}
#giftsample {
  background: #ffd000;
  padding: 50px 0;
}
#giftsample h2,
#giftsample h3 {
  line-height: 1.8em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#giftsample h2 span {
  display: inline-block;
  position: relative;
  padding: 0 2em;
  color: #e1004f;
}
#giftsample h2 span:before,
#giftsample h2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 2px;
  background: #e1004f;
}
#giftsample h2 span:before {
  left: 0;
  transform: rotate(-30deg);
}
#giftsample h2 span:after {
  right: 0;
  transform: rotate(30deg);
}
#giftsample h3 span {
  display: inline-block;
  border-bottom: 2px solid #000;
}
#giftsample h4 {
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
}
#giftsample p {
  text-align: center;
  line-height: 1.8em;
  font-weight: bold;
}
.giftcard_list {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.giftcard_list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.giftcard_list ul li {
  width: 150px;
}
#giftsample .giftcard_list_text p {
  text-align: left;
  font-weight: 400;
  line-height: 1.5em;
  font-size: 90%;
}
.giftcard_contact {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
#giftsample .giftcard_list_text .giftcard_contact {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.gift_sample_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #E1004F;
  color: #E1004F;
  font-weight: bold;
  border-radius: 50px;
}
.item_sample_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
}
#tameru ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#tameru ul li {
  margin-top: 3%;
}
.bg_wrapper {
  background: url(/img/page/pr_enjoypoint/bg.png) no-repeat bottom left / 100%;
  padding: 0 0 60px;
}
.app_download h3 {
  text-align: center;
  margin-bottom: 20px;
}
.app_download h3 img {
  width: 254px;
}
.app_download ul {
  display: flex;
  justify-content: center;
}
.app_download li {
  margin-right: 10px;
}
.app_download li:last-child {
  margin-right: 0;
}
#item_sample {
  background: #E1004F;
  color: #fff;
  padding: 15px 0 50px;
}
#item_sample h2 {
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  font-size: 14px;
}
.item_sample_link,
.gift_sample_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item_sample_link li,
.gift_sample_link li {
  margin: 10px 5px;
}
#faq {
  padding: 50px 0 120px;
  background: url(/img/page/pr_enjoypoint/bg02.jpg) no-repeat center / cover;
}
#faq h2 {
  margin-top: 100px;
}
.faq_list {
  max-width: 386px;
  margin: 0 auto;
}
.faq_list li {
  margin-bottom: 30px;
}
.faq_list li:last-child {
  margin-bottom: 0;
}
@media only screen and ( max-width : 767px ) {
  #about {
    padding: 60px 0;
  }
  #about picture img,
  #tsukau picture img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  #tameru {
    margin-bottom: 100px;
  }
  #tameru ul li {
    width: 48%;
  }
  #tameru ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  #item_sample .slider li img {
    width: 150px;
    height: 150px;
  }
  .item_sample_link li,
  .gift_sample_link li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-top: 4%;
  }
  .item_sample_link li:nth-child(-n+2),
  .gift_sample_link li:nth-child(-n+2) {
    margin-top: 0;
  }
  .item_sample_link li:nth-child(2n),
  .gift_sample_link li:nth-child(2n) {
    margin-right: 0;
  }
  .gift_sample_link li a {
    height: 9vw;
    font-size: 5.6vw;
    border: 1.2vw solid #E1004F;
  }
  .item_sample_link li a {
    height: 9vw;
    font-size: 5.6vw;
    border: 1.2vw solid #fff;
  }
  #tsukau {
    padding-top: 100px;
  }
  #giftsample h2 {
    font-size: 17px;
  }
  #giftsample h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #giftsample h4 {
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #giftsample .giftcard_list_text .giftcard_contact {
    font-size: 13px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .br_sp {
    display: none;
  }
  #about {
    padding: 70px 0;
  }
  #tameru {
    margin-bottom: 140px;
  }
  #tameru ul li {
    width: 31%;
  }
  #tameru ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  #tsukau {
    padding-top: 145px;
  }
  #item_sample .slider li img {
    width: 200px;
    height: 200px;
  }
  #giftsample h2 {
    font-size: 21px;
  }
  #giftsample h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #giftsample ul {
  }
  #giftsample h4 {
    font-size: 16px;
    margin-top: 50px;
  }
  .gift_sample_link li,
  .item_sample_link li a {
    width: 188px;
  }
  .gift_sample_link li a {
    height: 40px;
    font-size: 24px;
  }
  .item_sample_link li a {
    height: 40px;
    font-size: 24px;
  }
  #giftsample .giftcard_list_text .giftcard_contact {
    font-size: 14px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
  transition-delay: .1s;
}
.fadein.fadein__active.delay1 {
  transition-delay: .4s;
}
.fadein.fadein__active.delay2 {
  transition-delay: .8s;
}
.fadein.fadein__active.delay3 {
  transition-delay: 1.2s;
}
.fadein.fadein__active.delay4 {
  transition-delay: 1.6s;
}
@media print, screen and ( min-width : 768px ) {
  .col2_anim_pc .fadein.fadein__active:nth-child(2n) {
    transition-delay: .3s !important;
  }
  .col3_anim_pc .fadein.fadein__active:nth-child(3n+2) {
    transition-delay: .3s !important;
  }
  .col3_anim_pc .fadein.fadein__active:nth-child(3n) {
    transition-delay: .6s !important;
  }
}

.fadein_up {
  opacity: 0;
  transition: .8s;
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: .3s;
  animation-delay: .3s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-duration: 1.2s;
}
@media print, screen and ( min-width : 768px ) {
  .pc_fadein_up {
    opacity: 0;
    transition: .8s;
    animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .pc_fadein_up.pc_fadein_up__active {
    opacity: 1;
    animation-name: fadein_up__active;
    animation-duration: 1.2s;
  }
  .col2_anim_pc .fadein_up.fadein_up__active:nth-child(3n+2) {
    transition-delay: .6s;
    animation-delay: .6s;
  }
  .col3_anim_pc .fadein_up.fadein_up__active:nth-child(3n+2),
  .col3_anim_pc .pc_fadein_up.pc_fadein_up__active:nth-child(3n+2) {
    transition-delay: .6s;
    animation-delay: .6s;
  }
  .col3_anim_pc .fadein_up.fadein_up__active:nth-child(3n),
  .col3_anim_pc .pc_fadein_up.pc_fadein_up__active:nth-child(3n) {
    transition-delay: .9s;
    animation-delay: .9s;
  }
}
@keyframes fadein_up__active {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}
.fadein_up.fadein_up__active.delay1 {
  transition-delay: .2s;
  animation-delay: .2s;
}
.fadein_up.fadein_up__active.delay2 {
  transition-delay: .4s;
  animation-delay: .4s;
}

