@import url(../fonts/nisshin/style.css);

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */

html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

ol, ul {
  list-style: none
}

button, input, select, textarea {
  margin: 0
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

iframe {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0;
  text-align: left
}

main {
  display: block
}

.l-category-header--recipe .l-category-header__search input[type="text"], .c-button, .c-tab__items a, .c-search-select, .c-search-textfield {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #222;
  background: #fff;
  border: 1px solid #f7b2bc;
  border-radius: 21px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease
}

.l-category-header--recipe .l-category-header__search input[type="text"] i, .c-button i, .c-tab__items a i, .c-search-select i, .c-search-textfield i {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -.5em
}

.c-button:hover, .c-tab__items a:hover {
  color: #fff;
  background: #e60020;
  border-color: #e60020
}

.c-button:hover:before, .c-tab__items a:hover:before {
  color: inherit
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

html.wf-loading {
  opacity: 0;
  pointer-events: none
}

html.wf-active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease
}

html.layout-fixed {
  min-width: 1040px
}

body {
  margin: 0;
  /* font-family: "source-han-sans-japanese", sans-serif; */
  font-size: 15px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: .02em;
  color: #222;
  background: #fff
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.85714
  }
}

[lang="en"] body {
  font-family: "acumin-pro", sans-serif;
  line-height: 1.86667
}

[lang="en"] {
  font-family: "acumin-pro", sans-serif;
  line-height: 1.86667
}

.icon-newwin {
  margin-left: .35em
}

.icon-global-color {
  margin-right: .35em
}

strong {
  font-weight: 500
}

.l-footer {
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1)
}

.l-footer__sitemap {
  padding: 55px 20px 45px;
  color: #222;
  background: #fff;
  background-size: cover;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.5
}

@media (max-width: 768px) {
  .l-footer__sitemap {
    padding: 0
  }
}

.l-footer__sitemap .icon-newwin {
  display: inline-block
}

body.site-product .l-footer__sitemap--company, body.site-company .l-footer__sitemap--product {
  display: none
}

.l-footer__sitemap li {
  margin-bottom: .85em
}

.l-footer__sitemap li:last-child {
  margin-bottom: 0
}

.l-footer__sitemap a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

.l-footer__sitemap a:hover {
  text-decoration: underline
}

@media (max-width: 768px) {
  .l-footer__sitemap a, .l-footer__sitemap a:hover {
    text-decoration: none
  }
}

.l-footer__sitemap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  margin: auto
}

@media (max-width: 768px) {
  .l-footer__sitemap__inner {
    display: block
  }
}

.l-footer__sitemap__inner>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  margin-left: 20px
}

.l-footer__sitemap__inner>*:first-child {
  margin-left: 0
}

.l-footer__sitemap__block {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid
}

@media (max-width: 768px) {
  .l-footer__sitemap__block {
    margin: 0
  }
}

.l-footer__sitemap__title {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: 500
}

@media (max-width: 768px) {
  .l-footer__sitemap__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300
  }
  .l-footer__sitemap__title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
}

@media (max-width: 768px) {
  body.gnav-0 .l-footer__sitemap__title.l-footer__sitemap__title--0 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-1 .l-footer__sitemap__title.l-footer__sitemap__title--1 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-2 .l-footer__sitemap__title.l-footer__sitemap__title--2 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-3 .l-footer__sitemap__title.l-footer__sitemap__title--3 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-4 .l-footer__sitemap__title.l-footer__sitemap__title--4 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-5 .l-footer__sitemap__title.l-footer__sitemap__title--5 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-6 .l-footer__sitemap__title.l-footer__sitemap__title--6 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-7 .l-footer__sitemap__title.l-footer__sitemap__title--7 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-8 .l-footer__sitemap__title.l-footer__sitemap__title--8 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-9 .l-footer__sitemap__title.l-footer__sitemap__title--9 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-10 .l-footer__sitemap__title.l-footer__sitemap__title--10 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-11 .l-footer__sitemap__title.l-footer__sitemap__title--11 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-12 .l-footer__sitemap__title.l-footer__sitemap__title--12 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-13 .l-footer__sitemap__title.l-footer__sitemap__title--13 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-14 .l-footer__sitemap__title.l-footer__sitemap__title--14 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-15 .l-footer__sitemap__title.l-footer__sitemap__title--15 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-16 .l-footer__sitemap__title.l-footer__sitemap__title--16 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-17 .l-footer__sitemap__title.l-footer__sitemap__title--17 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-18 .l-footer__sitemap__title.l-footer__sitemap__title--18 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-19 .l-footer__sitemap__title.l-footer__sitemap__title--19 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  body.gnav-20 .l-footer__sitemap__title.l-footer__sitemap__title--20 a {
    color: #e60020
  }
}

@media (max-width: 768px) {
  .l-footer__sitemap__children {
    display: none
  }
}

.l-footer__sitemap__helpnav {
  margin-top: 50px;
  font-weight: 500
}

.l-footer__sitemap__helpnav:first-child {
  margin-top: 0
}

@media (max-width: 768px) {
  .l-footer__sitemap__helpnav {
    margin-top: 0;
    font-size: 15px;
    font-weight: 300
  }
  .l-footer__sitemap__helpnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .l-footer__sitemap__helpnav li {
    margin: 0;
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
  .l-footer__sitemap__helpnav li:nth-child(2n) {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
  }
  .l-footer__sitemap__helpnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.l-footer__sitemap__misc {
  margin-top: 50px
}

.l-footer__sitemap__misc:first-child {
  margin-top: 0
}

@media (max-width: 768px) {
  .l-footer__sitemap__misc {
    margin-top: 0;
    padding: 18px 20px;
    font-size: 13px
  }
  .l-footer__sitemap__misc li {
    display: inline-block;
    margin: 0;
    margin-right: 1.5em
  }
  .l-footer__sitemap__misc li a {
    display: inline-block;
    padding: .25em 0
  }
}

.l-footer__pagetop {
  position: relative;
  max-width: 1040px;
  margin: auto
}

.l-footer__pagetop a {
  position: absolute;
  top: -23px;
  right: 20px;
  display: block;
  width: 46px;
  height: 0;
  padding-top: 46px;
  color: #fff;
  background: #e60020;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none
}

@media (max-width: 768px) {
  .l-footer__pagetop a {
    top: 50%;
    right: 25px;
    margin-top: -23px
  }
}

.l-footer__pagetop a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-decoration: none
}

.l-footer__pagetop a:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.l-footer__pagetop a:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -7px;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 70px;
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .l-footer__bottom {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 0;
  }
}

.l-footer__logo span {
  display: block;
  width: 177px;
  height: 0;
  padding-top: 25px;
  background: url(../img/logo.png) no-repeat;
  overflow: hidden
}

.l-footer__switchnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  line-height: 1.25
}

@media (max-width: 768px) {
  .l-footer__switchnav {
    font-size: 14px;
    margin-left: 0;
    width: calc(100% - 177px);
    margin-left: 0
  }
}

.l-footer__switchnav li {
  position: relative
}

.l-footer__switchnav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 1.4em;
  margin-top: -.6em;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

.l-footer__switchnav li:first-child:before {
  content: none
}

.l-footer__switchnav a {
  display: inline-block;
  padding: 3px 20px;
  color: inherit;
  text-decoration: none
}

.l-footer__switchnav a:hover {
  color: #e60020
}

.l-footer__copyright {
  margin-left: auto;
  padding-right: 25px;
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  letter-spacing: .08em;
  color: #666
}

@media (max-width: 768px) {
  .l-footer__copyright {
    width: 100%;
    text-align: center;
    padding: 0 40px 43px;
    font-size: 12px;
    line-height: 2.08333;
    letter-spacing: .06em
  }
  .l-footer__copyright>span {
    display: inline-block
  }
}

[lang="en"] .l-footer__copyright {
  margin: auto;
  padding: 0
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #333;
  background: #faf7df;
  -webkit-transition: top 200ms ease;
  transition: top 200ms ease;
  z-index: 5000;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1)
}

.l-header a:hover {
  text-decoration: none
}

.l-header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #e60020;
  z-index: 5002
}

@media (max-width: 768px) {
  .l-header {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.l-header__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #faf7df
}

@media (max-width: 768px) {
  .l-header__menu-wrap {
    position: fixed;
    top: 59px;
    left: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-y: auto;
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    pointer-events: none
  }
  .is-menu-open .l-header__menu-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform: rotate3d(0, 1, 1, 0);
    transform: rotate3d(0, 1, 1, 0);
    opacity: 1;
    pointer-events: auto;
    z-index: 10;
  }
  .is-menu-open, .is-menu-open body {
    overflow: hidden;
  }
}

.l-header__menu-wrap:before {
  content: '';
  display: block;
  height: 59px;
  width: 1px
}

@media (max-width: 768px) {
  .l-header__menu-wrap:before {
    content: none
  }
}

.l-header__menu-toggler {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 59px;
  z-index: 5002;
  cursor: pointer
}

.l-header__menu-toggler>span:before, .l-header__menu-toggler>span:after, .l-header__menu-toggler:before, .l-header__menu-toggler:after {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 25px;
  height: 2px;
  background: #e60020;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease
}

.l-header__menu-toggler:before {
  top: 20px
}

.l-header__menu-toggler>span:before {
  top: 29px;
  left: 15px;
  width: 13px
}

.l-header__menu-toggler>span:after {
  top: 29px;
  left: 28px;
  width: 12px
}

.l-header__menu-toggler:after {
  top: 38px
}

.is-menu-open .l-header__menu-toggler:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0
}

.is-menu-open .l-header__menu-toggler>span:before {
  left: 15px;
  width: 25px;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms
}

.is-menu-open .l-header__menu-toggler>span:after {
  left: 15px;
  width: 25px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms
}

.is-menu-open .l-header__menu-toggler:after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0
}

@media (max-width: 768px) {
  .l-header__menu-toggler {
    display: block
  }
}

html {
  padding-top: 141px
}

@media (max-width: 768px) {
  html {
    padding-top: 59px
  }
}

.is-scrolled .l-header {
  top: -141px
}

@media (max-width: 768px) {
  .is-scrolled .l-header {
    top: -59px
  }
}

.is-scroll-back .l-header {
  top: 0
}

.l-header__title {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 59px;
  z-index: 5001
}

@media (max-width: 768px) {
  .l-header__title {
    position: static;
    height: 59px;
    padding-right: 59px;
    background: none
  }
}

.l-header__title a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.l-header__title span {
  display: inline-block;
  width: 351px;
  height: 0;
  padding-top: 25px;
  overflow: hidden;
  background: url(../img/logo.png) no-repeat;
  background-position: 0 50%;
  background-size: 100% auto
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .l-header__title span {
    background-image: url(../img/logo@2x.png);
    background-size: 100% auto
  }
}

@media (max-width: 768px) {
  .l-header__title span {
    width: 299px;
    margin-top: 2px;
    padding-top: 21px;
    background-image: url(../img/logo@sp.png);
    background-size: 100% auto
  }
}

[lang="en"] .l-header__title span {
  width: 174px;
  padding-top: 25px;
  background: url(../img/logo-en.png) no-repeat;
  background-position: 0 50%;
  background-size: 100% auto
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [lang="en"] .l-header__title span {
    background-image: url(../img/logo-en@2x.png);
    background-size: 100% auto
  }
}

@media (max-width: 768px) {
  [lang="en"] .l-header__title span {
    width: 174px;
    padding-top: 25px;
    background-image: url(../img/logo-en@sp.png);
    background-size: 100% auto
  }
}

.l-header__helpnav, .l-header__search, .l-header__switchnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1.25;
  height: 59px
}

.l-header__helpnav li, .l-header__search li, .l-header__switchnav li {
  height: 100%
}

.l-header__helpnav a, .l-header__search a, .l-header__switchnav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: inherit;
  text-decoration: none
}

.l-header__helpnav a:hover, .l-header__search a:hover, .l-header__switchnav a:hover {
  color: #e60020
}

.l-header__helpnav i, .l-header__search i, .l-header__switchnav i {
  font-size: 16px
}

@media (max-width: 768px) {
  .l-header__helpnav {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .l-header__search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .l-header__switchnav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .l-header__gnav {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
}

.l-header__helpnav {
  font-size: 13px;
  letter-spacing: .05em
}

@media (max-width: 1000px) {
  .l-header__helpnav {
    display: none
  }
}

@media (max-width: 768px) {
  .l-header__helpnav {
    display: block;
    background: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: auto
  }
  .l-header__helpnav li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto
  }
  .l-header__helpnav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    padding: 0 20px
  }
  .l-header__helpnav li:nth-child(2n) a {
    border-left: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.l-header__switchnav {
  font-size: 13px;
  letter-spacing: .05em
}

@media (max-width: 768px) {
  .l-header__switchnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 40px;
    margin-top: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.l-header__switchnav li {
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .l-header__switchnav li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .l-header__switchnav li:first-child {
    border-left: none
  }
}

body.site-product .l-header__switchnav li:nth-child(1) a, body.site-company .l-header__switchnav li:nth-child(2) a {
  background: #fff;
  border-bottom-color: transparent
}

body.site-product .l-header__switchnav li:nth-child(1) a:after, body.site-company .l-header__switchnav li:nth-child(2) a:after {
  opacity: 1
}

@media (max-width: 768px) {
  body.site-product .l-header__switchnav li:nth-child(1) a, body.site-company .l-header__switchnav li:nth-child(2) a {
    position: relative;
    background: none;
    opacity: 1
  }
  body.site-product .l-header__switchnav li:nth-child(1) a:before, body.site-company .l-header__switchnav li:nth-child(2) a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e60020;
    -webkit-transform: none;
    transform: none
  }
}

.l-header__switchnav a {
  position: relative
}

@media (max-width: 768px) {
  .l-header__switchnav a {
    display: block;
    padding-top: 6px;
    text-align: center;
    width: 100%;
    opacity: .6
  }
}

.l-header__switchnav a:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 2px;
  left: calc(50% - 6px);
  font-size: 11px;
  color: #e60020;
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease
}

@media (max-width: 768px) {
  .l-header__switchnav a:after {
    content: none
  }
}

.l-header__switchnav a:hover {
  color: #e60020
}

.l-header__switchnav a:hover:after {
  opacity: 1
}

@media (max-width: 768px) {
  .l-header__switchnav a:hover {
    color: inherit
  }
}

.l-header__search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 62px;
  font-size: 13px;
  line-height: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .l-header__search {
    width: 100%;
    height: auto;
    padding: 7px 20px;
    border-left: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.l-header__search form {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -21px;
  letter-spacing: -.4em;
  background: transparent;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  z-index: 5011;
  overflow: hidden
}

.l-header__search form>* {
  display: inline-block;
  letter-spacing: normal
}

@media (max-width: 768px) {
  .l-header__search form {
    position: static;
    border-color: #e60020;
    background: #fff;
    width: 100%;
    margin: 0;
    -webkit-transition: none;
    transition: none
  }
}

.l-header__search.is-open form {
  right: 5px;
  background-color: #fff;
  border-color: #e60020
}

.l-header__search input[type="text"], .l-header__search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  height: 40px;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal
}

.l-header__search input[type="text"] {
  padding: 0;
  width: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  outline: none
}

.l-header__search input[type="text"]:placeholder-shown {
  display: inline-block;
  color: silver;
  line-height: 1.4
}

.l-header__search input[type="text"]::-webkit-input-placeholder {
  display: inline-block;
  color: silver;
  line-height: 1.4
}

.l-header__search input[type="text"]:-moz-placeholder {
  display: inline-block;
  color: silver;
  line-height: 1.4
}

.l-header__search input[type="text"]::-moz-placeholder {
  display: inline-block;
  color: silver;
  line-height: 1.4
}

.l-header__search input[type="text"]:-ms-input-placeholder {
  display: inline-block;
  color: silver;
  line-height: 1.4
}

@media (max-width: 768px) {
  .l-header__search input[type="text"] {
    padding: 0 20px;
    width: calc(100% - 20px * 2);
    -webkit-transition: none;
    transition: none
  }
}

.l-header__search.is-open input[type="text"] {
  padding: 0 20px;
  width: 480px
}

@media (max-width: 768px) {
  .l-header__search.is-open input[type="text"] {
    width: calc(100% - 20px * 2)
  }
}

.l-header__search button {
  width: 40px;
  color: #e60020;
  border-radius: 20px;
  -webkit-transition: text-indent 200ms ease;
  transition: text-indent 200ms ease
}

@media (max-width: 768px) {
  .l-header__search button {
    text-indent: -10px;
    -webkit-transition: none;
    transition: none
  }
}

.l-header__search button i {
  font-size: 32px;
  font-weight: normal
}

.l-header__search.is-open button {
  text-indent: -10px
}

.l-header__search__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  pointer-events: none;
  opacity: 0;
  z-index: 5010
}

@media (max-width: 768px) {
  .l-header__search__overlay {
    display: none
  }
}

.l-header__search.is-open .l-header__search__overlay {
  pointer-events: auto;
  opacity: 1
}

.l-header__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .1em;
  background: #fff
}

@media (max-width: 900px) {
  .l-header__gnav {
    font-size: 14px;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
  }
}

@media (max-width: 768px) {
  .l-header__gnav {
    display: block
  }
}

body.site-product .l-header__gnav--company, body.site-company .l-header__gnav--product {
  display: none
}

@media (max-width: 900px) {
  .l-header__gnav__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
}

.l-header__gnav__item--1 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/recipe/bg2.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--2 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/products/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  background-position: 0 100%
}

.l-header__gnav__item--3 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/cm/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--4 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/entertainment/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--5 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/customer/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--6 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/safety/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--11 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/group/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--13 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/research/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--14 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/csr/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item--15 .l-header__gnav__megamenu__title {
  background: url(../img/megamenu/ir/bg.jpg) no-repeat 50% 50%;
  background-size: cover
}

.l-header__gnav__item>a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 100%;
  min-width: 6em;
  padding: 31px 15px;
  color: inherit;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l-header__gnav__item>a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: calc(60% - 15px * 2);
  opacity: 0;
  background: #e60020;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

.l-header__gnav__item>a:after {
  left: calc(30% + 15px)
}

.l-header__gnav__item>a:hover, .l-header__gnav__item>a.is-megamenu-open {
  color: #e60020
}

.l-header__gnav__item>a:hover:after, .l-header__gnav__item>a.is-megamenu-open:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 900px) {
  .l-header__gnav__item>a {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width: 768px) {
  .l-header__gnav__item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    height: 55px;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .l-header__gnav__item>a:after {
    content: none
  }
}

body.gnav-0 .l-header__gnav__item.l-header__gnav__item--0 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-0 .l-header__gnav__item.l-header__gnav__item--0 a {
    color: #e60020
  }
}

body.gnav-1 .l-header__gnav__item.l-header__gnav__item--1 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-1 .l-header__gnav__item.l-header__gnav__item--1 a {
    color: #e60020
  }
}

body.gnav-2 .l-header__gnav__item.l-header__gnav__item--2 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-2 .l-header__gnav__item.l-header__gnav__item--2 a {
    color: #e60020
  }
}

body.gnav-3 .l-header__gnav__item.l-header__gnav__item--3 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-3 .l-header__gnav__item.l-header__gnav__item--3 a {
    color: #e60020
  }
}

body.gnav-4 .l-header__gnav__item.l-header__gnav__item--4 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-4 .l-header__gnav__item.l-header__gnav__item--4 a {
    color: #e60020
  }
}

body.gnav-5 .l-header__gnav__item.l-header__gnav__item--5 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-5 .l-header__gnav__item.l-header__gnav__item--5 a {
    color: #e60020
  }
}

body.gnav-6 .l-header__gnav__item.l-header__gnav__item--6 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-6 .l-header__gnav__item.l-header__gnav__item--6 a {
    color: #e60020
  }
}

body.gnav-7 .l-header__gnav__item.l-header__gnav__item--7 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-7 .l-header__gnav__item.l-header__gnav__item--7 a {
    color: #e60020
  }
}

body.gnav-8 .l-header__gnav__item.l-header__gnav__item--8 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-8 .l-header__gnav__item.l-header__gnav__item--8 a {
    color: #e60020
  }
}

body.gnav-9 .l-header__gnav__item.l-header__gnav__item--9 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-9 .l-header__gnav__item.l-header__gnav__item--9 a {
    color: #e60020
  }
}

body.gnav-10 .l-header__gnav__item.l-header__gnav__item--10 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-10 .l-header__gnav__item.l-header__gnav__item--10 a {
    color: #e60020
  }
}

body.gnav-11 .l-header__gnav__item.l-header__gnav__item--11 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-11 .l-header__gnav__item.l-header__gnav__item--11 a {
    color: #e60020
  }
}

body.gnav-12 .l-header__gnav__item.l-header__gnav__item--12 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-12 .l-header__gnav__item.l-header__gnav__item--12 a {
    color: #e60020
  }
}

body.gnav-13 .l-header__gnav__item.l-header__gnav__item--13 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-13 .l-header__gnav__item.l-header__gnav__item--13 a {
    color: #e60020
  }
}

body.gnav-14 .l-header__gnav__item.l-header__gnav__item--14 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-14 .l-header__gnav__item.l-header__gnav__item--14 a {
    color: #e60020
  }
}

body.gnav-15 .l-header__gnav__item.l-header__gnav__item--15 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-15 .l-header__gnav__item.l-header__gnav__item--15 a {
    color: #e60020
  }
}

body.gnav-16 .l-header__gnav__item.l-header__gnav__item--16 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-16 .l-header__gnav__item.l-header__gnav__item--16 a {
    color: #e60020
  }
}

body.gnav-17 .l-header__gnav__item.l-header__gnav__item--17 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-17 .l-header__gnav__item.l-header__gnav__item--17 a {
    color: #e60020
  }
}

body.gnav-18 .l-header__gnav__item.l-header__gnav__item--18 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-18 .l-header__gnav__item.l-header__gnav__item--18 a {
    color: #e60020
  }
}

body.gnav-19 .l-header__gnav__item.l-header__gnav__item--19 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-19 .l-header__gnav__item.l-header__gnav__item--19 a {
    color: #e60020
  }
}

body.gnav-20 .l-header__gnav__item.l-header__gnav__item--20 a:after {
  opacity: 1;
  left: 15px;
  width: calc(100% - 15px * 2)
}

@media (max-width: 768px) {
  body.gnav-20 .l-header__gnav__item.l-header__gnav__item--20 a {
    color: #e60020
  }
}

.l-header__gnav__megamenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: #222;
  background: #faf7df;
  font-size: 14px;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1)
}

.l-header__gnav__megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 1040px
}

.l-header__gnav__megamenu__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
  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;
  text-align: center;
  margin-right: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-weight: 200;
  letter-spacing: .07em;
  line-height: 1.5625
}

.l-header__gnav__megamenu__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 45px 0;
  font-weight: 300;
  letter-spacing: .02em
}

.l-header__gnav__megamenu__body .__col-3 {
  overflow: hidden
}

.l-header__gnav__megamenu__body .__col-3 .__col {
  float: left;
  width: calc((99.9% - 40px * 2) / 3);
  margin-left: 40px
}

.l-header__gnav__megamenu__body .__col-3 .__col:first-child {
  margin-left: 0
}

.l-header__gnav__megamenu__body .__col-2 {
  overflow: hidden
}

.l-header__gnav__megamenu__body .__col-2 .__col {
  float: left;
  width: calc((100% - 40px * 1) / 2);
  margin-left: 40px
}

.l-header__gnav__megamenu__body .__col-2 .__col:first-child {
  margin-left: 0
}

.l-header__gnav__megamenu__body .__col-recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.l-header__gnav__megamenu__body .__col-recipe:after {
  content: '';
  display: block;
  clear: both
}

.l-header__gnav__megamenu__body .__col-recipe-1 {
  width: 100%;
  margin-left: 30px;
  padding-bottom: 15px
}

.l-header__gnav__megamenu__body .__col-recipe-2 {
  width: 100%;
  margin-left: 30px
}

.l-header__gnav__megamenu__body .__col-recipe-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px
}

.l-header__gnav__megamenu__body .__col-recipe-col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px
}

.l-header__gnav__megamenu__body .__col-recipe-col :nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.l-header__gnav__megamenu__body .__recipe-list-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-header__gnav__megamenu__body .__recipe-list-index li {
  margin: 0 5px;
  position: relative
}

.l-header__gnav__megamenu__body .__recipe-list-index li:nth-child(1) {
  margin: 0 5px 0 0
}

.l-header__gnav__megamenu__body .__recipe-list-index li:last-child {
  margin: 0 0 0 5px
}

.l-header__gnav__megamenu__body .__recipe-list-index a {
  display: block;
  width: 100%;
  text-decoration: none
}

.l-header__gnav__megamenu__body .__recipe-list-index a:hover .__image {
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

.l-header__gnav__megamenu__body .__recipe-list-index .__image {
  opacity: 1;
  background: #000;
  margin-bottom: 5px
}

.l-header__gnav__megamenu__body .__recipe-list-index .__image:after {
  content: none
}

.l-header__gnav__megamenu__body .__recipe-list-index .__image img {
  width: 100%;
  height: auto
}

.l-header__gnav__megamenu__body .__recipe-list-index .__text {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: 500
}

.l-header__gnav__megamenu__body .__title-nb, .l-header__gnav__megamenu__body .__title, .l-header__gnav__megamenu__body .__title-2 {
  margin-bottom: 15px;
  color: #e60020;
  font-size: 18px
}

.l-header__gnav__megamenu__body .__title, .l-header__gnav__megamenu__body .__title-2 {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.l-header__gnav__megamenu__body .__title-2 {
  color: inherit
}

.l-header__gnav__megamenu__body .__title-3 {
  color: #e60020;
  font-size: 13px;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4aca5
}

.l-header__gnav__megamenu__body .__image-nb, .l-header__gnav__megamenu__body .__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  margin-bottom: 15px;
  position: relative
}

.l-header__gnav__megamenu__body .__image-nb:after, .l-header__gnav__megamenu__body .__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none
}

