@charset "UTF-8";
@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/* reset
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body{
  font-family: 'Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
ins {
  background-color: #f2f82f;
  color: #171216;
  text-decoration: none;
}
mark {
  background-color: #f2f82f;
  color: #171216;
  font-weight: bold;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
del {
  text-decoration: line-through;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d2d2d2;
  margin: 1.0rem 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  border: none;
  vertical-align: middle;
  line-height: 0;
}
/*--------------------------------------
  'sm': 'screen and(max-width: 480px)
  'md': 'screen and(min-width: 768px)
  'lg': 'screen and(min-width: 960px)
  'xl': 'screen and(min-width: 1200px)
  #common
--------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#222;
  background:#fff ;
}
input, textarea, button, select, i {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a,
a:visited {
  color:#4d7fbf;
  text-decoration: none;
}
a:hover,
button:hover {
  color:#1558d6;
  text-decoration: none;
  opacity:.6;
  transition:.2s;
}
a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
    cursor:pointer !important;
}
a, a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
    cursor:pointer !important;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}
/*  TEXTカラー
--------------------------------------*/
.txt-wt {
  color: #fff;
}
.txt-red, .red {
  color: #d70035;
}
.txt-blue {
  color: #006eb0;
}
/*  調整用
--------------------------------------*/
.none_bg {
  background: none !important;
}
.none_bd {
  border: none !important;
}
.none_bd_top {
  border-top: none !important;
}
/* 改行 */
.no_br br {
  display: none;
}
.on_br br {
  display: block;
}
/* TEXT配置 */
.txt_center {
  text-align: center !important;
}
.txt_right {
  text-align: right !important;
}
.txt_left {
  text-align: left !important;
}
/*  文字ツメ */
.txt_spac {
  letter-spacing: -1px;
}
.txt_spac_pl {
  letter-spacing: 2px;
}
.bold {
  font-weight: bold;
}
/* margin・padding
--------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
/*  共通CSS
--------------------------------------*/
em, i, cite {
  font-style: normal;
}
strong, b {
  font-weight: bold;
}
blockquote, q {
  border-left: 4px solid #d2d2d2;
  margin: 0 0 2.4em 1rem;
  position: relative;
  display: block;
}
blockquote:after, q:after {
  content: "”";
  font-size: 90px;
  line-height: 0em;
  color: #dcdce0;
  position: absolute;
  right: 0;
  top: 100%;
}
blockquote p:last-child, q p:last-child {
  margin-bottom: 0;
}
/* FOAM
--------------------------------------*/
/* OSi　リセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input, textarea, select {
  outline: 0;
}
/* 基本スタイル */
input[type="text"], input[type="email"], input[type="url"] {
  background: #fff;
  border: 1px solid #d2d2d2;
  padding: 0.2em 15px;
}
input[type="text"]::focus, input[type="text"]:hover, input[type="email"]::focus, input[type="email"]:hover, input[type="url"]::focus, input[type="url"]:hover {
  border: 1px solid #00AEE3;
}
button {
  cursor: pointer;
}
input[type='checkbox'], input[type="radio"], input[type="submit"] {
  cursor: pointer;
}
textarea {
  border: 1px solid #d2d2d2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 230px;
  margin: auto;
}
/* 基本table
--------------------------------------*/
table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}
table table {
  width: 100%;
}
th, td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d2d2d2;
  margin: 0 0 -1px 0;
  vertical-align: middle;
  padding:5px;
  display:block;
}
table tr:last-child td:last-child {
  margin-bottom:0;
}
th {
  background: #f6f6f7;
}
/* ご利用ガイド用スタイル */
table.about-tbl {
  margin: 24px auto;
  width: 100%;
}
table.about-tbl th, table.about-tbl td {
  padding: 10px;
  display: table-cell;
}
table.about-tbl a {
  text-decoration: underline;
}
table.shipment-tbl {
  margin-bottom: 30px;
}
table.shipment-tbl table {
  margin-bottom: 15px;
}
table.shipment-tbl th, table.shipment-tbl td {
  font-size: 14px;
}
table.shipment-tbl td {
  padding: 5px 10px;
}
table.shipment-tbl thead th,
table.shipment-tbl thead td {
  text-align: center;
  font-weight: bold;
}
.shipment-tbl-normal-shippoint-point span {
  display: inline-block;
}
.shipment-tbl-tkbsize-defined {
  margin-top: 30px;
}
.shipment-tbl-tkbsize-defined thead td {
  background: #f6f6f7;
}
.shipment-tbl-tkbsize-defined tbody tr td:last-child {
  border-bottom-width: 2px;
}
.shipment-tbl-eidome a {
  text-decoration: underline;
}
/* clearfix */
.cl, #header, #container, #main,
.main, #secondary, #footer {
  *zoom: 1;
}
.cl::after, #header::after, #container::after, #main::after,
.main::after, #secondary::after, #footer::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* キャリア別表示・非表示 */
.pc {
  display: none;
}
.sp {
  display: block;
}
/*--------------------------------------
  layout
--------------------------------------*/
#wrapper{
  width: 100%;
  height: 100%;
  position: relative;
}
/*送料無料帯*/
.head-announce__outline{
  height: 48px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
}
.head-announce__inner{
  margin: 0 auto;
  width: 1000px;
  position: relative;
  font-size: .75rem;
  text-align: center;
  line-height: 48px;
}
.head-announce__read{
  color: #7a7a7a;
  font-weight: bold;
}
.head-announce__read-strong{
  margin-right: .5rem;
  color: #9e2a2e;
}
.head-announce__signup{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.head-announce__signup a{
  padding: .5rem;
}
.wrapper-inner{
  margin: auto;
  width: 1000px;
  box-sizing: border-box;
}
/*header*/
.header-outline{
  display: block;
  height: 5.625rem;
}
.header-outline .logo,
.header-outline .logo img{
  width: 360px;
  height: 60px;
  vertical-align: middle;
}
.header-outline .logo{
  margin: 15px 0;
  float: left;
}
.header__user-nav--list{
  display: flex;
  height: 90px;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}
.header__user-nav--item{
  padding: .5rem;
  min-width: 4rem;
  font-size: .75rem;
  text-align: center;
}
.header__user-nav--item .material-icons{
  display: block;
  margin-bottom: .5rem;
  color: #7a7a7a;
  font-size: 30px;
  text-align: center;
}
/*gnav*/
/* チェックボックスを非表示 */
.gnav__list input,
.gnav__list label{
  display: none;
}

/* 上部メニュー */
.gnav-outline {
    display: block;
    height: 3rem;
    list-style: none;
}
.gnav__list {
    display: inline-block;
    padding-top: 0.5rem;
    height: 3rem;
}
.gnav__item-group{
  display: inline-block;
  float: left;
  position: relative;
  font-weight: bold;
  font-size: .875rem;
  white-space: nowrap;
  list-style: none;
}

.gnav__item-group a,
.gnav__item-group span{
  display: block;
  padding: .5rem;
  color: #222;
  text-decoration: none;
}
.gnav__item-group > *:not(:last-child){
  margin-right: 1rem;
}
/* パソコンでは V を非表示 */
.gnav__item-group .pd{
  display: none;
}

#menu-navibtn{
  display: none;
  cursor: pointer;
  cursor: hand;
}

