@charset "UTF-8";

/* 背景共通css */
#kikan, #coupon, #started, #finished,
.search-result, #features {
  background-size: auto;
  background-repeat: repeat;
  background-position: center;
}

/*下記背景*/
#categori, #recommen {
  background-image: url(img/bg_contents.png);
  /*  background: #dbf1ff;*/
}

/*開催期間背景*/
#kikan {
  background: #6e0a12;
}

/* ====== 期間背景 ====== */
#started, #finished, #coupon {
  background-image: url(img/BACK_yellow.jpg);
}

/*クーポン・カテゴリ背景*/
#categori {
  background-image: url(img/BACK_gold.jpg);
}

/* ====== おすすめ特集 ====== */
#features {
  background-image: url(img/bg_dot.jpg);
}


/* 追加css */
.kikan_text {
  font-size: 21px;
  color: #fff;
  padding: 20px 5px;
  font-weight: bold;
}
@media (max-width:767px){
  .kikan_text {
    font-size: 17px;
    line-height: 1.5 !important;
  }

}

/* クーポン */
.coupon_ttl>img {
  max-width: 100%;
  margin: auto;
  padding: 10px 0;
}
.w1200area {
  max-width: 1200px;
  margin: 20px auto;
}
.coupon_text {
  font-size: 15px;
  color: #000;
}
.coupon_end_text {
  font-size: 20px;
  color: #000;
}
.coupon_end_text p {
  font-weight:bold;
}

.coupon_text span {
  font-weight:bold;
}
.coupon_schedule {
  max-width: 1000px;
  padding: 15px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px #001d75 solid;
}
.coupon_schedule li {
  font-size: 15px;
  font-weight: bold;
}
.coupon_schedule li.campEnd {
  text-decoration: line-through;
  color: #dfdfdf;
}

.attention {
  max-width: 1000px;
  padding: 15px;
  margin: 30px auto;
  background-color: #ffffff;
  border-radius: 10px;
  border: 3px #e60012 solid;
}
.attention p {
  font-size: 15px;
  color:#e60012;
}
.attention p span {
  font-weight: bold;
}



.couponarea img {
  transition: .3s;
}
.couponarea img:hover {
  opacity: 0.5;
}

.img-fluid {
  width: 100%;
  text-align: center;
}

.first_arrival {
  color: #fff;
  background-color: #604c24;
  padding: 5px;
  margin: 10px 0;
  font-size: 25px;
  font-weight: bold;
}

.coupon_copy {
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#FF1AA1;
  text-align:center;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  border-radius:35px;
  -webkit-border-radius:35px;
  -moz-border-radius:35px;
  transition: all 0.5s ease;
}
.coupon_copy:hover{
  background:#ffe000;
  color:#FF1AA1;
}
.coupon-code {
  color:#FF1AA1;
  background-color: #fff !important;
  font-size:30px;
  border:0;
  text-align: center;
  font-weight: bold;
  height: 60px;
  width: 100%;
}
.coupon_s li {
  width: 30%;
}
.coupon_l li {
  width: 45%;
}
a.howtousecoupon {
  font-size: 110%;
  cursor: pointer;
  display: block;
  max-width: 300px;
  border: 2px solid #ff1aa1;
  box-shadow: 0 3px 0 #ff1aa1;
  font-weight: bold;
  line-height: 1.6;
  padding: 6px;
  margin: 1.5rem auto .5rem;
  text-align: center;
  text-decoration: none;
  color: #ff1aa1 !important;
  background-color: #fff;
  position: relative;
  border-radius:10px;
  transition: .2s;
}
a.howtousecoupon:hover {
  box-shadow: none;
  transform: translateY(3px);
}
a.othercoupon {
  font-size: 110%;
  cursor: pointer;
  display: block;
  width:90%;
  max-width: 500px;
  border: 2px solid #ff1aa1;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  margin: 1.5rem auto .5rem;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
  background-color: #ff1aa1;
  position: relative;
  transition:.3s ease-in-out;
}
a.othercoupon:hover {
  border-radius:40px;
  color: #ff1aa1 !important;
  background-color: #ffffff;
}
a.othercoupon > span {
  position: relative;
}
a.othercoupon > span::after {
  content: " >";
  margin-left: 1rem;
}
a.various_contact {
  transition:.3s ease-in-out;
}

@media (max-width:767px){
  .coupon-code {
    height: 36px;
  }
  .coupon_copy {
    font-size: 13px;
  }
  .coupon_text {
    font-size: 13px;
    padding: 0 10px;
  }
  .coupon_end_text {
    font-size: 16px;
    padding: 0 10px;
  }
  .first_arrival {
    margin: 15px 0 5px;
    font-size: 17px;
  }
  .w1200area {
    margin: 10px auto;
  }
  .coupon_s li {
    width: 47%;
  }
  .coupon_l li {
    width: 100%;
  }
}


/* カテゴリ */
.w1000area {
  max-width: 1000px;
  margin: 20px auto;
}

