@charset "UTF-8";

/* ------------------
	under
 ------------------ */

#prev_no {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.markers_y {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fdf616));
  background: linear-gradient(transparent 60%, #fdf616 60%);
}

.-sponly {
  display: none;
}

.-pconly {
  display: block;
}

/* ご利用ガイド_ギフト */

.gif_navs li img,
.gift_infos img {
  width: 100%;
  height: auto;
}

.gift_infos {
  margin-bottom: 40px;
}

.gif_navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

.gif_navs li {
  list-style: none;
  width: 31.6%;
  margin: 0 2.6% 2.6% 0;
}

.gif_navs li:nth-child(3n) {
  margin-right: 0;
}

.gif_navs a,
.gif_navs a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gif_navs a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.gif_navs a:hover img {
  opacity: 0.5;
}

.tp_arange {
  color: #a99660;
  font-size: 200%;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.tp_arange:before,
.tp_arange:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #a99660;
  display: block;
}

.tp_arange:before {
  margin-right: 0.4em;
}

.tp_arange:after {
  margin-left: 0.4em;
}

.gift_intros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

.rapp_intros {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.txt_areas {
  width: 52%;
}

.txt_areas p {
  margin-bottom: 20px;
}

.txt_areas p:last-child {
  margin-bottom: 0;
}

.photo_area {
  width: 42%;
}

.photo_area li {
  list-style: none;
}

.paterns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/d_delta.gif) no-repeat center center;
}

.paterns img,
.gui_dobb img {
  width: 100%;
  height: auto;
}

.paterns li,
.gui_dobb li {
  width: 46%;
}

.mini_s {
  font-size: 86%;
  line-height: 150%;
  margin-bottom: 10px;
}

.gui_dobb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.gui_dobb li {
  margin: 0 8% 4% 0;
}

.gui_dobb li:nth-child(2n) {
  margin-right: 0;
}

.gui_single li {
  margin-bottom: 20px;
}

.gui_single li:last-child {
  margin-bottom: 0;
}

.guide_bb_btn {
  width: 60%;
  margin: 0 auto 60px;
}

.guide_bb_btn a {
  display: block;
  text-decoration: none;
  background: url(../img/emptycart.svg) no-repeat 5% center #cf3c01;
  background-size: 20px 20px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 10%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 130%;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 0 #842404;
  box-shadow: 0px 5px 0 #842404;
}

.guide_bb_btn a:hover {
  display: block;
  background: url(../img/emptycart.svg) no-repeat 5% center #cf3c01;
  background-size: 20px 20px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 0 #842404;
  box-shadow: 0px 5px 0 #842404;
}

/* サイトマップ */
.sitemap_link > ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sitemap_link li {
  list-style: none;
}

.sitemap_link p {
  border-bottom: 5px solid #a99660;
  display: inline-block;
  margin-bottom: 20px;
}

.sitemap_link > ul > li {
  width: 48%;
  margin: 0 4% 4% 0;
}

.sitemap_link > ul > li:nth-child(2n) {
  width: 48%;
  margin: 0 0 4% 0;
}

.sitemap_link > ul > li li a {
  font-size: 88%;
  display: block;
  background: url(../img/r-delta_blo.svg) no-repeat left center;
  background-size: 6px 6px;
  padding-left: 16px;
}

/* 企業情報 */

.com_area .company_box {
  width: 100%;
}

.com_area .company_box .com_tit {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 150%;
}

.com_area table {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 100%;
  margin: 0 0 40px;
}

.com_area table th,
.com_area table td {
  border-bottom: 1px dotted #ccc;
  padding: 20px 15px;
}

.com_area table th {
  border-left: 1px solid #e6e6e6;
  background: #f3f3f3;
  width: 20%;
}

.com_area .access_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.com_area .access_box ul li {
  width: 48%;
  margin: 0 4% 40px 0;
  list-style: none;
}

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

.com_area .access_box ul li:nth-child(2n) {
  margin-right: 0;
}

.com_area .access_box ul li dl {
}

.com_area .access_box ul li dl dt {
  text-align: center;
  font-size: 24px;
  padding: 40px 0 20px;
}

.com_area .access_box ul li dl dd {
  margin: 0 0 20px;
}

.com_area .access_box ul li dl dd .maplink {
  margin: 0 0 0 1em;
  display: inline-block;
}

.com_area .access_box ul li dl dd iframe {
  width: 100%;
  height: 300px;
}

/* ショッピングカート */

.cart-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cart-block {
  background: #e3ddcd;
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-block li {
  width: 23.5%;
  text-align: center;
  list-style: none;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-block li:hover {
  width: 23.5%;
  text-align: center;
  list-style: none;
  background: #fff;
  opacity: 0.7;
}

.cart-block li a {
  display: block;
  padding: 5% 10%;
  text-decoration: none;
  height: 100%;
}

.cart-block li dt {
  max-width: 120px;
  max-height: 120px;
  margin: 0 auto;
}

.cart-block li dd {
  color: #000;
  font-size: 86%;
  line-height: 150%;
}

.cart-block li dd.btns {
  background: #a79667;
  color: #fff;
  padding: 15px 0;
  margin-top: 15px;
}

/* 新規会員登録 */

.guide-link {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.guide-link li {
  width: 30%;
  list-style: none;
  margin-right: 5%;
}

.guide-link li:nth-child(3n) {
  margin-right: 0;
}

.guide-link li a {
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 20px;
  padding: 3% 5%;
  font-size: 86%;
  text-decoration: none;
}

.took_logo {
  text-align: center;
  margin: 0 auto 25px;
}

.took_logo img {
  width: 228px;
  height: 44px;
}

.took_mtit {
  text-align: center;
  margin-bottom: 45px;
  padding: 2%;
  background: #a79667;
  color: #fff;
}

.took_mtit dt {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 160%;
  line-height: 150%;
  letter-spacing: 1px;
}

.took_mtit dd {
  font-weight: bold;
}

.tokus {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.tokus li {
  width: 48%;
  margin-bottom: 4%;
  list-style: none;
  min-height: 100px;
  padding: 0 0 20px 15%;
  min-height: 120px;
}

/*
.tokus li:last-child {
    margin-right: 0;
    width: 100%;
}
*/

.tokus dt {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 15px;
}

.tokus dd {
  color: #999;
}

.toku01 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku01.svg) no-repeat left top;
}

.toku02 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku02.svg) no-repeat left top;
}

.toku03 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku03.svg) no-repeat left top;
}

.toku04 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku04.svg) no-repeat left top;
}

.toku05 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku05.svg) no-repeat left top;
}

.toku06 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku06.svg) no-repeat left top;
}

.toku07 {
  background: url(../img/dot-line.gif) repeat-x left bottom, url(../img/toku07.svg) no-repeat left top;
}

.toku01,
.toku02,
.toku03,
.toku04,
.toku05,
.toku06,
.toku07 {
  background-size: 4px 1px, 100px 100px;
}

.stage_infos dt {
  background: #333;
  text-align: center;
  color: #fff;
  padding: 15px;
}

.stage_infos dd {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 5%;
}

.stage_infos {
  margin: 30px auto 60px;
}

/* お問い合わせ */
.contact_area table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.contact_area table th,
.contact_area table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2%;
  vertical-align: top;
}

.contact_area table th {
  width: 20%;
  background: #eee;
}

.contact_area input[type="text"] {
  padding: 5px;
  width: 60%;
}

.con_form {
  text-align: center;
  margin-top: 20px;
  font-size: 130%;
}

.con_form input[type="submit"] {
  width: 30%;
  padding: 10px;
  background: #a79667;
  color: #fff;
  border-radius: 4px;
}

.con_form input[type="reset"] {
  width: 30%;
  padding: 10px;
  background: #333;
  color: #fff;
  border-radius: 4px;
}

/* よくあるご質問 */

#acMenu {
  margin-bottom: 60px;
}

#acMenu dt {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 2% 2% 2% 7%;
  background: url(../img/open.svg) no-repeat 97% center, url(../img/icon-q.svg) no-repeat 3% 20px;
  background-size: 12px 12px;
  margin: -1px 0 0 0;
}

#acMenu dd {
  display: none;
  width: 100%;
  background: url(../img/icon-a.svg) no-repeat 3% 20px #e3ddcd;
  background-size: 12px 12px;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 2% 2% 2% 7%;
  margin: -1px 0 0 0;
}

#acMenu dt.active {
  background: url(../img/acc-close.svg) no-repeat 97% center, url(../img/icon-q.svg) no-repeat 3% 20px;
  background-size: 12px 12px;
}

.com_tit {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 20px;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 150%;
}

/* メルマガ登録 */
.linecolub {
  margin: 20px 0;
}

.linecolub img {
  width: 100%;
  height: auto;
}

/* 商品一覧 */
.groups_tit {
  width: 1120px;
  margin: 0 auto 40px;
}

/* ------------------
ranking
------------------ */

.rankings {
  margin-bottom: 50px;
  display: flex;
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: row;
  /* for IE10 */
  -ms-flex-wrap: wrap;
  /* for IE10 */
}

.rankings li {
  list-style: none;
  width: 18%;
  margin: 0 2.5% 4% 0;
}

.rankings li:nth-child(5n) {
  margin-right: 0;
}

.rank_photo {
  position: relative;
  margin-bottom: 30px;
}

.frame {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  width: 148px;
  height: 148px;
}

.rank_icon {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -25px;
}

.no01 {
  color: #ca9f0b !important;
}

.no02 {
  color: #969696 !important;
}

.numbers {
  position: absolute;
  bottom: -10px;
  font-family: HelveticaNeue-CondensedBold, "arial black";
  right: 10%;
  font-size: 120%;
  color: #80653a;
}

.rankings dt {
  font-weight: bold;
  font-size: 110%;
  line-height: 150%;
}

.rankings .prices {
  color: #990000;
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 10px;
}

.info_rank {
  color: #999;
  font-size: 90%;
}

.rftxt {
  text-align: center;
  margin-bottom: 20px;
}

/* 商品詳細 */
.item_action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 30px !important;
}

.item_action ul li {
  list-style: none;
  width: 48%;
  margin-bottom: 0px;
}

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

.item_action ul li:last-child {
  margin-bottom: 0;
}

.item_specs {
  margin-bottom: 40px !important;
}

.item_specs table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.item_specs table th,
.item_specs table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 2%;
}

.item_specs table td a {
  text-decoration: underline !important;
}

.item_specs table th {
  width: 20%;
  background: #dcd5c4;
}

.item_specs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_specs ul li {
  list-style: none;
  width: 12.4%;
  text-align: center;
}

.item_specs ul li dt {
  background: #efefef;
  font-size: 80%;
  line-height: 150%;
  padding: 10px 0;
}

.shop_guideicon {
  margin-bottom: 40px !important;
}

.shop_guideicon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shop_guideicon li {
  list-style: none;
  width: 16%;
}

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

.shop_guideicon li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.shop_guideicon li a:hover {
  opacity: 0.5;
}

.contents_marke {
  margin-bottom: 40px !important;
}

.contents_marke h3 {
  margin-bottom: 15px;
  color: #a79667;
  font-size: 130%;
}

.basic_lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.basic_lt .photo {
  width: 44%;
}

.basic_lt .mb_txt {
  width: 52%;
}

.contents_marke .photo img {
  width: 100%;
  height: auto;
}

.basic_lt_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.basic_lt_min .photo {
  width: 36%;
}

.basic_lt_min .mb_txt {
  width: 58%;
}

.basic_rt_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.basic_rt_min .photo {
  width: 28%;
}

.basic_rt_min .mb_txt {
  width: 66%;
}

.basic_rt_min .mb_txt .txt-r {
  text-align: right;
  margin: 0;
}

.basic_rt_min .mb_txt .mrb0 {
  margin-bottom: 0;
}

.basic_rt_min .mb_txt .mb_txtbox {
  padding: 10px;
  border: 2px solid #a79667;
}

.contents_marke .photo img {
  width: 100%;
  height: auto;
}

.dobble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.dobble li {
  list-style: none;
  width: 48%;
}

.itemvisivle {
  padding: 6%;
  -webkit-box-shadow: 0 0 0 1px #666 inset;
  box-shadow: 0 0 0 1px #666 inset;
  border-radius: 5px;
}

.now_item {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 15px;
}

.near_item {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 15px;
  border-top: 1px dotted #000;
  padding-top: 20px;
  margin-top: 20px !important;
}

/* ------------------
レシピ
------------------ */
.recipe_back {
  width: 100%;
  margin-bottom: 25px;
}

.recipe_back a {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #a99660;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.recipe_back a:hover {
  display: block;
  text-align: center;
  padding: 15px 0;
  background: #755f31;
  color: #fff;
  text-decoration: none;
}

