input[type=checkbox],
input[type=checkbox] + label {
	display: none
}
.img--sp{
	display: none;
}
@media only screen and (max-width: 768px){
	.img--sp{ display: block;}
	.img--sp img{ width: 100%;}
	.img--pc{ display: none;}
}
.btn{
	margin: 0 auto;
}
.btn--l{
	width: 440px;
}
.btn a{
	border-radius: 4px;
	background: #1e6bcb;
	font-size: 19px;
	font-weight: bold;
	box-shadow:0px 4px 0px 0px #0f4486;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 54px;
	position: relative;
}
.btn a:hover{
	opacity: 0.7;
}
.btn a:after{
	content: "";
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/campaign/rsw_anniversary_190318/img/icon_button_arrow_pc.png) no-repeat;
	top: 0;
	bottom: 0;
	right: 3%;
	margin: auto 0;
}
@media only screen and (max-width: 768px){
	.btn a:after{
		background: url(/campaign/rsw_anniversary_190318/img/icon_button_arrow_sp.png) no-repeat;
		background-size: 16px;
	}
}

.animation{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	text-align: center;
	padding: 214px 0 0 22px;
}
.animation img {
	 -webkit-backface-visibility: hidden;
}
@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}


#main {
	width: 100%;
}
#main *{box-sizing: border-box;}
.main__img{
	background: url(/campaign/rsw_anniversary_190318/img/main_title_pc.png) no-repeat center;
	height: 450px;
	margin-bottom: 15px;
}
.main__sp-img > img{
	display: none;
}
.policy{
	text-align: center;
	line-height: 1.8;
}
.nyalan{
	background: -moz-linear-gradient(top, #fff, #fff 16%, #fffec5 17%, #fffec5);
	background: -webkit-linear-gradient(top, #fff, #fff 16%, #fffec5 17%, #fffec5);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(16%, #fff), color-stop(17%, #fffec5), color-stop(100%, #fffec5));
	background: linear-gradient(to bottom, #fff, #fff 16%, #fffec5 17%, #fffec5);
	text-align: center;
}
.contents{
	width: 950px;
	margin: 35px auto 0;
}
.golf__title{
	background: url(/campaign/rsw_anniversary_190318/img/title_golf_pc.png) no-repeat top;
	padding-top: 79px;
}
.golf__title > img{
	display: none;
}
.golf__inner{
	background: url(/campaign/rsw_anniversary_190318/img/bg_golf_pc.png) no-repeat top;
	height: 244px;
	margin-bottom: 35px;
	padding-top: 41px;
}
.golf__wrap{
		width: 550px;
		margin: 0 auto;
}
.golf__list{
	margin-bottom: 12px;
}
.golf__list__title{
	color: #57b640;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	display: inline-block;
	background: #fff;
	border: 1px solid #57b640;
	width: 108px;
	text-align: center;
	margin: 0 5px 9px 0;
}
.golf__list__txt{
	color: #000;
	font-size: 16px;
	display: inline-block;
	margin-bottom: 9px;
}
.golf__under-txt{
	padding-top: 14px;
	text-align: center;
}
.coupon-contents{
	margin-bottom: 36px;
}
.coupon-contents__title{
	background: url(/campaign/rsw_anniversary_190318/img/title_coupon_pc.png) no-repeat top;
	padding-top: 97px;
}
.coupon-contents__title > img{
	display: none;
}
.coupon-contents__inner{
	background-color: #c1d83c;
	padding: 50px 16px 16px;
}
.coupon{
	background-color: #fff;
	padding: 16px;
	margin-top: 78px;
}
/*.coupon:first-of-type{
	margin-top: 0;
}*/
.coupon:first-child{
	margin-top: 0;
}
.coupon__title{
	display: block;
	width: 573px;
	height: 54px;
	background: url(/campaign/rsw_anniversary_190318/img/title_sub_coupon.png) no-repeat;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding-top: 7px;
	margin-top: -49px;
}
.coupon__term{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
.coupon__term__txt{
	color: #f35603;
	font-size: 18px;
	font-weight: bold;
	background-color: #f7ec86;
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	text-align: left;
}
.coupon__lists{
	margin-left: -16px;
	overflow: hidden;
}
.coupon__list{
	width: 435px;
	border: 1px solid #c0d73e;
	box-shadow:0px 0px 0px 5px #ffffff inset;
	background-color: #e7f9c1;
	padding: 23px 65px 30px;
	margin-bottom: 20px;
	margin-left: 16px;
	position: relative;
	float: left;
}
.coupon__list:before,
.coupon__list:after{
	content: "";
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
}
.coupon__list:before{
	top: -1px;
	left: -1px;
	border-color: #57b640 transparent transparent transparent;
	border-width: 44px 44px 0 0;
}
.coupon__list:after{
	bottom: -1px;
	right: -1px;
	border-color: transparent transparent #57b640 transparent;
	border-width: 0 0 44px 44px;
}
.coupon__price{
	text-align: center;
}
.coupon__price img{
	width: 273px;
}
.coupon__detail{
	color: #44413d;
	font-size: 14px;
	margin-bottom: 7px;
}
.coupon__close{
	margin-bottom: 20px;
	margin-left: 16px;
	float: left;
}
.coupon__under-txt{
	text-align: center;
	font-size: 12px;
	color: #4a4744;
}
.coupon__use{
	border: 1px solid #999;
	border-radius: 5px;
	padding: 16px 30px;
	margin-top: 6px;
}
.coupon__use__title{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.coupon__use__title span{
	color: #f6492e;
}
.coupon__use__lists{
	font-size: 12px;
	margin-top: 12px;
	line-height: 1.6;
}
.coupon__use__lists span{
	color: #f6492e;
	font-weight: bold;
}
.step__title{
	background: url(/campaign/rsw_anniversary_190318/img/title_step_pc.png) no-repeat top;
	padding-top: 79px;
}
.step__title > img{
	display: none;
}
.step__inner{
	background-color: #c1d83c;
	padding: 16px;
}
.step__wrap{
	background-color: #fff;
	padding: 17px 17px 17px 14px;
}
.step__lists{
	overflow: hidden;
}
.step__list{
	border: 1px solid #f6492e;
	border-radius: 10px;
	width: 276px;
	float: left;
	position: relative;
	margin-left: 29px;
}
.step__list:first-child{
	margin-left: 0;
}
.step__list:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -21px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #f6492e;
	border-width: 14px 0 14px 14px;
}
.step__list:fist-child:before{
	content: none;
}
.step__list__inner{
	padding-bottom: 15px;
}
.step__list__inner__title{
	color: #f6492e;
	font-size: 24px;
	font-weight: bold;
	padding: 0 6px;
}
.step__list__inner__title img{
	width: 56px;
	margin-right: 10px;
	vertical-align: middle;
}
.step__list__inner__img{
	text-align: center;
	vertical-align: bottom;
	display: table-cell;
	width: 276px;
	padding: 12px 0 10px;
}
.step__list__inner__img--01 img{
	width: 223px;
}
.step__list__inner__img--02 img{
	width: 190px;
}
.step__list__inner__img--03 img{
	width: 212px;
}
.step__list__inner__txt{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.step__list__inner__txt-small{
	padding: 10px 15px 0 15px;
}
.step__detail__lists{
	line-height: 1.5;
	font-size: 13px;
	color: #000;
	margin-top: 15px;
}
.btn__top{
	width: 950px;
	margin: 18px auto 0;
	font-size: 12px;
	text-align: right;
}
.btn__top__fixed{
	text-align: right;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.btn__top__fixed:hover{
	opacity: 0.7;
}
.btn__top__fixed img{
	width: 80px;
}
@media only screen and (max-width: 768px){
	.btn a{
		font-size: 18px;
	}
	.btn--l{
		width: 100%;
	}
	.btn--l > img{
		width: 100%;
	}
	.animation{
		display: none;
	}
	.main__img{
		background: none;
		height: auto;
		margin-bottom: 10px;
	}
	.main__sp-img > img{
		display: block;
		width: 100%;
	}
	.policy{
		text-align: left;
		padding: 0 8px;
	}
	.contents{
		width: 100%;
		margin-top: 25px;
	}
	.golf__title{
		background: none;
		padding-top: 0;
	}
	.golf__title > img{
		display: block;
		width: 100%;
	}
	.golf__inner{
		border: 8px solid #c1d83c;
		padding: 20px 17px 50px;
		background: none;
		height: auto;
		margin-bottom: 35px;
		position: relative;
	}
	.golf__inner:after{
		content: "";
		position: absolute;
		display: block;
		width: 169px;
		height: 52px;
		background: url(/campaign/rsw_anniversary_190318/img/bg_golf_sp.png) no-repeat;
		background-size: 169px;
		bottom: -8px;
		left: -8px;
	}
	.golf__wrap{
		width: 100%;
	}
	.golf__list{
		width: auto;
	}
	.golf__list__title,
	.golf__list__txt{
		display: block;
	}
	.golf__list__title{
		width: 8em;
	}
	.golf__list__txt{
		margin-bottom: 20px;
	}
	.golf__under-txt{
		padding-top: 24px;
	}
	.coupon-contents{
		margin-bottom: 40px;
	}
	.coupon-contents__title{
		background: none;
		padding-top: 0;
	}
	.coupon-contents__title > img{
		display: block;
		width: 100%;
	}
	.coupon-contents__inner{
		padding: 8px;
	}
	.coupon{
		padding: 0;
		margin-top: 40px;
	}
	.coupon__wrap{
		padding: 15px 18px 18px;
	}
	.coupon__title{
		display: block;
		width: 100%;
		height: auto;
		background: #a87f4f;
		padding: 8px;
		margin-top: 0;
	}
	.coupon__term{
		margin-top: 0;
	}
	.coupon__term__txt{
		display: block;
		line-height: 1.6;
		padding: 5px 10px;
		font-size: 16px
	}
	.coupon__lists {
		margin-left: 0;
	}
	.coupon__list{
		width: 100%;;
		padding: 24px 15px 33px;
		margin: 0 0 20px;
		float: none;
	}
	.coupon__list:last-child{
			margin-bottom: 15px;
	}
	.coupon__list:before,
	.coupon__list:after{
		content: "";
		position:absolute;
		width: 0;
		height: 0;
		border-style: solid;
	}
	.coupon__list:before{
		top: 0;
		left: 0;
		border-color: #57b640 transparent transparent transparent;
		border-width: 22px 22px 0 0;
	}
	.coupon__list:after{
		bottom: 0;
		right: 0;
		border-color: transparent transparent #57b640 transparent;
		border-width: 0 0 22px 22px;
	}
	.coupon__price{
		text-align: center;
	}
	.coupon__price img{
		width: 270px;
		max-width: 100%;
	}
	.coupon__under-txt{
		color: #000;
		text-align: left;
	}
	.coupon__close{
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.coupon__close img{
		width: 100%;
	}
	.step__title{
		background: none;
		padding-top: 0;
	}
	.step__title > img{
		display: block;
		width: 100%;
	}
	.step__inner{
		padding: 15px 8px;
	}
	.step__wrap{
		padding: 10px 8px 25px 8px;
	}
	.step__list{
		float: none;
		width: 100%;
		margin: 0;
	}
	.step__list:not(:last-child){
		margin-bottom: 20px;
	}
	.step__list:not(:first-child):before{
		border: none;
	}
	.step__list__inner__img{
		display: table;
		width: 100%;
	}
	.coupon__use{
		padding: 0;
	}
	.coupon__use__title{
		padding: 7px 14px 0;
	}
	.coupon__use__lists{
		margin: 12px 14px 15px;
	}

	input[type=checkbox] + label {
		display: inline-block;
		font-size: 12px;
		line-height: 1.5;
		cursor: pointer;
		box-sizing: border-box;
	}
	input[type=checkbox] + label::before {
		top: 0;
		left: 0;
		box-sizing: border-box;
		display: block;
		width: 0;
		height: 0;
		margin: 0;
		background-color: white;
		border-radius: 0;
		border: none;
	}
	input[type=checkbox]:checked + label::after {
		left: auto;
		width: auto;
		height: auto;
		margin: 0;
		border: none;
		content: "";
		position: relative;
		top: 0;
		box-sizing: border-box;
		display: block;
	}

	/*ラベル*/
	.coupon__use input[type=checkbox] + label {
		display: block;
		padding : 12px 40px 12px 35px;
		color: #0562d9;
		font-size: 12px;
		text-decoration: underline;
		cursor :pointer;
		position: relative;
	}
	/*アイコンを表示*/
	.coupon__use input[type=checkbox] + label.coupon__use__btn__txt:before {
		content: "";
		position: absolute;
		display: block;
		width: 19px;
		height: 16px;
		background: url(/campaign/rsw_anniversary_190318/img/icon_arart.png) no-repeat;
		background-size: 19px;
		top: 0;
		bottom: 0;
		left: 7px;
		margin: auto 0;
	}
	.coupon__use input[type=checkbox] + label.coupon__use__btn__txt:after {
		content: "";
		position: absolute;
		display: block;
		width: 14px;
		height: 14px;
		background: url(/campaign/rsw_anniversary_190318/img/icon_open.png) no-repeat;
		background-size: 14px;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto 0;
	}
	input[type=checkbox].coupon__use__btn:checked + label:after {
		content: "";
		position: absolute;
		display: block;
		width: 14px;
		height: 14px;
		background: url(/campaign/rsw_anniversary_190318/img/icon_close.png) no-repeat center;
		background-size: 14px;
		top: 0;
		bottom: 0;
		right: 12px;
		margin: auto 0;
		transform: none;
	}
	/*チェックは隠す*/
	.coupon__use input[type=checkbox] {
		display: none;
	}
	/*中身を非表示にしておく*/
	.coupon__use__detail {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
	}
	/*クリックで中身表示*/
	input[type=checkbox].coupon__use__btn:checked + label + .coupon__use__detail {
		height: auto;
		border-top: 1px solid #ccc;
		opacity: 1;
	}

	.coupon__use input[type=checkbox] + label.coupon__use__btn__close{
		text-align: center;
		color :#f6492e;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		border-top: 1px solid #ccc;
		padding: 7px 0;
	}
	.btn__top__fixed{
		width: 100%;
		padding-right: 7px;
		margin-top: 7px;
		display: block!important;
		opacity: 1!important;
		position: static;
	}
	.btn__top{
		display: none;
	}
}
@media only screen and (max-width: 320px){
	.btn a{
		font-size: 16px;
	}
}

.color-red {
    color:#f00;
}

.pagehead {font-size: 84%;color: #666;padding-bottom: 5px;font-weight: normal;width: 100%;max-width: 950px;margin: 0 auto;text-align: right;}

/* 終了時 掲載文言 */
.end_txt {
    color: red;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
}