@charset "utf-8";
/* CSS Document */
/*html {
	scroll-behavior: smooth;
}*/
#container{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#222222;
}
.c-f:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.c-f{
	min-height:1%;
	display:block;
}
h2.rs_h2_title_bar {
	padding: 10px 15px;
	background-color:#0071BE;
	color: #fff;
	font-size: 16px;
	margin-top:60px;
}
h3.rs_h3_title_bar{
	padding: 5px 15px !important;
	background-color:#666666;
	color: #fff;
	font-size: 16px;
	font-weight:normal !important;
	border-left:none !important;
	margin-top:20px !important;
}
h4.rs_h4_title_bar{
	border-left:5px solid #898989;
	padding:0 15px;
	color:#434343;
	font-size: 16px !important;
	font-weight:normal !important;
	margin-top:20px !important;
}
.lead {
    font-size:14px;
    line-height:1.7;
}
.lead  a{
	color: #0071BE;
  text-decoration: none;
}
.lead  a:hover{
  color: #0062A3;
  text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.txt-red{
	color:#eb4055;
}
.txt-gray{
	color:#434343;
}
.txt-kome{
	font-size:11px;
	color:#434343;
}
#str_container #topicPath a {
  color: #0071BE;
}
#str_container #topicPath a:hover {
  color: #0062A3;
  text-decoration: underline;
}