.rcipe_mv {
  width: 100%;
  background: url(../img/recipe_mv.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
}

.rcipe_mvin {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.rcipe_mvin p {
  display: inline-block;
  color: #fff;
  font-size: 220%;
  line-height: 150%;
  padding: 2%;
  background: rgba(179, 41, 44, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}

.calen_tit {
  background: url(../img/calendar.svg) no-repeat center top;
  background-size: 40px 40px;
  padding-top: 50px;
  color: #b3292c;
  font-weight: bold;
  font-size: 120%;
  width: 1120px;
  margin: 0 auto 0px;
  text-align: center;
}

.rcipe_contst .rcipe-side {
  width: 220px;
}

.rcipe_contst {
  margin-top: 40px;
}

.side_tit {
  text-align: center;
  border-bottom: 5px solid #a99660;
  padding-bottom: 10px;
  font-size: 120%;
  margin-bottom: 15px;
}

.genre {
  margin-bottom: 40px;
}

.genre li {
  list-style: none;
  font-weight: bold;
}

.genre a {
  display: block;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding: 10px 5%;
}

.genre a:hover {
  display: block;
  background: url(../img/dot-line.gif) repeat-x left bottom #eee;
  padding: 10px 5%;
}

#rcipeMenu dt {
  display: block;
  width: 100%;
  padding: 20px 0 20px 26%;
  text-align: left;
  cursor: pointer;
  background: url(images/i_swich.png) 177px -69px no-repeat;
  padding-right: 15px;
}

#rcipeMenu dd li {
  list-style: none;
}

#rcipeMenu dd {
  display: none;
  padding: 0;
}

#rcipeMenu dd a {
  display: block;
  background: url(../img/dot-line.gif) repeat-x left bottom #eee;
  padding: 10px 5%;
}

