@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0 0 10px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.inner {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
}
.display-sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 200%;
	line-height: 1;
	text-align: center;
}
/* ============== btn =================== */
.btn_att {
	margin-top: 18px;
	color: #999;
	font-size: 12px;
}
#contents .btn_close {
    pointer-events: none;
    position: relative;
    display: block;
}
#contents .btn_close::after {
    content: "※本キャンペーンは終了しました";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 104%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
    margin: 0 auto;
    z-index: 10;
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
}
/* ============== LP =================== */
/*sec*/
.sec {
	overflow: hidden;
}
.sec_inner {
	margin: 65px auto 42px;
	width:calc(100% - 100px);
}
/*top*/
.top {
	background-color: #000;
	overflow: hidden;
}
.top .btn_wrap {
	width: 89%;
	margin: 28px auto 36px;
}
.top .btn_att {
	color: #fff;
}
/*gift*/
.gift {
	background-color: #c8ebc8;
}
.gift .sec_ttl {
	margin-bottom: 46px;
}
.gift .sec_lead {
	margin-bottom: 30px;
}
.gift_icon {
	display: block;
	margin-top: 20px;
}
/*join*/
.join {
	background-color: #ffe9d3;
}
.join .sec_ttl {
	margin-bottom: 28px;
}
.join_summary {
	margin-bottom: 25px;
}
.join .sec_lead {
	margin-bottom: 24px;
}
.join .btn_wrap {
	margin: 68px auto;
}
/* ============== att =================== */
.att_inner {
	border-radius:8px;
	border: 1px solid #ddd;
	margin: 50px auto 80px;
}
.att_list {
	width: calc(100% - 100px);
	margin: 50px auto;
	text-align: left;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl{
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 1.5em;
	line-height: 1.3; 
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	position: absolute;
	background-color: #ff9123;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0;
	top: 2px;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note-txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	margin: 20px auto;
	text-align: center;
}
.att_list-style {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
	margin-left: 1em;
	margin-bottom: 5px;
}
.att_small-unit {
	margin: 5px auto 10px;
}
.att_small-unit dt {
	font-weight: bold;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
/* ============== btn =================== */
.btn_att {
	margin-top: 15px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}
/* ============== LP =================== */
/*sec*/
.sec_inner {
	margin: 25px auto 20px;
	width: calc(100% - 50px);
}
/*top*/
.top .btn_wrap {
width: 86.4%;
margin: 8px auto 36px;
}
/*gift*/
.gift .sec_ttl {
	margin-bottom: 20px;
}
.gift .sec_lead {
	margin-bottom: 12px;
}
.gift_icon {
	margin-top: 10px;
}
/*join*/
.join .sec_ttl {
	margin-bottom: 10px;
}
.join_summary {
	margin-bottom: 10px;
}
.join .sec_lead {
	margin-bottom: 12px;
}
.join .btn_wrap {
	margin: 13px auto;
}
/* ============== att =================== */
.att_inner {
	width: calc(100% - 50px);
	margin: 40px auto;
}
.att_list {
	width: calc(100% - 50px);
	margin: 30px auto;
}
.att_item + .att_item {
	margin-top: 8%;
}
.att_item_ttl{
	padding-left: 1.5em;
	margin-bottom: 10px;
}
.att_item_inner p, .att_list-style {
	margin-top: 5px;
}
}