@charset "UTF-8";
/* WebFont */
/* Noto Sans */
@font-face {
  font-family: "Noto Sans";
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Regular-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Medium-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Bold-subset.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black-subset.woff2") format("woff2"), url("../fonts/NotoSansJP-Black-subset.woff") format("woff");
}
/* Noto Serif */
@font-face {
  font-family: "Noto Serif";
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp-Regular-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Regular-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp-Medium-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Medium-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp-Bold-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Bold-sub.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif";
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp-Black-sub.woff2") format("woff2"), url("../fonts/NotoSerifCJKjp-Black-sub.woff") format("woff");
}
/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
	Common
-------------------------------- */
body {
  font-family: "Noto Sans", Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #bd5967;
}
a:hover, a:active, a:focus {
  color: #bd5967;
}

.img_center,
.txt_center {
  text-align: center;
}

.img_right,
.txt_right {
  text-align: right;
}

/****** Base Layout Setting ********/
#header {
  background: #fff;
}

#contents {
  background: #fff;
}

/****** Header Setting ********/
.header_logo_area {
  margin-right: 100px;
}

.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
  text-decoration: none;
  color: #000;
}

.header_logo_area .header_logo a:hover {
  color: #666;
}

/****** Side Setting ********/
/****** Footer Setting ********/
/****** Effect Setting ********/
/****** Each BlockParts Setting ********/
/* cart area */
#cart_area {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

#cart_area p {
  margin: 0;
}

#cart_area p.cart-trigger {
  position: absolute;
  right: 65px;
}

#cart .inner {
  background: #f3f3f3;
}

/* search area */
#search {
  background: #EBEBEB;
  padding: 16px 8px;
}

#search select {
  width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
  float: left;
  height: 20px;
  margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */
.front_page a:hover img {
  opacity: 0.8;
}

.front_page #contents .row > div {
  padding-bottom: 8px;
}

.front_page #contents .row.no-padding > div {
  padding-bottom: 0;
}

/* Comment Area */
.front_page .comment_area h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 2px;
}

.front_page .comment_area h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.front_page .comment_area p {
  margin: 10px 0 15px;
}

/* Item List */
.front_page .item_comment {
  color: #444;
}

.front_page .item a {
  padding-bottom: 0;
}

.front_page .item a:hover {
  opacity: 0.8;
}

.front_page .item a:hover img {
  opacity: 1;
}

.front_page #contents_top .item_comment {
  color: #525263;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
  color: #9a947e;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.front_page .more_link.text-warning {
  font-weight: bold;
  color: #9A947E;
}

/* news_area */
.news_contents {
  padding: 0;
}

#news_area {
  background: #F8F8F8;
}

#news_area .heading01 {
  padding: 8px;
  text-align: center;
  margin: 0;
}

/* txt_bnr */
.txt_bnr_area {
  padding: 0 0 16px;
}

.txt_bnr {
  background: #f8f8f8;
  border: 1px solid #D9D9D9;
  font-weight: bold;
  padding: 16px;
  margin: 12px 0 0;
  text-align: center;
}

.txt_bnr strong {
  color: #DE5D50;
  font-size: 20px;
  font-size: 2rem;
}

.txt_bnr strong strong {
  font-size: 32px;
  font-size: 3.2rem;
}

.item_gallery {
  clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */
#item_detail + row {
  margin-top: -1px;
  background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.gif") center center no-repeat;
}

/* Arrow */
.slick_prev,
.slick_next {
  font-size: 18px;
  font-size: 1.8rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: .25;
  background-color: black;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: black;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

#item_photo_area .slick-slide {
  text-align: center;
}

#item_photo_area .slick-slide img {
  display: inline-block;
}

.circle_list {
  list-style: none;
}
.circle_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.circle_list li:before {
  content: "・";
}

.note_list {
  list-style: none;
}
.note_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.note_list li:before {
  content: "※";
}

.dl_table dl dt {
  font-weight: 700;
}

