@charset "UTF-8";
/* ======== common ======== */
@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 801px) {
  .sp-only {
    display: none !important; } }

b {
  font-weight: bold; }

.is-red {
  color: #bb0000; }

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

.inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.section__inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }

.section__ttl {
  margin-bottom: 30px;
  text-align: center; }
  .section__ttl::after {
    display: block;
    content: "";
    max-width: 503px;
    width: 48.3653%;
    height: 19px;
    margin: 20px auto 0;
    background: url(/kikkoman/uchi-gohan/img/uchi-gohan_ttl_line_2202.png) no-repeat center bottom/contain; }

.section__lead {
  margin-bottom: 26px;
  font-weight: bold; }

.link__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 54px; }
  .link__btn a {
    position: relative;
    min-width: 180px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 10em;
    border: 1px solid #bb0000;
    background: #bb0000;
    color: #fff;
    font-size: 0.889em;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-align: center; }
    .link__btn a::before {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      display: inline-block;
      content: "";
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-right: 10px;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      border-color: transparent transparent transparent #fff; }
    .link__btn a:hover {
      border: 1px solid #bb0000;
      background: #fff;
      color: #bb0000;
      text-decoration: none; }
      .link__btn a:hover::before {
        border-color: transparent transparent transparent #bb0000; }
    .link__btn a + a {
      margin-left: 10px; }

.link__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 86%;     
  margin: auto;}
  .link__anchor a {
    position: relative;
    display: inline-block;
    min-width: 230px;
    border-radius: 10em;
    padding: 5px 20px;
    border: 1px solid #bb0000;
    background: #fff;
    color: #bb0000;
    font-size: 0.889em;
    font-weight: bold;
    letter-spacing: .5px;
    text-align: center; }
    .link__anchor a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 18px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 4px 0;
      border-color: #bb0000 transparent transparent transparent; }
    .link__anchor a:hover {
      background: #bb0000;
      color: #fff;
      text-decoration: none; }
      .link__anchor a:hover::after {
        border-top-color: #fff; }
    /*.link__anchor a:first-child {
      min-width: 160px; 
      margin-left: 23px;}*/
    .link__anchor a + a {
      margin-left: 10px; }
    /*.link__anchor a:nth-child(5) {
      margin-left: -6px; }*/
    .link__anchor a:nth-child(n + 4) {
      margin-top: 20px;
      padding: 5px 30px;
      max-width: none; }
    .link__anchor a:nth-child(n + 5)::after {
      right: 12px; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .link__btn a {
    font-family: 'メイリオ', 'Meiryo', sans-serif; }
  /* IE11 */
  *::-ms-backdrop, .link__anchor a {
    font-family: 'メイリオ', 'Meiryo', sans-serif; }
  /* IE11 */ }

@media screen and (max-width: 800px) {
  .main-column {
    font-size: 3.2vw; }
  .inner {
    padding: 0 4vw; }
  .section__inner {
    padding: 0 4vw; }
  .section__ttl {
    margin-bottom: 4.26667vw; }
    .section__ttl::after {
      max-width: 67.73333vw;
      width: 67.73333vw;
      height: 2.53333vw;
      margin: 2.66667vw auto 0; }
  .section__lead {
    margin-bottom: 2.66667vw; }
  .link__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.8vw; }
    .link__btn a {
      min-width: 0;
      padding: 1.86667vw 3.2vw;
      font-size: 3.2vw;
      letter-spacing: 0.6px; }
      .link__btn a::after {
        left: 9.6vw; }
  .link__anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -1.33333vw;
    width: 100%;}
    .link__anchor a,.link__anchor a:nth-child(n + 4) {
      min-width: 36.53333vw;
      margin: 1.33333vw;
      padding: 1.86667vw 5.33333vw 1.86667vw 2.66667vw;
      font-size: 3.2vw; }
      .link__anchor a::before {
        margin-right: 1.86667vw; }
      .link__anchor a:first-child {
        min-width: 36.53333vw; 
        margin-left: 1.33333vw;}
      .link__anchor a + a {
        margin-left: 1.33333vw; } 
        .link__anchor a:nth-child(5) {
          margin-left: 1.3vw; }
        .link__anchor a:nth-child(n + 5) {
          margin-top: 1.33333vw; 
          padding: 1.86667vw 4.33333vw 1.86667vw 2.66667vw;}
        .link__anchor a:nth-child(n + 5)::after {
          right: 5%; }}

