@charset "UTF-8";

/* general */
.wrapper {
	font-family: "YuGothic","Yu Gothic","游ゴシック","Hiragino Sans","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
}
.textPwid .wrapper {
	font-feature-settings: "pwid";
}
.wrapper em {	color: #c00c0c; font-weight: bold; font-style: normal;}
.wrapper figure {margin: 0;}
.sfg__title_h2_suffix {
	display: block;
	margin: -1px 0 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.04em;
}

/* ====================== コンテンツヘッダ ====================== */
.sfg__header {
	padding: 0 5.6% 5px;
}
.sfg__lead {
	margin: 12px 0 0;
}
.date {
	margin: -3px 0 0;
	font-size: 12px;
	line-height: 1.583333333333333;
	text-align: right;
}

/* =========================== 検索 =========================== */

/* ------「ご利用方法と注意事項」SPアコーディオン ------ */
.notice {
	padding: 20px 5.6% 24px;
	background: #f7f6ef none;
	font-size: 14px;
	line-height: 1.5;
}
.notice .sfg__title_h2 {
	margin-top: 0;
}
.notice_main {
	height: 126px;
	overflow: hidden;
	margin: 15px 0 0;
	background: #fff none;
	border-radius: 4px;
}
.notice_inner {
	padding: 26px 4.504504504504505%;
}
.notice_title {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333333333333333;
	letter-spacing: 0.06em;
}
.notice_subtitle {
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.notice_txt {
	margin: 4px 0 0;
	letter-spacing: 0.05em;
}

/* 続きを読むボタン */
.notice_btn {
	position: relative;
	display: block;
	margin: -3px 0 -43px;
	background: #fff;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	letter-spacing: 0.1em;
}
.notice_btn:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -6.306306306306306%;
	top: -57px;
	right: -6.306306306306306%;
	bottom: -24px;
	display: block;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 62%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 62%,rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 62%,rgba(255, 255, 255, 1) 100%);
}
.readmore {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 30px 0 0;
	background: transparent url(./img/arrow_down_red.png) right calc(50% - 1px) no-repeat;
	background-size: 20px;
	line-height: 35px;
}

/* ------ アレルギー物質選択 ------ */
.alg_search {
	padding: 0 5.6% 0;
}
.alg_search_title {
	position: relative;
	margin: 48px 0 0;
	padding: 0 0 0 39px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.06em;
}
.alg_search_title:first-child {
	letter-spacing: 0.04em;
}
.alg_search_title_sub {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
}
.alg_search_num {
	position: absolute;
	left: 0;
	top: -3px;
	width: 31px;
	height: 31px;
	background-size: 31px;
	background-position: left top;
	text-indent: -9999px;
}
.alg_search_num.num_1 {
	background-image: url(./img/title__lower_num_01.svg);
}
.alg_search_num.num_2{
	background-image: url(./img/title__lower_num_02.svg);
}

/* アレルゲン選択 */
.select_alg {
	display: flex;
	flex-wrap: wrap;
	margin: 9px 0.3003003003003% 0;
}
.select_alg li {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	display: table;
	width: calc(25% - 6.75px);
	height: 40px;
	margin: 9px 0 0 9px;
	text-align: center;
}
.select_alg li:nth-child(4n + 1) {
	margin-left: 0;
}
.select_alg label {
	display: table-cell;
	width: 100%;
	height: 36px;
	border: 2px solid #dcd8d1;
	border-radius: 4px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.166666666666667;
	vertical-align: middle;
}
.select_alg label small {
	font-size: 10px;
}
.select_alg input[type="checkbox"] {
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
.select_alg input[type="checkbox"]:checked + label,
.select_alg li.checked {
	background: #c01900 none;
	border: none;
	color: #fff;
}

/* 検索したい条件を選択 */
.cond {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 17px 0 0;
}
.cond li {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: calc(50% - 5.5px);
	height: 74px;
	text-align: center;
}
.cond label {
	box-sizing: border-box;
	display: table-cell;
	height: 70px;
	padding: 4px 0 0;
	border: 2px solid #dcd8d1;
	border-radius: 4px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.733333333333333;
	letter-spacing: 0.06em;
}
.cond input[type="radio"] {
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}
.cond input[type="radio"]:checked + label {
	background: #c01900 none;
	border: none;
	color: #fff;
}
.cond span {
	display: block;
}
.cond span.cond_ruby {
	display: inline-block;
	position: relative;
}
.cond span.cond_ruby:after {
	content: '・';
	position: absolute;
	left: 0;
	top: -0.4em;
	right: 0;
	width: 1em;
	height: 1em;
	color: #c01900;
	text-align: center;
	line-height: 1;
}
.cond input[type="radio"]:checked + label span.cond_ruby:after {
	color: #fff;
}

/* ========================= 検索結果 ========================= */

/* ------検索結果 ------*/
/* 〜を原材料として使用している・いない商品 */
.cond_detail {
	margin: 6px  5.6% 0;
	padding: 21px 15px 18px;
	border: 2px solid #dcd8d1;
	border-radius: 4px;
	font-size: 15px;
	line-height: 1.6;
}
.cond_detail em {
	color: #c01900;
	font-weight: bold;
}

/* 条件として指定したアレルゲンのリスト */
.alg_slct {
	margin: 0 0 7px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.333333333333333;
}
.alg_slct li {
	display: inline-block;
}
.new_search_wrap {
	margin: 17px 5.6% 15px;
	text-align: right;
}
.ly-wrp-main .new_search {
	position: relative;
	margin: 4px 0 0;
	padding: 0 24px 0 0;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.14em;
}
.new_search:after {
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: transparent url(./img/icon_btn_arrow.svg) left top no-repeat;
	background-size: 20px;
}

/* その下の注釈 */
.cond_annot {
	margin: 7px 5.6% 0;
}
a.link_crsctm {
	text-decoration: underline;
	color: #c01900
}

/* ------ 商品カテゴリ毎のSP用ナビゲーション ------ */
.nav_cat {
	margin: 22px 0 -3px;
	padding: 6px 5.6% 0;
}
.nav_cat ul {
	display: flex;
	flex-wrap: wrap;
}
.nav_cat li {
	display: table;
	width: calc(33.333333333333333% - 4.666666666666666px);
	margin: 8px 0 0 7px;
}
.nav_cat li:nth-child(3n + 1) {
	margin: 8px 0 0;
}
.nav_cat a {
	position: relative;
	display: table-cell;
	height: 43px;
	padding: 2px 4px 0 0;
	background: #f1f1f1 none;
	box-shadow: 0 2px 0 #e5e5e5;
	border-radius: 45px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 1.307692307692308;
	letter-spacing: 0.08em;
}
.crsctm .nav_cat a {
	background-color: #fff;
}
.nav_cat a:after {
	content: '';
	position: absolute;
	right: 9.5px;
	top: calc(50% - 2.25px);
	width: 9.5px;
	height: 6.5px;
	background: transparent url(./img/arrow_simple_down_red.svg) left top no-repeat;
	background-size: 9.5px 6.5px;
}

/* ------ 検索結果の商品リスト ------ */
.result {
	padding: 0 5.6% 16px;
}
.result dt {
	position: relative;
	margin: 15px 0 0;
	padding: 41px 0 5px 10.5px;
	border-radius: 4px 4px 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0.06em;
}
.result dt:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% + 17.5px);
	display: block;
	width: 5px;
	height: 20px;
	background: #f9be2c none;
	border-radius: 100px;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.result dt:first-child {
	margin: 0;
}
.result dd {
	padding: 15px 0 5px;
	border-radius: 0 0 4px 4px;
	font-size: 15px;
	line-height: 1.4;
}
.no_match {
	margin: -5px 0 2px;
	padding: 0;
	text-align: center;
}

