@charset "utf-8";
/* CSS Document */
/*----------------------------------
/*　TOP
----------------------------------------------------------- */
body{
    width: 100%;
	font-family:"Noto Sans JP","ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,Arial,"メイリオ",Meiryo,sans-serif;
}
body a {
    text-decoration: none;
}
.ios-header {
    position: sticky;
    z-index: 1000;
    top: 0px;
}
.header-nav {
    height: 56px;
    background-color: #fff;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
}
.header-nav a {
    color: #000;
}
.back-ico {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}
.ios-header .header-logo {
    width: calc(100% - 72px);
    height: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
}
.ios-header .header-logo img {
    height: 24px;
}
.white1{
	min-height: 100vh;
	background-color: #fff;
    padding: 1.5rem 1rem;
    font-size: 14px;
}
.sp{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}


.keyBox{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
    border-top: 1px solid #ddd;
}

.keyQr{
	width: 50%;
	padding: 2% 0%;
	float: left;
	background-color: #fff;
	text-align: center;
	border-right: 2px solid #bbb;
	box-sizing: border-box;
	z-index: 999;
}


.keyQr1{
	width: 50%;
	padding: 2% 0%;
	float: left;
	background-color: #fff;
	text-align: center;

	box-sizing: border-box;
	z-index: 999;
}

.keyQr3{
	width: 33.333%;
	padding: 2% 0%;
	float: left;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	z-index: 999;
}


.QR_Box{
    padding-top: 15%;
	width: 70%;
	margin: auto;
}


.iconQr{
	width: 40px;
	margin: auto;

}

.youtubeBox{
	width:100%;
	padding-top: 24px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	margin-bottom: 15px;
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.youtubeGo{
	width:50%;
	margin: auto;
	margin-top: 50px;
	background-color: #B50003;
	color: #fff;
	text-align: center;
	padding: 1%;
	
}

.qrnew{
	background-color: #fff;
	height: 100vh;
}

.qrSection{
    width: 100%;
    height: auto;
	background-color: #fff;
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.qrImg{
	width: 50%;
	margin: auto;
}

.qrRedBox{
	background-color: #fff;
	border-radius: 5px;
	padding: 0.75rem;
	box-sizing: border-box;
	position: relative;
    margin-bottom: 1rem;
}

.qrRedPoint{
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: solid 1px #333;
	margin-bottom: 10px;
}

.qrBotan{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	background-color: #ef233f;
	border: solid 2px #fff;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 6px;
	position: relative;
}

.qrBotan2{
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	background-color: #ffe2e6;
	border: solid 2px #ffe2e6;
	color: #000;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 6px;
	position: relative;
}


.qrYaji{
	position: absolute;
	font-size: 0;
	width: 18px;
	height: 18px;
	top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.qrBcubeTitle{
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 30px 0px 10px;
	background-color:#ef233f;
}

.qrBcubeSection{
	background-color: #fff;
	padding: 20px 0px;
}

.qrBcubeText{
	width: 80%;
    margin: auto;
    font-size: 15px;
    color: #747474;
    line-height: 1.1;
}

.qrBcubeQr{
	width: 50%;
	margin: 20% auto;
}
/*----------------------------------
= ポイント獲得
----------------------------------*/
.getPoint {
    font-size: 18px;
    font-weight: 700;
}
.getImg {
    width: 40%;
    margin-bottom: 1rem;
}
.link {
    color: #36a9d1;
    text-decoration: underline;
}
.listBox {
    border-top:1px solid #D4D4D4;
    margin: 1.5rem 0;
}
.listBox li {
    padding: 16px 0;
    border-bottom: 1px solid #D4D4D4;
}
.btn-sp {
    width: 100%;
    min-height: 48px;
    padding: 0.5rem;
    background-color: #000;
    border: 1px solid #000;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.btn-sp-out {
    width: 100%;
    min-height: 48px;
    background-color: #FFF;
    border: 2px solid #000;
    color: #000;
    font-weight: 700;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
}
.ios-form {
    text-align: right;
    height: 40px;
    border: 1px solid #777;
    border-radius: 8px;
    padding: 0 0.75rem;
}
.ios-form-sm {
    width: 80px;
    min-width: 80px;
}
.no-form {
    width: 100%;
    border: none;
    background-color: #FFF;
    text-align: center;
}
.modal-content {
    font-size: 14px;
}

@media (max-width: 768px) {
}
/*----------------------------------
= common202507
----------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
	color: #333;
}
.content-box {
  padding: 24px 20px 40px;
}
.fixed-btn {
	bottom: 40px;
}
/*----------------------------------
= getPoint202507
----------------------------------*/
.get-point .content-box {
    padding-top: 64px;
    text-align: center;
}

.confetti-bg {
    height: 90px;
    background-color: #f44336;
    position: relative;
}
.confetti-bg canvas {
    height: 100%;
    width: 100%;
    position: absolute;
}

.store-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.shop-name {
  font-size: 16px;
  margin: 10px 0;
}

.point {
  font-size: 32px;
  font-weight: bold;
  margin: 16px 0;
}

.desc {
  margin-bottom: 60px;
}

.sub-message {
  font-size: 16px;
  margin: 0 0 10px;
  color: #333;
}

.coupon-btn {
  display: inline-block;
  background-color: #f44336;
  color: #fff;
  padding: 10px 24px;
  border-radius: 50px;
  text-decoration: none;
  margin-bottom: 40px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.coupon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: row;
    position: relative;
}

.coupon-content .text {
    line-height: 1.4;
    text-align: left;
}
.coupon-content .tap {
    position: absolute;
    right: -30px;
    bottom: -50px;
}

.back-btn {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding: 12px 30px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .coupon-btn {
        width: calc(100% - 40px);
    } 
}
/*----------------------------------
= paymentForm202507
----------------------------------*/
.store-info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
}
.payment-form .store-info-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
}
.payment-form .fl-col {
	gap: 4px;
	align-items: flex-end;
}
.payment-form .store-discount {
	background-color: #FB840D;
	color: white;
	padding: 4px 10px;
	border-radius: 24px;
}
.payment-form .form-control {
	text-align: right;
	font-size: 28px;
	height: 4rem;
}
.payment-form .myPoint-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
	margin-bottom: 2rem;
}
.payment-form .point-value {
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
	gap: 2px;
}

