@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;
*/

/*カスタム変数*/
/*カラー用*/
:root {
  --color-pink:#eb8e7c ;
  --color-gray:#e8e8e8 ;
}

:root {
  --color01:var(--color-pink) ; /*濃いめメインカラー*/
  --color02:var(--color-gray) ; /*極薄メインカラー*/
}


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

■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: #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:#000;
	font-size:12px;
}
@media screen and (max-width:768px) {
	.js-main{
		padding-top:0;
	}
}

/*リンクの設定*/
.js-main a{
	text-decoration:none;
	color:#000;
}
.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.共通フォーマット（ボタンデザインなど）
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*ボタン*/
/*ボタン019*/
.button019 a {
	display: block;
    background: #fff;
    /*border-radius: 3px;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
	width:100%;
    max-width: 300px;
    padding: 10px 10px;
    color: #000;
    transition: 0.3s ease-in-out;
	font-size:1em;
    /*font-weight: 500;*/
	border:solid 1px #000;
	letter-spacing: 0.25em;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 1rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
 	background: #000;
 	color: #FFF;
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity = 100);
}
.button019 a:hover:after {
  right: 1.4rem;
}



/*メインの余白の指定*/
.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:1em;
	letter-spacing: 0.23em;
	line-height: 1.5;
	
	font-family: futura-pt,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.main-title .main-title-text {
	/*color: #f17689;*/
	font-weight: 900;
	font-size: 1.6em;
}
/*.main-title-text span {
	font-weight: 900;
	font-size: 1.2em;
}*/
.main-subtitle{
	margin-top:1.2em;
	margin-bottom:50px;
	font-size:0.9em;
	letter-spacing: 0.23em;
}

/*フォント指定*/
/*Futura PT Demi*/
.font01{
	font-family: futura-pt,sans-serif;
	font-weight: 600;
	font-style: normal;
}

/*色指定*/
/*背景色*/
.bgcolor01{ /*白*/
	background-color: #fff;
}
.bgcolor02{ /*薄いグレー*/
	background-color: #f6f6f6;
}
.bgcolor03{ /*メインカラー*/
	background-color: var(--color01);
}

/*フォント色*/
.fontcolor01{ /*メインカラー*/
	color: var(--color01);
}



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

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

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: #d6374e;
	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.コンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.content{
	width:100%;
	margin:0;
}
.content .main-title , .content .main-subtitle {
	color: #000;
}

.content_item{
	margin: 50px auto 0;
	width:500px;
	padding:50px 50px;
	/*border:1px solid #b8b096;*/
	background-color: #fff;
	border-radius: 20px;
	
	position: relative; /*三角ラベル用*/
}
@media screen and (max-width: 768px){
	.content_item{
		margin: 50px auto 0;
		width:90%;
		padding:10% 5%;
	}
}

/*金額部分*/
.content_item_head{

}
.content_item_head_t01{
	font-size:1.5em;
	line-height:1.2;
}
.content_item_head_t01 span{
	font-size:1.5em;
}
.content_item_head_t02{
	margin-top:-0.8em;
	font-size:3em;
}
.content_item_head_t02 span{
	font-size:2.4em;
}

/*コード部分*/
.content_item_code{
	margin-top:-1em;
}
.content_item_code_t{
	
}
.content_item_code_in{
	margin: 0.2em auto 0 ; 
	width:80%;
	font-size:1.8em;
	font-weight: bold;
	border: 1px solid #999999;
}

/*注意書き*/
.content_notice{
	margin-top:5em;
	/*color:#fff;*/
}


/* 三角ラベル部分 左上に表示 */
.content_item::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 5em solid transparent;
    border-left: 5em solid #f17689; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 1;
}
.content_item::after {
    content: "coupon";
    display: block;
    top: 1em;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
}


/*アコーディオン*/
.acbox_notice{
  width: 500px;
  max-width:90%;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin: 0px auto; /* ボックス全体の位置調整 */
	
　text-align: left;
}
.acbox_notice label{
  width: auto;
  font-size: 15px; /* ラベルの文字サイズ */
  font-weight: normal;
  text-align: center;
  background: #f17689; /* ラベルの背景色 */
  position: relative;
  display: block;
  padding:8px;
  border-radius: 0px; /* ラベルの角の丸み */
  cursor: pointer;
  color: #fff;
}
.acbox_notice .bold_u{
	font-weight: bold;
	text-decoration: underline;
}
.acbox_notice label:hover{
  background: #666; /* ラベルにマウスを乗せた時の背景色 */
}
.acbox_notice input{
  display: none;
}
.acbox_notice label:after{
  color: #fff;
  content:"＋"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}
.acbox_notice input:checked ~ label::after {
  content:"－"; /* ラベルをクリックした後のアイコン */
}
.acbox_notice .acbox_notice-under{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.15s; /* 開閉スピードの設定 */
	
  text-align: left;
}
.acbox_notice input:checked ~ .acbox_notice-under{
  height: auto;
  padding: 18px; /* 開いた部分の枠内の余白 */
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}
.acbox_notice input:checked ~ label {
  background: #f17689; /* クリック後のラベルの背景色 */
}
.acbox_notice-under{
  font-size: 12px; /* 開いた部分の文字サイズ */
  color: #555555; /* 開いた部分の文字色 */
}

@media screen and (max-width: 768px){
	.acbox_notice-under{
		text-align: left;
	}
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
5.バナーエリア
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.banner-area {
	width: 100%;
	/*background-color: #c83f6f;*/
}

.banner-area-inner img{
	max-width: 700px;
	width: 90%;
    margin: 0 auto;
	padding-bottom: 20px;
}

.banner-area-inner p {
	/*color: #fff;*/
	font-size: 1.2em;
}

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

.detail{
	width:100%;
	margin:0;
	background-color: var(--color02);
}


.detail_contents{
	margin:50px auto 0;
	padding:40px 40px 1px;
	width:500px;
	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: #3A3A3A;
	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%;
	}
}

.detail .main-title {
	font-size: 1.5em;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
8.カテゴリリンク
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.contents-link_allitem{
	margin-bottom:5em;
}

.contents-link_allitem_box{
	/*フレックスボックスの設定*/
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	/*フレックスボックスの要素を左寄せ*/
	justify-content: center;
	align-items: center;
	
	text-align: left;
	margin:0 auto 2em;
	width:90%;
}
.contents-link_allitem_img{
	width:30%;
	line-height: 0;
}
.contents-link_allitem_img img{
	width:100%;
	object-fit: cover;
}
.contents-link_allitem_txt{
	width:70%;
	text-align: center;
	color:#fff;
}
.contents-link_allitem_txt .txt01{
	font-family: serif;
	font-size:1.5em;
}
.contents-link_allitem_txt .txt02{
	font-weight: lighter;
	font-size:0.8em;
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
7.フッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.contents-footer{
	margin:4em auto;
}
.contents_brand_top{
	margin:3em auto;
}
.brand_under-text{
	margin-top:1em;
}

/*SP*/
@media (max-width: 768px) {
	.contents_brand_top{
		width:50%;
	}
}


/*タイトル画像部分*/
.footer-title{
	margin-bottom:80px;
	padding:150px 0 30px;
	width:100%;
	
	/*background-color: #fff;*/
}
.footer-title img{
	width:400px;
}
@media (max-width: 768px) {
	.footer-title{
		/*padding:5em 0 2em;*/
	}
	.footer-title img{
		width:50%;
	}
}




/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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);
}


