body {
    font-weight: 500;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 1.6rem;
	color:#000;
}
a {
    color: #000;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:visited {
    color: #000;
}
.textc {
	text-align:center;
}
.textr {
	text-align:right;
}
.textl {
	text-align:left;
}
.col_red {
	color:#c00;
}
address {
    font-style:normal;
}
fs-p-scrollingCartButton__button {
    border-radius: 50%;
}
.o_mgn80 {
	margin-top:80px;
}

/* 追従カート */
.fs-p-scrollingCartButton__button {
    background: #999;
    border-radius: 50%;
    bottom: 50px;
}

/**************************************************************************************************/
/*     header             */
/**************************************************************************************************/
/* 左上メッセージ */
.fs-l-header__welcomeMsg .w_comment {
	font-size: 12px;
	line-height: 1.4;
}

@media screen and (min-width: 768px){
.fs-l-header__welcomeMsg.is-ready {
    display: block;
    margin-top: 4px;
}
}

/* 右上電話番号 */
.fs-p-phoneOrder__addition {
    font-size: 14px;
}

.fs-p-phoneOrder__phoneNum {
	background:url(https://yamadaya550001.itembox.design/item/freetel.gif) no-repeat 0 55%;
	padding-left:20px;
	background-size:17px;
}

@media screen and (min-width: 768px) {
.fs-l-header__utility *:first-child {
    font-size: 13px;
}
}

/* 右上リンク */
.fs-p-headerUtilityMenu {
	margin-top:3px;
}

.fs-p-headerUtilityMenu__list > li {
    text-align: center;
	line-height: 1;
}

.fs-p-headerUtilityMenu__list a:link {
    font-size: 12px;
}
.fs-p-headerUtilityMenu__list a::before {
    border: none;
    display: block;
}

/* アイコン */
.fs-p-headerUtilityMenu .material-icons,
.fs-p-headerUtilityMenu .material-icons-outlined {
	display:block;
	font-size: 29px;
	color: #999;
	padding-bottom:3px;
}

.fs-p-headerUtilityMenu999 .hr_icon_mypage:before {
  font-family: 'Material Icons';
  content: '\e7ff';
  font-size: 25px;
  color: #999;
}
.fs-p-headerUtilityMenu999 .hr_icon_login:before {
  font-family: 'Material Icons';
  content: '\ea77';
  font-size: 25px;
  color: #999;
}
.fs-p-headerUtilityMenu999 .hr_icon_logout:before {
  font-family: 'Material Icons';
  content: '\e9ba';
  font-size: 25px;
  color: #999;
}
.fs-p-headerUtilityMenu999 .hr_icon_guide:before {
  font-family: 'Material Icons';
  content: '\e8fd';
  font-size: 25px;
  color: #999;
}
.fs-p-headerUtilityMenu999 .hr_icon_cart:before {
  font-family: 'Material Icons';
  content: '\e8cc';
  font-size: 25px;
  color: #999;
}

@media screen and (min-width: 768px){
.fs-l-header__utility *:last-child {
    -ms-grid-row-align: inherit;
    align-self: inherit;
}
}

@media screen and (max-width: 768px){
.fs-p-logo__image {
    max-height: 80px;
}
}

@media screen and (max-width: 600px){
.fs-p-scrollingCartButton999 {
    top: 0;
}
}

/**************************************************************************************************/
/*     グローバルメニュー             */
/**************************************************************************************************/
.fs-l-page {
	overflow:hidden
}

.global_menu {
    margin: 0 auto;
	padding:0;
    width: 100%;
    max-width: 1200px;
    height: 50px;
	
	z-index:1000;
    position: relative;
}

.global_menu .menu__none,
.global_menu .init-bottom {
	font-weight:bold;
}

.global_menu li {
	padding:0;
	margin:0;
	list-style:none;
}

.global_menu99999 > li {
	text-align:center;
    float: left;
    width: 12.5%;
    height: 40px;
    line-height: 40px;
}
.global_menu > li {
	text-align:center;
    float: left;
    width: 14.2%;
    height: 40px;
    line-height: 40px;
}
.global_menu > li a {
    display: block;
	color:#4c4c4c;
}
.global_menu > li a:hover {
    color: #999;
	text-decoration:none;
}
.global_menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 下矢印 */
.global_menu .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.global_menu:before,
.global_menu:after {
    content: " ";
    display: table;
}
.global_menu:after {
    clear: both;
}
.global_menu {
    *zoom: 1;
}

/* グローバル-メガ -------------------------------------- */
.global_menu .menu__mega .menu__second-level {
    position: absolute;
    visibility: hidden;
    opacity: 0;
	z-index:1;

	border:solid 1px #ccc;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 2%;
    background: #fff;
}

.global_menu .menu__mega:hover .menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
    left: 0;
}

.global_menu .menu__second-level li {
	text-align:left;
}
.global_menu .menu__second-level li a {
	text-decoration:underline;
}
.global_menu .menu__second-level li a:hover {
    background: #fff;
}

.global_menu .menu__mega .menu__second-level > li {
    float: left;
    width: 23%;
    border: none;
}
.global_menu li.menu__mega ul.menu__second-level > li a {
	display:block;
}

.global_menu li.menu__mega ul.menu__second-level > li {
    margin: 0 0.5%;
}

/* フューチャー上書き -------------------------------------- */
.global_menu .fs-pt-menu a {
    padding: 0;
	margin:0;
}

.global_menu .fs-pt_menu__item--momiji .fs-pt-menu__item--lv3 .fs-pt-menu__heading--lv3 {
	margin-bottom:15px;
}

.global_menu .menu__second-level_all .fs-pt_menu__item--raku {
	margin-top:25px;
}

.global_menu .fs-pt_menu__item--raku li,
.global_menu .fs-pt_menu__item--set li {
	margin-bottom: 0;
	line-height:2.5;
}

/* メガメニュー並び -------------------------------------- */
.menu__second-level_all .fs-pt_menu__item--yamadaya .fs-pt-menu__heading--lv1,
.menu__second-level_all .fs-pt_menu__item--set .fs-pt-menu__heading--lv2,
.menu__second-level_all .fs-pt_menu__item--raku .fs-pt-menu__heading--lv1,
.menu__second-level_all .fs-pt_menu__item--yamadayameika .fs-pt-menu__heading--lv1,
.menu__second-level_momiji .fs-pt-menu__heading--lv1,
.menu__second-level_momiji .fs-pt-menu__heading--lv2,
.menu__second-level_set .fs-pt-menu__heading--lv1,
.menu__second-level_set .fs-pt-menu__heading--lv2,
.menu__second-level_yamadayameika .fs-pt-menu__heading--lv1 {
	display:none;
}

