@charset "utf-8";

/********** 【仮】 サイトの定義 **********

使用する文字サイズ：
10px
12px
14px
16px（基本）
18px（中サイズ見出し）
20px（特例:TOPの検索するボタンなど）
24px（特例:TOPのエリア検索・駅検索など）
28px（大サイズ見出し）

空白の使用サイズ：
10px
20px
40px（基本）
60px
120px（大見出しの段落ごと）

*******************************/




/*----------------------------------------------------------

　SEO福袋キャンペーン（fukubukuro）

----------------------------------------------------------*/


/********** / include / page / fukubukuro.php ここから **********/

#main_Image_SubPage::before {
	background-color: unset;
}


main .page div.Center {
	width: 1200px;
}

main .page div.Center section {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}


section#special.fukubukuro div.content p.description font {
	font-weight: bold;
	color: #fb24a2;
}

section#special.fukubukuro div.content p.description font strong {
	font-weight: bold;
}


/***** 内容 *****/

section#special.fukubukuro div.content p.attention {
	margin-bottom: 40px;
	padding: 20px;
	background: #ffffc0;
	border-radius: 8px;

	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

section#special.fukubukuro div.content p.attention font {
	color: #fb24a2;
}


section#special.fukubukuro div.content p.appeal {
	width: 600px;
	margin: 0 auto 40px;
}

section#special.fukubukuro div.content p.appeal img {
	width: 100%;
}


section#special.fukubukuro div.content .item {
	width: 100%;
	margin-bottom: 80px;
	font-size: 0;
}

section#special.fukubukuro div.content .item .whats {
	position: relative;
	display: block;
	vertical-align: middle;

	padding: 20px;
	border: 2px solid #fb24a2;
}


section#special.fukubukuro div.content .item .whats .title {
	margin-bottom: 20px;
}

section#special.fukubukuro div.content .item .whats .title h4 {
	margin: 0;
	font-size: 36px;
	font-family: 'Noto Sans JP',system-ui;
	font-weight: 900;

	text-align: left;
	text-shadow: none;
}

section#special.fukubukuro div.content .item .whats .title h4 i {
	margin-right: 10px;
	color: #fb24a2;
}

section#special.fukubukuro div.content .item .whats .title h4 em {
	font-style: normal;
}

section#special.fukubukuro div.content .item .whats .title h4 font {
	color: #fb24a2;
}

section#special.fukubukuro div.content .item .whats .title h4 span {
	margin: 0 3px;
	padding: 0 3px;
	background-image: linear-gradient(transparent 57.5%, #ffff00 0%)
}

section#special.fukubukuro div.content .item .whats .title h4 #countOutput1,
section#special.fukubukuro div.content .item .whats .title h4 #countOutput2 {
	font-size: 36px;
	color: #fb24a2;
}


section#special.fukubukuro div.content .item .whats .text {
	width: 100%;
	margin-bottom: 20px;
}

section#special.fukubukuro div.content .item .whats .text p {
	margin-bottom: 20px;
	text-align: left;
	text-shadow: none;
}
section#special.fukubukuro div.content .item .whats .text p:last-child {
	margin-bottom: 0;
}

section#special.fukubukuro div.content .item .whats .text p span {
	margin: 0 3px;
	padding: 0 3px;
	background-image: linear-gradient(transparent 57.5%, #ffff77 0%)
}

section#special.fukubukuro div.content .item .whats .text p font {
	font-weight: bold;
	color: #fb24a2;
}


/* ［SEO福袋 ご購入特典について］ボタン（ボタン配置＆配色） */

section#special.fukubukuro div.content .item .whats .text .btnMore {
	width: 314px;
	height: 44px;
	margin: 0 auto;
}

section#special.fukubukuro div.content .item .whats .text .btnMore a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 310px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	color: #fb24a2;
	border: 2px solid #fb24a2;
	overflow: hidden;
	transition: all 0.5s;
	border-radius: 100px;
}

section#special.fukubukuro div.content .item .whats .text .btnMore a::before,
section#special.fukubukuro div.content .item .whats .text .btnMore a::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	width: 23px;
	height: 23px;
	background-color: #fb24a2;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

section#special.fukubukuro div.content .item .whats .text .btnMore a::before { left:-23px; }
section#special.fukubukuro div.content .item .whats .text .btnMore a::after { right:-23px; transform: translate(50%, -50%); }
section#special.fukubukuro div.content .item .whats .text .btnMore a:hover { color:#fff; transition:all 0.4s 0.4s; }

section#special.fukubukuro div.content .item .whats .text .btnMore a:hover::before { animation:left-circle 0.8s both alternate; }
@keyframes left-circle {
	0% {
		left: -23px;
		width: 23px;
		height: 23px;
	}
	50% {
		left:  50%;
		width: 23px;
		height: 23px;
	}
	100% {
		left: 50%;
		width: calc(234px * 1.5);
		height: calc(234px * 1.5);
	}
}

