@charset "utf-8";

#page-breath-3buy-1get {
  position: relative;
}

.l-note,
.l-faq {
	line-height: 2;
	font-weight: 700;
}

header .announce,
header .announce.slideIn {
  display: none;
}

/* フローティングボタン */
#floatingLink {
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  width: 1030px;
  z-index: 1;
  transition: .3s ease;
}
#floatingLink.active {
  position: fixed;
  bottom: 0;
	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;
}

/* アンカーリンク */
.anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin: 80px 0;
}

/* オファー */
.offer {
	position: relative;
}
.offer .cta  {
	position: absolute;
	left: 50%;
	bottom: 120px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 1002px;
  cursor: pointer;
}
#bra {
	margin-bottom: 160px;
}

/* クローズ */
/* .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%;
  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;
}

/* ご注意事項 */
.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;
}

@media screen and (max-width: 768px) {
  /* フローティングボタン */
  #floatingLink {
    width: 89.2vw;
  }
  
  /* アンカーリンク */
  .anchor {
    margin: 8vw 0;
  }
  .offer .cta  {
    bottom: 8vw;
    width: 90%;
  }
  #bra {
    margin-bottom: 16vw;
  }
  /* ご注意事項 */
  .note {
    margin: 0 auto 21.33vw;
  }
  .note .note-title {
  margin: 16vw auto 8vw;
  width: 90%;
  }
  .l-note .item-note {
    margin-left: auto;
  }

	/* ご注意事項 */
	.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;
  }
}

/* タイマー */
.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;
  }
}