@charset "UTF-8";
/* CSS Document */

/* PC余分なスクロール削除 */
.remodal-wrapper:after{
  height: auto;
}

/* モーダルと背景の指定 */
.js-modal{display:none;
  position: fixed;z-index:999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(102,102,102,85%);
  padding: 40px 0;
  overflow: auto;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  transition: .3s ease;
  box-sizing: border-box;
}

@media screen and (max-width:980px){
	.js-modal{padding:8.16vw 0 4.08vw;}
}

/* モーダルの擬似要素の指定
.modal:before{
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-left: -0.2em;
}*/

/* クラスが追加された時の指定
.modal.is-active{
  opacity: 1;
  visibility: visible;
}*/

/* モーダル内側の指定 */
.modal-container{
	width:475px;
	position: relative;
	display: inline-block;
	vertical-align:top;
	/*
  max-width: 600px;
  width: 90%;*/
}

@media screen and (max-width:1400px){
	.modal-container{width:33.92vw;}
}
@media screen and (max-width:980px){
	.modal-container{width:92%;}
}


/* モーダルを閉じるボタンの指定 */
.js-modalClose{
  position: absolute;
  display:flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  right:0px;
  width:25px;
  height:25px;
  color: #fff;
  background:none;
  cursor: pointer;
}

@media screen and (max-width:980px){
	.js-modalClose{
		top: -6.12vw;width:5.10vw;height:5.10vw;}
}

.js-modalClose2 {padding-bottom:30px;cursor: pointer;}
@media screen and (max-width:980px){
	.js-modalClose2 {padding-bottom:6.12vw;}
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
	margin:0 auto;
	background: #fff;
	display:block;
}


.prize_m_tp {margin-top:60px;}
@media screen and (max-width:1400px){
	.prize_m_tp {margin-top:4.28vw;}
}
@media screen and (max-width:980px){
	.prize_m_tp {margin-top:16vw;}
}

.prize {width:91.30%;margin:0 auto;
	color:#000;
	text-align: left;
	display:block;
}



.prize_items {width:100%;
	padding-bottom:25px;
	margin-bottom:25px;
	background-image: repeating-linear-gradient(90deg, #002c48, #002c48 4px, transparent 4px, transparent 8px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (max-width:1400px){
	.prize_items {padding-bottom:1.78vw;
		margin-bottom:1.78vw;}
}
@media screen and (max-width:980px){
	.prize_items {padding-bottom:6.66vw;
		margin-bottom:6.66vw;}
}



.pr_title {font-weight:700;font-size:18px;
	padding-bottom:2px;display:inline-block;
	border-bottom:solid 2px #C3002F;
	margin-bottom:20px;
}
@media screen and (max-width:1400px){
	.pr_title {font-size:1.28vw;margin-bottom:1.42vw;}
}
@media screen and (max-width:980px){
	.pr_title {font-size:3.73vw;
	margin-bottom:4vw;}
}


.pr_info {font-weight:500;font-size:16px;line-height:1.6;}
@media screen and (max-width:1400px){
	.pr_info {font-size:1.14vw;}
}
@media screen and (max-width:980px){
	.pr_info {font-size:3.2vw;}
}


.pr_m_btm {margin-bottom:10px;}
@media screen and (max-width:1400px){
	.pr_m_btm {margin-bottom:0.71vw;}
}
@media screen and (max-width:980px){
	.pr_m_btm {margin-bottom:2.66vw;}
}


.pr_caption {font-weight:400;font-size:14px;line-height:1.6;}
@media screen and (max-width:1400px){
	.pr_caption {font-size:1vw;}
}
@media screen and (max-width:980px){
	.pr_caption {font-size:2.66vw;}
}


.pr_note {text-align: center;font-weight:500;
	font-size:18px;line-height:1.5;
	margin-bottom:25px;
}
@media screen and (max-width:1400px){
		.pr_note {font-size:1.28vw;
		margin-bottom:1.78vw;}
}
@media screen and (max-width:980px){
	.pr_note {font-size:4.26vw;margin-bottom:6.66vw;
}
}