#rcipeMenu .side-i01 {
  background: url(../img/side-sum01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i01 {
  background: url(../img/side-sum01.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i02 {
  background: url(../img/side-sum02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i02 {
  background: url(../img/side-sum02.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i03 {
  background: url(../img/side-sum03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i03 {
  background: url(../img/side-sum03.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i04 {
  background: url(../img/side-sum04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i04 {
  background: url(../img/side-sum04.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i05 {
  background: url(../img/side-sum05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i05 {
  background: url(../img/side-sum05.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i06 {
  background: url(../img/side-sum06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i06 {
  background: url(../img/side-sum06.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i07 {
  background: url(../img/side-sum07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i07 {
  background: url(../img/side-sum07.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i08 {
  background: url(../img/side-sum08.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i08 {
  background: url(../img/side-sum08.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i09 {
  background: url(../img/side-sum09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i09 {
  background: url(../img/side-sum09.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i10 {
  background: url(../img/side-sum10.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i10 {
  background: url(../img/side-sum10.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i11 {
  background: url(../img/side-sum11.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i11 {
  background: url(../img/side-sum11.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .side-i12 {
  background: url(../img/side-sum12.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i12 {
  background: url(../img/side-sum12.jpg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

.rcipe_recom {
  margin-bottom: 50px;
}

.rcipe_recom dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rcipe_recom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rcipe_recom p {
  text-align: center;
  font-weight: bold;
}

.pick_tit {
  text-align: center;
  background: #c6ae7b;
  padding: 10px 5%;
  color: #fff;
  font-size: 130%;
  margin-bottom: 10px;
}

.rcom_picks {
  width: 44%;
}

.rcom_picks img {
  width: 100% !important;
  height: 316px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  /* この一行を追加するだけ！ */
}

.rcipe_recom dl {
  width: 54%;
}

.rcipe_recom dd {
  width: 48%;
  margin: 0 4% 4% 0;
}

.rcipe_recom dd:nth-of-type(2n) {
  margin: 0 0% 4% 0;
}

.rcipe_recom dd img {
  width: 100% !important;
  height: 154px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  /* この一行を追加するだけ！ */
}

.rcipe_osusu {
  background: url(../img/gift_bg.jpg) repeat center top;
  padding: 5%;
  margin-bottom: 40px;
}

.rcipe_osusu li {
  list-style: none;
  width: 32%;
  margin: 0 2% 2% 0;
  background: #fff;
}

.rcipe_osusu li:nth-child(3n) {
  margin-right: 0;
}

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

.rcipe_osusu li section {
  padding: 5%;
}

.rcipe_osusu li section h2 {
  font-size: 120%;
  line-height: 150%;
  margin-bottom: 15px;
}

.rcipe_osusu li img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  /* この一行を追加するだけ！ */
}

.rcipe_osusu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.rcipe_osusu a {
  text-decoration: none;
}

.osusu_tit {
  background: url(../img/star.svg) no-repeat center top;
  background-size: 40px 40px;
  padding-top: 50px;
  color: #755f31;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  margin: 0 auto 20px;
}

.classic_tit {
  background: url(../img/water-bottle.svg) no-repeat center top;
  background-size: 40px 40px;
  padding-top: 50px;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  margin: 0 auto 20px;
}

.rcipe_classic {
  margin-bottom: 40px;
}

.rcipe_classic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.rcipe_classic ul li {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  list-style: none;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
}

.rcipe_classic ul li:nth-child(4n) {
  margin-right: 0;
}

.rcipe_classic ul li a {
  display: block;
  padding: 6%;
  text-decoration: none;
}

.rcipe_classic ul li a:hover {
  display: block;
  padding: 6%;
  text-decoration: none;
  opacity: 0.6;
}

.d_line {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 6px 0;
  margin-top: 5px;
  background: url(../img/r_delta.svg) no-repeat right center;
  background-size: 12px 12px;
}

.rcipe_classic .blown_btn {
  width: 50%;
  margin: 20px auto;
}

.rcipe_genre {
  background: url(../img/gift_bg.jpg) repeat center top;
  padding: 5%;
  margin-bottom: 40px;
}

.genre_tit {
  background: url(../img/menu_icon.svg) no-repeat center top;
  background-size: 40px 66px;
  padding-top: 80px;
  color: #755f31;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  margin: 0 auto 20px;
}

.rcipe_genre ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.rcipe_genre ul li {
  width: 15%;
  margin: 0 2% 2% 0;
  list-style: none;
  text-align: center;
}

.rcipe_genre ul li:nth-child(6n) {
  margin-right: 0;
}

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

.rcipe_genre ul li a {
  display: block;
  padding: 6%;
  text-decoration: none;
}

.rcipe_genre ul li a:hover {
  display: block;
  padding: 6%;
  text-decoration: none;
  opacity: 0.6;
}

.rcipe_list h2 {
  border-top: 5px solid #b3292c;
  padding: 30px 0;
  font-weight: bold;
  font-size: 180%;
}

.rcipe_list h2 span {
  margin-left: 25px;
  font-size: 70%;
  font-weight: normal;
}

.rcipe_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rcipe_list li {
  list-style: none;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  width: 32%;
  margin: 0 2% 2% 0;
}

.rcipe_list li:nth-child(3n) {
  margin-right: 0;
}

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

.rcipe_list section {
  padding: 5%;
}

.rcipe_list section .names {
  font-weight: bold;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 4px 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.chats {
  background: #a99660;
  color: #fff;
  display: inline-block;
  padding: 2px 5%;
  position: relative;
  margin-bottom: 16px;
}

.chats:after {
  border: 7px solid transparent;
  border-top-color: #a99660;
  border-bottom-width: 0;
  bottom: -7px;
  content: "";
  display: block;
  left: 30px;
  position: absolute;
  width: 0;
}

.rcipe_list section h3 {
  margin-bottom: 10px;
}

.rcipe_list section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.rcipe_list section dt {
  width: 30%;
}

.this_use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.this_use li {
  width: 49%;
  margin: 0 2% 2% 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 82%;
  line-height: 110%;
}

.this_use li:nth-child(2n) {
  margin-right: 0;
}

.this_use li span {
  width: 100%;
  display: block;
  padding: 15px 0 15px 50px;
  min-height: 40px;
}

.this_use .color-sesame_oil {
  background: url(../img/re_sesame_oil.jpg) no-repeat left top;
}

.this_use .color-gold_sesameoil {
  background: url(../img/re_gold_sesameoil.jpg) no-repeat left top;
}

.this_use .color-black_sesameoil {
  background: url(../img/re_black_sesameoil.jpg) no-repeat left top;
}

.this_use .color-cookingsesameoil {
  background: url(../img/re_cookingsesameoil.jpg) no-repeat left top;
}

.this_use .color-pure {
  background: url(../img/re_pure.jpg) no-repeat left top;
}

.this_use .color-garlicoil {
  background: url(../img/re_garlicoil.jpg) no-repeat left top;
}

.this_use .color-white_sesame {
  background: url(../img/re_white_sesame.jpg) no-repeat left top;
}

.this_use .color-black_sesame {
  background: url(../img/re_black_sesame.jpg) no-repeat left top;
}

.this_use .color-roast_white_sesame {
  background: url(../img/re_roast_white_sesame.jpg) no-repeat left top;
}

.this_use .color-roast_black_sesame {
  background: url(../img/re_roast_black_sesame.jpg) no-repeat left top;
}

.this_use .color-roast_gold_sesame {
  background: url(../img/re_roast_gold_sesame.jpg) no-repeat left top;
}

.this_use .color-suri_white_sesame {
  background: url(../img/re_suri_white_sesame.jpg) no-repeat left top;
}

.this_use .color-suri_black_sesame {
  background: url(../img/re_suri_black_sesame.jpg) no-repeat left top;
}

.this_use .color-kinako {
  background: url(../img/re_kinako.jpg) no-repeat left top;
}

.this_use .color-white_sesame_paste {
  background: url(../img/re_white_sesame_paste.jpg) no-repeat left top;
}

.this_use .color-black_sesame_paste {
  background: url(../img/re_black_sesame_paste.jpg) no-repeat left top;
}

.this_use .color-purely_white_sesameoil {
  background: url(../img/re_purely_white_sesameoil.jpg) no-repeat left top;
}

.this_use .color-purely_black_sesameoil {
  background: url(../img/re_purely_black_sesameoil.jpg) no-repeat left top;
}

.this_use .color-purely_white_sesame {
  background: url(../img/re_purely_white_sesame.jpg) no-repeat left top;
}

.this_use .color-purely_black_sesame {
  background: url(../img/re_purely_black_sesame.jpg) no-repeat left top;
}

.this_use .color-purely_roast_white_sesame {
  background: url(../img/re_purely_roast_white_sesame.jpg) no-repeat left top;
}

.this_use .color-purely_roast_black_sesame {
  background: url(../img/re_purely_roast_black_sesame.jpg) no-repeat left top;
}

.this_use .color-purely_suri_white_sesame {
  background: url(../img/re_purely_suri_white_sesame.jpg) no-repeat left top;
}

.this_use .color-purely_suri_black_sesame {
  background: url(../img/re_purely_suri_black_sesame.jpg) no-repeat left top;
}

.this_use .color-purely_white_sesame_paste {
  background: url(../img/re_purely_white_sesame_paste.jpg) no-repeat left top;
}

.this_use .color-purely_black_sesame_paste {
  background: url(../img/re_purely_black_sesame_paste.jpg) no-repeat left top;
}

.this_use .color-sesame_salt {
  background: url(../img/re_sesame_salt.jpg) no-repeat left top;
}

.this_use .color-black_sesame_salt {
  background: url(../img/re_black_sesame_salt.jpg) no-repeat left top;
}

.this_use .color-white_sesame_salt {
  background: url(../img/re_white_sesame_salt.jpg) no-repeat left top;
}

.this_use .color-salted_plum {
  background: url(../img/re_salted_plum.jpg) no-repeat left top;
}

.this_use .color-seaweed {
  background: url(../img/re_seaweed.jpg) no-repeat left top;
}

.this_use .color-spicyoil {
  background: url(../img/re_spicyoil.jpg) no-repeat left top;
}

.this_use .color-piri {
  background: url(../img/re_piri.jpg) no-repeat left top;
}

.this_use .color-gomasuko {
  background: url(../img/re_gomasuko.jpg) no-repeat left top;
}

.this_use .color-henkodare {
  background: url(../img/re_henkodare.jpg) no-repeat left top;
}

.this_use .color-gomadare {
  background: url(../img/re_gomadare.jpg) no-repeat left top;
}

.this_use .color-dressing {
  background: url(../img/re_dressing.jpg) no-repeat left top;
}

.this_use .color-cookie {
  background: url(../img/re_cookie.jpg) no-repeat left top;
}

.this_use .color-cookie_granola {
  background: url(../img/re_cookie_granola.jpg) no-repeat left top;
}

.this_use .color-granola {
  background: url(../img/re_granola.jpg) no-repeat left top;
}

.this_use .color-gomapoodle {
  background: url(../img/re_gomapoodle.jpg) no-repeat left top;
}

.this_use .color-sesame_oil,
.this_use .color-gold_sesameoil,
.this_use .color-black_sesameoil,
.this_use .color-cookingsesameoil,
.this_use .color-pure,
.this_use .color-garlicoil,
.this_use .color-white_sesame,
.this_use .color-black_sesame,
.this_use .color-roast_white_sesame,
.this_use .color-roast_black_sesame,
.this_use .color-roast_gold_sesame,
.this_use .color-suri_white_sesame,
.this_use .color-suri_black_sesame,
.this_use .color-kinako,
.this_use .color-white_sesame_paste,
.this_use .color-black_sesame_paste,
.this_use .color-purely_white_sesameoil,
.this_use .color-purely_black_sesameoil,
.this_use .color-purely_white_sesame,
.this_use .color-purely_black_sesame,
.this_use .color-purely_roast_white_sesame,
.this_use .color-purely_roast_black_sesame,
.this_use .color-purely_suri_white_sesame,
.this_use .color-purely_suri_black_sesame,
.this_use .color-purely_white_sesame_paste,
.this_use .color-purely_black_sesame_paste,
.this_use .color-sesame_salt,
.this_use .color-black_sesame_salt,
.this_use .color-white_sesame_salt,
.this_use .color-salted_plum,
.this_use .color-seaweed,
.this_use .color-spicyoil,
.this_use .color-piri,
.this_use .color-gomasuko,
.this_use .color-henkodare,
.this_use .color-gomadare,
.this_use .color-dressing,
.this_use .color-cookie,
.this_use .color-cookie_granola,
.this_use .color-granola,
.this_use .color-gomapoodle {
  background-size: 40px 40px;
}

.rcipe_list a {
  text-decoration: none;
}

.rcipe_list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rcipe_list li:hover {
  text-decoration: none;
  opacity: 0.7;
}

.times {
  background: url(../img/time.svg) no-repeat left center;
  background-size: 16px 16px;
  padding-left: 24px;
}

.infos {
  background: url(../img/information.svg) no-repeat left 5px;
  background-size: 16px 16px;
  padding-left: 24px;
}

.rcipe_ded h2 {
  border-top: 5px solid #b3292c;
  padding: 30px 0;
  font-weight: bold;
  font-size: 180%;
  line-height: ;
}

.rcipe_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.rcipe_detail .det_mv {
  width: 54%;
}

.rcipe_detail .det_mv img {
  width: 100%;
  height: auto;
}

.dtail_spc {
  width: 40%;
}

.cooks li {
  list-style: none;
  background: #f0eddf;
  padding: 3%;
  margin-bottom: 10px;
}

.cooks li span {
  display: block;
}

.drinks {
  background: url(../img/water-bottle.svg) no-repeat left center;
  background-size: 30px 30px;
  padding: 10px 0 10px 30px;
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}

.bottle_kist li {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 3% 5% 3% 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottle_kist li p {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}

.bottle_kist li .color-sesame_oil {
  background: url(../img/re_sesame_oil.jpg) no-repeat left top;
}

.bottle_kist li .color-gold_sesameoil {
  background: url(../img/re_gold_sesameoil.jpg) no-repeat left top;
}

.bottle_kist li .color-black_sesameoil {
  background: url(../img/re_black_sesameoil.jpg) no-repeat left top;
}

.bottle_kist li .color-cookingsesameoil {
  background: url(../img/re_cookingsesameoil.jpg) no-repeat left top;
}

.bottle_kist li .color-pure {
  background: url(../img/re_pure.jpg) no-repeat left top;
}

.bottle_kist li .color-garlicoil {
  background: url(../img/re_garlicoil.jpg) no-repeat left top;
}

.bottle_kist li .color-white_sesame {
  background: url(../img/re_white_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-black_sesame {
  background: url(../img/re_black_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-roast_white_sesame {
  background: url(../img/re_roast_white_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-roast_black_sesame {
  background: url(../img/re_roast_black_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-roast_gold_sesame {
  background: url(../img/re_roast_gold_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-suri_white_sesame {
  background: url(../img/re_suri_white_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-suri_black_sesame {
  background: url(../img/re_suri_black_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-kinako {
  background: url(../img/re_kinako.jpg) no-repeat left top;
}

.bottle_kist li .color-white_sesame_paste {
  background: url(../img/re_white_sesame_paste.jpg) no-repeat left top;
}

.bottle_kist li .color-black_sesame_paste {
  background: url(../img/re_black_sesame_paste.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_white_sesameoil {
  background: url(../img/re_purely_white_sesameoil.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_black_sesameoil {
  background: url(../img/re_purely_black_sesameoil.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_white_sesame {
  background: url(../img/re_purely_white_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_black_sesame {
  background: url(../img/re_purely_black_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_roast_white_sesame {
  background: url(../img/re_purely_roast_white_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_roast_black_sesame {
  background: url(../img/re_purely_roast_black_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_suri_white_sesame {
  background: url(../img/re_purely_suri_white_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_suri_black_sesame {
  background: url(../img/re_purely_suri_black_sesame.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_white_sesame_paste {
  background: url(../img/re_purely_white_sesame_paste.jpg) no-repeat left top;
}

.bottle_kist li .color-purely_black_sesame_paste {
  background: url(../img/re_purely_black_sesame_paste.jpg) no-repeat left top;
}

.bottle_kist li .color-sesame_salt {
  background: url(../img/re_sesame_salt.jpg) no-repeat left top;
}

.bottle_kist li .color-black_sesame_salt {
  background: url(../img/re_black_sesame_salt.jpg) no-repeat left top;
}

.bottle_kist li .color-white_sesame_salt {
  background: url(../img/re_white_sesame_salt.jpg) no-repeat left top;
}

.bottle_kist li .color-salted_plum {
  background: url(../img/re_salted_plum.jpg) no-repeat left top;
}

.bottle_kist li .color-seaweed {
  background: url(../img/re_seaweed.jpg) no-repeat left top;
}

.bottle_kist li .color-spicyoil {
  background: url(../img/re_spicyoil.jpg) no-repeat left top;
}

.bottle_kist li .color-piri {
  background: url(../img/re_piri.jpg) no-repeat left top;
}

.bottle_kist li .color-gomasuko {
  background: url(../img/re_gomasuko.jpg) no-repeat left top;
}

.bottle_kist li .color-henkodare {
  background: url(../img/re_henkodare.jpg) no-repeat left top;
}

.bottle_kist li .color-gomadare {
  background: url(../img/re_gomadare.jpg) no-repeat left top;
}

.bottle_kist li .color-dressing {
  background: url(../img/re_dressing.jpg) no-repeat left top;
}

.bottle_kist li .color-cookie {
  background: url(../img/re_cookie.jpg) no-repeat left top;
}

.bottle_kist li .color-cookie_granola {
  background: url(../img/re_cookie_granola.jpg) no-repeat left top;
}

.bottle_kist li .color-granola {
  background: url(../img/re_granola.jpg) no-repeat left top;
}

.bottle_kist li .color-gomapoodle {
  background: url(../img/re_gomapoodle.jpg) no-repeat left top;
}

.bottle_kist li .color-sesame_oil,
.bottle_kist li .color-gold_sesameoil,
.bottle_kist li .color-black_sesameoil,
.bottle_kist li .color-cookingsesameoil,
.bottle_kist li .color-pure,
.bottle_kist li .color-garlicoil,
.bottle_kist li .color-white_sesame,
.bottle_kist li .color-black_sesame,
.bottle_kist li .color-roast_white_sesame,
.bottle_kist li .color-roast_black_sesame,
.bottle_kist li .color-roast_gold_sesame,
.bottle_kist li .color-suri_white_sesame,
.bottle_kist li .color-suri_black_sesame,
.bottle_kist li .color-kinako,
.bottle_kist li .color-white_sesame_paste,
.bottle_kist li .color-black_sesame_paste,
.bottle_kist li .color-purely_white_sesameoil,
.bottle_kist li .color-purely_black_sesameoil,
.bottle_kist li .color-purely_white_sesame,
.bottle_kist li .color-purely_black_sesame,
.bottle_kist li .color-purely_roast_white_sesame,
.bottle_kist li .color-purely_roast_black_sesame,
.bottle_kist li .color-purely_suri_white_sesame,
.bottle_kist li .color-purely_suri_black_sesame,
.bottle_kist li .color-purely_white_sesame_paste,
.bottle_kist li .color-purely_black_sesame_paste,
.bottle_kist li .color-sesame_salt,
.bottle_kist li .color-black_sesame_salt,
.bottle_kist li .color-white_sesame_salt,
.bottle_kist li .color-salted_plum,
.bottle_kist li .color-seaweed,
.bottle_kist li .color-spicyoil,
.bottle_kist li .color-piri,
.bottle_kist li .color-gomasuko,
.bottle_kist li .color-henkodare,
.bottle_kist li .color-gomadare,
.bottle_kist li .color-dressing,
.bottle_kist li .color-cookie,
.bottle_kist li .color-cookie_granola,
.bottle_kist li .color-granola,
.bottle_kist li .color-gomapoodle {
  background-size: 80px 80px;
}

.bottle_kist li dl {
  width: 73%;
}

.bottle_kist li dl dt {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 6px;
}

.bottle_kist li dl a {
  background: url(../img/r-delta.svg) no-repeat 96% center #c6ae7b;
  background-size: 12px 12px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 5%;
}

.bottle_kist li dl a:hover {
  background: url(../img/r-delta.svg) no-repeat 96% center #c6ae7b;
  background-size: 12px 12px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 5px 5%;
  opacity: 0.7;
}

.infocook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.material {
  width: 46%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 3%;
}

.material dt {
  background: url(../img/spatula.svg) no-repeat left center;
  background-size: 32px 32px;
  padding: 10px 0 10px 40px;
  font-weight: bold;
  margin-bottom: 15px;
}

.material dd {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.material dd span {
  display: block;
}

.howto_num {
  width: 50%;
}

.howto_num .how_txt li {
  margin: 0 0 20px 20px;
}

.cook_point {
  width: 100%;
  margin-top: 40px;
}

.howto {
  background: url(../img/stew.svg) no-repeat left center;
  background-size: 32px 32px;
  padding: 10px 0 10px 40px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid #b3292c;
}

.ck_ptit {
  background: url(../img/pan.svg) no-repeat left center;
  background-size: 32px 32px;
  padding: 10px 0 10px 40px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid #a99660;
}

/* ------------------
ブログ
------------------ */
.blog_mv {
  width: 100%;
  background: url(../img/blog_mv.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
}

.blog_mvin {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  height: 500px;
}

.blog_mvin p {
  display: inline-block;
  color: #fff;
  font-size: 220%;
  line-height: 150%;
  padding: 2%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
}

.blog_contst {
  margin-top: 40px;
  width: 1120px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-side {
  width: 280px;
}

.blog_contst main {
  width: 800px;
}

.side_blogtit {
  text-align: center;
  color: #fff;
  background: #c53630;
  padding: 5%;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.side_blogtit:after {
  border: 10px solid transparent;
  border-top-color: #c53630;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 45%;
  position: absolute;
  width: 0;
}

.new_list {
  margin-bottom: 25px;
}

.new_list li {
  list-style: none;
  font-weight: bold;
}

.new_list a {
  display: block;
  background: url(../img/bl_arrow.svg) no-repeat right center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 8px 8px, 4px 1px;
  padding: 10px 5%;
}

.new_list a:hover {
  display: block;
  background: url(../img/bl_arrow.svg) no-repeat right center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 8px 8px, 4px 1px;
  padding: 10px 5%;
}

.bl_btn {
  margin-bottom: 40px;
}

.bl_btn a {
  background: url(../img/wh_arrow.svg) no-repeat 96% center #222;
  background-size: 8px 8px;
  display: block;
  padding: 10px 6%;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bl_btn a:hover {
  background: url(../img/wh_arrow.svg) no-repeat 96% center #666;
  background-size: 8px 8px;
  display: block;
  padding: 10px 6%;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  text-align: center;
}

.nierly_list {
  margin-bottom: 40px;
}

.nierly_list li {
  list-style: none;
}

.nierly_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/bl_arrow.svg) no-repeat right center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 8px 8px, 4px 1px;
  padding: 10px 5% 10px 0;
}

.nierly_list a:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/bl_arrow.svg) no-repeat right center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 8px 8px, 4px 1px;
  padding: 10px 5% 10px 0;
}

.nierly_list a p:first-child {
  width: 34%;
}

.nierly_list a p:first-child img {
  width: 100%;
  height: auto;
}

.nierly_list a p:last-child {
  width: 60%;
}

.bl_bnner {
  margin: 0 auto;
  text-align: center;
}

.blog_recom {
  margin-bottom: 50px;
}

.blog_recom ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  margin-bottom: 30px;
}

.blog_recom ul li p {
  width: 34%;
}

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

.blog_recom ul li .diff {
  width: 60%;
}

.blog_recom ul li .diff dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.blog_recom ul li .diff dt {
  background: #c53630;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  margin-right: 5%;
}

.blog_recom ul li .diff dd {
  font-weight: bold;
}

.blog_recom ul li .diff h2 {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog_recom ul li .diff p {
  width: 100%;
}

.blog_recom ul li .diff p.more a {
  background: #a99660;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  float: right;
}

/* ------------------
社長ブログ
------------------ */
.presi_mv {
  width: 100%;
  background: url(../img/presi_mv.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 50px;
}

.blog_recom ul li .diff p.more_pre a {
  background: #222;
  padding: 8px;
  color: #fff;
  text-decoration: none;
  float: right;
}

.side_prestit {
  text-align: center;
  color: #fff;
  background: #a99660;
  padding: 5%;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.side_prestit:after {
  border: 10px solid transparent;
  border-top-color: #a99660;
  border-bottom-width: 0;
  bottom: -10px;
  content: "";
  display: block;
  left: 45%;
  position: absolute;
  width: 0;
}

/* ------------------
スタッフブログ詳細
------------------ */

.cate_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.cate_day dt {
  background: #c53630;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  margin-right: 5%;
}

.cate_day dd {
  font-weight: bold;
}

.blog_details h1 {
  font-size: 200%;
  line-height: 150%;
  border-top: 5px solid #c53630;
  padding: 25px 0;
}

.blog_details img {
  max-width: 100%;
  height: auto;
}

.blog_details iframe {
  max-width: 100%;
}

.blog_details .mb_txt p {
  margin-bottom: 30px;
}

.blog_details .mb_txt a,
.blog_details .mb_txt a img {
  display: block !important;
}

.blog_details .mb_txt a br {
  clear: both;
}

.thamnail {
  margin-bottom: 30px;
}

.thamnail img {
  width: 100%;
  height: auto;
}

.blog_details h2.ver1 {
  background: #efefef;
  padding: 10px 3%;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
}

.blog_details h2.ver2 {
  -webkit-box-shadow: 0 0 0 1px #a99660 inset;
  box-shadow: 0 0 0 1px #a99660 inset;
  padding: 10px 3%;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
}

.blog_details h3.ver1 {
  border-left: 10px solid #c53630;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog_details h3.ver2 {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 130%;
  font-weight: bold;
  line-height: 150%;
}

.listback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.listback a {
  background: #222;
  padding: 8px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: right;
}

.end_share {
  clear: both;
  margin: 30px auto 50px;
}

.end_share dt {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.end_share dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 50%;
  margin: 0 auto;
}

.end_share dd ul li {
  list-style: none;
}

.end_share dd ul li img {
  width: 50px;
  height: 50px;
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  width: 70%;
  margin: 0 auto 40px;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  color: #fff;
  /* 通常の文字色 */
  background: #333;
  /* 通常の背景色 */
  border-radius: 50%;
  /* 角を丸くして円形に */
}

.pagination span.page-of {
  background: none;
  color: #333;
}

.pagination a:hover {
  color: #222;
  /* マウスホバー時の文字色 */
  background: #f9d635;
  /* マウスホバー時の背景色 */
}

.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #222;
  /* 現在のページの文字色 */
  background: #f9d635;
  /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }

  .pagination span,
  .pagination a {
    padding: 7px 10px 7px 10px;
  }

  .pagination .current {
    padding: 7px 10px 7px 10px;
  }
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 50px;
  padding: 0;
  display: table;
}

#prev_next #prev,
#prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}

#prev_next #prev p,
#prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}

#prev_next #prev:hover,
#prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}

#prev_next #prev {
  border-right: #ccc 1px solid;
}

#prev_next #prev_title,
#prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}

#prev_next #next_title {
  right: 10px;
}

#prev_next #prev img,
#prev_next #next img {
  margin: 0 auto;
}

#prev_next #prev_no,
#prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}

#prev_next #prev_no {
  border-right: #ccc 1px solid;
}

#prev_next_home {
  margin: 0 auto;
  background-color: #39f;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #39f;
  -webkit-box-shadow: 0 0 0 3px #39f;
  -moz-box-shadow: 0 0 0 3px #39f;
  text-align: center;
}

#prev_next_home:hover {
  background-color: rgba(0, 0, 255, 0.7);
}

#prev_next_home i {
  color: #fff;
  margin: 10px auto;
  font-size: 60px;
}

.addthis_inline_share_toolbox {
  margin-bottom: 30px;
}

.media_recom {
  margin-bottom: 50px;
}

.media_recom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.media_recom ul li {
  list-style: none;
  width: 23.5%;
  margin: 0 2% 3% 0;
}

.media_recom ul li:nth-child(4n) {
  margin-right: 0;
}

.media_recom ul li p {
  text-align: center;
  margin-bottom: 10px;
}

.media_recom ul li p img {
  width: auto;
  max-height: 200px;
  height: 100%;
}

.color-magazine {
  background: #c53630;
  padding: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.color-tv {
  background: #a99660;
  padding: 5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}

.media_photo {
  background: #fff;
  display: block;
  font-size: 0;
  line-height: 1em;
  font-size: 0;
}

.award_recom {
  margin-bottom: 50px;
}

.award_recom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.award_recom ul li {
  border-bottom: 1px solid bottom #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.award_recom ul li .awa_photo {
  width: 35%;
}

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

.award_recom ul li .mb_txt {
  width: 60%;
}

.skin_s {
  width: 100%;
  height: auto;
}

.skin_s {
  font-size: 130%;
}

.endles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.endles li {
  list-style: none;
}

.endles li:first-child {
  width: 30%;
}

.endles li:last-child {
  width: 64%;
}

.mint {
  font-weight: bold;
  font-size: 130%;
  line-height: 150%;
  text-align: center;
}

.illi {
  font-size: 200%;
  line-height: 120%;
}

.illi span {
  font-size: 60%;
}

.oils {
  margin: 0 0 35px 30px;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
  padding: 3% 3% 3% 10%;
}

.patora {
  background: url(../img/patora.gif) no-repeat right top;
}

.kouka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.kouka li {
  width: 48%;
  margin: 0 4% 4% 0;
  background: #efefef;
  padding: 3%;
  list-style: none;
}

.subus {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.kouka li:nth-child(2n) {
  margin-right: 0;
}

.skinc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.skinc li {
  width: 32%;
  margin: 0 2% 0% 0;
  padding: 0%;
  list-style: none;
}

.skinc li:nth-child(3n) {
  margin-right: 0;
}

.skinc li img {
  max-width: 100%;
  height: auto;
}

.slins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slins li {
  list-style: none;
  width: 35%;
}

.slins li:last-child {
  width: 60%;
}

.little .buy_btn {
  width: 40%;
  margin: 30px auto;
}

.handc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.handc > li {
  list-style: none;
  width: 45%;
}

.handc > li:last-child {
  width: 50%;
}

.handc li ol {
  width: 100%;
  margin-left: 25px;
}

.seis {
  text-align: center;
  margin: 0 auto;
}

/*-- ここまで --*/

/* 88周年記念LP */
.mincyo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fs-l-pageMain.add {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#eightyeightlp_greeting {
  padding-bottom: 90px;
  max-width: 1120px;
  margin: 0 auto;
}

#eightyeightlp_youtube {
  background-image: url(https://gomayamada.itembox.design/item/common/img/88lp_kirakira_youtube_up.png), url(https://gomayamada.itembox.design/item/common/img/88lp_kirakira_youtube_doen.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  max-width: 1120px;
  margin: 0 auto;
  padding: 110px 50px;
}

#eightyeightlp_anniversaryitem_area {
  background-image: url(https://gomayamada.itembox.design/item/common/img/88lp_cpset_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 110px 0;
  margin: 0 auto 110px;
}

.eightyeightlp_anniversaryitem_area_txtarea {
  position: relative;
  z-index: 50;
}

.eightyeightlp_anniversaryitem_area_img {
  position: relative;
  z-index: 50;
}

.eightyeightlp_first_bg {
  background: url(https://gomayamada.itembox.design/item/common/img/88lp_goaisatsu_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.eightyeightlp_tit {
  background: url(https://gomayamada.itembox.design/item/common/img/88lp_tit_icon.svg);
  background-repeat: no-repeat;
  background-position: top;
  font-size: 3.7rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 45px;
}

.eightyeightlp_greeting_wrapper {
  display: grid;
  grid-template-columns: 280px auto;
  grid-column: 5%;
  gap: 40px 5%;
  max-width: 1120px;
  margin: 0 auto;
}

.eightyeightlp_greeting_txtarea_txt {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  margin-bottom: 20px;
}

.eightyeightlp_greeting_txtarea_name {
  display: block;
  width: 136px;
  margin-left: auto;
}

.eightyeightlp_greeting_txtarea_txt p:not(:last-child) {
  margin-bottom: 30px;
}

.eightyeightlp_greeting_imgarea_name {
  font-size: 1.8rem;
  font-weight: 600;
}

.greeting_imgarea_name_large {
  font-size: 2.3rem;
}

.eightyeightlp_greeting_imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}

.eightyeightlp_youtube_wrapper {
  padding: 0 5%;
  margin: 0 auto;
}

.eightyeightlp_youtube_thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 110px;
}

.eightyeightlp_youtube_thumbnail iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.eightyeightlp_youtube_thumbnail_box {
  position: relative;
  text-align: center;
}

.eightyeightlp_youtube_thumbnail_goldbg {
  position: absolute;
  right: -100px;
  bottom: -170px;
  z-index: -1;
}

.eightyeightlp_youtube_introarea,
.eightyeightlp_reproduction_con {
  display: grid;
  grid-template: repeat(auto-fill, 200px);
  grid-template-columns: repeat(3, 30%);
  margin: 0 auto 110px;
  gap: 0 5%;
  list-style: none;
}

.eightyeightlp_reproduction_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
}

.eightyeightlp_youtube_introarea_banner {
  margin: 0 auto;
  display: block;
}

.eightyeightlp_catcharea_tit {
  display: block;
  width: 169px;
  margin-top: -280px;
  margin-left: auto;
}

.eightyeightlp_anniversaryitem_area_wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.eightyeightlp_anniversaryitem_area_txt_red {
  background-color: #c75331;
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 10px;
}

.eightyeightlp_anniversaryitem_area_txt_name {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}

.eightyeightlp_anniversaryitem_area_txt_namelarge {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.eightyeightlp_anniversaryitem_area_txt {
  line-height: 1.6;
  margin-bottom: 2.5rem;
}

#eightyeightlp_anniversaryitem_area .blown_btn a {
  background: url(https://gomayamada.itembox.design/item/common/img/r-delta.svg) no-repeat 93% center #a9965f;
  background-size: 9px 8px;
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#eightyeightlp_anniversaryitem_area .blown_btn a:hover {
  text-decoration: none;
}

.eightyeightlp_anniversaryitem_area_wrapper_up {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 396px auto;
  position: relative;
  gap: 0 10%;
  margin-top: -80px;
  margin-bottom: 40px;
  padding: 0 5%;
}

.eightyeightlp_anniversaryitem_area_wrapper_down {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: auto 396px;
  position: relative;
  gap: 0 5%;
  padding: 0 5%;
}

p.eightyeightlp_anniversaryitem_area_img_goldbg {
  position: absolute;
  top: -90px;
  left: -18%;
}

.eightyeightlp_anniversaryitem_area_img_goldbg_down {
  position: absolute;
  top: -30px;
  left: 25%;
}

#eightyeightlp_reproduction {
  max-width: 1120px;
  margin: 0 auto 110px;
  padding: 0 50px;
  position: relative;
}

.eightyeightlp_youtube_introarea_item_img {
  margin: 0;
}

.eightyeightlp_youtube_introarea_item_txt {
  margin: auto 0 0;
}

.eightyeightlp_youtube_introarea li a,
.eightyeightlp_reproduction_con li a {
  display: block;
}

.eightyeightlp_reproduction_con li .eightyeightlp_youtube_introarea_item_txt a {
  color: #c3562e;
  display: unset;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eightyeightlp_reproduction_con li .eightyeightlp_youtube_introarea_item_txt a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.eightyeightlp_reproduction_itembox {
  margin-bottom: 1rem;
  position: relative;
}

.eightyeightlp_reproduction_item_name {
  background-color: #c75331;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  padding: 7px 5px;
  position: absolute;
  top: 0;
  left: 75%;
}

.eightyeightlp_reproduction_item_name_gomaabura {
  left: 65%;
}

.eightyeightlp_reproduction_item_name_ex {
  left: 82%;
}

.eightyeightlp_reproduction_item_name_ex02 {
  top: 36%;
  left: 66%;
}

.eightyeightlp_reproduction_btn {
  margin: -40px auto 0;
  position: relative;
  width: 185px;
  z-index: 2;
}

.eightyeightlp_reproduction_btnlink {
  display: block;
  background: url(https://gomayamada.itembox.design/item/common/img/r-delta.svg) no-repeat 90% center #a9965f;
  background-size: 9px 8px;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 110%;
}

.eightyeightlp_reproduction_item_cs {
  font-size: 3.6rem;
  line-height: 3rem;
  position: absolute;
  top: 15%;
  left: 0;
}

.eightyeightlp_reproduction_itembox a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.eightyeightlp_reproduction_txt {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}

.eightyeightlp_reproduction_img_goldbg {
  position: absolute;
  top: 70px;
  z-index: -10;
}

/*media Queries タブレットサイズ
----------------------------------------------------*/
@media only screen and (max-width: 970px) {
  #eightyeightlp_youtube {
    padding: 110px 5%;
  }

  #eightyeightlp_reproduction {
    padding: 0 5%;
  }

  .eightyeightlp_catcharea_tit {
    display: block;
    width: 120px;
    margin-top: -230px;
    margin-left: auto;
  }

  .eightyeightlp_anniversaryitem_area_wrapper_up {
    margin-top: 0;
    grid-template-columns: 325px auto;
  }

  .eightyeightlp_anniversaryitem_area_wrapper_down {
    grid-template-columns: auto 325px;
  }

  .eightyeightlp_anniversaryitem_area_txt_red {
    font-size: 2rem;
    padding: 5px 10px;
  }

  .eightyeightlp_anniversaryitem_area_txt_name {
    font-size: 2rem;
  }

  .eightyeightlp_anniversaryitem_area_txt_namelarge {
    font-size: 2.8rem;
  }

  .eightyeightlp_anniversaryitem_area_wrapper_up,
  .eightyeightlp_anniversaryitem_area_wrapper_down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }

  .eightyeightlp_anniversaryitem_area_img_wrapper {
    width: 60%;
  }

  .eightyeightlp_anniversaryitem_area_txtarea {
    width: 60%;
    margin: 0 auto;
  }

  .eightyeightlp_anniversaryitem_area_wrapper_down .eightyeightlp_anniversaryitem_area_img_wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .eightyeightlp_catcharea_tit {
    margin-top: -260px;
  }

  .eightyeightlp_anniversaryitem_area_wrapper_up {
    margin-top: -50px;
  }

  .eightyeightlp_reproduction_con {
    display: block;
  }

  .eightyeightlp_reproduction_item {
    list-style-type: none;
    margin: 0 auto 50px;
    max-width: 600px;
    width: 90%;
  }

  .eightyeightlp_youtube_introarea_item_img {
    margin: 0 auto 1rem;
    max-width: 311px;
    width: 85%;
  }

  .eightyeightlp_youtube_introarea_item_txt {
    line-height: 2.6rem;
  }

  .eightyeightlp_reproduction_con li .eightyeightlp_youtube_introarea_item_txt a {
    color: #c3562e;
    display: unset;
    text-decoration: underline;
  }

  .eightyeightlp_reproduction_itembox {
    margin: 0 auto 1rem;
    max-width: 311px;
    position: relative;
  }

  .eightyeightlp_reproduction_item_name {
    background-color: #c75331;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    padding: 7px 5px;
    position: absolute;
    top: 0;
    left: 75%;
  }

  .eightyeightlp_reproduction_btn {
    margin: -40px auto 0;
    position: relative;
    width: 185px;
    z-index: 2;
  }

  .eightyeightlp_reproduction_btnlink {
    display: block;
    background: url(https://gomayamada.itembox.design/item/common/img/r-delta.svg) no-repeat 90% center #a9965f;
    background-size: 9px 8px;
    color: #fff !important;
    text-align: center;
    border-radius: 6px;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 110%;
  }

  .eightyeightlp_reproduction_item_cs {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 3rem;
    position: absolute;
    top: 10%;
    left: 10%;
  }
}

@media only screen and (max-width: 780px) {
  /* 88周年記念LP */
  .eightyeightlp_greeting_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #eightyeightlp_greeting {
    padding: 0 40px;
  }

  .eightyeightlp_greeting_imgarea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 50% auto;
    gap: 0 5%;
    margin: 0 auto;
  }

  .greeting_imgarea_name_large {
    font-size: 2rem;
  }

  .eightyeightlp_tit {
    background-size: 20px;
    padding-top: 30px;
    font-size: 2.3rem;
    margin-bottom: 30px;
  }

  .eightyeightlp_catcharea_tit {
    margin-top: -235px;
    position: relative;
    z-index: 50;
  }

  .eightyeightlp_youtube_introarea {
    grid-template-columns: repeat(2, 48%);
    gap: 20px 4%;
  }
}

/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
    768px PREV NEXT
    --------------------------------------*/
  #prev_next #prev,
  #prev_next #prev::before,
  #prev_next #prev::after,
  #prev_next #next,
  #prev_next #next::before,
  #prev_next #next::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #prev_next #prev_title,
  #prev_next #next_title {
    padding: 3px 10px;
  }

  #prev_next #next_title {
    right: 10px;
  }

  #prev_next #prev img {
    float: left;
    margin-right: 10px;
  }

  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }

  /*-- ここまで --*/
}

/* よくあるご質問 */

.fa_box {
  margin-bottom: 50px;
}

.fa_box dt {
  background: url(../img/icon_q.svg) no-repeat left center;
  background-size: 40px 40px;
  padding: 15px 0 15px 54px;
  font-size: 150%;
}

.fa_box dd {
  background: url(../img/icon_a.svg) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 40px 40px, 4px 1px;
  padding: 25px 0 25px 54px;
  margin-bottom: 30px;
  font-size: 120%;
}

.fa_box a {
  color: #3572b0;
  text-decoration: underline;
}

.fa_box a:hover {
  color: #3572b0;
  text-decoration: none;
}

/* ご利用ガイド */

.nur_flow .numb01 {
  background: url(../img/icon_num01.gif) no-repeat left center;
  background-size: 30px 30px;
  padding: 12px 0 12px 40px;
}

.nur_flow .numb02 {
  background: url(../img/icon_num02.gif) no-repeat left center;
  background-size: 30px 30px;
  padding: 12px 0 12px 40px;
}

.nur_flow .numb03 {
  background: url(../img/icon_num03.gif) no-repeat left center;
  background-size: 30px 30px;
  padding: 12px 0 12px 40px;
}

.nur_flow .numb04 {
  background: url(../img/icon_num04.gif) no-repeat left center;
  background-size: 30px 30px;
  padding: 12px 0 12px 40px;
}

.nur_flow .numb05 {
  background: url(../img/icon_num05.gif) no-repeat left center;
  background-size: 30px 30px;
  padding: 12px 0 12px 40px;
}

.nur_flow .numb06 {
  background: url(../img/icon_num06.gif) no-repeat left center;
  background-size: 30px 30px;
  padding: 12px 0 12px 40px;
}

.nur_flow dt {
  font-size: 120%;
  font-weight: bold;
  line-height: 150%;
}

.nur_flow dd {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.nosi_tit {
  margin-bottom: 45px;
}

.nosi_tit dt {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.nosi_tit dd {
  margin-bottom: 20px;
}

.nosi_tit dd li {
  list-style: circle;
  margin-left: 25px;
}

.nosi_tit dd li span {
  color: #c53630;
  font-weight: bold;
}

.noted {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 20px;
}

.noshi_num li {
  list-style: none;
  margin-bottom: 10px;
}

.couttion {
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 3%;
  margin-bottom: 50px;
}

.conta_banner {
  width: 100%;
  margin-bottom: 30px;
}

.conta_banner p {
  margin-bottom: 15px;
}

.conta_banner p:last-child {
  margin-bottom: 0;
}

.conta_banner img {
  width: 100%;
  height: auto;
}

.conta_banner a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.conta_banner a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.comingsoon {
  margin: 0 auto 40px;
  text-align: center;
}

.comingsoon p {
  text-align: center;
}

.comingsoon img {
  max-width: 500px;
  height: auto;
}

.fs-l-header {
  padding: 0 !important;
}

.holo_ded li {
  list-style: none;
}

.holo_ded {
  margin-bottom: 50px !important;
}

.letter_packs li {
  list-style: none;
}

/* ------------------
サイズ違い商品一覧
------------------ */
.nearsize ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.nearsize li {
  list-style: none;
  width: 100%;
  margin: 0 0 2% 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 5px;
  padding: 3% 5%;
}

.nearsize li:nth-child(3n) {
  margin-right: 0;
}

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

.nearsize ul dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nearsize li dt {
  width: 100%;
  font-size: 140%;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 6px;
}

.nearsize li dd.price_s {
  margin-right: 10px;
}

.nearsize li dd.price_s span {
  color: #dd0000;
  font-size: 180%;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-weight: 300;
}

.nearsize .ass_point {
  background: #7c8790;
  color: #ffffff;
  display: inline-block;
  font-size: 90%;
  line-height: 1;
  padding: 4px 8px;
}

.nearsize .img_photo {
  margin: 0 auto 20px;
  text-align: center;
}

.nearsize .img_photo img {
  width: 70%;
  height: auto;
}

.nearsize form table {
  width: 100%;
}

.nearsize form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nearsize form td:nth-of-type(1) {
  display: block;
  width: 30% !important;
  padding-top: 5px;
}

.nearsize form td:nth-of-type(2) {
  display: block;
  width: 70% !important;
  padding-top: 5px;
}

.nearsize form input[type="text"] {
  padding: 5px !important;
  width: 50px;
  margin-left: 5px !important;
  border-radius: 4px !important;
  background: #efefef !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

.nearsize form input[type="submit"] {
  background: #cf3c01 !important;
  width: 100% !important;
  border: 1px solid #cf3c01 !important;
  font-size: 130% !important;
  padding: 2% 3% !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.gomano_ta {
  width: 100%;
  margin: 0px auto 20px;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.gomano_ta th,
.gomano_ta td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1%;
  vertical-align: top;
}

.gomano_ta th {
  text-align: center;
  font-weight: bold;
  background: #a99660;
  color: #fff;
}

/* ------------------
コンテンツ（マーケット）
------------------ */

.gensan_photo {
  margin-bottom: 0px;
}

.gensan_photo img {
  width: 100%;
  height: auto;
}

.mb_text {
  background: url(../img/f_bg.jpg) repeat left top;
  padding: 3%;
  margin-bottom: 40px;
}

.mb_text p {
  margin-bottom: 20px;
}

.mb_text p:last-child {
  margin-bottom: 0;
}

.tema_tit {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 150%;
  font-size: 180%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /* for no-flexbox browsers */
  color: #755f31;
  margin-bottom: 15px;
}

.tema_tit:before,
.tema_tit:after {
  border-top: 1px solid #755f31;
  content: "";
  display: inline;
  /* for IE */
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.tema_tit:before {
  margin-right: 0.5em;
}

.tema_tit:after {
  margin-left: 0.5em;
}

.cont_alc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont_alc .photo {
  width: 30%;
}

.cont_alc .photo img {
  width: 100%;
  height: auto;
}

.cont_alc .mb_txt {
  width: 66%;
}

.cont_threealc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont_threealc .photo {
  width: 28%;
}

.cont_threealc .photo img {
  width: 100%;
  height: auto;
}

.cont_threealc .mb_txt {
  width: 40%;
  margin-left: 4%;
}

.twos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.twos ul li {
  list-style: none;
  width: 48%;
}

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

.s_fukudashi {
  background: url(../img/s_fukidashi.jpg) no-repeat center center;
  padding: 10px;
  color: #000 !important;
  font-size: 180% !important;
  text-shadow: 0px 0px 4px #fff;
}

.yuzu_icon01,
.yuzu_icon02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.yuzu_icon03 {
  margin-bottom: 50px;
}

.yuzu_icon03,
.yuzu_icon03 .txt_y3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.txt_y {
  width: 65%;
  margin-right: 5%;
}

.txt_y2 {
  width: 45%;
  margin-right: 5%;
}

.txt_y3 {
  width: 80%;
}

.y_icons {
  width: 15%;
  height: 15%;
  margin-right: 5%;
}

.y_icons img,
.yuzu_icon01 .photo img,
.yuzu_icon02 .photo img {
  width: 100%;
  height: auto;
}

.yuzu_icon01 .photo {
  width: 10%;
}

.yuzu_icon02 .photo {
  width: 30%;
}

.undei {
  text-align: right;
  margin-top: 25px;
}

.yuzu_icon03 .photo:first-child {
  margin-right: 5%;
}

.yuzu_icon03 .photo img {
  max-width: 100%;
  height: auto;
}

.un_dobble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.un_dobble li:first-child {
  list-style: none;
  width: 39%;
}

.un_dobble li:last-child {
  list-style: none;
  width: 58%;
}

.gomazan ul {
  margin-bottom: 25px;
}

.gomazan li {
  list-style: none;
}

.gomazan dl {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.gomazan dl dt {
  font-size: 120%;
}

.gomazan dl span {
  font-size: 80%;
}

.draft {
  border-radius: 4px;
  padding: 2% 5%;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  font-size: 80%;
  margin-bottom: 20px;
}

.gomazan .doukon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gomazan .doukon .photo {
  width: 50%;
  margin-right: 5%;
}

.gomazan .doukon p:last-child {
  width: 50%;
}

.gomazan .doukon .photo img {
  width: 100%;
  height: auto;
}

.goman {
  text-align: center;
  font-size: 130%;
  text-decoration: underline;
  margin-bottom: 30px;
}

.goman h2 {
  font-size: 160%;
  line-height: 150%;
}

.zan_item {
  background: url(../img/zanmai_set.png) no-repeat 55% 14px, url(../img/zan_un.jpg);
  padding: 3%;
  -webkit-box-shadow: 0 0 0 1px #beb799 inset;
  box-shadow: 0 0 0 1px #beb799 inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 50px !important;
}

.zan_item .fl {
  width: 75%;
}

.zan_item .fr {
  width: 180px;
}

.zan_item dt img {
  max-width: 180px;
  height: auto;
}

.zan_item dd {
  font-size: 140%;
  line-height: 150%;
}

.t_names {
  color: #ad9929;
  font-weight: bold;
}

.strat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.strat dt {
  width: 180px;
  margin-right: 5%;
}

.inhouse {
  background: url(../img/inhouse_bg.jpg);
  padding: 3% 3% 3%;
  position: relative;
  margin-top: 70px;
}

.inhouse .inzan {
  margin-top: -30px;
  padding-bottom: 10px;
}

.inhouse div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inhouse div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.inhouse div dl dt {
  width: 140px;
  margin-right: 3%;
}

.d_names {
  color: #7a6126;
  font-weight: bold;
}

.inhouse div dl dd {
  width: 46%;
}

.inhouse .prices {
  font-weight: bold;
}

.inhouse .prices span {
  font-size: 80%;
}

/* ------------------
ギフトセットページメインビジュアルコンテンツ
------------------ */
.gift_mv {
  margin-bottom: 40px;
}

.giftmv {
  margin-bottom: 30px;
}

.giftmv img {
  width: 100%;
  height: auto;
}

.tu_gift {
  margin-bottom: 40px;
}

.tu_gift dt {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #97875c;
  font-size: 200%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.tu_gift dt:before,
.tu_gift dt:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #97875c;
  display: block;
}

.tu_gift dt:before {
  margin-right: 0.4em;
}

.tu_gift dt:after {
  margin-left: 0.4em;
}

.tu_gift dd {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 150%;
  line-height: 150%;
  text-align: center;
}

.tu_gift dd span {
  color: #dd0000;
}

.winter_gift {
  text-align: center;
  margin-bottom: 30px;
}

.pickgift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pickgift li {
  list-style: none;
  width: 49%;
  margin: 0 2% 2% 0;
  -webkit-box-shadow: 0 0 0 1px #ccc inset;
  box-shadow: 0 0 0 1px #ccc inset;
  padding: 3%;
}

.pickgift li:nth-child(2n) {
  margin-right: 0;
}

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

.pickgift li .itembtn {
  text-align: center;
}

.pickgift li .itembtn a {
  display: block;
  padding: 3%;
  background: #ab9b6f;
  color: #fff;
  border-radius: 6px;
  font-size: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.pickgift li .itembtn a:hover {
  display: block;
  padding: 3%;
  background: #97875c;
  color: #fff;
  border-radius: 6px;
  font-size: 120%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ------------------
サイズ違い商品あり商品詳細
------------------ */
.diff_itemarea .swiper-slide {
  width: 100px;
}

.diff_itemarea .swiper-slide img {
  width: 100%;
  height: auto;
}

#thumb-v {
  width: 100%;
  max-width: 550px;
  padding-right: 300px !important;
}

.sp-thumbnails-container {
  width: 280px;
}

.sp-thumbnails {
  width: 280px !important;
  height: 540px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-thumbnails div {
  margin: 0 10px 0 0;
}

.sp-thumbnails div:nth-of-type(2n) {
  margin-right: 0;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: initial !important;
}

.sp-thumbnail img {
  width: 100%;
  height: auto;
}

.sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 0px solid red !important;
  left: 0;
  top: 0;
  margin-left: 0px !important;
}

.sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: 0px !important;
  border-right: 0px solid red !important;
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
}

.sp-selected-thumbnail {
  border: 1px solid #000 !important;
}

.dditems {
  width: 100%;
  margin: 30px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dditems .fls {
  width: 48%;
}

.dditems .fls h1 {
  font-size: 200%;
  margin-bottom: 20px;
  line-height: 150%;
}

.dditems .frs {
  width: 48%;
}

.i_chatch {
  font-size: 110%;
  line-height: 150%;
  margin-bottom: 10px;
  font-weight: bold;
}

.i_number {
  -webkit-box-shadow: 0 0 0 1px #000 inset;
  box-shadow: 0 0 0 1px #000 inset;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.i_number span {
  font-weight: bold;
}

.txt_eid {
  margin-bottom: 20px;
}

/* ------------------
2018.11.14 追記
------------------ */

.oshi_cook {
  background: url(../img/gift_bg.jpg) left top;
  padding: 5%;
  margin-bottom: 50px;
}

.oshi_cook .cyakusyu {
  text-align: center;
  margin-bottom: 15px;
}

.oshi_cook ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.oshi_cook ul li {
  list-style: none;
  width: 31%;
  margin: 0 3.5% 2% 0;
  font-weight: bold;
}

.oshi_cook ul li:nth-child(3n) {
  margin-right: 0;
}

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

.scret {
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  margin-bottom: 15px;
  color: #97875c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scret:before,
.scret:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #97875c;
  display: block;
}

.scret:before {
  margin-right: 1em;
}

.scret:after {
  margin-left: 1em;
}

.neri_submv {
  margin-bottom: 40px;
}

.neri_submv p {
  margin-bottom: 20px;
}

.neri_submv p:last-child {
  margin-bottom: 0;
}

/* ------------------
2018.11.19 追記
------------------ */

.reds {
  color: #dd0000;
}

.cont_org {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont_org .photo {
  width: 46%;
}

.cont_org .photo img {
  width: 100%;
  height: auto;
}

.cont_org .photo {
  margin-bottom: 0;
}

.cont_org .mb_txt {
  width: 50%;
}

.cont_org .mb_txt ul {
  margin: 0px 0 0px 20px;
}

.cmk_tit {
  font-weight: bold;
  line-height: 150%;
  font-size: 150%;
  color: #97875c;
  margin-bottom: 15px;
}

.noshi_cmk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.noshi_cmk ul li {
  list-style: none;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
}

.noshi_cmk p:last-child {
  text-align: center;
  font-size: 130%;
}

.cmk_ilist li {
  list-style: none;
  margin: 0;
  line-height: 1em;
  font-size: 0;
}

.cmk_ilist .mrb20 {
  margin-bottom: 20px !important;
}

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

.sq-stit {
  background: #000;
  color: #fff;
  padding: 3%;
}

.sq-stit dt {
  font-size: 120%;
}

.sq-stit dd {
  font-size: 180%;
  line-height: 150%;
}

.unenos {
  position: relative;
  margin-bottom: 40px;
}

.unenos .chop {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  font-size: 150%;
  line-height: 150%;
}

.unenos .chop2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  font-size: 150%;
  line-height: 150%;
}

.b_reds {
  color: #dd0000;
  font-weight: bold;
}

.cmksu_bg {
  background: url(../img/cmk_su01_bg.jpg) no-repeat center bottom;
  background-size: cover;
  font-size: 120%;
  padding: 5%;
}

.cmksu_bg p {
  margin-bottom: 20px;
}

.cmksu_bg p:last-child {
  margin-bottom: 0;
}

.s_gort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.s_gort li {
  list-style: none;
}

.s_gort li:first-child {
  width: 60%;
  line-height: 2em;
  font-size: 120%;
}

.s_gort li:last-child {
  width: 34%;
}

.s_gort li:last-child img {
  max-width: 100%;
  height: auto;
}

.s_gort li:last-child p {
  margin-bottom: 0px;
}

.s_gort li:last-child p:nth-child(2) {
  margin-bottom: 25px;
}

.keiyaku_n h2 {
  font-size: 200%;
  margin-bottom: 25px;
  color: #80653a;
}

.threescont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.threescont li {
  width: 30%;
  list-style: none;
}

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

.threescont .photo {
  width: 100%;
}

.threescont .photo img {
  width: 100%;
  height: auto;
}

.syuzou {
  background: #333;
  padding: 3%;
  color: #fff;
  margin: 40px 0 0;
}

.syuzou h2 {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}

.syuzou_sp01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.syuzou_sp01 .photo {
  width: 36%;
  text-align: center;
}

.syuzou_sp01 > div {
  width: 60%;
}

.gift_mmv img {
  width: 100%;
  height: auto;
}

.gift_ss {
  padding: 2% 5% 5%;
}

.jyotai ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jyotai ul li {
  width: 30%;
  list-style: none;
  padding-right: 3%;
}

.jyotai ul li dd {
  text-align: center;
}

.jyotai ul li dt {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.jyotai ul li:first-child,
.jyotai ul li:nth-child(2) {
  background: url(../img/gift_delta.jpg) no-repeat right center;
}

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

.jyotai_two ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jyotai_two ul li {
  width: 30%;
  list-style: none;
  padding-right: 3%;
}

.jyotai_two ul li dd {
  text-align: center;
}

.jyotai_two ul li dt {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

.jyotai_two ul li:first-child {
  background: url(../img/gift_delta.jpg) no-repeat right center;
}

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

.misos {
  background: url(../img/cmk_miso02.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.misos .photo {
  width: 30%;
}

.misos .photo img {
  width: 100%;
  height: auto;
}

.misos .mb_txt {
  width: 60%;
  font-size: 120%;
  line-height: 2em;
}

.s_fukudashi2 {
  background: url(../img/s_fukidashi2.jpg) no-repeat center center;
  padding: 10px;
  color: #6b4d09 !important;
  font-size: 180% !important;
  text-shadow: 0px 0px 4px #fff;
}

.misokouji {
  margin: 40px 0;
}

.misokouji dt {
  font-size: 130%;
  line-height: 150%;
  margin: 0 0 10px;
  color: #97875c;
}

.misokouji dd {
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.miso_ends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3%;
  -webkit-box-shadow: 0 0 0 1px #97875c inset;
  box-shadow: 0 0 0 1px #97875c inset;
  margin-top: 40px;
}

.miso_ends .photo {
  width: 30%;
}

.miso_ends .mb_txt {
  width: 65%;
  font-size: 130%;
  line-height: 200%;
  color: #97875c;
}

.fs-l-productLayout__item--1 {
  position: relative;
}

.fs-c-productList__list .fs-c-productListItem__image {
  height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.oilfirst {
  background: url(../img/oil_first.jpg) no-repeat center top;
  background-size: cover;
  padding: 5% 5% 200px;
  margin-bottom: 20px;
}

.first_oiltit {
  width: 54%;
}

.oilfirst h2 {
  font-size: 180%;
  line-height: 150%;
  color: #fff;
  margin-bottom: 30px;
}

.oilfirst h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #dda700));
  background: linear-gradient(transparent 60%, #dda700 60%);
}

.offten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.offten li {
  list-style: none;
  width: 49%;
}

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

.create_h {
  background: url(../img/aout_henkod.jpg) no-repeat center top;
  background-size: cover;
  padding: 5%;
  margin-bottom: 50px;
}

.ab_hhe {
  width: 48%;
  font-size: 120%;
  line-height: 180%;
  letter-spacing: 1px;
}

.ab_hhe h3 {
  font-size: 150%;
  line-height: 150%;
  margin-bottom: 25px;
}

.copu_henkotit {
  max-width: 394px;
  margin-bottom: 30px;
}

.copu_henkotit img {
  width: 100%;
  height: auto;
}

.i_movie {
  margin-top: 40px;
}

.i_movie iframe {
  width: 100%;
  min-height: 250px;
}

.component {
  padding-bottom: 40px;
}

.component dt {
  display: inline-block;
  padding: 2px 5px;
  border: #000 1px solid;
  font-weight: normal;
  margin-bottom: 10px;
}

.component dd {
  font-weight: normal;

  line-height: 150%;
}

/* ------------------
	IE10+（Edgeも全て含む） ハック
 ------------------ */

_:-ms-lang(x),
.FS2_additional_image_itemdetail_container form .FS2_figure_table_td_input_cnt input {
  width: 50px;
}

_:-ms-lang(x),
.fs-c-productList__list .fs-c-productListItem__image {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

_:-ms-lang(x),
.fs-l-productLayout__item--1 .fs-c-productMainImage__image img {
  width: 100%;
  height: auto;
}

.fs-l-product4 .fs-l-productLayout {
}

.f_loss {
  width: 50%;
}

/* ------------------
	Edgeのみ（Edge全て） ハック
 ------------------ */

@supports (-ms-ime-align: auto) {
}

/* ------------------
	IE11のみ
 ------------------ */

@media all and (-ms-high-contrast: none) {
  /* -  *::-ms-backdrop, .topictab-content li ul li {
    border-bottom: 1px dotted #ccc;
  }- */

  *::-ms-backdrop,
  .layout_table {
    width: 1000px !important;
    margin-right: auto;
    margin-left: auto;
  }

  *::-ms-backdrop,
  .system_content {
    width: 1000px !important;
  }
}

/* ------------------
	firefox
 ------------------ */

@-moz-document url-prefix() {
}

/* ------------------
	Chrome
 ------------------ */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .FS2_additional_image_itemdetail_container form .FS2_figure_table_td_input_cnt input {
    width: 50px;
  }
}

/* ------------------
	tablet css
 ------------------ */

@media screen and (min-width: 767px) and (max-width: 1320px) {
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
}

/* ------------------
2019.4.12 追記
------------------ */

/* ------------------
ごま油
------------------ */

.good_ts-r {
  background: url(../img/one_bg02.jpg) no-repeat center top;
  background-size: cover;
}

.number_az-r {
  width: 720px;
  margin: 0 auto;
  position: relative;
  height: 400px;
}

.taste-r {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
}

.taste-r dt {
  font-size: 240%;
  line-height: 150%;
  margin-bottom: 50px;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.taste-r dd {
  font-size: 160%;
  line-height: 150%;
}

.fine_quality-r {
  background: url(../img/fine_quality_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 3%;
  width: 100%;
}

.fine_quality-r .qual-r {
  width: 100%;
  margin: 0 auto;
}

.fine_quality-r .qual-r h2 {
  font-size: 280%;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  margin-bottom: 25px;
}

.fine_quality-r .qual-r .tastgod-r {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 50px;
}

.safetys-r {
  background: url(../img/safearrea.jpg) no-repeat right top #fff;
  padding: 5%;
  background-size: 42%;
}

.yubuns-r {
  width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.yubuns-r p {
  width: 145px;
}

.yubuns-r p img {
  width: 100%;
  height: auto;
}

.yubuns-r dl {
  width: 67%;
}

.yubuns-r dl dt {
  font-size: 200%;
  line-height: 150%;
  margin-bottom: 25px;
  font-weight: bold;
}

.safetys-r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.safetys-r ul li {
  list-style: none;
  width: 32%;
}

.safetys-r ul li dl {
  text-align: center;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
  background: rgba(255, 255, 255, 0.7);
  padding: 5%;
  margin-bottom: 10px;
}

.safetys-r dt {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 15px;
}

.safetys-r ul li dd {
  width: 145px;
  margin: 0 auto;
}

.safetys-r ul li dd img {
  width: 100%;
  height: auto;
}

.redcl {
  color: #990000;
}

/* ------------------
辛いもん
------------------ */

.rayu_spec {
  background: url(../img/rayu_spec.jpg) no-repeat center top;
  padding: 3% 5% 5%;
  height: 430px;
  margin-bottom: 60px;
  margin-top: 40px;
}

.rayu_spec dl,
.rayu_spec div {
  width: 63%;
  margin-left: 37%;
}

.rayu_spec dl dt,
.rayu_spec div h2 {
  font-size: 230%;
  line-height: 150%;
  margin-bottom: 15px;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
}

.rayu_spec dl dd,
.rayu_spec div p {
  font-size: 120%;
  line-height: 180%;
}

.not_gz {
  position: relative;
}

.ra_bottle {
  position: absolute;
  right: 0;
  top: 0;
}

.not_gz h2 {
  font-size: 240%;
  line-height: 150%;
  margin-bottom: 30px;
}

.maker_light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.not_gz ul {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.not_gz ul li:first-child {
  margin-top: 80px;
}

.not_gz ul li {
  list-style: none;
  width: 48%;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

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

.onlys {
  font-size: 120%;
  line-height: 150%;
}

.spice_four {
  background: url(../img/spice_four.jpg) no-repeat left top;
  padding: 5%;
  position: relative;
  height: 573px;
  margin: 30px 0 50px;
  z-index: -1;
}

.spice_four ul li {
  list-style: none;
  font-size: 140%;
  font-weight: bold;
}

.spice_four ul li:first-child {
  position: absolute;
  right: 13%;
  top: 6%;
  text-align: right;
}

.spice_four ul li:nth-child(2) {
  position: absolute;
  left: 7%;
  top: 30%;
  text-align: left;
}

.spice_four ul li:nth-child(3) {
  position: absolute;
  right: 13%;
  top: 70%;
  text-align: right;
}

.spice_four ul li:last-child {
  position: absolute;
  left: 13%;
  bottom: 16%;
  text-align: left;
}

.ichimi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c53630;
  position: relative;
}

.ichimi ul li {
  width: 50%;
  list-style: none;
  color: #fff;
}

.ichimi ul li:first-child {
  font-size: 0;
  line-height: 0em;
}

.ichimi ul li:last-child {
  padding: 5%;
  text-align: center;
}

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

.ichimi ul li dt {
  max-width: 346px;
  text-align: center;
  margin: 0 auto 20px;
}

.ichimi ul li dd {
  font-size: 110%;
  line-height: 150%;
}

.ichimi ul:after {
  border: 20px solid transparent;
  border-top-color: #c53630;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  display: block;
  left: 73%;
  position: absolute;
  width: 0;
}

.blownmiddle_s {
  font-size: 170%;
  margin-bottom: 30px;
  line-height: 150%;
  font-weight: bold;
  color: #a99660;
  text-align: center;
}

.bl_dod_tit {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  line-height: 150%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.bl_dod_tit span {
  background: url(../img/bl_dod_line.svg) repeat-x center bottom;
  background-size: 10px 4px;
  padding: 0 1% 15px;
}

/* ------------------
ねりごま
------------------ */

.steps_nr {
  background: url(../img/neri_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 5%;
  margin-bottom: 50px;
}

.steps_nr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.steps_nr ul li {
  list-style: none;
  width: 46%;
  margin: 0 0 5%;
}

.steps_nr ul li dl,
.steps_nr ul li .mb_txt,
.steps_nr ul li div {
  background: rgba(255, 255, 255, 0.8);
  padding: 15% 5% 5%;
  margin-top: -40px;
}

.steps_nr ul li dl dt,
.steps_nr ul li div h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 140%;
}

.nerigoma_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 30px 0;
}

.nerigoma_con li {
  width: 31%;
}

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

.gif_navs li {
  list-style: none;
  width: 31.6%;
  margin: 0 2.6% 0 0;
}

.fs-c-buttonContainer--viewAllReviews .fs-c-button--plain {
  background: #97875c !important;
  width: 50%;
  text-align: center;
  font-size: 130%;
  color: #fff !important;
  margin: 20px 0 10px;
}

.fs-c-buttonContainer--addReview--detail .fs-c-button--plain {
  background: #dda700 !important;
  width: 50%;
  text-align: center;
  font-size: 130%;
  margin-bottom: 40px;
}

/*追加*/

.conta_banner_b {
  width: 100%;
  margin-bottom: 30px;
}

.conta_banner_b p {
  margin-bottom: 15px;
}

.conta_banner_b .bgmv_senior {
  background: url(../img/bgmv_senior.jpg) no-repeat center top;
  padding: 160px 5% 5%;
}

.conta_banner_b a {
  display: block;
}

.conta_banner_b a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.bgmv_senior dl,
.bgmv_senior div {
  width: 44%;
  margin-bottom: 100px;
}

.bgmv_senior dt,
.bgmv_senior h2 {
  font-size: 200%;
  line-height: 150%;
  color: #a99660;
  font-weight: bold;
  margin-bottom: 30px;
}

.conta_banner_b .bgmv_senior p {
  margin-bottom: 0;
}

.t-btn {
  width: 50%;
  margin: 50px auto 0;
  text-align: center;
}

.t-btn a {
  display: block;
  padding: 20px;
  background: #a79667;
  color: #fff;
  border-radius: 4px;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 160%;
}

.t-btn a:hover {
  opacity: 0.7;
}

.news_box {
  border: 3px solid #a79667;
  padding: 10px;
  text-align: center;
  line-height: 200%;
  margin: 0 0 20px;
}

.news_tit {
  font-size: 160%;
  color: #a79667;
  margin: 10px 0 15px;
}

.news_txt {
  font-size: 120%;
  margin: 0 0 10px;
}

.news_txt a {
  text-decoration: underline;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.giftset_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 50px;
}

.giftset_con {
  width: 49%;
  margin: 0 0 15px;
  padding: 20px;
  border: solid 1px #ccc;
}

.giftset_con img {
  height: auto;
}

.giftset_txt {
  margin: -65px 0 0;
}

.giftset_txt h3 {
  line-height: 200%;
  margin: 1rem 0;
}

.giftset_txt01 {
  margin: -65px 0 0;
}

.giftset_txt02 {
  margin: -65px 0 0;
}

.giftset_txt03 {
  margin: -125px 0 0;
}

.giftset_txt04 {
  margin: -162px 0 0;
}

.giftset_txt05 {
  margin: 0;
}

.giftset_img03,
.giftset_img04 {
  text-align: right;
}

.giftset_img05 {
  text-align: center;
}

.giftset_cate {
  font-size: 18px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  margin: 10px 0;
}

.giftset_tit {
  font-size: 22px;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  margin: 10px 0;
  font-weight: bold;
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.giftset_price {
  font-size: 34px;
  font-weight: bold;
  color: #d0131c;
  line-height: 110%;
  margin: 1rem 0 15px;
  margin: 10px 0;
}

.giftset_price span {
  font-size: 18px;
  margin: 0 0 0 5px;
}

.giftset_smallprice {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.giftset_small_lprice {
  font-size: 1.3rem;
}

.giftset_sub3 {
  line-height: 200%;
  margin: 1rem 0;
}

.giftset_btn {
  margin: 0;
}

.gif_img {
  margin: 1rem 0 0;
}

.gif_txt {
  margin: 0;
  font-size: 100%;
  line-height: 180%;
}

.gift_h3 {
  font-size: 100%;
  line-height: 180%;
}

.gif_txt h3 {
  line-height: 200%;
  margin: 1rem 0;
}

.huyugift_tit {
  text-align: center;
  margin: 30px 0 15px;
}

.sectit {
  font-size: 200%;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.sbu3 {
  line-height: 100%;
}

/*20191029追記*/

.fl_con {
  width: 180px;
}

.onehouse {
  background: url(../img/inhouse_bg.jpg);
  padding: 3% 3% 3%;
  position: relative;
  margin-top: 0;
  width: 180px;
  z-index: 1;
}

.onehouse dt,
.onehouse dd {
  text-align: center;
}

.zan_item02 {
  background: url(../img/zanmai_set02.png) no-repeat 50% 30px, url(../img/zan_un.jpg);
  padding: 3%;
  -webkit-box-shadow: 0 0 0 1px #beb799 inset;
  background-size: auto, cover;
  box-shadow: 0 0 0 1px #beb799 inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}

.inhouse02 {
  margin-top: -45px;
  z-index: 0;
}

.inhouse .inzan02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 30px;
  margin-top: -50px;
}

.zanmai_hset02 {
  background: url(../img/gomazanmai_honset02.jpg) no-repeat 45px top;
  background-size: contain;
}

.pc {
  display: block;
}

.inhouse div .sp {
  display: none;
}

/*20191121追記*/

.fs-l-product4 .fs-l-productLayout .fukubukuro {
  margin: 40px 0;
}

.fukubukuro {
  padding: 45px;
  background-image: url(https://gomayamada.itembox.design/item/common/img/fuubukuro_bk.jpg);
  background-size: cover;
}

.fukubukuro2021 {
  background-image: url(https://gomayamada.itembox.design/item/common/img/fukubukuro2021_bk.jpg);
  background-size: cover;
}

.fukubukuro_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fukubukuro img {
  vertical-align: bottom;
}

.fukubukuro_con01 {
  width: 55%;
}

.fukubukuro_con02 {
  width: 37%;
}

.fukubukuro_con03 {
  width: 35%;
}

.fukubukuro_con04 {
  width: 65%;
}

.fukubukuro p {
  margin: 0;
}

.fukubukuro .fukubukuro_tit {
  margin: 0 0 10px;
}

.fukubukuro_con04 .fukubukuro_tit {
  text-align: left;
}

.fukubukuro_box {
  margin: 0 0 20px;
}

.fuyunave_mv .reception_day {
  font-weight: bold;
  font-size: 15px;
}

.ft_bl {
  font-weight: bold;
}

.zan_item03 {
  background: url(../img/zan_un.jpg);
  padding: 3% 3% 8%;
  -webkit-box-shadow: 0 0 0 1px #beb799 inset;
  background-size: cover;
  box-shadow: 0 0 0 1px #beb799 inset;
  margin-bottom: 50px;
  position: relative;
}

.zan_item03_tit {
  text-align: center;
  margin: 0 auto 10px;
}

.zan_item03_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zan_item03_con {
  width: 32%;
  margin-bottom: 20px;
}

.zan_item03_img {
  text-align: center;
}

.zan_item03_txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.ov_img_negi {
  max-width: unset;
  margin-left: -20%;
}

.ov_img_sai {
  max-width: unset;
  margin-left: -5%;
}

.ov_img_yuba {
  max-width: unset;
  margin-left: -12%;
}

.ov_img_age {
  max-width: unset;
  margin-left: -5%;
}

.ov_img_hu {
  max-width: unset;
  margin-left: -5%;
}

.zan_item03_omake {
  position: absolute;
  bottom: 2px;
  right: 1px;
  margin: 0;
}

.zan_item03_omake_box {
  position: relative;
}

.zan_item03_omake_tit {
  position: absolute;
  font-size: 16px;
  bottom: 30px;
  left: 40px;
  font-weight: bold;
}

.zan_item03_omake_txt {
  margin: 0;
}

.zan_item03_omake img {
  vertical-align: bottom;
}

.zanmai_hset03 {
  background: url(../img/fuyunave_set.jpg) no-repeat left top;
}

.zanmai_hset03 div dd {
  padding: 5px;
  line-height: 120%;
}

.base_gr {
  background-color: #f7f7f7;
}

.gomanabe_bonus {
  padding: 10px;
  border: solid 1px #707070;
  font-weight: bold;
  margin: 30px auto 40px;
}

.tit_lines02 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #968843;
  padding: 20px 0;
  border-top: 1px solid #968843;
  border-bottom: 1px solid #968843;
  margin: 0 0 30px;
}

.fuyu_dcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.fuyu_dcon02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(../img/dot-line.gif) repeat-x left bottom;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.fuyu_dcon_img {
  width: 54%;
  margin: 0;
}

.fuyu_dcon_txtarea {
  width: 43%;
}

.fuyu_dcon_tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
}

.udline_f {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f3cebf));
  background: linear-gradient(transparent 60%, #f3cebf 60%);
}

.txtlink_f {
  color: #cf3c01;
  text-decoration: underline;
}

.txtlink_f:visited {
  color: #cf3c01;
}

.fuyu_cp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border: solid 3px #968843;
  border-radius: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.fuyu_cp_img {
  width: 90px;
  margin-right: 20px;
}

.fuyu_cp_txt {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 10px;
}

.fuyu_cp_rd {
  font-size: 21px;
  color: #cf3c01;
}

.fuyu_cp_limt {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0;
}

.fuyu_addgoma {
  background: url(../img/fuyunave_bk.jpg) no-repeat left top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 70px;
  border-radius: 10px;
  margin-bottom: 70px;
}

.fuyu_addgoma_img {
  margin: 0 0 0 16%;
}

.fuyu_addgoma_con {
  width: 50%;
}

.fuyu_addgoma_con_txt {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 20px;
}

.fuyu_mtit {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #968843;
  margin: 0 0 20px;
}

.tit_wb {
  font-family: "heisei-mincho-std", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 25px;
  font-size: 34px;
  background: url(../img/fuyunave_tit_l.svg) no-repeat 4% bottom, url(../img/fuyunave_tit_r.svg) no-repeat 96% bottom;
  background-size: 16px;
}

.fuyu_koti {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
}

.txt_c {
  text-align: center;
}

.ftxt_red {
  color: #cf3c01;
}

.fuyunave_tit02 {
  text-align: center;
  margin: 100px 0 0;
}

.goma_caths .goma_caths_list {
  margin: 30px 0 100px;
}

.gift_kiseibo {
  margin: 50px auto 30px;
  text-align: center;
}

.cate_mvbnr {
  margin-bottom: 50px;
}

/*▽商品詳細　えごま油▽*/

.item_egoma {
  padding-bottom: 40px;
}

.item_egoma p {
  margin: 0;
}

.item_egoma ul {
  list-style: none;
}

.item_egoma img {
  vertical-align: bottom;
}

.item_egoma .item_egoma_mv {
  margin: 0 0 40px;
}

.item_egoma .item_egoma_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.item_egoma .item_egoma_con_lt {
  width: 29%;
}

.item_egoma .item_egoma_con_lt__img {
  margin: 0 0 10px;
}

.item_egoma .item_egoma_con_lt__txt {
  color: #5e2900;
  font-size: 140%;
  margin: 0;
}

.item_egoma .item_egoma_con_rt {
  width: 68%;
}

.item_egoma .item_egoma_con_rt__grtxt {
  border: solid 3px #8bc500;
  font-size: 160%;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 20px;
}

.item_egoma .item_egoma_con_rt__oil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item_egoma .item_egoma_con_rt__oiltxt {
  color: #5e2900;
  font-size: 140%;
  margin: 0;
  padding-left: 30px;
  width: 68%;
}

.item_egoma .item_egoma_con_rt__oilimg {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 28%;
}

.item_egoma .item_egoma_con_txt {
  font-size: 140%;
  line-height: 1.5;
  margin-bottom: 80px;
}

.item_egoma .item_egoma_con_red {
  color: #e91d1c;
}

.item_egoma .item_egoma_secon {
  margin-bottom: 50px;
}

.item_egoma .item_egoma_secon_fbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.item_egoma .item_egoma_secon_fbox__wr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.item_egoma .item_egoma_secon_fbox:last-child {
  margin-bottom: 0;
}

.item_egoma .item_egoma_secon_fbox__txt {
  font-size: 140%;
  line-height: 1.5;
  width: 52%;
}

.item_egoma .item_egoma_secon_fbox__img {
  width: 44%;
}

.item_egoma .item_egoma_secon_fbox-i__img {
  width: 48%;
}

.item_egoma .item_egoma_lcon {
  border: solid 3px #8bc500;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px 20px;
}

.item_egoma .item_egoma_lcon_tit {
  font-size: 220%;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.item_egoma .item_egoma_lcon_stit {
  font-size: 95%;
  margin-left: 15px;
}

.item_egoma .item_egoma_lcon_use {
  font-size: 170%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 80%;
}

.item_egoma .item_egoma_lcon_use_list {
  margin-bottom: 10px;
}

.item_egoma .item_egoma_lcon_use_list__tit {
  position: relative;
}

.item_egoma .item_egoma_lcon_use_list__tit::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 0;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
  top: 50%;
  background-color: black;
}

.item_egoma .item_egoma_lcon_use_list__tcon {
  color: #5e2900;
}

/*△商品詳細　えごま油△*/

.media_new_txt {
  margin-bottom: 20px;
}

.media_new_bnr {
  margin: 0 auto 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
}

.tp_dmv_img {
  margin: 0 auto 40px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/* 追記　福袋ページ */
.fukubukuro_list .fukubukuro_con01 {
  width: 37%;
}

.fukubukuro_list .fukubukuro_con02 {
  width: 46%;
}

.fukubukuro_list .fukubukuro_con03 {
  width: 46%;
}

.fukubukuro_list .fukubukuro_con04 {
  width: 46%;
}

.fukubukuro_list-a {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fukubukuro_con04-a {
  width: 50%;
  margin-bottom: 30px;
}

.eightyeightlp_ts_txt {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin: 0 0 20px;
  text-align: center;
}

.holo_ded.gap {
  display: grid;
  gap: 20px 0;
  width: 70%;
  margin: 0 auto;
}

.limited_gift_con {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  gap: 30px 0;
  list-style: none;
  margin: 30px 0 50px;
}

.limited_gift_list {
  align-items: center;
  display: grid;
  grid-template-columns: 30% 66%;
  gap: 0 4%;
  padding: 20px;
  border: solid 1px #ccc;
}

.limited_gift_list_box_tit {
  line-height: 200%;
}

.giftset_price .giftset_price_s {
  font-size: 18px;
  margin: 0 5px 0 0;
}
.gama-fin_br {
  display: none;
}
.giftset_price-false {
  display: block;
  font-weight: bold;
  color: #d0131c;
}
.giftset_price-false_s {
  margin: 0 5px 0 0;
}
.giftset_price-false_s-puls {
  margin: 0 0 0 5px;
}
.giftset_price-false_s-pay {
  font-size: 30px;
  text-decoration-color: #000;
}
.fs-body-category-gr19 .limited_gift_list_box_tit {
  margin-bottom: 20px;
}

/* 231025追記ここから */
.goman .-center img {
  width: 100%;
  height: auto;
}

.ano_zanmai {
  background: url(../img/ano_zanmai.jpg) no-repeat center top #000;
  padding: 400px 3% 5%;
}

.ano_zanmai ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ano_zanmai ul li {
  width: 21%;
  margin-bottom: 10px;
}

.ano_zanmai ul li:not(:last-child) {
  margin-right: 2%;
}

.ano_zanmai ul li p {
  margin-bottom: 10px;
}

.ano_zanmai ul li p,
.ano_zanmai ul li dt {
  text-align: center;
}

.ano_zanmai ul li dt {
  color: #9e8b3f;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 130%;
}

.ano_zanmai ul li a,
.ano_zanmai ul li a:visited {
  color: #9e8b3f;
}

.ano_zanmai ul li a:hover {
  opacity: 0.8;
}

.ano_zanmai ul li dd {
  color: #fff;
}

.ano_zanmai ul li img {
  max-width: 100%;
  height: auto;
}
/* 231025追記ここまで */

/* 231109追記ここから */
.limited_gift_sweetsgift-banner {
  margin-bottom: 40px;
}

.limited_gift_sweetsgift-banner:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
/* 231109追記ここまで */

.fukubukuro_tit.hukubukuro-g-photo {
  margin-bottom: 20px;
}

/* 240606追記_夏ギフトページ一部フォント調整ここから */
.summer-gift_2024_fs16{
  font-size: 16px;
}
.summer-gift_2024_fs18{
  font-size: 18px;
}
/* 240606追記_夏ギフトページ一部フォント調整ここまで */

/* 240717追記_sweets商品ページの非表示とバナーの差替ここから */
/* アイコンをカヌレからごま菓子へ変更 */
#rcipeMenu .side-i08 {
  background: url(../img/side-sum08.jpg?240717) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_plus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

#rcipeMenu .active.side-i08 {
  background: url(../img/side-sum08.jpg?240717) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom, url(../img/r_muinus.svg) no-repeat right center;
  background-size: 50px 50px, 4px 1px, 15px 15px;
}

.lists .side-i08 {
  background: url(../img/side-sum08.jpg?240717) no-repeat left center, url(../img/dot-line.gif) repeat-x left bottom;
  background-size: 50px 50px, 4px 1px;
}
/* 240717追記_sweets商品ページの非表示とバナーの差替ここまで */

/* 241001追記_「金ごま油 275g」ページの修正_ここから */
ul.contents_marke__bnr{
  display: flex;
  gap: 25px;
  list-style: none;
}

ul.contents_marke__bnr li{
   width: 48.5%;
}

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

@media only screen and (max-width: 640px) {
  ul.contents_marke__bnr{
    display: block;
  }

  ul.contents_marke__bnr li{
		margin-bottom: 15px;
  }
}
/* 241001追記_「金ごま油 275g」ページの修正_ここまで */

/* 241025-1203_商品画像ホバー追記_ここから */
#fs_ProductCategory .fs-c-productListItem__image__image, a img{
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#fs_ProductCategory .fs-c-productListItem__image__image:hover,a img:hover{
  opacity: 0.6;
}

/* 左サイド */
.fs-l-main .l-side a {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fs-l-main .l-side a:hover {
  opacity: 0.6;
}
/* 241025-1203_商品画像ホバー追記_ここまで */

/* 250217_キーワード検索設置_ここから */
.headers {
  margin: 14px auto;
  align-items: center;
}

.header-under {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
}

.header-under form {
  width: 30rem;
  padding: 0 1.6rem;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #D1D1D1;
}

.header-under input {
  width: 23.7rem;
  height: 38px;
  font-size: 16px;
  border: none;
  padding: 10px 0;
}

.header-under [type=text]:focus {
  box-shadow: unset;
}

.header-under button {
  width: 7%;
  height: 0;
  padding: 7% 0 0;
  background: url(https://gomayamada.itembox.design/item/sp/common/img/com_search_ic01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border: none;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
  outline: 0;
  margin-bottom: 4px;
}

.header-under__keyword {
  margin-left: 1rem;
  background-color: #F7F7F7;
  width: 45rem;
  display: flex;
  padding: 5px;
}

.header-under__keyword span {
  font-weight: bold;
  display: block;
  width: 14rem;
  flex-shrink: 0;
  border-right: 1px solid #CFCFCF;
  margin-right: 2rem;
  text-align: center;
  line-height: 5rem;
}

.header-under__keyword ul {
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-start;
}

.header-under__keyword ul li {
  background-color: #fff;
  font-size: 1.2rem;
  border: 1px solid #DBDBDB;
  line-height: 20px;
  padding: 0 5px;
}
/* 250217_キーワード検索設置_ここまで */