section#special.fukubukuro div.content .item .whats .text .btnMore a:hover::after { animation:right-circle 0.8s both alternate; }
@keyframes right-circle {
	0% {
		right: -23px;
		width: 23px;
		height: 23px;
	}
	50% {
		right:  50%;
		width: 23px;
		height: 23px;
	}
	100% {
		right: 50%;
		width: calc(234px * 1.5);
		height: calc(234px * 1.5);
	}
}


section#special.fukubukuro div.content .item .whats .image {
	width: 100%;
	margin-bottom: 20px;
}


section#special.fukubukuro div.content .item .whats .image p {
	display: inline-block;
	width: calc(100% / 5 - 80px / 5);
	margin-right: 20px;
	margin-bottom: 0;
}
section#special.fukubukuro div.content .item .whats .image p:last-child {
	margin-right: 0;
}

section#special.fukubukuro div.content .item .whats .image p img {
	width: 100%;
}


section#special.fukubukuro div.content .item .whats .deco_L::before,
section#special.fukubukuro div.content .item .whats .deco_R::before {
	content: '';
	display: block;
	width: 130px;
	height: 130px;
	background-size: contain;
	background-repeat: no-repeat;

	position: absolute;
	bottom: -30px;
}

section#special.fukubukuro div.content .item .whats .deco_L::before {
	background-image: url('../../img/fukubukuro/pc/deco_L.png');
	left: -43px;
}

section#special.fukubukuro div.content .item .whats .deco_R::before {
	background-image: url('../../img/fukubukuro/pc/deco_R.png');
	right: -38px;
}


section#special.fukubukuro div.content .present,
section#special.fukubukuro div.content .experience {
	line-height: 1.75;
	margin-bottom: 40px;
	font-size: 36px;
	font-family: 'Noto Sans JP',system-ui;
	font-weight: 900;
}

section#special.fukubukuro div.content .present b,
section#special.fukubukuro div.content .experience b {
	font-weight: 900;
}

section#special.fukubukuro div.content .present big,
section#special.fukubukuro div.content .experience big {
	font-size: 64px;
}

section#special.fukubukuro div.content .present font,
section#special.fukubukuro div.content .experience font {
	font-weight: 900;
	color: #fb24a2;
}

section#special.fukubukuro div.content .present span,
section#special.fukubukuro div.content .experience span {
	margin: 0 3px;
	padding: 0 3px;
	background-image: linear-gradient(transparent 57.5%, #ffff77 0%)
}

section#special.fukubukuro div.content .present small,
section#special.fukubukuro div.content .experience small {
	display: block;
	width: 754px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}


section#special.fukubukuro div.content .arrow {
	margin-bottom: 40px;
	height: 300px;
	background-image: url(../../img/fukubukuro/arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 300px;
}


section#special.fukubukuro div.content .detail {
	margin-bottom: 80px;
}

section#special.fukubukuro div.content .detail .tax {
	margin-bottom: 20px;
	padding: 20px;
	background: #ffffc0;
	border-radius: 8px;

	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

section#special.fukubukuro div.content .detail .tax span {
	font-weight: 900;
	color: #fb24a2;
}


section#special.fukubukuro div.content .detail table {
	font-size: 18px;
	text-align: center;
}


section#special.fukubukuro div.content .detail table tr th {
	width: 19%;

	font-family: 'Noto Sans JP',system-ui;
	font-size: 20px;
	font-weight: 900;
}

section#special.fukubukuro div.content .detail table tr:first-child th {	/* 見出し行 */
	padding: 20px;
}


section#special.fukubukuro div.content .detail table tr td {
	width: unset;
	padding: 20px 10px;
}

section#special.fukubukuro div.content .detail table tr:first-child td {	/* 見出し行 */
	line-height: unset;
	padding: 20px;

	text-align: center;
	background: #eee;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}

section#special.fukubukuro div.content .detail table tr:first-child td span {	/* 見出し行 */
	font-family: 'Noto Sans JP',system-ui;
	font-size: 20px;
	font-weight: 900;
}

section#special.fukubukuro div.content .detail table tr td span {
	vertical-align: -3px;
	margin-right: 1.5px;
	margin-left: 1.5px;
	font-family: Impact;
	font-size: 40px;
	font-weight: normal;
}

