@charset "utf-8";
/* ===========================PC=============================== */

/* ==========video========== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}
.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 20vh;
}
.cl_red{
    color: #a60608;
}
/* ==========背景========== */
.all_container {
    padding: 120px 0 100px 0;
    width: 1024px;
    height: 100%;
    background: linear-gradient(rgb(0 0 0), rgb(255 0 0 /60%)), url(/aeonapp/campaign/2607_spiderman/img/back.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    position: relative;
    background-attachment: fixed;
    /* border: 5px solid rgb(16, 16, 113); */
}
/* ==========kv========== */
h1 {
	display: flex;
    justify-content: center;
    align-items: center;
    /* height: 300px; */
    overflow: visible;
	margin:  0 auto;
}
.kv {
    text-align: center;
	width: 100%;
	height:auto;
}

.kv_day {
	font-size: 25px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px auto;
    padding: 40px 0;
}

.kv_day span {
	font-size: 14px;
}
.kv_ttl img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
/* ==========kv========== */
/* ローディング画面 */
#loading {
    opacity: 1;
    transition: opacity 0.5s ease;
    pointer-events: all;
    background: #000000;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loading.fade-out {
    opacity: 0;
    pointer-events: none;
}
.spinner {
    width: 150px;
    height: 150px;
    border: 6px solid #ffffff;
    border-top-color: #ff0001;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    position: absolute;
}
#loading p img {
    width: 100px;
    position: relative;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.section_ttl {
	width: 100%;
}
.official_link{
    display: block;
    margin: 40px auto 0;
    width: 80%;
}
.ar_frame_ttl {
	width: 80%;
    margin: 60px 0 0;
}
.lead {
    text-align: center;
}
.maintxt {
    text-align: center;
}
.maintxt_l {
    text-align: left;
}

.black_bg_city{
    background-color: rgba(0, 0, 0, 1);
    width: 680px;
    margin: 80px auto 0;
    border: #fff solid 6px;
    border-radius: 10px;
    position: relative;
    background-image: url(../img/city_back.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 40px 20px;
}
.black_bg{
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 1);
    width: 680px;
    margin: 80px auto 0;
    border: #fff solid 6px;
    border-radius: 10px;
    padding: 40px 20px;
    position: relative;
}

.tokuten_container {
    margin: 40px auto;
    display: flex;
    grid-template-columns: 1fr 1fr;
}

.tokuten_image_box {
    width: 20%;
    margin: 0 auto;
}

.tokuten_image_box p{
    line-height: 1.6em;
}
.novelty_container {
    margin: 40px auto;
    display: flex;
    grid-template-columns: 1fr 1fr;
}

.novelty_img {
    margin-top: 0px;
    width: 90%;
    height: auto;
}