/* スマホ用 */
@media screen and (max-width: 620px){
  .gnav__list{
    margin-top: 30px;
  }
  .gnav__item-group{
    padding: 0 20px;
    width: 100%;
    line-height: 1.6;
    height: auto;
    white-space: nowrap;
    font-size: 1rem;
  }
  .gnav__item-group{
    margin-right: -20px;
  }
  /* V を表示 */
  .gnav__item-group .pd{
    display: inline-block;
    width: 100%;
  }
  .gnav__item-group a{
    display: inline-block;
  }
  .gnav__item-group i{
    padding: 0 6px;
  }
  /* メニューを移動させないため */
    #menu-navibtn:checked ~ #global-nav{
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding-bottom: 100px;
  }
}

/* ドロップダウンメニュー */
.gnav__item-group .gnav__list__subcategory{
  position: absolute;
}
/* 子メニュー */

.gnav__list__subcategory{
  margin-top: 2px;
  padding: 0;
  width: auto;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 4px -2px #ccc;
}
.gnav__list__subcategory-item{
  display: block;
  display: none;
  padding: .75rem 1rem;
  color: #222;
  font-weight: normal;
  font-size: 1rem;
}
.gnav__list__subcategory-item a:hover{
  color: #4d7fbf;
  opacity: 1;
  background-color: rgb(245, 245, 245);
}


/* パソコン用 */
@media screen and (min-width: 620px){
  .gnav__item-group:hover{
    border-bottom: 2px solid #9e2a2e;
  }
  .gnav__item-group:hover .gnav__list__subcategory-item{
    display: block;
  }
}
/* スマホ用 */
@media screen and (max-width: 620px){
  .gnav__list{
    display: none;
  }
  /* ハンバーガーメニューがクリックされた時 */
  #menu-navibtn:checked ~ * .gnav__list{
    display: block;
    padding-bottom: 50px;
  }
  #menu-navibtn:checked ~ * .gnav__item-group{
    max-height: inherit;
    overflow-y: visible;
  }
  .gnav__item-group .gnav__list__subcategory{
    position: static;
    line-height: 50px;
    box-shadow: none;
  }
  .gnav__item-group > label:hover{
    cursor: pointer;
    cursor: hand;
  }

  /* 子メニュー */
  .gnav__list__subcategory{
    margin-left: initial;
    position: relative;
  }
  .gnav__list__subcategory .gnav__list__subcategory-item{
    display: block;
    padding: 0;
  }
    .gnav__list__subcategory .gnav__list__subcategory-item a{
      display: block;
      line-height: 1.4;
      padding-left: 2rem;
}
  /* 子メニューがクリックされた時 */
  #menu input[type='checkbox']:checked ~ label ~ ul > li{
    display: block;
    max-height: inherit;
    overflow-y: visible;
  }
  .angletoggle:before{
    content: '\f107';
  }
  #global-nav input[type='checkbox']:checked ~ label .pd .angletoggle:before{
    content: '\f106';
  }
}

/* ハンバーガー */
#global-nav #menu-navibtn{
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 620px){
  #global-nav #menu-navibtn{
    display: block;
    position: absolute;
    top: 60px;
    left: 10px;
  }
  #menu-navibtn span{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: fixed;
    top: 50px;
  }
  #menu-navibtn span span{
    display: block;
    width: 1px;
    height: 1px;
  }
  #menu-navibtn span span::before,
  #menu-navibtn span span::after,
  #menu-navibtn span::after{
    width: 20px;
    height: 3px;
    position: absolute;
    left: 10px;
    background-color: #613939;
    content: '';
  }
  /* 上の棒 */
  #menu-navibtn span span::before{
    top: 10px;
  }
  #menu-navibtn:checked ~ #global-nav label#menu-navibtn span span::before{
    top: 19px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  /* 下の棒 */
  #menu-navibtn span::after{
    bottom: 10px;
  }
  #menu-navibtn:checked ~ #global-nav label#menu-navibtn > span::after{
    bottom: 18px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  /* 中の棒 */
  #menu-navibtn span span::after{
    top: 18px;
  }
  #menu-navibtn:checked ~ #global-nav label#menu-navibtn span span::after{
    display: none;
  }
}
/*検索ウィンドウ*/
.gnav__search-outline{
  display: inline-block;
  margin-left: 2rem;
  float: right;
  position: relative;
}
.gnav__search-outline .sbox3{
  padding: .75rem 3rem .75rem .75rem;
  width: 18rem;
  border-radius: 4px;
}
.gnav__search-outline .sbtn3{
  width: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: rgb(122, 122, 122);
  background: transparent;
  border-style: none;
  border-width: initial;
  border-color: initial;
  border-image: initial;
  line-height: 3.5rem;
}