/* ======== anchor ======== */
#newitem, #osouzai, #gochisouni, #onyasai, #mazegohan, #range, #gochisourenji, #soupokazu {
  margin-top: -86px;
  padding-top: 86px; }

@media screen and (min-width: 1200px) {
  #newitem, #osouzai, #gochisouni, #onyasai, #mazegohan, #range, #gochisourenji, #soupokazu{
    margin-top: -174px !important;
    padding-top: 174px !important; } }

@media screen and (max-width: 800px) {
  #newitem, #osouzai, #gochisouni, #onyasai, #mazegohan, #range, #gochisourenji, #soupokazu{
    margin-top: calc((8vw + 41px) * -1);
    padding-top: calc(8vw + 41px); } }

/* ======== section-first ======== */
.section-first {
  padding: 60px 0 15px; }
  .section-first h2 {
    padding-bottom: 0;
    font-size: inherit; }
  .section-first .newproduct {
    border-top: 0;
    border-bottom: 0;
    background: none; }
    .section-first .newproduct__ttl {
      margin-top: 35px;
      margin-bottom: 30px;
      text-align: center; }

@media screen and (max-width: 800px) {
  .section-first {
    padding: 6.93333vw 0 4vw; }
    .section-first .section__ttl img {
      width: 43.33333vw; }
    .section-first .newproduct h3 {
      width: auto; }
    .section-first .newproduct__ttl {
      margin-top: 8vw;
      margin-bottom: 4vw; }
      .section-first .newproduct__ttl img {
        width: 29.6vw; } }

/* ======== sec-02 ======== */
#osouzai, #mazegohan {
  padding-bottom: 40px; }

.section-02__header {
  padding: 40px 0 48px;
  background-color: #f6f4ef;
  background-repeat: no-repeat;
  background-position: center bottom; }
  .section-02__header.osouzai {
    background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_osouzai_pc_bg.jpg); }
  .section-02__header.mazegohan {
    background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_mazegohan_pc_bg.jpg); }
  .section-02__header.renjiniku {
    background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_renjiniku_pc_bg.jpg); }
  .section-02__header.gochisourenji {
    background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_gochisourenji_pc_bg.jpg); }
  .section-02__header.soupokazu {
    background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_soupokazu_pc_bg.jpg); }

@media screen and (min-width: 801px) {
  .section-02__ttl img {
    width: auto !important;
    margin-left: 0 !important; } }

@media screen and (max-width: 800px) {
  #osouzai, #mazegohan {
    padding-bottom: 2.66667vw; }
  .section-02__header {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-bottom: 5.33333vw;
    padding: 3.2vw 0 32.53333vw;
    background-size: contain;
    text-align: center; }
    .section-02__header.osouzai {
      background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_osouzai_sp_bg.jpg); }
      .section-02__header.osouzai .section-02__ttl img {
        width: 73.06667vw; }
    .section-02__header.mazegohan {
      background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_mazegohan_sp_bg.jpg); }
      .section-02__header.mazegohan .section-02__ttl img {
        width: 75.06667vw; }
    .section-02__header.renjiniku {
      background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_renjiniku_sp_bg.jpg); }
      .section-02__header.renjiniku .section-02__ttl img {
        width: 66.93333vw; } 
    .section-02__header.gochisourenji {
      background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_gochisourenji_sp_bg.jpg); }
      .section-02__header.gochisourenji .section-02__ttl img {
        width: 66.93333vw; } 
    .section-02__header.soupokazu {
      background-image: url(/kikkoman/uchi-gohan/lineup/img/uchigo_lineup_sec02_soupokazu_sp_bg.jpg); }
      .section-02__header.soupokazu .section-02__ttl img {
        width: 66.93333vw; } }
/*# sourceMappingURL=style_lineup_2202.css.map */