@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%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/*-----head-----*/
#head .logo {
  text-align: center;
}

#head .img {
  position: relative;
  /* margin-top: -45px; */
}

#head .head_btn {
  position: absolute;
  top: 1050px;
  right: 0px;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  #head .head_btn {
    top: 140vw;
    right: 2vw;
  }
  #head .head_btn img {
    width: 30vw;
  }
}

div.slider01 .vsm-slider01 {
  margin-top: -370px !important;
}

/*-----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));
}
@media screen and (max-width: 768px) {
  .cta .cta_btn {
    bottom: 5.33vw;
    left: 5.73vw;
  }
  .cta .cta_btn img {
    width: 86.67vw;
  }
}
.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;
}
@media screen and (max-width: 768px) {
  .cta .cta_link {
    bottom: 5.33vw;
    left: 31.33vw;
  }
  .cta .cta_link img {
    width: 36.93vw;
  }
}
.cta .AmazonPayButton {
  width: 600px !important;
  height: 100px !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cta .AmazonPayButton {
    width: 80vw !important;
    height: 13.3vw !important;
  }
}
.cta .amazon {
  background: url(../img/index2/cv02_PUSH.png) no-repeat top center;
  padding-top: 55px;
  padding-bottom: 530px;
}
@media screen and (max-width: 768px) {
  .cta .amazon {
    padding-top: 7vw;
    padding-bottom: 70.66vw;
  }
}
.cta .cashless_box {
  position: relative;
}

.cta .rakuten {
  position: absolute;
  bottom: 375px;
  left: 75px;
}
@media screen and (max-width: 768px) {
  .cta .rakuten {
    bottom: 50vw;
    left: 1vw;
  }
  .cta .rakuten img {
    width: 20.8vw;
  }
}
.cta_new {
  position: relative;
}

.cta_new_btn {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 230px;
}
@media screen and (max-width: 768px) {
  .cta_new_btn {
    bottom: 29.6vw;
  }
  .cta_new_btn img {
    width: 83.46vw;
  }
}
.cta_new_link {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 184px;
}
@media screen and (max-width: 768px) {
  .cta_new_link {
    bottom: 24.3vw;
  }
  .cta_new_link img {
    width: 36.93vw;
  }
}
/*-----sec01-----*/
#sec01 {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  #sec01 {
    margin-top: 11.46vw;
  }
}
#sec01 .move {
  position: relative;
}

#sec01 .video_icon {
  position: absolute;
  top: 225px;
  right: -10px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #sec01 .video_icon {
    top: 30vw;
    right: -1.3vw;
  }
  #sec01 .video_icon img {
    width: 23.3vw;
  }
}
/*---上線---*/
#sec01 .video::before {
  content: "";
  display: block;
  width: 640px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 330px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  #sec01 .video::before {
    width: 85.3vw;
    top: 44vw;
    left: 6.6vw;
  }
}
/*---下線---*/
#sec01 .video::after {
  content: "";
  display: block;
  width: 648px;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 455px;
  left: 60px;
}
@media screen and (max-width: 768px) {
  #sec01 .video::after {
    width: 86.4vw;
    bottom: 60.6vw;
    left: 8vw;
  }
}
/*---左線---*/
#sec01 .video .youtube::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 368px;
  background-color: #333;
  position: absolute;
  top: -415px;
  left: 49px;
}
@media screen and (max-width: 768px) {
  #sec01 .video .youtube::before {
    height: 49vw;
    top: -55.3vw;
    left: 6.53vw;
  }
}
/*---右線---*/
#sec01 .video .youtube::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 362px;
  background-color: #333;
  position: absolute;
  top: -395px;
  right: 42px;
}
@media screen and (max-width: 768px) {
  #sec01 .video .youtube::after {
    height: 48.26vw;
    top: -52.6vw;
    right: 5.6vw;
  }
}
#sec01 .video .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#sec01 .youtube iframe {
  position: absolute;
  top: -405px;
  right: 52px;
  width: 85%;
  height: 85%;
}
@media screen and (max-width: 768px) {
  #sec01 .youtube iframe {
    top: -54vw;
    right: 6.93vw;
  }
}
#sec01 .comment {
  position: absolute;
  top: 744px;
}
@media screen and (max-width: 768px) {
  #sec01 .comment {
    top: 99.2vw;
  }
}
/*-----sec02-----*/
#sec02 {
  margin-top: 715px;
}
@media screen and (max-width: 768px) {
  #sec02 {
    margin-top: 95.3vw;
  }
}
#sec02 .slider_bg {
  position: relative;
  background: url(../img/index2/ugc_bg.jpg) no-repeat top center;
  background-size: cover;
  height: auto;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #sec02 .slider_bg {
    padding-bottom: 9.3vw;
  }
}
#sec02 .slider_bg .txt {
  position: static;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  #sec02 .slider_bg .txt {
    margin-top: -2.66vw;
  }
}
/* #sec05 {
	margin-top: 100px;
} */

