@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: 1190px;
	right: 15px;
	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: 530px;
}

.cta .cashless_box {
	position: relative;
}

.cta .rakuten {
	position: absolute;
	bottom: 375px;
	left: 75px;
}

/*-----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 {
	/* 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 .3s ease-in-out;
	width: 15px;
}

#sec07 .acc_q::after {
	background: #6f84ab;
	content: "";
	height: 2px;
	position: absolute;
	right: 75px;
	top: 50%;
	transition: opacity .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%;
}

.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: 65px;
}
/*-----レスポンシブ-----*/
@media screen and (max-width: 767px) {}