.global_menu .fs-pt_menu__item--yamadaya,
.global_menu .fs-pt_menu__item--momiji,
.global_menu .fs-pt_menu__item--momiji ul,

.global_menu .fs-pt_menu__item--yamadayameika,
.global_menu .fs-pt_menu__item--yamadayameika ul,

.global_menu .fs-pt_menu__item--set,
.global_menu .fs-pt_menu__item--set ul,

.global_menu .fs-pt_menu__item--raku,
.global_menu .fs-pt_menu__item--raku ul,

.global_menu .fs-pt_menu__item--all,
.global_menu .fs-pt_menu__item--all ul {
	width:100% !important;
}

.menu__second-level_momiji ul li,
.menu__second-level_all ul li,
.menu__second-level_set ul li,
.menu__second-level_raku ul li,
.menu__second-level_yamadayameika ul li {
	float:left;
	width:19%;
	margin-right:0.5%;
	margin-left:0.5%;
}

.global_menu .fs-pt_menu__item--momiji .fs-pt-menu__submenu,
.global_menu .fs-pt_menu__item--all .fs-pt-menu__submenu,
.global_menu .fs-pt_menu__item--yamadayameika .fs-pt-menu__submenu,
.global_menu .fs-pt_menu__item--set .fs-pt-menu__submenu,
.global_menu .fs-pt_menu__item--raku .fs-pt-menu__submenu,
.global_menu .fs-pt_menu__item--set {
	margin-left: 0 !important;
}

.global_menu .fs-pt_menu__item--yamadayameika .fs-pt-menu__link--lv2,
.global_menu .fs-pt_menu__item--raku .fs-pt-menu__link--lv2,
.global_menu .fs-pt_menu__item--momiji .fs-pt-menu__link--lv3 {
	line-height:1.2;
}

.global_menu .fs-pt_menu__item--yamadayameika ul li {
	margin-bottom:15px;
}


@media screen and (max-width: 1199px){
.o_global_menu {
	display:none;
}
}


/**************************************************************************************************/
/*     side             */
/**************************************************************************************************/
.fs-clientInfo.is-ready {
    margin-bottom: 15px;
}

/* 検索 */
.fs-p-inputGroup {
    border: 1px solid #999;
    background: #fff;
}

.fs-p-inputGroup__button {
    background: #999;
}
.fs-p-searchForm__button::before {
	top: 3px;
}

.fs-p-searchForm__button {
    margin-top: -1px;
    height: 2.1em;
}

/* カテゴリーメニュータイトル */
.fs-p-drawer__heading {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #999;
}

.fs-p-sideMenu .fs-pt-menu__heading {
    padding: 0;
}

.fs-p-sideMenu a {
    margin: 0;
    padding: 0;
}
.fs-p-sideMenu a:hover {
    background: #fff;
}
.fs-pt-menu a:hover {
    color: #999;
}

/* 大カテゴリー */
.fs-p-sideMenu .fs-pt-menu__link {
    padding-left: 0;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
    margin-bottom: 10px;
    font-weight: bold;
}

/* 中カテゴリー */
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}

.fs-p-sideMenu .fs-pt-menu--lv2 li {
    padding-left: 0;
	line-height:1.1;
}

.fs-p-sideMenu .fs-pt-menu__link--lv2 {
    padding-bottom: 5px;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
    content: "";
}

.fs-p-sideMenu .fs-pt_menu__item--mochi,
.fs-p-sideMenu .fs-pt_menu__item--dragonquest,
.fs-p-sideMenu .fs-pt_menu__item--yamadaya,
.fs-p-sideMenu .fs-pt_menu__item--touyouka,
.fs-p-sideMenu .fs-pt_menu__item--anfan,
.fs-p-sideMenu .fs-pt_menu__item--choice,
.fs-p-sideMenu .fs-pt_menu__item--raku,
.fs-p-sideMenu .fs-pt_menu__item--yamadayameika,
.fs-p-sideMenu .fs-pt_menu__item--momiji,
.fs-p-sideMenu .fs-pt_menu__item--set {
    border-top: solid 1px #ccc;
    padding-top: 12px;
}
.fs-p-sideMenu .fs-pt_menu__item--raku {
    border-bottom: solid 1px #ccc;
}

.fs-p-sideMenu .fs-pt_menu__item--momiji .fs-pt-menu__heading--lv2,
.fs-p-sideMenu .fs-pt_menu__item--set .fs-pt-menu__heading--lv2 {
	padding-bottom:10px;
}

/* 小カテゴリー */
.fs-p-sideMenu .fs-pt-menu__link--lv3::before {
    content: "";
}

.fs-p-sideMenu .fs-pt-menu__heading--lv3 a {
	padding-bottom:4px;
}

.fs-p-sideMenu .fs-pt-menu--lv3 li {
    padding-left: 1em;
}

/* カテゴリー下_その他メニュー */
.fs-p-sideMenu .side_o_menu {
    border: solid 1px #666;
    text-align: center;
    font-weight: bold;
}
.fs-p-sideMenu .side_o_menu a {
	padding: 15px 0;
	display:block;
    margin: 0;
}

.side_eiyou {
	margin-top:35px !important;
}

.fs-p-sideMenu .side_o_menu .fs-pt-menu__link--lv1 {
    justify-content: center;
}
.fs-p-sideMenu .side_o_menu .fs-pt-menu__link--lv1::after {
    content: "";
}

.fs-p-sideMenu .side_o_menu .fs-pt-menu__link {
	padding-left:0;
}

.fs-p-sideMenu .side_o_menu .fs-pt-menu__heading--lv1 {
    margin-bottom: 0;
}

/* 期間限定 */
.fs-p-sideMenu .fs-pt_menu__item--limited {
	margin-bottom:25px;
}
.fs-p-sideMenu999 .fs-pt_menu__item--limited .fs-pt-menu__link--lv1::after {
    content: "";
}

.fs-p-sideMenu999 .fs-pt_menu__item--limited span {
	font-weight:normal;
}

.fs-p-sideMenu999 .fs-pt_menu__item--limited  ul li {
	padding-left: 1em;
}

/* 金額別 */
.fs-p-sideMenu .o_fs-p-linkButton {
    background-color: #fcf6ea;
    color: #8d6449;
    font-size: 14px;
}

.fs-p-sideMenu .o_fs-p-linkButton .fs-pt-menu__heading--lv1 {
	font-weight:normal;
	margin-bottom:0;
}
.fs-p-sideMenu .o_fs-p-linkButton .fs-pt-menu__heading--lv1 a {
	padding:5px ;
}
.fs-p-sideMenu .o_fs-p-linkButton .fs-pt-menu__link--lv1::after {
    content: "";
}

