@charset "utf-8";

#page-summersale2023_lp {
  position: relative;
}

.l-anchor {
  position: relative;
}
.anchor {
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 924px;
}
.offer {
  position: relative;
}
.offer .cta  {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 780px;
  cursor: pointer;
}

.l-note,
.l-faq {
  line-height: 2;
  font-weight: 700;
}

/* ご注意事項 */
.note {
  margin: 0 auto 100px;
}
.note .note-title {
  margin: 205px auto 50px;
  width: 680px;
}
.l-note .item-note {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 0 0 .5em 1em;
  border-bottom: 1px solid #ddd;
}
.l-note .item-note::before {
  content: "・";
}
.l-note .item-note a {
  text-decoration: underline;
}

/* よくあるご質問 */
.faq .faq-title {
  margin: 0 auto 50px;
  width: 468px;
}
.l-faq dt,
.l-faq dd {
  text-indent: -2em;
  margin-left: 2em;
  padding-left: 2em;
}
.l-faq dd {
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
.l-faq dt::before {
  content: "Q";
  margin-right: 0.25em;
  font-size: 3rem;
  font-weight: bold;
  color: #c693cf;
}
.l-faq dd::before {
  content: "A";
  margin-right: 0.25em;
  font-size: 3rem;
  font-weight: bold;
  color: #ff2469;
}


header .announce.slideIn {
  display: none;
}

/* クローズ */
.content::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1030px;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: block;
  z-index: 1;
}
.close {
  position: sticky;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 0;
  line-height: 1.5;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
}
.close a {
  color: #ffffff;
}

.content h2 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .offer .cta  {
    bottom: 3vw;
    width: 80%;
  }
  .anchor {
    top: 8vw;
    width: 84vw;
  }
  .anchor a {
    width: 26vw;
  }
  /* ご注意事項 */
  .note {
    margin: 0 auto 21.33vw;
  }
  .note .note-title {
    margin: 16vw auto 8vw;
    width: 90%;
  }
  .l-note .item-note {
    margin-left: auto;
  }
  
  /* よくあるご質問 */
  .faq .faq-title {
    margin: 0 auto 8vw;
    width: 90%;
  }
  .l-faq dt,
  .l-faq dd {
    margin-left: auto;
  }

  /* クローズ */
  /* .content::before {
    width: 90%;
  } */
  .close {
    width: auto;
    font-size:16px;
    line-height: 1.7;
  }
}


/* 注意事項 */
.l-attention {
  position: relative;
  margin: 115px auto 0;
  padding: 20px 0;
  width: 900px;
  background-color: #ff81ab;
  background-image: -o-repeating-linear-gradient(135deg,#fff, #fff 7px,transparent 0, transparent 14px);
  background-image: repeating-linear-gradient(-45deg,#fff, #fff 7px,transparent 0, transparent 14px);
}
.title-attention {
  position: absolute;
  top: -30px;
  left: 40px;
  margin: 0 auto;
  padding: 16px 55px 10px;
  text-align: center;
  font-size: 44px;
  color: #ffffff;
  background: #ff6296;
}
.title-attention span {
  letter-spacing: 0;
  font-size: 54px;
}
.attention-list {
  margin: 0 auto;
  padding: 100px 60px;
  width: 860px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.attention-item {
  margin-left: 1em;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0;
  text-indent: -1em;
}
.attention-item::before {
  content: "■";
}
.attention-item + .attention-item {
  margin-top: 1em;
}
.attention-item a {
  color: #ff6296;
}
@media screen and (max-width: 768px) {
  .l-attention {
    margin: 11.96vw auto 0;
    padding: 2.39vw;
    width: auto;
    background-image: -o-repeating-linear-gradient(135deg,#fff, #fff 0.8vw,transparent 0, transparent 1.6vw);
    background-image: repeating-linear-gradient(-45deg,#fff, #fff 0.8vw,transparent 0, transparent 1.6vw);
  }
  .title-attention {
    top: -3vw;
    left: 3.8vw;
    padding: 1.6vw 5.5vw 1vw;
    font-size: 4.4vw;
  }
  .title-attention span {
    font-size: 5.4vw;
  }
  .attention-list {
    padding: 10vw 6vw;
    width: auto;
  }
  .attention-item {
    font-size: 3vw;
  }
}

/* タイマー */
.timer {
  /* position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); */
  padding: 1em 0;
  width: 1030px;
  font-size: 1.8rem;
  background: #ef2845;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  z-index: 1;
}
#CDT {
  margin-top: 14px;
  font-size: 4.8rem;
}
@media screen and ( max-width: 820px ) {
  .timer {
    font-size: 4.27vw;
    width: 100%;
  }
  #CDT {
    margin-top: 2.67vw;
    font-size: 7.47vw;
  }
}

/* フローティングボタン */
#floatingLink {
  display: none;
  width: 1030px;
  z-index: 1;
  transition: .3s ease;
}
#floatingLink.active {
  position: fixed;
  bottom: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  z-index: 2;
}
#floatingLink .anchor {
  top: auto;
}
@media screen and ( max-width: 820px ) {
  #floatingLink {
    width: 89.2vw;
  }
  #floatingLink.active {
    bottom: 0;
  }
}