@charset "UTF-8";

/*-----共通-----*/
.wrap {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding: 0 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/*-----head-----*/
#head .logo {
  text-align: center;
}

#head .img {
  position: relative;
  margin-bottom: 45px;
}
#head .head_btn {
  position: absolute;
  top: 1186px;
  right: 18px;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}

/*-----cta-----*/
.cta .cta_box {
  position: relative;
}

.cta .cta_btn {
  position: absolute;
  bottom: 40px;
  left: 43px;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}

.cta .push {
  -webkit-animation: pulse 2.3s ease 0s infinite normal;
  animation: pulse 2.3s ease 0s infinite normal;
}

.cta .returns_box {
  position: relative;
}

.cta .cta_link {
  position: absolute;
  bottom: 40px;
  left: 235px;
}

.cta .AmazonPayButton {
  width: 600px !important;
  height: 100px !important;
  margin: 0 auto;
}

.cta .amazon {
  background: url(../img/index2/cv02_PUSH.png) no-repeat top center;
  padding-top: 55px;
  padding-bottom: 863px;
}

.cta .cashless_box {
  position: relative;
}

.cta .rakuten {
  position: absolute;
  bottom: 457px;
  left: 151px;
}

/*-----sec01-----*/
#sec01 {
  margin-top: 86px;
}

#sec01 .move {
  position: relative;
}

#sec01 .video_icon {
  position: absolute;
  top: 225px;
  right: -10px;
  z-index: 10;
}

/*---上線---*/
#sec01 .video::before {
  content: "";
  display: block;
  width: 640px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 330px;
  left: 50px;
}

/*---下線---*/
#sec01 .video::after {
  content: "";
  display: block;
  width: 648px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 455px;
  left: 60px;
}

/*---左線---*/
#sec01 .video .youtube::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 368px;
  background-color: #333;
  position: absolute;
  top: -415px;
  left: 49px;
}

/*---右線---*/
#sec01 .video .youtube::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 362px;
  background-color: #333;
  position: absolute;
  top: -395px;
  right: 42px;
}

#sec01 .video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#sec01 .youtube iframe {
  position: absolute;
  top: -405px;
  right: 52px;
  width: 85%;
  height: 85%;
}

#sec01 .comment {
  position: absolute;
  top: 744px;
}

/*-----sec02-----*/
/* #sec02 {
	margin-top: 715px;
} */

#sec02 .slider_bg {
  position: relative;
  background: url(../img/index2/ugc_bg.jpg) no-repeat top center;
  background-size: cover;
  height: auto;
  padding-bottom: 70px;
}

#sec02 .slider_bg .txt {
  position: static;
  margin-top: -20px;
}

#sec05 {
  margin-top: 100px;
}

/*-----sec06-----*/

#sec06 h2 {
  position: relative;
}

#sec06 .modal-btn {
  position: absolute;
  top: 0;
  right: 30px;
  animation: 3s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(5px);
  }
}

/*-----sec03-----*/
#sec03 .margin {
  margin-bottom: -1px;
}

/*-----sec07-----*/
#sec07 .accordion {
  position: relative;
  width: 100%;
}

#sec07 .acc_item {
  padding-bottom: 30px;
}

#sec07 .acc_q {
  position: relative;
  cursor: pointer;
}

#sec07 .acc_a {
  display: none;
}

#sec07 .acc_a .a-1_link {
  position: relative;
  margin-top: -150px;
  margin-bottom: 80px;
  left: 10px;
}

#sec07 .acc_q::before {
  background: #6f84ab;
  content: "";
  height: 2px;
  position: absolute;
  right: 75px;
  top: 50%;
  transform: rotate(135deg);
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  width: 15px;
}

#sec07 .acc_q::after {
  background: #6f84ab;
  content: "";
  height: 2px;
  position: absolute;
  right: 75px;
  top: 50%;
  transition: opacity 0.3s ease-in-out;
  width: 15px;
}

/* 縦線(クリック後) */
#sec07 .acc_q.open::before {
  transform: rotate(180deg);
}

/* 横線(クリック後) */
#sec07 .acc_q.open::after {
  opacity: 0;
}

/*-----bner-----*/
.bner img {
  margin-top: 20px;
}

/*-----footer-----*/
#footer {
  background-color: #4f545e;
  padding: 0 60px 30px;
}

#footer .flex {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #a3a4a8;
  padding: 25px 60px;
}

#footer .link li {
  margin: 30px 0 30px 60px;
}

#footer .link a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1;
}

#footer .link a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 320px;
  margin-top: 3px;
}

#footer .copyright {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

/*-----bner-----*/
.bner a {
  display: block;
  margin-bottom: 30px;
}

/*-----期間限定CM-----*/
.special-cm-youtube {
  background: #eee;
  padding-bottom: 50px;
}
#sec01 {
  margin-top: 50px; /*CMいれるなら不要のため*/
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 750px;
  z-index: 998;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 69px;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 670px;
  padding: 20px;
  background: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 999;
}
.modal-content ul li {
  margin: 25px 0;
}
.modal .js-modal-close {
  position: absolute;
  right: 0;
  top: -69px;
  cursor: pointer;
}
.modal .text {
  color: #011a2d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.modal-content iframe {
  width: 100%;
}

/* #fixed_cv */
#fixed_cv {
  display: none;
  /*opacity: 0;*/
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 100;
}
#fixed_cv.isActive {
  display: block;
  /*opacity: 1;*/
  transition: all 0.2s ease-in;
}
.add {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(31, 46, 75);
  background: linear-gradient(90deg, rgba(31, 46, 75, 1) 0%, rgba(71, 84, 118, 1) 50%, rgba(31, 46, 75, 1) 100%);
  padding: 20px 0;
}
.md02_video_wrap {
  position: relative;
}
.md02_video_wrap .md02_video {
  width: 670px;
  height: 336px;
  position: absolute;
  top: 535px;
  left: 50%;
  transform: translateX(-50%);
}

/*-----レスポンシブ-----*/
@media screen and (max-width: 767px) {
}