/* WEB限定 */
.fs-p-sideMenu .fs-pt_menu__item--shugo span a:after {
	content: url(https://yamadaya550001.itembox.design/item/gentei.gif);
	vertical-align: middle;
	padding-left: 5px;
	margin-top:-5px;
}

@media screen and (min-width: 1200px){
.fs-l-sideArea999 {
    max-width: 240px;
    min-width: 240px;
}
.fs-body-top .fs-l-sideArea {
 	display:none;
}
.fs-body-top .fs-l-sideArea + .fs-l-pageMain,
.fs-body-top .fs-l-pageMain + .fs-l-sideArea {
    max-width: 96%;
	margin:0 auto;
}
.fs-body-top .fs-l-pageMain {
    width: 100%;
}
.fs-body-top .fs-l-main {
    max-width: 96%;
    display: block;
	margin:55px auto 0 auto;
}
.o_mgn80 {
    margin-top: 35px;
}
}

/* スマホだけ開閉-もみじ饅頭・詰め合わせ */
@media screen and (max-width: 768px){
aside.fs-p-drawer.fs-l-sideArea {
    width: 70%;
}

.fs-pt_menu__item--set .fs-pt-menu__heading--lv2,
.fs-pt_menu__item--momiji .fs-pt-menu__heading--lv2 {
	position: relative;
}
.fs-pt_menu__item--set .fs-pt-menu__heading--lv2 .icon,
.fs-pt_menu__item--momiji .fs-pt-menu__heading--lv2 .icon {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 10px;
	height: 2px;
	margin: auto;
	background: #666;
	content: "";
	transition: all 0.3s;
	
	
}
.fs-pt_menu__item--set .fs-pt-menu__heading--lv2 .icon::before,
.fs-pt_menu__item--momiji .fs-pt-menu__heading--lv2 .icon::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 2px;
	height: 10px;
	margin: auto;
	background: #666;
	content: "";
}
.fs-pt_menu__item--set .is-active .icon,
.fs-pt_menu__item--momiji .is-active .icon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fs-pt_menu__item--set .fs-pt-menu--lv3,
.fs-pt_menu__item--momiji .fs-pt-menu--lv3 {
	display: none;
}
}


/**************************************************************************************************/
/*     MAIN             */
/**************************************************************************************************/
@media screen and (min-width: 1200px){
.fs-l-sideArea + .fs-l-pageMain,
.fs-l-pageMain + .fs-l-sideArea {
    max-width: 920px;
}
}


/**************************************************************************************************/
/*     footer             */
/**************************************************************************************************/
.material-icons-outlined {
    font-size: 30px;
    color: #fff;
}

.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 10px;
}
.pagetop a {
    display: block;
    font-size: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #8d6449;
    border-radius: 50%;
    line-height: 57px;
}

/* 電話注文 */
.footer_tel_order {
	width: 100%;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    margin-bottom: 35px;
	border-top: solid 1px #ccc;
}

.footer_tel_order h4 {
	font-size:20px;
	margin:10px auto;
	font-weight:bold;
}

.footer_tel_order ul {
	display:flex;
	justify-content:center;
	padding:0;
	margin:0;
	align-items: center;
}

.footer_tel_order ul li {
	padding:0;
	margin:0 10px;
	list-style:none;
}