/*--------------------------------------
  　　ボタン赤
--------------------------------------*/
.btn-red a {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:26px;
}
.btn-red a:hover {
	color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.btn-red-fin span {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size:26px;
	text-align: center;
}
.btn-red a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*------------------------------------------------
  　ヘッダ下のキャンペーン期間＆プレー対象期間
--------------------------------------------------*/
.deadline {
  background-color: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  /*height: 40px;*/
  text-align: center;
	margin: 20px 0;
}
.deadline ul {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  line-height: 2.5;
  display: table;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.deadline ul li {
  background-color: #ffffff;
  color: #313131;
  display: table-cell;
  font-weight: bold;
  padding: 11px 0 11px 10px;/*年をまたぐ時は9px*/
  line-height: 1.4;
  vertical-align: middle;
  text-align: left;
}
.deadline ul li+li{
  border-left: 1px solid #dfdfdf;
}
.deadline ul li.ulTitle01,
.deadline ul li.ulTitle02{
  background-color: #f4f4f4;
  width: 14.5%;
}
/*横長用*/
.deadline_pc {
	width: 1920px;
	margin:0 0 20px -480px;
	background-color: #00abeb;
    font-size: 1.2em;
    font-weight: bold;
	padding: 10px 0;
}
.deadline_pc div{
	margin-left: 480px;
	width: 960px;
	vertical-align: middle;
	display: inline-block;
}
.deadline_pc p.left{
	float: left;
	margin-top: 0;
}
.deadline_pc p.right{
	float: right;
	margin-top: 0;
}
.deadline_pc p span {
    float: left;
	vertical-align: middle;
    margin: auto;
    padding: 10px 13px;
	border-bottom: 4px solid #00278c;
	border-right: 4px solid #00278c;
	border-top: 4px solid #00278c;
	background-color: #ffffff;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.deadline_pc .ulTitle01, .deadline_pc .ulTitle02{
    background-color: #ffff01;
	border-left: 4px solid #00278c;
	color: #00278c;
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area{
	/* background-color:#d2d2d2; */
	/* text-align:center; */
	/* padding:130px 0; */
	margin-top:20px;
	font-size:18px;
}

/*---------------------------------
  　　エリアタブ
-----------------------------------*/
.tab-area{
	width:960px;
	margin:15px 0;
}
.tab-area p a{
    display: block;
	padding:15px 0;
    border: 1px solid #5A5A5A;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 18px;
    text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
}
.tab-area p a:hover{
	background:#FFFFFF;
	border:#e7364a 1px solid;
	color:#e7364a;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}
.tab-area p span{
    display: block;
	padding:15px 0;
    border: 1px solid #e7364a;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #fff;
    color: #eb4055;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
}
.tab-area-6area p{
	width:155px;
	margin-right:5px;
	float:left;
}
.tab-area-2area p{
	width:470px;
	margin-right:15px;
	float:left;
}
.tab-area p.last{
	margin-right:0;
}
.tab-area p a:active{  /* クリック時の設定 */
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*---------------------------------
  　　応募ステップ
-----------------------------------*/
/*4STEP*/
.step{
	width:223px;
	float:left;
	border:1px solid #898989;
	padding-bottom:10px;
}
.step p,.step02 p{
	font-size:14px;
	padding:10px;
	margin-top:0;
}
.step-title{
	background-color:#666666;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.step > img,.step02 > img {
    display: block;
    margin: 0 auto;
}
.step .bold,.step02 .bold{
	display: inline-block;
    font-weight: bold;
	padding-bottom:5px;
}
.triangle {
    display: flex;
	float:left;
	width:20px;
	position: relative;
}
.triangle .ic{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #666666;
	position:absolute;
	top: 45%;
	left: 25%;
}
.step .btn,.step02 .btn{
	position:relative;
}
.step .btn a,.step02 .btn a{
	background-color:#0071BE;
	border-radius: 18px;
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding:8px;
	transition: .3s ease-out;/*変化を緩やかに*/
}
.step .btn a:hover,.step02 .btn a:hover{
	color: #fff;
	background-color:#0062A3;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
}
.step .btn .arrow,.step02 .btn .arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	position: absolute;
	right: 20px;
    top: 40%;
}
/*3STEP*/
.step02{
	width:298px;
	float:left;
	border:1px solid #898989;
	padding-bottom:10px;
}
.triangle02 {
    display: flex;
	float:left;
	width:30px;
	position: relative;
}
.triangle02 .ic{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 10px;
	border-color: transparent transparent transparent #666666;
	position:absolute;
	top: 45%;
	left: 30%;
}

/*--------------------------------------
  　　賞品一覧
--------------------------------------*/
.pre-2box div{
	float:left;
	margin-right:20px;
	width:470px;
	margin-top:0;
}
.pre-2box p.txt{
	width:440px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:15px;
	margin-top: 0;
	display: inline-block;
}
.pre-2box p span.name-txt{
	width:330px;
	float:left;
}
.pre-2box p span.number{
	width:110px;
	font-size:24px;
	display: inline-block;
	text-align:right;
}
.pre-2box p span.number .big-txt{
	font-size:40px;
}

.pre-3box div{
	float:left;
	margin-right:15px;
	width:310px;
	margin-top:0;
}
.pre-3box p.txt{
	width:280px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:15px;
	margin-top: 0;
	display: inline-block;
}
.pre-3box p span.name-txt{
	width:180px;
	float:left;
}
.pre-3box p span.number{
	width:100px;
	font-size:22px;
	display: inline-block;
	text-align:right;
	margin-top: 4px;
}
.pre-3box p span.number .big-txt{
	font-size:36px;
}

.pre-4box div{
	float:left;
	margin-right:20px;
	width:225px;
	margin-top:0;
}
.pre-4box p.txt{
	width:205px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	margin-top: 0;
	display: inline-block;
}
.pre-4box p span.name-txt{
	width:145px;
	float:left;
}
.pre-4box p span.number{
	width:60px;
	font-size:14px;
	display: inline-block;
	text-align:right;
}
.pre-4box p span.number .big-txt{
	font-size:21px;
}

.pre-5box p{
	float:left;
	width:180px;
	margin-right:15px;
	margin-top:0;
	position:relative;
}
.pre-5box p span.number{
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 60px;
    width: 100px;
	color:#FFFFFF;
}
.pre-5box p span.number .big-txt{
	font-size:24px;
}
.pre-5box p span{
	padding-top:5px;
	display: inline-block;
}
.mr0{
	margin-right:0;
}

/*---------------------------------
  　ゴルフ場コース
-----------------------------------*/
.rs_course .cbox{width: 930px; margin-left: auto; margin-right: auto; background: #eee; margin-top: 20px; padding: 14px; border: 1px solid #ccc;line-height:1.5;}
.rs_course .limg{padding: 6px; background: #fff; width: 410px;}
.rs_course .simg{width:430px;}
.rs_course .simg img{margin:6px 6px 0 0; padding: 5px; background: #fff; float:left; cursor:pointer;}
.rs_course .imbox{float: left;width:410px;}
.rs_course .cbox .course-name{font-size: 24px; font-weight:bold; }
.rs_course .acs{color: #009900}
.rs_course .copy{font-size:14px; margin-top: 5px;}
.rs_course .detailbox {width:480px;float:right;}
.rs_course .star {display:inline-block;float:left;}
.rs_course .detail-right {width:300px;}
.rs_course .detail-left {width:320px;}
.rs_course .txt-yellow {color:#FFAE00;}
.rs_course .txt-14{font-size:105%;}
.rs_course .as{font-size:90%;}
.rs_course .btn-red a {
	display: block;
	width: 400px;
	margin:20px 30px 28px 35px;
	padding: 15px 0;
	background: #eb4055;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;/*変化を緩やかに*/
	font-size:16px;
}
.rs_course .btn-red a:hover {
	color: #FFF;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.rs_course .btn-red-fin span {
	display: block;
	width: 400px;
	margin:20px 30px 28px 35px;
	padding: 15px 0;
	background-color: #75202a;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
	-webkit-tap-highlight-color: transparent;
	color: #7f7f7f;
	font-size:16px;
	text-align: center;
}
.label-pink {
    background-color: #ff6699;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-right: 3px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-orange {
    background-color: #ff7e00;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-blue {
    background-color: #0071BE;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label-gray {
    background-color: #898989;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.mr3{
	margin-right:3px;
}
.check a{
  color: #0071BE;
  text-decoration: none;
}
.check a:hover{
  color: #0062A3;
  text-decoration:underline;
}

/*---------------------------------
  　ページTOP
-----------------------------------*/
#page-top {
    bottom: 20px;
    display: block;
    position: fixed;
    margin-left: 980px;
	width: 960px;
}
/*--------------------------------------
  　　キャンペーン概要
--------------------------------------*/
#outline_box {
	margin: 0 0 15px;
	border: 2px solid #0071BE;
	font-size: 1.2em;
}
#outline_box dl{
	margin:5px 0;
}
#outline_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	color:#0071BE;
	float:left;
}
#outline_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#outline_box dd.last{
	border:0;
}

/*--------------------------------------
  　　注意事項
--------------------------------------*/
.notice_tit {
	padding: 8px 15px;
	background-color: #ccc;
	font-size: 1.2em;
}
#notice_box {
	margin: 0 0 10px;
	width:956px;
	border: 2px solid #ccc;
	font-size: 1.2em;
}
#notice_box dl{
	margin: 0;
}
#notice_box dt{
	padding:10px 0 0 15px;
	font-weight:bold;
	float:left;
}
#notice_box dd{
	padding:10px 10px 10px 210px;
	border-bottom:1px dashed #ccc;
	line-height:140%;
}
#notice_box dd.last{
	border:0;
}
#notice_box ul{
	margin-left: 0;
}
#notice_box ul li {
	list-style: disc;
	list-style-position: outside;
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
	display: block;width: 40%;
	padding: 15px 0;
	margin: 0 auto;
	text-decoration: none;
	border:1px solid #0071BE;
	color: #0071BE;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;transition: .3s ease-out;
}
.btn_info a:hover{
	color: #fff;
	/*filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
  background: #0071BE;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.btn_info a:active{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow:none;
}

/*--------------------------------------
  　　キャンペーン終了対応
--------------------------------------*/
#str_container #header{
	width:960px;
	position:relative;
}
#str_container #header .h-txt{
	display:none;
}
#str_container #header-fin{
	width:960px;
	position:relative;
	background:#000;
}
#str_container #header-fin .h-overlay{
	width: 100%;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#str_container #header-fin .h-txt {
	position:absolute;
	background:#fff;
	padding:20px 40px;
	top:50%;
	left:290px;
	margin:-50px 0 0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index: 999999;
	text-align:center;
}
#str_container #header-fin .h-txt p {
	font-size:160%;
	font-weight:bold;
	color:#ff0000;
	font-family:"メイリオ", Meiryo, Osaka;
}
#str_container #header-fin .h-txt p span {
	font-size:80%;
	font-weight:normal;
}



