@charset "UTF-8";
html, body, div, span, applet, object,
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, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

iframe {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* parts */
html, body, div, span, applet, object,
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, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

iframe {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

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

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* variables */
.prd-header {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  .prd-header {
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
  }
}
.prd-header__logo {
  display: block;
  background: url("../img/common/logo.png") no-repeat center center/contain;
}
.prd-header__logo::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 15.2380952381 %;
}
.prd-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .prd-header__sub {
    padding: 18px 0 19px;
  }
}
.prd-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .prd-header__menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .prd-header__menu {
    border-bottom: 1px solid #e7e7e7;
    z-index: 998;
  }
}
@media screen and (min-width: 769px) {
  .prd-header {
    border-top: 10px solid #e71a0f;
  }
  body:not(.is-scroll) .prd-header {
    position: absolute;
    top: 60px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .prd-header__logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 352px;
    height: 53px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .prd-header__sub, .prd-header__menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .prd-header {
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  body {
    padding-top: 180px;
  }

  .prd-header__wrap {
    background: #ffffff;
  }
  body:not(.is-scroll) .prd-header {
    position: absolute;
    top: 60px;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  body:not(.is-scroll) .prd-header__sub {
    width: calc(100% - 226px);
  }

  .prd-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 60px;
    border-top: 4px solid #e71a0f;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  }
  .prd-header__logo {
    margin: 0 0 5px 16px;
    width: 210px;
    height: 32px;
  }
  .prd-header__sub {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 320px) {
  .prd-header__logo {
    margin: 0 0 5px 16px;
    width: 180px;
  }
  body:not(.is-scroll) .prd-header__sub {
    width: calc(100% - 198px);
  }
}
body.is-scroll .prd-header {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  body.is-scroll .prd-header__wrap {
    z-index: 999;
  }
}
@media screen and (min-width: 769px) {
  body.is-scroll .prd-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  body.is-scroll .prd-header__menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  body.is-scroll .prd-header__menu::after {
    content: "";
    position: fixed;
    top: 126px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(51, 51, 51, 0.4);
  }
}
@media screen and (min-width: 769px) {
  body.is-scroll .prd-header__sub {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body.is-scroll .prd-header__sub {
    width: calc(100% - 226px);
    padding: 0 12px;
  }
}

.prd-nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prd-nav__link--company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.prd-nav__link--company::before {
  content: "";
  display: block;
  background: url("../img/common/icon-company.svg") no-repeat center center/contain;
}
.prd-nav__link--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.prd-nav__link--lang::before {
  content: "";
  display: block;
  background: url("../img/common/icon-lang.svg") no-repeat center center/contain;
}
.prd-nav__link--home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.prd-nav__link--home::before {
  content: "";
  display: block;
  background: url("../img/common/icon-home.svg") no-repeat center center/contain;
}
.prd-nav__link--none_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .prd-nav__sns, .prd-nav__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prd-nav__sns a, .prd-nav__sub a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .prd-nav__sns a:hover, .prd-nav__sub a:hover {
    opacity: 0.6;
  }
  .prd-nav__link--company {
    margin-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.875rem;
    text-decoration: none;
    padding-left: 16px;
    border-left: 1px solid #cccccc;
  }
  .prd-nav__link--company::before {
    margin-right: 4px;
    width: 28px;
    height: 24px;
  }
  .prd-nav__link--lang {
    margin-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.875rem;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .prd-nav__link--lang:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .prd-nav__link--lang::before {
    margin-right: 4px;
    width: 24px;
    height: 24px;
  }
  .prd-nav__link--home {
    margin-left: 16px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .prd-nav__link--home::before {
    margin-right: 4px;
    width: 28px;
    height: 24px;
  }
  .prd-nav__link--none_icon {
    font-size: 0.875rem;
  }
  .prd-nav__link--none_icon:nth-child(n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .prd-nav__main {
    width: 100%;
    background: #ffffff;
  }
  body.is-scroll .prd-nav__txt {
    display: none;
  }
  body.is-scroll .prd-nav__main {
    height: 65px;
  }

  .prd-nav__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prd-nav__link--company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.625rem;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 25%;
    width: 44%;
    line-height: 1.2;
  }
  .prd-nav__link--company::before {
    height: 24px;
    width: 24px;
  }
  body.is-scroll .prd-nav__link--company {
    width: 25%;
  }

  .prd-nav__link--lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.625rem;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 25%;
  }
  .prd-nav__link--lang::before {
    height: 24px;
  }
  body:not(.is-scroll) .prd-nav__link--lang {
    width: 55px;
    margin-right: 20px;
  }

  body.is-scroll .prd-nav__link--lang {
    margin: 0 9px;
  }

  .prd-nav__link--lang::before {
    width: 24px;
    height: 24px;
  }
  .prd-nav__link--lang .prd-nav__txt {
    margin-top: 3px;
    font-size: 0.625rem;
  }
  .prd-nav__link--home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.625rem;
    text-align: center;
    text-decoration: none;
    border: none;
    width: 25%;
  }
  .prd-nav__link--home::before {
    height: 24px;
  }
  .prd-nav__link--none_icon {
    width: 33.33%;
    height: 65px;
    font-size: 0.75rem;
    text-align: center;
  }
  .prd-nav__link--none_icon:nth-child(n+2) {
    border-left: 1px solid #e7e7e7;
  }
  .prd-nav__link-txt {
    margin: 2px auto 0;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .prd-nav__link--company {
    font-size: 0.625rem;
    width: 55%;
  }
  .prd-nav__link--company::before {
    height: 22px;
    width: 22px;
  }
  .prd-nav__link--lang {
    font-size: 0.625rem;
  }
  .prd-nav__link--lang::before {
    height: 22px;
  }
  body:not(.is-scroll) .prd-nav__link--lang {
    width: 55px;
    margin-right: 10px;
  }

  .prd-nav__link--home {
    font-size: 0.625rem;
  }
  .prd-nav__link--home::before {
    height: 22px;
  }
}

.prd-nav__main > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .prd-nav__main > a {
    width: 50%;
  }
}
.prd-nav__main > a:hover {
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}
.prd-nav__main > a:hover:before {
  color: #000;
}
.prd-nav__main > a:nth-child(n+2) {
  position: relative;
}
@media screen and (min-width: 769px) {
  .prd-nav__main > a:nth-child(n+2):before {
    position: absolute;
    content: "/";
    width: 1em;
    height: 1em;
    top: 50%;
    left: -1.3em;
    color: #000;
    line-height: 0.8;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .prd-nav__main > a:nth-child(n+3) {
    border-top: 1px solid #e7e7e7;
  }
}

/* base */
.g-main {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* common */
@media screen and (max-width: 768px) {
  .product-body {
    padding-top: 59px;
  }
}
@media screen and (min-width: 769px) {
  .product-body .g-main {
    padding-top: 107px;
  }
}
@media screen and (max-width: 768px) {
  .product-body .g-main {
    padding-top: 0;
  }
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  [data-device=sp] {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .prd-header__wrap {
    margin: auto;
    width: 1050px;
  }
}

/* txt */
.prd-txt--bold, .prd-txt--sm, .prd-txt--lg, .prd-txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-txt--bold, .prd-txt--sm, .prd-txt--lg, .prd-txt {
    text-align: left;
  }
}

.prd-txt {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .prd-txt {
    font-size: 0.8125rem;
  }
}
.prd-txt--lg {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .prd-txt--lg {
    font-size: 1rem;
  }
}
.prd-txt--sm {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .prd-txt--sm {
    font-size: 0.75rem;
  }
}
.prd-txt--bold {
  font-weight: bold;
}

/* kv */
.product-kv {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .product-kv {
    min-width: 1050px;
    height: 250px;
    background: url("../img/index/kv-img_pc.jpg") repeat-x center/contain;
  }
}
@media screen and (max-width: 768px) {
  .product-kv {
    height: auto;
    background: url("../img/index/kv-img_sp.jpg") no-repeat center/contain;
  }
}
@media screen and (max-width: 768px) {
  .product-kv:before {
    display: block;
    content: "";
    padding-bottom: 53.4666%;
  }
}
.product-kv__catch {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}
@media screen and (min-width: 769px) {
  .product-kv__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .product-kv__catch {
    font-size: 5.3vw;
  }
}

/* anchor */
.prd-anchor__ttl {
  margin-bottom: 1.2em;
  padding: 0 0.8em;
  font-size: 1rem;
  font-weight: 600;
  border-left: 4px solid #e71a0f;
}
@media screen and (max-width: 768px) {
  .prd-anchor__ttl {
    font-size: 0.8125rem;
  }
}
.prd-anchor__box {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.prd-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1050px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .prd-anchor__list {
    width: 92%;
    margin: 27px auto 5px;
    padding: 0 4%;
  }
}
.prd-anchor__item > a {
  display: block;
  text-decoration: underline;
}
.prd-anchor__item--img {
  position: relative;
  display: block;
  margin: 0 auto;
}
.prd-anchor__item--img::before {
  display: block;
  content: "";
  padding-bottom: 75%;
}
.prd-anchor__item--img > img {
  position: absolute;
  max-width: 124%;
  width: auto;
  max-height: 124%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prd-anchor__item--name {
  margin-top: 8px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-anchor__item--name {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 769px) {
  .prd-anchor__box {
    margin: 48px 0 0;
    padding: 36px 48px;
  }
  .prd-anchor__item {
    width: calc((100% - 120px) / 4);
  }
  .prd-anchor__item--name {
    margin-top: 8px;
  }
  .prd-anchor__item:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  .prd-anchor__item:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .prd-anchor__box {
    margin: 24px 0 50px;
    padding: 20px 0 0;
  }
  .prd-anchor__item {
    width: 47%;
    margin-bottom: 1.5em;
  }
  .prd-anchor__item:nth-child(2n) {
    margin-left: 6%;
  }
  .prd-anchor__item--name {
    margin-top: 6px;
  }
}

/* section kv */
.prd-section__kv {
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-section__kv {
    min-width: 0;
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.prd-section__kv.prd-section__kv--chahan {
  background: url("../img/index/prd_bg_1_pc.jpg") no-repeat center/contain, #000;
}
@media screen and (max-width: 768px) {
  .prd-section__kv.prd-section__kv--chahan {
    background-size: cover;
  }
}
.prd-section__kv.prd-section__kv--onigiri {
  background: url("../img/index/prd_bg_2_pc.jpg") no-repeat center/contain, #000;
}
@media screen and (max-width: 768px) {
  .prd-section__kv.prd-section__kv--onigiri {
    background-size: cover;
  }
}
.prd-section__kv.prd-section__kv--tokukara {
  background: url("../img/index/prd_bg_3_pc.jpg") no-repeat center/contain, #000;
}
@media screen and (max-width: 768px) {
  .prd-section__kv.prd-section__kv--tokukara {
    background-size: cover;
  }
}
.prd-section__kv.prd-section__kv--imagawayaki {
  background: url("../img/index/prd_bg_4_pc.jpg") no-repeat center/contain, #000;
}
@media screen and (max-width: 768px) {
  .prd-section__kv.prd-section__kv--imagawayaki {
    background-size: cover;
  }
}
.prd-section__kv--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1050px;
  height: 500px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .prd-section__kv--inner {
    width: 100%;
    height: auto;
    padding: 4%;
  }
}
.prd-section__kv--ttl {
  width: 100%;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .prd-section__kv--ttl {
    font-size: 1.25rem;
  }
}
.prd-section__kv--lead {
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-section__kv--lead {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.prd-section__kv--lead .notes {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .prd-section__kv--lead .notes {
    font-size: 0.75rem;
  }
}

.prd-kv_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 835px;
  height: 270px;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .prd-kv_col {
    position: relative;
    width: 100%;
    height: 0;
    margin: 15px auto 0;
    padding: 0 2% 36.7%;
  }
}
.prd-kv_col__item--pkg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 342px;
}
@media screen and (max-width: 768px) {
  .prd-kv_col__item--pkg {
    position: absolute;
    width: 46.6666667%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.prd-kv_col__item--pkg > img {
  position: absolute;
  max-width: 130%;
  width: auto;
  max-height: 110%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prd-kv_col__item--img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .prd-kv_col__item--img {
    position: absolute;
    width: 49%;
    height: 100%;
    top: 0;
    right: 0;
  }
}
.prd-kv_col__item--img > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .prd-kv_col__item--img > img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
  }
}

/* content
------------------------------*/
.prd-cont_wrap {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .prd-cont_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .prd-sec:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .prd-sec {
    margin-bottom: 30px;
  }
}

/* title
------------------------------*/
.prd-ttl_icon {
  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;
  margin: 45px auto 30px;
  padding: 5px 0;
  border-bottom: 3px solid #e71a0f;
}
@media screen and (max-width: 768px) {
  .prd-ttl_icon {
    width: 92%;
    margin: 24px auto 15px;
    border-bottom: 2px solid #e71a0f;
  }
}
.prd-ttl_icon--img {
  position: relative;
  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;
  width: 70px;
  height: 55px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .prd-ttl_icon--img {
    width: 35px;
    height: 28px;
    margin-right: 6px;
  }
}
.prd-ttl_icon--img > img {
  position: absolute;
  max-width: 130%;
  width: auto;
  max-height: 130%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prd-ttl_icon--txt {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .prd-ttl_icon--txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 320px) {
  .prd-ttl_icon--txt {
    font-size: 1.1875rem;
  }
}

/* box
------------------------------*/
.prd-box__type1 {
  width: 100%;
  margin: 20px auto;
  padding: 32px 40px 40px;
  background: #fffccd;
}
@media screen and (max-width: 768px) {
  .prd-box__type1 {
    padding: 32px 4% 40px;
  }
}

.prd-box--ttl {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-box--ttl {
    font-size: 1rem;
  }
}
.prd-box--ttl--attention {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 60px;
}
@media screen and (max-width: 768px) {
  .prd-box--ttl--attention {
    padding: 5px 0 5px 40px;
  }
}
.prd-box--ttl--attention:before {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 45px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/index/icon_attention.png") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .prd-box--ttl--attention:before {
    width: 34px;
    height: 30px;
  }
}

.prd-box__type2 {
  width: 100%;
  margin-top: 25px;
  padding: 25px 35px;
  text-align: center;
  border: 4px solid #e71a0f;
}
@media screen and (max-width: 768px) {
  .prd-box__type2 {
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #e71a0f;
  }
}

/* column
------------------------------*/
.prd-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .prd-column {
    display: block;
  }
}
.prd-column--img {
  width: 380px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .prd-column--img {
    width: 86.9565%;
    margin: 0 auto;
  }
}
.prd-column--img > img {
  display: block;
  width: 100%;
  height: auto;
}
.prd-column--table {
  width: 520px;
}
@media screen and (max-width: 768px) {
  .prd-column--table {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .prd-column--table .prd-table {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .prd-column--table .prd-table_wrap {
    width: 104%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .prd-column--table .prd-table_wrap .prd-table {
    min-width: 450px;
  }
}

.prd-attention_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .prd-attention_col {
    display: block;
  }
}
.prd-attention_col__item {
  width: 270px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-attention_col__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .prd-attention_col__item + .prd-attention_col__item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .prd-attention_col__item + .prd-attention_col__item {
    margin-top: 15px;
  }
}
.prd-attention_col__item--img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .prd-attention_col__item--img {
    width: 52%;
  }
}
.prd-attention_col__item--ttl {
  margin-top: 8px;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .prd-attention_col__item--ttl {
    font-size: 0.8125rem;
  }
}
.prd-attention_col__item--txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .prd-attention_col__item--txt {
    font-size: 0.75rem;
  }
}

/* table
------------------------------*/
.prd-table {
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #777;
}
@media screen and (max-width: 768px) {
  .prd-table {
    font-size: 0.8125rem;
  }
}
.prd-table--tr:nth-child(n+2) {
  border-top: 2px solid #777;
}
.prd-table--th, .prd-table--td {
  padding: 6px;
  text-align: center;
  vertical-align: middle;
}
.prd-table--th:nth-child(n+2), .prd-table--td:nth-child(n+2) {
  border-left: 2px solid #777;
}
.prd-table_txt {
  margin-top: 5px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .prd-table_txt {
    font-size: 0.75rem;
  }
}
.prd-table_clr {
  background: #ffd659;
  background-clip: padding-box;
}
body.chrome .prd-table_clr {
  background-clip: inherit;
}

.prd-table_bd--t {
  border-top: 2px solid #777;
}
.prd-table_bd--r {
  border-right: 2px solid #777;
}
.prd-table_bd--l {
  border-left: 2px solid #777;
}
.prd-table_bd--b {
  border-bottom: 2px solid #777;
}
.prd-table_fw--normal {
  font-weight: normal;
}

.prd-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.prd-data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  background-clip: padding-box;
}
body.chrome .prd-data__item {
  background-clip: inherit;
}

@media screen and (max-width: 768px) {
  .prd-data__item {
    width: 50%;
  }
}
.prd-data__item:last-child {
  border-right: 2px solid #777;
}
@media screen and (max-width: 768px) {
  .prd-data__item:last-child {
    width: calc(50% + 2px);
  }
}
@media screen and (min-width: 769px) {
  .prd-data__item:nth-child(4n) {
    border-right: 2px solid #777;
  }
  .prd-data__item:nth-child(-n+4) {
    border-top: 2px solid #777;
  }
}
@media screen and (max-width: 768px) {
  .prd-data__item:nth-child(2n) {
    border-right: 2px solid #777;
  }
  .prd-data__item:nth-child(-n+2) {
    border-top: 2px solid #777;
  }
}
.prd-data__item--ttl, .prd-data__item--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 130px;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-data__item--ttl, .prd-data__item--desc {
    min-width: 0;
    width: 50%;
    font-size: 0.8125rem;
  }
}
.prd-data__item--ttl {
  font-weight: bold;
  background: #ffd659;
  border-right: 2px solid #777;
  word-break: break-all;
  background-clip: padding-box;
}
body.chrome .prd-data__item--ttl {
  background-clip: inherit;
}

.prd-figure {
  width: 380px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prd-figure {
    width: 87%;
  }
}
.prd-figure > img {
  display: block;
  width: 100%;
  height: auto;
}

.prd-allergens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
}
@media screen and (max-width: 768px) {
  .prd-allergens {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px auto;
  }
}
.prd-allergens__item {
  text-align: center;
}
.prd-allergens__item + .prd-allergens__item {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .prd-allergens__item + .prd-allergens__item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .prd-allergens__item + .prd-allergens__item {
    margin-left: 14px;
  }
}
.prd-allergens__item--icon {
  display: block;
  width: 72px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .prd-allergens__item--icon {
    width: 50px;
  }
}
@media screen and (max-width: 320px) {
  .prd-allergens__item--icon {
    width: 45px;
  }
}
.prd-allergens__item--name {
  margin-top: 5px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .prd-allergens__item--name {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 768px) {
  .prd-pd_side_sp {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.prd-mt_s {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .prd-mt_s {
    margin-top: 10px;
  }
}

.prd-mt_l {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .prd-mt_l {
    margin-top: 20px;
  }
}