.how_ttl{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.download {
    width: 60%;
    display: block;
    text-align: center;
    margin: 0 auto 10%;
    background-color: #b60081;
    padding: 20px 40px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}

.AR_rescue a{
    color:#fff !important;
    font-weight: 900;
    text-decoration:underline !important;
    text-underline-offset: 5px;
}

/* ==========navi========== */

.inner_link_box {
	/* width: 400px; */
    display: flex;
    gap: 20px 30px;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    margin: 0 auto;
    vertical-align: top;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.inner_link_box_2 {
	/* width: 400px; */
    display: flex;
    gap: 20px 30px;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    margin: 0 auto;
    vertical-align: top;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.inner_link {
	width: 200px;
	height: 70px;
	display: inline-block;
	color: #fff !important;
	font-weight: 900;
	/* background-image: linear-gradient(317deg, rgb(0, 0, 255), rgb(0, 0, 0)); */
    background-color:#161499;
	border-radius: 50px;
	text-align: center;
	border: #fff 4px solid;
	line-height: 70px;
	vertical-align: middle;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	box-shadow: 0 4px 15px 0 rgba(44, 44, 44, 0.75);
}
.inner_link_2 {
	width: 200px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	box-shadow: 0 4px 15px 0 rgba(44, 44, 44, 0.75);
}
.inner_link:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.inner_link:focus {
    outline: none;
}
.text-shadow{
    text-shadow: #ff0000 1px 0 10px;
}
.btn_triangle {
	margin-left: 10px;
	font-size: 10px;
	vertical-align: bottom;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

th,
td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #4CAF50;
    color: white;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

caption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ==========youtube========= */
.youtube_link {
    display: inline-block;
    margin: 0 auto;
}

.youtube_link img {
    width: 400px;
    height: auto;
}

.yt-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* ← 今はこれが最強 */
}
.yt-wrap iframe {
    width: 100%;
    height: 100%;
}
/* ==========youtube========= */
.spiderman{
    position: absolute;
    top: -90px;
    right: -22%;
    width: 280px;
    height: auto;
}
.ttl_step {
    width: 250px;
    margin-top: 40px;
}
.step_contents {
    text-align: center;
}

.popimage {
    margin-top: 40px;
    width: 60%;
    height: auto;
}

.step_img {
    margin-top: 40px;
    width: 95%;
    height: auto;
}

.tokuten_detail {
    margin: 20px 0 ;
    color: #fff;
    padding: 0 10px;
}

/* ==========navi========== */
.topscroll {
    position: fixed;
    bottom: 20px;        /* 画面の下から20px */
    left: calc(50% + 438px); /* 中央から右に400px */
    transform: translateX(-50%); /* 位置調整 */
    display: flex;
    gap: 20px;           /* ボタン間の間隔 */
    z-index: 1000;
    flex-direction: column; /* 縦並び */
	align-items: center;
}

.topscroll a {
    display: block;      /* aタグをブロック要素にして画像を中央に */
}

.topscroll img {
    height: auto;        /* 高さは自動調整 */
    cursor: pointer;     /* クリックできるカーソル */
    filter: drop-shadow(0 0 4px #00000088);
}
.topButton {
    display: inline-block;
    width: 120px;
    height: auto;
}
/* ==========ご利用========== */
.goriyou {
    padding-left: 0; /* デフォルトの余白を削除 */
  }
  
  .goriyou li {
    position: relative;
    padding-left: 20px; /* 丸の分だけ左に余白を追加 */
    font-weight: 900;
  }
  
  .goriyou li::before {
    content: "•"; /* 黒い丸 */
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
  }
.support a {
    color: rgba(10, 212, 255, 1) !important;
    overflow-wrap: break-word;
}

/* ===========================SP=============================== */
@media screen and (max-width: 640px) {
    /* ==========video========== */
#background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.sp_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
}

.content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding-top: 20vh;
}
/* ==========背景========== */
.all_container {
	padding: 15vw 0 0;
	width: 95%;
	height: 100%;
	background: linear-gradient(rgb(0 0 0), rgb(255 0 0 / 60%)), url(/aeonapp/campaign/2607_spiderman/img/back.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto;
	position: relative;
	background-attachment: fixed;
    background-color: #000000;
    border: none;
}
/* ==========kv========== */
h1 {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
	margin:  0 auto;
}
.kv {
    transform: scale(1); /* サイズ拡大 */
    text-align: center;
	width: 100%;
	height:auto;
}

.kv_day {
    line-height: 1.2em;
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.1em;
	margin: 0px auto;
    padding: 20px 0px;
}

.kv_day span {
	font-size: 14px;
}
.kv_ttl img{
    width: 80%;
}

/* ==========section========== */
.section_ttl {
	width: 80vw;
	height: auto;
}
.official_link{
    display: block;
    margin: 40px auto 0;
    width: 100%;
}
.ar_frame_ttl {
	width: 100%;
	margin: 0px auto;
}
.lead {
    text-align: left;
    padding: 0 20px;
}
.maintxt {
    text-align: left;
    font-size: 15px;
}
.maintxt_l {
    text-align: left;
    font-size: 15px;
}
.black_bg_city{
    background-color: rgba(0, 0, 0, 1);
    width: 95%;
    margin: 120px auto 0;
    border: none;
    border-radius: 10px;
    position: relative;
    background-image: url(../img/city_back.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 40px 10px;
}

.black_bg{
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 1);
    width: 90%;
    margin: 60px auto 0;
    border: #fff solid 2px;
    border-radius: 10px;
    padding: 40px 20px;
    position: relative;
}

.tokuten_container {
    margin: 40px auto;
    display: grid;
    gap: 30px 0px;
    /* grid-template-columns: initial; */
    /* width: 114%; */
    grid-auto-flow: row;
 }
.tokuten_image_box {
    width: 80%;
    margin: 0 auto;
}

.tokuten_image_box p{
    line-height: 1.6em;
}
.novelty_container {
    margin: 0px auto;
    display: block;
    gap: 30px 0px;
    grid-auto-flow: row;
 }
.novelty_img {
    margin-top: 40px;
    width: 90%;
    height: auto;
}
.how_ttl{
    width: 100%;
    display: block;
    margin: 40px auto 0;
}
.download {
    max-width: 100%;
    width: 80%;
    display: block;
    text-align: center;
    margin: 0 auto 10%;
    background-color: #b60081;
    padding: 20px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}
.notes {
    margin: -5% auto 0;
    width: 100% !important;
}
.AR_rescue a{
    color:#fff !important;
    font-weight: 900;
    text-decoration:underline !important;
    text-underline-offset: 5px;
}

.ttl_step {
    width: 90%;
    margin-top: 40px;
}

.step_contents {
    text-align: left;
}

.step_img {
    margin-top: 40px;
    width: 100%;
    height: auto;
}
.popimage {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
}

.tokuten_detail {
    margin: 20px 0 ;
    color: #fff;
}
/* ==========youtube========= */
.youtube_link {
    display: inline-block;
    margin: 0 auto;
}

.youtube_link img {
    width: 80%;
    height: auto;
    padding: 0 0 40px;
}

.yt-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    /* ← 今はこれが最強 */
}
.yt-wrap iframe {
    width: 100%;
    height: 100%;
}
/* ==========youtube========= */
.spiderman{
    position: absolute;
    top: -100px;
    right: -10px;
    width: 40%;
    height: auto;
}
.inner_link_box {
	width: 100%;
    display: flex;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    margin: 0 auto;
    vertical-align: top;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.inner_link_box_2 {
	width: 100%;
    display: flex;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    flex-wrap: wrap;
    margin: 0 auto;
    vertical-align: top;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.inner_link {
	width: 160px;
	height: 50px;
	display: inline-block;
	color: #fff !important;
    font-size: 18px;
	font-weight: 900;
	background-image: linear-gradient(317deg, rgb(0, 0, 255), rgb(0, 0, 0));
	border-radius: 50px;
	text-align: center;
	border: #fff 3px solid;
	line-height: 50px;
	vertical-align: middle;
	moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	box-shadow: 0 4px 15px 0 rgba(53, 53, 53, 0.75);
}
.inner_link_2 {
	width: 150px;
	display: inline-block;
	text-align: center;
    line-height: 50px;
	box-shadow: 0 4px 15px 0 rgba(53, 53, 53, 0.75);
}
.inner_link:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.inner_link:focus {
    outline: none;
}
.text-shadow{
    text-shadow: #ff0000 1px 0 10px;
}
.btn_triangle {
	margin-left: 5px;
	font-size: 10px;
	vertical-align: bottom;
}


/* ==========navi========== */
.topscroll {
    position: fixed;
    bottom: 40px;
    right: 20px;
    left: inherit;
    transform: none; /* 位置調整 */
    display: flex;
    gap: 20px;           /* ボタン間の間隔 */
    z-index: 1000;
    flex-direction: column; /* 縦並び */
	align-items: center;
}
.topscroll a {
    display: block;      /* aタグをブロック要素にして画像を中央に */
}
.topscroll img {
    height: auto;        /* 高さは自動調整 */
    cursor: pointer; 
    filter: drop-shadow(0 0 4px #00000088);
}
.topButton {
    display: inline-block;
    width: 100px;
    height: auto;
}

}