@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-top: -45px;
}

#head .head_btn {
  position: absolute;
  top: 1136px;
  right: 15px;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}

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));
}

.cta .cta_box_mod div {
  position: relative;
}

.cta .cta_btn_mod {
  position: absolute;
  top: 5px;
  left: 65px;
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.3));
}

.cta .cta_link_mod {
  position: absolute;
  top: 255px;
  left: 235px;
}

.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;
  height: 0;
  padding-top: 104.26%;
}

.cta .cashless_box {
  position: relative;
}

.cta .rakuten {
  position: absolute;
  bottom: 338px;
  left: 147px;
}

/*-----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;
  position: relative;
  z-index: -1;
}

#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 {
  /* margin-bottom: -77px; */
}

#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: 0;
  /*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%;
}

.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;
}

.large_banner .LPO_conv11 {
  top: 785px;
}

.large_banner .LPO_conv11 a {
  position: relative;
}

.large_banner .LPO_conv11 a::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);
}

.large_banner .LPO_conv11 a.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%);
}

.js-accordion-target {
  display: none;
  background-image: url(../img/index2/large_banner_brd.jpg);
}

.js-accordion-target > * {
  width: 708px;
  margin: 0 auto;
}

.js-accordion-target .cta .cta_btn {
  left: 25px;
}

.js-accordion-target .cta .amazon {
  background: url(../img/index2/cv02.png) no-repeat top center;
  background-size: contain;
  padding-top: 55px;
  padding-bottom: 425px;
  margin-top: -2px;
}

.js-accordion-target .cta .rakuten {
  bottom: 280px;
  left: 140px;
}

.store_appeal {
  position: relative;
}

.store_appeal ul {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 90px;
  padding: 20px 10px 10px;
  width: 100%;
  max-width: 550px;
  height: 450px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.store_appeal ul::-webkit-scrollbar {
  display: none;
}

.store_appeal ul li {
  margin: 10px 0;
}

.store_appeal ul li h3 {
  color: #b51f5f;
  font-size: 15px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
  line-height: 1.5;
}

.store_appeal ul li h3:before {
  content: "";
  display: block;
  background: #b51f5f;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.store_appeal ul li p {
  line-height: 1.5;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-weight: bold;
}

/*-----レスポンシブ-----*/
@media screen and (max-width: 767px) {
}

/* #fixed_cv */
#fixed_cv {
  display: none;
  /*opacity: 0;*/
  position: fixed;
  bottom: 20px;
  height: auto;
  z-index: 997;
}

#fixed_cv.isActive {
  display: block;
  /*opacity: 1;*/
  transition: all 0.2s ease-in;
}

/* 既存のスタイル */
.emine {
  position: relative;
}

.emine p {
  position: absolute;
  bottom: 50px;
  left: 32px;
}

.emine p button {
  background: none;
  border: none;
  cursor: pointer;
}

/* モーダルの基本スタイル（初期状態は非表示） */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

/* 動画を画面にフィットさせる */
.modal video {
  max-width: 90%;
  max-height: 80%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.close-btn {
  position: absolute;
  top: 5vh;
  right: 5.5vh;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1;
}

/* ↓ SPで縦長動画を画面いっぱいに */
@media screen and (max-width: 768px) {
  .modal {
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 0;
  }

  .modal video {
    width: min(100vw, 100vh * 9 / 16);
    height: min(100vh, 100vw * 16 / 9);
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    box-shadow: none;
    /* 中央寄せ */
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .close-btn {
    font-size: 100px;
    top: 100px;
    right: 30px;
  }
}