/*------------------------------
  slider
------------------------------*/
#main-image{
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
#main-image img{
  max-width: 100%;
  max-height: 100%;
}
.main-image-slider{
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1040px;
  overflow: hidden;
  position: relative;
}
.main-image-slider > ul{
  display: inline-block;
  height: 336px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.main-image-slider > ul > li{
  display: inline;
  width: 1040px;
  height: 336px;
  float: left;
  overflow: hidden;
  list-style-type: none;
}
.main-image-slider > ul > li span,
.main-image-slider > ul > li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.main-image-next{
  margin-top: -16px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 100;
  font-size: 3rem;
  transform: rotate(-180deg);
}
.main-image-prev{
  margin-top: -16px;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 100;
  font-size: 3rem;
  transform: rotate(-180deg);
}
.main-image-prev a,
.main-image-next a{
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 30px;
}
.main-image-prev a:hover,
.main-image-next a:hover{
  text-decoration: none;
}
.main-image-indicator{
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  z-index: 999;
}
.main-image-indicator ul{
  text-align: center;
}
.main-image-indicator ul li{
  display: inline-block;
  margin: 0 8px;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: #ffe18c solid 1px;
  border-radius: 50%;
  pacity: .6;
}
.main-image-indicator ul li.active{
  background-color: #ffe18c;
}
/*main contents*/
.main-body{
  line-height: 1.4;
}
/* 商品リスト
----------------------------------*/
/* カラム */
.col-2,
.col-3,
.col-4,
.col-5,
.col-6{
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col-2 li,
.col-3 li,
.col-4 li,
.col-5 li,
.col-6 li{
  width: 50%;
}
.col-3 li{
  padding: 0 2% 0 0;
}
.col-4 li{
  padding: 2rem 1.5rem;
  width: 25%;
}
.col-5 li{
  margin: 0 0 30px;
  padding: 2%;
  width: 20%;
}
.col-6 li {
  width: -webkit-calc(100% * 0.1666);
  width: calc(100% * 0.1666);
  margin: 0 0 30px;
  padding:2%;
}
/*陳列棚スタイル*/
.list-product{
  padding: 0;
  list-style: none;
}
.list-product__item{
  margin: 0;
  margin-bottom: 1rem;
  border: solid #eee;
  border-width: 0 1px 1px 0;
}
.list-product__item .item-photo{
  margin: auto;
  margin-bottom: 1.5rem;
  max-width: 210px;
  max-height: 210px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.list-product__item .item-photo a{
  display: block;
  height: 210px;
  position: relative;
}
.list-product__item .item-photo img{
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 210px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-product__item .item-info .item-name a{
  display: block;
  margin-bottom: .5rem;
  color: #222;
  font-size: .875rem;
  line-height: 1.4;
}
.list-product__item .item-price{
  font-weight: bold;
  font-size: 1.1rem;
}
.list-product__item .tax{
  color: #6d6d72;
  font-weight: normal;
  font-size: .75rem;
  text-align: right;
}
.item-detail{
  margin: 2rem 1rem;
  text-align: center;
}
.item-detail a.item-detail__button{
  display: block;
  padding: .5rem;
  color: #fff;
  background-color: #613939;
  border-radius: 4px;
}
/*商品アイコンバッチ*/
/* バッチ */
  .icon-badge62350::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #202020;
  }
  .icon-badge62350::before{
    content: "新商品";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #66ac28;
    color: #fff;
    padding: 4px;
  }
  .icon-badge62351::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #202020;
  }
  .icon-badge62351::before{
    content: "おすすめ";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #f17b0b;
    color: #fff;
    padding: 4px;
  }
  .icon-badge62352::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #202020;
  }
  .icon-badge62352::before{
    content: "お買得";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #ff7259;
    color: #fff;
    padding: 4px;
  }
  .icon-badge63176::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #202020;
  }
  .icon-badge63176::before{
    content: "送料無料";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #e9138c;
    color: #fff;
    padding: 4px;
  }
  .icon-badge63188::before{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 0px #202020;
  }
  .icon-badge63188::before{
    content: "近日終了";
    width: 60px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
    background: #e9138c;
    color: #fff;
    padding: 4px;
  }