.footer_tel_order .fto_telnum a {
    font-size: 24px;
    font-weight: 600;
	background:url(https://yamadaya550001.itembox.design/item/freetel.gif) no-repeat 0 50%;
	padding-left:32px;
}

.footer_tel_order .fto_time {
	font-size:14px;
}

.material-icons-outlined {
    font-size: 18px;
}

.fs-l-footer {
   border-top: none;
   padding-top: 0;
}

.fs-p-footerNavigationItem__title {
    border-bottom: none;
}

.fs-l-footer__utility {
   display: block;
}

.fs-p-footerCopyright {
   color:#3c3c3c;
   background-color:#f7f7f7;
}

.fs-p-footerPageTop__link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.fs-p-footerPageTop__link::before {
   content: "↑";
   font-size: 16px;
   line-height: 30px;
}

.footer_icon {
	margin:0;
}

.footer_icon span {
	color:#999;
	font-size:40px;
}

/* フッタSNS */
.fs-p-footerSnsLink__item img {
	border-radius:50%;
	width:28px;
	height:28px;
}

/* 送料 */
.shipping_comment {
	text-align:center;
	margin:8px;
}

.shipping_comment p {
	font-size:14px;
	margin:0;
}

.shipping_comment p span {
	font-weight:bold;
	color:#f75a18;
	font-size:1.1em;
}

.fs-l-footer__utility .fs-p-footerUtilityMenu__list li:first-child a {
    border-top: 1px solid #999;
}
.fs-p-footerUtilityMenu__list > li:not(:first-child) a {
    border-top: 1px solid #999;
}

.fs-p-footerUtilityMenu__list a::after {
	font-weight:normal;
	font-size: 2rem;
    height: 2rem;
}

/* お問い合わせ・会社概要 */
.fs-p-footerUtilityMenu__list .official_site span a:before {
font-family: 'Material Icons' !important;
    content: '\e89e';
    font-size: 16px;
    color: #999;
    margin: 0 3px 0 0;
}

@media screen and (min-width: 960px){
.fs-p-footerUtilityMenu__list {
    justify-content: center;
}
.fs-p-footerUtilityMenu__list a::before {
    border: none;
}
.fs-p-footerUtilityMenu__list > li + li {
    border-left: solid 1px #ccc;
    padding-left: 14px;
}
.fs-p-footerUtilityMenu {
    padding-top: 25px;
}
.bdr_none li {
	border-top:none;
}
.bdr_none li:first-child a {
    border-top: none;
}
.bdr_none > li:not(:first-child) a {
    border-top: none;
}
.fs-l-footer__utility .bdr_none li:first-child a {
    border-top: none !important;
}
}

@media screen and (min-width: 768px){
.fs-p-footerNavigationItem__title {
    text-align: center;
    color: #777;
}
}

@media screen and (max-width: 769px){
.shipping_comment {
	text-align:left;
}
.shipping_comment p {
	padding: 0 10px;
    line-height: 1.1;
}
}

@media screen and (max-width: 530px){
.footer_tel_order ul {
	display:block;
}
}

/**************************************************************************************************/
/*     パンくず           */
/**************************************************************************************************/
.fs-c-breadcrumb {
    padding: 0 16px;
    max-width: 1216px;
    margin: 0 auto;
}

.fs-c-breadcrumb__list {
    padding: 1px;
    font-size: 11px;
}


/**************************************************************************************************/
/*     お好みチョイス           */
/**************************************************************************************************/
/* 注記 */
.choice_none {
	background-color: #fcf9ed;
	padding:10px;
	color: #8d6449;
	font-weight:bold;
}

/* 賞味期限 */
.o_product_exe_choice .limit {
  background-color: #fef9e8;
  border-radius: 12px;
  padding: 15px 25px;
  margin: 80px 0 25px 0;
}

.o_product_exe_choice .limit h3 {
	font-weight:bold;
}

.o_product_exe_choice .limit dl dt {
  width: 14em;
  clear: left;
  float: left;
}

.o_product_exe_choice .limit dl dd {
  margin-left: 14.5em;
  padding-left:1em;
}
.o_product_exe_choice .limit dl dd:before {
	content:"：";
}

.o_product_exe_choice .limit ul {
	clear:both;
	padding:0;
}

.o_product_exe_choice .limit ul li {
	list-style:none;
	margin:0;
	padding:0;
}

/* 販売期間 */
.o_product_exe_choice .kigen {
  margin: 35px 0;
  padding: 15px 25px;
  border: double 3px #693;
  color: ##693;
}

.o_product_exe_choice .kigen dl dt {
  font-weight: bold;
  margin-top:7px;
}

.o_product_exe_choice .kigen dl dd {
	margin:0;
}

/* 販売商品 */
.choice_lineup h4 {
	position: relative;
	text-align: center;
	font-weight:600;
}
.choice_lineup h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.choice_lineup h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.choice_lineup ul {
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}

.choice_lineup ul li {
	width:25%;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
	text-align:center;
	font-size:13px;
	line-height:1.1;
}

.choice_lineup ul li span {
	display:block;
}

.choice_lineup ul li img {
	width:92%;
	height:auto;
	display:block;
	margin-bottom:5px;
}

.choice_lineup .kikangai {
	display:none;
}


/**************************************************************************************************/
/*     商品詳細           */
/**************************************************************************************************/
.fs-c-productNameHeading {
    font-size: 2.4rem;
}

.fs-c-productNameHeading__copy {
    font-size: 13px;
    font-weight: normal;
    display: block;
	margin-bottom: 5px;
}

/* 送料込みアイコン */
.fs-c-productPostage__label999 {
    width: 5em;
    background-color: #fdeff2;
    padding: 2px 10px;
    color: #ec6d71;
    border-radius: 4px;
    border: solid 1px #ec6d71;
}
.fs-c-productPostage::before {
    content: "";
}
.fs-c-productPostage::after {
    content: "";
}
.fs-c-productPostage__label {
	display:none;
}

.col_fb9fa6 {
    color: #fff;
    background: #fb9fa6;
}

/* 熨斗不可 */
.col_c8c2be {
    color: #fff;
    background: #999;
}

/* WEB限定 */
.col_cca11f {
    color: #fff;
    background: #cca11f;
}

/* お届け日指定不可 */
.col_E3BE88 {
    color: #fff;
    background: #a19361;
	margin-bottom: 3px;
}

/* 外熨斗のみ */
.col_B8D396 {
    color: #fff;
    background: #B8D396;
}

/* クール便アイコン */
.fs-c-mark--coolDelivery {
    background: #89c3eb;
    border-radius: 4px;
}

/* 商品番号 */
.fs-c-productNumber {
    border: none;
    padding: 0;
    color: #999;
}

.fs-c-productNumber__number {
    font-weight: normal;
}

/* ポイント */
.fs-c-productPointDisplay {
    background: #fff;
    color: #f75a18;
    font-size: 1.2rem;
}

/* 価格 */
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #f75a18;
	font-size: 3rem !important;
}

/* \マーク */
.fs-c-price__currencyMark {
	margin-right:5px;
}

/* カートボタン */
.fs-c-button--primary {
    padding: 1.6em;
    background: #f75a18;
    border: 1px solid #f75a18;
    border-radius: 8px;
	box-shadow:none;
	font-size:14px;
}

/* 数量 */
.fs-c-quantity {
  display: block;
  max-width: 450px;
  margin: 0 0 10px 0;
}

.fs-c-productQuantityAndWishlist__quantity::before {
  content: "数量 : ";
  margin-right: 5px;
  vertical-align: text-top;
}

.fs-c-quantity__select {
  max-width: 2em;
}

.fs-c-quantity__number {
  max-width: 5em;
}

/* サムネイル */
.fs-c-productThumbnail__image.is-active > img {
    border: 1px solid #ccc;
}

/* 商品説明 */
.o_product_exe {
	margin:35px 0 50px 0;
}

.o_product_exe h3 {
	font-weight:bold;
	margin: 45px 0 15px 0;
  	position: relative;
  	padding:15px 5px;
  	border-bottom: 1px solid #ccc;
}
.o_product_exe h3:before {
  	position: absolute;
  	bottom: -1px;
  	left: 0;
  	width: 12%;
  	height: 1px;
  	content: '';
  	background: #876c45;
}

/* 商品説明_桐 */
.o_product_exe_touyouka h3 {
	text-align:center;
}

.o_product_exe_touyouka .howtoeat {
	display:flex;
	justify-content:space-between;
	font-size:14px;
}

.o_product_exe_touyouka .howtoeat dl {
	width:30%;
}

.o_product_exe_touyouka .howtoeat dl dt {
	display:flex;
	margin:0 0 10px 0;
	padding:0;
	align-items: center;
	font-weight:bold;
}

.o_product_exe_touyouka .howtoeat dl dt img {
	width:50px;
	height:auto;
	margin-right:15px;
}

.o_product_exe_touyouka .howtoeat dl dd {
	margin:0;
	padding:0;
}

/* 商品説明_内容詳細等 */
.naiyou_text {
	width:100%;
	margin-top:55px;
}

.naiyou_text tr th,
.naiyou_text tr td {
	border-bottom:solid 1px #ccc;
	padding:5px 0;
}

.naiyou_text tr th {
	width: 7em;
    text-align: left;
    font-weight: normal;
}

/* 黄背景注記 */
#o_attention {
  background-color: #fef9e8;
  border-radius: 12px;
  padding: 15px;
  margin: 35px 0;
}

#o_attention ul {
	margin:0;
	padding:0;
}

#o_attention ul li {
	list-style:none;
	margin:0;
	padding:0;
}

/* 赤背景注記 */
#o_raku_attention {
  margin: 35px 0;
}

#o_raku_attention ul {
	margin:0;
	padding:0;
}

#o_raku_attention ul li {
	list-style:none;
	margin:0;
	padding:0;
	color:#c00;
}

#o_raku_attention div {
  background-color: #fcecec;
  border-radius: 12px;
  padding:15px;
  margin: 15px 0;
}

#o_raku_attention div p {
	margin:0;
}