/* 各商品カテゴリ毎の商品リスト */
.result_inner li {
	border-bottom: 1px solid #e4e4e4;
}
.result_inner li:first-child {
	border-top: 1px solid #e4e4e4;
}
.crsctm .result_inner li {
	border-bottom: 1px solid #d4d4d4;
}
.crsctm .result_inner li:first-child {
	border-top: 1px solid #d4d4d4;
}
.ly-wrp-main .result_inner a {
	display: flex;
	align-items: center;
	min-height: 46.5px;
	padding: 5px 38px 5px 5px;
	background: transparent url(./img/arrow_red.svg) right 4px center no-repeat;
	background-size: 20px;
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}
.result_inner figure {
	display: none;
}

/* ------ 検索結果：交差混入がある商品 ------ */
.crsctm {
	padding: 43px 0 0;
	background: #f7f6ef none;
}
.crsctm h2 {
	margin: 0 5.6% 16px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
}
.crsctm h2 em {
	display: block;
	font-size: 18px;
	color: #c01900;
	line-height: 1.333333333333333;
}

/* ------ 検索結果下の注釈 ------ */
.crsctm_bottom {
	padding: 5px 5.6% 0
}

/* ===================== エラーメッセージ ===================== */

/* ------ 該当する商品がない場合のエラーメッセージ ------ */
.error_message {
	margin: 69px 0 68px;
	text-align: center;
}
.error_message p {
	color: #c00c0c;
	font-size: 13px;
	font-weight: bold;
}

/* ====================== フォームボタン ====================== */

/* ------ 検索実行ボタン ------ */
.form_submit {
	margin: 45px 0 0;
	padding: 24px 5.6% 26px;
	background: #dcd5c6 none;
}
.form_submit.form_search_again {
	margin: 45px 0 78px;
	padding: 24px 5.6% 26px;
}
.form_submit button,
.form_submit input[type="submit"] {
	-webkit-appearance: none;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 4px;
	background: #fff url(./img/arrow_red.svg) right 15px center no-repeat;
	background-size: 14px;
	box-shadow: 0 2px 0 #cac2b0;
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	font-family: "YuGothic","Yu Gothic","游ゴシック","Hiragino Sans","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 80px;
	letter-spacing: 0.15em;
}

.form_submit.form_search_again button,
.form_submit.form_search_again input[type="submit"] {
	background-color: #fff;
	box-shadow: 0 2px 0 #cac2b0;
	letter-spacing: 0.12em;
}

.crsctm + .result_annot + form button,
.crsctm + .result_annot + input[type="submit"] {
	margin: 22px 0 0;
}

/* ==================== エラー時モーダル ==================== */
#modal {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 200%;
	background: rgba(0, 0, 0, 0.6) none;
}
.modal_contents {
	margin: 212px 12.5px 0;
	padding: 30px 5px 23px;
	background: #fff none;
	border-radius: 15px;
	text-align: center;
}
.modal_contents h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.444444;
}
.modal_contents span {
	display: inline-block;
}
.modal_contents p {
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.388888;
}
.modal_contents a {
	display: block;
	width: 130px;
	height: 30px;
	margin: 19px auto 0;
	background: #c01900 none;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
.modal_contents i {
	display: inline-block;
	width: 10px;
	height: 12px;
	margin: 0 3px 0 0;
	background: transparent url(./img/bg_modal_btn_sp.png) left top no-repeat;
	-webkit-background-size: 10px 10px;
	background-size: 10px 10px;
	vertical-align: middle;
}