/******************************
	Media Query
*******************************/
@media only screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }

  #global_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    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;
    border-bottom: 0.8vw #000 solid;
    height: 16.13vw;
    background: #fff;
    -webkit-box-shadow: 0 0 2.66vw rgba(0, 0, 0, 0.15), 0 0 2vw rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 2.66vw rgba(0, 0, 0, 0.15), 0 0 2vw rgba(0, 0, 0, 0.35);
  }
  #global_header .h_logo {
    padding-left: 1.46vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #global_header .h_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #global_header .h_logo a .logo_disp {
    display: block;
    background: url(../img/common/logo.svg) no-repeat left center/contain;
    width: 38.72vw;
    height: 10.88vw;
    overflow: hidden;
    text-indent: -200vw;
    margin-right: 2.66vw;
  }
  #global_header .h_logo a .shop_disp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #global_header .h_logo a .shop_disp .site_name {
    background: #8d1f23;
    height: 6vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2vw;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
  }
  #global_header .h_logo a .shop_disp .site_name span {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  #global_header .h_logo a .shop_disp .shop_name {
    padding-top: 0.66vw;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.66vw;
  }
  #global_header #global_navi:before {
    content: "";
    position: fixed;
    right: 0;
    top: 0;
    width: 15.33vw;
    height: 15.33vw;
    z-index: 100;
  }
  #global_header #global_navi:after {
    content: "";
    position: fixed;
    right: 2.66vw;
    top: 7.33vw;
    width: 10vw;
    height: 0.66vw;
    background: #000;
    z-index: 110;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #global_header #global_navi .global_navi_inner:before {
    content: "";
    position: fixed;
    right: 2.66vw;
    top: 3.73vw;
    width: 10vw;
    height: 0.66vw;
    background: #000;
    z-index: 110;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #global_header #global_navi .global_navi_inner:after {
    content: "";
    position: fixed;
    right: 2.66vw;
    top: 10.93vw;
    width: 10vw;
    height: 0.66vw;
    background: #000;
    z-index: 110;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #global_header #global_navi .global_navi_inner .navi_content {
    position: fixed;
    top: 16.13vw;
    bottom: 0;
    width: 100vw;
    background: rgba(0, 0, 0, 0.65);
    left: -100vw;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav {
    list-style: none;
    background: #fff;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li {
    font-family: "Noto Serif";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
    border-bottom: 0.26vw #ddd solid;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_01 a {
    background: url(../img/common/navi_icon_lunch_box.svg) no-repeat left 3.33vw center/auto 4.8vw;
    padding-left: 9.73vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_02 a {
    background: url(../img/common/navi_icon_product_list.svg) no-repeat left 3.33vw center/auto 4.4vw;
    padding-left: 9.93vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_03 a {
    background: url(../img/common/navi_icon_guide.svg) no-repeat left 3.33vw center/auto 4.6vw;
    padding-left: 8.93vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_04 a {
    background: url(../img/common/navi_icon_new_member.svg) no-repeat left 3.33vw center/auto 4.6vw;
    padding-left: 9.93vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_05 a {
    background: url(../img/common/navi_icon_login.svg) no-repeat left 3.33vw center/auto 4.6vw;
    padding-left: 9.93vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_06 a {
    background: url(../img/common/navi_icon_cart.svg) no-repeat left 3.33vw center/auto 5vw;
    padding-left: 10.33vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_07 a {
    background: url(../img/common/navi_icon_logout.svg) no-repeat left 3.6vw center/auto 4.6vw;
    padding-left: 9.93vw;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li a {
    display: block;
    padding: 3.33vw;
    color: #000;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li a:hover {
    background-color: #fff249;
  }
  #global_header #global_navi.active:after {
    opacity: 0;
  }
  #global_header #global_navi.active .global_navi_inner:before {
    top: 7.33vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #global_header #global_navi.active .global_navi_inner:after {
    top: 7.33vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #global_header #global_navi.active .global_navi_inner .navi_content {
    left: 0vw;
    opacity: 1;
  }

  #global_footer {
    border-top: 0.8vw #000 solid;
    background: #fff;
  }
  #global_footer .f_navi {
    background: #8d1f23;
  }
  #global_footer .f_navi li {
    border-bottom: 0.26vw #fff solid;
  }
  #global_footer .f_navi li a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    font-family: "Noto Serif";
    line-height: 1.2;
    padding: 2.33vw 3.33vw 3.33vw;
    position: relative;
    overflow: hidden;
  }
  #global_footer .f_navi li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #761013;
    z-index: 0;
    height: 0%;
    opacity: 0;
    -webkit-filter: blur(1.33vw);
            filter: blur(1.33vw);
    -webkit-transition: .3s;
    transition: .3s;
  }
  #global_footer .f_navi li a:hover:after {
    height: 100%;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  #global_footer .f_navi li a span {
    position: relative;
    z-index: 1;
  }
  #global_footer .other_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3.33vw 0;
    font-family: "Noto Serif";
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
  }
  #global_footer .other_link_list li {
    margin: 0 5.33vw;
  }
  #global_footer .other_link_list li a {
    color: #000;
  }
  #global_footer .other_link_list li a > span {
    position: relative;
    display: block;
  }
  #global_footer .other_link_list li a > span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.34vw;
    height: 0.26vw;
    width: 0%;
    background: #000;
    -webkit-transition: width .3s;
    transition: width .3s;
  }
  #global_footer .other_link_list li a > span .small {
    font-size: 1.2rem;
    vertical-align: text-bottom;
    display: block;
    text-align: center;
  }
  #global_footer .other_link_list li a:hover > span:before {
    width: 100%;
  }
  #global_footer .other_link_list li.icon_logo a:before {
    content: "";
    display: block;
    width: 7vw;
    height: 6.6vw;
    background: url(../img/common/logo_icon.svg) no-repeat left center/auto 6.6vw;
    margin: 0 auto 1.33vw;
  }
  #global_footer .other_link_list li.icon_line a:before {
    content: "";
    display: block;
    width: 6.6vw;
    height: 6.6vw;
    background: url(../img/common/line_icon.svg) no-repeat left center/auto 6.6vw;
    margin: 0 auto 1.33vw;
  }
  #global_footer .f_copy {
    text-align: center;
    margin: 0;
    padding: 2vw 0 2.66vw;
  }
  #global_footer .f_copy small {
    font-size: 1.2rem;
  }

  .page_contents {
    padding-top: 16.13vw;
    padding-bottom: 16vw;
  }

  #contents {
    background-color: #fff5e1;
  }
  #contents > .inner {
    max-width: none;
  }
  #contents > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #contents.main_only > .inner {
    margin-top: 5.33vw;
  }
  #contents.main_only > .container-fluid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main_ttl {
    height: 43.06vw;
    border-bottom: 0.8vw #000 solid;
    background: url(../img/common/main_ttl_bg.png) #fff no-repeat center center/auto 10.26vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0;
  }
  .main_ttl:before, .main_ttl:after {
    content: "";
    width: 100%;
    height: 1.66vw;
    position: absolute;
    left: 0;
    background: rgba(204, 38, 30, 0.1);
    pointer-events: none;
  }
  .main_ttl:before {
    top: 1.66vw;
  }
  .main_ttl:after {
    bottom: 1.66vw;
  }
  .main_ttl span {
    font-size: 2.6rem;
    font-weight: 900;
    font-family: "Noto Serif";
    line-height: 1.2;
    text-align: center;
    text-shadow: 0.8vw 0vw #fff, 0.78vw 0.13vw #fff, 0.75vw 0.26vw #fff, 0.7vw 0.38vw #fff, 0.62vw 0.49vw #fff, 0.53vw 0.59vw #fff, 0.43vw 0.67vw #fff, 0.31vw 0.73vw #fff, 0.18vw 0.77vw #fff, 0.05vw 0.79vw #fff, -0.08vw 0.79vw #fff, -0.21vw 0.77vw #fff, -0.34vw 0.72vw #fff, -0.45vw 0.66vw #fff, -0.56vw 0.57vw #fff, -0.65vw 0.47vw #fff, -0.72vw 0.36vw #fff, -0.77vw 0.24vw #fff, -0.8vw 0.11vw #fff, -0.8vw -0.03vw #fff, -0.79vw -0.16vw #fff, -0.75vw -0.29vw #fff, -0.7vw -0.41vw #fff, -0.62vw -0.52vw #fff, -0.53vw -0.61vw #fff, -0.42vw -0.69vw #fff, -0.3vw -0.75vw #fff, -0.17vw -0.79vw #fff, -0.04vw -0.8vw #fff, 0.09vw -0.8vw #fff, 0.22vw -0.77vw #fff, 0.35vw -0.72vw #fff, 0.46vw -0.66vw #fff, 0.56vw -0.57vw #fff, 0.65vw -0.47vw #fff, 0.72vw -0.35vw #fff, 0.76vw -0.23vw #fff, 0.79vw -0.1vw #fff;
  }

  .h2_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/common/sub_ttl_bg.png) no-repeat right center/auto 30.4vw;
    min-height: 12.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.33vw 2.66vw;
    font-family: "Noto Serif";
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 4vw;
  }

  .h3_ttl {
    font-family: "Noto Serif";
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    padding-bottom: 1.66vw;
    border-bottom: 0.26vw #000 solid;
    margin: 0 0 1.76vw;
  }

  .top_catch {
    background: url(../img/top/top_catch_bg.jpg) no-repeat center center/auto 57.19vw;
    height: 57.19vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8vw;
  }
  .top_catch p {
    position: relative;
    width: 100%;
    padding: 6.66vw 2.66vw;
    margin: 0;
  }
  .top_catch p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(204, 38, 30, 0.5);
    mix-blend-mode: overlay;
    z-index: 0;
  }
  .top_catch p span {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Noto Serif";
    color: #8d1f23;
    text-align: center;
    text-shadow: 3px 0px #fff, 2.8348708389px 0.9815840904px #fff, 2.3576617823px 1.8551094092px #fff, 1.6209069176px 2.5244129544px #fff, 0.7057127199px 2.9158137041px #fff, -0.287170644px 2.9862238733px #fff, -1.2484405096px 2.7278922805px #fff, -2.0722744192px 2.1692576452px #fff, -2.6679797046px 1.3718178799px #fff, -2.9699774897px 0.4233600242px #fff, -2.9450220133px -0.5717038885px #fff, -2.5958605221px -1.5038311447px #fff, -1.960930817px -2.270407478px #fff, -1.1101296867px -2.7870434539px #fff, -0.1371178127px -2.9968644783px #fff, 0.8509926424px -2.8767714963px #fff, 1.7454354929px -2.439982349px #fff, 2.4477833019px -1.7345713716px #fff, 2.880840463px -0.838160079px #fff;
  }

  .top_product_list .top_product_item {
    margin-bottom: 5.33vw;
    background: #fff;
  }
  .top_product_list .top_product_item:last-child {
    margin-right: 0;
  }
  .top_product_list .top_product_item .top_product_img {
    width: 100%;
    height: 81.66vw;
    position: relative;
    overflow: hidden;
  }
  .top_product_list .top_product_item .top_product_img img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_product_list .top_product_item .top_product_content {
    padding: 5.33vw 2.66vw;
  }
  .top_product_list .top_product_item .top_product_name {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #8d1f23;
    margin: 0 0 2.66vw;
  }
  .top_product_list .top_product_item .top_product_name .small {
    font-size: 1.4rem;
  }
  .top_product_list .top_product_item .top_product_name strong {
    font-size: 2rem;
    margin-right: 0.66vw;
    font-weight: 900;
  }
  .top_product_list .top_product_item .top_product_detail_btn {
    background: #cc261e;
    display: block;
    width: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top_product_list .top_product_item .top_product_detail_btn:hover {
    background: #8d1f23;
  }

  .sections section {
    margin-bottom: 10.66vw;
  }
  .sections section:last-child {
    margin-bottom: 0;
  }

  .flow_list {
    list-style: none;
  }
  .flow_list > li {
    border: 0.8vw #c6be4f solid;
    padding: 4vw;
    background: #fff9f1;
    position: relative;
  }
  .flow_list > li:after {
    content: "";
    display: block;
    width: 5.33vw;
    height: 5.33vw;
    border-right: 0.8vw #c6be4f solid;
    border-bottom: 0.8vw #c6be4f solid;
    background: #fff9f1;
    position: absolute;
    left: 50%;
    bottom: -3.2vw;
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
            transform: translate(-50%, 0px) rotate(45deg);
    z-index: 10;
  }
  .flow_list > li:last-child:after {
    content: none;
  }
  .flow_list > li + li {
    border-top: none;
  }
  .flow_list > li .flow_ttl {
    font-weight: 700;
    font-size: 1.6rem;
    border-bottom: 0.26vw #ccc solid;
    padding-bottom: 1.33vw;
    margin-bottom: 1.33vw;
    color: #6a6200;
  }

  /* --------- common ---------- */
  /****** Header Setting ********/
  /****** Side Setting ********/
  /****** Effect Setting ********/
}
@media only screen and (min-width: 751px) {
  .sp_only {
    display: none;
  }

  #global_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1150px;
    z-index: 1000;
    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;
    border-bottom: 3px #000 solid;
    height: 93px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 0, 0, 0.35);
  }
  #global_header .h_logo {
    padding-left: 11px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #global_header .h_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #global_header .h_logo a .logo_disp {
    display: block;
    background: url(../img/common/logo.svg) no-repeat left center/contain;
    width: 242px;
    height: 68px;
    overflow: hidden;
    text-indent: -200vw;
    margin-right: 20px;
  }
  #global_header .h_logo a .shop_disp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  #global_header .h_logo a .shop_disp .site_name {
    background: #8d1f23;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
  }
  #global_header .h_logo a .shop_disp .site_name span {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }
  #global_header .h_logo a .shop_disp .shop_name {
    padding-top: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
  }
  #global_header #global_navi {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li {
    font-family: "Noto Serif";
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_01 a {
    background: url(../img/common/navi_icon_lunch_box.svg) no-repeat left 20px center/auto 24px;
    padding-left: 52px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_02 a {
    background: url(../img/common/navi_icon_product_list.svg) no-repeat left 20px center/auto 22px;
    padding-left: 53px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_03 a {
    background: url(../img/common/navi_icon_guide.svg) no-repeat left 20px center/auto 23px;
    padding-left: 48px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_04 a {
    background: url(../img/common/navi_icon_new_member.svg) no-repeat left 20px center/auto 23px;
    padding-left: 53px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_05 a {
    background: url(../img/common/navi_icon_login.svg) no-repeat left 20px center/auto 23px;
    padding-left: 53px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_06 a {
    background: url(../img/common/navi_icon_cart.svg) no-repeat left 20px center/auto 25px;
    padding-left: 55px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_07 a {
    background: url(../img/common/navi_icon_logout.svg) no-repeat left 20px center/auto 23px;
    padding-left: 50px;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li a {
    display: block;
    padding: 20px;
    color: #000;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  #global_header #global_navi .global_navi_inner .navi_content nav li a:hover {
    background-color: #fff249;
  }

  #global_footer {
    border-top: 3px #000 solid;
    background: #fff;
    min-width: 1150px;
  }
  #global_footer .f_navi {
    background: #8d1f23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #global_footer .f_navi li a {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    font-family: "Noto Serif";
    line-height: 1.2;
    padding: 15px 20px 20px;
    position: relative;
    overflow: hidden;
  }
  #global_footer .f_navi li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #761013;
    z-index: 0;
    height: 0%;
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transition: .3s;
    transition: .3s;
  }
  #global_footer .f_navi li a:hover:after {
    height: 100%;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  #global_footer .f_navi li a span {
    position: relative;
    z-index: 1;
  }
  #global_footer .other_link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    font-family: "Noto Serif";
    font-size: 1.4rem;
    font-weight: 500;
  }
  #global_footer .other_link_list li {
    margin: 0 15px;
  }
  #global_footer .other_link_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
  }
  #global_footer .other_link_list li a > span {
    position: relative;
  }
  #global_footer .other_link_list li a > span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #000;
    -webkit-transition: width .3s;
    transition: width .3s;
  }
  #global_footer .other_link_list li a > span .small {
    font-size: 1.2rem;
    vertical-align: text-bottom;
  }
  #global_footer .other_link_list li a:hover > span:before {
    width: 100%;
  }
  #global_footer .other_link_list li.icon_logo a:before {
    content: "";
    display: block;
    width: 35px;
    height: 33px;
    background: url(../img/common/logo_icon.svg) no-repeat left center/auto 33px;
    margin-right: 8px;
  }
  #global_footer .other_link_list li.icon_line a:before {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    background: url(../img/common/line_icon.svg) no-repeat left center/auto 33px;
    margin-right: 8px;
  }
  #global_footer .f_copy {
    text-align: center;
    margin: 0;
    padding: 10px 0 15px;
  }
  #global_footer .f_copy small {
    font-size: 1.2rem;
  }

  #contents > .inner {
    max-width: none;
  }
  #contents > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #contents.main_only > .inner {
    max-width: 1150px;
    margin-top: 60px;
  }
  #contents.main_only > .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page_contents {
    padding-top: 93px;
    padding-bottom: 120px;
  }

  .main_ttl {
    min-width: 1150px;
    height: 323px;
    border-bottom: 3px #000 solid;
    background: url(../img/common/main_ttl_bg.png) #fff no-repeat center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin: 0;
  }
  .main_ttl:before, .main_ttl:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    background: rgba(204, 38, 30, 0.1);
    pointer-events: none;
  }
  .main_ttl:before {
    top: 10px;
  }
  .main_ttl:after {
    bottom: 10px;
  }
  .main_ttl span {
    font-size: 3.2rem;
    font-weight: 900;
    font-family: "Noto Serif";
    line-height: 1.2;
    text-align: center;
    text-shadow: 3px 0px #fff, 2.8348708389px 0.9815840904px #fff, 2.3576617823px 1.8551094092px #fff, 1.6209069176px 2.5244129544px #fff, 0.7057127199px 2.9158137041px #fff, -0.287170644px 2.9862238733px #fff, -1.2484405096px 2.7278922805px #fff, -2.0722744192px 2.1692576452px #fff, -2.6679797046px 1.3718178799px #fff, -2.9699774897px 0.4233600242px #fff, -2.9450220133px -0.5717038885px #fff, -2.5958605221px -1.5038311447px #fff, -1.960930817px -2.270407478px #fff, -1.1101296867px -2.7870434539px #fff, -0.1371178127px -2.9968644783px #fff, 0.8509926424px -2.8767714963px #fff, 1.7454354929px -2.439982349px #fff, 2.4477833019px -1.7345713716px #fff, 2.880840463px -0.838160079px #fff;
  }

  .h2_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../img/common/sub_ttl_bg.png) no-repeat right center;
    min-height: 62px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 20px;
    font-family: "Noto Serif";
    font-size: 2.2rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 20px;
  }

  .h3_ttl {
    font-family: "Noto Serif";
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px #000 solid;
    margin: 0 0 12px;
  }

  .top_catch {
    background: url(../img/top/top_catch_bg.jpg) no-repeat center center;
    height: 429px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .top_catch p {
    position: relative;
    width: 100%;
    padding: 45px 0;
    margin: 0;
  }
  .top_catch p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(204, 38, 30, 0.5);
    mix-blend-mode: overlay;
    z-index: 0;
  }
  .top_catch p span {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Noto Serif";
    color: #8d1f23;
    text-align: center;
    text-shadow: 3px 0px #fff, 2.8348708389px 0.9815840904px #fff, 2.3576617823px 1.8551094092px #fff, 1.6209069176px 2.5244129544px #fff, 0.7057127199px 2.9158137041px #fff, -0.287170644px 2.9862238733px #fff, -1.2484405096px 2.7278922805px #fff, -2.0722744192px 2.1692576452px #fff, -2.6679797046px 1.3718178799px #fff, -2.9699774897px 0.4233600242px #fff, -2.9450220133px -0.5717038885px #fff, -2.5958605221px -1.5038311447px #fff, -1.960930817px -2.270407478px #fff, -1.1101296867px -2.7870434539px #fff, -0.1371178127px -2.9968644783px #fff, 0.8509926424px -2.8767714963px #fff, 1.7454354929px -2.439982349px #fff, 2.4477833019px -1.7345713716px #fff, 2.880840463px -0.838160079px #fff;
  }

  .top_product_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top_product_list .top_product_item {
    margin-right: 20px;
    width: 533px;
    background: #fff;
  }
  .top_product_list .top_product_item:last-child {
    margin-right: 0;
  }
  .top_product_list .top_product_item .top_product_img {
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  .top_product_list .top_product_item .top_product_img img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_product_list .top_product_item .top_product_content {
    padding: 40px 20px 40px;
  }
  .top_product_list .top_product_item .top_product_name {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #8d1f23;
    margin: 0 0 20px;
  }
  .top_product_list .top_product_item .top_product_name .small {
    font-size: 1.4rem;
  }
  .top_product_list .top_product_item .top_product_name strong {
    font-size: 2.2rem;
    margin-right: 3px;
    font-weight: 900;
  }
  .top_product_list .top_product_item .top_product_detail_btn {
    background: #cc261e;
    display: block;
    width: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .top_product_list .top_product_item .top_product_detail_btn:hover {
    background: #8d1f23;
  }

  .sections section {
    margin-bottom: 80px;
  }
  .sections section:last-child {
    margin-bottom: 0;
  }

  .flow_list {
    list-style: none;
  }
  .flow_list > li {
    border: 3px #c6be4f solid;
    padding: 20px;
    background: #fff9f1;
    position: relative;
  }
  .flow_list > li:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-right: 3px #c6be4f solid;
    border-bottom: 3px #c6be4f solid;
    background: #fff9f1;
    position: absolute;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
            transform: translate(-50%, 0px) rotate(45deg);
    z-index: 10;
  }
  .flow_list > li:last-child:after {
    content: none;
  }
  .flow_list > li + li {
    border-top: none;
  }
  .flow_list > li .flow_ttl {
    font-weight: 700;
    font-size: 1.6rem;
    border-bottom: 1px #ccc solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #6a6200;
  }

  /* --------- common ---------- */
  #contents {
    background-color: #fff5e1;
  }

  /****** Header Setting ********/
  /****** Layout ********/
  /* header */
  #header .header_logo_area {
    float: left;
    margin-right: 265px;
  }

  #header #drawer #search {
    position: relative;
  }

  #search {
    background: none;
    padding: 0;
  }

  #member {
    float: right;
  }

  .member ul li {
    display: inline-block;
  }

  /****** Side Setting ********/
  /****** Footer Setting ********/
  /****** Each BlockParts Setting ********/
  /* search area */
  #search select {
    width: auto;
    max-width: 180px;
  }

  /* cart */
  #cart .inner {
    position: absolute;
    right: 0;
    top: 0;
  }

  #cart_area {
    top: 0;
    right: 16px;
  }

  #cart_area p {
    border: 1px solid #D9D9D9;
    float: right;
    min-width: 256px;
  }

  #cart_area p.cart-trigger {
    position: relative;
    right: 0;
  }

  #cart_area .inner {
    min-width: 256px;
  }

  #cart_area .cart_price {
    font-size: 12px;
  }

  #cart_area .cart_price .price {
    font-size: 16px;
  }

  /* --------------------------------
  	Top Page
  -------------------------------- */
  .front_page #contents .row {
    padding-bottom: 24px;
  }

  /* Comment Area */
  .front_page .comment_area h4 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 8px;
  }

  .front_page .comment_area h5 {
    font-size: 20px;
    font-size: 2rem;
  }

  .front_page .comment_area p {
    font-size: 20px;
    font-size: 2rem;
    margin: 24px 0 24px;
  }

  /* news_area */
  .news_contents {
    padding: 0 16px 0 0;
  }

  #news_area .heading01 {
    padding: 16px;
    text-align: left;
  }

  #news_area {
    margin-bottom: 32px;
  }

  /* txt_bnr */
  .txt_bnr_area {
    padding-left: 16px;
  }

  .txt_bnr {
    margin: 0 0 16px;
  }

  /* --------------------------------
  	Detail Page
  -------------------------------- */
  #item_photo_area .slick-dots {
    margin: 0 -16px;
    position: relative;
    bottom: 0;
  }

  #item_photo_area .slick-dots::after {
    content: "";
    display: table;
    clear: both;
  }

  #item_photo_area .slick-dots li {
    width: 33.33333333%;
    height: auto;
    padding: 16px;
    margin: 0;
    float: left;
  }

  .slick-dots li button.thumbnail {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .slick-dots li button.thumbnail img {
    width: 100%;
    height: auto;
    opacity: 0.8;
  }

  .slick-dots li button.thumbnail:hover img,
  .slick-dots li.slick-active button.thumbnail img {
    opacity: 1;
  }

  .slick-dots li button.thumbnail::before {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  #global_header #global_navi .global_navi_inner .navi_content nav li.menu_01 a, #global_header #global_navi .global_navi_inner .navi_content nav li.menu_02 a, #global_header #global_navi .global_navi_inner .navi_content nav li.menu_03 a, #global_header #global_navi .global_navi_inner .navi_content nav li.menu_04 a, #global_header #global_navi .global_navi_inner .navi_content nav li.menu_05 a, #global_header #global_navi .global_navi_inner .navi_content nav li.menu_06 a {
    background-position: left 0 center;
  }
}
/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.extra-form {
  margin: 10px 0;
}

/*# sourceMappingURL=default.css.map */