/* 商品説明_栄養等 */
.fs-l-product2 .zairyou_eiyou h4 {
  display:none;
}

/* 商品説明_栄養等を開くボタン */
.click-open {
	position: relative;
	cursor: pointer;
	border:solid 1px #999;
	border-radius:8px;
	padding:5px 15px;
	width:21em;
	text-align:center;
}
.click-open:hover {
	color:#999;
}
.click-open:after {
	font-family: 'fs-icon' !important;
    content: "\e90c";
	padding-left: 0.5em;
    padding-top: 11px;
}

/* 商品説明_RAKUセット内容 */
.o_raku_set_naiyou {
	margin:35px 0;
}

.o_raku_set_naiyou h4 {
	position: relative;
	text-align: center;
	font-weight:600;
}
.o_raku_set_naiyou h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.o_raku_set_naiyou h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.o_raku_set_naiyou dl {
	display:flex;
	align-items: stretch;
}

.o_raku_set_naiyou dl dt {
	width:145px;
	text-align:center;
}

.o_raku_set_naiyou dl dt img {
	width:100%;
	max-width:145px;
	height:auto;
}

.o_raku_set_naiyou dl dd {
	flex:1;
}

.o_raku_set_naiyou dl dd span {
	font-weight:600;
	margin-bottom:7px;
	display:block;
}

/* 詰め合わせセット内容 */
.set_naiyou {
	margin:35px 0;
}

.set_naiyou h4 {
	position: relative;
	text-align: center;
	font-weight:600;
}
.set_naiyou h4::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.set_naiyou h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

.set_naiyou ul {
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}

.set_naiyou ul li {
	font-size:13px;
	text-align:center;
	width:18%;
	margin:1%;
	line-height:1.1;
	list-style:none
}

.set_naiyou .lisa li {
	width:31%;
}

.set_naiyou ul li img {
	width:100%;
	height:auto;
	margin-bottom:5px;
	display:block;
}


/* 販売期間 */
.p_comment_11 {
	padding:7px 5px;
	border:double 3px #e60012;
	margin-bottom:10px;
	color:#e60012;
}


/* おすすめ商品タイトル */
#fs_ProductDetails .fs-c-featuredProduct__header {
	position: relative;
	text-align: center;
	font-weight:600;
	margin: 55px 0 35px 0;
}
#fs_ProductDetails .fs-c-featuredProduct__header::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#fs_ProductDetails .fs-c-featuredProduct__header .fs-c-featuredProduct__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  font-weight:600;

  border-bottom: none;
  color: #555;
  font-size: 1.8rem;
}

#fs_ProductDetails .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "";
}

/* やまだ屋メッセージ表記 */
.product_comment_20 p {
	background-color:#01b5f0;
	margin:0;
	padding:0;
	color:#fff;
	padding:5px;
}

/* ドラクエだけ「お問い合わせ」不可 */
.fs-body-product-gd118 .fs-c-inquiryAboutProduct {
	display:none;
}

/* 商品一覧・詳細「販売休止」メッセージ表記 */
#o_product_comment_10 div {
	border: 1px solid #808080;
    border-width: 1px 0;
    line-height: 1.4;
    padding: 8px;
    text-align: center;
}

/* 商品一覧・詳細「販売期間外」メッセージ表記 */
.fs-c-productListItem__salesPeriodNotice {
    background: #999;
}

@media screen and (min-width: 960px){
.fs-l-product2 .fs-l-productLayout {
    grid-template-columns: calc(55% - 40px / 2) calc(45% - 40px / 2);
    grid-gap: 40px;
}
}

@media screen and (max-width: 769px) {
.set_naiyou ul li {
	width:23%;
}
}

@media screen and (max-width: 640px) {
.set_naiyou ul li {
	width:31%;
}
.set_naiyou .lisa li {
	width:48%;
}
.o_product_exe_choice .limit dl dt {
  width: 100%;
  float: none;
  font-weight:bold;
}
.o_product_exe_choice .limit dl dd {
  margin-left: 0;
  margin-bottom:7px;
}
.o_product_exe_choice .limit dl dd:before {
	content:"";
}

.o_product_exe_touyouka .howtoeat {
	display:block;
}
.o_product_exe_touyouka .howtoeat dl {
	width:100%;
}
.naiyou_text tr th,
.naiyou_text tr td {
  display: block;
  padding:3px 0;
  width:100%;
}
.naiyou_text tr th {
	border-bottom:none;
}
}


/**************************************************************************************************/
/*     TOP                */
/**************************************************************************************************/
/* スライド */
.pc_none {
	display:none;
}

/* バナー */
.top_bana_area ul {
	margin:0;
	padding:8px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top_bana_area ul li {
	width:24%;
	margin-bottom:7px;
	list-style:none;
}
.top_bana_area ul li:last-child {
	display:none;
}

.top_bana_area ul li img {
	width:100%;
	height:auto;
}

/* おすすめ・ランキング */
.fs-body-top .fs-c-productListCarousel__list__item {
    flex-basis: 200px;
    max-width: 200px;
    min-width: 200px;
}

.top_osusume .fs-p-heading--lv2 {
	color: #3c3c3c;
	text-align:center;
    font-size: 25px;
	font-weight:bold;
	border-bottom:none;
    margin: 0 0 15px 0;
}

.osusume_bana_area {
	margin: 35px 8px 8px 8px;
}

.osusume_bana_area span {
	font-size: 1.8rem;
    font-weight: bold;
	display:block;
	margin-bottom: 4px;
}

.osusume_bana_area p {
	width:100%;
	margin:0 0 25px 0;
}

.osusume_bana {
	padding:0;
	display:block;
}

.osusume_bana li {
	margin:0 0 25px 0;
	padding:0;
	list-style:none;
	width:100%;
}

.osusume_bana li img {
	width:100%;
	height:auto;
	margin-bottom: 4px;
}

.osusume_bana_area p img {
	width:100%;
    height: auto;
	margin-bottom: 4px;
}

.o_ranking_p button {
	display:none;
}

/* おすすめ_コラム4個目 */
.fs-pt-column--3 > *:nth-child(4) {
    display: none;
}

/* お知らせ */
.o_top_all_news {
	width: 80%;
    margin: 80px auto 55px auto;
    padding: 35px 35px 55px 35px;
    background: #fcf9ed;
    border-radius: 24px;
}

.top_news .fs-p-heading--lv2 {
	color: #3c3c3c;
	text-align:center;
    font-size: 25px;
	font-weight:bold;
	border-bottom:none;
	margin: 15px 0 35px 0;
}

.fs-p-dateList > li {
	color: #3c3c3c;
	border: none;
	padding: 8px 0 ;
    border-bottom: solid 1px #ccc;
}

.fs-p-dateList > li time:first-child {
    background: #fcf9ed;
    color: #333;
	font-size:13px;
	font-weight:bold;
	margin-right:25px;
}

.top_information > li time:first-child {
    display: block;
}
.fs-p-dateList > li time:first-child {
    display: block;
}

.top_information li a {
	text-decoration:underline;
}

/*カット画像 */
.o_top_mg,
.o_top_mg p {
	margin:0;
	padding:0;
}

.o_top_mg {
	position:relative;
}

.o_top_mg p img {
	vertical-align:bottom;
}

.o_top_mg .text {
    position: absolute;
    text-align: center;
    font-size: 3.5em;
    top: 55px;
    left: calc(50% - 510px);
    line-height: 2;
}

/* LINEUP */
.momiji_lineup {
	margin:0 auto;
	padding: 25px 25px 15px 25px;
    max-width: 100%;
	background-color:#fcf9ed;
}

.momiji_lineup h3 {
	text-align: center;
    margin: 35px 0;
    font-weight: bold;
    font-size: 25px;
    color: #8d6449;
}

.momiji_lineup ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0;
	padding:0;
}
.momiji_lineup .pop1:after {
	width:66.5%;
	content:"";
}
.momiji_lineup .pop2:after {
	width:77.5%;
	content:"";
}