/*---------------------------------
  　クーポンエリア
-----------------------------------*/
.contents-area.coupon-area {
  padding: 0;
  background: none;
  text-align: left;
}
/*---------------------------------
  　クーポンコピー型
-----------------------------------*/
.coupon-item.js-copy-coupon {
  position: relative;
}
.coupon-item.js-copy-coupon .btn-txt{
  position: absolute;
  bottom: 60px;
  right: 8px;
  font-size: 22px;
  font-weight: bold;
  width: 188px;
  text-align: center;
}
.coupon-item.js-copy-coupon .js-clipboard{
  position: absolute;
  bottom: 20px;
  right: 24px;
}
.coupon-item.js-copy-coupon .js-clipboard textarea{
  display: none;
}
.coupon-item.js-copy-coupon .js-clipboard button{
  width: auto;
  padding:0;
  margin:0;
  background:none;
  border:0;
  font-size:0;
  line-height:0;
  overflow:visible;
  cursor:pointer;
  border-radius: 50px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
}
.coupon-item.js-copy-coupon .js-clipboard button:hover{
  opacity: 0.7;
}
.coupon-item.js-copy-coupon {
  width: 478px;
  margin: 0 auto;
}
.coupon-copy-2col {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.coupon-copy-2col .coupon-item.js-copy-coupon {
  width: 402px;
  margin: 0 15px;
}
.coupon-copy-2col .coupon-item.js-copy-coupon .btn-txt {
  right: inherit;
  left: 8px;
  bottom: 15px;
}
.coupon-copy-3col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.coupon-copy-3col .coupon-item.js-copy-coupon {
  width: 310px;
  margin: 0;
}
.coupon-copy-3col .coupon-item.js-copy-coupon .btn-txt {
  right: inherit;
  left: 8px;
  bottom: 15px;
  width: 140px;
  font-size: 20px;
}
.coupon-copy-3col .coupon-item.js-copy-coupon .js-clipboard {
  right: 18px;
}

/*---------------------------------
  　クーポンボタン
-----------------------------------*/
.coupon-item.js-copy-coupon .coupon-tooltip {
  position: relative;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 0;
  opacity: 0;
  transition: opacity 500ms ease 500ms;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.coupon-item.js-copy-coupon .coupon-tooltip .tooltiptext.show {
  visibility: visible;
  opacity: 1;
}
/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-copy-coupon p.coupon-fin{
  position:relative;
}
.coupon-item.js-copy-coupon p.coupon-fin::before{
  content:"";
  position:absolute;
  width: 100%;
  height:100%;
  background-color:#000;
  border-radius: 5px;
  opacity:0.4;
  z-index:999;
  left: 0;
}
.coupon-item.js-copy-coupon .js-clipboard button.-fin {
  pointer-events: none!important;
}
.coupon-item.js-copy-coupon p.coupon-fin span {
  position: absolute;
  background: #fff;
  top: 30%;
  left: 10%;
  padding: 20px 10px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 999999;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 16px;
}
.coupon-copy-2col .coupon-item.js-copy-coupon p.coupon-fin span {
  top: 33%;
}
.coupon-copy-3col .coupon-item.js-copy-coupon p.coupon-fin span {
  top: 33%;
}


/*---------------------------------
  クーポンゲット型
-----------------------------------*/
.coupon-item.js-get-coupon {
  text-align: center;
}
.coupon-item.js-get-coupon a {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
}
.coupon-item.js-get-coupon a:hover {
  color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.coupon-item.js-get-coupon a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  border-radius: 4px;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-detail img {
  width: 400px;
}
.coupon-item.js-get-coupon .js-coupon-detail p {
  font-size: 14px;
}
.coupon-get-2col {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}
.coupon-get-2col .coupon-item.js-get-coupon {
  width: 400px;
  margin: 0 20px;
}

/*---------------------------------
  　終了対応
-----------------------------------*/
.coupon-item.js-get-coupon .js-coupon-notfound p {
  position: relative;
  display: inline-block;
}
.coupon-item.js-get-coupon .js-coupon-notfound p:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  pointer-events: none;
}
.coupon-item.js-get-coupon .js-coupon-notfound span {
  position: absolute;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding: 10px;
  z-index: 999999;
  text-align: center;
  width: 80%;
  font-size: 16px;
}
.coupon-item.js-get-coupon .js-coupon-notfound img {
  width: 400px;
}
.coupon-item.js-get-coupon .js-coupon-notfound p {
  font-size: 14px;
}
.coupon-item.js-get-coupon .js-coupon-notfound.comingsoon span {

  width: 400px;
}

/*---------------------------------
  　汎用
-----------------------------------*/
.mt10 {
	margin-top: 10px!important;
}
.mt60 {
	margin-top: 60px!important;
}
ul.indent01 li {
	text-indent: -1em;
	padding-left: 1em;
}

/*---------------------------------
  　txt-link
-----------------------------------*/
.txt-link{
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
}
.txt-link a {
	position: relative;
	display: inline-block;
	padding-right: 26px;
	color: #0071BE;
}
.txt-link a:hover {
	color: #0062A3;
	text-decoration: underline;
}
.txt-link.arrwB a:before{
	content: "";
	width: 8px;
	height: 8px;
	border-top: solid 1px #0071BE;
	border-right: solid 1px #0071BE;
	position: absolute;
	right: 10px;
	top: 2px;
	transform: rotate(135deg);
}
.txt-link.arrwB a:hover:before {
	border-top: solid 1px #0062A3;
	border-right: solid 1px #0062A3;
}

/*---------------------------------
  　prize
-----------------------------------*/

.point-box {
	margin: 20px 88px 20px;
	padding: 25px 50px;
	border: 3px solid #EAEAEA;
	display: flex;
	justify-content: center;
	align-items: center;
}
.point-title {
	font-size: 24px;
	font-weight: bold;
	margin-right: 50px;
	position: relative;
}
.point-title::before {
	content: "";
	width: 30px;
	height: 12px;
	background: url("../images/icon_point.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: -20px;
	transform: rotate(-30deg);
}
.point-list li {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 30px;
	position: relative;
}
.point-list li::before {
	content: "";
	width: 23px;
	height: 23px;
	background: url("../images/icon_check.svg") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.point-list li + li {
	margin-top: 10px;
}
.exp-plan {
	text-align: right;
	font-size: 15px;
	margin-right: 88px;
}

#str_container .prize-inner {
	padding: 50px;
}
#str_container h3.prize-subttl {
	margin: 0;
	padding: 0 0 15px;
	border: none;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}
.prize-subttl .font-color {
	color: #F16C40;
	font-size: 30px;
}
.prize-subttl .font-l {
	font-size: 40px;
}
.prize-box + .prize-box {
	padding-top: 40px;
}
.prize-info {
	background-color: #FCEBCE;
	padding: 30px;
	font-size: 18px;
	border-radius: 0 0 8px 8px;
}
.content-tabBox02 .prize-info {
	background-color: #D2E6F4;
}
.prize-info li {
	margin-bottom: 0.3em;
	font-weight: bold;
}
.prize-exp {
	margin: 20px 0px;
}
.prize-exp li {
	font-size: 15px;
	text-indent: -2em;
	margin-left: 2em;
	line-height: 1.5;
}
.prize-exp li img {
	display: inline-block;
	width: 28px;
	height: auto;
	margin-right: 4px;
}

/*---------------------------------
  　announce
-----------------------------------*/
.announce-wrap {
	margin-top: 30px;
	padding: 26px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}
.announce-txt {
	color: #0071BE;
	text-align: center;
}
.announce-txt p {
	margin-top: 0;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
}
.announce-txt p .font-s {
	color: #222222;
	font-size: 20px;
}

/*---------------------------------
  　coupon
-----------------------------------*/
.coupon-wrap {
	margin-top: 60px;
	padding: 26px 0 40px;
	background: rgba(154,202,234,0.2);
}
.coupon-wrap p {
	margin-top: 0;
}
.coupon-ttl {
	font-weight: bold;
	font-size: 38px;
	text-align: center;
}
.coupon-ttl img {
	display: block;
	width: 138px;
	margin: 0 auto 15px;
}
.coupon-txt {
	margin-top: 20px;
}
.coupon-txt ul {
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.coupon-txt ul li {
	margin: 0 15px;
}
.coupon-inner {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
.coupon-item-ttl {
	margin-bottom: 5px;
	color: #0071BE;
	font-weight: bold;
	font-size: 16px;
}
.coupon-inner .coupon-item.js-get-coupon {
	width: 167px;
	margin: 0 8px;
	text-align: center;
}
.coupon-inner .coupon-item.js-get-coupon .js-coupon-detail p {
    font-size: 14px;
}
.coupon-inner .coupon-item.js-get-coupon a {
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .2s ease-out;
}
.coupon-inner .coupon-item.js-get-coupon a:hover {
	color: #fff;
	box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.coupon-inner .coupon-item.js-get-coupon a:active {
	-ms-transform: translateY(2px);
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: none;
}
.coupon-inner .coupon-item.js-get-coupon img,
.coupon-inner .coupon-item.js-get-coupon .js-coupon-notfound img  {
	width: 100%;
}

.coupon-inner .coupon-item.js-get-coupon .js-coupon-notfound p {
	position: relative;
	display: inline-block;
}
.coupon-inner .coupon-item.js-get-coupon .js-coupon-notfound p:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
}
.coupon-inner .coupon-item.js-get-coupon .js-coupon-notfound span {
	position: absolute;
	background: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 10px 5px;
	z-index: 999999;
	text-align: center;
	width: 80%;
	font-size: 14px;
}
.coupon-inner .coupon-item.js-get-coupon .js-coupon-notfound img {
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	-webkit-tap-highlight-color: transparent;
	pointer-events: none;
}

/*---------------------------------
  　notice
-----------------------------------*/
#notice_box ul li ul.indent01 li {
	list-style: none;
}


/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome,#container {
	  font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}


#str_container img {
  max-width: 100%;
  vertical-align: bottom;
}
#str_container .btn56-white {
  width: 100%;
  height: 56px;
  padding: 0;
  line-height: 1;
  color: #3695d6;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #3695d6;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  #str_container .btn56-white:hover {
    color: #fff;
    background-color: #3695d6;
    border-color: #3695d6;
  }
}

