@charset "utf-8";

#page-rinto-3buy-1get {
  position: relative;
}

header .announce,
header .announce.slideIn {
  display: none;
}

/* フローティングボタン */
#floatingLink {
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  width: 1040px;
  z-index: 1;
  transition: .3s ease;
}
#floatingLink.active {
  position: fixed;
  bottom: 0;
  left: 50%;
	-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: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  #floatingLink {
    width: 89.2vw;
  }
}

/* アンカーリンク */
.l-anchor {
  position: relative;
}
.anchor {
  position: absolute;
  top: 110px;
  left: 50%;
	-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;
}
.anchor-bra {
  width: 529px;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
.anchor-brashorts {
  width: 531px;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
@media screen and (max-width: 820px) {
  .anchor {
    top: 10.58vw;
  }
  .anchor-bra,
  .anchor-brashorts {
    width: 44vw;
  }
}

/* オファー */
.offer {
	position: relative;
}
.offer .cta {
	position: absolute;
	left: 50%;
	bottom: 214px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 976px;
  cursor: pointer;
}
.offer .cta img {
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0.9)
  }
  50% {
    -webkit-transform: scale(1.0)
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0.9)
  }
  50% {
    transform: scale(1.0)
  }
}
@media screen and (max-width: 820px) {
  .offer .cta  {
    bottom: 8vw;
    width: 90%;
  }
}

/* クローズ */
/* .content::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1040px;
  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;
}
@media screen and (max-width: 820px) {
  /* .content::before {
    width: 90%;
  } */
  .close {
    width: auto;
    font-size:16px;
    line-height: 1.7;
  }
}

.content h2 {
  margin-bottom: 0;
}

.l-note,
.l-faq {
	line-height: 2;
	font-weight: 700;
}
.faq .faq-title,
.note-title {
  margin: 0 auto 50px;
  color: #595757;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.faq .faq-title span,
.note-title span {
  display: inline-block;
  border-bottom: 2px solid #d0a6b7;
  padding: 0 10px 10px 10px;
}

/* ご注意事項 */
.note {
  margin: 0 auto 100px;
}
.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;
}
.note-attention {
  margin: 0.5em auto;
  width: 92.5%;
  color: #ff696a;
}

.last-text {
  margin: 0 auto;
  padding: 10px 5px;
  width: 92.5%;
  height: 200px;
  line-height: 1.5;
  border: 1px solid #242424;
  overflow-y: scroll;
}
.last-text-item + .last-text-item {
  margin-top: 1em;
}
.last-text-title {
  margin-left: 1.5em;
  font-weight: bold;
}
.last-text ul {
  margin-top: 0.5em;
}
.last-text li {
  margin-left: 1.5em;
  list-style-type: disc;
}
.last-text li + li {
  margin-top: 0.5em;
}
.last-text a {
  color: #B9647B;
}
.note-attention {
  margin: 0.5em auto;
  width: 92.5%;
  color: #ff696a;
}
@media screen and (max-width: 820px) {
  .note {
    margin: 0 auto 21.33vw;
  }
  .note .note-title {
    margin: 16vw auto 8vw;
    width: 90%;
  }
  .l-note .item-note {
    margin-left: auto;
  }

  .last-text {
    height: 180px;
  }
}


/* よくあるご質問 */
.faq {
  margin: 100px 0;
}
.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;
}
.faq .faq-title,
.faq + .note-title {
  margin: 0 auto 50px;
}

@media screen and (max-width: 820px) {
  .faq {
    margin: 13.33vw 0;
  }
  .faq .faq-title {
    margin: 0 auto 8vw;
    width: 90%;
  }
  .l-faq dt,
  .l-faq dd {
    margin-left: auto;
  }
  .faq .faq-title,
  .faq + .note-title {
    margin: 0 auto 8vw;
    width: 90%;
  }
}

/* タイマー */
.timer {
  /* position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); */
  padding: 1em 0;
  width: 1040px;
  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;
  }
}

/* カラー */
.l-color {
  position: relative;
}
.swiper-wrap.color {
  position: absolute;
  top: 280px;
  left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
  margin: 0 auto;
  width: 920px;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .swiper-wrap.color {
    top: 26.92vw;
    width: 90%;
  }
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.swiper-container.color .swiper-button-prev {
  left: 20px;
  width: 91px;
  height: 78px;
  background: url("../img/arrow.png") no-repeat center top;
  background-size: 100% auto;
  margin-top: 0;
  top: 50%;
}
.swiper-container.color .swiper-button-next {
  right: 20px;
  width: 91px;
  height: 78px;
  background: url("../img/arrow.png") no-repeat center top;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-top: 0;
  top: 50%;
}
@media screen and (max-width: 820px) {
  .swiper-container.color .swiper-button-prev,
  .swiper-container.color .swiper-button-next {
    width: 6.83vw;
    height: 5.58vw;
  }
  .swiper-container.color .swiper-button-prev {
    left: 2.67vw;
  }
  .swiper-container.color .swiper-button-next {
    right: 2.67vw;
  }
}
.swiper-wrap.color > .swiper-pagination-bullets {
  position: relative;
  bottom: 0;
  margin-top: 65px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 820px) {
  .swiper-wrap.color > .swiper-pagination-bullets {
    margin-top: 5.33vw;
    gap: 0 1.92vw;
  }
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 76px;
  height: 76px;
  opacity: 1;
  border-radius: 0;
  -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  .swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7.31vw;
    height: 7.31vw;
  }
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:first-of-type {
  background: #2c2f32;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(2) {
  background: #b3304a;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(3) {
  background: #006884;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(4) {
  background: #e56c9b;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(5) {
  background: #364668;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(6) {
  background: #f0e3e0;
  border: 2px solid #ffffff;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 2px solid #d0a6b7;
}
.swiper-wrap.color > .swiper-pagination-bullets .swiper-pagination-bullet-active:nth-of-type(6) {
  border: 2px solid #d0a6b7;
}