.momiji_lineup ul li {
	width:10.5%;
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
	list-style:none;
	font-size:13px;
	line-height:1.1;
}

.momiji_lineup ul li span {
	display:block;
}

.momiji_lineup ul li .colbg {
	font-size:10px;
	color:#930;
}

.momiji_lineup ul li img {
	width:90%;
	height:auto;
	margin-bottom:5px;
	display:block;
	border-radius: 50%;
}

.momiji_lineup ul .kikangai {
	opacity:0.3;
}

/* TOPフッターカテゴリ */
.top_all_category {
	margin: 0 auto;
    width: 100%;
    padding: 25px;
}
.top_all_category a {
	text-decoration:none;
	color:#555;
}
.top_all_category a:hover {
	text-decoration:underline;
}

.top_all_category h3 {
	color: #3c3c3c;
	text-align:center;
    font-size: 25px;
	font-weight:bold;
	border-bottom:none;
	margin:35px 0 15px 0;
}

.top_all_category .top_all_category_part .fs-pt_menu__item--goods>span,
.top_all_category .top_all_category_part .fs-pt_menu__item--mochi>span,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya>span,
.top_all_category .top_all_category_part .fs-pt_menu__item--momiji>span,
.top_all_category .top_all_category_part .fs-pt_menu__item--set>span,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika>span,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku>span {
	font-weight:600;
}

.top_all_category .top_all_category_part .fs-pt_menu__item--limited {
	display:none;
}

.top_all_category .top_all_category_part .fs-pt_menu__item--set {
	width:100%;
}

.top_all_category .top_all_category_part .fs-pt_menu__item--momiji,
.top_all_category .top_all_category_part .fs-pt_menu__item--set,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku {
	margin:5px 0 0 0;
}

.top_all_category .top_all_category_part .fs-pt_menu__item--mochi>ul,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya>ul,
.top_all_category .top_all_category_part .fs-pt_menu__item--momiji>ul,
.top_all_category .top_all_category_part .fs-pt_menu__item--set>ul,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika>ul,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku>ul {
	margin:5px 0;
}

.top_all_category .top_all_category_part ul {
	display:flex;
	flex-wrap:wrap;
}

.top_all_category .top_all_category_part ul li ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--dragonquest,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--touyouka,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--anfan,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--choice,
.top_all_category .top_all_category_part .fs-pt_menu__item--mochi ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--set ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika ul li {
	width:15.5%;
	margin-right:0.5%;
	line-height:1.1;
	margin-bottom:10px;
}

@media screen and (min-width: 980px){
.osusume_bana_area {
    display: flex;
	justify-content: space-between;
}
.osusume_bana_area p {
	width:47%;
	margin:0;
}
.osusume_bana {
	width:51%;
	margin:0;
}
.osusume_bana_area img {
	width:100%;
	height:auto;
}
}

@media screen and (min-width: 800px){
.fs-body-top .fs-c-productListCarousel__list__item {
    flex-basis: 300px;
    max-width: 300px;
    min-width: 300px;
}
}

@media screen and (max-width: 1300px){
.o_top_mg .text {
	font-size:2.5em;
	top:80px;
	left: calc(50% - 380px);
}
}

@media screen and (max-width: 1180px){
.top_bana_area999 ul:after {
	content:"";
    width: 33%;
}
.top_bana_area ul li {
    width: 33%;
}
.top_bana_area ul li:last-child {
	display:block;
}
.o_top_all_news {
	width: 94%;
}
.fs-p-dateList > li time:first-child {
	display:block;
}
.momiji_lineup ul li {
	width:14.5%;
}
.momiji_lineup .pop2:after {
	width:13.5%;
}
.top_all_category .top_all_category_part ul li ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--touyouka,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--anfan,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--choice,
.top_all_category .top_all_category_part .fs-pt_menu__item--set ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika ul li {
	width:19.5%;
}
}

@media screen and (max-width: 980px){
.osusume_bana_area999 p img {
	object-fit: cover;
    object-position: 0 30%;
    height: 420px;
}

.top_all_category .top_all_category_part ul li ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--touyouka,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--anfan,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--choice,
.top_all_category .top_all_category_part .fs-pt_menu__item--set ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika ul li {
	width:32.5%;
}
}

@media screen and (max-width: 880px){
.pc_none {
	display:block;
}
.sp_none {
	display:none;
}
.top_bana_area ul li {
    width: 49.5%;
}
.top_bana_area ul li:last-child {
	display:none;
}
.fs-pt-column__image > img {
    margin: 0 auto 7px auto;
}
.fs-pt-column--3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.fs-pt-column > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
}
.fs-pt-column--3 > *:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
.fs-pt-column--3 > *:nth-child(4) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    display: block;
}
.o_top_mg .text {
	font-size:2.2em;
	left: calc(50% - 275px);
	line-height:1.5;
	top: 35px;
}
.o_top_mg .text span {
	display:block;
}
.momiji_lineup ul li {
	width:15%;
}
}

@media screen and (max-width: 700px){
.osusume_bana_area999 p img {
    height: 310px;
    object-position: 0 20%;
}
.o_top_mg .text {
	font-size:1.9em;
	left: calc(50% - 253px);
	top: 15px;
}
.momiji_lineup ul li {
	width:20%;
}
.momiji_lineup .pop1:after {
	width:60%;
	content:"";
}
.momiji_lineup .pop2:after {
	width:40%;
	content:"";
}

.top_all_category .top_all_category_part ul li ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--touyouka,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--anfan,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadaya .fs-pt_menu__item--choice,
.top_all_category .top_all_category_part .fs-pt_menu__item--set ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--raku ul li,
.top_all_category .top_all_category_part .fs-pt_menu__item--yamadayameika ul li {
	width:49.5%;
}
}