.payment-form .myPoint-info .point-value img {
  width: 20px;  /* 必要に応じて調整 */
  height: 20px;
  display: block; /* 画像下の隙間を防ぐため */
}
.payment-form .alert-warning {
	margin-bottom: 7rem;
}
.payment-form button, .point-complete button {
	margin: 1.5rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 48px;
	white-space: normal;
}
/*----------------------------------
= pointComplete202507
----------------------------------*/
.point-complete .bg-top {
	background-color: #4caf50;
	background-image: radial-gradient(circle, #66bb6a 16px, transparent 16px);
	background-size: 40px 40px;
	height: 180px;
	padding: 40px 0 60px;
	position: relative;
	margin-top: -24px;
	margin-right: -20px;
	margin-left: -20px;
}
.cash-box {
	width: 80%;
	height: auto;
	border-radius: .75rem;
	background-color: #FFF;
	position: absolute;
	box-shadow: 2px 4px 12px #00000014;
	padding: 56px 12px 16px;
	top: 72px;
	left: 50%;
	transform: translateX(-50%);
}
.point-complete .store-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.point-complete .shop-name {
	margin: 0 0 8px;
}
.point-complete .point-used {
  font-size: 13px;
  background-color: #4caf50;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.total-label {
	font-size: 18px;
	margin: 0;
}
.point-complete .total-amount {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px;
}
.point-complete .notice {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	color: #4caf50;
	font-size: 16px;
	font-weight: bold;
}
.point-complete .notice-icon {
	width: 48px;
	height: 48px;
}
.point-complete .price-detail {
  font-size: 14px;
  color: #555;
  text-align: left;
  padding: 0 20px;
  margin-top: 220px;
	margin-bottom: 2rem;
}

.point-complete .price-detail span {
  float: right;
}

.point-complete .discount {
  color: #4caf50;
  font-weight: bold;
}

.point-complete .datetime {
  text-align: right;
  color: #555;
  font-size: 13px;
  margin-top: 10px;
}