.l-header__gnav__megamenu__body .__image-nb img, .l-header__gnav__megamenu__body .__image img {
  display: block;
  max-width: 100%;
  height: auto
}

.l-header__gnav__megamenu__body .__image-nb a, .l-header__gnav__megamenu__body .__image a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

.l-header__gnav__megamenu__body .__image-nb a:hover, .l-header__gnav__megamenu__body .__image a:hover {
  opacity: .75
}

.l-header__gnav__megamenu__body .__image:after {
  border: 1px solid #e6e6e6
}

.l-header__gnav__megamenu__body .__text {
  margin-bottom: 15px
}

.l-header__gnav__megamenu__body .__list li, .l-header__gnav__megamenu__body .__list-3 dd ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.l-header__gnav__megamenu__body .__list li:first-child, .l-header__gnav__megamenu__body .__list-3 dd ul li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.l-header__gnav__megamenu__body .__list li>a, .l-header__gnav__megamenu__body .__list-3 dd ul li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

.l-header__gnav__megamenu__body .__list li>a:hover, .l-header__gnav__megamenu__body .__list-3 dd ul li>a:hover {
  background: rgba(0, 0, 0, 0.1)
}

.l-header__gnav__megamenu__body .__list li>a>img, .l-header__gnav__megamenu__body .__list-3 dd ul li>a>img {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  margin-right: 12px
}

.l-header__gnav__megamenu__body .__list li>a>span, .l-header__gnav__megamenu__body .__list-3 dd ul li>a>span {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 5px 0
}

.l-header__gnav__megamenu__body .__list-2 li {
  margin-bottom: .8em
}

.l-header__gnav__megamenu__body .__list-2 a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

.l-header__gnav__megamenu__body .__list-2 a:hover {
  text-decoration: underline
}

.l-header__gnav__megamenu__body .__list-3 dt img {
  display: block
}

.l-header__gnav__megamenu__body .__list-3 dd ul li:first-child {
  border-top: none
}

.l-megamenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  pointer-events: none;
  z-index: 1
}

html.is-megamenu-overlay-open .l-megamenu-overlay {
  opacity: 1
}

@media (max-width: 1040px) {
  .l-header__gnav__megamenu, .l-megamenu-overlay {
    display: none !important
  }
}

.l-gdpr {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  background: #faf7df;
  height: auto;
  width: 100%;
  padding: 18px 50px;
  margin: auto 0;
  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
}

@media (max-width: 768px) {
  .l-gdpr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 14px
  }
}

.l-gdpr__msg {
  font-size: 13px;
  margin-right: 36px
}

@media (max-width: 768px) {
  .l-gdpr__msg {
    margin-right: auto;
    margin-bottom: 10px
  }
}

.l-gdpr__btn {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

@media (max-width: 768px) {
  .l-gdpr__btn {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.l-gdpr__margin {
  bottom: 150px !important
}

@media (max-width: 768px) {
  .l-gdpr__margin {
    bottom: 250px !important
  }
}

.l-main {
  padding: 40px 20px 0;
}

.l-main>* {
  margin-bottom: 20px
}

.l-main>*:first-child {
  margin-top: 0
}

.l-main>*:last-child {
  margin-bottom: 0
}

.l-main>:last-child {
  margin-bottom: 100px
}

.l-main:before, .l-main:after {
  content: '';
  display: table
}

.l-main>*, .l-main__inner>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

html.layout-narrow .l-main>*, html.layout-narrow .l-main__inner>* {
  max-width: 800px
}

.l-main__inner {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

.l-main__inner:before, .l-main__inner:after {
  content: '';
  display: table;
  width: 100%
}

.l-main__inner:last-child {
  margin-bottom: 0
}

.l-main__inner--bg-stripe {
  background: url(../img/main_bg_01.png)
}

.l-topicpath {
  position: relative;
  margin: 0;
  font-size: 12px;
  color: #999;
  z-index: 1
}

@media (max-width: 768px) {
  .l-topicpath {
    display: none
  }
}

html.layout-narrow .l-topicpath {
  max-width: none
}

.l-topicpath ul {
  position: absolute;
  top: 20px;
  left: 0;
  letter-spacing: -.4em;
  line-height: 1
}

.l-topicpath ul>* {
  display: inline-block;
  letter-spacing: normal
}

.l-topicpath li {
  margin-bottom: .5em
}

.l-topicpath li:before {
  content: '/';
  display: inline-block;
  margin: 0 .5em;
  color: #222
}

.l-topicpath li:first-child:before {
  content: none
}

.l-topicpath li:last-child {
  display: inline
}

.l-topicpath a {
  color: #222;
  text-decoration: none
}

.l-topicpath a:hover {
  text-decoration: underline
}

.l-localnav {
  margin: 100px -20px 0;
  padding: 50px 20px;
  color: #fff;
  background: #666
}

.c-recommend-sites+.l-localnav {
  margin-top: -40px
}

.l-localnav--products {
  margin-top: 80px;
  color: #000;
  background: #faf7df
}

.l-localnav--recipe {
  color: #000;
  background: #faf7df
}

.l-localnav, html.layout-narrow .l-localnav {
  max-width: none
}

@media (max-width: 768px) {
  .l-localnav {
    padding: 30px 0 60px
  }
}

.l-localnav:last-child {
  margin-bottom: 0
}

.l-localnav>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

.l-localnav a {
  text-decoration: none
}

.l-localnav a:hover {
  text-decoration: none
}

.l-localnav__title {
  margin-bottom: 30px;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  letter-spacing: .1em
}

.l-localnav__title a:hover {
  color: inherit
}

.l-localnav--products .l-localnav__title {
  color: #e60020
}

.l-localnav__list {
  font-size: 14px;
  line-height: 1.57143;
  letter-spacing: .02em
}

.l-localnav__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-localnav__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 40px * 3) / 4);
  flex: 0 1 calc((100% - 40px * 3) / 4);
  -ms-flex-preferred-size: calc((100% - 40px * 3) / 4);
  flex-basis: calc((100% - 40px * 3) / 4);
  margin-left: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.l-localnav__list li:nth-child(4n+1) {
  margin-left: 0
}

.l-localnav__list li:nth-child(n+5) {
  border-top: none
}

.l-localnav__list li span>span {
  display: inline-block
}

@media (max-width: 768px) {
  .l-localnav__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 0
  }
  .l-localnav__list li:nth-child(n+2) {
    border-top: none
  }
}

.l-localnav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
  min-height: 55px;
  text-decoration: none
}

@media (max-width: 768px) {
  .l-localnav__list a {
    padding: 0 20px
  }
}

.l-localnav__list a img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  left: -10px;
  width: 55px;
  height: 55px
}

@media (max-width: 768px) {
  .l-localnav__list a img {
    left: -20px
  }
}

.l-localnav__list a:hover, .l-localnav__list a.is-current, .l-localnav__list a.is-current-category {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.1);
  text-decoration: none
}

.l-localnav__list i {
  font-size: 14px
}

.l-localnav--products .l-localnav__list {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4
}

@media (max-width: 768px) {
  .l-localnav--products .l-localnav__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

.l-localnav--products .l-localnav__list ul {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .l-localnav--products .l-localnav__list ul {
    border-top: none
  }
  .l-localnav--products .l-localnav__list ul:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.l-localnav--products .l-localnav__list li {
  margin-left: 0;
  border-top: none;
  border-color: rgba(0, 0, 0, 0.1)
}

.l-localnav--products .l-localnav__list li span>span {
  display: inline-block
}

.l-localnav--products .l-localnav__list a:hover {
  color: inherit;
  background: rgba(0, 0, 0, 0.1)
}

.l-localnav__search {
  padding-top: 50px
}

@media (max-width: 768px) {
  .l-localnav__search {
    padding-left: 40px;
    padding-right: 40px
  }
}

.l-category-header {
  position: relative;
  margin: 0 -20px 80px;
  max-width: none;
  text-align: center;
  background: #ddd;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header {
    margin-bottom: 20px;
    text-align: left;
    background: none
  }
}

.l-category-header--entertainment {
  background: #ddd url(../img/category_header_entertainment.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--entertainment {
    background: none
  }
  .l-category-header--entertainment .l-category-header__title:after {
    background: #ddd url(../img/category_header_entertainment.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--safety {
  background: #ddd url(../img/category_header_safety.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--safety {
    background: none
  }
  .l-category-header--safety .l-category-header__title:after {
    background: #ddd url(../img/category_header_safety.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--cm {
  background: #ddd url(../img/category_header_cm.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--cm {
    background: none
  }
  .l-category-header--cm .l-category-header__title:after {
    background: #ddd url(../img/category_header_cm.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--group {
  background: #ddd url(../img/category_header_group.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--group {
    background: none
  }
  .l-category-header--group .l-category-header__title:after {
    background: #ddd url(../img/category_header_group.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--research {
  background: #ddd url(../img/category_header_research.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--research {
    background: none
  }
  .l-category-header--research .l-category-header__title:after {
    background: #ddd url(../img/category_header_research.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--csr {
  background: #ddd url(../img/category_header_csr.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--csr {
    background: none
  }
  .l-category-header--csr .l-category-header__title:after {
    background: #ddd url(../img/category_header_csr.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--ir {
  background: #ddd url(../img/category_header_ir.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--ir {
    background: none
  }
  .l-category-header--ir .l-category-header__title:after {
    background: #ddd url(../img/category_header_ir.jpg) no-repeat 50% 50%;
    background-size: cover
  }
}

.l-category-header--recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  height: 450px;
  background: #ddd url(../img/category_header_recipe.jpg) no-repeat 50% 50%;
  background-size: cover
}

@media (max-width: 768px) {
  .l-category-header--recipe {
    text-align: center;
    background-image: url(../img/category_header_recipe@sp.jpg);
    background-size: cover
  }
}

.l-category-header__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;
  margin: auto;
  max-width: 1040px;
  height: 450px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 768px) {
  .l-category-header__inner {
    display: block;
    height: auto
  }
}

.l-category-header--recipe .l-category-header__inner {
  width: 378px;
  height: 378px;
  background: #fff;
  border-radius: 50%
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 313px;
    height: 313px
  }
}

.l-category-header__title {
  color: #e60020;
  font-size: 32px;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.4
}

@media (max-width: 768px) {
  .l-category-header__title {
    padding: 20px 20px 0;
    font-size: 20px;
    text-align: center
  }
  .l-category-header__title:after {
    content: '';
    display: block;
    margin: 20px -20px 0;
    height: 0;
    padding-top: 55.46667%;
    background: #ddd
  }
}

.l-category-header--recipe .l-category-header__title {
  padding: 0;
  font-size: 36px
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__title {
    font-size: 30px
  }
  .l-category-header--recipe .l-category-header__title:after {
    content: none
  }
}

.l-category-header__lead {
  margin-top: 35px;
  letter-spacing: .1em
}

@media (max-width: 768px) {
  .l-category-header__lead {
    margin: 20px 0;
    padding: 0 20px;
    line-height: 1.875;
    letter-spacing: .07em
  }
}

.l-category-header--recipe .l-category-header__lead {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 14px
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__lead {
    margin: 0 0 1em;
    padding: 0;
    font-size: 12px
  }
  .l-category-header--recipe .l-category-header__lead:after {
    content: none
  }
}

.l-category-header--recipe .l-category-header__search {
  margin-top: 15px
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__search {
    margin-top: 10px
  }
}

.l-category-header--recipe .l-category-header__search form {
  position: relative;
  width: 270px;
  margin: auto
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__search form {
    width: 220px
  }
}

.l-category-header--recipe .l-category-header__search input[type="text"] {
  width: 100%;
  padding-right: 50px;
  background: #faf7df
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__search input[type="text"] {
    padding: 0 40px 0 15px
  }
}

.l-category-header--recipe .l-category-header__search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  font-size: 32px;
  line-height: 1;
  overflow: hidden
}

@media (max-width: 768px) {
  .l-category-header--recipe .l-category-header__search button {
    width: 40px;
    font-size: 24px
  }
}

.l-special-news {
  margin: 0 -20px;
  padding: 45px 0;
  max-width: none;
  border-bottom: 1px solid #e5e5e5
}

@media (max-width: 768px) {
  .l-special-news {
    margin: 0 -20px;
    padding: 30px 20px
  }
}

a {
  color: inherit;
  text-decoration: underline
}

a:hover {
  color: #e60020;
  text-decoration: underline
}

.c-note {
  display: table;
  width: 100%;
  font-size: 13px;
  line-height: 1.69231;
  letter-spacing: .02em;
  color: #555;
  word-break: break-all
}

@media (max-width: 768px) {
  .c-note {
    font-size: 12px;
    line-height: 1.83333
  }
}

.c-note>* {
  display: table-cell
}

.c-note>*:first-child {
  white-space: nowrap;
  width: 1%
}

.c-notes {
  display: table;
  width: 100%;
  font-size: 13px;
  line-height: 1.69231;
  letter-spacing: .02em;
  color: #555
}

.c-notes>* {
  display: table-row
}

.c-notes>*>* {
  display: table-cell
}

.c-notes>*>*:first-child {
  white-space: nowrap
}

.c-attention {
  color: #f00
}

.c-ul {
  padding-left: 1.7em;
  list-style: outside disc
}

.c-ol {
  padding-left: 1.7em;
  list-style: outside decimal
}

.c-ol--space>li:not(:last-child) {
  margin-bottom: .5em
}

.c-dl dt {
  font-weight: 500
}

.c-dl dd {
  margin-bottom: 1.5em
}

@media (max-width: 768px) {
  .c-dl dd img {
    max-width: 100%
  }
}

.c-dl>:last-child {
  margin-bottom: 0
}

.c-hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.c-grid {
  letter-spacing: -.4em
}

.c-grid>* {
  display: inline-block;
  letter-spacing: normal
}

.c-grid .c-grid-col {
  vertical-align: top;
  width: 100%
}

.c-grid--col-2 .c-grid-col {
  width: calc((100% - 22px) / 2);
  margin-left: 22px
}

.c-grid--col-2 .c-grid-col:nth-child(2n+1) {
  margin-left: 0
}

.c-grid--col-2 .c-grid-col:nth-child(n+3) {
  margin-top: 22px
}

@media (max-width: 768px) {
  .c-grid--col-2 .c-grid-col {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 22px
  }
  .c-grid--col-2 .c-grid-col:first-child {
    margin-top: 0
  }
}

.c-grid--col-3 .c-grid-col {
  width: calc((100% - 44px) / 3);
  margin-left: 22px
}

.c-grid--col-3 .c-grid-col:nth-child(3n+1) {
  margin-left: 0
}

.c-grid--col-3 .c-grid-col:nth-child(n+4) {
  margin-top: 22px
}

@media (max-width: 768px) {
  .c-grid--col-3 .c-grid-col {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 22px
  }
  .c-grid--col-3 .c-grid-col:first-child {
    margin-top: 0
  }
}

.c-grid--col-4 .c-grid-col {
  width: calc((100% - 66px) / 4);
  margin-left: 22px
}

.c-grid--col-4 .c-grid-col:nth-child(4n+1) {
  margin-left: 0
}

.c-grid--col-4 .c-grid-col:nth-child(n+5) {
  margin-top: 22px
}

@media (max-width: 768px) {
  .c-grid--col-4 .c-grid-col {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 22px
  }
  .c-grid--col-4 .c-grid-col:first-child {
    margin-top: 0
  }
}

.c-hd-1, .p-brand-top-section__header .__title, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2, .p-company-top-section__header .__title, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2 {
  margin-top: 80px;
  margin-bottom: 80px;
  color: #e60020;
  text-align: center;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: .1em;
  line-height: 1.5
}

@media (max-width: 768px) {
  .c-hd-1, .p-brand-top-section__header .__title, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2, .p-company-top-section__header .__title, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2 {
    margin: 70px auto;
    font-size: 20px;
    text-align: center;
    line-height: inherit
  }
}

.c-hd-1>span, .p-brand-top-section__header .__title>span, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2>span, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2>span, .p-company-top-section__header .__title>span, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2>span, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2>span {
  display: inline-block
}

.c-hd-1>br, .p-brand-top-section__header .__title>br, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2>br, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2>br, .p-company-top-section__header .__title>br, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2>br, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2>br {
  line-height: 1;
  font-size: 10px
}

.c-hd-1 .c-hd-1__sub, .p-brand-top-section__header .__title .c-hd-1__sub, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2 .c-hd-1__sub, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2 .c-hd-1__sub, .p-company-top-section__header .__title .c-hd-1__sub, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2 .c-hd-1__sub, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2 .c-hd-1__sub {
  display: block;
  margin-top: 20px;
  font-size: 24px
}

@media (max-width: 768px) {
  .c-hd-1 .c-hd-1__sub, .p-brand-top-section__header .__title .c-hd-1__sub, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2 .c-hd-1__sub, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2 .c-hd-1__sub, .p-company-top-section__header .__title .c-hd-1__sub, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2 .c-hd-1__sub, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2 .c-hd-1__sub {
    margin-top: 15px;
    font-size: 16px
  }
}

.c-hd-1 .c-hd-1__sub-2, .p-brand-top-section__header .__title .c-hd-1__sub-2, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2 .c-hd-1__sub-2, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2 .c-hd-1__sub-2, .p-company-top-section__header .__title .c-hd-1__sub-2, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2 .c-hd-1__sub-2, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2 .c-hd-1__sub-2 {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #222
}

.c-hd-2-nb, .c-hd-2, .p-recipe__howto__title, .p-recipe2__howto__title, .p-sitemap>li>a, .p-recipe__ingredients__title, .p-recipe__related-recipes__title, .p-recipe2__ingredients__title, .p-recipe2__related-recipes__title {
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
  color: #e60020;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .07em;
  line-height: 1.35
}

@media (max-width: 768px) {
  .c-hd-2-nb, .c-hd-2, .p-recipe__howto__title, .p-recipe2__howto__title, .p-sitemap>li>a, .p-recipe__ingredients__title, .p-recipe__related-recipes__title, .p-recipe2__ingredients__title, .p-recipe2__related-recipes__title {
    font-size: 18px;
    line-height: 1.5
  }
}

.c-hd-2, .p-recipe__howto__title, .p-recipe2__howto__title, .p-sitemap>li>a {
  padding-bottom: 22px;
  border-bottom: 1px solid #d9d9d9
}

.c-hd-2:before, .p-recipe__howto__title:before, .p-recipe2__howto__title:before, .p-sitemap>li>a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 155px;
  border-bottom: 1px solid #e60020
}

.c-hd-3, .p-recipe__howto__title-sub, .p-recipe__products__title, .p-recipe2__howto__title-sub, .p-recipe2__products__title {
  position: relative;
  margin-top: 70px;
  margin-bottom: 25px;
  color: #e60020;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .07em;
  line-height: 1.35
}

@media (max-width: 768px) {
  .c-hd-3, .p-recipe__howto__title-sub, .p-recipe__products__title, .p-recipe2__howto__title-sub, .p-recipe2__products__title {
    font-size: 16px;
    line-height: 1.5
  }
}

.c-hd-4 {
  position: relative;
  margin-top: 60px;
  margin-bottom: 25px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .07em
}

@media (max-width: 768px) {
  .c-hd-4 {
    font-size: 15px;
    line-height: 1.5
  }
}

.c-hd-5, .stance>dl>dt {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #222;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.35
}

@media (max-width: 768px) {
  .c-hd-5, .stance>dl>dt {
    font-size: 14px;
    line-height: 1.5
  }
}

.c-catch {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  line-height: 2
}

@media (max-width: 768px) {
  .c-catch {
    font-size: 18px
  }
}

.c-catch--long {
  font-size: 18px;
  line-height: 2
}

@media (max-width: 768px) {
  .c-catch--long {
    font-size: 16px
  }
}

.c-img-wrap:after {
  content: '';
  display: block;
  clear: both
}

.c-img-wrap>* {
  margin-bottom: 20px
}

.c-img-wrap>*:first-child {
  margin-top: 0
}

.c-img-wrap>*:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-img-wrap img {
    max-width: 100%;
    height: auto
  }
}

.c-img-nowrap-text {
  overflow: hidden
}

.c-img-nowrap-text>* {
  margin-bottom: 20px
}

.c-img-nowrap-text>*:first-child {
  margin-top: 0
}

.c-img-nowrap-text>*:last-child {
  margin-bottom: 0
}

.c-img-caption {
  display: table;
  table-layout: fixed;
  width: 1%
}

@media (max-width: 768px) {
  .c-img-caption {
    width: auto
  }
  .c-colbox .c-img-caption, .c-site-list-colbox .c-img-caption, .stance .stanceTxt .c-img-caption {
    margin-left: auto;
    margin-right: auto
  }
  .c-colbox .c-img-caption img, .c-site-list-colbox .c-img-caption img, .stance .stanceTxt .c-img-caption img {
    display: block;
    margin: 0 auto .5em
  }
}

.c-img-caption figcaption, .c-img-caption .figcaption {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 1.5em
}

.c-img-caption figcaption:last-child, .c-img-caption .figcaption:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-img-caption figcaption, .c-img-caption .figcaption {
    font-size: 12px;
    line-height: 1.83333
  }
}

.c-img-left {
  float: left;
  margin-right: 40px
}

@media (max-width: 768px) {
  .c-img-left {
    float: none;
    display: block;
    margin-right: 0
  }
}

.c-img-center {
  display: table;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 768px) {
  .c-img-center {
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.c-img-right {
  float: right;
  margin-left: 40px
}

@media (max-width: 768px) {
  .c-img-right {
    float: none;
    display: block;
    margin-left: 0
  }
}

.c-img-left.c-img-large:nth-child(2n), .c-img-center.c-img-large:nth-child(2n), .c-img-right.c-img-large:nth-child(2n) {
  margin-right: 0
}

.c-img-left.c-img-medium:nth-child(3n), .c-img-center.c-img-medium:nth-child(3n), .c-img-right.c-img-medium:nth-child(3n) {
  margin-right: 0
}

.c-img-left.c-img-small:nth-child(4n), .c-img-center.c-img-small:nth-child(4n), .c-img-right.c-img-small:nth-child(4n) {
  margin-right: 0
}

.c-img-full {
  width: 100%;
  text-align: center
}

.c-img-full img {
  max-width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .c-img-full {
    text-align: left
  }
}

.c-img-large {
  width: calc((100% - 40px) / 2);
  height: auto
}

.c-img-large img {
  max-width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .c-img-large {
    width: auto
  }
}

.c-img-medium {
  width: calc((99.9% - 40px * 2) / 3);
  height: auto
}

.c-img-medium img {
  max-width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .c-img-medium {
    width: auto
  }
}

.c-img-small {
  width: calc((100% - 40px * 3) / 4);
  height: auto
}

.c-img-small img {
  max-width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .c-img-small {
    width: auto
  }
}

.c-table-1 table {
  border-collapse: collapse
}

.c-table-1 th, .c-table-1 td {
  padding: 15px 20px;
  border: 1px solid #d9d9d9;
  vertical-align: top
}

.c-table-1 th>*, .c-table-1 td>* {
  margin-bottom: 20px
}

.c-table-1 th>*:first-child, .c-table-1 td>*:first-child {
  margin-top: 0
}

.c-table-1 th>*:last-child, .c-table-1 td>*:last-child {
  margin-bottom: 0
}

.c-table-1 th {
  font-weight: 500;
  background: #fafafa
}

.c-table-1 caption {
  color: #ac6000;
  margin-bottom: 5px;
  text-align: left
}

@media (max-width: 768px) {
  .c-table-1--scroll {
    overflow-x: scroll
  }
  .c-table-1--scroll::-webkit-scrollbar {
    height: 14px
  }
  .c-table-1--scroll::-webkit-scrollbar-track {
    background: transparent
  }
  .c-table-1--scroll::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
  }
  .c-table-1--scroll table {
    width: 670px
  }
}

.c-table-2 table {
  border-collapse: collapse
}

.c-table-2 th, .c-table-2 td {
  padding: 30px 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top
}

.c-table-2 th:first-child, .c-table-2 td:first-child {
  padding-left: 0
}

.c-table-2 th:last-child, .c-table-2 td:last-child {
  padding-right: 0
}

.c-table-2 th>*, .c-table-2 td>* {
  margin-bottom: 20px
}

.c-table-2 th>*:first-child, .c-table-2 td>*:first-child {
  margin-top: 0
}

.c-table-2 th>*:last-child, .c-table-2 td>*:last-child {
  margin-bottom: 0
}

.c-table-2--nolastborder tr:last-child th, .c-table-2--nolastborder tr:last-child td {
  padding-bottom: 0;
  border-bottom: none
}

@media (max-width: 768px) {
  .c-table-2--resp table, .c-table-2--resp caption, .c-table-2--resp thead, .c-table-2--resp tbody, .c-table-2--resp tfoot, .c-table-2--resp tr, .c-table-2--resp th, .c-table-2--resp td {
    display: block
  }
  .c-table-2--resp tr {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9
  }
  .c-table-2--resp th, .c-table-2--resp td {
    border: none;
    padding: 0
  }
  .c-table-2--resp th {
    margin-bottom: 1em
  }
}

.c-table-2 th {
  font-weight: 500
}

.c-table-2 caption {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left
}

.c-table-2 .__year {
  position: relative;
  font-size: 36px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  line-height: 1;
  white-space: nowrap;
  color: #e60020
}

@media (max-width: 768px) {
  .c-table-2--vertical table, .c-table-2--vertical tbody, .c-table-2--vertical tr {
    display: block
  }
  .c-table-2--vertical th {
    display: block;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none
  }
  .c-table-2--vertical td {
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-top: none
  }
  .c-table-2--vertical tr:not(:last-child) td {
    border-bottom: none
  }
}

.c-table-2 .c-table-2-inner th, .c-table-2 .c-table-2-inner td {
  padding-top: 0;
  padding-bottom: 0;
  border: none
}

@media (max-width: 768px) {
  .c-table-2--scroll {
    overflow-x: scroll
  }
  .c-table-2--scroll table {
    width: 670px
  }
}

.c-form-table {
  margin-bottom: 40px;
  font-size: 14px
}

.c-form-table>* {
  margin-bottom: 20px
}

.c-form-table>*:first-child {
  margin-top: 0
}

.c-form-table>*:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-form-table {
    margin-left: -20px;
    margin-right: -20px
  }
}

