@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:80px;
	}
}

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

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

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

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



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
■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: #efe1e5;
}

/*全体の設定/フォントなど*/
.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:#b26c81;
	font-size:12px;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#e9396a;
}
.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:980px;
	margin:auto;
}
@media screen and (max-width: 768px){   
	.js-container{
		width:100%;
	}
}


/*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: #b26c81;
  line-height: 1;
  border-radius: 10px;
  transition: all .2s;
	
  border:  2px solid #b26c81;
	
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.btn01:hover {
  background-color: transparent;
  border:  2px solid #b26c81;
  color: #b26c81;
}

/*小さいver*/
.btn-small{
	font-size:0.8em;
	padding: 0.5em 3em;
	margin-top:1em;
}
@media screen and (max-width: 768px){
	.btn01{
		 /*padding: 1em 1em 0.5em;*/
	}
	.btn-small{
		 padding: 0.1em 2em;
	}
}


/*メインの余白の指定*/
.main-padding{
	padding-top:116px;
	padding-bottom:116px;
}
@media screen and (max-width: 768px){
	.main-padding{
		padding-top:5em;
		padding-bottom:5em;
	}
}



/*見出し*/
.main-title{
	font-size:1.5em;
	/*letter-spacing: 0.23em;*/
	line-height: 1.5;
	
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.main-subtitle{
	margin-top:1em;
	margin-bottom:50px;
	font-size:0.9em;
	letter-spacing: 0.23em;
}


/*色*/
.font_color01{ /*白*/
	color:#fff;
}
.font_color02{ /*くすみピンク*/
	color:#b26c81;
}



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

.main-visual{
	margin-bottom:0;
	width:100%;
	background-color: #dcc3c9;
	line-height: 0;
}

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


/*～～～期間終了～～～*/
.main-notice{
	/*padding-top:116px;
	padding-bottom:116px;*/
	background-color: #E8E8E8;
}
.main-notice .inbox{
	display: inline-block;
	background-color: #e9396a;
	color:#fff;
	padding:20px 30px ;
}
.notice-head{
	font-size:1.5em;
	letter-spacing: 0.23em;
	line-height: 1.5;
	
	border-bottom:1px solid #fff;
	padding-bottom:0.35em;
	
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}
.notice-text{
	padding-top:1.25em;
}
@media screen and (max-width: 768px){
	.main-notice{
		padding-bottom:5em;
	}
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
4.当選内容
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.winning_content{
	width:100%;
	margin:0;
	background-color: #faf1f3;
}

.winning_content_wrapper{
	margin: 50px auto 0;
	width:500px;
	padding:50px 50px;
	/*border:1px solid #b8b096;*/
	background-color: #fff;
	/*color:#de4357;*/
}
@media screen and (max-width: 768px){
	.winning_content_wrapper{
		margin: 50px auto 0;
		width:90%;
		padding:10% 5%;
	}
}

.winning_content_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を中央寄せ*/
	justify-content: center;
	align-items: center;
	
	width:80%;
	margin: auto;
	font-size:1.7em;
}
.winning_content_box .left{
	width:20%;
}
.winning_content_box .middle{
	width:50%;
	text-align: right;
	
	font-family: futura-pt,sans-serif;
	font-weight: 500;
	font-style: normal;
	
	font-size:1.5em;
	letter-spacing: 0;
}
.winning_content_box .right{
	width:30%;
	text-align: right;
	
	font-family: futura-pt,sans-serif;
	font-weight: 500;
	font-style: normal;
	
	font-size:0.7em;
}
@media screen and (max-width: 768px){
	.winning_content_box{
		font-size:1.5em;
	}
}


.winning_content_box .left span{
	font-size:1.5em;
	
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
} 
.winning_content_box .right span{
	font-size:1.5em;
} 

.winning_content_text{
	margin-top:25px;
	font-size:0.9em;
}


/*リール動画*/
.movie{
	margin:auto;
	width:500px;
}
@media screen and (max-width: 768px){
	.movie{
		width:90%;
	}
}

/*プレゼントエリア*/
.present_img img{
	width:100%;
}
.present_text{
	margin-top:1em;
	text-align: left;
	color:#000;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.応募ボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.apply{
	padding-top:50px;
	/*color:#de4357;*/
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
6.固定応募ボタン float
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.apply_float{
	position: fixed;
    bottom: 30px;
	right:30px;
	z-index: 100;

}
@media screen and (max-width: 768px){
	.apply_float{
		right:auto;
		left:30px;
	}
}

.under_btn{
	color:#fff;
	font-size:1.5em;
	line-height: 1.2;
	
	border-radius: 50%;
	height:100px;
	width:100px;
	background-color: #e9396a;
	
	display: flex;
  	justify-content: center;
  	align-items: center;
}


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

.detail{
	width:100%;
	margin:0;
	/*background-color: #b8b096;*/
	/*color: #fff;*/
}


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

.contents-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;
}

.contents-text .heading_icon{
	margin-bottom:0.3em;
}
.contents-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){
	
}


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



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
9.footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-footer{
	width:100%;
	margin:0;
	padding:50px 10px;
	background-color: #fff;
	line-height: 0;
}
.contents-footer-link{
	margin:auto;
	width:200px;
}
.contents-footer-link .btn01{
	background-color: #222;
	color:#fff;
}
.contents-footer-link .btn01:hover{
	background-color: #b8b096;
	border-color: #222;
	color:#222;
}
@media screen and (max-width: 768px){

}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ex.フェードインエフェクト
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.fadein-top {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*下から*/
.fadein {
	opacity : 0;
	transform: translateY(50px);
	transition: all 1s;
	-moz-transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
}


