@charset "utf-8";
/* CSS Document */
#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:20px;
}
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:16px;
    line-height:1.7;
}
.lead  a{
	text-decoration:underline;
}
.bold{
	font-weight:bold;
}
.txt-red{
	color:#eb4055;
}
.txt-gray{
	color:#434343;
}
.txt-kome{
	font-size:11px;
	color:#434343;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: .3s ease-out;
}
#container img {
  max-width: 100%;
  vertical-align: bottom;
}
/*--------------------------------------
  　　ボタン赤
--------------------------------------*/
.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: 1.3em;
    font-weight: bold;
    text-align: center;
	margin: 20px 0 40px;
}
.deadline ul {
    border: 1px solid #acacaa;
    line-height: 2.5;
}
.deadline ul li {
    background-color: #ffffff;
    color: #313131;
    display: table-cell;
    font-weight: bold;
    padding: 0 10px;/*年をまたぐ時は9px*/
}
.deadline ul li.ulTitle01 {
    background-color: #c0c0c0;
}
.deadline ul li.ulTitle02 {
    background-color: #c0c0c0;
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.attention{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}








.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-3area p{
	width:300px;
	margin-right:30px;
	float:left;
}
.tab-area-4area p{
	width:217px;
	margin-right:30px;
	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:#02c2f2;
	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;
	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%;
}

/*--------------------------------------
  　　賞品一覧
--------------------------------------*/
.prize_pre-1 {
  display: table;
  width: 100%;
  border: 1px solid #666666;
  box-sizing: border-box;
}
.prize_pre-1 > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.prize_pre-1 dt {
  width: 215px;
  padding: 10px 0;
  background: #666666;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
}
.prize_pre-1 dd {
  font-weight: bold;
  font-size: 18px;
}
.prize_pre-1 .note {
  font-size: 14px;
}
.pre-2box div{
	float:left;
	margin-right:15px;
	width:310px;
	margin-top:0;
}
.pre-2box p.txt{
	width:290px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	margin-top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.pre-2box p span.name-txt{

}
.pre-2box p span.number{
	font-size:24px;
	text-align: right;
}
.pre-2box p span.number .big-txt{
	font-size:40px;
}

.pre-3box div{
	float:left;
	margin-right:20px;
	width:225px;
	margin-top:0;
}
.pre-3box p.txt{
	width:205px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	margin-top: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pre-3box p span.name-txt{
	width:220px;
	float:left;
}
.pre-3box p span.number{
	width:70px;
	font-size:16px;
	display: inline-block;
	text-align:right;
	margin-top: 35px;
}
.pre-3box p span.number .big-txt{
	font-size:24px;
}

.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!important;
    border-radius: 3px!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 12px!important;
    line-height: 14px!important;
    margin-right: 3px!important;
    padding: 3px 7px!important;
    text-align: center!important;
    vertical-align: baseline!important;
    white-space: nowrap!important;
}
.label-orange {
    background-color: #ff7e00!important;
    border-radius: 3px!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 3px 7px!important;
    text-align: center!important;
    vertical-align: baseline!important;
    white-space: nowrap!important;
}
.label-blue {
    background-color: #0071BE!important;
    border-radius: 3px!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 3px 7px!important;
    text-align: center!important;
    vertical-align: baseline!important;
    white-space: nowrap!important;
}
.label-gray {
    background-color: #898989!important;
    border-radius: 3px!important;
    color: #fff!important;
    display: inline-block!important;
    font-size: 12px!important;
    line-height: 14px!important;
    padding: 3px 7px!important;
    text-align: center!important;
    vertical-align: baseline!important;
    white-space: nowrap!important;
}
.mr3{
	margin-right:3px;
}

/*---------------------------------
  　ページ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: #5fb0e7;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	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;
}

.mt50 {
  margin-top: 50px!important;
}

.indent01 > * {
  text-indent: -1em;
  padding-left: 1em;
}

.hide {
  border: 1px solid #333;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  margin: 20px auto;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.appWrap {
  margin:  40px 0 0;
}
.appInner:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.appInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
  padding: 20px 60px;
  background: #def2ff;
  box-sizing: border-box;
}
.appInner img {
  max-width: 100%;
}
.appInner a:hover img {
  transition: .3s ease-out;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.appImg {
  width: 100px;
}
.appTxt {
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 1.6;
  padding-left: 15px;
}
.appTxt .ttl {
  font-weight: bold;
  font-size: 26px;
  color: #0071BE;
  margin: 0;
  line-height: 1.2;
}

.appBtnTxt {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.appBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0;
}
.appBtn > div {
  padding: 0 10px;
   box-sizing: border-box;
   text-align: center;
}
.appBtn > div > p {
  font-weight: bold;
  margin:  0 0 5px;
}
.appBtn img {
  display: block;
}
.appBtn > li {
  padding: 0 5px;
}

.bnrWrap {
  text-align: center;
}
.bnrWrap > p {
  margin: 40px 0 0;
}
.bnrWrap a:hover img {
  transition: .3s ease-out;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#prize img {
  width: 65%;
}

.bnr-gray {
	display: inline-block;
	position: relative;
}
.bnr-gray:before {
	content: "";
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.coupon-box {
  text-align: center;
}
.coupon-title {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #056AEC;
  margin-bottom: 0.3em;
  position: relative;
}
.coupon-title::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 38px;
  background: url("../images/icon_tee.png") no-repeat center bottom;
  background-size: contain;
}
.coupon-title::after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 38px;
  background: url("../images/icon_tee.png") no-repeat center bottom;
  background-size: contain;
}
.coupon-title span {
  display: inline-block;
  background:linear-gradient(transparent 60%, #E1FD37 60%);
  margin: 0 0.2em;
  padding: 0 0.2em;
}
.coupon-subtitle {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.txt_link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  margin-top: 15px;
}
.txt_link a {
  color: #0071BE;
  font-size: 16px;
  transition: .3s ease-out;
}
.txt_link.arrow-b:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: -8px 0 0 8px;
  border-top: solid 2px #0071BE;
  border-right: solid 2px #0071BE;
  transform: rotate(135deg);
}
.indent01 > * {
  text-indent: -1em;
  padding-left: 1em;
  list-style: none !important;
}
/*--------------------------------------
  　　coupon
--------------------------------------*/
@media screen and (min-width: 769px) {
  .coupon_detail.js-coupon-detail img {
    width: 460px;
  }
}
.couponWrap {
  margin: 40px 0 70px;
}
.couponTtl {
  position: relative;
  margin: 0 0 0 20px;
  padding: 15px;
  background: #effff2;
  border-top: 2px solid #4cca54;
  border-bottom: 2px solid #4cca54;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}
.couponTtl:before {
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  top: -9px;
  left: -20px;
}
.couponTtl.-icon01{
  margin: 30px 0 0 20px;
}
.couponTtl.-icon02 {
  margin: 40px 0 0 20px;
}
.couponTtl.-icon01:before {
  content: "";
  background: url("/special/reserveapp/coupon202403/images/headline_icon01.png") no-repeat;
  background-size: contain;
}
.couponTtl.-icon02:before {
  content: "";
  background: url("/special/reserveapp/coupon202403/images/headline_icon02.png") no-repeat;
  background-size: contain;
}
.couponNote {
  font-weight: normal;
  font-size: 16px;
}
.couponInner {
  margin: 30px 0 0;
  padding: 0;
}
.couponSubTtl {
  font-size: 30px;
}
_::-webkit-full-page-media,
_:future,
:root .couponSubTtl {
  font-size: 28px;
}
.btnWrap {
  margin: 30px 0 0;
  padding: 0 180px;
  box-sizing: border-box;
  text-align: left;
}
.btnWrap .couponNote {
  margin: 10px 0 0;
  line-height: 1.7;
}
.coupon_detail.js-coupon-detail img {
  /* filter: drop-shadow(3px 6px 5px rgba(0 0 0 /20%));
  border-radius: 5px; */
  max-width: 100%;
}
.coupon_detail.js-coupon-detail 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_detail.js-coupon-detail 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_detail.js-coupon-detail a:active {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .couponWrap {
    margin: 30px 0 30px;
  }
  .couponTtl {
    margin: 0 0 0 9%;
    padding: 5% 10%;
    font-size: 18px;
  }
  .couponTtl.-icon01:before {
    display: block;
    width: 19vw;
    height: 19vw;
    position: absolute;
    top: 50%;
    left: 3%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .couponTtl.-icon02:before {
    display: block;
    width: 19vw;
    height: 19vw;
    position: absolute;
    top: 50%;
    left: 3%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .couponInner {
    margin: 20px 0 0;
  }
}
/*---------------------------------
  　クーポンエリア 3column
-----------------------------------*/
@media screen and (min-width: 769px) {
  .couponContent:after {
/*    content: "";
    display: block;
    clear: both;
    overflow: hidden;*/
  }
  .couponContent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .couponContent .btn {
    position: relative;
  }
  .couponContent .btn:nth-child(1) {
    /*margin-right: 25px;*/
  }
  .couponContent .btn:nth-child(2) {
    /*margin-left: 25px;*/
  }
  .couponContent .btn-txt {
    position: absolute;
    bottom: 16px;
    left: 10px;
    font-size: 0;
    font-weight: bold;
    width: 140px;
    text-align: center;
  }
  /*
.couponContent .js-clipboard{
  position: absolute;
  bottom: 18px;
  right: 14px;
}
*/
}
.couponContent .js-clipboard textarea {
  display: none;
}
.couponContent .js-clipboard button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer;
}
.couponContent .js-clipboard button img {
  width: 100%;
}
.couponContent .js-clipboard button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .couponContent {
    display: block;
  }
  .couponContent .btn {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
  .couponContent .btn img {
    max-width: none;
    width: 100%;
  }
  /*
  .couponContent .js-clipboard {
    position: absolute;
    bottom: 5.8vw;
    right: 8.16vw;
    width: 41.7vw;
  }
*/
  .couponContent .btn-txt {
    position: absolute;
    bottom: 2.8vw;
    left: 10.5vw;
    font-size: 0;
    font-weight: bold;
    width: 34.5vw;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .couponContent .js-clipboard {
    bottom: 3.8vw;
  }
}
p.coupon-fin {
  position: relative;
}
p.coupon-fin::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  left: 0;
  border-radius: 5px;
}
.couponContent .btn p.coupon-fin span {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  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: 50%;
  margin: 0 auto;
  font-size: 16px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  p.coupon-fin::before {
    width: 100%;
  }
  .couponContent .btn p.coupon-fin span {
    width: 65%;
    font-size: 14px;
    padding: 15px;
  }
}

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