.c-form-table table {
  border-collapse: collapse
}

@media (max-width: 768px) {
  .c-form-table tr {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9
  }
}

.c-form-table th, .c-form-table td {
  padding: 15px 15px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: top
}

.c-form-table th:first-child, .c-form-table td:first-child {
  padding-left: 0
}

.c-form-table th:last-child, .c-form-table td:last-child {
  padding-right: 0
}

.c-form-table th>*, .c-form-table td>* {
  margin-bottom: 20px
}

.c-form-table th>*:first-child, .c-form-table td>*:first-child {
  margin-top: 0
}

.c-form-table th>*:last-child, .c-form-table td>*:last-child {
  margin-bottom: 0
}

.c-form-table th input, .c-form-table td input {
  max-width: 100%
}

@media (max-width: 768px) {
  .c-form-table th, .c-form-table td {
    padding: 0;
    border: none
  }
}

.c-form-table th {
  font-weight: 500
}

@media (max-width: 768px) {
  .c-form-table th {
    margin-bottom: 5px
  }
}

@media (max-width: 768px) {
  .c-form-table td>label {
    display: inline-block;
    margin-bottom: 0
  }
}

.c-form-table__actions {
  margin-top: 50px;
  text-align: center
}

@media (max-width: 768px) {
  .c-form-table table, .c-form-table thead, .c-form-table tbody, .c-form-table tfoot, .c-form-table caption, .c-form-table tr, .c-form-table th, .c-form-table td {
    display: block
  }
}

.c-table-3 table {
  border-collapse: collapse
}

.c-table-3 th, .c-table-3 td {
  padding: 5px 18px;
  border: 1px solid #d9d9d9;
  vertical-align: top
}

.c-table-3 th>*, .c-table-3 td>* {
  margin-bottom: 20px
}

.c-table-3 th>*:first-child, .c-table-3 td>*:first-child {
  margin-top: 0
}

.c-table-3 th>*:last-child, .c-table-3 td>*:last-child {
  margin-bottom: 0
}

.c-table-3 th {
  font-weight: inherit;
  background: #fcfbef
}

.c-table-3--center table {
  margin: 0 auto
}

.c-colbox, .c-site-list-colbox, .stance .stanceTxt {
  padding: 30px 40px;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  font-size: 14px
}

.c-colbox>*, .c-site-list-colbox>*, .stance .stanceTxt>* {
  margin-bottom: 20px
}

.c-colbox>*:first-child, .c-site-list-colbox>*:first-child, .stance .stanceTxt>*:first-child {
  margin-top: 0
}

.c-colbox>*:last-child, .c-site-list-colbox>*:last-child, .stance .stanceTxt>*:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-colbox, .c-site-list-colbox, .stance .stanceTxt {
    padding-left: 20px;
    padding-right: 20px
  }
}

.c-hd-3+.c-colbox, .p-recipe__howto__title-sub+.c-colbox, .p-recipe__products__title+.c-colbox, .p-recipe2__howto__title-sub+.c-colbox, .p-recipe2__products__title+.c-colbox, .c-hd-3+.c-site-list-colbox, .p-recipe__howto__title-sub+.c-site-list-colbox, .p-recipe__products__title+.c-site-list-colbox, .p-recipe2__howto__title-sub+.c-site-list-colbox, .p-recipe2__products__title+.c-site-list-colbox, .stance .c-hd-3+.stanceTxt, .stance .p-recipe__howto__title-sub+.stanceTxt, .stance .p-recipe__products__title+.stanceTxt, .stance .p-recipe2__howto__title-sub+.stanceTxt, .stance .p-recipe2__products__title+.stanceTxt, .c-hd-4+.c-colbox, .c-hd-4+.c-site-list-colbox, .stance .c-hd-4+.stanceTxt, .c-hd-5+.c-colbox, .stance>dl>dt+.c-colbox, .c-hd-5+.c-site-list-colbox, .stance>dl>dt+.c-site-list-colbox, .stance .c-hd-5+.stanceTxt, .stance>dl>dt+.stanceTxt {
  margin-top: -8px
}

.c-colbox--yellow {
  background: #fcfbef;
  border-color: #fcfbef
}

.c-colbox--err {
  background: #ffe0e5;
  border-color: #ffe0e5
}

.c-colbox--stripe-bordered {
  position: relative;
  border: 10px solid transparent;
  background-clip: padding-box
}

.c-colbox--stripe-bordered:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff url(../img/stripe_bg_01.png);
  z-index: -1
}

.c-colbox--nobg {
  background: transparent;
  border-color: #e6e6e6
}

.c-colbox--onepoint {
  position: relative;
  padding-left: 185px
}

@media (max-width: 768px) {
  .c-colbox--onepoint {
    padding-top: calc(2em + 80px);
    padding-left: 20px
  }
}

.c-colbox--onepoint:before {
  content: 'One Point';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  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: 115px;
  height: calc(2em + 38px);
  margin: auto;
  padding-top: 38px;
  color: #e60020;
  background: url(../img/icon_onepoint.png) no-repeat 50% 0;
  font-size: 24px;
  font-weight: 200;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal
}

@media (max-width: 768px) {
  .c-colbox--onepoint:before {
    top: 20px;
    bottom: auto;
    right: 0;
    left: 0
  }
}

.c-colbox--full, html.layout-narrow .c-colbox--full {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px
}

.c-colbox--full>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

html.layout-narrow .c-colbox--full>* {
  max-width: 800px
}

.c-button {
  padding-left: 50px
}

.c-button:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  height: 11px;
  color: #e60020;
  font-size: 11px
}

.c-button[target="_blank"] {
  padding-right: 40px
}

.c-button[target="_blank"]:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto;
  height: 14px;
  color: #b2b2b2;
  font-size: inherit
}

.c-button[disabled] {
  opacity: .5;
  pointer-events: none
}

.c-button:hover {
  text-decoration: none
}

.c-button:hover:after {
  color: inherit
}

.c-button--search {
  color: #fff;
  background: #e60020;
  font-size: 16px;
  letter-spacing: .07em;
  border-color: #e60020
}

.c-button--search:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 13px;
  bottom: 0;
  margin: auto;
  height: 24px;
  color: currentColor;
  font-size: 24px
}

.c-button--wide {
  padding-left: 75px;
  padding-right: 65px
}

.c-button--wide[target="_blank"] {
  padding-right: 65px
}

.c-button--large {
  font-size: 16px
}

.c-link--text, a.c-link--text {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: inherit;
  font-size: 15px;
  text-decoration: underline
}

.c-link--text:hover, a.c-link--text:hover {
  color: #e60020
}

.c-link--text:before, a.c-link--text:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 9px;
  left: 0;
  color: #e60020;
  font-size: 11px
}

.c-link--pdf, a.c-link--pdf {
  display: inline-block;
  color: inherit;
  font-size: 15px;
  text-decoration: underline
}

.c-link--pdf:hover, a.c-link--pdf:hover {
  color: #e60020
}

.c-link--pdf:before, a.c-link--pdf:before {
  content: 'PDF';
  display: inline-block;
  margin-right: 5px
}

.c-label-pdf, .c-link--pdf:before, a.c-link--pdf:before {
  display: inline-block;
  padding: 0 5px 2px;
  color: #fff;
  background: #b3b3b3;
  border-radius: 2px;
  font-size: 15px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 16px
}

.c-label-pdfsize {
  font-size: 85.71429%;
  color: #808080
}

.c-label-new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px 2px;
  color: #fff;
  background: #e60020;
  border-radius: 2px;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 20px;
  vertical-align: middle
}

.c-label-frozen, .c-label-renewal, .c-label-func {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  color: #fff;
  background: #5fb6ff;
  border-radius: 2px;
  font-size: 13px;
  line-height: 20px;
  vertical-align: middle
}

.c-label-renewal {
  color: #fff;
  background: #f599a6;
  font-size: 12px
}

.c-label-func {
  color: #fff;
  background: #15aa46;
  font-size: 13px
}

.c-label-pan, .c-label-kasi, .c-label-udon, .c-label-mushimono, .c-label-mix, .c-label-etc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 52px;
  height: 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #ccc;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .02em;
  vertical-align: middle
}

.c-label-pan {
  background-color: #a14a32
}

.c-label-kasi {
  background-color: #f5731b
}

.c-label-udon {
  background-color: #b9aa45
}

.c-label-mushimono {
  background-color: #de6767
}

.c-label-mix {
  background-color: #7ca85b
}

.c-label-etc {
  background-color: #a14a32
}

.c-label-tel {
  font-size: 38px;
  font-family: 'acumin-pro-condensed';
  line-height: 1.2
}

.c-label-tel .icon-tel {
  position: relative;
  top: -2px;
  font-size: 60%;
  margin-right: 5px;
  color: #e60020
}

.c-label-recruit {
  margin-top: 1.5em;
  padding: 10px 15px;
  border: 1px solid #d9d9d9;
  color: #e60020;
  text-align: center
}

.c-label-cookingtime, .c-label-calorie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 4px;
  min-width: 163px;
  padding: 10px 10px 9px 10px;
  color: #000;
  background: #fc9a00;
  border-radius: 3px;
  font-weight: bolder;
  line-height: 1
}

.c-label-cookingtime>*, .c-label-calorie>* {
  display: inline-block;
  vertical-align: middle
}

.c-label-cookingtime>dt, .c-label-calorie>dt {
  position: relative;
  margin-right: 10px;
  margin-bottom: 1px;
  padding-left: 25px;
  font-size: 12px;
  color: #fff;
  letter-spacing: .05em
}

.c-label-cookingtime>dt .icon-clock, .c-label-cookingtime>dt .icon-calorie, .c-label-calorie>dt .icon-clock, .c-label-calorie>dt .icon-calorie {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 20px;
  margin-right: 8px
}

.c-label-cookingtime>dd, .c-label-calorie>dd {
  font-size: 14px
}

.c-label-required {
  color: #e60020
}

.c-entry-status {
  display: inline-block;
  width: 100%;
  margin-top: .5em;
  padding: 8px 20px;
  text-align: center;
  line-height: 1.4;
  color: #e60020;
  background: #faf7df
}

.c-entry-status--finished {
  color: #fff;
  background: #d9d9d9
}

.c-entry-status .__deadline {
  font-weight: 500
}

.c-entry-status .__status {
  display: inline-block;
  margin-left: 1em;
  color: #e60020
}

.c-tab {
  margin-top: 60px;
  margin-bottom: 40px
}

.c-tab__items {
  letter-spacing: -.4em;
  text-align: center
}

.c-tab__items>* {
  display: inline-block;
  letter-spacing: normal
}

.c-tab__items>* {
  margin: 0 15px 20px;
  min-width: 17%
}

.c-tab__items a {
  width: 100%;
  text-decoration: none
}

.c-tab__items a:hover {
  text-decoration: none
}

.c-inpage-nav__items {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background: #f2f2f2
}

.c-inpage-nav__items li {
  display: inline-block;
  margin: 3px 15px
}

.c-inpage-nav__items li:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 8px;
  color: #e60020;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-inpage-nav__items a {
  text-decoration: none
}

.c-inpage-nav--vertical .c-inpage-nav__items {
  padding: 20px 10px;
  text-align: left
}

.c-inpage-nav--vertical .c-inpage-nav__items li {
  display: block
}

.c-pager-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f2f2f2
}

.c-pager-nav__items li a, .c-pager-nav__items li span {
  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;
  height: 50px;
  width: 50px;
  color: #333
}

.c-pager-nav__items li a {
  text-decoration: none
}

.c-pager-nav__items li a:hover {
  color: #fff;
  background: #e60020
}

.c-pager-nav__items li span.current_page {
  color: #e60020;
  background: #fff;
  border: 1px solid #f7b2bc
}

.c-pager-nav__items li.__current {
  display: none
}

@media (max-width: 768px) {
  .c-pager-nav__items li.__current {
    display: block
  }
}

.c-pager-nav__items li.__current span {
  width: 110px;
  background: #fff;
  border: 1px solid #ccc
}

@media (max-width: 768px) {
  .c-pager-nav__items li.__page {
    display: none
  }
}

.c-pager-nav__items li.__prev, .c-pager-nav__items li.__next {
  margin: 0 10px
}

.c-pager-nav__items li.__prev i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.c-index-list {
  margin-bottom: 60px
}

.c-index-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.c-index-list__items:after {
  content: '';
  display: block;
  clear: both
}

.c-index-list__items a {
  color: inherit;
  text-decoration: none
}

.c-index-list__items a:hover {
  text-decoration: none
}

.c-index-list__items>* {
  position: relative;
  width: 100%
}

.c-index-list__items>*:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  left: -20px;
  bottom: 0;
  background: #fff;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  pointer-events: none
}

@media (max-width: 768px) {
  .c-index-list__items>*:before {
    content: none
  }
}

.c-index-list__items>*.is-hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

@media (max-width: 768px) {
  .c-index-list__items>* {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5
  }
  .c-index-list__items>*:last-child {
    margin-bottom: 0
  }
  .c-index-list__items>*.u-nolastborder {
    border-bottom: none;
    padding-bottom: 0
  }
}

.c-index-list__items>*>a:after {
  content: '';
  display: block;
  clear: both
}

@media (max-width: 768px) {
  .c-index-list__items>*>a>:last-child {
    margin-bottom: 0
  }
}

.c-index-list__items .__image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden
}

.c-index-list__items .__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s
}

.c-index-list__items .is-hover .__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.c-index-list__items .__text {
  position: relative;
  font-size: 14px;
  line-height: 1.85714
}

@media (max-width: 768px) {
  .c-index-list__items .__text>:last-child {
    margin-bottom: 0
  }
}

.c-index-list__items .__title, .c-index-list__items .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-index-list__items .__title-2 {
  position: relative;
  display: block;
  width: 100%;
  color: #e60020;
  font-size: 18px;
  line-height: 1.66667;
  letter-spacing: .1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5
}

.c-index-list__items .__title>span, .c-index-list__items .l-header__gnav__megamenu__body .__title-2>span, .l-header__gnav__megamenu__body .c-index-list__items .__title-2>span {
  display: inline-block
}

@media (max-width: 768px) {
  .c-index-list__items .__title, .c-index-list__items .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-index-list__items .__title-2 {
    padding-bottom: 0;
    border-bottom: 0
  }
}

.c-index-list__items a.__title, .c-index-list__items .l-header__gnav__megamenu__body a.__title-2, .l-header__gnav__megamenu__body .c-index-list__items a.__title-2, .c-index-list__items a .__title, .c-index-list__items a .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-index-list__items a .__title-2 {
  padding-right: 20px
}

.c-index-list__items a.__title:after, .c-index-list__items .l-header__gnav__megamenu__body a.__title-2:after, .l-header__gnav__megamenu__body .c-index-list__items a.__title-2:after, .c-index-list__items a .__title:after, .c-index-list__items a .l-header__gnav__megamenu__body .__title-2:after, .l-header__gnav__megamenu__body .c-index-list__items a .__title-2:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -3px;
  top: 10px;
  color: #e60020;
  font-size: 11px
}

.c-index-list__items .is-hover .__title:last-child, .c-index-list__items .is-hover .l-header__gnav__megamenu__body .__title-2:last-child, .l-header__gnav__megamenu__body .c-index-list__items .is-hover .__title-2:last-child {
  border-bottom-color: transparent
}

.c-index-list__items .__list, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul, .c-index-list__items .__lists {
  position: relative;
  font-size: 14px;
  line-height: 1.64286;
  list-style: none;
  margin-bottom: 25px
}

@media (max-width: 768px) {
  .c-index-list__items .__list, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul, .c-index-list__items .__lists {
    margin: 20px 0 -20px
  }
}

.c-index-list__items .__list>li>*, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul>li>*, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul>li>*, .c-index-list__items .__list>ul>li>*, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul>ul>li>*, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul>ul>li>*, .c-index-list__items .__lists>li>*, .c-index-list__items .__lists>ul>li>* {
  display: block;
  margin-top: -1px;
  padding: 12px 5px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transition: background 120ms ease;
  transition: background 120ms ease
}

.c-index-list__items .__list>li>*:hover, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul>li>*:hover, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul>li>*:hover, .c-index-list__items .__list>ul>li>*:hover, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul>ul>li>*:hover, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul>ul>li>*:hover, .c-index-list__items .__lists>li>*:hover, .c-index-list__items .__lists>ul>li>*:hover {
  background: rgba(0, 0, 0, 0.03)
}

@media (max-width: 768px) {
  .c-index-list__items .__list>li>*, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul>li>*, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul>li>*, .c-index-list__items .__list>ul>li>*, .c-index-list__items .l-header__gnav__megamenu__body .__list-3 dd ul>ul>li>*, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list__items ul>ul>li>*, .c-index-list__items .__lists>li>*, .c-index-list__items .__lists>ul>li>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    padding: 12px 0;
    height: 100%;
    border-bottom: none
  }
}

.c-index-list__items .__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 768px) {
  .c-index-list__items .__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.c-index-list__items .__lists>* {
  margin-left: 30px
}

.c-index-list__items .__lists>*:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .c-index-list__items .__lists>* {
    margin-left: 0
  }
}

.c-index-list__items .__lists ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50px;
  flex: 1 0 50px
}

@media (max-width: 768px) {
  .c-index-list__items .__lists ul {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.c-index-list__items .__lists ul.__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center
}

.c-index-list__items .__lists ul.__img>* {
  margin-top: -1px
}

@media (max-width: 768px) {
  .c-index-list__items .__lists ul.__img>* {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5
  }
  .c-index-list__items .__lists ul.__img>*:last-child {
    padding-bottom: 0
  }
}

.c-index-list__items .__lists ul.__img>*>* {
  display: inline-block;
  border: none;
  padding: 0
}

.c-index-list__items .__lists ul.__img>*>*:hover {
  background: none;
  text-decoration: underline
}

.c-index-list__items .__lists ul.__img img {
  vertical-align: bottom
}

@media (max-width: 768px) {
  .c-index-list__items .__lists ul.__img img {
    min-width: 130px
  }
}

.c-index-list__items .__lead {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px
}

.c-index-list__items .__lead a {
  text-decoration: underline
}

.c-index-list__items .__lead a:hover {
  color: #e60020
}

.c-index-list__items .__body {
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px
}

.c-index-list--col-1 .c-index-list__items>*:nth-child(n+2) {
  margin-top: 30px
}

@media (max-width: 768px) {
  .c-index-list--col-1 .c-index-list__items>*:nth-child(n+2) {
    margin-top: 0
  }
}

.c-index-list--col-1 .c-index-list__items>* .__image {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  width: calc((100% - 40px * 3) / 4)
}

@media (max-width: 768px) {
  .c-index-list--col-1 .c-index-list__items>* .__image {
    float: none;
    width: 100%;
    margin-right: 0
  }
}

.c-index-list--col-1 .c-index-list__items>* .__text {
  overflow: hidden
}

.c-index-list--col-1 .c-index-list__items>* .__title, .c-index-list--col-1 .c-index-list__items>* .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-index-list--col-1 .c-index-list__items>* .__title-2 {
  display: inline-block;
  width: auto;
  font-size: 18px;
  line-height: 1.666;
  letter-spacing: .07em;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none
}

.c-index-list--col-1 .c-index-list__items>* .__title:after, .c-index-list--col-1 .c-index-list__items>* .l-header__gnav__megamenu__body .__title-2:after, .l-header__gnav__megamenu__body .c-index-list--col-1 .c-index-list__items>* .__title-2:after {
  position: relative;
  top: -2px;
  right: auto;
  display: inline-block;
  margin-left: 10px;
  font-weight: 500
}

.c-index-list--col-1 .c-index-list__items>* .__title+.__list, .c-index-list--col-1 .c-index-list__items>* .l-header__gnav__megamenu__body .__title-2+.__list, .l-header__gnav__megamenu__body .c-index-list--col-1 .c-index-list__items>* .__title-2+.__list, .c-index-list--col-1 .c-index-list__items>* .l-header__gnav__megamenu__body .__list-3 dd .__title+ul, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list--col-1 .c-index-list__items>* .__title+ul, .c-index-list--col-1 .c-index-list__items>* .l-header__gnav__megamenu__body .__list-3 dd .__title-2+ul, .l-header__gnav__megamenu__body .c-index-list--col-1 .c-index-list__items>* .__list-3 dd .__title-2+ul, .l-header__gnav__megamenu__body .__list-3 dd .c-index-list--col-1 .c-index-list__items>* .__title-2+ul, .c-index-list--col-1 .c-index-list__items>* .__title+.__lists, .c-index-list--col-1 .c-index-list__items>* .l-header__gnav__megamenu__body .__title-2+.__lists, .l-header__gnav__megamenu__body .c-index-list--col-1 .c-index-list__items>* .__title-2+.__lists {
  margin-top: 15px
}

.c-index-list--col-2 .c-index-list__items>* {
  margin-left: 40px;
  width: calc((100% - 40px * 1) / 2)
}

.c-index-list--col-2 .c-index-list__items>*:nth-child(n+3) {
  margin-top: 30px
}

.c-index-list--col-2 .c-index-list__items>*:nth-child(2n+1) {
  margin-left: 0
}

@media (max-width: 768px) {
  .c-index-list--col-2 .c-index-list__items>* {
    width: 100%;
    margin-left: 0
  }
  .c-index-list--col-2 .c-index-list__items>*:nth-child(n+3) {
    margin-top: 0
  }
}

.c-index-list--col-2 .c-index-list__items>* .__image {
  float: left;
  width: calc((100% - 40px) / 2);
  margin-right: 20px
}

@media (max-width: 768px) {
  .c-index-list--col-2 .c-index-list__items>* .__image {
    float: none;
    width: 100%;
    margin-right: 0
  }
}

.c-index-list--col-2 .c-index-list__items>* .__text {
  overflow: hidden
}

.c-index-list--col-2 .c-index-list__items>* .__title, .c-index-list--col-2 .c-index-list__items>* .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-index-list--col-2 .c-index-list__items>* .__title-2 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 20px
}

.c-index-list--col-2 .c-index-list__items>* .__title:after, .c-index-list--col-2 .c-index-list__items>* .l-header__gnav__megamenu__body .__title-2:after, .l-header__gnav__megamenu__body .c-index-list--col-2 .c-index-list__items>* .__title-2:after {
  top: 12px
}

.c-index-list--col-3 .c-index-list__items>* {
  margin-left: 40px;
  width: calc((99.9% - 40px * 2) / 3)
}

.c-index-list--col-3 .c-index-list__items>*:nth-child(n+4) {
  margin-top: 30px
}

.c-index-list--col-3 .c-index-list__items>*:nth-child(3n+1) {
  margin-left: 0
}

@media (max-width: 768px) {
  .c-index-list--col-3 .c-index-list__items>* {
    width: 100%;
    margin-left: 0
  }
  .c-index-list--col-3 .c-index-list__items>*:nth-child(n+4) {
    margin-top: 0
  }
}

.c-index-list--col-4 .c-index-list__items>* {
  margin-left: 40px;
  width: calc((100% - 40px * 3) / 4)
}

.c-index-list--col-4 .c-index-list__items>*:nth-child(n+5) {
  margin-top: 30px
}

.c-index-list--col-4 .c-index-list__items>*:nth-child(4n+1) {
  margin-left: 0
}

@media (max-width: 768px) {
  .c-index-list--col-4 .c-index-list__items>* {
    width: 100%;
    margin-left: 0
  }
  .c-index-list--col-4 .c-index-list__items>*:nth-child(n+5) {
    margin-top: 0
  }
}

