@charset "utf-8";

.GenJyuuGothic {
	font-family: "GenJyuuGothic", "メイリオ", sans-serif;
}

/*源柔ゴシック 設定*/

@font-face {
	font-family: "GenJyuuGothic";
	font-style: normal;
	font-weight: 400;
	src: url("font/GenJyuuGothic-Regular.woff2") format("woff2"), url("font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
	font-family: "GenJyuuGothic";
	font-style: bold;
	font-weight: 700;
	src: url("font/GenJyuuGothic-Bold.woff2") format("woff2"), url("font/GenJyuuGothic-Bold.woff") format("woff");
}

/*----------------------------------
  common調整
------------------------------------*/

.appimg {
	padding-bottom: 5px;
}

.appimg a {
	border: 2px solid #fff;
	background-color: #fbd721;
	background-image: url("../img/ar_brown.svg");
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 18px auto;
	color: #694d1f;
	width: 100%;
}

.d-shadow {
	box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.inner ul {
	margin-bottom: 1em;
}




/*----------------------------------
ここから追記 
------------------------------------*/

/* ページ背景 */

.pagearea {
    background-image:url("../img/bg.jpg");
    background-repeat: repeat;
	/*background: #FFF9E2;*/
	padding-bottom:1px;
}

/* 基本設定
──────────────────────────────────────── */

.wrap_base {
	background-color: #FFF;
	border-width: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	border-radius: 10px;
	background: #fff;
	margin: 10px 10px 20px;
	line-height: 1.5;
	padding: 10px;
	position: relative;
	text-align: center;
}

.title_base {
	background: #00A63C;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	margin: -12px -11px 15px -11px;
	padding: 15px;
}

/* アンダーライン蛍光マーカー(text_limit) */

.text_limit {
	background: linear-gradient(transparent 75%, #FFF565 0%);
	font-weight: bold;
	color: #000;
	font-size: 1.6em;
	position: relative;
	display: inline-block;
	padding: 0 0px 0 5px;
}

.text_limit span {
	color: #F90000;
}

.cautiontext {
	margin-top: 0.7em;
	text-align: left;
}

ul.txt_notes{
	line-height: 1.8;
	margin-top: 0.7em;
}

ul.txt_notes li{
	border: none;
	margin:0; 
	padding: 0;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}

.btn_netshop {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	padding: 1em 30px !important;
	border-radius: 100px;
	background: url("/common_v13/img/icon/svg/arrow/ar_white.svg") no-repeat right 15px center #EC6C0E;
	text-align: center;
	cursor: pointer;
}

.btn_w80 {
	width: 90% !important;
	margin: 0 auto;
}

/* カタログ、受付締切
──────────────────────────────────────── */

.wrap_base.daylimit {
	border-color: #8F1D41;
}

.daylimit .title_base{
	background: #8F1D41;
	color: #FFF;
}

.daylimit .appimg {
	margin-top: 0.7em;
}

.wrap_base ul{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

/* フジネットショップご予約特典
──────────────────────────────────────── */

.wrap_base.netshop{
	background-color: #fff;
	border-color: #00A63C;
}

.netshop .title_base{
	background: #00A63C;
}

.wrap_base.netshop ul{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.netshop .appimg a{
	background-color: #EC6C0E;
    color: #fff;
    border-color: #fff;
    background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
}

/* 店頭PV
──────────────────────────────────────── */
.tvcm {
	
}

.youtube {
	position: relative;
	width: 100%;
	max-width:615px;
	padding-top: 56.25%;
	margin:0 auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 2022追記
──────────────────────────────────────── */
.mainimg{
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 100;
}

.netshop p{
    font-weight: bold;
    margin-top: 10px;
}

/* TAB用768px～（TAB）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 768px) {
	
	.pc_none{
		display: none;
	}
	
	/* ページ背景 */	

	.pagearea {
		padding-bottom: 30px;
	}

	/* 基本設定
	──────────────────────────────────────── */	
	
	.wrap_base {
		padding: 30px 50px;
		border-radius: 20px;
		margin: 30px;
		margin-bottom: 50px;
		max-width: 800px;
	}
    
    .wrap_base ul{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
	
	.title_base {
		border-radius: 15px 15px 0 0;
		margin: -32px -51px 30px -51px;
		padding:0.7em 10px;
		text-align: center;
		font-size: 24px;
	}

	/* アンダーライン蛍光マーカー(text_limit) */

	.text_limit {
		font-size: 28px;
	}
	
	.cautiontext {
		text-align: center;
		font-size: 1.5rem;
		margin-top: 1.5em;
	}	
	
	.sp_only {
		display: none;
	}	

	ul.txt_notes{
		margin-top:1.5em;
	}

	.btn_netshop {
		font-size: 24px;
		padding: 20px;
		transition: 0.5s;
		background-position: right 25px center;
		max-width: 740px !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.btn_netshop:hover {
		opacity: 0.7;
		text-decoration: none;
	}

	/* フジネットショップご予約特典
	──────────────────────────────────────── */

    .wrap_base.netshop ul{
        margin-bottom: 0;
        text-align: center;
    }

	/* 店頭PV
    ──────────────────────────────────────── */
	.tvcm{
		width: 80%;
		max-width: 640px;
		margin: 0 auto;
	}
    
    /* ピックアップ商品
    ──────────────────────────────────────── */
    .pickup{
    }

    /* ネットショップ
    ──────────────────────────────────────── */
    .netshop p{
        font-size: 1.2em;
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
	
}

/* PC用1024px～（NPC）
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	
	.wrap_base {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
	}
	
	.appimg{
		padding: 0 !important;
	}
	
	.appimg a {
		border: 4px solid #FFF !important;
		background-position: center right 28px !important;
		background-size: 28px auto !important;
	}
	
	/* 受付期間
	──────────────────────────────────────── */

	.daylimit p + .appimg{
		padding-bottom: 0 !important;
	}
	
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 1280px) {}