section#special.fukubukuro div.content .detail table tr td span.before {
	font-size: 40px;
	color: #777;

	display: inline-block;         /* 打ち消し線と文字の幅を揃えられるようにする */
	position: relative;            /* 打ち消し線の位置を調整する時の基準点になるようにする */
}
section#special.fukubukuro div.content .detail table tr td span.before::before {
	content: '';                	/* 擬似要素に実体を持たせる */
	width: calc(100% + 30px);                	/* 打ち消し線の幅を指定する*/
	height: 3px;                	/* 線を表示させるために2pxだけ高さを入れる */
	border-top: solid 3px #fb24a2;     /* 二重線の上側になる線をひく */
	position: absolute;            	/* 線の位置を自由に動かせるようにする */
	left: -7px ;                   	/* 線の位置を左に揃える */
	top: calc(50% - 5px);           /* 線の位置を真ん中から3px上にする */
}
section#special.fukubukuro div.content .detail table tr td span.before::after {
	content: '';                	/* 擬似要素に実体を持たせる */
	width: calc(100% + 30px);                	/* 打ち消し線の幅を指定する*/
	height: 3px;                	/* 線を表示させるために2pxだけ高さを入れる */
	border-bottom: solid 3px #fb24a2;  /* 二重線の上側になる線をひく */
	position: absolute;            	/* 線の位置を自由に動かせるようにする */
	left: -7px ;                    	/* 線の位置を左に揃える */
	bottom: calc(50% - 5px);        /* 線の位置を真ん中から3px下にする */
}

section#special.fukubukuro div.content .detail table tr td span.after {
	font-size: 48px;
	color: #fb24a2;
}


section#special.fukubukuro div.content .detail table tr td.course {
	width: 26%;
}

section#special.fukubukuro div.content .detail table tr td.course i.fa-circle-exclamation {
	margin-right: 3px;
	color: #fb24a2;
}

section#special.fukubukuro div.content .detail table tr td.course big {
	font-size: 32px;
	font-weight: 700;
}


section#special.fukubukuro div.content .detail table tr td.course font {
	font-size: 16px;
	color: #fb24a2;
}
section#special.fukubukuro div.content .detail table tr td.course font::before {
	content: "【";
	margin-right: 3px;
}
section#special.fukubukuro div.content .detail table tr td.course font::after {
	content: "】";
	margin-left: 3px;
}


section#special.fukubukuro div.content .detail table tr td.price {
	width: 26%;
	background: #ffffc0;
}

section#special.fukubukuro div.content .detail table tr td.price i.sale {
	display: block;
}
section#special.fukubukuro div.content .detail table tr td.price i.sale::before {
	content: "▼";
	font-style: normal;
	color: #fb24a2;
}


section#special.fukubukuro div.content .detail table tr td.gift {
	position: relative;
	top: 0;

	width: 29%;
	height: 168px;

	background-image: url("../../img/fukubukuro/gift_ribbon.png");
	background-repeat: no-repeat;
	background-position: center 20px;
}

section#special.fukubukuro div.content .detail table tr td.gift .code {
	position: absolute;
	bottom: 20px;
	width: calc(100% - 20px);
}

section#special.fukubukuro div.content .detail table tr td.gift .code font.amazon {
	font-size: 18px;
	color: #ff9900;
}

section#special.fukubukuro div.content .detail table tr td.gift .code font.coupon {
	font-size: 18px;
	color: #fb24a2;
}

section#special.fukubukuro div.content .detail table tr td.gift .code font span.underline {
	vertical-align: bottom;
	margin: 0 2.5px;
	padding: 0 2.5px;
	font-size: 18px;
	background-image: linear-gradient(transparent 57.5%, #ffff77 0%)
}

section#special.fukubukuro div.content .detail table tr td.gift .code span.number {
	font-size: 32px;
}


/* 「－または－」 左右に横線 */
section#special.fukubukuro div.content .detail table tr td.gift .code font.or {
	align-items: center; /* 横線を上下中央 */
	display: flex; /* 文字と横線を横並び */
	justify-content: center; /* 文字を中央寄せ */

	font-size: 12px;
	color: #777;
}

section#special.fukubukuro div.content .detail table tr td.gift .code font.or::before,
section#special.fukubukuro div.content .detail table tr td.gift .code font.or::after {
  content: "";
  width: 128px;	/* 横線の長さ */
  height: 1px;	/* 横線の高さ */
  background-color: #eee;
}

section#special.fukubukuro div.content .detail table tr td.gift .code font.or::before {
  margin-right: 10px; /* 文字との余白 */
}

section#special.fukubukuro div.content .detail table tr td.gift .code font.or::after {
  margin-left: 10px; /* 文字との余白 */
}




form#mail_form dl {
	width: 1160px;
}


main .page div.Center #order form#mail_form dl.service dt {
	text-align: center;
}


main .page div.Center #order form#mail_form dl.service dd ul.presentType {

}

main .page div.Center #order form#mail_form dl.service dd ul.presentType li {
	display: block;
	width: 100%;

	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

main .page div.Center #order form#mail_form dl.service dd ul.presentType li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

main .page div.Center #order form#mail_form dl.service dd ul.presentType li label span {
	margin-left: 5px;
	color:#777;
}

main .page div.Center #order form#mail_form dl.service dd ul.presentType li p.important {
	padding: 0;
	background: none;
	font-weight: normal;
	color: #777;
}

main .page div.Center #order form#mail_form dl.service dd ul.presentType li p.important span {
	color:#fb24a2;
}



/********** / include / page / fukubukuro.php ここまで **********/