#str_container .btn56-white-anchor--under {
  background: #fff url(/resource/special/img/common/icon_under_arrow_blue.bg.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
}

@media (min-width: 768px) {
  #str_container .btn56-white-anchor--under:hover {
    background: #3695d6 url(/resource/special/img/common/icon_under_arrow_white.bg.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
  }
}

#str_container .btn56-white-anchor--up {
  background: #fff url(/resource/special/img/common/icon_up_arrow_blue.bg.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
}

@media (min-width: 768px) {
  #str_container .btn56-white-anchor--up:hover {
    background: #3695d6 url(/resource/special/img/common/icon_up_arrow_white.bg.svg) no-repeat;
    background-size: 20px 20px;
    background-position: right 10px center;
  }
}

#str_container .btn56 {
  width: 100%;
  height: 56px;
  padding: 0;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #dededf;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.168);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 768px) {
  #str_container .btn56:hover {
    color: #919191;
    background-color: #fff;
  }
}
#str_container .anchor-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 960px;
  /*margin: 0 auto 60px;*/
  margin: 0 auto 20px;
}
#str_container .anchor-menu + .anchor-text {
  margin: 0 0 60px;
  text-align: right;
}
#str_container .anchor-menu + .anchor-text a {
  padding-right: 36px;
  background: #fff url(/resource/special/img/common/icon_under_arrow_blue.bg.svg) no-repeat;
  background-size: 20px 20px;
  background-position: right 10px center;
  line-height: 1;
  color: #3695d6;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-out;
}
#str_container .anchor-menu + .anchor-text a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

