@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#header {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

div.pork_pot {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #2d1d09;
  background-color: white;
  line-height: 1.5;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.pork_pot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pork_pot * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.pork_pot .ctnInner {
  width: 1244px;
  max-width: 90%;
  margin: 0 auto;
}

.pork_pot .header {
  position: absolute;
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
  padding: 0 0 5.35714%;
  border-bottom: 0;
  height: inherit;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  z-index: 1000;
}

.pork_pot .header .head__logo {
  position: absolute;
  width: 12.79762%;
  padding: 1.30952% 0 0 2.08333%;
}

.pork_pot .header .head__logo a {
  display: block;
  padding: 0;
}

.pork_pot .header .head__logo a img {
  width: 100%;
}

.pork_pot .head__button {
  position: absolute;
  display: block;
  width: 16.66667%;
  vertical-align: middle;
  padding: 0.83333% 0 0;
  right: 1.66667%;
}

.pork_pot .head__button a {
  display: block;
  font-size: 1.55vw;
  color: #fff;
  text-align: center;
  background: #d7423c;
  line-height: 1.05;
  text-decoration: none;
  padding: 6% 3.65%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pork_pot .head__button a:hover {
  background: #ed4e5a;
}

.pork_pot .head__price {
  position: absolute;
  right: 19.52381%;
  display: block;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding: 0.83% 0 0;
}

.pork_pot .head__price .price {
  font-size: 2.45vw;
  font-weight: bold;
  line-height: 1;
}

.pork_pot .head__price .sub {
  font-size: 1vw;
  font-weight: normal;
  display: block;
  text-align: right;
}

.pork_pot .mv {
  position: relative;
}

.pork_pot .mv img {
  width: 100%;
  vertical-align: middle;
}

.pork_pot .mv__ttl {
  position: absolute;
  width: 45%;
  right: 0;
  top: 0;
  padding: 0;
  z-index: 100;
}

.pork_pot .mv__logo {
  position: absolute;
  width: 23%;
  left: 0;
  bottom: 0;
  padding: 0 0 2.5% 6.72619%;
  z-index: 200;
}

.pork_pot .jont {
  padding: 5.95238% 0;
  background: url(/img/freepage/pork_pot/joint_bg.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.pork_pot .jont .ctnInner {
  padding: 0 11.57556%;
}

.pork_pot .cart {
  display: block;
  width: 100%;
  background: #e5e5e5;
  padding: 0;
}

.pork_pot .cart__inner {
  position: relative;
  width: 100%;
  padding: 0 0 6.84524%;
}

.pork_pot .cart__price {
  position: absolute;
  display: block;
  width: 15.77381%;
  vertical-align: middle;
  color: #141414;
  padding: 2.39% 0 0;
  left: 36.0119%;
  line-height: 1;
}

.pork_pot .cart__price .price {
  display: inline-block;
  font-size: 2.45vw;
  font-weight: bold;
}

.pork_pot .cart__price .sub {
  display: inline-block;
  font-size: 1vw;
  font-weight: normal;
}

.pork_pot .cart__button {
  position: absolute;
  display: block;
  width: 16.66%;
  right: 31.54762%;
  vertical-align: middle;
  padding: 1.66% 0 0;
}

.pork_pot .cart__button a {
  display: block;
  font-size: 1.55vw;
  color: #fff;
  text-align: center;
  background: #d7423c;
  text-decoration: none;
  padding: 6% 3.65%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}

.pork_pot .cart__button a:hover {
  background-color: #ed4e5a;
}

.pork_pot .product {
  padding: 4.16667% 0;
  background: url(/img/freepage/pork_pot/product_bg.jpg) repeat top left;
  background-size: 200px 200px;
}

.pork_pot .product__item {
  position: relative;
}

.pork_pot .product__item::before, .pork_pot .product__item::after {
  content: '';
  display: table;
}

.pork_pot .product__item::after {
  clear: both;
}

.pork_pot .product__item__thumb {
  float: left;
  width: 58.44051%;
}

.pork_pot .product__item__thumb img {
  width: 100%;
}

.pork_pot .product__item__intro {
  width: 41.55949%;
  position: absolute;
  right: 0;
  height: 100%;
  background: url(/img/freepage/pork_pot/product_bg01.png) repeat top left;
  background-size: 100px 100px;
  color: #fff;
  padding: 0 4.01929% 0 2.2508%;
}

.pork_pot .product__item__intro .d-table {
  display: table;
  width: 100%;
  height: 100%;
}

.pork_pot .product__item__intro .d-ver {
  vertical-align: middle;
  display: table-cell;
}

.pork_pot .product__item__intro .ttl {
  margin-bottom: 6.18956%;
}

.pork_pot .product__item__intro .ttl img {
  width: 100%;
}

.pork_pot .product__item__intro .copy {
  font-size: 20px;
  line-height: 1.7;
}

.pork_pot .product__item:nth-child(2n) .product__item__thumb {
  float: right;
}

.pork_pot .product__item:nth-child(2n) .product__item__intro {
  right: auto;
  left: 0;
  background-image: url(/img/freepage/pork_pot/product_bg02.png);
}

.pork_pot .product__item:nth-child(3n) .product__item__intro {
  background-image: url(/img/freepage/pork_pot/product_bg03.png);
}

.pork_pot .delivery {
  background: url(/img/freepage/pork_pot/delivery_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 4.16667% 0;
  text-align: center;
}

.pork_pot .delivery .ctnInner {
  padding: 0 17.7381%;
}

.pork_pot .delivery__ttl {
  margin-bottom: 4.62963%;
}

.pork_pot .delivery__copy {
  font-size: 1.07143vw;
  line-height: 1.5;
  margin-bottom: 6.17284%;
  color: #fff;
}

.pork_pot .inconvenience {
  background: url(/img/freepage/pork_pot/inconvenience_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 8.63095% 0;
}

.pork_pot .inconvenience .ctnInner {
  padding: 0 9.46429%;
}

.pork_pot .inconvenience__ttl {
  margin-bottom: 7.77538%;
}

.pork_pot .inconvenience__body {
  color: #fff;
}

.pork_pot .inconvenience__subttl {
  margin-top: 2.69978%;
  margin-bottom: 2.69978%;
}

.pork_pot .inconvenience__copy {
  font-size: 20px;
  line-height: 1.52;
}

.pork_pot .date {
  background: url(/img/freepage/pork_pot/date_bg.jpg) repeat top left;
  background-size: 100px 100px;
  padding: 3.33333% 0;
  color: #333;
}

.pork_pot .date__body {
  width: 49.64286vw;
  margin: 0 auto;
  padding: 3.69775% 2.97428% 3.21543%;
  background-color: #fff;
  border-radius: 5px;
}

.pork_pot .date__copy {
  font-size: 1.42857vw;
  line-height: 216.66667%;
}

.pork_pot .shabu {
  background: url(/img/freepage/pork_pot/shabu_bg.jpg) no-repeat top left;
  background-size: cover;
  padding: 5.65476% 0 5.2381%;
  color: #fff;
  text-align: center;
}

.pork_pot .shabu__ttl {
  margin-bottom: 2.89389%;
}

.pork_pot .shabu__copy {
  font-size: 1.54762vw;
  line-height: 140.38462%;
  font-weight: bold;
  margin-bottom: 3.85852%;
}

.pork_pot .shabu__copy .c-highlight {
  color: #d7423c;
}

.pork_pot .shabu__list {
  text-align: left;
  display: table;
  padding: 0 0.80386% 2.00965%;
  width: 100%;
}

.pork_pot .shabu__item {
  display: table-cell;
  width: 25%;
  padding: 0 0.4902%;
}

.pork_pot .shabu__item__thumb img {
  width: 100%;
}

.pork_pot .shabu__item__ttl img {
  width: 100%;
}

.pork_pot .shabu__item__copy {
  font-size: 14px;
  line-height: 181.25%;
  padding-left: 3.40136%;
}

.pork_pot .shabu__separation {
  position: relative;
  overflow: hidden;
  width: 97.42765%;
  margin: 0 auto;
}

.pork_pot .shabu__separation:before {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 5.77558%;
  width: 50%;
  content: "";
  background: #7a6968;
  height: 1px;
  z-index: 10;
}

.pork_pot .shabu__separation:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 5.77558%;
  width: 50%;
  content: "";
  background: #7a6968;
  height: 1px;
  z-index: 10;
}

.pork_pot .shabu__separation .icon {
  position: relative;
  z-index: 11;
  width: 11.55116%;
  margin: 0 auto;
}

.pork_pot .shabu__note {
  margin-top: 2.97428%;
  padding: 0 10%;
}

#footer {
  padding: 0;
  background-color: #e2f0f8;
  background-image: url(../../img/usr/common/footer_bg.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: auto;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#footer .inner_ {
  width: 1244px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

#footer .inner_ ul {
  margin-bottom: 25px;
}

#footer .inner_ ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 12px;
}

#footer .inner_ ul li a {
  padding-left: 10px;
  position: relative;
  color: inherit;
  text-decoration: none;
}

#footer .inner_ ul li a::before {
  content: "";
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #244a61;
  position: absolute;
  top: 50%;
  left: 0;
}

#footer .inner_ ul li a:hover {
  text-decoration: underline;
}

#footer .inner_ p {
  font-size: 10px;
}