.c-ctop-index-list {
  margin-top: 56px;
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .c-ctop-index-list {
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.c-ctop-index-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-ctop-index-list__items a {
  position: relative;
  display: block;
  height: 100%;
  padding: 35px 35px 85px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease
}

.c-ctop-index-list__items a:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  text-decoration: none
}

@media (max-width: 768px) {
  .c-ctop-index-list__items a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.c-ctop-index-list__items a:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  bottom: 35px;
  margin-left: -14px;
  display: inline-block;
  font-size: 11px;
  width: 28px;
  height: 28px;
  color: #e60020;
  border-radius: 14px;
  border: 1px solid currentColor;
  text-align: center;
  line-height: 26px;
  text-indent: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-ctop-index-list__items .__title, .c-ctop-index-list__items .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-ctop-index-list__items .__title-2 {
  color: #e60020;
  font-size: 18px;
  letter-spacing: .1em;
  text-align: center;
  line-height: 1.666
}

.c-ctop-index-list__items .__title>span, .c-ctop-index-list__items .l-header__gnav__megamenu__body .__title-2>span, .l-header__gnav__megamenu__body .c-ctop-index-list__items .__title-2>span {
  display: inline-block
}

@media (max-width: 768px) {
  .c-ctop-index-list__items .__title, .c-ctop-index-list__items .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .c-ctop-index-list__items .__title-2 {
    font-size: 20px
  }
}

.c-ctop-index-list__items .__lead {
  margin-top: 20px;
  font-size: 14px;
  line-height: 2
}

.c-ctop-index-list__items>* {
  position: relative;
  width: 100%
}

.c-ctop-index-list__items>*:before {
  content: none;
  position: absolute;
  top: 36px;
  left: -20px;
  bottom: 36px;
  width: 1px;
  background: rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .c-ctop-index-list__items>* {
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }
  .c-ctop-index-list__items>*:before {
    content: none
  }
}

.c-ctop-index-list--col-2 .c-ctop-index-list__items>* {
  margin-left: 40px;
  width: calc((100% - 40px * 1) / 2)
}

.c-ctop-index-list--col-2 .c-ctop-index-list__items>*:before {
  content: ''
}

.c-ctop-index-list--col-2 .c-ctop-index-list__items>*:nth-child(n+3) {
  margin-top: 30px
}

.c-ctop-index-list--col-2 .c-ctop-index-list__items>*:nth-child(2n+1) {
  margin-left: 0
}

.c-ctop-index-list--col-2 .c-ctop-index-list__items>*:nth-child(2n+1):before {
  content: none
}

@media (max-width: 768px) {
  .c-ctop-index-list--col-2 .c-ctop-index-list__items>* {
    margin: 0;
    width: 100%
  }
  .c-ctop-index-list--col-2 .c-ctop-index-list__items>*:nth-child(n+3) {
    margin-top: 0
  }
}

.c-ctop-index-list--col-3 .c-ctop-index-list__items>* {
  margin-left: 40px;
  width: calc((99.9% - 40px * 2) / 3)
}

.c-ctop-index-list--col-3 .c-ctop-index-list__items>*:before {
  content: ''
}

.c-ctop-index-list--col-3 .c-ctop-index-list__items>*:nth-child(n+4) {
  margin-top: 30px
}

.c-ctop-index-list--col-3 .c-ctop-index-list__items>*:nth-child(3n+1) {
  margin-left: 0
}

.c-ctop-index-list--col-3 .c-ctop-index-list__items>*:nth-child(3n+1):before {
  content: none
}

@media (max-width: 768px) {
  .c-ctop-index-list--col-3 .c-ctop-index-list__items>* {
    margin: 0;
    width: 100%
  }
  .c-ctop-index-list--col-3 .c-ctop-index-list__items>*:nth-child(n+4) {
    margin-top: 0
  }
}

.c-ctop-index-list--col-4 .c-ctop-index-list__items>* {
  margin-left: 40px;
  width: calc((100% - 40px * 3) / 4)
}

.c-ctop-index-list--col-4 .c-ctop-index-list__items>*:before {
  content: ''
}

.c-ctop-index-list--col-4 .c-ctop-index-list__items>*:nth-child(n+5) {
  margin-top: 30px
}

.c-ctop-index-list--col-4 .c-ctop-index-list__items>*:nth-child(4n+1) {
  margin-left: 0
}

.c-ctop-index-list--col-4 .c-ctop-index-list__items>*:nth-child(4n+1):before {
  content: none
}

@media (max-width: 768px) {
  .c-ctop-index-list--col-4 .c-ctop-index-list__items>* {
    margin: 0;
    width: 100%
  }
  .c-ctop-index-list--col-4 .c-ctop-index-list__items>*:nth-child(n+5) {
    margin-top: 0
  }
}

.c-recipe-list--slider-4, .c-recipe-list--slider-5, .c-recipe-list--slider-6 {
  position: relative
}

.c-recipe-list--slider-4:after, .c-recipe-list--slider-5:after, .c-recipe-list--slider-6:after {
  content: '';
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  width: 32px;
  background: white;
  z-index: 1
}

@media (max-width: 768px) {
  .c-recipe-list--slider-4:after, .c-recipe-list--slider-5:after, .c-recipe-list--slider-6:after {
    content: none
  }
}

@media (max-width: 768px) {
  .c-recipe-list--slider-4, .c-recipe-list--slider-5, .c-recipe-list--slider-6 {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: scroll
  }
}

.c-recipe-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.c-recipe-list__items li {
  margin-bottom: 30px;
  vertical-align: top
}

.c-recipe-list--slider-4 .c-recipe-list__items, .c-recipe-list--slider-5 .c-recipe-list__items, .c-recipe-list--slider-6 .c-recipe-list__items {
  display: block
}

.c-recipe-list--slider-4 .c-recipe-list__items li, .c-recipe-list--slider-5 .c-recipe-list__items li, .c-recipe-list--slider-6 .c-recipe-list__items li {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-recipe-list--slider-4 .c-recipe-list__items li, .c-recipe-list--slider-5 .c-recipe-list__items li, .c-recipe-list--slider-6 .c-recipe-list__items li {
    float: left
  }
}

.c-recipe-list--slider-4 .c-recipe-list__items {
  margin-right: -30px
}

.c-recipe-list--slider-4 .c-recipe-list__items li {
  margin-right: 30px
}

@media (max-width: 768px) {
  .c-recipe-list--slider-4 .c-recipe-list__items li {
    width: 160px;
    margin-left: 20px;
    margin-right: 0
  }
  .c-recipe-list--slider-4 .c-recipe-list__items li:last-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 20px
  }
}

.c-recipe-list--slider-5 .c-recipe-list__items {
  margin-right: -20px
}

.c-recipe-list--slider-5 .c-recipe-list__items li {
  margin-right: 20px
}

@media (max-width: 768px) {
  .c-recipe-list--slider-5 .c-recipe-list__items li {
    width: 160px;
    margin-left: 20px;
    margin-right: 0
  }
  .c-recipe-list--slider-5 .c-recipe-list__items li:last-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 20px
  }
}

.c-recipe-list--slider-6 .c-recipe-list__items {
  margin-right: -16px
}

.c-recipe-list--slider-6 .c-recipe-list__items li {
  margin-right: 16px
}

@media (max-width: 768px) {
  .c-recipe-list--slider-6 .c-recipe-list__items li {
    width: 160px;
    margin-left: 20px;
    margin-right: 0
  }
  .c-recipe-list--slider-6 .c-recipe-list__items li:last-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 20px
  }
}

.c-recipe-list--col-4 .c-recipe-list__items {
  margin-left: -30px
}

@media (max-width: 768px) {
  .c-recipe-list--col-4 .c-recipe-list__items {
    margin-left: -20px
  }
}

.c-recipe-list--col-4 li {
  width: calc((100% - 30px * 4) / 4);
  margin-left: 30px
}

@media (max-width: 768px) {
  .c-recipe-list--col-4 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px
  }
}

.c-recipe-list--col-5 .c-recipe-list__items {
  margin-left: -20px
}

@media (max-width: 768px) {
  .c-recipe-list--col-5 .c-recipe-list__items {
    margin-left: -20px
  }
}

.c-recipe-list--col-5 li {
  width: calc((100% - 20px * 5) / 5);
  margin-left: 20px
}

@media (max-width: 768px) {
  .c-recipe-list--col-5 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px
  }
}

.c-recipe-list--col-6 .c-recipe-list__items {
  margin-left: -16px
}

@media (max-width: 768px) {
  .c-recipe-list--col-6 .c-recipe-list__items {
    margin-left: -20px
  }
}

.c-recipe-list--col-6 li {
  width: calc((100% - 16px * 6) / 6);
  margin-left: 16px
}

@media (max-width: 768px) {
  .c-recipe-list--col-6 li {
    width: calc((100% - 20px * 2) / 2);
    margin-left: 20px
  }
}

.c-recipe-list a {
  position: relative;
  display: block;
  text-decoration: none
}

.c-recipe-list .__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.c-recipe-list .__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.57143
}

.c-recipe-list .__time {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  color: #fff;
  background: #fc9a00;
  font-size: 13px;
  font-weight: 500;
  line-height: 1
}

.c-recipe-list .slick-slide * {
  outline: none
}

.c-recipe-list .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  margin-top: -16px;
  padding-top: 32px;
  overflow: hidden;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  z-index: 2
}

.c-recipe-list .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-recipe-list .slick-arrow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.c-recipe-list .slick-arrow:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 24px;
  color: #e60020
}

.c-recipe-list .slick-prev {
  left: -38px
}

.c-recipe-list .slick-prev:before {
  -webkit-transform: rotate(180deg) translateY(4px);
  transform: rotate(180deg) translateY(4px)
}

.c-recipe-list .slick-next {
  right: -38px
}

.c-recipe-list .slick-next:before {
  -webkit-transform: rotate(0) translateY(4px);
  transform: rotate(0) translateY(4px)
}

.c-recipe-list--slider-4 .c-recipe-list__items .slick-next {
  margin-right: 30px
}

.c-recipe-list--slider-5 .c-recipe-list__items .slick-next {
  margin-right: 20px
}

.c-recipe-list--slider-6 .c-recipe-list__items .slick-next {
  margin-right: 16px
}

.c-recipe-list-index {
  margin-top: -30px
}

.c-recipe-list-index__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 768px) {
  .c-recipe-list-index__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
  }
}

.c-recipe-list-index li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 40px
}

.c-recipe-list-index li:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .c-recipe-list-index li {
    -ms-flex-preferred-size: calc(100% - 40px);
    flex-basis: calc(100% - 40px);
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 20px
  }
  .c-recipe-list-index li:first-child {
    margin-left: 20px
  }
}

.c-recipe-list-index .__caption {
  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;
  position: relative;
  text-align: center;
  margin-top: 20px
}

.c-recipe-list-index a {
  display: block;
  position: relative
}

.c-recipe-list-index a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #010101;
  z-index: 1
}

.c-recipe-list-index a:hover .__text>span {
  color: #fefefe;
  background: rgba(0, 0, 0, 0.5)
}

.c-recipe-list-index a .__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.c-recipe-list-index a .__text {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.c-recipe-list-index a .__text>span {
  width: 145px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.8);
  letter-spacing: .02em;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 768px) {
  .c-recipe-list-index a .__text>span {
    font-size: 14px
  }
}

.c-product-list--slider {
  position: relative
}

.c-product-list--slider:after {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  width: 24px;
  background: white;
  z-index: 1
}

@media (max-width: 768px) {
  .c-product-list--slider:after {
    content: none
  }
}

@media (max-width: 768px) {
  .c-product-list--slider {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: scroll
  }
}

.c-product-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -22px
}

@media (max-width: 768px) {
  .c-product-list__items {
    margin-right: -20px
  }
}

.c-product-list__items li {
  width: calc((100% - 22px * 6) / 6);
  margin-right: 22px;
  margin-bottom: 30px;
  vertical-align: top
}

@media (max-width: 900px) {
  .c-product-list__items li {
    width: calc((100% - 20px * 4) / 4);
    margin-right: 20px
  }
}

@media (max-width: 768px) {
  .c-product-list__items li {
    width: calc((100% - 20px * 2) / 2);
    margin-right: 20px
  }
}

.c-product-list--slider .c-product-list__items {
  display: block
}

.c-product-list--slider .c-product-list__items li {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-product-list--slider .c-product-list__items li {
    float: left;
    width: 160px
  }
  .c-product-list--slider .c-product-list__items li:first-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 20px
  }
  .c-product-list--slider .c-product-list__items li:last-child {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 20px
  }
}

.c-product-list a {
  display: block;
  text-decoration: none
}

.c-product-list .__image {
  position: relative;
  padding: 15px
}

.c-product-list .__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0;
  z-index: 2
}

.c-product-list .__image img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.c-product-list a:hover .__image:after {
  opacity: 1
}

.c-product-list .__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.57143
}

.c-product-list .__labels {
  padding: 5px 0;
  text-align: center
}

.c-product-list .__labels>* {
  margin-left: .4em
}

.c-product-list .__labels>*:first-child {
  margin-left: 0
}

.c-product-list .slick-slide * {
  outline: none
}

.c-product-list .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  margin-top: -16px;
  padding-top: 32px;
  overflow: hidden;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  z-index: 2
}

.c-product-list .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-product-list .slick-arrow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.c-product-list .slick-arrow:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 24px;
  color: #e60020
}

.c-product-list .slick-prev {
  left: -38px
}

.c-product-list .slick-prev:before {
  -webkit-transform: rotate(180deg) translateY(4px);
  transform: rotate(180deg) translateY(4px)
}

.c-product-list .slick-next {
  right: -38px
}

.c-product-list .slick-next:before {
  -webkit-transform: rotate(0) translateY(4px);
  transform: rotate(0) translateY(4px)
}

.c-product-list--slider .c-product-list__items .slick-next {
  margin-right: 16px
}

.c-product-cat-list {
  margin-bottom: 20px
}

.c-product-cat-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px
}

.c-product-cat-list__items li {
  margin-left: 16px;
  margin-bottom: 30px;
  width: calc((99.9% - 16px * 6) / 6)
}

@media (max-width: 900px) {
  .c-product-cat-list__items li {
    width: calc((100% - 16px * 4) / 4)
  }
}

@media (max-width: 768px) {
  .c-product-cat-list__items li {
    width: calc((100% - 16px * 2) / 2)
  }
}

.c-grid--col-2 .c-product-cat-list__items li {
  width: calc((99.9% - 16px * 3) / 3)
}

@media (max-width: 900px) {
  .c-grid--col-2 .c-product-cat-list__items li {
    width: calc((100% - 16px * 2) / 2)
  }
}

@media (max-width: 768px) {
  .c-grid--col-2 .c-product-cat-list__items li {
    width: calc((100% - 16px * 2) / 2)
  }
}

.c-product-cat-list__items li a {
  position: relative;
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease
}

.c-product-cat-list__items li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 0;
  z-index: 2
}

.c-product-cat-list__items li a:hover:after {
  opacity: 1
}

.c-product-cat-list__items li .__image {
  padding: 14px 0;
  text-align: center
}

.c-product-cat-list__items li .__image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.c-product-cat-list__items li .__text {
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.42857;
  border-top: 1px solid #f7b2bc
}

.c-product-cat-list__items li .__text>span {
  display: inline-block
}

.c-product-cat-list__items li .__labels {
  padding: 0 0 5px 0;
  text-align: center
}

.c-product-cat-list--col-5 .c-product-cat-list__items li {
  width: calc((99.9% - 16px * 5) / 5)
}

@media (max-width: 900px) {
  .c-product-cat-list--col-5 .c-product-cat-list__items li {
    width: calc((100% - 16px * 4) / 4)
  }
}

@media (max-width: 768px) {
  .c-product-cat-list--col-5 .c-product-cat-list__items li {
    width: calc((100% - 16px * 2) / 2)
  }
}

.c-news-list {
  margin-top: 20px;
  margin-bottom: 80px
}

.c-news-list__items {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.78571
}

.c-news-list__items:last-child {
  margin-bottom: 0
}

.c-news-list__items li:nth-child(n+2) {
  margin-top: 30px
}

@media (max-width: 768px) {
  .c-news-list__items li:nth-child(n+2) {
    margin-top: 15px
  }
}

.c-news-list__items li a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

.c-news-list__items li .__image {
  float: left;
  position: relative;
  top: 2px;
  margin-right: 18px;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  overflow: hidden
}

.c-news-list__items li .__image img {
  display: block;
  margin: -1px
}

.c-news-list__items li .__text {
  overflow: hidden
}

.c-news-list__items li a:hover .__title span, .c-news-list__items li a:hover .l-header__gnav__megamenu__body .__title-2 span, .l-header__gnav__megamenu__body .c-news-list__items li a:hover .__title-2 span {
  text-decoration: underline
}

.c-news-list__items li .__date {
  margin-top: 2px;
  font-size: 12px;
  color: #808080
}

.c-news-list--col-2 .c-news-list__items {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  column-width: 280px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.c-news-list--col-3 .c-news-list__items {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  column-width: 280px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.c-news-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .c-news-list-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.c-news-list-wrap__list {
  margin-right: 40px;
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-news-list-wrap__list {
    margin-right: 0;
    margin-bottom: 60px
  }
}

.c-news-list-wrap__fb .fb-container {
  text-align: center;
  min-width: 380px;
  width: 100%
}

@media (max-width: 768px) {
  .c-news-list-wrap__fb .fb-container {
    min-width: 0
  }
}

.c-release-nav {
  margin: -40px auto 50px;
  text-align: center
}

.c-release-list {
  margin-top: 20px;
  margin-bottom: 80px
}

.c-release-list--narrow, html.layout-narrow .c-release-list--narrow {
  max-width: 640px
}

.c-release-list__items {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.78571
}

.c-release-list__items:last-child {
  margin-bottom: 0
}

.c-release-list__items li:nth-child(n+2) {
  margin-top: 30px
}

@media (max-width: 768px) {
  .c-release-list__items li:nth-child(n+2) {
    margin-top: 15px
  }
}

.c-release-list__items li a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

.c-release-list__items li a:hover .__text {
  text-decoration: underline
}

.c-release-list__items li .__tag {
  margin-right: 1.5em;
  font-size: 92.85714%;
  color: #808080
}

.c-release-list__items li .__tag:before {
  content: '';
  display: inline-block;
  margin-right: .5em;
  width: 13px;
  height: 13px;
  background: currentColor;
  border-radius: 50%;
  vertical-align: -2px
}

.c-release-list__items li .__tag[data-tag="company"]:before {
  background: #e60020
}

.c-release-list__items li .__tag[data-tag="products"]:before {
  background: #ffae00
}

.c-release-list__items li .__tag[data-tag="campaign"]:before {
  background: #a066d2
}

.c-release-list__items li .__tag[data-tag="ir"]:before {
  background: #42b6e1
}

.c-release-list__items li .__date {
  font-size: 85.71429%;
  color: #808080
}

.c-release-list__items li .__title .c-label-pdf, .c-release-list__items li .l-header__gnav__megamenu__body .__title-2 .c-label-pdf, .l-header__gnav__megamenu__body .c-release-list__items li .__title-2 .c-label-pdf, .c-release-list__items li .__title .c-link--pdf:before, .c-release-list__items li .l-header__gnav__megamenu__body .__title-2 .c-link--pdf:before, .l-header__gnav__megamenu__body .c-release-list__items li .__title-2 .c-link--pdf:before {
  margin-right: .6em
}

.c-release-list__items li .__pdfsize {
  font-size: 85.71429%;
  color: #808080
}

.c-release-list--col-2 .c-release-list__items {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  column-width: 280px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.c-release-list--col-3 .c-release-list__items {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 280px;
  -moz-column-width: 280px;
  column-width: 280px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

.c-site-list {
  clear: both
}

@media (max-width: 768px) {
  .c-site-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    overflow-x: scroll
  }
}

.c-site-list__items {
  margin: -10px
}

@media (max-width: 768px) {
  .c-site-list__items {
    margin: 0;
    letter-spacing: -.4em
  }
  .c-site-list__items>* {
    display: inline-block;
    letter-spacing: normal
  }
}

.c-site-list__items li {
  position: relative;
  margin: 10px;
  width: 245px;
  font-size: 14px;
  line-height: 1.42857;
  outline: none
}

@media (max-width: 768px) {
  .c-site-list__items li {
    margin: 0 20px 0 0
  }
}

.c-site-list__items li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  pointer-events: none
}

.c-site-list__items li:hover:after {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)
}

.c-site-list__items li a {
  display: table;
  width: 100%;
  color: inherit;
  background: #fff;
  text-decoration: none;
  outline: none
}

.c-site-list__items li .__image {
  display: table-row
}

.c-site-list__items li .__image img {
  display: block;
  width: 100%;
  height: auto
}

.c-site-list__items li .__text {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  height: 60px
}

.c-site-list__items li .__text>span {
  display: inline-block
}

@media (max-width: 768px) {
  .c-site-list__items li .__text {
    padding: 4px 5px;
    font-size: 12px
  }
  .c-site-list__items li .__text>span {
    display: inline
  }
}

.c-site-list__items li .__text i {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 16px
}

.c-site-list__items[data-cols="5"] li {
  width: 192px
}

.c-site-list__items[data-cols="6"] li {
  width: 110px
}

@media (max-width: 768px) {
  .c-site-list .slick-list {
    overflow: visible
  }
}

.c-site-list .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  margin-top: -16px;
  padding-top: 32px;
  overflow: hidden;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer
}

.c-site-list .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-site-list .slick-arrow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.c-site-list .slick-arrow:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 24px;
  color: #e60020
}

.c-site-list .slick-prev {
  left: -38px
}

.c-site-list .slick-prev:before {
  -webkit-transform: rotate(180deg) translateY(4px);
  transform: rotate(180deg) translateY(4px)
}

.c-site-list .slick-next {
  right: -38px
}

.c-site-list .slick-next:before {
  -webkit-transform: rotate(0) translateY(4px);
  transform: rotate(0) translateY(4px)
}

.c-site-list-colbox {
  padding-top: 0;
  padding-left: 0
}

@media (max-width: 768px) {
  .c-site-list-colbox {
    padding: 40px
  }
}

.c-site-list-colbox__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width: 768px) {
  .c-site-list-colbox__items {
    display: block
  }
}

.c-site-list-colbox__items li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-preferred-size: calc((100% - 40px * 2) / 2);
  flex-basis: calc((100% - 40px * 2) / 2);
  margin-left: 40px;
  margin-top: 40px
}

@media (max-width: 768px) {
  .c-site-list-colbox__items li {
    width: 245px;
    margin: 0 auto 40px
  }
  .c-site-list-colbox__items li:last-child {
    margin-bottom: 0
  }
}

.c-site-list-colbox__items .__link {
  float: left;
  margin: 0 20px 10px 0;
  position: relative;
  width: 245px;
  font-size: 14px;
  line-height: 1.42857;
  outline: none
}

@media (max-width: 768px) {
  .c-site-list-colbox__items .__link {
    float: none;
    margin-bottom: 0
  }
}

.c-site-list-colbox__items .__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  pointer-events: none
}

.c-site-list-colbox__items .__link:hover:after {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)
}

.c-site-list-colbox__items .__link a {
  display: table;
  width: 100%;
  color: inherit;
  background: #fff;
  text-decoration: none;
  outline: none
}

.c-site-list-colbox__items .__link .__image {
  display: table-row
}

.c-site-list-colbox__items .__link .__image img {
  display: block;
  width: 100%;
  height: auto
}

.c-site-list-colbox__items .__link .__text {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
  height: 60px
}

.c-site-list-colbox__items .__link .__text>span {
  display: inline-block
}

@media (max-width: 768px) {
  .c-site-list-colbox__items .__link .__text {
    padding: 4px 5px;
    font-size: 12px
  }
  .c-site-list-colbox__items .__link .__text>span {
    display: inline
  }
}

.c-site-list-colbox__items .__link .__text i {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 16px
}

.c-site-list-colbox__items .__lead {
  font-size: 13px;
  line-height: 1.84615
}

@media (max-width: 768px) {
  .c-site-list-colbox__items .__lead {
    margin-left: 0;
    margin-top: 12px
  }
}

.c-search-select {
  margin: auto;
  padding-right: 50px;
  background: #fff url(../img/icon_pulldown.png) no-repeat top 50% right 18px
}

.c-search-select::-ms-expand {
  display: none
}

@media (max-width: 768px) {
  .c-search-select {
    background-image: url(../img/icon_pulldown@2x.png);
    background-size: 11px 17px
  }
}

.c-textarea, .c-textfield {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  padding: 0 10px;
  background: #f2f2f2
}

.c-textarea:placeholder-shown, .c-textfield:placeholder-shown {
  color: #aeaeae
}

.c-textarea::-webkit-input-placeholder, .c-textfield::-webkit-input-placeholder {
  color: #aeaeae
}

.c-textarea:-moz-placeholder, .c-textfield:-moz-placeholder {
  color: #aeaeae
}

.c-textarea::-moz-placeholder, .c-textfield::-moz-placeholder {
  color: #aeaeae
}

.c-textarea:-ms-input-placeholder, .c-textfield:-ms-input-placeholder {
  color: #aeaeae
}

.c-textarea.err, .c-textfield.err {
  background-color: #ffe0e5
}

.c-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.c-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  padding: 0 40px 0 10px;
  background: #f2f2f2 url(../img/icon_select.png) no-repeat right 10px top 50%;
  max-width: 100%
}

.c-select::-ms-expand {
  display: none
}

.c-select.err {
  background-color: #ffe0e5
}

.c-radio {
  position: relative;
  display: inline-block
}

.c-radio input[type="radio"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c-radio input[type="radio"]+label {
  position: relative;
  padding-left: 20px;
  cursor: pointer
}

.c-radio input[type="radio"]+label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #ccc
}

.c-radio input[type="radio"]+label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 4px;
  background: #949494;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0
}

.c-radio.err input[type="radio"]+label:before {
  background-color: #ffe0e5
}

.c-radio input[type="radio"]:checked+label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.c-radio input[type="radio"]:focus+label:before {
  border-color: #949494
}

.c-checkbox {
  position: relative;
  display: inline-block
}

.c-checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.c-checkbox input[type="checkbox"]+label {
  position: relative;
  padding-left: 20px;
  cursor: pointer
}

.c-checkbox input[type="checkbox"]+label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  background: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc
}

.c-checkbox input[type="checkbox"]+label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 5px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #949494;
  border-bottom: 2px solid #949494;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: scale(0.1) rotate(45deg);
  transform: scale(0.1) rotate(45deg);
  opacity: 0
}

.c-checkbox.err input[type="checkbox"]+label:before {
  background-color: #ffe0e5
}

.c-checkbox input[type="checkbox"]:checked+label:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  opacity: 1
}