@media (max-width: 767.9px) {
  #str_container .anchor-menu,
  #str_container .anchor-menu + .anchor-text {
    display: none;
  }
}

#str_container .anchor-menu .anchor-menu__btn {
  width: 23.75%;
}
#str_container .anchor-menu.btn-3 .anchor-menu__btn {
  width: 31.98%;
}

#str_container .anchor-menu .anchor-menu__btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 56px;
}

#str_container .tab-category {
	margin: 40px 0 0;
}
#str_container .menu-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  /*border-bottom: 1px solid #DEDEDF;*/
}

#str_container .menu-tab > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
	border-radius: 8px 8px 0 0;
}
#str_container .menu-tab > li.tab01 {
	background-color: #FFF5E5;
}
#str_container .menu-tab > li.tab02 {
	background-color: #E3F1FA;
}
#str_container .menu-tab > li span {
  cursor: pointer;
}

#str_container .menu-tab > li span,
#str_container .menu-tab > li a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.25;
  text-decoration: none;
  color: #000;
}

#str_container .menu-tab > li span:after,
#str_container .menu-tab > li a:after {
/*  content: "";
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #0071BE;*/
}

#str_container .menu-tab > li span:hover,
#str_container .menu-tab > li a:hover {
  /*color: #0071BE;*/
}