/*-----sec06-----*/
#sec06 {
  /* margin-bottom: -77px; */
}

#sec06 h2 {
  position: relative;
}

#sec06 .modal-btn {
  position: absolute;
  top: 0;
  right: 30px;
  animation: 3s fuwafuwa infinite;
}
@media screen and (max-width: 768px) {
  #sec06 .modal-btn {
    right: 4vw;
  }
  #sec06 .modal-btn img {
    width: 23vw;
  }
}
@keyframes fuwafuwa {
  0%,
  100% {
    transform: translateY(15px);
  }
  50% {
    transform: translateY(5px);
  }
}

/*-----sec03-----*/
#sec03 .margin {
  margin-bottom: -1px;
}

/*-----sec07-----*/
#sec07 .accordion {
  position: relative;
  width: 100%;
  max-width: 89.4%;
  margin: 0 auto;
}

#sec07 .acc_item {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #sec07 .acc_item {
    padding-bottom: 4vw;
  }
}
#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;
}
@media screen and (max-width: 768px) {
  #sec07 .acc_a .a-1_link {
    margin-top: -20vw;
    margin-bottom: 10vw;
    left: 1vw;
  }
}
#sec07 .acc_a .a-1_link img {
  max-width: 532px;
}
@media screen and (max-width: 768px) {
  #sec07 .acc_a .a-1_link img {
    max-width: 70.93vw;
  }
}
#sec07 .acc_q::before {
  background: #6f84ab;
  content: "";
  height: 2px;
  position: absolute;
  right: 5.2%;
  top: 50%;
  transform: rotate(135deg);
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  width: 15px;
}
@media screen and (max-width: 768px) {
  #sec07 .acc_q::before {
    height: 0.2vw;
    width: 2vw;
  }
}
#sec07 .acc_q::after {
  background: #6f84ab;
  content: "";
  height: 2px;
  position: absolute;
  right: 5.2%;
  top: 50%;
  transition: opacity 0.3s ease-in-out;
  width: 15px;
}
@media screen and (max-width: 768px) {
  #sec07 .acc_q::after {
    height: 0.2vw;
    width: 2vw;
  }
}
/* 縦線(クリック後) */
#sec07 .acc_q.open::before {
  transform: rotate(180deg);
}

/* 横線(クリック後) */
#sec07 .acc_q.open::after {
  opacity: 0;
}