.icn-reservation::before{
  display: block;
  width: 66px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  color: #1a130c;
  background: #f3f3f3;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  content: '予約商品';
}
a .icn-reservation::before{
  color: #1a130c;
  background: #f3f3f3;
}
.item-detail-name.icn-reservation::before{
  margin-right: 10px;
  width: 96px;
  height: 32px;
  float: left;
  position: relative;
  font-size: 1rem;
  line-height: 32px;
}
.item-info .item-nonstock{
  display: inline-block;
  margin-right: 6px;
  padding: 0 3px;
  color: #f33;
  background: #fff;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  vertical-align: top;
}
.icon-rank{
  display: block;
  padding: .5rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  background: #9e2a2e;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1rem;
}
/*foot contents*/
.block-in{
  display: flex;
  justify-content: space-between;
}
/*--------------------------------------
  calendar
--------------------------------------*/
.months{
  margin: auto;
  padding: 8px 0;
  font-size: 1rem;
  text-align: left;
}
.schedule-area{
  margin-bottom: 24px;
  text-align: center;
}
.schedule-area .months{
  margin-bottom: 1.0em;
  padding: 8px 0;
  width: 94%;
  color: #fff;
  background-color: #856239;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
}
.schedule-area2{
  padding-right: 1rem;
  text-align: center;
}
.schedule-area2 .months{
  padding: 10px;
  text-align: left;
}
/* カレンダー線あり
--------------------------------------------*/
.calendar table{
  margin: auto;
  width: 94%;
}
.calendar th,
.calendar td{
  display: table-cell;
  margin: 0;
  padding: 5px 2px;
  width: -webkit-calc(94% / 7);
  width:         calc(94% / 7);
  border: 1px solid #ddd;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}
.calendar thead th{
  padding: 2px 0;
}
.calendar thead th:first-child{
  color: #d70035;
}
.calendar thead th:last-child{
  color: #006eb0;
}
.calendar td i{
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
/* イベント色分け */
.e1 i{
  color: #000;
  background-color: #ebe2da;
  border-radius: 20px;
}
.e2 i{
  color: #fff;
  background-color: #856239;
  border-radius: 20px;
}
.e3 i{
  color: #000;
  background-color: #cbeadc;
  border-radius: 20px;
}
.list-event{
  margin: 0 3%;
  padding: 15px 0;
  border-top: none;
  text-align: left;
}
.list-event li{
  display: inline-block;
  padding-left: 1rem;
  position: relative;
  font-size: .75rem !important;
}
.list-event li::before{
  display: block;
  margin-right: .25rem;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.list-event li.event1::before{
  background-color: #ebe2da;
  border-radius: 20px;
}
.list-event li.event2::before{
  background-color: #856239;
  border-radius: 20px;
}
.list-event li.event3::before{
  background-color: #cbeadc;
  border-radius: 20px;
}
/* パンくず */
.breadcrumbs{
  margin: 1rem .5rem 3rem;
  text-align: left;
}
.breadcrumbs strong{
  font-weight: normal;
  font-size: .75rem;
}
.breadcrumbs li{
  display: inline-block;
  padding: 0;
  max-width: 100%;
  color: #6d6d72;
}
.breadcrumbs a{
  color: #6d6d72;
  font-size: .75rem;
  text-decoration: none;
  line-height: 1.4;
}
.breadcrumbs li:not(:last-child)::after{
  margin: 0 .5rem;
  color: #6d6d72;
  font-family: 'Material Icons';
  font-size: .75rem;
  vertical-align: text-bottom;
  content: '\e5cc';
}
/* ページ送り */
.pager{
  margin: 0 auto;
  width: 94%;
  position: relative;
  text-align: center;
}
.pager .prev,
.pager .next{
  margin-top: -10px;
  height: 20px;
  position: absolute;
  top: 50%;
}
.pager .prev a,
.pager .next a{
  position: relative;
  color: #613939;
  line-height: 20px;
}
.pager .prev a::after,
.pager .next a::after{
  width: 14px;
  position: absolute;
}
.pager .prev{
  left: 0;
}
.pager .prev a{
  padding-left: 24px;
}
.pager .prev a::after{
  left: 0;
  font-family: 'icomoon';
  font-size: 1rem;
  content: '\e905';
}
.pager .next{
  right: 0;
}
.pager .next a{
  padding-right: 24px;
}
.pager .next a::after{
  right: 0;
  font-family: 'icomoon';
  font-size: 1rem;
  content: '\e90b';
}
.item-list-itemcount{
  margin: 2rem 0 0;
  padding: 15px 0;
  color: #a3917e;
  font-size: .75rem;
  text-align: right;
}
.page-num{
  display: inline-block;
}
.page-num ul{
  font-size: 0;
}
.page-num ul li{
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
}
.page-num ul li span{
  font-weight: bold;
  font-size: 1rem;
}
/* □ */
.page-num3{
  display: inline-block;
}
.page-num3 ul{
  font-size: 0;
}
.page-num3 ul li{
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
}
.page-num3 ul li a{
  display: block;
  width: 36px;
  height: 36px;
  color: #613939;
  border: 1px solid #613939;
  text-align: center;
  line-height: 36px;
}
.page-num3 ul li a:hover{
  color: #fff;
  background-color: #613939;
  text-decoration: none;
}
.page-num3 ul li span a{
  color: #fff;
  background-color: #613939;
  font-weight: bold;
}
/* トップページ--------------------------------*/
.main{
  margin-top: 2rem;
}
/* 詳細ページ----------------------------------*/
#item-detail{
  padding-top: 10px;
}
.item-2column{
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
}
.item-detail-block{
  margin-bottom: 24px;
}
.item-footer{
  margin-bottom: 60px;
  clear: both;
}
.item-detail-left{
    width: 560px;
}
.item-detail-right{
  margin-left: 24px;
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
}
.item-detail-head{
  padding: 10px 5px;
  text-align: left;
}
.item-detail-head .ttl{
  margin-bottom: 1.5rem;
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.5;
}
.item-detail-head p{
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
/* 販売価格 */
.item-detail-price{
  margin-bottom: 2rem;
}
.item-detail-price dd{
  display: table-cell;
  vertical-align: middle;
}
.item-detail-price .price{
  font-size: 1.25rem;
}
.item-block a{
  text-decoration: underline;
}
/* 価格・スペック */
.item-detail-block-in,
.item-detail-spec{
  margin-bottom: 1.5rem;
  width: 100%;
}
.item-detail-block-in dl,
.item-detail-spec dl{
  display: table;
  margin: 0 0 1rem;
  font-size: .875rem;
  text-align: left;
}
.item-detail-block-in dl{
  padding: 0;
}
.item-detail-spec .wysiwyg-data div{
  margin: 0;
}
.item-detail-spec .item-detail-category{
  margin: 0 auto 1rem;
  color: #9e2a2e;
  font-size: .875rem;
}
.item-detail-block-in dt,
.item-detail-spec dt{
  display: table-cell;
  padding: 0;
  width: 7rem;
  vertical-align: middle;
}
.item-detail-block-in dd,
.item-detail-spec dd{
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}
.item-detail-block-in dt{
  width: 7em;
}
.item-detail-category{
  font-size: 14px;
  font-size: 1.4rem;
}
.item-detail-name{
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
/* カートエリア */
.item-detail-cart{
  margin-bottom: 25px;
  width: 100%;
}
.item-detail-cart p{
  margin-bottom: .5rem;
  font-size: .875rem;
  text-align: left;
}
.subsection-ttl,
.ttl h2{
  color: #7a7a7a;
  font-weight: bold;
  font-size: .875rem;
}
.subsection-ttl--underline{
  margin-bottom: 1.5rem;
  padding: .75rem 0;
  border-bottom: 1px solid #979797;
}

/* バリエーション */
/* select text */
.item-detail-select,
.item-detail-inputtext{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.item-detail-select label,
.item-detail-inputtext input{
  display: inline-block;
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
}
.item-detail-select::before{
  margin-top: -3px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.item-detail-select select{
  display: block;
  margin: 0;
  padding: 0 45px 0 15px;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  font-size: 1rem;
  line-height: 56px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand{
  display: none;
}
/* radio */
.item-detail-radio{
  margin-bottom: 18px;
  margin-bottom: 18px;
  width: 100%;
  width: 100%;
  overflow: hidden;
  overflow: hidden;
  text-align: left;
}
.item-detail-radio div{
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.item-detail-radio input{
  position: absolute;
  opacity: .0;
}
.item-detail-radio input + label{
  display: inline-block;
  padding-left: 30px;
  max-width: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 1;
}
.item-detail-radio input + label::before{
  display: block;
  margin-top: -1px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #999;
  border-radius: 50%;
  content: '';
}
.item-detail-radio input:checked + label::after{
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #856239;
  border-radius: 50%;
  content: '';
}
.item-detail-radio label{
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: 2;
}
.item-detail-num-count{
  display: flex;
  margin-bottom: 18px;
  width: 100%;
  font-size: 0;
}
.item-detail-num-plus{
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}
.item-detail-num-plus a,
.item-detail-num-minus a{
  display: block;
  width: 55px;
  height: 55px;
  color: #000;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
}
.item-detail-num-minus{
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  vertical-align: middle;
}
.item-detail-num{
  margin-right: 12px;
  padding: 0;
  height: 55px;
  vertical-align: middle;
}
.item-detail-num input[type=number]{
  display: block;
  width: 55px;
  height: 55px;
  border: solid 1px #f1f1f1;
  font-size: 14px;
  text-align: center;
  line-height: 55px;
  -moz-appearance: textfield;
}
.item-detail-num input[type=number]::-webkit-inner-spin-button,
.item-detail-num input[type=number]::-webkit-outer-spin-button{
  margin: 0;
  -webkit-appearance: none;
}
.item-detail-num-select{
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  vertical-align: middle;
}
.item-detail-num-select label::before{
  margin-top: -3px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  border-style: solid;
  border-width: 7px 5px 0 4px;
  border-color: #000 transparent transparent transparent;
  content: '';
}
.item-detail-num-select select{
  display: block;
  margin: 0;
  padding: 0 0 0 20px;
  width: 100%;
  width: -webkit-calc(100%);
  height: 56px;
  position: relative;
  z-index: 2;
  background: transparent;
  border: 0;
  font-size: 14px;
  text-indent: .01px;
  line-height: 56px;
  text-overflow: '';
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* カートボタン */
.item-detail-cart-btn{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.item-detail-cart-btn a{
  display: block;
  width: 100%;
  height: 55px;
  color: #613939;
  background-color: #fff;
  border: solid 1px #613939;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 55px;
}
.item-detail-cart-btn a::before{
  margin-right: 15px;
  font-family: 'Material Icons';
  font-size: 1.5rem;
  content: '\e8cc';
}
.item-detail-cart-btn a:hover{
  opacity: .5;
  text-decoration: none;
}
.item-detail-txt1,
.item-detail-txt2,
.item-detail-txt3{
  margin-bottom: 1.5rem;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  line-height: 1.4;
}
.item-detail-txt1 blockquote{
  margin: 0 !important;
  color: auto;
  font-size: .875rem;
}
.item-detail-txt1 blockquote:after{
  display: none;
}
.item-detail-txt2{
  padding: 1.5rem;
  background: #faf8f6;
  font-size: .875rem;
  line-height: 1.4rem;
}
.item-detail-txt2 b,
.item-detail-txt3 b{
  display: inline-block;
  padding-bottom: .5rem;
  color: #7a7a7a;
  font-weight: bold;
  font-size: .875rem;
}
.item-detail-txt3{
  margin-top: 3rem;
  font-size: .875rem;
}
.item-detail-txt3 b{
  display: block;
  margin-bottom: .5rem;
}
.item-detail-txt3 a{
  display: inline-block;
  margin: 0 1.5rem 1.5rem 0;
  width: 160px;
  vertical-align: top;
}
.item-detail-txt3 a div{
  margin-bottom: 1rem;
  width: 160px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.item-detail-txt3 a div img{
  margin-top: -1rem;
  width: 160px;
  height: auto;
}
.item-detail-txt3 a div img::before{
  display: none !important;
}
.item-detail-txt3 a span:after{
  padding-left: .15rem;
  font-family: 'Material Icons';
  vertical-align: middle;
  content: '\e89e';
}
.item-detail-share{
  margin-bottom: 0;
  text-align: left;
}
.item-detail-share ul{
  padding: 15px 0;
}
.item-detail-share li{
  display: inline-block;
  margin: 0;
  width: 120px;
  height: 30px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  text-align: center;
  line-height: 30px;
}
.item-detail-share li a{
  display: block;
  color: #fff;
  font-size: 14px;
}
.item-detail-share li a:hover{
  text-decoration: none;
}
.item-detail-share li.twitter{
  background-color: #55acee;
}
.item-detail-share li.twitter a:hover{
  background-color: #1689e0;
}
.item-detail-share li.facebook{
  background-color: #3b5998;
}
.item-detail-share li.facebook a:hover{
  background-color: #263961;
}
.item-dtail-nostock,
.item-dtail-outofoperiod{
  margin-bottom: 24px;
  color: #d70035;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.item-dtail-stock0{
  color: #d70035;
}
.item-detail-itemcode dl,
.item-detail-jancode dl{
  display: table;
  margin: 0;
  font-size: .875rem;
  line-height: 1.4;
}
.item-detail-itemcode dt,
.item-detail-jancode dt{
  width: 6rem;
}
.item-detail-jancode{
  margin-bottom: 1.5rem;
}
/* サムネイル付き商品画像
----------------------------*/
/* オープン画像 */
/*overlay*/
.overlay{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(51, 51, 51, .8);
}
.modal-open{
  /* overflow: hidden; */
}
.modal-open .overlay{
  display: block;
}
/* modal */
.modal{
  display: none;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
}
.modal-open .modal{
  display: block;
}
.modal-inner{
  width: 100%;
  position: relative;
}
.modal-img{
  width: 100%;
}
.modal-img img{
  width: auto;
  height: auto;
  max-width: 640px;
  max-height: 640px;
}
.modal-close{
  position: absolute;
  top: -42px;
  right: 0;
}
.modal-close a{
  display: block;
  width: 32px;
  height: 32px;
}
.modal-close a::before{
  color: #000;
  font-family: 'icomoon';
  font-size: 32px;
  content: '\e904';
}
/* 1枚目画像 */
.item-detail-photo-main{
  padding: 0;
  position: relative;
}
.item-detail-photo{
  margin: 0 auto 10px;
  width: 380px;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.item-detail-photo li{
  width: 380px;
  height: 380px;
  float: left;
  position: relative;
  list-style: none;
}
.item-detail-photo img{
  display: block;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 商品画像:矢印 */
.item-detail-photo-backbtn,
.item-detail-photo-nextbtn{
  display: block;
  margin-top: -15px;
  position: absolute;
  top: 50%;
}
.item-detail-photo-backbtn a,
.item-detail-photo-nextbtn a{
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  color: #ddd;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 40px;
}
.item-detail-photo-backbtn a::before,
.item-detail-photo-nextbtn a::before{
  position: absolute;
}
.item-detail-photo-backbtn a:hover,
.item-detail-photo-nextbtn a:hover{
  text-decoration: none;
}
.item-detail-photo-backbtn{
  left: 0;
}
.item-detail-photo-backbtn a::before{
  left: 12px;
  font-family: 'icomoon';
  content: '\e905';
}
.item-detail-photo-nextbtn{
  right: 0;
}
.item-detail-photo-nextbtn a::before{
  right: 10px;
  font-family: 'icomoon';
  content: '\e90b';
}
/* 商品画像:サムネイル */
.item-detail-thumb{
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.item-detail-thumb-photo{
  display: inline-block;
  margin: 0 0 10px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.item-detail-thumb-photo img{
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.ttl-reservation{
  display: inline-block;
  margin-right: 12px;
  width: 100px;
  height: 33px;
  color: #1a130c;
  background: #f3f3f3;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  line-height: 33px;
}

/*カテゴリリスト*/
.category-list{
  display: -webkit-box;
  display:    -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display:         flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: flex-start;
}
.category-item{
  margin-bottom: 2rem;
  width: calc((100% - 4rem) / 3);
  position: relative;
}
.category-list .category-item:nth-child(3),
.category-list .category-item:nth-child(7),
.category-list .category-item:nth-child(10),
.category-list .category-item:nth-child(14),
.category-list .category-item:nth-child(17){
  margin: 0 32px;
}
.category-item a{
  display: block;
  padding: 1rem 1rem 1rem 1.5rem;
  height: 7.5rem;
  overflow: hidden;
  position: relative;
  color: #222;
  background: #efe8e3;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 120px 120px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  line-height: 5;
}
.category-item.parent72826,
.category-item.parent72828,
.category-item.parent72829{
  display: none;
}
.category-item a:before{
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 0;
  color: rgb(133 98 57 / 40%);
  font-size: .875rem;
  letter-spacing: 3px;
  line-height: 1;
}
.category-item.child72827 a:before{
  content: 'SOY SAUCE';
}
.category-item.child72827 a{
  background-image: url(https://image.raku-uru.jp/01/21460/931/child116523_1731645776684.png);
}
.category-item.child72839 a:before{
  white-space: pre;
  content: 'SOUP FOR STEWS';
}
.category-item.child72839 a{
  background-image: url(https://image.raku-uru.jp/01/21460/377/child72839_1651765698106.png);
}
.category-item.child72832 a:before{
  content: 'MISO';
}
.category-item.child72832 a{
  background-image: url(https://image.raku-uru.jp/01/21460/921/child216238_1731634836695.png);
}
.category-item.child72833 a:before{
  content: 'SPICE';
}
.category-item.child72833 a{
  background-image: url(https://image.raku-uru.jp/01/21460/369/child72833_1651690813856.png);
}
.category-item.child72834 a:before{
  content: 'BBQ SAUCE';
}
.category-item.child72834 a{
  background-image: url(https://image.raku-uru.jp/01/21460/552/child72834_1653527802249.png);
}
.category-item.child72840 a:before{
  content: 'RICE SEASONING';
}
.category-item.child72840 a{
  background-image: url(https://image.raku-uru.jp/01/21460/778/child520831_1677038922498.png);
}
.category-item.child72841 a:before{
  content: 'SOUP FOR NOODLES';
}
.category-item.child72841 a{
  background-image: url(https://image.raku-uru.jp/01/21460/379/child72841_1651765754298.png);
}
.category-item.child72842 a:before{
  content: 'SOUP FOR HOT POT';
}
.category-item.child72842 a{
  background-image: url(https://image.raku-uru.jp/01/21460/551/child72842_1653527750431.png);
}
.category-item.child72843 a:before{
  content: 'DRESSING';
}
.category-item.child72843 a{
  background-image: url(https://image.raku-uru.jp/01/21460/776/child818520_1677034491782.png);
}
.category-item.child72845 a:before{
  content: 'CHINESE SEASONING';
}
.category-item.child72845 a{
  background-image: url(https://image.raku-uru.jp/01/21460/777/child9455200_1677038280038.png);
}
.category-item.child72835 a:before{
  content: 'CURRY';
}
.category-item.child72835 a{
  background-image: url(https://image.raku-uru.jp/01/21460/364/child72835_1651690812412.png);
}
.category-item.child72836 a:before{
  content: 'STEW\026HASH';
}
.category-item.child72836 a{
  background-image: url(https://image.raku-uru.jp/01/21460/367/child72836_1651690813333.png);
}
.category-item.child72837 a:before{
  content: 'SOUP';
}
.category-item.child72837 a{
  background-image: url(https://image.raku-uru.jp/01/21460/824/child9524020_1707377776885.png);
}
.category-item.child72838 a:before{
  content: 'PASTA SAUCE';
}
.category-item.child72838 a{
  background-image: url(https://image.raku-uru.jp/01/21460/365/child72838_1651690812748.png);
}
.category-item.parent72830 a:before{
  content: 'GIFT\026SET';
}
.category-item.parent72830 a{
  background-image: url(https://image.raku-uru.jp/01/21460/541/parent72830_1653407610998.png);
}
.category-item.parent105129 a:before{
  content: 'OTHERS';
}
.category-item.parent105129 a{
  background-image: url(https://image.raku-uru.jp/01/21460/969/child812522_1741326565709.png);
}
/*top*/
.section-block{
  margin: 3rem 0 4rem;
}
.section-head{
  margin: 0 ;
}
.title1{
  display: none;
}
.sub-title{
  margin: 1rem 0 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.sub-title__follow{
  margin-left: .5rem;
  font-weight: normal;
}
.list-info{
  margin: 1rem 0;
}
.list-info li{
  padding: .5rem;
  border-bottom: 1px dotted #ddd;
  font-size: .875rem;
  line-height: 1.4;
  list-style: none;
}
.list-info__timestamp{
  display: inline-block;
  margin-right: 1rem;
  width: 5rem;
  font-size: .75rem;
}
/*showcase*/
.result-empty__wrap{
  text-align: center;
}
.result-empty__msg{
  margin: 4rem 0;
  line-height: 2rem;
}
.result-empty__msg-strong{
  display: block;
  font-size: 1.4rem;
}
.result-empty__img{
  width: 120px;
  height: auto;
}
.search-result__support{
  display: flex;
  margin: 0 .5rem 3rem;
  align-items: center;
  justify-content: space-between;
}
.serch-result__count{
  font-size: .875rem;
}
.serch-result__count--num{
  margin: 0 .5rem;
  font-weight: bold;
}
select.sort-select{
  padding: .75rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}
.wysiwyg-data{
  margin: 3rem 0;
  font-size: 1rem;
  line-height: 1.4;
}
.wysiwyg-data h1{
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.wysiwyg-data h2{
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1rem;
}
.wysiwyg-data h3{
  margin-bottom: 2rem;
  color: #7a7a7a;
  font-weight: bold;
  font-size: .875rem;
}
.wysiwyg-data div{
  margin: 2rem auto;
  text-align: left;
  line-height: 1.4;
}
.wysiwyg-data img{
  margin: :;
  margin: 1rem auto;
  height: auto;
  max-width: 1000px;
}
.wysiwyg-data ul{
  margin-left: 2rem;
  line-height: 1.4rem;
}
.wysiwyg-data li{
  margin-bottom: .5rem;
}
.horizontal_scroll{
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.horizontal_scroll > *{
  white-space: initial;
  flex-shrink: 0;
}
.footer-logo{
  margin-bottom: 1.5rem;
  width: 300px;
}
.footer-logo img{
  width: 100%;
  height: auto;
}
.sns{
  margin-bottom: 2rem;
  list-style: none;
}
.sns li{
  display: inline-block;
  margin-right: .5rem;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.sns li img{
  width: 48px;
  height: 48px;
}
.bottom-content{
  background-color: #FAF8F6;
  padding: 2rem;
}
.bottom-content__inner{
  max-width: 1000px;
  margin: auto;
}
.bottom-content__inner .guide-nav{
  line-height: 1.4;
  list-style: none;
}
.bottom-content__inner .guide-nav a{
  color: #613939;
}
.bottom-content__inner .left-block{
  float: left;
}
.bottom-content__inner .right-block{
  float: right;
}
.copyright{
  margin: 2rem auto;
  padding-bottom: 2rem;
  color: #6a5454;
  font-size: .875rem;
  text-align: center;
  letter-spacing: 1px;
}
.bottom-content__inner:after{
  display: block;
  clear: both;
  content: ' ';
}
.shipment-explanation,
.privacy-policy,
.membership-agreement{
  margin: 2rem;
  line-height: 1.4;
}
.shipment-explanation p{
  margin-bottom: 1rem;
}
.transport-charge{
  margin-bottom: .5rem;
}
.transport-charge dt{
  margin-bottom: .25rem;
  font-weight: bold;
  font-size: .875rem;
}
.transport-charge dd{
  font-size: 1.1rem;
}
.bn-content{
  margin: 2rem auto;
  width: 1000px;
}
.bn-list.bn-content__single{
  padding: 1rem;
}
.bn-list.bn-content__single a{
  display: block;
}
.bn-list.bn-content__single img{
  width: 100%;
  height: auto;
}
.bn-list{
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.bn-list__link{
  border-radius: 4px;
  display: block;
  overflow: hidden;
  margin: 1rem;
}
.bn-list__img{
  width: 100%;
  height: auto;
}
/*スマホ設定*/
@media screen and (max-width: 768px){
  .no_br br{
    display: block;
  }

  .on_br br{
    display: none;
  }
  #wrapper{
    padding-top: 50px;
  }
  #wrapper-inner{
    padding-top: 50px;
  }
  .head-announce__inner,
  .wrapper-inner,
  .bottom-content__inner,
  .wysiwyg-data img{
    width: 100%;
  }
  .head-announce__signup,
  .header__user-nav--item:last-child{
    display: none;
  }
  .header__user-nav--list{
    height: auto;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .header__user-nav--item{
    padding: .5rem 0;
    min-width: 2rem;
    font-size: .75rem;
    text-align: center;
  }
  .header__user-nav--item a{
    display: block;
    height: 2rem;
    overflow: hidden;
  }
  .header-outline{
    position: relative;
  }
  .header-outline .logo{
    height: 40px;
    float: inherit;
  }
  .header-outline .logo,
  .header-outline .logo img{
    margin: auto;
    margin-top: 5px;
    width: 180px;
    height: auto;
  }
  .gnav__search-outline{
    display: none;
  }
  .head-announce__outline,
  .header-outline{
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: #fff;
  }
  .header-outline{
    display: block;
    width: 100%;
    top: 48px;
    background: #fff;
    height: 50px;
  }

  .main-body{
    margin-top: 0;
  }
  .main-body,
  .bottom-content{
    padding: 20px;
  }
  .category-list{
    display: block;
  }
  .category-list .category-item{
    margin: 0 0 .5rem !important;
    width: 100%;
  }
  .category-item a{
    padding: 10px;
    height: 60px;
    background-size: 60px 60px;
    line-height: 1;;
  }
  .category-item a:before{
    left: 10px;
  }
  .block-in{
    display: block;
  }
  .col-4 li{
    padding: 1.5rem 10px;
    width: 50%;
    border-width: 0;
  }
  .item-detail-right{
    margin-left: 0;
  }
  /* サムネイル付き商品画像
  ----------------------------*/
  /* オープン画像 */
  .nav-open{
    overflow: hidden;
  }
  .nav-open .overlay{
    display: block;
  }
  /* modal */
  .modal-img img{
    width: auto;
    height: auto;
    max-width: 340px;
    max-height: 340px;
  }
  .modal-close{
    position: absolute;
    top: -30px;
  }
  .modal-close a{
    display: block;
    width: 24px;
    height: 24px;
  }
  .modal-close a::before{
    font-size: 24px;
  }
  /* 1枚目画像 */
  .item-detail-photo-main{
    margin: 0 auto;
    width: 100%;
  }
  .item-detail-photo{
    width: 300px;
    height: 300px;
  }
  .item-detail-photo ul{
    margin: 0 auto;
    width: 100%;
    height: 300px;
  }
  .item-detail-photo ul li{
    display: block;
    margin: 0;
    width: 300px;
    height: 300px;
  }
  .list-product__item .item-photo a{
    height: 150px;
  }
  .item-2column{
    display: block;
  }
  .item-detail-left,
  .item-detail-right{
    width: 100%;
  }
  /* 商品画像:サムネイル */
  .item-detail-thumb-photo{
    width: 78px;
    height: 78px;
  }
  .item-detail-txt1.wysiwyg-data{
    padding: 0;
    font-size: 1rem;
  }
  .item-detail-txt2.wysiwyg-data{
    margin: 1rem 0;
    padding: 10px;
    font-size: .75rem;
  }
  .item-detail-txt3.wysiwyg-data{
    margin: 1rem 0;
    font-size: .75rem;
  }
  .item-detail-spec{
    padding: 0;
  }
  .item-footer{
    margin: 0;
  }
  /*レシピ*/
  .item-detail-txt3.wysiwyg-data div{
    margin-bottom: 1rem;
  }
  .item-detail-txt3 a,
  .item-detail-txt3 a div,
  .item-detail-txt3 a div img{
    width: 120px;
  }
  .item-detail-txt3 a{
    margin: 0 0 1.5rem 0;
  }
  .item-detail-txt3 a div{
    margin-top: 0;
    height: 120px;
    border-radius: 0;
  }
  .horizontal_scroll.col-6 li{
    width: 120px;
  }
  .bottom-content__inner .left-block,
  .bottom-content__inner .right-block{
    float: none;
  }
  .schedule-area2{
    padding: 1rem 0;
  }
  .payment-content td{
    display: table-cell;
  }
  .shipment-explanation,
  .privacy-policy,
  .membership-agreement{
    margin: 2rem 0;
  }
  .bn-content{
  margin: 0;
  width: 100%;
  padding: 20px;
  }
  .bn-list{
    display: block;
    list-style: none;
  }
  .bn-list__link{
    border-radius: 4px;
    display: block;
    overflow: hidden;
    margin: 0 0 16px;
  }
  .bn-list__img{
    width: 100%;
    height: auto;
  }
  .bn-content__col4 .bn-list__item{
    display: inline-block;
    width: calc(50% - 3px);
  }
  .bn-list.bn-content__single{
    padding: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1019px){
  .wrapper-inner,
  .bottom-content__inner,
  .head-announce__inner{
    width: 100%;
  }
  .wrapper-inner{
    padding: 0 20px;
  }
  .item-footer{
    margin: 20px 20px 60px;
  }
  .bottom-content__inner,
  .item-detail-right{
    padding: 1rem;
  }
}

@charset 'UTF-8';
/*キャンペーン共通*/

.campaign-container p{
  font-size: 1rem;
  line-height: 1.6;
}
.campaign-detail__container{
  display: flex;
  margin: 4rem 0;
}
.campaign-detail__text{
  flex: 1;
}
.campaign-detail__title{
  margin-bottom: 1rem;
  color: #9e2a2e;
  font-weight: bold;
  font-size: 1.125rem;
}
.campaign-detail__img img{
  margin-left: 1.5rem;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 768px){
  .campaign-detail__container{
    display: block;
  }
  .campaign-detail__img{
    text-align: center;
  }
  .campaign-detail__img img{
    margin: 1rem 0;
    width: 100%;
    max-width: 500px;
  }
}

/*減塩シリーズ*/
.genen-head{
  background: url(https://image.raku-uru.jp/01/21460/570/genen-1_1653891064913.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 745px;
}
.genen-title{
  padding: 80px 0 40px;
  color: #613939;
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
.genen-title span{
  display: block;
  font-weight: normal;
  font-size: 1.375rem;
}
.karushio-content{
  display: flex;
  margin-bottom: 1rem;

  align-items: flex-end;
}

.karushio-content__img img{
  width: 120px;
  height: auto;
}
.karushio-content__title{
  padding-left: 1rem;
  color: #04a0ea;
  font-weight: bold;
  font-size: 1.125rem;

  flex: 1;
}
@media screen and (max-width: 768px){
  .genen-head{
    background-position: top;
    background-size: contain;
  }
  .genen-title{
    padding: 55px 0 ;
    font-size: 1.375rem;
    text-shadow: 2px  2px 1px #fff,
    -2px  2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    2px  0 1px #fff,
    0  2px 1px #fff,
    -2px  0 1px #fff,
    0 -2px 1px #fff;
  }
  .genen-title span{
    font-size: .875rem;
  }
}
/*粉もの*/
.konamono-head{
  padding-left: 340px;
  background: url(https://image.raku-uru.jp/01/21460/579/konamono-1_1654021871944.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 286px;
}
.konamono-title{
  padding: 0 0 24px;
  color: #613939;
  font-size: 2.5rem;
  letter-spacing: 1px;
  line-height: 1.8;
}
.konamono-title span{
  display: block;
  font-weight: normal;
  font-size: 1.375rem;
}
.konamono-img img{
  width: 575px;
  height: auto;
}
@media screen and (max-width: 768px){
  .konamono-head{
    padding-left: 0;
    background: none;
  }
  .konamono-title{
    font-size: 1.4rem;
  }
  .konamono-title span{
    font-size: .75rem;
  }
}