#str_container .menu-tab > li.is-current span,
#str_container .menu-tab > li.is-current a {
  /*color: #0071BE;*/
}

#str_container .menu-tab > li.is-current span:after,
#str_container .menu-tab > li.is-current a:after {
  visibility: visible;
}

#str_container .menu-tab-col2 > li {
  width: 470px;
}

#str_container .content-tabBox {
  display: none;
	background-color: #FFF5E5;
}
#str_container .content-tabBox.is-show {
  display: block;
}
#str_container .content-tabBox02 {
	background-color: #E3F1FA;
}

#str_container .tab-plan {
	border-bottom: 5px solid #0071BE;
	margin: 40px 0 30px;
	padding: 0 25px;
}
#str_container .tab-plan ul {
	display: flex;
	justify-content: space-between;
}
#str_container .tab-plan ul li {
	width: 290px;
}
#str_container .tab-plan ul li a {
	text-align: center;
	display: block;
	border: 1px solid #B9B9B9;
	border-bottom: none;
	border-radius: 8px 8px 0 0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding: 1em;
	transition: 0.2s;
}
#str_container .tab-plan ul li.selected a {
	background-color: #0071BE;
	border-color: #0071BE;
	color: #fff;
}
#str_container .tab-plan ul li a:hover {
	opacity: 0.85;
}