/*-----bner-----*/
.bner img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .bner img {
    margin-top: 2.6vw;
  }
}
.bner .is-sp {
  max-width: 94.6%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-----footer-----*/
#footer {
  background-color: #4f545e;
  padding: 0 60px 30px;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 8vw 4vw;
  }
}
#footer .flex {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #a3a4a8;
  padding: 25px 60px;
}
@media screen and (max-width: 768px) {
  #footer .flex {
    padding: 3.3vw 8vw;
  }
}
#footer .flex img {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  #footer .flex img {
    max-width: 21.3vw;
  }
}
#footer .link li {
  margin: 30px 0 30px 60px;
}
@media screen and (max-width: 768px) {
  #footer .link li {
    margin: 4vw 0 4vw 8vw;
  }
}
#footer .link a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #footer .link a {
    font-size: 2.67vw;
  }
}
#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;
}
@media screen and (max-width: 768px) {
  #footer .link a::before {
    left: 42.6vw;
    border-width: 0.8vw 0 0.8vw 1.06vw;
    margin-top: 0.4vw;
  }
}
#footer .copyright {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 2.13vw;
    margin-top: 4vw;
  }
}
/* #fixed_cv */
#fixed_cv {
  display: none;
  /*opacity: 0;*/
  position: fixed;
  bottom: 20px;
  height: auto;
  z-index: 997;
}
@media screen and (max-width: 768px) {
  #fixed_cv {
    bottom: 2.6vw;
  }
}
#fixed_cv.isActive {
  display: block;
  /*opacity: 1;*/
  transition: all 0.2s ease-in;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 750px;
  z-index: 998;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding-bottom: 69px;
}
@media screen and (max-width: 768px) {
  .modal-bg {
    padding-bottom: 9.2vw;
  }
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 670px;
  padding: 20px;
  background: white;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 89.3vw;
    padding: 2.6vw;
    aspect-ratio: 4 / 3;
  }
}
.modal-content ul li {
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .modal-content ul li {
    margin: 3.3vw 0;
  }
}
.modal .js-modal-close {
  position: absolute;
  right: 0;
  top: -69px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal .js-modal-close {
    top: -9.2vw;
  }
  .modal .js-modal-close img {
    width: 16.6vw;
  }
}
.modal .text {
  color: #011a2d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal .text {
    font-size: 4.26vw;
  }
}
.modal-content iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal-content iframe {
    width: 100%;
    height: 100%;
  }
}

/*-----期間限定CM-----*/
.special-cm-youtube {
  background: #eee;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .special-cm-youtube {
    padding-bottom: 6.6vw;
  }
}
#sec01 {
  margin-top: 50px; /*CMいれるなら不要のため*/
}
@media screen and (max-width: 767px) {
  #sec01 {
    margin-top: 6.6vw;
  }
}
/*-----レスポンシブ-----*/
@media screen and (max-width: 767px) {
  .adj {
    margin-top: -1px;
  }
}

.large_banner {
  position: relative;
}

.large_banner .btn {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
}

.large_banner .LPO_conv10 {
  top: 610px;
}
@media screen and (max-width: 768px) {
  .large_banner .LPO_conv10 {
    top: 81.3vw;
  }
  .large_banner .LPO_conv10 img {
    width: 86.6vw;
  }
}
.large_banner .LPO_conv11 {
  top: 785px;
}
@media screen and (max-width: 768px) {
  .large_banner .LPO_conv11 {
    top: 104.6vw;
  }
  .large_banner .LPO_conv11 img {
    width: 86.6vw;
  }
}
.large_banner .LPO_conv11 button {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.large_banner .LPO_conv11 button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 47px;
  width: 22px;
  height: 17px;
  background-image: url(../img/index2/bnr_btn_2_arr.png);
}
@media screen and (max-width: 768px) {
  .large_banner .LPO_conv11 button::after {
    right: 6.2vw;
    width: 2.93vw;
    height: 2.26vw;
  }
}
.large_banner .LPO_conv11 button.is-open::after {
  transform: rotate(180deg) translateY(-50%);
  top: 35%;
}

.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: 768px) {
  .md02_video_wrap .md02_video {
    width: 89.3vw;
    height: 44.8vw;
    top: 71.3vw;
  }
}
.js-accordion-target {
  display: none;
  background-image: url(../img/index2/large_banner_brd.jpg);
}
.js-accordion-target > * {
  width: 708px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .js-accordion-target > * {
    width: 94.4vw;
  }
}
.js-accordion-target .cta .cta_btn {
  left: 25px;
}
@media screen and (max-width: 768px) {
  .js-accordion-target .cta .cta_btn {
    left: 3.3vw;
  }
}
.js-accordion-target .cta .amazon {
  background: url(../img/index2/cv02_PUSH.png) no-repeat top center;
  background-size: contain;
  padding-top: 350px;
  padding-bottom: 0;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .js-accordion-target .cta .amazon {
    padding-top: 46.6vw;
    margin-top: -0.26vw;
  }
}
.js-accordion-target .cta .rakuten {
  bottom: 150px;
  left: 143px;
}
@media screen and (max-width: 768px) {
  .js-accordion-target .cta .rakuten {
    bottom: 20vw;
    left: 8.6vw;
  }
}
