<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #FF6600;
	background-image: url("../../../common_v13/img/icon/svg/arrow/ar_white.svg");
	background-repeat: no-repeat;
	background-position: center right 12px;
	background-size: 18px auto;
	color: #FFF;
	width: 100%;
}

.d-shadow {
	box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.inner ul {
	margin-bottom: 1em;
}

.campaign li.noindent{
	text-indent: 0;
	margin-left: 0;
}

/*----------------------------------
ここから追記 
------------------------------------*/

/* ページ背景 */

.pagearea {
    background:url("../img/bg.jpg");
	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;
}

/* ピックアップ
──────────────────────────────────────── */

.pickup_item {
	background:url("../img/item_bg.jpg");
}

.pickup_item .banner {
    margin-left: auto;
    margin-right: auto;
}

/* カタログ
──────────────────────────────────────── */

.wrap_base.daylimit {
	border-color: #0C1B2E;
}

.daylimit .title_base{
	background: #0C1B2E;
	color: #FFF;
}

.daylimit .appimg {
	margin-top: 0.7em;
}

.daylimit .appimg a {
	background-color: #F9BE00;
}

/* 受付締切
──────────────────────────────────────── */

.wrap_base.doyo {
	border-color: #3A3A73;
}

.doyo .title_base{
	background: #3A3A73;
	color: #FFF;
}

/* フジネットショップご予約特典
──────────────────────────────────────── */

.wrap_base.netshop{
	background-color: #fff;
	border-color: #00A63C;
}

.netshop .title_base{
	background: #00A63C;
}

.wrap_base.netshop ul{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.netshop .appimg a{
	margin-top: 10px;
}

.netshop img[src*="netshop_tokuten"]{}

/* TVCM
──────────────────────────────────────── */

.wrap_base.movie {
	border-color: #0C1B2E;
}

.movie .title_base{
	background: #0C1B2E;
	color: #FFF;
}

.tvcm p{
	font-weight: bold;
    font-size: 1.2em;
    margin: 0.4em 0;
}

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

/* エシカル
──────────────────────────────────────── */

.sustainable{
	margin-top: 2rem;
}

/* アレルゲン
──────────────────────────────────────── */

.allergy{
	margin-top: 1em;
}

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

	.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 {
		font-size: 1.5rem;
		margin-top: 1.5em;
		text-align: center;
	}
	
	ul.cautiontext{
		text-align: left;
	}
	
	.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;
	}
    
	/* ピックアップ
	──────────────────────────────────────── */
    
	.pickup_item .banner {}    
    
	/* フジネットショップご予約特典
	──────────────────────────────────────── */
	
	.wrap_base.netshop ul{
		margin-bottom: 0;
	}

    .netshop img[src*="netshop_tokuten"]{
        margin-top: 2em;
    }	
    
	/* TVCM
	──────────────────────────────────────── */

	.tvcm{
		width: 80%;
		max-width: 640px;
		margin: 0 auto;
	}
    
    .tvcm p{
   		font-size: 1.4em;
	}
    
	/* エシカル
	──────────────────────────────────────── */
	
	.sustainable{
		margin: 30px;
	}	
}

/* 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;
	}
		
	/* ピックアップ
	──────────────────────────────────────── */

	.pickup_item {
        padding:15px 0;
	}
	
	.pickup_item .banner {
		width: calc(100% - 80px);
		max-width:1000px;
	}	
    
	/* 受付期間
	──────────────────────────────────────── */

	.daylimit p + .appimg{
		padding-bottom: 0 !important;
	}
	
	/* エシカル
	──────────────────────────────────────── */
	
	.sustainable{
		margin: 40px auto 0;
		max-width: 800px;
	}	
    
}

/* PC用1280px～（PC）
---------------------------------------------------------------------*/

@media print, screen and (min-width: 1280px) {}
</pre></body></html>