@media screen and (max-width: 920px) {
  #footer {
    padding: 0 0 15px;
    background-color: #e2f0f8;
    background-image: url(../../img/usr/sb/common/footer_bg2.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    -webkit-background-size: 375px 15px;
    background-size: 375px 15px;
  }
  #footer .inner_ {
    width: auto;
  }
  #footer .inner_ ul {
    margin-bottom: 20px;
    border-top: 1px solid #bcccd5;
  }
  #footer .inner_ ul li {
    display: block;
    margin: 0;
    text-align: left;
  }
  #footer .inner_ ul li a {
    display: block;
    padding: 12px 10px 12px 20px;
    border-bottom: 1px solid #bcccd5;
    color: #333;
  }
  #footer .inner_ ul li a::before {
    left: 10px;
  }
  #footer .inner_ ul li a:hover {
    text-decoration: none;
  }
  #footer .inner_ p {
    letter-spacing: 0;
  }
}

.ltie11.pork_pot .head__button a {
  padding: 6.8% 3.65% 4.2%;
}

.ltie11.pork_pot .cart__button a {
  padding: 6.8% 3.65% 4.2%;
}

.ltie7.pork_pot .head__button a {
  padding: 6.8% 3.65% 4.2%;
}

.ltie7.pork_pot .cart__button a {
  padding: 6.8% 3.65% 4.2%;
}