.categori_wrap {
  background-color: #fff;
  padding: 10px;
  border-radius:10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.categori_wrap .boxes {
  flex: 0 0 50px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.categori_wrap .boxes a {
  color: #464646;
  display: block;
}
.categori_wrap .thumb {
  flex-direction: column;
  font-size: 13px;
  margin: 10px;
}
.categori_wrap .fl_ai {
  display: flex;
  align-items: center;
}
.thumb {
  margin: 20px 0 0;
}

@media (max-width:767px){
  .categori_wrap .boxes .thumb img {
    width: 58px;
}
.categori_wrap .thumb {
  font-size: 10px;
  margin: 0;
}
.categori_wrap,.ichioshi_wrap {
  padding: 5px;
  margin: 0 10px;
}
.categori_wrap .thumb img {
  margin: 5px;
}
.w1000area {
  margin: 10px auto;
}
}

/* おすすめアイテム */
.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.sepalate__list {
  display: flex;
  justify-content: space-around;
}

.sepalate__list__inner {
  width: 24%;
  padding: 10px 20px;
  margin: 5px 0;
  background-color: #fff;
  border-radius: 10px;
}
.sepalate__list .price,
.sepalate__list .inviewprice,
.pm__normal_max_points {
  margin-top: 0;
  text-align: right;
}
.recombox.sepalate__list {
  flex-wrap: wrap;
}

.recombox .sepalate__list__inner {
  margin-bottom: 20px;
}

.recombox .sepalate__list__inner {
  width: 100%;
}

.sub_heading {
  color: #333;
  line-height: 1.6 !important;
  margin-top: 1.5rem;
  text-align: left;
}
.pm__normal_max_points {
  font-size: 14px;
  color: #ff9600;
  margin-bottom: 3px;
  line-height: 1.2;
  font-weight: bold;
}
.price,
.inviewprice {
  margin-top: 25px;
  padding: 0 .5rem;
}
.price span,
.inviewprice span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #fc0033;
  font-weight: bold;
  font-size: 2rem;
  padding-left: .5rem;
  letter-spacing: -.05rem;
}

@media (max-width: 770px) {
  .sepalate__list {
    flex-wrap: wrap;
  }

  .sepalate__list__inner {
    margin-top: 10px;
    width: 49%;
    padding: 10px 10px;
  }

  .sepalate__list__inner+.sepalate__list__inner {
    margin-left: 0;
  }

  .sepalate__list__inner:nth-child(even) {
    margin-left: 1%;
  }
  .recombox .sepalate__list__inner {
    margin-left: 15px;
  }

  .recombox .sepalate__list__inner:nth-child(4∂n+1) {
    margin-left: 0;
  }
  .section {
    margin: 0 5px;
  }
}

/* よくある質問 */
.QandA {
  background-color: #fff;
  padding: 10px;
  border-radius:10px;
  justify-content: center;
  max-width: 1000px;
  margin: 20px auto;
}
.QandA h3 {
  color: #fff;
  background-color: #001d75;
  padding: 10px;
  border-radius:5px;
  justify-content: center;
  max-width: 1000px;
  font-weight: bold;
}
.gwrapArea {
  max-width:1000px;
  margin: 0 auto;
  background-color:#ffffff;
}
.faqmain {
  padding: 30px 10px 5px !important;
  margin-left: 0 !important;
}
.various {
  padding: 3rem 1rem !important;
}
@media (max-width: 770px) {
  .QandA {
    padding: 8px;
    margin: 0 10px;
  }
  .gwrap section {
    padding: 0 0.3rem !important;
  }
  .faqmain {
    padding: 15px 0 5px !important;
  }
}
@media (max-width: 981px) {
  .faqmain {
    margin-left: 0 !important;
  }
}

/* 期間外 */
.outside_coupon {
  position: relative;
  background-color: #000;
  border-radius: 13px;
}
.outside_coupon p {
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 2em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  width: 80%;
}
.outside_coupon img {
  width: 100%;
  opacity: 0.3;
}
.outside_img-fluid {
  text-align: center;
}
.outside_text {
  padding: 15px 0 0;
}
@media (max-width: 770px) {
  .outside_coupon p {
    font-size: 1.3em;
  }
  .outside_text {
    padding: 15px 10px 0;
  }
}

/* 今月のイチオシ商品 */
.ichioshi_wrap {
  background-color: #fff;
  padding: 30px 10px;
  border-radius:10px;
}
.ichioshi_wrap > div{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.ichioshi_wrap img{
  margin: 0 auto;
}
.ichioshi_wrap .outside_text{
  color: #000;
}
.ichioshi_wrap .outside_text span{
  color: #ff1aa1;
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgb(255, 255, 153) 50%);
}
.ichioshi_bnr{
  display: flex;
}
.ichioshi_bnr a{
  width: 50%;
  margin: 0 15px;
  display: inline-block;
}
.ichioshi_wrap .othercoupon{
  margin-top: 30px;
}
@media (max-width: 770px) {
  .ichioshi_bnr{
    display: block;
  }
  .ichioshi_bnr a{
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .ichioshi_bnr a:first-child{
    margin-bottom: 15px;
  }
  .ichioshi_wrap .othercoupon{
    margin-top: 15px;
  }
  .ichioshi_wrap>img{
    width: 120px;
  }
}


/*=============================
 animation
=============================*/
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all .8s;
}

.fadein.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.section .fadein:nth-child(2),
.section-harf .fadein:nth-child(2),
.sepalate__list .fadein:nth-child(2) {
  transition-delay: .1s;
}

.section .fadein:nth-child(3),
.section-harf .fadein:nth-child(3),
.sepalate__list .fadein:nth-child(3) {
  transition-delay: .14s;
}

.section .fadein:nth-child(4),
.section-harf .fadein:nth-child(4),
.sepalate__list .fadein:nth-child(4) {
  transition-delay: .18s;
}

/*PCで無効*/
.pc_hid{
  display: none;
}

/*スマートフォンで有効*/
@media screen and (max-width:768px) {
  .pc_hid{
      display: block;
  }
}
