@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
img{
	width: 100%;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
	background-color: #ffffff;
	padding-bottom: 20px;
	/*background: url("../images/bg_all.webp") no-repeat top center/100% auto #151515;
	background-attachment: fixed;*/
}
.tx_indent {
	padding-left: 1.5em;
	margin-left: 1.5em;
}
.pink_tx {
	color: #e84c89;
}
.tac {
	text-align: center;
}
.bold {
	font-weight: 600;
}
.big {
	font-size: 125%;
}
.m10 {
	margin: 10px 0;
}
.mt0{
	margin-top: 0 !important;
}
.pt40 {
	padding-top: 40px;
}
.gradation {
	background: linear-gradient(90deg,rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bg_gradation {
	background: linear-gradient(90deg,rgba(255, 195, 54, 1) 0%, rgba(255, 13, 134, 1) 100%); 
}
.line_gold {
	/*background-color: #bc9500;*/
	text-decoration: underline;
	text-decoration-color: #bc9500;
	text-decoration-thickness: 8px;
}
.line_red {
	/*background-color: #d70a30;*/
	text-decoration: underline;
	text-decoration-color: #d70a30;
	text-decoration-thickness: 8px;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	display: flex;
	align-items: center;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
.flex_left {
	width: 48%;
}
.flex_right {
	width: 50%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
h1 {
	max-width: 1000px;
	margin: auto;
	width: 90%;
	padding: 60px 0;
}
.top_lead {
	font-weight: 800;
	font-size: 32px;
	text-align: center;
	padding-bottom: 80px;
	line-height: 1.5;
}
.lead_tx {
	background-color: #fff;
	text-align: center;
	max-width: 1000px;
	/* margin: 60px auto 0; */
	margin: 0 auto;
	width: 90%;
	/* padding: 50px 0; */
	padding: 0;
	line-height: 1.5;
	font-size: 16px;
}
.lead_tx span {
	font-size: 28px;
	font-weight: 700;
}
.lead_tx span.big {
	font-size: 32px;
}
.attention_box {
	/*background: url("../images/dot_black.webp") repeat top left / 10px #efefef;*/
	padding:15px;
	color: #fff;
	max-width:1000px;
	width: 90%;
	margin: auto;
	font-size: 14px;
	background-color: rgba(150,150,150,0.1);
}
.attention_box li {
	padding: 3px 0;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}
.attention_box.y_scroll {
	overflow-y: scroll;
}
.y_scroll {
  overflow: hidden;
}
.y_scroll .attention_box{
  height: 200px;
  overflow-y: scroll;
	padding: 1.5em;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  background-color: #1bbeb1;
  display: block;
  max-width: 500px;
  margin: auto;
  border-radius: 100px;
  color:#fff;
  padding: 20px 0;
  position: relative;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
	border: 2px solid #000;
}
.btn a:hover {
  transition: all 0.3s ease-in;
	border: 2px solid #1bbeb1;
	background-color: #000;
	color: #fff;
}
.btn {
  position: relative;
}
.simple_btn{
	margin:0 auto;
	text-align: center;
	word-break: break-all;
	overflow-wrap: break-word;
	padding:0 10px;
}
.simple_btn.mb_30{
	margin-bottom:30px;
}
.btn .coming {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(21,21,21,0.7);
  width: 70%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
}
span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow.webp") no-repeat center/35px;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.btn.square a {
	max-width: 750px;
	border-radius: 10px;
	padding: 20px 20px;
	margin: 20px auto;
	position: relative;
	background: url("../images/dot_pink.webp") repeat top left / 10px #fff;
	border: 3px solid #1bbeb1;
	color: #1bbeb1;
}
.btn.square a::after {
	border-right: solid 4px #1bbeb1;
  border-top: solid 4px #1bbeb1;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform:translateY(-50%) rotate(135deg) ;
  width: 15px;
}
.btn.square a img {
	width: 70%;
	margin: 0 auto 10px;
	display: block;
}
.btn.square.max a {
	background: url("../images/dot_red.webp") repeat top left / 10px #fff;
	border: 3px solid #d70a30;
	color: #d70a30;
}
.btn.square a:hover {
	border: 3px solid #1bbeb1;;
}
.btn.square.max a:hover {
	border: 3px solid #d70a30;;
}
.btn.square.max a::after {
	border-right: solid 4px #d70a30;
  border-top: solid 4px #d70a30;
	transform:translateY(-50%) rotate(45deg) ;
}
.btn.square.max a:hover::after {
	transform: translateX(8px) translateY(-50%) rotate(45deg);
	transition: 0.2s all ease-in-out;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
	margin: 80px auto;
	position: relative;
	border-top: 1px solid #eb5528;
	padding-top: 70px;
}

.contents_wrap h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.1;
	position: relative;
	padding-bottom: 30px;
}
.contents_wrap h2::before {
	content: "";
	display: inline-block;
	width: 200px;
	height: 7px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: linear-gradient(90deg, #eb5528, #ffd607);
}

.contents_wrap.mb_30{
	margin-bottom:30px;
}

.youtube {
  width:500px;
  aspect-ratio:16/9;
	margin: 50px auto 30px;
}
iframe {
  width: 100%;
  height: 100%;
}
.end_overlay {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 30px;
	line-height: 1.5;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
	align-content: center;
}
/* ----------------------------------------------------------
list
------------------------------------------------------------*/
.contents_list {
	max-width: 1000px;
	width: 90%;
	margin: 50px auto;
}
.contents_box {
	background-color: #fff;
	box-shadow: 0 0 20px #eb5528;
	color: #151515;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 50px;
}
.contents_box:last-of-type {
	margin-bottom: 0;
}
.content_ttl {
	font-size: 36px;
	font-weight: 700;
	align-content: center;
}
.content_ttl.tac{
	line-height: 1.6;
}
.content_ttl span {
	display: inline-block;
	background-color: #D70A30;
	padding: 8px 16px;
	color: #fff;
	font-size: 26px;
	border-radius: 5px;
}
.subject_ttl {
	background-color: #eee;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 0 15px 10px;
	margin: 15px auto;
	line-height: 1.2;
}
.detail_list {
	display: flex;
	padding: 10px 0;
}
.detail_list dt {
	margin-right: 10px;
}
.detail_list dd ul {
	padding-bottom: 10px;
}
.detail_list dd ul:last-of-type {
	padding-bottom: 0;
}
.contents_box .btn a{
	border: 2px solid #fff;
	margin: 20px auto;
}
.btn a:hover {
	background-color: #fff;
	color: #1bbeb1;
	border: 2px solid #1bbeb1;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  width: 100%;
  margin:50px auto 0;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(255,255,255,0.15);
  padding: 15px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a{
  color: #fff;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.copy {
  padding: 40px 0 10px;
}
.totop a {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.lp_cta_fixed {
	display: none;
}
.lp_cta_fixed.is-fixed {
	display: block;
}
.btn_wrap {
	display: flex;
	background-color: rgba(0,0,0,0.7);
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 8px	0;
}
.btn_wrap .btn {
	width: 35%;
	margin-right: 2%;
}
.btn_wrap .btn:last-of-type {
	margin-right: 0;
}
.btn_wrap .btn a {
	margin: 0;
	height:85px;
	align-content: center;
	padding: 0;
}
.totop a {
	display: none!important;
	opacity: 0;
	overflow: hidden;
}
.page_top　{
	opacity: 0;         /* 初期は非表示 */
  visibility: hidden;
  pointer-events: none;
	z-index: 999;
}
.page_top.is-fixed {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
body {
  font-family: "Noto Sans JP", sans-serif,YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 100%;
}
main {
	background-color: #fff;
}
/*.wrapper::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url("../images/bg_all_spwebp.webp") no-repeat top left/100% auto #151515;
}*/
.tx_indent {
	padding-left: 1em;
	margin-left: 1em;
}
.line_gold {
	text-decoration-thickness: 5px;
}
.line_red {
	text-decoration-thickness: 5px;
}
/*-------------------------------------------------------------------------
flex関連
-------------------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_left {
	width: 100%;
}
.flex_right {
	width: 100%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
h1 {
	padding: 0 0 20px;
}
.top_lead {
	font-weight: 700;
	font-size: 22px;
	padding-bottom: 30px;
}
.lead_tx {
	padding: 0px 0;
	line-height: 1.7;
	font-size: 15px;
}
.lead_tx span {
	font-size: 18px;
	font-weight: 700;
}
.lead_tx span.big {
	font-size: 24px;
}
.attention_box {
	padding:10px;
	font-size: 12px;
}
/* -----------------------------------------------------------
BTN
-------------------------------------------------------------*/
.btn a {
  padding: 15px 0;
	font-size: 16px;
	letter-spacing: 0;
}
span.arrow {
	right: 15px;
	background: url("../images/arrow.webp") no-repeat center/25px;
	width: 25px;
	height: 25px;
}
.btn.square a {
	width: 90%;
	padding: 10px;
	margin: 15px auto;
	background: url("../images/dot_pink.webp") repeat top left / 5px #fff;
}
.btn.square a::after {
	border-right: solid 3px #1bbeb1;
  border-top: solid 3px #1bbeb1;
  height: 10px;
  right: 15px;
  width: 10px;
}
.btn.square a img {
	width: 85%;
	margin: 5px auto 10px;
}
.btn.square.max a {
	background: url("../images/dot_red.webp") repeat top left / 5px #fff;
}
.btn.square.max a::after {
	border-right: solid 3px #d70a30;
  border-top: solid 3px #d70a30;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
	margin: 50px auto;
	padding-top: 50px;
}
.contents_wrap h2 {
	font-size: 24px;
}
.youtube {
  width:90%;
}
.end_overlay {
	font-size: 24px;
}
/* ----------------------------------------------------------
list
------------------------------------------------------------*/
.contents_list {
	width: 90%;
	margin: 50px auto;
}
.contents_box {
	box-shadow: 0 0 15px #eb5528;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 30px;
}
.content_ttl {
	font-size: 24px;
	font-weight: 700;
	align-content: center;
}
.content_ttl span {
	padding: 6px 8px;
	font-size: 18px;
	margin-right: 0;
	line-height: 1;
}
.subject_ttl {
	font-size: 16px;
	padding: 10px;
	margin: 10px auto;
}
.detail_list {
	flex-direction: column;
	padding: 5px 0;
}
.detail_list dt {
	margin-right: 0;
	font-size: 14px;
}
.detail_list dd {
	font-size: 14px;
	padding-left: 1em;
}
.contents_box .btn a{
	margin: 10px auto;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 100%;
  font-size: 12px;
	margin: 30px auto 0;
}
.tokuten_scroll .inn {
  height: 220px;
  padding: 10px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
/* ----------------------------------------------------------
追従
------------------------------------------------------------*/
.btn_wrap {
	padding: 5px 0;
}
.btn_wrap .btn {
	width: 48%;
	margin-right: 1%;
}
.btn_wrap .btn a {
	height:45px;
	font-size: 12px;
	width: 100%;
	border-radius: 5px;
	margin: 0;
	padding: 0;
}
.btn_wrap .btn.square a::after {
	display: none;
}
.btn.square a img {
	width: 90%;
	margin: 5px auto 0;
}
.page_top.is-fixed {
	bottom: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 16px;
  left: 12px;
  width: 100px;
  max-width: 150px;
  z-index: 1000;
 }
}

/*202601*/
.contents_wrap.select-bonus .content_ttl>span{
	background-color: #cc0033;
	font-size: 20px;
}

@media screen and (max-width: 812px) {
	.contents_wrap.select-bonus .content_ttl>span{
		font-size: 18px;
	}
}

.contents_wrap.select-bonus .subject_ttl{
	background-image: radial-gradient(#ffdb27 30%, #eb5528 90%);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.coming-soon {
	height: 400px;
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.contents_wrap_alert li{
	padding: 3px 0;
	line-height: 1.4;
	text-indent: -1em;
	margin-left: 1em;
}

@media screen and (max-width: 812px) {
	.coming-soon {
		font-size: 40px;
	}
}


.accordion-list {
	list-style: none;
	padding: 0;
	max-width: 1000px;
	width: 90%;
	margin: 50px auto;
}

.accordion-list li {
	margin-bottom: 10px;
}

.accordion-switch {
	background-color: #666666;
	padding: 30px 15px;
	margin: 0;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 32px;
	font-weight: bold;
}

.accordion-switch::after {
	position: absolute;
	content: '+';
	font-weight: bold;
	font-size: 32px;
	top: 50%;
	right: 2%;
	transform: translateY(-50%);
}

.accordion-switch.open::after {
	content: '−';
}

.accordion-content {
	display: none;
	padding: 10px 15px;
	background-color: #fff;
	padding: 60px 120px;
	border: 1px solid #666666;
}

.accordion-content .images {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 812px) {
	.accordion-switch {
		font-size: 16px;
	}

	.accordion-switch::after {
		font-size: 16px;
	}
	.accordion-list {
		width: 90%;
	}
	.accordion-content{
		padding: 30px;
	}
}

.contents_box.coming-soon_wrap{
	padding: 0;
	background-color: #cccccc;
}

.tokuten-note{
	color: #eb5528;
	font-size: 16px;
}

.detail_list_banner{
	max-width: 600px;
	margin: 20px auto 10px;
}

.footer{
	color: #333333;
	font-size: 10px;
	font-weight: bold;
}

/*2026-01-20*/


@media screen and (max-width: 999px) {
	.lead_tx{
		width: 100%;
	}
	.lead_tx{
		margin: 0;
		padding: 0;
	}
	.contents_wrap{
		margin-top: 0;
	}
	
}

/*2026-01-27*/
	.maxbtn{
		margin-bottom: 40px !important;
	}
#contents{
	padding-top: 40px;
}