.c-checkbox input[type="checkbox"]:focus+label:before {
  border-color: #949494
}

.c-input-group>* {
  margin-right: 1em
}

.c-input-group>*:last-child {
  margin-right: 0
}

.c-more-list {
  border-top: 1px solid #d9d9d9
}

.c-more-list dt {
  position: relative;
  padding: 7px 40px 7px 20px;
  border: 1px solid #d9d9d9;
  border-top: none;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease
}

.c-more-list dt.is-open {
  background: #f2f2f2
}

.c-more-list dt:after, .c-more-list dt>span:before, .c-more-list dt>span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px
}

.c-more-list dt:after {
  margin-top: -11px;
  width: 21px;
  height: 21px;
  background: #ccc;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease
}

.c-more-list dt.is-open:after {
  background: #808080;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.c-more-list dt>span:before, .c-more-list dt>span:after {
  width: 11px;
  height: 1px;
  margin-top: -1px;
  margin-right: 5px;
  background: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1
}

.c-more-list dt>span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-more-list dt.is-open>span:before {
  -webkit-transform: rotate(90deg) translateX(-8px);
  transform: rotate(90deg) translateX(-8px);
  opacity: 0
}

.c-more-list dt>span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.c-more-list dd {
  display: none;
  padding: 25px 20px 25px 20px;
  border: 1px solid #d9d9d9;
  border-top: none
}

.c-more-list dd>* {
  margin-bottom: 20px
}

.c-more-list dd>*:first-child {
  margin-top: 0
}

.c-more-list dd>*:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .c-index-banner {
    margin-left: -20px;
    margin-right: -20px
  }
}

@media (max-width: 768px) {
  .c-index-banner picture, .c-index-banner img {
    max-width: 100%
  }
}

.c-recommend-sites {
  margin: 40px -20px;
  padding: 0 20px
}

.c-recommend-sites:last-child {
  margin-bottom: 0
}

.c-recommend-sites, html.layout-narrow .c-recommend-sites {
  max-width: none
}

.c-recommend-sites__title {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em
}

.c-recommend-sites__title .__more {
  float: right;
  margin-top: .25em;
  font-size: 14px
}

.c-recommend-sites__title .__more>* {
  font-size: inherit
}

@media (max-width: 768px) {
  .c-recommend-sites__title .__more {
    display: none
  }
}

.c-recommend-sites__body {
  margin: 0 -20px;
  padding: 40px 20px;
  background: #ededed
}

.c-recommend-sites__body__inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

.c-recommend-recipe {
  margin-bottom: 60px
}

.c-recommend-recipe:last-child {
  margin-bottom: 0
}

.c-recommend-recipe__title {
  max-width: 1040px;
  margin: 0 auto 30px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .05em;
  border-bottom: 1px solid #d9d9d9
}

.c-recommend-site-list {
  clear: both
}

@media (max-width: 768px) {
  .c-recommend-site-list {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    overflow-x: scroll
  }
}

.c-recommend-site-list__items {
  margin: -10px;
  font-size: 14px;
  line-height: 1.42857
}

@media (max-width: 768px) {
  .c-recommend-site-list__items {
    margin: 0;
    letter-spacing: -.4em
  }
  .c-recommend-site-list__items>* {
    display: inline-block;
    letter-spacing: normal
  }
}

.c-recommend-site-list__items li {
  position: relative;
  margin: 10px
}

@media (max-width: 768px) {
  .c-recommend-site-list__items li {
    margin: 0 20px 0 0
  }
}

.c-recommend-site-list__items li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
  pointer-events: none
}

.c-recommend-site-list__items li:hover:after {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)
}

.c-recommend-site-list__items li a {
  display: table;
  width: 100%;
  color: inherit;
  background: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 300ms ease;
  transition: -webkit-box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease, -webkit-box-shadow 300ms ease;
  outline: none
}

.c-recommend-site-list__items li a:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
  .c-recommend-site-list__items li a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.c-recommend-site-list__items li .__image {
  display: table-row
}

.c-recommend-site-list__items li .__image img {
  display: block;
  width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .c-recommend-site-list__items li .__image img {
    width: auto
  }
}

@media (max-width: 768px) {
  .c-recommend-site-list .slick-list {
    overflow: visible
  }
}

.c-recommend-site-list .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: absolute;
  top: 50%;
  width: 32px;
  height: 0;
  margin-top: -16px;
  padding-top: 32px;
  overflow: hidden;
  border-radius: 0;
  outline: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer
}

.c-recommend-site-list .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-recommend-site-list .slick-arrow:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.c-recommend-site-list .slick-arrow:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 24px;
  color: #e60020
}

.c-recommend-site-list .slick-prev {
  left: -38px
}

.c-recommend-site-list .slick-prev:before {
  -webkit-transform: rotate(180deg) translateY(4px);
  transform: rotate(180deg) translateY(4px)
}

.c-recommend-site-list .slick-next {
  right: -38px
}

.c-recommend-site-list .slick-next:before {
  -webkit-transform: rotate(0) translateY(4px);
  transform: rotate(0) translateY(4px)
}

.p-brand-mv .slick-dots, .p-brand-mv4__items .slick-dots {
  letter-spacing: -.4em;
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 12px
}

.p-brand-mv .slick-dots>*, .p-brand-mv4__items .slick-dots>* {
  display: inline-block;
  letter-spacing: normal
}

.p-brand-mv .slick-dots li, .p-brand-mv4__items .slick-dots li {
  margin: 0 10px;
  opacity: .4
}

.p-brand-mv .slick-dots li.slick-active, .p-brand-mv4__items .slick-dots li.slick-active {
  opacity: 1
}

.p-brand-mv .slick-dots button, .p-brand-mv4__items .slick-dots button {
  width: 12px;
  height: 0;
  padding-top: 12px;
  background: #fff;
  border-radius: 6px;
  outline: none;
  overflow: hidden;
  vertical-align: bottom;
  cursor: pointer
}

.p-brand-mv {
  position: relative;
  margin: 0 -20px;
  padding: 39px 0 48px;
  max-width: none;
  background: #e8e8e8 url(../img/top_mv_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden
}

.p-brand-mv * {
  outline: none
}

@media (max-width: 768px) {
  .p-brand-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 510px;
    padding: 40px 0;
    background-position: 100% 50%
  }
}

.p-brand-mv__items {
  margin: auto;
  padding: 0 20px;
  text-align: center
}

@media (max-width: 768px) {
  .p-brand-mv__items {
    width: 100%
  }
}

.p-brand-mv__items a {
  display: inline-table;
  margin: auto;
  vertical-align: bottom
}

.p-brand-mv__items img {
  max-width: 100%;
  height: auto
}

.p-brand-mv button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0
}

.p-brand-mv .slick-list {
  overflow: visible
}

.p-brand-mv-movie {
  position: relative;
  margin: 0 -20px;
  max-width: none;
  background: #e8e8e8;
  overflow: hidden
}

.p-brand-mv-movie img, .p-brand-mv-movie video {
  display: block;
  width: 100%;
  height: auto
}

.p-brand-mv2 {
  position: relative;
  margin: 0 -20px 20px;
  padding-top: 1px;
  max-width: none
}

.p-brand-mv2__items {
  border-bottom: 1px solid #e6e6e6
}

.p-brand-mv2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0
}

@media (max-width: 768px) {
  .p-brand-mv2 img {
    max-width: 100%;
    height: auto
  }
}

.p-brand-mv2 .slick-slide {
  position: relative;
  margin: 2px 1px;
  line-height: 1;
  max-width: 672px;
  overflow: hidden;
  outline: none
}

.p-brand-mv2 .slick-slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .3;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  pointer-events: none
}

.p-brand-mv2 .slick-slide.slick-active:after {
  opacity: 0
}

.p-brand-mv2 .slick-dots {
  letter-spacing: -.4em;
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 12px
}

.p-brand-mv2 .slick-dots>* {
  display: inline-block;
  letter-spacing: normal
}

.p-brand-mv2 .slick-dots li {
  margin: 0 10px;
  opacity: 1
}

.p-brand-mv2 .slick-dots li.slick-active {
  opacity: 1
}

.p-brand-mv2 .slick-dots li.slick-active button {
  background: #e40b2a
}

.p-brand-mv2 .slick-dots button {
  width: 12px;
  height: 0;
  padding-top: 12px;
  background: #d9d9d9;
  border-radius: 6px;
  outline: none;
  overflow: hidden;
  vertical-align: bottom;
  cursor: pointer
}

.p-brand-mv3 {
  position: relative;
  margin: 0 -20px;
  padding-top: 1px;
  max-width: none
}

.p-brand-mv3 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  outline: none;
  cursor: pointer
}

@media (max-width: 768px) {
  .p-brand-mv3 img {
    max-width: 100%;
    height: auto
  }
}

.p-brand-mv3 .slick-slide {
  line-height: 1;
  text-align: center;
  overflow: hidden
}

.p-brand-mv3 .slick-slide a {
  display: inline-block;
  border-left: 2px solid white;
  border-right: 2px solid white;
  vertical-align: bottom
}

@media (max-width: 768px) {
  .p-brand-mv3 .slick-slide a {
    border: none
  }
}

.p-brand-mv3 .slick-list {
  background: #e8e8e8 url(../img/top_mv3_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: visible
}

@media (max-width: 768px) {
  .p-brand-mv3 .slick-list {
    background: none;
    overflow: hidden
  }
}

.p-brand-mv3 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  line-height: 1
}

@media (max-width: 768px) {
  .p-brand-mv3 .slick-dots {
    margin-top: 14px
  }
}

.p-brand-mv3 .slick-dots li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 110px;
  flex: 0 1 110px;
  position: relative;
  margin-left: 5px
}

.p-brand-mv3 .slick-dots li:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .p-brand-mv3 .slick-dots li {
    margin-left: 4px
  }
  .p-brand-mv3 .slick-dots li:first-child {
    margin-left: 0
  }
}

.p-brand-mv3 .slick-dots li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

.p-brand-mv3 .slick-dots li.slick-active:after {
  opacity: 0
}

.p-brand-mv3 .slick-dots li img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-brand-mv4 {
  position: relative;
  margin: 0 -20px;
  padding-top: 1px;
  padding-bottom: 52px;
  max-width: none
}

.p-brand-mv4__hero img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-brand-mv4__items {
  position: relative;
  margin-top: 10px
}

.p-brand-mv4__items .__item {
  margin: 0 5px;
  width: 24vw;
  outline: none;
  overflow: hidden
}

.p-brand-mv4__items .__item img {
  width: 100%;
  height: auto
}

.p-brand-mv4__items button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0
}

.p-brand-mv4__items .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7vw;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
  outline: none;
  z-index: 2
}

.p-brand-mv4__items .slick-arrow:before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff
}

.p-brand-mv4__items .slick-arrow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.p-brand-mv4__items .slick-next {
  right: 0
}

.p-brand-mv4__items .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-brand-mv4__items .slick-prev {
  left: 0
}

.p-brand-mv4__items .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

.p-brand-mv4__items .slick-dots li {
  margin: 0 6px
}

.p-brand-mv4__items .slick-dots button {
  background: #ccc
}

.p-brand-top-section {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

.p-brand-top-section:before, .p-brand-top-section:after {
  content: '';
  display: table;
  width: 100%
}

.p-brand-top-section>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

html.layout-narrow .p-brand-top-section>* {
  max-width: 800px
}

.p-brand-top-section__header {
  margin-bottom: 50px
}

.p-brand-top-section__header .__title, .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-brand-top-section__header .__title-2 {
  margin-bottom: 0
}

.p-brand-top-section__header .__button {
  margin-top: 20px;
  text-align: center
}

.p-brand-top-section__header .__link {
  margin-top: 15px;
  text-align: center
}

.p-brand-top-section--recipe {
  padding-bottom: 80px;
  background: #fff url(../img/top_recipe_bg.jpg) no-repeat;
  background-size: 100% auto
}

.p-brand-top-section--entertainment {
  padding-bottom: 70px;
  background: #f0e9e7 url(../img/top_entertainment_bg.jpg) no-repeat;
  background-size: 100% auto
}

.p-brand-top-section--news .p-brand-top-section__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5
}

.p-brand-top-section--news .p-brand-top-section__header .__title, .p-brand-top-section--news .p-brand-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-brand-top-section--news .p-brand-top-section__header .__title-2 {
  font-size: 30px
}

.p-company-top-section {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

.p-company-top-section:before, .p-company-top-section:after {
  content: '';
  display: table;
  width: 100%
}

.p-company-top-section>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

html.layout-narrow .p-company-top-section>* {
  max-width: 800px
}

.p-company-top-section__header {
  margin-bottom: 50px;
  text-align: center
}

.p-company-top-section__header .__title, .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section__header .__title-2 {
  margin-bottom: 0
}

.p-company-top-section__header .__button {
  margin-top: 20px
}

.p-company-top-section__header .__link {
  margin-top: 15px
}

.p-company-top-section__header .__lead {
  margin-top: 20px
}

.p-company-top-section__footer {
  margin: 65px auto
}

.p-company-top-section--recruit {
  position: relative;
  padding-bottom: 110px;
  text-align: center;
  background: #f6f2f1 url(../img/top_recruit_bg.jpg) no-repeat 100% 50%;
  background-size: auto 100%
}

@media (max-width: 768px) {
  .p-company-top-section--recruit {
    padding-bottom: 70px;
    background-image: none
  }
}

.p-company-top-section--recruit .p-company-top-section__header {
  margin-bottom: 30px;
  font-size: 16px
}

@media (max-width: 768px) {
  .p-company-top-section--recruit .p-company-top-section__header {
    margin-top: 40px
  }
}

.p-company-top-section--recruit .p-company-top-section__header .__title, .p-company-top-section--recruit .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section--recruit .p-company-top-section__header .__title-2 {
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .p-company-top-section--recruit .p-company-top-section__header .__title, .p-company-top-section--recruit .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section--recruit .p-company-top-section__header .__title-2 {
    font-size: 28px
  }
}

.p-company-top-section--recruit .p-company-top-section__header .__banner {
  position: absolute;
  top: 0;
  left: 2%;
  width: 28%;
  height: 100%;
  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
}

.p-company-top-section--recruit .p-company-top-section__header .__banner img {
  max-width: 100%
}

@media (max-width: 768px) {
  .p-company-top-section--recruit .p-company-top-section__header .__banner {
    position: static;
    margin-bottom: 40px;
    width: 100%
  }
}

.p-company-top-section--release .p-company-top-section__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5
}

.p-company-top-section--release .p-company-top-section__header .__title, .p-company-top-section--release .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section--release .p-company-top-section__header .__title-2 {
  font-size: 30px
}

.p-company-top-section--index {
  padding-top: 80px
}

.p-company-top-section--release-en .p-company-top-section__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5
}

.p-company-top-section--release-en .p-company-top-section__header .__title, .p-company-top-section--release-en .p-company-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section--release-en .p-company-top-section__header .__title-2 {
  font-size: 18px;
  margin-top: 0
}

.p-company-top-section .__panels--col-1 li .__text:after, .p-company-top-section .__panels--col-2 li .__text:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 11px;
  width: 28px;
  height: 28px;
  color: inherit;
  border-radius: 14px;
  border: 1px solid currentColor;
  text-align: center;
  line-height: 26px;
  text-indent: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.p-company-top-section .__panels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px
}

.p-company-top-section .__panels li {
  position: relative
}

.p-company-top-section .__panels li a {
  display: block;
  height: 100%;
  background: rgba(0, 0, 0, 0.1)
}

.p-company-top-section .__panels .__image {
  display: block;
  height: 100%;
  overflow: hidden
}

.p-company-top-section .__panels .__image img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms
}

.p-company-top-section .__panels a:hover .__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.p-company-top-section .__panels .__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.p-company-top-section .__panels--col-1 li {
  width: 100%
}

.p-company-top-section .__panels--col-1 li .__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #e60020
}

.p-company-top-section .__panels--col-1 li .__text:after {
  margin-top: 30px
}

.p-company-top-section .__panels--col-1 li .__title, .p-company-top-section .__panels--col-1 li .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section .__panels--col-1 li .__title-2 {
  font-size: 36px;
  line-height: 1.44444;
  font-weight: 200;
  letter-spacing: .15em
}

.p-company-top-section .__panels--col-1 li .__lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .1em;
  color: #222
}

.p-company-top-section .__panels--col-1 li .__lead>span {
  display: block
}

.p-company-top-section .__panels--col-2 li {
  width: 50%
}

@media (max-width: 768px) {
  .p-company-top-section .__panels--col-2 li {
    width: 100%
  }
}

.p-company-top-section .__panels--col-2 li .__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff
}

.p-company-top-section .__panels--col-2 li .__text:after {
  margin-top: 30px
}

.p-company-top-section .__panels--col-2 li .__title, .p-company-top-section .__panels--col-2 li .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-company-top-section .__panels--col-2 li .__title-2 {
  font-size: 36px;
  line-height: 1.44444;
  font-weight: 200;
  letter-spacing: .15em
}

.p-company-top-section .__panels--col-2 li .__lead {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .1em
}

.p-company-top-section .__panels--col-2 li .__lead>span {
  display: block
}

.p-company-top-section .__panels--col-3 li {
  width: 33.33333%
}

@media (max-width: 768px) {
  .p-company-top-section .__panels--col-3 li {
    width: 100%
  }
}

.p-company-top-section .__panels--col-3 li .__text {
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -1em;
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  letter-spacing: .1em;
  line-height: 1.35
}

.p-company-top-section .__panels--col-3 li .__text:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
  margin-left: 10px;
  font-size: 13px
}

.p-recipe {
  font-size: 14px
}

.p-recipe__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 768px) {
  .p-recipe__column {
    display: block
  }
}

.p-recipe__column--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.p-recipe__row {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 40px) / 2);
  flex: 0 1 calc((100% - 40px) / 2);
  -ms-flex-preferred-size: calc((100% - 40px) / 2);
  flex-basis: calc((100% - 40px) / 2);
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .p-recipe__row {
    margin-left: 0
  }
}

@media (max-width: 768px) {
  .p-recipe__mv {
    margin-left: -20px;
    margin-right: -20px
  }
}

.p-recipe__mv img {
  display: block;
  width: 100%;
  height: auto
}

.p-recipe__mv__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%
}

.p-recipe__mv__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-recipe__time {
  float: left
}

.p-recipe__time>* {
  vertical-align: top
}

.p-recipe__share {
  text-align: right;
  margin-bottom: 45px
}

.p-recipe__share ul {
  letter-spacing: -.4em
}

.p-recipe__share ul>* {
  display: inline-block;
  letter-spacing: normal
}

.p-recipe__share li {
  margin-left: 15px;
  font-size: 20px;
  vertical-align: top;
  line-height: 1
}

.p-recipe__share a {
  display: inline-block;
  text-decoration: none;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top
}

.p-recipe__share [class^="icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-recipe__share .icon-facebook {
  color: #fff;
  background: #3a5796
}

.p-recipe__share .icon-facebook:before {
  position: relative;
  right: -3px
}

.p-recipe__share .icon-twitter {
  color: #fff;
  background: #0d9ff0;
  font-size: 90%
}

.p-recipe__share .icon-line {
  color: #fff;
  background: #2cba40
}

.p-recipe__howto {
  clear: both
}

.p-recipe__howto__title {
  margin-top: 50px;
  font-size: 18px
}

.p-recipe__howto__title-sub {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px
}

.p-recipe__howto__prep {
  margin-bottom: 60px
}

.p-recipe__howto__instructions {
  margin-bottom: 30px
}

.p-recipe__howto__more {
  margin-bottom: 10px
}

.p-recipe__howto__onepoint {
  margin-bottom: 30px
}

.p-recipe__howto__onepoint>dt {
  margin-bottom: 5px;
  color: #e60020;
  font-family: "acumin-pro";
  font-size: 18px;
  letter-spacing: .1em
}

.p-recipe__howto__onepoint>dt:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 30px;
  background: url(../img/icon_onepoint.png) no-repeat;
  background-size: contain;
  vertical-align: middle
}

.p-recipe__howto__onepoint>dd {
  padding: 20px 25px;
  background: #f2f2f2
}

.p-recipe__howto__more .hdTxt, .p-recipe__howto__instructions .hdTxt, .p-recipe__howto .supplementList .hdTxt {
  margin: 10px auto;
  font-size: 14px;
  color: #000
}

.p-recipe__howto__more .pctList, .p-recipe__howto__instructions .pctList, .p-recipe__howto .supplementList .pctList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-recipe__howto__more .pctList li, .p-recipe__howto__instructions .pctList li, .p-recipe__howto .supplementList .pctList li {
  margin-right: 5px;
  margin-bottom: 5px
}

.p-recipe__howto__more .pctList li:last-child, .p-recipe__howto__instructions .pctList li:last-child, .p-recipe__howto .supplementList .pctList li:last-child {
  margin-right: 0
}

.p-recipe__howto__more .pctList img, .p-recipe__howto__instructions .pctList img, .p-recipe__howto .supplementList .pctList img {
  display: block
}

.p-recipe__howto__more .instruction, .p-recipe__howto__more .list, .p-recipe__howto__instructions .instruction, .p-recipe__howto__instructions .list, .p-recipe__howto .supplementList .instruction, .p-recipe__howto .supplementList .list {
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5
}

.p-recipe__howto__more .instruction:first-child, .p-recipe__howto__more .list:first-child, .p-recipe__howto__instructions .instruction:first-child, .p-recipe__howto__instructions .list:first-child, .p-recipe__howto .supplementList .instruction:first-child, .p-recipe__howto .supplementList .list:first-child {
  border-top: 1px solid #e5e5e5
}

.p-recipe__howto__more .instruction:after, .p-recipe__howto__more .list:after, .p-recipe__howto__instructions .instruction:after, .p-recipe__howto__instructions .list:after, .p-recipe__howto .supplementList .instruction:after, .p-recipe__howto .supplementList .list:after {
  content: '';
  clear: both;
  display: block
}

.p-recipe__howto__more .instruction .number, .p-recipe__howto__more .list .number, .p-recipe__howto__instructions .instruction .number, .p-recipe__howto__instructions .list .number, .p-recipe__howto .supplementList .instruction .number, .p-recipe__howto .supplementList .list .number {
  position: absolute;
  left: 0;
  font-size: 28px;
  font-family: "acumin-pro";
  font-weight: 200;
  line-height: 1;
  color: #e60020
}

.p-recipe__howto__more .instruction .pct, .p-recipe__howto__more .list .pct, .p-recipe__howto__instructions .instruction .pct, .p-recipe__howto__instructions .list .pct, .p-recipe__howto .supplementList .instruction .pct, .p-recipe__howto .supplementList .list .pct {
  float: right;
  max-width: 25%;
  margin-left: 15px
}

.p-recipe__howto__more .instruction .pct img, .p-recipe__howto__more .list .pct img, .p-recipe__howto__instructions .instruction .pct img, .p-recipe__howto__instructions .list .pct img, .p-recipe__howto .supplementList .instruction .pct img, .p-recipe__howto .supplementList .list .pct img {
  max-width: 100%;
  height: auto
}

.p-recipe__howto__more .instruction .txt, .p-recipe__howto__more .instruction .pctList, .p-recipe__howto__more .instruction .caption, .p-recipe__howto__more .list .txt, .p-recipe__howto__more .list .pctList, .p-recipe__howto__more .list .caption, .p-recipe__howto__instructions .instruction .txt, .p-recipe__howto__instructions .instruction .pctList, .p-recipe__howto__instructions .instruction .caption, .p-recipe__howto__instructions .list .txt, .p-recipe__howto__instructions .list .pctList, .p-recipe__howto__instructions .list .caption, .p-recipe__howto .supplementList .instruction .txt, .p-recipe__howto .supplementList .instruction .pctList, .p-recipe__howto .supplementList .instruction .caption, .p-recipe__howto .supplementList .list .txt, .p-recipe__howto .supplementList .list .pctList, .p-recipe__howto .supplementList .list .caption {
  margin-left: 34px
}

.p-recipe__howto__more .instruction .caption, .p-recipe__howto__more .list .caption, .p-recipe__howto__instructions .instruction .caption, .p-recipe__howto__instructions .list .caption, .p-recipe__howto .supplementList .instruction .caption, .p-recipe__howto .supplementList .list .caption {
  margin-bottom: 10px
}

.p-recipe__howto__more .instruction .pctList, .p-recipe__howto__more .list .pctList, .p-recipe__howto__instructions .instruction .pctList, .p-recipe__howto__instructions .list .pctList, .p-recipe__howto .supplementList .instruction .pctList, .p-recipe__howto .supplementList .list .pctList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-recipe__howto__more .instruction .pctList>*, .p-recipe__howto__more .list .pctList>*, .p-recipe__howto__instructions .instruction .pctList>*, .p-recipe__howto__instructions .list .pctList>*, .p-recipe__howto .supplementList .instruction .pctList>*, .p-recipe__howto .supplementList .list .pctList>* {
  width: 28%
}

.p-recipe__howto__more .instruction .pctList>* img, .p-recipe__howto__more .list .pctList>* img, .p-recipe__howto__instructions .instruction .pctList>* img, .p-recipe__howto__instructions .list .pctList>* img, .p-recipe__howto .supplementList .instruction .pctList>* img, .p-recipe__howto .supplementList .list .pctList>* img {
  max-width: 100%;
  height: auto
}

.p-recipe__products__title {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px
}

.p-recipe__products__products {
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5
}

