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

/*googlefonts*/

/*Adobefonts*/
@import url("https://use.typekit.net/vfj3cde.css");
/*
Futura PT Medium
font-family: futura-pt,sans-serif;
font-weight: 500;
font-style: normal;

Futura PT Demi
font-family: futura-pt,sans-serif;
font-weight: 600;
font-style: normal;

Futura PT Bold
font-family: futura-pt-bold,sans-serif;
font-weight: 700;
font-style: normal;
*/

/*================================
目次
================================

■FSの設定打消し
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）

1.全体
2.共通フォーマット（ボタンデザインなど）
3.メインビジュアル
4.当選内容

5.アイテム
6.プロフィール
7.フッター

*/

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■FSの設定打消し
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fs-l-main *{
	min-width: initial;
    min-width: auto;
    min-height: initial;
    min-height: auto;
}

/*メインエリアの横幅制限解除ここから*/
.fs-l-pageMain {
	max-width: 100%;
}

.fs-l-main{
	max-width: 100%;
	padding:0;
	margin:0;
}
/*メインエリアの横幅制限解除ここまで*/


/*.fs-c-breadcrumb{
	padding-top:80px;
}
@media screen and (max-width:768px) {
	.fs-c-breadcrumb{
		padding-top:60px;
	}
}*/

/* 「現在登録されている商品はありません。」を非表示 */
.fs-c-noResultMessage { display: none }

/* 文字サイズ調整 */
.fs-l-main{
	font-size:1.1em;
}

/*共通フッターのマージン調整*/
.footer-sp{
	margin-top: 0 !important;
}

/*自動生成商品エリアのマージンゼロ/余白が発生するため*/
.fs-c-productList{
	margin:0;
}

/*FutureShopのh1領域非表示*/
.fs-c-heading.fs-c-heading--page{
	display: none;
}

/*このクーポンは無効です。領域非表示*/
.fs-c-panel--error{
	display: none;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■PC版とSP版での表示切替設定（見出しや改行などPCとSPの表示を分けたい場合に使用）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*例：brタグにclassを追加
PCのみで改行→pc <br class="pc">
SPのみで改行→sp <br class="sp">
※両方共通の改行の場合は<br>のみでOK

他、PCとSPで表示を分けたい部分にも使用可能
*/

@media screen and (min-width: 768px){
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 768px){
  .pc { display:none; }
  .sp { display:block; }
}



/*================================
1.全体
================================*/

body{
/*背景色*/
	background-color: #fff;
}

/*全体の設定/フォントなど*/
.js-main{
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	color:#2f2f2f;
	font-size:12px;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#2f2f2f;
}
.js-main a:hover,a:hover img{
	opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}


/*widthなどの適応範囲をborder基準に変更*/
.js-main *, .js-main *:before, .js-main *:after{
	-webkit-box-sizing: border-box; /* Webkit */
	-moz-box-sizing: border-box; /* Firefox */
	box-sizing: border-box; /* 標準 */
}


/*SP版画像サイズ制御*/
@media screen and (max-width:768px) {
    /*　画面サイズが768px以下の時はここを読み込む　*/
	.js-main img{
	width:100%;
	height: auto;
	}
}

/*PC980px、SP100%*/
.js-container{
	width:100%;
	max-width:980px;
	margin:auto;
}


/*TOPへ戻るボタンの位置調整 PCのみ*/
@media screen and (min-width: 769px){
	#footer.second-page .footer__pagetop__btn{
		bottom:150px;
		right:40px;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
2.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
.btn01{
  width:300px;
  padding: 0.8em 0 0.8em 0;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 1em auto;
  color: #fff;
  background-color: #2f2f2f;
  line-height: 1;
  border-radius: 10px;
  transition: all .2s;

  border:  2px solid #2f2f2f;

	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.btn01:hover {
  background-color: transparent;
  border:  2px solid #2f2f2f;
  color: #2f2f2f;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
3.メインビジュアル
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.main-visual{
	margin-bottom:0;
	width:100%;
	/*background-color: #b52b2b;*/
	line-height: 0;
}
.main-visual img{
	width:100%;
}

h1{
	margin:0;
	line-height: 0;
}


/*～～～期間終了～～～*/
.main-notice{
	padding: 0.8em 0;
	background-color: #E8E8E8;
	font-weight: 700;
	color: #666
}
@media screen and (max-width: 768px){
	.main-notice{
		
	}
}

/*～～～対象外～～～*/
.main-t_notice{
	margin:2em auto;
	padding:1em;
	width:90%;
	max-width:500px;
	border:1px solid #666;
	border-radius: 7px;
}
.main-t_notice span{
	color:tomato;
}


.main-t{
	margin:2em auto;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.content{
	width:100%;
	margin: 2em auto;
}

.code_wrap{
	margin: 1em auto;
	width:90%;
	max-width:500px;
	padding:20px;
	/*border:1px solid #b8b096;*/
	background-color: #f5f5f5;
	border-radius: 5px;
}
@media screen and (max-width: 768px){
	.content{
		
	}
	.code_wrap{
		padding:3vw;
	}
}

/*金額部分*/
.code_t{
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.code_t01{
	font-size:1.2em;
	line-height: 1.3;
	padding-bottom: 8px;
}
.code_t01 span{
	font-size:1.5em;
}
.code_t02{
	margin-top:-0.85em;
	font-size:2.5em;
}
.code_t02 span{
	font-size:1.6em;
}

/*コード部分*/
.code{
	margin-top:-1em;
}
.code01{
	font-size:0.9em;
}
.code02{
	margin: 0.1em auto 0 ;
	width:80%;
	font-size:1.8em;
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #fff;
}

/*注意書き*/
.notice{
	margin-top:2em;
}






/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.detail{
	margin:50px auto 0;
	padding:40px 40px 1px;
	width:90%;
	max-width:500px;
	background-color: #fff;
	color:#000;
	text-align: justify;
}
@media screen and (max-width: 768px){
	.detail{
		padding: 2em 5% 1px;
	}
}
.d-title{
	color:#fff;
	background-color: #393939;
	padding: 0.5em 1em 0.3em;
	margin-bottom:1em;
	font-weight: bold;
}
.d-text{
	padding: 0.5em;
	margin-bottom:3em;
}

.d-text .heading{
	font-weight: bold;
	font-size:1.2em;
	line-height:1.3;

	margin-top:1em;
	margin-bottom:0.5em;

	padding-bottom:0.2em;
	border-bottom:solid 1px #000;
}

.d-text .heading_icon{
	margin-bottom:0.3em;
}
.d-text .heading_icon span{
	display: inline-block;
	color:#fff;
	background-color: #000;
	font-size:0.6em;
	font-weight: normal;
	padding:0.3em 0.8em 0.1em;

}

/*SP*/
@media screen and (max-width: 768px){

}


/*注意書き*/
.d-text ul{
	    padding-left: 30px;
}
.d-text li{
	    margin-top:0.8em;
}
@media screen and (max-width: 768px){
	.d-text ul{
	    padding-left: 5%;
	}
}