@media screen and (max-width: 580px){
.top_all_category {
	display:none;
}
}

@media screen and (max-width: 560px){
.top_bana_area ul li {
    width: 98%;
    margin: 0 auto 7px auto;
}
.fs-pt-column {
    display: block;
}
.o_top_mg .text {
	font-size:1.6em;
	left: calc(50% - 207px);
	top: 15px;
}
.momiji_lineup ul li {
	width:25%;
}
.momiji_lineup .pop2:after {
	width:25%;
}
}

@media screen and (max-width: 480px){
.osusume_bana_area999 p img {
    height: 270px;
    object-position: 10% 30%;
}
.momiji_lineup ul li {
	width:33%;
}
.o_top_mg .text {
	font-size:1.3em;
	left: calc(50% - 162px);
}
}


/**************************************************************************************************/
/*     栄養成分ALL                */
/**************************************************************************************************/
.zairyou_eiyou h2 {
    font-weight: bold;
}

.zairyou_eiyou h3 {
    padding: 12px 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    border-bottom: solid 1px #999;
    border-top: solid 1px #999;
    margin: 35px 0;
}

.zairyou_eiyou h4 {
    color: #715c1f;
    font-weight: bold;
    margin: 7px 0;
    font-size: 18px;
}

.zairyou_eiyou dl,
.zairyou_eiyou dt,
.zairyou_eiyou dd {
  margin: 0;
  padding: 0;
}

.zairyou_eiyou p {
	margin:0;
}

.zairyou_eiyou .eiyou dl {
  margin: 10px 0 25px 0;
  margin:0 0 20px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.zairyou_eiyou .eiyou dt:nth-of-type(-n+5),
.zairyou_eiyou .eiyou dd:nth-of-type(-n+5) {
}
.zairyou_eiyou .eiyou dt {
  font-weight: bold;
  color:#777;
  line-height:2.2;
}
.zairyou_eiyou .eiyou dt,
.zairyou_eiyou .eiyou dd {
  padding: 5px;
  width: 10%;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height:1.1;
}

@media screen and (max-width: 830px){
.zairyou_eiyou .eiyou dt,
.zairyou_eiyou .eiyou dd {
  width: 16.6%;
}
}
@media screen and (max-width: 530px){
.zairyou_eiyou .eiyou dt {
  width: 20%;
}
.zairyou_eiyou .eiyou dd {
  width: 30%;
}
}
@media screen and (max-width: 430px){
.zairyou_eiyou .eiyou dt {
  line-height:1.1;
}
}


/**************************************************************************************************/
/*    原材料ALL                */
/**************************************************************************************************/
.zairyou_eiyou .zairyou h4 {
	margin: 12px 0 5px 0;
}

.zairyou_eiyou .zairyou dl {
  margin:0 0 30px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.zairyou_eiyou .zairyou dt {
  color:#777;
  width: 30%;
  padding:10px 0;
  font-weight:bold;
}

.zairyou_eiyou .zairyou dd {
  width: 70%;
  padding:10px 0 10px 25px;
}

.zairyou_eiyou .zairyou dt,
.zairyou_eiyou .zairyou dd {
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  line-height:1.1;
}

@media screen and (max-width: 430px){
.zairyou_eiyou .zairyou dl {
  display: block;
}

.zairyou_eiyou .zairyou dt,
.zairyou_eiyou .zairyou dd {
  width: 100%;
}

.zairyou_eiyou .zairyou dt{
  border-bottom: none;
  padding: 10px 0 0 0;
}
.zairyou_eiyou .zairyou dd {
  padding:10px 0;
}
}


/**************************************************************************************************/
/*    ページ                */
/**************************************************************************************************/
/* タイトル */
.fs-c-heading--page {
    border-bottom: none;
    color: #000;
	font-weight:bold;
}

.fs-c-documentArticle__heading {
    background: #999;
    font-size: 1.8rem;
    padding: 8px;
    text-align: left;
}

.fs-c-documentColumn__heading {
	border:none;
    color: #3c3c3c;
	padding: 8px 8px 8px 0;
}
.fs-c-documentColumn__heading:before {
	background-color: #999;
    border-radius: 3px; /* 線幅の半分 */
    content: "";
    display: inline-block;
    height: 40px;
    width: 6px;
    margin-right: 13px;
    vertical-align: middle;
}

.fs-c-list li::before {
    margin: auto 8px auto -8px;
    border: 4px solid #999;
}

@media screen and (min-width: 1200px){
.fs-c-heading--page {
    padding: 0.8em 0 0 0;
}
}


/**************************************************************************************************/
/*    利用ガイド                */
/**************************************************************************************************/
#o_page_guide p,
#o_page_guide dl,
#o_page_guide dl dt,
#o_page_guide dl dd,
#o_page_guide p,
#o_page_guide ol,
#o_page_guide ol li,
#o_page_guide ul,
#o_page_guide ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#o_page_guide ul {
	margin:12px 0;
}

#o_page_guide ol li {
	list-style:disc;
	margin-left:1.5em;
}

/* 目次 */
#o_page_guide #mokuji {
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#o_page_guide #mokuji:after {
	content:"";
	width:32.5%;
}

#o_page_guide #mokuji li {
	margin-bottom:12px;
	width:32.5%;
    border: solid 1px #666;
    text-align: center;
}
#o_page_guide #mokuji li a {
	background-color:#fff;
	color:#3c3c3c;
	padding:7px 15px;
	text-decoration:none;
	display:block;
}
#o_page_guide #mokuji li a:hover {
	color:#999;
}

/* タイトル */
#o_page_guide .fs-c-documentArticle__heading {
    margin-top: 50px;
}

#o_page_guide h3 {
	font-weight:600;
	clear:both;
}

#o_page_guide h5 {
	font-weight:600;
    font-size: 16px;
    padding: 3px;
    background-color: #efefef;
}

#o_page_guide h4 {
	font-weight:600;
	border-bottom: solid 1px #999;
    padding-bottom: 5px;
    font-size: 18px;
    margin-bottom: 25px !important;
}

/* 番号 */
#o_page_guide .ul_num li {
	list-style:decimal;
	margin-left:1.5em;
}

/* 熨斗 */
#o_page_guide #noshi div {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#o_page_guide #noshi div dl {
	margin:25px 0 0 0;
	width:31%;
}

#o_page_guide #noshi div dl dt {
	font-weight:600;
	font-size:16px;
	text-align:center;
	margin-bottom:5px;
}