@media screen and (min-width: 1681px) {
  .pork_pot .ctnInner {
    width: 74.04762%;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #header ,
  #header_menu_block ,
  #footer {
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
  }
  #footer #footer_btm #footernav li {
    font-size: 14px;
  }
  header#header {
    z-index: 1000;
  }
  #header_menu_block {
    z-index: 1001;
  }
  .pc {
    display: none;
  }
  .pork_pot .ctnInner {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .pork_pot .header {
    padding: 15px 0 15px 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pork_pot .header .head__logo {
    position: static;
    padding: 0;
    width: 160px;
  }
  .pork_pot .head__button {
    display: none;
  }
  .pork_pot .head__price {
    display: none;
  }
  .pork_pot .mv {
    position: relative;
  }
  .pork_pot .mv img {
    width: 100%;
  }
  .pork_pot .mv__ttl {
    width: 100%;
    z-index: 10;
  }
  .pork_pot .mv__logo {
    display: none;
  }
  .pork_pot .jont {
    padding: 5.95238% 0;
    background-image: url(/img/freepage/pork_pot/joint_bg_sp.png);
    text-align: center;
  }
  .pork_pot .jont .ctnInner {
    padding: 0 4%;
  }
  .pork_pot .cart {
    padding: 0;
  }
  .pork_pot .cart__inner {
    padding: 0 0 15.33333%;
  }
  .pork_pot .cart__price {
    width: 41.33333%;
    padding: 4.8% 0 0;
    left: 2.66667%;
  }
  .pork_pot .cart__price .price {
    font-size: 6.66667vw;
  }
  .pork_pot .cart__price .sub {
    font-size: 2.66667vw;
  }
  .pork_pot .cart__button {
    width: 50.66667%;
    right: 2.66667%;
    padding: 2.4% 0;
  }
  .pork_pot .cart__button a {
    font-size: 4.8vw;
    line-height: 222.22222%;
    padding: 0;
  }
  .pork_pot .product {
    padding: 0;
  }
  .pork_pot .product__item {
    position: static;
  }
  .pork_pot .product__item__thumb {
    float: none;
    width: 100%;
  }
  .pork_pot .product__item__intro {
    width: 100%;
    position: static;
    height: auto;
    background: url(/img/freepage/pork_pot/product_bg01.png) repeat top left;
    background-size: 50px 50px;
    padding: 6.66667% 2.66667% 5.33333%;
  }
  .pork_pot .product__item__intro .d-table {
    display: block;
    height: auto;
  }
  .pork_pot .product__item__intro .d-ver {
    display: block;
  }
  .pork_pot .product__item__intro .ttl {
    margin-bottom: 3.62319%;
  }
  .pork_pot .product__item__intro .ttl img {
    width: auto;
  }
  .pork_pot .product__item__intro .copy {
    font-size: 4vw;
    line-height: 141.66667%;
  }
  .pork_pot .product__item:nth-child(2n) .product__item__thumb {
    float: none;
  }
  .pork_pot .product__item:nth-child(2n) .product__item__intro {
    position: static;
  }
  .pork_pot .delivery {
    padding: 8% 0;
  }
  .pork_pot .delivery .ctnInner {
    padding: 0 2.66667%;
  }
  .pork_pot .delivery__ttl {
    margin-bottom: 4.22535%;
  }
  .pork_pot .delivery__copy {
    font-size: 4vw;
    margin-bottom: 5.6338%;
  }
  .pork_pot .delivery__body {
    padding: 0 2.66667%;
  }
  .pork_pot .inconvenience {
    padding: 8.63095% 0;
  }
  .pork_pot .inconvenience .ctnInner {
    padding: 0 2.66667%;
  }
  .pork_pot .inconvenience__ttl {
    margin-bottom: 5.6338%;
  }
  .pork_pot .inconvenience__body {
    color: #fff;
  }
  .pork_pot .inconvenience__subttl {
    margin-top: 4.22535%;
    margin-bottom: 4.22535%;
  }
  .pork_pot .inconvenience__copy {
    font-size: 3.6vw;
  }
  .pork_pot .inconvenience__copy br.sp {
    display:none;
  }
  .pork_pot .date {
    background-size: 50px 50px;
    padding: 5.33333% 0;
  }
  .pork_pot .date__body {
    width: 94.66667vw;
    padding: 2.41158%;
    background-color: #fff;
    border-radius: 5px;
  }
  .pork_pot .date__copy {
    font-size: 2.93333vw;
    line-height: 216.66667%;
  }
  .pork_pot .shabu {
    padding: 8% 0;
  }
  .pork_pot .shabu .ctnInner {
    padding: 0 2.66667%;
  }
  .pork_pot .shabu__ttl {
    margin-bottom: 2.66667%;
  }
  .pork_pot .shabu__copy {
    font-size: 3.2vw;
    margin-bottom: 4%;
  }
  .pork_pot .shabu__list {
    text-align: left;
    display: block;
    padding: 0;
  }
  .pork_pot .shabu__item {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5.33333%;
  }
  .pork_pot .shabu__item__ttl img {
    width: auto;
    max-width: 100%;
  }
  .pork_pot .shabu__item__copy {
    font-size: 4vw;
    padding-left: 0;
    line-height:140%;
  }
  .pork_pot .shabu__separation {
    width: 100%;
  }
  .pork_pot .shabu__separation:before {
    margin-right: 9.33333%;
  }
  .pork_pot .shabu__separation:after {
    margin-left: 9.33333%;
  }
  .pork_pot .shabu__separation .icon {
    width: 18.66667%;
  }
  .pork_pot .shabu__note {
    margin-top: 5.33333%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  .pork_pot .product__item__intro .ttl img {
    width: 100%;
    height: auto;
  }
  .pork_pot .shabu__item__ttl img {
    width: 100%;
    height: auto;
  }
}

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