@charset "utf-8";

/* 募集中のプレゼントページ************************************************* */

.presentFirstText{
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width:768px) {
  .presentFirstText{
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px;
    margin-bottom: 0;
  }
}

/* プレゼント 詳細ページ************************************************ */

/*プレゼント画像　切り替え */
.navi_photo {
  text-align: center;
}
.other_presents{
  text-align: center;
}
.otherBlock{
  display: inline-block;
  width: 22%;
  margin: 0px 5px;
  vertical-align: top;
}
.productImgThumbnail{
	overflow:hidden;
	margin-bottom:20px;
}
.otherImgThumbnail{
	overflow:hidden;
}
.productImgThumbnail .productImgThumbnailList01{
	width:18%;
  height:88px;
  vertical-align: middle;
	display: inline-block;
	margin-right:5px;
	border:#cccccc 1px solid;
}

.otherImgThumbnail .text{
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.otherImgThumbnailList{
  width: 100%;
  height: 105px;
}

.otherImgThumbnailList .changeImage{
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px){
  ul.productDetailMarker01 {
    font-size: 14px;
    font-size:1.4rem;
    list-style-type: none;
    text-indent: -1.8rem;
    margin-left: 1.8rem;
  }
  .productImgThumbnail .productImgThumbnailList01{
    width:18%;
    height:50px;
    margin-right:0px;
  }
  .productCopyright{
    margin-right: 5px;
  }
  .otherBlock{
    width: 60%;
  }
  .otherImgThumbnailList{
    width: 100%;
    height: auto;
  }
}

.productImgThumbnail .productImgThumbnailList01:last-child{
	margin-right:0px;
}
.productImgThumbnail .productImgThumbnailList01 .changeImage{
	max-width: 100%;
  max-height: 100%;
	cursor:pointer;
}
.productImg{
	text-align:center;
	width:640px;
  height: 480px;
	border:#cccccc 1px solid;
	margin-bottom:20px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
	.productImg{
		width:100%;
    height: auto;
	}
	.productImg .mainImage{
		width:auto;
	}
}
.productImg .mainImage{
  width: 100%;
  height: auto;
}

/* SNSモジュール */
.snsBlock{
  display: flex; 
  flex-wrap: wrap;
  justify-content: center;
  margin: 1% 0;
}
.wonderButton {
  float: left;
  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}

.wonderButton .link {
  display: block;
  color: #fff;
  padding: 2px 8px 1px;
  font-size: 11px;
  font-size: 1.1rem;
}

.wonderButton.voted {
  background: none;
  box-shadow: none;
}

.wonderButton.voted .link {
  pointer-events: none;
  color: #ff0000;
}
/* snsボタン 768px以下 */
@media screen and (max-width: 768px){
	.detailSnsBtn .line {
		display: inline;
	}
	.detailSnsBtn .line .img {
		height: 20px;
		width: auto;
	}
}
.detailSnsButton .line {
    display: none;
}
/*動画*/
.pvArea {
  text-align: center;
  width: 640px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.pvArea video {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .pvArea {
    width: 100%;
  }
}

/* table */
.detailTable{
  margin-bottom: 5px;
  width:100%;
  border-top:#cccccc 1px solid;
  border-left:#cccccc 1px solid;
}
.detailTable th,
.detailTable td{
  font-weight: normal;
  padding:10px;
  font-size: 14px;
  font-size:1.4rem;
  line-height:1.4;
  border-bottom:#cccccc 1px solid;
  border-right:#cccccc 1px solid;
  vertical-align: middle;
}
.detailTable th{
  text-align: left;
  	width:36%;
  	background-color:#eae9e9;
  	border-right:#cccccc 1px solid;
}
.detailTable .coinIcon{
  vertical-align: -12px;
  margin-right: 5px;
}
.detailTable .quantity{
  margin-right: 10px;
}
.detailTable .requiredNumber{
  margin-bottom: 5px;
}
.detailTable .levelBox {
  overflow: hidden;
}
.detailTable .levelBox .level {
  float:left;
  margin-right: 6px;
}
.detailTable .levelBox .level .img {
  width: 49px;
}
.tableAnnotation{
  margin-bottom: 10px;
}
/* table 768px以下*/
@media screen and (max-width: 768px){
  .detailTable th,
  .detailTable td {
    width:auto;
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
  }
  .detailTable .levelBox .level {
    margin-right: 1px;
  }
  .detailTable .levelBox .level .img {
  width: 40px;
}
}

/* ログインプロンプト*/
.loginPrompt{
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
/* タイトル */
.detailSubTitle{
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 4px solid #eeb734;
  margin-bottom: 20px;
}
.detailSubTitle2{
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.detailSubTitle2 .icon {
  color: #eeb734;
  margin-right: 2px;
}
/* タイトル 768px以下 */
@media screen and (max-width:768px) {
  .detailSubTitle {
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 4px;
    border-bottom: 3px solid #eeb734;
    margin-bottom: 10px;
  }
  .detailSubTitle2{
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* 募集終了、予告時ボタン代替テキスト */
.closingText{
  box-sizing: border-box;
  width: 640px;
  margin: 0 auto 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #0033cc;
  border: 4px solid #97b1ff;
  border-radius: 10px;
  font-family: "UD Shin Go Medium JIS2004";
}

.noticeText{
  box-sizing: border-box;
  width: 640px;
  margin: 0 auto 20px;
  padding: 10px 0;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #ff6600;
  border: 4px solid #ffb98a;
  border-radius: 10px;
}

@media screen and (max-width:768px) {
  .closingText,.noticeText{
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    border-width: 2px;
  }

}

/*同意チェック*/
.checkConf {
  text-align: center;
  margin: 20px auto;
}

/*ダイヤ・スターコインで応募ボタン*/
/* form用 submitに適用 ２つ横並び */
.textButton.submit01 {
  float: left;
  width: 49%;
  margin-left: 1%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
}
.textButton.submit01:first-child{
  margin-left: 0;
}

.textButton.submit01:hover{
  color: #FCC800;
}
.textButton.submit01 .text{
  display: none;
}

/* 同意ボタンで切り替え用 */
.textButton.submit01.off{
  background: #B2B2B2;
  cursor: default;
}
.textButton.submit01.off:hover{
  color: #fff;
}
.textButton.submit01.off:hover:after{
    color: #fff;
}


@media screen and (max-width:768px) {
  .textButton.submit01{
    font-size: 16px;
    font-size: 1.6rem;
  }

}

@media screen and (max-width:430px) {
  .textButton.submit01{
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 15px;
  }
  .textButton.submit01::before {
    right: 7px;
    margin-top: -10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}




.applicationArea {
  width: 100%;
  display: table;
  margin: 10px 0 40px;
}
.applicationArea .btnCoin {
  display: table-cell;
}
.applicationArea button.appBtnOn,
.applicationArea button.appBtnOff{
  font-family: "UD Shin Go Medium JIS2004";
}

.applicationArea .appBtnOn{
  position: relative;
  width:99%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  background: #33cc00;
  box-shadow: 1px 1px 3px #acacac;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "メイリオ","ヒラギノ角ゴ Pro","HiraKakuPro-W3","MS UI Gothic",verdana,helvetica,Arial,sans-serif;
}
.applicationArea .appBtnOff{
  position: relative;
  width:99%;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  background: #B2B2B2;
  box-shadow: 1px 1px 3px #acacac;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "メイリオ","ヒラギノ角ゴ Pro","HiraKakuPro-W3","MS UI Gothic",verdana,helvetica,Arial,sans-serif;
}
.applicationArea .appBtn:after{
  content: "\f04b";
  position: absolute;
  top: 60%;
  right: 20px;
  margin-top: -16.5px;
  font-family: FontAwesome;
  color:#FFFFFF;
  font-size: 22px;
}

.applicationArea .appBtnOn:hover{
  color: #FCC800;
}

.applicationArea .appBtn:hover:after{
  color:#FCC800;
}

/*ダイヤ・スターコインで応募ボタン　768px以下*/
@media screen and (max-width:768px) {
  .applicationArea .appBtnOn{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
  }
  .applicationArea .appBtnOff{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
  }
  .applicationArea .appBtn:after{
    position: absolute;
    top: 70%;
    right: 3px;
    /*margin-top: -16.5px;*/
    font-family: FontAwesome;
    color:#FFFFFF;
    font-size: 11px;
    font-size: 1.1rem;
  }

}

/* 応募確認ページ************************************************ */

/*コイン計算*/
.coinCalcArea {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.coinCalcArea .BaseBox {
  display: table-cell;

}
.coinCalcArea .box01 {
  text-align: center;
  background-color: #ffffcc;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.coinCalcArea .box01 .ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  background-color: #33cc66;
  color: #FFFFFF;
  padding: 10px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.coinCalcArea .box01 .cnt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  color: #D4340F;
  padding: 10px;
}
.coinCalcArea .box02 {
  vertical-align:middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
/*コイン計算　768px以下*/
@media screen and (max-width:768px) {
  .coinCalcArea .box01 .ttl {
    padding: 5px;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .coinCalcArea .box01 .cnt {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px;
  }
  .coinCalcArea .box02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.otherPresent{
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 4px solid #eeb734;
  margin-bottom: 20px;
}

.youtube_area{
  text-align: center;
  margin-bottom: 10px;
}

.youtube{
  width:640px;
  height:360px;
}

@media screen and (max-width:768px) {
  .youtube{
    width:100%;
    height:56.25vw;
  }
}

.modal_text .caution{
  font-size: 24px;
  margin-bottom: 5px;
  color:#ff6600;;
  text-align: center;
}

.modal_text .text{
  font-size: 15px;
}

.agreeButton{
  width:100%;
  margin-top: 25px;
}

.backButton{
  width:100%;
  background: #00bfff;
}
@media screen and (max-width:768px) {
  .presentModal{height:100%;}
  .modalblock .inner_wrap{position: fixed; height: 100%;overflow: scroll;top:0;}
  .modalblock .inner_wrap .mainContentPanel{top: 5%;left: 0;right: 0;bottom: 0;width: 85%; overflow-y:auto;margin-bottom: 40px; }
  /* SP公式アプリ用cssレイアウト */
  .modalblock .inner_wrap .appMainContentPanel{top: 3px;left: 0;right: 0;bottom: 0;width: 88%;height: 93%;padding-top: 5px;}
}

.confirmButtonArea{
  margin-top: 30px;
}

.postCautionArea {
  padding-left: 20px;
}
.postCautionArea li{
  list-style: disc;
}

@media screen and (max-width:768px) {
  .confirmButtonArea{
    margin-top: 60px;
  }
}

