﻿@charset "utf-8";
/* 色変更時用CSS */


/* 菱形 */
.diamond {
    color: #009df5;
}

.heading_ttl {
    width: 100%;
    height: auto;
    margin: 0 0 0.5em 0 !important;
    font-feature-settings: "palt";
    position: relative;
    text-align: left !important;
}


.heading_ttl .item_box {
    background: url(../../../uploads/2024/9th_luckybag_owrpc/midashi_bg.png) no-repeat bottom/100% auto;
	padding-left: 2%;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2024/9th_luckybag_owrpc/midashi_icon.png);
}



/* 小見出し */
.tips {
    font-size: 18px !important;
    font-feature-settings: "";
    font-optical-sizing: auto;
    color: #0054ad;
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
    border-top: 4px double #cd9c42;
    border-bottom: 4px double #cd9c42;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: block;
    background-image: linear-gradient(90deg, rgb(230 255 240), rgb(250 240 255) 34%, rgb(255 248 233) 72%, rgb(237 253 255) 97%);
    text-shadow: 0px 0px 6px rgb(255 255 255);
    font-weight: bold;
    margin-top: 1.5em;
}

.tips::before {
    font-size: 1em;
    color: #cd9c42;
}

/* 小見出し_枠 */
.tips_att {
    font-size: 18px !important;
    font-feature-settings: "";
    font-optical-sizing: auto;
    color: #0054ad;
    padding: 0.5rem 0.5rem 0.2rem 0.5rem;
    border-top: 4px double #cd9c42;
    border-bottom: 4px double #cd9c42;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    display: block;
    background-image: linear-gradient(90deg, rgb(230 255 240), rgb(250 240 255) 34%, rgb(255 248 233) 72%, rgb(237 253 255) 97%);
    text-shadow: 0px 0px 6px rgb(255 255 255);
    font-weight: bold;
    margin-top: 0;
}

.tips::before {
    font-size: 1em;
    color: #cd9c42;
}




/*lb_area*/
.lb_area {
    background: url(../../../uploads/2024/9th_luckybag_owrpc/info_luckybag.png);
    background-size: cover;
    overflow: hidden;
    padding-top: 31%;
    padding-bottom: 119%;
    padding-left: 22px;
    padding-right: 22px;
}
.btn_wrap_lb {
    width: 500px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}


.link_btn {
    display: block;
    margin: 0% 0 0 0;
    float: left;
    width: 30%;
}

.link_btn_ct {
    display: block;
    float: left;
    width: 30%;
    margin: 0% 2% 0% 5%;
}
.link_btn_r {
    display: block;
    margin: 0% 0 0 0;
    float: right;
    width: 30%;
}

.link_btn a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.link_btn_ct a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.link_btn_r a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

/**********/
.btn_wrap_lb_2 {
    width: 370px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}


.link_btn_ct_1 {
    display: block;
    float: left;
    width: 42%;
    margin: 0% 8% 0% 5%;
}
.link_btn_ct_2 {
    display: block;
    margin: 0% 0 0 0;
    float: left;
    width: 42%;
}

.link_btn_ct_1 a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.link_btn_ct_2 a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

/**********/

.pu_gl_01 .tag_1{
	filter: blur(0);
-webkit-filter: blur(0);
}
.pu_gl_01 .tag_3{
	filter: blur(0);
-webkit-filter: blur(0);
}


.pu_gl_01 .tag_2{
	filter: blur(0);
-webkit-filter: blur(0);
}


/****/
.return_btn{
	display: block;
	margin: 0 0 16px 0;
	padding: 5px 0;
	float: right;
	width: 23.3%;
	text-align: center!important;
	clear: both;
}

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}


.return_btn a {
	color: #2b1fc3;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 90%;
	padding: 15px 3px;
	margin: 0 auto;
	border-radius: 10px;
    background-image: linear-gradient(#dddbd2  0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.return_btn a:hover {
	color:#487df1;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


/**list****/
.bg_star_lb{
	background-color: #FDFFEA;
}
.green_txt {
    color: #027A18;
    font-weight: bold;
}

/***btn****/

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0.5em 1.2em 0.5em;
}

.attention_btn{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;
}


.attention_btn a {
    color: #970000;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 50%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#fbf1f1 0%, #f5b3b3 100%);;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.attention_btn a:hover {
    color: #e73d3d;
    background-image: linear-gradient(#fff7f7 0%, #f3cccc 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

#attention{
	display: block;
}

hr{
	clear: both;
}

.cp_mb_8th{
	margin-bottom: 0!important;
}

/* アコーディオン内テキスト */
dl.accordion p{
	font-size: 1em;
	letter-spacing: 0;
}

/* アコーディオン */

dl.accordion {
	display: inline-block;
	background: none;
	width:100%;
	margin:-13px 0 10px 0;
	padding:0;
	font-size:0.9em;
	letter-spacing: 1px;
}
dl.accordion dt {
	border-bottom: 2px #3675c7 solid;
	display: inline-block;
	background: none;
	background-size: auto;
	height:40px;
	font-size:0.95em;
	text-indent:10px;
	line-height:55px;
	color:#3675c7;
	font-weight:bold;
}
dl.accordion dt::before{
	content: "▲";
}

dl.accordion dt.open {
	border-bottom: 2px #3675c7 solid;
	display: inline-block;
	background: none;
	background-size: auto;
	height:40px;
	font-size:0.95em;
	text-indent:10px;
	line-height:55px;
	color:#3675c7;
	font-weight:bold;
}
dl.accordion dt.open::before{
	content: "▼";
}

dl.accordion dd {
	display:none;
	margin:0 0 10px;
}
dl.accordion dd.open{
    display:none;
}



.link_btn_btm{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;
}


.link_btn_btm a {
    color: #4A2A02;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 50%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#fbfaf1 0%, #f5e7b3 100%);;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.link_btn_btm a:hover {
    color: #e73d3d;
    background-image: linear-gradient(#fffcf7 0%, #f3dfcc 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.return_btn {
    display: block;
    margin: 0 0 16px 0;
    margin-left: auto;
    padding: 5px 0;
    width: 23.3%;
}

.return_btn a {
    color: #070970;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 90%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
    text-align: center;
}

.return_btn a:hover {
    color: #009df5;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

.attention_double{
	padding: 1em 1em 0 1em;
    border: double 1.5px #c2c2c2;
    margin: 10px;
}