.p-recipe__products__products li a {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.p-recipe__products__products li a img {
  display: block;
  margin-right: 20px;
  border: 1px solid #e5e5e5
}

.p-recipe__products__banners {
  margin-bottom: 60px
}

.p-recipe__products__banners li {
  margin-bottom: 10px
}

.p-recipe__products__banners li:last-child {
  margin-bottom: 0
}

.p-recipe__products__banners img {
  max-width: 100%;
  height: auto
}

.p-recipe__ingredients {
  position: relative
}

.p-recipe__ingredients__title {
  margin-top: 50px;
  margin-bottom: 22px;
  font-size: 18px
}

.p-recipe__ingredients__amount {
  position: absolute;
  top: .25em;
  right: 0;
  font-weight: bolder
}

.p-recipe__ingredients__table table {
  width: 100%;
  border: 1px solid #e5e5e5
}

.p-recipe__ingredients__table tr:nth-child(2n+1) th, .p-recipe__ingredients__table tr:nth-child(2n+1) td {
  background: #f7f7f7
}

.p-recipe__ingredients__table th, .p-recipe__ingredients__table td {
  font-weight: inherit;
  padding: 6px 20px
}

.p-recipe__ingredients__table td {
  padding-left: 0;
  text-align: right
}

.p-recipe__related-recipes__title {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 18px
}

.p-recipe2 {
  font-size: 14px
}

.p-recipe2__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 768px) {
  .p-recipe2__column {
    display: block
  }
}

.p-recipe2__column--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.p-recipe2__row {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 40px) / 2);
  flex: 0 1 calc((100% - 40px) / 2);
  -ms-flex-preferred-size: calc((100% - 40px) / 2);
  flex-basis: calc((100% - 40px) / 2);
  margin-bottom: 30px
}

@media (max-width: 768px) {
  .p-recipe2__row {
    margin-left: 0
  }
}

.p-recipe2__mv {
  position: relative
}

@media (max-width: 768px) {
  .p-recipe2__mv {
    margin-left: -20px;
    margin-right: -20px
  }
}

.p-recipe2__mv__image img {
  display: block;
  width: 100%;
  height: auto
}

.p-recipe2__mv__movie-toggler {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  font-weight: bold
}

.p-recipe2__mv__movie-toggler i {
  position: relative;
  top: -4px;
  margin-bottom: -5px;
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: transparent;
  border: 3px solid white;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer
}

.p-recipe2__mv__movie-toggler i:before {
  content: '';
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0 solid transparent;
  border-bottom: 7px solid transparent
}

.p-recipe2__mv__movie-toggler:hover i {
  background: black
}

.p-recipe2__mv__movie {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 81%
}

.p-recipe2__mv__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-recipe2__time {
  float: left
}

@media (max-width: 768px) {
  .p-recipe2__time {
    width: 50%
  }
}

.p-recipe2__time>* {
  vertical-align: top
}

@media (max-width: 768px) {
  .p-recipe2__time>* {
    margin-bottom: 5px
  }
}

.p-recipe2__share {
  text-align: right;
  margin-bottom: 45px
}

.p-recipe2__share ul {
  letter-spacing: -.4em
}

.p-recipe2__share ul>* {
  display: inline-block;
  letter-spacing: normal
}

.p-recipe2__share li {
  margin-left: 12px;
  font-size: 20px;
  vertical-align: top;
  line-height: 1
}

.p-recipe2__share a {
  display: inline-block;
  text-decoration: none;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top
}

.p-recipe2__share [class^="icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-recipe2__share .icon-facebook {
  color: #fff;
  background: #3a5796
}

.p-recipe2__share .icon-facebook:before {
  position: relative;
  right: -3px
}

.p-recipe2__share .icon-twitter {
  color: #fff;
  background: #0d9ff0;
  font-size: 90%
}

.p-recipe2__share .icon-line {
  color: #fff;
  background: #2cba40
}

.p-recipe2__tags {
  clear: both;
  margin-top: -15px;
  margin-bottom: 30px;
  font-size: 11px;
  color: #666
}

.p-recipe2__tags li {
  display: inline;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  line-height: 2.2
}

.p-recipe2__howto {
  clear: both
}

.p-recipe2__howto__title {
  margin-top: 50px;
  font-size: 18px
}

.p-recipe2__howto__title-sub {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px
}

.p-recipe2__howto__prep {
  margin-bottom: 60px
}

.p-recipe2__howto__instructions {
  margin-bottom: 30px
}

.p-recipe2__howto__more {
  margin-bottom: 10px
}

.p-recipe2__howto__onepoint {
  margin-bottom: 30px
}

.p-recipe2__howto__onepoint>dt {
  margin-bottom: 5px;
  color: #e60020;
  font-family: "acumin-pro";
  font-size: 18px;
  letter-spacing: .1em
}

.p-recipe2__howto__onepoint>dt:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 21px;
  height: 30px;
  background: url(../img/icon_onepoint.png) no-repeat;
  background-size: contain;
  vertical-align: middle
}

.p-recipe2__howto__onepoint>dd {
  padding: 20px 25px;
  background: #f2f2f2
}

.p-recipe2__howto__more .hdTxt, .p-recipe2__howto__instructions .hdTxt, .p-recipe2__howto .supplementList .hdTxt {
  margin: 10px auto;
  font-size: 14px;
  color: #000
}

.p-recipe2__howto__more .pctList, .p-recipe2__howto__instructions .pctList, .p-recipe2__howto .supplementList .pctList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-recipe2__howto__more .pctList li, .p-recipe2__howto__instructions .pctList li, .p-recipe2__howto .supplementList .pctList li {
  margin-right: 5px;
  margin-bottom: 5px
}

.p-recipe2__howto__more .pctList li:last-child, .p-recipe2__howto__instructions .pctList li:last-child, .p-recipe2__howto .supplementList .pctList li:last-child {
  margin-right: 0
}

.p-recipe2__howto__more .pctList img, .p-recipe2__howto__instructions .pctList img, .p-recipe2__howto .supplementList .pctList img {
  display: block
}

.p-recipe2__howto__more .instruction, .p-recipe2__howto__more .list, .p-recipe2__howto__instructions .instruction, .p-recipe2__howto__instructions .list, .p-recipe2__howto .supplementList .instruction, .p-recipe2__howto .supplementList .list {
  position: relative;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5
}

.p-recipe2__howto__more .instruction:first-child, .p-recipe2__howto__more .list:first-child, .p-recipe2__howto__instructions .instruction:first-child, .p-recipe2__howto__instructions .list:first-child, .p-recipe2__howto .supplementList .instruction:first-child, .p-recipe2__howto .supplementList .list:first-child {
  border-top: 1px solid #e5e5e5
}

.p-recipe2__howto__more .instruction:after, .p-recipe2__howto__more .list:after, .p-recipe2__howto__instructions .instruction:after, .p-recipe2__howto__instructions .list:after, .p-recipe2__howto .supplementList .instruction:after, .p-recipe2__howto .supplementList .list:after {
  content: '';
  clear: both;
  display: block
}

.p-recipe2__howto__more .instruction .number, .p-recipe2__howto__more .list .number, .p-recipe2__howto__instructions .instruction .number, .p-recipe2__howto__instructions .list .number, .p-recipe2__howto .supplementList .instruction .number, .p-recipe2__howto .supplementList .list .number {
  position: absolute;
  left: 0;
  font-size: 28px;
  font-family: "acumin-pro";
  font-weight: 200;
  line-height: 1;
  color: #e60020
}

.p-recipe2__howto__more .instruction .pct, .p-recipe2__howto__more .list .pct, .p-recipe2__howto__instructions .instruction .pct, .p-recipe2__howto__instructions .list .pct, .p-recipe2__howto .supplementList .instruction .pct, .p-recipe2__howto .supplementList .list .pct {
  float: right;
  max-width: 25%;
  margin-left: 15px
}

.p-recipe2__howto__more .instruction .pct img, .p-recipe2__howto__more .list .pct img, .p-recipe2__howto__instructions .instruction .pct img, .p-recipe2__howto__instructions .list .pct img, .p-recipe2__howto .supplementList .instruction .pct img, .p-recipe2__howto .supplementList .list .pct img {
  max-width: 100%;
  height: auto
}

.p-recipe2__howto__more .instruction .txt, .p-recipe2__howto__more .instruction .pctList, .p-recipe2__howto__more .instruction .caption, .p-recipe2__howto__more .list .txt, .p-recipe2__howto__more .list .pctList, .p-recipe2__howto__more .list .caption, .p-recipe2__howto__instructions .instruction .txt, .p-recipe2__howto__instructions .instruction .pctList, .p-recipe2__howto__instructions .instruction .caption, .p-recipe2__howto__instructions .list .txt, .p-recipe2__howto__instructions .list .pctList, .p-recipe2__howto__instructions .list .caption, .p-recipe2__howto .supplementList .instruction .txt, .p-recipe2__howto .supplementList .instruction .pctList, .p-recipe2__howto .supplementList .instruction .caption, .p-recipe2__howto .supplementList .list .txt, .p-recipe2__howto .supplementList .list .pctList, .p-recipe2__howto .supplementList .list .caption {
  margin-left: 34px
}

.p-recipe2__howto__more .instruction .caption, .p-recipe2__howto__more .list .caption, .p-recipe2__howto__instructions .instruction .caption, .p-recipe2__howto__instructions .list .caption, .p-recipe2__howto .supplementList .instruction .caption, .p-recipe2__howto .supplementList .list .caption {
  margin-bottom: 10px
}

.p-recipe2__howto__more .instruction .pctList, .p-recipe2__howto__more .list .pctList, .p-recipe2__howto__instructions .instruction .pctList, .p-recipe2__howto__instructions .list .pctList, .p-recipe2__howto .supplementList .instruction .pctList, .p-recipe2__howto .supplementList .list .pctList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.p-recipe2__howto__more .instruction .pctList>*, .p-recipe2__howto__more .list .pctList>*, .p-recipe2__howto__instructions .instruction .pctList>*, .p-recipe2__howto__instructions .list .pctList>*, .p-recipe2__howto .supplementList .instruction .pctList>*, .p-recipe2__howto .supplementList .list .pctList>* {
  width: 28%
}

.p-recipe2__howto__more .instruction .pctList>* img, .p-recipe2__howto__more .list .pctList>* img, .p-recipe2__howto__instructions .instruction .pctList>* img, .p-recipe2__howto__instructions .list .pctList>* img, .p-recipe2__howto .supplementList .instruction .pctList>* img, .p-recipe2__howto .supplementList .list .pctList>* img {
  max-width: 100%;
  height: auto
}

.p-recipe2__products__title {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 15px
}

.p-recipe2__products__products {
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5
}

.p-recipe2__products__products li a {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none
}

.p-recipe2__products__products li a img {
  display: block;
  margin-right: 20px;
  border: 1px solid #e5e5e5
}

.p-recipe2__products__banners {
  margin-bottom: 60px
}

.p-recipe2__products__banners li {
  margin-bottom: 10px
}

.p-recipe2__products__banners li:last-child {
  margin-bottom: 0
}

.p-recipe2__products__banners img {
  max-width: 100%;
  height: auto
}

.p-recipe2__ingredients {
  position: relative
}

.p-recipe2__ingredients__title {
  margin-top: 50px;
  margin-bottom: 22px;
  font-size: 18px
}

.p-recipe2__ingredients__amount {
  position: absolute;
  top: .25em;
  right: 0;
  font-weight: bolder
}

.p-recipe2__ingredients__table table {
  width: 100%;
  border: 1px solid #e5e5e5
}

.p-recipe2__ingredients__table tr:nth-child(2n+1) th, .p-recipe2__ingredients__table tr:nth-child(2n+1) td {
  background: #f7f7f7
}

.p-recipe2__ingredients__table th, .p-recipe2__ingredients__table td {
  font-weight: inherit;
  padding: 6px 20px
}

.p-recipe2__ingredients__table td {
  padding-left: 0;
  text-align: right
}

.p-recipe2__related-recipes__title {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 18px
}

.p-recipe-search {
  text-align: center
}

.p-recipe-search>* {
  margin-left: 12px
}

.p-recipe-search>*:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .p-recipe-search .c-textfield {
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%
  }
}

.p-recipe-categories {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .p-recipe-categories {
    padding-top: 0;
    border-top: none
  }
}

.p-recipe-categories .__category {
  position: relative;
  margin-bottom: 20px
}

.p-recipe-categories .__category:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .p-recipe-categories .__category {
    margin: 30px 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.p-recipe-categories .__title, .p-recipe-categories .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-recipe-categories .__title-2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 500
}

@media (max-width: 768px) {
  .p-recipe-categories .__title, .p-recipe-categories .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-recipe-categories .__title-2 {
    position: static
  }
}

.p-recipe-categories .__links {
  padding-left: 180px;
  font-size: 13px
}

@media (max-width: 768px) {
  .p-recipe-categories .__links {
    padding-left: 0
  }
  .p-recipe-categories .__links>ul, .p-recipe-categories .__links>dl {
    margin-top: 15px
  }
}

.p-recipe-categories .__links:before {
  content: '';
  position: absolute;
  top: .25em;
  left: 160px;
  bottom: .25em;
  border-left: 1px solid #e60020
}

@media (max-width: 768px) {
  .p-recipe-categories .__links:before {
    content: none
  }
}

.p-recipe-categories .__links a:hover {
  text-decoration: underline
}

.p-recipe-categories .__links dl dd, .p-recipe-categories .__links dl ul {
  display: inline
}

.p-recipe-categories .__links dt, .p-recipe-categories .__links dd {
  display: inline-block
}

.p-recipe-categories .__links dt {
  font-weight: 500;
  margin-right: 1em
}

@media (max-width: 768px) {
  .p-recipe-categories .__links dt {
    margin-right: 0
  }
}

.p-recipe-categories .__links ul {
  letter-spacing: -.4em
}

.p-recipe-categories .__links ul>* {
  display: inline-block;
  letter-spacing: normal
}

.p-recipe-categories .__links li {
  margin-right: 1em
}

.p-recipe-categories .__links li:last-child {
  margin-right: 0
}

.p-recipe-theme {
  margin-top: 80px;
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .p-recipe-theme {
    margin: 0 -20px 30px
  }
}

.p-recipe-theme__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 768px) {
  .p-recipe-theme__header {
    display: block
  }
}

.p-recipe-theme__header__pct {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 376px
}

@media (max-width: 768px) {
  .p-recipe-theme__header__pct {
    width: 100%
  }
}

.p-recipe-theme__header__pct img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-recipe-theme__header__text {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 664px;
  padding: 0 25px;
  color: #572513;
  background: #efefef url(../img/recipe_theme_bg.png);
  border-left: 5px solid #999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4
}

@media (max-width: 768px) {
  .p-recipe-theme__header__text {
    width: 100%;
    border-left: none;
    border-top-width: 5px;
    border-top-style: solid;
    padding: 20px
  }
}

@media (max-width: 768px) {
  .p-recipe-theme__header__text .__title, .p-recipe-theme__header__text .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-recipe-theme__header__text .__title-2 {
    text-align: center
  }
}

.p-recipe-theme__header__text .__sub {
  font-size: 22px;
  font-weight: 300
}

@media (max-width: 768px) {
  .p-recipe-theme__header__text .__sub {
    font-size: 16px
  }
}

.p-recipe-theme__header__text .__main {
  font-size: 40px;
  font-weight: 200
}

@media (max-width: 768px) {
  .p-recipe-theme__header__text .__main {
    font-size: 30px
  }
}

.p-recipe-theme__header__text .__main span {
  color: gray
}

.p-recipe-theme__header__text .__lead {
  margin-top: 12px
}

@media (max-width: 768px) {
  .p-recipe-theme__header__text .__lead {
    font-size: 13px
  }
}

.p-recipe-theme__page-title {
  margin-top: 30px;
  text-align: center
}

.p-recipe-theme__page-title>strong {
  margin-right: 1em;
  font-weight: inherit;
  color: #e60020
}

.p-recipe-theme--01 .p-recipe-theme__header__text {
  background-color: #f7ebd3;
  border-color: #ee9d00
}

.p-recipe-theme--01 .p-recipe-theme__header__text .__main span {
  color: #ee9d00
}

.p-recipe-theme--02 .p-recipe-theme__header__text {
  background-color: #e3f1da;
  border-color: #92c273
}

.p-recipe-theme--02 .p-recipe-theme__header__text .__main span {
  color: #5ea52f
}

.p-recipe-theme--03 .p-recipe-theme__header__text {
  background-color: #fbe3e3;
  border-color: #f22f2f
}

.p-recipe-theme--03 .p-recipe-theme__header__text .__main span {
  color: #f22f2f
}

.p-recipe-theme--04 .p-recipe-theme__header__text {
  background-color: #e1f1fb;
  border-color: #9bc3f4
}

.p-recipe-theme--04 .p-recipe-theme__header__text .__main span {
  color: #60a2e0
}

.p-recipe-theme--05 .p-recipe-theme__header__text {
  background-color: #fce6e8;
  border-color: #ec739e
}

.p-recipe-theme--05 .p-recipe-theme__header__text .__main span {
  color: #ec739e
}

.p-recipe-theme--06 .p-recipe-theme__header__text {
  background-color: #dbefe7;
  border-color: #40b1b5
}

.p-recipe-theme--06 .p-recipe-theme__header__text .__main span {
  color: #40b1b5
}

.p-recipe-theme--07 .p-recipe-theme__header__text {
  background-color: #d9e5f4;
  border-color: #4a66b9
}

.p-recipe-theme--07 .p-recipe-theme__header__text .__main span {
  color: #4a66b9
}

.p-recipe-theme--meat-source .p-recipe-theme__header__text {
  background-color: #faf7df;
  background-image: none;
  border: none
}

.p-recipe-theme--meat-source .p-recipe-theme__header__text .__main span {
  color: #d43d01
}

.p-recipe-theme-list {
  margin-bottom: 60px
}

@media (max-width: 768px) {
  .p-recipe-theme-list {
    margin-bottom: 0
  }
}

.p-recipe-theme-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px
}

@media (max-width: 768px) {
  .p-recipe-theme-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-recipe-theme-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 20px;
  color: #572513;
  background: #efefef url(../img/recipe_theme_bg.png)
}

@media (max-width: 768px) {
  .p-recipe-theme-list__item {
    position: relative;
    margin-top: 2px;
    margin-left: -20px;
    margin-right: -20px
  }
  .p-recipe-theme-list__item:first-child {
    margin-top: 0;
    margin-left: -20px
  }
}

.p-recipe-theme-list__item a {
  display: block;
  height: 100%;
  text-decoration: none
}

@media (max-width: 768px) {
  .p-recipe-theme-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 768px) {
  .p-recipe-theme-list__pct {
    width: 30%
  }
}

.p-recipe-theme-list__pct img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-recipe-theme-list__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 5px;
  text-align: center;
  line-height: 1.4;
  border-top: 3px solid #999
}

@media (max-width: 768px) {
  .p-recipe-theme-list__text {
    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;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    padding: 5px 15px;
    border-top: none;
    border-left: 3px solid #999
  }
}

.p-recipe-theme-list__text .__sub {
  margin-bottom: .25em;
  font-size: 13px;
  font-weight: 200
}

.p-recipe-theme-list__text .__main {
  font-size: 15px;
  font-weight: 500
}

.p-recipe-theme-list__item--theme-01 {
  background-color: #f7ebd3
}

.p-recipe-theme-list__item--theme-01 .p-recipe-theme-list__text {
  border-color: #ee9d00
}

.p-recipe-theme-list__item--theme-01 .p-recipe-theme-list__text .__main span {
  color: #ee9d00
}

.p-recipe-theme-list__item--theme-02 {
  background-color: #e3f1da
}

.p-recipe-theme-list__item--theme-02 .p-recipe-theme-list__text {
  border-color: #92c273
}

.p-recipe-theme-list__item--theme-02 .p-recipe-theme-list__text .__main span {
  color: #5ea52f
}

.p-recipe-theme-list__item--theme-03 {
  background-color: #fbe3e3
}

.p-recipe-theme-list__item--theme-03 .p-recipe-theme-list__text {
  border-color: #f22f2f
}

.p-recipe-theme-list__item--theme-03 .p-recipe-theme-list__text .__main span {
  color: #f22f2f
}

.p-recipe-theme-list__item--theme-04 {
  background-color: #e1f1fb
}

.p-recipe-theme-list__item--theme-04 .p-recipe-theme-list__text {
  border-color: #9bc3f4
}

.p-recipe-theme-list__item--theme-04 .p-recipe-theme-list__text .__main span {
  color: #60a2e0
}

.p-recipe-theme-list__item--theme-05 {
  background-color: #fce6e8
}

.p-recipe-theme-list__item--theme-05 .p-recipe-theme-list__text {
  border-color: #ec739e
}

.p-recipe-theme-list__item--theme-05 .p-recipe-theme-list__text .__main span {
  color: #ec739e
}

.p-recipe-theme-list__item--theme-06 {
  background-color: #dbefe7
}

.p-recipe-theme-list__item--theme-06 .p-recipe-theme-list__text {
  border-color: #40b1b5
}

.p-recipe-theme-list__item--theme-06 .p-recipe-theme-list__text .__main span {
  color: #40b1b5
}

.p-recipe-theme-list__item--theme-07 {
  background-color: #d9e5f4
}

.p-recipe-theme-list__item--theme-07 .p-recipe-theme-list__text {
  border-color: #4a66b9
}

.p-recipe-theme-list__item--theme-07 .p-recipe-theme-list__text .__main span {
  color: #4a66b9
}

.p-recipe-top-section {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

.p-recipe-top-section:before, .p-recipe-top-section:after {
  content: '';
  display: table;
  width: 100%
}

.p-recipe-top-section>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

html.layout-narrow .p-recipe-top-section>* {
  max-width: 800px
}

.p-recipe-top-section__header {
  margin-bottom: 30px
}

.p-recipe-top-section__header .__title, .p-recipe-top-section__header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-recipe-top-section__header .__title-2 {
  margin-top: 70px;
  margin-bottom: 0;
  color: #e60020;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .07em;
  line-height: 1.35;
  text-align: center
}

.p-recipe-top-section__header .__button {
  margin-top: 20px;
  text-align: center
}

.p-recipe-top-section__header .__link {
  margin-top: 15px;
  text-align: center
}

.p-recipe-top-section__categories {
  background: url(../img/recipe_top_category_bg.jpg) 50% 50%;
  background-size: cover;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

@media (max-width: 768px) {
  .p-recipe-top-section__categories {
    background: none;
    padding: 0
  }
}

.p-recipe-top-section__categories:before, .p-recipe-top-section__categories:after {
  content: '';
  display: table;
  width: 100%
}

.p-recipe-top-section__categories>* {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto
}

html.layout-narrow .p-recipe-top-section__categories>* {
  max-width: 800px
}

.p-recipe-top-section .__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0
}

@media (max-width: 768px) {
  .p-recipe-top-section .__categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0
  }
}

.p-recipe-top-section .__categories__box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-left: 40px;
  padding: 15px 35px 5px;
  background: rgba(255, 255, 255, 0.8)
}

.p-recipe-top-section .__categories__box:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .p-recipe-top-section .__categories__box {
    position: relative;
    padding: 65px 35px;
    margin-left: 0
  }
  .p-recipe-top-section .__categories__box:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 20px;
    right: 20px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.8)
  }
  .p-recipe-top-section .__categories__box>* {
    position: relative
  }
}

@media (max-width: 768px) {
  .p-recipe-top-section .__categories__box--pasta {
    background: url(../img/recipe_top_category_pasta_bg.jpg) 50% 50%;
    background-size: cover
  }
  .p-recipe-top-section .__categories__box--flour {
    background: url(../img/recipe_top_category_flour_bg.jpg) 50% 50%;
    background-size: cover
  }
}

.p-recipe-top-section .__categories__title {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #e60020
}

.p-recipe-top-section .__categories__links {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px
}

@media (max-width: 768px) {
  .p-recipe-top-section .__categories__links, .p-recipe-top-section .__categories__links caption, .p-recipe-top-section .__categories__links thead, .p-recipe-top-section .__categories__links tbody, .p-recipe-top-section .__categories__links tfoot, .p-recipe-top-section .__categories__links tr, .p-recipe-top-section .__categories__links th, .p-recipe-top-section .__categories__links td {
    display: block
  }
}

.p-recipe-top-section .__categories__links th {
  width: 1%;
  white-space: nowrap;
  padding-right: 10px;
  vertical-align: top;
  text-align: right;
  font-weight: 300;
  border-right: 1px solid #e60020
}

@media (max-width: 768px) {
  .p-recipe-top-section .__categories__links th {
    width: 100%;
    border: none;
    text-align: left;
    padding-right: 0
  }
}

.p-recipe-top-section .__categories__links td {
  padding-left: 10px
}

@media (max-width: 768px) {
  .p-recipe-top-section .__categories__links td {
    padding-left: 0
  }
}

.p-recipe-top-section .__categories__links td ul {
  letter-spacing: -.4em
}

.p-recipe-top-section .__categories__links td ul>* {
  display: inline-block;
  letter-spacing: normal
}

.p-recipe-top-section .__categories__links td ul>* {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  margin-right: 3px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1
}

.p-recipe-top-section .__categories__links td ul a {
  text-decoration: none
}

.p-recipe-top-section--product {
  padding-bottom: 30px
}

@media (max-width: 768px) {
  .p-recipe-top-section--product {
    padding-bottom: 0
  }
}

.p-recipe-top-section--theme {
  margin-bottom: 60px;
  background: #f4f4f3 url(../img/recipe_top_theme_bg.jpg) 50%;
  background-size: auto
}

@media (max-width: 768px) {
  .p-recipe-top-section--theme {
    background: none
  }
  .p-recipe-top-section--theme .__title, .p-recipe-top-section--theme .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-recipe-top-section--theme .__title-2 {
    margin-top: 30px
  }
}