#o_page_guide #noshi div dl dd img {
	width:86%;
	height:auto;
	margin:0 auto 5px auto;
	text-align:center;
	border:solid 1px #ccc;
}

#o_page_guide #noshi div dl dd span {
	font-weight:600;
}

/* 外熨斗のみ */
#o_page_guide  .taiou {
	display:flex;
	flex-wrap:wrap;
}

#o_page_guide  .taiou li {
	width:47%;
}

/* ポイント */
#o_page_guide #member dl{
	margin-top:25px;
}

#o_page_guide #member dl dt {
	width:11em;
	clear:left;
	float:left;
	font-weight:600;
	margin-top:2px;
}

#o_page_guide #member dl dd {
	margin-top:3px;
	margin-left:11em;
}
#o_page_guide #member dl dd:before {
	content:"：";
}

/* 送料 */
#o_page_guide #haisou dl {
	margin-bottom:25px;
}

#o_page_guide #haisou dl dt {
	margin-top:12px;
}


@media screen and (max-width: 500px){
#o_page_guide #mokuji li {
    width: 48%;
  }
}

/**************************************************************************************************/
/*    カテゴリーページ                */
/**************************************************************************************************/
.fs-c-subgroupList {
    padding: 1px 0 12px 1px;
    border-bottom: solid 1px #ccc;
}

.fs-c-subgroupList__link {
    background: none;
    border: none;
    padding:8px  4px;
}
.fs-c-subgroupList__link::after {
    content: "";
}
.fs-c-subgroupList__link::before {
    font-family: 'fs-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7c8790;
    content: "\e90c";
    font-size: 2.2rem;
    -ms-grid-column: 3;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
}

/* サムネイル */
.fs-c-subgroupList__image img {
	width:55px;
	height:auto;
}

/* テキスト */
.fs-c-subgroupList__label {
	line-height:1.1;
}

.fs-c-subgroupList__item {
    flex-basis: calc(33.3% + 1px);
}

/* 並び替えボタン */
.fs-c-sortItems__list__item.is-active {
    background: #8d6449;
}

.fs-c-productListItem .fs-c-productName__copy {
	display:none;
}

.fs-c-productListItem .fs-c-productName__name {
	font-size:16px;
}

.fs-c-productListItem .fs-c-productPrice__main__price {
}

.fs-c-productListItem .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 20px !important;
}

/* カートボタン */
.fs-c-productListItem__control .fs-c-button--plain {
    background: #f75a18;
    border: 1px solid #f75a18;
    border-radius: 8px;
    color: #fff;
    padding: 5px 20px;
	font-size:14px;
}
.fs-c-productListItem__control .fs-c-button--plain:hover {
	text-decoration:none;
}

/* カートマーク */
.fs-c-button--plain.fs-c-button--addToCart--list::before {
    content: "";
}

/* 詳細を見るボタン */
.fs-c-productListItem__control .fs-c-button--viewProductDetail {
    background: #f39800;
    border: 1px solid #f39800;
    border-radius: 8px;
    color: #fff;
    padding: 5px 20px;
	font-size:14px;
    width: 10em;
    text-align: center;
}

/* 詳細マーク */
.fs-c-button--plain.fs-c-button--viewProductDetail::before {
    content: "";
}

@media screen and (min-width: 960px){
.fs-c-productList__list {
    -ms-grid-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(25% - 0px);
    grid-gap: 0px;
}
.fs-c-subgroupList__item {
    flex-basis: calc(24% + 1px);
}

.fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
}
.fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
}
.fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
}
.fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
}
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7;
  }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8;
  }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9;
  }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10;
  }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11;
  }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12;
  }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13;
  }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14;
  }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15;
  }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15;
  }
}

@media screen and (max-width: 660px){
.fs-c-subgroupList__item {
    flex-basis: calc(50%);
}
}


/**************************************************************************************************/
/*    ショッピングカートページ                */
/**************************************************************************************************/
/* 送料関係告知 */
#fs_ProductDetails .fs-c-featuredProduct__header .fs-c-featuredProduct__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
  font-weight:600;

  border-bottom: none;
  color: #555;
  font-size: 1.8rem;
}

.o_fs-p-announcement {
	margin-bottom:25px;
}

.o_fs-p-announcement .fs-p-announcement__title {
    color: #8d6449;
    font-size: 16px;
	font-weight:600;
	margin-bottom:20px;
	padding:5px 7px;
	border:solid 1px #8d6449;
}

/* おすすめ商品 */
.fs-body-cart .fs-c-featuredProduct__title {
	margin-bottom:20px;
	padding:5px 7px;
	border:solid 1px #999;
	margin-top: 55px;
    font-size: 16px;
}

/* 注文手続きボタン */
.fs-c-button--secondary {
    border-radius: 8px;
	background: #999;
    border: 1px solid #999;
}

/* 熨斗・配送 */
.fs-c-checkout-delivery__method__message p,
.fs-c-checkout-wrappingMessage p {
	line-height:1.2;
}

/* 熨斗についての注記 */
.o_cart_check {
	background: #F9EEE0;
	padding: 15px;
}

.o_cart_check p {
	margin:0;
	line-height:1.2;
}

/* チェックボタンの距離 */
.fs-c-checkbox__checkMark {
    margin-right: 25px;
}

/* 金額 */
#fs_ShoppingCart .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 2rem !important;
}

#fs_ShoppingCart .fs-c-price__price {
    font-size: 2.5rem;
}

@media screen and (max-width: 600px){
.o_free_shippinng_products .fs-c-productListItem__control .fs-c-button--plain {
    padding: 5px;
}
}


/**************************************************************************************************/
/*    404                */
/**************************************************************************************************/
.fs-body-notfound .fs-c-heading--page {
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

.fs-p-pageNotFound {
	margin: 0 auto;
}

.nf404_menu {
	margin:35px 0;
}

.nf404_menu .top_all_category {
    background: #fcf9ed;
    border-radius: 24px;
    padding-top: 5px;
}

@media screen and (min-width: 768px){
.fs-p-pageNotFound {
    margin-top: 0;
}
}


/**************************************************************************************************/
/*    パスワード再設定のお願い                */
/**************************************************************************************************/
#o_pass_change_info {
	margin:55px auto;
	width:86%;
}

#o_pass_change_info h2,
#o_pass_change_info h3 {
	text-align:center;
	font-size:16px;
	font-weight:600;
}

#o_pass_change_info div {
	margin-top:25px;
	background-color:#fcf9ed;
	padding:15px 35px;
}

@media screen and (max-width: 600px){
#o_pass_change_info h2,
#o_pass_change_info h3 {
	text-align:left;
}
}

