@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html {
	scroll-behavior: smooth;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
p {
	line-height: 1.5em;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*　リセットCSSここまで　*/

@media screen and (min-width: 769px){
	/* 769px以上に適用されるCSS（タブレットサイズ以上）でSP用を非表示 */

	.for_sp{
		display:none !important;
	}
	body {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.Page {
		position: relative;
	}

}
@media screen and (max-width: 768px){
	/* 768px以下に適用されるCSS（タブレットサイズ以下）でPC用を非表示 */

	.for_pc{
		display:none !important;
	}
}

/*// ALL //*/
body {
	margin: 0 auto;
	text-align:center;
	position: relative;
	font-family: "Hiragino Maru Gothic StdN", "M PLUS Rounded 1c", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "sans-serif";
    font-weight: 300;
    font-size: clamp(14px, 3.0vw, 18px);
	font-feature-settings: "palt" 1;
	color: #333333;
}
*:focus {
	outline: none;
}
figure {
	margin: 0;
}
p {
	font-weight: 300;
	color: #000;
	font-size: clamp(14px, 3.0vw, 18px);
	font-feature-settings:"palt" 1;
}
p.strong {
	font-weight: 600;
	line-height: 1.5em;
}
ul, ol {
    list-style: none;
}
.bg_color {
	background-color: #000000;
}

/*----- 上付き文字に使用 -----*/
.superscript {
	font-size: .875em;
	vertical-align: super;
}
/*----- マーカーライン -----*/
.contents_box span.marker {
	font-size: 1.2em;
	font-weight: 400;
	background: linear-gradient(transparent 60%, #ffe207 40%);
}
/*----- アイコン付きテキストリンク設定 -----*/
a.txt-Link{
	width: fit-content;
	display: flex;
	align-items: center;
	color: #1D3994;
	text-decoration: none;
	line-height: 2.5em;
}
a.txt-Link::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: .6em;
	height: .6em;
	border-top: 2px solid #1D3994;
	border-right: 2px solid #1D3994;
	-webkit-transform: rotate(45deg) translateY(-1px);
	transform: rotate(45deg) translateY(-1px);
	margin-right: .8em;
}
a.txt-Link > span.icon_link::after,
a.txt-Link-inner > span.icon_link::after {
	content: '';
	margin-left: 3px;
	padding-left: 17px;
	background: url("../../common/images/icon_link.png") right center no-repeat;
}
a.txt-Link > span.icon_link:hover,
a.txt-Link-inner > span.icon_link:hover {
	text-decoration: underline;
}
/*----- 数字付きリスト設定 -----*/
ol.number {
	list-style-type: decimal;
	padding-inline-start: 20px;
}

/*----- header -----*/
header {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background-color: #FFF;
}
header h1 {
	padding: 1.5% 0;
}
header h1 img {
	width: clamp(13rem, 7.545rem + 27.27vw, 28rem);
}
/*----- body -----*/
.contents_back {
	background-color: #fff589;
}
.contents_wrap {
	width: 90%;
	background-color: #FFF;
	max-width: 1080px;
	margin: 0 auto;
	border-radius: 1.5em;
	padding: 2.5em 5%;
	display: flex;
	flex-direction: column;
	gap: 2.0em;
}
h2{
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.4em;
}
h3 {
	color: #333333;
	font-size: 1.3em;
	font-weight: 600;
	padding: 1.0em 0;
	margin: 0 auto;
	border-radius: .2em;
}
h3.ttl ,
h3.ttl_long {
	margin-top: 1.5em;
}

/*----- メインビジュアル -----*/
.main_visual {
	width: 100%;
	height: auto;
	position: relative;
	background: #000000;
}
picture {
    width: 100%;
	max-width: 1440px;
	margin: 0 auto;
    position: relative;
    display: block;
}
.main_visual picture img {
	width: 100%;
    display: block;
    margin: 0 auto;
}
.scroll_number {
	width: 85%;
	max-width: 600px;
	margin: 0 auto;
	display: block;
	position: absolute;
	right: 0;
	bottom: 3%;
	left: 0;
	margin: auto;
	cursor: pointer;
	text-align: center;
}
.scroll_number:hover {
	opacity: 0.8;
}
.scroll_number img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.scroll_number {
		max-width: 50vw;
		bottom: 2.0%;
	}
}
@media screen and (min-width: 1025px) {
	.scroll_number {
		max-width: 600px;
		bottom: 3.5%;
	}
}

/*----- キャッチ -----*/
.catch {
	margin: 0 auto;
	padding: 2.0em 1.5em;
	background: #CABD49;
	margin-bottom: 2.0em;
}
.catch_inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
.catch h2 {
	width: 100%;
    margin: 0 auto;
    font-size: 1.4em;
    color: #000000;
    font-weight: 700;
    padding: 1.0em;
	background-color: #ffffff;
	border-radius: .8em;
	margin-bottom: 1.0em;
}
.catch h2 span {
	font-size: 1.1em;
    font-weight: 900;
    color: #FD6E9D;
}
.catch_text {
	width: fit-content;
	margin: 0 auto;
	font-size: .9em;
	text-align: left;
	line-height: 1.5em;
}


.bgcolor-light-y {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-bottom: 5%;
}
/*----- セクション -----*/
section {
	width: 100%;
	margin: 0 auto;
}
.contents_box {
	width: 100%;
	margin: 0 auto;
	padding-block: 5%;
	text-align: left;
}
.contents_box_inner {
	width: 100%;
	margin: 0 auto;
}
.contents_box_inner h4 {
	font-size: 1.2em;
	font-weight: 600;
    line-height: 1.4em;
	margin-top: .5em;
}
.contents_box_inner .text_list {
	line-height: 1.5em;
	display: flex;
	flex-direction: column;
	gap: 1.0em;
}
.contents_box .normal {
	font-weight: normal;
}
.contents_box .flow_image {
	width: 100%;
	margin-top: 10%;
}
.contents_box .basic_image {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: 0 auto;
	padding-block: 2em;
}

/*----- キャンペーン概要 -----*/
.poikatsu_link {
	padding-top: 2.0em;
}
.poikatsu_link a {
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	padding: 1.2em 1.5em;
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5em;
	border: 2px solid #333333;
	border-radius: 50px;
	text-decoration: none;
	color: #333333;
	font-weight: 600;
	line-height: 1.3em;
}
.poikatsu_link a:hover {
	color: #f3faf1;
	background-color: #fd6e9d;
}
.text_list li ul {
	display: flex;
	flex-direction: column;
	gap: 1.0em
}
.text_list li ul li {
	line-height: 1.5em;
}
.text_list li ul li .small {
	font-size: .9em;
}

/*----- キャンペーンの流れ -----*/
details.attention {
	margin-top: 3.0em;
}
details.attention summary {
	box-sizing: border-box;
	position: relative;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.3em;
	cursor: pointer;
	border: 2px solid #000;
	border-radius: .8em;
	padding: 1.5em 1.0em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
details summary::-webkit-details-marker {
	display: none;
}
details summary::after {
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	right: 1.0em;
	background-image: url("../images/plus.svg");
	background-size: cover;
	content: '';
	transition: transform .3s;
}
details[open] summary::after {
	transform: rotate(180deg);
	background-image: url("../images/minus.svg");
}
.attention_inner {
	padding: 1.0em;
}
.attention_inner ul {
	display: flex;
	flex-direction: column;
	gap: .5em;
	line-height: 1.5em;
}
.attention_inner ul li.attention_list {
	list-style: disc;
	margin-left: .5em;
}
.attention_inner ul li.attention_list .innerList {
	list-style: "-";
}
.attention_inner p {
	margin-top: 1.5em;
	list-style: 1.5em;
}

/*----- 当せん結果 -----*/
.table01 {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 2.0em;
}
.table01 th {
	padding: 1.0em;
	background: #FBFBFB;
	border: solid 1px #778ca3;
	vertical-align: middle;
	font-weight: 600;
	font-size: 1.1em;
}
.table01 td {
	padding: 1.0em;
	border: solid 1px #778ca3;
	vertical-align: middle;
}
.table01 .strong {
	font-size: 1.4em;
	font-weight: 600;
}

/*-- よくある質問 --*/
.contents_box_faq {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.5em;
}
details.faq {
	--arrow-size: 1.0em;
	--anime-speed: 0.3s;
}
details.faq summary {
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 1.0em;
	cursor: pointer;
	border: 2px solid #000;
	border-radius: 0.8em;
}
details.faq summary ul {
	width: 90%;
	padding: .5em .5em .5em 1.0em;
}
details.faq summary .question {
	list-style: "Q.";
	padding-left: .3em;
}
details.faq summary .question::marker {
	color: #e9529f;
}
details.faq .inner ul{
	padding: 2.0em;
}
details.faq .inner .answer {
	list-style: "A.";
	padding-left: .3em;
	font-size: 1.0em;
	line-height: 1.5em;
}
details.faq .inner .answer::marker {
	font-weight: 700;
}
details[open] .inner,
details[open] .attention_inner {
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
	0% {
	opacity: 0;
	transform: translateY(-10px);
	}
	100% {
	opacity: 1;
	transform: none;
	}
}

/* 当せん番号表示調整 */
.table01 td.strong {
    width: 50%;
    justify-content: center;
    gap: 8px 4px;
    padding: 10px 5px;
}
.table01 td.strong span {
    width: calc(50% - 4px);
    text-align: center;
    white-space: nowrap;
}
.table01 td.strong span:only-child {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .table01 td.strong span {
        width: auto;
    }
}

/*----- auWi-Fiアクセスについて -----*/
.attention_list ul {
	display: flex;
	flex-direction: column;
	gap: .5em;
	padding: .5em 1.0em;
}
.attention_list .innerList {
	list-style: disc;
	line-height: 1.5em;
}


/*----- コピーライト -----*/
#footer {
	width: 100%;
	background-color: #fff;
}
.copyright {
	padding: 1.5rem;
	padding-bottom: 2.0em;
	color: #949494;
	font-weight: 300;
	font-size: .8em;
	text-align: center;
}
.copyright p {
	font-size: .8rem;
	line-height: 1.2rem;
	text-align: center;
}

@media screen and (max-width: 768px){
	header h1 {
		width: 100%;
		padding-left: .5rem;
	}
	header h1 img {
		display: block;
	}
}

/*----------------------------------------------------------
au Wi-Fiアプリダウンロード
----------------------------------------------------------*/
.auwifi_app_download_content {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-align: center;
	gap: 5%;
}

.auwifi_app_inner {
	width: 80%;
	margin: 0 auto;
	padding: 4.0em 0;
	max-width: 600px;
}

.appstore_link_annotation {
	margin-top: 1.0em;
	font-size: clamp(12px, 2.5vw, 16px);
	line-height: 1.5em;
}

.auwifi_app_download_content img {
	width: 22%;
}

.auwifi_app_download_content .btn_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	gap: 1em;
}

ul.btn_box li {
    width: 50%;
}

.btn_box li img {
	width: 100%;
	max-width: 300px;
}

.appstore_link_text {
	display: block;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 1.2em;
}

.auwifi_app_download {
	background: #FEF3ED;
}

@media screen and (max-width: 767px){
	/* 767px以下に適用されるCSS（タブレットサイズ未満） */

	.auwifi_app_download_content {
	flex-direction: column;
	}
	.appstore_link {
	width: 100%;
	}
	.appstore_link_text {
	margin-top: 1.2em;
	}

	.auwifi_app_download_content img {
	width: 35%;
	}

}