.p-product-top-section {
  font-size: 14px;
  line-height: 1.9
}

.p-product-top-section__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width: 768px) {
  .p-product-top-section__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-product-top-section__items li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  width: calc((100% - 40px) / 2);
  background: url(../img/stripe_bg_02.png)
}

@media (max-width: 768px) {
  .p-product-top-section__items li {
    width: 100%;
    margin-bottom: 20px
  }
  .p-product-top-section__items li:last-child {
    margin-bottom: 0
  }
}

.p-product-top-section__items li a {
  display: block;
  padding: 25px 35px;
  height: 100%;
  color: inherit;
  background: #fff;
  text-decoration: none
}

.p-product-top-section__items li .__name {
  color: #e60020;
  font-size: 18px;
  text-align: center
}

.p-product-top-section__items li .__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px
}

@media (max-width: 768px) {
  .p-product-top-section__items li .__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-product-top-section__items li .__image {
  min-width: 180px;
  margin-top: 8px;
  text-align: center
}

.p-product-top-section__items li .__image img {
  display: block;
  margin: auto
}

.p-product-top-section__items li .__image figcaption {
  display: block;
  margin-top: 6px
}

.p-product-top-section__items li .__image figcaption>*+* {
  margin-left: .5em
}

.p-product-top-section__items li .__text {
  margin-left: 15px
}

.p-product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 768px) {
  .p-product-detail {
    display: block
  }
}

.p-product-detail__pct, .p-product-detail__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc((100% - 40px) / 2)
}

@media (max-width: 768px) {
  .p-product-detail__pct, .p-product-detail__txt {
    width: 100%
  }
}

.p-product-detail__pct {
  margin-right: 40px;
  text-align: center
}

@media (max-width: 768px) {
  .p-product-detail__pct {
    margin-bottom: 1.5em
  }
}

.p-product-detail__pct .__pct img {
  vertical-align: bottom;
  max-width: 100%
}

.p-product-detail__pct .__labels {
  margin-top: 1.5em;
  line-height: 1
}

.p-product-detail__pct .__labels>*+* {
  margin-left: .5em
}

.p-product-detail__txt>* {
  margin-bottom: 1.5em
}

.p-product-detail__txt>*:last-child {
  margin-bottom: 0
}

.p-product-detail__eclinks dt {
  color: #000;
  font-weight: 500;
  font-size: 16px
}

.p-product-detail__eclinks dd {
  margin-top: 6px;
  padding: 15px;
  border: 1px solid #e6e6e6
}

.p-product-detail__eclinks dd ul {
  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
}

.p-product-detail__eclinks dd ul li {
  margin: 0 30px;
  line-height: 1
}

.p-product-detail__eclinks dd ul a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease
}

.p-product-detail__eclinks dd ul a:hover {
  opacity: .9
}

.p-product-detail__eclinks dd ul img {
  vertical-align: middle
}

.p-product-detail__banners li {
  margin-bottom: 10px
}

.p-product-detail__banners li:last-child {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .p-product-detail__banners li {
    text-align: center
  }
}

.p-product-detail__banners a {
  display: inline-block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease
}

.p-product-detail__banners a:hover {
  opacity: .9
}

.p-product-detail__banners img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-product-detail__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}

.p-product-detail__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.p-product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #faf7df
}

@media (max-width: 768px) {
  .p-product-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-left: -20px;
    margin-right: -20px
  }
}

.p-product-nav__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px
}

.p-product-nav__new-products {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 20%;
  padding: 30px;
  font-size: 16px;
  letter-spacing: .02em;
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}

@media (max-width: 768px) {
  .p-product-nav__new-products {
    width: 100%;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
  }
}

.p-product-nav__new-products a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  height: 100%;
  text-decoration: none
}

.p-product-nav__new-products a:hover {
  color: #e60020;
  text-decoration: none
}

@media (max-width: 768px) {
  .p-product-nav__new-products a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.p-product-search {
  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;
  max-width: 675px;
  margin: auto
}

@media (max-width: 768px) {
  .p-product-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: none
  }
}

.p-product-search__title {
  display: none;
  margin-bottom: 5px;
  font-size: 16px
}

@media (max-width: 768px) {
  .p-product-search__title {
    display: block
  }
}

.p-product-search__title i {
  position: relative;
  top: -2px;
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
  color: #e60020
}

.p-product-search>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.p-product-search>*+* {
  margin-left: 16px
}

@media (max-width: 768px) {
  .p-product-search>*+* {
    margin-left: 0;
    margin-top: 10px
  }
  .p-product-search>*+*:last-child {
    margin-top: 20px
  }
}

.p-product-search>*>* {
  width: 100%
}

.p-product-manage-pane {
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 22px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.p-product-manage-pane__approve, .p-product-manage-pane__publish, .p-product-manage-pane__cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 0;
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-radius: 0;
  margin: 0 10px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  text-indent: 1em;
  font-weight: bold;
  font-family: sans-serif;
  letter-spacing: 1em
}

.p-product-manage-pane__approve, .p-product-manage-pane__publish {
  background: #7cff8c
}

.p-cm-campaign-list {
  margin-bottom: 60px
}

.p-cm-campaign-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.p-cm-campaign-list__items:after {
  content: '';
  display: block;
  clear: both
}

.p-cm-campaign-list__items a {
  color: inherit;
  text-decoration: none
}

.p-cm-campaign-list__items>li>a:after {
  content: '';
  display: block;
  clear: both
}

.p-cm-campaign-list__items .__image {
  margin: -1px -1px 15px
}

.p-cm-campaign-list__items .__image img {
  display: block;
  width: 100%;
  height: auto
}

.p-cm-campaign-list__items .__text {
  font-size: 14px;
  line-height: 1.85714;
  padding: 0 19px
}

.p-cm-campaign-list__items .__title, .p-cm-campaign-list__items .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-cm-campaign-list__items .__title-2 {
  position: relative;
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center
}

.p-cm-campaign-list__items .__title>span, .p-cm-campaign-list__items .l-header__gnav__megamenu__body .__title-2>span, .l-header__gnav__megamenu__body .p-cm-campaign-list__items .__title-2>span {
  display: inline-block
}

.p-cm-campaign-list__items .__title>span>span, .p-cm-campaign-list__items .l-header__gnav__megamenu__body .__title-2>span>span, .l-header__gnav__megamenu__body .p-cm-campaign-list__items .__title-2>span>span {
  display: inline-block
}

.p-cm-campaign-list__items .__lead {
  margin-top: 15px
}

.p-cm-campaign-list__items .__button {
  margin: 25px 0;
  text-align: center
}

.p-cm-campaign-list__items .__period {
  margin: 30px -1px -1px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71429;
  text-align: center;
  color: #fff;
  background: #e60020
}

.p-cm-campaign-list__items>* {
  width: 100%;
  border: 1px solid #e6e6e6
}

@media (max-width: 768px) {
  .p-cm-campaign-list__items>* {
    margin: 0
  }
}

.p-cm-campaign-list--col-1 .p-cm-campaign-list__items>*:nth-child(n+2) {
  margin-top: 30px
}

.p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__image {
  float: left;
  margin-right: 40px;
  width: calc((100% - 40px * 3) / 4)
}

.p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__text {
  overflow: hidden
}

.p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title, .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title-2 {
  display: inline-block;
  font-size: 22px;
  line-height: 1.54545;
  letter-spacing: .07em
}

.p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title:after, .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .l-header__gnav__megamenu__body .__title-2:after, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title-2:after {
  display: inline-block;
  position: static;
  margin-left: 15px
}

@media (max-width: 768px) {
  .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title, .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title-2 {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .1em
  }
}

@media (max-width: 768px) {
  .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* {
    margin: 0 0 25px
  }
  .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>*:nth-child(n+2) {
    margin-top: 0
  }
  .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__image {
    float: none;
    width: 100%;
    margin-right: 0
  }
  .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title, .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title-2 {
    display: block
  }
  .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title:after, .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .l-header__gnav__megamenu__body .__title-2:after, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-1 .p-cm-campaign-list__items>* .__title-2:after {
    position: absolute;
    margin-left: 0
  }
}

.p-cm-campaign-list--col-2 .p-cm-campaign-list__items>* {
  margin-left: 40px;
  width: calc((100% - 40px * 1) / 2)
}

.p-cm-campaign-list--col-2 .p-cm-campaign-list__items>*:nth-child(n+3) {
  margin-top: 30px
}

.p-cm-campaign-list--col-2 .p-cm-campaign-list__items>*:nth-child(2n+1) {
  margin-left: 0
}

.p-cm-campaign-list--col-2 .p-cm-campaign-list__items>* .__image {
  float: left;
  margin-right: 40px;
  width: calc((100% - 40px) / 2)
}

.p-cm-campaign-list--col-2 .p-cm-campaign-list__items>* .__text {
  overflow: hidden
}

@media (max-width: 768px) {
  .p-cm-campaign-list--col-2 .p-cm-campaign-list__items>* {
    width: 100%;
    margin: 0 0 25px
  }
  .p-cm-campaign-list--col-2 .p-cm-campaign-list__items>* .__image {
    float: none;
    width: 100%;
    margin-right: 0
  }
  .p-cm-campaign-list--col-2 .p-cm-campaign-list__items>*:nth-child(n+3) {
    margin-top: 0
  }
}

.p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* {
  margin-left: 40px;
  width: calc((99.9% - 40px * 2) / 3)
}

.p-cm-campaign-list--col-3 .p-cm-campaign-list__items>*:nth-child(n+4) {
  margin-top: 30px
}

.p-cm-campaign-list--col-3 .p-cm-campaign-list__items>*:nth-child(3n+1) {
  margin-left: 0
}

.p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* .__image+.__text .__title:before, .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* .__image+.__text .l-header__gnav__megamenu__body .__title-2:before, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* .__image+.__text .__title-2:before {
  height: 3.5em
}

@media (max-width: 768px) {
  .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* {
    width: 100%;
    margin: 0 0 25px
  }
  .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* .__image+.__text .__title:before, .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* .__image+.__text .l-header__gnav__megamenu__body .__title-2:before, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>* .__image+.__text .__title-2:before {
    height: auto
  }
  .p-cm-campaign-list--col-3 .p-cm-campaign-list__items>*:nth-child(n+4) {
    margin-top: 0
  }
}

.p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* {
  margin-left: 40px;
  width: calc((100% - 40px * 3) / 4)
}

.p-cm-campaign-list--col-4 .p-cm-campaign-list__items>*:nth-child(n+5) {
  margin-top: 30px
}

.p-cm-campaign-list--col-4 .p-cm-campaign-list__items>*:nth-child(4n+1) {
  margin-left: 0
}

.p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* .__image+.__text .__title:before, .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* .__image+.__text .l-header__gnav__megamenu__body .__title-2:before, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* .__image+.__text .__title-2:before {
  height: 3.5em
}

@media (max-width: 768px) {
  .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* {
    width: 100%;
    margin: 0 0 25px
  }
  .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* .__image+.__text .__title:before, .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* .__image+.__text .l-header__gnav__megamenu__body .__title-2:before, .l-header__gnav__megamenu__body .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>* .__image+.__text .__title-2:before {
    height: auto
  }
  .p-cm-campaign-list--col-4 .p-cm-campaign-list__items>*:nth-child(n+5) {
    margin-top: 0
  }
}

.p-school-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 70px;
  background: #faf7df
}

@media (max-width: 768px) {
  .p-school-header {
    margin: 0 -20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-school-header__pct {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40%
}

@media (max-width: 768px) {
  .p-school-header__pct {
    width: 100%
  }
}

.p-school-header__pct img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}

.p-school-header__text {
  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;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 60%;
  padding: 0 30px;
  line-height: 1.71429;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media (max-width: 768px) {
  .p-school-header__text {
    display: block;
    padding: 30px 20px;
    width: 100%
  }
}

.p-school-header .__title, .p-school-header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-school-header .__title-2 {
  font-size: 30px;
  font-weight: 200;
  color: #e60020;
  letter-spacing: .04em
}

@media (max-width: 768px) {
  .p-school-header .__title, .p-school-header .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-school-header .__title-2 {
    font-size: 24px;
    text-align: center
  }
}

.p-school-header .__lead {
  margin-top: 15px
}

.p-faq-list {
  border-top: 1px solid #d9d9d9
}

.p-faq-list dt {
  position: relative;
  padding: 12px 40px 12px 50px;
  border: 1px solid #d9d9d9;
  border-top: none;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease
}

.p-faq-list dt.is-open {
  background: #f2f2f2
}

.p-faq-list dt:before {
  content: 'Q';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  color: #fff;
  background: #e60020;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600
}

.p-faq-list dt:after, .p-faq-list dt>span:before, .p-faq-list dt>span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px
}

.p-faq-list dt:after {
  margin-top: -11px;
  width: 21px;
  height: 21px;
  background: #ccc;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease
}

.p-faq-list dt.is-open:after {
  background: #808080;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.p-faq-list dt>span:before, .p-faq-list dt>span:after {
  width: 11px;
  height: 1px;
  margin-top: -1px;
  margin-right: 5px;
  background: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 1
}

.p-faq-list dt>span:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.p-faq-list dt.is-open>span:before {
  -webkit-transform: rotate(90deg) translateX(-8px);
  transform: rotate(90deg) translateX(-8px);
  opacity: 0
}

.p-faq-list dt>span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.p-faq-list dd {
  display: none;
  padding: 25px 20px 25px 50px;
  border: 1px solid #d9d9d9;
  border-top: none
}

.p-faq-list dd>* {
  margin-bottom: 20px
}

.p-faq-list dd>*:first-child {
  margin-top: 0
}

.p-faq-list dd>*:last-child {
  margin-bottom: 0
}

.p-faq-search {
  padding: 28px;
  max-width: 800px;
  background: #faf7df
}

@media (max-width: 768px) {
  .p-faq-search {
    margin-left: -20px;
    margin-right: -20px;
    padding: 25px 20px
  }
}

.p-faq-search__tab {
  display: none;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px
}

@media (max-width: 768px) {
  .p-faq-search__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .p-faq-search__tab li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .p-faq-search__tab li.__sep:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1.5em;
    background: rgba(0, 0, 0, 0.15);
    vertical-align: middle
  }
  .p-faq-search__tab a {
    display: block;
    text-decoration: none;
    border-bottom: 2px solid transparent
  }
  .p-faq-search__tab a:hover {
    text-decoration: none
  }
  .p-faq-search__tab a.is-current {
    border-bottom-color: #e60020
  }
}

@media (max-width: 768px) {
  .p-faq-search__product, .p-faq-search__purpose {
    display: none
  }
  .p-faq-search__product.is-current, .p-faq-search__purpose.is-current {
    display: block
  }
}

.p-faq-search__product__title, .p-faq-search__purpose__title {
  color: #000;
  margin-bottom: 7px
}

@media (max-width: 768px) {
  .p-faq-search__product__title, .p-faq-search__purpose__title {
    display: none
  }
}

.p-faq-search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media (max-width: 768px) {
  .p-faq-search__content {
    display: block
  }
}

.p-faq-search__product {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 500px;
  flex: 1 0 500px
}

.p-faq-search__product__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.35;
  background: #fff
}

@media (max-width: 768px) {
  .p-faq-search__product__list {
    display: block;
    border: none
  }
}

.p-faq-search__product__list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100%;
  pointer-events: none
}

.p-faq-search__product__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 66px
}

.p-faq-search__product__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

@media (max-width: 768px) {
  .p-faq-search__product__list a {
    border-right: none
  }
}

.p-faq-search__product__list a:hover {
  text-decoration: none
}

.p-faq-search__product__list .__image {
  width: 90px
}

.p-faq-search__product__list .__image img {
  display: block;
  margin: auto
}

.p-faq-search__product__list .__text {
  padding-right: 10px
}

.p-faq-search__purpose {
  margin-left: 28px
}

@media (max-width: 768px) {
  .p-faq-search__purpose {
    margin-left: 0
  }
}

.p-faq-search__purpose__list {
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.35;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5
}

.p-faq-search__purpose__list li {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5
}

.p-faq-search__purpose__list a {
  padding: 12px 15px;
  display: block;
  text-decoration: none
}

.p-faq-search__purpose__list a:hover {
  text-decoration: none
}

.p-faq-search__product__list+*, .p-faq-search__purpose__list+* {
  margin-top: 15px
}

.p-faq-index {
  font-size: 16px;
  line-height: 1.625
}

.p-faq-index a {
  color: inherit;
  text-decoration: none
}

.p-faq-index a:hover {
  text-decoration: underline
}

.p-faq-index li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 32px
}

.p-faq-index li:last-child {
  margin-bottom: 0
}

.p-faq-index li:before {
  content: 'Q';
  display: inline-block;
  position: absolute;
  top: .22em;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 20px;
  font-family: "acumin-pro-condensed", sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #e60020;
  border-radius: 50%
}

.p-safety-outline {
  padding: 10px;
  background: url(../img/stripe_bg_01.png)
}

.p-safety-outline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  background: #fff
}

@media (max-width: 768px) {
  .p-safety-outline__item {
    display: block
  }
}

.p-safety-outline__item:first-child {
  margin-top: 0
}

.p-safety-outline__item .__text {
  padding: 25px 30px
}

.p-safety-outline__item .__title, .p-safety-outline__item .l-header__gnav__megamenu__body .__title-2, .l-header__gnav__megamenu__body .p-safety-outline__item .__title-2 {
  margin-bottom: 10px;
  color: #e60020;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .07em
}

.p-safety-outline__item .__detail {
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: .02em
}

.p-safety-outline__item .__pct {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px
}

.p-safety-outline__item .__pct img {
  display: block
}

@media (max-width: 768px) {
  .p-safety-outline__item .__pct img {
    width: 100%
  }
}

.p-safety-nav {
  margin: 0 -20px;
  padding: 15px 25px;
  background: #f9d2d1;
  max-width: none
}

html.layout-narrow .p-safety-nav {
  max-width: none
}

.p-safety-nav__inner {
  letter-spacing: -.4em;
  margin: auto;
  max-width: 1040px;
  text-align: center
}

.p-safety-nav__inner>* {
  display: inline-block;
  letter-spacing: normal
}

.p-safety-nav__inner>* {
  position: relative;
  margin: 12px
}

.p-safety-nav__inner>*:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid #fff;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-safety-nav__inner>*:first-child:before {
  content: none
}

.p-safety-nav__inner a {
  display: block;
  width: 120px;
  text-align: center;
  font-size: 14px;
  line-height: 2.14286;
  letter-spacing: .02em;
  text-decoration: none;
  color: #e60020;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease
}

.p-safety-nav__inner a:hover, .p-safety-nav__inner a.is-current {
  color: #fff;
  background: #e60020
}

.p-safety-stepnav {
  margin: 80px auto;
  background: #f2f2f2
}

@media (max-width: 768px) {
  .p-safety-stepnav {
    margin-left: -20px;
    margin-right: -20px
  }
  .p-safety-stepnav, html.layout-narrow .p-safety-stepnav {
    max-width: none
  }
}

.p-safety-stepnav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.p-safety-stepnav__inner>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: center;
  font-size: 13px
}

@media (max-width: 768px) {
  .p-safety-stepnav__inner>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }
  .p-safety-stepnav__inner>*:first-child, .p-safety-stepnav__inner>*:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 7%;
    flex: 1 1 7%
  }
}

.p-safety-stepnav__inner>*:first-child {
  text-align: left;
  font-size: 15px
}

.p-safety-stepnav__inner>*:first-child a:before {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #e60020;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.p-safety-stepnav__inner>*:last-child {
  text-align: right;
  font-size: 15px
}

.p-safety-stepnav__inner>*:last-child a:after {
  content: "";
  font-family: 'nisshin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #e60020;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.p-safety-stepnav__inner>* a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none
}

.p-safety-stepnav__inner>* a:hover {
  text-decoration: underline
}

@media (max-width: 768px) {
  .p-safety-stepnav__inner>* a>span {
    display: none
  }
}

.p-group-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-group-functions dl {
  width: calc(50% - 40px)
}

.p-group-functions dl:nth-child(n+3) {
  margin-top: 40px
}

@media (max-width: 768px) {
  .p-group-functions dl {
    width: 100%
  }
  .p-group-functions dl:nth-child(n+2) {
    margin-top: 40px
  }
}

.p-group-functions dt strong {
  display: block;
  margin-bottom: 15px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 100;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -.01em
}

.p-group-functions dt span {
  display: block;
  font-weight: 500;
  letter-spacing: .07em
}

.p-group-functions dd {
  margin-top: 20px
}

.p-group-message {
  margin-bottom: 60px;
  background: #a58f8a
}

@media (max-width: 768px) {
  .p-group-message {
    margin-bottom: 20px
  }
}

.p-group-message, html.layout-narrow .p-group-message {
  max-width: none;
  margin-left: -20px;
  margin-right: -20px
}

@media (max-width: 768px) {
  .p-group-message picture {
    display: block;
    text-align: right;
    font-size: 0
  }
}

.p-group-message img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto
}

@media (max-width: 768px) {
  .p-group-message img {
    display: inline-block
  }
}

.c-group-idea {
  padding: 40px;
  color: #fff;
  background: #a18c87;
  text-align: center
}

@media (max-width: 768px) {
  .c-group-idea {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px
  }
}

.c-group-idea__pct {
  margin-bottom: 30px
}

.c-group-idea__text {
  margin: auto;
  max-width: 65%;
  text-align: left
}

@media (max-width: 768px) {
  .c-group-idea__text {
    max-width: none
  }
}

.p-research-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 768px) {
  .p-research-top-section {
    margin-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-research-top-section__pct {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right
}

@media (max-width: 768px) {
  .p-research-top-section__pct {
    margin-bottom: 20px
  }
}

.p-research-top-section__pct img {
  max-width: 100%
}

.p-research-top-section__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 50px;
  font-size: 16px
}

@media (max-width: 768px) {
  .p-research-top-section__txt {
    padding: 0
  }
}

.p-research-top-section__txt>* {
  margin-bottom: 1.5em
}

.p-research-top-section__txt>*:last-child {
  margin-bottom: 0
}

.p-research-paper-list {
  line-height: 1.86667
}

.p-research-paper-list li {
  padding: .75em 0;
  border-top: 1px solid #d9d9d9
}

.p-research-paper-list li:last-child {
  border-bottom: 1px solid #d9d9d9
}

.p-research-paper-list li span {
  display: block;
  font-size: 86.66667%;
  color: #555
}

#pdcaBox {
  padding: 40px;
  background: #f2f2f2
}

@media (max-width: 768px) {
  #pdcaBox {
    padding: 20px
  }
}

#pdcaBox>* {
  margin-bottom: 1.5em
}

#pdcaBox>*:last-child {
  margin-bottom: 0
}

#pdcaBox .planBox, #pdcaBox .doBox, #pdcaBox .check_actionBox {
  padding: 30px;
  background: #fff
}

@media (max-width: 768px) {
  #pdcaBox .planBox, #pdcaBox .doBox, #pdcaBox .check_actionBox {
    padding: 20px
  }
}

#pdcaBox .planBox dt, #pdcaBox .doBox dt, #pdcaBox .check_actionBox dt {
  margin-bottom: 10px;
  color: #e60020;
  font-size: 16px;
  font-weight: normal
}

#pdcaBox .planBox dd>*, #pdcaBox .doBox dd>*, #pdcaBox .check_actionBox dd>* {
  margin-bottom: 1em
}

#pdcaBox .planBox dd>*:last-child, #pdcaBox .doBox dd>*:last-child, #pdcaBox .check_actionBox dd>*:last-child {
  margin-bottom: 0
}

#pdcaBox .doBox {
  position: relative;
  margin-bottom: 40px
}

#pdcaBox .doBox:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -45px;
  border-top: 37px solid #fff;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-bottom: 0 solid transparent
}

.stance {
  margin-bottom: 60px
}

.stance>dl>dt br {
  display: none
}

.objective dt {
  font-weight: bolder
}

.objective dd>* {
  margin-bottom: 1em
}

.objective dd>*:last-child {
  margin-bottom: 0
}

.objective dl {
  margin-left: 1.5em
}

.bnumreportBox {
  margin-top: 50px
}

.bnumreportBox>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.bnumreportBox>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 40px * 2) / 2);
  flex: 0 1 calc((100% - 40px * 2) / 2);
  -ms-flex-preferred-size: calc((100% - 40px * 2) / 2);
  flex-basis: calc((100% - 40px * 2) / 2);
  margin-bottom: 1.5em;
  margin-left: 40px
}

.bnumreportBox>ul>li:nth-child(2n+1) {
  margin-left: 0
}

@media (max-width: 768px) {
  .bnumreportBox>ul>li {
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
  }
}

.bnumreportBox>ul>li img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px
}

.bnumreportBox>ul>li ul {
  margin-left: 10px
}

.sp10-04 {
  position: relative;
  padding: 20px 250px 20px 20px;
  background: #f5f3e5;
  min-height: 230px
}

@media (max-width: 768px) {
  .sp10-04 {
    padding: 15px
  }
}

.sp10-04 .pct {
  position: absolute;
  right: 20px;
  bottom: 0
}

@media (max-width: 768px) {
  .sp10-04 .pct {
    position: static;
    margin-bottom: 10px
  }
}

.sp10-04 .pct img {
  display: block
}

.sp10-04 .name {
  color: #5c7d11
}

.p-csr-message {
  margin-bottom: 80px
}

@media (max-width: 768px) {
  .p-csr-message {
    margin-bottom: 20px
  }
}

.p-csr-message img {
  display: block;
  max-width: 100%;
  height: auto
}

