img {
	max-width: 100%;
}
p {
	margin-bottom: 0;
}
ul {
	list-style: none;
	padding: 0;
}



/** common **/
.all_section {
	position: relative;
	height: auto;
}
.opacity a{
	opacity: 1;
	transition: .5s;
}
.opacity a:hover{
	opacity: .6;
}


/** font **/
p {
  font-size: 16px;
}
.fontSS {
	font-size: .75rem;
}
.fontS {
	font-size: .9rem;
}
.fontM {
	font-size: 1.1rem;
}
.fontML {
	font-size: 1.5rem;
}
.fontL {
	font-size: 2rem;
}

/** bg **/
.bg_white{
	background-color: #ffffff;
}
.bg_yellow{
	background-color: #FDFFC3;
}
.bg_sprite {
	background-image: url(/img/campaign/rakuuma-2022win/prize_bg.svg);
	background-size: 30px;
}

/** color **/
.orange_fc{
	color: #FF7300;
}
.blue_fc{
	color: #231E4B;
}
.red_txt{
	color: #F33200;
}
/** border **/
.bd_orange {
	border: 2px solid #FF7300;
}

/** space **/
.mt-150{
	margin-top: 150px;
}
.mb-100{
	margin-bottom: 100px;
}

/** header **/
header .KV_area {
padding: 60px 0 0;
background:url(/img/campaign/rakuuma-2022win/main_bg.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-bottom: 1px solid #fff;
}

header img{
	width: 100%;
	height: auto;
}

header .KV_area .slider{
	width: 100%;
	position: relative;
	}
header .KV_area .slider::after{
	content: "";
	position: absolute;
	bottom: -2px;
	background-color: #fff;
	width: 100%;
	height: 20px;
	z-index: 9;
	}

/**contents**/
.btn_link{
	display: block;
	max-width: 350px;
	margin: 0 auto;
}



.introduction{
line-height: 3rem;
font-size: 1.25rem;
}

.cpn-bg{
	background: url(/img/campaign/rakuuma-2022win/bgimg.jpg);
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 20px;
	padding-left: 20px;
}
.cpn-bg.icon{
	position: relative;
	padding-top: 120px;
}
.cpn-bg.icon::after{
	content: "";
	position: absolute;
	background-image: url(/img/campaign/rakuuma-2022win/bgimg_icon.svg);
	width: 100vw;
	height: 75px;
	top: 0;
	left: 0;
}
@media (max-width: 1350px) {
	.cpn-bg.icon::after{
		background-size: cover;
	}
}
.cpn-bg .txt_wrap {
	max-width: 1140px;
	padding: 100px 60px 60px;
	border-radius: 30px;
	margin-top: 75px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.txt_wrap:first-child{
	margin-top: 75px;
}
.txt_wrap:last-child{
	margin-bottom: 0;
}
.txt_wrap .bg_yellow{
	padding: 80px 40px 40px;
margin-top: 100px;
position: relative;
border-radius: 15px;
}
.txt_wrap .ttl,
.txt_wrap .bg_yellow .ttl{
	position: absolute;
	top: -70px;
	left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.txt_wrap .ttl {
	width: 500px;
}
.txt_wrap .bg_yellow .ttl {
	width: 350px;
}
.txt_wrap .bg_yellow ul li {
	text-indent: -16px;
padding-left: 16px;
	font-weight: bold;
	line-height: 1.9;
}
.txt_wrap .bg_yellow ul li span{
	color: #FF7300;
}

.txt_wrap .sub_ttl {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.txt_wrap .sub_ttl2 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}


.wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.step{
	width: 20%;
	position: relative;
}
.step::after{
	content: "";
	position: absolute;
	top: 40%;
	right: -22%;
	background-image: url(/img/campaign/rakuuma-2022win/arrow.svg);
	background-size: contain;
	width: 18px;
	height: 28px;
}
.step:last-child:after{
	display: none;
}
.step .tag {
	text-align: center;
}
.step .tag span{
	display: inline-block;
	color: #fff;
	background-color: #F33200;
	padding: 2px 5px;
	border-radius: 30px;
	margin-right: 5px;
	margin-bottom: 6px;
}

.twitter_area {
	display: table;
	margin: 20px auto 0;
	border-radius: 5px;
	width: 540px;
}


/** 賞品 **/
.prize_area .inner_box{
	background-color: #fff;
	border-radius: 15px;
	padding: 25px 30px;
}
.prize_area .inner_box.side_box{
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/** 規約 **/
.terms{
	overflow:auto;
	max-width: 920px;
	height:360px;
	background-color:#F2F2F2;
	padding: 1rem;
	border-radius: 15px;
}
.terms p{
	font-size: .9rem;
}
/** sns **/
.sns{
	width: 50px;
}


/** contact **/
.contact{
	background: -moz-linear-gradient(top, #F1F3BC, #EFDBDB);
  background: -webkit-linear-gradient(top, #F1F3BC, #EFDBDB);
  background: linear-gradient(to bottom, #F1F3BC, #EFDBDB);
}

.contact-btn{
	display: block;
	background-color: #231E4B;
	padding: 20px 0px;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.contact-btn:hover{
	color: #fff;
}

/** 優秀賞 **/
.award_wrap .inner_box{
	background-color: #FFF9CC;
	border-radius: 15px;
	padding: 25px 30px;
}
.award_wrap .inner_box .d-lg-flex{
	background-color: #FFF9CC;
	border-radius: 15px;
	padding: 25px 30px;
}
.award_wrap .inner_box .img_area{
	width: 350px;
	padding-right: 40px;
	max-width: 100%;
}
.award_wrap .inner_box .txt_area{
	flex: 1;
}
.award_wrap .inner_box .aw_name{
	border-bottom: 2px dotted #FF7300;
	border-top: 2px dotted #FF7300;
	padding: 10px 0;
}
/** 総評 **/
.overall_review_wrap{
	background-color: #FFEFD8;
	border-radius: 15px;
padding: 60px 80px;
position: relative;
}
.overall_review_wrap{
	background-color: #FFEFD8;
	border-radius: 15px;
padding: 30px 80px;
position: relative;
}
.overall_review_wrap .bg_icon{
	background-image: url(/img/campaign/rakuuma-2022win/img06.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 0;
}
.overall_review_img{
	width: 70%;
	max-width: 460px;
	margin: 0 auto;
}

@media (max-width: 991px) {
/** font **/
p {
  font-size: 16px;
}
.fontSS {
	font-size: .7rem;
}
.fontS {
	font-size: .8rem;
}
.fontM {
	font-size: 1.1rem;
}
.fontML {
	font-size: 1.3rem;
}
.fontL {
	font-size: 1.8rem;
}


header .KV_area {
padding: 0;
}
header .KV_area h1 {
	margin-bottom: 20px;
}
header .KV_area .slider::after {
	height: 8px;
}

.introduction {
	line-height: 2.3rem;
font-size: 1.1rem;
}

.cpn-bg {
	padding-right: 10px;
padding-left: 10px;
}
.txt_wrap .ttl,
.txt_wrap .bg_yellow .ttl {
	top: -8vh;
}
.txt_wrap .ttl,
.txt_wrap .bg_yellow .ttl,
.txt_wrap .sub_ttl2 {
	width: 80%;
}

.txt_wrap:first-child {
	margin-top: 30px;
}
.cpn-bg .txt_wrap {
	padding: 40px 15px 20px;
}
.txt_wrap .bg_yellow {
	margin-top: 65px;
	padding: 60px 15px 20px;
}
.txt_wrap .bg_yellow ul li {
	line-height: 1.5;
}

.step {
	width: 100%;
	}
.step > div {
	width: 65%;
	margin: auto;
	}
	.step::after {
		right: 0;
	}
	.step.last::after {
		display: none;
	}

	.twitter_area {
		width: 100%;
	}
	.step .tag.fontSS {
		font-size: .83rem;
	}

/** 賞品 **/
.prize_area .inner_box {
	padding: 0 10px 15px;
	margin-top: 40px;
	}
.prize_area .inner_box img{
	margin-top: -45px;
	width: 100%;
}
.prize_area .inner_box.side_box{
	min-height: 230px;
	margin-top: 20px;
	display: block;
}
.prize_area .inner_box.side_box img{
	margin-top: -25px;
}

.wrapper.slider2 .slick-dots {
  text-align: center;
}
.wrapper.slider2 .slick-dots li {
  display: inline-block;
}
.wrapper.slider2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.wrapper.slider2 .slick-dots .slick-active button {
  background: #0a467d;
}
.wrapper.slider2 .slick-dots li button:before{
	display: none;
}

/** 優秀賞 **/
.award_wrap .inner_box{
	padding: 20px 15px;
}
.award_wrap .inner_box .d-lg-flex{
	padding: 0;
}
.award_wrap .inner_box .img_area{
	padding-right: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.award_wrap .inner_box .orange_fc{
	text-align: center;
}


.overall_review_wrap{
	padding: 20px 20px;
}
.overall_review_wrap .bg_icon{
	padding: 10px 0;
}
}

@media (max-width: 560px) {
	.prize_area .inner_box.side_box {
		min-height: 35vh;
	}.award_wrap.txt_wrap .ttl{
		top: -6vh;
	}
}
@media (max-width: 380px) {
	.prize_area .inner_box.side_box {
		min-height: 34vh;
	}
.txt_wrap .bg_yellow {
	margin-top: 50px;
padding: 40px 15px 20px;
}
}