.p-csr-download-list {
  margin-bottom: 80px;
  max-width: 500px;
  padding: 10px;
  background: url(../img/stripe_bg_01.png)
}

.p-csr-download-list__inner {
  padding: 35px 40px;
  background: #fff;
  margin-left: 10px
}

.p-csr-download-list__inner>* {
  margin-bottom: 20px
}

.p-csr-download-list__inner>*:first-child {
  margin-top: 0
}

.p-csr-download-list__inner>*:last-child {
  margin-bottom: 0
}

.p-csr-download-list__inner:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .p-csr-download-list__inner {
    margin-left: 0;
    margin-top: 10px;
    padding: 20px
  }
  .p-csr-download-list__inner:first-child {
    margin-top: 0
  }
}

.p-csr-download-list .c-index-list__items>:before {
  content: none
}

.p-csr-download-list .c-index-list__items .__image {
  width: auto
}

.p-ir-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 10px;
  background: url(../img/stripe_bg_01.png)
}

@media (max-width: 768px) {
  .p-ir-top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-ir-top-section>* {
  padding: 35px 40px;
  background: #fff;
  margin-left: 10px
}

.p-ir-top-section>*>* {
  margin-bottom: 20px
}

.p-ir-top-section>*>*:first-child {
  margin-top: 0
}

.p-ir-top-section>*>*:last-child {
  margin-bottom: 0
}

.p-ir-top-section>*:first-child {
  margin-left: 0
}

@media (max-width: 768px) {
  .p-ir-top-section>* {
    margin-left: 0;
    margin-top: 10px;
    padding: 20px
  }
  .p-ir-top-section>*:first-child {
    margin-top: 0
  }
}

.p-ir-top-section__index {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

@media (max-width: 768px) {
  .p-ir-top-section__index {
    padding-top: 0
  }
}

.p-ir-top-section__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fcfbef;
  text-align: center
}

.p-ir-top-section .c-index-list__items>:before {
  content: none
}

.p-ir-top-section .c-index-list__items .__image {
  width: auto
}

.p-release-article__date {
  margin-top: 70px;
  text-align: right;
  font-size: 13px;
  letter-spacing: .02em;
  color: #333
}

@media (max-width: 768px) {
  .p-release-article__date {
    margin-top: 25px
  }
}

.p-release-article__title {
  margin-top: 20px;
  margin-bottom: 70px;
  color: #e60020;
  text-align: center;
  font-size: 26px;
  font-weight: 200;
  line-height: 1.76923
}

@media (max-width: 768px) {
  .p-release-article__title {
    margin-top: 15px;
    margin-bottom: 60px;
    font-size: 20px;
    text-align: center;
    line-height: 1.75
  }
}

.p-release-article__body>* {
  margin-bottom: 20px
}

.p-release-article__body>*:first-child {
  margin-top: 0
}

.p-release-article__body>*:last-child {
  margin-bottom: 0
}

.p-release-article__body table.data {
  border-collapse: collapse;
  margin: 0 0 15px 0
}

.p-release-article__body table.data th, .p-release-article__body table.data td {
  padding: 5px;
  border: 1px solid #cccccc
}

.p-release-article__body table.data th, .p-release-article__body table.data td {
  padding: 5px;
  border: 1px solid #cccccc
}

.p-release-article__body table.data th {
  background: #f1f3f5;
  font-weight: normal;
  text-align: left
}

.p-release-article__body .center {
  text-align: center !important
}

.p-release-article__body .right {
  text-align: right !important
}

.p-release-article__body .box {
  padding: 5px;
  border: 1px solid #cccccc;
  margin-bottom: 10px
}

.p-release-article__body strong {
  font-weight: bold
}

.p-release-article__body p.subtitle {
  display: inline;
  padding: 3px 20px 3px 3px;
  line-height: 1.5
}

.p-release-article__body p.subtitle span {
  border: 1px solid #000000;
  padding: 2px 3px 0 2px
}

.p-release-article__body img.photo {
  margin: 10px
}

.p-release-article__body .not_bold {
  font-weight: normal !important
}

.p-release-article__body .mg0 {
  margin-bottom: 0 !important
}

.p-release-article__body .not_indent {
  text-indent: 0 !important
}

.p-release-article__body .mark {
  text-indent: -1em !important;
  margin-left: 1em !important
}

.p-release-article__body .mark_half {
  text-indent: -0.5em !important;
  margin-left: 0.5em !important
}

.p-release-article__body .margin_left_1em {
  margin-left: 1em
}

.p-release-article__body #releasebox table {
  border-collapse: collapse;
  border: #999 solid 1px
}

.p-release-article__body #releasebox td, .p-release-article__body #releasebox th {
  padding: 5px;
  border: #999 solid 1px
}

.p-release-article__body #releasebox th {
  vertical-align: top
}

.p-release-article__body #releasebox .align-top {
  vertical-align: top
}

.p-release-article__body #releasebox table.bordernone {
  border-collapse: collapse;
  border: none
}

.p-release-article__body #releasebox td.bordernone {
  border: none
}

.p-release-article__body table.layout {
  border-collapse: collapse;
  margin: 0 0 15px 0;
  border: none !important;
  background: none !important
}

.p-release-article__body table.layout caption {
  font-weight: bold
}

.p-release-article__body table.layout th, .p-release-article__body table.layout td {
  vertical-align: top;
  border: none !important;
  background: none !important
}

.p-release-article__body table.layout th.nowrap, .p-release-article__body table.layout td.nowrap {
  white-space: nowrap
}

.p-release-article__body table.layout th.nowrap {
  padding-right: 1em
}

.p-release-article__body table.layout_dot {
  border: none !important;
  background: none !important
}

.p-release-article__body table.layout_dot td {
  border-collapse: collapse;
  margin: 0 0 15px 0;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  background: none !important;
  vertical-align: top;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px
}

.p-release-article__body table.layout_dot .no_border {
  border: none !important
}

.p-release-article__body .font-i {
  font-style: italic
}

.p-policy .c-hd-4 {
  margin: 1em auto
}

.p-policy .c-ol.main {
  list-style-type: none;
  counter-reset: item;
  padding-left: 0
}

.p-policy .c-ol.main>li {
  margin-bottom: 2em
}

.p-policy .c-ol.main>li:before {
  display: inline-block;
  width: 3em;
  counter-increment: item;
  content: "（" counter(item) "）"
}

.p-policy .c-ol.main>li ul {
  padding-left: 5em
}

.p-policy .c-ol.main>li p {
  padding-left: 3em
}

.p-sitemap {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}

@media (max-width: 768px) {
  .p-sitemap {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

.p-sitemap a {
  text-decoration: none
}

.p-sitemap a:hover {
  text-decoration: underline
}

.p-sitemap ul {
  padding-left: 2em
}

.p-sitemap>li {
  margin-bottom: 2em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid
}

.p-sitemap>li>a {
  display: block
}

.p-sitemap>li>a:hover {
  text-decoration: none
}

.p-sitemap>li:first-child>a {
  margin-top: 0
}

.p-sitemap>li>ul {
  list-style: outside disc
}

.p-sitemap>li>ul>li ul {
  margin-bottom: 1em;
  font-size: 13px;
  color: #555
}

.p-sitemap>li>ul>li ul li {
  list-style: outside square
}

.p-404-top-section {
  font-size: 14px;
  text-align: center
}

.p-404-top-section__title {
  margin-bottom: 2em;
  font-size: 15px;
  font-weight: 500
}

.p-404-top-section__body {
  margin-bottom: 1em
}

.p-404-top-section__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3em 0
}

.p-404-top-section__search>* {
  margin-left: 12px
}

.p-404-top-section__search>*:first-child {
  margin-left: 0
}

.p-404-top-section__links {
  font-weight: 500
}

.p-404-top-section__links ul {
  letter-spacing: -.4em
}

.p-404-top-section__links ul>* {
  display: inline-block;
  letter-spacing: normal
}

.p-404-top-section__links li {
  margin-right: 1.5em
}

.p-404-top-section__links li:last-child {
  margin-right: 0
}

.u-w0 {
  width: 0%
}

.u-w5 {
  width: 5%
}

.u-w10 {
  width: 10%
}

.u-w15 {
  width: 15%
}

.u-w20 {
  width: 20%
}

.u-w25 {
  width: 25%
}

.u-w30 {
  width: 30%
}

.u-w35 {
  width: 35%
}

.u-w40 {
  width: 40%
}

.u-w45 {
  width: 45%
}

.u-w50 {
  width: 50%
}

.u-w55 {
  width: 55%
}

.u-w60 {
  width: 60%
}

.u-w65 {
  width: 65%
}

.u-w70 {
  width: 70%
}

.u-w75 {
  width: 75%
}

.u-w80 {
  width: 80%
}

.u-w85 {
  width: 85%
}

.u-w90 {
  width: 90%
}

.u-w95 {
  width: 95%
}

.u-w100 {
  width: 100%
}

@media (max-width: 768px) {
  .u-w0sp {
    width: 0%
  }
  .u-w5sp {
    width: 5%
  }
  .u-w10sp {
    width: 10%
  }
  .u-w15sp {
    width: 15%
  }
  .u-w20sp {
    width: 20%
  }
  .u-w25sp {
    width: 25%
  }
  .u-w30sp {
    width: 30%
  }
  .u-w35sp {
    width: 35%
  }
  .u-w40sp {
    width: 40%
  }
  .u-w45sp {
    width: 45%
  }
  .u-w50sp {
    width: 50%
  }
  .u-w55sp {
    width: 55%
  }
  .u-w60sp {
    width: 60%
  }
  .u-w65sp {
    width: 65%
  }
  .u-w70sp {
    width: 70%
  }
  .u-w75sp {
    width: 75%
  }
  .u-w80sp {
    width: 80%
  }
  .u-w85sp {
    width: 85%
  }
  .u-w90sp {
    width: 90%
  }
  .u-w95sp {
    width: 95%
  }
  .u-w100sp {
    width: 100%
  }
}

.u-fz0p {
  font-size: 0%
}

.u-fz5p {
  font-size: 5%
}

.u-fz10p {
  font-size: 10%
}

.u-fz15p {
  font-size: 15%
}

.u-fz20p {
  font-size: 20%
}

.u-fz25p {
  font-size: 25%
}

.u-fz30p {
  font-size: 30%
}

.u-fz35p {
  font-size: 35%
}

.u-fz40p {
  font-size: 40%
}

.u-fz45p {
  font-size: 45%
}

.u-fz50p {
  font-size: 50%
}

.u-fz55p {
  font-size: 55%
}

.u-fz60p {
  font-size: 60%
}

.u-fz65p {
  font-size: 65%
}

.u-fz70p {
  font-size: 70%
}

.u-fz75p {
  font-size: 75%
}

.u-fz80p {
  font-size: 80%
}

.u-fz85p {
  font-size: 85%
}

.u-fz90p {
  font-size: 90%
}

.u-fz95p {
  font-size: 95%
}

.u-fz100p {
  font-size: 100%
}

.u-wauto {
  width: auto
}

@media (max-width: 768px) {
  .u-wautosp {
    width: auto
  }
}

.u-alL {
  text-align: left !important
}

.u-alC {
  text-align: center !important
}

.u-alR {
  text-align: right !important
}

@media (max-width: 768px) {
  .u-alLsp {
    text-align: left !important
  }
  .u-alCsp {
    text-align: center !important
  }
  .u-alRsp {
    text-align: right !important
  }
}

.u-valT {
  vertical-align: top !important
}

.u-valM {
  vertical-align: middle !important
}

.u-valB {
  vertical-align: bottom !important
}

@media (max-width: 768px) {
  .u-valTsp {
    vertical-align: top !important
  }
  .u-valMsp {
    vertical-align: middle !important
  }
  .u-valBsp {
    vertical-align: bottom !important
  }
}

.u-mb0 {
  margin-bottom: 0 !important
}

.u-mt0 {
  margin-top: 0px !important
}

.u-ml0 {
  margin-left: 0px !important
}

.u-mr0 {
  margin-right: 0px !important
}

.u-mb0 {
  margin-bottom: 0px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt0sp {
    margin-top: 0px !important
  }
  [class*="u-ml"].u-ml0sp {
    margin-left: 0px !important
  }
  [class*="u-mr"].u-mr0sp {
    margin-right: 0px !important
  }
  [class*="u-mb"].u-mb0sp {
    margin-bottom: 0px !important
  }
}

.u-mt5 {
  margin-top: 5px !important
}

.u-ml5 {
  margin-left: 5px !important
}

.u-mr5 {
  margin-right: 5px !important
}

.u-mb5 {
  margin-bottom: 5px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt5sp {
    margin-top: 5px !important
  }
  [class*="u-ml"].u-ml5sp {
    margin-left: 5px !important
  }
  [class*="u-mr"].u-mr5sp {
    margin-right: 5px !important
  }
  [class*="u-mb"].u-mb5sp {
    margin-bottom: 5px !important
  }
}

.u-mt10 {
  margin-top: 10px !important
}

.u-ml10 {
  margin-left: 10px !important
}

.u-mr10 {
  margin-right: 10px !important
}

.u-mb10 {
  margin-bottom: 10px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt10sp {
    margin-top: 10px !important
  }
  [class*="u-ml"].u-ml10sp {
    margin-left: 10px !important
  }
  [class*="u-mr"].u-mr10sp {
    margin-right: 10px !important
  }
  [class*="u-mb"].u-mb10sp {
    margin-bottom: 10px !important
  }
}

.u-mt15 {
  margin-top: 15px !important
}

.u-ml15 {
  margin-left: 15px !important
}

.u-mr15 {
  margin-right: 15px !important
}

.u-mb15 {
  margin-bottom: 15px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt15sp {
    margin-top: 15px !important
  }
  [class*="u-ml"].u-ml15sp {
    margin-left: 15px !important
  }
  [class*="u-mr"].u-mr15sp {
    margin-right: 15px !important
  }
  [class*="u-mb"].u-mb15sp {
    margin-bottom: 15px !important
  }
}

.u-mt20 {
  margin-top: 20px !important
}

.u-ml20 {
  margin-left: 20px !important
}

.u-mr20 {
  margin-right: 20px !important
}

.u-mb20 {
  margin-bottom: 20px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt20sp {
    margin-top: 20px !important
  }
  [class*="u-ml"].u-ml20sp {
    margin-left: 20px !important
  }
  [class*="u-mr"].u-mr20sp {
    margin-right: 20px !important
  }
  [class*="u-mb"].u-mb20sp {
    margin-bottom: 20px !important
  }
}

.u-mt25 {
  margin-top: 25px !important
}

.u-ml25 {
  margin-left: 25px !important
}

.u-mr25 {
  margin-right: 25px !important
}

.u-mb25 {
  margin-bottom: 25px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt25sp {
    margin-top: 25px !important
  }
  [class*="u-ml"].u-ml25sp {
    margin-left: 25px !important
  }
  [class*="u-mr"].u-mr25sp {
    margin-right: 25px !important
  }
  [class*="u-mb"].u-mb25sp {
    margin-bottom: 25px !important
  }
}

.u-mt30 {
  margin-top: 30px !important
}

.u-ml30 {
  margin-left: 30px !important
}

.u-mr30 {
  margin-right: 30px !important
}

.u-mb30 {
  margin-bottom: 30px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt30sp {
    margin-top: 30px !important
  }
  [class*="u-ml"].u-ml30sp {
    margin-left: 30px !important
  }
  [class*="u-mr"].u-mr30sp {
    margin-right: 30px !important
  }
  [class*="u-mb"].u-mb30sp {
    margin-bottom: 30px !important
  }
}

.u-mt35 {
  margin-top: 35px !important
}

.u-ml35 {
  margin-left: 35px !important
}

.u-mr35 {
  margin-right: 35px !important
}

.u-mb35 {
  margin-bottom: 35px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt35sp {
    margin-top: 35px !important
  }
  [class*="u-ml"].u-ml35sp {
    margin-left: 35px !important
  }
  [class*="u-mr"].u-mr35sp {
    margin-right: 35px !important
  }
  [class*="u-mb"].u-mb35sp {
    margin-bottom: 35px !important
  }
}

.u-mt40 {
  margin-top: 40px !important
}

.u-ml40 {
  margin-left: 40px !important
}

.u-mr40 {
  margin-right: 40px !important
}

.u-mb40 {
  margin-bottom: 40px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt40sp {
    margin-top: 40px !important
  }
  [class*="u-ml"].u-ml40sp {
    margin-left: 40px !important
  }
  [class*="u-mr"].u-mr40sp {
    margin-right: 40px !important
  }
  [class*="u-mb"].u-mb40sp {
    margin-bottom: 40px !important
  }
}

.u-mt45 {
  margin-top: 45px !important
}

.u-ml45 {
  margin-left: 45px !important
}

.u-mr45 {
  margin-right: 45px !important
}

.u-mb45 {
  margin-bottom: 45px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt45sp {
    margin-top: 45px !important
  }
  [class*="u-ml"].u-ml45sp {
    margin-left: 45px !important
  }
  [class*="u-mr"].u-mr45sp {
    margin-right: 45px !important
  }
  [class*="u-mb"].u-mb45sp {
    margin-bottom: 45px !important
  }
}

.u-mt50 {
  margin-top: 50px !important
}

.u-ml50 {
  margin-left: 50px !important
}

.u-mr50 {
  margin-right: 50px !important
}

.u-mb50 {
  margin-bottom: 50px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt50sp {
    margin-top: 50px !important
  }
  [class*="u-ml"].u-ml50sp {
    margin-left: 50px !important
  }
  [class*="u-mr"].u-mr50sp {
    margin-right: 50px !important
  }
  [class*="u-mb"].u-mb50sp {
    margin-bottom: 50px !important
  }
}

.u-mt55 {
  margin-top: 55px !important
}

.u-ml55 {
  margin-left: 55px !important
}

.u-mr55 {
  margin-right: 55px !important
}

.u-mb55 {
  margin-bottom: 55px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt55sp {
    margin-top: 55px !important
  }
  [class*="u-ml"].u-ml55sp {
    margin-left: 55px !important
  }
  [class*="u-mr"].u-mr55sp {
    margin-right: 55px !important
  }
  [class*="u-mb"].u-mb55sp {
    margin-bottom: 55px !important
  }
}

.u-mt60 {
  margin-top: 60px !important
}

.u-ml60 {
  margin-left: 60px !important
}

.u-mr60 {
  margin-right: 60px !important
}

.u-mb60 {
  margin-bottom: 60px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt60sp {
    margin-top: 60px !important
  }
  [class*="u-ml"].u-ml60sp {
    margin-left: 60px !important
  }
  [class*="u-mr"].u-mr60sp {
    margin-right: 60px !important
  }
  [class*="u-mb"].u-mb60sp {
    margin-bottom: 60px !important
  }
}

.u-mt65 {
  margin-top: 65px !important
}

.u-ml65 {
  margin-left: 65px !important
}

.u-mr65 {
  margin-right: 65px !important
}

.u-mb65 {
  margin-bottom: 65px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt65sp {
    margin-top: 65px !important
  }
  [class*="u-ml"].u-ml65sp {
    margin-left: 65px !important
  }
  [class*="u-mr"].u-mr65sp {
    margin-right: 65px !important
  }
  [class*="u-mb"].u-mb65sp {
    margin-bottom: 65px !important
  }
}

.u-mt70 {
  margin-top: 70px !important
}

.u-ml70 {
  margin-left: 70px !important
}

.u-mr70 {
  margin-right: 70px !important
}

.u-mb70 {
  margin-bottom: 70px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt70sp {
    margin-top: 70px !important
  }
  [class*="u-ml"].u-ml70sp {
    margin-left: 70px !important
  }
  [class*="u-mr"].u-mr70sp {
    margin-right: 70px !important
  }
  [class*="u-mb"].u-mb70sp {
    margin-bottom: 70px !important
  }
}

.u-mt75 {
  margin-top: 75px !important
}

.u-ml75 {
  margin-left: 75px !important
}

.u-mr75 {
  margin-right: 75px !important
}

.u-mb75 {
  margin-bottom: 75px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt75sp {
    margin-top: 75px !important
  }
  [class*="u-ml"].u-ml75sp {
    margin-left: 75px !important
  }
  [class*="u-mr"].u-mr75sp {
    margin-right: 75px !important
  }
  [class*="u-mb"].u-mb75sp {
    margin-bottom: 75px !important
  }
}

.u-mt80 {
  margin-top: 80px !important
}

.u-ml80 {
  margin-left: 80px !important
}

.u-mr80 {
  margin-right: 80px !important
}

.u-mb80 {
  margin-bottom: 80px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt80sp {
    margin-top: 80px !important
  }
  [class*="u-ml"].u-ml80sp {
    margin-left: 80px !important
  }
  [class*="u-mr"].u-mr80sp {
    margin-right: 80px !important
  }
  [class*="u-mb"].u-mb80sp {
    margin-bottom: 80px !important
  }
}

.u-mt85 {
  margin-top: 85px !important
}

.u-ml85 {
  margin-left: 85px !important
}

.u-mr85 {
  margin-right: 85px !important
}

.u-mb85 {
  margin-bottom: 85px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt85sp {
    margin-top: 85px !important
  }
  [class*="u-ml"].u-ml85sp {
    margin-left: 85px !important
  }
  [class*="u-mr"].u-mr85sp {
    margin-right: 85px !important
  }
  [class*="u-mb"].u-mb85sp {
    margin-bottom: 85px !important
  }
}

.u-mt90 {
  margin-top: 90px !important
}

.u-ml90 {
  margin-left: 90px !important
}

.u-mr90 {
  margin-right: 90px !important
}

.u-mb90 {
  margin-bottom: 90px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt90sp {
    margin-top: 90px !important
  }
  [class*="u-ml"].u-ml90sp {
    margin-left: 90px !important
  }
  [class*="u-mr"].u-mr90sp {
    margin-right: 90px !important
  }
  [class*="u-mb"].u-mb90sp {
    margin-bottom: 90px !important
  }
}

.u-mt95 {
  margin-top: 95px !important
}

.u-ml95 {
  margin-left: 95px !important
}

.u-mr95 {
  margin-right: 95px !important
}

.u-mb95 {
  margin-bottom: 95px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt95sp {
    margin-top: 95px !important
  }
  [class*="u-ml"].u-ml95sp {
    margin-left: 95px !important
  }
  [class*="u-mr"].u-mr95sp {
    margin-right: 95px !important
  }
  [class*="u-mb"].u-mb95sp {
    margin-bottom: 95px !important
  }
}

.u-mt100 {
  margin-top: 100px !important
}

.u-ml100 {
  margin-left: 100px !important
}

.u-mr100 {
  margin-right: 100px !important
}

.u-mb100 {
  margin-bottom: 100px !important
}

@media (max-width: 768px) {
  [class*="u-mt"].u-mt100sp {
    margin-top: 100px !important
  }
  [class*="u-ml"].u-ml100sp {
    margin-left: 100px !important
  }
  [class*="u-mr"].u-mr100sp {
    margin-right: 100px !important
  }
  [class*="u-mb"].u-mb100sp {
    margin-bottom: 100px !important
  }
}

.u-fz80p {
  font-size: 80%
}

.u-fz90p {
  font-size: 90%
}

.u-fz100p {
  font-size: 100%
}

.u-fz110p {
  font-size: 110%
}

.u-fz120p {
  font-size: 120%
}

.u-fz130p {
  font-size: 130%
}

.u-fz140p {
  font-size: 140%
}

.u-fz150p {
  font-size: 150%
}

.u-wb {
  word-break: break-all;
  word-wrap: break-word
}

.u-spbr {
  display: none
}

@media (max-width: 768px) {
  .u-spbr {
    display: block
  }
}

@media (max-width: 768px) {
  .u-pcbr {
    display: none
  }
}

.__mds {
  position: relative;
  margin: 50px auto 20px;
  padding: 4px 15px;
  color: #fff;
  background: #ccc;
  font-size: 15px;
  font-weight: 500
}

.__mds:before {
  content: '';
  position: absolute;
  top: -50px;
  right: 3px;
  bottom: -20px;
  width: 0;
  border-left: 1px dashed rgba(0, 0, 0, 0.2)
}

@media (max-width: 768px) {
  .__mds {
    margin-left: -20px;
    margin-right: -20px
  }
}

.__mds code {
  display: inline-block;
  margin-left: 1em;
  font-size: 12px;
  letter-spacing: normal;
  font-family: 'Lucida Console', monospace
}

.__mds code b {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3)
}

.__dummy-div {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px dashed #ccc;
  padding: 120px 40px;
  text-align: center;
  font-size: 20px;
  color: silver
}

.__dummy-div:before {
  content: '';
  position: absolute;
  top: -42px;
  right: 20px;
  bottom: -42px;
  width: 6px;
  border-top: 1px solid cyan;
  border-bottom: 1px solid cyan;
  background: rgba(0, 255, 255, 0.1);
  opacity: .7
}


/*# sourceMappingURL=maps/common.css.map */


/*追加*/

.c-release-list__items li .__tag[data-tag="product"]:before {
  background: #bb9d57;
}

.c-release-list__items li .__tag[data-tag="notice"]:before {
  background: #fdab01;
}

.c-release-list__items li .__tag[data-tag="cm"]:before {
  background: #ff84b3;
}

.c-release-list__items li .__tag[data-tag="organization"]:before {
  background: #e60020;
}

.c-release-list__items li .__tag[data-tag="event"]:before {
  background: #7e4527;
}

.c-release-list__items li .__tag[data-tag="csr"]:before {
  background: #3aadaa;
}


/*追加 2021.6.17*/

.c-release-list__items li .__title .__text br {
  display: none;
}
